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

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:"museo-sans-rounded";

Microsite fonts:
font-family:'Proxima Nova Soft W03 Smbd';
font-family:'Proxima Nova Soft W03 Reg';
font-family: 'Open Sans', sans-serif;
*/

/*---------------------------CORE STYLES---------------------------*/
 
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #044890;
    font-size: 52px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
    text-transform: uppercase;
}
 
.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #01738c;
    font-size: 36px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 39px;
    text-transform: uppercase;
}
 
.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #6fb43f;
    font-size: 32px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
    text-transform: uppercase;
}
 
.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4  {
    color: #202121;
    font-size: 28px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
}
 
.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #0661c2;
    font-size: 25px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}
 
.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #044890;
    font-size: 22px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    text-transform: uppercase;
}
 
.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #202121;
    font-size: 18px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
 
.core-styles a,
.contentRender_name_plugins_core_textbox a {
    color: #cf1575;
    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 {
    margin-bottom: 20px;
    margin-left: 20px;
}

.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,
.sitemap li {
    color: #202121;
    font-size: 18px;
    line-height: 34px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-weight: 500;
}
 
.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    border-collapse: separate;
    border-spacing: 2px;
    color: #202121;
    font-size: 18px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-rendering: optimizeLegibility;
    border: solid 1px #DDDDDD;
    margin-bottom: 1.25rem;
    table-layout: auto;
}
 
.core-styles strong, .contentRender_name_plugins_core_textbox strong,
.core-styles b, .contentRender_name_plugins_core_textbox b {
    font-weight: bold;
}
 
.core-styles em, .contentRender_name_plugins_core_textbox em,
.core-styles i, .contentRender_name_plugins_core_textbox i {
    font-style: italic;
}
 
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit !important;
  color: inherit !important;
  text-decoration: none;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  text-decoration: underline;
}
 
.core-styles img[align*='right'],
.contentRender_name_plugins_core_textbox img[align*='right'] { margin-left : 15px; margin-bottom: 5px; }
.core-styles img[align*='left'],
.contentRender_name_plugins_core_textbox img[align*='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;
}

.microsite .core-styles h1,
.microsite .contentRender_name_plugins_core_textbox h1 {
    color: #202a79;
    font-size: 46px;
    font-family: 'Proxima Soft', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
}
 
.microsite .core-styles h2,
.microsite .contentRender_name_plugins_core_textbox h2 {
    color: #01738c;
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
 
.microsite .core-styles h3,
.microsite .contentRender_name_plugins_core_textbox h3 {
    color: #6fb43f;
    font-size: 32px;
    font-family: 'Proxima Soft', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 35px;
    text-transform: uppercase;
}
 
.microsite .core-styles h4,
.microsite .contentRender_name_plugins_core_textbox h4,
.microsite .sitemap h4  {
    color: #202121;
    font-size: 28px;
    font-family: 'Proxima Soft', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
}
 
.microsite .core-styles h5,
.microsite .contentRender_name_plugins_core_textbox h5 {
    color: #0661c2;
    font-size: 25px;
    font-family: 'Proxima Soft', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}
 
.microsite .core-styles h6,
.microsite .contentRender_name_plugins_core_textbox h6 {
    color: #044890;
    font-size: 22px;
    font-family: 'Proxima Soft', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 25px;
    text-transform: uppercase;
}
 
.microsite .core-styles p,
.microsite .contentRender_name_plugins_core_textbox p {
    color: #202a79;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
 
.microsite .core-styles a,
.microsite .contentRender_name_plugins_core_textbox a {
    color: #01738c;
    font-weight: bold;
}
 
.microsite .core-styles > ul:not([class*="block-grid-"]),
.microsite .core-styles > ol:not([class*="block-grid-"]),
.microsite .contentRender_name_plugins_core_textbox > ul:not([class*="block-grid-"]),
.microsite .contentRender_name_plugins_core_textbox > ol:not([class*="block-grid-"]),
.microsite .sitemap > ul {
    margin-bottom: 20px;
}

.microsite .core-styles ul:not([class*="block-grid-"]) li,
.microsite .core-styles ol:not([class*="block-grid-"]) li,
.microsite .contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.microsite .contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li,
.microsite .sitemap li {
    color: #202a79;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
 
.microsite .core-styles td,
.microsite .contentRender_name_plugins_core_textbox td,
.microsite .core-styles tr,
.microsite .contentRender_name_plugins_core_textbox tr {
    color: #202a79;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width: 1024px){
	.sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
    }
    
    .microsite .core-styles h1,
    .microsite .contentRender_name_plugins_core_textbox h1 {
        font-size: 52px;
        line-height: 58px;
    }
    
    .microsite .core-styles h2,
    .microsite .contentRender_name_plugins_core_textbox h2 {
        font-size: 36px;
        line-height: 39px;
    }
}
@media screen and (max-width: 640px) {
    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: 45px;
        line-height: 48px;
    }
    
    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: 30px;
        line-height: 33px;
    }
    
    .core-styles h3,
    .contentRender_name_plugins_core_textbox h3 {
        font-size: 28px;
        line-height: 31px;
    }
    
    .core-styles h4,
    .contentRender_name_plugins_core_textbox h4,
    .sitemap h4  {
        font-size: 24px;
        line-height: 27px;
    }
    
    .core-styles h5,
    .contentRender_name_plugins_core_textbox h5 {
        font-size: 22px;
        line-height: 25px;
    }
    
    .core-styles h6,
    .contentRender_name_plugins_core_textbox h6 {
        font-size: 21px;
        line-height: 24px;
    }
    
    .core-styles p,
    .contentRender_name_plugins_core_textbox p {
        font-size: 18px;
        line-height: 25px;
    }

	.sitemap > ul {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1;
    }
    
    .microsite .core-styles h1,
    .microsite .contentRender_name_plugins_core_textbox h1 {
        font-size: 45px;
        line-height: 48px;
    }
    
    .microsite .core-styles h2,
    .microsite .contentRender_name_plugins_core_textbox h2 {
        font-size: 30px;
        line-height: 33px;
    }
    
    .microsite .core-styles h3,
    .microsite .contentRender_name_plugins_core_textbox h3 {
        font-size: 28px;
        line-height: 31px;
    }
    
    .microsite .core-styles h4,
    .microsite .contentRender_name_plugins_core_textbox h4,
    .microsite .sitemap h4  {
        font-size: 24px;
        line-height: 27px;
    }
    
    .microsite .core-styles h5,
    .microsite .contentRender_name_plugins_core_textbox h5 {
        font-size: 22px;
        line-height: 25px;
    }
    
    .microsite .core-styles h6,
    .microsite .contentRender_name_plugins_core_textbox h6 {
        font-size: 21px;
        line-height: 24px;
    }
    
    .microsite .core-styles p,
    .microsite .contentRender_name_plugins_core_textbox p {
        font-size: 18px;
        line-height: 25px;
    }
    
    .microsite .core-styles ul:not([class*="block-grid-"]) li,
    .microsite .core-styles ol:not([class*="block-grid-"]) li,
    .microsite .contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
    .microsite .contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li,
    .microsite .sitemap li {
        font-size: 18px;
        line-height: 25px;
    }
    
    .microsite .core-styles td,
    .microsite .contentRender_name_plugins_core_textbox td,
    .microsite .core-styles tr,
    .microsite .contentRender_name_plugins_core_textbox tr {
        font-size: 18px;
        line-height: 25px;
    }
}
/*---------------------------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;
}
/* Add some margin on form h3's when they're mixed into the form */
.contentRender form.simpleForm div + h3 { margin-top: 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; }
/* New Google Captcha Styling */
#g-recaptcha > div { margin-left: auto; margin-right: auto; }
.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: auto; }
.contentRender #sv_submit_event_form .inner_recur_opt,
.contentRender #sv_submit_event_form label.recur_menu { margin: 0 1.25em ;}
.contentRender #sv_submit_event_form .inner_recur_opt { padding: 0 1.25em 0 1.25em; }
.contentRender #sv_submit_event_form #recur_range {
	margin: 0 1.25em;
	padding: 0 1.25em 0 1.25em;
}
.contentRender #sv_submit_event_form .inner_recur_opt label {
	height: 50px;
	line-height: 46px;
}
.contentRender #sv_submit_event_form .inner_recur_opt select {
	border: none;
	border-radius: 2px;
	min-width: 60px;
	padding-right: 24px;
}
.contentRender #sv_submit_event_form .svrecurall input[type=text]:not(#customdate) {
	border: none;
	border-radius: 2px;
}
.contentRender #sv_submit_event_form .svrecurall #customdate {
	width: 130px;
	text-align: center;
}
.contentRender form.simpleForm input[type="checkbox"]+label, .contentRender form.simpleForm input[type="radio"]+label {
	display: inline; /* foundation overrride */
}
.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 {
		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 #rsvp-container .button,
.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 #rsvp-container .button,
.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 #rsvp-container .button,
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn{
    background-color: #6fb43f;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-family: "museo-sans-rounded";
    font-weight: 800;
}

.contentRender #multifileuploadcontainer label {
	background: none;
	border: none;
}

.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form input.button:hover{
    background: #6fb43f;
}
.contentRender form.simpleForm div input,
.contentRender #sv_submit_event_form div input {
	border-radius: initial;
}
.contentRender #rsvp-container { padding: 0; }
.contentRender #rsvp-container #rsvp-inner-contents,
.contentRender #rsvp-container .eventListTable { width: 100% !important; }
.contentRender #rsvp-container div.eventTypeHeader {
	text-decoration: none;
	padding: 0;
	display: block;
	white-space: normal;
}
.contentRender #rsvp-container .button { border-radius: 0; }
.contentRender #rsvp-container .eventListCell_button,
.contentRender #rsvp-container .eventListCell_deadline,
.contentRender #rsvp-container .eventListCell_edate,
.contentRender #rsvp-container .eventListCell_sdate {
	width: 12%;
}
.contentRender #rsvp-container div.eventListCell_eventname { white-space: pre-wrap; }
.contentRender #rsvp-container table tr:nth-of-type(even),
.contentRender #rsvp-container div.evenrow {background: none;}
.contentRender #rsvp-container table tr:nth-of-type(odd),
.contentRender #rsvp-container div.oddrow { background-color: #f1f1f1; }
.contentRender #rsvp-container #eventdetailbuttonrow { margin-top: 20px; }
.contentRender #searchEmail,
.contentRender #label_searchEmail {
	display: inline;
}
.contentRender #registrationForm label { width: 15%; display: inline-block; } 
.contentRender #registrationForm label + div { display: inline-block; width: 65%;} 
.contentRender #registrationForm select { width: auto; min-width: 100px }
.contentRender #rsvp-container input[type=text], .contentRender #rsvp-container select, contentRender #rsvp-container textarea.textarea {
 
}
 
.contentRender #rsvp-container .registrationForm-eventName { text-align: left; }
.contentRender #rsvp-container .button { margin-bottom: 0; }
@media only screen and (max-width: 64em) {
	.contentRender #rsvp-container .eventListTable { display: block; }
	.contentRender #rsvp-container div.eventList_headerRow { display: none };
	.contentRender #rsvp-container .eventListCell { position: relative; }
	.contentRender #rsvp-container .eventListRow { padding: 10px; display: block; }
	.contentRender #rsvp-container .eventListCell:not(.eventListCell_button)::before {
		content: attr(data-title) ":\00A0";
		display: inline-block;
		clear:both;
		width: 10em;
		position: absolute;
		left: 0;
	}
	.contentRender #rsvp-container .eventListCell {
		padding-top: 0;
		padding-left: 10em;
		width: 100%;
		display: block;
		position: relative;
	}
	.contentRender #rsvp-container .eventListCell.eventListCell_button { padding-left: 0; }
	.contentRender #rsvp-container .times, .contentRender #rsvp-container .day { display: block; }
	.contentRender #rsvp-container div.eventListCell:empty { display: none; }
}
.contentRender #rsvp-container .rcost_description, .contentRender  #rsvp-container .cost_description:empty { display: none; } 
.contentRender .guestsGridTable { margin-top: 20px; } 
.contentRender #rsvp-container table { border: none; }
/* undoing some legacy rsvp code */
.contentRender #rsvp-container .registrationForm, .contentRender #rsvp-container .guestRegistrationForm {
	width: 90% !important;
}
.contentRender #sv_submit_event_form .svrecurall div:nth-child(6) .recur_opt {max-height: 100%}
/* END RESET */
 
/* CUSTOMIZE THE FOLLOWING */
 
/* RESET FONT FAMILY */
.contentRender #rsvp-container #eventRegCostsDIV,
.contentRender #rsvp-container div.eventListCell,
.contentRender #sv_submit_event_form .hint,
.contentRender form.simpleForm p.hint:not(.formreq),
.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 {
	/*
		Add a font family
	*/
}
/* RESET FONT STYLE */
.contentRender #rsvp-container #eventRegCostsDIV,
.contentRender #rsvp-container label,
.contentRender #rsvp-container .fieldhint,
.contentRender #rsvp-container div.eventListCell,
.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 {
	/*
		Add style, weight color to match general html style. Do not set font-family here. Use the above class.
	*/
}
/* RESET TABLE FONT SIZE HERE */
.contentRender #rsvp-container div.eventListCell.bold.eventListCell_eventname,
.contentRender #rsvp-container div.eventListCell {
	/* Your standard P font size may not work for table fonts. Set this here */ 
	text-align: left;
}
/* 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 #rsvp-container input[type=radio],
.contentRender #rsvp-container select[type=checkbox],
.contentRender #rfpForm.simpleForm input[type=radio],
.contentRender #rfpForm.simpleForm input[type=checkbox] {
	height: auto;
}
.contentRender #rsvp-container select,
.contentRender #rsvp-container input,
.contentRender #rsvp-container select,
.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 #rsvp-container h2,
.contentRender .registrationForm-eventName,
.contentRender #rsvp-container div.eventTypeHeader,
.contentRender form.simpleForm h3,
.contentRender #sv_submit_event_form .formhead {
    color: #0661c2;
    font-size: 25px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;

	/*
		Add font family, style, weight color to match body.
		The easiest thing here to do is find a match H style on your html-styles page.
	*/
}
/* SET KEY COLOR HERE */
.contentRender #rsvp-container #guestGridHeaderRow,
.contentRender #rsvp-container .eventList_headerRow div,
.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.	
	*/
}
/* SET COLOR OVER KEY COLOR HERE (E.G RSVP HEADER) */
.contentRender #rsvp-container .eventListCell:before,
.contentRender #rsvp-container .eventList_headerRow div,
.contentRender #rsvp-container #guestsTbody th,
.contentRender #rsvp-container .eventList_headerRow div {
	color: #fff; /* probably fine to leave this white against the above background color */
}
/* STRONG WEIGHT FOR LABELS */
.contentRender #rsvp-container .eventListCell:before,
.contentRender #rsvp-container .eventList_headerRow div,
.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 #rsvp-container .button,
.contentRender form.simpleForm .button,
.contentRender #sv_submit_event_form input.button,
.contentRender #sv_submit_event_form .svbtn,
.contentRender #multifileuploadcontainer label {
    background-color: #8cb82b
	/*
		This is your basic button styling. You can use your site submit button styling here.
		E.G. the listings submit styles
	*/
}
.contentRender #rsvp-container .button:hover,
.contentRender #rsvp-container .button:active,
.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
	*/
}
/* 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 .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
	*/
}
.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 ***/

/*
|-----------------------------------------------------------------------------------------------------------
| 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
|-----------------------------------------------------------------------------------------------------------
*/
html {
    height: 100%;
}

body {
    position: relative;
    background-color: white;
    font-family:"museo-sans-rounded";
    color: #202121;
    overflow-x: hidden;
    height: auto;
}

body.microsite {
    background-color: #f0fafb;
    font-family: 'Open Sans', sans-serif;
}

.microsite h1,
.microsite h2,
.microsite h3,
.microsite h4,
.microsite h5,
.microsite h6 {
    font-family:'Proxima Nova Soft W03 Smbd';
}

.microsite p, 
.microsite table tr th, 
.microsite table tr td,
.microsite ul li {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    color: #044890;
    font-size: 45px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h2 {
    color: #01738c;
    font-size: 30px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h3 {
    color: #6fb43f;
    font-size: 28px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 31px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h4 {
    color: #202121;
    font-size: 24px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h5 {
    color: #0661c2;
    font-size: 22px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}
h6 {
    color: #044890;
    font-size: 21px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 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: #202121;
    font-size: 18px;
    font-family: 'museo-sans-rounded', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    text-rendering: optimizeLegibility;
}
p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
a:link, a:visited, a:active, a:hover, a:focus {
    color: #cf1575;
    font-weight: bold;
}
@media (min-width: 641px) {
    h1 {
        font-size: 52px;
        line-height: 58px;
    }
    h2 {
        font-size: 36px;
        line-height: 39px;
    }
    h3 {
        font-size: 32px;
        line-height: 35px;
    }
    h4 {
        font-size: 28px;
        line-height: 31px;
    }
    h5 {
        font-size: 25px;
        line-height: 27px;
    }
    h6 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media (min-width: 1025px) {
    p, 
    table tr th, 
    table tr td {
        font-size: 18px;
        line-height: 30px;
    }

    h1 {
        font-size: 52px;
        line-height: 58px;
    }

    a {
        font-size: 18px;
    }
}

::-webkit-input-placeholder {
    color: #868889;
    opacity: 1;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #868889;
    opacity: 1;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #868889;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #868889;
    opacity: 1;
}

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

.header-section {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 75px;
    padding: 15px;
    background-color: white;
}

.header-section .logo {
    width: 47%;
    max-width: 180px;
}

.header-section .logo img {
    display: block;
}

.header-section .weather {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 37px;
    border-radius: 4px;
    background-color: #9d1059;
    margin-right: 4px;
    text-align: center;
}

.header-section .weather .icon {
    color: white;
    font-size: 14px;
}
.header-section .weather .icon {
    color: white;
    font-size: 14px;
}
.header-section .weather .icon i.far{
    font-size: 16px;
}
.header-section .header-right {
    display: none;
}

@media (max-width: 1025px) {
    .header-section {
        height: auto;
        padding: 15px;
    }
    /* .header-section .logo {
        max-width: 125px;
        padding: 10px;
    } */
}

@media (min-width: 1025px) {
    .header-section {
        height: auto;
        padding: 15px 50px 0;
    }

    .header-section .top-nav-cont {
        display: flex;
        justify-content: space-between;
    }

    .header-section .header-right {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        width: 87%;
    }

    .header-section .header-left {
        width: 13%;
        max-width: 340px;
        padding: 15px;
    }

    .header-section .logo {
        width: 100%;
        max-width: none;
    }

    .header-section .header-top {
        margin-bottom: 10px;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        min-height: 32px;
    }

    .header-section .header-bottom,
    .header-section .header-bottom .contentRender_name_plugins_nav_main,
    .header-section .header-bottom .contentRender_name_plugins_nav_microsite {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 55px;
    }

    .header-section .header-bottom-right {
        display: flex;
        align-items: center;
        align-self: flex-start;
    }
    
    .header-section .header-bottom-right .accessibility {
        width: 30px;
        margin-right: 20px;
    }

    .header-section .blog-link {
        display: inline-block;
        padding: 9.5px 22px;
        color: white;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 800;
        margin-right: 35px;
        background-color: #6fb43f;
    }

    .header-section .weather {
        color: #044890;
        margin-right: 35px;
        display: inherit;
        background-color: transparent;
        height: auto;
        width: auto;
    }

    .header-section .weather .icon {
        color: #044890;
        font-size: 18px;
    }

    .header-section .weather .icon i.far{
        font-size: 18px;
    }

}

@media (max-width: 641px) {
    .header-section .logo {
        width: 30%;
        max-width: none;
    }
}

/****MICROSITE****/

.microsite .header-section {
    height: 50px;
    padding: 5px 10px;
}

.microsite .header-section .logo {
    max-width: 105px;
}

@media (min-width: 1025px) {
    .microsite .header-section {
        height: 125px;
        padding: 10px 25px;
    }

    .microsite .header-section .top-nav-cont {
        height: 100%;
    }

    .microsite .header-section .logo {
        max-width: 230px;
    }

    .microsite .header-section .header-left {
        padding: 0;
        max-width: 230px;
        display: flex;
        align-items: center;
        margin-right: 25px;
    }

    .microsite .header-section .header-right {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        width: 87%;
        align-items: center;
    }

    .microsite .header-section .header-bottom {
        height: auto;
    }
    
    .microsite .nav-primary .primary-item:hover > .item-inner::after {
        display: none;
    }
}

@media (min-width: 1300px) {
    .microsite .header-section {
        padding: 10px 65px;
    }
}

/****END MICROSITE****/

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

.content {
    position: relative;
    left: 0;    
    top: 0;
    width: 100%;
}

.panel-two-col-even {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.panel-two-col-even.accent .sv-col:first-child {
    margin-bottom: 35px;
}

.panel-two-col-even.accent .sv-col:first-child::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 50%;
    transform: translateX(50%);
    width: 60%;
    height: 10px;
    background-color: #f5f6f6;
}

.panel-two-col-even .sv-col {
    position: relative;
    width: 100%;
}

.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_articles_posts,
.sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_common_generic_button,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_asset_request_main,
.contentRender_name_plugins_collections_template_custom_community_calendar_imagebox
{
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 15px 15px;
}

.intro-panel {
    width: 100%;
    max-width: 1040px;
    padding: 0 15px 15px;
    margin: 0 auto;
}

.intro-panel .contentRender_name_plugins_core_textbox {
    max-width: none;
    padding: 0;
}

.intro-panel h1 {
    font-weight: 800;
}

@media (min-width: 641px) {
    .panel-two-col-even {
        flex-direction: row;
    }

    .panel-two-col-even .sv-col {
        padding: 0 15px 15px;
        width: 50%;
    }

    .panel-two-col-even .panel-two-col-even .sv-col {
        padding: 0;
    }

    .panel-two-col-even .contentRender_name_plugins_core_textbox {
        padding: 0;
    }

    .panel-two-col-even.accent .sv-col:first-child {
        margin-bottom: 0;
        padding-right: 25px;
    }

    .panel-two-col-even.accent .sv-col:last-child {
        padding-left: 25px;
    }

    .panel-two-col-even.accent .sv-col:first-child::after {
        bottom: 15px;
        right: 0;
        transform: translateX(50%);
        width: 10px;
        height: calc(100% - 15px);
    }
}

@media (min-width: 1025px) {
    .panel-two-col-even {
        max-width: 1470px;
        margin: 0 auto;
    }

    .intro-panel {
        padding-bottom: 80px;
    }

    .panel-two-col-even.accent .sv-col:first-child {
        padding-right: 70px;
    }

    .panel-two-col-even.accent .sv-col:last-child {
        padding-left: 70px;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.footer .footer-top {
    display: flex;
    flex-direction: column;
}

.footer .footer-center {
    padding: 30px 15px;
    text-align: center;
}

.footer .footer-logo {
    display: block;
    margin: 0 auto 10px;
    width: 55%;
    max-width: 350px;
}

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

.footer .address-info {
    margin-bottom: 25px;
}

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

.footer .address-info ul li {
    color: #044890;
    font-size: 15px;
    line-height: 20px;
}

.footer .cvb-info {
    margin-bottom: 30px;
}

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

.footer .cvb-info ul li:first-child {
    font-weight: 800;
}

.footer .cvb-info ul li {
    color: #044890;
    font-size: 15px;
    line-height: 20px;
}

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

.footer .contact-info ul li {
    line-height: 18px;
    margin-bottom: 12px;
}

.footer .contact-info ul li a {
    color: #044890;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
}

.footer .footer-bottom {
    background-color: #f5f6f6;
    padding: 15px;
    text-align: center;
}

.footer .footer-bottom ul {
    margin: 0 0 20px;
    list-style: none;
}

.footer .footer-bottom ul li {
    font-size: 13px;
    line-height: 18px;
    color: #3f4141;
    font-weight: 600;
}

.footer .footer-bottom .made-by {
    display: block;
    width: 100%;
    max-width: 135px;
    margin: 0 auto;
}

.footer .footer-bottom .made-by img {
    display: block;
    width: 100%;
}

@media (min-width: 641px) {
    .footer .footer-top {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer .footer-center {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr;
    }

    .footer .footer-logo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
        grid-column: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }

    .footer .address-info {
        grid-column: 2/3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }

    .footer .contentRender_name_plugins_collections_template_custom_social_links {
        grid-column: 3/4;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
    }

    .footer .cvb-info {
        grid-column: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        text-align: left;
    }

    .footer .contentRender_name_plugins_nav_footer_main {
        grid-column: 2/3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
    }
    .footer .contentRender_name_plugins_nav_footer_main .footer-nav{
        text-align: left;
    }
    .footer .contact-info {
        grid-column: 3/4;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        text-align: right;
    }
    .footer .contact-info ul li {
        margin-bottom: 0;
    }
    .footer .cvb-info ul li,
    .footer .address-info ul li,
    .footer .contact-info ul li,
    .footer .contact-info ul li a {
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
    }

    .footer .footer-bottom ul {
        display: flex;
        justify-content: center;
    }

    .footer .footer-bottom ul li:first-child {
        margin-right: 5px;
    }
}

@media (min-width: 1025px) {
    .footer .footer-top {
        position: relative;
        padding: 45px 45px 0;
    }

    .footer .footer-top::after {
        content: "";
        position: absolute;
        left: -180px;
        bottom: 0;
        width: 70%;
        height: 120px;
        background: url("/includes/public/assets/images/shapes/wave-color.png")top left/cover no-repeat;
        z-index: -1;
    }

    .footer .footer-center {
        width: 100%;
        max-width: 1330px;
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        margin: auto;
        box-shadow: 0px -8px 16px -12px rgba(0,0,0,0.1);
    }

    .footer .footer-logo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
        grid-column: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        max-width: 210px;
    }

    .footer .address-info {
        grid-column: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        text-align: left;
    }

    .footer .contentRender_name_plugins_nav_footer_main {
        grid-column: 2/3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-row: 2/3;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
        max-width: 210px;
    }

    .footer .cvb-info {
        grid-column: 3/4;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-row: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        text-align: left;
        width: 100%;
        max-width: 210px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .footer .contentRender_name_plugins_collections_template_custom_social_links {
        grid-column: 2/3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-row: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        margin: 0 15px;
        width: 100%;
        max-width: 210px;
        display: flex;
    }

    .footer .contact-info {
        grid-column: 4/5;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-row: 1/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        text-align: left;
        width: 100%;
        max-width: 210px;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .footer .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 45px;
    }

    .footer .footer-bottom ul {
        margin: 0;
    }

    .footer .footer-bottom .contentRender_name_plugins_core_textbox {
        max-width: none;
        width: auto;
        margin: 0;
    }

    .footer .footer-bottom .made-by {
        max-width: 160px;
        margin: 0;
    }
}

/****MICROSITE****/
.microsite .footer {
    background-color: white;
}

.microsite .footer .footer-center {
    position: relative;
    padding: 30px 15px 0;
    border-top: 10px solid #007f94;
}

.microsite .footer .footer-logo {
    display: block;
    margin: 0 auto 30px;
    width: 55%;
    max-width: 350px;
} 

.microsite .footer .power {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 50px;
}

.microsite .footer .power img {
    display: block;
    width: 100%;
}

.microsite .footer .footer-section {
    width: 100%;
    margin-bottom: 0;
}

.microsite .footer .footer-section ul {
    margin: 0 0 35px;
    list-style: none;
}

.microsite .footer .footer-section ul li {
    text-align: center;
    margin-bottom: 10px;
    color: #00a3b8;
}

.microsite .footer .footer-section ul li a {
    color: #00a3b8;
    font-weight: 500;
    font-size: 16px;
}

.microsite .footer .footer-section ul li:first-of-type {
    text-align: left;
    color: #00a3b8;
    font-size: 20px;
    font-weight: 700;
}

.microsite .footer .footer-section .contact ul:last-of-type li:first-of-type {
    text-align: center;
    margin-bottom: 10px;
    color: #00a3b8;
    font-weight: 500;
    font-size: 16px;
}

.microsite .footer .faq {
    color: #313474;
    display: block;
    margin-bottom: 40px;
}

.microsite .footer .tip {
    display: block;
    color: #00a3b8;
    font-weight: 500;
    margin-bottom: 65px;
}

.microsite .footer .tip span {
    font-weight: 700;
}

.microsite .footer .cvb-info ul li {
    font-size: 16px;
    line-height: 20px;
}

.microsite .footer .social-icons {
    justify-content: flex-start;
}

.microsite .footer .social-icons .social-icon {
    color: #313474;
}

.microsite .footer .social-icons .social-icon .fa-youtube {
    color: #bd2327;
}

.microsite .footer .footer-bottom {
    background-color: white;
}

.microsite .footer .footer-bottom ul {
    margin-bottom: 0;
}

.microsite .footer .footer-bottom ul li {
    font-size: 17px;
    color: #313474;
}

@media (min-width: 641px) {
    .microsite .footer .footer-center {
        display: flex;
        flex-wrap: wrap;
    }

    .microsite .footer .footer-center .footer-section {
        width: 50%;
    }

    .microsite .footer .footer-center .footer-section:last-child,
    .microsite .footer .footer-center .footer-section:first-child {
        width: 100%;
    }

    .microsite .footer .footer-center .footer-section:last-child ul li {
        text-align: center;
    }

    .microsite .footer .footer-center .footer-logo {
        width: 100%;
        max-width: 235px;
        margin: 0 auto 35px;
    }

    .microsite .footer .footer-section ul li,
    .microsite .footer .faq,
    .microsite .footer .tip,
    .microsite .footer .footer-section .contact ul:last-of-type li:first-of-type {
        text-align: left;
        font-size: 16px;
        line-height: 16px;
    }
}

@media (min-width: 1025px) {
    .microsite .footer .footer-center {
        max-width: none;
        padding: 35px;
        justify-content: space-between;
        border-top: 12px solid #007f94;
        flex-wrap: nowrap;
    }

    .microsite .footer .tip {
        margin-bottom: 0;
    }

    .microsite .footer .footer-section {
        width: auto !important;
        padding: 0 10px;
    }

    .microsite .footer .footer-section ul li:first-of-type {
        color: #313474;
    }

    .microsite .footer .footer-center .footer-section:last-child ul li {
        text-align: left;
    }

    .microsite .footer .footer-bottom ul {
        justify-content: flex-start;
    }
}

@media (min-width: 1250px) {
    .microsite .footer .footer-section {
        padding: 0 30px;
    }
}

/****END MICROSITE****/

.vguide,
.enews {
    padding: 17px 15px;
    background-color: #0661c2;
    text-align: center;
}

.vguide a,
.enews a {
    font-size: 28px;
    font-weight: 600;
    color: white;
}

.vguide {
    border-bottom: 1px solid white;
}

.vguide .img-cont {
    display: none;
}

.vguide .img-cont img {
    display: block;
    width: 100%;
}

.enews {
    border-bottom: 8px solid #6fb43f;
}

@media (min-width: 641px) {
    .footer .contentRender_name_plugins_common_vguide,
    .footer .contentRender_name_plugins_common_enews {
        width: calc(50% - 1px);
    }

    .vguide,
    .enews {
        padding: 25px 15px;
        border-bottom: 7px solid #6fb43f;
    }

    .vguide a, 
    .enews a {
        font-size: calc(26px + (30 - 26) * ((100vw - 320px) / (1025 - 320)));
    }
}

@media (min-width: 1025px) {
    .enews,
    .contentRender_name_plugins_common_enews {
        width: 100%;
        max-width: 420px;
        margin: 0 0 0 auto;
        border-top-left-radius: 10px;
        transition: all 0.5s;
        align-self: flex-end;
    }

    .enews:hover {
        background-color:#044890;
        border-bottom: 7px solid #9d1059;
        border-top-left-radius: 0px;
    }

    .vguide {
        display: flex;
        overflow: hidden;
        width: auto !important;
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    .vguide .img-cont {
        display: block;
        padding: 10px 10px 0;
    }

    .vguide .img-cont img {
        transition: transform 0.5s;
        transform: translateY(20px);
        max-width: 140px;
        box-shadow: 4px -4px 8px rgba(0,0,0,0.15), -4px -4px 8px rgba(0,0,0,0.15);
    }

    .vguide .cta {
        display: block;
        padding: 25px;
        background-color: #0661c2;
        transform: scaleX(0);
        align-self: flex-end;
        margin-left: -10px;
        border-bottom: 7px solid #9d1059;
        transform-origin: left;
        border-top-right-radius: 10px;
    }

    .vguide:hover .cta {
        transition: transform 0.5s 0.5s;
        transform: scaleX(1);
    }

    .vguide:hover img {
        transform: translateY(0);
    }

    .vguide a, 
    .enews a {
        font-size: 30px;
    }
}

.social-panel {
    margin-bottom: 40px;
}
.social-panel.noBottom {
    margin-bottom: -3px;
}
.social-panel .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
}

.social-panel .title-cont {
    text-align: center;
    margin-bottom: 30px;
}

.social-panel .title-cont h2 {
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #6fb43f;
    border-bottom: 4px solid #3b82cf;
    font-weight: 800;
}

@media (min-width: 1025px) {
    .social-panel {
        margin-bottom: 80px;
    }

    .social-panel .title-cont {
        margin-bottom: 45px;
    }

    .social-panel .title-cont h2 {
        font-size: 58px;
        line-height: 50px;
        padding-bottom: 30px;
        border-bottom: 5px solid #3b82cf;
    }
    
}

.button-cont { display: flex; }

.button-cont a {	
	width: auto;
    padding: 10px 35px;
    background-color: #9d1059;
    color: #fff;
    text-align: center;
    padding: 17px 33px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
}
.button-cont a:hover {	
    opacity: 0.8;
}

.button-cont.align_left {justify-content:flex-start;}
.button-cont.align_center {justify-content:center;}
.button-cont.align_right {justify-content:flex-end;}

.mobile-fixed {
    display: none;
}
.mobile-fixed .banner-close {
    cursor: pointer;
}
@media (max-width: 64.063em) {
    .mobile-fixed {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        display: block;
        z-index: 1001;
    }
}

/*CUSTOM MAP*/
.custom-map {
    margin-bottom: 40px;
    padding: 35px 15px;
    background-color: #002662;
}

.custom-map .map-inner {
    display: flex;
    flex-direction: column;
}

.custom-map .map-content {
    margin-bottom: 20px;
}

.custom-map .map-content h3 {
    font-size: 28px;
    line-height: 30px;
    color: white;
    text-transform: none;
    margin-bottom: 30px;
    font-weight: 700;
}

.custom-map .map-content p {
    font-size: 15px;
    line-height: 20px;
    color: white;
    margin: 0;
}

.custom-map .map-image img {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

@media (min-width: 750px) {
    .custom-map .map-inner {
        flex-direction: row;
    }

    .custom-map .map-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 0;
    }

    .custom-map .map-image {
        margin-left: 20px;
        width: calc(50% - 20px);
    }

    .custom-map .map-image img {
        max-width: 475px;
    }

    .custom-map .map-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 1025px) {
    .custom-map {
        padding: 150px 15px;
        margin-bottom: 80px;
        background: url("/includes/public/assets/images/map-bg.png")center/cover no-repeat;
    }
    .custom-map .map-inner {
        max-width: 65%;
        min-width: 1000px;
        margin: auto;
    }

    .custom-map .map-content h3 { font-size: 46px; }

    .custom-map .map-content {
        margin-right: 35px;
        width: calc(50% - 35px);
    }

    .custom-map .map-image {
        margin-left: 35px;
        width: calc(50% - 35px);
    }

    .custom-map .map-image img {
        display: none;
    }

    .custom-map .map-content p {
        line-height: 28px;
    }
}

@media (min-width: 1710px) {
    .custom-map .map-content h3 {
        font-size: 68px;
        line-height: 66px;
    }
}
/* end custom map */

/* social wall container */
.interiorBottom.teal {
    /* background: url(/includes/public/assets/images/pattern_teal.png) scroll center repeat; */
    background-color: #008398;
    padding-top: 50px;
    padding-bottom: 50px;
    /* height: 120px; */
}
.interiorBottom.teal .contentRender_name_plugins_core_textbox {max-width: 100%;}
.interiorBottom.teal p {
    color: #fff;
}
@media(min-width: 1200px){
    .interiorBottom.teal {
        /* background: url(/includes/public/assets/images/pattern_teal.png) scroll center repeat; */
        background-color: #008398;
        padding-top: 0;
        padding-bottom: 0;
        height: 120px;
    }
}

/* Custom CTA Widget */
div.customCTA {
    border-style: solid; 
    border-left-width: 10px; 
    border-top-width:0px; 
    border-right-width:0px; 		
    border-bottom-width:0px; 
    margin:15px;
}
div.customCTA.greenBorder {
    border-color: #6FB43F; 
}
div.customCTA.blueBorder {
    border-color: #044890; 
}
div.customCTA.tealBorder {
    border-color: #019FC4; 
}
div.customCTA.magentaBorder {
    border-color: #9D1059; 
}
p.titleCustomCTA {
    padding-left:10px; 
    font-weight:bold;
}
p.titleCustomCTA.georgia {
    font-family:Georgia; 
}
p.titleCustomCTA.serif {
    font-family:serif; 
}
a.linkCTA {
    text-decoration:none;   
}

a.linkCTA.green {
    color: #6FB43F;
}
a.linkCTA.blue {
    color: #044890;
}
a.linkCTA.teal {
    color: #019FC4;
}
a.linkCTA.magenta {
    color: #9D1059;
}