<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
	border: 0 none;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}

ul {
	list-style: outside none none;
}

a {
	color: #231f20;
	text-decoration: none;
}

img {
	border: 0 none;
}

body {
	color: #231f20;
	font: 13px "Open Sans", Arial, sans-serif;
	padding-top: 86px;
}

/*@font-face {*/
/*font-family: "Helvetica";*/
/*src: local("Helvetica Regular"), url("../fonts/helvetica-neue.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
/*font-family: "Helvetica Light";*/
/*src: local("Helvetica Light"), url("../fonts/helvetica-light.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
/*font-family: "Helvetica Bold";*/
/*src: local("Helvetica Bold"), url("../fonts/helvetica-bold.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
/*font-family: "Overpass";*/
/*src: local("Overpass"), url("../fonts/interstateboldcondensed.ttf") format("truetype");*/
/*}*/
/*@font-face {*/
/*font-family: "Interstate Regular";*/
/*src: local("Interstate Regular"), url("../fonts/Interstate.ttf") format("truetype");*/
/*}*/
.wrapper {
	margin: 0 auto;
	width: 966px;
}

.clear {
	clear: both;
}

.ipad,
.mobile {
	display: none !important;
}

.btn {
	background: #245a8b none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font: 17px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 5px 15px;
	text-transform: uppercase;
}

.btn:hover {
	background: #00bdbb none repeat scroll 0 0;
}

.popup-alert {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100dvh;
	background-color: rgba(0,0,0,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.popup-alert .container {
	padding: 50px 40px 40px 40px;
	background-color: white;
	width: 98vw;
	max-width: 600px;
	position: relative;
}
.popup-alert .popup-alert_close {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	padding: 5px 5px 5px 15px; 
	display: inline-block;
	font:14px/14px "Open Sans", "Arial Bold", "san-serif";
	color:#1a3763;
	text-transform: uppercase;
	font-weight: 600;
}
.popup-alert .popup-alert_close:before,
.popup-alert .popup-alert_close:after {
	content: "";
	position: absolute;
	top:50%;
	left: 0;
	width: 12px;
	height: 1px;
	background-color:#1a3763;
	transform-origin: 50%;
	transition:all 0.3s ease-in-out;
}
.popup-alert .popup-alert_close:before {
	transform: rotate(45deg);
}
.popup-alert .popup-alert_close:after {
	transform: rotate(-45deg);
}
.popup-alert .popup-alert_close:hover:before,
.popup-alert .popup-alert_close:hover:after {
	transform: rotate(0);
}
.popup-alert p {
	margin-bottom: 20px;
}
.popup-alert p a {
	font-weight: 600;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}
.popup-alert p a:hover {
	color: #00b1b0;
}
.popup-alert p:last-child {
	margin-bottom: 0;
}

.popup-alert.closed {
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}


#header {
	background: rgba(0, 0, 0, 0) url("../images/bg-header.png") no-repeat scroll center top;
	height: 174px;
	padding-top: 0px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}

#header .wrapper {
	position: relative;
}

#header a.logo {
	float: left;
	margin-left: 12px;
}

#header .anniversary-logo {
	border-left: 1px solid #7fd8d7;
	float: left;
	margin: 10px 0 0 20px;
	padding-left: 15px;
}

#header .headline {
	border-left: 1px solid #00b1b0;
	color: #00b1b0;
	float: left;
	font: italic 15px "Overpass", "Arial", "san-serif";
	font-weight: 700;
	margin: 21px 0 0 20px;
	padding: 15px;
}

#header .headline span {
	font: italic 15px "Overpass", "Arial", "san-serif";
	text-transform: uppercase;
}

#header .weather {
	color: #666;
	float: right;
	margin-top: 20px;
}

#header .weather img {
	float: left;
	margin-right: 5px;
}

#header .weather span {
	border-left: 1px solid #666;
	padding-left: 9px;
}

#header ul.social-media {
	float: right;
	margin-top: 5px;
}

#header ul.social-media li {
	display: inline;
	float: left;
}

#header ul.social-media li a img{
	width: 22px;
	height: 22px;
	margin-right: 3px;
}

#header .notice-bar {
	position: relative;
	top: -5px;
	/*width: 100%;*/
	background: #bd1010 !important;
	color: #fff;
	height: 43px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px;
	font-size: 14px;
}

#header a.notice-bar:hover {
	background: #00b1b0;
	transition: all 0.3s ease-in-out;
}

#header .notice-bar .split {
	padding: 0 10px 0 13px;
}

#menu {
	background: #091333 url("../images/bg-main-menu.jpg") no-repeat scroll center bottom;
	height: 68px;
	padding-top: 65px;
	position: absolute;
	width: 100%;
}

#home #menu {
	padding-top: 17px;
}

#menu ul {
	left: 1%;
	position: absolute;
	text-align: center;
	width: 99%;
	z-index: 10;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	#menu ul {
		left: -5%;
	}
}

#menu li {
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 20px 0 0 35px;
	width: 180px;
}

#menu li.active {
	background: rgba(0, 0, 0, 0) url("../images/main-nav-active.png") no-repeat scroll 0 0;
	width: 250px;
}

#menu li a {
	color: #fff;
	font: 18px/18px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 7px 0 6px 47px;
	text-transform: uppercase;
}

@-moz-document url-prefix("") {
	#menu li a {
		padding: 6px 0 5px 47px;
	}
}

#menu li.flights-info a {
	background: rgba(0, 0, 0, 0) url("../images/icon-flights-info.png") no-repeat scroll left top;
}

#menu li.airport-info a {
	background: rgba(0, 0, 0, 0) url("../images/icon-airport-info.png") no-repeat scroll left top;
}

#menu li.shop-relax a {
	background: rgba(0, 0, 0, 0) url("../images/icon-shop-relax.png") no-repeat scroll left top;
}

#menu li.b2b a {
	background: rgba(0, 0, 0, 0) url("../images/icon-b2b.png") no-repeat scroll left top;
}

#menu li.construction a {
	background: rgba(0, 0, 0, 0) url("../images/construction-Icon.png") no-repeat scroll left top;
	padding: 7px 0 6px 60px;
}

#menu li.construction {
	width: 220px !important;
}

#menu li.active a {
	background-position: left bottom;
	color: #00245d;
}

#submenu {
	background: rgba(0, 0, 0, 0) url("../images/bg-sub-nav.png") repeat-x scroll 0 0;
	border-bottom: 1px solid #f5f5f5;
	height: 86px;
	overflow: hidden;
	padding-top: 30px;
}

#home #submenu {
	padding: 0;
}

#submenu ul {
	display: none;
	padding-top: 20px;
	text-align: center;
}

#submenu li {
	display: inline-block;
	margin: 0 20px;
}

#submenu li a {
	color: #00245d;
	display: inline-block;
	font: 15px "Open Sans", "Arial Bold", "san-serif";
	font-weight: 600;
	padding: 10px 0 5px 50px;
	text-align: left;
}

#submenu li a:hover {
	color: #00b1b0;
}

#submenu li.departure-info a {
	background: url(../images/icon-departure-information.png) left center no-repeat;
}

#submenu li.arrival-info a {
	background: url(../images/icon-arrival-information.png) left center no-repeat;
}

#submenu li.destinations a {
	background: url(../images/icon-destinations.png) left center no-repeat;
}

#submenu li.private-aviation a {
	background: url(../images/icon-private-aviation.png) left center no-repeat;
	padding: 10px 0 5px 80px;
}

#submenu li.tips a {
	background: url(../images/icon-tips.png) left center no-repeat;
}

#submenu li.airport-info a {
	background: url(../images/icon-airport-info-blue.png) left center no-repeat;
}

#submenu li.contact a {
	background: url(../images/icon-contact-blue.png) left center no-repeat;
}

#submenu li.parking a {
	background: url(../images/icon-parking.png) left center no-repeat;
}

#submenu li.baggage a {
	background: url(../images/icon-baggage.png) left center no-repeat;
}

#submenu li.transportation a {
	background: url(../images/icon-transportation.png) left center no-repeat;
}

#submenu li.security a {
	background: url(../images/icon-security.png) left center no-repeat;
}

#submenu li.airport-map a {
	background: url(../images/icon-airport-map.png) left center no-repeat;
}

#submenu li.specials-discounts a {
	background: url(../images/icon-specials.png) left center no-repeat;
}

#submenu li.retail-shop a {
	background: url(../images/icon-retail-shop.png) left center no-repeat;
}

#submenu li.bars-restaurants a {
	background: url(../images/icon-bars-resto.png) left center no-repeat;
}

#submenu li.business-lounge a {
	background: url(../images/icon-business-lounge.png) left center no-repeat;
}

#submenu li.wi-fi a {
	background: url(../images/icon-wi-fi.png) left center no-repeat;
	padding: 10px 0 5px 60px;
}

#submenu li.events a {
	background: url(../images/icon-events.png) left center no-repeat;
}

#submenu li.sxm-corporate a {
	background: url(../images/icon-sxm-business-blue.png) left center no-repeat;
}

#submenu li.sponsorship a {
	background: url(../images/icon-partner-blue.png) left center no-repeat;
}

#submenu li.media-center a {
	background: url(../images/icon-media-blue.png) left center no-repeat;
}

#submenu li.news-press a {
	background: url(../images/icon-news-blue.png) left center no-repeat;
}

#submenu li.why-sxm-aiport a {
	background: url(../images/icon-question-blue.png) left center no-repeat;
}

#submenu li.hotel-rentals a {
	background: url(../images/icon-hotel-blue.png) left center no-repeat;
}

#submenu li.projects {
	background: url(../images/icon-projects.png) left center no-repeat;
}

#submenu li.document-forms a {
	background: url(../images/icon-documents.png) left center no-repeat;
}



#footer #notice-box {
	overflow: hidden;
	position: fixed;
	right: 0;
	bottom: 0px;
	width: 383px;
	z-index: 99;
}

#footer #notice-box .info {
	background-color: #b51620;
	color: #fff;
	padding: 30px;
	display: none;
}

#footer #notice-box .result .header {
	border-bottom: 2px solid #fbfbfb;
	font-size: 15px;
	font-weight: bold;
	height: 18px;
	padding: 0 6px 15px;
}

#footer #notice-box.result .flight {
	border-bottom: 1px solid #fbfbfb;
	font-size: 13px;
	height: 20px;
	padding: 6px 5px;
}

#footer #notice-box .search a:hover {
	background: #00bdbb none repeat scroll 0 0;
}

#footer #notice-box .show-hide {
	background: url("../images/pop-up-down.jpg") no-repeat center center;
	cursor: pointer;
	height: 40px;
}

#footer #notice-box.show-hide.active {
	background: rgba(0, 0, 0, 0) url("../images/fi-arrow-active.gif") no-repeat scroll 0 0;
}

#header #flight-box {
	height: 600px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 76px;
	width: 413px;
}

#header #flight-box .info {
	background: #f8f8f8 none repeat scroll 0 0;
	position: absolute;
	width: 100%;
}

#header #flight-box #tabs {
	background: rgba(0, 0, 0, 0) url("../images/fi-tabs.png") no-repeat scroll 0 -66px;
	height: 66px;
}

#header #flight-box #tabs.departures {
	background-position: 0 0;
}

#header #flight-box #tabs li a {
	color: #fff;
	display: block;
	float: left;
	font: 19px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 18px 0;
	text-align: center;
	text-transform: uppercase;
	width: 50%;
}

#header #flight-box #tabs li.active a {
	color: #21497c;
}

#header #flight-box .result {
	background: rgba(0, 0, 0, 0) url("../images/fi-bg-result.gif") no-repeat scroll 0 0;
	height: 201px;
	padding: 40px 20px 27px;
}

#header #flight-box .result .header {
	border-bottom: 2px solid #fbfbfb;
	font-size: 15px;
	font-weight: bold;
	height: 18px;
	padding: 0 6px 15px;
}

#header #flight-box .result .flight {
	border-bottom: 1px solid #fbfbfb;
	font-size: 13px;
	height: 20px;
	padding: 6px 5px;
}

#header #flight-box .result span {
	float: left;
}

#header #flight-box .result span.col1 {
	width: 73px;
}

#header #flight-box .result span.col2 {
	width: 95px;
}

#header #flight-box .result span.col3 {
	width: 118px;
}

#header #flight-box .result span.col4 {
	width: 75px;
}

#header #flight-box .search {
	background: rgba(0, 0, 0, 0) url("../images/fi-bg-search.gif") no-repeat scroll 0 0;
	height: 46px;
	overflow: hidden;
	padding: 15px 0 0 25px;
}

#header #flight-box .search input[type="text"] {
	border: 0 none;
	box-shadow: 0 0 5px #ccc inset;
	color: #818386;
	float: left;
	font-size: 15px;
	margin-right: -13px;
	padding: 6px 10px;
}

#header #flight-box .search a {
	background: #245a8b none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font: 17px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 5px 15px;
	text-transform: uppercase;
}

#header #flight-box .search a:hover {
	background: #00bdbb none repeat scroll 0 0;
}

#header #flight-box .show-hide {
	background: rgba(0, 0, 0, 0) url("../images/fi-arrow-inactive.gif") no-repeat scroll 0 0;
	cursor: pointer;
	height: 17px;
}

#header #flight-box .show-hide.active {
	background: rgba(0, 0, 0, 0) url("../images/fi-arrow-active.gif") no-repeat scroll 0 0;
}

.award-winning-report {
	height: auto;
	position: absolute;
	right: 130px;
	width: 170px;
}

.award-winning-report img {
	height: auto;
	position: absolute;
	right: 25px;
	top: 0;
	width: 134px;
}

.btn-safety-form {
	background: url(../images/doc.svg) #245a8b no-repeat 10px;
	color: #fff;
	background-size: 15%;
	display: block;
	float: left;
	font: 12px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 10px 20px 10px 53px;
	text-transform: uppercase;
	position: absolute;
	top: 55px;
	right: 1.5em;
	transition: ease-in 0.25s;
	text-align: left;

}

.btn-safety-form:hover {
	background: url(../images/doc.svg) #00bdbb no-repeat 10px;
	background-size: 15%;
}

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

.center .btn-safety-form {
	position: relative;
	top: 0;
	margin: 0 auto 7em;

}

.award-winning-report1 {
	height: auto;
	position: absolute;
	right: 260px;
	width: 150px;
}

.award-winning-report img {
	height: auto;
	position: absolute;
	right: 25px;
	top: 0;
	width: 134px;
}

#footer {
	background: #0a0916 url("../images/bg-footer.jpg") no-repeat scroll center top;
	padding: 35px 0 50px;
}

#footer .col {
	float: left;
	width: 20%;
	padding: 0 5px;
	box-sizing: border-box;
}

@media (max-width:767px) {
	#footer .col {
		width: 33.33%;
	}
}

@media (max-width:500px) {
	#footer .col {
		width: 50%;
		padding: 20px;
	}
}

@media (max-width:400px) {
	#footer .col {
		width: 100%;

	}
}

#footer .col.last {
	margin: 0;
}

#footer .col h3 {
	color: #fff;
	font: 20px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#footer .col li a {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 12px;
}

#footer .col li a:hover {
	text-decoration: underline;
}

#footer .col .social-media {
	height: 29px;
	margin-bottom: 20px;
}

#footer .col .social-media li {
	display: inline;
	float: left;
}

#footer .col .social-media li a img{
	width: 27px;
	height: 27px;
	margin-right: 5px;
}

#footer .copyright {
	color: #fff;
	padding-top: 20px;
}

#footer .tambo {
	float: right;
	margin-top: -15px;
	overflow: hidden;
	width: 20px;
}

#footer .tambo img {
	float: right;
}

#urgent-message {
	font-size: 16px;
	line-height: 22px;
	padding: 20px;
	width: 300px;
}

.award-badge {
	left: 64%;
	position: absolute;
	top: 600px;
	z-index: 100;
}

#home-slider {
	background: #fff none repeat scroll 0 0;
	height: 620px;
	width: 100%;
	z-index: 0;
}

#home-slider div {
	height: 620px;
	overflow: hidden;
	width: 100%;
}

#home-slider div img {
	height: auto;
	min-height: 620px;
	width: 100%;
}

.hero-wrapper a.website {
	position: absolute;
	right: 90px;
	top: 600px;
	z-index: 99;
	background: #245a8b none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font: 25px "Overpass", "Arial Bold", "san-serif";
	padding: 5px 15px;
	text-transform: uppercase;
}

.hero-wrapper a.website:hover {
	background: #00b1b0;
	font: 25px "Overpass", "Arial Bold", "san-serif";
	color: #fff;
}

.hero-wrapper {
	height: 610px;
	overflow: hidden;

}

.hero-wrapper img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right;
}

@media(min-width: 1700px) {
	.hero-wrapper {
		height: 700px
	}
}


#home .hero-wrapper img {
	object-position: left;
}

#home .specials li {
	display: inline;
	float: left;
	height: 410px;
	margin: 25px 0.5%;
	max-width: 310px;
	overflow: hidden;
	position: relative;
	width: 32%;
	z-index: 0;
}

#home .business-opp li {
	display: inline;
	height: 410px;
	margin: 25px 0.5% 0;
	max-width: 966px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 0;
}

#home .specials li img {
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

#home .specials li img.hover {
	z-index: 1;
}

#home .specials li:hover img.hover {
	z-index: 3;
}

#home .on-the-radar {
	background: rgba(0, 0, 0, 0) url("../images/bg-on-the-radar.png") repeat-x scroll 0 0;
	height: 310px;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}

#home .on-the-radar .header {
	background: rgba(0, 0, 0, 0) url("../images/radar-header.png") no-repeat scroll center center;
	height: 125px;
	margin: 5px auto 0;
	width: 98%;
}

#home .on-the-radar .header ul {
	float: right;
	margin-top: 35px;
}

#home .on-the-radar .header ul li {
	display: inline;
	float: left;
	font: 18px "Overpass", "Arial Bold", "san-serif";
	margin-left: 8px;
	text-transform: uppercase;
}

#home .on-the-radar .header ul li.follow {
	padding: 0 8px 0 0;
}

#home .on-the-radar .header ul li.facebook a,
#home .on-the-radar .header ul li.twitter a,
#home .on-the-radar .header ul li.instagram a {
	background: rgba(0, 0, 0, 0) url("../images/social-media-small-icons.png") no-repeat scroll 0 0;
	display: block;
	height: 20px;
	text-indent: -9999px;
	width: 20px;
}

#home .on-the-radar .header ul li.facebook a {
	background-position: -20px 0;
}

#home .on-the-radar .header ul li.instagram a {
	background-position: -42px 0;
}

#home .on-the-radar #rotate-posts {
	width: 100%;
}

#home .on-the-radar .post {
	left: 50%;
	margin-left: -35%;
	width: 70%;
}

#home .on-the-radar p {
	color: #010101;
	font: italic 22px "Times New Roman", "Times", "serif";
	margin: 5px auto 20px;
}

#home .on-the-radar .links {
	border-bottom: 1px solid #dadada;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 60%;
}

#home .on-the-radar .links a {
	color: #00b1b0;
	font-size: 14px;
	margin: 0 10px;
	text-decoration: underline;
}

#home .on-the-radar a:hover {
	color: #010101;
}

#home .youtube-gallery {
	background: #f6f6f6 none repeat scroll 0 0;
	border-top: 1px solid #fff;
	padding: 35px 0 42px;
}

#home .youtube-gallery .wrapper {
	position: relative;
}

#home .youtube-gallery h2 {
	border-bottom: 1px solid #666e7b;
	color: #666e7b;
	font: 25px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#home .youtube-gallery h2 a {
	float: right;
	margin-top: 5px;
}

#home .youtube-gallery ul {
	width: 100%;
}

#home .youtube-gallery li {
	display: inline;
	float: left;
	height: 90px;
	margin: 0 25px;
	position: relative;
}

#home .youtube-gallery li .play {
	background: rgba(0, 0, 0, 0) url("../images/play.png") no-repeat scroll 0 0;
	height: 26px;
	left: 42px;
	position: absolute;
	top: 31px;
	width: 39px;
}

#home .youtube-gallery .button {
	cursor: pointer;
	height: 28px;
	position: absolute;
	top: 100px;
	width: 15px;
}

#home .youtube-gallery #prev-video {
	background: rgba(0, 0, 0, 0) url("../images/prev-arrow.png") no-repeat scroll 0 0;
	left: 0;
}

#home .youtube-gallery #next-video {
	background: rgba(0, 0, 0, 0) url("../images/next-arrow.png") no-repeat scroll 0 0;
	right: 0;
}

#home .youtube-gallery .caroufredsel_wrapper {
	margin: 0 auto;
}

#home .white-bar-sp {
	background: #00baba url("../images/pop-up-btn-open.png") no-repeat scroll 50% 50%;
	bottom: 224px;
	height: 188px;
	position: fixed;
	right: 0;
	width: 27px;
	z-index: 9998;
}

#home .open {
	background: #1c4679 url("../images/pop-up-btn-closed.png") no-repeat scroll 50% 50%;
}

#home .sneak-peak {
	background: rgba(255, 255, 255, 0.8) url("../images/popup-background.jpg") no-repeat scroll center center;
	bottom: 213px;
	color: rgba(255, 255, 255, 0.8);
	height: 187px;
	padding: 20px 26px 3px 1px;
	position: fixed;
	right: -562px;
	text-align: center;
	width: 426px;
	z-index: 999;
}

#home .sneak-peak h2 {
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 0;
	margin-top: 0;
}

#home .sneak-peak h3 {
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	margin-top: 0;
}

#home .sneak-peak p {
	line-height: 1.2em;
	margin-bottom: 20px;
}

#home .sneak-peak {
	right: 0;
}


#content {
	background: #f5f5f5 url("../images/bg-full-content.png") repeat-x scroll 0 0;
}

#content .content {
	background: #fff url("../images/bg-content.png") repeat-x scroll 0 0;
	border-top: 7px solid #fdfdfd;
	margin: 0 auto;
	max-width: 1400px;
	padding: 45px 0;
	width: 100%;
}

#home .featured-news {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 30px 0;
}
#home .featured-news .title{
	padding-bottom: 10px;
	width: 100%;
	border-bottom: 1px solid #666e7b;
    color: #666e7b;
    font: 25px "Overpass", "Arial Bold", "san-serif";
	text-transform: uppercase;
}

#home .featured-news .content {
	margin: 0 auto;
	padding: 45px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 5%;
	grid-row-gap: 35px;
	text-align: center;
	flex-wrap: wrap;
}

#home .featured-news .featured{
	min-width: 200px;
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#home .featured-news .featured h2{
	font-size: 15px;
	font-weight: bold;
}

#home .featured-news .featured p{
	margin: 20px 0;
}

#home .featured-news .featured .image-featured1,
#home .featured-news .featured .image-featured2,
#home .featured-news .featured .image-featured3{
	width: 100%;
	height: auto;
	aspect-ratio: 1/0.9;
	overflow: hidden;
	margin-bottom: 30px;
}

#home .featured-news .featured .image-featured1 img,
#home .featured-news .featured .image-featured2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home .featured-news .featured .image-featured3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 31%;
}

#home .featured-news .content .btn-read{
	background: #00bdbb none repeat scroll 0 0;
    color: #fff;
    font: 12px "Overpass", "Arial Bold", "san-serif";
    font-weight: 700;
    padding: 5px 15px;
	width: 90px;
	text-align: center;
}

.breadcrumbs {
	border-bottom: 2px solid #fafafa;
	font-size: 12px;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.breadcrumbs a {
	color: #000;
	margin: 0 2px;
}

.breadcrumbs a:hover {
	color: #00b1b0;
}

.breadcrumbs .share {
	float: right;
}

.breadcrumbs .share div {
	color: #666;
	float: left;
	padding-left: 8px;
}

#side {
	float: left;
	margin-right: 1.5%;
	max-width: 200px;
	width: 20.5%;
}

#side .submenu li a {
	border-top: 1px solid #dbdbdb;
	color: #231f20;
	display: block;
	font: 15px/20px "Open Sans", "Arial Bold", "san-serif";
	font-weight: 600;
	padding: 20px 15px;
}

#side .submenu li:last-child a {
	border-bottom: 1px solid #dbdbdb;
}

#side .submenu li a:hover,
#side .submenu li a.active {
	color: #00b1b0;
}

.right-content {
	float: left;
	max-width: 745px;
	width: 78%;
}

.right-content .header-img {
	margin-top: 4px;
	width: 100%;
}

.copy {
	border-bottom: 10px solid #204479;
	padding: 30px;
}

.copy p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.copy p.obs {
	color: #777;
	font-size: 13px;
}

.copy p a,
.copy ul.list li a {
	color: #00b1b0;
	text-decoration: underline;
}

.copy p a:hover,
.copy ul.list li a:hover {
	color: #000;
}

.copy h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.copy h3 {
	border-bottom: 1px solid #dbdbdb;
	color: #1a3763;
	font: 30px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.copy h4 {
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	margin-bottom: 20px;
}

.copy h5 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

.copy ul.list-exhange {
	list-style: outside none square;
	margin: -13px 0 0 31px;
}

.copy ul.list {
	list-style: square outside none !important;
	margin: 10px 0 15px 15px;
	font-size: 14px;
}

.copy ul.list li {
	color: #00b1b0;
	line-height: 18px;
	margin-left: 1em;
	display: list-item;
	padding: 3px 0;
}

.copy ul.list li span {
	color: #231f20;
}

.copy ul.gallery li {
	display: inline;
	float: left;
	margin: 0 17px 17px 0;
	position: relative;
}

.copy ul.gallery li .play {
	background: rgba(0, 0, 0, 0) url("../images/play.png") no-repeat scroll 0 0;
	height: 26px;
	left: 42px;
	position: absolute;
	top: 31px;
	width: 39px;
}

.copy ol li {
	line-height: 18px;
	margin-bottom: 15px;
}

.copy a.website {
	background: #245a8b none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font: 17px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 5px 15px;
	text-transform: uppercase;
}

.copy a.website:hover {
	background: #00bdbb none repeat scroll 0 0;
}

.inner-right {
	float: right;
	margin: 0 0 10px 20px;
}

.inner-right ul {
	margin-bottom: 30px;
}

.inner-right li {
	border-bottom: 1px solid #dbdbdb;
	font-size: 14px;
	padding: 10px 0;
}

.inner-right li span {
	display: block;
	font-size: 12px;
}

.title-line {
	background: rgba(0, 0, 0, 0) url("../images/line-title.png") repeat-x scroll 0 0;
	margin-bottom: 15px;
	text-align: center;
}

.title-line span {
	background: #fff none repeat scroll 0 0;
	font: 20px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 0 20px;
	text-transform: uppercase;
}

.section-header-xchange {
	background: rgba(0, 0, 0, 0) url("../images/xchange/x-change-header-img.jpg") no-repeat scroll 0 0;
	height: 100px;
}

.section-header {
	background: #1a3763 none repeat scroll 0 0;
	color: #fff;
	font: 32px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 40px 0 40px 70px;
	text-transform: uppercase;
}

.direct-flights-destinations .section-header,
.destinations-we-serve .section-header {
	background: url(../images/icon-destinations-white.png) no-repeat 20px center #1A3763;
}

.private-aviation .section-header {
	background: url(../images/icon-private-aviation-white.png) no-repeat 20px center #1A3763;
	padding-left: 110px;
}

.preflight-tips .section-header {
	background: url(../images/icon-tips-white.png) no-repeat 20px center #1A3763;
}

.airport-info .section-header {
	background: url(../images/icon-airport-info-white.png) no-repeat 20px center #1A3763;
}

.baggage-cargo .section-header {
	background: url(../images/icon-baggage-white.png) no-repeat 20px center #1A3763;
}

.parking-information .section-header {
	background: url(../images/icon-parking-white.png) no-repeat 20px center #1A3763;
}

.transportation-services .section-header {
	background: url(../images/icon-transportation-white.png) no-repeat 20px center #1A3763;
}

.security-information .section-header {
	background: url(../images/icon-security-white.png) no-repeat 20px center #1A3763;
}

.airport-map .section-header {
	background: url(../images/icon-airport-map-white.png) no-repeat 20px center #1A3763;
}

.location .section-header {
	background: url(../images/icon-airport-map-white.png) no-repeat 20px center #1A3763;
}

.exchange-article .section-header {
	background: url(../images/icon-specials-white.png) no-repeat 20px center #1A3763;
}

.specials-discounts .section-header {
	background: url(../images/icon-specials-white.png) no-repeat 20px center #1A3763;
}

.retail-shops .section-header {
	background: url(../images/icon-retail-shop-white.png) no-repeat 20px center #1A3763;
}

.bars-restaurants .section-header {
	background: url(../images/icon-bars-resto-white.png) no-repeat 20px center #1A3763;
}

.business-class-lounge .section-header {
	background: url(../images/icon-business-lounge-white.png) no-repeat 20px center #1A3763;
}

.wi-fi .section-header {
	background: url(../images/icon-wi-fi-white.png) no-repeat 20px center #1A3763;
	padding-left: 85px;
}

.events .section-header {
	background: url(../images/icon-events-white.png) no-repeat 20px center #1A3763;
}

#photo-contest-winners .section-header {
	background: url(../images/photo-competition/toppix-logo.png) no-repeat 20px center #1A3763;
	padding: 40px 0 40px 165px;
}

#Firemen-18th-Anniversary .section-header {
	background: #1A3763;
	padding: 40px 0 40px 40px;
	width: 878px;
}


#carnival .section-header {
	background: url(../images/carnival-2013/carnival-masks-bg3.png) no-repeat right center #1A3763;
	padding: 40px 0 40px 20px;
}

.specials .top {
	height: 35px;
	margin-bottom: -1px;
	margin-top: 40px;
}

.specials .top h2 {
	background: rgba(0, 0, 0, 0) url("../images/specials-tab.png") no-repeat scroll 0 0;
	color: #1a3763;
	float: left;
	font: 22px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	height: 23px;
	padding: 12px 30px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 196px;
}

.specials .top a {
	float: left;
	font-size: 12px;
	padding: 7px 0 0 10px;
	text-decoration: underline;
}

.specials .products {
	border: 1px solid #f0f0f0;
	padding: 20px;
}

.specials .products li {
	display: inline;
	float: left;
	height: 118px;
	padding: 0 3%;
	width: 43%;
}

.specials .products li.col1 {
	border-right: 1px solid #dbdbdb;
}

.specials .products li img {
	float: left;
	margin-right: 20px;
}

.specials .products li h3 {
	font: 18px "Open Sans", "Arial Bold", "san-serif";
	font-weight: 600;
	margin-bottom: 8px;
}

.specials .products li p {
	font-size: 12px;
	margin-bottom: 12px;
}

.specials .products li a {
	color: #00b1b0;
	text-decoration: underline;
}

a.pdf {
	background: rgba(0, 0, 0, 0) url("../images/pdf-icon.png") no-repeat scroll 0 0;
	display: block;
	padding: 2px 0 2px 35px;
}

#flights-info ul#tabs {
	height: 49px;
}

#flights-info ul#tabs li {
	display: inline;
	float: left;
}

#flights-info ul#tabs li a {
	color: #1a3763;
	display: block;
	float: left;
	font: 22px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	height: 36px;
	padding: 13px 20px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 162px;
}

#flights-info ul#tabs li.active a {
	background: rgba(0, 0, 0, 0) url("../images/blue-tab.png") no-repeat scroll 0 0;
	color: #fff;
}

#flights-info .search {
	background: #1a3763 none repeat scroll 0 0;
	padding: 15px;
}

#flights-info .search input[type="text"],
#flights-info .search select {
	border: 0 none;
	color: #bcbabe;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	padding: 8px;
}

#flights-info .search input[type="text"] {
	width: 80px;
}

#flights-info .search select {
	padding: 7px;
}

#flights-info .search a {
	background: #21c8c8 none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font: 17px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 5px 25px;
	text-transform: uppercase;
}

#flights-info .load {
	margin-top: 20px;
	text-align: center;
}

#flights-info table {
	border-bottom: 10px solid #204479;
	width: 100%;
}

#flights-info th {
	background: #c8c7cb none repeat scroll 0 0;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	text-align: left;
	text-decoration: underline;
}

#flights-info td {
	border-bottom: 1px solid #c8c7cb;
	color: #2c292b;
	font-size: 14px;
	padding: 10px 15px;
}

#flights-info .no-results {
	padding: 15px 10px;
}

.direct-flights-destinations .copy ul {
	list-style: outside none none;
	margin-bottom: 35px;
}

.direct-flights-destinations .copy ul li {
	color: #5f5f5f;
	float: left;
	font-size: 17px;
	padding: 5px 0;
	text-align: center;
	width: 33%;
}

.copy-banner-passionate {
	background: rgba(0, 0, 0, 0) url("../images/passionate-text.png") no-repeat scroll left center;
	height: 396px;
	margin-left: 180px;
	margin-top: 120px;
	position: absolute;
	width: 467px;
	z-index: 300;
}

.copy-banner-breast-cancer {
	background: rgba(0, 0, 0, 0) url("../images/breastcancer-text.png") no-repeat scroll left center;
	height: 396px;
	margin-left: 100px;
	margin-top: 120px;
	position: absolute;
	width: 881px;
	z-index: 300;
}

.copy-banner-passionate-2 {
	background: rgba(0, 0, 0, 0) url("../images/passionate-text-2.png") no-repeat scroll left center;
	height: 396px;
	margin-left: 200px;
	margin-top: 120px;
	position: absolute;
	width: 451px;
	z-index: 300;
}

.baggage-cargo .copy ul {
	list-style: outside none none;
	margin-bottom: 35px;
}

.baggage-cargo .copy ul li {
	color: #5f5f5f;
	float: left;
	font-size: 17px;
	padding: 5px 0;
	text-align: center;
	width: 50%;
}

.transportation-services .copy ul {
	list-style: outside none none;
	margin-bottom: 35px;
}

.transportation-services .copy ul li {
	float: left;
	font-size: 14px;
	padding: 8px 0;
	text-align: center;
}

.transportation-services .copy ul.one-column li {
	width: 100%;
}

.transportation-services .copy ul.two-column li {
	width: 50%;
}

.transportation-services .copy ul.three-column li {
	width: 33%;
}

.transportation-services .copy ul li span {
	color: #00b1b0;
	display: block;
}

.transportation-services .copy p {
	color: #666;
}

.retail-shops .specials {
	border-bottom: 15px solid #204479;
	margin-bottom: 30px;
}

.retail-shops .specials .top {
	background: #1a3763 none repeat scroll 0 0;
	margin-top: 0;
}

.retail-shops .specials .top a {
	color: #fff;
}

.section-header .search {
	float: right;
	margin-right: 30px;
	position: relative;
}

.section-header .search select {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	color: #bcbabe;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-right: 8px;
	padding: 6px 8px;
	text-transform: none;
	width: 190px;
}

.section-header .search input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	box-shadow: 0 0 4px #ccc inset;
	color: #bcbabe;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	width: 110px;
}

.section-header .search a {
	background: rgba(0, 0, 0, 0) url("../images/search-icon.png") no-repeat scroll 0 0;
	display: block;
	height: 17px;
	position: absolute;
	right: 7px;
	text-indent: -9999px;
	top: 7px;
	width: 17px;
}

ul.business2 {
	margin-top: 20px;
}

ul.business2 li {
	border: 1px solid #dadada;
	float: left;
	height: 179px;
	margin: 0 12px 35px 0;
	padding: 15px;
	text-align: center;
	width: 142px;
}

ul.business2 li.fourth {
	margin: 0 0 12px;
}

ul.business2 li .logo {
	margin: 0;
}

ul.business2 li a {
	font: italic 15px "Overpass", "Arial", "san-serif";
	font-weight: 700;
}

ul.business2 li a:hover {
	color: #00b1b0;
}

ul.business {
	margin-top: 20px;
}

ul.business li {
	border: 1px solid #dadada;
	float: left;
	height: 179px;
	margin: 0 12px 12px 0;
	padding: 15px;
	text-align: center;
	width: 145px;
}

ul.business li.fourth {
	margin: 0 0 12px;
}

ul.business li .logo {
	margin: 20px 0;
}

ul.business li a {
	font: italic 15px "Overpass", "Arial", "san-serif";
	font-weight: 700;
}

ul.business li a:hover {
	color: #00b1b0;
}

.business-desc {
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	padding: 30px 0;
}

.business-desc img {
	float: right;
	margin-left: 30px;
}

.business-desc h1 {
	font: 32px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.business-desc p {
	color: #231f20;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	width: 335px;
}

.business-info {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 40px;
	padding: 18px 0;
}

.business-info ul {
	height: 40px;
}

.business-info li {
	border-right: 1px solid #dbdbdb;
	display: inline;
	float: left;
	font: 18px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	height: 20px;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.business-info li.col1 {
	width: 180px;
}

.business-info li.col2 {
	width: 155px;
}

.business-info li.col3 {
	width: 305px;
}

.business-info li.col4 {
	border: medium none;
	width: 100px;
}

.navigation {
	border-bottom: 1px solid #dbdbdb;
	padding: 20px;
	position: relative;
}

.navigation a {
	font: 13px "Overpass", "Arial", "san-serif";
	font-weight: 700;
}

.navigation a:hover {
	color: #00b1b0;
}

.navigation .next {
	position: absolute;
	right: 20px;
}

ul.awards li {
	border: 1px solid #dadada;
	float: left;
	height: 337px;
	margin: 0 12px 12px 0;
	padding: 15px;
	text-align: center;
	width: 145px;
}

ul.awards li.third {
	margin: 0 34px 30px 17px;
}

ul.awards {
	margin-top: 20px;
}

ul.awards li .logo {
	margin: 15px 0;
}

ul.awards li a {
	font: italic 15px "Overpass", "Arial", "san-serif";
	font-weight: 700;
}

ul.awards li a:hover {
	color: #00b1b0;
}

.bars-restaurants .specials {
	border-bottom: 15px solid #204479;
	margin-bottom: 30px;
}

.bars-restaurants .specials .top {
	background: #1a3763 none repeat scroll 0 0;
	margin-top: 0;
}

.bars-restaurants .specials .top a {
	color: #fff;
}

.specials-discounts .specials {
	border-bottom: 15px solid #204479;
	margin-bottom: 30px;
}

.specials-discounts .specials .products {
	padding: 0;
}

.specials-discounts .specials .products li {
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 3%;
}

#carnival .right-content,
#Firemen-18th-Anniversary .right-content,
#photo-contest-winners .right-content,
#privacy-policy .right-content,
#contact .right-content,
#Toppix .right-content,
#business-opportunities .right-content {
	max-width: 100%;
	width: 100%;
}

#contact table {
	border-bottom: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	width: 65%;
}

#contact th {
	border-bottom: 1px solid #dbdbdb;
	color: #1a3763;
	font: 18px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
}

#contact tr:hover td {
	background: #fafafa none repeat scroll 0 0;
}

#contact td {
	border-bottom: 1px solid #fafafa;
	padding: 10px 0;
}

#contact .inner-right {
	width: 30%;
}

#contact .inner-right h3 {
	font-size: 27px;
}

#contact .inner-right p {
	font-size: 11px;
	line-height: 17px;
}

.press-img {
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
	width: 350px;
}

.press-img-left {
	float: left;
	margin: 0 20px 20px 0;
	width: 350px;
}

.press-img-narrow {
	float: right;
	margin: 0 0 20px 20px;
	width: 250px;
}

.press-img-left-narrow {
	float: left;
	margin: 0 20px 20px 0;
	width: 250px;
}

.press-img-left p.photo-caption,
.press-img-left-narrow p.photo-caption {
	text-align: left;
}

.press-img-wide {
	margin: 10px 0 5px;
	width: 100%;
}

.press-img-flex {
	margin: 10px 0 5px;
	display: flex;
}


p.photo-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 3px 0 0;
	text-align: right;
}

.destinations li {
	height: 134px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.destinations li img {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.destinations li p {
	background: #1a3763 none repeat scroll 0 0;
	color: #fff;
	font: 18px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 5px 5%;
	position: absolute;
	text-transform: uppercase;
	top: 103px;
	width: 90%;
}

.destinations li:hover p {
	background: #00b1b0 none repeat scroll 0 0;
}

p.events-page-text {
	margin: 15px 0 0;
}

.quality-form-font {
	color: #666;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
}

.photo-contest-container {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}

.winning-image {
	float: left;
	margin: 0 25px 0 0;
	width: 55%;
}

.winning-text {
	float: right;
	width: 40%;
}

#photo-contest-winners .title-line {
	background: rgba(0, 0, 0, 0) url("../images/line-title.png") repeat-x scroll 0 0;
	margin: 60px 0 30px;
	text-align: center;
}

#photo-contest-winners .title-line span {
	background: #fff none repeat scroll 0 0;
	font: 20px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 0 20px;
	text-transform: uppercase;
}

#photo-contest-winners h2 {
	font: 28px/28px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	margin: 10px 0 0;
}

#photo-contest-winners h4 {
	color: #5f5f5f;
	font: italic 18px/22px "Overpass", "Arial", "san-serif";
	font-weight: 700;
	margin: 5px 0;
}

#photo-contest-winners h3 {
	font: 16px/24px "Open Sans", "Arial Bold", "san-serif";
	font-weight: 600;
	margin: 10px 0 0;
}

#photo-contest-winners p {
	color: #5f5f5f;
	font: italic 13px/18px "Overpass", "Arial", "san-serif";
	font-weight: 700;
	margin: 5px 0;
}

.nomination {
	float: left;
	margin: 25px 25px 0 0;
	text-align: center;
	width: 30%;
}

.nomination img {
	width: 100%;
}

.nomination-last {
	float: left;
	margin: 25px 0 0;
	text-align: center;
	width: 30%;
}

.nomination-last img {
	width: 100%;
}

.carnival-container {
	margin: 0 auto;
	max-width: 950px;
	width: 100%;
}

.carnival-image {
	float: left;
	margin: 0 25px 0 0;
	width: 55%;
}

.carnival-text {
	float: right;
	width: 40%;
}

#carnival .title-line {
	background: rgba(0, 0, 0, 0) url("../images/line-title.png") repeat-x scroll 0 0;
	margin: 60px 0 30px;
	text-align: center;
}

#carnival .title-line span {
	background: #fff none repeat scroll 0 0;
	font: 20px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	padding: 0 20px;
	text-transform: uppercase;
}

#carnival h2 {
	font: 28px/28px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	margin: 10px 0 0;
}

#carnival h4 {
	color: #5f5f5f;
	font: italic 18px/22px "Overpass", "Arial", "san-serif";
	font-weight: 700;
	margin: 5px 0;
}

#carnival h3 {
	font: 16px/24px "Open Sans", "Arial Bold", "san-serif";
	font-weight: 600;
	margin: 10px 0 0;
}

#carnival p {
	color: #5f5f5f;
	font: italic 13px/18px "Overpass", "Arial", "san-serif";
	font-weight: 700;
	margin: 5px 0;
}

.form-entry {
	float: left;
	margin: 0 5% 15px 0;
	width: 45%;
}

.form-entry label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.form-entry input[type="date"]:before {
	content: attr(placeholder) !important;
	color: #aaa;
	margin-right: 0.5em;
}

.form-entry input[type="date"]:focus:before,
input[type="date"]:valid:before {
	content: "";
}

.radio-wrap {
	margin: 10px 40px 20px 0px;
}

.width {
	width: 100% !important;
}

.radio-wrap p {
	display: block;
	margin: 7px 0px;
}

.form-entry.comment {
	width: 95%;
}

.form-entry input[type="text"],
.form-entry input[type="password"],
.form-entry input[type="date"],
.form-entry textarea,
.form-entry select {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(244, 244, 244) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	color: #777;
	font-size: 16px;
	padding: 10px;
	width: 100%;
}

.gdpr-wrap {
	clear: both;
}

.gdpr-wrap .field {
	margin: 10px 0;
}

.gdpr-wrap .field a {
	text-decoration: underline;
	color: #245a8b;
}

.gdpr-wrap .field a:hover,
.gdpr-wrap .field a:focus {
	text-decoration: none;
	color: #000;
}

.error {
	border-color: red !important;
}

label.error {
	color: #f00;
}

.errorMsg {
	color: #f00;
	margin-bottom: 20px;
	font-weight: bold;
}

.thankyouMsg {
	color: #00bdbb;
}

#video {
	height: 419px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 745px;
}

.video-container {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding: 0;
}

#video #video-wrapper-new {
	position: absolute;
	width: 4470px;
}

#video div {
	float: left;
	margin: 0;
}

#video-thumbs {
	list-style: outside none none;
	margin: 20px auto;
	padding: 0;
	width: 700px;
}

#video-thumbs li {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	width: 100px;
}

#video-thumbs li a:link,
#video-thumbs li a:visited {
	color: #f5000c;
	text-decoration: none;
}

#video-thumbs li a:hover {
	color: #f5000c;
	text-decoration: underline;
}

#video-thumbs li a {
	display: block;
}

#video-thumbs li a,
#video-thumbs li a img {
	height: 75px;
	width: 100px;
}

#video-tablet {
	height: 329px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 585px;
}

#video-tablet #video-wrapper-tablet {
	position: absolute;
	width: 3510px;
}

#video-tablet div {
	float: left;
	margin: 0;
}

#video-thumbs-tablet {
	list-style: outside none none;
	margin: 20px auto;
	padding: 0;
	width: 585px;
}

#video-thumbs-tablet li {
	display: inline;
	float: left;
	margin: 0 9px 20px 0;
	padding: 0;
	width: 90px;
}

#video-thumbs-tablet li a {
	display: block;
}

#video-thumbs-tablet li a,
#video-thumbs-tablet li a img {
	height: 68px;
	width: 90px;
}

#video-mobile {
	height: 329px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 585px;
}

#video-mobile #video-wrapper-mobile {
	position: absolute;
	width: 3510px;
}

#video-mobile div {
	float: left;
	margin: 0;
}

#video-thumbs-mobile {
	list-style: outside none none;
	margin: 20px auto;
	padding: 0;
	width: 585px;
}

#video-thumbs-mobile li {
	display: inline;
	float: left;
	margin: 0 9px 20px 0;
	padding: 0;
	width: 90px;
}

#video-thumbs-mobile li a {
	display: block;
}

#video-thumbs-mobile li a,
#video-thumbs-mobile li a img {
	height: 68px;
	width: 90px;
}

.copy .xchange-divider {
	background-color: #204479;
	height: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.left-img-xchange {
	float: left;
	padding-bottom: 5px;
	padding-right: 10px;
}

.right-img-xchange {
	float: right;
	padding-bottom: 5px;
	padding-left: 10px;
}

.x-change-quote {
	font-weight: bold;
}

#error {
	color: red;
	font-size: 14px;
	margin-bottom: 15px;
}

.media-copy li {
	display: inline-block;
	margin: 0 7px 40px;
	vertical-align: top;
}

.media-copy li .img {
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	text-align: center;
}

#logos.media-copy li .img {
	padding: 10px;
}

#logos.media-copy li .img img {
	max-height: 61px;
}

.media-copy li a.download,
.copy li span {
	color: #404041;
	display: block;
	font: 0.9em/1.6em "Open Sans";
	padding: 0 5px;
}

.media-copy li span a {
	color: #000;
	font-weight: bold;
}

#news-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#news-slider #prev-arrow {
	background: rgba(0, 0, 0, 0) url("../images/arrow-left-blue.jpg") no-repeat scroll 0 0;
	cursor: pointer;
	height: 75px;
	left: 0;
	position: absolute;
	top: 275px;
	width: 40px;
	z-index: 800;
}

#news-slider #next-arrow {
	background: rgba(0, 0, 0, 0) url("../images/arrow-right-blue.jpg") no-repeat scroll 0 0;
	cursor: pointer;
	height: 75px;
	position: absolute;
	right: 0;
	top: 275px;
	width: 40px;
	z-index: 900;
}

#news-slider .zoom-icon {
	cursor: pointer;
	height: 75px;
	background: rgba(0, 0, 0, 0) url("../images/zoom-larger.png") no-repeat scroll 0 0;
	position: absolute;
	z-index: 900;
	bottom: -11px;
	right: 15px;
	width: 40px;
}

#xchange-slider-vol2 {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#xchange-slider-vol2 #prev-arrow {
	background: rgba(0, 0, 0, 0) url("../images/left-arrow-blue.png") repeat scroll 0 0;
	cursor: pointer;
	height: 51px;
	left: 20px;
	position: absolute;
	top: 154px;
	width: 40px;
	z-index: 800;
}

#xchange-slider-vol2 #next-arrow {
	background: rgba(0, 0, 0, 0) url("../images/right-arrow-blue.png") repeat scroll 0 0;
	cursor: pointer;
	height: 51px;
	position: absolute;
	right: 20px;
	top: 154px;
	width: 40px;
	z-index: 900;
}

.cbp-vm-switcher ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.cbp-vm-switcher ul::before,
.cbp-vm-switcher ul::after {
	content: " ";
	display: table;
}

.cbp-vm-switcher ul::after {
	clear: both;
}

.cbp-vm-switcher ul li {
	display: block;
	position: relative;
}

.cbp-vm-image {
	display: block;
	margin: 0 auto;
}

.cbp-vm-image img {
	border: medium none;
	display: inline-block;
	float: left;
	margin-right: 20px;
	max-height: 100px;
	max-width: 100%;
}

.cbp-vm-image-2 img {
	border: medium none;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-top: -10px;
	max-height: 100px;
	max-width: 100%;
}

.cbp-vm-title {
	color: #1a3763;
	font: 22px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	margin-top: 20px;
	padding: 0;
	text-transform: uppercase;
}

.border-bottom-list {
	border-bottom: 1px solid #dbdbdb;
	height: 120px;
}

.border-bottom-list-none {
	height: 90px;
}

.cbp-vm-price {
	color: #c0c0c0;
}

.cbp-vm-add {
	background: #47a3da none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 20px 0 0;
	padding: 10px 20px;
	transition: background 0.2s ease 0s;
}

.cbp-vm-add:hover {
	background: #02639d none repeat scroll 0 0;
	color: #fff;
}

.cbp-vm-add::before {
	margin-right: 5px;
}

#search-form {
	float: left;
	left: 16.5%;
	position: absolute;
	top: 25px;
	z-index: 999;
}

.cbp-vm-icon::before {
	font-family: "fontawesome";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}

.cbp-vm-grid::before {
	content: "ï€Š";
}

.cbp-vm-list::before {
	content: "ï€‹";
}

.cbp-vm-add::before {
	content: "ï•";
}

.cbp-vm-view-list li {
	padding: 20px 0;
	white-space: nowrap;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
	display: inline-block;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 10%;
}

.cbp-vm-view-list .cbp-vm-title {
	font-size: 1.3em;
	padding: 0 10px;
	white-space: normal;
	width: 23%;
}

.cbp-vm-view-list .cbp-vm-price {
	font-size: 1.3em;
	width: 10%;
}

.cbp-vm-view-list .cbp-vm-details {
	overflow: hidden;
	padding: 0 15px;
	white-space: normal;
	width: 10%;
}

.cbp-vm-view-list .cbp-vm-add {
	margin: 0;
}

#storm-popup {
	display: flex;
	width: 688px;
	height: 500px;
	background-size: contain !important;
	flex-direction: column;
	align-items: center;
	justify-items: center;
	justify-content: center;
	background: url(../images/pop-up-open-call-2023-09-19.jpg) no-repeat top left;
	background-size: 100% auto;
	margin: 55px 0;
}

#storm-popup .popup-link {
	width: 100%;
	height: 100%;	
}

#storm-popup .submit-rfp {
	position: relative;
	top: 10%;
	width: 140px;
}

@media (max-width:767px) {
	#storm-popup {
		width: 300px;
		height: 217px;
	}

	#storm-popup .submit-rfp {		
		top: 20%;		
		width: 110px;
	}
}

#fancybox-close {
	background: transparent url("../images/close-blue.png") repeat scroll 0 0 !important;
	right: 23px !important;
	top: 20px !important;
	width: 33px !important;
	height: 34px !important;
}

#storm-popup .title {
	font: 30px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
}

#storm-popup .title span {
	display: block;
	font: 16px "Open Sans", "san-serif";
	margin-bottom: 10px;
	text-transform: uppercase;
}

#storm-popup p {
	font-size: 15px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: left;
}

#toppix-main #header,
#toppix-main #menu,
#toppix-main #submenu,
#toppix-main #footer {
	display: none;
}

body#toppix-main {
	padding-top: 0;
}

#toppix-main #content .content {
	border-top: 0 none;
	overflow: hidden;
	padding: 0;
}

#toppix-main .right-content .header-img {
	margin-top: 0;
}

#toppix-main .right-content {
	max-width: 100%;
	width: 100%;
}

#toppix-main .nav-toppix {
	background: #00245d none repeat scroll 0 0;
	height: 88px;
	max-width: 1400px;
	position: fixed;
	width: 100%;
}

#toppix-main .header-img {
	height: auto;
	max-width: 100%;
	padding-top: 85px;
}

#toppix-main .nav-toppix .wrapper {
	max-width: 98%;
	width: 1160px;
}

#toppix-main .nav-toppix ul {
	float: right;
	margin-right: 135px;
	margin-top: 29px;
}

#toppix-main .nav-toppix ul li {
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-left: 22px;
}

#toppix-main .nav-toppix ul li a {
	color: #fff;
}

#toppix-main .nav-toppix ul li:last-child {
	background: #0cb2b0 none repeat scroll 0 0;
	padding: 12px 17px;
}

#toppix-main .nav-toppix ul li:first-child {
	margin-left: 0;
}

#toppix-main .toppix-logo {
	margin-left: 40px;
	margin-top: 21px;
}

#toppix-main .schedule-section {
	background: #ebebeb none repeat scroll 0 0;
	padding: 14px 0 15px;
	text-align: center;
}

.show-toppix-schedule {
	height: 260px;
}

#toppix-main a.show-more-toppix {
	background: #b3b3b3 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-left: 78px;
	padding: 12px 35px;
}

#toppix-main .schedule-section .wrapper {
	max-width: 98%;
}

#toppix-main .schedule-section h2 {
	border-right: 1px solid #a4a4a4;
	display: inline-block;
	font-size: 20px;
	padding-bottom: 6px;
	padding-right: 30px;
	padding-top: 8px;
	text-transform: uppercase;
}

#toppix-main .schedule-section p {
	color: #a4a4a4;
	display: inline-block;
	font-size: 15px;
	margin-left: 15px;
}

#toppix-main .full-schedule {
	display: none;
}

#toppix-main .full-schedule table {
	border-collapse: collapse;
	color: #494949;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	width: 100%;
}

#toppix-main .full-schedule table tr:first-child {
	border-bottom: 1px solid #bababa;
}

#toppix-main .full-schedule table tr td {
	line-height: 22px;
	padding: 10px 0;
}

#toppix-main .full-schedule table tr td span {
	color: #8b8b8b;
}

#toppix-main .registration {
	padding-bottom: 95px;
}

#toppix-main .registration .wrapper {
	max-width: 98%;
	width: 1170px;
}

#toppix-main .registration .reg-first {
	margin-right: 5%;
	width: 35%;
}

#toppix-main .both-reg .reg-first {
	float: left;
	margin-right: 5%;
	width: 37%;
}

#toppix-main .both-reg .reg-second {
	float: left;
	width: 58%;
}

#toppix-main img {
	max-width: 100%;
}

#toppix-main .copy {
	border-bottom: 0 none;
	padding: 0;
}

#toppix-main .both-reg {
	padding-top: 85px;
}

#toppix-main .caption {
	color: #8b8b8b;
	font-size: 12px;
	margin-bottom: 8px;
}

.reg-second .caption {
	padding-right: 40px;
	text-align: right;
}

#toppix-main .copy h2 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#toppix-main .copy p {
	color: #8b8b8b;
	font-size: 16px;
	line-height: 1.6em;
}

#toppix-main .copy a {
	color: #494949;
	text-decoration: none;
}

#toppix-main .copy .reg-first h2 {
	margin-top: 72px;
}

#toppix-main .submit-first {
	float: left;
	margin-right: 5%;
	width: 48%;
}

#toppix-main .submit-first img {
	margin-top: -50px;
}

#toppix-main .submit-first .caption {
	margin-top: 5px;
}

#toppix-main .submit-second {
	float: left;
	margin-right: 11%;
	width: 36%;
}

#toppix-main .submit-second h2 {
	margin-top: 60px;
}

#toppix-main .submit-second a.btn {
	background: #0cb2b0 none repeat scroll 0 0;
	color: #fff;
	padding: 8px 30px;
}

#toppix-main .comp-rules {
	background: #f0f0f0 none repeat scroll 0 0;
	padding: 110px 0;
}

#toppix-main .comp-rules .wrapper {
	max-width: 98%;
	width: 1040px;
}

#toppix-main .comp-rules h2 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#toppix-main .comp-rules p {
	color: #8b8b8b;
	font-size: 16px;
	line-height: 1.6em;
}

#toppix-main .comp-rules .one-half {
	float: left;
	margin-right: 5%;
	width: 45%;
}

#toppix-main .comp-rules .one-half.last p {
	margin-top: 18px;
}

#toppix-main .judges {
	padding: 92px 0;
}

#toppix-main .judges .wrapper {
	max-width: 98%;
	width: 1040px;
}

#toppix-main .judges .one-half {
	float: left;
	margin-right: 5%;
	width: 45%;
}

#toppix-main .judges h2 {
	font-size: 20px;
	margin-bottom: 58px;
	text-align: center;
	text-transform: uppercase;
}

#toppix-main .judges p {
	color: #8b8b8b;
	font-size: 16px;
	line-height: 1.6em;
}

#toppix-main .awards {
	padding-bottom: 120px;
}

#toppix-main .awards .first-half {
	float: left;
	margin-left: 9%;
	margin-right: 4%;
	width: 33%;
}

#toppix-main .awards .second-half {
	float: left;
	text-align: right;
	width: 48%;
}

#toppix-main .awards .wrapper {
	max-width: 98%;
	width: 1170px;
}

#toppix-main .awards h2 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 32px;
	text-transform: uppercase;
}

#toppix-main .awards p {
	color: #8b8b8b;
	font-size: 16px;
	line-height: 1.6em;
}

#toppix-main .awards .caption {
	margin-top: 8px;
	padding-right: 25px;
}

#toppix-footer {
	background: #00245d none repeat scroll 0 0;
	color: rgba(255, 255, 255, 0.5);
	padding: 30px 0;
	text-align: center;
}

#toppix-footer .wrapper {
	max-width: 98%;
	position: relative;
}

#toppix-footer .footer-logo {
	display: inline-block;
	left: 0;
	position: absolute;
}

#toppix-footer .text {
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
}

#toppix-footer .tambo-logo {
	display: inline-block;
	margin-top: 10px;
	position: absolute;
	right: 0;
}

#toppix-main .schedule-mobile {
	background: #f1f1f1 none repeat scroll 0 0;
	display: none;
	padding: 60px 0;
	text-align: center;
}

#toppix-main .schedule-mobile .wrapper {
	max-width: 98%;
}

#toppix-main .schedule-mobile .one-half {
	float: left;
	margin-right: 5%;
	width: 45%;
}

#toppix-main .schedule-mobile h2 {
	font-size: 20px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

#toppix-main .schedule-mobile h3 {
	font-size: 14px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#toppix-main .schedule-mobile p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#toppix-main .schedule-mobile p span {
	color: #8b8b8b;
}

#communication-center {
	height: 560px;
}

#communication-center h4 {
	color: #1a3763;
	font: 30px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#communication-center p {
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
}
#communication-center p a {
	color: #333;
	text-decoration: none;
}

#communication-center img {
	text-align: left;
	float: left;
	padding-right: 30px;
	padding-bottom: 100px;
}

#communication-center ul.list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	padding-top: 30px;
	list-style: square outside none !important;
	column-count: 2;

}

#communication-center p.teal-number {
	color: #00b2b0;
	font-size: 17px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#communication-center p.teal-copy {
	color: #00b2b0;
	font-size: 16px;
	margin: 0px;
	text-transform: uppercase;
}

#communication-center li {
	display: block;
	display: list-item !important;
}

/*live chat*/
a.lz_text_link {
	display: block;
	bottom: 0;
	padding: 7px 50px;
	max-width: 200px;
	text-align: center;
	font: 22px/22px "Overpass", "Arial Bold", "san-serif";
	font-weight: 700;
	background: #1A3763;
	color: white;
	font-size: 15px;
	letter-spacing: 1px;
}

a.lz_text_link:hover {
	opacity: 0.9;
}

.photo-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.photo-grid .photo-item {
	width: 33.33%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 20px;
}

.photo-grid .photo-item img {
	max-width: 150px;
}

.photo-grid .photo-item h3 {
	border: none;
	font-size: 20px;
}

.hover-effect:hover {
	color: #00b2b0;
	text-decoration: underline;
}

@media (max-width:1024px) {
	.photo-grid .photo-item {
		width: 50%;
	}
}

@media (max-width:767px) {
	.photo-grid .photo-item {
		width: 100%;
	}
}

@media screen and (max-width: 66.7em) {
	.cbp-vm-view-list .cbp-vm-details {
		width: 30%;
	}
}

@media screen and (max-width: 57em) {
	.cbp-vm-view-grid ul li {
		width: 49%;
	}
}

@media screen and (max-width: 47.375em) {
	.cbp-vm-view-list .cbp-vm-image {
		width: 20%;
	}

	.cbp-vm-view-list .cbp-vm-title {
		width: auto;
	}

	.cbp-vm-view-list .cbp-vm-details {
		display: block;
		margin: 10px 0;
		width: 100%;
	}

	.cbp-vm-view-list .cbp-vm-add {
		margin: 10px;
	}
}

.high-season-img {
	margin-top: 40px;
	max-width: 100%;
	border-top-left-radius: 50px;
}

@media screen and (max-width: 40.125em) {
	.cbp-vm-view-grid ul li {
		width: 100%;
	}
}

@media screen and (max-width: 1250px) {
	#header .btn-safety-form {
		display: none;
	}

	/* .award-winning-report1 {
		right: -107px;
	}
	.award-winning-report {
		right: 26px;
	} */
}

@media screen and (max-width: 1120px) {
	.btn-safety-form {
		display: none;
	}

	#toppix-main .toppix-logo {
		margin-left: 0;
	}

	#toppix-main .nav-toppix ul {
		margin-right: 0;
	}

	.award-winning-report1 {
		right: -107px;
	}

	.award-winning-report {
		right: 26px;
	}
}

@media screen and (max-width: 1095px) {
	.btn-safety-form {
		display: none;
	}

	#toppix-main .submit-first img {
		margin-top: 50px;
	}
}

@media screen and (max-width: 976px) {
	.btn-safety-form {
		display: none;
	}

	#toppix-main .full-schedule table {
		font-size: 12px;
		width: 80%;
	}

	#toppix-main .full-schedule table tr td {
		width: 20%;
	}
}

@media screen and (max-width: 865px) {
	.btn-safety-form {
		display: none;
	}

	#toppix-main a.show-more-toppix {
		margin-left: 10px;
	}

	#toppix-main .schedule-section h2 {
		font-size: 15px;
		padding-right: 12px;
	}

	#toppix-main .schedule-section p {
		margin-left: 5px;
	}

	#toppix-main .full-schedule table {
		margin-top: 55px;
	}
}

@media screen and (max-width: 806px) {
	#toppix-main .nav-toppix ul li {
		font-size: 12px;
	}
}

@media screen and (max-width: 791px) {
	.btn-safety-form {
		display: none;
	}

	#toppix-footer .footer-logo {
		display: block;
		position: relative;
	}

	#toppix-footer .tambo-logo {
		display: block;
		position: relative;
	}

	#toppix-footer {
		padding: 20px 0 8px;
	}
}

@media screen and (max-width: 745px) {
	.btn-safety-form {
		display: none;
	}

	#toppix-main .schedule-section {
		display: none;
	}

	#toppix-main .schedule-mobile {
		display: block;
	}

	#toppix-main .toppix-logo {
		height: auto;
		width: 100px;
	}

	#toppix-main .nav-toppix {
		height: 68px;
	}

	#toppix-main .nav-toppix ul {
		margin-top: 15px;
	}

	#toppix-main .nav-toppix ul li {
		margin-left: 10px;
	}

	#toppix-main .nav-toppix ul li:last-child {
		padding: 12px 8px;
	}

	#search-form {
		left: 10%;
	}

	#toppix-main .header-img {
		padding-top: 65px;
	}
}

@media screen and (max-width: 707px) {
	#toppix-main .both-reg .reg-first {
		float: none;
		margin-bottom: 50px;
		margin-right: 0;
		width: 100%;
	}

	#search-form {
		left: 9%;
	}

	#toppix-main .copy .reg-first h2 {
		margin-top: 0;
	}

	#toppix-main .both-reg {
		padding-top: 45px;
	}

	#toppix-main .both-reg .reg-second {
		float: none;
		width: 100%;
	}

	#toppix-main .both-reg .reg-second img {
		width: 100%;
	}

	#toppix-main .submit-first {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	#toppix-main .submit-first img {
		width: 100%;
	}

	#toppix-main .submit-second {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	#toppix-main .registration {
		padding-bottom: 55px;
	}

	#toppix-main .comp-rules {
		padding: 50px 0;
	}

	#toppix-main .comp-rules .one-half {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	#toppix-main .judges {
		padding: 50px 0 0;
	}

	#toppix-main .judges .one-half {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	#toppix-main .judges h2 {
		font-size: 20px;
		margin-bottom: 18px;
		text-align: left;
	}

	#toppix-main .judges p {
		margin-bottom: 20px;
	}

	#toppix-main .awards .first-half {
		float: none;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	#toppix-main .awards .second-half {
		float: none;
		margin-top: 40px;
		text-align: center;
		width: 100%;
	}

	#toppix-main .awards .second-half img {
		width: 100%;
	}
}

@media screen and (max-width: 565px) {
	#toppix-main .toppix-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		width: 75px;
	}

	#search-form {
		left: 9%;
	}

	#toppix-main .nav-toppix {
		text-align: center;
	}

	#toppix-main .nav-toppix ul {
		display: block;
		float: none;
		margin-top: 15px;
		text-align: center;
	}

	#toppix-main .nav-toppix {
		height: 88px;
	}

	#toppix-main .nav-toppix ul li:last-child {
		padding: 6px 8px;
	}

	#toppix-main .header-img {
		padding-top: 85px;
	}
}

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

	#toppix-main .schedule-mobile .one-half {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}

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

	#toppix-main .nav-toppix {
		height: 110px;
	}

	#toppix-main .nav-toppix ul li:last-child {
		margin-top: 15px;
	}

	#toppix-main .header-img {
		padding-top: 108px;
	}
}

@media screen and (max-width: 1250px) {
	#search-form {
		left: 10%;
	}
}

.banner-new {
	margin: 2em 0;
}</pre></body></html>