/**
 * 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:'Nexa W04 Book1279270';

font-family:'Nexa W04 Regular1279290';

font-family:'Nexa W04 Bold1279264';

font-family: eb-garamond,serif;
*/

/*---------------------------CORE STYLES---------------------------*/
 
.core-styles h1,
.contentRender_name_plugins_core_textbox h1 {
    color: #010101;
    font-size: 60px;
    line-height: 64px;
    font-family: "Nexa W04 Bold1279264", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
 
.core-styles h2,
.contentRender_name_plugins_core_textbox h2 {
    color: #59595b;
    font-size: 50px;
    line-height: 54px;
    font-family: "Nexa W04 Bold1279264", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
 
.core-styles h3,
.contentRender_name_plugins_core_textbox h3 {
    color: #010101;
    font-size: 40px;
    line-height: 44px;
    font-family: "Nexa W04 Book1279270", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
 
.core-styles h4,
.contentRender_name_plugins_core_textbox h4,
.sitemap h4 {
    color: #010101;
    font-size: 30px;
    line-height: 34px;
    font-family: "Nexa W04 Bold1279264", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
 
.core-styles h5,
.contentRender_name_plugins_core_textbox h5 {
    color: #010101;
    font-size: 20px;
    line-height: 24px;
    font-family: "Nexa W04 Bold1279264", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
 
.core-styles h6,
.contentRender_name_plugins_core_textbox h6 {
    color: #010101;
    font-size: 16px;
    line-height: 24px;
    font-family: "Nexa W04 Bold1279264", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
 
.core-styles p,
.contentRender_name_plugins_core_textbox p {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-family: eb-garamond,serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
 
.core-styles a,
.contentRender_name_plugins_core_textbox a {
    color: #84a2af;
    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: 30px;
}

.core-styles ul:not([class*="block-grid-"]) li,
.core-styles ol:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ul:not([class*="block-grid-"]) li,
.contentRender_name_plugins_core_textbox ol:not([class*="block-grid-"]) li,
.sitemap li {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-family: eb-garamond,serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    list-style-position: inside;
}
 
.core-styles td,
.contentRender_name_plugins_core_textbox td,
.core-styles tr,
.contentRender_name_plugins_core_textbox tr {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-family: eb-garamond,serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
 
.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;
}

.visitorsPluginContainer button.submit {
    background-color: #fec21b;
    font-family: 'Nexa W04 Bold1279264';
    text-transform: uppercase;
    color: black;
    font-size: 18px;
    margin: 0 auto;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font: inherit;
  color: inherit;
  text-decoration: none;
}
 
.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;
}

@media screen and (max-width: 1024px){
	.sitemap > ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
				column-count: 2;
	}
}
@media screen and (max-width: 640px) {
    .core-styles h1,
    .contentRender_name_plugins_core_textbox h1 {
        font-size: 38px;
        line-height: 38px;
    }
    
    .core-styles h2,
    .contentRender_name_plugins_core_textbox h2 {
        font-size: 34px;
        line-height: 34px;
    }
    
    .core-styles p,
    .contentRender_name_plugins_core_textbox p {
        font-size: 19px;
        line-height: 25px;
    }

    .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 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .core-styles td,
    .contentRender_name_plugins_core_textbox td,
    .core-styles tr,
    .contentRender_name_plugins_core_textbox tr {
        font-size: 19px;
        line-height: 25px;
    }

	.sitemap > ul {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
				column-count: 1;
	}
}
/*---------------------------END CORE STYLES---------------------------*/



/*
|-----------------------------------------------------------------------------------------------------------
| RESET STYLES
|-----------------------------------------------------------------------------------------------------------
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,center,dl,
dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }

body { line-height: 1; }

p ol,
p ul { list-style: none; }

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 !important;
    background: url("/includes/public/assets/images/patterns/pattern-topography.svg")center/auto repeat;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
    height: auto;
    font-family: 'eb-garamond',serif;
    color: #000;
}

::-moz-selection { /* Code for Firefox */
    color: #000;
    background: #fec21b;
}

::selection {
    color: #000; 
    background: #fec21b;
}

h1 {
    color:#010101;
	font-size:60px;
	line-height: 64px;
	font-family:"Nexa W04 Bold1279264", sans-serif;
	font-style: normal;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h2 {
    color:#59595b;
	font-size: 50px;
	line-height: 54px;
	font-family:"Nexa W04 Bold1279264", sans-serif;
	font-style: normal;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h3 {
    color:#010101;
	font-size:40px;
	line-height: 44px;
	font-family:"Nexa W04 Book1279270", sans-serif;
	font-style: normal;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h4 {
    color:#010101;
	font-size:30px;
	line-height: 34px;
	font-family:"Nexa W04 Bold1279264", sans-serif;
	font-style: normal;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h5 {
    color:#010101;
	font-size:20px;
	line-height: 24px;
	font-family:"Nexa W04 Bold1279264", sans-serif;
	font-style: normal;
	font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
h6 {
    color:#010101;
	font-size:16px;
	line-height: 24px;
	font-family:"Nexa W04 Bold1279264", sans-serif;
	font-style: normal;
	font-weight: 700;
    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,
ul,
ol,
dl {
    color: #000;
    font-size: 24px;
    line-height:34px;
    font-family: 'eb-garamond',serif;
	font-weight: 400;
	font-style: normal;
	text-rendering: optimizeLegibility;
}
p {
    margin-bottom: 20px;
}
a:link,
a:visited,
a:active {
	color:#84a2af;
	font-weight: bold;
}
::-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;
}

@media (max-width: 1024px) {
    h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    p {
        font-size: 22px;
        line-height: 30px;
    }
}

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

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

.header-section .top-nav-cont,
.header-section .top-nav-cont .header-left {
    height: 100%;
    width: 100%;
}

.header-section .top-nav-cont .header-left {
    display: flex;
    align-items: center;
}

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

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

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

.header-section .mobile-weather .icon {
    color: #84a1ae;
    font-size: calc(19px + (23 - 19) * ((100vw - 320px) / (1024 - 320)));
    display: inline-block;
}

.header-section .mobile-weather span {
    display: inline-block;
    font-size: calc(16px + (19 - 16) * ((100vw - 320px) / (1024 - 320)));
    margin-right: 6px;
    font-family:'Nexa W04 Bold1279264';
    color: #84a1ae;
}

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

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

    .header-section .top-nav-cont {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        min-width: 970px;
        margin: auto;
    }

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

    .header-section .top-nav-cont .header-left {
        width: 20%;
        margin-right: 20px;
    }

    .header-section .logo {
        width: 100%;
        max-width: none;
    }
    .header-section .contentRender_name_plugins_nav_secondary {display: flex;}
    .header-section .header-top {
        margin-bottom: 8px;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

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

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

    .header-section .desktop-weather {
        margin-right: 35px;
    }

    .header-section .desktop-weather span {
        font-family:'Nexa W04 Bold1279264';
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #84a2af;
        font-weight: bold;
    }
    .micrositeLocal5150 .header-section .desktop-weather span {
        color:  #ef522f!important;
    }
    .header-section .desktop-weather .icon {
        margin-left: 10px;
    }
    .micrositeLocal5150 .header-section .open-search svg {
        stroke:  #ef522f!important;
    }
    .header-section .open-search {
       cursor: pointer;
    }

}

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

.content {
    position: relative;
    left: 0;    
    top: 0;
    width: 100%;
    pointer-events:none;
}
.content > div {
    pointer-events: all;
}

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

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


.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_5150_blog_posts,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 15px;

}

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

.intro-panel {
    width: 100%;
    padding: 15px;
}

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

.intro-panel .intro-content {
    padding: 35px 15px;
    position: relative;
    background-color: white;
    box-shadow: 0 8px 12px 6px rgba(0,0,0,0.1);
    margin-top: -30px;
    margin-bottom: 40px;
}

.intro-panel.alternate .intro-content {
    background-color: transparent;
    box-shadow: 0px 0px;
    margin: 0;
    padding: 0;
}

.intro-panel .intro-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 8px;
    background-color: #fec21b;
}

.intro-panel.alternate .intro-content::before {
    display: none;
}

.intro-panel .intro-content h3 {
    font-family:'Nexa W04 Book1279270';
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 10px;
    color: #59595b;
    text-transform: uppercase;
    font-weight: 100;
    display: block;
}

.intro-panel .intro-content h1 {
    font-family:'Nexa W04 Bold1279264';
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 15px;
    color: black;
    text-transform: uppercase;
    display: block;
}

.intro-panel .intro-content p {
    font-size: 19px;
    line-height: 25px;
}

.panel_custom_two_col_sidebar_right .contentRender_name_plugins_core_textbox,
.panel_custom_two_col_sidebar_left .contentRender_name_plugins_core_textbox{
    min-width: 0;
    width: 100%;
    padding: 0;
}

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

    .panel-two-col-even .sv-col {
        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 {
        width: 75%;
        min-width: 975px;
        max-width: 1650px;
        margin: 0 auto 100px;
    }

    .panel-two-col-even.wide {
        width: 85%;
    }

    .contentRender_name_plugins_core_textbox,
	.contentRender_name_plugins_blog_leisure_blog_posts,
    .contentRender_name_plugins_blog_5150_blog_posts,
	.contentRender_name_plugins_nav_sitemap,
	.contentRender_name_plugins_mediagallery_gallery,
	.contentRender_name_plugins_mediagallery_album,
	.contentRender_name_plugins_events_submitevent,
	.contentRender_name_plugins_crm_formbuilder,
	.contentRender_name_plugins_search_results,
	.contentRender_name_plugins_common_button,
	.contentRender_name_plugins_collections_template_custom_list,
	.contentRender_name_plugins_collections_template_custom_contacts{
        width: 75%;
        min-width: 975px;
        max-width: 1650px;
        margin: 0 auto;
    }

    .panel-two-col-even .contentRender_name_plugins_core_textbox {
        min-width: 100%;
        max-width: none;
        width: 100%;
    }
    .contentRender_name_plugins_common_container_intro{
    	pointer-events: none !important;
    }

    .intro-panel {
        display: flex;
        padding-left: calc(15px + (100 - 15) * ((100vw - 1025px) / (1700 - 1025)));
        padding-right: calc(15px + (100 - 15) * ((100vw - 1025px) / (1700 - 1025)));
        pointer-events: none;
        width: 100%;
        max-width: 2000px;
        margin: -12vw auto 20px;
    	transform: translateY(-6vw);
    }

    .intro-panel.homepage {
        margin: -340px auto 20px;
        transform: translateY(0);
    }

    .intro-panel.alternate {
        display: block;
        padding: 80px 15px;
        pointer-events: all;
        max-width: 1650px;
        min-width: 975px;
        width: 75%;
        margin: 0 auto;
        transform: none;
    }

    .intro-panel.alternate .intro-content {
        width: 100%;
    }

    .intro-panel .intro-content,
    .intro-panel .intro-container {
        width: calc(50% - 20px);
    }

    .intro-panel .intro-content {
        margin-right: 20px;
        margin-bottom: 0;
        padding: 65px 35px;
        pointer-events: all;
    }

    .intro-panel .intro-container {
        display: flex;
        align-items: flex-end;
        margin-left: 20px;
        pointer-events: none;
    }
    .intro-panel.homepage .intro-container {
        display: block;
        margin-top: 300px;
    }
    .intro-panel .intro-content h3 {
        font-size: calc(28px + (40 - 28) * ((100vw - 1025px) / (1700 - 1025)));
        line-height: calc(34px + (38 - 34) * ((100vw - 1025px) / (1700 - 1025)));
    }

    .intro-panel .intro-content h1 {
        font-size: calc(36px + (60 - 36) * ((100vw - 1025px) / (1700 - 1025)));
        line-height: calc(38px + (60 - 38) * ((100vw - 1025px) / (1700 - 1025)));
    }

    .intro-panel .intro-content p {
        font-size: 24px;
        line-height: 34px;
    }

}

@media (min-width: 1720px){
    .intro-panel {
        padding-left: 100px;
        padding-right: 100px;
    }

    .intro-panel .intro-content h3 {
        font-size: 40px;
        line-height: 38px
    }

    .intro-panel .intro-content h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media (min-width: 2000px) {
    /*.intro-panel {
        margin-top: -325px;
    }*/
}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.footer .contentRender_name_plugins_core_textbox {
    padding: 0;
    min-width: 0px;
    max-width: none;
    margin: 0;
    width: auto;
}

.footer .footer-center {
    padding: 30px;
    text-align: center;
    background-color: #59595b;
    border-top: 7px solid white;
}

.footer .contentRender_name_plugins_common_logo_footer {
    display: block;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 330px;
}

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

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

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

.footer .footer-bottom ul li {
    font-family:'Nexa W04 Bold1279264';
    font-size: 15px;
    line-height: 20px;
    color: #59595b;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.footer .footer-bottom ul li a {
	color: #59595b;
}
@media (min-width: 1025px) {
    .footer .footer-center {
        display: flex;
        align-items: center;
        justify-content: space-around;
        border-top: 10px solid white;
    }


    .footer .contentRender_name_plugins_common_logo_footer{
        width: 20%;
        max-width: 360px;
        margin: 0 25px 0 0;
    }

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

    .footer .footer-bottom ul {
        margin: 0;
        font-size: 15px;
        line-height: 18px;
    }

    .footer .footer-bottom ul li {
        display: inline-block;
        position: relative;
        margin: 0;
    }

    .footer .footer-bottom ul li:first-child::after {
        content: "|";
        margin: 0 10px;
        font-size: 16px;
        color: #59595b;
    }
}

/* vguide/enews widgets */
.vguide-enews-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 15px;
    width: 100%;
    overflow: hidden;
}

.vguide-enews-panel .bg-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.vguide-enews-panel .bg-cont::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    pointer-events: none;
}

.vguide,
.enews {
    position: relative;
    z-index: 1;
    text-align: center;
}

.vguide-enews-panel .vguide {
    margin-bottom: 60px;
}

.vguide-enews-panel .vguide::after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 2px;
    background-color: white;
}

.vguide .title h2,
.enews .title h2 {
    text-align: center;
    text-transform: uppercase;
    color: white;
}

.vguide .title h2 span,
.enews .title h2 span {
    display: block;

}

.vguide .title h2 span:first-of-type,
.enews .title h2 span:first-of-type {
    font-family:'Nexa W04 Book1279270';
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
}

.vguide .title h2 span:last-of-type,
.enews .title h2 span:last-of-type {
    font-family:'Nexa W04 Bold1279264';
    font-size:30px;
    line-height: 30px;
    margin-bottom: 25px;
}

.vguide a,
.enews a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px 45px;
    background-color: #fec21b;
    font-family:'Nexa W04 Bold1279264';
    text-transform: uppercase;
    color: black;
    font-size: 18px;
    margin: 0 auto;
}

@media (min-width: 641px) {
    .vguide-enews-panel {
        flex-direction: row;
        padding: 65px 15px;
        justify-content: space-around;
    }

    .vguide-enews-panel .vguide {
        margin-bottom: 0;
    }

    .vguide, 
    .enews {
        margin: 0 25px;
        transition: transform 0.5s;
        flex: 1;
    }

    .vguide:hover,
    .enews:hover {
        transform: scale(1.2);
    }
    .vguide .title h2 span:first-of-type,
	.enews .title h2 span:first-of-type,
	.vguide a,
    .enews a {
	    font-size: calc(14px + (18 - 14) * ((100vw - 640px) / (1024 - 640)));
	    line-height: 1.04;
	}
    .vguide .title h2 span:last-of-type,
	.enews .title h2 span:last-of-type {
	    font-size: calc(26px + (30 - 26) * ((100vw - 640px) / (1024 - 640)));
	}

    .vguide-enews-panel .vguide::after {
        display: none;
    }

    .vguide-enews-panel::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 70%;
        background-color: white;
    }
}

@media (min-width: 1025px) {
    .vguide-enews-panel {
        min-height: 320px;
        justify-content: space-around;
        align-items: center;
    }

    .vguide-enews-panel .bg-cont {
        transform: scale(1.1);
    }

    .vguide,
    .enews {
        cursor: pointer;
    }

    .vguide .title h2 span:first-of-type,
	.enews .title h2 span:first-of-type,
	.vguide a,
    .enews a {
	    font-size: 18px;
	}

    .vguide .title h2 span:last-of-type,
	.enews .title h2 span:last-of-type {
	    font-size:30px;
	}

    .intro-panel .vguide:hover,
    .intro-panel .enews:hover {
        transform: none;
    }
    .intro-panel .intro-container > .contentRender_name_plugins_common_container_vguide_enews {
    	width: 100%;
    }

    .intro-panel .vguide-enews-panel{
        padding: 30px 15px;
        min-height: 0px;
        pointer-events: all;
    }

    .intro-panel .vguide .title h2 span:first-of-type,
    .intro-panel .enews .title h2 span:first-of-type {
        font-size: calc(14px + (18 - 14) * ((100vw - 1025px) / (1700 - 1025)));
    }

    .intro-panel .vguide .title h2 span:last-of-type,
    .intro-panel .enews .title h2 span:last-of-type {
        font-size: calc(20px + (30 - 20) * ((100vw - 1025px) / (1700 - 1025)));
    }
}

.social-panel {
    position: relative;
    padding: 0 15px;
    margin-bottom: 40px;
}    

.social-panel .title-cont {
    padding-bottom: 20px;
}

.social-panel .title-cont h2 {
    font-family:'Nexa W04 Bold1279264';
    font-size: 36px;
    line-height: 38px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.social-panel .title-cont h3 {
    font-family:'Nexa W04 Book1279270';
    font-weight: 200;
    font-size: 32px;
    line-height: 34px;
    margin: 0;
    text-transform: uppercase;
    color: #59595b;
}

.social-panel .social-icons {
    display: flex;
    margin-bottom: 20px;
}

.social-panel .social-icons .social-icon {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #84a2af;
    border: 3px solid#84a2af;
    border-radius: 100%;
    margin-right: 20px;
}
.micrositeLocal5150 .social-panel .social-icons .social-icon {
    border: 3px solid#ef522f!important;
}
.social-panel .social-icons .social-icon:last-child {
    margin-right: 0;
}
.social-panel .embed .contentRender_name_plugins_core_textbox {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
}

@media (min-width: 641px) {
    .social-panel {
        padding: 0;
    }

    .social-panel .title-cont {
        padding: 0 15px 40px;
    }
}

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

    .social-panel .title-cont {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .social-panel .title-cont .top-cont {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }

    .social-panel .social-icons {
        margin: 0 0 0 35px;
    }

    .social-panel .title-cont h2 {
        margin: 0;
        font-size: 58px;
        line-height: 62px;
    }

    .social-panel .title-cont h3 {
        font-size: 40px;
        line-height: 42px;
    }
}

.add-this-panel {
    margin-bottom: 20px;
    width: 100%;
    padding: 15px;
    background-color: #e6e7e7;
}

.add-this-panel .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shared-detail .add-this-panel {
    padding: 12px;
    margin: 0;
}

@media (min-width: 1025px) {
    .add-this-panel {
        margin: 0 auto 50px;
        padding: 10px 0;
    }

    .add-this-panel .inner {
        width: 86%;
        min-width: 995px;
        margin: 0 auto;
    }
}

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

.button-cont { display: flex; }

.button-cont a {	
	width: auto;
    padding: 15px 45px;
    background-color: #fec21b;
    font-family: 'Nexa W04 Bold1279264';
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}
.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;}