/*
Theme Name: TLG 2017
Theme URI:
Author:
Author URI:
Description:
Version:
License:
License URI:
Tags:
Text Domain:

 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2b2b2b;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
	background: #f5f5f5;
}

a {
	color: #24890d;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	color: #41a62a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/**
 * Begin Theme Code
 * HTML, Body
 * -----------------------------------------------------------------------------
 */

html, body {
	height: 100%;
	min-height: 100%;
	position: relative;
}

body {

}

html body {
	font-family: 'Lora', serif;
	font-family: 'Fjalla One', sans-serif;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #333;	
	background: url(https://tlgaerospace.flywheelsites.com/wp-content/uploads/2017/01/bg-clouds-WIDE2.jpg) top center no-repeat;
}

html body.page-template-page-new {
	background-position: center 300px;
}

@media (max-width: 767px) {
	
	html body.page-template-page-new {
		
		background-position: center 200px;
	}
}

/**
 *
 * Generics
 * -----------------------------------------------------------------------------
 */

h1 {
	font-family: 'Fjalla One', sans-serif;
	color: #2b6d99;
	letter-spacing: .045em;
	font-size: 46px;
	line-height: 1.35em;
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	font-family: 'Fjalla One', sans-serif;
	color: #2b6d99;
	letter-spacing: .045em;
	font-size: 24px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-family: 'Fjalla One', sans-serif;
	color: #2b6d99;
	letter-spacing: .050em;
	font-size: 38px;
	line-height: 1.35em;
	text-transform: uppercase;
	font-weight: normal;

}

h4 {
	font-family: 'Fjalla One', sans-serif;
	color: #2b6d99;
	letter-spacing: 0em;
	font-size: 29px;
	line-height: 1.35em;
	text-transform: uppercase;
	font-weight: normal;
}

h5 {
	font-family: 'Fjalla One', sans-serif;
	color: #2b6d99;
	letter-spacing: .045em;
	font-size: 46px;
	line-height: 1.35em;
	text-transform: uppercase;
	font-weight: normal;
}

h6 {
	font-family: 'Fjalla One', sans-serif;
	color: #2b6d99;
	letter-spacing: .045em;
	font-size: 46px;
	line-height: 1.35em;
	text-transform: uppercase;
	font-weight: normal;
}

.post h2 {
	margin-bottom: 4px;
}

.widget h2 {
	color: #8e9397;
}

.metadata {
	font-family: 'Maven Pro', sans-serif;
	letter-spacing: .045em;
	font-size: 16px;
	color: #d09b2c;
	font-weight: 500;
}

.metadata a,
.widget a {
	color: #d09b2c;
	font-weight: 500;
}

.widget ul {
	margin-left: 0;
}

.widget li {
	list-style-type: none;
}

p, ul, ol {
	margin-bottom: 1.4em;
}

p, li {
	line-height: 1.4em;
}

li {
	padding-bottom: .3em;
}

a {
    color: #2b6d99;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

.align-center {
	text-align: center;
}

.lora {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 28px;
	color: #333;
}

ul.no-margin {
	margin-left: 0;
}

/**
 *
 * Header, Nav
 * -----------------------------------------------------------------------------
 */
 
 
.dropdown .dropdown-submenu {
    position: relative;
}

.dropdown .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown .dropdown-submenu.pull-left {
    float: none;
}

.dropdown .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

header {
	background: #fff;
	border-bottom: 5px solid #ccc;
	clear: both;
	padding: 25px 0;
}

.social {
	float: right;
	margin: 0 30px 10px 0;
}

.contact-social {
	float: none;
	margin: 10px 0 10px;
	width: 100%;
}


@media (max-width:767px) {
	header {
		padding: 0 0 50px;
	}
	.social {
		position: absolute;
		left: 25px;
		top: 10px;
	}	
	

.contact-social {
		position: relative;
		left: 0px;
		top: 0;
}
	#menu-top-navigation {
		margin-top: 35px;
	}
}

.navbar {
	margin-bottom: 0;
}

#navbar {
	clear: right;
}

nav {

}

nav li {

}

nav li a {
	color: #626262;
	font-family: 'Maven Pro', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

nav li:hover > a,
nav li a:hover {
	color: #2b6d99;
}

@media (min-width:768px) and (max-width: 1200px) {
	.navbar-brand {
		height: 100px !important;
	}
	#navbar {
		margin-top: 0;
		clear: both;
		
	}	

}
@media (max-width:767px)  {
	#navbar {
		float: none !important;
	}
}

.icon-bar {
	background: #2b6d99;
}

/**
 *
 * .main-content
 * -----------------------------------------------------------------------------
 */

.main-content {

}

.pdf-wrapper {
	position: absolute;
	right: 25px;
	top: -10px;
}


@media (max-width:767px) {
	.hgroup-wrapper {
		padding-top: 25px;
	}
	.pdf-wrapper {top: -25px;}
}

.pdf-link {
	font-size: 14px;
	color: #d09b2c;
	font-family: 'Maven Pro', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
	background: url(https://tlgaerospace.flywheelsites.com/wp-content/uploads/2017/10/arrow-right.png) center left no-repeat;
}

.pdf-link:hover {
	color: #999;
	background: url(https://tlgaerospace.flywheelsites.com/wp-content/uploads/2017/10/arrow-right-over.png) center left no-repeat;
}

.full-width-image {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/**
 *
 * .main-image
 * -----------------------------------------------------------------------------
 */

.main-image {

}

.full-width-image {
	position: relative;
	height: 285px;
	overflow: hidden;
	text-align: center;
}

.full-width-image img {
	width: 100%;
	min-width: 1400px;
	min-height: 285px;
	height: auto;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}


@media (max-width:767px) {
	
	.full-width-image {
		height: 120px;
		
	}
	
	
	.full-width-image img {
		min-height: 120px;
		min-width: 500px;
	}
}


/**
 *
 * homepage
 * -----------------------------------------------------------------------------
 */

.home {

}

.slider-wrapper {
	position: relative;
	text-align: center;
}

.slider-text-overlay {
	position: absolute;
	bottom: 5px;
	left: 50%;
	color: #fff;
	z-index: 9999;
	transform: translate(-50%, -100%);
	font-size: 3.0rem;
	width: 100%;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}

.nivoSlider {
	border-bottom: 5px solid #d6a234;
}

@media (max-width:767px) {
	.slider-text-overlay {
		font-size: 1.25rem;
		transform: translate(-50%, -230%);
	}
}



.slider-overlay-parent {
	position: absolute;
	bottom: 35px;
	left: 50%;
	color: #fff;
	z-index: 9999;
	transform: translate(-50%, -100%);
	width: 100%;
	color: rgba(255,255,255,0.98);
 	letter-spacing: .035em;
 	font-size: 24px;
}



.slider-overlay-current {
	position: absolute;
	bottom: -55px;
	left: 50%;
	color: #fff;
	z-index: 9999;
	transform: translate(-50%, -100%);
	width: 100%;
	color: rgba(255,255,255,0.98);
	font-weight: 100;
}


@media (max-width:767px) {
	
	.slider-overlay-parent {
		font-size: 13px;
		bottom: 25px;
	}	
	.slider-overlay-current {
		font-size: 20px;
		bottom: -20px;
	}
}

/**
 *
 * article
 * -----------------------------------------------------------------------------
 */

article {
	min-height: 300px;
	font-family: Lora, serif;
}

.home article {
	min-height: 50px;
}

.main-content article h4 {
	font-size: 30px;
	line-height: 1.3em;
	margin: 12px 0 8px;
}

article p,
article li {
	font-size: 16px;
	line-height: 28px;
	font-family: Lora, serif;
}

article li ul {
	list-style-type: circle;
}

/**
 *
 * .aside
 * -----------------------------------------------------------------------------
 */

.aside {

}


/**
 *
 * homepage
 * -----------------------------------------------------------------------------
 */

.home {

}

.blue-band {
	color: #fff;
	background: rgba(6, 88, 141, .5) url(/wp-content/uploads/2017/10/blue-band.jpg) center center no-repeat;
	margin: 25px 0;
	padding: 25px 0;
	text-align: center;
}

.home .blue-band {
	height: 320px;
	padding-top: 50px;
	margin: 0;
}

.blue-band h3 {
	color: #d6a234;
	margin: 0 0 15px;
}

.blue-band p {
	font-family: 'Lora', serif;
	color: #fff;
	font-size: 20px;
	line-height: 1.5em;
}

.blue-band .btn {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	letter-spacing: .02em;
	background: rgba(5,42,80,0.65);
	border-radius: 6px;
	padding: 6px 40px;
}

.blue-band .btn:hover {
	background: rgba(5,42,80,1);
}

.white-band {
	padding: 25px 0 50px;
}

.timeline {
	background: url(https://tlgaerospace.flywheelsites.com/wp-content/uploads/2017/01/bg-timeline.png) top center no-repeat;
	min-height: 32px;
	margin: 10px 0;
}

.home-services {
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 0 50px 0;
}

.home-services h2 {
	margin: 0;
}


@media (max-width:767px) {
.home-services {
	padding: 0 25px 0;
}
.home-services h2 {
	font-size: 15px;
}
.home .blue-band {
	margin-top: 10px;
	}

.blue-band p {
	font-size: 15px;
	line-height: 1.5em;
}
}

/**
 *
 * page specific rules
 * -----------------------------------------------------------------------------
 */
 
 hgroup {
 	padding: 25px 0;
 }
 
 hgroup .container {
 	border-bottom: 2px solid #d6a234;
 }
 
 hgroup h4,
 article h4 {
 	margin: 0 0 0px;
 	color: #999;
 	letter-spacing: .035em;
 	font-size: 24px;
 	line-height: 1em;
 	font-weight: 100;
 }
 
 hgroup h1 {
 	margin: 0 0 10px;
 	font-weight: 100;
 }

.main-image {
	
}

.name {
	font-family: 'Fjalla One', sans-serif;
	font-size: 29px;
	letter-spacing: .045em;
	color: #2b6d99;
}

.title {
	font-family: 'Maven Pro', sans-serif;
	font-size: 19px;
	color: #d09b2c;
}


.leadership-heading  {
	margin-bottom: .5em;
}

.leadership-body {
	margin-bottom: 2em;
}

.leadership-copy {
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 20px;
	color: #333;
}

article .row + .row {
	margin-top: 1.5em;
}


@media (max-width:767px) {
	article .size-full	{
		max-width: 100% !important;
		height: auto !important;
	}
}

.page-template-page-new article {
	clear: both;
	position: relative;
	padding-top: 35px;
}

.page-template-page-new article .clouds {
	clear: both;
	position: relative;
	padding-top: 50px;
}

/**
 *
 * blog
 * -----------------------------------------------------------------------------
 */

.single {

}

.post + .post {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid #8e9397;
}

/**
 *
 * footer
 * -----------------------------------------------------------------------------
 */

footer {
	background: #cccccc;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 50px;
	margin: 50px 0 0;
}

.home footer {
	margin: 0;
}

.social-footer {
	text-align: left;
	float: left;
}



@media (max-width:767px) {
	.social-footer {
		position: relative;
		left: 0;
		top: 0;
	}
}

.news-item + .news-item,
.tweet-item + .tweet-item {
	padding-top: 1.4em;
	position: relative;
}

.news-item + .news-item:before,
.tweet-item + .tweet-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	content: " ";
	display: block;
	height: 1px;
	background: #fff;
}

#ctf .ctf-header,
#ctf .ctf-item {
	border-color: #fff;
}

.sub-footer {
	background: #b5b5b5;
	color: #666;
	font-size: 13px;
	padding: 20px 0 0;
}