/**
 * 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
|-----------------------------------------------------------------------------------------------------------
|
*/

/*

Place all custom fonts here for reference

font-family: 'Source Sans Pro', sans-serif;

font-family: 'Crimson Text', serif;

font-family: 'Playfair Display', serif;

font-family: 'Montserrat', sans-serif;

*/

/*---------------------------CORE STYLES---------------------------*/


.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #589580;
    font-size: 60px;
    line-height: 62px;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
}

.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #413e3b;
    font-size: 54px;
    line-height: 56px;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
}

.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #413e3b;
    font-size: 38px;
    line-height: 40px;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
}

.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
    color: #413e3b;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
}

.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #413e3b;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #413e3b;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #413e3b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-rendering: optimizeLegibility;
}

.core-styles b, .core-styles strong,
.contentRender_name_plugins_core_textbox b,
.contentRender_name_plugins_core_textbox strong {
	font-weight: bold;
}
.core-styles em,
.contentRender_name_plugins_core_textbox em {
	font-style: italic;
}
.core-styles a,
.contentRender_name_plugins_core_textbox a {
	color: #589580;
    font-weight: bold;
}

.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: #413e3b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-rendering: optimizeLegibility;
    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: 1.25rem;
}

.core-styles table,
.contentRender_name_plugins_core_textbox table,
.core-styles td,
.contentRender_name_plugins_core_textbox td {

}

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){
	.core-styles h1,
	.contentRender_name_plugins_core_textbox h1 {
        font-size: 52px;
        line-height: 60px;
    }

	.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: 46px;
	}

	.core-styles h2,
	.contentRender_name_plugins_core_textbox h2 {
        font-size: 32px;
        line-height: 38px;
	}

	.core-styles h3,
	.contentRender_name_plugins_core_textbox h3 {
        font-size: 28px;
        line-height: 36px;
	}

	.core-styles h4,
	.contentRender_name_plugins_core_textbox h4,
	.sitemap h4 {
		font-size: 28px;
        line-height: 38px;
    }

	.core-styles p,
	.contentRender_name_plugins_core_textbox p {
        font-size: 16px;
        line-height: 26px;
    }

    .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: 26px;
    }

	.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;
	margin: 12px 0;
}
.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 ;line-height: 30px;height: 30px;}
.contentRender #sv_submit_event_form .inner_recur_opt { padding: 0 1.25em 0 1.25em; height: auto;}
.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: 40px;
    margin-top: 15px;
}

.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: 'Montserrat', sans-serif;
}
.contentRender #sv_submit_event_form label.recur_menu{
	border-radius: 0;
}
/* 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 {
	color: #333333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-rendering: optimizeLegibility;
    margin-bottom: 2rem;
}
/* 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: #413e3b;
    font-size: 54px;
    line-height: 56px;
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-weight: 700;
}
/* 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: #589580;
    color: #fff;
    line-height: 30px;
}
/* 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 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    position: relative;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    z-index: 1;
    background-color: #64513d;
}

.contentRender form.simpleForm .button::after,
.contentRender #sv_submit_event_form input.button::after,
.contentRender #sv_submit_event_form .svbtn::after,
.contentRender #multifileuploadcontainer label::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #589580;
    opacity: 0.8;
}

.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: #64513d !important;
	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: #db6027;
	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;
}
/* 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: #db6027;
}
.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: #db6027 !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%;
    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; }

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: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #413e3b;
}
a,
a:link,
a:visited,
a:focus {
    color: #589580;
    font-weight: bold;
}
h1 {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    color: #589580;
    font-size: 38px;
    line-height: 46px;
    margin: 0 0 15px;
}
h2 {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    color: #413e3b;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 15px;
}
h3 {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    color: #413e3b;
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px;
}
h4 {
    font-family: 'Crimson Text', serif;
    font-weight: 700;
    color: #413e3b;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 10px;
}
h5 {
    color: #413e3b;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
h6 {
    color: #413e3b;
    font-size: 26px;
    line-height: 28px;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
@media (min-width: 641px) {
    h1 {
        font-size: 52px;
        line-height: 60px;
        margin: 0 0 20px;
    }
    h2 {
        font-size: 54px;
        line-height: 56px;
        margin: 0 0 20px;
    }
    h3 {
        font-size: 38px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    h4 {
        font-size: 26px;
        line-height: 28px;
        margin: 0 0 15px;
    }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
p,
table tr th,
table tr td {
    color: #413e3b;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-rendering: optimizeLegibility;
}
@media (max-width: 640px) {
    p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 15px;
    }
}
@media (min-width: 641px) {
    p {
        font-size: 18px;
        line-height: 32px;
        margin: 0 0 20px;
    }
}
ul, ol, dl {
    color: #413e3b;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-rendering: optimizeLegibility;
}

::-webkit-input-placeholder {
    color: white;
    opacity: 1;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: white;
    opacity: 1;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
    opacity: 1;
}
:-ms-input-placeholder {
    color: white;
    opacity: 1;
}

/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-section {
    position: relative;
    z-index: 999;
    height: 90px;
    width: 100%;
    padding: 18px 15px 5px;
    background-color: white;
}

.header-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ebe6e1;
    pointer-events: none;
}

.header-section .top-nav-cont {
    position: relative;
    width: 100%;
    max-width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.header-section .item-inner {
    display: flex;
    align-items: center;
}

.header-section .top-nav-cont .header-right {
    display: none;
}

.header-section .top-header {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    height: 100%;
}

.header-section .top-header > * {
    padding-bottom: 5px;
    border-bottom: 1px solid darkred;
}

.header-section .bottom-header {
    height: 100%;
}

.header-section .top-header .utilities {
    display: flex;
    align-items: center;
}

.header-section .top-header .cam-link {
    margin-right: 30px;
}

.header-section .top-header .cam-link i {
    color: #ddbc33;
    margin-left: 8px;
    padding-bottom: 7px;
}

.header-section .top-header .utilities .cam-link,
.header-section .top-header .utilities .weather-link {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-section .top-header .utilities .weather-link {
    padding-bottom: 4px;
    color: #589580;
    font-weight: bold;
}
.header-section .top-header .utilities .weather-link .wi {
    margin-right:5px;
    font-weight: bold;
}

.header-section .contentRender_name_plugins_common_logo {
    display: inline-block;
    width: 80%;
    max-width: 265px;
    margin-right: 5px;
}

.header-section .logo img {
    display: block;
    width: 100%;
}

.header-section .mobilenav .utilities {
    padding: 0 5px;
    text-align: right;
    height: 100%;
    position: relative;
}

.header-section .cam-link {
    font-family: 'Crimson Text', serif;
    text-transform: uppercase;
}

.header-section .mobilenav .cam-link {
    margin-right: 40px;
}

.header-section .mobilenav .cam-link a {
    color: white;
}

.header-section .mobilenav .cam-link i {
    margin-left: 10px;
    color: #ddbc33;
}

.header-section .mobilenav .weather-link {
    font-family: 'Source Sans Pro', sans-serif;
    color: white;
}

@media (min-width: 1025px) {
    .header-section {
        height: 130px;
        padding-top: 0;
        position: fixed;
    }
    .header-section::after {
        height: 10px;
        bottom: -5px;
    }
    .header-section .top-nav-cont {
        padding: 25px 0 0;
    }
    .header-section .top-nav-cont .header-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 73%;
    }
    .header-section .contentRender_name_plugins_common_logo {
        width: 27%;
        max-width: 340px;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| BODY SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.content {
    position: relative;
    width: 100%;
    z-index: 2;
}

.row {
	max-width: 1100px;
    margin: 0 auto;
    margin-left: -15px;
    margin-right: -15px;
    width: inherit;
}

.controlled-width {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.controlled-width.narrow {
    max-width: 1100px;
}

.custom-panel .custom-panel {
    padding: 0;
}

.custom-panel .contentRender_name_plugins_core_textbox {
    padding: 0 0 15px;
}

.custom-panel.two-col-even,
.custom-panel.three-col-even {
    display: flex;
    flex-direction: column;
}

.custom-panel.three-col-even .custom-column,
.custom-panel.two-col-even .custom-column {
	padding: 0 15px;
}
.custom-panel.two-col-even .left-col,
.custom-panel.two-col-even .right-col,
.custom-panel.three-col-even .left-col,
.custom-panel.three-col-even .right-col,
.custom-panel.three-col-even .middle-col {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_collections_template_custom_contacts {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px 15px;
}

@media (min-width: 641px) {
    .custom-panel.custom-panel.two-col-even,
    .custom-panel.custom-panel.three-col-even {
        flex-direction: row;
    }
    .custom-panel.two-col-even .custom-column {
        width: 50%;
    }
    .custom-panel.three-col-even .custom-column {
        width: 33.33%;
    }
    .custom-panel.two-col-even .custom-column,
    .custom-panel.three-col-even .custom-column {
        padding: 0 15px;
    }
}

@media (min-width: 1025px) {
    .custom-panel {
        padding-bottom: 20px;
    }
    .intro-panel {
        padding-bottom: 100px;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.footer {
    position: relative;
    background: url("/includes/public/assets/images/footer-bg-sm.png")center/cover no-repeat;
    padding: 45px 15px 145px;
    z-index: 1;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #413e3b;
    opacity: 0.5;
    z-index: -1;
}

.footer .footer-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .footer-bottom {
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 22px;
}

.footer .footer-logo {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 25px;
    text-align: center;
}
.footer .footer-logo img{
	max-width: 300px;
width: 100%;}
.footer .footer-logo > a{
	display: block;
}

.footer .footer-middle .cont {
    margin-bottom: 40px;
}

.footer .made-by {
    text-align: center;
    margin-bottom: 35px;
}

@media (min-width: 641px) {
    .footer {
        background: url("/includes/public/assets/images/footer-bg.png")center/cover no-repeat;
    }
}

@media (min-width: 1025px) {
    .footer {
        padding: 50px 15px 30px;
    }
    .footer .footer-middle {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 1280px;
        margin: 70px auto 50px;
    }
    .footer .footer-logo {
        padding: 0;
        margin: 0;
        
    }
    .footer .footer-middle .cont {
        margin: 0;
        
    flex-grow: 1;}
    .footer .made-by {
        margin: auto 0 0;
        
    }
}

/* Shared Form */
.shared-form {
	position: relative;
}

/* Shared Input */
.shared-input,
.shared-input[type] {
	border: none;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #64513d;
	padding: 0 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px;
}
.mobilenav .shared-input,
.mobilenav .shared-input[type] {
    padding-right: 40px;
}
.shared-input::-webkit-input-placeholder {
	color: #64513d;
}
.shared-input::-moz-placeholder {
	color: #64513d;
}
.shared-input:-ms-input-placeholder {
	color: #64513d;
}
.shared-input:-moz-placeholder {
	color: #64513d;
}

.desktop-search .shared-input,
.desktop-search .shared-input[type] {
    height: 60px;
    line-height: 60px;
    font-size: 42px;
    color: white;
    background-color: transparent;
    margin: 0;
}

.desktop-search .shared-input::-webkit-input-placeholder {
	color: white;
}
.desktop-search .shared-input::-moz-placeholder {
	color: white;
}
.desktop-search .shared-input:-ms-input-placeholder {
	color: white;
}
.desktop-search .shared-input:-moz-placeholder {
	color: white;
}

/* Shared Submit */
.shared-submit {
    background: transparent;
    padding: 0;
    margin: 0;
    transition: none;
}

.shared-form .shared-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

.mobilenav .shared-form .shared-submit {
    width: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #64513d;
}

.mobilenav .shared-form .shared-submit:focus {
    background: transparent;
    outline: none;
}

.desktop-search .shared-submit {
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translateY(-50%);
}

.desktop-search .shared-submit i {
    font-size: 30px;
    color: white;
}


.vguide-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vguide-panel > div{
	margin: 0 15px;
}
.footer-link {
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    color: #413e3b !important;
    margin-bottom: 20px;
    width: 100%;
    width: 280px;
    padding: 35px;
    z-index: 1;
}

.footer-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -1;
}

.footer-link::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #413e3b;
    z-index: 1;
    opacity: 0.7;
}

@media (min-width: 641px) {
    .vguide-panel {
        flex-direction: row;
        justify-content: center;
    }
    .footer-link{
        margin: 0 10px;
    }
}

@media (min-width: 1025px) {
    .footer-link {
        width: 400px;
        margin: 0 15px;
        padding: 45px;
        font-size: 28px;
    }
}

.text-panel {
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    margin-bottom: 15px;
}
.text-panel .left-col,
.text-panel .right-col {
    width: 100%;
}
.text-panel .left-col {
    margin-bottom: 30px;
}
.text-panel .left-col img {
    display:block;
    width: 100%;
}
.text-panel .contentRender_name_plugins_core_textbox {
    padding: 0;
}
.text-panel .title-1 {
    font-size: 32px;
    line-height: 36px;
}
.text-panel .title-2 {
    display: inline-block;
    color: #413e3b;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Crimson Text', serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.text-panel p {
    line-height: 32px;
}
@media (min-width: 641px) {
    .text-panel {
        flex-direction: row;
    }
    .text-panel .left-col,
    .text-panel .right-col {
        width: 50%;
    }
    .text-panel .right-col {
        padding-left: 15px;
    }
}
@media (min-width: 1025px) {
    .text-panel {
        padding: 0 50px;
        margin-bottom: 30px;
    }
    .text-panel .left-col {
        width: 58%;
    }
    .text-panel .right-col {
        width: 42%;
        padding-left: 50px;
        padding-top: 35px;
    }
    .text-panel .title-1 {
        font-size: 64px;
        line-height: 72px;
    }
    .text-panel .title-2 {
        font-size: 28px;
        line-height: 32px;
    }
}


/*CUSTOM BUTTON STYLES*/
.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 {
	display: inline-block;
    position: relative;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    z-index: 1;
    background-color: #64513d;
}
.button-cont a::before{
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px solid #589580;
	opacity: 0.8;
}

@media (min-width: 1025px){
	.button-cont a {
		padding: 16px 20px;
    	font-size: 18px;
	}
}

/*COOKIE NOTIFICATION STYLES*/
/*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;
	}
}

/*Highlands Chamber Custom CSS*/
.surrender-to-the-outdoors-highlands-north-carolina .slide-content {display:none!important}
.surrender-to-the-outdoors-highlands-north-carolina .spotlight-lg {overflow:hidden}
.surrender-to-the-outdoors-highlands-north-carolina .spotlight-lg img{transition: transform .7s ease}
.surrender-to-the-outdoors-highlands-north-carolina .spotlight-lg a:hover img {transform: scale(1.1)}

.indulge .slide-content {display:none!important}
.indulge .spotlight-lg {overflow:hidden}
.indulge .spotlight-lg img{transition: transform .7s ease}
.indulge .spotlight-lg a:hover img {transform: scale(1.1)}

.immerse .slide-content {display:none!important}
.immerse .spotlight-lg {overflow:hidden}
.immerse .spotlight-lg img{transition: transform .7s ease}
.immerse .spotlight-lg a:hover img {transform: scale(1.1)}

.savor .slide-content {display:none!important}
.savor .spotlight-lg {overflow:hidden}
.savor .spotlight-lg img{transition: transform .7s ease}
.savor .spotlight-lg a:hover img {transform: scale(1.1)}
.savor .header-slideshow .home-header .item::before {background:transparent!important}
.savor .header-slideshow .home-header .item{border-bottom:1px solid #c3c3c3}

.events-and-festivals .slide-content {display:none!important}
.events-and-festivals .spotlight-lg {overflow:hidden}
.events-and-festivals .spotlight-lg img{transition: transform .7s ease}
.events-and-festivals .spotlight-lg a:hover img {transform: scale(1.1)}

.cultural-arts .slide-content {display:none!important}
.cultural-arts .spotlight-lg {overflow:hidden}
.cultural-arts .spotlight-lg img{transition: transform .7s ease}
.cultural-arts .spotlight-lg a:hover img {transform: scale(1.1)}

.performing-arts .slide-content {display:none!important}
.performing-arts .spotlight-lg {overflow:hidden}
.performing-arts .spotlight-lg img{transition: transform .7s ease}
.performing-arts .spotlight-lg a:hover img {transform: scale(1.1)}

.annual-events-and-festivals .slide-content {display:none!important}
.annual-events-and-festivals .spotlight-lg {overflow:hidden}
.annual-events-and-festivals .spotlight-lg img{transition: transform .7s ease}
.annual-events-and-festivals .spotlight-lg a:hover img {transform: scale(1.1)}

.xcards .slide-content {display:none!important}
.cards .spotlight-lg {overflow:hidden}
.cards .spotlight-lg img{transition: transform .7s ease}
.cards .spotlight-lg a:hover img {transform: scale(1.1)}

.cookie-banner-active #ae_app #ae_launcher.ae-cta-position-preset-right-lower {
    bottom: 230px !important;
}

@media screen and (min-width: 375px) {
    .cookie-banner-active #ae_app #ae_launcher.ae-cta-position-preset-right-lower {
        bottom: 200px !important;
    }
}

@media screen and (min-width: 768px) {
    .cookie-banner-active #ae_app #ae_launcher.ae-cta-position-preset-right-lower {
        bottom: 165px !important;
    }
}

.add-this-panel {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sv-share-trigger,
.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited {
    --share-trigger-button-color: white;
	--share-trigger-icon-color: white;
	--share-trigger-bg-color: #64513d;
	--share-trigger-bg-color-hover: #64513d;
    
    color: white;
    background-color: #64513d;
}