@import url('/css/Fonts/satoshi.css');



/* RESET  */

hr {
    border: none;
    height: 1px;
}

a {
    text-decoration: none;
}
/* TEST */
h1 {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-3, 44px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 52.8px */

    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 48px;
}

/*Search result page*/
h4 {
    color: #470226;
    font-family: Satoshi-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 52.8px */
    text-align: left;
}
.search a{
        color: #470226;
}
.search ul{
    padding:0;
}
.search li{
    list-style:none;
    border-bottom:#EEEEE6 1px solid;
    margin-bottom:24px;
}

.search p{
     font-family: "Instrument Sans";
     font-weight:200;
}
/*       HARDCODED NEED TO FIX.   */

.bullet_box {
    display: flex;
    padding: 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    border-radius: var(--Border-radiaus, 10px);
    color: var(--Oxide-Red, #470226);

    /* Text/Large/Normal */
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Large, 22px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33px */
    margin-bottom: 24px;

}

.interactive-map {
    width:100%;
    height: 956px;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:0 0;
}

.bullet_box li {
    margin-bottom: 30px;
}

.bullet_box li:last-child {
    margin-bottom: 0px;
}

.orange_text h4 {
    color: var(--Orange, #E04C34);
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 62.4px */
    margin-bottom: 36px;
    font-size: 36px;
    letter-spacing: -0.36px;
}




.black_text h4 {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 46.8px */
    margin-bottom: 36px;

    font-size: 22px;
    letter-spacing: -0.22px;
}


/*.  BLOG POST.   */

.subheading {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Light;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 45.6px */
    margin-top: 18px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 36px;
    letter-spacing: -0.36px;
}

.blog_header h1 {
    color: var(--Rock-Black, #1E0907);
    /* Heading/H1 */
    font-family: Satoshi-Regular;
    font-style: normal;
    line-height: 120%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.36px;
}

.blogheader .blog_date {
    color: var(--Earth, #808076);
    /* Heading/Tagline */
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-bottom: 36px;
}

.blog h2 {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-style: normal;
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-weight: 700;
    line-height: 140%; /* 39.2px */

}

.blog h3 {
    font-family: Satoshi-Regular;
    font-style: normal;
    line-height: 140%;
    margin-bottom: 48px;
    color: #1B1810;
    font-size: var(--Text-Sizes-Heading-6, 22px);
    font-weight: 500;

}

.blog p {
    color: var(--Shale, #3C3230);
    /* Text/Large/Normal */
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Large, 22px);
    font-style: normal;
    line-height: 140%;
    margin: 36px 0;

}

.blog img{
    border-radius: 10px;
    width: 100%;
}

.blogcard {
    display: flex;
    width: 800px;
    padding: 36px;
    border:none;
    border-radius: var(--Border-radiaus, 10px);
    background: var(--Sllica-grey, #F4F4ED);
    color: var(--Oxide-Red, #470226);
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Large, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 33px */
    margin-top: 24;
    margin-bottom: 24px;
    width: 100%;
}

.quote h2 {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-style: normal;
    padding-left: 48px;
    margin-top: 48px;
    margin-bottom: 48px;
    border-left: solid 2px #E04C34;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;    
}

.blog_image {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: var(--Border-radiaus, 10px);
}

/* ------------------------------ */

.background_dark {
    background-color: var(--light-bg, #EEEEE6);
    padding-left: 0;
    padding-right: 0;
}

.page_background {
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    background-color: var(--light-bg, #EEEEE6);
    z-index: -12;
}

.page_background_extend {
    position: absolute;
    top: 0;
    left: 0;
    height: 900px;
    background-color: var(--light-bg, #EEEEE6);
    z-index: -12;
}

.page_background_short {
    position: absolute;
    top: 0;
    left: 0;
    height: 300px;
    background-color: var(--light-bg, #EEEEE6);
    z-index: -12;
}

.policy_banner_image {
    height: 500px;
    border-radius: var(--Border-radiaus, 10px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 48px;
}

.policy_banner {
    height: 500px;
    border-radius: var(--Border-radiaus, 10px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 48px;
}

.policy_page_heading {
    padding-left: 0;
    padding-right: 0;
}

.policy_page_heading h1 {
    margin: 36px 0;
    padding-bottom: 0;
}

.policy_heading h1 {
    padding-bottom: 0;
    margin-bottom: 36px;
    margin-top: 18px;
    color: #FFF;
    font-family: Satoshi-Regular;
    font-style: normal; 
    font-weight: 500;
    line-height: 120%; /* 103.2px */
    font-size: var(--Text-Sizes-Heading-3, 44px);
    letter-spacing: -0.44px;
}

.policy_tile {
    width: 100%;
    display: flex;
    height: 440px;
    padding: 16px;
    flex-direction: column; 
    flex-shrink: 0;
    border-radius: var(--Border-radiaus, 10px);
    background: var(--Sllica-grey, #F4F4ED);
}
.policy_tile:hover{
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
    background:white;
}
.policy_tile h4 {
    color: var(--Oxide-Red, #470226);
   font-family: Satoshi-Regular;
    font-style: normal; 
    font-size: var(--Text-Sizes-Text-Large, 22px);
    font-weight: 500;
    line-height: 140%; /* 33px */
}

.policy_tile_image {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    margin-bottom: 16px;
    background-position:  center, center;
}

.policy_landing_body {
    line-height:140%;
    margin-bottom:96px;
}

.policy_landing_body a {
    color: #470226;
    text-decoration:underline;
}

.btn-selected-resource-filter {
    min-height: 36px;
    padding: 6px 6px 6px 20px;
    align-items: center;
    border-radius: 10px;
    background: var(--Limestone, #EAE4D7);  
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 24px */
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-right: 24px;
    margin-bottom: 12px;
}

.resource_filter_search {
    border-radius: 10px;
    background: var(--Sllica-grey, #F4F4ED);
    border:none;
    width: 344px;
    height: 36px;
    padding: 10px 8px 10px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 17px;
    flex-shrink: 0;
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    background-image: url(/images/search_icon.svg);
    background-position: 310px 10px;
    background-repeat: no-repeat;
    margin-bottom:16px;
}

.form-control:focus{
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.1);
}
.resource_filter_search::-webkit-input-placeholder {
    color: var(--Oxide-Red, #470226);
}

.resource_filter_list_item {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    background: var(--Sllica-grey, #F4F4ED);
    padding-top: 14px;
    padding-left: 24px;
    padding-right: 24px;
    cursor: pointer;
    align-items: center;
    gap: 20px;
    display: flex;
    flex-direction: row;
    white-space: unset;
}

.resource_filter_list_item:hover {
    color: #E04C34;
    background: var(--Sllica-grey, #F4F4ED);
    font-weight:bold;
}



.resource_filter_list_item.selected {
    font-family: Satoshi-Bold;
    font-weight: 700;
}


/* .dropdown-toggle::after {
    margin-left: 120px;
    
} */
.dropdown-toggle:hover{
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.1);

}



.sidebar {
  
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--Sllica-grey, #F4F4ED);
    padding: 25px 30px 30px 50px;
 font-family: Satoshi-Regular;
    font-style: normal; 
    color: #470226;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    line-height: 140%; /* 27px */
    margin-left: auto;
}


.sidebar .page-name {
color: var(--Oxide-Red, #470226);
    font-weight: 700;
    cursor: pointer;
    margin-bottom:24px;

}

.sidebar .page-name a {
  color: var(--Oxide-Red, #470226);


}


.sidebar .page-name.has-children::before {
    content: url("/images/nav_arrow_down.svg");
    position: relative;
    left: -20px;
    width: 0;
    display: inline-block;
color: var(--Oxide-Red, #470226);
}


.sidebar .page-name.has-children.open::before {
    content: url("/images/nav_arrow_up.svg");
  color: var(--Oxide-Red, #470226);
}

.sidebar .page-name.active,
.sidebar .page-name.active::before {
    color: var(--Orange, #E04C34);
    font-weight: 500;
}

a.sub-page-name {
    display: block;
    padding-bottom: 8px;
  color: var(--Oxide-Red, #470226);
}

a.sub-page-name.active {
    color: var(--Orange, #E04C34);
    font-weight:bold;
}

.sub-page-wrapper {
    height: 0;
    overflow: hidden;
    transition: all ease-in-out 0.5s;
}

.sub-page-wrapper.open {
    height: auto;
}


.subtitle {
	color: var(--Orange, #E04C34);
	/* Heading/H3 */font-family: Satoshi-Regular;
	font-size: var(--Text-Sizes-Heading-3, 44px);
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 52.8px */letter-spacing: -0.44px;
	margin-bottom: 36px;
}


.content_page p {

    color: #1B1810;

	/* Text/Large/Normal */
	font-family: "Instrument Sans";
	font-size: var(--Text-Sizes-Text-Large, 22px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 33px */
}

.content_page li {
	color: #1B1810;
	/* Text/Large/Normal */
	font-family: "Instrument Sans";
	font-size: var(--Text-Sizes-Text-Large, 22px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 33px */
}

.content_heading h1 {
    margin-top: 24px;
    margin-bottom: 48px;
    padding: 0px;
    color: var(--Rock-Black, #1E0907);
    /* Heading/H1 */
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 103.2px */
    font-size: 36px;
    letter-spacing: -0.36px;

}

.content_intro {
    color: #1B1810;
    /* Text/Large/Normal */
    font-family: "Instrument Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-optical-sizing: auto;
    font-variation-settings:"wdth" 100;
    margin-bottom: 42px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 20.8px */

}

.featureImageTextBlock {    
    padding: 48px;
    border-radius: 10px;
    background: var(--Sllica-grey, #F4F4ED);
    height: 100%;

}

.featureGridTextBlock {    
    padding: 48px;
    border-radius: 10px;
    background: var(--Sllica-grey, #F4F4ED);
    color: var(--Oxide-Red, #470226);

    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    height: 350px;
    display: flex;
    justify-content: center; /* Align horizontal */
    align-items: center; /* Align vertical */

}


.partner_grid_block {    
    padding: 24px;
    border-radius: 10px;
    background: var(--Sllica-grey, #F4F4ED);
    color: var(--Oxide-Red, #470226);

    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    height: 255px;
    display: flex;
    justify-content: center; /* Align horizontal */
    gap: 24px;

}


.twoColumnImage {
    height: 827px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

    .full_width_video {
        border-radius: 10px;
        overflow: hidden; 
    }

.featureImageTextBlock h3 {    
    color: var(--Oxide-Red, #470226);

    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    margin-bottom: 36px;
}

.featureIconTextBlock {    
    padding: 48px;
    border-radius: 10px;
    background: var(--Sllica-grey, #F4F4ED);
    height: 100%;

}

.featureIconTextBlock h3 {
     color: var(--Oxide-Red, #470226);
    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    margin-bottom: 36px;
    padding-left: 60px;
    background: no-repeat left center;
}


.featureImageTextBlock img {    
    height: 188px;
    margin-bottom: 36px;
}



a .externalLink {
	color: var(--Orange, #E04C34);
	/* Text/Regular/Semi Bold */font-family: "Instrument Sans";
	font-size: var(--Text-Sizes-Text-Regular, 16px);
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;    
    background-image: url("/images/arrow.svg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.bodyTextSmall {
	color: var(--Oxide-Red, #470226);
	font-family: "Instrument Sans";
	font-size: var(--Text-Sizes-Text-Large, 22px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

strong .bodyTextSmall  {
	font-family: "Instrument Sans";
	font-weight: 800;
}

.extra_wide_image {
    height: 769px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: var(--Border-radiaus, 10px);
    margin-top: 96px;
    margin-bottom: 96px ;
    padding: 0;
}

.content_intro a {
    color: #E04C34;
}

.full_width_image {
    display: flex;
    /* padding: 36px 220px; */
    gap: 18px;
    border-radius: var(--Border-radiaus, 10px);
    background-position: center;
    background-size: cover  ;
    margin-bottom: 96px;
    height: 194px;  
}

.text_block_row {
    color: var(--Orange, #E04C34);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 46.8px */
    letter-spacing: -0.36px;
    margin-bottom: 36px;
}

.text_block_pair {
    background-color: #F4F4ED;
    /* padding: 24px; */
    border-radius: 10px;
}

.text_block {
    background-color: white;
    height: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 62px;
    flex-shrink: 0;
    border-radius: 10px;
    margin-bottom: 44px;
}

.text_block p {
    color: var(--Rock-Black, #470226);
    font-family: "Instrument Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
}

.text_block p strong {
    font-family: "Instrument Sans", sans-serif;
}

.text_block li {
    margin-bottom: 22px;
     font-family: "Instrument Sans", sans-serif;
     font-size:22px;
     color:#470226;
 
}

.text_block h4 {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-style: normal;
    line-height: 140%; /* 62.4px */
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 400;
   
    margin-bottom: 24px;
}

.promo_image {
    height: 524px;
    border-radius: var(--Border-radiaus, 10px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 48px 16px;
    margin-top: 96px;
    /* background: linear-gradient(104deg, rgba(0, 0, 0, 0.50) -0.67%, rgba(0, 0, 0, 0.26) 45.48%, rgba(0, 0, 0, 0.00) 96.61%); */
}

.promo_image h5 {
    color: #FFF;
    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
    margin-bottom: 24px;

    font-size: 22px;
    letter-spacing: -0.22px;

}

.rich_text {
    margin-top: 44px;
    margin-bottom: 44px;
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Light;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 46.8px */
    font-size: 16px;
    letter-spacing: -0.16px;
}

.rich_text strong {
    font-family: Satoshi-Bold;
}

.image_link a {
    color: var(--Orange, #E04C34);
    /* Text/Regular/Semi Bold */
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Regular, 16px);

}

.image_link_image {
    width: 100%;
    margin-bottom: 24px;
}

.image_link p { 
    margin-bottom: 36px;
}
.container-fluid {
    padding-top: 0px;
    margin-top: 0px;
}


.no_background {
    background-color: unset !important;
}


#mobile_nav {
    height: 100px;
    background-color: white;
    padding-top: 34px;
    padding-left: 12px;
    padding-right: 12px;
}

.mobile_nav_link a {
    color: var(--Oxide-Red, #470226);
    /* Heading/Tagline */
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 24px */
}

.mobile_nav_arrow {
    margin-right: 16px;
}

.mobile_nav_footer {
    display: block;
    margin: 0;
}

.mobile_nav_footer_social_wrapper {
    margin-top:20px;
}

#mobile_nav_search_input {
    display: flex;
    padding: 10px 8px 10px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 17px;
    align-self: stretch;
    border-radius: 50px;
    background: var(--light-bg, #EEEEE6);
}

#mobile_nav_search_button {
    height: 29px;
    width: 29px;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 8px;
}

#mobile_nav_search_input::placeholder {
    color: var(--Oxide-Red, #470226);
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}



#desktop_nav {
    height: 94px;
    padding-top: 0px;
    padding-left: 46px;
    padding-right: 36px;
    display: none;
}

.nav-link:focus {
    color:#E04C34;
}

.desktop_nav_menu_link {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.desktop_nav_link:hover img {
    filter: invert(42%) sepia(55%) saturate(2438%) hue-rotate(338deg) brightness(89%) contrast(97%);
}

#search_nav_form {
    position: relative;

}

#search_nav_form input{
    width: 0px;
    height: 48px;
    background: white;
    border-radius: 50px;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
 
    cursor: pointer;
    visibility: visible;
    transition: width 0.5s;
    top: -36px;
    position: absolute;
    right: 0px;

}

#search_nav_form input.open {
    padding: 4px 6px 4px 20px;
    width: 740px;
    height: 48px;
    visibility: visible;
    transition: width 0.5s;

}

#nav_search_input_button {
    position: absolute;
    top: -26px;
    right: 10px; 
    height: 29px;
    width: 29px;
    padding: 0;
    background:none;
}

#search_nav_form input::placeholder {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-weight: 400;
    line-height: 140%; /* 21px */

}


.nav_heading {
    color: #A1A1A1;
    /* Text/Medium/Light */
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-bottom: 24px;
    
}

.desktop_nav_feature_column {
    display: flex;
    /* width: 220px; */
    padding: 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: var(--Border-radiaus, 10px);
    background: rgba(255, 255, 255, 0.60);
    height: 100%;
    border: 0;
}

.desktop_nav_feature_image {
    padding: 0px;
    border-radius: var(--Border-radiaus, 10px);
    height: 146px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 24px;
}

.desktop_nav_feature_title {
    color: var(--Oxide-Red, #470226);
    /* Text/Medium/Semi Bold */
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    height: 84px;
}

.desktop_nav_feature_link a {
    margin-bottom: 0;
    color: var(--Orange, #E04C34);
    /* Text/Regular/Bold */
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    background-image: url("/images/arrow.svg");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

.desktop_nav_link:hover {
    color: #E04C34;
}

.desktop_nav_menu_link.standard {
    color: #1E0907;
}

.desktop_nav_menu_link.standard img {
    filter: invert(0%) sepia(1%) saturate(5%) hue-rotate(304deg) brightness(97%) contrast(103%);
}

.desktop_nav_menu_link:hover img {
    filter: invert(37%) sepia(38%) saturate(1711%) hue-rotate(330deg) brightness(99%) contrast(101%);
}

.desktop_nav_menu_link img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(103deg) brightness(109%) contrast(110%);
    height: 13px;
    width: 13px;
    margin-top:-3px;
}


.desktop_nav_menu_link:hover {
    color: #E04C34;
}

.desktop_nav_menu_dropdown {
    border-radius: 10px;
    background: #EAE4D7;
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    padding: 28px;
    align-items: flex-start;
    gap: 8px;
    height: 100px;
    width: 100px;
}

.desktop_nav_popover_narrow {
    min-width: 536px;
    display: flex;
    padding: 48px;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--Border-radiaus, 10px);
    background: var(--Limestone, #EAE4D7);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.10);
    border:none;
}

.desktop_nav_popover_four_column {
    max-width: 1000px !important;
    width: 1000px;
    display: flex;
    padding: 48px;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--Border-radiaus, 10px);
    background: var(--Limestone, #EAE4D7);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.10);
    border:none;
}

.desktop_nav_popover_standard {
    min-width: 902px;
    display: flex;
    padding: 48px;
    align-items: flex-start;
    gap: 8px;
    border-radius: var(--Border-radiaus, 10px);
    background: var(--Limestone, #EAE4D7);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.20);
    border:none;
}

 /*.popover .popover-arrow::before, .popover .popover-arrow::after {
    border-color: var(--Limestone, #EAE4D7) !important;  
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
} 
*/
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after{
    border-bottom-color:#Eae4d7;
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after{
    top:none;
}
.desktop_nav_list {
    padding: 0;
    list-style-type: none;
}

.desktop_nav_list li {
    margin-bottom: 24px;
    display: flex;
   align-items:center;
}

.desktop_nav_list li:last-child {
    margin-bottom: 0px;
}

.desktop_nav_icon_link_l2 a {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    text-decoration: none;
    cursor: pointer;
}

.desktop_nav_simple_menu_title {
    color: var(--Orange, #E04C34);
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    margin-bottom: 16px;

}

.desktop_nav_simple_menu_title_arrow {
    margin-left: 16px;
}

.nav_menu_link_icon_wrapper {
    width: 36px !important;
    margin-right: 10px;
    height:min-content;
}

.nav_menu_link_icon {
    margin-right: 6px;
}

.nav_card_arrow {
  display: flex;
    width: 34px;
    height: 34px;
    padding: 2.858px;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;  
    border-radius: 100px;
    background: var(--Orange, #E04C34); 
}

.nav_card {
    height: 100%;
    background: rgba(255, 255, 255, 0.30);
    border: 0;
    border-radius: 10px;
}

.nav_card_level2 {
    height: 100%;
    background: rgba(255, 255, 255, 0.60);
    width:400px;
    border: 0;
}

.nav_card_button {
    background: rgba(255, 255, 255, 0.30);
    cursor: pointer;
    margin-right: 0;
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    min-height: 80px;
    border: 0;
}

.nav_card_button:hover {
    background: #FFF;
}

.nav_card_button:hover img {
    filter: invert(42%) sepia(55%) saturate(2438%) hue-rotate(338deg) brightness(89%) contrast(97%);
}

.nav_card_button:hover .nav_card_button_text {
    color: #E04C34;
}

.nav_selected {
    background: #FFF;  
    color: #E04C34;
}

.nav_selected .nav_menu_link_icon {
    filter: invert(42%) sepia(55%) saturate(2438%) hue-rotate(338deg) brightness(89%) contrast(97%);
}

.nav_card_button_text_wrapper {

}

.nav_card_button_text {
    width: 236px;
    font-family: Satoshi-Bold;
}

.level_2_menu {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Medium, 18px) !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
}

.level_2_menu h6 {
    color: var(--Orange-dark, #451205) !important;
    font-family: Satoshi-Bold;
    font-size: var(--Text-Sizes-Text-Medium, 18px) !important;
    margin-bottom: 20px;
}
.level_2_menu h6:hover{
      color:#E04C34!important;
}
.level_2_menu a {
    color: var(--Orange-dark, #451205);
}
.level_2_menu a:hover{
    color:#E04C34;
  
}
.level_2_menu ul {
    list-style: none;
}

.level_2_menu li {
    margin-bottom: 12px;
    padding:8px 16px;

}
.level_2_menu li:hover{
    background:white;
    border-radius:10px;
}
.popover-body {
    padding: 0 !important;
    width: 100% !important;
}

#mobile_top_logo {
    width: 120px;
    height: 47px;
}



/* #################.   PODCAST ################### */
.podcast_page_name {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 103.2px */
    letter-spacing: -0.44px;
    margin-bottom: 18px;
    margin-top: 18px;
    padding-bottom: 0;
}

.podcast_published_date {
    margin-top: 0px;
    /* margin-bottom: 36px; */
    color: #808076;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.social_share_label {
    color: var(--Earth, #808076);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    padding: 0;
    margin: 0;
}


.resource_grid {
    margin-bottom: 90px;
}

.resource_carousel_wrapper {
    padding-bottom: 90px;
}

.policy_resource_carousel_wrapper {
    background-color: #470226;
    padding-top: 36px;
    padding-bottom: 90px;
    overflow:visible;
}

.policy_resource_carousel_wrapper h2 {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-style: normal;
    font-weight: 500;    line-height: 120%; /* 52.8px */
    padding-bottom: 68px;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.36px;
}


#banner_image {
    height: 850px;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px; */
}

/* .banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding: 0;
    border-radius: 10px; 
} */

.banner_slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    padding: 0;
    border-radius: 10px; 

    height: 850px;
    width: 100%;

}
#banner_slideshow {
    z-index: -1;
    position: absolute;
    height: 850px;
    width: 100%;            
    left: 0;
}


#banner_heading {

    font-family: Satoshi-Regular;
    font-size: 86px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.86px;
    padding-left: 540px;
    padding-right: 48px;
    margin-bottom: 0;
}

#banner_heading_wrapper {
    height: 616px;
    display:flex;
    align-items: center;
    justify-content: center;
}

#coming_soon_wrapper {
    position: relative;
    top: 270px;
}

#coming_soon_text {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    padding-left: 12px;
    padding-right: 12px;
}

#coming_soon_text h3 {
    color: #FFF;
    font-family: Satoshi-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
    /* 46.8px */
    margin-bottom: 10px;
}

.coming_soon strong {
    font-weight: 700;
}

#coming_soon_text h3 strong {
    font-weight: 700;
    font-family: Satoshi-Bold;
}

#coming_soon_text a {
    color: #E04C34;
}

.coming_soon {
    /* background-size: 100%; */
    background-size: contain;
    background-repeat:no-repeat;
    background-position: top center; 
}

.coming_soon_link {
    margin-top: 20px;
    margin-left: 10px;
}

#burger_icon {
    border-radius: 10px;
    background: #EAE4D7;
    display: flex;
    width: 40px;
    height: 40px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    float: right;
}

.card-body {
    margin-top: 0px !important;
    width: 100% !important;
}

.content_promo_block div {
    width: 100%;
    align-items: right;
    margin-top: 36px;
}

.button_empty {
    background: white;
    color: #E04C34;
    border-radius: 50px;
    /*display: inline-block;*/
    padding:4px 6px 4px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /*height: 50px;*/
    border-color: #E04C34;
    cursor: pointer;
    transition: all 0.2s;
}
.button_empty span{
padding-top:4px;
line-height:36px;
}
.button_empty:hover {
  background: #c4e201;
}

.button_empty > svg {
  width: 34px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.button_empty:hover svg {
  transform: translateX(3px);
}

.button_empty:active {
  transform: scale(0.95);
}

.button_empty_circle {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #FFF;
}

.button_empty_circle:hover {
    background: #E04C34;
    color: white;
}

.button_empty:hover {
    background: #E04C34;
    color: white;
    border:1px solid white;
}

.button_solid {
    background: #E04C34;
    color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
  /*  height: 50px;*/
    border: none;
}

.button_solid:hover {
    background: #D9DAD9;
    color: black;
}

#members_button {
    margin-right: 0px;
}


.video_promo_heading {
    color: #1E0907;
    font-family: Satoshi-Regular;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 62.4px */
    letter-spacing: -0.52px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
   
} 
.video_promo_heading strong {
    color: #E04C34;
}

.video_promo_background {
    padding: 48px 24px 48px 24px;
    background-color: black;
    border-radius: var(--Border-radiaus, 10px);
    background: #000;
    /* position: relative; */
}

.video_promo_description {
    color: #EAE4D7;
    font-family: Satoshi-Regular;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 39.2px */
    letter-spacing: -0.28px;
    /* width:535px; */
}

.video_promo_elements {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

}

.video_promo_elements a {
    margin-bottom: 36px;
}

.video_wrapper {
    position: relative;
}

.video_promo_video video {
    mask: url(/images/masks/video.svg);
    -webkit-mask:url(/images/masks/video.svg);
    -webkit-mask-box-image: url(/images/masks/video.svg);
    -webkit-mask-image:url(/images/masks/video.svg);
    -webkit-mask-position:center center;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-size:cover;
    mask-image: url(/images/masks/video.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
}

.promo_pair_heading p {
    text-align: center;
    color: #1E0907;
    font-family: Satoshi-Regular;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 62.4px */
    letter-spacing: -0.44px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.promo_pair_heading p strong {
    color: #E04C34;
}

.promo_pair {
    padding-left: 24px;
    padding-right: 24px;
}

.content_promo_block {
    min-height: 380px;
    padding: 36px;
    border-radius: var(--Border-radiaus, 10px);
    margin-bottom: 28px;
}



.content_promo_block h5 {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-style: normal;
    margin-bottom: 36px;
    padding-bottom: 0px;
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-weight: 500;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.36px;
}

.content_promo_block h6 {
    color: #FFF;
    /* Heading/H5 */
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    margin-bottom: 36px;
}

.content_promo_block p {
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: var(--Text-Sizes-Text-Large, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.promo_block {
    /* width: 100px; */
    height: 600px;
    border-radius: 10px;
    padding: 36px;
    text-align: center;
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-position: center bottom -280px; */
    background-position: center bottom;
    margin-bottom: 112px;
    animation: slide_up 1s ease;
    animation-play-state: paused;
}


@keyframes slide_up {
  from {
    background-position: center bottom -280px;
  }
  to {
    background-position: center bottom 0px;
  }
}

.animated {
  animation-play-state: running;
}


.mobile_nav_menu_dialog {
    border-radius: var(--Border-radiaus, 10px);
    background-color: #F8F8F5;
}

.mobile_nav_l1_title {
    color: var(--Orange, #E04C34);
      font-family: Satoshi;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.mobile_nav_l1_title a {
    color: var(--Orange, #E04C34);
}

.mobile_nav_l2_title {
    color: var(--Oxide-Red, #470226);
 font-family: Satoshi-Regular;
    font-style: normal; 
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    margin-bottom: 0px;
}

.mobile_nav_l2_title a {
    color: var(--Oxide-Red, #470226);
}


.mobile_level_1_menu_item {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Medium, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 27px */
}

.mobile_level_2_menu_item {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Medium, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 27px */
    margin-bottom: 24px;
}

.mobile_level_3_menu_item {
    padding-left: 48px;
}

.mobile_level_3_menu_item a {
    font-size: var(--Text-Sizes-Text-Medium, 18px);
}

#mobile_nav_back {
    color: var(--Oxide-Red, #470226);
    /* Heading/Tagline */
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}


.promo_block h3 {
    color: white;
    font-family: Satoshi-Regular;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 46.8px */
    letter-spacing: -0.36px;
}

.promo_block P {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.header_container {
    padding: 0;
}


.main_content {
    /* padding-left: 12px;
    padding-right: 12px; */
    padding-left: 0;
    padding-right: 0;
}

.footer_horz_divider {
    border-top: 1px solid #1E0907;
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer_terms_link {
    padding: 0px;
}

.footer_terms_link a {
    color: #1E0907;
    font-family: Satoshi-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.copyright {
    color: #1E0907;
    font-family: Satoshi-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0px;
}







.tag {
    color: #E04C34;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    height: 45px;
    padding: 10px 16px;
    /*justify-content: center;*/
    align-items: center;
    gap: 10px;
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
}

.solid_button_link {
    border-radius: 50px;
    background: #E04C34;
    color: white;

    padding: 13px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.solid_button_link a {
    text-align: center;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
    color: white;
    text-decoration: none;
}


/* CONTACT FORM */

.umbraco-forms-submitmessage {
    font-size: 24px;
}

.press_release_form {
    color: white;
    background-color: #470226;
    text-align: center;
    border-radius: var(--Border-radiaus, 10px);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.28px;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 34px;
    margin-bottom: 90px;
}

.press_release_form h3 {
    width: 100%;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
}

.press_release_form input {
    border-radius: 50px;
    border: 1px solid #FFF;
    width: 200px;
    font-size: 16px;
    padding-left: 10px;
}

.press_release_form input::placeholder {
    color: #470226;
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
}

.press_release_form input[type='submit'] {
    background: #E04C34;
    color: white;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 50px;
    border: none;
    width: 80px;
    margin-top: 10px;

}

.press_release_form .field-validation-error {
    display: block;
}
.umbraco-forms-field-wrapper {
    margin-bottom: 30px;
}

.press_release_privacy_policy {
    font-size: var(--Text-Sizes-Text-Regular, 12px);
}

.contact_form {
    width: 100%;

}

.contact_form label {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 100%;
    margin-bottom: 14px;
}

.umbraco-forms-hidden {
    display:none;
}

.contact_form input {
    border-right: none;
    border-left: none;
    border-top: none;
    width: 100%;
    /* margin-bottom: 18px; */
}

.contact_form input[type='submit'] {
    background: white;
    color: #1E0907;
    border-radius: 50px;
    display: inline-block;
    padding: 13px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 50px;
    border-color: #1E0907;
    width: auto;  
    border: 1px solid #1E0907;
    margin-bottom: 20px;
}

.contact_form textarea {
    border-right: none;
    border-left: none;
    border-top: none;
    width: 100%;
    border-bottom-width: 2px;
}

.field-validation-error {
    color: red;
    font-family: Satoshi-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 100%;

}

.contact_form_wrapper {
    margin-left: 0px;
    margin-right: 0px;
}

.contact_details_col {
    background-image: url("/images/form_background_small.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: var(--Border-radiaus, 10px);
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
    padding-left:22px;
    padding-right: 22px;
    height: 520px;
}

.form_col {
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
    margin-top: 0px;
    padding-top: 30px;
}

.contact_form_heading {
    color: white;
    text-align: left;
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.36px;
    margin-top: 40px;
    padding-bottom: 14px;
    padding-right: 110px;
}

.contact_form_contact_data {
    margin-top: 44px;
    text-align: left;
    color: white;
    color: #FFF;
    font-family: Satoshi-Light;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact_form_contact_data a {
    text-decoration: underline;
    color: #FFF;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.contact_form_icon {
    margin-right: 20px;
}


/* BREADCRUMB */
.breadcrumb_links{
    display: inline-flex;
    padding: 8px 16px 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px #EEEEE6;
    backdrop-filter: blur(10px);
    margin-top: 0px;
    color:#470226;
}

.breadcrumb_item {
    color: #1E0907;
    font-family: Satoshi-Bold;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */

}

.breadcrumb_links a {

    font-family: Satoshi-Regular;
        color:#808076;
}

.breadcrumb_links_background_dark {
    background-color: #EEEEE6;
        color:#1E0907;
}

.breadcrumb_links_background_light {
    background: #FFF;
}

.breadcrumb_parent {
    color:#1E0907;
    font-weight: 700;
}

.breadcrumb_parent a {
    font-weight: 700;
        color:#1E0907;
}


.department_title {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.24px;
}

.department_title a {
    color: var(--Rock-Black, #1E0907);
    
}

.member_card {
    height:385px;
    border-radius: 10px;
    border: 1px solid var(--light-bg, #EEEEE6);
    background: #F4F4ED;
    padding-top: 9px;
    position: relative;
    margin-bottom: 96px;
}

.member_card:hover .member_photo, .member_card.hover .member_photo {
    mix-blend-mode: normal;
}

.member_card_social_wrapper {
    position:absolute;
    top: 9px;
    right: 9px;
    width: auto;
    z-index: 10;
}

.member_photo {
    height: 260px;
    background-size: cover;
    background-color: #F4F4ED;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    padding-right: 9px;
}

.member_details {
    border-radius: 10px;
    background-color: white;
    position:absolute;
    bottom: 0px;
    min-height: 140px;
    padding: 24px 16px 24px 16px;
}

.member_name {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-6, 22px);
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 30.8px */
    letter-spacing: -0.22px;    
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0;
}

.member_position {
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */  
    padding: 0; 
    margin:0;
}

.member_page_photo {
    
}

.member_page_photo_wrapper {
    
}

.member_page_name {
    color: var(--Rock-Black, #1E0907);
    /* Heading/H1 */
    font-family: Satoshi-Regular;
    font-size: 44px;
    letter-spacing: -0.44px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 103.2px */
    padding-bottom: 0;
    margin-bottom: 18px;
    margin-top: 18px;
}

.member_page_position {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Heading-4, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 46.8px */
    letter-spacing: -0.36px;
    padding:0px;
    margin: 0;   
}

/*      RESOURCE TILES      */

.resource_grid_image {
    height: 280px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 18px 10px 18px 10px;
    margin-bottom: 16px;
    background-position: bottom;
    /* width:352px; */
}

.resource_grid_type_pill {
    background: rgba(255, 255, 255, 0.68);
    padding: 4px 12px 4px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
    color:#470226;
    font-family: Satoshi-Regular;
    font-size: 14px;
    display:inline-block;
    line-height: 120%; 
    margin-right: 8px;
    max-width: 200px;
    margin-bottom:8px;
}

.resource_grid_type {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Bold;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    margin-bottom: 8px;
    margin-right: 24px;

}

.resource_grid_date {
    color: var(--Earth, #808076);
    /* Text/Small/Normal */
    font-family: "Satoshi-Regular";
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.resource_grid_action{
    margin-top:16px;
}
.resource_grid_action a {
    color: var(--Orange, #E04C34);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Regular, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */

}

.resource_grid_title {
    color: var(--Rock-Black, #1E0907);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Large, 22px);
    font-style: normal;
    font-weight: 700;
    display:flex;
    align-items:center;
    height: 100%;
  
    
}

.resource_type_carousel {
    color: #FFF;
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 24px */  
    position: absolute;  
    top: 24px;
    right: 24px;
}

.resource_grid_title span
{
    display: inline-block;
    vertical-align: middle;
    line-height: 140%;
}

.resource_grid_details {
    height: 154px;
    position:relative;
}

.resource_grid_tile {
   height:550px;
    background-color: #EEEEE6;
    padding: 16px;
    border-radius: 10px;
    /* position: relative; */
    -webkit-mask-image: url(/images/masks/bottom_right_corner.svg);
    mask-image: url(/images/masks/bottom_right_corner.svg);
    mask-repeat: no-repeat;
    margin-bottom: 36px;
    width: 380px;
}


.link_arrow {
    margin-left: 16px;
}

.resource_tile {
    width: calc(min(388px, 100%));
    height: 500px;
    background-color: #EEEEE6;
    /* padding: 16px; */
    border-radius: 10px;
    /* position: relative; */
    -webkit-mask-image: url(/images/masks/bottom_right_corner.svg);
    mask-image: url(/images/masks/bottom_right_corner.svg);
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 24px;
}

.resource_tile_back {
    padding: 24px;
    height: 290px;
    background: linear-gradient(180deg, var(--Rock-Black, rgba(30, 9, 7, 0.15)) 0%, rgba(255, 255, 255, 0.00) 92.68%);
    backdrop-filter: blur( 1px ); 
    -webkit-backdrop-filter: blur( 1px ); 
}


.btn-filter-dropdown {
    height: 36px;
    width:100%;
    /* padding: 6px 5px 6px 14px; */
    border-radius: 10px;
    background: var(--Sllica-grey, #F4F4ED);
    color: var(--Oxide-Red, #470226);
    font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}
   

.resource_filter_menu {
    border-radius: 10px;
    background: var(--Sllica-grey, #F4F4ED);
    box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
    margin-top: 12px;
    width: 250px;
}

.dropdown-toggle::after{
  float:right;
  left: 80%;
  margin-top: 0.7em;
}



.resource_type_pill {
    height: 40px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.68);
    padding: 8px 18px;
    color: var(--Orange, #E04C34);
    font-family: Satoshi-Regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    margin-right: 16px;
}

.resource_tile_date {
    color: #FFF;
   font-family: Satoshi-Regular;
    font-size: var(--Text-Sizes-Text-Small, 14px);
    font-style: normal;
    line-height: 150%; /* 21px */   
}

.resource_tile h5 {
    color: #FFF;
 font-family: Satoshi-Regular;
    font-style: normal; 
    font-size: var(--Text-Sizes-Heading-5, 28px);
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    margin-top: 24px;
    
}

    .carousel_heading {
        color: var(--Rock-Black, #1E0907);
        font-family: Satoshi-Regular;
        font-size: var(--Text-Sizes-Heading-2, 52px);

        font-weight: 700;
        line-height: 120%; /* 62.4px */

        margin:48px 0;
    }


    .flickity-prev-next-button {
        top: -50px !important;
        width: 36px !important;
        height: 36px !important;


        border-radius: 20px !important;
        border: 1px solid #E04C34 !important;
        background: #E04C34 !important;
    }

    .flickity-prev-next-button.previous {
        left: auto !important;
        right: 60px !important;
    }

    .flickity-prev-next-button.next {
        right: 10px !important;
    }

    .flickity-button-icon {
        fill: white !important;
    }

    .flickity-button-icon:hover {
        fill: #E04C34 !important;
    }

    .flickity-prev-next-button:hover {
        background: white !important;
    }

    .flickity-page-dots .dot {
        background: transparent !important;
        border: 2px solid #E04C34 !important;
        height: 3px !important;
        width: 60px !important;
        margin: 0px !important;
        border-radius: 0 !important;
    }
/*.flickity-enabled.is-draggable .flickity-viewport{*/
    .flickity-viewport {

    overflow:visible;
}
    /* fill-in selected dot */
    .flickity-page-dots .dot.is-selected {
        background: #E04C34 !important;
    }

/* .thumbnail-image {
    border-radius: 15px;
    background-size: cover;
    background-position: 50% 50%;
}

.tags-wrapper {
    padding-top: 18px;
    padding-right: 10px padding-left: 10px;
} */


    .banner_coming_soon {
        height: 100%;
        padding: 12px;
        min-height: 100vh;
        border-radius: 10px;
    }

/* FOOTER */

.footer {
    background-color: #F4F4ED;
    /* padding: 24px; */
    /* margin-top: 50px; */
}

.footer_logo_mobile {
    margin-bottom: 24px;
}

.footer_social_icon {
    height: 24px;
    width: 24px;
}

.footer_social_wrapper {
    height: 62px;
    margin-bottom: 48px;
    margin-top: 24px;
}

.footer_social_icon {
    margin-right: 12px;
}

.logo_wrapper {
    width: 188px;
}


.footer_link_column {
    color: #1E0907;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
   font-family: Satoshi-Regular;

    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    line-height: 150%;
    /* width: 150px;
    margin-bottom: 24px; */
}

.footer_link_column h5 {
    font-weight: 600;
    font-size: 16px;
}

.footer_link_column a {
     color: #1E0907;
}

.footer_link_column ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.footer_link_column ul li {
    margin-bottom: 16px;
}

.footer_link_column ul li a {
    color: #1E0907;

}









@media (max-width: 480px) {

#filter_col_types{
    margin-top:0;
    width:366px;
    position:relative;
}
#filter_col_topics{
    width:366px;
     position:relative;
}

.dropdown-toggle::after {
  margin-left:220px;
}

    .flickity-page-dots .dot {
        width: 24px !important;
    }

    .hide_mobile {
        display:none;
    }

    #banner_heading {
        padding-left: 140px;
        font-size: 36px;
        padding-right: 12px;
    }

    #banner_image {
        padding-right: 0px;
        padding-left: 0px;
        height: 600px;
    }

    .banner {
        padding: 12px;
    }
    
    .banner_slide {
        height: 626px;
        width: 100%;
    }
    #banner_slideshow {
        height: 626px;
        width: 100%;  

    }

    .banner_coming_soon {
        height: 100%;
        padding: 12px;
        min-height: 100vh;
        border-radius: 10px;
    }
}



/* #########################  MINI ################################ */


@media (min-width: 481px) and (max-width: 768px) {

    .podcast_page_name {
        font-size: 86px;
      
    }


    .policy_banner_image {
        height: 500px;
        margin-bottom: 48px;
    }

    .blogcard {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog h3 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-weight: 700;


    }

    .blog h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
      
    }

    .quote h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
     
    }

    .blog p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog_image {
        height: 500px;
    }

    .blog_header h1 {
        font-size: 86px;
        font-weight: 500;
       
    }

    .breadcrumb_links{
        margin-top: 36px;
    }

    .subheading {
        font-size: 38px;
     
    }

    .bullet_box {
        margin-bottom: 96px;
    }

    .black_text h4 {
        font-size: var(--Text-Sizes-Heading-4, 36px);
       
        margin-bottom: 96px;
    }

    #banner_heading {
        padding-left: 320px;
        padding-right: 0px;
    }

    .banner {
        height: 768px;
    }

    .banner_slide {
        height: 768px;
        width: 100%;
    }
    #banner_slideshow {
        height: 768px;
        width: 100%;  

    }

    #coming_soon_text h3 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        line-height: 140%;
        font-weight: 700;

        /* 46.8px */

    }


    #coming_soon_wrapper {
       height: 1000px;
        position: relative;
 top: calc(100vw/2 + 100px);
    }

        
    .coming_soon_link {
        display: none;
    }

    .content_heading h1 {
        margin-top: 24px;
        
        font-size: 86px;
    }

    .content_intro {
        font-size: var(--Text-Sizes-Text-Large, 22px);
        line-height: 150%; /* 33px */
        margin-bottom: 96px;
    }

    .full_width_image {
        height: 660px;
        margin-bottom: 96px;
    }

    .orange_text h4 {
        font-size: 48px;
        
    }


    .content_promo_block {
        min-height: 480px;
    }


    .content_promo_block p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }


    .text_block {
        padding: 48px;
    }

    .text_block h4 {
        font-size: 48px;
        font-weight: 500;
       
    }


    .text_block_row {
        font-size: var(--Text-Sizes-Heading-4, 48px);
    }  


    .promo_image {
        padding: 48px 96px;
        height: 601px;
    }    


    .rich_text {
        font-size: var(--Text-Sizes-Heading-4, 36px);
       
    }    
}


/* ############################### PRO  ######################################## */



@media (min-width: 769px) and (max-width: 1279px) {


    .podcast_page_name {
        font-size: 86px;
   
    }

    .department_title {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
      
    }

    .policy_banner_image {
        height: 500px;
        margin-bottom: 88px;
    }

    .page_background {
        height: 500px;
    }

    .page_background_extend {
        height: 500px;
    }

    .policy_heading h1 {
        font-size: var(--Text-Sizes-Heading-3, 86px);
    
    }

    .blogcard {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog h3 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-weight: 700;
   

    }

    .blog h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
    
    }

    .quote h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
       
    }

    .blog p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog_image {
        height: 500px;
    }

    .blog_header h1 {
        font-size: 86px;
        font-weight: 500;
       
    }

    .breadcrumb_links{
        margin-top: 36px;
    }


    .breadcrumb_links_background_light {
        background-color: white;
    }

    .subheading {
        font-size: 38px;
        letter-spacing: -0.38px;
    }

    .bullet_box {
        margin-bottom: 96px;
    }

    .black_text h4 {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
        margin-bottom: 96px;
    }

    .main_content {
        padding-left: 0;
        padding-right: 0;
        /* padding-left: 24px;
        padding-right: 24px; */
    }

    #banner_heading {
        padding-left: 420px;
        padding-right: 0px;
    }

    .footer {
        /* margin-top: 100px; */
    }

    #coming_soon_text {
        padding-left: 30px;
        padding-right: 30px;
    }

    #coming_soon_text h3 {
        font-size: 30px;
        line-height: 130%;
        /* 46.8px */
        margin-bottom: 20px;
    }


    .coming_soon_last strong {
        font-size: 28px;
    }

    #coming_soon_text p {
        font-size: 22px;
        line-height: 140%;
        /* 46.8px */
        
    }

    #coming_soon_wrapper {
        height: 1000px;
        position: relative;
        top: calc(100vw/2);
    }

    h1 {
        font-size: 86px;
        line-height: 120%; /* 103.2px */
     
        padding-bottom: 48px;
    }

    .contact_details_col {
        background-image: none;
        box-shadow: none;
    }

    .form_col {
        box-shadow: none;
    }

    .contact_form_wrapper {
        background-image: url("/images/form_background_angle_medium.png");
        background-repeat:no-repeat;
        /* background-size: 644px; */
        /* background-size: 58% 670px; */
        background-size: calc(max(480px, 56%)) 690px;
        
        border-radius: var(--Border-radiaus, 10px);
        box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
        height: 690px;
        margin-bottom: 48px;
    }

    .contact_form input {  
        /* margin-bottom: 50px; */
    }

    .contact_form .umbraco-forms-navigation .col-md-12 {
        float: right;
        width: auto;
    }

    .contact_form input[type='submit'] {  
        /* margin-top: 12px; */
    }
    
    .contact_form label  {
        margin-bottom: 0px;
    }    

    .press_release_form h3 {
       font-size: 36px;
    }

    .resource_tile {
        width: calc(min(370px, 100%));
    }

    .video_promo_heading {
        font-size: 40px;
    }

        
    .coming_soon_link {
        display: none;
    }


    .content_heading h1 {
        letter-spacing: -0.86px;
        font-size: 86px;
        margin-top: 24px;
    }

    .content_intro {
        font-size: var(--Text-Sizes-Text-Large, 22px);
        line-height: 150%; /* 33px */
        margin-bottom: 96px;
    }

    .full_width_image {
        height: 660px;
        margin-bottom: 96px;
    }

    .orange_text h4 {
        font-size: 48px;
        letter-spacing: -0.48px;
    }


    .content_promo_block {
        min-height: 480px;
    }


    .content_promo_block p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }


    .text_block {
        padding: 48px;
    }

    .text_block h4 {
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -0.48px;
        margin-bottom: 62px;
    }
  

    .text_block_row {
        font-size: var(--Text-Sizes-Heading-4, 48px);
    }    


    
    .promo_image h5 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        letter-spacing: -0.28px;
    }  


    .promo_image {
        padding: 48px 96px;
        height: 601px;
    }

    .rich_text {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
    }
    
}


/* ############################ RESPONSIVE ############################################### */



@media (min-width: 1280px) {
    
    .member_page_name {
        padding-bottom: 0;
        margin-bottom: 18px;
        margin-top: 18px;
        font-size: 86px;
        letter-spacing: -0.86px;
    }

    .department_title {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .policy_resource_carousel_wrapper {
        padding-top: 48px;
        padding-bottom: 90px;
    }

    .policy_resource_carousel_wrapper h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        letter-spacing: -0.44px;
    }

    .policy_banner_image {
        height: 500px;
        margin-bottom: 114px;
    }

    .policy_heading h1 {
        font-size: var(--Text-Sizes-Heading-3, 86px);
        letter-spacing: -0.86px;
    }

    .blogcard {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog h3 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-weight: 700;
        letter-spacing: -0.28px;

    }

    .blog h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .quote h2 {
        font-size: var(--Text-Sizes-Heading-3, 44px);
        font-weight: 500;
        line-height: 120%; /* 52.8px */
        letter-spacing: -0.44px;
    }

    .blog p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }

    .blog_image {
        height: 500px;
    }

    .blog_header h1 {
        font-size: 86px;
        font-weight: 500;
        letter-spacing: -0.86px;
    }

    .breadcrumb_links{
        margin-top: 36px;
    }

    .breadcrumb_links_background_light {
        background-color: white;
    }

    .subheading {
        font-size: 38px;
        letter-spacing: -0.38px;
    }

    .bullet_box {
        margin-bottom: 96px;
    }

    .black_text h4 {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
        margin-bottom: 96px;
    }

    .contact_details_col {
        background-image: none;
        box-shadow: none;
    }

    .form_col {
        box-shadow: none;
    }

    .contact_form_wrapper {
        background-image: url("/images/form_background_angle_large.png");
        background-repeat:no-repeat;
        background-size: 52% 670px;
        border-radius: var(--Border-radiaus, 10px);
        box-shadow: 8px 8px 16px 8px rgba(71, 2, 38, 0.10);
        height: 670px;
        margin-bottom: 48px;
    }

    .contact_form input {  
        /* margin-bottom: 50px; */
    }

    .contact_form input[type='submit'] {  
        margin-top: 0px;
    }

    .contact_form .umbraco-forms-navigation .col-md-12 {
        float: right;
        width: auto;
    }

    .contact_form label  {
        margin-bottom: 0px;
    }

    .press_release_form h3 {
       font-size: 52px;
    }

    .footer {
        /* margin-top: 100px; */

        background-image: 
            url('/images/footer_left.svg'), 
            url('/images/footer-right.svg');
            
        background-position:
            bottom left,
            top right;
        background-repeat: no-repeat;
    }
    /* .container {
        width: 1728px;
    } */

    #mobile_nav {
        display: none;
    }

    #desktop_nav {
        display: inline;
    }

    #banner_image {
        padding-top: 0px;
    }

    .video_promo_heading {
        
        font-size: 52px;
    }

    .main_content {
        /* padding-left: 24px;
        padding-right: 24px; */
        padding-left: 0;
        padding-right: 0;
    }

    .video_promo_background {
        padding: 48px 48px 48px 192px;
        height: 600px;

    }

    .promo_pair {}

    .promo_pair_heading p {
        font-size: 52px;
        letter-spacing: -0.52px;
        padding-left: 20%;
        padding-right: 20%;
    }


    #coming_soon_text {
        padding-left: 30px;
        padding-right: 30px;
    }

    #coming_soon_text h3 {
        font-size: 24px;
        line-height: 130%;
        /* 46.8px */
        margin-bottom: 20px;
    }


    #coming_soon_text p {
        font-size: 22px;
        line-height: 140%;
        /* 46.8px */
        letter-spacing: -0.22px;
    }

    #coming_soon_wrapper {
     height: calc(100vw/1.3);
     position: relative;
     top: calc(100vw/3.5);
     width: 90vw; 
    }
        
    h1 {
        font-size: 86px;
        line-height: 120%; /* 103.2px */
        letter-spacing: -0.86px;
        padding-bottom: 48px;
    }

    .video_promo_video video {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); 
    }   

    .coming_soon_link {
        display: none;
    }


    .content_heading h1 {
        letter-spacing: -0.86px;
        font-size: 86px;
        margin-top: 24px;
    }

    .content_intro {
        font-size: var(--Text-Sizes-Text-Large, 22px);
        line-height: 150%; /* 33px */
        margin-bottom: 96px;
    }

    .full_width_image {
        height: 660px;
        margin-bottom: 96px;
    }


    .orange_text h4 {
        font-size: 48px;
        letter-spacing: -0.48px;
    }

    .image_link_image {
        width: 80%;
        margin-bottom: 24px;
    }

    .content_promo_block h5 {
        color: var(--Rock-Black, #1E0907);
        font-family: Satoshi-Regular;
        font-size: var(--Text-Sizes-Heading-5, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 39.2px */
        letter-spacing: -0.28px;
        margin-bottom: 36px;
        padding-bottom: 0px;

    }

    .content_promo_block {
        min-height: 480px;
    }

    .content_promo_block p {
        font-size: var(--Text-Sizes-Text-Large, 22px);
    }


    .text_block {
        padding: 48px;
    }

    .text_block h4 {
        font-size: 48px;
        font-weight: 500;
        letter-spacing: -0.48px;
        margin-bottom: 62px;
    }
  

    .text_block_row {
        font-size: var(--Text-Sizes-Heading-4, 48px);
    }    

    
    .promo_image h5 {
        font-size: var(--Text-Sizes-Heading-5, 28px);
        letter-spacing: -0.28px;
    }   

    .promo_image {
        padding: 48px 96px;
        height: 601px;
    }

    .rich_text {
        font-size: var(--Text-Sizes-Heading-4, 36px);
        letter-spacing: -0.36px;
    }
}