/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.875em;
	color: #43444B;
}

body.editor, body.short_editor {
	background-image: none;
	min-height: 500px;
	transition: none;
}

body.short_editor {
	min-height: 200px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

div.pricing_table {
	background-color: #43444B;
	color: #FBFBEE;
	padding: 50px 50px 40px 50px;
}

div.pricing_table.tickets {
	padding: 30px 30px 20px 30px;
	max-width: 600px;
	margin: 20px auto;
}

.pricing_table table {
	width: 100%;
}

.pricing_table th {
/*	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;*/
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
	padding: 10px;
	vertical-align: bottom;
	text-align: center;
	background-color: #FBFBEE;
	color: #43444B;
}

.pricing_table th span {
	font-size: 14px;
}

.pricing_table td {
	border-top: 1px solid #FBFBEE;
	padding: 12px 10px;
	text-align: center;
	line-height: 24px;
}

.pricing_table tr th:first-child, .pricing_table td:first-child {
	text-align: left;
}

.pricing_table tr th:last-child, .pricing_table td:last-child {
}

.pricing_table tr.top td {
	border-top: 0px;
}

.pricing_table tr.highlight td, .pricing_table td.highlight2 {
	background-color: #696A6E;
}

.pricing_table tr.top td.highlight {
	border-left: 3px solid #FBFBEE;
	border-top: 3px solid #FBFBEE;
	border-right: 3px solid #FBFBEE;
	text-transform: uppercase;
	font-weight: bold;
}

.pricing_table td.highlight {
	border-left: 3px solid #FBFBEE;
	border-right: 3px solid #FBFBEE;
}

.pricing_table tr:last-child td.highlight {
	border-bottom: 3px solid #FBFBEE;
}

.pricing_table td.new {
	position: relative;
	background-clip: padding-box; /* Add this line */
}

.pricing_table td.new:after {
	content: "New";
	position: absolute;
	top: 2px;
	left: 4px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	transform: rotate(-45deg);
}

.tickets_table {
	margin: 0px auto 20px auto;
}

.tickets_table td {
	padding: 0px 20px;
}

.cream_box {
	background-color: #FBFBEE;
	padding: 50px;
	margin-top: 50px;
}

.cream_box h2.large {
	font-size: 60px;
	color: #43444B;
}

.col2 .cream_box h2 {
	font-size: 30px;
	color: #43444B;
	margin-bottom: .5em;
}

.cream_box p {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.cream_box p:last-child, div.gray_box p:last-child {
	margin-bottom: 0px;
}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #A2A74F;
	margin-bottom: 1em;
}

.layout3 h1 {
	text-align: center;
}

h2 {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1.1em;
	font-weight: normal;
	color: #979D33;
	margin-bottom: .25em;
}

hr {
	border: 0px;
	height: 2px;
	margin: 30px auto;
	color: #F2F2F2;
	background-color: #F2F2F2;
}

hr.blog {
	margin: 30px auto 50px auto;
}

img {
	border: none;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #979D33;
}

a:hover {
	color: #CFD474;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container, #page_blocks .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed,
#page_blocks .embed_container iframe, #page_blocks .embed_container object, #page_blocks .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0px;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	margin-bottom: 10px;
}


.right_photo, .alignright {
	float: right;
	margin: 5px 0px 20px 20px;
	display: inline;
	max-width: 50%;
}

.left_photo, .alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
	display: inline;
	max-width: 50%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

.gray_box {
	background-color: #43444B;
	padding: 50px;
	margin-top: 40px;
	color: #FBFBEE;
}

.gray_box + .gray_box {
	margin-top: 10px;
}

.gray_box .left_content {
	text-align: center;
}

.col2, .col3 {
	margin-top: 40px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 600px) {

	.gray_box .left_content {
		width: 20%;
		float: left;
	}

	.gray_box .right_content {
		width: 75%;
		float: right;
	}

}

@media only screen and (min-width: 750px) {

	.col2, .col3 {
		display: flex;
		justify-content: space-between;
	}

	.col2 .gray_box, .col2 .cream_box {
		width: calc(50% - 2px);
		margin: 0px;
	}

	.col3 .gray_box {
		width: calc(33.3333333333% - 2px);
		margin: 0px;
	}

}

@media only screen and (min-width: 600px) and (max-width: 1150px) {

	.gray_box .left_content {
		width: 30%;
	}

	.gray_box .right_content {
		width: 65%;
	}

}

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

	.cream_box, .gray_box, .gray, div.pricing_table {
		padding: 30px;
	}

}

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

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

	.cream_box, .gray_box, .gray, div.pricing_table {
		padding: 30px 20px;
	}

	.gray_box .left_content {
		margin-bottom: 30px;
	}

	.pricing_table th {
		font-size: 20px;
	}

}

div.ctct-form-embed * {
	font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

.green_boxes {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.green_box {
	display: inline-block;
	min-width: 300px;
	background-color: #DEE0AC;
	font-size: 17px;
	line-height: 1.5em;
	margin: 0px 10px 20px 10px;
}

.green_box a {
	display: block;
	height: 100%;
	padding: 20px 30px;
	color: #43444B;
}

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

}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #A2A74F;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

a.fancy_button, #nav28 a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: .1em;
	font-weight: 500;
	text-transform: uppercase;
	color: #FBFBEE !important;
	padding: 11px 15px;
	background-color: #A2A74F;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

#nav28 a {
	margin-top: -8px;
	padding: 11px 15px !important;
}

a.fancy_button:hover, #nav28 a:hover {
	background-color: #C6CB76;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1300px;
	margin: 0px auto;
	padding: 0px 50px;
	position: relative;
}

header {
	position: relative;
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: none;
	z-index: 500;
}

header .container {
	max-width: none;
}

#logo {
	position: absolute;
	top: 50px;
	left: 100px;
}

#logo img {
	width: 100%;
	max-width: 265px;
	display: inline-block;
}

#sip_icon {
	display: none;
}

#header_photo {
	position: relative;
}

#header_photo img {
	display: block;
	width: 100%;
}

#header_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(67,68,75,.6);
}

#header_title {
	position: absolute;
	bottom: 20%;
	left: 0px;
	width: 100%;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 60px;
	line-height: 1em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #FBFBEE;
}

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

	#header_photo {
		height: 275px;
		overflow: hidden;
	}

	#header_photo img {
		width: 1000px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -500px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -250px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -750px;
	}

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -90px;
	width: 100%;
	height: 90px;
	z-index: 500;
	background-color: #43444B;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed #logo, .collapsed_temp #logo {
	top: 20px;
}

.collapsed #logo img, .collapsed_temp #logo img {
	width: 135px;
}

.collapsed_temp #main_nav, .collapsed #main_nav {
	top: 45px;
}

.collapsed_temp #nav #top_nav, .collapsed #nav #top_nav {
	top: 5px;
}

.layout2 #content_box {
	background-color: #FBFBEE;
}

.layout2 #content {
	text-align: justify;
	max-width: 1060px;
	padding-top: 120px;
	padding-bottom: 100px;
}

.layout3 #content {
	max-width: none;
}

#ctas {
	max-width: none;
	background-color: #FBFBEE;
	padding-top: 50px;
	padding-bottom: 50px;
}

.layout2 #ctas {
/*	padding-bottom: 0px;*/
	padding-bottom: 200px;
}

#ctas_inner {
	margin-left: -2.3333333333333%;
}

#ctas .cta {
	width: 31%;
	float: left;
	margin-left: 2.3333333333333%;
	display: inline;
	background-color: #43444B;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	font-size: 30px;
	text-align: center;
	position: relative;
}

#ctas .cta img {
	display: block;
	width: 100%;
	height: auto;
}

#ctas .cta a {
	display: block;
	color: #BFC3B6;
}

#ctas .cta a span.content {
	display: block;
	padding-bottom: 40%;
}

.layout2 #ctas .cta a span.content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	padding: 0px;
}

#ctas .cta a span.content_inner {
	display: block;
	width: 100%;
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#ctas .cta a strong {
	font-weight: 300;
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: .075em;
	color: #FBFBEE;
}

#ctas .cta span.button {
	margin-top: 2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 21px;
	line-height: 1em;
	letter-spacing: .1em;
	font-weight: 500;
	text-transform: uppercase;
	padding: 11px 15px;
	display: none;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.layout2 #ctas .cta span.button {
	display: inline-block;
}

#ctas .cta:hover a span.content {
	background-color: #696A6E;
}

.layout2 #ctas .cta:hover a span.content {
	background-color: #43444B;
}

.layout2 #ctas .cta:hover a span.button {
	background-color: #C6CB76;
}

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

	#ctas_inner {
		margin-left: 0px;
	}

	#ctas .cta {
		float: none;
		display: block;
		width: 100%;
		margin: 0px auto 8% auto;
		padding: 5%;
	}

	.layout2 #ctas .cta {
		padding: 0px;
	}

	#ctas .cta a span.content_inner {
		width: 90%;
	}

	.layout2 #ctas .cta a span.content_inner {
		width: 100%;
	}

}

#footer_top {
	height: 672px;
	padding-top: 193px;
	background-color: #66676D;
	background-image: url('../images/footer-top-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #BFC3B6;
}

#ccoptin {
	margin-bottom: 150px;
}

#ccoptin label, #footer_top .title {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #BFC3B6;
}

#ccoptin div {
	width: 100%;
	max-width: 280px;
	height: 44px;
	background-color: rgba(255,255,255,.15);
	margin: 10px auto 0px auto;
	padding: 0px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#email_box {
	background-color: transparent;
	float: left;
	width: calc(100% - 60px);
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 40px;
	font-style: italic;
	color: #FFFFFF;
}

#footer_top .email_submit, #footer_top a.join {
	background-color: transparent;
	border: 0px;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #FFFFFF;
	cursor: pointer;
	width: 50px;
	float: right;
}

#footer_top a.join {
	display: inline-block;
	background-color: rgba(255,255,255,.15);
	margin: 15px auto 150px auto;
	padding: 0px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	height: 44px;
	float: none;
}

#footer_top .email_submit:hover, #footer_top a.join:hover {
	color: #C6CB76;
}

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

	#ccoptin label {
		font-size: 18px;
	}

}

#social {
	padding: 0px;
	margin-bottom: 10px;
	text-align: center;
}

#social li {
	list-style: none;
	display: inline-block;
	margin: 0px 20px;
	font-size: 30px;
	line-height: 30px;
}

#social li a {
	display: block;
	color: #FBFBEE;
}

#social li a:hover {
	color: #CFD474;
}

#footer_bottom {
	height: 420px;
	background-color: #43444B;
	padding-top: 110px;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	text-align: center;
	color: #BFC3B6;
}

#footer_bottom p {
	margin-bottom: 10px;
}

#footer_bottom img {
	width: 135px;
}

#footer_bottom a {
	color: #BFC3B6;
}

#copyright {
	margin-top: 93px;
	font-size: 13px;
	line-height: 19px;
	font-weight: 400;
	font-style: italic;
	color: #696A6E;
}

#copyright a {
	color: #696A6E;
}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .1em;
	position: relative;
}

#nav #top_nav li {
	font-style: italic;
	text-transform: none;
}

#nav li a {
	color: #FBFBEE;
}

#nav li a:hover {
	color: #A2A74F;
}

#nav li#nav21 a {
	background-color: #A2A74F;
	color: #FFFFFF;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}

#nav li#nav21 a:hover {
	background-color: #C6CB76;
}

#nav li li {
	text-transform: none;
	font-size: 15px;
}

#subnav ul {
	padding: 15px 0px;
}

#subnav li {
	list-style: none;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
}

#subnav li a {
	color: #43444B;
}

#subnav li a:hover, #subnav li.active a {
	color: #A2A74F;
}

/* PAGE BLOCK CSS */

.block.padding_top {
	padding-top: 60px;
}

.block.padding_bottom {
	padding-bottom: 60px;
}

.block.border_top {
	border-top: 1px solid #DDDDDD;
}

.block_photo {
	max-width: none;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_photo img {
	width: 100%;
	display: block;
}

.block_content_photo .photo img {
	width: 100%;
}

@media only screen and (min-width: 768px) {

	.block_content_photo .container {
		display: flex;
		align-items: center;
	}

	.block_content_photo.right .container {
		flex-direction: row-reverse; 
	}

	.block_content_photo .photo {
		width: 50%;
	}

	.block_content_photo .content {
		width: 50%;
	}

	.block_content_photo.left .content {
		padding-left: 5%;
	}

	.block_content_photo.right .content {
		padding-right: 5%;
	}

}

.block_box {
	margin-bottom: 40px;
}

.block_box img {
	width: 100%;
}

@media only screen and (min-width: 768px) {

	.block_boxes .container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_box {
		width: calc(50% - 20px);
	}
}

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

	.block.padding_top {
		padding-top: 30px;
	}

	.block.padding_bottom {
		padding-bottom: 30px;
	}

	.layout2 #content {
		padding-top: 70px;
		padding-bottom: 100px;
	}

}

/* HOME CSS */

.block_slideshow {
	clear: both;
	width: 100%;
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_slideshow ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.block_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

.block_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

.block_slideshow li img {
	width: 100%;
	float: left;
}

.block_slideshow .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(67,68,75,.6);
}

.block_slideshow .content_inner {
	position: relative;
	top: 60%;
	transform: translateY(-60%);
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1.1em;
	text-align: center;
	color: #BFC3B6;
}

.block_slideshow .content_inner .title {
	font-size: 2.666666666666667em;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 300;
	color: #FBFBEE;
	margin-bottom: .1em;
}

.block_slideshow .content_inner .subtitle {
	letter-spacing: .04em;
}

.block_slideshow .content_inner a {
	display: inline-block;
	margin-top: 2em;
	/*font-size: 17px;*/
	font-size: 0.566666666666667em;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #43444B;
	color: #FBFBEE;
	background-color: #FBFBEE;
	background-color: #A2A74F;
	/*padding: 13px 18px;*/
	padding: 0.764705882352941em 1.058823529411765em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.block_slideshow .content_inner a:hover {
	background-color: #DFE3D6;
	background-color: #C6CB76;
}

.countdown_timer {
	margin-top: 30px;
}

.countdown_timer div {
	display: inline-block;
	font-size: 1.5em;
	line-height: .75em;
	text-align: center;
	margin: 0px 5px;
}

.countdown_timer div span {
	display: block;
	font-size: .5em;
}

.block_slideshow .rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

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

	#home_slideshow_wrapper {
		height: 400px;
		overflow: hidden;
	}

	#home_slideshow {
		width: 900px;
		position: relative;
		left: 50%;
		margin-left: -450px;
	}

	#home_slideshow li img {
		width: 900px;
	}

	#home_slideshow .content_inner {
		width: 85%;
		margin: 0px auto;
	}

	.block_slideshow .content_inner a {
		font-size: .75em;
	}

}

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

	#home_slideshow .content_inner {
		width: 550px;
		margin: 0px auto;
	}

	.block_slideshow .content_inner a {
		font-size: 1em;
	}

}

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

	#home_slideshow .content_inner {
		width: 400px;
		margin: 0px auto;
	}

}

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

	#home_slideshow .content_inner {
		width: 320px;
		margin: 0px auto;
	}

}

#home_news {
	max-width: none;
	background-color: #43444B;
}

#home_news .container {
	max-width: 2000px;
}

#home_news .news {
	max-width: none;
	display: flex;
	min-height: 600px;
}

#home_news .news:first-child {
	margin-top: -50px;
}

#home_news .news:last-child {
	margin-top: 50px;
	margin-bottom: -50px;
	flex-direction: row-reverse;
}

#home_news .photo {
	width: 50%;
}

#home_news .photo img {
	width: 100%;
	display: block;
}

#home_news .content {
	flex: 1;
	padding: 150px 0px 100px 4%;
	color: #BFC3B6;
}

#home_news .news:last-child .content {
	padding: 100px 4% 125px 0px;
}

#home_news h2 {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 1.1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: #FBFBEE;
}

#home_news .date {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #BFC3B6;
	margin-bottom: 1em;
}

#home_news p {
	margin-bottom: 2em;
}

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

	#home_news .news:first-child .content {
		padding-bottom: 50px;
	}

	#home_news .news:last-child .content {
		padding-top: 50px;
	}

}

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

	#home_news .news {
		flex-direction: column !important;
	}

	#home_news .content {
		padding: 50px 0px 20px 0px;
	}

	#home_news .photo {
		display: block;
		width: 100%;
		height: 400px;
	}

}

#home_bottom {
	background-color: #FFFFFF;
	border-top: 2px solid #F2F2F2;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 40px;
}

.layout2 #home_bottom {
	border-top: 0px;
	padding-top: 150px;
	margin-top: 0px;
}

#home_bottom .container {
	max-width: none;
}

#home_sponsors {
	text-align: center;
/*	margin-bottom: 1em;*/
}

#home_sponsors h2 {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	color: #BFC3B6;
	margin-bottom: 1.5em;
}

#home_sponsors div {
	display: inline-block;
	margin: 0px 20px;
	width: 150px;
}

#home_sponsors img, #sponsor_carousel img {
	-webkit-filter: invert(94%) sepia(9%) saturate(243%) hue-rotate(37deg) brightness(84%) contrast(84%);
	filter: invert(94%) sepia(9%) saturate(243%) hue-rotate(37deg) brightness(84%) contrast(84%);
	-webkit-transition: .2s -webkit-filter linear;
	-moz-transition: .2s -moz-filter linear;
	-moz-transition: .2s filter linear;
	-ms-transition: .2s -ms-filter linear;
	-o-transition: .2s -o-filter linear;
	transition: .2s filter linear, .2s -webkit-filter linear;
}

#home_sponsors a:hover img, #sponsor_carousel a:hover img {
	filter: invert(66%) sepia(17%) saturate(233%) hue-rotate(38deg) brightness(92%) contrast(87%);
}

#sponsor_carousel .sponsor {
	text-align: center;
}

#sponsor_carousel img {
	width: auto;
	max-width: 100%;
	margin: 0px auto;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

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

	.gallery li {
		width: 31.3333%;
	}

}

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

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
}

#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

#home_bottom_inner, #news_events {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#news_events .item {
	width: calc(33.3333333333% - 40px);
	background-color: #43444B;
	text-align: center;
	font-size: 16px;
	color: #BFC3B6;
	margin-top: 40px;
}

#news_events .item .content {
	padding: 30px 40px 40px 40px;
}

#news_events .item h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #FBFBEE;
	margin-bottom: .5em;
}

#news_events .item h2 a {
	color: #FBFBEE;
}

#news_events .item .date {
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	color: #BFC3B6;
	margin-bottom: 10px;
}

#news_events .item p {
	text-align: justify;
}

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

	#news_events .item {
		width: calc(50% - 40px);
	}

}

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

	#news_events .item {
		width: calc(50% - 30px);
		margin-top: 30px;
	}

	#news_events .item .content {
		padding: 20px 30px 30px 30px;
	}

}

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

	#news_events .item {
		width: 100%;
	}

}

#news {
	max-width: 950px;
	margin: 0px auto;
}

#news .photo {
	margin-bottom: -50px;
}

#news .photo img {
	display: block;
}

#news .title {
	max-width: 850px;
	margin: 0px auto 40px auto;
	padding: 40px;
	background-color: #43444B;
	position: relative;
	z-index: 100;
	font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #BFC3B6;
}

#news .title h1 {
	color: #FBFBEE;
	margin-bottom: .25em;
}

#news .content {
	max-width: 750px;
	margin: 20px auto 0px auto;
	text-align: justify;
}

#exhibitors {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#exhibitors .exhibitor {
	margin-bottom: 2px;
	width: calc(33.33333333333% - 2px);
	background-color: #43444B;
	font-size: 18px;
	line-height: 24px;
}

#exhibitors .exhibitor a, #exhibitors .exhibitor span {
	display: block;
	padding: 20px;
	color: #FBFBEE;
}

#exhibitors .exhibitor a:hover {
	background-color: #696A6E;
}

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

	#exhibitors .exhibitor {
		width: calc(50% - 2px);
	}

}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1250px) {

	#nav_trigger, #nav_close {
		display: none;
	}

	#main_nav {
		position: absolute;
		top: 96px;
		right: 100px;
	}

	#nav #top_nav {
		position: absolute;
		top: 22px;
		right: 100px;
	}

	#nav > ul {
		float: right;
	}

	#nav > ul > li {
		float: left;
		margin-left: 32px;
		display: inline;
		padding-bottom: 14px;
	}

	#nav #top_nav li {
		font-size: 15px;
	}

	#nav li a {
		padding-bottom: 5px;
	}

	#nav li > ul {
		position: absolute;
		top: 30px;
		left: 0px;
		padding: 10px 20px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #FBFBEE;
	}

	#nav #nav2 > ul {
		left: -10px;
	}

	#nav #nav4 > ul {
		left: -75px;
	}

	#nav #nav7 > ul {
		left: -113px;
	}

	#nav li:hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#nav li li {
		text-align: center;
		white-space: nowrap;
	}

	#nav li li:first-child {
		border-top: 0px;
	}

	#nav li li a, #nav li.active li a {
		display: block;
		padding: 5px 0px;
		color: #43444B;
		border: 0px;
	}

	#nav li li a:hover {
		border: 0px;
		color: #A2A74F;
	}

	#subnav {
		text-align: center;
		background-color: #FBFBEE;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
		font-size: 16px;
	}

	#section_title {
		display: none;
	}

}

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

	#nav > ul > li {
		margin-left: 20px;
	}

}

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

	#logo {
		left: 60px;
	}

	#main_nav, #nav #top_nav {
		right: 60px;
	}

}

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

	#nav > ul > li {
		font-size: 15px;
		margin-left: 20px;
	}

	#nav #top_nav li {
		font-size: 13px;
	}

}

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

	#logo {
		left: 30px;
	}

	#main_nav, #nav #top_nav {
		right: 30px;
	}

}

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

	.container {
		padding: 0px 15px;
	}

}

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

	.mobile_nav body {
		overflow: hidden;
	}

	.container, .block {
		padding: 0px 15px;
	}

	#logo {
		top: 20px;
		left: 15px;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
		color: #FBFBEE;
	}

	#nav_close {
		font-size: 25px;
		line-height: 25px;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #43444B;
		padding-top: 80px;
		z-index: 500;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#nav li, #nav > ul > li, #nav #top_nav li {
		display: block;
		font-size: 24px !important;
		text-align: center;
		padding: 5px 0px;
		margin: 0px;
	}

	#nav li#nav28 {
		margin: 5px 0px;
	}

	#nav li a {
		display: block;
		padding: 10px 15px;
		font-size: 24px !important;
	}

	#nav li#nav21 a {
		display: inline-block;
	}

	#nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#nav li.expanded > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#nav li li {
		font-size: 20px;
	}

	#nav li li a {
		padding: 6px 30px;
	}

	#subnav {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		height: 50px;
		font-family: "Calder W05 LC", "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		background-color: #FBFBEE;
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #FBFBEE;
		z-index: 300;
		padding: 0px;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		text-align: center;
		font-size: 16px;
	}

	#subnav li.first {
		border: 0px;
	}

	#subnav li a {
		display: block;
		padding: 12px 15px;
	}

}

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

	#footer_top {
		height: 572px;
		padding-top: 143px;
	}
}

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

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

}

.email-registration-form input[type='text'], .email-registration-form input[type='email'] {
	border: 1px solid #A9A9A9;
}

.email-registration-form .consent {
	font-style: italic;
	font-size: .9em;
}

.email-registration-form .field input {
	max-width: 310px;
	width: 100% !important;
}

.email-registration-form .btn-submit {
	margin-top: 10px;
}

.email-registration-form .field .checkboxes {
	max-width: 310px !important;
}

.email-registration-form .field .checkbox.selected {
	background-color: #979D33 !important;
}
