/*-------------------- 
Countdown Banner
---------------------*/
.banner-countdown {
	line-height: 3em;
	padding: 1em 0;
    margin: 0 0 1em;
    font-family: 'Gothic821 Cn BT';
	color: #fff;
	font-size: 35px;
    text-align: center;
    background: #00427a;
}
.banner-countdown .countdownNumber {
    line-height: 1em;
	vertical-align: middle;
    margin-right: 0.8em;
    padding: 0;
}
.banner-countdown .countdownDate {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.3em;
    width: 2.5em
}
.banner-countdown .countdownLabel {
    font-size: .6em;
    letter-spacing: .07em;
}

@media (max-width: 470px) {
    .banner-countdown { font-size: 27px; }
}
@media (max-width: 370px) {
    .banner-countdown { font-size: 22px; }
}
/*-------------------- 
Home: Action Buttons
---------------------*/
.actionButtons {

    margin: 1.5em 0;
	max-width: none;
}
.actionButtons .column {
    text-align: center;
    margin: 1.5em 0;
    font-size: 1.3em;
    display: block;
}
.actionButtons .column .graphic {
    position: relative; 
    height: 200px;
    border: 0;
    margin: 0.5em;
	display: inline-block;
	padding: 0.5em;
	border-bottom: 2px solid transparent;
}
.actionButtons .column:hover .graphic {
    border-bottom: 2px solid #008CBA;
}
.actionButtons .graphic img {
    max-width: 100%;
    max-height: 100%;
}

/*-------------------- 
Home: Supporter Slider
---------------------*/
.section.support {
 	overflow: hidden;   
}
.section.support .supporterSlides {
	position: relative;
}
.section.support .supporterTrack {
    white-space: nowrap;
    position: relative;
    left: 0;
    width: 100%;
    overflow: visible;
    max-width: unset;
}
.animate .supporterTrack {
    transform: translate3d(0, 0, 0);
 	animation:scrollSupporter 100s linear infinite;    
}
.supporterSlides:hover .supporterTrack, .supporterTrack:hover {
    animation-play-state: paused
}
.section.support .supporters {
    display: inline-block;
    margin: 0 35px;
}
@keyframes scrollSupporter {
	0% {
        transform: translateX(0%); 
    }
	100% {
        transform: translateX(-100%); 
    }
}

/*-------------------- 
Home: Youth Advisory Council
---------------------*/
.section.youthCouncil {
	text-align: center;
    overflow: hidden;
	width: 100%;
}
.youthCouncil .photos {
    margin-bottom: 1em;
    position: relative;
}
.youthCouncil .photosTrack {
    white-space: nowrap;
    position: relative;
    left: 0;
    width: 100%;
    overflow: visible;
    max-width: unset;
}
.animate .photosTrack {
    transform: translate3d(0, 0, 0);
	animation:scrollYouth 80s linear infinite;
}
.youthCouncil img {

    border-right: 10px solid #008CBA;

}
.youthCouncil img:last-child {

    border-right: none;

}
@keyframes scrollYouth {
	0% {
        transform: translateX(0%); 
    }
	100% {
        transform: translateX(-100%); 
    }
}

/*-------------------- 
Home: Constant Contact form
---------------------*/
.section.subscribe {
text-align: center;
background: #00427a;
color: #fff;
padding-top: 3em;
padding-bottom: 2.5em;
}
.section.subscribe h3 {
color: #fff;
}
.section.subscribe a button {
background-color: #fff;
color: #008cba;
font-weight: 600 !important;
}
.section.subscribe a button:hover {
background-color: #007095;
color: #fff;
}

.section.subscribe #ctct_form_1 h2.ctct-form-header {
    display: none;
}
.section.subscribe div.ctct-form-embed div.ctct-form-defaults, .section.subscribe div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.section.subscribe .ctct-form-embed .grecaptcha-badge {
    width: 0 !important;
    height: 0 !important;
}
.section.subscribe > .ctct-inline-form {
	max-width: 660px;
	margin: 0 auto;
}

/* ---- */
#supporters-section {
 margin: 0 2em;   
}
#supporters-section img {
	margin: 0 auto;
}

span.boolean-0:after {
	content: "No"; 
}
span.boolean-1:after {
	content: "Yes";
}


.youth-council {
    padding-right: 20px;
    padding-bottom: 15px;
    float:left;
}
.event-form-wrapper {
    width: 900px;
  	max-width: 100%;
  	margin: auto;
}
#wod_add_map{
	margin-bottom: 1rem;
}
#wod_add_form fieldset{
	display: none;
}
span.required{
	color: #ff0000;
}
#wod_oq_spec_act_cont,
#wod_themes_pollute_cont,
#wod_themes_touch{
	padding-left: 0.5rem;
}
@media (min-width: 768px) {
	#wod_oq_spec_act_cont,
	#wod_themes_pollute_cont,
	#wod_themes_touch{
		padding-left: 1.5rem;
	}
}
html input[type=checkbox]+label, html input[type=radio]+label{
	display: inline;
}
.bold{
	font-weight: bold;
}
.mar0i{
	margin: 0!important;
}
.marb10{
	margin-bottom: 10px;
}
#wod_add_form .g-recaptcha,
#wod_add_form .buttons{
	margin-top: 2em;
}
.invalid{
	border-color: #ff0000!important;
}


/* ====================
	Universals
======================= */

body,
p,
ul,ol,dl{
	font-size: 1rem;
}
h1,h2,h3,h4,h5,h6 {
	color: #008CBA;
}

/* ====================
	Header Styles
======================= */
#home header{
	padding-bottom: 25px;
}
header{
	padding: 15px 0;
	position: relative;
	z-index: 2;
}
#logo{
	float: left;
	margin-top: 12px;
}
	#logo:hover{ opacity: 0.7; }

#utility-nav { margin-top: 50px; }

.navigation { background-color: #ffffff; }

.navigation.n2019 .top-bar {
    min-height: 78px;
    overflow: visible;
}

.navigation.n2019 .brand {
    z-index: 5;
	color: #00427a;
	font-weight: 600;
    font-size: 23px;
    font-family: 'Gothic821 Cn BT',Arial;
    line-height: 78px;
    position: relative;
    margin-left: 25px;
    display: inline-block;
	overflow: hidden;
	max-height: 78px;
}

.navigation.n2019 .brand div {
    animation: brandStrings 32s cubic-bezier(.95,.26,.27,.98) 3s infinite;
    -webkit-animation: brandStrings 32s cubic-bezier(.95,.26,.27,.98) 3s infinite;
    -moz-animation: brandStrings 32s cubic-bezier(.95,.26,.27,.98) 3s infinite;
    -o-animation: brandStrings 32s cubic-bezier(.95,.26,.27,.98) 3s infinite;
} 

@-webkit-keyframes brandStrings  {
	0% { -webkit-transform: translateY(-2000%); }
	1% { -webkit-transform: translateY(-2000%); }
	5% { -webkit-transform: translateY(-1900%); }
	6% { -webkit-transform: translateY(-1900%); }
	10% { -webkit-transform: translateY(-1800%); }
	11% { -webkit-transform: translateY(-1800%); }
	15% { -webkit-transform: translateY(-1700%); }
	16% { -webkit-transform: translateY(-1700%); }
	20% { -webkit-transform: translateY(-1600%); }
	21% { -webkit-transform: translateY(-1600%); }
	25% { -webkit-transform: translateY(-1500%); }
	26% { -webkit-transform: translateY(-1500%); }
	30% { -webkit-transform: translateY(-1400%); }
	31% { -webkit-transform: translateY(-1400%); }
	35% { -webkit-transform: translateY(-1300%); }
	36% { -webkit-transform: translateY(-1300%); }
	40% { -webkit-transform: translateY(-1200%); }
	41% { -webkit-transform: translateY(-1200%); }
	45% { -webkit-transform: translateY(-1100%); }
	46% { -webkit-transform: translateY(-1100%); }
	50% { -webkit-transform: translateY(-1000%); }
	51% { -webkit-transform: translateY(-1000%); }
	55% { -webkit-transform: translateY(-900%); }
	56% { -webkit-transform: translateY(-900%); }
	60% { -webkit-transform: translateY(-800%); }
	61% { -webkit-transform: translateY(-800%); }
	65% { -webkit-transform: translateY(-700%); }
	66% { -webkit-transform: translateY(-700%); }
	70% { -webkit-transform: translateY(-600%); }
	71% { -webkit-transform: translateY(-600%); }
	75% { -webkit-transform: translateY(-500%); }
	76% { -webkit-transform: translateY(-500%); }
	80% { -webkit-transform: translateY(-400%); }
	81% { -webkit-transform: translateY(-400%); }
	85% { -webkit-transform: translateY(-300%); }
	86% { -webkit-transform: translateY(-300%); }
	90% { -webkit-transform: translateY(-200%); }
	91% { -webkit-transform: translateY(-200%); }
	95% { -webkit-transform: translateY(-100%); }
	96% { -webkit-transform: translateY(-100%); }
	100% { -webkit-transform: translateY(0%); }
}
@-moz-keyframes brandStrings  {
	0% { -moz-transform: translateY(-2000%); }
	1% { -moz-transform: translateY(-2000%); }
	5% { -moz-transform: translateY(-1900%); }
	6% { -moz-transform: translateY(-1900%); }
	10% { -moz-transform: translateY(-1800%); }
	11% { -moz-transform: translateY(-1800%); }
	15% { -moz-transform: translateY(-1700%); }
	16% { -moz-transform: translateY(-1700%); }
	20% { -moz-transform: translateY(-1600%); }
	21% { -moz-transform: translateY(-1600%); }
	25% { -moz-transform: translateY(-1500%); }
	26% { -moz-transform: translateY(-1500%); }
	30% { -moz-transform: translateY(-1400%); }
	31% { -moz-transform: translateY(-1400%); }
	35% { -moz-transform: translateY(-1300%); }
	36% { -moz-transform: translateY(-1300%); }
	40% { -moz-transform: translateY(-1200%); }
	41% { -moz-transform: translateY(-1200%); }
	45% { -moz-transform: translateY(-1100%); }
	46% { -moz-transform: translateY(-1100%); }
	50% { -moz-transform: translateY(-1000%); }
	51% { -moz-transform: translateY(-1000%); }
	55% { -moz-transform: translateY(-900%); }
	56% { -moz-transform: translateY(-900%); }
	60% { -moz-transform: translateY(-800%); }
	61% { -moz-transform: translateY(-800%); }
	65% { -moz-transform: translateY(-700%); }
	66% { -moz-transform: translateY(-700%); }
	70% { -moz-transform: translateY(-600%); }
	71% { -moz-transform: translateY(-600%); }
	75% { -moz-transform: translateY(-500%); }
	76% { -moz-transform: translateY(-500%); }
	80% { -moz-transform: translateY(-400%); }
	81% { -moz-transform: translateY(-400%); }
	85% { -moz-transform: translateY(-300%); }
	86% { -moz-transform: translateY(-300%); }
	90% { -moz-transform: translateY(-200%); }
	91% { -moz-transform: translateY(-200%); }
	95% { -moz-transform: translateY(-100%); }
	96% { -moz-transform: translateY(-100%); }
	100% { -moz-transform: translateY(0%); }
}
@-o-keyframes brandStrings  {
	0% { -o-transform: translateY(-2000%); }
	1% { -o-transform: translateY(-2000%); }
	5% { -o-transform: translateY(-1900%); }
	6% { -o-transform: translateY(-1900%); }
	10% { -o-transform: translateY(-1800%); }
	11% { -o-transform: translateY(-1800%); }
	15% { -o-transform: translateY(-1700%); }
	16% { -o-transform: translateY(-1700%); }
	20% { -o-transform: translateY(-1600%); }
	21% { -o-transform: translateY(-1600%); }
	25% { -o-transform: translateY(-1500%); }
	26% { -o-transform: translateY(-1500%); }
	30% { -o-transform: translateY(-1400%); }
	31% { -o-transform: translateY(-1400%); }
	35% { -o-transform: translateY(-1300%); }
	36% { -o-transform: translateY(-1300%); }
	40% { -o-transform: translateY(-1200%); }
	41% { -o-transform: translateY(-1200%); }
	45% { -o-transform: translateY(-1100%); }
	46% { -o-transform: translateY(-1100%); }
	50% { -o-transform: translateY(-1000%); }
	51% { -o-transform: translateY(-1000%); }
	55% { -o-transform: translateY(-900%); }
	56% { -o-transform: translateY(-900%); }
	60% { -o-transform: translateY(-800%); }
	61% { -o-transform: translateY(-800%); }
	65% { -o-transform: translateY(-700%); }
	66% { -o-transform: translateY(-700%); }
	70% { -o-transform: translateY(-600%); }
	71% { -o-transform: translateY(-600%); }
	75% { -o-transform: translateY(-500%); }
	76% { -o-transform: translateY(-500%); }
	80% { -o-transform: translateY(-400%); }
	81% { -o-transform: translateY(-400%); }
	85% { -o-transform: translateY(-300%); }
	86% { -o-transform: translateY(-300%); }
	90% { -o-transform: translateY(-200%); }
	91% { -o-transform: translateY(-200%); }
	95% { -o-transform: translateY(-100%); }
	96% { -o-transform: translateY(-100%); }
	100% { -o-transform: translateY(0%); }
}
@keyframes brandStrings  {
	0% { transform: translateY(-2000%); }
	1% { transform: translateY(-2000%); }
	5% { transform: translateY(-1900%); }
	6% { transform: translateY(-1900%); }
	10% { transform: translateY(-1800%); }
	11% { transform: translateY(-1800%); }
	15% { transform: translateY(-1700%); }
	16% { transform: translateY(-1700%); }
	20% { transform: translateY(-1600%); }
	21% { transform: translateY(-1600%); }
	25% { transform: translateY(-1500%); }
	26% { transform: translateY(-1500%); }
	30% { transform: translateY(-1400%); }
	31% { transform: translateY(-1400%); }
	35% { transform: translateY(-1300%); }
	36% { transform: translateY(-1300%); }
	40% { transform: translateY(-1200%); }
	41% { transform: translateY(-1200%); }
	45% { transform: translateY(-1100%); }
	46% { transform: translateY(-1100%); }
	50% { transform: translateY(-1000%); }
	51% { transform: translateY(-1000%); }
	55% { transform: translateY(-900%); }
	56% { transform: translateY(-900%); }
	60% { transform: translateY(-800%); }
	61% { transform: translateY(-800%); }
	65% { transform: translateY(-700%); }
	66% { transform: translateY(-700%); }
	70% { transform: translateY(-600%); }
	71% { transform: translateY(-600%); }
	75% { transform: translateY(-500%); }
	76% { transform: translateY(-500%); }
	80% { transform: translateY(-400%); }
	81% { transform: translateY(-400%); }
	85% { transform: translateY(-300%); }
	86% { transform: translateY(-300%); }
	90% { transform: translateY(-200%); }
	91% { transform: translateY(-200%); }
	95% { transform: translateY(-100%); }
	96% { transform: translateY(-100%); }
	100% { transform: translateY(0%); }
}

.navigation.n2019 .brand img {
    margin: 0 2px 0 7px; 
    width: 95px;
	vertical-align: top;
}

.navigation.n2019 .title-area {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

.navigation.n2019 .title-area .name { display: none; }

.navigation.n2019 .top-bar .toggle-topbar.menu-icon { 
    top: 2em;
    right: 25px;
}

.navigation.n2019 .top-bar .toggle-topbar.menu-icon a {
    text-indent: -9999px;
}

.navigation.n2019 .top-bar .toggle-topbar.menu-icon a::after {
    width: 26px;
    -webkit-box-shadow: 0 5px 0 4px #00427a,0 17px 0 4px #00427a,0 29px 0 4px #00427a;
	box-shadow: 0 5px 0 4px #00427a,0 17px 0 4px #00427a,0 29px 0 4px #00427a;
}

.navigation.n2019 .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 78px;
    font-size: 16px;
    padding-right: 9px;
}

.navigation.n2019 .top-bar-section .has-dropdown > a {
    padding-right: 26px !important;
}
.top-bar-section .has-dropdown > a::after {
    margin-right: 8px;
}

.navigation.n2019 .top-bar.expanded .top-bar-section li:not(.has-form) a:not(.button) {
    line-height: inherit;
}

.navigation.n2019 .top-bar-section .has-dropdown > a::after {
    top: 39.5px;
}
.navigation.n2019 #google_translate_element {
    position: absolute;
    right: 0;
    top: 24px;
}
.navigation.n2019 .top-bar-section > ul.right {
    margin-right: 163px;
}



@media (max-width: 1155px ) { /*40.063em */
    .navigation.n2019 .top-bar .toggle-topbar.menu-icon { top: 54px; }
    .navigation.n2019 #google_translate_element { top: 2px; }
    .navigation.n2019 .top-bar-section {
     	overflow: hidden;
        height: 0;
    }
    .navigation.n2019 .expanded .top-bar-section {
        overflow: visible;
     	height: auto;   
    }
    .navigation.n2019 .top-bar .toggle-topbar { display: block; }
    .navigation.n2019 .top-bar-section > ul.right { 
        margin-right: 0;
        width: 100%;
		display: block;
    }
    .navigation.n2019 .top-bar-section ul li {
        float: none;
    }
    .navigation.n2019 .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 12px 0 12px 15px;
    }
    .navigation.n2019 .top-bar-section .has-dropdown > a::after {
        border-color: rgba(0,6,122,.3) transparent transparent;
		transform: rotate(-90deg);
        top: 50%;
    }
    
    .navigation.n2019 .top-bar-section .dropdown {
		position: absolute;
		left: 100%;
		top: 0;
		display: none;
		z-index: 99;
    }
    .navigation.n2019 .top-bar-section .has-dropdown.moved>.dropdown {
        display: block;
    }
}
@media (min-width: 1155px) {
    .navigation.n2019 .top-bar .toggle-topbar { display: none; }
    .navigation.n2019 .top-bar-section > ul {
	    width: auto;
    	height: auto !important;
    	display: inline;
	}
    
	.navigation.n2019 .top-bar-section { 
        
        margin-left: 255px;
    }
	.navigation.n2019 .brand { position: absolute; }
    
    .navigation.n2019 .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
		line-height: 35px;
	}
}

#divider {
	border-right: 1px solid #008CBA;
	padding-right: 1.375rem;
}

/* Search Box - Hidden until clicked */
#js-search{
	display: none;
	position: absolute;
	right: 44px;
	top: 43px;
	width: 260px;
}
#js-search input[type="text"]{
	background: #fff;
	font-size: 0.85em;
}
#js-search-btn .icon-remove,
#js-search-btn.open .icon-search{
	display: none; }
#js-search-btn.open .icon-remove{
	display: block;
	font-size: 18px;
	padding: 3px 0 0; }
#utn-0,#utn-1 {
	display: none;
}


/* ====================
	Footer Styles
======================= */

footer {
    background: #008CBA;
    color: #fff;
}
footer .foot-top.row > .column {
    margin-top: 1em;
    margin-bottom: 1em;
}
footer .logo {

    display: block;

}
footer .hash {

    font-size: 1.2rem;
    margin-bottom: 1em;

}
footer a {

    color: #fff;
    font-weight: 600;

}
footer .foot-top h3 {
    color: #fff;
    text-align: center;
}

.foot-bottom {
	background-color:#002a49;
	color:#FFFFFF;
	padding-top: 20px;
	font-size:12px;
	text-transform:uppercase;
}

.foot-bottom a{
	color:#FFFFFF;
	font-size:12px;
	font-weight:400;	
}


/* ====================
	Home Page
======================= */

.mutebutt {
    width: 50px;
    height: 42px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    background-image: url('/_assets/images/sound-sprite.png');
    background-position-x: 100%;
    background-size: cover;
    cursor: pointer;
}
.mutebutt:hover, .mutebutt.on {
    background-position-x: 0;
}
.mutebutt.on:hover {
    background-position-x: 100%;
}

.videoWrapper.n2019 {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
    background: #0157a1;
}
.videoWrapper.n2019 video {
	z-index: -1;
	width: 100%;
}
.videoWrapper.n2019 .videoOverlay {
    display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1em;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.videoWrapper.n2019 .videoOverlay h1 {
	font-weight: 600;
	color: #fff;
    text-shadow: 1px 1px 2px rgba(12,89,159,0.8); 
    margin-top: 1em;
}
@media (max-width: 55em) {
    .videoWrapper.n2019 .videoOverlay h1 {
        font-size: 1.25em;
    }
}
@media (max-width: 30em) {
    .videoWrapper.n2019 .videoOverlay h1 {
        font-size: 0.9em;
    }
}
#home .section {
    margin-top: 2em;
}
.fullwidth-slider .orbit-caption {
	text-align: center;
}
.services > div > div {
	padding-bottom: 30px;
	text-align: center;
}

.orbit-caption a {
	color: #fff;
}

ul.imgonly li {
	list-style-type: none;
}

/* ========
	Side Navigation
======================= */
aside ul{
	padding: 0;
	margin-left: 0;
	
}
aside li{
	list-style: none;
	margin: 0;
	padding: 0;
}
	aside li a:link,
	aside li a:visited{
		border-top: 1px solid #eaeaea;
		display: block;
		padding: 5px;
	}
	aside li a:active,
	aside li a:hover,
	aside li.selected a{
		background: #008cba;
		color: #fff;
	}
	aside li:first-child a{
		border: none;
		font-size: 1.25em;
		font-weight: bold;
	}
	aside li:first-child a:hover,
	aside li.selected:first-child a{
		background: none;
	}
	aside li.selected:first-child a{
		background: none;
		color: #008cba;
	}


/* =======================
	Blog Styles
======================= */
.recent-news .blogText h1,
.recent-news .blogPicture h1 {
	font-size: 130%;
	line-height: 1.1em;
	margin-bottom: 16px;
}

.recent-news .blog-options span {
	background: #ECFAFF;
	color: #008CBA;
	text-shadow: none;
	margin-bottom: 0;
}

.blog-description{
	clear: both;
	color: #666;
	margin: 15px 0;
}

.blog-options span {
	background: #ECFAFF;
	color: #008CBA;
	text-shadow: none;
	display: inline-block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 0.75em;
	margin: 0 0 15px;
	padding: 5px 10px;
}

.panel h5{
	font-family: 'gotham-medium-webfont'; 
	font-size:15px;
	color:#FFFFFF;
	font-weight: 600;
	padding-bottom: 5px;
}

.post-date,
.post-comments{
	color: #3f5666;
	font-size: 73%;
	font-style: italic;
}
.post-date{
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

.sml-post{
	margin-bottom: 20px;
}
.pad-top {
	margin-top: 40px;
}
.pad-btm {
	margin-bottom: 30px;
}
.wrapper{
	border-top:1px;
	border-top-color:#00aeef;
	border-top-style:solid;	
}
.navigation + .wrapper, .navigation + script + .wrapper, .navigation + script + script + .wrapper {
	border-top: none;
}
.blog-Picture {
	position: relative;
}
.round-brc {
	border-radius: 0 0 5px 0;
}
.blog-Picture > i, .blog-Picture > em {
	left: 1px;
	position: absolute;
	top: 1px;
}
.blogText h1 {
	margin: 13px 0 20px;
	width: 90%;
}
.blogText h1, .blogPicture h1 {
	font-size: 150%;
}
aside h5 {
	clear: both;
	margin: 40px 0 10px;
}
aside h5.noMar {
	margin-top: 5px;
}
.post-icon {
	margin-right: 5px;
}

.icon-primary-small {
	margin: 2px 10px 0 0;
}
.icon-primary, .icon-primary-small {
	color: #3f5666;
	float: left;
}
.sml-post {
	float: left;
	margin: -4px 0 20px;
	width: 86%;
}
.sml-post h6 a, .mcp-title h6 a {
	margin: 0;
	font-weight: 600;
}

/* ========
	Most Commented Posts
======================= */
.mcp-list{
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}
.mcp-comment {
	background: #E6E6E6;
	color: #008cba;
	float: left;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.25em;
	font-weight: bold;
	height: 63px;
	text-align: center;
	width: 63px;
	border-radius: 63px;
	line-height: 63px;
	margin-top: 10px;
}
.mcp-title{
	float: left;
	padding: 20px 0 0 8px;
	width: 67%;
}

/* ========
	Breadcrumbs
======================= */
.breadcrumb{
	color: #008CBA;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .875em;
	margin: 48px 0 0;
}
	.breadcrumb a:link,
	.breadcrumb a:visited{
		color: #008CBA;
	}
	.breadcrumb a:active,
	.breadcrumb a:hover{
		opacity: .8;
	}
.ptitle{
	margin: 20px 0 26px;
	font-weight: 400;
}

/* ========
	MISC BC Overrides
======================= */
.shop-product-small h2 a {
	color: #008cba;
	font-size: 85%;
}

.shop-product-small li.price {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5rem;
}

a#catshopbuy:link, a#catshopbuy:visited {
	background: none repeat scroll 0 0 #008CBA;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a#catshopbuy:link:hover {
	background: none repeat scroll 0 0 #46b6db;
}
select.shippingDropDown {
	height: auto;
}

.announcement-list h2 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	line-height: 16px;
	margin: 0 0 3px 0;
}

.blog-post h2.post-title {
	line-height: 39px;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
	font-size: 14px;
	line-height: 18px;
}

/* -----------------------------------------
   Responsive Tables
----------------------------------------- */

table th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }

/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }
	
	
}


@media (min-width: 640px) and (max-width: 800px) {
   .n2018 .top-bar-section .right li.organize-event .dropdown {
    	left: 0 !important;
        right: auto;
    }
    .n2018 .top-bar-section .right li.about .dropdown {
    	left: auto;
        right: 0 !important;
    }
}
@media (min-width: 640px) and (max-width: 700px) {
	.n2018 .top-bar-section .right li.support .dropdown {
    	left: 0 !important;
        right: auto;
    }
}

/*-------------------- 
Resources Page
---------------------*/
.fancybox-container {
    z-index: 1000001;
}

/*-------------------- 
Home Slider
---------------------*/
.sp-slides p a.cat_button {
	background: #3f94d1;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
}

.slider-pro p.sp-layer {
    font-size: 24px;
    line-height: 28px;
    width: 40%;
}

@media (max-width: 1500px) {
	.slider-pro h1.sp-layer {
    	font-size: 36px;
        line-height: 38px;
    }
    .slider-pro p.sp-layer {
    	font-size: 22px;
        line-height: 26px;
        width: 40%;
    }
    .sp-slides p a.cat_button {
    	font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .slider-pro h1.sp-layer {
    	font-size: 32px;
        line-height: 34px;
    }
    .slider-pro p.sp-layer {
    	font-size: 20px;
        line-height: 25px;
    }
    .sp-slides p a.cat_button {
    	font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .slider-pro h1.sp-layer {
    	font-size: 28px;
        line-height: 32px;
    }
    .slider-pro p.sp-layer {
    	font-size: 16px;
        line-height: 22px;
        width: 45%;
    }
    .sp-slides p a.cat_button {
    	font-size: 14px;
        padding: 6px 14px;
    }
}

@media (max-width: 768px) {
	.slider-pro h1.sp-layer {
    	font-size: 18px;
        line-height: 22px;
    }
    #example1 .sp-layer {
    	font-size: 18px;
        line-height: 22px;
    }
    .sp-slides p a.cat_button {
    	font-size: 12px;
        padding: 0 8px;
    }
}

/*-------------------- 
Event Detail Page 
---------------------*/
.venue {
	margin-top: 30px;
}
.venue-map {
    padding: 1px;
    background: #008cba;
}
.map-0 {
	width: 100%;
    height: 0;
}
.map-1 {
	width: 100%;
    height: 300px;
}
.free-1 {
	display: inline-block;
}
.free-0,
[data-display=""]{
	display: none!important;
}
.e-details a, .e-details {
	overflow-wrap: break-word;
  	word-wrap: break-word;
}	
.clearfix {
	clear: both;
}
.boolean-response-1 {
	display: block;
}
.boolean-response-0:not(.boolean-response-1){
	display: none!important;
}
ul.event-agenda{
	list-style: disc outside none;
    margin-left: 20px;
}
ul.event-agenda em {
	font-size: 9px;
    line-height: 25px;
    padding-right: 10px;
}

/*KLR*/

.yname {
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #5ba1c7;
    margin-top: 10px;
}

.team-member-description-row {
   width: 90%;
  float: left;
  margin-left: 15px; 
  margin-bottom: 10px;
    
}
.team-member-description {
 
    display: none;
    
}

.team-plus-minus {
 display: inline-block;
 float: right;
 margin-right: 20px;
 list-style: none;
}


/* VIDEO WRAPPER */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}