
html {
    overflow-y: scroll;
    font-family: 'Montserrat', sans-serif;
}

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

/**** Fonts Reference

font-family: 'Montserrat', sans-serif;

light italic = font-weight: 300i;

regular = font-weight: 400;

bold = font-weight: 600;

extra bold = font-weight: 800;

 Fonts Reference ****/

html, body {
    height: 100%;
    background-color: white;
    color: #2a2623;
    font-family: 'Montserrat', sans-serif;
}

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

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

.panel_page {
    min-height: 100%;
    position: relative;
}

.header-replacement{
    margin-bottom: 25px;
}

.header-replacement .img-cont{
    overflow: hidden;
    position: relative;
}

.header-replacement .img-cont:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 1;
}
}
.header-replacement .img-cont img {
    width: 100%;
}

.related-content-container,
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_blog_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_autoresponder_autoresponder,
.contentRender_name_plugins_crm_rsvp {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

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

.intro-panel {
    width: 100%;
    max-width: 960px;
    padding: 10px 15px 15px;
    margin: 0 auto;
    text-align: center;
}

.intro-panel .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.controlled-width {
    width: 100%;
    max-width: 960px;
}

.headerslideshow-breadcrumb {
    position: relative;
}

@media (min-width: 64.063em) {
    .panel_page {
        padding-top: 0;
    }

    .intro-panel {
        padding: 10px 15px 35px;
    }
}

/****Header Section****/

.header-section {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1999;
}

.header_container.no-header {
    padding-bottom: 75px;
}

.header_container.no-header .header-section {
    background: #02315b;
    padding-bottom: 5px;
}

.header-section .header-inner {
    position: relative;
    width: 100%;
}

.header-section .header-left {
    width: 35%;
}

.header-section .logo {
    width: calc(130px + (175 - 130) * ((100vw - 320px) / (640 - 320)));
    margin: 15px 0 0 15px;
}

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

.header-section .header-right {
    display: none;
    padding-right: 65px;
}

.header-section .skip-nav {
    padding: 8px;
    position: absolute;
    background: white;
    left: 25%;
    height: 30px;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.header-section a.skip-nav:focus {
    transform: translateY(0%);
}

 .header-section a.skip-nav:focus{
    color: #333;
    text-decoration: none;
}

.header-section .mobilenav {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    max-width: 270px;
    background: linear-gradient(to bottom, #005e96 0%, #02315b 100%);
    z-index: 2000;
}

.header-section .mobilenav .menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(40px + (52 - 40) * ((100vw - 320px) / (640 - 320)));
    height: calc(40px + (52 - 40) * ((100vw - 320px) / (640 - 320)));
    background-color: #007dae;
    cursor: pointer;
}

.header-section .mobilenav .menu-toggle .close {
    display: none;
}

.header-section .mobilenav.active .menu-toggle .open {
    display: none;
}

.header-section .mobilenav.active .menu-toggle .close {
    display: block;
}

.header-section .mobilenav .menu-toggle img {
    width: calc(18px + (23 - 18) * ((100vw - 320px) / (640 - 320)));
}

.header-section .mobilenav .mobile-dd {
    padding-top: 55px;
    padding-bottom: 35px;
    display: none;
}

.header-section .mobilenav.active .mobile-dd {
    display: block;
}

@media (min-width: 40.063em) {
    .header-section .logo {
        width: 175px;
    }
    .header-section .mobilenav .menu-toggle {
        width: 52px;
        height: 52px;
    }
    .header-section .mobilenav .menu-toggle img {
        width: 23px;
    }
}
@media (min-width: 64.063em) {
    .header-section .mobilenav {
        display: none;
    }

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

    .header-section .header-inner .contentRender_name_plugins_nav_main {
        display: flex;
        justify-content: flex-end;
    }

    .header-section .header-right {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        align-self: flex-start;
    }

    .header-section .header-left {
        width: 20%;
        padding-left: 15px;
        padding-left: 65px;
    }
    
    .header-section #custom {
        display: flex;
    }

    .header-section .logo {
        max-width: 275px;
        margin: 0;
    }
}

/****End Header Section****/


/*****Body Section****/

.panel-two-col {
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 40px;
}

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

@media (min-width: 40.063em) {
    .panel-two-col.even {
        display: flex;
    }

    .panel-two-col .sv-col {
        width: 50%;
    }
}

/*****End Body Section****/




/****Footer Section****/

/*ENEWS & VGUIDE*/
.enews-vguide-container{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enews-vguide-container .contentRender_name_plugins_common_enews_vguide{
    width: 100%;
    min-height: 55px;
    background: linear-gradient(to bottom, #005e95 0%, #02315c 100%);
    color: white;
    margin-bottom: 15px;
}

.enews-vguide-container .contentRender_name_plugins_common_enews_vguide a{
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 13px;
    line-height: 0.8;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

@media (min-width: 40.063em) {
   .enews-vguide-container .contentRender_name_plugins_common_enews_vguide{
        width: 49%;
        min-height: calc(55px + (158 - 55) * ((100vw - 641px) / (1024 - 641)));
        margin-bottom: 0;
    }

    .enews-vguide-container .contentRender_name_plugins_common_enews_vguide a{
        font-size: calc(13px + (36 - 13) * ((100vw - 641px) / (1024 - 641)));
    }
}

@media (min-width: 64.063em) {
    .enews-vguide-container{
        margin-bottom: 65px;
    }

   .enews-vguide-container .contentRender_name_plugins_common_enews_vguide{
        min-height: 158px;
    }

    .enews-vguide-container .contentRender_name_plugins_common_enews_vguide a{
        font-size: 36px;
        line-height: 30px;
    }
}

/*END - ENEWS & VGUIDE*/

.footer-section {
    margin-top: 20px;
    position: relative;
}

.footer-section .footer-inner {
    padding: 35px 15px 25px;
    background: linear-gradient(to bottom, #005e95 0%, #02315c 100%);
}

.footer-section .footer-center {
    text-align: center;
}

.footer-section .footer-logo {
    width: 100%;
    max-width: 110px;
    margin: 0 auto 35px;
}

.footer-section .partners {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}

.footer-section .partners .dm {
    width: 40px;
}

.footer-section .partners .usa {
    width: 60px;
}

.footer-section .partners .ta {
    width: 90px;
}

.footer-section .logo-copyright {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.footer-section .logo-copyright .copyright {
    text-align: center;
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    line-height: 24px;
    width: 100%;
}
.footer-section .logo-copyright .powered-by {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.footer-section .logo-copyright .powered-by img{
    max-width: 250px;
}
.footer-section .mobile-fixed{
    bottom: 0;
    position: fixed;
    z-index: 5;
    width: 100%;
}

.footer-section .mobile-fixed .mobileAd{
    text-align: right;
    width: 320px;
    margin: 0 auto;
    position: relative;
}
.footer-section .mobile-fixed .mobileAd .banner-close{
    position: absolute;
    right: 2px;
}
@media (min-width: 40.063em) {
    .footer-section .footer-center {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }

    .footer-section .footer-center .contentRender_name_plugins_common_logo_footer
    .footer-section .footer-center .contentRender_name_plugins_collections_template_custom_social_links {
        width: 45%;
        align-self: center;
        text-align: center;
    }

    .footer-nav-section {
        width: 100%;
        margin-top: 40px;
    }

    .footer-section .footer-logo {
        margin: 0;
        max-width: 170px;
    }

    .footer-section .partners .dm {
        width: 75px;
    }

    .footer-section .partners .usa {
        width: 120px;
    }

    .footer-section .partners .ta {
        width: 160px;
    }

    .footer-section .logo-copyright {
        flex-direction: row;
    }

    .footer-section .logo-copyright .powered-by {
        text-align: left;
        width: 50%;
        margin-bottom: 0;
    }
    .footer-section .logo-copyright .copyright {
        text-align: right;
        width: 50%;
    }

}

@media (min-width: 64.063em) {
    .footer-section .footer-center,
    .footer-section .footer-bottom {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
    }
    .footer-section .footer-center {
        justify-content: flex-start;
        margin-bottom: 30px;
        flex-wrap: nowrap;
    }

    .footer-section .footer-logo {
        max-width: 190px;
        margin-right: 50px;
    }

    .footer-section .footer-center .contentRender_name_plugins_common_logo_footer
    .footer-section .footer-center .contentRender_name_plugins_collections_template_custom_social_links {
        width: auto;
    }

    .footer-nav-section {
        width: auto;
        margin: 0 0 0 50px;
        display: flex;
        align-items: center;
        align-self: flex-start;
    }

    .footer-section .partners .dm {
        width: 85px;
    }

    .footer-section .partners .usa {
        width: 160px;
    }

    .footer-section .partners .ta {
        width: 200px;
    }

    .footer-section .partners {
        justify-content: space-between;
    }

    .footer-section .partners > a {
        display: inline-block;
        margin: 0 25px;
    }

    .footer-section .mobile-fixed .mobileAd{
        display: none;
    }

}

/****End Footer Section****/

/****Social Panel****/

.social-panel {
    position: relative;
    max-width: 1230px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.social-panel .title-cont {
    text-align: center;
    padding: 0 15px 15px;
}

.social-panel .title-cont .subtitle {
    margin-top: 0;
    margin-bottom: 20px;
    color: #dc2819;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
}

.social-panel .embed {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.social-panel .embed .hashtag-section {
    margin-bottom: 15px;
}

.social-panel .embed .hashtag {
    font-size: 16px;
    font-weight: 800;
    color: #dc2819;
}

@media (min-width: 640px) {
    .social-panel .title-cont .subtitle {
        margin-bottom: 10px;
    }

    .social-panel .embed .hashtag {
        font-size: calc(16px + (24 - 16) * ((100vw - 640px) / (1024 - 640)))
    }
}

@media (min-width: 1024px) {
    .social-panel .title-cont {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
    }

    .social-panel .title-cont .bottom-section {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social-panel .title-cont .subtitle {
/*        font-size: 45px;*/
        position: relative;
    }

    .social-panel .embed .hashtag {
        font-size: 24px;
        font-weight: 800;
        color: #dc2819;
    }

}

.shared-back-button:hover {
    text-decoration: underline;
}

.shared-back-button .doubles{
    color: #bfb74c;
}

/*---Callout Custom Widget---*/

.callout-cont {
    width: 100%;
    background-color: #8e8f8c;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.callout-cont .callout-text {
    font-size: calc(28px + (35 - 28) * ((100vw - 320px) / (1024 - 320)));
    margin: 0 0 15px 0;
    font-weight: 400;
    letter-spacing: 0.9px;
    text-align: center;
    color: #fdfefe;
}

.callout-cont .callout-link {
    display: inline-block;
    padding: 8px 45px;
    border-radius: 25px;
    text-align: center;
    background-color: #fdfefe;
    color: #8e8f8c;
    margin: 0 auto;
    max-width: 300px;
	font-weight: 700;
}

@media (min-width: 641px) {
    .callout-cont {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .callout-cont .callout-text {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .callout-cont .callout-link {
        width: 50%;
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .callout-cont .callout-text {
        font-size: 35px;
    }

}

.infoWindow h5, .gm-style {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/*Magnific PopUp Fixes*/

.mfp-container.mfp-iframe-holder,
.mfp-container.mfp-inline-holder{
    padding-top: 140px;
}

div.widget-grey-bar {
    height: 30px;
    width: 100%;
    background-color:  #e0e6e6;
}
@media(min-width:641px){
    div.widget-grey-bar {
        display: none;
    }
}

.custom-title-cont h2.title {
    font-weight: 800;
    color: #2a2623;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
}

.custom-title-cont h3.subtitle {
    font-weight: 600;
    font-style: italic;
    color: #dc2819;
    text-transform: lowercase;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.panel_jumplist_outer{
    max-width: 1230px;
    margin: auto;
}

.sv-share,
.sv-share-trigger,
.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited {
    --share-trigger-button-color: #005e96;
	--share-trigger-icon-color: #005e96;
	--share-trigger-bg-color: transparent;
	--share-trigger-bg-color-hover: transparent;
    
    color: #005e96;
    background-color: transparent;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}