/*	Less Framework 3
	by Joni Korpi
	http://lessframework.com	*/


/*------------------------------------*\
	RESETS
\*------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}

figure {position: relative;}
figure img {width: 100%;}

html, body {
    height:100%
}

img {
	max-width: 100%;
	height: auto !important;
}

/*------------------------------------*\
	FONT FACE
\*------------------------------------*/
@font-face {
    font-family: 'vaglightregular';
    src: url('../fonts/vaglight-regular-webfont.woff2') format('woff2'),
         url('../fonts/vaglight-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
	HIDE MOBILE NAV
\*------------------------------------*/
#mobile-navigation,
.mobile-navigation-show-wrapper {
	display:none;
}

#mobile-nav:not( .mm-menu ) {
   display: none;
}

/*------------------------------------*\
	MOBILE BOOK TICKETS
\*------------------------------------*/
#mobile-ctas {
	display: none;
}

/*------------------------------------*\
	FORM RESETS
\*------------------------------------*/
form {
	width: 100%;
	float: left;
}

input, select, textarea {
	margin:0; padding:0; font-size:15px; outline:none;
	font-family:inherit;	
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	border-radius: none;
	-webkit-border-radius:0px;
}

.ie9 input[type="text"] { line-height:normal; } /* Get the stuff to line up right */

/*------------------------------------*\
	FORM ELEMENT STYLING
\*------------------------------------*/
label {
	margin: 0 8px;
	font-weight: 700;
}

/* ------------  Inputs and textareas  ------------- */
input[type="text"],
input[type="email"],
textarea {
	width: 100%;
	background: #044533;
	border: 2px solid #044533;
	outline: medium none;
	margin: 6px 0px 10px;
	padding: 8px;
	-webkit-appearance: none;
	color: #FFFFFF;
}
	
.ie9 input[type="text"] { 
	line-height:normal; 
} /* Get the stuff to line up right */	
			
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: solid 2px #5C7F71;
}

/* ------------  Buttons & Submits  ------------  */		
input[type="submit"], 
input[type="button"],
button.button {  
	display: inline-block;
	border: none;
	margin: 12px 0;
	font-family: 'vaglightregular';
	text-transform: uppercase;
	cursor:pointer;
	font-size: 15px;
	background: #E51070;
	color: #FFFFFF;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-appearance: none;
	padding: 8px 15px;
	text-decoration: none;
	display: inline-block;
	border-radius: 4px;
	border: 2px solid #E51070;
}
		
input[type="submit"]:hover, 
input[type="button"]:hover,
button.button:hover {
	background: #B70E5C;
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 25px;
	color: #120C06;
	font-weight: normal;
	background-color: #1F0309;
}

.wrapper {
	width: 100%;
	float: left;
	position: relative;
}

p {
	margin: 12px 0;
}

a {
	color: #5C7F71;
	text-decoration: none;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

a:hover {
	color: #3D584F;
}

a.button { 
	font-family: 'vaglightregular';
	cursor:pointer;
	font-size: 19px;
	color: #FFFFFF;
	background: #5C7F71;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	-webkit-appearance: none;
	padding: 8px 15px;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	letter-spacing: 1px;
}
		
a:hover.button {
	color: #FFFFFF;
	background: #3D584F;
}

a.button.book { 
	color: #FFFFFF;
	background: #006587;
	
}

a:hover.button.book {
	color: #FFFFFF;
	background: #09485E;
}

h1, h2, h3, h4 {
	font-family: 'vaglightregular';
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
}

h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	font-size: 28px;
	line-height: 28px;
}

h3 {
	font-size: 24px;
	line-height: 24px;
}

h3.inpage {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 32px;
}

h4 {
	font-size: 18px;
	line-height: 18px;
}

.standard-overlay {
  background-color:rgba(61, 77, 46, 0.7);
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}

.standard-overlay.carousel-overlay {
  background-color:rgba(61, 77, 46, 0.3);
  z-index: 999;
}

.standard-overlay.slide-overlay {
  background-color:rgba(61, 77, 46, 0.5);
}

.standard-overlay.feature {
  background-color:rgba(61, 77, 46, 0.7);
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
  -webkit-transition: all .6s linear;
  -moz-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
  z-index: 999;
}

/*------------------------------------*\
	HOME VIDEO
\*------------------------------------*/
#hero-section {
	position: relative;
}

.video-overlay {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	background: #3D4D2E;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.5;
}

#overlay {
	height:100%;
	left:0;
	position:relative;
	top:0;
	width:100%;
}

#hero-vid {
  backface-visibility:hidden;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height:100%;
  min-width:100%;
  overflow: hidden;
  padding: 0;
  perspective:1000;
  position:fixed;
  top: 0;
  left: 0;
  z-index: -102;
}

#hero-vid iframe {
  box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
}

#hero-pic {
	position:fixed;
	display:block;
	height:auto;
	width:100%;
	min-height:100%;
	min-width:100%;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	z-index:-102;
}

#strapline-wrapper {
	width: 100%;
	position:absolute;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#strapline-dates {
	font-size: 30px;
	margin: 80px 0 0 0;
	font-family: 'vaglightregular';
	color: #FFFFFF;
}

#strapline-dates span.header-strapline {
	display: block;
	font-size: 20px;
	margin-top: 8px;
	font-weight: normal;
}

#strapline {
	max-width: 1100px;
	margin: 40px auto 24px auto;
	padding: 0 20px;
}

#strapline h1 {
	font-size: 60px;
	line-height: 62px;
	color: #FFFFFF;
}

.strapline-buttons {
	width: 100%;
	float: left;
	margin-top: 18px;
}

.strapline-buttons a.button {
	margin: 0 12px;
}

#state {
	background: rgba(80, 33, 108, 0.9);
	bottom:20px;
	cursor:pointer;
	font-size:16px;
	left:20px;
	position:absolute;
	width:42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	opacity: 0.8;
}

#state.pause:before {
	content: "\f04c";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

#state.play:before {
	content: "\f04b";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

#discover {
	position:absolute;
	bottom: 14px;
	left: 50%;
	margin-left: -21px;
}

#discover a {
	width: 42px;
	height: 46px;
	background: url(../images/discover.png) center center no-repeat;
	display: block;
	overflow: hidden;
}

#discover a:hover {
	color: #FFFFFF;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

/*------------------------------------*\
  CONTENT HERO SECTION
\*------------------------------------*/
#hero-wrapper {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  background-color: #0A060D;
}

.logo-wrapper {
  width: 100%;
  float: left;
  margin-top: 212px;
  padding: 8% 0;
  position: relative;
  z-index: 15;
}

#hero-wrapper.shopping-profile .logo-wrapper {
    padding: 62px 0;
}

.logo-wrapper h1 {
	color: #FFFFFF;
	padding: 0 20px;
}

#hero-wrapper.shopping-profile .logo-wrapper h1 {
    color: #FFFFFF;
}

/*------------------------------------*\
	NAV STYLING
\*------------------------------------*/
#fixed-top-wrapper {
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	opacity: 1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#fixed-top-wrapper.hide {
	opacity: 0;
}

#navigation-wrapper {
	width: 100%;
	background: rgba(255,255,255,0.9);
	padding: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#fixed-top-wrapper.fixed #navigation-wrapper {
	background: rgba(255,255,255,1);
}

#navigation-wrapper #logo-small {
	float: left;
	margin: 20px 0 20px 30px;
	line-height: normal;
}

#navigation-wrapper #thistle {
	float: left;
	margin: 10px 0 4px 30px;
	line-height: normal;
	display: none;
}

#fixed-top-wrapper.fixed #navigation-wrapper #logo-small {
	display: none;
}

#fixed-top-wrapper.fixed #navigation-wrapper #thistle {
	display: inherit;	
}

.dates {
	font-size: 22px;
	float: left;
	margin: 78px 0 0 18px;
	font-family: 'vaglightregular';
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: 1px;
	line-height: 26px;
	color: #333333;
	font-weight: 700;
}

#fixed-top-wrapper.fixed #navigation-wrapper .dates  {
	margin: 21px 0 0 18px;
	line-height: 22px;	
}

.dates span.header-strapline {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.nav-ctas {
	float: right;
	margin-top: 62px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#fixed-top-wrapper.fixed #navigation-wrapper .nav-ctas  {
	margin-top: 20px;	
}

.mobile-navigation-show-wrapper {
	float: left;
	margin-left: 20px;
}

.mobile-navigation-show-wrapper a.simple-menu {
	color: #120C06;
	text-decoration: none;
	width: 36px;
	height: 42px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
}

.mobile-navigation-show-wrapper a.simple-menu {
	background: url(../images/menu_show_hide_bg.png) no-repeat center;
	text-indent: -9999px;
	overflow: hidden;
}

nav#mobile-nav ul li a {
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
	font-weight: 800;
	text-transform: uppercase;
}

nav#mobile-nav ul li a:hover,
nav#mobile-nav ul li a.active {
	color: #83C1AD;
}

nav#mobile-nav ul li a.mm-subclose,
nav#mobile-nav ul li a:hover.mm-subclose {
	color: #83C1AD;
}

#mobile-navigation .mobile-book-tickets {
	position: absolute;
	right: 20px;
	top: 44px;
	z-index: 99999;
}

nav#mobile-nav ul li a.button {
	color: #FFFFFF;
}

.nav-secondary-cta,
.nav-primary-cta {
	float: left;
	margin-right: 20px;
}

#dates-social-wrapper {
	z-index: 99998;
	background: rgba(92,127,113, 0.8);
	height: 46px;
	line-height: 46px;
	color: #FFFFFF;
}

#desktop-nav {
	float: left;
	margin-left: 20px;
}

#desktop-nav .desktop {
	float: left;
}

#desktop-nav .desktop ul,
#desktop-nav .desktop ul li {
	margin: 0;
	padding: 0;
}

#desktop-nav .desktop ul li {
	list-style: none;
	display: inline;
	position: relative;
}

#desktop-nav .desktop ul li a {
	color: #FFFFFF;
	font-size: 17px;
	margin-right: 24px;
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
	text-decoration: none;
	font-weight: 700;
}

#desktop-nav .desktop ul li a:hover,
#desktop-nav .desktop ul li a.active {
	color: #83C1AD;
}

a.home {
 height:14px;
 width:16px;
 display:inline-block;
 text-indent:-9999px;
 background:url(../images/home-icon.png) no-repeat top;
 padding:0;
 margin:16px 18px 0 0;
 float:left
}

a:hover.home {
 background:url(../images/home-icon.png) no-repeat bottom
}

#desktop-nav .desktop ul li ul {
	position: absolute;
	top: 17px;
	left: -10px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	margin: 0;
	padding-top: 17px;
	z-index: 9998;
}

#desktop-nav .desktop ul li ul li {
	background: rgba(92,127,113, 0.8);
	display: block; 
	margin: 0;
	text-align: left;
}

#desktop-nav .desktop ul li ul li a {
	display: block;
	font-size: 15px;
	margin-left: 0;
	line-height: 32px;
	border: none;
	color: #FFFFFF;
	padding: 3px 4%;
	background-image: none;
	width: 92%;
}

#desktop-nav .desktop ul li ul li a:hover,
#desktop-nav .desktop ul li ul li a.active {
	color: #83C1AD;
	background: #3D584F;
}

#desktop-nav .desktop ul li:hover ul li ul {
	position: absolute;
	top: -17px;
	left: 320px;
	width: 320px;
	display: none;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	margin: 0;
	z-index: 100;
}

#desktop-nav .desktop ul li:hover ul,
#desktop-nav .desktop ul li:hover ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}

.social-ctas .social {
	float: right;
	margin-right: 20px;
}

.social-ctas .social a {
	margin: 0 0 0 18px;
	color: #FFFFFF;
	-webkit-transition: color .8s linear;
	-moz-transition: color .8s linear;
	-o-transition: color .8s linear;
	transition: color .8s linear;
	font-weight: normal;
	font-size: 20px;
}

.social-ctas .social a:hover {
	color: #83C1AD;
	text-decoration: none;
}

/*------------------------------------*\
	BREADCRUMBS
\*------------------------------------*/
#breadcrumb_wrapper {
	width: 100%;
	float: left;
	border-bottom: solid 2px #3D584F;
	background-color: #FFFFFF;
	font-family: 'vaglightregular';
}

#breadcrumbs {
	padding-right: 20px;
	text-align: right;
	color: #3D584F;
}

#breadcrumbs a {
	padding: 10px 20px 10px 0;
	margin-right: 18px;
	display: inline-block;
	border-right: solid 2px #3D584F;
	color: #3D584F;
}

#breadcrumbs a:hover {
	color: #83C1AD;
}

/*------------------------------------*\
	CONTENT AREA STYLING
\*------------------------------------*/
#content {
	background-color: #FFFFFF;
}

#content img { 
	height: auto !important;
}

#content.content-page {
	margin: 8px 0 0 0;
}

#content .carousel_listings_outer_wrapper_fullwidth {
	padding: 42px 0 32px 0;
	position: relative;
	background-color: #3D584F;
	color: #FFFFFF;
}

#content .carousel_listings_outer_wrapper_fullwidth h2 {
	color: #FFFFFF;
}

#content .slider,
#content .video-container-wrapper,
#content .accordian_section_wrapper,
#content .map-container-wrapper,
#content .gallery_listing_wrapper,
#content .carousel_listings_outer_wrapper {
	max-width: 1360px;
	margin: 12px auto;
	padding: 20px 32px;
	overflow: hidden;
}

#content .home-exhibitors-wrapper {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
	padding: 42px 32px;
	overflow: hidden;
}

#content .content-area {
	max-width: 1360px;
	margin: 24px auto;
	padding: 0 24px;
	overflow: hidden;
	word-wrap: break-word;
}

#content .content-area.filters {
	overflow: inherit;
	margin-top: 0;
}

#content .home-intro-wrapper {
	padding: 62px 0;
	position: relative;
}

#content .home-intro-wrapper .content-area {
	max-width: 1160px;
    margin: 0 auto;
}

#content .content-area h1,
#content .content-area h2,
#content .content-area h3,
#content .content-area h4,
#content h2.subtitle {
	margin: 18px 0;
	color: #000000;
}

#content h2.subtitle,
#content h3.subtitle {
	max-width: 1360px;
	margin: 18px auto;
	color: #000000;
	font-size: 26px;
	line-height: 30px;
}

#content .content-area.blog-detail .slider,
#content .content-area.blog-detail .video-container-wrapper,
#content .content-area.blog-detail .gallery_listing_wrapper {
  overflow: inherit;
  padding: 20px 0;
}

#content .content-area.blog-detail {
  overflow: inherit;
  padding: 0 24px;
  margin: 32px auto;
}

#content .content-area.blog-detail-inner {
	overflow: inherit;
	padding: 0;
}


#content .content-area a.button {
	margin-top: 18px;
}

#content div.te-wrapper  {
	width: 100%;
	float: left;
	overflow: auto;
	text-align: left;
	margin: 12px 0;
}

#content div.te-left-col, #content div.te-right-col {
	float: left;
	width: 48%;
}

#content div.te-left-col {
	padding-right: 2%;
}

#content div.te-right-col {
	padding-left: 2%;
}

#content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
	float: left;
	width: 30.66%;
}

#content div.te-second-col, #content div.te-third-col {
	padding-left: 4%;
}

#content .news-wrapper .news-image {
	width: 120px;
	position: relative;
	margin: 0 3%;
	float: left;
	margin: 0 3% 0 0;
}

#content .news-wrapper .news-copy {
	width: 100%;
}

#content ul li {
    list-style: none;
    background: url(../images/li_bg.png) no-repeat top left;
    padding: 0 0 8px 24px;
}

#content .sponsor-area {
	font-size: 13px;
}

#content .sponsor-area img {
	margin: 12px 0;
}

/*------------------------------------*\
	IMAGE & CONTENT SECTION
\*------------------------------------*/
.image-content-wrapper {
	max-width: 1320px;
	margin: 42px auto;
	overflow: hidden;
	padding: 0 20px;
}

.image-content-left,
.image-content-right {
	width: 50%;
	float: left;
	outline: solid 8px #FFF;
	position: relative;
}

.image-content-right {
	float: right;
	height: 100%;
}

.image-content-left {
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.image-content-right-inner {
	font-size: 19px;
	line-height: 26px;
	padding: 15%;
}

.image-content-right-inner h1,
.image-content-right-inner h2,
.image-content-right-inner h3 {
	margin: 18px 0;
	color: #000000;
}

/*------------------------------------*\
	FEATURE PODS
\*------------------------------------*/
.feature-pods {
	width: 100%;
	float: left;
	margin: 0;
	overflow: hidden;
	padding-bottom: 8px;
}

.feature-pods.home {
	padding-bottom: 8px;
}

.feature-pods.home h2 {
	padding: 18px 0 14px 0;
	text-align: center;
}

.list-item {
    width: 100%;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-position: fixed;
    position: relative;
    color: #FFFFFF;
    font-size: 17px;
    text-align: center;
    outline: solid 8px #FFF;
}

.list-item h3 {
	color: #FFFFFF;
	font-size: 36px;
	line-height: 40px;
}

.list-item.half h3 {
    font-size: 36px;
	line-height: 42px;
}

.list-item.third h3 {
    font-size: 32px;
	line-height: 38px;
}

.list-item.quarter h3 {
    font-size: 28px;
	line-height: 34px;
}

.list-item a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.list-item.half {
    width: 50%;
}

.list-item.third,
.list-item.third.last {
    width: 33.33%;
}

.list-item.quarter {
    width: 25%;
}

.list-item .list-item-title {
	width: 80%;
	padding: 0 10%;
    text-align: center;
    -webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.list-item:hover .list-item-title {
	opacity: 0;
}

.list-item .copy {
	width: 80%;
	float: left;
    padding: 14% 10%;
    -webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.list-item .copy .copy-text {
	opacity: 0;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	transition: all 1.4s ease;
}

p.copy-text-read-more {
	background-color: #3D584F;
	display: inline-block;
	padding: 6px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
}

.list-item.half .copy {
	padding: 20% 10%;
}

.list-item.third .copy,
.list-item.third.last .copy {
	padding: 20% 10%;
}

.list-item.quarter .copy {
	padding: 30% 10%;
}

.list-item:hover .copy {
    background: rgba( 0, 101, 135, 0.9);
}

.list-item:hover .copy.no-link {
	background: rgba( 0, 0, 0, 0.8);	
}

.list-item:hover .copy .copy-text {
	opacity: 1;
}

.list-item .standard-overlay.feature {
  background-color:rgba(92,127,113, 0.8);
  z-index: 0;
  -webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.list-item:hover .standard-overlay.feature {
  background-color:rgba(92,127,113, 0);
}

/*------------------------------
   REUSEABLE ACCORDIAN SECTION
-------------------------------*/
.accordian_section {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.accordian_title {
	width: 100%;
	padding: 12px 0;
	line-height: 32px;
	color: #044533;
	position: relative;
	font-size: 22px;
	border-bottom: solid 1px #044533;
	font-family: 'vaglightregular';
}

.accordian_title a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: right;
	z-index: 1;
	cursor: pointer;
}

span.accordian_title_text {
	padding: 0;
	display: block;
	text-align: left;
	pointer-events: none;
}

.accordian_title a img {
	float: right;
	margin: 16px 12px 0 0;
}

.accordian_content {
	float: left;
	width: 100%;
	text-align: left;
	padding: 1% 0;
	margin-bottom: 8px;
}

/*------------------------------------*\
	REUSEABLE GALLERY SECTION
\*------------------------------------*/
span.gallery_tool_tip {
	color: #FFFFFF;
}

span.gallery_tool_tip img {
	padding: 0 6px;
}

.gallery_image {
	margin: 0 1% 2%;
	width: 23%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

.gallery_image a .overlay {
	position: absolute;
	background-color: rgb(40,170,226);
	background-color: rgba(40,170,226, 0);
	width: 100%;
	height: 100%;
}

.gallery_image a:hover .overlay {
	background-image: url(../images/gallery-link-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(40,170,226, 0.8);
}

.gallery_image img {
	width: 100%;
	height: auto;
	float: left;
}

.gallery_listing_wrapper.shopping-profile .gallery_image {
	outline: solid 1px #E0E0E0;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

/*------------------------------------*\
	HOME SLIDER (with text)
\*------------------------------------*/
#content .slider {
	position: relative; 
}

#content .slider .theslider { 
	position: relative; 
	overflow: auto;
	background: none;
}
 
#content .slider .theslider ul,      
#content .slider .theslider ul li { 
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

#content .slider .theslider ul li img {
	float: left;
	width: 100%;
	height: auto;
}

#content .slider .theslider .slide_content {
	width: 100%;
	float: left;
	position: relative;
}

#content .slider .theslider .slide_content .slide_text_box {
	width: 92%;
	padding: 0 4%;
	height: auto;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}

#content .slider .theslider .slide_content .slide_text_box h1 {
	color: #FFFFFF;
}

#content .slider .theslider .slide_content .slide_text_box a {
	color: #FFFFFF;
	text-decoration: underline;
}

#content .slider .theslider .slide_content .slide_text_box a.button {
	text-decoration: none;
}

#content .slider .theslider .dots {
	width: 100%;
	height: 24px;
	position: absolute;
	padding: 0;
	bottom: 20px;
	margin: 0 auto;
	text-align: center;
}

#content .slider .theslider .dot {
	padding: 0;
	margin: 5px 3px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: solid 2px #FFFFFF;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#content .slider .theslider .dot:hover {
	cursor: pointer;
	border: solid 2px #FFFFFF;
	background: #FFFFFF;
}

#content .slider .theslider .dot.active {
	border: solid 2px #FFFFFF;
	background: #FFFFFF;
}

/*----Additional styles for 50% slider ---*/
#content .image-content .slider {
	max-width: inherit;
	padding: 0;
	margin: 0;
	height: 100% !important;
}

#content .image-content .slider .theslider,
#content .image-content .slider .theslider ul,
#content .image-content .slider .theslider ul li {
	height: 100% !important;
}

#content .image-content .slider .theslider .slide_content {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

#content .image-content .slider .theslider .slide_content img {
	opacity: 0;
}

/*------------------------------------*\
	REUSEABLE INPAGE CAROUSEL
\*------------------------------------*/
#content .carousel_listings_wrapper {
	width: 100%;
	float: left;
}

.carousel {
	margin: 24px 0;
}

#content .carousel_listings_wrapper .carousel_listing {
	float: left;
	background: #232C19;
}

#content .carousel_listings_wrapper .carousel_listing a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_image {
	width: 100%;
	float: left;
}

#content .carousel_listings_wrapper .carousel_listing a .carousel_listing_image img {
	width: 100%;
	float: left;
	height: auto;
}

#content .carousel_listings_wrapper .carousel_listing a:hover .carousel_listing_image img {
	opacity: 0.7;
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_title {
	float: left;
	width: 80%;
	padding: 24px 10%;
	position: absolute;
	bottom: 0;
    text-align: center;
    z-index: 9999;
}

#content .carousel_listings_wrapper .carousel_listing a:hover .carousel_listing_title {
	
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_title h4 {
	color: #FFFFFF;
	margin: 0;
	padding: 0 12px;
	font-size: 24px;
	line-height: 28px;
}

#content .carousel_listings_wrapper .carousel_listing a:hover .carousel_listing_title h4 {
	color: #FFFFFF;

}

/*------------------------------
   EXHIBITOR CAROUSEL
-------------------------------*/
.exhibitor-carousel {
	margin: 24px 0;
}

#content .home-exhibitors-wrapper p {
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;

}

.exhibitor-carousel .carousel_listing a {
	color: #120C06;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.exhibitor-carousel .carousel_listing a:hover {
	color: #FFFFFF;
}

.exhibitor-carousel .carousel_listing img {
	width: 100%;
	float: left;
}

.exhibitor-carousel.category-lp .carousel_listing {
	padding: 10px;
}

.exhibitor-carousel.category-lp .carousel_listing img {
	width: auto;
	float: none;
}

.exhibitor-carousel.category-lp .carousel_listing .exhibitor_listing_inner {
	outline: solid 1px #000000;
	padding: 10px;
}

.exhibitor-carousel.category-lp .carousel_listing .exhibitor_listing_image {
	width: 100%;
	float: left;
	text-align: center;
}

.exhibitor-carousel .carousel_listing a {
	display: block;
	background: #232C19;
}

.exhibitor-carousel .carousel_listing a:hover img {
	opacity: 0.7;
}

.carousel_listing_info {
	width: 100%;
	background: rgba(92,127,113,0.8);
	position: absolute;
	bottom: 0;
	text-align: left;
	padding: 12px 0;
	color: #FFFFFF;
	font-family: 'vaglightregular';
}

.exhibitor-carousel .carousel_listing a:hover .carousel_listing_info {
	background: rgba( 129, 196, 84, 0.9);	
}

.carousel_listing_info .carousel_listing_info_name {
	font-size: 16px;
	line-height: 18px;
	padding: 0 12px;
}

.carousel_listing_info .carousel_listing_info_stand {
	font-size: 15px;
	line-height: 17px;
	padding: 0 12px;
}

/*------------------------------
   RESPONSIVE VIDEOS & MAPS 
-------------------------------*/
.video-container-wrapper,
.map-container-wrapper {
	overflow: hidden;
	padding: 12px 0;
}

.video-container,
.map-container {
	position: relative;
	padding-bottom: 56.25%;
}

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

/*------------------------------------*\
	EXHIBITOR LISTS
\*------------------------------------*/
#content .exhibitor_listings_wrapper {
	width: 100%;
	float: left;
}

#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper {
	float: left;
	background-color: #F2F2F2;
	padding: 1%;
	width: 98%;
	text-align: center;
}

#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper h3 {
	margin: 24px 0 18px 0;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz {
	width: 100%;
	float: left;
	text-align: center;
}

#content form#atoz-search {
	padding: 0;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul,
#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li {
	margin: 0;
	padding: 0;
	background: none;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	width: 31px;
	height: 30px;
	line-height: 30px;
	margin: 0 0 4px 0;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a {
	width: 31px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	color: #120C06;
	border-right: solid 1px #044533;
	text-align: center;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li:first-child a {
	border-left: solid 1px #044533;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a:hover {
	color: #83C1AD;
	text-decoration: none;
}

#content .exhibitor_listings_wrapper .exhibitor_listing_atoz ul li a.atoz:hover {
    cursor:pointer;
}

#content .exhibitor_listing {
	width: 23%;
	float: left;
	background-color: #F0F0EC;
	margin: 1% 1% 1% 1%;
	position: relative;
}

#content .exhibitor_listing .exhibitor_listing_inner {
	float: left;
	width: 92%;
	background-color: #FFFFFF;
	padding: 4% 4% 38px 4%;
}

#content .exhibitor_listing.featured .exhibitor_listing_inner {
	outline: solid 2px #044533;
}

#content .exhibitor_listing .featured-flash {
	position: absolute;
	right: 0;
	bottom: 0;
}

#content .exhibitor_listing .featured-flash img {
	float: right;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_image {
	width: 100%;
	float: left;
	text-align: center;
	min-height: 90px;
	line-height: 90px;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title {
	width: 100%;
	float: left;
	text-align: center;
	border-top: solid 2px #F2F2F2;
	margin-top: 12px;
	padding-top: 12px;
	font-size: 18px;
	font-family: 'vaglightregular';
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_title a {
	background: none;
	padding: 0;
	font-weight: normal;
}

#content .exhibitor_listing .exhibitor_listing_inner .exhibitor_listing_stand {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 13px;
}

.exhibitor-stand-number {
	font-size: 18px;
	color: #312936;
	font-weight: 700;
	margin: 12px 0;
}

.exhibitor-categories {
	font-size: 16px;
	color: #312936;
	font-weight: 700;
	margin: 18px 0 12px 0;
}

.exhibitor-categories span {
	background: url(../images/li_bg.png) no-repeat left center;
	padding-left: 22px;
	margin-right: 18px;
}

.exhibitor-profile-right {
	width: 30%;
	float: right;
	padding: 0 20px;
}

#content .video-container-wrapper.exhibitor {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 24px 0;
}

#content .detail_exhibitor_logo img {
    float: right;
    margin: 0 0 24px 0;
}

#content .show-offer-wrapper {
	text-align: center;
	background: #006587;
	padding: 20px;
	color: #FFFFFF;
}

#content .show-offer-wrapper h3 {
	color: #FFFFFF;
}

#content .detail_contact_info_wrapper {
	max-width: 1360px;
	margin: 12px auto 42px auto;
	padding: 0 24px;
	overflow: hidden;
}

#content .detail_contact_info a,
#content .detail_contact_info span.number {
	width: 100%;
	background-color: #044533;
	display: block;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	text-indent: 12px;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
}

#content .detail_contact_info a span,
#content .detail_contact_info span.phone-number  {
	font-size: 17px;
	margin-left: 8px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

#content .detail_contact_info a:hover {
	background-color: #83C1AD;
	color: #FFFFFF;
	text-decoration: none;
}

#content .detail_contact_info {
	float: left;
	width: 49%;
	margin: 0 0.5% 1% 0.5%;
}

/*------------------------------------*\
  BLOG LISTING
\*------------------------------------*/
.blog_listings_wrapper {
  max-width: 1360px;
  margin: 18px auto;
  padding: 0 24px;
  overflow: hidden;
  word-wrap: break-word;
}

.blog_listings_wrapper .blog_listing {
  width: 32%;
  float: left;
  margin-bottom: 2%;
  position: relative;
  overflow: hidden;
}

.blog_listings_wrapper .blog_listing.two,
.blog_listings_wrapper .blog_listing.three,
.blog_listings_wrapper .blog_listing.five,
.blog_listings_wrapper .blog_listing.six {
  margin-left: 2%;
}

.blog_listings_wrapper .blog_listing .blog_listing_image {
  width: 100%;
  float: left;
}

.blog_listings_wrapper .blog_listing .blog_listing_image img {
  width: 100%;
  float: left;
  height: auto;
}

.blog_listings_wrapper .blog_listing .blog_listing_title {
	width: 96%;
	padding: 14px 2%;
	position: absolute;
	bottom: 0;
	background: rgba(92,127,113, 0.8);
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
	text-align: center;
}

#content .blog_listings_wrapper .blog_listing .blog_listing_title h3 {
  	margin: 12px 0;
  	color: #FFFFFF;
  	font-size: 20px;
	line-height: 20px;
}

.blog_listings_wrapper .blog_listing:hover .blog_listing_title {
	bottom: -200px;
}

.blog_listings_wrapper .blog_listing .blog_listing_overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: rgba(92,127,113, 0.8);
	-webkit-transition: opacity .4s linear;
	-moz-transition: opacity .4s linear;
	-o-transition: opacity .4s linear;
	transition: opacity .4s linear;
	text-align: center;
}

.blog_listings_wrapper .blog_listing:hover .blog_listing_overlay {
  opacity: 1;
  outline: solid 1px #8635B3;
}

.blog_listings_wrapper .blog_listing .blog_listing_overlay a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.blog_listing_info {
	width: 92%;
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 4%;
	right: 4%;
	pointer-events: none;
	color: #FFFFFF;
}

#content .blog_listing_info h3 {
  	color: #FFFFFF;
  	margin-bottom: 0;
  	font-size: 20px;
	line-height: 20px;
}

/*------------------------------------*\
  BLOG CALL TO ACTION
\*------------------------------------*/
.blog_cta_wrapper {
  width: 100%;
  float: left;
  margin: 2% 0 4% 0;
  background: #006587;
}

.blog_cta_wrapper .blog_cta {
  padding: 3%;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
}

#content .blog_cta_wrapper .blog_cta h3 {
  color: #FFFFFF;
  margin-bottom: 0;
}

.blog_cta_wrapper .blog_cta a.button {
  margin-top: 12px;
  display: inline-block;
  color: #FFFFFF;
}

/*------------------------------------*\
  BLOG DETAIL
\*------------------------------------*/
#news-detail-wrapper {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding-bottom: 42px;
}

#news-detail {
  max-width: 1300px;
  margin: 0 auto;
  padding: 42px 20px;
  text-align: center;
  position: relative;
}

.blog_left {
    width: 75%;
    float: left;
    text-align: left;
}

.blog_right {
    width: 23%;
    float: left;
    margin-left: 2%;
    text-align: right;
}

.blog_right .latest_news_signup {
    width: 100%;
    float: left;
    margin: 6px 0;
}

.blog_right a.button {
    display: block;
    text-align: center;
    line-height: 18px;
}

.blog_right .latest_news_listing_wrapper,
.blog_right .filter_listing_wrapper {
    width: 100%;
    float: left;
    margin: 18px 0;
}

.blog_right .latest_news_listing_wrapper {
  width: auto;
  outline: solid 2px #182845;
  padding: 20px;
  margin-top: 8px;
  float: right;
}

#content .latest_news_listing_wrapper h4 {
    margin: 0 0 18px 0;
}

.blog_right .latest_news_listing {
    margin: 6px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.blog_right .filter_listing {
    float: right;
    margin: 0 6px 6px 0;
}

.blog_right .filter_listing a {
    background: #044533;
    color: #FFFFFF;
    padding: 2px 4px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    font-size: 14px;
}

.blog_detail_inner_left {
    width: 70%;
    float: left;
}

.blog_detail_inner_left .blog_detail_date {
    border: solid 2px #044533;
    display: inline-block;
    padding: 4px 8px;
}

.blog_detail_inner_right {
    width: 28%;
    float: left;
    margin-left: 2%;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

#content .content-area .blog_detail_inner_right a.button {
    display: block;
    margin-top: 0;
    background-color: #006587;
    border-color: #006587;
    color: #FFFFFF;
    line-height: 20px;
}

.blog_sharing_wrapper {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 6px;
}

.blog_sharing_wrapper .sharing_wrapper {
	border: solid 2px #044533;
	padding: 8px;
	margin-top: 12px;
	margin-bottom: 14px;
}

#content .content-area .blog_sharing_wrapper .sharing_wrapper h4 {
    margin-top: 0;
    margin-bottom: 8px;
}

.sharing_item_wrapper {
  width: 100%;
  text-align: center;
}

.sharing_item {
  display: inline-block;
  margin: 0 12px;
}

/*------------------------------
   CATEGORY FILTERS STYLING 
-------------------------------*/
#content .category_listing_filters_wrapper {
	width: 100%;
	float: left;
	margin: 24px 0;
}

#content .category_listing_filters_wrapper_inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0;
}

.category_listing_filters {
	width: 49%;
	float: left;
}

.blog_listings_wrapper .category_listing_filters {
	width: 100%;
}

.category_listing_search {
	display: inline-block;
	position: relative;
	width: 49%;
	text-align: center;
	margin-left: 2%;
}

.category_listing_search form {
	margin: 0;
	padding: 0;
}

.category_listing_search input {
	margin: 0;
}

.category_listing_search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -99999px;
	overflow: hidden;
	background: url(../images/exhibitor_search_icon.gif) no-repeat center center;
	border: none;
	padding: 10px 20px;
}

/*------------------------------
   PAGINATION 
-------------------------------*/
#pagination {
	width: 100%;
	float: left;
	text-align: center;
	padding: 24px 0;
	background-color: #044533;
}

#pagination ul {
	list-style: none;
	margin: 0;
}

#pagination ul li {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 0;
	border: none;
	background: none;
}

#pagination ul li a {
	display: inline-block;
	color: #FFFFFF;
	line-height: 35px;
	padding: 0;
	width: 32px;
}

#pagination ul li a:hover {
	color: #83C1AD;
	text-decoration: none;
}

#pagination ul li a.active {
	color: #83C1AD;
	text-decoration: none;
}

#pagination ul li a.page-previous,
#pagination ul li a.page-next,
#pagination ul li a.page-last,
#pagination ul li a.page-first {
	color: #FFFFFF;
	background: none;
	border: none;
	width: auto;
	font-size: 14px;
}

#pagination ul li a:hover.page-previous,
#pagination ul li a:hover.page-next,
#pagination ul li a:hover.page-last,
#pagination ul li a:hover.page-first {
	color: #83C1AD;
	background: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------*\
	CTA SECTION
\*------------------------------------*/
.cta-wrapper {
	background-color: #118BB7;
	background-position: bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.cta {
	max-width: 1360px;
	margin: 252px auto;
	font-size: 18px;
	line-height: 26px;
	padding: 0 20px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 27;
}

.cta h2 {
	color: #FFFFFF;
	font-size: 52px;
	line-height: 62px;
}

.cta a.button { 
	margin-top: 18px;
}

/*------------------------------------*\
	GALLERY SECTION
\*------------------------------------*/
.gallery-image {
	padding: 0;
	margin: 0;
	width: 16.66%;
	height: auto;
	float: left;
	position: relative;
}

.gallery-image a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0);
}

.gallery-image a:hover {
	background: rgb(255,255,255) url(../images/gallery-link-bg.png) no-repeat center center;
	background: rgba(255,255,255, 0.8) url(../images/gallery-link-bg.png) no-repeat center center; 
}

.gallery-image.main a:hover {
	background: none; 
} 

.gallery-image img {
	width: 100%;
	height: auto;
	float: left;
}

.gallery-image.main .link_info {
	width: 96%;
	position: absolute;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 2%;
}

/*------------------------------
   SPONSORS
-------------------------------*/
#sponsor-carousel {
	margin: 24px 0;
	float: left;
	width: 100%;
}

.sponsor.static {
	display: inline-block;
	margin: 20px 32px;
}

/*------------------------------------*\
	BANNER SLIDER
\*------------------------------------*/
.inpage-banner-slider-wrapper {
	background: #252E1C;
	padding: 42px 5% 32px 5%;
	text-align: center;
	font-size: 11px;
	width: 90%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.inpage-banner-slider-wrapper .inpage-banner-slider {
	max-width: 728px;
	margin: 0 auto;
	padding: 0;
}

.inpage-banner-slider-wrapper .inpage-banner-slider ul,      
.inpage-banner-slider-wrapper .inpage-banner-slider ul li { 
	float: left;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.inpage-banner-slider-wrapper .inpage-banner-slider ul li img {
	max-width: 100%;
	height: auto;
	float: left;
}

/*------------------------------------*\
	FOOTER SECTION
\*------------------------------------*/
#footer_wrapper {
	width: 100%;
	float: left;
	background: #006587;
}

footer {
	margin: 0 auto;
	padding: 42px 40px;
	color: #FFFFFF;
	overflow: hidden;
}

#copyright {
	width: 100%;
	text-align: center;
	float: left;
}

nav#footer {
	width: 100%;
	margin-bottom: 28px;
	float: left;
	text-align: center;
}

nav#footer ul,
nav#footer ul li {
	margin: 0;
	padding: 0;
}

nav#footer ul li {
	list-style: none;
	display: inline;
}

nav#footer ul li a {
	text-decoration: none;
	margin: 0 12px;
	color: #FFFFFF;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
}

nav#footer ul li a:hover {
	color: #83C1AD;
}

nav#footer .social a {
	margin: 24px 0 0 18px;
	color: #FFFFFF;
	-webkit-transition: color .4s linear;
	-moz-transition: color .4s linear;
	-o-transition: color .4s linear;
	transition: color .4s linear;
	font-weight: normal;
}

nav#footer .social a:hover {
	color: #83C1AD;
	text-decoration: none;
}

#website_by_symphony {
	float: left;
	width: 100%;
	margin-top: 28px;
	text-align: center;
}

#website_by_symphony a {
	color: #FFFFFF;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: url(../images/website-by-symphony-icon.png) no-repeat left center;
	padding-left: 30px;
	text-decoration: none;
}

/*------------------------------
   POP-UP STYLING
-------------------------------*/
#active-popup {
	background: rgb(0,0,0); /* The Fallback */
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	z-index: 9999999;
	position: fixed;
}

#popup-container {
	position: fixed;
	width: 100%;
	margin: 15% auto 0;
	z-index: 99999999;
	display: none;
}

.modal-content-wrapper {
	max-width: 900px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.modal-content-alert {
	padding: 32px;
	background: #006587;
	color: #ffffff;
	font-size: 19px;
	position: relative;
}

.modal-content-alert h1 {
	color: #ffffff;
}

.modal-content-alert a {
	text-decoration: underline;
}

.modal-content-alert a.button {
	padding: 12px 24px;
	background: #5c7f71;
	color: #ffffff;
	margin-top: 12px;
	text-decoration: none;
}

.modal-content-alert a:hover.button {
	background: #FFFFFF;
	color: #3D584F;
}

.modal-content-alert a.member-link {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 17px;
}

#popup-container a.close {
	position: absolute;
	top: -16px;
	right: -16px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	z-index: 99;
	font-weight: bold;
	font-size: 25px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
	text-align: center;
	background: #006587;
	border: 4px solid #FFFFFF;
	cursor: pointer;
	color:#FFFFFF;
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	-o-transition: background-color .4s linear;
	transition: background-color .4s linear;
	-webkit-appearance: none;
	text-decoration: none;
}

#popup-container a:hover.close {
	background: #006587;
}

@media only screen and (max-width: 1899px) {

#strapline-logo img {
	max-width: 240px;
}

#strapline-wrapper .strapline {
    font-size: 24px;
    line-height: 28px;
}

.image-content-right-inner {
    font-size: 18px;
    line-height: 24px;
    padding: 9%;
}

#state {
	font-size:24px;
	width:60px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
}

.list-item h3 {
	font-size: 36px;
	line-height: 40px;
}

.list-item.half h3 {
    font-size: 34px;
	line-height: 40px;
}

.list-item.third h3 {
    font-size: 24px;
	line-height: 30px;
}

.list-item.quarter h3 {
    font-size: 22px;
	line-height: 28px;
}

.list-item.quarter .copy {
	font-size: 15px;
	line-height: 22px;
}

.cta h2 {
	font-size: 42px;
	line-height: 46px;
}

.cta {
    margin: 122px auto;
}

}

@media only screen and (max-width: 1279px) {

#strapline h1 {
    font-size: 38px;
    line-height: 42px;
}

#strapline-dates {
    font-size: 24px;
}

#strapline-dates span.header-strapline {
    font-size: 18px;
}

.desktop {
	display: none;
}

a.home {
  margin: 14px 24px 0 0;
}

#mobile-navigation,
.mobile-navigation-show-wrapper {
	display:inherit;
}

.list-item.half,
.list-item.third.last {
    width: 100%;
}

.list-item.half .copy,
.list-item.third.last .copy {
	padding: 14% 10%;
}

.list-item.quarter,
.list-item.third {
    width: 50%;
}

.list-item h3,
.list-item.third.last h3 {
	font-size: 22px;
	line-height: 28px;
}

.list-item.third h3,
.list-item.quarter h3 {
    font-size: 20px;
	line-height: 22px;
}

#content .exhibitor_listing {
	width: 31.33%;
}

.gallery-image {
	width: 25%;
}

}

@media only screen and (max-width: 1025px) {

#strapline-wrapper .strapline {
    font-size: 28px;
    line-height: 28px;
}

}

@media only screen and (max-width: 1023px) {

#logo-small {
	max-width: 180px;
}

.nav-ctas {
    margin-top: 72px;
}

.dates {
    font-size: 16px;
    margin: 78px 0 0 18px;
    line-height: 20px;
}

.dates span.header-strapline {
    font-size: 14px;
}

.blog_left,
.blog_right {
    width: 100%;
}

.blog_right {
    margin-left: 0;
    text-align: left;
}

.blog_right .latest_news_listing_wrapper {
    width: 92%;
    padding: 4%;
    margin-top: 18px;
    float: left;
}

.blog_right .filter_listing {
    float: left;
}

nav#footer ul li a {
	margin: 0;
	padding: 12px 0;
	border-left: none; 
	width: 100%;
	display: block;
	border-bottom: solid 1px #FFFFFF;
}

nav#footer .social a {
	margin: 24px 12px 0 12px;
}

}

@media only screen and (max-width: 900px) {

a.button { 
	font-size: 15px;
}

#hero-wrapper {
	background-attachment: scroll;
}

.blog_listings_wrapper .blog_listing {
  width: 48%;
  float: left;
  padding-top: 0;
  margin-bottom: 4%;
}

.blog_listings_wrapper .blog_listing.three,
.blog_listings_wrapper .blog_listing.five {
  margin-left: 0;
}

.blog_listings_wrapper .blog_listing.two,
.blog_listings_wrapper .blog_listing.four,
.blog_listings_wrapper .blog_listing.six {
  margin-left: 4%;
}

.blog_cta_wrapper .blog_cta {
    padding: 8%;
}

}

@media only screen and (max-width: 769px) {

.logo-wrapper {
    padding: 12% 0;
}

.image-content-left, 
.image-content-right {
    width: 100%;
    float: left;
}

.image-content-right-inner {
    padding: 0 0 32px 0;
    font-size: 17px;
    line-height: 22px;
}

.image-content {
    height: auto !important;
}

#content div.te-left-col, #content div.te-right-col, #content div.te-first-col, #content div.te-second-col, #content div.te-third-col {
    width: 100%;
    padding: 0 0 2% 0;
}

#content .exhibitor_listing {
	width: 46%;
	margin: 2%;
}

}

@media only screen and (max-width: 767px) {

a.button { 
	font-size: 15px;
}

.nav-secondary-cta {
    display: none;
}

.dates {
    font-size: 16px;
}

#strapline-logo img {
	max-width: 200px;
}

#strapline-wrapper .strapline {
    font-size: 24px;
    line-height: 24px;
}

#hero-vid iframe {
    display: none;
}

#content .home-intro-wrapper {
    padding: 62px 0;
}

.circle {
	display: none;
}

#content .slider .theslider .slide_content .slide_text_box h1 {
	font-size: 32px;
	line-height: 36px;
}

#content .slider .theslider .slide_content .slide_text_box {
	width: 90%;
	padding: 24px 5% 52px 5%;
	height: auto;
	position: relative;
	float: left;
	bottom: 0;
	left: 0;
	top: 0;
	-webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
	color: #FFFFFF;
	font-size: 16px;
	background: #044533;
	text-align: left;
}

#content .slider .theslider .dots {
	text-align: left;
	left: 8px;
	bottom: 8px;
}

#content .slider .theslider .slide_content .slide_text_box a.button {
	font-size: 13px;
}

#content .detail_contact_info {
	float: left;
	width: 100%;
	margin: 0 0 2% 0;
}

.gallery_image {
  margin: 0 2% 4%;
  width: 29.33%;
  overflow: hidden;
}

.gallery-image {
	width: 33.33%;
}

.blog_detail_inner_left,
.blog_detail_inner_right {
    width: 100%;
}

.blog_detail_inner_right {
    margin: 18px 0;
}

}

@media only screen and (max-width: 599px) {

body {
    font-size: 16px;
    line-height: 24px;
}

h1 {
	font-size: 32px;
	line-height: 36px;
}

#logo-small {
    max-width: 100px;
}

#fixed-top-wrapper.fixed #navigation-wrapper #logo-small {
    display: inherit;
}

#fixed-top-wrapper.fixed #navigation-wrapper #thistle {
    display: none;
}

.nav-ctas {
    margin-top: 20px;
}

.dates {
	margin: 26px 0 12px 30px;
	font-size: 15px;
	line-height: 20px;
}

#fixed-top-wrapper.fixed #navigation-wrapper .dates {
	margin: 26px 0 12px 30px;
	line-height: 20px;
}

.logo-wrapper {
    padding: 25% 0;
    margin-top: 158px;
}

.logo-wrapper h1 {
	font-size: 32px;
	line-height: 36px;
}

#content .home-intro-wrapper {
    padding: 42px 0;
}

#content .slider .theslider .slide_content .slide_text_box h1 {
    font-size: 22px;
    line-height: 28px;
}

#content h2.subtitle,
#content h3.subtitle,
.cta h2,
h2 {
    font-size: 28px;
    line-height: 32px;
}

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

#content .blog_listings_wrapper .blog_listing .blog_listing_title h3,
#content .blog_listing_info h3 {
	font-size: 17px;
    line-height: 18px;	
}

#content .carousel_listings_wrapper .carousel_listing .carousel_listing_title h4 {
	font-size: 20px;
	line-height: 24px;
}

#navigation-wrapper #logo-small {
    margin: 10px 0 4px 10px;
}

.nav-primary-cta {
    margin-right: 10px;
}

#dates-social-wrapper {
    height: 38px;
    line-height: 38px;
}

.mobile-navigation-show-wrapper {
    margin-left: 10px;
}

.mobile-navigation-show-wrapper a.simple-menu {
    height: 38px;
}

a.home {
  margin: 11px 24px 0 0;
}

#strapline-logo {
	margin-bottom: 0;
}

#strapline-logo img {
	max-width: 140px;
}

#strapline-dates {
    font-size: 24px;
}

#strapline-dates span.header-strapline {
    font-size: 20px;
    margin-top: 0;
}

#strapline h1 {
	font-size: 32px;
	line-height: 36px;
}

#strapline-wrapper .strapline {
    font-size: 18px;
    line-height: 20px;
    padding: 4px 20px;
}

#strapline-wrapper .ctas a.button {
	margin: 0 6px 10px 6px;
}

#state-wrapper {
    left: 10px;
    bottom: 10px;
    font-size: 12px;
}

#state {
	font-size:16px;
	width:40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}

#breadcrumbs {
	padding-right: 0;
	text-align: center;
}

#breadcrumbs a,
#breadcrumbs span {
	padding: 8px 0;
	margin-right: 0;
	display: block;
	border-right: none;
	border-bottom: solid 2px #3D584F;
}

#breadcrumbs span {
	border-bottom: none;
}

#content .slider,
#content .video-container-wrapper,
#content .accordian_section_wrapper,
#content .gallery_listing_wrapper,
#content .carousel_listings_outer_wrapper {
  padding: 20px;
}

#content .content-area {
  padding: 0 20px;
}

#content .content-area.intro,
#content .content-area.home  {
    font-size: 18px;
    line-height: 24px;
}

.list-item .copy,
.list-item.half .copy,
.list-item.third.last .copy {
	padding: 25% 10%;
}

.list-item.quarter,
.list-item.third {
    width: 100%;
}

.list-item h3,
.list-item.half h3,
.list-item.third.last h3,
.list-item.quarter h3 {
	font-size: 20px;
	line-height: 24px;
}

.gallery_image {
	margin: 0 2% 4%;
	width: 46%;
	overflow: hidden;
}

.accordian_title {
	font-size: 17px;
}

.category_listing_filters,
.category_listing_search {
	width: 100%;
}

.category_listing_filters {
	margin-bottom: 18px;
}

.category_listing_search {
	margin-left: 0;
}

.exhibitor-stand-number {
	font-size: 18px;
}

.exhibitor-categories {
	font-size: 16px;
}

.exhibitor-categories span {
    padding-left: 22px;
    margin-right: 0;
    display: block;
}

.exhibitor-profile-right {
	width: 100%;
	float: left;
	padding: 20px 0;
}

#content .detail_exhibitor_logo img {
    float: left;
    margin: 0 0 18px 0;
}

.cta {
    font-size: 18px;
    line-height: 22px;
    margin: 42px auto;
}

.gallery-image {
	width: 50%;
}

nav#footer ul li a {
    font-size: 16px;
}

#copyright {
    font-size: 15px;
    line-height: 19px;
}

#website_by_symphony {
    font-size: 15px;
}

}

@media only screen and (max-width: 500px) {

#content .detail_exhibitor_logo {
	width: 100%;
	float: left;
}

#content .detail_exhibitor_logo img {
    float: none;
    display: inline-block;
    margin: 12px 0;
    max-width: 60%;
}

}

@media only screen and (max-width: 450px) {

.dates {
    margin: 4px 0 12px 10px;
    clear: both;
}

.dates span.header-strapline {
	display: inherit;
	float: right;
	margin-left: 8px;
}

}

@media only screen and (max-width: 470px) {

.blog_listings_wrapper .blog_listing {
  width: 100%;
  margin-bottom: 6%;
}

.blog_listings_wrapper .blog_listing.two,
.blog_listings_wrapper .blog_listing.four,
.blog_listings_wrapper .blog_listing.six {
  margin-left: 0;
}

.blog_cta_wrapper {
  margin-bottom: 6%;
}

}

@media only screen and (max-width: 390px) {

#logo-small {
    max-width: 90px;
}

.dates,
#fixed-top-wrapper.fixed #navigation-wrapper .dates {
	margin: 4px 0 12px 10px;
	line-height: 18px;
}

#strapline {
    max-width: 1100px;
    margin: 12px auto 8px auto;
    padding: 0 20px;
}

#strapline-dates {
    margin: 90px 0 0 0;
}

#strapline-logo img {
	max-width: 110px;
}

.strapline-buttons a.button {
	margin: 0 6px;
}

a.button {
    padding: 6px 10px;
}

#content .exhibitor_listings_wrapper .exhibitor_listings_inner_wrapper {
	padding: 3%;
	width: 94%;
}

#content .exhibitor_listing {
	width: 100%;
	margin: 0 0 4% 0;
}

}

/* TEXT EDITOR RESPONSIVE TABLE STYLING */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

table.responsive {
	border-left: 1px solid #CCCCCC;
	margin: 24px 0;
	width: 100% !important;
}

table.responsive.large-only {
	border-collapse: collapse;
}

table.responsive.large-only tr:first-child td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	letter-spacing: 1px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #5C7F71;
	color: #FFFFFF;
	font-family: 'vaglightregular';
	font-size: 18px;
}

table.responsive td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 6px 6px 6px 12px;
	vertical-align: top;
}

table.responsive td.st-key {
	padding: 6px 6px 6px 12px;
}

table.responsive.small-only,
table.responsive.small-only td,
table.responsive.small-only th {
	border: none;
}

table.responsive.small-only th {
	padding: 2% 4%;
}

table.responsive.small-only th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	letter-spacing: 1px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #5C7F71;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'vaglightregular';
}

table.responsive .st-head-row.st-head-row-main {
	background-color: #006587;
	color: #FFFFFF;
	padding: 6px 6px 6px 12px;
}

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }

  .timetable_wrapper h3 {
	padding: 12px;
}

}

@media (max-width: 599px) {

.timetable_wrapper td .sponsor_area {
    display: inherit;
}

}

/* END TEXT EDITOR TABLE STYLING */