/**
 * 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.
 */


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

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

/*
	font-family:'Droid Serif W01 Regular';
	font-family:'Droid Serif W01 Italic';
	font-family:'DroidSerifW01-BoldItali';
	font-family:'Droid Serif W01 Bold';

	font-family: 'Lato', sans-serif;
*/

.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #144270;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #144270;
    font-size: 46px;
    line-height: 46px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #144270;
    font-size: 38px;
    line-height: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4 {
    color: #144270;
    font-size: 32px;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #144270;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #144270;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #595a5c;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #802022;
    font-weight: bold;
}

.core-styles a:hover,
.contentRender_name_plugins_core_textbox a:hover {
	text-decoration: underline;
}

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
	color: #595a5c;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: #595a5c;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    background: #FFFFFF;
    margin-bottom: 1.25rem;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

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; }

/* img {
	pointer-events: none;
} */

@media screen and (max-width: 1024px){
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 60px;
    	line-height: 60px;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
	    font-size: 18px;
	    line-height: 30px;
	}
	.core-styles ul:not([class*="block-grid-"]) li,
	.core-styles ol:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
		font-size: 18px;
    	line-height: 30px;
	}
}

@media screen and (max-width: 640px){
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
	    font-size: 40px;
	    line-height: 40px;
	    margin-bottom: 10px;
	}
	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
	    font-size: 36px;
    	line-height: 36px;
	}
	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
	    font-size: 32px;
    	line-height: 32px;
	}
	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4 {
	    font-size: 28px;
    	line-height: 28px;
	}
	.core-styles h5,
	.contentRender_name_plugins_core_textbox h5 {
	    font-size: 24px;
	    line-height: 24px;
	    letter-spacing: 1px;
	}
	.core-styles h6,
	.contentRender_name_plugins_core_textbox h6 {
	    font-size: 18px;
	    line-height: 18px;
	    letter-spacing: 2px;
	}
	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
	    font-size: 18px;
	    line-height: 30px;
	}
	.core-styles ul:not([class*="block-grid-"]) li,
	.core-styles ol:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
	.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li {
		font-size: 18px;
    	line-height: 30px;
	}
}

/*---------------------------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;
	vertical-align: top;
}

.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: 'Lato', 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 {
	/*
		Add style, weight color to match general html style. Do not set font-family here. Use the above class.
	*/
	color: #595a5c;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
/* 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 {
	color: #144270;
    font-size: 38px;
    line-height: 38px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}
/* 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: #072c51;
}
/* 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 {
	/*
		This is your basic button styling. You can use your site submit button styling here.
		E.G. the listings submit styles
	*/
	background-color: #f6b715;
	margin-bottom: 0;
	padding: 10px 10px 9px 10px;
}
.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: #f6b715;
}
/* 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.
	*/
	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 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
	*/
}
.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: #a49483 !important;
	border-radius: 0 !important;
	box-shadow: none;
}

/*** END FORM STYLING ***/

/*---------------------------CUTUP 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;
    font-family: 'Lato', sans-serif;
}

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: #3e1313;
    color: black;
    overflow-x: hidden;
}
.wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    background-color: white;
}
a,
a:link,
a:visited,
a:focus {
	outline: none;
}

h1 {
    font-size: 72px;
    line-height: 78px;
    color: #144270;
    font-weight: 900;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}
h2 {
    font-size: 52px;
    line-height: 58px;
    color: #144270;
    font-weight: 900;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}
h3 {
    font-size: 32px;
    line-height: 38px;
    color: #144270;
    font-weight: 900;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}
h4 {
    font-size: 28px;
    line-height: 32px;
    color: #144270;
    font-weight: 900;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}
h5 {
    font-size: 24px;
    line-height: 28px;
    color: #144270;
    font-weight: 900;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}
h6 {
    font-size: 22px;
    line-height: 26px;
    color: #144270;
    font-weight: 900;
    margin-bottom: 25px;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 1024px) {
    h1 {
        font-size: 62px;
        line-height: 68px;
    }
    h2 {
        font-size: 42px;
        line-height: 48px;
    }
}
@media (max-width: 641px) {
    h1 {
        font-size: 40px;
        line-height: 46px;
    }
    h2 {
        font-size: 32px;
        line-height: 36px;
    }
    h3 {
        font-size: 28px;
        line-height: 32px;
    }
    h4 {
        font-size: 26px;
        line-height: 30px;
    }
    h5 {
        font-size: 24px;
        line-height: 28px;
    }
    h6 {
        font-size: 20px;
        line-height: 24px;
    }
}
p {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #595a5c;
    margin: 0 0 20px;
}
ul { margin-left: 1.8em; }
.wrapper img { border: medium none; }
.wrapper .ui-datepicker select { padding: 0; }
.ui-datepicker { z-index: 10 !important; }
.text-cont {
    position: relative;
    text-align: center;
    padding: 100px 0px;
}
.center-align { text-align: center; }
.title-description {
    font-family: "acumin-pro-extra-condensed", Arial, Helvetica, sans-serif;
    color: #939786;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.body-copy {
    color: #343433;
    font-size: 16px;
    font-family: "acumin-pro-extra-condensed", Arial, Helvetica, sans-serif;
    margin: 20px auto;
}
.body-copy a {
    color: #343433;
    font-weight: 700;
}
.body-copy a {
    display: inline;
    background-size: 0% 90%;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent 80%, #ffda27 80%);
    background-image: -o-linear-gradient(transparent, transparent 80%, #ffda27 80%);
    background-image: -moz-linear-gradient(transparent, transparent 80%, #ffda27 80%);
    background-image: linear-gradient(transparent, transparent 80%, #ffda27 80%);
    transition: all ease .5s;
}

.body-copy a:hover { background-size: 100% 90%; }

.btn-style,
.btn-style:focus {
    position: relative;
    background-color: #ffda27;
    color: #3d4543;
    font-family: "acumin-pro-extra-condensed", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 0;
    padding: 9px 10px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}
.btn-style::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.clear {
    clear: both;
    line-height: 1px;
    visibility: hidden;
}
body .wrapper .row {
    max-width: 1280px;
}

.shared-anchor {
    font-family: 'DroidSerifW01-BoldItali';
    text-transform: capitalize;
    font-size: 18px;
    display: inline-block;
}

.shared-anchor > span {
    display: inline-block;
    margin-right: 6px;
    font-weight: 600;
}

.one-col-panel.beige {
    background-color: #fff9e7;
    padding-top: 40px;
    margin-bottom: 30px;
}

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

.header-section {
    position: relative;
    /*z-index: 9999;*/
    height: 100%;
    width: 100%;
    font-family: 'Lato', sans-serif;
}

.header-section .top-nav-cont {
    position: relative;
    left: 0;
    top: 0;
    height: 110px;
    width: 100%;
    background-color: #fff9e7;
}

.header-section .red-border {
    height: 22px;
    background-color: #802022;
}

.header-section .top-nav-cont .row {
    max-width: 100%;
    height: inherit;
}

.header-section .top-nav-cont .top-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: inherit;
    padding-top: 25px;
}

.header-section .top-nav-cont .contact a {
    color: #802022;
    text-transform: uppercase;
}

.header-section .top-nav-cont .contact a > span {
    font-weight: 900;
}

.header-section .search-mobile {
    position: absolute;
    right: 11px;
    top: 9px;
    float: right;
}

.header-section .logo {
    position: relative;
    margin: 0;
    /*z-index: 9999;*/
}

.header-section .logo a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-section .logo .main-img {
    margin: 10px 35px 30px 15px;
}

.header-section .logo .small-img {
    display: none;
}

@media (max-width: 1024px) {
    .header-section .top-nav-cont {
        height: 80px;
    }
    .header-section .logo .main-img,
    .header-section .logo .secondary-img {
        display: none;
    }
    .header-section .logo .small-img {
        display: block;
    }
    .header-section .logo .small-img.primary {
        margin: 0 25px 20px 0;
    }
    .header-section .logo .small-img.secondary {
        height: 102px;
    }
}

@media (max-width: 641px) {
    .header-section .logo > a {
        justify-content: flex-start;
    }
    .header-section .logo .small-img.primary {
            margin: 0 10px 20px 0;
            width: 135px;
    }
}
/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/

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

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

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

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

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

.panel-one-col.beige {
    background-color: #fff9e7;
    padding-top: 40px;
}

.controlled-width {
    max-width: 1180px;
    margin: 0 auto;
}
.contentRender_name_plugins_collections_template_custom_header_slideshow_interior,
.header-slideshow-int .slideshow-cont {
	width: 100%;
	display: flex;
	position:relative;
}
.header-slideshow-int .slideshow-cont {
	max-height: 480px;
	margin-right: 34%;
}
.header-slideshow-int {
	position:relative;
	display: flex;
	width: 100%;
	z-index: 1000;
	margin-bottom: 25px;
	background: #802022;
}
.header-slideshow-int .sidebar {
	position: absolute;
	top: 0;
    right: 0;
    z-index: 2;
	width: 34%;
}
.header-slideshow-int .sidebar-inner {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 1024px) {
	.header-slideshow-int {
		flex-direction: column;
	}
	.header-slideshow-int .sidebar {
		position: relative;
		width: 100%;
	}
	.header-slideshow-int .sidebar-inner {
		position: relative;
	}
	.header-slideshow-int .sidebar {
		margin-bottom: 10px;
	}

}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer {
    position: relative;
    z-index: 1;
    font-family: 'Lato', sans-serif;
}

.footer .row {
    max-width: 1280px;
}

.footer-bottom {
    position: relative;
    background-color: rgba(359, 78, 79, 0.6);
}

.footer .footer-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 0, 1, 0.75);
}

@supports not (mix-blend-mode){
    .footer-bottom {
        background-color: transparent;
    }
    .footer .footer-bottom::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #802022;
        mix-blend-mode: multiply;
    }
}

.footer-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer .footer-content {
    position: relative;
    padding: 40px 25px 25px;
    z-index: 1;
}

.footer .character-img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.root_panel.interior .footer .character-img {display: none!important;}
.footer-bg .img-cont-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.footer-bg .img-cont-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.footer-bg .img-cont-left .inner,
.footer-bg .img-cont-right .inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.footer-bg .flag {
    position: absolute;
    bottom: -160px;
    left: -45px;
    opacity: 0.2;
    transform: scale(1.3);
}

.footer-bg .flag-opposite {
    position: absolute;
    bottom: -160px;
    right: -45px;
    transform-origin: center;
    transform: rotateY(180deg) scale(1.3);
    opacity: 0.2;
}

.footer .footer-content .address-info {
    list-style: none;
    margin: 0;
    text-align: center;
    color: white;
    margin-bottom: 35px;
    margin-top: 45px;
    font-size: 14px;
}
.footer .footer-content .address-info p {
	margin-bottom: 0;
	color: #fff;
}
.footer .footer-content .address-info li {
    line-height: 24px;
}

.footer .footer-content .address-info li span {
    display: inline-block;
    font-weight: 700;
}

.footer .footer-content .address-info li span:first-of-type {
    margin-right: 20px;
}

.footer .footer-content .address-info li span:first-of-type::after {
    content: "|";
    display: inline-block;
    position: relative;
    right: -11px;
}

.footer .footer-content .footer-logo {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.footer .footer-content .footer-logo::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 33%;
    height: 1px;
    background-color: white;
}

.footer .footer-content .copyright {
    display: block;
    color: white;
    text-align: center;
    font-size: 14px;
}

.footer .copyright.for-medium {
    position: absolute;
    bottom: 30px;
    left: 20px;
    display: inline-block;
    color: white;
    text-align: center;
    font-size: 14px;
    z-index: 100;
}

.footer .footer-content .copyright.for-small {
    margin-top: 25px;
}

@media (min-width: 1025px) {
    .footer .copyright.for-medium {
        display: none;
    }
}

.footer .footer-content .contact-info {
    text-align: right;
}

.footer .footer-content .contact-info h4 {
    text-transform: uppercase;
    color: white;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer .footer-content .contact-info ul {
    list-style: none;
    margin: 0;
}

.footer .footer-content .contact-info ul li a {
    display: block;
    color: white;
    line-height: 24px;
    font-size: 14px;
}

.footer .footer-content .contact-info ul li a > i {
    margin-right: 6px;
}

.footer .sv-logo {
    position: absolute;
    bottom: 25px;
    right: 40px;
}

@media (max-width: 1024px) {
	.footer .sv-logo {
	    position: relative;
	    bottom: 0;
	    right: 0;
	    text-align: center;
	    margin-top: 25px;
	    margin-bottom: 5px;
	}
	.footer .sv-logo .copyright {
		margin-bottom: 25px;
	}
    .footer-bg .flag,
    .footer-bg .flag-opposite {
        bottom: 150px;
    }
    .footer-bg .flag {
        transform: scale(1.1);
    }
    .footer-bg .flag-opposite {
        transform: scale(1.1) rotateY(180deg);
    }
    .footer .footer-content .contact-info {
        text-align: center;
    }
}

@media(min-width: 642px) and (max-width: 1024px) {
    .footer .footer-content .copyright.not-medium {
        display: none;
    }
    .footer .footer-content .copyright.for-medium {
        display: block;
    }
}

@media (max-width: 641px) {
    .footer .footer-content .copyright.not-medium {
        display: none;
    }
    .footer-bg .img-cont-right {
        display: none;
    }
    .footer-bg .img-cont-left {
        width: 100%;
    }
    .footer-bg .flag {
        bottom: 450px;
        left: 50%;
        transform: translateX(-50%) scale(1.6);
    }
    .footer .footer-content .footer-logo {
        width: 100%;
        text-align:center;
    }
    .footer .footer-content .address-info {
        margin-bottom: 15px;
    }
    .footer .copyright.for-medium {
        display: none;
    }
}

/**** Header search ****/

.search-cont {
    position: relative;
    height: 50px;
}

.search-cont > i {
    color: #144270;
    font-size: 20px;
    cursor: pointer;
}

.search-cont .search-form {
    display: none;
    position: absolute;
    top: 25%;
    right: 0;
    transform: translateY(-50%);
    width: 270px;
    z-index: 2000;
}

.search-cont.active .search-form {
    display: block;
}

.search-cont .search-form .inner {
    position: relative;
}

.search-cont .search-form .search-btns {
    position: absolute;
    top: 0;
    right: 5px;
    height: 37px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.search-cont .search-form .search-btns .fa.fa-search {
    margin-right: 8px;
    font-size: 20px;
    color: #f6b715;
}

.search-cont .search-form input {
    margin: 0;
    background-color: #144270;
    font-family:'Droid Serif W01 Italic';
    color: white;
    border: 0;
    border-color: transparent;
}

/**** Footer search ****/

.footer-search {
    position: relative;
    margin-bottom: 35px;
}

.footer-search .input-cont .submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    width: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #144270;
    color: white;
}






/* Vguide */

.vguide-cont {
    display: flex;
    justify-content: center;
    background-color: #eee3cb;
    padding: 20px;
}

.vguide-cont.narrow-width {
    width: 90%;
    margin: 0 auto 150px;
    padding: 0;
}
@media(max-width:1024px){
	.vguide-cont.narrow-width {
	    width: calc(100% - 30px);
	    margin: 0 15px 150px;
	    padding: 0;
	}
}
.root_panel.interior .vguide-cont {
	width: 100%;
	margin: 0;
}
.root_panel.interior .vguide-cont img,
.root_panel.interior .vguide-cont p,
.root_panel.interior .vguide-cont .vguide-btn {display: none;}
.root_panel.interior .contentRender_name_plugins_common_enews,
.root_panel.interior .contentRender_name_plugins_common_vguide {width: auto}
.root_panel.interior .vguid-item {margin: 0px 20px;}
.root_panel.interior .vguid-item .title {}
.vguide-cont.full-width {
    flex-direction: row;
    padding: 10px 0;
}

.vguide-cont .vguide-item .title,
.vguide-cont .left-side-full .title,
.vguide-cont .right-side-full .title  {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #595a5c;
    margin-right: 55px;
    padding: 24px 24px 24px 0;
}

.vguide-cont .vguide-item .title span:first-of-type,
.vguide-cont .left-side-full .title span:first-of-type,
.vguide-cont .right-side-full .title span:first-of-type  {
    color: #802022;
}

.vguide-cont .vguide-item .title.border,
.vguide-cont .vguide-item.border,
.vguide-cont .left-side-full .vguide-item-full.border .title {
    border-right: 1px solid black;
}

.vguide-cont.narrow-width .vguide-item {
    margin: 10px 20px;
}

.vguide-cont.narrow-width .vguide-item .title {
    margin-right: 0;
}

.vguide-cont .vguide-btn {
    display: inline-block;
    padding: 25px;
    border: 5px solid #802022;
    color: #802022;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}

.contentRender_name_plugins_common_vguide {
    display: flex;
    width: 60%;
}
.contentRender_name_plugins_common_vguide .left-side {display: flex;}
.contentRender_name_plugins_common_enews {
    width: 40%;
}

.vguide-cont .vguide-item p {
    width: 100%;
    font-size: 13px;
    color: #595a5c;
}

.vguide-cont.full-width .right-side,
.vguide-cont.full-width .left-side {
    width: 50%;
}

.vguide-cont.full-width .left-side {
    justify-content: flex-end;
}

.vguide-cont.full-width .left-side .vguide-item .title,
.vguide-cont.full-width .left-side .vguide-item .title {
    margin-right: 0;
}

.vguide-cont.full-width .right-side .vguide-item {
    margin-left: 35px;
}

@media (max-width: 1024px) {
    .vguide-cont {
        flex-direction: column;
    }
    .vguide-cont.narrow-width {
        margin-bottom: 25px;
    }
    .contentRender_name_plugins_common_vguide,
    .contentRender_name_plugins_common_enews,
    .vguide-cont .left-side,
    .vguide-cont .right-side {
        width: 100%;
    }
    .vguide-cont .vguide-item.border {
        border-right: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 25px 0;
    }
    .root_panel.interior .vguide-cont.narrow-width .left-side {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid black;
    }
    .vguide-cont.narrow-width .left-side {
        width: 95%;
        margin: 0 auto;
        border-bottom: 1px solid black;
    }
    .vguide-cont .left-side img {
        flex: 0 0 auto;
        margin: 20px;
    }
    .vguide-cont .right-side .vguide-item,
    .vguide-cont .right-side .vguide-item > div:last-child {
        display: flex;
        align-items: center;
    }
    .root_panel.interior .vguide-cont .right-side .vguide-item > div:first-child {
        width: 100%;
    }
    .vguide-cont .right-side .vguide-item > div:first-child {
        width: 65%;
    }
    .vguide-cont .right-side .vguide-item > div:last-child {
        width: 35%;
        justify-content: center;
    }

    .root_panel.interior .vguide-cont {flex-direction:row;}
    .root_panel.interior .contentRender_name_plugins_common_vguide,
    .root_panel.interior .contentRender_name_plugins_common_enews {
        width: auto;
    }
    .root_panel.interior .vguide-cont .vguide-item.border {
        border-right: 1px solid black;
        margin: 10px 20px;
        padding: 0;
        border-bottom: none;
    }
    .root_panel.interior .vguide-cont.narrow-width .left-side {
		border-bottom: none;
    }
}

@media (max-width: 641px) {
    .vguide-cont,
    .vguide-cont.full-width {
        flex-direction: column;
    }
    .vguide-cont.narrow-width .left-side {
        display: block;
    }
    .vguide-cont.narrow-width .left-side img {
        display: block;
        margin: 25px auto;
    }
    .root_panel.interior .vguide-cont.narrow-width .left-side img {
    	display: none;
    }
    .vguide-cont .vguide-item .title.border {
        border-right: 0;
        border-bottom: 1px solid black;
    }
    .vguide-cont .vguide-item .title {
        margin-right: 0;
        font-size: 18px;
    }
    .vguide-cont .left-side {
        flex-direction: column;
    }
    .vguide-cont.narrow-width .vguide-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 25px 0;
    }
    .vguide-cont .right-side .vguide-item > div:last-child {
        justify-content: center;
    }
    .vguide-cont.narrow-width .vguide-item .title-cont {
        align-self: flex-start;
    }
    .vguide-cont .right-side {
        width: 95%;
        margin: 0 auto;
    }
    .vguide-cont .right-side .vguide-item > div:first-child {
        display: flex;
        flex-direction: column;
    }
    .vguide-cont .right-side .vguide-item > div:first-child,
    .vguide-cont .right-side .vguide-item > div:last-child {
        width: 100%;
    }
    .vguide-cont.narrow-width {
        margin: 0 auto 35px;
    }
    .vguide-cont .vguide-item.border {
        padding: 0;
        margin-top: 0;
    }
    .vguide-cont.narrow-width .left-side img {
        margin-bottom: 0;
    }
    .vguide-cont.narrow-width .vguide-item .title {
        padding-bottom: 10px;
    }
    .vguide-cont .vguide-item p {
        font-size: 14px;
        line-height: 20px;
    }
    .vguide-cont.narrow-width .vguide-item {
        margin-top: 0;
    }
    .vguide-cont .vguide-btn {
        width: 180px;
        text-align: center;
    }
    .vguide-cont.full-width {
        flex-direction: column;
    }
    .vguide-cont.full-width .left-side-full .vguide-item-full.border .title,
    .vguide-cont.full-width .right-side-full .vguide-item-full .title {
        border-right: 0;
        padding-right: 0;
        padding-left: 0;
        font-size: 17px;
    }
    .vguide-cont.full-width .left-side-full .vguide-item-full.border {
        border-bottom: 1px solid black;
        margin: 0 10px;
    }
    .vguide-cont.full-width .left-side-full,
    .vguide-cont.full-width .right-side-full {
        text-align: center;
    }
    .vguide-cont .left-side-full .title,
    .vguide-cont .right-side-full .title {
        margin: 0;
    }
    .root_panel.interior .vguide-cont {flex-direction:column;}
    .root_panel.interior .contentRender_name_plugins_common_vguide,
    .root_panel.interior .contentRender_name_plugins_common_enews {
    	width: 100%;
    }
    .root_panel.interior .vguide-cont .vguide-item.border {
        border-right: none;
        margin: 0;
        padding: 0;
        border-bottom: none;
    }
    .root_panel.interior .vguide-cont.narrow-width .vguide-item .title-cont {
    	align-self:center;
    }
    .root_panel.interior .vguide-cont.narrow-width .vguide-item .title-cont .title {
    	padding-right: 0;
    }
    .root_panel.interior .vguide-cont.narrow-width .left-side {
		border-bottom: 1px solid black;
		margin: 0px 20px;
		padding-bottom: 20px;
    }
    .root_panel.interior .vguide-cont.narrow-width .right-side {
    	margin: 0px;
    }
}

/* Tile Custom Widgit*/
.lower {
	display: flex;
	flex-direction: column;
	position: relative;
	background-color: #802022;
	padding-bottom: 30px;
}

	.lower .lower-top {
		padding: 25px;
	}

@media(max-width: 640px){
	.lower .lower-top {
		padding: 25px 15px 0 !important;
	}
}

.lower .shared-anchor {
	color: #f6b715;
}

.lower .pre-title {
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: white;
	font-size: 13px;
}
.lower .lower-imagebox {
	position: relative;
}
.lower .ribbon {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
	text-align: right;
}

.lower h4 {
	font-size: 24px;
	color: white;
	line-height: 26px;
	font-weight: 900;
	margin-bottom: 20px;
}

.lower p {
	color: white;
}
.lower p a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}
.lower .imgcont {
	position: relative;
	z-index: 1;
	margin: 0 25px;
}

.lower .imgcont .content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 13px;
}

.lower .imgcont .content > *,
.lower .ribbon {
	/* IE fix */
	width: 100%;
}

.lower .imgcont .content span:first-of-type,
.lower .imgcont .content span:last-of-type {
	font-family:'Droid Serif W01 Regular';
	color: white;
	display: inline-block;
	margin-bottom: 7px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 100;
}

.lower .imgcont .content span:nth-child(2),
.lower .imgcont .content span:nth-child(3) {
	font-family:'Droid Serif W01 Italic';
	font-size: 28px;
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

.lower .imgcont img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

@media (max-width: 1024px) {
	.lower {
		flex-direction: row;
	}
	.lower .lower-imagebox {
		padding-top: 25px;
	}
	.lower > div:first-of-type {
		padding-right: 15px;
		width: 55%;
	}
	.lower > .imgcont {
		width: 45%;
		margin-top: 0;
	}
	.lower .imgcont  img {
		margin-bottom: 0;
	}
	.lower .ribbon {
		position: relative;
	}
	.lower h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.lower p {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 641px) {
	.lower h4 {
		margin-bottom: 5px;
	}
	.lower {
		flex-direction: column;
	}
	.lower > div:first-of-type {
		padding-right: 0;
	}

	.shared-anchor {
		font-size: 14px;
	}
	.lower {
		padding: 0;
	}
	.lower > div:first-of-type,
	.lower > .imgcont {
		width: 100%;
	}
	.lower .ribbon {
		position: absolute;
		width: 95%;
	}
	.lower .imgcont  img {
		margin-bottom: 20px;
	}
	.lower > .imgcont {
		margin: 20px auto;
	}
}

/*--------Sitemap-------*/
.sitemap {margin-bottom: 25px;}
.sitemap ul {list-style-position: inside;}
@media (min-width: 641px) {
	.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 (min-width: 1025px) {
	.sitemap > ul {
		-webkit-column-count: 3;
		   -moz-column-count: 3;
				column-count: 3;
		-webkit-column-gap: 15px;
		   -moz-column-gap: 15px;
				column-gap: 15px;
	}
}


.mfp-close,
button.mfp-close,
.mfp-close:hover,
.mfp-close:focus{
    background: transparent !important;
}

/*Three Columm Title*/

.panel-three-col-even .title {
	display: flex;
	align-items: flex-end;
}
.panel-three-col-even > .title {
	border-bottom: 1px solid black;
	margin: 0 auto 35px;
}
.panel-three-col-even .title h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 0;
}

.panel-three-col-even .title.red h2 {
	color: #802022;
}


/****  intro container / banner callout ****/

.banner-callout {
	position: relative;
	padding: 15px 0;
	overflow: hidden;
	z-index: 1;
}


@supports not (mix-blend-mode) {
	.banner-callout::before {
		mix-blend-mode: multiply;
	}
	.banner-callout::after {
		display: none;
	}
}

.banner-callout .content {
	position: relative;
	width: 55%;
	margin: 0 auto;
	color: white;
	text-align: center;
	padding: 0 35px;
	z-index: 3;
}

.banner-callout .content h2,
.banner-callout .content h6,
.banner-callout .content p {
	color: white;
}

.banner-callout .content h2 {
	font-size: 40px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.banner-callout .content h6 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 11px;
	text-transform: none;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
}

.banner-callout .left-side,
.banner-callout .right-side {
	width: 50%;
	top: 0;
	background-color: #134272;
	height: 100%;
	position: absolute;
}
.banner-callout .left-side {
	left: 0;
}
.banner-callout .right-side {
	right: 0;
}
.banner-callout .img-cont {
	position: relative;
	height: 100%;
}
.banner-callout .left-side .img-cont img {
	position: absolute;
	bottom: 0;
	left: 30%;
	transform: translateX(-50%);
}
.banner-callout .right-side .img-cont img {
	position: absolute;
	bottom: 0;
	right: 30%;
	transform: translateX(50%);
}
@media (max-width: 1024px) {
	.banner-callout .content {
		width: 90%;
		padding: 0 65px;
	}
	.banner-callout .left-side .img-cont img {
		position: absolute;
		bottom: 0;
		left: 0;
		transform: translateX(-30%);
	}
	.banner-callout .right-side .img-cont img {
		position: absolute;
		bottom: 0;
		right: 0;
		transform: translateX(30%);
	}
}

@media (max-width: 641px) {
	.banner-callout {
		padding: 15px 0;
	}
	.banner-callout .content h2 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.banner-callout .content {
		padding: 15px;
	}
	.banner-callout .content p {
		font-size: 14px;
	}
}

/**** Custom Widget - Highlight Panel ****/

.highlight-panel {
	position: relative;
	display: flex;
	z-index: 1;
	overflow: hidden;
}

.highlight-panel::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(20,66,112,0) 15%, rgba(20,66,112, 1) 33%);
	background: -ms-linear-gradient(left, rgba(20,66,112,0) 15%, rgba(20,66,112, 1) 33%);
	background: -moz-linear-gradient(left, rgba(20,66,112,0) 15%, rgba(20,66,112, 1) 33%);
	z-index: 3;
}

.highlight-panel svg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.highlight-panel .img-cont {
	position: relative;
	width: 25%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	transform: scale(1.6);
	margin-top: 25px;
	margin-left: 45px;
}

.highlight-panel .img-cont::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 66, 112, 0.75);
}

.highlight-panel .img-cont::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(3, 5, 6, 0.25);
}

@supports not (mix-blend-mode) {
	.highlight-panel .img-cont::before {
		background: #144270;
		mix-blend-mode: multiply;
	}
	.highlight-panel .img-cont::after {
		display: none;
	}
}

.highlight-panel .content {
	width: 75%;
	padding: 30px 35px 35px 85px;
	z-index: 10;
	color: white;
}

.highlight-panel .content .pre {
	display: inline-block;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 13px;
}

.highlight-panel .content .title p {
	display: inline-block;
	font-family:'Droid Serif W01 Regular';
	font-size: 28px;
	line-height: 32px;
	font-style: italic;
	color:#fff;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.highlight-panel .img-cont {
		width: 45%;
		transform: scale(1.4);
		margin-top: 12px;
	}
	.highlight-panel .content {
		padding: 25px;
		padding-left: 0;
		width: 55%;
	}
	.highlight-panel::after {
		background: -webkit-linear-gradient(left, rgba(20,66,112,0) 15%, rgba(20,66,112, 1) 50%);
		background: -ms-linear-gradient(left, rgba(20,66,112,0) 15%, rgba(20,66,112, 1) 50%);
		background: -moz-linear-gradient(left, rgba(20,66,112,0) 15%, rgba(20,66,112, 1) 50%);
	}
	.highlight-panel .content .title p {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 0;
	}
}

@media (max-width: 641px) {
	.highlight-panel {
		flex-direction: column;
	}
	.highlight-panel::after {
		display: none;
	}
	.highlight-panel .img-cont,
	.highlight-panel .content {
		width: 100%;
	}
	.highlight-panel .img-cont {
		height: 140px;
	}
	.highlight-panel .content {
		padding: 18px;
		background-color: #144270;
	}
	.highlight-panel .content .title p{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 0;
	}
	.highlight-panel .content .pre {
		font-size: 12px;
		margin-bottom: 5px;
	}
}


/*---------------------------mobile ad---------------------------*/
.mobileAd {
	display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

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

.mobileAd .dtnContainer {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    max-width: 320px;
}
.mobileAd .dtnContainer #google_image_div { position: relative !important; }
.mobileAd .dtnContainer img { display: block; width: 100%;}
.mobileAd .banner-close {
    position: absolute;
    top: 10px;
    right: 44px;
    transform: translateY(-100%);
    background-color: #f5b617;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 15px;
    vertical-align: middle;
    z-index: 1;
}
.mobileAd .banner-close .fa-times {
	color: white;
}

.container-collapsible .accordion-navigation > h4 { display: inline-block; }

.container-collapsible .accordion-navigation > a {
	display: inline-block;
	padding: 0 1rem;
	font-size: 22px;
	background: transparent;
}

.container-collapsible .accordion-navigation.active .fa-angle-down { transform: rotate(180deg); }
