/* 
Theme Name: CNAS Responsive Child Theme
Theme URI: http://cyberchimps.com/guide/child-theme-example/
Description: Responsive Child Theme
Template: responsive
Version: 1.0.69
Author: CyberChimps
Author URI: https://cyberchimps.com/
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here - Updated Jan 11 2018
-------------------------------------------------------------- */
/*
html { 
  background: url(../images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

.cnas-blue { color: #003B73; }
.cnas-red { color: #EB3B46; }

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: museo-sans, Arial, Helvetica, sans-serif;
}

body {
	color: #565656;
	background: #ffffff;
	font-size: 16px;
	line-height: 1.5em;

	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.custom-background {
background-position: center center;
background-attachment: fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    word-wrap: normal;
}
h1 {
    margin-top: 0;
}
  
h2 {
    color: #003B73;
    font-size: 1.750em;
}
a, h2 {
    color: #003B73;
}
h3 {
    color: #EB3B46;
    font-size: 1.350em;
}

h4 {
    color: #000000;
    font-size: 1.250em;
}
a {
    font-weight: 700;
}
.skip-container {
padding: 0;
}
body.default-layout #content-outer {
    width: initial;
}

#covid-bar-wrapper {
	background-color: #eb3b47;
	background-color: #e81927;
	box-shadow: 0 6px 6px -4px black;
	top: 0px;
    height: auto;
    position: relative;
    text-align: center;
}
a.covid-bar p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
    padding: 12px;
}
a.covid-bar {
	color: #ffffff;
}

div#container {
width: inherit;
max-width: 1140px;
margin: 0 auto;
padding: 0 25px;
}

#header {
    background-color: #ffffff;
}

/* http://cyberchimps.com/guide/customize-header-menu/ */
.menu {
    background-color: #ffffff;
    background-image: none;
    margin: 0;
    max-width: none;
    
    filter: none;
}

.menu a {
    border-left: 2px solid #efefef;
    color: #173054;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding: 10px 1.0em;
    text-shadow: none;
}

.menu a:hover {
    background-color: #173054;
    background-image: none;
    color: #fff;
}
.menu li {
    padding: 0;
}
.menu li li a {
    color: #173054;
    font-size: 20px;
}
.menu li li a:hover {
  background: #e8e8e8 !important;
}
.menu-item-has-children::after {
    display: none;
}
/* Current page */
.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #e8e8e8;
}

/* Menu dropdown hover */
/* 
.menu li li a:hover {
	background: #f5f5f5 !important;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}
*/

/* Parent Top level color */
ul.menu > li:hover, ul.menu > li:hover > a {
	color: #fff;
	background-color: #173054;
	filter: none;
}
#searchform {
    background-color: #173054;
    margin-top: 0;
}
#searchsubmit {
    color: #888888;
}
.astm-search-menu.dropdown form {
    min-width: 270px;
    padding: 10px;
}
li.astm-search-menu svg.search-icon {
    fill: #173054;
}
li.astm-search-menu:hover svg.search-icon {
    fill: #ffffff;
}
#content, #widgets {
    margin-top: 20px;
}
#content-full {
    margin-top: 0;
}
.post-entry p {
    margin: 0 0 1.5em 0;
}
.alignnone {
    margin-top: 0;
}
#home-slide-wrap  {
    background-color: white;
    padding-bottom: 16px;
}
#logo a {
    display: block
}
#wrapper {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 0 auto;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.ticket-row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

#ticket-bar {
    background: -moz-linear-gradient(top,  rgba(236,58,67,0.97) 0%, rgba(236,58,67,1) 1%, rgba(230,56,65,1) 33%, rgba(208,50,59,1) 87%, rgba(205,50,58,1) 90%, rgba(178,45,52,1) 99%, rgba(175,44,51,0.97) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,58,67,0.97)), color-stop(1%,rgba(236,58,67,1)), color-stop(33%,rgba(230,56,65,1)), color-stop(87%,rgba(208,50,59,1)), color-stop(90%,rgba(205,50,58,1)), color-stop(99%,rgba(178,45,52,1)), color-stop(100%,rgba(175,44,51,0.97))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(236,58,67,0.97) 0%,rgba(236,58,67,1) 1%,rgba(230,56,65,1) 33%,rgba(208,50,59,1) 87%,rgba(205,50,58,1) 90%,rgba(178,45,52,1) 99%,rgba(175,44,51,0.97) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(236,58,67,0.97) 0%,rgba(236,58,67,1) 1%,rgba(230,56,65,1) 33%,rgba(208,50,59,1) 87%,rgba(205,50,58,1) 90%,rgba(178,45,52,1) 99%,rgba(175,44,51,0.97) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(236,58,67,0.97) 0%,rgba(236,58,67,1) 1%,rgba(230,56,65,1) 33%,rgba(208,50,59,1) 87%,rgba(205,50,58,1) 90%,rgba(178,45,52,1) 99%,rgba(175,44,51,0.97) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(236,58,67,0.97) 0%,rgba(236,58,67,1) 1%,rgba(230,56,65,1) 33%,rgba(208,50,59,1) 87%,rgba(205,50,58,1) 90%,rgba(178,45,52,1) 99%,rgba(175,44,51,0.97) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ec3a43', endColorstr='#f7af2c33',GradientType=0 ); /* IE6-9 */

    clear: both;
    color: #fff;
    font-family: museo-sans, Arial, Helvetica, sans-serif;
    min-height: 80px;
}

#ticket-bar h3.ticket-title {
    font-size: 1.8em;
    font-family: museo-sans, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: .5em 0 0 0.9em;
	text-align: center;
    text-transform: uppercase;
}

#ticket-bar .ticket-list {
    font-family: museo-sans, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    letter-spacing: .04em;
    margin-top: .3em;
    padding: 0 0 .3em 1.5em;
}

.ticket-title a, .ticket-list a {
    color: #fff;
    font-family: museo-sans, Arial, Helvetica, sans-serif;
}

.ticket-list a {
    white-space: nowrap;
}

.ticket-title a:hover, .ticket-list a:hover {
    color: #000;
}

.ticket-star {
    font-size: .65em;
    padding: 0 .4em;
    vertical-align: middle;
}
.no-gate-bar {
	background-color: #003B73;
	clear: both;
	text-align: center;
}
.no-gate-message {
	color: #ffffff;
	margin: 0;
	padding: 10px;
}
.no-gate-message i {
	color: #ffffff;
	display: inline-block;
}
@media (max-width: 768px) {
	div.ticket-list a {
	display: block;
	}
}


#from-the-cockpit {
    background: #0055a5; /* Old browsers */
    background: -moz-linear-gradient(top,  #0055a5 0%, #003a71 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0055a5), color-stop(100%,#003a71)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0055a5 0%,#003a71 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0055a5 0%,#003a71 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0055a5 0%,#003a71 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0055a5 0%,#003a71 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0055a5', endColorstr='#003a71',GradientType=0 ); /* IE6-9 */

    color: #fff;
    min-height: 36px;
}

#from-the-cockpit h1, #from-the-cockpit h2 {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    padding: 6px 0 0 18px;
    text-transform: uppercase;
}
#home-sponsor-divider {
    background: url("child/sponsor-bg.png") 50% repeat-x;
    clear: both;
    color: #0366b5;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.home-sponsor-text {
    background-color: #fff;
    padding: 0 9px;
}
.bx-wrapper ul.kiwi-logo-carousel.align-center li img {
	max-height: 80px;
}

/* start cc plugin grid */

.ccpage_linked_title, .read-more {
    display: none;
}
.act-grid .ccpages_excerpt {
    font-size: 115%;
    text-align: center;
    text-transform: uppercase;
}

.threecol .ccchildpage {
    width: 31.33% !important;
}    
.act-grid .ccchildpage {
    margin: 0 1%;
    padding: 0;
}
img.cc-child-pages-thumb.wp-post-image {
    margin-bottom: 1px;
}
.ccpages_excerpt {
    line-height: 1;
}
/* end cc plugin grid */

/* timeline */
.timeline-express-single-page-announcement-date {
  display: none;
}
.cd-timeline-block {
    margin: -2.0em 0 !important;
}
/* newsletter widget */
#cnas-news-pop .sow-icon-fontawesome {
    margin: 0.1em 0.25em -0.2em -0.25em;
}
/* sponsor data */
/* this might have to get done differently */
h3.widget-title {
    margin-bottom: 0;
}
div.panel-grid {
    margin-bottom: 0 !important;
}
div.tbl-demographic .textwidget table {
    min-width: 260px;
    width: auto;
}
.adkingprocontainer {
	height: 600px;
}
.jshowoff .jshowoff-1 {
	height: 600px;
}
#wpadcenter_rotatingadgroup_widget-2, .wpadcenter_rotating_adgroup {
	margin: 0;
	padding: 0;
}
#wpadcenter_rotatingadgroup_widget-2 .widget-title, .wpadcenter_rotatingadgroup .widget-title,  {
	display: none;
}
#wpadcenter_rotatingadgroup_widget-2.widget-wrapper, #.padcenter_rotatingadgroup.widget-wrapper {
	background-color: transparent;
	border: none;
}
#wpadcenter_ad img.size-post-thumbnail, #wpadcenter_ad img.attachment-post-thumbnail, #wpadcenter_ad img.wp-post-image, #wpadcenter_rotatingadgroup_widget-2 .aligncenter, #wpadcenter_rotatingadgroup_widget-2 .div.aligncenter, #block-2, .widget-wrapper  {
	margin: 0;
	padding: 0;
	border: 0;
}
@media (min-width: 376px){
	.mobile-show {
		display: none !important;
	}
}

@media (max-width: 375px){
	.mobile-hide {
		display: none !important; 
	}
}
/* guest info */
.guest-info-cp .ccchildpage {
    margin: 1em 0;
}
.guest-info-cp .ccchildpage.ccodd {
    background-color: #e8e8e8;
}
.guest-info-cp .ccchildpage h3 {
    margin-top: 0;
}
.guest-info-cp .ccchildpage .ccpages_more {
    margin-bottom: 0;
}
/* FAQs */
blockquote p {
    font-family: museo-sans, Arial, Helvetica, sans-serif;
    font-size: 16px;
}
blockquote p:last-child {
    margin-bottom: 0;
}

#widgets ul, #widgets ol {
    padding: 0;
}
ul.pages-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.pages-list img {
    margin-bottom: 0;
}
/* What's New */
#content-blog {
    margin-top: 0;
}

#content-search .read-more {
    display: inline;   
}

.post-meta .timestamp, .post-meta .vcard {
    padding: 0;
    border-right: 0;
}
.post-meta .byline {
    padding-left: 0;
}
/* About */
#post-123 li {
    margin-bottom: 4px;
    padding: 0 0 0 4px;
}
#post-123 li:nth-child(2n) {
    background-color: #eee;
}
.smaller-post-title .post-entry h2 {
    color: #565656;
    font-size: 1.550em;
}

.navigation {
    clear: both;
}

#attachment_444 {
    clear: left;
}

/* gallery */
.gallery .gallery-item {
    max-width: none;
}

.gallery-columns-3 .gallery-item {
    max-width: 33%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}


/* Ticket Order */
.error {
	color: red;
	font-weight: bold;
	background: #ffd700;
}
/* WooCommerce */
body.woocommerce-page #widgets {
    display: none;
}

#content-woocommerce {
    width: 100%
}
.woocommerce-loop-category__title mark {
    display: none;
}
.woocommerce-cart table.cart img {
    width: 100%;
}
table.shop_table {
    table-layout: auto;
    word-break: normal;
}
#content-woocommerce > header > h1, .product_title {
    color: #003B73;
    font-size: 24px;
    text-transform: uppercase;
}
#content-woocommerce a.button:hover {
    border: 0;
}

#order_review_heading:after {
    content: ':';
}
.woocommerce ul.products li.product .add_to_cart_button {
    margin-top: 0;
}
.woocommerce ul.products li.product a.added_to_cart {
    padding: .3em;
    display: inline-block;
    margin: 1em 0 0 1em;
}
/* hide for board shop */
body.woocommerce-checkout p.backtocart {
	display: none;
}
/* No Product Images */
.woocommerce-page #content div.product div.summary { width:100%; }
.woocommerce table.cart .product-thumbnail { display:none; }
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
}
/* Board Page */
div.post-9997 input[type='submit'] {
background-color: #003B73;
background-image: none;
font-weight: normal;
}
div.post-9997 input[type='submit']:hover {
color: #ffffff;
background-color: #d9353e;

}
/* hide shop just in case */
body.woocommerce-shop #content-woocommerce {
	display: none;
}

@media screen and (min-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
       width: auto;
    }
}
@media screen and (max-width: 768px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: auto;
}
    ul.products.columns-4 {
        max-width: 90vw;
    }

}
/* Age Gate Popup */
#popmake-7505 button.pum-close.popmake-close {
   /*  display: none; */
}

#popmake-7505 input[type='submit'] {
    color: #003B73;
}
/* Contact Form 7 */
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
border: 1px solid #ec3c06;
}

body span.wpcf7-not-valid-tip {
display: block;
color: #ec3c06;
border: none;
position: relative;
top: auto;
left: auto;
padding: 0;
margin-top: 2px;
background: none;
font-size: 15px;
}

body div.wpcf7-validation-errors {
background: #ffe2e2;
border: 1px solid #ff8a8a;
color: #EB3B46;
}
.required {
    color: #EB3B46;
}
body div.wpcf7-response-output {
margin: 10px 0;
padding: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 5px;
}

body .wpcf7-mail-sent-ng {
background: #fff2e2;
border: 1px solid #ffbc8a;
color: #e17731;
}

body .wpcf7-mail-sent-ok {
background: #e8ffe2;
border: 1px solid #6fdf51;
color: #1ea524;
}
.wpcf7-captchac {
padding: 20px 40px;
border: 1px solid #dee1e1;
margin-bottom: 10px;
}

/* Footer stuff */
#footer {
    background-color: #e8e8e8;
    max-width: 1090px;
}
#footer .social-icons {
    margin: 30px;
    text-align: center;
}
.copyright {
    text-align: center;
}
.footer-message {
	font-size: 16px;
    margin: 0 auto;
    margin-top: 24px;
    border-top: solid 1px #c7c7c7;
    padding: 24px;
    max-width: 420px;
    text-align: center;
}
.widget_synved_social_follow, #text-2 {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
}
.widget_synved_social_follow > .widget-wrapper, #text-2 > .widget-wrapper {
    background-color: transparent;
}
.fa.fa-size {
    font-size: 36px;
    padding: 2px;
}
.fa-snapchat-square {
    color: #004da0;
}
.fa-snapchat-ghost {
    color: #004da0;
}
.fa-facebook-official {
    color: #3d549e;
}
.fa-twitter-square {
    color: #1da1f2;
}
.fa-instagram {
    color: #000000;
}
.fa-envelope {
    color: #004da0;
}
@media screen and (max-width: 481px) {
    .act-grid .ccpages_excerpt {
        font-size: 80%;
    }
    h1 {
        font-size: 2em;
    }
}
@media screen and (max-width: 1207px) {

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}

	.grid,
	.grid-right {
		float: none;
	}
    h3.ticket-title {
        margin-top: 0;
    }
	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	.menu a {
        padding: 10px 0.53em;
    }
    
    .main-nav {
        background: #ffffff;
        text-align: center;
    }
    .main-nav ul {
        display: block;
        margin: 0 auto;
        text-align: left;
        width: 960px;
    }
    .main-nav ul li ul {
        width: auto;
    }
}
/* Collaspe menu */
@media screen and (max-width: 1022px) {


	.top-widget {
		float: none;
		position: relative;
		width: auto;
		margin: 0 auto 10px auto;
		text-align: center;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		clear: both;
		position: relative;
		margin: 0 auto;
		background-color: #565656;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #565656, #3d3d3d);
		background-image: -moz-linear-gradient(top, #565656, #3d3d3d);
		background-image: -ms-linear-gradient(top, #565656, #3d3d3d);
		background-image: -o-linear-gradient(top, #565656, #3d3d3d);
		background-image: linear-gradient(top, #565656, #3d3d3d);

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d);
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		z-index: 1000;
		top: 30px;
		width: 100%;
	}

	.js .main-nav .menu ul {
		margin-top: 1px;
	}

	.js .main-nav .menu li {
		float: none;
		border: none;
		background-color: #fff;
	}

	.js .main-nav .menu li a {
		height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #f5f5f5;
		color: #444;
		text-shadow: none;
		font-size: 13px;
		font-weight: normal;
		line-height: 45px;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}
	
	.js .main-nav > ul.menu > li:hover, .js .main-nav > ul.menu > li:hover > a {
	color: #fff;
	background-color: #173054;
}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-color: #173054 !important;
		background-image: none;
		color: #fff;

		filter: none;
	}

	.js .main-nav .menu li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}

	.js .main-nav .menu li li li a::before {
		position: absolute;
		top: 0;
		left: 20px;
		content: "\2013";
	}

	.js .main-nav .menu li li li a::after {
		position: absolute;
		top: 0;
		left: 30px;
		content: "\2013";
	}

	.js .main-nav .menu li ul {
		visibility: visible;
		position: static;
		background-color: #fff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #fff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		width: 23px;
		height: 30px;
		margin-left: -30px;
		background: url("core/images/select-icons.png") 0 5px no-repeat;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url("core/images/select-icons.png") 0 -46px no-repeat;
	}

	.top-menu,
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}

	#author-meta {
		padding: 20px;
	}

	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
}
@media print {
    #header, #footer {
        display: none;
    }
}
/* media cred */
input.wpcf7-form-control.wpcf7-submit {
   color: #10659c;
}
#post-10041 .post-password-form > p:nth-child(2) > input:nth-child(2) {
	color: #000000;
}

/* new homepage sponsor carousel */
.wpadcenter-280x80 img {
	max-height: 80px;
	width: auto !important;
}
#wpadcenter_ad img.size-post-thumbnail, #wpadcenter_ad img.attachment-post-thumbnail, #wpadcenter_ad img.wp-post-image, #wpadcenter_rotatingadgroup_widget-2 .aligncenter, #wpadcenter_rotatingadgroup_widget-2 .div.aligncenter {
	margin: 0 auto;
}
/*The last 29 days of the month are the hardest."- Nikola Tesla*/