body {
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Cabin', sans-serif;
    font-size: 18px;
  	line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
		color: #d50037;
    text-decoration: none;
		-webkit-transition: all 200ms linear 0s;
		-moz-transition: all 200ms linear 0s;
		-ms-transition: all 200ms linear 0s;
		-o-transition: all 200ms linear 0s;
		transition: all 200ms linear 0s;
}
a:hover {
	color: #a3a3a3;
	text-decoration: none;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.row {
    margin-right: -8px!important;
    margin-left: -8px!important;
}

.col-5 {
    float: left;
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}

.mbottom-5 {margin-bottom: 5px;}
.mbottom-10 {margin-bottom: 10px;}
.mbottom-15 {margin-bottom: 15px;}
.mbottom-20 {margin-bottom: 20px;}


/* Header/Text Styles */
h1 {color: #1a1a1a; font-size: 32px; font-weight: 700; margin: 10px 0 10px;}
h2 {color: #1a1a1a; font-size: 28px; font-weight: 700; margin: 10px 0 10px;}
h3 {color: #1a1a1a; font-size: 26px; font-weight: 700; margin: 10px 0 10px;}
h4 {color: #1a1a1a; font-size: 24px; font-weight: 700; margin: 10px 0 10px;}
h5 {color: #1a1a1a; font-size: 20px; font-weight: 700; margin: 10px 0 10px;}
h6 {color: #1a1a1a; font-size: 18px; font-weight: 700; margin: 10px 0 10px;}


.textUppercase {text-transform:uppercase;}
.textUnderline {text-decoration: underline;}
.textStrike {text-decoration: line-through;}
.textItalic {font-style: italic;}
.textLight {font-weight:300;}
.textRegular {font-weight:400;}
.textMedium {font-weight:500;}
.textSemiBold {font-weight:600;}
.textBold {font-weight:700;}
.textExtraBold {font-weight:800;}
.textBlack {font-weight:900;}
.important {display: inline-block; vertical-align: top; color: #d50037; font-size: 8px; padding-left: 5px;}

.myContainer, .container {
		margin: 0px auto;
		padding: 0 8px;
		background-color: transparent;
		position: relative;
}

.customBtn {
    background-color: #d50037;
    border: 4px solid transparent;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    padding: 10px 35px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}
.customBtn:hover {
		background-color: #d50037;
		color: #fff;
		text-decoration: none;
		border-color: #ccc;
}

.calloutbox {
    background-color: #e9efd1;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
		padding: 15px 15px 5px;
		color: #4d6d9b;
		text-align: left;
}
.customList {
    list-style: none;
    padding-left: 0px;
    margin: 10px auto;
}
.customList li {
    background: url("//cdn.ymaws.com/nwrawildlife.site-ym.com/resource/resmgr/microsite/images/micro-bullet.png") no-repeat scroll 0 6px transparent;
    line-height: 20px;
    padding-left: 17px;
		padding-bottom: 7px;
    font-style: italic;
}
.customList h5 {color: #d50037;}
.customList li a {color: #4d6d9b;}
.customList li a:hover {color: #a3a3a3;}


/* Begin Global Page Styles */
#pageContent {margin-top: 102px;}
#subPageContent-out {padding: 60px 0;}
.microTier {padding: 65px 0; text-align: center;}

.pTop-70 {padding-top: 70px;}
.pBottom-70 {padding-bottom: 70px;}

.breakUp {max-width: 1036px; width: 80%; border-top: 2px solid #E4E4E3;}

.introParagraph {text-align: center; margin-bottom: 30px;}
.introParagraph h3 {font-size: 30px; font-weight: 700; margin: 0px auto 15px; color: #1a1a1a; text-transform: uppercase;}
.introParagraph p {font-size: 18px; line-height: 24px; font-weight: 400; margin-bottom: 0px; color: #777777;}


/* Begin Header Styles */
#header-out {
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    z-index: 15;
}
#header {
    position: relative;
    text-align: center;
    height: 102px;
    padding: 0;
}
#logo {
    display: inline-block;
    max-width: 380px;
    vertical-align: top;
    float: left;
    margin-top: 14px;
}






/* Begin Menu Styles */
#mainMenu-out {
    background-color: transparent;
    width: 100%;
    position: fixed;
    top: 102px;
    z-index: 20;
}
#mainMenu {background: transparent; border: none; margin: 0; min-height: auto;}
#mainMenu {
    background: transparent;
    border: none;
    margin: 0;
    min-height: auto;
    height: 0;
}
#mainMenu .navbar-collapse {padding: 0; float: right; width: auto; margin: 0 auto; z-index: 10;}
#mainMenu .navbar-nav {
    position: relative;
    float: right;
    margin-top: -77px;
}
#mainMenu .navbar-nav > li > a {
    color: #1f1f1f;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 16px;
    font-weight: 600;
}
#mainMenu .navbar-nav>li>a:hover, 
#mainMenu .navbar-nav>li>a:focus, 
#mainMenu .nav>.open>a, 
#mainMenu .nav>.open>a:hover, 
#mainMenu .nav>.open>a:focus {
    color: #d50037;
    background-color: transparent;
}

/* Dropdown Links */
#mainMenu .dropdown-menu {
    background-color: #d50037;
		border: none;
}
#mainMenu .dropdown-menu>li>a {
    color: #fff;
    text-decoration: none;
		padding: 7px 20px;
}
#mainMenu .dropdown-menu>li>a:focus, 
#mainMenu .dropdown-menu>li>a:hover {
		color: rgba(255,255,255, .5);
		text-decoration: none;
		background-color: transparent;
}


#mainMenu .navbar-toggle {background-color: #d50037; border: none; margin: -50px 0 6px 0px; border-radius: 0; padding: 12px; -webkit-transition: all 200ms linear 0s; -moz-transition: all 200ms linear 0s; -ms-transition: all 200ms linear 0s; -o-transition: all 200ms linear 0s; transition: all 200ms linear 0s;}
#mainMenu .navbar-toggle:hover {background-color: #ff1f4b;}
#mainMenu .icon-bar {background-color:#fff;}


/* Begin Footer Styles */
#footer-out {
    padding: 50px 0 30px;
    background-color: #d50037;
}
#footer {
		color: #fff; 
		text-align: center;
}
#footer a {color: #fff;}
#footer a:hover {color: rgba(255,255,255,0.6);}
#footContact {
    margin-bottom: 20px;
}
#footContact h1 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    margin: 0 auto 6px;
}
#footContact span {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}
#footContact p {
    margin-bottom: 0;
}
.contactItem {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.contactItem i {
    padding-right: 5px;
}
#footSocial {
    margin-bottom: 20px;
}
#footSocial a {
    font-size: 24px;
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}
#footSocial a:hover {
		color: #1f1f1f;
}
#footCopy-links {
    margin-bottom: 5px;
}




/* Begin Homepage Styles */
#heroImage-out {
    position: relative;
    background: linear-gradient(to bottom, rgba(26,26,26,0.2) 0%,rgba(26,26,26,0.4) 100%), url(//cdn.ymaws.com/nwrawildlife.site-ym.com/resource/resmgr/microsite/images/micro-hero.jpg) no-repeat scroll center center/cover;
    height: 0px;
		padding-top: 38%;
}
.heroImage-content {
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.heroImage-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.heroImage-text h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin: 0 auto;
}
.heroImage-text .customBtn {
    margin: 40px 10px 0;
}


/* when where section */
#hpWhenWhere-date .month {
    color: #1f1f1f;
    font-size: 35px;
    line-height: 40px;
		margin-top: 42px;
}
#hpWhenWhere-date .year {
    font-size: 28px;
    color: #a3a3a3;
}
#hpWhenWhere-circle {
    background-color: #d50037;
    color: #fff;
    text-transform: uppercase;
		border: 4px solid transparent;
    border-radius: 100px;
    height: 165px;
    width: 165px;
    margin: 0 auto;
		display: block;
}
#hpWhenWhere-circle:hover {
    background-color: #d50037;
    color: #fff;
		border-color: #ccc;
}
#hpWhenWhere-location .where {
    color: #1f1f1f;
    font-size: 35px;
    line-height: 40px;
		margin-top: 42px;
}
#hpWhenWhere-location .state {
    font-size: 28px;
    color: #a3a3a3;
}
.hpWhenWhere-text {
    font-size: 26px;
    padding-top: 47px;
    display: block;
}


/* pricing section */
#hpPricing-out {
    background-color: #EFEFEF;
}
#hpPricing-rotator {
    padding: 0 30px;
}
#hpPricing-rotator .carousel-indicators {
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: none;
}
#hpPricing-out .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding: 0;
    bottom: auto;
    text-shadow: none;
    display: inline-block;
		color: #1f1f1f;
}
.hpPricing-slideLeft {
    text-align: left;
}
#hpPricing-out .carousel-control {
    text-shadow: none;
    background: transparent;
    width: 30px;
    opacity: 0.2;
		color: #1f1f1f;
}
#hpPricing-out .carousel-control:hover {
		opacity: 0.5;
}
#hpPricing-out .carousel-control i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}
.hpPricing-slideRight .customBtn {
    margin-top: 47px;
}


/* spotlight section */
.hpSpotlight-row {
    margin-bottom: 30px;
}
.hpSpotlight-row:last-child {
    margin-bottom: 0px;
}
.hpSpotlight {
    padding: 0 15px;
}
.hpSpotlight-image {
    transition: 0.5s;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    padding-bottom: 55%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.hpSpotlight-image:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.2);
}
.hpSpotlight-text {
    background-color: rgba(0,0,0,0.8);
    bottom: 0;
    padding: 15px 8px;
    position: absolute;
    left: 15px;
    right: 15px;
    color: #fff;
}


/* sponsors section */
#hpSponsors-out {
    background-color: #EFEFEF;
}
#hpSponsors-out .introParagraph h3 {
    margin-bottom: 0;
}
#hpSponsors-rotator {
    padding: 0 30px;
}
#hpSponsors-rotator .carousel-indicators {
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: none;
}
#hpSponsors-rotator .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    padding: 0;
    bottom: auto;
    text-shadow: none;
}
.hpSponsors-slideTitle h4 {
    margin: 0 auto 20px;
    font-weight: 400;
}
#hpSponsors-out .carousel-control {
    text-shadow: none;
    background: transparent;
    width: 30px;
    opacity: 0.2;
    color: #1f1f1f;
    bottom: auto;
    top: 65%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}
#hpSponsors-out .carousel-control:hover {
		opacity: 0.5;
}
#hpSponsors-out .carousel-control i {
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
}





/* Begin Subpage Styles */
#subheroImage-out {
    background: linear-gradient(to right, rgba(38,51,89,0.3) 0%,rgba(38,51,89,0.3) 100%), url(//cdn.ymaws.com/nwrawildlife.site-ym.com/resource/resmgr/microsite/images/micro-sphero.jpg) no-repeat scroll center center/cover;
    min-height: 200px;
		position: relative;
}
.subheroImage-content {
		background-color: rgba(0,0,0,0.5);
    padding: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
}
.subheroImage-title h1 {
    font-size: 36px;
    color: #fff;
    margin: 18px 0;
    font-weight: 700;
    text-transform: uppercase;
}
#microSubtitle-out {padding: 40px 0 0;}

.microSubSection {padding: 50px 0;}
.microSubSection-heading {margin-bottom: 15px;}
.microSubSection-heading h1 {margin: 0 0 10px; color: #d50037;}
.microSubSection-heading h5 {margin: 0px; color: #0093c1;}
.microSubSection-heading p {margin-top: 10px;}
.microSubSection-heading .customBtn {margin-top: 15px;}

.bgGray {background-color: #F5F5F5;}
#topMessage { padding: 40px 0;}



/* Accordion Styles */
.panel-group { margin-bottom: 0; }
.panel-group .panel {border: none; border-radius: 0 !important; box-shadow: none; margin-bottom: 6px !important;}
.panel-group .panel + .panel {margin-top: 6px; border-top: none; border-radius: 0;}
.panel-group .panel-heading {padding: 0; border-radius: 0; color: #fff; background-color: transparent;}
.panel-group .panel-title a {display: block; padding: 10px 50px 10px 14px; background-color: #d50037; position: relative; color: #ffffff; font-size: 18px; font-weight: 500; line-height: 26px; text-decoration: none; cursor: pointer;}
.panel-group .panel-title a::after {content: "\f068"; font-size: 15px; font-family: "FontAwesome"; font-style: normal; font-weight: normal; position: absolute; right: 20px; color: #fff; bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); border: 3px solid #fff; border-radius: 50px; width: 26px; height: 26px; text-align: center; line-height: 23px;}
.panel-group .panel-title a:hover, .panel-group .panel-title a:focus {color: #ffffff !important; background-color: #d50037 !important;}
.panel-group .panel-title a.collapsed {background-color: #ccc; color: #1a1a1a;}
.panel-group .panel-title a.collapsed::after {content: "\f067"; color: rgba(26, 26, 26, 0.7); border-color: rgba(26, 26, 26, 0.7);}
.panel-group .panel-body {padding: 10px 14px; border: none;}
.panel-group .panel-title a:hover:after, .panel-group .panel-title a:focus:after { color: #fff; border-color: #fff; }



/***********************************    Begin Subpage 1 Styles    ***********************************/
/* tab styles */
.registrationTabs-row {margin-top: 15px; margin-bottom: 15px;}
.registrationTabs li {background: transparent; border-radius: 4px 4px 0 0; display: inline-block; margin-right: 2px; -webkit-transition: all 200ms linear 0s; -moz-transition: all 200ms linear 0s; -ms-transition: all 200ms linear 0s; -o-transition: all 200ms linear 0s; transition: all 200ms linear 0s;}
.registrationTabs li:hover, .registrationTabs li a:hover {background-color: #d50037 !important; color: #fff;}
.registrationTabs li a {background-color: #ddd !important; border: none !important; cursor: pointer !important; display: inline-block; font-size: 18px; font-weight: 600; padding: 15px 28px; vertical-align: top; margin: 0;}
.registrationTabs li a:hover, .registrationTabs li a:focus {border: none !important; background-color: #d50037; color: #fff;}
.registrationTabs li.active a, .registrationTabs li.active a:hover,  .registrationTabs li.active a:focus {background-color: #d50037; border: none; color: #fff;}
.registrationTabs li.active, .registrationTabs li.active:hover, .registrationTabs li.active:focus {}
.registrationTabs li.active a, .registrationTabs li.active a:hover, .registrationTabs li.active a:focus {background-color: #d50037 !important; color: #fff !important;}

/* tab1 styles */
#registrationTable1 {margin-top: 20px;}	
.registrationTable-title {text-align: center;}
.registrationTable-top {text-align: center; margin-bottom: 10px; margin-top: 10px; font-size: 21px; font-weight: 700;}
.registrationTable-item {margin: 0 0 20px !important; border: 1px solid #1f1f1f;}
.regItem-title {text-align: center; font-weight: 700; padding: 15px 0; position: relative;}
.regItem-title::after {background-color: #fff; content: ''; -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%); clip-path: polygon(100% 50%, 0 0, 0 100%); width: 15px; height: 30px; position: absolute; right: -10px; z-index: 1; top: 12px;}
.regItem-title, .regItem-full, .regItem-two, .regItem-one, .regItem-btn {padding: 15px 0; text-align: center; font-weight: 700; position: relative; min-height: 56px;}
.regItem-full {background-color: #d50037; color: #fff;}
.regItem-two {background-color: #a3a3a3; color: #fff;}
.regItem-two::after {background-color: #a3a3a3; content: ''; -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%); clip-path: polygon(100% 50%, 0 0, 0 100%); width: 15px; height: 30px; position: absolute; right: -10px; z-index: 1; top: 12px;}
.regItem-one {border-right: 1px solid #1f1f1f;}
.registrationTable-item .smallText {font-size: 16px; font-weight: 100;}
.regItem-mobile {display: none;}
.regItem-btn {padding: 6px 0;}
.regItem-btn .customBtn {padding: 5px 15px;}

/* tab2 styles */	
.registrationEvent-top {padding-top: 10px;}
.registrationEvent-item {padding: 20px 0;}
.registrationEvent-image img {margin: 0 auto;}
.registrationEvent-info h3 {margin: 0 auto 10px; color: #d50037;}
	
/* tab3 styles */		
.registrationSponsor-row {padding: 15px 0 10px;}	
.registrationSponsor-heading {background-color: #ccc; padding: 10px 8px; font-size: 22px; margin: 0 0 15px;}
.registrationSponsor-info h3 {margin: 0 auto 10px;}
.registrationSponsor-right ul {list-style: none; padding-left: 10px; margin: 0;}	
.registrationSponsor-right ul h4 {margin: 0 auto; font-size: 21px;}
.registrationSponsor-right li {padding-bottom: 15px;}
	
/* tab4 styles */	
.workshopTop {padding-top: 10px;}
.workshop-row {padding: 20px 0 0;}
/*#workshopAccordion .panel, #workshopAccordion2 .panel {border: none; border-radius: 0 !important; box-shadow: none;}
#workshopAccordion .panel + .panel, #workshopAccordion2 .panel + .panel {margin-top: 6px; border-top: none; border-radius: 0;}
#workshopAccordion .panel-heading, #workshopAccordion2 .panel-heading {padding: 0; border-radius: 0; color: #fff; background-color: transparent;}
#workshopAccordion .panel-title a, #workshopAccordion2 .panel-title a {display: block; padding: 10px 50px 10px 14px; background-color: #d50037; position: relative; color: #ffffff; font-size: 18px; font-weight: 500; line-height: 26px; text-decoration: none; cursor: pointer;}
#workshopAccordion .panel-title a::after, #workshopAccordion2 .panel-title a::after {content: "\f068"; font-size: 15px; font-family: "FontAwesome"; font-style: normal; font-weight: normal; position: absolute; right: 20px; color: #fff; bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); border: 3px solid #fff; border-radius: 50px; width: 26px; height: 26px; text-align: center; line-height: 23px;}
#workshopAccordion .panel-title a:hover, #workshopAccordion .panel-title a:focus, #workshopAccordion2 .panel-title a:hover, #workshopAccordion2 .panel-title a:focus {color: #ffffff !important; background-color: #d50037 !important;}
#workshopAccordion .panel-title a.collapsed, #workshopAccordion2 .panel-title a.collapsed {background-color: #ccc; color: #1a1a1a;}
#workshopAccordion .panel-title a.collapsed::after, #workshopAccordion2 .panel-title a.collapsed::after {content: "\f067"; color: rgba(26, 26, 26, 0.7); border-color: rgba(26, 26, 26, 0.7);}
#workshopAccordion .panel-body, #workshopAccordion2 .panel-body {padding: 10px 14px; border: none;}
#workshopAccordion .panel-title a:hover:after, #workshopAccordion .panel-title a:focus:after, #workshopAccordion2 .panel-title a:hover:after, #workshopAccordion2 .panel-title a:focus:after { color: #fff; border-color: #fff; }*/
	
/* tab5 styles */		
.registrationEveningEvent-row {padding: 15px 0 10px;}	
.registrationEveningEvent-heading {background-color: #ccc; padding: 10px 8px; font-size: 22px; margin: 0 0 15px;}
.registrationEveningEvent-info h3 {margin: 0 auto 10px;}
.registrationEveningEvent-right ul {list-style: none; padding-left: 10px; margin: 0;}	
.registrationEveningEvent-right ul h4 {margin: 0 auto; font-size: 21px;}
.registrationEveningEvent-right li {padding-bottom: 15px;}	

/* registration video styles */	
#registrationVideo-out {background-color: #EFEFEF;}
.registrationVideo-wrap {position: relative; padding-bottom: 51.25%; padding-top: 30px; height: 0; overflow: hidden;}
.registrationVideo-wrap iframe, .registrationVideo-wrap object, .registrationVideo-wrap embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

#bMemberBTNOut {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #999;
    margin-top: 20px;
    background: #fff;
    display: table;
    width: 100%;
}

#bMemberBTNOut a {
    background: #D50637;
    color: #fff;
    height: 150px;
    display: table;
    width: 150px;
    border-radius: 50%;
    text-align: center;
    padding-top: 37px;
    margin: 0 auto;
    float: none;
    border: 4px solid transparent;
    
}
#bMemberBTNOut a:hover{
    border-color: #ccc;
}

#bParra {padding: 20px 20%; text-align: center;}


/***********************************    Begin Subpage 2 Styles    ***********************************/
/* weekly calendar styles */	
.weeklyCalendar-row {border: 1px solid rgba(0,0,0,0.2); text-align: center;}
.weeklyCalendar-column {padding: 0;}
.weeklyCalendar-column:nth-child(2n+1) .weeklyCalendar-info {background-color: #f0f0f0;}
.weeklyCalendar-day {background-color: #d50037; color: #fff; font-size: 20px; font-weight: 600; padding: 10px 8px; border-right: 1px solid rgba(0,0,0,0.2);}

.weeklyCalendar-info { padding: 15px 8px; font-size: 16px; border-right: 1px solid rgba(0,0,0,0.2); min-height: 400px;}

.weeklyCalendar-info a {display: block; margin-top: 13px;}

.weeklyCalendar-column:last-child .weeklyCalendar-day, .weeklyCalendar-column:last-child .weeklyCalendar-info {border-right: none;}

/* calendar widget styles */
#calendarZone-out {background-color: #efefef;}

/* video styles */		
.microVideo-wrap {position: relative; padding-bottom: 53.25%; padding-top: 30px; height: 0; overflow: hidden;}	
.microVideo-wrap iframe, .microVideo-wrap object, .microVideo-wrap embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
	
/* sp spotlight styles */		
#spSpotlight-out {background-color: #EFEFEF;}
.spSpotlight-item {padding: 0 15px; margin: 15px 0; display: inline-block; vertical-align: top;}
.spSpotlight-left {width: 45%; position: relative;}
.spSpotlight-left img {width: 100%; position: absolute; top: 0; height: 100%; left: 0; object-fit: cover;}
.spSpotlight-wrap {background-color: #fff; box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.06); display: flex;}
.spSpotlight-right {padding: 20px 20px 30px; text-align: left; font-size: 15px; font-weight: 400; width: 55%; color: #808080;}
.spSpotlight-right h1 {font-size: 21px; font-weight: 400; color: #d50037; margin: 0 auto 10px;}
.spSpotlight-right .customBtn {padding: 10px 25px; font-size: 16px; margin-top: 10px;}
	
/* faq accordion styles */			
#faqAccordion {margin-bottom: 7px;}	
/*#faqAccordion .panel, #faqAccordion2 .panel {border: none; border-radius: 0 !important; box-shadow: none;}
#faqAccordion .panel + .panel, #faqAccordion2 .panel + .panel {margin-top: 6px; border-top: none; border-radius: 0;}
#faqAccordion .panel-heading, #faqAccordion2 .panel-heading {padding: 0; border-radius: 0; color: #fff; background-color: transparent;}
#faqAccordion .panel-title a, #faqAccordion2 .panel-title a {display: block; padding: 10px 45px 10px 14px; background-color: #d50037; position: relative; color: #ffffff; font-size: 18px; font-weight: 500; line-height: 26px; text-decoration: none; cursor: pointer;}
#faqAccordion .panel-title a::after, #faqAccordion2 .panel-title a::after {content: "\f068"; font-size: 15px; font-family: "FontAwesome"; font-style: normal; font-weight: normal; position: absolute; right: 10px; color: #fff; bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); border: 3px solid #fff; border-radius: 50px; width: 26px; height: 26px; text-align: center; line-height: 23px;}
#faqAccordion .panel-title a:hover, #faqAccordion .panel-title a:focus, #faqAccordion2 .panel-title a:hover, #faqAccordion2 .panel-title a:focus {color: #ffffff !important; background-color: #d50037 !important;}
#faqAccordion .panel-title a.collapsed, #faqAccordion2 .panel-title a.collapsed {background-color: #ccc; color: #1a1a1a;}
#faqAccordion .panel-title a.collapsed::after, #faqAccordion2 .panel-title a.collapsed::after {content: "\f067"; color: rgba(26, 26, 26, 0.7); border-color: rgba(26, 26, 26, 0.7);}
#faqAccordion .panel-body, #faqAccordion2 .panel-body {padding: 10px 14px; border: none;}}*/


/***********************************    Begin Subpage 3 Styles    ***********************************/
/* table styles */
#registrationTable2 {padding-top: 20px;}	
.registrationTable2-item {text-align: center; margin: 20px 0;}
.regItem2-wrap {border: 1px solid #1f1f1f;}
.regItem2-title {font-size: 19px; padding: 25px 5px; font-weight: 500; text-transform: none;}
.regItem2-title p {margin-bottom: 0;}
.regItem2-value {background-color: #d50037; padding: 25px 5px 15px 5px; color: #fff; position: relative;}
.regItem2-value::after {background-color: #fff; content: ''; -webkit-clip-path: polygon(50% 100%, 0 0%, 100% 0%); clip-path: polygon(50% 100%, 0 0%, 100% 0%); width: 30px; height: 15px; position: absolute; margin-left: -15px; z-index: 1; top: 0px;}
.regItem2-value2 {background-color: #1f1f1f; padding: 25px 5px 15px 5px; color: #fff; position: relative;}
.regItem2-value2::after {background-color: #d50037; content: ''; -webkit-clip-path: polygon(50% 100%, 0 0%, 100% 0%); clip-path: polygon(50% 100%, 0 0%, 100% 0%); width: 30px; height: 15px; position: absolute; margin-left: -15px; z-index: 1; top: 0px;}
.regItem2-value3 {background-color: #a3a3a3; padding: 25px 5px 15px 5px; color: #fff; position: relative;}
.regItem2-value3::after {background-color: #1f1f1f; content: ''; -webkit-clip-path: polygon(50% 100%, 0 0%, 100% 0%); clip-path: polygon(50% 100%, 0 0%, 100% 0%); width: 30px; height: 15px; position: absolute; margin-left: -15px; z-index: 1; top: 0px;}
.regItem2-value .title, .regItem2-value2 .title, .regItem2-value3 .title {text-transform: uppercase; font-weight: 700;}
.regItem2-value .amount, .regItem2-value2 .amount, .regItem2-value3 .amount {font-size: 45px; font-weight: 700; position: relative;}
.regItem2-value2 .amount.smallText, .regItem2-value3 .amount.smallText {font-size: 18px; font-weight: 100; min-height: 63px; padding: 10px 20px; line-height: 20px;}
.regItem2-benefits {padding: 25px 5px;}
.regItem2-benefits ul {margin: 0; padding: 0; list-style: none; color: #1f1f1f; font-weight: 500;}
.regItem2-benefits li {padding: 5px 0;}
.regItem2-btn {padding: 0 5px 35px;}
	
/* pricing rotator styles */
#spPricing-out {background-color: #efefef;}
#spPricing-rotator {padding: 0 30px;}
#spPricing-rotator .carousel-indicators {bottom: -20px; left: 0; right: 0; width: 100%; margin: 0 auto; display: none;}
#spPricing-out .carousel-caption {position: relative; left: auto; right: auto; padding: 0; bottom: auto; text-shadow: none; display: inline-block; color: #1f1f1f;}
.spPricing-slideLeft {text-align: left;}
#spPricing-out .carousel-control {text-shadow: none; background: transparent; width: 30px; opacity: 0.2; color: #1f1f1f;}
#spPricing-out .carousel-control:hover {opacity: 0.5;}
#spPricing-out .carousel-control i {position: absolute; left: 0; right: 0; bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px;}
.spPricing-slideRight .customBtn {margin-top: 47px;}
	
/* video styles */
#sponsorVideo-out {background-color: #ffffff;}
#sponsorVideo {margin: 20px 0;}	
.sponsorVideo-wrap {position: relative; padding-bottom: 53.25%; padding-top: 30px; height: 0; overflow: hidden;}
.sponsorVideo-wrap iframe, .sponsorVideo-wrap object, .sponsorVideo-wrap embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

/* non-disclosure styles */
#npDisclosure-out {background-color: #efefef;}
#npDisclosure-out .microSubSection-heading h1 {font-size: 24px; color: #1f1f1f;}
#npDisclosure {font-size: 16px;}	

/* sponsors styles */
#spSponsors-out { background-color: #efefef; }
#spSponsors-out .introParagraph h3 { margin-bottom: 0; }
#spSponsors-rotator { padding: 0 30px; }
#spSponsors-rotator .carousel-indicators { bottom: -20px; left: 0; right: 0; width: 100%; margin: 0 auto; display: none; }
#spSponsors-rotator .carousel-caption { position: relative; left: auto; right: auto; padding: 0; bottom: auto; text-shadow: none; }
.spSponsors-slideTitle h4 { margin: 0 auto 20px; font-weight: 400; }
#spSponsors-out .carousel-control { text-shadow: none; background: transparent; width: 30px; opacity: 0.2; color: #1f1f1f; bottom: auto; top: 65%; -webkit-transform: translateY(-65%); transform: translateY(-65%); }
#spSponsors-out .carousel-control:hover { opacity: 0.5; }
#spSponsors-out .carousel-control i { position: absolute; left: 0; right: 0; bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px; }


/***********************************    Begin Subpage 4 Styles    ***********************************/
/* image/text styles */
.spImageText-row {padding: 20px 0;}
.spImageText-row:first-child {padding-top: 0;}
.spImageText-row:last-child {padding-bottom: 0;}
.spImageText-text h3 {color: #d50037; margin: 0 auto 10px;}
.ep-data-2 { background-color: #a3a3a3; color: #fff; min-height: 55px;}
.ep-data-2::after {
    background-color: #a3a3a3;
    content: '';
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 15px;
    height: 30px;
    position: absolute;
    right: -10px;
    z-index: 1;
    top: 12px;
}
	
/* image/text rotator styles */	
#imageTextRotator-out {background-color: #EFEFEF;}
#imageText-rotator {padding: 0 30px;}
#imageText-rotator .carousel-indicators {bottom: -20px; left: 0; right: 0; width: 100%; margin: 0 auto; display: none;}
#imageText-rotator .carousel-caption {position: relative; left: auto; right: auto; padding: 0; bottom: auto; text-shadow: none; display: inline-block; color: #1f1f1f;}
.imageText-slideLeft {text-align: left;}
.imageText-slideRight {text-align: left;}
.imageText-slideRight .customBtn {margin-top: 10px;}
#imageText-rotator .carousel-control {text-shadow: none; background: transparent; width: 30px; opacity: 0.2; color: #1f1f1f;}
#imageText-rotator .carousel-control:hover {opacity: 0.5;}
#imageText-rotator .carousel-control i {position: absolute; left: 0; right: 0; bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-size: 24px;}
	
/* exhibitor pricing styles */	
#exhibitorPricing-out {background-color: #efefef;}
.exhibitorPricing-row { text-align: center; background-color: #fff; margin: 0 0 15px !important; border: 1px solid #1f1f1f; }
.exhibitorPricing-col { font-weight: 700; padding: 15px 10px; position: relative; }
.ep-title::after { background-color: #fff; content: ''; -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%); clip-path: polygon(100% 50%, 0 0, 0 100%); width: 15px; height: 30px; position: absolute; right: -10px; z-index: 1; top: 12px; }
.ep-data-1 { background-color: #d50037; color: #fff; }
.ep-btn { padding: 6px 10px; }
.ep-btn .customBtn { padding: 5px 15px; }



/***********************************    Begin Subpage 5 Styles    ***********************************/
/* event list styles */
.eventList-item {padding: 20px 0;}
.eventList-image img {margin: 0 auto;}
.eventList-info h3 {margin: 0 auto 10px; color: #d50037;}
	
/* resources styles */	
#spResources-out {background-color: #EFEFEF;}
.spResources-item {padding: 0 15px; margin: 15px 0; display: inline-block; vertical-align: top;}
.spResources-left {width: 45%; position: relative;}
.spResources-left img {width: 100%; position: absolute; top: 0; height: 100%; left: 0; object-fit: cover;}
.spResources-wrap {background-color: #fff; box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.06); display: flex;}
.spResources-right {padding: 20px 20px 30px; text-align: left; font-size: 15px; font-weight: 400; width: 55%; color: #808080;}
.spResources-right h1 {font-size: 21px; font-weight: 400; color: #d50037; margin: 0 auto 10px;}
.spResources-right .customBtn {padding: 10px 25px; font-size: 16px; margin-top: 10px;}
	
/* sp bio styles */	
.spBio-image {margin-right: 20px; max-width: 305px;}
.spBio h3 {color: #d50037; margin: 0 auto 10px;}
.spBio h6 {margin-bottom: 20px;}
	
/* membership benefits styles */	
#membershipBenefits-out {background-color: #EFEFEF;}
#membershipBenefits-out .introParagraph .customBtn {margin-top: 10px;}
.membershipBenefits-item {border-right: 1px solid rgba(0,0,0,0.1); text-align: center;}
.membershipBenefits-item:last-child {border-color: transparent;}
.membershipBenefits-wrap {padding: 20px 2px;}	
.membershipBenefits-icon {font-size: 51px; color: #d50037;}	
.membershipBenefits-title {font-size: 17px; font-weight: 700; text-transform: uppercase; color: #d50037; margin: 10px auto;}	
.membershipBenefits-text {font-size: 16px;}











/***********************************    Begin Media Queries    ***********************************/
@media (min-width:768px){.myContainer, .container{width:750px}}
@media (min-width:960px){.myContainer, .container{width:900px}}
@media (min-width:1200px){.myContainer, .container{width:1180px}}
@media (min-width:1270px){.myContainer, .container{width:1250px}}




@media (max-width:1269px) {
#mainMenu .navbar-nav > li > a {font-size: 17px;}
}


@media (max-width:1199px) {
#mainMenu-out {background-color: #fff; box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.4);}
#mainMenu {height: 50px;}
#mainMenu .navbar-collapse {float: none;}
#mainMenu .navbar-nav {display: table; margin: 0 auto; float: none !important;}
#logo {float: none;}
#pageContent {margin-top: 152px;}
.heroImage-text h1 {font-size: 44px;}
	
/* Subpage 1 */
.registrationTable-item .smallText {line-height: 18px; padding: 9px 15px;}
	
/* Subpage 2 */	
.weeklyCalendar-row {border: none;}
#monday, #tuesday, #wednesday {margin-bottom: 20px;}
.weeklyCalendar-info {border-bottom: 1px solid rgba(0,0,0,0.2);}
#monday .weeklyCalendar-info, #thursday .weeklyCalendar-info {border-left: 1px solid rgba(0,0,0,0.2);}
#saturday .weeklyCalendar-info {border-right: 1px solid rgba(0,0,0,0.2);}
.weeklyCalendar-info {min-height: 315px;}
    
/* Subpage 3 */		
.regItem2-title p {position: absolute; bottom: auto; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 5px; right: 5px;}
.regItem2-title {position: relative; min-height: 75px;}
.regItem2-value .amount, .regItem2-value2 .amount, .regItem2-value3 .amount {font-size: 32px;}
.regItem2-value .title, .regItem2-value2 .title, .regItem2-value3 .title {font-size: 16px;}
    
/* Subpage 4 */	    
.customBtn{font-size:12px;}    
    
}


@media (max-width:991px) {

/* Subpage 1 */
.registrationSponsor-image img, .registrationEveningEvent-image img {margin-bottom: 20px;}	
.registrationSponsor-right ul, .registrationEveningEvent-right ul {padding-left: 0;}

/* Subpage 5 */
.membershipBenefits-item {margin: 10px auto;}
#membershipBenefits3 {border-color: transparent;}
}


@media (max-width:959px) {
.hpPricing-slideLeft {width: 100%; text-align: center;}
.hpPricing-slideRight {text-align: center; width: 100%;}
.hpPricing-slideRight .customBtn {margin-top: 10px;}
	
#subheroImage-out {min-height: 170px;}
.subheroImage-title h1 {font-size: 32px; margin: 16px 0;}	
	
/* Subpage 1 */
.registrationTabs li a {padding: 15px 18px;}

/* Subpage 2 */

/* Subpage 3 */
.registrationTable2-row {text-align: center;}
.registrationTable2-item {width: 32%; display: inline-block; vertical-align: top; float: none;}	
.spPricing-slideLeft {width: 100%; text-align: center;}
.spPricing-slideRight {text-align: center; width: 100%;}
.spPricing-slideRight .customBtn {margin-top: 10px;}
	
/* Subpage 4 */   
.imageText-slideLeft {width: 100%; text-align: center;}
.imageText-slideLeft img {margin: 0 auto 20px;}
.imageText-slideRight {text-align: center; width: 100%;}
/* Subpage 5 */	

}


@media (max-width:767px) {
.myContainer, .container {padding-left: 15px; padding-right: 15px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-5  {padding-left: 15px; padding-right: 15px; position: relative;}
	
	
#header-out {position: relative; top: auto;}	
#logo {float: left;}
	
/* Menu */
#mainMenu-out {position: relative; top: auto;}	
#mainMenu {float: none !important; height: 0px;}
#mainMenu .navbar-collapse {background-color: transparent; position: absolute; left: 0; width: 100%; z-index: 999; border: none;}
#mainMenu .navbar-nav {float: none !important; padding: 0; background-color: #d50037; width: 100%;}
#mainMenu .navbar-nav::after {display: none;}
#mainMenu .navbar-nav > li > a {font-size: 18px; padding: 10px 20px; color: #fff; margin: 0;}
#mainMenu .navbar-nav>li>a:hover, #mainMenu .navbar-nav>li>a:focus, #mainMenu .nav>.open>a, #mainMenu .nav>.open>a:hover, #mainMenu .nav>.open>a:focus {background-color: #1f1f1f; color:#ffffff;}
#mainMenu .navbar-nav > li > a > .caret {display: block;}	
	
#mainMenu .navbar-collapse.collapse {display: none !important;}
#mainMenu .navbar-collapse.collapse.in {display: block !important; max-height: none;}
#mainMenu .navbar-header .collapse, #mainMenu .navbar-toggle {display: block !important;}
#mainMenu .navbar-header {float: none;}
#mainMenu .navbar-nav > li {float: none;}
#mainMenu .navbar-nav .open .dropdown-menu {position: static; float: none; width: auto; margin-top: 0; background: transparent; border: 0; box-shadow: none;}
#mainMenu .navbar-nav.sm-collapsible .caret, #mainMenu .navbar-nav.sm-collapsible ul .caret {margin: -20px 15px 0 0 !important;}
#mainMenu .navbar-nav>li>a>.caret {float: right; margin-top: 7px;}	
#mainMenu .dropdown {display: table; width: 100%;}
#mainMenu .dropdown-menu {display: block; width: 100%; position: relative; box-shadow: none;}
	
.row {margin-right: -15px!important; margin-left: -15px!important;}
#pageContent {margin-top: 0px;}
.microTier {padding: 50px 0;}
	

	
h1 {font-size: 26px;}
h2 {font-size: 24px;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

	
	
/* Homepage */
#hpWhenWhere-date .month, #hpWhenWhere-location .where {margin: 0 auto;}
#hpWhenWhere-mid {margin: 40px auto;}
#heroImage-out {padding-top: 0; min-height: 290px;}	
.heroImage-text h1 {font-size: 36px;}
.heroImage-text .customBtn {margin-top: 20px;}
.hpSpotlight {max-width: 480px; margin: 0 auto 20px;}	
.hpSpotlight-row .hpSpotlight:last-child {margin-bottom: 0;}
#hpSponsors-rotator .item {text-align: center;}
#hpSponsors-rotator .item img {margin: 10px auto; display: inline-block;}
	
.subheroImage-title h1 {font-size: 28px;}	
	
	
	
/* Subpage 1 */
.registrationTabs li {width: 20%; margin: 0;}
.registrationTabs li a {padding: 8px 24px; display: block; text-align: center;}
.registrationTabs {border: none; margin-bottom: 5px;}
.registrationTabs li {width: 100%; border-radius: 4px; overflow: hidden; margin-bottom: 5px;}
.registrationTabs li:last-child {margin-bottom: 0;}
.registrationTabs li a { padding: 10px 15px; }
.registrationEvent-info {text-align: center; margin-top: 20px;}
	
.registrationTable-top {display: none;}
.registrationTable-item {max-width: 480px; margin: 20px auto 40px !important;}
.registrationTable-item .smallText {padding: 19px 15px; min-height: auto;}
.regItem-title::after {-webkit-clip-path: polygon(50% 100%, 0 0%, 100% 0%); clip-path: polygon(50% 100%, 0 0%, 100% 0%); top: auto; bottom: -10px; width: 30px; height: 15px; left: 0; right: 0; margin: 0 auto;}
.regItem-two::after {-webkit-clip-path: polygon(50% 100%, 0 0%, 100% 0%); clip-path: polygon(50% 100%, 0 0%, 100% 0%); top: auto; bottom: -10px; width: 30px; height: 15px; left: 0; right: 0; margin: 0 auto;}
.regItem-one {border-right: none; border-bottom: 1px solid #1f1f1f;}
.regItem-mobile {display: block; font-size: 18px; font-weight: 700;}
.regItem-title {font-size: 22px;}
.regItem-btn {padding: 15px;}
#registrationVideo-left {width: 100%; margin-bottom: 30px;}	
	

/* Subpage 2 */
.weeklyCalendar-column {padding: 0 15px; margin-bottom: 20px;}
.weeklyCalendar-column:last-child {margin-bottom: 0;}
.weeklyCalendar-day {border: none;}
.weeklyCalendar-info {border: 1px solid rgba(0,0,0,0.2) !important;}
.weeklyCalendar-info { min-height: auto;}
.spSpotlight-row:last-child .spSpotlight-item:last-child {margin-bottom: 0;}


/* Subpage 3 */
.registrationTable2-item {width: 45%;}
#spSponsors-rotator .item {text-align: center;}
#spSponsors-rotator .item img {margin: 10px auto; display: inline-block;}

	
/* Subpage 4 */
.spImageText-text, .spImageText-image {text-align: center;}
.spImageText-text {margin-bottom: 20px;}
.spImageText-image img {margin: 0 auto;}
#welcomeExhibitors-out, #exhibitorPricing-out { text-align: center; }
.exhibitorPricing-row { max-width: 480px; margin: 0 auto 40px !important; }
.ep-title::after { -webkit-clip-path: polygon(50% 100%, 0 0%, 100% 0%); clip-path: polygon(50% 100%, 0 0%, 100% 0%); top: auto; bottom: -10px; width: 30px; height: 15px; left: 0; right: 0; margin: 0 auto; }
.exhibitorPricing-col { padding: 15px 10px; }
.ep-data-2::after{display:none;}     
.ep-data-1 { padding-top: 20px; }
.ep-btn { padding: 15px 10px; }

	
/* Subpage 5 */
.eventList-info {text-align: center; margin-top: 20px;}
.spResources-row:last-child .spResources-item:last-child {margin-bottom: 0;}
	
.spBio-image {max-width: 300px;}
	
.membershipBenefits-item {border: none; margin: 0 auto 30px;}
.membershipBenefits-item:last-child {margin-bottom: 0;}
.membershipBenefits-wrap {padding: 0;}
.ep-btn .customBtn { padding: 5px 3px;}
.exhibitorPricing-col {
    min-height: 65px;
}
}


@media (max-width:600px) {

/* Subpage 3 */
.registrationTable2-item {width: 100%;}
.regItem2-wrap {max-width: 480px; margin: 0 auto;}

/* Subpage 5 */
.spBio {text-align: center;}
.spBio-image {float: none !important; margin: 0 auto 20px; max-width: 100%;}
}


@media (max-width:480px) {
#header {height: 90px;}
#logo {max-width: 240px; margin-top: 22px;}
#mainMenu .navbar-toggle {margin-top: -65px;}
	
#footContact span {display: none;}
.col-xxs-12 {float: none; width: 100%;}
	
.heroImage-text h1 {font-size: 25px;}
.heroImage-text .customBtn {padding: 10px 25px; font-size: 16px;}
	
#subheroImage-out {min-height: 140px;}
.subheroImage-title h1 {font-size: 23px;}		

/* Subpage 1 */
.registrationSponsor-image img, .registrationEveningEvent-image img {margin: 0 auto 20px;}
.registrationSponsor-info, .registrationEveningEvent-info {text-align: center; margin-bottom: 20px;}
.registrationSponsor-right ul, .registrationEveningEvent-right ul {text-align: center;}

	
/* Subpage 2 */
.spSpotlight-row {text-align: center;}
.spSpotlight-item {max-width: 390px;}
.spSpotlight-wrap {display: block;}
.spSpotlight-left {width: 100%;}
.spSpotlight-left img {position: relative; top: auto; height: auto; left: auto; width: 100%; max-height: 360px;}
.spSpotlight-right {width: 100%; text-align: center;}

    
.panel-body .col-xs-3, .panel-body .col-xs-9 {width: 100%;}
.panel-body .col-xs-3 img {margin: 0 auto 20px;}

	
/* Subpage 5 */
.spResources-row {text-align: center;}
.spResources-item {max-width: 390px;}
.spResources-wrap {display: block;}
.spResources-left {width: 100%;}
.spResources-left img {position: relative; top: auto; height: auto; left: auto; width: 100%; max-height: 360px;}
.spResources-right {width: 100%; text-align: center;}
}



