@charset "UTF-8";
/* CSS Document */

/*--------------------- Google font ---------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

:root {
	--nmc-blue: #f58232;
	--nmc-purple: #fa4616;
}

html {
  scroll-behavior: smooth;
}
	
/*--------------------- body styles ---------------------*/
body {
		font-family: 'Roboto Condensed', sans-serif;
		color: #000;
		font-size: 18px;
        }

/*--------------------- link styles ---------------------*/
a:hover {
	opacity: 0.7;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

/*--------------------- overwritten general styles ---------------------*/

.wp-caption-text {
    display: none;
}
.social-icons a {
    background-color: var(--white);
    /*color: var(--dark-blue) !important;*/
    color: var(--nmc-blue) !important;
}
.social-icons a:hover {
  color: #fff !important;
    /*background-color: var(--red);*/
    background-color: var(--nmc-purple);
}
.footer-social-icons a {
    /*background-color: var(--dark-blue);*/
    background-color: var(--nmc-blue);
}
.footer-social-icons a:hover {
	/*background-color: var(--red);*/
	background-color: var(--nmc-purple);
	color: #fff !important;
}
.other-events {
	/*background-color: var(--red);*/
	background-color: var(--nmc-purple);	
}

.navybg {
    background-color: var(--nmc-blue) !important;
}
.header-sponsor-logo {
	margin-left: 15px;
  position: absolute;
  right: 240px;
}
.header-sponsor-logo p {
	margin-top: 0px;
	font-size: 13px;
	color: #000;
	margin-bottom: 20px;
}
.header-sponsor-logo img {
	max-width: 390px !important;
}

/*--------------------- Want to Visit 2022 styles ---------------------*/

.red-bg {
	/*background-color: var(--red);*/
	background-color: var(--nmc-purple);
	color: white;
}

.red-bg, .red-bg p, .red-bg h1, .red-bg h2, .red-bg h3, .red-bg h4, .red-bg h5, .red-bg h6 {
  color: white !important;
}

.blue-bg {
	/*background-color: var(--dark-blue);*/
	background-color: var(--nmc-blue);
}

.blue-bg, .blue-bg p, .blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6 {
  color: white !important;
}

.content-padding-boxes {
  padding: 5%;
}

.min-height {
  min-height: 35vw;
}

.background-centered {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

ul {
  padding: 1%;
  list-style-type: square;
	padding-top: 0;
}

.wp-block-separator {
    border-top: 1px dashed !important;
    border-bottom: 1px dashed !important;
    /*color: var(--red);*/
    color: var(--nmc-purple);
    margin-top: 2%;
    margin-bottom: 2%;
}

p strong {
    font-size: 20px;
}


.light-purple-bg {
    background-color: #f58232;
}

.light-purple-bg, .light-purple-bg p, .light-purple-bg h1, .light-purple-bg h2, .light-purple-bg h3, .light-purple-bg h4, .light-purple-bg h5, .light-purple-bg h6 {
  color: white !important;
}


.header-boxes p {
    font-size: 23px;
}

.header-boxes h2 {
    font-size: 50px;
}

.content-padding-header-boxes {
  padding: 7%;
}

/*--------------------- generic styles ---------------------*/
.padding-top-5
{
	padding-top:5px;
	}
.padding-topxxs
{
	padding-top:8px;
	}
.padding-topxs
{
	padding-top:15px;
	}
.padding-topsml
{
	padding-top:20px;
	}
.padding-btmxs
{
	padding-bottom:5px;
	}
.padding-btmsml
{
	padding-bottom:20px;
	}
.padding-btmmed
{
	padding-bottom:50px;
	}
.padding-topmed
{
	padding-top:50px;
	}
.padding-toplrg
{
	padding-top:80px;
	}
.padding-btmlrg
{
	padding-bottom:90px;
	}
.padding-right {
	padding-right: 10%;
}
.padding-left {
	padding-left: 20%;
}
.padding-left-sml {
	padding-left: 5%;
}
.margin-topsml {
	margin-top: 15px;
}
.margin-topmed {
	margin-top: 30px;
}
.margin-btm-minus {
	margin-bottom: -34px;
}
.side-buffers
{
	padding-left:10%;
	padding-right:10%;
	}
.side-buffers-med
{
	padding-left:10%;
	padding-right:10%;
	}
.side-buffers-sml
{
	padding-left:5%;
	padding-right:5%;
	}
.padding-sides-8 {
	padding-left: 8px;
	padding-right: 8px;
}
.padding-sides-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-sides-60 {
	padding-left: 60px;

}
.no-padding-sides {
	padding-left: 0;
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align: right;
}
img.downloads {
	max-height: 300px;
	width: auto;
	max-width: 100%;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.img-responsive img {
	width: 100%;
	height: auto;
}
.whitebg {
	background-color: #fff;
}
.bluebg {
	background-color:#137cb9;
	color: #fff;
}
.bluebg p, .bluebg p a, .bluebg h1, .bluebg h2, .bluebg h3, .bluebg h4, .navybg p, .navybg a, .navybg p a, .purplebg p, .purplebg p a, .purplebg a {
	color: #fff;
}
.navybg {
	background-color:#111756;
	color: #fff;
}
.purplebg {
	background-color:#79237b;
	color: #fff;
}
.purplebg h1, .purplebg h2, .purplebg h3, .purplebg h4, .purplebg h5, .purplebg h6 {
	color: #fff;
}
.navybg h1, .navybg h2, .navybg h3, .navybg h4, .navybg h5, .navybg h6 {
	color: #fff;
}
.purplebg p, .bluebg p, .navybg p {
	font-size: 18px;
}
.text-purple, .text-purple a {
	color: #79237b;
}
.text-blue, .text-blue a {
	color: #137cb9;
}
.opacity {
	opacity: 0.7;
}
.font-20 {
	font-size: 20px !important;
}
.font-25 {
	font-size: 25px;
}
.font-30 {
	font-size: 30px;
}
.font-40 {
	font-size: 40px;
}


/** tab styles **/
.tab {
    font-size: 18px;
    overflow: hidden;
	height: 320px;
}
.tab img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.tab-text {
    height: 320px;
    width: 100%;
	right: 0;
	left: 0;
    padding: 10% 3%;
    background: rgba(250,70,22,.70);
}
.tab, .tab a, .tab h2 {
	color: #fff;
}
.tab-text-wide {
    padding: 5.5% 15%;
}

.overlay-purple {
	background: rgba(121,35,123,.70);
	height: 200px;
	padding-top: 60px;
	color: #fff;
}
.overlay-purple h2 {
	color: #fff;
}
.overlay-purple p {
	font-size: 18px;
}
.overlay-purple-light {
	background: rgba(121,35,123,.40);
	padding-top: 9vh;
	color: #fff;
}
.overlay-purple-light h1 {
	color: #fff;
}
.overlay-navy {
	background: rgba(245,130,50,.70);
	color: #fff;
}
.overlay-navy-footer {
	/*background: rgba(17,23,68,.70);*/
	background: rgba(245,130,50,.70) !important;
	height: 200px;
	padding-top: 60px;
	color: #fff;
}
.overlay-blue {
	background: rgba(233, 168, 38,.70) !important;
}

.text-bottom {
	width: 70%;
	position: absolute;
	bottom: 10px;
}
.borderright {
	border-right: solid 2px #fff;
}
.bordertop {
	border-top: solid 2px #fff;
}

/*--------------------- position styles ---------------------*/
.bottom {
	bottom: 0;
}
.right {
	right: 0;
}
.float-left {
	float: left;
}
.align-center {
	margin-right: auto;
	margin-left: auto;
}

/*--------------------- head styles ---------------------*/
.header {
	box-shadow: 0px 10px 5px rgba(0,0,0,0.10);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 102%;
	height: 105px;
	background-color: #fff;
	overflow: hidden;
}
.headersec1, .headersec2 {
	width: 15%;
}
.headersec2_3_combined {
	width: 55%;
}
.headersec3 {
	width: 40%;
}
.headersec4, .headersec5 {
	width: 10%;
}
.headersec6 {
	width: 10%;
}
.paddingfromheader {
	padding-top: 100px;
}
.paddingfromheader-sml {
	padding-top: 50px;
}

/*----------------blog styling---------------*/
.post {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	margin-right: 1.5%;
	border: 1px solid #999;
	max-width: 31%;
	padding: 0;
}
.postimage {
	width: 80%;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.postimage img {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}
.posttext {
	width: 100%;
	height: 210px;
	overflow: hidden;
	padding: 15px;
}
.posttext a p {
	color: #1a2c5e;
}
.posttext a:hover p {
	color: #1a2c5e;
}
.posttext h2 {
	margin-top:10px;
	margin-bottom:10px;
	width: auto;
}
.posttext button {
	position: absolute;
	bottom: 15px;
}
.post-meta {
	font-size: 13px;
}

#pagination {
	width: 100%;
	text-align: center;
}
.page-numbers.current {
	background-color: #fff;
	padding: 5px 10px;
}
.page-numbers {
	padding: 5px 10px;
}
a.page-numbers:hover {
	background-color: #fff;
	text-decoration: none;
}

button {
	border-radius: 0;
	padding: 10px 20px 12px 20px;
	background-color: #e8e9ee;
	margin-top: 20px;
	color: #137cb9;
	font-size: 20px;
	cursor:pointer;
	width: 100%;
	border: 1px solid #e8e9ee;
}
a button:hover {
	background-color: #137cb9;
	border: 1px solid #137cb9;
	color: #fff;
}
button.blue {
	background-color: #137cb9;
	color: #fff;
}
/*a button.blue:hover {
	background-color: #e8e9ee;
	border: 1px solid #e8e9ee;
}*/

button.purple {
	background-color: #79237b;
	color: #fff;
}

blockquote {
	color: #f6b880;
	font-size: 26px;
	text-align: center;
}

/*----------home page elements----------*/


/*----------slider styling----------*/
.metaslider .caption-wrap {
	/*width: 65% !important;
	left: 17.5% !important;
	top: 28% !important;
	bottom: auto !important;*/
	text-align: center !important;
	font-size: 35px !important;
	background: rgba(17,23,68,.70) !important;
	padding-top: 14vw !important;
	padding-bottom: 20px !important;
	padding-right: 10%;
	padding-left: 10%;
	opacity: 1 !important;
	height: 100%;
}
.metaslider .flex-control-nav {
	bottom: 20px !important;
}
.flex-control-paging li a {
    background: #fff !important;
    background: rgba(255,255,255,.5) !important;
}
.flex-control-paging li a.flex-active {
    background: #fff !important;
    background: rgba(255,255,255,.9) !important;
}
.caption-custom {
	text-align: center !important;
	font-size: 35px !important;
	/*background: rgba(121,35,123,.70) !important;*/
	background: rgba(233, 168, 38,.70) !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	opacity: 1 !important;
	bottom: 0;
	width: 100%;
	color: #fff;
	line-height: 50px;
	height: 140px;
}
.caption-custom a {
	color: #fff;
}
.restrictheight {
	max-height: 450px;
	overflow: hidden;
}
.restrictheight-lrg {
	max-height: 475px;
	overflow: hidden;
}

.pulse {
  animation: pulse 3s infinite;
}
.pulse-round {
  animation: pulse-round 3s infinite;
}
.pulse:hover, .pulse-round:hover {
  animation: none;
}

@keyframes pulse {
  0% {
	  font-size: 35px;
  }
  100% {
	  font-size: 50px;
  }
}

@-webkit-keyframes pulse-round {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse-round {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

/*---------------testimonial styling--------------*/
.testimonial_rotator_slide_title {
	display: none;
}
.testimonial_rotator_quote {
	text-align: center;
	color: #8a8885;
}
.testimonial_rotator_author_info {
  font-style: normal !important;
  font-weight: bold;
  line-height: 1.2em;
  padding-left: 0px !important;
  border-left: none !important;
  margin: 10px 0;
  text-align: center;
}
.testimonial_rotator_author_info p {
  font-size: 14px !important;
}
.testimonial_rotator .slide {
  border-bottom: solid 1px #ca252b;
  margin-bottom: 30px !important;
}
/*added Aug 2018*/
.testimonial_rotator.template-default .slide {
    width: 33% !important;
    float: left !important;
    height: 400px !important;
}
.testimonial_rotator.template-default .has-image .img {
	width: 75% !important;
	float: none !important;
	margin-bottom: 25px;
}
/*------logo carousel styles------*/
.bx-wrapper{
	max-width: 100% !important;
}

/*----------footer styling----------*/
.footer p {
	font-size: 15px;
}
.small {
	font-size: 12px !important;
}
/*----------------nav styling---------------*/
#nav {
	margin-left:auto;
    margin-right:auto;
	text-align: center;
}
#nav ul, #nav ul li
{
		list-style:none;
		padding:0;
		margin-left:auto;
        margin-right:auto;
		}
#nav li
{
		float:left;
		}
#nav ul
{
		display: inline-block;
		}
#nav a {
        font-size:17px;
        text-decoration:none;
        display:block;
        padding:10px 20px 10px 20px;
		color: #111756;
}
#nav a:hover {
	color: #111756;
}

#nav ul li ul li a{
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 15px 20px 20px 20px;
	border: none;
	float: none;
	background:#c51a1b;
	margin-top:-7.5px;
}

#nav ul li ul li a:hover {
	background: #ee7202;
	color: #ffffff;
}

#nav ul li ul li {
	float:none;
	display: block;
	/*margin-left: 10px;*/
	background:#c51a1b;
	padding: 0;
	width: 100%
}

#nav ul li ul {
	position:absolute;
	left:-999em;
	z-index:100;
	margin:7px 0 0 0px;
}
#nav ul li:hover ul, #menu ul li ul:hover {
	left:auto;
}


/*-------------inner page styles-----------*/
#breadcrumbs {
	padding: 20px 0 20px 0;
}
#breadcrumbs a {
	font-size: 14px;
}
#featuredImage img {
	max-width: 30%;
	height: auto;
}

#exhibitor_contact p {
	font-size: 15px;
}
#exhibitor_contact p a {
	color: #666;
}
.mc_var_label, .mc_interest_label {
    margin-bottom: 0.1em !important;
    font-size: 16px !important;
}
#mc-indicates-required {
    font-size: 14px !important;
}
.mc_merge_var {
    margin-bottom: 0.5em !important;
}
.want-to-visit-row {
    max-width: 2000px;
    margin: auto;
    padding: 7px 0px;
}
.want-to-visit-row h1 {
    font-size: 3vw !important;
    text-align: left !important;
}
.want-to-visit-row .wp-block-column:nth-child(n) {
    margin-bottom: 0px !important;
    flex-basis: 70% !important;
    display: flex !important;
}
.want-to-visit-row .wp-block-column:nth-child(2n) {
    margin-bottom: 0px !important;
    flex-basis: 15% !important;
    display: flex !important;
}
.want-to-visit-row .wp-block-column:nth-child(3n) {
    margin-bottom: 0px !important;
    flex-basis: 15% !important;
    display: flex !important;
}

/*-------------------- contact form styling------------------
#frm {
	width: 100%;
}
#frm-lcol
{
	float:left;
	width:49%;
	margin-right:2%;
	}
#frm-lcol input {
	width: 100%;
	height: 45px;
}
#frm-rcol
{
	float:left;
	width:49%;
	}
#frm-rcol p
{
	font-size: 14px;
}
#frm-fullWidth {
	width: 100%;
}
#frm-fullWidth textarea
{
	height:86px;
	width:100%;
	border-radius: 5px;
	border: solid 1px #D1D1D1;
	margin-bottom:20px;
	}
.btn-primary {
	background-color: #1a2c5e;
	width: 100%;
	border: none;
	height: 40px;
	color: #fff;
	text-transform: uppercase;
}

input {
	border-radius: 5px;
	border: solid 1px #D1D1D1;
	margin-bottom:20px;
	padding: 1%;
}
input#email {
	width: 100%;
	height: 45px;
}
*/
/*-----------------frm booking form styling------------
#frm-booking
{
	width:100%;
	}
#frm-booking label
{
	width:10%;
	font-weight:300;
	}
#frm-booking select
{
	/*width:39.5%;
	margin-bottom:10px;
	}
#frm-booking input, #frm-booking textarea
{
	width:50%;
	margin-bottom:10px;
	}
 #frm-booking textarea
 {
	 border-radius: 5px;
	 border: solid 1px #D1D1D1;
	 margin-bottom:5px;
	 padding: 1%;
	 }
input.table
{
	width:80% !important;
	}
td.year
{
	width:10%;
	}
div.wpcf7-mail-sent-ok, div.wpcf7-response-output{
        clear:both;
}
.receive_info input{
    width:auto !important;
}
.howmanyhelpers, .howmanycoaches,.howmanyminibuses, .howmanyspecial , .salutation{
    width:20% !important;
	margin-right: 20px !important;
} 
*/
/*-----------second booking form div------------
#frm-booking2 label
{
	width:20%;
	font-weight:300;
	}
#frm-booking2 select
{
	width:79%;
	margin-bottom:10px;
	}
#frm-booking2 input, #frm-booking2 textarea
{
	width:100%;
	margin-bottom:10px;
	}
#frm-booking2 textarea
{
	border-radius: 5px;
	border: solid 1px #D1D1D1;
	margin-bottom:5px;
	padding: 1%;
	}*/

/*-------------caldera form styles-----------*/
.caldera-grid .btn-default {
    color: #fff !important;
    background-color: #137cb9 !important;
    border-color: #137cb9 !important;
	width: 100%;
}
/** Change Background color and text color on hover **/
.caldera-grid .btn:hover {
    background-color: white !important;
    border-color: #fff !important;
    color: #137cb9 !important;
}

.caldera-grid .checkbox-inline, .caldera-grid .checkbox {
	font-size: 13px !important;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}
.caldera-grid label {
    margin-bottom: 0 !important;
	line-height: 18px !important;
}
.caldera-grid .form-group {
    margin-bottom: 10px !important;
}

/*-------------mailchimp form styles-----------*/
#mc_signup_submit {
    color: #fff !important;
    background-color: #137cb9 !important;
    border: 0 !important;
	width: 100% !important;
	padding: 10px !important;
	cursor: pointer;
}
#mc_signup_submit:hover {
	background-color: #fff !important;
    color: #137cb9 !important;
}
#mc_signup_form .mc_input {
    border: 0;
    padding: 5px;
}
.mc_success_msg {
    color: #fff !important;
    margin-bottom: 1.0em;
}
/*-------------tablepress styles-----------*/
.tablepress thead th {
    background-color: #111756 !important;
	color: #fff !important;
	font-size: 20px !important;
    font-weight: 400 !important;
}
#tablepress-1 .column-1 {
	width: 10%;
}
#tablepress-1 .column-2 {
	width: 20%;
}
#tablepress-1 .column-3 {
	width: 20%;
}
#tablepress-1 .column-5 {
	width: 50%;
}
#tablepress-2 .column-1 {
	width: 10%;
}
#tablepress-2 .column-2 {
	width: 20%;
}
#tablepress-2 .column-3 {
	width: 20%;
}
#tablepress-2 .column-5 {
	width: 50%;
}
#tablepress-3 td {
	width: 16.666%;
	text-align: center;
}
#tablepress-4 td {
	width: 20%;
	text-align: center;
}

/*-------------Go Gallery styles-----------*/
div.go-gallery.menu-show ul.go-gallery-filters {
    display: none !important;
}
.qt_popup_footer {
	display: none;
}
.qt_popup_header .title {
	display: none;
}
/*-------------exhibitor category styles-----------*/

#exhibitor-container
{
	float:left;
	width:16%;
	margin-right:1.5%;
	margin-left:1.5%;
	margin-bottom: 40px;
	}
#exhibitor-image {
	height: 200px;
	overflow:hidden;
}
#exhibitor-image img {
	max-width: 90%;
	height: auto;
	padding: auto 0;
	max-height: 200px;
	width: auto;
}
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#exhibitor-title
{
	width:99%;
	padding:4% 4% 0 4%;
	border-top: 1px solid #777;
	height: 50px;
	}
#exhibitor-title p
{
	line-height:18px;
	font-size: 15px;
	}
#exhibitor-title p a {
	color:#666666;
}
#sponsor-container
{
	margin-bottom: 40px;
	}
#sponsor-container #exhibitor-image {
	height: 250px;
	padding-top: 0px;
	overflow:hidden;
}
/*-------------exhibitor vacancies styles--------------*/
.table-exhibitor-vacancies tr td p {
    font-size: 15px;
}

/*-------------want to exhibit styles--------------*/
.sidebar {
	width: 33.333%;
  	height: 650px;
	position: -webkit-sticky;
  	position: sticky;
  	top: 95px;
}
.container-right {
    width: 66.666%;
}

/*-------------align styles--------------*/
.aligncenter
{
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft
{
	float:left;
	margin-right:20px;
	}
.alignright
{
	float:right;
	margin-left:20px;
	}
/*----------text styles---------*/
ul, li {
}
/*h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}*/
h1
{
	font-size:70px;
	font-weight:400;
	color: #111756;
	}
h2
{
	font-size:40px;
	font-weight:400;
	margin-left:auto;
	margin-right:auto;
	color: #111756;
	}
#line
{
	border-top:1px solid #032d57;
	margin-top:40px;
	margin-bottom:-14px;
	width:100%;
	}
h3 {
	font-weight: 300;
	font-size:30px;
}

h4 {
	font-weight: 500;
}

h5 {
	font-weight: 300;
}
h6 {
	font-weight: 300;
}
a
{
  color: #1a2c5e;
}
.red {
	color: #c51a1b;
}
.blue {
	color: #137cb9;
}
	.hiddendesktop {
		display: none;
	}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

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

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Smaller than 1400px ----------- */
@media only screen and (max-width : 1400px) {
.tab, .tab-text {
	height: 280px;
}
}
/* Smaller than 1300px ----------- */
@media only screen and (max-width : 1300px) {
.tab, .tab-text {
	height: 250px;
}
.metaslider .caption-wrap {
    font-size: 30px !important;
	}
.headersec1, .headersec2 {
	width: 18%;
}
.headersec2_3_combined {
	width: 52%;
}
.headersec3 {
	width: 34%;
}
.headersec4, .headersec5 {
	width: 10%;
}
.headersec6 {
	width: 10%;
}	
}
/* Smaller than 1100px ----------- */
@media only screen and (max-width : 1100px) {
.tab, .tab-text {
	height: 200px;
	line-height: 20px;
}
	h2 {
    font-size: 30px;
	}
.headersec1, .headersec2 {
	width: 20%;
}
.headersec2_3_combined {
	width: 50%;
}
.headersec3 {
	width: 30%;
}
.headersec4, .headersec5 {
	width: 10%;
}
.headersec6 {
	width: 10%;
}	
.page-banner p {
    font-size: 20px;
}
.metaslider .caption-wrap {
    font-size: 25px !important;
	padding-top: 5vh !important;
}
.padding-toplrg {
    padding-top: 60px;
}
.padding-btmlrg {
    padding-bottom: 65px;
}
.purplebg p, .bluebg p, .navybg p {
    font-size: 17px;
}
.restrictheight {
    max-height: 390px;
	}
.footer img {
		max-height: 80px !important;
	}
}
/* Smaller than 900px ----------- */
@media only screen and (max-width : 900px) {
.tab, .tab-text {
	height: 150px;
}
.metaslider .caption-wrap {
    font-size: 22px !important;
}
.tab {
    font-size: 15px;
    line-height: 17px;
}
img.downloads {
    max-height: 200px;
}
.text-bottom {
    width: 85%;
    bottom: 0px;
}
}


/* Smaller than 800px ----------- */
@media only screen and (max-width : 800px) {
/*
.headermid .textwidget p {
		max-width: 85%;
	}
.headermobile {
	position: relative !important;
	text-align: center !important;
	margin: 10px 0;
		}*/
.headersec3 {
	width: 28%;
}
.headersec4, .headersec5, .headersec6 {
	width: 12%;
}
.h4, h4 {
    font-size: 1rem;
}
.padding-toplrg {
    padding-top: 40px;
}
.padding-btmlrg {
    padding-bottom: 45px;
}
h2 {
    font-size: 25px;
}
.purplebg p, .bluebg p, .navybg p {
    font-size: 15px;
}
.restrictheight {
    max-height: 275px;
	}
.footer img {
		max-height: 68px !important;
	}
.footeroverlays {
	width: 33.33%;
	}

#sponsor-container {
	margin-bottom: 20px;
}
#exhibitor-container
{
	float:left;
	width:96%;
	margin-right:2%;
	margin-left:2%;
	margin-bottom: 20px;
	}
#exhibitor-image {
	height: auto;
	padding-top: 20px;
	overflow:hidden;
}
#exhibitor-image img {
	max-width: 90%;
	height: auto;
	padding: auto 0;
}
.post {
    max-width: 100%;
}
.side-buffers-sml {
    padding-left: 2.5%;
    padding-right: 2.5%;
}
.rc-anchor-normal .rc-anchor-checkbox-label {
    width: 100px !important;
}
.rc-anchor-normal {
    width: 200px !important;
}


/*--------------hidden elements for mobile-------------*/
.metaslider .caption-wrap
{
	/*display:none !important;*/
	}
}

/* Smaller than 767px ----------- */
@media only screen and (max-width : 767px) {
.tab, .tab-text {
	height: 350px;
}
.paddingfromheader {
    padding-top: 170px;
}
.headersec1, .headersec2 {
	width: 22%;
}
.headersec2_3_combined {
	width: 48%;
}
.headersec3 {
	width: 26%;
}
.headersec4, .headersec5 {
	width: 10%;
}
.headersec6 {
	width: 10%;
}	
.metaslider .caption-wrap {
    font-size: 25px !important;
	/*padding-top: 5vh !important;*/
}
h1 {
    font-size: 30px;
	}
.page-banner p {
    font-size: 18px;
}
.sidebar {
    display: none;
}
.container-right {
    width: 100%;
}
.hiddendesktop {
		display: block;
	}
	.hiddenmobile {
		display: none;
	}
	.min-height {
	  min-height: 60vh;
	}
	.logo img {
    max-height: 70px;
	}
	.header-sponsor-logo {
	 position: inherit;
    width: 100%;
    margin: 25px 0 26px 0;
}
}

/* Smaller than 700px ----------- */
@media only screen and (max-width : 700px) {
.metaslider .caption-wrap {
    font-size: 20px !important;
}
	
#rmp_menu_trigger-7254 {
    top: 222px !important;
  }
}

/* Smaller than 600px ----------- */
@media only screen and (max-width : 600px) {
.metaslider .caption-wrap {
	}
.metaslider .caption-wrap {
    font-size: 17px !important;
}
.headersec1, .headersec2 {
	width: 40%;
}

.headersec3, .headersec2_3_combined {
	width: 100%;
	float: none;
	padding-left: 27px;
	padding-bottom: 15px;
}
.headersec4, .headersec5, .headersec6 {
	display: none;
}
.header {
	height: auto;
	width: auto;
	}
.caption-custom {
    font-size: 20px !important;
    line-height: 20px;
    height: 88px;
	background: rgba(233, 168, 38,.70) !important;
}
	.restrictheight {
		height: auto;
	}

.footer img {
	float: left;
	}
	
	.want-to-visit-row h1 {
    	font-size: 40px !important;
		text-align: center !important;
	}
}

/* Smaller than 540px ----------- */
@media only screen and (max-width : 540px) {
.tab1 {
    padding-left: 35px;
}

.metaslider .caption-wrap {
    font-size: 15px !important;
	padding-top: 30vw !important;
}
	.tab, .tab-text {
	height: 190px;
}
	.tab-text {
		padding: 8% 15%;
	}
.tab {
    font-size: 15px;
    line-height: 18px;
}
.side-buffers {
    padding-left: 15%;
    padding-right: 15%;
}
body {
    font-size: 16px;
}
#mc_signup_form .mc_var_label {
    margin-bottom: 0;
}
}