

/*.sec-t-bg {
    padding-top: 100px;
    padding-bottom: 100px;
}*/


/* ----------------------------------------------------- */
/* ---------------------- HELPERS ---------------------- */
/* ----------------------------------------------------- */

body {
/*    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;*/
    font-size: 16px;
}
html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    --page-pad1: 72px;
    --page-pad2: 40px;
    --page-pad3: 25px;
    --sec-margin1: 100px;
    --miller: miller-banner, serif;
    --brandon: brandon-grotesque, sans-serif;
    --hero-height: 802px;
}
.border-box {
    box-sizing: border-box;
}
.background-cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body {
    font-size: 14px;
/*    background-color: #fff;
    color: #404040;
    color: var(--Blue-for-all-Content, #141F32);*/
}
html body.no-scroll, body.no-scroll {margin: 0; height: 100%; overflow: hidden}

ul,
.body_2_p p,
.body_2_ul ul li,
.body_2_li ul li,
.body_2_p {
    /* BW - Body 2 */
    font-family: var(--brandon);
    font-size: 20px;
    font-style: normal;
    font-weight: 390;
    line-height: 30px; /* 150% */
}
ul {
    padding-left: 20px;
}
.body_3_p p,
.body_3_p {
    /* BW - Body 3 */
    font-family: var(--brandon);
    font-size: 18px;
    font-style: normal;
    font-weight: 390;
    line-height: 25px; /* 138.889% */
}
img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
figure {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
}
iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* WP Defaults */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 1em;
}
.alignleft,
.alignright {
    display: inline-block;
}
.alignleft {
    float: left;
    margin-right: 1em;
}
.alignright {
    float: right;
    margin-left: 1em;
}
.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.center {
    text-align: center;
}
.wp-caption {
    max-width: 100%;
}

.bttn {
    display: inline-block;
}
.bttn1 {
    border: 1px solid white;
    background-color: transparent;
    padding: 0.4em 1.8em 0.4em;

    color: var(--Bluewater-Cream, #FCF9F6);
    text-align: center;
    font-family: var(--brandon);
    font-size: 22px;
    font-style: normal;
    font-weight: 420;
    line-height: 32px; /* 145.455% */
}
.bttn1,
.bttn1:visited,
.bttn1:focus {
/*    color: white;*/
    text-decoration: none;
}
.bttn1:hover {
    background-color: var(--theme-light-blue);
    color: var(--light-color);
    text-decoration: none;
    border-color: var(--theme-light-blue);
}
.bttn2 {
    border: 1px solid var(--navy);
    background: var(--navy);
    padding: 0.4em 1.8em 0.4em;

    color: var(--cream);
    text-align: center;
    font-family: var(--brandon);
    font-size: 22px;
    font-style: normal;
    font-weight: 420;
    line-height: 32px; /* 145.455% */
}
.bttn2,
.bttn2:visited,
.bttn2:focus {
    color: white;
    text-decoration: none;
}
.bttn2:hover {
    background-color: transparent;
    color: var(--navy);
    text-decoration: none;
    border-color: var(--navy);
}
/* #gform_submit_button_2, maybe use this if you need to be specific to the form in the footer */
.gform_button {
    background: transparent;
    border: 0;
}
.fancy_link {
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    text-decoration: none;
}
/*.fancy_link circle {
    fill: var(--color_1);
}
.fancy_link circle {
    stroke: var(--color_1);
}*/

/*.fancy_link.alt path {
    fill: #141F32;
}
.fancy_link.alt circle {
    fill: transparent;
}
.fancy_link.alt circle {
    stroke: #141F32;
}
.fancy_link.alt .icon {
    background-color: white;
}*/

.fancy_link .text {
    display: inline-block;
    padding: 16px 36px;
    padding-left: 0;
    padding-right: 24px;
    vertical-align: middle;
    font-size: 20px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #141F32;
    text-overflow: ellipsis;
    font-family: var(--brandon);
    font-size: 28px;
    font-style: normal;
    font-weight: 420;
    line-height: 32px; /* 114.286% */
}
.fancy_link.light-color .text {
    color: var(--Bluewater-Cream, #FCF9F6);
}
.fancy_link .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-left: 1px solid var(--RLL_Grey, #464646);
    display: flex;
    flex-direction: column;
    padding: 1px 16px;
    background-color: #BE3A27;
}
.fancy_link svg {
    margin: auto;
}

.small-bttn {
    /* BW - Small Button */
    font-family: var(--brandon);
    font-size: 22px;
    font-style: normal;
    font-weight: 420;
    line-height: 32px; /* 145.455% */
}
.socials {
    padding: 0;
    margin: 0;
    list-style: none;
}
.socials li {
    margin-left: 10px;
    margin-right: 10px;
}
.socials.horizontal {
    padding-left: 0;
    padding-bottom: 0;
    justify-content: center;
    display: flex;
    flex-direction: row;

}
.socials.vertical {
    padding-left: 72px;
    padding-bottom: 56px;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: all;

}
.socials.vertical li {
    padding-bottom: 10px;
}


/* section margin padding top/bottom */
.sections {
}
.sections section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.sections section.hasgraphic,
.sections section.graphic_left,
.sections section.graphic_right {
    padding-bottom: 250px;
    margin-bottom: 0;
}
/*.sections .sec-t-navy,*/
.sections .sec-t-default {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
    margin-bottom: 0;
}

.sections .non-cream-bg {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0;
    margin-bottom: 0;
}
.sections .cream-bg {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 100px;
    margin-bottom: 100px;
}

/* section margin padding top/bottom overrides */
.pc.tap-flex .sections .five_column_slider,
.sections .logo_section {
    margin-top: 0;
    margin-bottom: 0;
}
.pc.tap-flex .sections .five_column_slider {
    padding-right: 0;
}
.pc.tap-flex .sections .five_column_slider .slider .thumbs-wrap .slide {
    padding-bottom: 0;
}

.page-pad {
    padding-left: var(--page-pad1);
    padding-right: var(--page-pad1);
}
.page-pad .section-wrap {
    margin-left: auto;
    margin-right: auto;
}
.page-limit-w {
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
}
.page-limit-w2 {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.pad-tb {
    padding-top: var(--page-pad1);
    padding-bottom: var(--page-pad1);
}
.sec-margin1 {
    margin-top: var(--sec-margin1);
    margin-bottom: var(--sec-margin1);
}
.sec-margin1-top {
    margin-top: var(--sec-margin1);
}
.margin-t {
    margin-top: var(--page-pad1);
}

.text-wrap > *:first-child {
    margin-top: 0;
}
.text-wrap > *:last-child {
    margin-bottom: 0;
}
.text-center {
    text-align: center;
}


.row-wrap,
.flex-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.no-overflow {
    overflow: hidden;
}
/* ----------------------------------------------------- */
/* ----------------------- FONTS ----------------------- */
/* ----------------------------------------------------- */

.san-serif {
    font-family: Helvetica, Arial, sans-serif;
}
.serif {
    font-family: Georgia, "Times New Roman", Times, serif;
}
.miller {
    font-family: miller-banner, serif;
}
.brandon {
    font-family: brandon-grotesque, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 1em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
    margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0;
}
p,
li {
    line-height: 1.5;
}
blockquote {
    margin: 1em 0 1em 4em;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
a:active,
input:active,
textarea:active,
button:active {
    outline: none;
}

p,
li {
    font-size: 16px;
}



a {
    color: var(--Blue-for-all-Content, #141F32);
}
/*
    hl's
    h1 { font-size: 55px; }
    h2 { font-size: 45px; }
    h3 { font-size: 38px; }
    h4 { font-size: 28px; }
    h5 { font-size: 20px; }
    h6 { font-size: 18px; }
*/
h1, h2, h3, h4, h5, h6 {
    margin-top: .5em;
    margin-bottom: .5em;
}
h1, .h1, .heading_1 {

    /* BW - Heading 1 */
    font-family: var(--miller);
    font-size: 75px;
    font-style: normal;
    font-weight: 400;
    line-height: 1em; /* 100% */
}

h2 {
    font-size: 45px;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.body_1,
p, ul li {
    /* BW - Body 1 */
    font-family: var(--brandon);
    font-size: 25px;
    font-style: normal;
    font-weight: 390;
    line-height: 35px; /* 140% */
}
.text-wrap ul {
    list-style: none;
    padding-left: 0;
}
.text-wrap ul li .bullet {
    margin-right: 15px;
}
p strong {
    font-weight: 500;
}
.eyebrow {
    leading-trim: both;
    text-edge: cap;
    font-family: var(--brandon);
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 35px; /* 194.444% */
    letter-spacing: 3.6px;
    text-transform: uppercase;
}
.subheading {
    font-family: var(--miller);
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
/*    line-height: 70px;  116.667% */
    line-height: 116.667%;
}
.subheading_1 {
    /* BW - Subheading 1 */
    font-family: var(--miller);
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px; /* 125% */
}

.subheading_2 {
    /* BW - Subheading 2 */
    font-family: var(--miller);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 0% */
}
.subheading_3 {
    /* BW - Subheading 3 */
    font-family: var(--miller);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; /* 140% */
}
.testimonial_date {
    /* BW - Testimonial Date */
    font-family: var(--brandon);
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: 25px; /* 208.333% */
}
#mobile-mainheader .contact-us-bttn-wrap {
    position: static;
    margin-bottom: 30px;
}
#mainheader .contact-us-bttn,
#mobile-mainheader .contact-us-bttn {
    padding-top: 4px;
    padding-bottom: 4px !important;
}
#mobile-mainheader .contact-us-bttn-wrap {
    display: none;
}
/* short-line, short_line .line */
#mobile-mainheader .menu-wrap a,
#mainheader .menu-wrap a,
.short-underline {
    position: relative;
    padding-bottom: 0.4em;
}
#mainheader .menu-wrap a:hover:after,
#mainheader .menu-wrap .current-menu-item a:after,
#mobile-mainheader .menu-wrap .current-menu-item a:after,
.short-underline:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 2px;
    background-color: var(--Blue-for-all-Content, #141F32);
}
.short-underline.center:after {
    transform: translate(-50%, 0%);
    left: 50%;
}
/*.short-underline.dark:after {
    background-color: var(--Blue-for-all-Content, #141F32);
}*/
.all-caps {
    text-transform: uppercase;
}
h1.color-white,
h2.color-white,
h3.color-white,
h4.color-white,
h5.color-white,
h6.color-white,
p.color-white {
    color: white;
}
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white h1,
.color-white p {
    color: white;
}

.tiny-text {
    font-size: 12px;
}

/* ----------------------------------------------------- */
/* ----------------------- HEADER ---------------------- */
/* ----------------------------------------------------- */

.global_header_message,
.global_header_message a {
    color: black;
}
.global_header_message {
    background-color: silver;
    padding: 10px 20px;
}
.global_header_message a {
    color: blue;
}
#mainlogo h1 {
    position: absolute;
    left: -9999px;
}
#mobile-mainheader,
#mainheader {
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
/*    background-color: rgba(0, 0, 0, 0.5);*/
/*    width: 328px;*/
    height: var(--hero-height);
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 58px;
    padding-left: var(--page-pad1);
/*    display: none;*/
}
#mainheader .wrap {
    display: flex;
    flex-direction: column;
}
.page-template-tmpl-flex-2 #mainheader .wrap #mainnav {
    display: none;
}
#mobile-mainlogo h1 {
    display: none;
}
#mainheader .hamburger {
    padding-top: 82px;
    display: none;
    display: inline-block;
    pointer-events: all;
    cursor: pointer;
}
#mainheader.show-hamburger .hamburger {
    display: inline-block;
}
#mainheader.show-hamburger .menu-wrap {
    display: none;
}
#mainheader .mainlogo {
/*    width: 6%;*/
/*    width: 0%;*/
/*    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;*/
    box-sizing: border-box;
    display: inline-block;
    pointer-events: all;
}
#mainheader .mainlogo img {
    width: 100%;
    height: auto;
}
#mainheader .mainlogo h1 {
    display: inline-block;
    position: absolute;
    top: -9999px;
}
#mobile-mainheader .menu-wrap,
#mainheader .menu-wrap {
    box-sizing: border-box;
    padding-top: 82px;
}
#mobile-mainheader .menu-wrap ul,
#mainheader .menu-wrap ul {
    padding: 0;
    margin: 0;
/*    text-align: right;*/
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainheader .menu-wrap li {
/*    display: inline-block;*/
    display: block;
    /*padding-left: 10px;
    padding-right: 10px;*/
}
#mobile-mainheader #mobile-mainnav a,
#mainheader .menu-wrap a {
    color: white;
    text-decoration: none;
    margin-bottom: 1.8em;
    display: inline-block;
    white-space: nowrap;

    color: var(--HRBRC-White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: var(--brandon);
    font-size: 22px;
    font-style: normal;
    font-weight: 420;
    line-height: 15px; /* 68.182% */
    padding-bottom: 12px;

}
#mainfooter {
    overflow: hidden;
}
#mainfooter #footertop .col1 a:hover,
#mobile-mainheader .menu-wrap a:hover,
#mainheader .menu-wrap a:hover {
    color: var(--theme-light-blue);
}
#mainheader #mainnav,
#mainheader .menu-menu-1-container {
    height: 100%;
}
#mainheader .menu-menu-1-container {
    display: flex;
    flex-direction: column;
}
#mainheader .menu-menu-1-container #menu-menu-1 {
    margin-top: auto;
    margin-bottom: auto;
}



#mainheader .menu-wrap .hamburger,
#mainheader .menu-wrap .exit {
    display: none;
}



#mobile-mainheader {
    z-index: 100;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 575px;
    padding-top: 58px;
    padding-left: var(--page-pad1);
    background-color: #141F32;
    height: 100%;
    pointer-events: all;
    border-width: 15px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    left: -575px;
    opacity: 0;
    transition: .3s all;
}
#mobile-mainheader.tap-active {
    left: 0;
    opacity: 1;
}
#mobile-mainheader .exit {
    position: absolute;
    top: 43px;
    right: 33px;
    cursor: pointer;
}
#mobile-mainheader img {
    width: 186px;
    max-width: 186px !important;
}
#mobile-mainheader .exit svg {
    width: 24px;
}
#mobile-mainheader .a {

}
#mobile-mainheader .menu-items-social-wrap {
    overflow-y: auto;
    height: calc(100vh - 204px);
}
#mobile-mainheader .menu-items-social-wrap .socials.vertical {
    display: block;
    position: static;
    padding-left: 0;
    pointer-events: all;
}


.contact-us-bttn-wrap {
    position: absolute;
    top: 105px;
    right: var(--page-pad1);
    pointer-events: auto;
}

/* ----------------------------------------------------- */
/* ----------------------- FOOTER ---------------------- */
/* ----------------------------------------------------- */

#mainfooter #footertop {
    background: var(--Bluewater-Navy, #1D2E4C);
    --foot-menu-pad: 35px;
}
#mainfooter #footertop .row {
}
#mainfooter #footertop .col {
}
#mainfooter #footertop .col1 {
    width: 50%;
    text-align: left;
    padding-top: 90px;
    padding-left: calc(168px - var(--foot-menu-pad));
}
#mainfooter #footertop .col1 a {
    color: #FFF;
    font-family: var(--brandon);
    font-size: 18px;
    font-style: normal;
    font-weight: 390;
    line-height: 35px; /* 194.444% */
    text-decoration: none;
}
#mainfooter #footertop .col2 {
    width: 50%;
    text-align: right;
    padding-top: 72px;
    padding-bottom: 72px;
    padding-right: 85px;
}
#mainfooter #footertop .col2 img {
    max-height: 114px;
}
#mainfooter #footertop .col2 a:nth-child(2) img {
    margin-left: 75px;
}
#mainfooter #footertop ul {
    padding: 0;
    margin: 0;
    max-width: 554px;
}
#mainfooter #footertop li {
    display: inline-block;
    padding-left: var(--foot-menu-pad);
    padding-right: var(--foot-menu-pad);
}
#mainfooter #footertop a {
    font-size: 23px;
    color: white;
}
#mainfooter #footertop .address {
    color: var(--light-color);
    margin-top: 20px;
}


#footerbottom p,
#footerbottom a,
#footerbottom {
    background-color: var(--Bluewater-Navy, #1D2E4C);
    text-align: center;
    font-size: 14px;
    color: white;
}

.footer-form-wrap .col1 {
    width: 50%;
/*    padding-right: 123px;*/
    box-sizing: border-box;
    padding-right: 20px;
    box-sizing: border-box;
}
.footer-form-wrap .col2 {
    width: 50%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

.footer-form-wrap {
/*    background-color: var(--Bluewater-Light-Blue, #7DA6B1);*/
    background-size: 447px auto;
    background-repeat: no-repeat;
    background-position: left 0 bottom 0;
    padding-top: 90px;
    padding-bottom: 44px;
}


.footer-social_section {
    background-color: var(--Bluewater-Navy, #1D2E4C);
    color: white;
    border-bottom: 1px solid white;
}
.footer-social_section {
    padding-top: 38px;
    padding-bottom: 38px;
    text-align: center;
}
.footer-social_section .col {
    width: 33%;
    padding-top: 38px;
    padding-bottom: 38px;
}
.footer-social_section .col1,
.footer-social_section .col2 {
    border-right: 1px solid white;
}
.footer-social_section .col3 {
    padding-top: 60px;
}
.footer-social_section .link-wrap {
    margin-top: 25px;
}

/* ----------------------------------------------------- */
/* ----------------------- HERO ------------------------ */
/* ----------------------------------------------------- */
.hero.hero-page-pad {
    padding-right: 158px;
    padding-left: 72px;
    padding-top: 266px;
    padding-left: 402px;
}
.hero {
    height: 861px;
    position: relative;
    margin-bottom: 214px; /* fixme */
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
/*    min-height: 400px;*/
    box-sizing: border-box;
    border-top: 15px transparent solid;
}
.hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 23%);
}
.graphic {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 139px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.hero .section-wrap {
    position: relative;
    height: 100%;
}
.hero .stuff {
    max-width: 882px;
    /*margin-left: auto;
    margin-right: auto;*/
}
.hero {

}
.hero .text-wrap {
/*    text-align: center;*/
    max-width: 748px;
}
.hero .link-wrap {
/*    text-align: center;*/
}
.hero .link {
    margin-top: 1.7em;
}
.hero .stuff {
    color: var(--Bluewater-Cream, #FCF9F6);
}
.hero.weather .section-wrap {
    display: flex;
    flex-direction: column;
}
.hero .weather-img-wrap {
    margin-top: auto;
    padding-bottom: 76px;
/*    position: absolute;
    bottom: -77px;
    right: 0;*/
}
.hero .weather-img-wrap > div {
/*    width: 574px;
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
}

.hero-flex {
    margin-bottom: 0;
}



.hero-flex2 {
    background-color: var(--navy);
    border-top: 15px transparent solid;
    padding-top: 200px;
}
.hero-flex2 .section-wrap {
    position: relative;
    height: 100%;
}
.hero-flex2 .stuff {
/*    max-width: 882px;*/
    /*margin-left: auto;
    margin-right: auto;*/
    padding-top: 124px;
    padding-bottom: 124px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 500px;
    box-sizing: border-box;
}
.hero-flex2 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 23%);
}

.hero-flex2 .link-wrap {
/*    text-align: center;*/
}
.hero-flex2 .link {
    margin-top: 1.7em;
}
.hero-flex2 .headline_2 {
    margin-top: .7em;
}
.hero-flex2 .stuff {
    color: var(--Bluewater-Cream, #FCF9F6);
}
.hero-flex2 {
    margin-bottom: 0;
}
.hero-flex2 .lower-stuff {
    color: var(--light-color);
    padding-top: 47px;
    padding-bottom: 84px;
}
.hero-flex2 .icon {
    text-align: center;
}
.hero-flex2 .icon img {
    max-height: 80px;
    margin-bottom: 5px;
    margin-bottom: 27px;
}
.hero-flex2 .col {
    --w: 50%;
    width: var(--w);
    max-width: var(--w);
    min-width: var(--w);
    display: flex;
    flex-direction: column;
}
.hero-flex2 .col1 {
    padding-bottom: 84px;
}
.hero-flex2 .line {
    padding-bottom: 1.8em;
    border-bottom: 1px solid var(--light-color);
}

.hero-flex2 .icontext-wrap {
    flex-grow: 1;
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
    margin-top: auto;
    margin-bottom: auto;
    align-items: center;
}
.hero-flex2 .lower-stuff .sec-col {
    margin-left: 80px;
}
.hero-flex2 .lower-stuff .text-wrap {
    margin-top: 3.5em;
}






#splw-location-weather-783 .splw-lite-templates-body {
    /*padding-top: 162px;
    padding-bottom: 44px;*/
    padding-left: 0;
}
#splw-location-weather-783 .splw-lite-templates-body {
    padding: 0;
}
#splw-location-weather-783 .lw-current-data-area {
    display: flex;
    flex-direction: column;
    flex: auto !important;
}
#splw-location-weather-783 .lw-current-data-area .splw-lite-header {
    order: 2;
}
#splw-location-weather-783 .lw-current-data-area .splw-lite-current-temp {
    order: 1;
    
}
#splw-location-weather-783 .lw-current-data-area .splw-lite-desc {
    order: 3;
}
.splw-lite-wrapper .splw-lite-current-temp span.cur-temp {
    color: var(--Bluewater-Cream, #FCF9F6);
    font-family: var(--brandon);
    font-size: 80px;
    font-style: normal;
    font-weight: 390;
    line-height: 1; /* 56.25% */
}
#splw-location-weather-783 .splw-lite-wrapper {
/*    height: 370px;*/
}
.splw-main-wrapper.horizontal .splw-lite-templates-body div {
    flex: auto;
}
#splw-location-weather-783 .splw-lite-header-title {
    color: var(--Bluewater-Cream, #FCF9F6);

    /* BW - Body 3 */
    font-family: var(--brandon);
    font-size: 18px;
    font-style: normal;
    font-weight: 390;
    line-height: 25px; /* 138.889% */
}
#splw-location-weather-783 .splw-lite-desc {

    /* BW - Subheading 2 */
    font-family: var(--miller);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 0% */
}
#splw-location-weather-783 .splw-lite-desc {
    margin-top: 0;
}
#splw-location-weather-783.splw-main-wrapper {
    margin-bottom: 0;
    max-width: none !important;
}
.splw-lite-wrapper * {
    text-align: left !important;
}
#splw-location-weather-783 .splw-weather-attribution {
    text-align: center !important;
}
.splw-lite-wrapper .splw-cur-temp {
    justify-content: left;
}
#splw-location-weather-783 .splw-lite-wrapper {
    background-image: none;
    background-color: transparent;
}
#splw-location-weather-783 .splw-weather-attribution {
    display: none;
}



.gform_wrapper.gravity-theme .gfield_label {
    display: none !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large,
.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield textarea.large::placeholder,
.gform_wrapper.gravity-theme .gfield input.large::placeholder {
    /* BW - All Caps */
    font-family: var(--brandon);
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 35px; /* 194.444% */
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: var(--Blue-for-all-Content, #141F32);
}

.gform_wrapper.gravity-theme .gfield textarea.large,
.gform_wrapper.gravity-theme .gfield input.large {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #141F32;
    margin: 0;
    padding: 0;
    padding-bottom: 0.3em;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 120px !important;
}
.gform_wrapper.gravity-theme .gform_footer button {
    padding-left: 0 !important;
}


.noselect {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ and Edge */
  user-select: none; /* Standard syntax */
}



/* anims */
.hidden {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s, transform 1s;
}
.hidden1 {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s, transform 1s;
}
.hidden2 {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s, transform 1s;
}
.hidden3 {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 1s, transform 1s;
}

.hidden-ltr {
  opacity: 0;
  transform: translateX(-200px);
  transition: opacity 1s, transform 1s;
}
.hidden-rtl {
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 1s, transform 1s;
}
.hidden-btt {
  opacity: 1;
  transform: translateY(200px);
  transition: opacity 1s, transform 1.5s;
}

.overflow-h {
    overflow: hidden;
}

.visible {
  opacity: 1;
  transform: translateY(0);
}




/* --- accord --- */
.accord .tabs .tap-label {
    cursor: pointer;
}
.accord .tabs .tap-label.tap-active {
    color: #F05544;
}
.accord > .col1 {
    width: 30%;
    border-right: 1px solid silver;
    padding-left: 2vw;
}
.accord > .col2 {
    width: 100%;
}
.accord > .col1 .tap-label {
    padding-right: 2em;
    line-height: 2em;
    padding-top: 2.4em;
    padding-bottom: 2.4em;
}
.accord > .col1 .tap-label.tap-active {
    position: relative;
}
.accord > .col1 .tap-label.tap-active:after {
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 12px 6px 0;
    border-color: transparent #F05544 transparent transparent;
}
.accord > .col1 .tap-label.tap-active:before {
    position: absolute;
    display: block;
    right: -1px;
    content: "";
    width: 4px;
    height: 100%;
    background-color: #F05544;
    font-size: 0;
    top: 0;
}
.accord .wrap2 {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--dark-color);
}
.accord h3,
.accord h4 {
    margin: 0;
}
.accord h3 {
    margin-bottom: 28px;
}
.accord .content {
    width: 100%;
    overflow: hidden;
    color: #22354A;
    transition: all 0.4s ease;
    box-sizing: border-box;
    position: relative;
    opacity: 1;
    z-index: 1;
    padding-left: 0;
    height: 0;
}
.accord .text-wrap {
    padding-bottom: 20px;
}
.accord .accord-label {
    display: block;
/*    border: 1px solid black;*/
    padding: 1em 2em;
    padding-left: 0;
    padding-right: 0;
/*    color: blue;*/
    position: relative;
}
/* there can be no top/bottom margin in the content for the script to work */
.accord .content > * > *:first-child {
    margin-top: 0;
}
.accord .content > * > *:last-child {
    margin-bottom: 0;
}
.accord .content.tap-active {
    opacity: 1;
    z-index: 1;
}
.accord .closed,
.accord .open {
/*    float: right;*/
    position: absolute;
    bottom: 16px;
    right: 0;
}
.accord .open {
    display: none;
}
.accord .accord-label.tap-active .open {
    display: inline;
}
.accord .accord-label.tap-active .closed {
    display: none;
}
.faq-section .headline {
    margin-bottom: .5em;
}


.sdms-online-portal {
    height: auto !important;
}