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

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

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

html,body,div,span,applet,object,iframe,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
|-----------------------------------------------------------------------------------------------------------
*/

/* Add fix for safari  to remove rubber band effect */
html.fixed-hidden {
    position: fixed;
    overflow: hidden;
}

body {
    background: var(--white);
    color: var(--dark-grey);
    cursor: auto;
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior: none;
}

a,
a:link,
a:visited,
a:focus, a:active {
    color:var(--red);
    font-weight: 500;
}

.sv-share-trigger:hover {
    color: var(--red);
}

p a, .contentRender_name_plugins_core_textbox a {
    text-decoration: underline;
}

h1 {
    color:var(--dark-grey);
    font-size:56px;
    font-family: var(--font-display);
    font-style: normal;
    font-weight: 900;
    line-height: 58px;
    text-transform: uppercase;
}

h2 {
    color:var(--dark-grey-85);
    font-size: 42px;
    font-family: var(--font-display-alt);
    font-style: normal;
    font-weight: 900;
    line-height: 49px;
    text-transform: uppercase;
}

h3 {
    color: var(--red);
    font-size: 36px;
    font-family: var(--font-display);
    font-style: normal;
    font-weight: 900;
    line-height: 39px;
    text-transform: uppercase;
}

h4 {
    color: var(--dark-grey);
    font-size: 32px;
    font-family: var(--font-display-alt);
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    text-transform: uppercase;
}

h5 {
    color:var(--red);
    font-size:28px;
    font-family: var(--font-display-alt);
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    text-transform: uppercase;
}

h6 {
    color:var(--dark-grey);
    font-size: 24px;
    font-family: var(--font-display-alt);
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
}

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: var(--dark-grey);
    font-size: 18px;
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 500;
    line-height:30px;
    text-rendering: optimizeLegibility;
}

/* ul { margin-left: 1.8em; } */

ul,
ol,
dl {
    color: var(--dark-grey);
    font-size:18px;
    line-height:30px;
    font-family: var(--font-body);
    font-weight: 500;
}

.ui-datepicker { z-index: 10 !important; }

@media screen and (max-width:1024px) {
    h1 {
        font-size: 52px;
        line-height: 55px;
    }

    h2 {
        font-size: 36px;
        line-height: 39px;
    }
}

@media screen and (max-width:640px) {
    h1 {
        font-size: 42px;
        line-height: 46px;
    }

    h2 {
        font-size: 30px;
        line-height: 33px;
    }

    h3 {
        font-size: 28px;
        line-height: 31px;
    }

    h4 {
        font-size: 24px;
        line-height: 27px;
    }

    h5 {
            font-size: 23px;
            line-height: 26px;
        }
    h6 {
        font-size: 21px;
        line-height: 24px;
    }
    p {
        font-size: 18px;
        line-height: 27px;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| HEADER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.header {
    position: relative;
    z-index: 30;
    padding: 0 20px;
    background-color: var(--dark-grey);
}

.header .logo {
    width: 74px;
    height: 70px;
    padding-top: 11px;
}

.mobile-overlay .header {
    border-bottom: 1px solid var(--off-white);
}

.header .mobile-nav {
    position: absolute;
    top: 6px;
    right: 6px;
}

.header .mobile-nav .mobile-dd-toggle {
    position: relative;
    width: 58px;
    height: 58px;
    padding: 14px;
    margin: 0;
    background-color: transparent;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.header .mobile-nav .mobile-dd-toggle .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 1;
    transition: 0.3s opacity;
    color: var(--off-white);
}

.header .mobile-nav .mobile-dd-toggle .icon.fa-times {
    opacity: 0;
    transition: 0.3s opacity;
}

.header .mobile-nav .mobile-dd-toggle.active .icon.fa-bars {
    opacity: 0;
    transition: 0.3s opacity;
}

.header .mobile-nav .mobile-dd-toggle.active .icon.fa-times {
    opacity: 1;
    transition: 0.3s opacity;
}

.header .mobile-dd {
    position: absolute;
    display: none;
    top: 65px;
    right: -6px;
    width: calc(100vw - 20px);
    padding: 18px 0 26px;
}

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

.header .mobile-dd .dd-top {
    padding: 0 25px;
    width: 100%;
    max-width: 375px;
}
.header .mobile-dd .dd-top [data-sv-mobile-weather],
.header .mobile-dd .dd-top [data-sv-mobile-translate] {display: inline-block;}
.header .mobile-dd .weather{
    color: var(--off-white);
    font-size: 18px;

}

.header .mobile-dd .weather::after {
    content: "|";
    color: var(--off-white);
    font-size: 16px;
    padding-left: 5px;
}
.header .weather,
.header .language-select {
    display: inline-block;
}

.header .weather-wrapper {
    position: relative;
}

.weather-wrapper > .weather-dropdown-wrapper {
    display: none;
    min-width: 320px;
    background-color: #fff;
    position: absolute;
    right: -65px;
    top: calc(100% + 10px);
    z-index: 99999;
    cursor: initial;
    font-family: var(--font-body);
    font-weight: 500;
    color: var(--red);
    border-radius: 8px;
}

.weather-wrapper > .weather-dropdown-wrapper .marker-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
}

.weather-wrapper .top-section {
    padding-top: 8px;
}

.weather-wrapper .top-section .weather-icon .wi {
    font-size: 26px;
}

.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul li {
    display: inline-block;
    color: var(--red);
    font-family: var(--font-body);
    font-weight: 500;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown .top-section {
    text-align: center;
    padding: 10px;
    font-weight: 700;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown .top-section .forecast .weather-icon {
    font-size: 22px;
    color: var(--dark-grey-65);
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown .top-section .forecast .temp {
    font-size: 32px;
    position: relative;
    top: 3px;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown .top-section .forecast .info {
    font-size: 18px;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul.forecast-list li.item {
    display: block;
    border-top: 1px solid var(--dark-grey-25);
    padding: 8px;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul.forecast-list li.item ul.item-details {
    font-size: 18px;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul.forecast-list li.item ul.item-details .data {
    float: right;
    position: relative;
    top: -6px;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul.forecast-list li.item ul.item-details .data li {
    font-size: 24px;
    position: relative;
    padding: 0px 3px;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul.forecast-list li.item ul.item-details li.sep {
    border-left: 1px solid var(--dark-grey-25);
    height: 26px;
    width: 1px;
    top: 6px;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul.forecast-list li.item ul.item-details li.low {
    color: var(--red);
    width: 55px;
    font-weight: 700;
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul.forecast-list li.item ul.item-details li.visual .weather-icon {
    font-size: 22px;
    display: inline-block;
    min-width: 35px;
    color: var(--dark-grey-65);
}
.weather-wrapper > .weather-dropdown-wrapper > .weather-dropdown ul.forecast-list li.item ul.item-details li.high {
    padding-right: 6px;
    width: 55px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .weather-wrapper:hover > .weather-dropdown-wrapper {
        display: block;
    }
}

.header .language-select select {
    color: var(--off-white);
    background-color: rgba(0, 0, 0, 0.2);
    border: none;
    height: auto;
    margin: 0;
    font-family: var(--font-body);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    padding-left: 4px;
    padding-right: 16px;
    background-image: none;
}

.header .language-select {
    position: relative;
    width: 58px;
}

.header .language-select::after {
    position:absolute;
    display: inline-block;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--off-white);
    font-size: 12px;
    pointer-events: none;
}

.header .mobile-dd .search-form {
    display: flex;
    align-items: flex-end;
    margin-bottom: 28px;
    padding: 0 25px;
    font-family: var(--font-body);
    font-weight: 500;
    width: 100%;
    max-width: 375px;
}

.header .mobile-dd .search-form input {
    flex: 1;
    margin: 0;
    height: auto;
    padding-top: 9px;
    padding-bottom: 1px;
    padding-left: 4px;
    font-size: 16px;
    color: var(--off-white);
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid;
    box-shadow: none;
}
.header .mobile-dd .search-form input:focus {
    background: transparent;
}

.header .mobile-dd .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--off-white);
}

.header .mobile-dd .search-form input::-moz-placeholder { /* Firefox 19+ */
    color: var(--off-white);
}

.header .mobile-dd .search-form input:-ms-input-placeholder { /* IE 10+ */
    color: var(--off-white);
}

.header .mobile-dd .search-form input:-moz-placeholder { /* Firefox 18- */
    color: var(--off-white);
}
.header .mobile-dd .search-form button {
    flex: 0 1 19%;
    height: 42px;
    margin-left: 7px;
    margin-bottom: 0;
    padding: 0;
    font-size: 21px;
    background-color: var(--red);
    border: none;
}

.header .mobile-dd .search-form button .icon {
    color: var(--off-white);
}
.header .utilities {
    display: none;
}

.header .fixed-left-cont {
    display: none;
}

.header .fixed-left-cont .desktop-menu-toggle {
    position: absolute;
    width: 6vw;
    height: 30px;
    right: 50%;
    top: 40px;
    padding: 0 14px;
    margin: 0;
    transform: translateX(50%);
    background-color: transparent;
    font-size: 30px;
    border: none;
    cursor: pointer;
}

.header .fixed-left-cont .desktop-menu-toggle .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    opacity: 1;
    transition: 0.3s opacity;
    color: var(--off-white);
}
.header.hasAlert .fixed-left-cont .desktop-menu-toggle .icon, .header.hasAlert .fixed-top-cont .utilities {
    top: 300%;
}
.header.hasAlert .fixed-top-cont .utilities {
    top: 110px;
}
@media (min-width: 770px) and (max-width: 1024px) {
    .header.hasAlert .fixed-left-cont .desktop-menu-toggle .icon {
       top: 520%;
    }
    .header.hasAlert .fixed-top-cont .utilities {
        top: 180px;
    }
}
.header .fixed-left-cont .desktop-menu-toggle .icon.fa-times {
    opacity: 0;
    transition: 0.3s opacity;
}

.header .fixed-left-cont .desktop-menu-toggle.active .icon.fa-times {
    opacity: 1;
    transition: 0.3s opacity;
}

.header .fixed-left-cont .desktop-menu-toggle.active .icon.fa-bars {
    opacity: 0;
    transition: 0.3s opacity;
}

.header .fixed-left-cont .title {
    position: absolute;
    bottom: 137px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    white-space: nowrap;
}

.header .fixed-left-cont .title {
    font-size: 20px;
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--off-white);
    letter-spacing: 7px;
    text-decoration: none;
}

.header .utilities {
    position: absolute;
    top: 26px;
    right: 0;
    padding: 4px 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header.horizontal-layout .utilities {
    background-color: #fff;
}

.header .utilities > * {
    padding: 0 14px;
}

.header .utilities .language-select select {
    color: var(--off-white);
    background-color: var(--red);
    font-weight: 700;
    font-size: 18px;
}

.header.horizontal-layout .utilities .language-select select {
    color: var(--red);
    background-color: transparent;
}

.header .utilities .language-select::after {
    color: var(--off-white);
    right:2px;
    font-size: 13px;
}

.header.horizontal-layout .utilities .language-select::after {
    color: var(--red);
}

.header .utilities .weather {
    font-size: 25px;
    color: var(--off-white);
}

.header.horizontal-layout .utilities .weather {
    color: var(--red);
}

.header .utilities .search button {
    margin: 0;
    padding: 0px;
    font-size: 25px;
    border: none;
    background-color: transparent;
    color: var(--off-white);
}

.header.horizontal-layout .utilities .search button {
    color: var(--red);
}
.header.horizontal-layout .utilities .search .active button {
    color: var(--off-white);
}

.header .desktop-menu {
    position: relative;
    z-index: 20;
    display: none;
    left: 6vw;
    width: 94vw;
    height: 100vh;
}

.header .desktop-menu.active {
    display: block;
    overflow: auto;
}

@media only screen and (min-width: 768px){
    .header.horizontal-layout {
        padding: 0;
        background-color: transparent;
        z-index: 10;
    }

    .header.horizontal-layout .mobile-nav {
        display: none;
    }

    .header.horizontal-layout .fixed-left-cont {
        position: fixed;
        z-index: 30;
        display: block;
        top: 0;
        left: 0;
        height: 100vh;
        width: 6vw;
        max-width: 110px;
        background-color: var(--dark-grey);
    }

    .header.horizontal-layout .fixed-top-cont {
        position: fixed;
        display: block;
        top: 0;
        left: 6vw;
        width: 94vw;
    }

    .header.horizontal-layout .logo .header-cls-1 {
        fill:var(--dark-grey);
    }

    .header.horizontal-layout .logo {
        position: fixed;
        width: 121px;
        height: 78px;
        padding: 0;
        margin-top: 15px;
        margin-left: 0;
        left: calc(6vw + 30px);
    }

    .header.horizontal-layout .utilities {
        display:flex;
        align-items: center;
    }
}

@media only screen and (min-width: 1025px){
    .header {
        z-index: 10;
        width: calc(100% - 110px);
        margin-left: auto;
        padding: 0;
        background-color: transparent;
    }

    .header .mobile-nav {
        display: none;
    }

    .header.horizontal-layout .fixed-left-cont,
    .header .fixed-left-cont {
        width: 110px;
    }

    .header .fixed-left-cont {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        height: 100vh;
        max-width: 110px;
        background-color: var(--dark-grey);
    }

    .header.horizontal-layout .fixed-top-cont,
    .header .fixed-top-cont {
        left: 110px;
    }

    .header.horizontal-layout .fixed-top-cont,
    .header .fixed-top-cont{
        width: calc(100% - 110px);
    }

    .header .logo,
    .header.horizontal-layout .logo  {
        width: 121px;
        height: 93px;
        padding: 0;
        padding-top: 15px;
        margin-left: 0;
    }

    .header.horizontal-layout .logo {
        left: 145px;
    }

    .header .logo {
        left: 40px;
    }

    .header .logo {
        position: relative;
    }

    .header .utilities {
        display:flex;
        align-items: center;
        background-color: var(--red);
    }

    .horiz-cont {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        height: 100vh;
    }

    .horiz-cont > * {
        display: inline-block;
        height: 100%;
    }
    .horiz-cont div img {
        height: 100%;
        width: auto;
    }

    .header .desktop-menu {
        left: 110px;
        width: calc(100vw - 125px);
    }
}

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

body img {
    height: auto;
}

body button {
    cursor: pointer;
}

body.mobile-overlay {
    position: relative;
    height: auto;
}

body.mobile-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.content-cont {
    background-color: var(--red);
}

.content-cont .item-mobile-bg {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.content-cont .item-desktop-bg {
    display: none;
}

.content-cont .contentRender_name_plugins_common_horizontal_inner .inner {
    position: relative;
    z-index: 2;
}

.content-cont .contentRender_name_plugins_common_horizontal_inner .inner h3 a{
    color: var(--off-white);
}

@media only screen and (min-width: 768px) {
    body.horizontal-layout.mobile-overlay::after {
        display: none;
    }

    /* Hide horizontal scrollbar */
    .scrollbar-hider {
        overflow: hidden;
        position: relative;
        height: 100vh;
    }

    .viewport-cont {
        position: relative;
        margin-left: 6vw;
        width: 94vw;
        height: calc(100vh + 40px);
        padding-bottom: 40px;
        overflow-y: hidden;
    }

    /* Custom scrollbar */
    .custom-scrollbar {
        position: fixed;
        z-index: 9;
        bottom: 40px;
        right: 50%;
        width: 73.5%;
        height: 5px;
        transform: translateX(50%);
        background-color: rgba(255,255,255,0.5);
        border-radius: 2.5px;
    }

    .custom-scrollbar .custom-scroller {
        position: absolute;
        z-index: 1;
        left: 0;
        top: calc(-1 * (7vh - 5px)/2);
        height: 7vh;
        width: 22%;
        border-radius: 2.5px;
    }

    .custom-scrollbar .custom-scroller::before {
        position: absolute;
        content: "";
        z-index: -1;
        left: 0;
        top: calc((7vh - 5px)/2);
        height: 5px;
        width: 100%;
        background-color: rgba(255,255,255,1);
        border-radius: 2.5px;
    }

    .custom-scrollbar .custom-scroller.active {
        cursor: move;
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
        cursor: grabbing;
    }

    .absolute-cont {
        position: absolute;
    }

    .content-cont {
        white-space: nowrap;
        background-color: var(--red);
        min-width: 100vw;
    }

    .content-cont .contentRender_name_plugins_common_horizontal_inner {
        position: relative;
        height: 100vh;
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        margin-bottom: 0;
    }

    .content-cont .contentRender_name_plugins_common_horizontal_inner:not(:first-child){
        margin-left: -4px;
    }

    .content-cont .contentRender_name_plugins_common_horizontal_inner .inner {
        position: relative;
        z-index: 2;
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .content-cont .item-mobile-bg {
        display: none;
    }

    .content-cont .item-desktop-bg{
        position: absolute;
        display: block;
        z-index: 1;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 40%);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 1025px) {
    .viewport-cont {
        margin-left: 110px;
        width: calc(100vw - 110px);
    }
}

.outline{
    /* IE fallback shows solid white text */
    color: var(--off-white);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--off-white);
}

.absolute-cont .contentRender_name_plugins_core_textbox {
    width: 100%;
    max-width: 965px;
    /* margin: 0 auto; */
    padding: 0;
    margin-bottom: 50px;
}
.contentRender_name_plugins_core_textbox {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.contentRender_name_plugins_core_textbox h1 {
    margin-bottom: 20px;
}

.read-more .inner{
    position: relative;
    max-height: 390px;
    overflow: hidden;
    padding-bottom: 38px;
    margin-bottom: 50px;
}

.read-more.expanded .inner{
    max-height: none;
}

.read-more:not(.expanded) .inner::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,1) 15%, rgba(255,255,255,0) 45%)
}

.read-more .square-btn {
    display: none;
}

.read-more .square-btn {
    position: absolute;
    display: block;
    z-index: 2;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: inline-block;
    padding: 6px 14px;
    background-color: var(--red);
    text-transform: uppercase;
    border: none;
    margin: 0;
}

.read-more .square-btn {
    font-size: 18px;
    line-height: 18px;
    font-family: var(--font-body);
    color: var(--off-white);
    font-weight: 700;
}

.read-more .square-btn .icon {
    font-size: 26px;
    margin-left: 8px;
    vertical-align: middle;
}

.contentRender_name_plugins_common_button,
.contentRender_name_plugins_common_search,
.contentRender_name_plugins_common_constant_contact_form,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_visitors_main,
.contentRender_name_plugins_blog_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_blog_articles_archives,
.contentRender_name_plugins_blog_articles_categories,
.contentRender_name_plugins_blog_articles_tags,
.contentRender_name_plugins_blog_articles_authors,
.contentRender_name_plugins_blog_blog_archives,
.contentRender_name_plugins_blog_blog_categories,
.contentRender_name_plugins_blog_blog_tags,
.contentRender_name_plugins_blog_blog_authors,
.contentRender_name_plugins_asset_request_main {
    width: 100%;
    padding: 0 15px;
}
.contentRender_name_plugins_common_embed_container {
    margin-bottom: 60px;
}


@media only screen and (min-width: 1025px) {
    .contentRender_name_plugins_core_textbox {
        width: calc(100% - 110px);
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 1050px;
        padding: 0 15px 0 125px;
    }
    .read-more {
        width: calc(100% - 110px);
        margin: 0 auto;
        margin-bottom: 105px;
    }

    .contentRender_name_plugins_common_button,
    .contentRender_name_plugins_common_search,
    .contentRender_name_plugins_common_constant_contact_form,
	.contentRender_name_plugins_blog_blog_posts,
    .contentRender_name_plugins_blog_articles_posts,
    .contentRender_name_plugins_visitors_main,
    .contentRender_name_plugins_mediagallery_album,
    .contentRender_name_plugins_search_results,
    .contentRender_name_plugins_collections_template_custom_contacts,
    .contentRender_name_plugins_collections_template_custom_list,
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_mediagallery_gallery,
    .contentRender_name_plugins_blog_articles_archives,
    .contentRender_name_plugins_blog_articles_categories,
    .contentRender_name_plugins_blog_articles_tags,
    .contentRender_name_plugins_blog_articles_authors,
    .contentRender_name_plugins_blog_blog_archives,
    .contentRender_name_plugins_blog_blog_categories,
    .contentRender_name_plugins_blog_blog_tags,
    .contentRender_name_plugins_blog_blog_authors,
    .contentRender_name_plugins_asset_request_main,
    .contentRender_name_plugins_events_submitevent,
    .contentRender_name_plugins_crm_formbuilder {
        width: calc(100% - 110px);
        max-width: 1050px;
        padding: 0 15px 0 125px;
        margin: 0 auto;
    }
    .contentRender_name_plugins_blog_blog_posts,
    .contentRender_name_plugins_blog_articles_posts{
        max-width: 1312px;
    }
    .read-more .inner{
        max-height: 270px;
    }
    .contentRender_name_plugins_common_embed_container {
        padding: 0 0 0 110px;
    }
}

/* Two column panel */
.two-col-panel {
    margin-bottom: 30px;
}

.two-col-panel .inner{
    width: 100%;
    max-width: 1315px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.two-col-panel .col {
    margin-bottom: 28px;
    padding: 0 20px;
}

@media only screen and (min-width: 1025px) {
    .two-col-panel {
        width: calc(100% - 110px);
        margin-left: auto;
        margin-bottom: 85px;
    }

    .two-col-panel .inner{
        flex-wrap: nowrap;
        justify-content: center;
    }

    .two-col-panel .col {
        margin-bottom: 0;
        flex: 1;
    }

    .two-col-panel .col:first-child {
        margin-right: 110px;
        margin-left: 20px;
    }

    .two-col-panel .col:last-child {
        margin-right: 20px;
    }
}

/* Round gradient button/link */
.link-cont {
    display: inline-block;
}

.round-btn {
    position: relative;
    background-color: var(--red);
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

button.round-btn {
    margin: 0;
    padding: 0;
    border: none;
}

.round-btn .icon {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    font-size: 27px;
    color: var(--off-white);
}

.social-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-cont .social-icon {
    margin: 0 13px;
}

/* Homepage panels */
.contentRender_name_plugins_common_horizontal_inner:nth-child(1) .heading {
    display: none;
}

.contentRender_name_plugins_common_horizontal_inner:nth-child(2) {
    position: relative;
    padding: 25px 20px 50px;
    color: var(--off-white);
}

.contentRender_name_plugins_common_horizontal_inner:nth-child(2) .inner {
    position: relative;
    z-index: 2;
}

.contentRender_name_plugins_common_horizontal_inner:nth-child(3) {
    position: relative;
}

.contentRender_name_plugins_common_horizontal_inner:nth-child(4) {
    position: relative;
    margin-bottom: 30px;
}

.contentRender_name_plugins_common_horizontal_inner:nth-child(4) .inner {
    position: relative;
    z-index: 2;
}

.contentRender_name_plugins_common_horizontal_inner:last-child {
    overflow: hidden;
}

.intro-cont {
    margin-bottom: 25px;
}

.intro-cont .title {
    margin-bottom: 10px;
}

.intro-cont .title {
    color: var(--off-white);
}

.intro-cont .title .outline {
    font-size: 43px;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px;
    font-weight: 700;
    font-family: var(--font-display-alt);
}

.intro-cont .title .bottom {
    font-size: 43px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: var(--font-display-alt);
}

.intro-cont .contentRender_name_plugins_core_textbox h3 {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: var(--font-display);
    color: var(--off-white);
}

.intro-cont .contentRender_name_plugins_core_textbox p {
    color: var(--off-white);
    font-size: 15px;
    line-height: 23px;
}

.footer-homepage {
    position: relative;
    z-index: 2;
    margin: 0;
    width: auto;
    border: none;
    background-color: transparent;
}

.footer-homepage::before {
    display: none;
}

.footer-homepage .contact-info {
    position: relative;
}

.footer-homepage .contact-info .cont {
    position: relative;
    width: 100%;
    max-width: 320px;
    padding: 145px 20px 0;
    margin: 0 auto 70px;
}

.footer-homepage .contact-info .cont::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: -120px;
    width: 385px;
    height: 385px;
    background-color: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.footer-homepage .contact-info .contentRender_name_plugins_core_textbox {
    width: auto;
    margin: 0;
    padding: 0;
    color: var(--off-white);
}

.footer-homepage .contact-info h4 {
    margin-bottom: 7px;
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: var(--font-display-alt);
    color: var(--off-white);
}

.footer-homepage .contact-info ul {
    color: var(--off-white);
    margin: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 100;
    line-height: 22px;
}
.footer-homepage .contact-info .contentRender_name_plugins_core_textbox li {
    color:var(--off-white);
}

@media only screen and (min-width: 768px) {
    .contentRender_name_plugins_common_horizontal_inner:nth-child(1) {
        padding-right: 265px;
        margin-bottom: 0;
    }

    .contentRender_name_plugins_common_horizontal_inner:nth-child(1) .heading {
        position: absolute;
        z-index: -1;
        display: block;
        bottom: -105px;
        left: 565px;
    }

    .contentRender_name_plugins_common_horizontal_inner:nth-child(1) .heading span {
        font-size: 263px;
        line-height: 223px;
        color: rgba(255, 255, 255, 0.08);
        font-family: var(--font-body);
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }

    .contentRender_name_plugins_common_horizontal_inner:nth-child(2) {
        padding: 0;
        padding-right: 85px;
    }

    .contentRender_name_plugins_common_horizontal_inner:last-child {
        overflow: visible;
    }

    .intro-cont {
        position: relative;
        opacity: 0;
        margin-top: 25px;
        margin-bottom: 0;
        margin-left: -220px;
        padding: 0 20px;
        /* width: 100%; */
        max-width: 620px;
        margin-right: 65px;
        transition: 1s opacity;
    }

    .contentRender_name_plugins_common_container_homepage_intro {
        display: flex;
        align-items: center;
        position: relative;
    }
    .intro-cont.fade-in {
        opacity: 1;
        transition: 1s opacity;
    }

    .intro-cont .animation-trigger {
        position: absolute;
        content: "";
        top: 0;
        right: 50%;
        width: 5px;
        bottom: 0;
    }

    .intro-cont .contentRender_name_plugins_core_textbox {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .intro-cont .title {
        margin-bottom: 25px;
    }

    .intro-cont .title .outline {
        font-size: 69px;
        line-height: 68px;
        -webkit-text-stroke: 2px;
        letter-spacing: 2px;
    }

    .intro-cont .title .bottom {
        font-size: 71px;
        line-height: 62px;
    }

    .intro-cont .contentRender_name_plugins_core_textbox h3 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 20px;
    }

    .intro-cont .contentRender_name_plugins_core_textbox p {
        color: var(--off-white);
        font-size: 18px;
        line-height: 26px;
    }

    .footer-homepage {
        height: 100vh;
        display: flex;
        align-items: center;
        margin-left: 270px;
        padding-top: 0;
    }

    .footer-homepage .contact-info {
        margin-bottom: 185px;
        margin-right: 135px;
    }

    .footer-homepage .contact-info .cont {
        max-width: 385px;
        padding-top: 0;
        margin-bottom: 0;
    }

    .footer-homepage .contact-info h4 {
        font-size: 29px;
        line-height: 30px;
    }

    .footer-homepage .contact-info ul {
        font-size: 18px;
        line-height: 27px;
    }

    .footer-homepage .contact-info .cont::after {
        left: -80px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media only screen and (min-width: 1500px) {
    .intro-cont .animation-trigger {
        right: 0;
    }
}

/*
|-----------------------------------------------------------------------------------------------------------
| FOOTER SECTION
|-----------------------------------------------------------------------------------------------------------
*/
.footer {
    background-color: var(--dark-grey);
}

.footer .footer-middle {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px 0;
}

.footer .newsletter,
.footer .vguide {
    width: calc(100% - 40px);
    max-width: 335px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 22px 10px;
    color: var(--off-white);
}

.footer .vguide {
    margin-bottom: 20px;
    background-color: var(--red);
    border-top: 1px solid var(--off-white);
    border-bottom: 1px solid var(--off-white);
}

.footer .vguide .inner {
    text-align: right;
}

.footer .newsletter .top,
.footer .vguide .top {
    margin-bottom: 5px;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.footer .newsletter .bottom,
.footer .vguide .bottom {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 36px;
    line-height: 34px;
    text-transform: uppercase;
}

.footer .address .contentRender_name_plugins_core_textbox {
    margin: 0;
    width: auto;
}

.footer .address ul {
    list-style-type: none;
    margin: 0 0 25px;
    text-align: center;
    color: var(--off-white);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--font-body);
    font-weight: 500;
}
.footer .address .contentRender_name_plugins_core_textbox li {
    color: var(--off-white);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--font-body);
    font-weight: 500;
	margin-left: 0;
}
.footer .logo {
    width: 121px;
    height: 121px;
    margin: 0 auto 25px;
    padding: 0;
}

.footer .social-cont a {
    font-size: 25px;
    color: var(--off-white);
    font-weight: normal;
}

.footer .social-cont {
    margin-bottom: 20px;
}

.footer .footer-bottom {
    background-color: var(--dark-grey);
    padding: 16px 0;
}

.footer .copyright {
    margin-bottom: 15px;
    color: var(--off-white);
    text-align: center;
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
}

.footer .copyright .icon {
    font-size: 10px;
}

.footer .made-by {
    text-align: center;
}

.footer .made-by svg {
    width: 166px;
    height: 17px;
}

@media only screen and (min-width: 768px) {
    .footer {
        position: relative;
        padding-top: 15px;
        margin-top: 205px;
        border-top: 1px solid var(--off-white);
    }

    .footer::before {
        position: absolute;
        content: "";
        width: 100%;
        top:0;
        right: 0;
        height: 1px;
        background-color: #fff;
    }

    .footer::after {
        position: absolute;
        content: "";
        width: 0;
        bottom:100%;
        right: 50%;
        transform: translateX(50%);
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 13px solid var(--off-white);
    }

    .footer .newsletter,
    .footer .vguide {
        position: absolute;
        bottom: 100%;
        width: calc(50% - 0.5px);
        max-width: none;
        margin-bottom: 0;
    }

    .footer .newsletter{
        right: 0;
        background-color: var(--dark-grey);
    }

    .footer .vguide {
        border: none;
    }

    .footer .footer-bottom {
        padding: 13px 0;
    }

    .footer .footer-bottom .inner{
        width: 100%;
        max-width: 1420px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

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

@media only screen and (min-width: 1025px){
    .footer {
        width: calc(100% - 110px);
        margin-left: auto;
        padding-top: 0;
    }

    .footer .newsletter,
    .footer .vguide {
        padding: 30px 10px;
    }

    .footer .vguide {
        justify-content: flex-end;
        padding-right: 86px;
    }

    .footer .newsletter {
        justify-content: flex-start;
        padding-left: 86px;
    }

    .footer .footer-middle {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px; /* fix for IE 11 min height and align:center */
        min-height: 198px;
    }

    .footer .address ul {
        text-align: left;
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
        margin-bottom: 0;
    }
    .footer .address .contentRender_name_plugins_core_textbox {
        padding: 0 130px 0 15px;
    }
    .footer .address .contentRender_name_plugins_core_textbox li {
        color: var(--off-white);
        font-size: 18px;
        line-height: 28px;
        font-weight: 300;
    }
    .footer .logo {
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        margin-bottom: 0;
    }

    .footer .middle-right {
        width: 100%;
        max-width: 390px;
    }

    .footer .social-cont {
        justify-content: flex-end;
        margin-bottom: 0;
    }
}

/* BUTTON STYLINGS */
/* BUTTONS AND LINKS */
.button-cont {
	margin-bottom:100px;
    display: flex;
}
.custom-btn {
    color:var(--off-white);
    font-size: 17px;
    line-height: 1em;
    font-weight: 700;
    background-color: var(--red);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 6px 14px;
    margin-bottom: 0px;
    overflow: hidden;
    transition:all ease .35s .25s;
    max-width: 150px;
}
.custom-btn span {
    color:var(--off-white);
    position: relative;
    z-index: 2;
    width: 150px;
    flex-wrap: wrap;
}

/* BUTTON SWOOSHES */
.btn-swoosh {
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    transform: translateX(101%);
    -ms-transform: translateX(101%);
    -webkit-transform: translateX(101%);
    transition:all ease .8s;
}
.custom-btn:hover .btn-swoosh {
    transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
}
/* SUMMER BUTTON 1 */
.custom-btn1 {
    background-color: var(--red);
}
.custom-btn1:hover span {
    color: var(--white);
}

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

/* search widget */
.widget-search .searchBox {display: flex;}
.widget-search input{
    flex: 1;
    padding-top: 9px;
    padding-bottom: 16px;
    padding-left: 10px;
    font-size: 36px;
    color: var(--dark-grey);
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid;
    box-shadow: none;
    height: 80px;
}
.widget-search button {
    flex: 0 0 120px;
    height: 80px;
    margin-left: 20px;
    margin-bottom: 0;
    padding: 0;
    font-size: 37px;
    background-color: var(--red);
    color: var(--off-white);
    border: none;
}

/* begin maps */
.contentRender_name_plugins_maps_embed_widget {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 50px;
}
@media only screen and (min-width: 1025px){
    .contentRender_name_plugins_maps_embed_widget {
        width: calc(100% - 110px);
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 1050px;
        padding: 0 15px 0 125px;
    }
}


@media (max-width: 64em){
    .mobile-fixed .mobileAd{
        text-align: center;
    }

}
/* Vimeo Embed Widget */
@media only screen and (min-width: 1025px) {
	.contentRender_name_plugins_common_vimeo_frame {
		padding: 0 15px 0 125px;
	}
}
.iFrameWrapper {
     position: relative;
     height: 0;
     width: 100%;
     padding-bottom: 56.25%;
}

.iFrameWrapper > iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

/* Add This -- required for breadcrumb navigation */
.add-this {
    padding: 5px 20px;
    margin-bottom: 10px;
}
.add-this .inner {
    width: 100%;
    max-width: 1395px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.add-this .interior-nav {
    list-style-type: none;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.add-this .interior-nav li::after {
    content: "/";
    color: var(--dark-grey-65);
    margin-right: 5px;
}
.add-this .interior-nav li:last-child::after {
    content: "";
    margin-right: 0;
}
.add-this .interior-nav a {
    color: var(--dark-grey-65);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--font-body);
    font-weight: 500;
}

.add-this .share a {
    color: var(--red);
    font-size: 16px;
    font-family: var(--font-body);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

@media only screen and (min-width: 1025px) {
    .add-this {
        width: calc(100% - 110px);
        margin-left: auto;
        padding-top: 15px;
        padding-bottom: 80px;
    }
    .add-this .interior-nav a {
        font-size: 18px;
    }
    .add-this .share a {
        font-size: 18px;
    }
}