/**
 * 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 {
	overflow-y: scroll;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */

html, body {
	height: 100%;
}

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

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

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

@font-face {
	font-family: "mark_pro";
	src: url("/includes/public/fonts/mark_pro.eot?#iefix") format("embedded-opentype"),
	url("/includes/public/fonts/mark_pro.woff") format('woff');
}

@font-face {
	font-family: "mark_pro_bold";
	src: url("/includes/public/fonts/mark_pro_bold.eot?#iefix") format("embedded-opentype"),
	url("/includes/public/fonts/mark_pro_bold.woff") format('woff');
}

@font-face {
	font-family: "mark_pro_bold_italic";
	src: url("/includes/public/fonts/mark_pro_bold_italic.eot?#iefix") format("embedded-opentype"),
	url("/includes/public/fonts/mark_pro_bold_italic.woff") format('woff');
}

@font-face {
	font-family: "mark_pro_italic";
	src: url("/includes/public/fonts/mark_pro_italic.eot?#iefix") format("embedded-opentype"),
	url("/includes/public/fonts/mark_pro_italic.woff") format('woff');
}

@font-face {
	font-family: "mark_pro_light";
	src: url("/includes/public/fonts/mark_pro_light.eot?#iefix") format("embedded-opentype"),
	url("/includes/public/fonts/mark_pro_light.woff") format('woff');
}

@font-face {
	font-family: "mark_pro_light_italic";
	src: url("/includes/public/fonts/mark_pro_light_italic.eot?#iefix") format("embedded-opentype"),
	url("/includes/public/fonts/mark_pro_light_italic.woff") format('woff');
}

@font-face {
	font-family: "mark_pro_medium";
	src: url("/includes/public/fonts/mark_pro_medium.eot?#iefix") format("embedded-opentype"),
	url("/includes/public/fonts/mark_pro_medium.woff") format('woff');
}

@font-face {
	font-family: "mark_pro_medium_italic";
	src: url("/includes/public/fonts/mark_pro_medium_italic.eot?#iefix") format("embedded-opentype"),
	url("/includes/public/fonts/mark_pro_medium_italic.woff") format('woff');
}

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


.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
	font-family: "mark_pro_bold";
	font-size: 55px;
	line-height: 59px;
	margin-bottom: 26px;
	color: #335EAB;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
	font-family: "mark_pro_bold";
	font-size: 40px;
	line-height: 48px;
	margin-bottom: 21px;
	color: #000;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
	font-family: "mark_pro_bold";
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 18px;
	color: #335EAB;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
	font-family: "mark_pro_bold";
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 17px;
	color: #F6B03F;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
	font-family: "mark_pro_medium";
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 15px;
	color: #000;
	font-weight: 700;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
	font-family: "mark_pro";
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #335EAB;
	font-weight: 700;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
	font-family: "mark_pro";
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
	color: #000;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #F2685E;
}

.contentRender_name_plugins_core_textbox a,
.contentRender_name_plugins_core_textbox a:link,
.contentRender_name_plugins_core_textbox a:visited,
.contentRender_name_plugins_core_textbox a:focus {
	color: #0000ee;
}

.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  {
	color: #000;
    font-size: 18px;
    line-height: 26px;
    font-family: "mark_pro";
    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 td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {

}

.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
    font-weight: bold;
    line-height: inherit;
}

.core-styles em, .contentRender_name_plugins_core_textbox em,
.core-styles i, .contentRender_name_plugins_core_textbox i {
    font-style: italic;
    line-height: inherit;
}

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: 38px;
		line-height: 41px;
		margin-bottom: 15px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
		font-size: 30px;
		line-height: 33px;
		margin-bottom: 13px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
		font-size: 30px;
		line-height: 33px;
		margin-bottom: 13px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4,
	.sitemap h4 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 13px;
	}

	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 12px;
	}

	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 12px;
	}

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 28px;
	}

	.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-size: 16px;
		line-height: 24px;
		margin-bottom: 28px;
	}

	.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 STYLES---------------------------*/
/* 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;
	height: 41px;
}

.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: "mark_pro";
}
/* 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: 26px;
	color: #000;
}
/* 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: "mark_pro_bold";
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 18px;
	color: #335EAB;
}
/* 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 {
	/*
		Set a background color or tiled image here as well as the color of text over it.
		This will affect things like the loading progress bar as well as some other event
		calendar related items.
	*/
	background-color: #7ccecd;
}
/* 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
	*/
	font-weight: bold;
}
/* STYLE SUBMIT BUTTONS */
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
	display: block;
    text-transform: capitalize;
    margin: 15px 0;
    padding: 12px 30px;
    color: white;
    text-align: center;
    border-radius: 25px;
    background-color: #335eab;
}
.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 {
	background-color: #335eab;
	color: #fff;
}
/* SET LINK COLOR HERE */
body.crm-calendar-popup .contentRender a, body.crm-calendar-popup .contentRender a:hover {
	color: #F2685E;
}
/* 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;
}
/* 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: #F2685E;
}
.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: #F2685E !important;
	border-radius: 0 !important;
	box-shadow: none;
}
/*---------------------------END FORM STYLES---------------------------*/

/*
|-----------------------------------------------------------------------------------------------------------
| 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%;
	font: inherit;
	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; }


.contentRender_name_plugins_core_textbox blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 20px;
	quotes: "\201C""\201D""\2018""\2019";
}
.contentRender_name_plugins_core_textbox blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.contentRender_name_plugins_core_textbox blockquote p {
	display: inline;
}

.contentRender_name_plugins_core_textbox blockquote:before,
.contentRender_name_plugins_core_textbox blockquote:after,
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: 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: "mark_pro";
	color: #000000;
}
.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
}
a,
a:link,
a:visited,
a:focus {
	font-family: "mark_pro_bold";
	color: #F2685E;
}
p {
	font-family: "mark_pro";
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 20px;
}
h1 {
	font-family: "mark_pro_bold";
	color: #335EAB;
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 10px;
}
h2 {
	font-family: "mark_pro_bold";
	color: #7CCECD;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
}
h3 {
	font-family: "mark_pro_bold";
	color: #335EAB;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 5px;
}
h4 {
	font-family: "mark_pro_bold";
	color: #F6B03F;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 5px;
}
h5 {
	font-family: "mark_pro_medium";
	color: #F9A88B;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
h6 {
	font-family: "mark_pro";
	color: #335EAB;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: 700;
}

@media (min-width: 1025px) {
	h1 {
		font-size: 55px;
		line-height: 58px;
		margin-bottom: 25px;
	}
	h2 {
		font-size: 40px;
		line-height: 44px;
		margin-bottom: 25px;
	}
	h3 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 36px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	h5 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	h6 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	a,
	a:link,
	a:visited,
	a:focus {
		font-family: "mark_pro_bold";
		color: #F2685E;
	}
	p,
	ul {
		font-size: 18px;
		line-height: 28px;
	}
}
.announcements a {
	color: #0000ee;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
.wrapper img { border: medium none; }
body .wrapper .row {
	max-width: none;
}
::-webkit-input-placeholder {
	color: #c9bea7;
	opacity: 1;
}
:-moz-placeholder {
	/* Firefox 18- */

	color: #c9bea7;
	opacity: 1;
}
::-moz-placeholder {
	/* Firefox 19+ */

	color: #c9bea7;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #c9bea7;
	opacity: 1;
}

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

.header-section {
	position: relative;
	z-index: 999;
	height: 80px;
	width: 100%;
	margin: 0 auto;
}

.header-section .logo {
	margin: 0 auto;
}

.header-section .logo img {
	display: block;
	width: 100%;
	height: 65px;
}

.header-section .top-nav-cont {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	height: inherit;
}

.header-section .header-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-section .header-top {
	display: flex;
}

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

.header-section .header-bottom .show-for-large-up {
	margin: 0 auto;
}

.header-section .header-right {
	display: flex;
}

.header-section .industry-cont {
	margin: 30px auto 0;
}

.header-section .translate-cont {
	display: flex;
	align-items: center;
	position: relative;
	padding-right: 15px;
}

.header-section .translate-cont .fa.fa-caret-down {
	font-size: 20px;
	color: #f6b03f;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
	pointer-events: none;
}

.header-section .translate-dd {
	font-family: "mark_pro_medium";
	color: #7CCECD;
	font-size: 16px;
	margin: 0;
	background: transparent;
	border: 0;
	padding-right: 20px;
}

.header-section .translate-dd:focus {
	outline: none;
}

.header-section .hamburger {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header-section .hamburger i {
	color: #f2685e;
	font-size: 40px;
}

.header-section .hamburger span {
	font-family: "mark_pro_bold";
	font-size: 11px;
	color: #f2685e;
}

.header-section .mobilenav .translate-cont {
	max-width: 130px;
}

.header-section .mobilenav .translate-dd {
	max-width: 95px;
	font-size: 14px;
}

.header-section .mobilenav .translate-cont .fa.fa-caret-down {
	font-size: 17px;
	right: 35px;
}

@media (min-width: 1025px) {
	.header-section {
		height: 150px;
	}
	.header-section .logo {
		width: 13%;
		margin: 0;
		padding-top: 12px;
	}
	.header-section .header-main {
		display: block;
		width: 88%;
	}
	.header-section .logo img {
		height: auto;
		    max-height: 110px;
	}
	.header-section .top-nav-cont {
		padding: 10px 30px;
	}
}

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

/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.body-section {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

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

.intro-panel {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
}

.intro-panel .img-cont {
	flex: auto;
	width: 100%;
	order: 2;
	padding: 0;
	text-align: center;
	    padding-top: 230px;
}

.intro-panel .img-cont img {
	display: block;
	margin: 0 auto;
}

.intro-panel .content {
	flex: auto;
	width: 100%;
	padding: 0 15px 35px;
	order: 1;
	border-bottom: 20px solid #335eab;
}

.intro-panel .content {
	text-align: center;
}

.intro-panel .content p {
	text-align: left;
}

@media (min-width: 1025px) {
	.intro-panel {
		flex-direction: row;
		margin-bottom: 65px;
	}
	.intro-panel .img-cont {
		flex: 0 1 25%;
		order: 1;
		display: flex;
	}
	.intro-panel .img-cont img {
		width: 100%;
	}
	.intro-panel .content {
		flex: 0 1 75%;
		order: 2;
		padding: 55px 15px 75px;
	}
	.intro-panel .content .inner {
		width: 100%;
		max-width: 975px;
		margin: 0 auto;
	}
	.intro-panel .content h1 {
		font-size: 62px;
		line-height: 70px;
		margin-bottom: 30px;
	}
	.intro-panel .content h5 {
		margin-top: 50px;
	}
	.intro-panel .content p {
		font-size: 18px;
		line-height: 28px;
	}
}

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

.panel-one-col,
.panel-two-col-right,
.panel-two-col-left,
.panel-two-col-even {
	display: block;
	padding-bottom: 30px;
}

.panel-one-col .panel-one-col,
.panel-one-col .panel-two-col-left,
.panel-one-col .panel-two-col-right,
.panel-one-col .panel-two-col-even {
	padding-bottom: 0;
}

@media (min-width: 1025px) {
	.panel-one-col,
	.panel-two-col-right,
	.panel-two-col-left,
	.panel-two-col-even {
		display: block;
		padding-bottom: 50px;
	}
}

.spotlight-panel {
    padding: 0 15px;
}
.spotlight-panel .title-cont {
    text-align: center;
    padding-bottom: 10px;
}
.spotlight-panel .spotlight-inner {
    display: flex;
    flex-direction: column;
}
.spotlight-panel .spotlight-col {
    width: 100%;
}
@media (min-width: 641px) and (max-width: 1024px) {
    .spotlight-panel .spotlight-inner {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .spotlight-panel .spotlight-col {
        flex: 1 1 50%;
        padding: 0 15px;
    }
}
@media (min-width: 1025px) {
    .spotlight-panel .spotlight-inner {
        flex-wrap: nowrap;
        flex-direction: row;
    }
    .spotlight-panel .title-cont h2 {
        font-size: 44px;
        line-height: 50px;
        margin-bottom: 5px;
    }
    .spotlight-panel .spotlight-col {
        flex: 0 1 33.3333%;
        padding: 0 15px;
    }
}
.social-panel {
    margin-bottom: 35px;
}
.social-panel .title-cont {
    padding: 15px;
    text-align: center;
}
.social-panel .title-cont h4 {
    color: #f6b03f;
    margin-bottom: 10px;
}
.social-panel .links {
    padding: 25px;
    text-align: center;
}
.social-panel .links .social-icons {
    justify-content: center;
    margin-bottom: 20px;
}
.social-panel .links .social-icon {
    font-size: 36px;
    color: #f2685e;
}
.social-panel .links .hash-link {
    color: #7ccecd;
}
@media (min-width: 1025px) {
    .social-panel {
        margin-bottom: 0;
    }
    .social-panel .title-cont h4 {
        font-size: 42px;
        line-height: 46px;
    }
    .social-panel .title-cont p {
        font-size: 20px;
    }
    .social-panel .links {
        padding: 35px 35px 0;
    }
    .social-panel .links .social-icons .social-icon {
        font-size: 42px;
        margin-right: 35px;
    }
    .social-panel .links .social-icons .social-icon:last-child {
        margin-right: 0;
    }
    .social-panel .links .hash-link {
        font-size: 28px;
    }
}
/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.footer {
	position: relative;
}

.footer .footer-logo {
   width: 100%;
   margin-bottom: 50px;
}

.footer .footer-logo img {
	display: block;
	margin: 0 auto;
}

.footer .footer-bottom {
	position: relative;
}

.footer .footer-bottom .svg-cont {
	position: relative;
	z-index: -1;
}

.footer .footer-bottom .svg-cont .ocean {
	width: 100%;
	height: 60px;
	background-color: #d4ece8;
}

.footer .footer-bottom .svg-cont .beach {
	width: 100%;
	height: 20px;
	background-color: #ffd86a;
}

.footer .footer-bottom .svg-cont .rocks {
	width: 58%;
	max-width: 475px;
}

.footer .footer-bottom .svg-cont .rocks img {
	display: block;
	width: 100%;
	margin-left: 20px;
}

.footer .footer-bottom .svg-cont .svg-right {
	width: 35%;
	max-width: 330px;
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.footer .footer-bottom .svg-cont .svg-right .dog {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 18%;
	max-width: 50px;
}

.footer .footer-bottom .svg-cont .svg-right .surfer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 75%;
	max-width: 275px;
}
.footer .footer-bottom .svg-cont .svg-right .cartwheel {
	position: absolute;
	bottom: -5px;
	left: 0;
	max-width: 275px;
}

.footer .footer-bottom .copyright {
	font-family: "mark_pro";
	color: #f2685e;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background-color: #ffd86a;
	padding: 15px;
}

.footer .footer-bottom .copyright img {
	display: block;
	margin: 10px auto 0;
}

@media (min-width: 1025px) {
	.footer .footer-bottom .svg-cont .rocks img {
		margin-left: 75px;
	}
	.footer .footer-bottom .svg-cont .svg-right {
		right: 75px;
	}
	.footer .footer-bottom .svg-cont {
		position: absolute;
		bottom: 70px;
		left: 0;
		width: 100%;
	}
	.footer .footer-bottom {
		margin-top: 140px;
	}
}

/* .mobileAd {
    display: none;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.hasMobileAd .mobileAd {
    display: block;
}

.mobileAd #dtnContainer .banner-close {
    position: absolute;
    top: 12px;
    right: 10px;
    font-family: "mark_pro_bold";
    color: #335EAB;
} */


.mobileAd {
	display: none;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

/*.footer-wrapper.hasMobileAd { padding-bottom: 53px; }*/
.hasMobileAd .mobileAd { display: block; }

@media(max-width: 640px){
    .gdpr-dtn-cont {
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        z-index: 1;
        align-items: center;
        width: 100%;
    }
    .alert-wrapper-cookie.show-alert .alert-container {
        position: relative;
        bottom: 0;
    }
    .mobileAd {
        position: relative;
    }
    .mobileAd.no-gdpr {
        position: fixed;
    }
}
.mobileAd .dtnContainer {
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    max-width: 350px;
    /*border-left: 20px solid #cd9700*/
}
.mobileAd .dtnContainer #google_image_div { position: relative !important; }
.mobileAd .dtnContainer img { display: block; width: 100%;}
.mobileAd .banner-close {
	position: absolute;
    top: 5px;
    right: 32px;
    transform: translateY(-100%);
    cursor: pointer;
    z-index: 1;
}
.mobileAd .banner-close .fa-times-circle {
    background-color: black;
    color: white;
    border-radius: 50%;
    font-size: 20px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(min-width: 641px){
	.hasMobileAd .mobileAd {
		display: none;
	}
}

/* Shared Input */
.shared-input,
.shared-input[type] {
    border: none;
    border-radius: 25px;
	background-color: #fff;
	height: 50px;
	line-height: 48px;
	font-size: 18px;
	color: black;
	padding: 0 15px;
    margin-bottom: 30px;
    font-family: "mark_pro";
}
.shared-input::-webkit-input-placeholder {
	color: black;
}
.shared-input::-moz-placeholder {
	color: black;
}
.shared-input:-ms-input-placeholder {
	color: black;
}
.shared-input:-moz-placeholder {
	color: black;
}

.shared-submit {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background-color: #f2685e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    transition: none;
}

.shared-submit i {
    font-size: 20px;
    color: white;
}

.shared-submit:hover {
    background-color: #f2685e;
}

.vguide {
    padding: 0 15px 20px;
    margin-bottom: 35px;
    background-color: #335eab;
}

.vguide .vguide-top .logo {
    margin-right: 20px;
}

.vguide .vguide-top {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.vguide .vguide-top .title {
	margin: 0 auto;
}


.vguide .vguide-top .title,
.vguide .vguide-bottom {
    text-align: center;
}

.vguide .vguide-top .title .request {
    font-family: "mark_pro_bold";
    font-size: 24px;
    line-height: 28px;
    color: white;
}

.vguide .vguide-top .title .request i {
    font-size: 24px;
    color: #ffd86a;
}

.vguide .subscribe {
    font-family: "mark_pro_bold";
    font-size: 16px;
    color: white;
}

.vguide .subscribe i {
    font-size: 20px;
    color: #ffd86a;
    margin-right: 10px;
}

@media (min-width: 1025px) {
    .vguide {
        padding-bottom: 0;
    }
    .vguide .inner {
        width: 100%;
        max-width: 840px;
        margin: 0 auto;
    }
    .vguide .vguide-top {
        margin-bottom: 0;
    }
    .vguide .vguide-top .logo {
        max-width: none;
        min-width: 200px;
        margin-right: 65px;
    }
    .vguide .vguide-top .logo img {
        display: block;
        width: 100%;
    }
    .vguide .vguide-top .title .request {
        display: block;
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 35px;
    }
    .vguide .vguide-top .title .request i {
        font-size: 48px;
        font-weight: bold;
    }
    .vguide .subscribe {
        font-size: 18px;
    }
}

@media (min-width: 641px) and (max-width: 1024px) {
    .vguide .vguide-top .title .request {
        display: block;
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 36px;
    }
}

/*custom button*/
.button-cont {display: flex;}
.button-cont.align_left {justify-content:flex-start;}
.button-cont.align_center {justify-content:center;}
.button-cont.align_right {justify-content:flex-end;}
.button-cont a {
	margin: 15px 0;
    padding: 12px 30px;
    color: white;
    text-align: center;
    border-radius: 25px;
    background-color: #335eab;
}


/*Cookie CSS*/
.cookie-notification-wrapper {
	display: none;
	z-index: 1001;
	max-width: 540px;
	width: 100%;
	background: #FFF;
	padding: 14px 60px 12px 17px;
	position: fixed;
	right: 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: 18px;
  line-height: 28px;
}
.cookie-notification-wrapper {
	position: fixed;
}
/* @media screen and (max-width: 640px) {
	.cookie-ad-container {
		position: fixed;
		z-index: 1000;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}
} */


.sv-share {
	--share-trigger-button-color: #7ccecd;
	--share-trigger-icon-color: #7ccecd;
	--share-trigger-bg-color: transparent;
	--share-trigger-bg-color-hover: transparent;
}

.sv-share-trigger,
.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited {
    color: #7ccecd;
    background-color: transparent;
}

.contentRender_name_plugins_events_submitevent .submitEventForm  #captchaBlock{
	position: relative;
	z-index: 20;
}

#visit_widget_button.right_bottom,
#visit_widget_button.left_bottom {
	bottom: 60px !important;
}

/* Privacy Policy Form */
#fieldcontainer_udf_32 {
	display: flex;
}
#fieldcontainer_udf_32 label.formreq{
	margin-left: 16px;
}
#rowcontainer_udf_32 + .hint {
	display: flex;
	margin-left: 26px;
	margin-top: 10px;
}
.contentRender form.simpleForm h3 {
	margin-top: 20px;
}
@media (min-width:40em) {
	#rowcontainer_udf_32 + .hint {
		margin-left: calc(25% + 26px);
	}
}
@media (min-width:64em) {
	#fieldcontainer_udf_32 label.formreq{
		text-align: left;
	}
}