f/*
 Theme Name:   AIAG Landing Page theme
 Description:  Landing Page Theme
 Author:       Steven Steck
 Template:	   landing-pages
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

@font-face { font-family: 'Bebas Neue'; src: url('/wp-content/themes/landing-pages/fonts/BebasNeue-Regular.otf'); }
@font-face { font-family: 'Bebas Neue'; font-weight: bold; src: url('/wp-content/themes/landing-pages/fonts/BebasNeue-Bold.otf');}

/* =Reset
-------------------------------------------------------------- */

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;
	word-wrap: break-word;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

a {
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	/*color: #404040;*/
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	/*border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;*/
	background: #666;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);*/
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
	color: #FFF;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #606060;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #606060;
}
.button {
	padding: 10px 20px;
	display: inline-block;
	*display: inline;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	background: #FAFAFA;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 10px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	background: #FFF;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

input[type="file"] {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	z-index: 100;
}

.main-navigation {
	padding: 0;
}
.main-navigation .main-nav ul li a {
	display: block;
	line-height: 60px;
	padding: 0 20px;
}
.menu-toggle {
	line-height: 60px;
	margin: 0;
	padding: 0 20px;
}
.menu-toggle:before {
	content: "\f0c9";
	font-family: FontAwesome;
	margin-right: 10px;
}
.toggled .menu-toggle:before {
	content: "\f00d";
}
.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 10px 20px;
}
.main-navigation .main-nav > ul.sf-arrows > li > a.sf-with-ul {
	padding-right:2.5em;
}
.main-navigation ul ul{
	top: 60px;
}
.main-navigation ul ul li a {
	font-size: 90%;
}

.main-navigation {
	clear: both;
	display: block;
}
.inside-navigation {
	position: relative;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	-webkit-transition:padding 0s ease-in-out;
	-moz-transition:padding 0s ease-in-out;
	-o-transition:padding 0s ease-in-out;
	transition: padding 0s ease-in-out;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
	top: 1.5em;
	left: 0;
	z-index: 99999;
	width:200px;
	text-align:left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	display: block;
}
.main-navigation ul ul li {
	width:100%;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.nav-float-right .main-navigation {
	float:right;
}
.site-header {
	position:relative;
}
.header-aligned-left .site-header {
	text-align: left;
}
.header-aligned-center .site-header {
	text-align: center;
}

.header-aligned-right .site-header {
	text-align: right;
}

.site-header .header-image {
	vertical-align: middle;
}

.main-navigation .main-nav ul ul li a, .nav-float-right .main-navigation .main-nav ul ul li a {
	line-height: normal;
}


.nav-float-right .main-navigation ul ul ul{
	top: 0
}

.main-navigation li.search-item {
	float: right;
	z-index: 21;
}

.nav-aligned-center .main-navigation li.search-item.current-menu-item {
	position: absolute;
	right: 0;
}

.main-navigation li.search-item i {
	transform: rotate(90deg);
}

.navigation-search {
	position: absolute;
	right: 0;
	display: none;
	z-index: 20;
	width: 100%;
	bottom: 0;
}

.navigation-search input {
	border: 0;
	vertical-align: bottom;
	line-height: 0;
	height: 60px;
	opacity: 0.9;
	width: 100%;
	z-index: 20;
}

.navigation-search input::-ms-clear {
    display: none;
}

.nav-left-sidebar .main-navigation li.search-item,
.nav-right-sidebar .main-navigation li.search-item {
	z-index: 19;
}

.nav-left-sidebar .main-navigation li.search-item .fa-times,
.nav-right-sidebar .main-navigation li.search-item .fa-times {
	text-indent: -9999px;
}

.navigation-search input:focus {
	outline: 0;
}

.nav-aligned-right.nav-below-header .main-navigation .menu > li,
.nav-aligned-right.nav-below-header .main-navigation .sf-menu > li,
.nav-aligned-right.nav-above-header .main-navigation .menu > li,
.nav-aligned-right.nav-above-header .main-navigation .sf-menu > li,
.nav-aligned-center.nav-below-header .main-navigation .menu > li,
.nav-aligned-center.nav-below-header .main-navigation .sf-menu > li,
.nav-aligned-center.nav-above-header .main-navigation .menu > li,
.nav-aligned-center.nav-above-header .main-navigation .sf-menu > li {
	float: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
	font-size: 0px;
}

.nav-aligned-left.nav-below-header .main-navigation,
.nav-aligned-left.nav-above-header .main-navigation {
	text-align: left;
}

.nav-aligned-center.nav-below-header .main-navigation,
.nav-aligned-center.nav-above-header .main-navigation {
	text-align: center;
}

.nav-aligned-right.nav-below-header .main-navigation,
.nav-aligned-right.nav-above-header .main-navigation {
	text-align: right;
}

.main-navigation .main-nav ul li .dropdown-toggle {
	display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 2em;
}
.posted-on .updated {
	display: none;
}
.byline {
	display: inline;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
    display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
	margin-bottom: 0;
}



/* =Landing Page Styles
-------------------------------------------------------------- */

body {
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	padding-right:10px;
	padding-left: 10px;
}

div.inside-header {
	padding: 0;
	background: none;
	margin-top: 19px;
	margin-bottom: 10px;
}
.header-image {
	margin-bottom: 20px;
}

.inside-article {
	padding-right:20px;
}
div.entry-content {
	margin-top: 0;
}

.entry-header {
	text-align: center;
	padding-left:20px;
	padding-right:20px;
}
.entry-content p:last-child {
	margin-bottom: 0;
}

.subtitle {
	font-size: 30px;
	margin-bottom: 0;
	line-height: 1.2em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "proxima-nova", serif;
	color: #6680ae;
	margin-bottom: 10px;
	line-height: 1.0em;
	font-weight: 400;
}

p,blockquote,ol,ul,li,div,span, label {
	color: #4d4d4d;
	font-family: "proxima-nova", serif;
	font-weight: 300;
	line-height: 26px;
	font-size: 102%;
}
h1 {
	font-size: 53.33px;
	color: #6680ae;
	margin-bottom: 30px;
}

h2 {
	font-size: 40px;
	line-height: 1.3em;
}

h3 {
	font-size: 33.33px;
	line-height: 1.3em;
}

.page {
	margin-bottom: 0;
}
#main {
	margin-top: 0;
}

.sidebar {
	width: 30%;
}

#primary {
	width: 70%;
}
#primary, .sidebar {
	margin-top: 30px;
	float:right;
}
.sidebar .widget {
	background-color: transparent;
}
.gform_wrapper h3 {
	font-size: 37.33px;
	line-height: 1.3em;
	text-align: center;
}
.gform_body, .gform_footer {
	padding-left: 15px;
	padding-right: 15px;
}
.gform_heading {
	border-bottom: 2px solid black;
	margin-bottom: 20px;
}

.gform_title {
	margin-bottom: 0;
}
.gform_title span {
	display: block;
	font-family: 'Oswald', Trebuchet, Verdana, sans-serif;
	line-height: 1em;
	color: #c9d3e6 ;
	text-transform:uppercase;
}

.line-1 {
  font-size: 31px;
  margin-bottom: 10px;
  position: relative;
  top: 26px;
  width: 155px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -33px;
  background-color: #35495e;
}

.line-2 {
	font-size: 33px;
	border-top: 2px solid black;
	padding-top: 29px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.line-3 {
	font-size: 38px;
	padding: 15px 15px 20px 15px;
	font-weight: bold;
}

.contactForm ul {
	list-style: none;
	margin: 0;
}
.contactForm {
	padding: 30px 15px 20px;
	background-color: #35495e;
}
.contactForm input, .contactForm textarea {
	background-color: #ececec;
	width: 100%;
}
.contactForm input[type="radio"] {
	width: 30px;
	margin-bottom: 0;
}

.contactForm input {
	padding: 5px 10px;
	height: 30px;
	margin-bottom: 10px;
}


.contactForm textarea {
	height: 60px;
	margin-bottom: 15px;
}

.contactForm .ginput_container {
	margin-bottom: 15px
}

.contactForm label {
	font-size: 17px;
	font-weight:bold;
	color: #c9d3e6;
}

.contactForm .ginput_container label {
	font-weight: normal;
}
.contactForm label .gfield_required {
	color:#e95355 ;
}

.contactForm .social-form .gfield_radio label,
.contactForm .social-form .gfield_checkbox label {
position: relative;
top: -38px;
left: 25px;
}

.contactForm .social-form .gfield_radio li,
.contactForm .social-form .gfield_checkbox li {
	height: 30px;
}

.gform_validation_container, .gform_hidden, .field_admin_only, .gf_hidden{
	display: none;
}

.contactForm .gform_button {
	background-color: #e95355 ;
	height: 60px;
	font-weight: bold;
	font-size: 25px;
	padding: 10px;
	word-wrap: break-word;
	white-space: normal;
}

.contactForm .gform_button:hover {
	background-color: #891c25;
}
.contactForm .disclaimer {
	margin-top:15px;
	margin-bottom:15px;
	text-align: center;
}

.contactForm .disclaimer a {
	color: black;
	font-size:16px;

}

.gfield_error{
	background-color: rgba(241,33,50,.36);
	border-color: rgb(241, 33, 50);
	border-width: 3px;
	border-style: solid;
}
}
#right-sidebar{
	width: 30%;
}

.inside-right-sidebar {
	margin-top:0 !important;
}

.widget {
	padding: 0 !important;
}

.cta-box {
	padding: 20px 30px;
	border-color: #02263c;
	border-width: 4px;
	border-style: solid;
	text-align: center;
	margin-top: 30px;
}

.cta {
	font-size: 26px;
	margin-bottom: 20px;
	color: #02263c;
	font-weight: bold;
	line-height: 1.2em;
}

.cta-phone {
	font-size: 32px;
	margin-bottom: 10px;
	color: #02263c;
	font-weight: bold;
}


footer {
	clear: both;
	margin-top: 35px;
}

#bottom-tag h2 {
	font-size: 35px;
	color: #E92000;
	margin-bottom: 5px;
}

#bottom-tag p {
	font-size: 20px;
	margin-bottom:1em;

}
.info-links, .info-links a, .info-links a:visited {
	color: red;
	font-weight: 200;
	font-size: 17.33px;
	text-transform: uppercase;
}

#trust-logos p {
	margin-bottom: 0;
}

#trust-logos ul {
	margin-left: 1%;
}
#trust-logos li {
	display: inline-block;
	list-style:none;
	width: 9%;
	margin-left: 1%;
	margin-bottom: 10px;
}


#disclaimer {
	color: #333333;
	font-size: 9px;
	line-height: 1.3em;
}

#disclaimer a, #disclaimer a:visited {
	color: red;
}
a, a:visited {
	color:red;
	text-decoration: none;
}

/* iframe responsive style*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
	.cta-phone {
		font-size:22px;
		font-weight: bold;
	}

	.contactForm .gform_button {
		font-size: 20px;
	}

	.line-1 {
		font-size:20px;
		width: 125px;
		top: 22px;
	}

	.line-2 {
		font-size: 24px;
	}

	.line-3 {
		font-size: 27px;
	}

	.cta-box {
		padding: 10px 15px;
	}
}

@media screen and (max-width: 768px) {
	.widget {
		margin-left: 20px;
		margin-right: 20px;
	}

	.sidebar, #primary{
		float: none;
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

	.sidebar {
		max-width: 450px;
	}

	.inside-article {
		padding-left:20px;
	}

	#trust-logos li {
		width: 18%;
	}
}
@media screen and (max-width: 350px) {
	.cta-phone {
		font-size:22px;
		font-weight: bold;
	}
	.contactForm .gform_button {
		font-size: 20px;
	}
}
