/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

/*
@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-ExtraBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



/*
    ========================
            VARIABLES
    ========================
*/

:root {

    /* COLORS */
    
    --shadow-inlet-dark: #113B48;
    --shadow-inlet-light: #2E5F6E;
    --sky: #75C7DF;
    --mist: #D6EFFB;
    --brush: #F99940;
    --sun: #F7B94A;
    --forest: #889248;
    --haisla: #DC3747;
    --black: #2E2E2E;
    --white: #FFFFFF;
    --white-cream: #F2F1ED;

    /* FONTS */
    --inter: 'Inter', sans-serif;

    /* ICONS */
    --arrow-white: url(/wp-content/uploads/arrow-white.svg);
    --arrow-blue: url(/wp-content/uploads/arrow-blue.svg);
    --arrow-light-blue: url(/wp-content/uploads/arrow-light-blue.svg);
    --plus-red: url(/wp-content/uploads/plus-red.svg);
    --checkmark-white: url(/wp-content/uploads/checkmark-white.svg);
    --audio-blue: url(/wp-content/uploads/audio-blue.svg);
    --audio-yellow: url(/wp-content/uploads/audio-yellow.svg);
}




/*
    ========================
            SPACING
    ========================
*/

.fl-row:not(.nopadding) .fl-row-content-wrap {
    padding-left: 70px;
    padding-right: 70px;
}




/*
    ========================
             SETUP
    ========================
*/

html, body { 
    overflow-x: hidden !important;
}

/* deactivate accordion outines */
.fl-accordion .fl-accordion-button-label {
    outline: none;
}

.fl-accordion .fl-accordion-button-icon {
    outline: none;
}

/* start :: animation fix for stuttering fade-up opacity */
body:not(.fl-builder-edit) .fl-animation.fl-fade-up,
body:not(.fl-builder-edit) .fl-animation.fl-fade-down,
body:not(.fl-builder-edit) .fl-animation.fl-fade-left,
body:not(.fl-builder-edit) .fl-animation.fl-fade-right {
    opacity: 0;
}
body:not(.fl-builder-edit) .fl-animation.fl-fade-up.fl-animated,
body:not(.fl-builder-edit) .fl-animation.fl-fade-down.fl-animated,
body:not(.fl-builder-edit) .fl-animation.fl-fade-left.fl-animated,
body:not(.fl-builder-edit) .fl-animation.fl-fade-right.fl-animated {
    opacity: 1;
}
/* end :: animation fix for stuttering fade-up opacity */




/*
    ========================
            TYPOGRAPHY
    ========================
*/

html, body { 
    font-size: 16px !important;
    color: var(--shadow-inlet-dark);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1, .h1, .h1 p, .h1 .fl-heading, .h1 .haisla-heading {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 80px;
    font-size: 5rem;
    letter-spacing: -0.01em;
    line-height: 94px;
    line-height: 5.875rem;
}

h2, .h2, .h2 p, .h2 .fl-heading, .h2 .haisla-heading span {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 46px;
    line-height: 2.875rem;
}

h3, .h3, .h3 p, .h3 .fl-heading, .h3 .haisla-heading {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 38px;
    line-height: 2.375rem;
}

h4, .h4, .h4 p, .h4 .fl-heading, .h4 .haisla-heading {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
    /* text-transform: uppercase; */
}

h5, .h5, .h5 p, .h5 .fl-heading, .h5 .haisla-heading {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    line-height: 24px;
    line-height: 1.5rem;
    text-transform: uppercase;
}

p, .p, ul, ol {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 34px;
    line-height: 2.125rem;
}

p a:not(.arrowlink, .btn-round, .btn-square) {
    color: var(--sky);
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--sky), var(--sky));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
    display:inline;
}

ul, ol {
    padding-inline-start: 21px;
}

blockquote p {
    font-size: 31.1104px;
    font-size: 1.9444rem;
    line-height: 46.2224px;
    line-height: 2.8889rem;
    font-weight: 600;
}

blockquote {
    padding: 0;
    margin: 0;
    border: 0;
}

.experience-title-font .fl-heading, .experience-title-font .haisla-heading span:not(.haisla_pronunciation) {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
}

/* .fl-rich-text a, */
a.arrowlink,
.fl-module-button.arrowlink  a.fl-button, 
.fl-module-button-group.arrowlink a.fl-button {
  text-decoration: none;
  background-image: linear-gradient(var(--shadow-inlet-dark), var(--shadow-inlet-dark));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 250ms ease-in-out;
  display: inline;
}

a.arrowlink.white, .fl-module-button.arrowlink.white a.fl-button, .fl-module-button-group.arrowlink.white a.fl-button {
    color: var(--white);
    background-image: linear-gradient(var(--white), var(--white));
}

p a:not(.arrowlink, .btn-round, .btn-square):hover,
a.arrowlink:hover,
.fl-module-button.arrowlink a.fl-button:hover, 
.fl-module-button-group.arrowlink a.fl-button:hover {
  animation: 0.25s underline;
}

.mainmenu_home a {background:none}

h1 .fl-heading-text span, .h1 .fl-heading-text span,
h2 .fl-heading-text span, .h2 .fl-heading-text span,
h3 .fl-heading-text span, .h3 .fl-heading-text span,
h4 .fl-heading-text span, .h4 .fl-heading-text span,
h5 .fl-heading-text span, .h5 .fl-heading-text span {
    opacity: .7;
}

.uabb-hoptspot-title .heading-audio span.h4 {
    opacity: 1 !important;
}

.uabb-hoptspot-title span.h4 {
    font-size: 21px;
    font-size: 1.3125rem !important;
    line-height: 34px;
    line-height: 2.125rem !important;
}

/* Haisla Heading */
.haisla-heading {
    display: flex;
    flex-direction: column-reverse;
}

.haisla-heading h1 span:first-of-type,
.haisla-heading h2 span:first-of-type,
.haisla-heading h3 span:first-of-type,
.haisla-heading h4 span:first-of-type,
.haisla-heading h5 span:first-of-type,
.uabb-hoptspot-title .haisla-heading span.h4:first-of-type {
    opacity: 0.7;
}

.haisla-heading button,
.story--desc .heading-audio button {
    position: relative;
    z-index: 2;
}

.haisla-heading button .haisla_pronunciation,
.story--desc .heading-audio button .haisla_pronunciation,
.haisla_pronunciation {
    position: fixed;
    background: var(--mist);
    color: var(--shadow-inlet-dark) !important;
    padding: 13.4px 9.8px;
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    font-family: var(--inter);
    transform: scale(1.07) translate(60px,10px);
    visibility: hidden;
    opacity: 0;
    left: -99999px;
    z-index: 999;
    margin: 6px;
    border-radius: 14px;
    text-align: center;
    font-style: normal;
    border-bottom: none;
}

.haisla-heading button:hover .haisla_pronunciation,
.story--desc .heading-audio button:hover .haisla_pronunciation {
    visibility: visible;
    opacity: 1;
}

.haisla-heading button:focus .haisla_pronunciation,
.story--desc .heading-audio button:focus .haisla_pronunciation {
    top:100% !important;
    left:0 !important;
    position:absolute;
    visibility: visible;
    opacity: 1;
}

.haisla-heading .haisla_pronunciation:before,
.story--desc .heading-audio button .haisla_pronunciation:before {
    content: "\f176";
    font-family: "Font Awesome 5 Pro";
    font-style: initial;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: calc(50% - 10px);
    font-size: 0px;
    color: var(--mist);
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 16px solid var(--mist);
}

.fa-solid.fa-arrow-up-long.background_blue:before {
    background:var(--blue);
}

.fa-solid.fa-arrow-up-long.color_white:before {
    color:var(--white);
}



/*
    ========================
             ASSETS
    ========================
*/

/*============
    BUTTONS
=============*/

/*
    Classes are added to the button modules:
        .btn-round      .btn-square
        .blue           .white
        .arrowlink      .noarrow
*/

/* GLOBAL STYLES */
.fl-module-button a.fl-button,
.fl-module-button-group a.fl-button,
body div.wpforms-container-full button.wpforms-submit,
a.arrowlink {
    font-family:var(--inter);
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
}

.fl-module-button:not(.noarrow, .round) a.fl-button::after,
.fl-module-button-group.arrowlink a.fl-button::after,
a.arrowlink::after,
body div.wpforms-container-full button.wpforms-submit:not(.noarrow)::after {
    position: absolute;
    width: 16.46px;
    padding-left: 12px;
    transition: all .25s ease;
}

.fl-module-button:not(.noarrow, .round) a.fl-button:hover::after,
.fl-module-button-group.arrowlink a.fl-button:hover::after,
a.arrowlink:hover::after,
body div.wpforms-container-full button.wpforms-submit:not(.noarrow):hover::after {
    transform: translateX(10px);
}

.fl-module-button a.fl-button::after,
.fl-module-button a.fl-button,
.fl-module-button a.fl-button span,
a.arrowlink,
body div.wpforms-container-full button.wpforms-submit {
    transition: all .25s ease;
}

.fl-module-button.blue a.fl-button span,
.fl-module-button.white:not(.arrowlink) a.fl-button:hover span,
body div.wpforms-container-full button.wpforms-submit.blue {
    color: var(--shadow-inlet-dark);
}

body div.wpforms-container-full button.wpforms-submit.red {
    background: var(--haisla);
    border: none;
    color: var(--white);
}

body div.wpforms-container-full button.wpforms-submit.red:hover {
    background: var(--haisla);
    border: none;
}


body .fl-module-button.white a.fl-button span {
    color: var(--white);
}

.fl-module-button-group.arrowlink a.fl-button span,
.fl-module-button.arrowlink a.fl-button span,
a.arrowlink {
    color: var(--shadow-inlet-dark);
}



/* BORDERED BUTTONS */
.fl-module-button:not(.arrowlink, .noarrow) a.fl-button,
body div.wpforms-container-full .wpforms-form button.wpforms-submit {
    padding: 23px calc(38px + 16.46px) 23px 38px;
}

.fl-module-button.noarrow a.fl-button,
body div.wpforms-container-full .wpforms-form button.wpforms-submit {
    padding: 23px 38px;
}

.fl-module-button:not(.arrowlink) a.fl-button:hover,
body div.wpforms-container-full button.wpforms-submit:hover {
    transform: scale(1.05);
}

/* bordered button shapes */
.fl-module-button.btn-round a.fl-button,
body div.wpforms-container-full button.wpforms-submit.btn-round {
    border-radius: 100px;
}

.fl-module-button.btn-square a.fl-button,
body div.wpforms-container-full button.wpforms-submit.btn-square {
    border-radius: 6px;
}

/* bordered button colors */
.fl-module-button.white:not(.arrowlink) a.fl-button,
body div.wpforms-container-full button.wpforms-submit.white {
    background-color: transparent;
    border: 1px solid var(--white);
    opacity: 0.7;
}

.fl-module-button.blue a.fl-button,
body div.wpforms-container-full button.wpforms-submit.blue {
    background-color: var(--sky);
    border-color: var(--sky);
    opacity: 1;
}

.fl-module-button.white:not(.arrowlink) a.fl-button:hover,
body div.wpforms-container-full button.wpforms-submit.white:hover {
    background-color: var(--mist);
    opacity: 1;

}

.fl-module-button.white:not(.noarrow) a.fl-button::after {
    content: var(--arrow-white);
}

body div.wpforms-container-full button.wpforms-submit.white::after,
a.arrowlink::after,
.arrowlink:not(.arrowlink) a::after {
    content: var(--arrow-blue);
}

.fl-module-button.blue:not(.noarrow) a.fl-button::after,
.fl-module-button.white:not(.noarrow) a.fl-button:hover::after,
body div.wpforms-container-full button.wpforms-submit.blue::after,
body div.wpforms-container-full button.wpforms-submit.white:hover::after {
    content: var(--arrow-blue);
}


/* UNDERLINED BUTTONS */
.fl-module-button.arrowlink a.fl-button,
.fl-module-button-group.arrowlink a.fl-button, a.arrowlink {
    padding: 0 30px 3px 0;
    background-color: transparent;
    border: none;
}

.fl-module-button.arrowlink.noarrow a.fl-button,
.fl-module-button-group.arrowlink.noarrow a.fl-button {
    padding: 3px 3px; 
}

.fl-module-button-group.arrowlink.noarrow a.fl-button::after {
    content: none;
}

/* SCROLL BUTTON */

.scrollarrow-outer .fl-html {
    display: flex;
    justify-content: center;
    animation-name: bounce;
    animation-duration: 1s;
    animation-duration-count: infinite; 
}

.scroll-down, .scroll-down:hover {
    background-color: transparent;
    border: none;
}

@keyframes bounce {
    0%, 100% {
    transform: translateY(0); 
    }
    50% {
    transform: translateY(15px);
    }
}

.scroll-down:hover {
background-color:transparent;
border:none;
animation: bounce 0.8s ease;
animation-iteration-count: infinite;
}

.fl-module-button.scroll-down:not(.noarrow) a.fl-button::after {
    content: var(--arrow-white);
    width: 30.75px;
}

/* VIDEO BUTTONS */

.fl-module-button.btn-circle a.fl-button,
.fl-module-button.round a.fl-button {
    width: 124px;
    height: 124px;
    border: none;
    border-radius: 100%;
    margin: auto;
    background: var(--haisla);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl-module-button.round a.fl-button {
    flex-direction: column;
    margin-left: 0;
}

.fl-module-button.round a.fl-button::after {
    content: url(/wp-content/uploads/down-arrow.svg);
    margin-top: 12px;
}


/* AUDIO BUTTONS */
.play-sound {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.play-sound button {
    background: var(--sun);
    border: none;
    border-radius: 80px;
    padding: 15.3px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    font-size: 14px;
    font-size: 0.875rem;
    color: var(--shadow-inlet-dark);
    transition:all 0.25s ease;
}

.play-sound button audio,
.heading-audio button audio {
    width:0;
    height: 0;
    display: none;
}

.play-sound button:hover, .play-sound button:focus {
    background: var(--sun);
    border-color: var(--sun);
    color: var(--shadow-inlet-dark);
    transform: scale(1.05);
}

.play-sound span {
    padding-left: 12px;
}

.heading-audio button {
    background: none;
    border-radius: 0;
    font-family: inherit;
    padding: 0;
    border: 0;
    margin-bottom: 10px;
    align-items: center;
    position: relative;
    display: inline;
    text-align: inherit;
}

.uabb-hotspot-tooltip .heading-audio button {
    margin-bottom: 0;
}

.heading-audio button span {
    border-bottom: 2px dashed var(--sun);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-right: 10px;
}

.heading-audio button img {
    height: 100%;
    width: 24px;
    vertical-align: baseline;
}

.heading-audio button.audio-playing img {
    content: url(/wp-content/uploads/Audio-Icon-Red.svg);
}

.heading-audio button.audio-playing span {
    border-bottom: 2px dashed var(--haisla);
}

.fl-module-button-group.arrowlink:not(.noarrow) .fl-button-group:not(.fl-button-group-layout-vertical) .fl-button-group-button:not(:first-of-type) {
    transform: translateX(-18.46px);
}

.fl-module-button.arrowlink a.fl-button::after,
.fl-module-button-group.arrowlink a.fl-button::after,
a.arrowlink::after {
    position: absolute;
}

/* button underline decoration */
.fl-module-button-group.arrowlink a,
.fl-module-button.arrowlink a,
a.arrowlink {
    position: relative;
    text-decoration: none;
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: none;
    border: 0;
}




/*============
    IMAGES
=============*/
.fl-post .mediumheight img {
    max-height: 460px;
    height: 30vw;
    object-fit: cover;
    object-position: center bottom;
}

body:not(.fl-builder-edit) .photo-overlap {
    position: absolute;
    pointer-events: none;
}

.photo-overlap {
    bottom: -66px;
    width: calc(100% - 140px);
    max-width: 1366px;
    z-index: 1;
}

.photo-overlap.top {
    top: -37px;
    z-index: 0;
}

.hero-row {
    position: relative;
}

.hero-row::after {
    position: absolute;
    bottom: 0;
    right: -10%;
    top: 55%;
    display: block;
    width: 50%;
    height:100%;
    background: url('https://haisla.wpengine.com/wp-content/uploads/waves.svg') no-repeat top center/100% auto;
}

.origin-story-hero {
    position: relative;
}

.origin-story-hero .fl-builder-bottom-edge-layer > * {
    bottom: -1px;
}

.origin-story-hero::after {
    position: absolute;
    top: 85%;
    right: -10%;
    z-index: 1;
    width: 737px;
    height: 154px;
    content: "";
    background: url('https://haisla.wpengine.com/wp-content/uploads/waves.svg') no-repeat bottom right;
    background-size: contain;
}

.origin-story-hero > div > .fl-row-content {
    height: 100vh;
}

.origin-story-hero::before {
    position: absolute;
    bottom: -50px;
    z-index: 2;
    display: block;
    width: 300px;
    height: 98px;
    content: "";
    background: url('https://haisla.wpengine.com/wp-content/uploads/salmon.svg') no-repeat top center;
    background-size: contain;
}

.exp-hero-img .fl-col-content {
    max-width: 500px;
    background-position: left 50% bottom 33px;
}


/*============
  ANIMATIONS
=============*/

@keyframes underline {
    from {background-size: 0% 1px;}
    to {background-size: 100% 1px;}
}

.scaleonhover .fl-col-content {
    transition: all .25s ease;
}

.scaleonhover .fl-col-content:hover {
    transform: scale(1.05);
}




/*
    =================================================
                      ITEM STYLING
    =================================================
*/



/*=============
  SOCIAL SHARE
=============*/
.social-share {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
}

.social-share h2 {
    font-family: var(--inter);
    font-weight:600;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 26px;
    line-height: 1.625rem;
    color: var(--white);
}

.social-share ul {
    list-style: none;
    padding: 0;
}

.social-share li {
    width: 32px;
    height: 32px;
    margin-top: 20px
}

.social-share span {
    font-size: 32px;
    font-size: 2rem;
    color: white;
}




/**************/
/* LISTEN TAB */
/**************/

body.fl-builder-edit .updates_tab_outer {
    display: none;
}

.updates_tab_wrapper {
    background: #fff;
    padding: 26px 20px 18px;
    border-bottom-left-radius: 14px;
    position: relative;
    transition: all .5s ease;
}
.updates_tab_outer.pullout .updates_tab_wrapper {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.updates_item p {
    font-family: var(--inter);
    font-size: 15px;
    font-size: 0.9375rem;
    color: var(--shadow-inlet-dark);
    font-weight: 700;
}

.updates_item:hover .updates_icon {
    transform:translateX(5px);
}

body:not(.fl-builder-edit) .updates_tab_outer {
    display:grid;
    grid-template-columns:40px 218px;
    align-items: start;
    position: fixed;
    right: 0;
    top: 15%;
    right: -218px;
    /* transform:translateX(-218px); */
    transition:all .5s ease;
    z-index: 999;
    height: 135px;
}

body:not(.fl-builder-edit) .updates_tab_outer.pullout {
    right: 0;
}

body:not(.fl-builder-edit) .updates_tab_tab {
    position:relative;
    z-index:1;
    cursor:pointer;
    background: var(--sun);
    padding: 18px 10px;
    border-radius: 14px 0 0 14px;
}

body:not(.fl-builder-edit) .updates_tab_tab span {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-family: var(--inter);
    font-weight: 700;
    margin-top: 20px;
}

.updates_btn {
    cursor: pointer;
}

.updates_tab_mobile_header_icon {
    vertical-align: bottom;
}

.updates_tab_mobile_close {
    float:right;
    cursor:pointer;
}

.updates_tab_mobile_header_icon {
    vertical-align: bottom;
}

.updates_tab_mobile_close {
    float:right;
    cursor:pointer;
}




/* ========================
       AUDIO CONTROLS
   ======================== */

.podcast-controls .mejs-embed, .mejs-embed body, 
.wp-audio-shortcode.mejs-container .mejs-controls {
    background: var(--shadow-inlet-dark);
    border-radius: 14px;
    max-width: 60%;
    height: 88px;
}

.podcast-controls 
.wp-audio-shortcode.mejs-container .mejs-controls {
    justify-content: center;
    align-items: center;
}

.podcast-controls .wp-audio-shortcode.mejs-container {
    background: none;
}

.podcast-controls .wp-audio-shortcode.mejs-container
.mejs-controls .mejs-time-rail .mejs-time-total, 
.podcast-controls .wp-audio-shortcode.mejs-container 
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.podcast-controls .wp-audio-shortcode.mejs-container 
.mejs-controls .mejs-time-loaded {
    background: #305F6D;
    height: 10px;
    border-radius: 14px;
}

.podcast-controls
.wp-audio-shortcode.mejs-container .mejs-time-handle {
    background: var(--haisla);
    width: 22px;
    height: 22px;
    border-color: var(--white);
    border-radius: 14px;
    position: absolute;
    top: -50%;
}

.podcast-controls 
.wp-audio-shortcode.mejs-container .mejs-volume-button, 
.podcast-controls 
.wp-audio-shortcode.mejs-container a.mejs-horizontal-volume-slider, 
.podcast-controls 
.wp-audio-shortcode.mejs-container .mejs-time {
    display:none;
    
}

.podcast-controls .mejs-button:not(.podcast-controls .mejs-volume-button) {
    margin: 0;
    width: 52px;
    height: 52px;
    background-color: var(--haisla);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl-post .podcast-controls .mejs-controls .mejs-time-rail .mejs-time-current {
    background: var(--haisla);
    border-radius: 14px;
}

.podcast-controls .wp-audio-shortcode.mejs-container .mejs-time-handle-content {
    display: none;
}

.podcast-controls .wp-audio-shortcode.mejs-container .mejs-time-handle {
    position: absolute;
    top: -50%;
}

.fl-post .mejs-controls .mejs-time-rail .mejs-time-current {
    background: var(--haisla);
}

.mejs-button>button:focus {
    top: auto;
}




/*
    ========================
          HOTSPOT MAP
    ========================
*/
.fl-module-uabb-hotspot img.uabb-hotspot-image {
    border-radius: 14px 14px 0 0;
}

.fl-module-uabb-hotspot span.uabb-hotspot-tooltip-content.uabb-text-editor {
    border-radius: 14px;
    text-align: left;
    padding: 20px 30px;
    margin-bottom: 16px !important;
    width: 300px;
    font-family: var(--inter);
    line-height: 28px;
    font-weight: 600;
}

.fl-module-uabb-hotspot span.uabb-hotspot-tooltip-content.uabb-text-editor .h4 {
    /* margin-bottom: 14px !important; */
    font-weight: 700;
}

.uabb-hoptspot-title {
    margin-bottom: 14px;
}

.fl-module-uabb-hotspot .uabb-imgicon-wrap .uabb-image-content img {
    transition: all .25s ease;
}

.fl-module-uabb-hotspot .uabb-hotspot-hover .uabb-imgicon-wrap .uabb-image-content img,
.fl-module-uabb-hotspot .uabb-imgicon-wrap .uabb-image-content img:hover{
    transform: scale(1.2);
}

.hotspot-icon {
    display: flex;
    justify-content: flex-end;
    color: var(--white);
    /* align-items: center; */
}

/* .hotspot-map .images_wrap > img {
    border-radius: 14px;
    border-bottom: 27px solid var(--mist);
} */

.hotspot-icon img {
    height: 60px;
}

/*****hotspot map*****/
.gm-style-iw-d{
    overflow: auto;
    max-height: unset;
    background-color: var(--red);
    max-width: unset;
    padding: 0;
    color: var(--white);
}
.dialog{
    background-color: var(--red);
    padding: 20px 30px;
    max-width: 350px;
    max-height:unset;
}




/*
    ========================
            VIDEO
    ========================
*/

.single .uabb-video__play-icon,
.fl-content .uabb-video__play-icon {
    background-color: var(--haisla);
    border-radius: 500px;
    max-width: 100px;
    max-height: 100px;
}

.single .immersive.center .uabb-video__play-icon,
.fl-content .immersive.center .uabb-video__play-icon,
.immersive-video-modal .uabb-module-content.uabb-creative-button-wrap a {
    max-width: 124px;
    max-height: 124px;
    width: 124px;
    height: 124px;
    top: auto;
    bottom:  0;
    background-color: var(--haisla);
}

.single .uabb-video__play-icon:before,
.fl-content .uabb-video__play-icon:before {
    content: "Watch";
    color: var(--white);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--inter);
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 37px;
    line-height: 2.3125rem;
}

.immersive-video-modal .uabb-module-content.uabb-creative-button-wrap a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--inter);
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    height: 100%;
    white-space: nowrap;
}

.single .immersive.center .uabb-video__play-icon:before,
.fl-content .immersive.center .uabb-video__play-icon:before {
    content: 'Watch Film';
}

.full-width .uabb-video .uabb-video__outer-wrap {
    padding-bottom: 700px;
    border-radius: 6px;
}
.conner .uabb-video__play-icon {
    left: 144px;
    bottom: 44px;
    top:unset!important;
}
.half-width .uabb-video .uabb-video__outer-wrap {
    padding-bottom: 480px;
    border-radius: 6px;
}
.fl-row.immersive-row .fl-row-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
}
.immersive-text{
    padding-left:70px;
    padding-right:70px;
}
.immersive-text .fl-col-content{
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.immersive .uabb-video__outer-wrap {
    background:transparent;
}
.immersive {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding:0 18px;
}
.immersive-row .uabb-video__outer-wrap .uabb-video__play img{
    display:none!important;
}
.uabb-video__outer-wrap img{
    height: 100%!important;
    object-fit: cover;
}
.immersive-row .uabb-video__outer-wrap{
    padding-bottom:640px;
}

.immersive-video-modal-overlay .uabb-modal-close {
    background: var(--haisla) !important;
    transition: all .15s ease;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 18px;
    top: 18px !important;
    width: 44px;
    height: 44px;
}

.immersive-video-modal-overlay .uabb-video-player {
    border-radius: 14px;
    /* max-height: calc(100% - 66px); */
    position: fixed;
}

.immersive-video-modal-overlay .uabb-modal {
    top: 24px !important;
    transform: none !important;
}



/*
    ========================
            TIMELINE
    ========================
*/

/* =================== */
/*    UABB Timeline    */
/* =================== */

.custom-uabb-timeline .uabb-content {
    width: 60%;
    padding-right: 16px;
}

.custom-uabb-timeline .uabb-timeline-heading-text,
.custom-uabb-timeline .uabb-timeline-desc-content {
    padding-right:190px;
}
.custom-uabb-timeline .timeline-item--img{
    width: 30%;
    width: 180px;
    /* height: 100%; */
    /* display: flex; */
    position: absolute;
    /* align-items: center; */
    justify-content: flex-end;
    top: 30px;
    right: 10px;
}

.custom-uabb-timeline .timeline-item--img img {
    /* width: 10vw; */
    /* height: 10vw; */
    max-width: 170px;
    max-height: 170px;
    border-radius: 200px;
    object-fit: cover;
    margin: 0;
}

.single .uabb-timeline--left .uabb-timeline__line,
.fl-post .uabb-timeline--left .uabb-timeline__line {
    left: 8px;
}




/*
    ========================
            ACCORDION
    ========================
*/

.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    line-height: 1.9375rem;
    display: flex;
    flex-direction: column;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-label span {
    opacity: 0.7;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 44px;
    opacity: 1;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon::before {
    content: "";
    width: 21px;
    height: 21px;
    background-size: cover;
    display: inline-block;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.fa-plus::before {
    background: var(--plus-red) center center / cover no-repeat;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon.fa-minus::before {
    background: var(--haisla);
    clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}

.fl-accordion-item {
    position: relative;
}

/* accordion centered */
.fl-builder-content .centered .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 92px;
}

.fl-builder-content .fl-module.centered .fl-accordion-content p {
    max-width: 850px;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    padding: 0;
    background-color: transparent!important;
    border: none;
}

.fl-builder-content .white .fl-accordion-button .fl-accordion-button-label{
    color: var(--white);
}




/*
    ========================
            POSTS
    ========================
*/



/*
    ========================
              FORM
    ========================
*/

/* Section titles */
body div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: var(--inter);
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 14px;
    color: var(--white);
}

/* Remove asterisk from required fields */
body div.wpforms-container-full .wpforms-form .wpforms-required-label {
    display: none;
}

body div.wpforms-container-full .wpforms-form .wpforms-field,
body div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
}

body div.wpforms-container-full.contact .wpforms-form .wpforms-submit-container {
    margin-top: 44px;
}

div.wpforms-container-full {
    margin: 0;
}

/* Text fields */
body div.wpforms-container-full .wpforms-form input[type=text],
body div.wpforms-container-full .wpforms-form input[type=email],
body div.wpforms-container-full .wpforms-form textarea {
    border: none;
    border-radius: 14px;
    padding: 25px 30px;
    resize: none;
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26.6672px;
    line-height: 1.6667rem;
    color: var(--black);
    background: var(--white-cream);
}

body div.wpforms-container-full .wpforms-form input::placeholder,
body div.wpforms-container-full .wpforms-form textarea::placeholder {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26.6672px;
    line-height: 1.6667rem;
    color: var(--shadow-inlet-dark);
    opacity: 1;
}

body div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 250px;
}

/* Padding for each section */
body div.wpforms-container-full .wpforms-form .wpforms-field:not(:last-of-type) {
    margin-bottom: 16px;
}

/* Padding for last section */
body div.wpforms-container-full .wpforms-form .wpforms-field:last-of-type {
    /* margin-bottom: 44px; */
}

/* Error Message */
body .fl-content .fl-module form div.wpforms-field-checkbox label.wpforms-error {
    position: absolute;
    font-family: var(--inter);
    margin-left: 56px;
    transform: translateY(-15px);
}

body .fl-content .fl-module form div:not(.wpforms-field-checkbox) label.wpforms-error {
    position: absolute;
    font-family: var(--inter);
}

div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    display: none !important;
}

.wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    
    background: white;
    border-radius: 6px;
    border: 0;
    padding: 26px;
}

.wpforms-confirmation-container-full p:last-of-type,
div[submit-success]>.wpforms-confirmation-container-full p:last-of-type {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26.6672px;
    line-height: 1.6667rem;
    color: var(--black);
}

/*==============
  Radio/Checkbox
===============*/

/* Labels */
body div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-family: var(--inter);
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26.6672px;
    line-height: 1.6667rem;
    color: #2e2e2e;
    padding-left: 56px;
    display: inline-block;
}

/* Padding between items */
body .fl-post div.wpforms-container-full .wpforms-form ul li:not(:last-of-type),
body .fl-post div.wpforms-container-full .wpforms-form div.last-of-type-exception ul li {
    margin-bottom: 13px !important;
}

body div.wpforms-container-full .wpforms-form ul li {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide default input */
body div.wpforms-container-full .wpforms-form input[type=checkbox],
body div.wpforms-container-full .wpforms-form input[type=radio] {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 0px;
}

/* Hide error label for iOS */
body div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input.wpforms-error {
    border: 0px;
}

/* Custom input */
body div.wpforms-container-full .wpforms-form input[type=checkbox]::after,
body div.wpforms-container-full .wpforms-form input[type=radio]::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--white);
    border: 1px solid var(--black);
}

body div.wpforms-container-full .wpforms-form input[type=checkbox]::after {
    border-radius: 6px;
}

body div.wpforms-container-full .wpforms-form input[type=radio]::after {
    border-radius: 100px;
}

body div.wpforms-container-full .wpforms-form input[type=checkbox]:checked::after {
    background-color: var(--black);
    content: var(--checkmark-white);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
}

body div.wpforms-container-full .wpforms-form input[type=radio]:checked::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 5.5px;
    height: 13px;
    width: 13px;
    background-color: var(--black);
    border-radius: 100px;
    z-index: 1;
}

/*=============
    Success
==============*/

body .fl-post .wpforms-confirmation-container-full,
body .fl-post  div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: var(--white);
    border: 1px solid var(--mist);
    border-radius: 6px;
    color: #333333;
}



.mfp-wrap .mfp-img {
    pointer-events: none;
    cursor:initial;
}



/*
    =================================================
                      SHORTCODES
    =================================================
*/
.flexstart .fl-col-content {display: flex;flex-direction: column;align-items: flex-start !important;}
/* photo icon size */
.fl-post .icon92px img {height: 92px;max-width: fit-content;}
.fl-post .icon106px img {height:106px; max-width:fit-content;}
.topright0 {top:0; right:0;}
.topmarginauto {margin: auto 0 0;}
.flexend {display:flex; justify-content:flex-end;}
.rightmargin26 {margin-right: 26px;}
.bottommargin10 {margin-bottom: 10px;}
.maxwidth80percent {max-width: 80%;}
.rounded-corners, .rounded-corners img {border-radius: 14px;}
.maxwidth540 {max-width: 540px;}
.white {color:var(--white);}
.margin0auto {margin: 0 auto;}
.fl-module-button-group.flexspacebetween .fl-button-group-buttons {justify-content:space-between;}
body:not(.fl-builder-edit) .bottom {position: absolute; bottom: 0; left: 0; z-index: 2;}
.marginrightauto {margin-right:auto;}
.marginlefttauto {margin-left:auto;}

/*********fire fox*********/
@supports (-moz-transform: translate(0, 0)) {
    div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
        position: unset;
        cursor: unset;
        height: unset;
        width: unset;
        border: unset;
    }
    div.wpforms-container-full .wpforms-form input[type=checkbox]:checked{
        background-color:var(--black);
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
        padding-left:0!important;
    }
}
/*********Safari*********/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
        height: 14px;
        border: 1000px;
    }
    div.wpforms-container-full .wpforms-form input[type=checkbox]::after {
        left:-2px;
    }
    div.wpforms-container-full .wpforms-form input[type=radio]{
        top:3px;
    }
    div.wpforms-container-full .wpforms-form input[type=radio]:after{
        top:-3px;
    }
}


/****************************/
/* Terms & Conditions POPUP */
/****************************/

/* Popup Maker */
body:not(.fl-builder-edit) .pum-content.popmake-content:focus,
body:not(.fl-builder-edit) .pum-overlay .fl-row-content:focus,
body:not(.fl-builder-edit) .pum-overlay .pum-container:focus,
body:not(.fl-builder-edit) .pum-overlay .pum-content:focus {
	box-shadow:none !important;
}



.pum-tc-box__terms {
    display:none
}
.pum-tc-box__agree {
    text-align: left;
    position: relative;
}
.pum-tc-box__checkbox-container.roundedOne, .pum-tc-box__checkbox-container.roundedTwo {
    border-radius: 100px;
    box-shadow: none;
    background: var(--haisla);
    padding: 30px;
    display: inline-block;
    width: 320px;
        margin: 0;
}

.pum-tc-box__checkbox-container.roundedOne .pum-tc-box__label, 
.pum-tc-box__checkbox-container.roundedTwo .pum-tc-box__label {
        width: 100%;
    left: 0;
    top: 0;
    height: 100%;
        background: none;
    box-shadow: none;
}
.pum-tc-box__checkbox-container.roundedOne .pum-tc-box__label:after, 
.pum-tc-box__checkbox-container.roundedTwo .pum-tc-box__label:after {
    display:none;
}
.pum-tc-box__agree >label {
    position:absolute;
    font-family: 'Inter';
    font-weight: normal;
    font-size: 18px;
    line-height: 37px;
    text-align: left;
    color: #fff;
    top: 0;
    left: 0;
    padding: 10px 30px;
    pointer-events: none;
}
.pum-tc-box__agree >label:after {
    content: "\e97e";
        font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    color: #ffffff; 
    margin-left:10px;
}

#popmake-3277 .pum-close {display:none!important}