/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */
html, body {
    height: 100%;
}

body > .contentRender {
    min-height: 100%;
    height: 100%;
}

body .mfp-close:hover, body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}

/*
|-----------------------------------------------------------------------------------------------------------
| FONTS
|-----------------------------------------------------------------------------------------------------------
|
*/

/*
font-family: trade-gothic-next-condensed, sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

/*---------------------------CORE STYLES---------------------------*/


.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	font-family: trade-gothic-next-condensed, sans-serif;
	font-size: 60px;
	line-height: 64px;
	font-weight: bold;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #1a1919;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	font-family: trade-gothic-next-condensed, sans-serif;
	font-size: 43px;
	line-height: 45px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #1a1919;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 30px;
	color: #1a1919;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
	font-family: trade-gothic-next-condensed, sans-serif;
	font-size: 35px;
	line-height: 38px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #1a1919;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #1a1919;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	color: #2a486a;
	font-weight: 600;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
	color: #1a1919;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #306095;
	text-decoration: underline;
}

.core-styles ul:not([class*="block-grid-"]),
.core-styles ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]),
.sitemap ul  {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #1a1919;
	list-style-position: inside;
}

.core-styles ul:not([class*="block-grid-"]),
.core-styles ol:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]),
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]),
.sitemap > ul {
	margin-bottom: 30px;
}

.core-styles table,
.contentRender_name_plugins_core_textbox table,
.core-styles td,
.contentRender_name_plugins_core_textbox td {
	margin-bottom: 30px;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}

.core-styles img[style*='float: right'],
.contentRender_name_plugins_core_textbox img[style*='float: right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[style*='float: left'],
.contentRender_name_plugins_core_textbox img[style*='float: left'] { margin-right : 15px; margin-bottom: 5px; }

.sitemap > ul {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
			column-count: 3;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
			column-gap: 15px;
}

@media screen and (max-width: 1024px){
	.sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
		-webkit-column-gap: 15px;
		   -moz-column-gap: 15px;
				column-gap: 15px;
	}
}
@media screen and (max-width: 640px) {
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
		font-size: 45px;
		line-height: 48px;
	}

	.sitemap > ul {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1;
		-webkit-column-gap: 15px;
		   -moz-column-gap: 15px;
				column-gap: 15px;
	}
}

/*---------------------------END CORE STYLES---------------------------*/

/*** BEGIN FORM STYLING ***/
/* START RESET FORM STYLING. YOU SHOULDN'T HAVE TO MODIFY ANYTHING TILL CUSTOMIZE SECTION  */

/* The crm-calendar-popup class is added by JS in the header */
body.crm-calendar-popup  { overflow-y: hidden !important; }
body.crm-calendar-popup::-webkit-scrollbar { display: none; }
body.crm-calendar-popup .contentRender { display: none; }
body.crm-calendar-popup .crm-calendar-parent { padding: 0; margin: 0; background: #fff; }
body.crm-calendar-popup table { width: 100%; margin-bottom: 0;}
body.crm-calendar-popup table thead tr th,
body.crm-calendar-popup table tfoot tr th,
body.crm-calendar-popup table tfoot tr td,
body.crm-calendar-popup table tbody tr th,
body.crm-calendar-popup table tbody tr td,
body.crm-calendar-popup table tr td {
	padding: 2px;
	font-size: 12px;
}
body.crm-calendar-popup .lookup-cal,
body.crm-calendar-popup .lookup-calNav { border: none; }
body.crm-calendar-popup .lookup-calNav {
	margin-bottom: 0px;
	border-bottom: 1px solid #ccc;
}
body.crm-calendar-popup .lookup-cal td,
body.crm-calendar-popup .lookup-calNav td { text-align: center; }
body.crm-calendar-popup .lookup-close {
	margin-top: 15px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

/* TARGET CALENDER TRIGGER ON FORMS*/
.contentRender form.simpleForm a img { margin-bottom: 10px; }

.contentRender form.simpleForm .row textarea,
.contentRender form.simpleForm .row input { margin-bottom: 10px; }
.contentRender form.simpleForm .button { display: inline-block; }
.contentRender form.simpleForm .captcha img,
.contentRender #sv_submit_event_form img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.contentRender form.simpleForm .hint,
.contentRender #sv_submit_event_form .sv_api_hint {
	display: block;
	text-align: center;
}
.contentRender form.simpleForm .captcha #code,
.contentRender #sv_submit_event_form #code {
	width: 200px;
	display: block;
	margin: 0 auto;
	margin-top: -13px;
}
.contentRender form.simpleForm .captcha { overflow: hidden; }
.contentRender form.simpleForm .captcha #capimage { float: left;  margin-top: 10px; margin-right: 8px; }
.contentRender form.simpleForm .captcha .hint { margin-top: 10px; }
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1 {
	-moz-transition: opacity .6s;
	-o-transition: opacity .6s;
	-transition: opacity .6s;
	-webkit-transition: opacity .6s;
}
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] { padding: 6px; }
.contentRender #sv_submit_event_form td:not(:first-child) {
	padding-left: 0;
	vertical-align: middle;
}
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form label.recur_menu,
.contentRender #sv_submit_event_form legend,
.contentRender #sv_submit_event_form div.datalabel label {
	font-weight: normal;
}
.contentRender #sv_submit_event_form .progress {
	background: grey;
	height: 22px;
	line-height: 18px;
}
.contentRender div#sv_submit_event_form.submitEventForm { padding: 0 !important; }
.contentRender #sv_submit_event_form .svrecurall *,#sv_submit_event_form #recur_show_1{
	-moz-transition:all .6s;
	-o-transition:all .6s;
	transition:all .6s;
	-webkit-transition:all .6s;
}
.contentRender #sv_submit_event_form #customdate_list {padding: 0 !important; }
.contentRender #sv_submit_event_form #customdate_list table { margin-bottom: 0; border: 1px solid #ddd; }
.contentRender #sv_submit_event_form #customdate_list table td,
.contentRender #sv_submit_event_form #customdate_list table tr { border: none; }
.contentRender #sv_submit_event_form .recur_opt .detailbar { vertical-align: middle; }
.contentRender #sv_submit_event_form .recur_opt td {padding: 2px 0;}
.contentRender #sv_submit_event_form input[type=radio]:checked ~ div.recur_opt { max-height: 100%; }
.contentRender #sv_submit_event_form #recur_opts_99 { overflow: visible !important; }
.contentRender #sv_submit_event_form .inner_recur_opt,
.contentRender #sv_submit_event_form label.recur_menu { margin: 0 1.25em ;}
.contentRender #sv_submit_event_form .inner_recur_opt { padding: 0 1.25em 0 1.25em; }
.contentRender #sv_submit_event_form #recur_range {
	margin: 0 1.25em;
	padding: 0 1.25em 0 1.25em;
}
.contentRender #sv_submit_event_form .inner_recur_opt label {
	height: 50px;
	line-height: 46px;
}
.contentRender #sv_submit_event_form .inner_recur_opt select {
	border: none;
	border-radius: 2px;
	min-width: 60px;
	padding-right: 24px;
}
.contentRender #sv_submit_event_form .svrecurall input[type=text]:not(#customdate) {
	border: none;
	border-radius: 2px;
}
.contentRender #sv_submit_event_form .svrecurall #customdate {
	width: 130px;
	text-align: center;
}

.contentRender form.simpleForm .formCntrls,
.contentRender form.simpleForm h3 { text-align: center; }
@media only screen and (min-width: 40.125em) {
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm h3 {
		padding-left: 8px;
	}
	.contentRender form.simpleForm p.hint,
	.contentRender form.simpleForm .captcha,
	.contentRender form.simpleForm .formCntrls,
	.contentRender form.simpleForm h3 {
		margin-left: 25%;
		text-align: left !important;
		width: auto;
	}
	.contentRender form.simpleForm .columns p.hint {
		margin: 8px 0 10px 0;
		padding-left: 0px;
	}
	.contentRender form.simpleForm .captcha img,
	.contentRender form.simpleForm .captcha #code { margin-left: 0; }
	.contentRender form.simpleForm .hint { text-align: left; }
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	border-radius: 0px;
}
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
	background-color: transparent;
}
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	background: none;
	border: none;
}
.contentRender form.simpleForm div input,
.contentRender #sv_submit_event_form div input {
	border-radius: initial;
}
/* END RESET */

/* CUSTOMIZE THE FOLLOWING */

/* RESET FONT FAMILY */
.contentRender #sv_submit_event_form legend,
.contentRender form.simpleForm label,
.contentRender form.simpleForm .formtext,
.contentRender form.simpleForm input,
.contentRender form.simpleForm select,
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox] ~ label.minilabel,
.contentRender #sv_submit_event_form .recur_opt input[type=radio] ~ label.minilabel,
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label,
.contentRender #sv_submit_event_form label.recur_menu {
	font-family: 'Source Sans Pro', sans-serif;

}
/* RESET FONT STYLE */
.contentRender form.simpleForm .columns label,
.contentRender form.simpleForm .formtext,
.contentRender #sv_submit_event_form #customdate_list .formhead,
.contentRender #sv_submit_event_form table.fileuploads thead th,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text],
.contentRender #sv_submit_event_form div.datalabel label,
.contentRender form.simpleForm::-webkit-input-placeholder,
.contentRender #sv_submit_event_form input[type=text]::-webkit-input-placeholder {
	font-size: 18px;
	line-height: 24px;
	color: #1a1919;
}
/* OPTIONAL RESET FOR INPUT STYLE */
/* This over-writes foundation style. Double check your select boxes. You may have to adjust the line-height to vertically center text */
.contentRender form.simpleForm input,
.contentRender form.simpleForm select,
.contentRender #sv_submit_event_form select,
.contentRender #sv_submit_event_form select[size], #sv_submit_event_form select[multiple],
.contentRender #sv_submit_event_form input[type=text] {
	color: #464646;
}
/* REPLACE WITH A CORE STYLE HEADING */
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 30px;
	color: #1a1919;
	text-transform: uppercase;
	font-weight: 600;
}
/* SET KEY COLOR HERE */
.contentRender #sv_submit_event_form .recur_opt input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form .recur_opt input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=checkbox]:checked ~ label,
.contentRender #sv_submit_event_form #recur_range input[type=radio]:checked ~ label,
.contentRender #sv_submit_event_form input[type=radio]:checked ~ label.recur_menu,
.contentRender #sv_submit_event_form .progress {
	background-color: #306095;
}
/* STRONG WEIGHT FOR LABELS */
.contentRender #sv_submit_event_form #customdate_list .formhead,
.contentRender #sv_submit_event_form legend {
	/*
		Set your strong weight here for label items that need to be bolded
	*/
}
/* STYLE SUBMIT BUTTONS */
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	color: #346094;
    border: 2px solid #346094;
    text-align: center;
    padding: 6px 20px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.contentRender form.simpleForm .button:hover,
.contentRender form.simpleForm .button:active,
.contentRender #sv_submit_event_form input.button:hover,
.contentRender #sv_submit_event_form input.button:active,
.contentRender #sv_submit_event_form .svbtn:hover,
.contentRender #sv_submit_event_form .svbtn:active,
.contentRender #multifileuploadcontainer label:hover,
.contentRender #multifileuploadcontainer label:active {
	/*
		This is the hover style on the submit buttons
	*/
	background-color: #fff !important;
}
/* SET LINK COLOR HERE */
body.crm-calendar-popup .contentRender a, body.crm-calendar-popup .contentRender a:hover {
	/*
		This is a generic link style for the calendar popup.

		It's recommended you test the calendar popup but you might wanna limit your style here to color and family.
		The font size should be able to work across all sites.
	*/
	color: #306095;
	font-size: 1.0625rem;
	font-style: normal;
}
/* OPTIONAL: SET FORM HINT STYLE HERE */
.contentRender #sv_submit_event_form .hint,
.contentRender form.simpleForm p.hint:not(.formreq) {
	/* Default styling here. Changing is optional */
	color: #5b5b5b;
	font-size: 14px;
}
/* OPTIONAL: SET FORM REQUIRED STYLE HERE */
.contentRender #sv_submit_event_form div.datalabel label.svformreq,
.contentRender form.simpleForm .formreq,
.contentRender form.simpleForm label.formreq {
	color: #d81111;
}
.contentRender form.simpleForm .columns input[type=checkbox] + label {
	position: relative;
	top: 0px;
	vertical-align: top;
	text-align: left;
	margin-bottom: 10px;
}

/* SUBMIT EVENT FORM PIKA CALENDAR */
/* To test, click on the start date in a submit event form */
.pika-lendar .is-today .pika-button {
	/*
		Set a link color here. This can be standard site anchor color
	*/
	color: #306095;
}
.pika-lendar .pika-button:hover,
.pika-lendar .is-selected .pika-button {
	/*
		Set your hover/selected background and text color here.
		Note the Pika calendar uses important here so this is required to overwrite.
	*/
	color: #fff;
	background: #306095 !important;
	border-radius: 0 !important;
	box-shadow: none;
}
/*** END FORM STYLING ***/

/*
|-----------------------------------------------------------------------------------------------------------
| RESET STYLES
|-----------------------------------------------------------------------------------------------------------
*/

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,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,center,dl,
dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }

body { line-height: 1; }

p ol,
p ul { list-style: none; }

blockquote,
q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

/*
|-----------------------------------------------------------------------------------------------------------
| GLOBAL TAG STYLES
|-----------------------------------------------------------------------------------------------------------
*/

body {
    background-color: white;
    font-family: 'Source Sans Pro', sans-serif;
    color: #231f20;
    font-size: 16px;
    line-height: 24px;
}
.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
}
a,
a:link,
a:visited,
a:focus {
    font-family: 'Source Sans Pro', sans-serif;
    color: #316094;
    text-decoration: underline;
}

h1 {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 20px;
    font-family: trade-gothic-next-condensed, sans-serif;
}
h2 {
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 20px;
    font-family: trade-gothic-next-condensed, sans-serif;
}
h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 15px;
    font-family: trade-gothic-next-condensed, sans-serif;
}
h4 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 15px;
    font-family: trade-gothic-next-condensed, sans-serif;
}
h5 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: trade-gothic-next-condensed, sans-serif;
}
h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: trade-gothic-next-condensed, sans-serif;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
    color: #231f20;
}

.wrapper img { border: medium none; }
.center-align { text-align: center; }
.clear {
    clear: both;
    line-height: 1px;
    visibility: hidden;
}

.btm-pad { padding-bottom: 20px; }
.btm-pad-small {padding-bottom: 5px;}

::-webkit-input-placeholder {
    color: #fff;
    font-size: 17px;
    opacity: 0.6;
}
:-moz-placeholder {
    /* Firefox 18- */

    color: #fff;
    font-size: 17px;
    opacity: 0.6;
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: #fff;
    font-size: 17px;
    opacity: 0.6;
}
:-ms-input-placeholder {
    color: #fff;
    font-size: 17px;
    opacity: 0.6;
}

@media (min-width: 1025px) {
	.btm-pad { padding-bottom: 40px; }
}
@media (min-width: 768px) {
	.btm-pad { padding-bottom: 30px; }
}


/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-section {
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.header-section .top-nav-cont {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: rgba(0,0,0,0.375);
    z-index: 1000;
    pointer-events: all;
    transition: all 0.5s;
    -ms-transform-style: flat;
    -webkit-transform-style: flat;
    transform-style: flat;
    transform: translate3d(0,0,0);
}

@media (min-width: 1025px) {
    .header-section {
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    .header-section .top-nav-cont {
        position: fixed;
    }
}

.header-section a {
    text-decoration: none;
}

.header-section.active-nav .top-nav-cont {
    background: transparent;
}

.header-section.active-mobile .top-nav-cont {
    background-color: #202f66;
}

@media (max-width: 1024px) {
    .header-section .top-nav-cont {
        transition: none;
    }
}

.header-section .top-nav-cont .logo {
	position: relative;
    transition: opacity 0.5s;
    pointer-events:  all;
    /* left: -15px; */
    left: 0;
}

.header-section .top-nav-cont .logo img {
    width: 220px;
}

.header-section .top-nav-cont .logo img.homepage-logo {
	opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.header-section .top-nav-cont .logo img.homepage-logo.scrolled {
	opacity: 1;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.header-section.active-mobile .top-nav-cont .logo {
    display: none;
}

.header-section.active-search .top-nav-cont .logo {
    opacity: 0;
}

.header-section .header-right {
    display: flex;
    align-items: center;
    transition: opacity 0.5s;
    pointer-events:  all;
}

.header-section.active-nav .top-nav-cont .logo,
.header-section.active-nav .top-nav-cont .header-right {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 1025px) {
    .header-section .top-nav-cont {
        padding: 15px 25px;
    }
    .header-section .top-nav-cont .logo {
		left: 30px;
    }
}

.header-section .hamburger {
    position: relative;
    font-size: 16px;
}

.header-section .controls-inner {
    display: flex;
    align-items: center;
}

.header-section .controls-inner .control-item {
    display: flex;
    align-items: center;
}

.header-section .controls-inner .control-item.mobile {
    display: flex;
}

.header-section .controls-inner .control-item.mobile svg {
    display: none;
}

.header-section .controls-inner .control-item.mobile.active svg {
    display: block;
}

.header-section .controls-inner .control-item.mobile.active .nav-bars {
    display: none;
}

@media (min-width: 1025px) {
    .header-section .controls-inner .control-item.mobile {
        display: none;
    }
}

@media (max-width: 1024px) {
    .header-section .controls-inner .control-item.primary {
        display: none;
    }
}

.header-section .controls-inner span {
    margin-left: 10px;
    color: white;
    transition: opacity 0.5s;
    pointer-events: all;
}

.header-section.active-nav .controls-inner span {
    opacity: 0;
}

.header-section .hamburger .menu-control {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 1.5em;
}

.header-section .hamburger #icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: white;
    width: 1em;
    height: 1.5em;
    opacity: 0;
}

.header-section .hamburger .nav-bars {
    display: flex;
    flex-direction: column;
    width: 34px;
    transition: opacity 0.5s 0.3s;
    pointer-events: all;
}

.header-section .controls-inner .control-item.primary.active .nav-bars {
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
}

.header-section .hamburger .nav-bars .nav-bar {
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: white;
}

.header-section .hamburger .nav-bars .nav-bar:last-child {
    margin-bottom: 0;
}

.header-section .nav-back {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;
    font-size: 16px;
    margin-left: 50px;
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
}

.header-section .nav-back.active {
    opacity: 1;
    pointer-events: all;
}

.header-section .nav-back i {
    font-size: 32px;
    color: white;
}

.header-section .header-right {
    display: flex;
    align-items: center;
}

.header-section.active-mobile .header-right {
    display: none;
}

.header-section .booking-link {
    padding: 10px 22px;
    color: white;
    font-size: 16px;
    line-height: 14px;
    border: 2px solid white;
    border-radius: 25px;
    background-color: #3e629d;
}

.header-section .logo.hidden {
    display: none;
}

@media (min-width: 1025px) {
    .header-section .controls-inner .control-item.mobile {
        pointer-events: none;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.slideshow_container  {min-height: 65px;}
.crm-calendar-popup .slideshow_container {min-height: 0;}
.slideshow_container.no-min-height {min-height: 0;}
/* .slideshow_container  {min-height: 80px}; */
.body-section {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
}

.body-section .maincont { padding: 0px; }

.panel-two-col {
    padding-bottom: 25px;
}

.panel-two-col .panel-two-col {
    padding-bottom: 0;
}

.custom-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.custom-column {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.contentRender_name_plugins_common_related_content .relatedContent {
    position: relative;
    background-color: #fff;
}
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_formbuilder,
.sitemap {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

.intro-panel .contentRender_name_plugins_core_textbox,
.panel-two-col .contentRender_name_plugins_core_textbox,
.panel-three-col .contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_core_textbox .contentRender_name_plugins_core_textbox {
    padding-left: 0;
    padding-right: 0;
}

.controlled-width {
    width: 100%;
    max-width: 1205px;
    margin: 0 auto;
}

.intro-panel {
    padding: 0 15px;
}

.intro-panel.controlled-width,
.contentRender_name_plugins_core_textbox {
    max-width: 960px;
}

.intro-panel p {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    color: #2a486a;
}

@media (min-width: 641px) {
    .panel-two-col {
        padding-bottom: 60px;
    }
    .custom-row {
        flex-direction: row;
    }
    .custom-column {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .intro-panel {
        margin-bottom: 40px;
        padding-top: 25px;
    }
    .intro-panel p {
        font-size: 24px;
        line-height: 30px;
    }
}

#hero-vid {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 100vw;
    height: 154vh;
    overflow: hidden;
    transform: translate(-50%,-50%);
    background: #333;
}

@media (min-width: 1025px) {
    #hero-vid {
        position: fixed;
        width: 216vw !important;
    }
}


/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer_container {
    position: relative;
}
.footer {
    background-color: #306095;
}

.footer .logo-cont {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.footer .logo-cont .logo-top,
.footer .logo-cont .logo-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .logo-cont .logo-top {
    margin-bottom: 20px;
}

.footer .footer-lower-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #041a71;
}

@media (min-width: 1025px) {
    .footer .footer-lower-content {
        padding-bottom: 20px;
    }
}

/* FOOTER SOCIAL */
.footer .contentRender_name_plugins_collections_template_custom_social_links {
	display: flex;
	justify-content: center;
    margin: 0 auto 30px;
}
.footer .social-media-cont {
	display: flex;
	justify-content: center;
    padding: 15px 0 30px;
    border-bottom: 3px solid #567ca5;
}

.footer .social-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 43px;
	height: 43px;
	margin-right: 10px;
	margin-left: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
}

.footer .social-icon a {
	font-size: 18px;
	color: #fff;
}

/* FOOTER NAV */
.footer ul {
	list-style: none;
	margin: 0;
}

.footer .footer-nav-cont {
    padding: 20px 0;
    width: 100%;
}

.footer .footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-transform: uppercase;
}

.footer .footer-nav li {
	margin: 0 10px 25px;
}

.footer .footer-nav a {
	color: #fff;
    font-size: 18px;
    font-family: trade-gothic-next-condensed, sans-serif;
    text-decoration: none;
}

@media (min-width: 1025px) {
    .footer .footer-nav a {
        font-size: 20px;
    }
    .footer .footer-nav li {
        margin: 0 15px 25px;
    }
}

/* FOOTER GENERAL */
.footer .top-wrapper {
	display: flex;
	flex-direction: column;
    align-items: center;
	padding: 15px 15px 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.footer .footer-lang-cont {
    width: 100%;
}

.footer .footer-lang {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
}

.footer .footer-lang li {
	margin: 0 10px 20px;
	color: #fff;
    font-size: 17px;
    text-decoration: none;
    cursor: pointer;
}

.footer-logos {
    padding: 0 15px;
    background-color: #306095;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logos .inner {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 1020px;
    margin: auto;
}

.footer-logos .ftr-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.footer-logos img {
	display: block;
	max-width: 100%;
}

.footer .credits {
	background-color: #041a71;
}

.footer .credits p {
    max-width: 840px;
    margin: 0 auto;
    padding: 25px 20px 5px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

@media (min-width: 641px) {
    .footer .footer-nav-cont {
        padding: 0;
    }
    .footer .credits {
        border-top: 5px solid white;
    }
    .footer .top-wrapper {
        padding-top: 40px;
    }
}

@media (min-width: 849px) {
    .footer .logo-cont {
        flex-direction: row;
        justify-content: space-around;
        align-items: baseline;
    }
}

@media (min-width: 1025px) {
	.footer .top-wrapper .inner {
		display: flex;
		align-items: center;
    }
    .footer-logos .inner {
        flex-wrap: nowrap;
    }
    .footer .social-media-cont {
        border-bottom: 0;
        border-right: 2px solid #567ca5;
        margin: 0;
        padding: 15px 20px 15px 0;;
        align-self: flex-end;
    }
    .footer-logos {
        padding-bottom: 40px;
    }
    .footer .logo-cont {
        margin: 0;
        width: auto;
    }
    .footer .logo-cont .logo-top {
        margin: 0;
    }
    .footer .desktop-logos {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 15px 25px;
    }
}

/*vguide enews*/
.vguide-panel {
    position: relative;
    padding: 140px 20px 90px;
    background: url("/includes/public/assets/images/header-slide.png") center/cover no-repeat;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(max-width: 1024px){
    .vguide-panel {
        background: transparent;
    }
}
.vguide-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: -1;
}

.vguide-panel .main-cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1430px;
    margin: auto;
    background-color: white;
}
.vguide-panel .main-cont .contentRender_name_plugins_common_vguide,
.vguide-panel .main-cont .contentRender_name_plugins_common_enews {
	display: flex;
}
.vguide,
.enews {
    width: 100%;
}
.vguide-panel .main-cont .vguide .img-bg,
.vguide-panel .main-cont .enews .img-bg {display: none;}
.enews {
    position: relative;
    padding: 25px 15px;
}

.vguide .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vguide .img-cont {
    margin-top: -70px;
}

.vguide .img-cont img {
    display: block;
    min-width: 320px;
}

.vguide .content {
    position: relative;
    padding: 0 20px 35px;
    text-align: center;
    width: 100%;
}

.vguide .content::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: lightgray;
}

.vguide .content h2,
.enews .content h2 {
    color: black;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.vguide .content .link,
.enews .enews-submit {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    color: black;
    border: 2px solid black;
    border-radius: 22px;
    text-decoration: none;
    font-weight: 600;
}

.enews .enews-submit {
    margin-left: 10px;
}

.enews .content p {
    color: black;
    margin: 0;
    text-align: center;
}

.enews .enews-form {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.enews .enews-form input {
    background: transparent;
    padding: 0;
    margin: 0;
    box-shadow: 0px 0px;
    border: 0;
    border-bottom: 2px solid black;
    color: #969590;
    max-width: 345px;
}

.footer-vguide-panel {
    display: flex;
    flex-direction: column;
}
.footer-vguide-panel .contentRender_name_plugins_common_vguide,
.footer-vguide-panel .contentRender_name_plugins_common_enews {
	display: flex;
}
.footer-vguide-panel .vguide,
.footer-vguide-panel .enews {
    border-bottom: 4px solid white;
    position: relative;
}

.footer-vguide-panel .vguide .img-cont {
    margin: 0;
}

.footer-vguide-panel .vguide .inner {
    padding: 35px 25px;
}

.footer-vguide-panel .vguide .content h2,
.footer-vguide-panel .enews .content h2 {
    color: white;
    font-size: 38px;
    line-height: 44px;
}

.footer-vguide-panel .vguide .content {
    padding: 0;
}

.footer-vguide-panel .vguide .content::after {
    display: none;
}

.footer-vguide-panel .vguide .content .link,
.footer-vguide-panel .enews .enews-submit {
    color: white;
    border: 2px solid white;
}

.footer-vguide-panel .vguide .content .link {
    padding: 6px 26px;
}

.footer-vguide-panel .enews {
    padding: 120px 25px;
    position: relative;
}

.footer-vguide-panel .enews .content p {
    color: white;
}

.footer-vguide-panel .enews .enews-form input {
    border-bottom: 2px solid white;
    color: white;
}

.footer-vguide-panel .enews .enews-form ::-webkit-input-placeholder {
    color: white;
    font-size: 17px;
    opacity: 0.6;
}
.footer-vguide-panel .enews .enews-form :-moz-placeholder {
    /* Firefox 18- */

    color: white;
    font-size: 17px;
    opacity: 0.6;
}
.footer-vguide-panel .enews .enews-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: white;
    font-size: 17px;
    opacity: 0.6;
}
.footer-vguide-panel .enews .enews-form :-ms-input-placeholder {
    color: white;
    font-size: 17px;
    opacity: 0.6;
}
.enews .enews-form ::-webkit-input-placeholder {
    color: #a1a09c;
    font-size: 17px;
    opacity: 0.6;
}
.enews .enews-form :-moz-placeholder {
    /* Firefox 18- */

    color: #a1a09c;
    font-size: 17px;
    opacity: 0.6;
}
.enews .enews-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #a1a09c;
    font-size: 17px;
    opacity: 0.6;
}
.enews .enews-form :-ms-input-placeholder {
    color: #a1a09c;
    font-size: 17px;
    opacity: 0.6;
}

.footer-vguide-panel .vguide .img-bg,
.footer-vguide-panel .enews .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.25s ease-in-out;
}

.footer-vguide-panel .enews .inner,
.footer-vguide-panel .vguide .inner {
    position: relative;
}

@media (min-width: 1025px) {
    .vguide-panel {
        background: none;
    }
    .footer-vguide-panel {
        flex-direction: row;
    }
    .footer-vguide-panel .contentRender_name_plugins_common_vguide,
	.footer-vguide-panel .contentRender_name_plugins_common_enews {
		width: 50%;
	}
    .vguide-panel::after {
        display: none;
    }
    .vguide-panel .main-cont {
        flex-direction: row;
        padding: 55px 35px;
    }
    .vguide-panel .main-cont .contentRender_name_plugins_common_vguide,
	.vguide-panel .main-cont .contentRender_name_plugins_common_enews {
		width: 50%;
	}
    .vguide {
        padding-right: 30px;
    }
    .enews {
        padding-left: 80px;
    }
    .enews::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 110%;
        background-color: lightgray;
    }
    .vguide .inner {
        flex-direction: row;
    }
    .vguide .img-cont {
        margin-top: 0;
    }
    .vguide .content {
        padding: 0 0 0 15px;
    }
    .vguide .content h2 {
        text-align: left;
    }
    .vguide .content::after {
        display: none;
    }
    .vguide .content .link {
        padding: 6px 26px;
    }
    .footer-vguide-panel .vguide .inner {
        width: 100%;
        max-width: 660px;
        margin: 0 auto;
        padding: 0;
        z-index: 1;
    }
    .footer-vguide-panel .vguide .img-bg::before,
    .footer-vguide-panel .enews .img-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 0.25s ease-in-out;
        background: black;
        opacity: 0.3;

    }
    .footer-vguide-panel .vguide:hover .img-bg,
    .footer-vguide-panel .enews:hover .img-bg {
        transform: scale(1.1);
    }
    .footer-vguide-panel .vguide:hover .img-bg::before,
    .footer-vguide-panel .enews:hover .img-bg::before {
        opacity: 0.5;
    }
    .footer-vguide-panel .enews::after {
        display: none;
    }
    .footer-vguide-panel .enews {
        border-left: 2px solid white;
        padding: 60px 25px;
        overflow: hidden;
        position: relative;
    }
    .footer-vguide-panel .enews .inner {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        z-index: 1;
    }
    .footer-vguide-panel .vguide {
        display: flex;
        align-items: center;
        border-right: 2px solid white;
        overflow: hidden;
        position: relative;
    }
    .footer-vguide-panel .vguide {
        padding-right: 0;
    }
    .footer-vguide-panel .vguide .content h2,
    .footer-vguide-panel .enews .content h2 {
        font-size: 32px;
        line-height: 36px;
    }
}

@media (min-width: 1249px) {
    .vguide .content h2,
    .enews .content h2 {
        font-size: 40px;
		line-height: 48px;
		text-align: center;
    }
}

/*button*/
.button-cont {
	display: block;
	margin-bottom: 15px;
}
.button-cont a {
	color: #346094;
    border: 2px solid #346094;
    text-align: center;
    padding: 6px 20px;
    border-radius: 24px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.button-cont a:hover {
	text-decoration: none;
}
.button-cont.align_left {text-align: left;}
.button-cont.align_center {text-align: center;}
.button-cont.align_right {text-align: right;}

/*Cookie CSS*/
.cookie-notification-wrapper {
	display: none;
	z-index: 1001;
	max-width: 450px;
	width: 100%;
	background: #FFF;
	padding: 14px 25px 12px 17px;
	position: fixed;
	left: 0;
	bottom: 0;
	border: 1px solid rgba(0,0,0,0.06);
	box-shadow: 3px 0px 40px rgba(0,0,0,.16);
}
.cookie-notification-wrapper .close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	display: flex;
	justify-content:center;
	align-items:center;

}
.cookie-notification-wrapper .close:hover {
	background-color: rgba(0,0,0,0.1);
	border-radius: 50%;
}
.cookie-notification-wrapper p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.cookie-notification-wrapper {
	position: fixed;
}
.cookie-notification-wrapper .acceptWrapper {
    text-align: center;
}
.cookie-notification-wrapper .acceptWrapper .accept {
    width: 100%;
    background-color: rgb(64, 99, 155);
}
@media screen and (max-width: 640px) {
	.cookie-ad-container {
		position: fixed;
		z-index: 1000;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
    }
    
    .cookie-notification-wrapper {
        max-width: 100%
    }
}

/* Regional Map */

.regional-map-panel {
    display: flex;
    flex-direction: column;
}

.regional-map {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 75px 25px;
}

@media screen and (max-width: 640px) {
    .hide-mobile {
        display: none;
    }
}

.regional-map img {
    display: block;
    width: 80%;
}

.regional-map,
.regional-content {
    width: 100%;
}

.regional-content {
    padding: 50px 15px;
    background-color: white;
}

@media (min-width: 641px) {
    .regional-map-panel {
        flex-direction: row;
        border-bottom: 4px solid white;
    }
    .regional-map,
    .regional-content {
        width: 100%;
    }
    .regional-content {
        padding: 15px;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
    }
}

@media (min-width: 1025px) {
    .regional-map-panel {
        min-height: 750px;
    }
}

/* End Regional Map */


/* Start Showcase Panel */
.panel_custom_container .bg-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}
/* End Showcase Panel */

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#3e629d;
    left: 50%;
    transform: translateX(-50%);
    top: 85px;
    width: auto;
    height: auto;
    overflow:auto;
    padding: 10px 22px;
    border-radius: 25px;
    border: 2px solid white;
    text-align:center;
    font-size: 16px;
    z-index:999;
    text-decoration: none;
}

a.close-menu {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

*:focus {
    outline-color: #306095;
}
.footer_container *:focus {
    outline-color: #fff;
}

.thankyou-cont {
	display: flex;
	padding: 20px 0;
	flex-direction: column;
	justify-content: space-between;
}
.thankyou-cont > .image-cont {
	margin-bottom: 30px;
}
.thankyou-cont > .detail-cont {}

@media (min-width: 1025px) {
	.thankyou-cont {
		flex-direction: row;
	}
	.thankyou-cont > .image-cont {
		margin-bottom: 0;
		margin-right: 15px;
		flex: 1;
	}
	.thankyou-cont > .detail-cont {
		flex: 1;
	}
}
