@font-face {
    font-family: 'Font awesome 5 brands 400';
    src: url('fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Font awesome 5 free 400';
    src: url('fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Font awesome 5 free solid 900';
    src: url('fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'arrows';
    src: url('fonts/arrows.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body,
.path-user,
.path-frontpage {
    font-family: Poppins, sans-serif;
}

body {
    overflow-x: hidden;
}

p + p {
    margin-top: 1em;
}

h4 + ul {
    margin-top: 1em;
}

ul + h4 {
    margin-top: 1.5em;
}

.hidden-on-desktop {
    display: none;
}

#main-content.breadcrumb-is-sticky,
footer.breadcrumb-is-sticky {
    position: relative;
    top: 42px;
}

#block-cooperstandard-content ul {
    padding-left: 1.25em;
    line-height: 1.4;
    margin: 1em 0;
}

#block-cooperstandard-content li + li,
#block-cooperstandard-content li ul {
    margin-top: .18333em;
}

#block-cooperstandard-content .field li ul {
    margin: 0.5rem 0 0 1rem;
}

.light-blue-band {
    background-color: #f4faff;
    padding: 45px 0;
}

.content-centered {
    text-align: center;
}

/* we don't use Bootstrap currently, but in the future, we may - but we need these now */
.ms-0 {
    margin-left: 0 !important;
}

.me-0 {
    margin-right: 0 !important;
}

.two-col {
    display: flex;
    justify-content: space-between;
    margin: 0 0 55px;
}

.two-col > div {
    flex: 0 1 47%;
}

.two-col > div img {
    width: 100%;
}

.two-col > div h3 {
    margin: 20px 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #989b9e;
}

.two-col > div p {
    font-weight: 300;
    line-height: 1.5;
}

.two-col > div p a,
.two-col-itdl > div p a {
    font-weight: 700;
}

.two-col > div > a {
    background-image: url(../images/btn-bkg.jpg);
    padding: .75em 2em;
    background-size: cover;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}

.paragraph,
.wrapper {
    max-width: 1260px;
}

.clear-all {
    clear: both;
}

body.toolbar-horizontal header[role='navigation'] {
    height: 88px;
    /* margin-top: 79px; */
}

body.toolbar-horizontal header .region.region-header {
    padding-top: 0;
}

header {
    border-top: 8px solid #0063ab;
    /* height: 90px; */
    height: 88px;
    background-color: hsla(0, 0%, 100%, 0.95);
}

header .meta-nav {
    position: absolute;
    background-color: transparent;
    top: 0;
    right: 0;
}

header .nav-link {
    color: #989b9e;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

header .nav-link.text {
    padding: 8px;
    margin-top: -1px;
}

.social-link {
    margin: 0 12px;
}

header .wrapper {
    height: 100%;
}

#block-cooperstandard-branding {
    height: 100%;
    position: relative;
}

header .nav-contain.meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#block-languagedropdownswitcher {
    font-size: 12px;
}

#block-languagedropdownswitcher select {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    color: #989b9e;
    max-width: 145px;
}

#block-languagedropdownswitcher option {
    background-color: #f4faff;
    font-size: 14px;
    text-transform: none;
    color: #222;
}

.meta-nav .social {
    display: flex;
    justify-content: space-around;
    margin: 0 1.2em;
    padding: 0 .75em;
    width: 13em;
    border: 1px solid #989b9e;
    border-width: 0 1px;
}

.meta-nav .social .fab,
.meta-nav .social .x-twitter {
    display: block;
}

.stock-readout {
    color: #989b9e;
    font-size: 12px;
    display: flex;
}

.stock-change {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    margin: 0 6px;
}

header nav.menu--main {
    position: static;
}

header nav > .level-1 {
    display: flex;
    align-items: flex-end;
    margin-right: -16px;
}

header .region-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}

header a.header {
    height: 100%;
    display: flex;
}

header a.header img {
    max-width: 60vw;
    width: 272px;
}

header nav .level-1 > .li .level-2 {
    left: 75px;
    width: calc(100% - 150px);
    background-color: #fff;
    transform-origin: top;
    transition: all .2s ease-out .1s;
    transform: scaleY(0);
    position: absolute;
    z-index: 100;
    display: flex;
    border: 1px solid #fff;
    border-top: none;
}

header nav .level-1 > .li:hover .level-2 {
    left: 75px;
    transform: scaleY(1);
    transition: all .2s ease-out 0s;
    border: 1px solid #989b9e;
    border-top: none;
}

header nav .level-1 > .li .level-2 > div {
    opacity: 0;
    transition: opacity .1s ease 0s;
}

header nav .level-1 > .li:hover .level-2 > div {
    opacity: 1;
    transition: opacity .1s ease .2s;
}

.li.main-menu-text {
    flex: 0 1 40%;
    border-right: 1px solid #989b9e;
    padding: 50px;
}

.main-menu-text p::after {
    content: url(../images/dual-width-line.png);
    display: block;
    margin: 20px 0 0;
}

header nav .regular-links {
    flex: 0 1 60%;
    columns: 2;
    padding: 50px 50px 30px;
}

/* fix buggy, jumpy column balancing in Firefox */
/* @-moz-document url-prefix() { 
    header nav .level-1 > .li:nth-child(3) .regular-links {
        max-height: 270px;
    }
} */

.main-menu-text h3 {
    font-size: 35px;
    font-weight: 500;
}

.main-menu-text p {
    padding: 0;
    margin: 25px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

header nav .li > .ul > .li a {
    color: #004f88;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    border: none;
    max-width: none;
    padding-left: 0;
    text-decoration: none;
}

header nav .li > .ul > .main-menu-text a {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin: 0 0 20px;
}

header nav .li > .ul > .main-menu-text a::before {
    content: '\f0a9';
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    margin-right: .5em;
}

header nav .level-1 > .li {
    margin: 0 16px;
}

header nav .level-1 > .li > a,
header nav .level-1 > .li > span {
    display: block;
    padding: 16px 0;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    color: #0063ab;
    font-size: 14px;
}

header nav .level-1 > .li > a::after {
    /* content: '';
    position: absolute;
    background-color: #0063ab;
    width: 1px;
    height: calc(100% - 32px);
    right: -16px;
    top: 16px; */
}

header nav .level-1 > .li:last-child > a:after {
    content: none;
}

header nav .level-2 .regular-links a {
    color: #004f88;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.1;
}

header nav .level-2 .regular-links a:hover {
    color: #f0b30f;
    font-weight: 700;
}

header nav .regular-links .li {
    margin: 0 0 20px;
}

header nav .level-3 {
    margin: 10px 0 0;
}

header nav .level-3 .li {
    margin: 0 0 10px;
}

header a.btn {
    margin-top: 0;
    background-color: transparent;
    box-shadow: none;
    font-weight: 500;
    color: #0063ab;
    font-size: 14px;
    position: static;
    display: block;
}

header a.btn:hover {
    background-color: transparent;
}

header nav .li > .ul > .li a:hover {
    color: #f0b30f;
    font-weight: 700;
    background-color: transparent;
}

header nav .ul .ul .li.nav-with-sub > a::after {
    content: '';
}

header nav .ul .ul .li {
    break-inside: avoid;
    padding-left: 15px;
}

header nav .ul .ul .ul {
    display: block;
}

header nav .ul .ul .ul > .li a {
    border-top: none;
    color: #333;
    font-weight: 400;
    font-size: 14px;
}

header nav .ul .ul .ul > .li a:hover {
    color: #f0b30f;
    font-weight: 600;
    background-color: transparent;
}

header nav .ul .ul .li.nav-with-sub > a {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
}

#block-mainnavigation > .ul > .li > a,
#block-mainnavigation-2 > .ul > .li > a {
    pointer-events: auto;
}

/* main {
    margin-top: 0;
} */

/* main.no-banner {
    margin-top: 88px;
} */

.path-frontpage main {
    margin-top: 0;
}

.contact-floating {
    position: fixed;
    top: 55%;
    right: 0;
    z-index: 20;
    transform: rotate(90deg);
    transform-origin: 97% 0;
}

.contact-floating p {
    margin: 0;
    padding: 0;
}

.contact-floating a {
    background-color: #f0b310;
    border-radius: 3px;
    box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.15);
    color: white !important;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .143em;
    line-height: 1.15;
    margin: 0;
    padding: 10px 25px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.contact-floating a:hover {
    background-color: #004272;
}

.field--name-field-home-slider-images .slick-track {
    height: 100vh;
}

.slider .slide-item {
    height: 100vh;
    display: flex;
    align-items: center;
}

.slider .overlay {
    background-color: transparent;
}

.slick-dots {
    top: 47%;
    left: 89px;
    display: flex;
    flex-direction: column;
}

.page-node-type-catalog-product-detail-pages .slick-dots {
    flex-direction: row;
    top: auto;
    left: 50%;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    padding: 0 !important;
    width: 100%;
}

.page-node-type-catalog-product-detail-pages #block-cooperstandard-content .slick-dots li + li {
    margin-top: 0;
}

.page-node-type-catalog-product-detail-pages .slick-dots button {
    top: 0;
}

.slick-dots li {
    float: none;
    margin: 0;
    height: 23px;
}

.slick-dots button {
    background-color: #6198c0;
    border: none;
    border-radius: 10px;
    width: 17px;
    height: 10px;
}

.slick-dots .slick-active button {
    width: 30px;
}

.slider-dot-num {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: calc(47% - 25px);
    left: 75px;
    color: white;
}

.slider .slide-text {
    left: 175px;
    top: 0;
    width: auto;
    flex: 0 1 45%;
}

.field--name-field-slider-title {
    font-size: clamp(30px, 5vw, 68px);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.path-frontpage .field--name-field-slider-title {
    font-size: clamp(30px, 7vw, 75px);
}

.path-frontpage .field--name-field-home-iti {
    position: relative;
    margin-top: -100px;
    padding-top: 100px;
    border-radius: 100px 0 0;
    display: none;
}

.field--name-field-slider-description {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    max-width: 77%;
    padding: 0 0 40px;
}

main[role="main"] .field--name-field-home-button > a,
.path-frontpage .field--name-field-home-button > a {
    background-color: #f0b310;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .143em;
    padding: 0 5em;
    height: 48px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

main[role="main"] .field--name-field-home-button > a:hover,
.path-frontpage .field--name-field-home-button > a:hover {
    background-color: #0063ab;
}

.content_page {
    font-size: 1.125rem;
    font-weight: 300;
    margin-top: 88px;
}

@keyframes arrow-bounce {
    0% { transform: translateY(-25px); opacity: 0 }
    50% { transform: translateY(0); opacity: 1 }
    100% { transform: translateY(-25px); opacity: 0 }
}

.bouncing-arrow {
    height: 30px;
    width: 50px;
    background-image: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px auto;
    position: absolute;
    z-index: 5;
    left: calc(50% - 25px);
    /* bottom: 33px; */
    top: calc(100vh - 63px);
    transform: translateY(-25px);
    opacity: 0;
    animation: 1.4s ease-in-out 3.5 forwards arrow-bounce;
}

/* home highlights section */
.field--name-field-highlights-paragraph {
    border-radius: 100px 0 0;
    position: relative;
    margin-top: -100px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 100px;
    max-height: 650px;
    background-image: url(../images/slice.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 64%;
    overflow: hidden;
}

.field--name-field-highlights-paragraph > .field__item {
    flex: 0 0 50%;
    /* max-height: 550px; */
    max-width: 740px;
    /* margin-top: 30px; */
}

.view-highlights-view > .view-content,
.view-highlights-isg-view > .view-content {
    max-height: 430px;
}

.view-highlights-isg-view {
    font-size: 1.125rem;
}

.view-highlights-view .slick-arrow,
.view-highlights-isg-view .slick-arrow {
    font-family: arrows;
    border: none;
    font-size: 26px;
    width: 50px;
    height: 50px;
    padding: 0;
}

.highlights-arrows {
    box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.15);
}

.view-highlights-view .slick-prev,
.view-highlights-isg-view .slick-prev,
.view-highlights-view .slick-next,
.view-highlights-isg-view .slick-next {
    transition: all 0.5s ease;
}

.view-highlights-view .slick-prev,
.view-highlights-isg-view .slick-prev {
    background-color: #f0b310;
    color: #fff;
}

.view-highlights-view .slick-next,
.view-highlights-isg-view .slick-next {
    background-color: #fff;
    color: #0c2153;
}

.view-highlights-view .slick-prev:hover,
.view-highlights-isg-view .slick-prev:hover,
.view-highlights-view .slick-next:hover,
.view-highlights-isg-view .slick-next:hover {
    background-color: #0063ab;
    color: #fff;
}
    
.view-highlights-view.view-display-id-block_1,
.view-highlights-isg-view.view-display-id-block_1,
.view-highlights-isg-view.view-display-id-block_3 {
    width: 95%;
    counter-reset: highlights 0;
}

.view-highlights-view.view-display-id-block_1 .view-header h2,
.view-highlights-isg-view.view-display-id-block_1 .view-header h2,
.view-highlights-isg-view.view-display-id-block_3 .view-header h2 {
    color: #0c2153;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0;
}

.view-highlights-view.view-display-id-block_1 .view-header h2::after {
    content: none;
}

.view-highlights-view.view-display-id-block_1 .view-header h1,
.view-highlights-isg-view.view-display-id-block_1 .view-header h1,
.view-highlights-isg-view.view-display-id-block_3 .view-header h1 {
    width: 75%;
    color: #0c2153;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin: 20px 0 10px;
    text-transform: none;
}

.view-highlights-view.view-display-id-block_1 .views-row,
.view-highlights-isg-view.view-display-id-block_1 .views-row {
    display: flex;
    padding-left: 1.75em;
    position: relative;
}

.view-highlights-view.view-display-id-block_1 .views-row::before,
.view-highlights-isg-view.view-display-id-block_1 .views-row::before {
    counter-increment: highlights;
    content: '0'counter(highlights);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.875;
    margin-right: .65em;
    min-width: 1.2em;
    text-align: right;
    position: absolute;
    left: 0;
    transition: transform .25s;
}

.view-highlights-view.view-display-id-block_1 .views-row.current::before,
.view-highlights-isg-view.view-display-id-block_1 .views-row.current::before,
.view-highlights-isg-view.view-display-id-block_3 .views-row.current::before {
    transform: scale(1.5);
}

.view-highlights-view.view-display-id-block_1 .views-field-title {
    font-size: 16px;
    line-height: 1.875;
}

.view-highlights-view.view-display-id-block_1 .views-row + .views-row,
.view-highlights-isg-view.view-display-id-block_1 .views-row + .views-row,
.view-highlights-isg-view.view-display-id-block_3 .views-row + .views-row {
    margin-top: 10px;
}

.view-highlights-view .view-footer,
.view-highlights-isg-view .view-footer {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -25px;
}


/* home tiles */
#home-tiles {
    display: flex;
    justify-content: space-between;
    height: 750px;
    background-color: #f4faff;
    padding: 25px 16px;
}

#home-tiles > div:first-child {
    width: calc(50% - 8px);
    position: relative;
    border-radius: 0 0 0 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#home-tiles.more-than-4-items > div:first-child {
    width: calc(50% - 4px);
    top: -2px;
}

.tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(50% - 8px);
}

.more-than-4-items .tile-group {
    width: calc(50% - 4px);
}

.tile-group > div {
    position: relative;
}

.tile-group > div:nth-child(1),
.tile-group > div:nth-child(2) {
    width: calc(50% - 4px);
    height: calc(50% - 4px);
}

.tile-group > div:nth-child(3) {
    width: 100%;
    height: calc(50% - 4px);
    align-self: flex-end;
}

.more-than-4-items .tile-group > div:nth-child(3) {
    align-self: unset;
}

.more-than-4-items .tile-group > div {
    width: calc(50% - 4px);
    height: calc(50% - 4px);
}

.more-than-4-items .tile-group > #home-tile-1,
.more-than-4-items .tile-group > #home-tile-6 {
    width: 100%;
}

.field--name-field-tile-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.field--name-field-tile-image img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.more-than-4-items #home-tile-1 .field--name-field-tile-image img {
    object-position: bottom;
}

.paragraph--type--home-link-tiles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tile-group .paragraph--type--home-link-tiles > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    text-decoration: none;
}

#home-tiles .field--name-field-tile-title {
    position: relative;
    z-index: 5;
    width: 50%;
    color: #fff;
    font-size: 58px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
    padding: 0;
    margin: 0;
}

#home-tile-1 .field--name-field-tile-title {
    min-width: 315px;
}

#home-tiles .field--name-field-tile-title::after {
    content: none;
}

#home-tiles .tile-group .field--name-field-tile-title {
    font-size: 35px;
    font-size: calc(7px + 1.7vw);
    line-height: 1.28;
    width: 75%;
}

#home-tiles .tile-group > div:last-child .field--name-field-tile-title {
    font-size: 58px;
    font-size: calc(13px + 2.7vw);
}

#home-tiles.more-than-4-items .tile-group > div:last-child .field--name-field-tile-title {
    font-size: 35px;
    font-size: calc(7px + 1.7vw);
}

/* #home-tile-2::after,
#home-tile-3::after, */
#home-tile-2 .field--name-field-tile-image::after,
#home-tile-3 .field--name-field-tile-image::after,
.more-than-4-items .field--name-field-tile-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, rgba(0, 99, 171, 0.45), rgba(0, 99, 171, 0.45));
}

.more-than-4-items #home-tile-1 .field--name-field-tile-image::after {
    background-image: unset;
}

.more-than-4-items #home-tile-6 .field--name-field-tile-image::after {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
}

.field--name-field-tile-link {
    position: relative;
    z-index: 10;
}

#home-tile-1 .field--name-field-tile-link a {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: url(../images/btn-bkg.jpg);
    padding: 1em 6em;
    background-size: cover;
    display: block;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease;
}

#home-tile-1 .field--name-field-tile-link a:hover {
    background: url(../images/btn-bkg-hover.jpg);
    background-size: cover;
}

.field--name-field-tile-blurb {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
    line-height: 1.875;
    color: #fff;
    width: 85%;
    margin: 1em 0 2.5em;
}

.tile-group .field--name-field-tile-link {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.more-than-4-items .tile-group .field--name-field-tile-link {
    right: unset;
    bottom: 40px;
}

.tile-group .field--name-field-tile-link a {
    font-family: arrows;
    text-decoration: none;
    color: #0c2153;
    font-size: 50px;
    font-weight: 900;
}

/* home news section */
.path-frontpage .home-news {
    background-color: #f4faff;
    background-image: url(../../images/News-PR_HQ_Image_Color.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    min-height: 650px;
    position: relative;
    z-index: 5;
}

.path-frontpage .home-news-header {
    position: absolute;
    left: 76px;
    top: 61px;
    width: 60%;
    max-width: 932px;
    min-height: 485px;
    background-color: #0063ab;
    border-radius: 0 72px 0 0;
    background-image: url(../images/earth-bkg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.news-header-content {
    /* width: 450px; */
    /* max-width: 450px; */
    width: 37%;
    margin: 40px 35px 0;
    position: relative;
    z-index: 10;
}

.news-header-content .news-rss-link {
    display: inline-block;
}

.news-rss-link img {
    width: 34px;
}

.news-header-content h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    margin: 30px 0 20px;
    padding: 0;
}

.news-header-content h2::after {
    content: none;
}

.news-header-content h1 {
    font-size: 48px;
    /* font-size: calc(14px + 1.7vw); */
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 40px;
}

.home-news-header .news-view-all,
.news-pr .news-view-all {
    background-color: #f0b310;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .143em;
    padding: 0 5.4em;
    height: 48px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all 0.5s ease;
}

.home-news-header .news-view-all:hover,
.news-pr .news-view-all:hover {
    background-color: #004272;
}

.news-pr .news-view-all {
    margin-top: 1.5em;
}

.home-news .press-releases.slick-slider {
    display: flex;
    justify-content: flex-end;
}

.home-news .slick-track {
    height: auto;
}

.home-news .slick-list {
    /* width: 65%; */
    width: 65%;
    margin: 157px 65px 0;
    z-index: 110;
}

.home-news .slick-slide {
    height: 300px;
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.press-pubdate {
    color: #f0b30f;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.press-pubdate::after {
    content: '';
    display: block;
    width: 75px;
    height: 6px;
    margin: 15px 0 10px;
    background-color: #0063ab;
}

.home-news .press-title a {
    color: #0c2153;
    text-decoration: none;
    line-height: 1.67;
    font-weight: 500;
    display: block;
}

.home-news-footer {
    display: flex;
    justify-content: flex-end;
    margin: 10px 83px 0 0;
    position: relative;
}

.home-news-footer .slick-arrow {
    border: none;
    font-family: arrows;
    font-size: 32px;
    width: 62px;
    height: 62px;
    padding: 0;
}

.home-news-footer .slick-prev {
    background-color: #f0b310;
    color: #fff;
}

.home-news-footer .slick-next {
    background-color: #fff;
    color: #0c2153;
}

/* footer nav */
footer {
    border: none;
    clear: both;
}

footer a:hover {
    color: #f0b30f;
}

footer nav li > ul {
    position: static;
    border: none;
}

footer nav li > ul > li a {
    max-width: none;
    color: #333;
    background-color: transparent;
    border: none;
    padding: 7px 20px 7px 30px;
}

footer nav li > ul > li a:hover {
    color: #333;
    background-color: transparent;
    text-decoration: none;
}

footer nav > ul {
    columns: 3;
    text-align: left;
}

footer nav ul ul ul > li a {
    border: none;
    font-size: inherit;
    padding: 0;
}

footer nav ul > li a:after,
footer nav ul > li:hover a:after {
    content: none;
}

footer nav a,
footer nav span {
    font-size: 14px;
    color: #333;
    display: block;
}

footer nav .main-menu-text {
    display: none;
}

footer nav .level-1 > .li > a,
footer nav .level-1 > .li > span {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}

footer nav .level-1 {
    columns: 3;
    text-align: left;
}

#block-mainnavigation-2 .level-1 {
    columns: 2;
}

#block-footeradded .level-1,
#block-cooperstandard-footeradded .level-1 {
    columns: 1;
}

footer nav .level-1 .li {
    break-inside: avoid;
}

footer nav .level-2 .li {
    margin: 0 0 14px 10px;
}

footer nav .regular-links {
    margin: 0 0 20px;
}

footer .region-footer {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(../images/earth-bkg-2.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    padding: 75px 0 0;
}

#block-copyrightcontent,
#block-cooperstandard-copyrightcontent {
    width: 100%;
    min-height: 100px;
    background-color: #f4faff;
    color: #333;
}

#block-mainnavigation-2 {
    margin-left: 12.5vw;
    margin-bottom: 4rem;
    width: 30%;
}

#block-mainnavigation-2 > ul > li > a {
    font-weight: 700;
    text-transform: none;
    padding-bottom: .25em;
    color: #333;
}

#block-mainnavigation-2 > ul > li > a:hover {
    text-decoration: none;
}

#block-mainnavigation-2 > ul > li {
    break-inside: avoid;
}

#block-footeradded,
#block-cooperstandard-footeradded {
    width: 14%;
    margin-right: auto;
}

.contact-message-footer-contact-form-form label,
#edit-field-company-type {
    color: #333;
}
#block-contactblock-2 .form-actions {
    position: static;
    background-color: transparent;
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
}

#edit-preview {
    display: none;
}

.contact-message-footer-contact-form-form [data-drupal-selector='edit-reset'] {
    display: none !important;
}

.contact-message-footer-contact-form-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}


#edit-field-footer-contact-email-0-value,
#edit-field-company-type,
#edit-field-company-type--2,
#edit-message-0-value,
#edit-message-0-value--2,
#edit-field-topic-of-inquiry,
#block-contactblock-3 input[type='text'],
#block-contactblock-3 input[type='email'],
#block-contactblock-3 input[type='tel'],
#block-contactblock-3 select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
}

#contact-message-footer-contact-form-form #edit-submit,
#block-contactblock-3 #edit-submit,
#block-getintouch a,
#block-cooperstandard-getintouch a,
#edit-submit--2,
.view-catalog-button {
    background-image: url(../images/btn-bkg.jpg);
    border: none;
    padding: 1em 3em;
    background-size: cover;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    height: 48px;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.view-catalog-button {
    color: white !important;
    padding: 1em 3em !important;
    font-size: 14px !important;
    position: relative;
    top: 1.25em;
}

/* don't need this in the footer */
footer .view-catalog-button {
    display: none;
}

#contact-message-footer-contact-form-form #edit-submit:hover,
#block-contactblock-3 #edit-submit:hover,
#block-getintouch a:hover,
#block-cooperstandard-getintouch a:hover,
#edit-submit--2:hover,
.view-catalog-button:hover {
    background: url(../images/btn-bkg-hover.jpg);
    background-size: cover;
}

.path-user #block-getintouch .field--name-body,
.path-user #block-cooperstandard-getintouch .field--name-body {
    padding: 0;
    margin-bottom: 0;
}

#block-getintouch a.only-if-interior-banner-content
#block-cooperstandard-getintouch a.only-if-interior-banner-content {
    display: none;
}

#block-contactblock-3 #edit-actions,
#edit-actions--2 {
    padding: 0;
    background-color: transparent;
}

#block-contactblock-3 .js-form-submit.button {
    background-color: #0063ab;
    border: none;
}

.block-content--get-in-touch {
    max-width: 400px;
    flex: 1 1 300px;
    padding: 50px 40px calc(40px - 2em);
    border-top-right-radius: 100px;
    background-color: #fafafa;
    box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.15);
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 12.5vw;
    margin-bottom: 4rem;
    text-align: left;
}

.block-content--get-in-touch > h2 {
    color: #0c2153;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin-bottom: 25px;
    line-height: 1;
}

.block-content--get-in-touch > h2:after {
    display: none;
}

#block-getintouch p,
#block-cooperstandard-getintouch p {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0;
    margin: 0 0 2em;
    color: #333;
    width: auto;
    line-height: 1.4;
}

.page-node-type-catalog-product-detail-pages .block-content--get-in-touch a {
    background-image: url(../images/btn-bkg.jpg);
    border: none;
    padding: 1em 3em;
    background-size: cover;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    height: 48px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.block-content--get-in-touch a:hover {
    color: #fff;
    text-decoration: none;
}

#block-contactblock-2 > h2::after {
    content: none;
}

.subfooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 1.5rem 75px;
    text-align: left;
    font-size: 14px;
}

.page-node-type-catalog-product-detail-pages .subfooter {
    font-weight: 400;
}

.subfooter .separator {
    width: 1px;
    height: 20px;
    background-color: #0063ab;
}

.subfooter a,
.subfooter a:hover {
    color: inherit;
}

.page-node-type-catalog-product-detail-pages .subfooter a {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.page-node-type-catalog-product-detail-pages .subfooter a:hover {
    text-decoration: underline;
}

.subfooter .mg-link {
    font-weight: 700;
    color: #0063ab;
}

.footer-logo img {
    width: 272px;
    /* max-width: 80%; */
}

.footer-address,
.footer-phone .phone,
.footer-phone .email {
    position: relative;
}

.footer-address::before {
    /* font-family: 'Font awesome 5 free solid 900', sans-serif;
    content: '\f3c5';
    color: #0063ab;
    position: absolute;
    left: -1.25em; */
}

.footer-address .phone::before {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    content: '\f095';
    color: #0063ab;
    margin-right: .5em;
}

.footer-phone .email::before {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    content: '\f0e0';
    color: #0063ab;
    position: absolute;
    left: -1.5em;
}

.footer-copyright strong {
    font-size: 120%;
    position: relative;
    top: .05em;
}

.view-highlights-view .slick-slide img {
    display: block;
    max-width: 90vw;
    object-fit: contain;
    object-position: center top;
    margin: 0 auto;
}


/* Press Releases page */
article[about='/press-releases'] .field--name-field-text-and-image {
    display: none;
}

.press-releases {
    /* max-width: 1460px;
    margin: 0 auto;
    padding: 0 30px;
    columns: 2;
    column-gap: 3vw; */
}

.press-item {
    margin: 0 0 1.5rem;
    break-inside: avoid;
}

.press-item h3 {
    padding: 0;
    margin-bottom: .5rem;
    text-transform: none;
    font-weight: 600;
}

.press-item h3 a {
    text-decoration: none;
}


/* Interior pages */
body:not(.path-frontpage) main.no-banner {
    margin-top: calc(var(--drupal-displace-offset-top, 79px) + 90px);
}

/* .no-interior-banner main {
    margin-top: 88px;
} */

/* .no-interior-banner main.no-banner {
    margin-top: 145px;
} */

/* .user-logged-in.no-interior-banner main.no-banner {
    margin-top: 66px;
} */

.no-interior-banner #block-breadcrumbs.breadcrumb-is-sticky {
    position: fixed;
    z-index: 5;
}

.no-interior-banner #main-content {
    position: relative;
    /* top: calc(var(--drupal-displace-offset-top, 0) + 9px); */
}

/* .no-interior-banner main.no-banner #main-content {
    top: calc(var(--drupal-displace-offset-top, 0) + 9px);
    padding-bottom: calc(var(--drupal-displace-offset-top, 0) + 9px);
} */

.interior-banner,
.basic-page-banner {
    position: relative;
}

.interior-banner::after,
.basic-page-banner::after {
    content: '';
    background-image: linear-gradient(180deg, #004f88, transparent 74%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.interior-banner-content {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 20px;
}

.interior-banner-heading {
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
    letter-spacing: 3px;
}

.interior-banner-buttons {
    display: flex;
    flex-direction: row;
}

.interior-banner-buttons > a {
    color: white !important;
    background-color: #eebb11;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    margin-right: 25px;
    padding: 15px 20px;
    transition: all 0.5s ease;
}

.interior-banner-buttons > a:last-child {
    margin-right: 0;
}

.interior-banner-buttons > a:hover {
    background-color: #b38c0d;
}

.interior-banner-buttons > a.interior-banner-call-button {
    display: none;
}

.page-node-type-interior-page .block-system-breadcrumb-block,
.page-node-type-landing-page-2020 .block-system-breadcrumb-block,
.page-node-type-page .block-system-breadcrumb-block,
.article .block-system-breadcrumb-block,
.product_detail .block-system-breadcrumb-block,
.page-node-type-blog-post .block-system-breadcrumb-block {
    font-size: 14px;
    background-color: #0063ab;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 11px 0;
    width: 100vw;
}

.page-node-type-interior-page .block-system-breadcrumb-block.breadcrumb-is-sticky,
.page-node-type-landing-page-2020 .block-system-breadcrumb-block.breadcrumb-is-sticky,
.page-node-type-page .block-system-breadcrumb-block.breadcrumb-is-sticky,
.article .block-system-breadcrumb-block.breadcrumb-is-sticky,
.product_detail .block-system-breadcrumb-block.breadcrumb-is-sticky,
.page-node-type-blog-post .block-system-breadcrumb-block.breadcrumb-is-sticky {
    position: fixed;
    z-index: 20;
}

main.no-banner .block-system-breadcrumb-block {
    position: fixed;
    z-index: 20;
    top: calc(var(--drupal-displace-offset-top, 79px) + 9px);
}

.user-logged-in main.no-banner .block-system-breadcrumb-block {
    top: calc(var(--drupal-displace-offset-top, 79px) + 88px);
}

.page-node-type-interior-page .breadcrumb,
.page-node-type-landing-page-2020 .breadcrumb,
.page-node-type-page .breadcrumb,
.article .breadcrumb,
.product_detail .breadcrumb,
.page-node-type-blog-post .breadcrumb {
    width: 1260px;
    margin: 0 auto;
    padding: 0;
}

.page-node-type-interior-page .breadcrumb a,
.page-node-type-landing-page-2020 .breadcrumb a,
.page-node-type-page .breadcrumb a,
.article .breadcrumb a,
.product_detail .breadcrumb a,
.page-node-type-blog-post .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.page-node-type-interior-page .breadcrumb li:not(:first-child):before,
.page-node-type-landing-page-2020 .breadcrumb li:not(:first-child):before,
.page-node-type-page .breadcrumb li:not(:first-child):before,
.article .breadcrumb li:not(:first-child):before,
.product_detail .breadcrumb li:not(:first-child):before,
.page-node-type-blog-post .breadcrumb li:not(:first-child):before {
    color: white;
    content: '>';
    margin: 0 .5em;
}

.page-node-type-interior-page .breadcrumb li:last-child,
.page-node-type-landing-page-2020 .breadcrumb li:last-child,
.page-node-type-page .breadcrumb li:last-child,
.product_detail .breadcrumb li:last-child,
.page-node-type-blog-post .breadcrumb li:last-child {
    font-weight: 700;
    color: #f0b310;
}

.node--type-home-page .contextual .trigger {
    position: relative !important;
}

article.node--type-interior-page,
article.node--type-landing-page-2020,
article.node--type-page,
article.node--type-article,
article.node--type-product-detail,
article.node--type-blog-post {
    max-width: 1260px;
    margin: 32px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

article.node--type-page {
    margin-top: 45px;
}

.interior-sidebar {
    width: 300px;
    float: left;
    margin-right: 60px;
}

.int-sidebar-nav {
    margin-bottom: 40px;
    padding: 10px 30px 30px;
    border-top: 8px solid #004f88;
    background-color: #f4faff;
}

.int-sidebar-content {
    margin-bottom: 40px;
    padding: 40px 30px 30px;
    border-top: 8px solid #004f88;
    background-color: #f4faff;
}

.interior-content,
.landing-page-2020-content,
.node--type-product-detail .node__content {
    /* flex: 0 1 calc(100% - 360px); */
    flex: 0 1 100%;
}

.node--type-product-detail .field--name-body img {
    width: 100%;
    margin: 0 0 15px;
}

/* .interior-content h1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #0c2153;
    border-bottom: 1px solid #989b9e;
    padding-bottom: 1em;
} */

.interior-content .field--name-body,
.node--type-product-detail .field--name-body {
    line-height: 1.5;
    margin: 4px 0 0;
}

.interior-banner img,
.basic-page-banner img {
    object-fit: cover;
    height: 348px;
    width: 100%;
}

.page-node-type-interior-page .field--name-body p {
    margin: 0 0 1em;
}

.page-node-type-interior-page .field--name-body ul {
    margin: 0 0 1em 2.75em;
}

.page-node-type-interior-page .field--name-body h2 + ul {
    margin-top: -1.5em;
}

.page-node-type-interior-page .field--name-body li + li {
    margin: .75em 0 0;
}


/* pages of content type Landing Page 2020 */
.node-179 .interior-banner img {
    /* object-position: center -394px; */
}

.landing-page-2020-content h1,
.interior-content h1,
.node--type-page h1,
.node--type-article h1,
.node--type-product-detail h1 {
    font-size: 35px;
    font-weight: 700;
    color: #0c2153;
    border-bottom: 1px solid #989b9e;
    padding-bottom: 0.5em;
    text-transform: none;
}

.article-content h1 {
    margin: 0 0 1.75rem;
    padding: 0 0 1.5rem;
}

.landing-page-2020-content h2,
.interior-content h2,
.node--type-product-detail .field--name-body h2 {
    margin: 35px 0;
    color: #f0b30f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.landing-page-2020-content .field--name-body {
    line-height: 1.5;
    margin: 0;
}

.landing-page-2020-content .field--name-body img {
    max-width: 100%;
}

.landing-page-2020-content .field--name-body a img {
    transition: all 0.5s ease;
}

.landing-page-2020-content p {
    margin: 0 0 2em;
}

.field--type-text-long img {
    max-width: 100%;
    height: auto;
}


#block-views-block-industries-listing-block-1 > h2,
.field--name-field-cs-underlined-title {
    font-size: 35px;
    font-weight: 700;
    color: #0c2153;
    border-bottom: 1px solid #989b9e;
    margin: 0 0 25px;
    padding: 0 0 20px;
    text-transform: none;
    line-height: 1.1;
}

.field--name-field-tt-title,
.compounding-solutions-group .field--name-field-group-title {
    font-size: 35px;
    font-weight: 700;
    color: #0c2153;
    margin: 0 0 15px;
    padding: 0;
}

.sidenav,
.sidenav ul {
    list-style: none;
}

.sidenav-head {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 5px;
    border-bottom: 1px solid #989b9e;
    margin: 0 0 15px;
}

.sidenav ul ul {
    display: none;
    margin: 0 0 0 10px;
}

.sidenav ul .active-trail ul {
    display: block;
}

.sidenav .active > a {
    color: #f0b30f;
    font-weight: 500;
}

.active .sidenav-head {
    color: #f0b30f;
    font-weight: 600;
}

.sidenav li a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
    display: block;
    line-height: 1.111;
}

.sidenav li a:hover {
    font-weight: 600;
}

.sidenav ul ul a {
    font-size: 16px;
}

.sidenav ul ul li {
    margin: 15px 0 0;
}

.sidenav > li > ul > li + li {
    margin: 15px 0 0;
}

.sidenav > li > ul > li.active > a {
    font-weight: 600;
}


/* Global Leadership Team page */
.view-team-members .view-content,
.view-board-of-directors .view-content {
    display: grid;
    justify-content: space-between;
    max-width: 1260px;
    margin: 45px auto 0;
    grid-template-columns: repeat(4, 200px);
}

.views-field-field-team-image {
    margin: 0 0 10px;
    padding: 0 0 20px;
    border-bottom: 1px solid #f0b30f;
}

.views-field-field-team-image img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    object-position: center top;
}

.view-team-members .views-row,
.view-board-of-directors .views-row {
    margin: 0 0 25px;
}

.view-team-members .views-field-title,
.view-board-of-directors .views-field-title {
    font-weight: 600;
}

.view-team-members .views-field-body,
.view-board-of-directors .views-field-body {
    display: none;
    padding: 30px;
}

.view-team-members .views-field-body.shown,
.view-board-of-directors .views-field-body.shown {
    display: flex;
    position: fixed;
    top: 88px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 700;
}

.view-team-members .views-field-body > .field-content,
.view-board-of-directors .views-field-body > .field-content {
    width: 80%;
    max-width: 800px;
    max-height: calc(90vh - 88px);
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    position: relative;
    display: flex;
    line-height: 1.875;
}

.view-team-members .views-field-body > .field-content > div:nth-child(2),
.view-board-of-directors .views-field-body > .field-content > div:nth-child(2) {
    overflow-y: auto;
}

.views-field-field-team-job-title {
    font-size: 12px;
    margin: 5px 0 8px;
}

.views-field-field-team-lightbox-trigger {
    font-size: 12px;
    color: #004f88;
    cursor: pointer;
}

.lightbox-shade {
    display: none;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 600;
}

.lightbox-shade.shown {
    display: block;
}

.close-trigger {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    border: 1px solid;
}

.close-trigger span {
    display: none;
}

.close-trigger::before {
    content: '\f057';
    font-family: 'Font awesome 5 free 400', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.clone-img {
    margin: 0 35px 0 0;
}

.clone-img img {
    width: 200px;
    height: 300px;
    max-height: 52vh;
    object-fit: cover;
}

.clone-name {
    color: #0c2153;
    font-weight: 700;
    font-size: 20px;
    margin: -8px 0 0;
}

.clone-job-title {
    font-size: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0b30f;
    margin: -5px 0 20px;
}

/* Global Leadership Team (2022 overrides) */
.view-team-members.view-display-id-block_2 .view-content, .view-board-of-directors.view-display-id-block_2 .view-content {
    justify-content: start;
    grid-template-columns: repeat(3, 33.33%);
}

.view-team-members.view-display-id-block_2 .views-row, .view-board-of-directors.view-display-id-block_2 .views-row {
    margin-bottom: 25px;
    width: 90%;
}

.view-team-members.view-display-id-block_2 .views-field-field-team-image, .view-board-of-directors.view-display-id-block_2 .views-field-field-team-image {
    display: none;
}

.view-team-members.view-display-id-block_2 .views-field-field-team-image-page, .view-board-of-directors.view-display-id-block_2 .views-field-field-team-image-page {
    border-bottom: none;
    padding-bottom: 15px;
}

.view-team-members.view-display-id-block_2 .views-field-field-team-image-page img, .view-board-of-directors.view-display-id-block_2 .views-field-field-team-image-page img {
    width: 100%;
    height: 225px;
    object-fit: contain;
    /* object-position: center top; */
}

.view-team-members.view-display-id-block_2 .views-field-title, .view-board-of-directors.view-display-id-block_2 .views-field-title {
    font-size: 1.5em;
    font-weight: bold;
    color: #10255d;
}

.view-team-members.view-display-id-block_2 .views-field-field-team-job-title, .view-board-of-directors.view-display-id-block_2 .views-field-field-team-job-title {
    font-weight: 400;
    font-size: 14px;
}

.view-team-members.view-display-id-block_2 .views-field-field-team-lightbox-trigger, .view-board-of-directors.view-display-id-block_2 .views-field-field-team-lightbox-trigger {
    text-decoration: underline;
}

.view-team-members.view-display-id-block_2 .views-field-body > .field-content-container, .view-board-of-directors.view-display-id-block_2 .views-field-body > .field-content-container {
    max-height: 70%;
    width: 65%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    background: #fff;
}

.view-team-members.view-display-id-block_2 .views-field-body > .field-content-container > .field-content, .view-board-of-directors.view-display-id-block_2 .views-field-body > .field-content-container > .field-content {
    display: block;
    overflow-y: auto;
    margin-left: 30px;
}

.view-team-members.view-display-id-block_2 .views-field-body > .field-content-container > .field-content > div:nth-child(2), .view-board-of-directors.view-display-id-block_2 .views-field-body > .field-content-container > .field-content > div:nth-child(2) {
    overflow-y: unset;
}

.view-team-members.view-display-id-block_2 .views-field-body > .field-content-container > .field-content > div:nth-child(2) p, .view-board-of-directors.view-display-id-block_2 .views-field-body > .field-content-container > .field-content > div:nth-child(2) p {
    line-height: 1.75em;
    font-size: 15px;
}

.view-team-members.view-display-id-block_2 .clone-img, .view-board-of-directors.view-display-id-block_2 .clone-img {
    float: right;
    margin: 10px 15px 0 5%;
    padding: 0;
}

.view-team-members.view-display-id-block_2 .clone-img img, .view-board-of-directors.view-display-id-block_2 .clone-img img {
    width: 45vh;
    height: 60vh;
    max-height: 100%;
}

.view-team-members.view-display-id-block_2 .clone-name, .view-board-of-directors.view-display-id-block_2 .clone-name {
    font-size: 28px;
    margin: 0;
    line-height: 1.25em;
    color: #2c5482;
}

.view-team-members.view-display-id-block_2 .clone-job-title, .view-board-of-directors.view-display-id-block_2 .clone-job-title {
    border-bottom: none;
    font-size: 18px;
    line-height: 1.25em;
    margin: 0;
    padding-bottom: 10px;
    color: #2c5482;
}

.view-team-members.view-display-id-block_2 .close-trigger-container, .view-board-of-directors.view-display-id-block_2 .close-trigger-container {
    margin-right: auto;
    position: relative;
    top: -7%;
    right: -2%;
}

.view-team-members.view-display-id-block_2 .close-trigger, .view-board-of-directors.view-display-id-block_2 .close-trigger {
    position: static;
    display: block;
    /* color: #ccc;
    width: 50px;
    height: 50px;
    border-radius: 25px; */
    border: none;
}

.view-team-members.view-display-id-block_2 .close-trigger::before, .view-board-of-directors.view-display-id-block_2 .close-trigger::before {
    /* font-weight: 100;
    font-size: 40px;
    line-height: 40px;
    position: relative;
    top: 10%;
    left: 10%; */
}

/* Locations page */
#block-views-block-locations-block-1 {
    margin: 30px 0 0;
}

.view-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.view-locations .view-header {
    width: 100%;
}

.view-locations .view-filters,
.view-locations .pager {
    margin: 0 0 .5em;
}

.view-locations .view-content {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.view-locations .views-row {
    font-size: 14px;
    margin: 0 0 1.25rem;
    padding: 25px;
    border: 1px solid #0063ab;
    background-color: #f4faff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
    flex: 0 0 49%;
}

.view-locations .views-field-title {
    color: #004f88;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 15px;
    padding: 0 0 10px;
    border-bottom: 1px solid #004f88;
}

.view-locations .views-label {
    font-weight: 700;
    color: #004f88;
}

.view-locations .field-content {
    display: inline;
}

.view-locations .views-field + .views-field {
    margin: 1em 0 0;
}

.view-locations .pager__items {
    display: flex;
    margin: 0 0 0 1em;
}

#block-cooperstandard-content .view-locations .pager__item {
    margin: 0 .2em;
}

.view-locations .pager__item a {
    text-decoration: none;
    /* display: table-cell; */
    color: #424242;
}

.view-locations .pager__item.is-active {
    background-color: #ddd;
    font-weight: 400;
    margin-top: .5em;
}

.view-locations .pager-lower {
    display: flex;
    justify-content: center;
    width: 100%;
}

.view-locations .pager-lower .pager__items {
    margin: 0;
}

.filter-prompt {
    font-size: 14px;
    margin: 0 0 1em;
}

#views-exposed-form-locations-block-1 .form--inline {
    display: flex;
    align-items: flex-end;
}

#views-exposed-form-locations-block-1 .form-item {
    margin: 0 15px 0 0;
}

#views-exposed-form-locations-block-1 label {
    display: block;
    font-size: 14px;
    margin: 0 0 6px;
}

#views-exposed-form-locations-block-1 select {
    font-size: 12px;
    background-color: #f3f3f3;
    padding: .4em .6em;
    border: 1px solid #ccc;
}

#views-exposed-form-locations-block-1 .form-actions {
    margin: 0;
    padding: 0;
    background-color: transparent;
}

#views-exposed-form-locations-block-1 .form-submit {
    font-size: 14px;
    text-transform: none;
    background-color: #f0b30f;
    color: #fff;
    border: none;
    padding: .75em 1em;
    margin: 0 5px;
}

/* Press Releases page */
.node-263 .view-header {
    display: none;
}

.view-news2 .aggregator-feed > h2,
.view-news2 .field--name-fid,
.view-news2 .field--name-timestamp,
.view-news2 .field--name-author,
.view-news2 .field--name-checked,
.view-news2 .feed-description,
.view-news2 .field--name-link,
.view-news2 .feed-icon {
    display: none;
}

.view-news2 .aggregator-item + .aggregator-item {
    margin: 1em 0 0;
}

#block-views-block-news2-block-1-2 {
    margin: 20px 0 0;
}

.view-news2 .item-description {
    display: inline;
}

.view-news2 .aggregator-item::after {
    content: '\2026';
}

/* landing page (example: Industries */
.paragraph--type--title-text {
    margin: 0 0 35px;
}

.field--name-field-tt-text,
.view-industries-listing .view-header {
    line-height: 1.875;
    font-weight: 500;
}

.field--name-field-itdl-ref {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.field--name-field-itdl-ref > .field__item {
    margin: 0 0 60px;
}

.field--name-field-itdl-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin: 1.25em 0 .5em;
    border-bottom: 1px solid #989b9e;
    padding: 0 0 .875em;
}

.field--name-field-itdl-desc {
    line-height: 1.5;
    font-weight: 300;
}

.field--name-field-itdl-desc ul {
    padding-left: 20px;
}

div.field--name-field-itdl-link a,
.paragraph--type--just-a-button-with-text a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    padding: 15px 20px;
    margin: 1.333em 0 0;
    background-image: url(../../images/btn-bkg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

div.field--name-field-itdl-link a:hover,
.paragraph--type--just-a-button-with-text a:hover {
    background-image: url(../images/btn-bkg-hover.jpg);
    background-size: cover;
}

.two-col-itdl .field--name-field-group-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.two-col-itdl .field__item.image_title_description_link {
    flex: 0 1 48%;
    margin: 0 0 2rem;
}

.field--name-field-itdl-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Basic Pages */
.node--type-page h1 {
    margin-bottom: 25px;
    padding: 0 0 .65em;
}

.node--type-page .field--name-body h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.625;
    margin: 0 0 28px;
}

.node--type-page .field--name-body p {
    font-weight: 300;
    line-height: 1.625;
}

.node--type-page .field--name-body p + p {
    margin: 28px 0 0;
}

.node--type-page .field--name-body p a {
    color: #f0b30f;
}

.node--type-page .field--name-body .align-right,
.node--type-article .field--name-body .align-right {
    margin: 0 0 2rem 2rem;
}


/* Product Details page */
.node--type-product-detail h1 {
    text-transform: uppercase;
    padding-bottom: 30px;
}

.node--type-product-detail .field--name-body h2 {
    margin-bottom: 20px;
}

article.node--type-product-detail {
    margin-bottom: 40px;
}

.features-target {
    background-color: #f4faff;
    padding: 40px;
}

.features-target-fields,
.flyer-datasheet-fields {
    display: flex;
    justify-content: space-between;
    max-width: 1260px;
    margin: 0 auto;
}

.features-target-fields > .field,
.flyer-datasheet-fields > div {
    flex: 0 1 48%;
}

.features-target-fields .field__label,
.features-target-fields h3 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #989b9e;
}

.features-target-fields .field__item {
    font-weight: 300;
    line-height: 1.5;
}

.features-target ul {
    margin: 0 0 0 2.5em;
}

.features-target li + li {
    margin: 10px 0 0;
}

.flyer-datasheet {
    padding: 45px;
}

.flyer-datasheet h2 {
    font-size: 35px;
    max-width: 1260px;
    margin: 0 auto 70px;
}

.flyer-datasheet-fields img {
    width: 100%;
    height: 231px;
    object-fit: cover;
}

div.field--name-field-product-flyer a,
div.field--name-field-product-datasheet a {
    background-color: #f0b310;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .143em;
    padding: 0 1.25em;
    height: 48px;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
}

.flyer-datasheet .file {
    background-image: none;
    padding: 0;
    margin: 20px 0 0;
}


/* Product Category page */
.product-listing-block,
#block-views-block-top-materials-of-choice-block-1,
#block-views-block-industries-listing-block-1 {
    max-width: 1260px;
    margin: 0 auto;
}

.product-listing .view-content,
.view-top-materials-of-choice .view-content,
.view-industries-listing .view-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.75%;
}

.product-listing .views-row {
    flex: 0 1 23.5%;
    margin: 0 .75% 30px;
}

.view-window-door-sealing-products .views-row {
    flex: 0 1 31.833%;
    margin: 0 .75% 30px;
}

.view-top-materials-of-choice .views-row {
    flex: 0 1 31%;
    margin: 0 1% 30px;
}

.product-listing .views-row p,
.view-top-materials-of-choice .views-row p {
    font-weight: 300;
    line-height: 1.5;
}

.view-aviation-flooring-products .views-row a,
.view-top-materials-of-choice .views-row a {
    font-weight: 700;
    margin: 10px 0 0;
    display: block;
}

.views-field-field-product-thumbnail img {
    height: 200px;
    object-fit: cover;
}

.thumb-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    position: relative;
    margin: 0 0 15px;
    padding: 1em;
}

.thumb-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.thumb-title h3 {
    font-size: 20px;
    /* text-transform: uppercase; */
    color: #fff;
    position: relative;
    text-align: center;
}

article[about='/industries/aerospace/aviation-flooring'],
article[about='/custom-rubber-plastic-extrusions'] {
    margin-bottom: 35px;
}

.product-listing-block h2 {
    font-size: 35px;
    margin: 0 0 35px;
}

.product-listing-block > h2 {
    border-bottom: 1px solid;
    padding: 0 0 20px;
    margin: 0 0 60px;
}

#block-views-block-top-materials-of-choice-block-1 h2 {
    font-size: 35px;
    margin: 45px 0 10px;
}

.paragraph--type--title-subtitle-text {
    width: 1260px;
}

.field--name-field-tst-title {
    font-size: 35px;
    font-weight: 700;
    margin: 45px 0 0;
}

.field--name-field-tst-subtitle {
    color: #f0b30f;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 20px 0;
}

.field--name-field-tst-text {
    font-weight: 500;
    line-height: 1.875;
}

.view-top-materials-of-choice .view-header {
    font-weight: 500;
    line-height: 1.875;
    margin: 0 0 20px;
}

#block-views-block-regional-aviation-distributors-block-1 {
    max-width: 1260px;
    margin: 50px auto;
}

#block-views-block-regional-aviation-distributors-block-1 h2,
.block-views-blockregional-aviation-distributors-block-1 h2 {
    font-size: 35px;
    margin: 0 0 40px;
    text-align: center;
}

.view-regional-aviation-distributors .view-content {
    display: flex;
    justify-content: space-between;
}

.view-regional-aviation-distributors .views-row {
    border: 1px solid #0063ab;
    background-color: #f4faff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
    width: 23%;
    padding: 15px 15px 30px;
    font-size: 14px;
}

.view-regional-aviation-distributors .views-field + .views-field {
    margin: 5px 0 0;
}

.view-regional-aviation-distributors .views-field-title {
    color: #004f88;
    font-size: 22px;
    font-weight: 700;
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #004f88;
}

.views-field-field-distrib-company,
.view-regional-aviation-distributors .views-label {
    font-weight: 700;
    color: #004f88;
}

.views-field-field-distrib-email .field-content {
    overflow-wrap: break-word;
}

#block-views-block-our-innovation-block-1 {
    max-width: 1260px;
    margin: 25px auto 90px;
}

.view-our-innovation .view-header h2 {
    font-size: 35px;
    color: #0c2153;
}

.view-our-innovation .view-header h3 {
    color: #f0b30f;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 1.5em 0 1.25em;
}

.view-our-innovation .view-header p {
    line-height: 1.875;
    font-weight: 500;
    margin: 0 0 1.5em;
}

.view-our-innovation .view-content {
    display: flex;
    justify-content: space-between;
}

.view-our-innovation .views-row {
    width: 32%;
}

.views-field-field-our-innovation-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.views-field-field-our-innovation-image .field-content {
    position: relative;
}

.views-field-field-our-innovation-image .field-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.view-our-innovation .views-field-title {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0 10px;
}


/* Contact Us page */
.node-289 .hbspt-form {
    padding: 40px;
    margin-top: -35px;
    border-top-right-radius: 100px;
    background-color: #fafafa;
    box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

.hbspt-form h2 {
    color: #0c2153;
    font-size: 48px;
    margin: 15px 0 10px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.hbspt-form h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0c2153;
}

.hs-richtext {
    font-weight: 400;
}

.hs-form-required {
    color: #e00;
}

.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=tel],
.hbspt-form select,
.hbspt-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
}

.hbspt-form input[type=file] {
    font-weight: 400;
}

.hs-form-field {
    margin: 1em 0;
}

.hs-button[type=submit] {
    background-image: url(../images/btn-bkg.jpg);
    border: none;
    padding: 1em 3em;
    background-size: cover;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    height: 48px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.hs-button[type=submit]:hover {
    background: url(../images/btn-bkg-hover.jpg);
    background-size: cover;
}

#block-contactblock-3 {
    /* width: 900px; */
    /* margin: 0 calc((100% - 1260px) / 2) 4rem auto; */
    padding: 40px;
    border-top-right-radius: 100px;
    background-color: #fafafa;
    box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

#block-contactblock-3 h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0c2153;
}

#block-contactblock-3 h2 {
    color: #0c2153;
    font-size: 48px;
    margin: 15px 0 10px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

#block-contactblock-3 label {
    font-weight: 500;
    margin: 0 0 10px;
    display: block;
}

#edit-preview--2,
#edit-preview--3 {
    display: none;
}

.resume-note,
#block-contactblock-3 .resume-note a {
    color: #f0b30f;
    text-decoration: underline;
}

#block-views-block-region-hq-block-1 {
    max-width: 1260px;
    margin: 0 auto;
}

.view-region-hq .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin-left: auto;
}

.view-region-hq .views-row {
    width: 48%;
    margin: 0 0 45px;
    line-height: 1.75;
    font-weight: 300;
}

.view-region-hq .views-row h2 {
    font-size: 22px;
    padding: 0 0 7px;
    margin: 0 0 7px;
    border-bottom: 1px solid #989b9e;
}

.view-region-hq .views-row h3 {
    font-size: 16px;
    margin: .75em 0 .25em;
}

.view-region-hq .views-row h3::before {
    content: '\f3c5';
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    color: #0063ab;
    margin-right: .5em;
}


/* Interior page (Our Culture) */
.icons-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 50px;
}


/* Aerospace page */
.full-width {
    width: 100%;
}

#block-enclosures {
    width: 1260px;
    margin: 50px auto 75px;
}

#block-enclosures h2,
#block-aviationflooring h2 {
    font-size: 35px;
    margin: 0 0 15px;
}

#block-enclosures .field--name-body > p,
#block-aviationflooring .field--name-body > p {
    line-height: 1.875;
    font-weight: 500;
}

#block-enclosures .btn,
#block-aviationflooring .btn,
.view-industries-listing .views-field-field-industry-link a,
.paragraph .btn {
    background-color: #f0b310;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 10px 20px;
    height: 48px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.node-188 .node--type-landing-page-2020 {
    margin-bottom: 0;
}

.node-188 .field--name-field-itdl-ref {
    display: flex;
    justify-content: space-between;
}

#block-aviationflooring {
    width: 1260px;
    margin: 0 auto;
}

#block-aviationflooring .field__items {
    display: flex;
    justify-content: space-between;
}

.node-188 .field--name-field-itdl-ref {
    margin: 50px 0 0;
}

#block-aviationflooring .field__items > .field__item,
.node-188 .field--name-field-itdl2-ref > .field__item,
.node-188 .field--name-field-itdl-ref > .field__item {
    flex: 0 1 32%;
    margin: 0 0 37px;
}

.node-188 .field--name-field-itdl2-image,
.node-188 .field--name-field-itdl-image {
    position: relative;
}

.node-188 .field--name-field-itdl2-image::after,
.node-188 .field--name-field-itdl-image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.node-188 .field--name-field-itdl2-image img,
.node-188 .field--name-field-itdl-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.node-188 .field--name-field-itdl2-title,
.node-188 .field--name-field-itdl-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -112px;
    color: #fff;
    margin: 0;
}

.node-188 .field--name-field-itdl2-description,
.node-188 .field--name-field-itdl-desc {
    margin: -.75em 0 .5em;
    font-weight: 300;
    line-height: 1.5;
}

.node-188 .field--name-field-itdl2-link a,
.node-188 .field--name-field-itdl-link a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: underline;
    background-color: transparent;
    color: #004f88;
    padding: 0;
    margin: 0;
}

.block-content--materials-science {
    width: 1260px;
    height: 325px;
    margin: 0 auto;
    padding: 0 75px;
    border-radius: 0 100px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mat-sci {
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 50px auto;
}

.block-content--materials-science .field--name-field-basic-block-image,
.mat-sci .field--name-field-bkg-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 100px;
    overflow: hidden;
}

.block-content--materials-science .field--name-field-basic-block-image img,
.mat-sci .field--name-field-bkg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mat-sci .field--name-field-foreground-text {
    padding: 50px 75px;
}

.block-content--materials-science h2,
.mat-sci .field--name-field-foreground-text h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
    margin: 0 0 12px;
}

.block-content--materials-science .field--name-body p:first-child,
.mat-sci .field--name-field-foreground-text p {
    color:#fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
    margin: 0 0 30px;
    line-height: 1.875;
}

.mat-sci .field--name-field-foreground-text p + p {
    margin-top: 2.25em;
    margin-bottom: 0;
}

div.block-content--materials-science a,
.mat-sci .field--name-field-foreground-text p a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 231px;
    height: 38px;
    position: relative;
    background: rgba(0, 0, 0, 0) url(../images/btn-bkg.jpg);
    padding: .4em 1em;
    background-size: cover;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.5s ease;
}

div.block-content--materials-science a:hover,
.mat-sci .field--name-field-foreground-text p a:hover {
    width: 255px;
    height: 45px;
}

div.block-content--materials-science a:before,
.mat-sci .field--name-field-foreground-text p a:before {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: inherit;
    content: ' ';
}

div.field__item.regional-aviation {
    margin: 50px auto 35px;
}

.title-over-image-group .field--name-field-group-item {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -1% 0;
}

.title-over-image-group .field--name-field-group-item > .field__item {
    flex: 0 1 31.333%;
    margin: 0 1% 37px;
}

.title-over-image-group.two-column .field--name-field-group-item > .field__item {
    flex: 0 1 48%;
}

.title-over-image-group.two-column .field--name-field-group-item > .field__item.cs_three_column {
    flex-basis: 98%;
}

.rubbers-group .field--name-field-group-item > .field__item {
    /* flex: 0 1 29%;
    margin: 0 0 37px; */
}

.title-over-image-group .field--name-field-image-under-title img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.5s ease;
}

.title-over-image-group .field--name-field-image-under-title {
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
}

.title-over-image-group .field--name-field-image-under-title.hovered {
    width: 103%;
    height: 103%;
}

.title-over-image-group .field--name-field-image-under-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.title-over-image-group .field--name-field-title-over-image {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    /* top: calc(50% - 12px); */
    color: #fff;
    margin: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.title-over-image-group .field--name-field-title-over-image.hovered {
    background-color: rgba(0, 99, 171, 0.75);
    width: 103%;
    height: 103%;
}

.title-over-image-group .field--name-field_title_over_image_url {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title-over-image-group .field--name-field-group-title {
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #0c2153;
}

.title-over-image-group .field--name-field-group-description {
    line-height: 1.875;
    font-weight: 500;
}

.title-over-image-group .field--name-field-description p:first-child {
    margin: .75em 0 0;
    font-weight: 300;
    line-height: 1.5;
}

.title-over-image-group .field--name-field-description a {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: underline;
    background-color: transparent;
    color: #004f88;
    padding: 0;
    margin: 0;
}

.paragraph--type--group-wrapper {
    margin: 0 auto;
    max-width: 1260px;
}


.paragraph--type--cs-two-column .field--name-field-columns,
.paragraph--type--cs-three-column .field--name-field-columns-3 {
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    line-height: 1.5;
}

.paragraph--type--cs-two-column .field--name-field-columns > .field__item {
    flex: 0 1 48%;
}

.paragraph--type--cs-three-column .field--name-field-columns-3 > .field__item {
    flex: 0 1 33.33%;
    margin-right: 2%;
}

.paragraph--type--cs-three-column .field--name-field-columns-3 > .field__item:last-child {
    margin-right: 0;
}

.field--name-field-two-column-title,
.field--name-field-three-column-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.66;
    color: #0c2153;
}

.field--name-field-two-column-description,
.field--name-field-three-column-description {
    font-weight: 500;
    line-height: 1.875;
    margin: 0;
}

.paragraph--type--cs-two-column h3,
.paragraph--type--cs-three-column h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}

.paragraph--type--cs-two-column ul,
.paragraph--type--cs-three-column ul {
    padding-left: 1.25em;
}

/* .paragraph--type--cs-two-column .field__item + .field__item,
.paragraph--type--cs-three-column .field__item + .field__item {
    margin-left: 2em;
} */

.paragraph--type--cs-side-title-2-images {
    padding: 45px 0;
    max-width: 1260px;
    /* margin: 0 calc((100vw - 1260px) / 2 - 8px); */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.field--name-field-paragraphs-content > .field__item {
    max-width: 1260px;
    margin: 0 auto;
}

.field--name-field-paragraphs-content > .field__item.group_wrapper.title-over-image-group {
    margin-bottom: 40px;
}

.field__item.cs_side_title_2_images {
    width: calc(100vw - (100vw - 100%));
    background-color: #f4faff;
    max-width: none;
}

.field--name-field-side-title {
    font-size: 35px;
    font-weight: 700;
}

.field--name-field-image-text-box {
    display: flex;
    justify-content: space-between;
    flex: 0 1 65%;
}

.field--name-field-image-text-box .cs_image_text {
    flex: 0 1 45%;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    max-width: 350px;
    font-weight: 300;
    line-height: 1.5;
}

.field--name-field-image-text-box .cs_image_text img {
    width: 310px;
    height: 200px;
    object-fit: contain;
}

.field__item.cs_underlined_title,
.field__item.cs_two_column {
    margin: 35px auto 0;
}

.dense-elastomer-properties .field--name-field-group-item {
    display: flex;
    justify-content: space-between;
}

.dense-elastomer-properties .field__item.pdf {
    flex: 0 1 24%;
}

.dense-elastomer-properties .field--name-field-group-title {
    font-size: 35px;
    font-weight: 700;
    color: #0c2153;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #989b9e;
}

.media-library-item__name p {
    font-weight: 300;
    line-height: 1.5;
    margin: 15px 0 10px;
}

div.media-library-item__name > a {
    color: #004f88;
    font-weight: 700;
}

div.media-library-item__name > a::before {
    content: '\f1c1';
    font-family: 'Font awesome 5 free 400', sans-serif;
    margin-right: .5em;
}

.field--name-field-pdf-file .media-library-item__preview img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.field--name-field-pdf-file .media-library-item__preview::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.media-library-item__preview {
    position: relative;
}

.media-library-item__preview h3 {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 5;
    font-size: 20px;
}

.materials-science-group .field--name-field-group-item {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}

.materials-science-group .field--name-field-group-title {
    font-size: 35px;
    font-weight: 700;
    color: #0c2153;
    margin: 0 0 15px;
}

.materials-science-group .title_text_link {
    flex: 0 1 32%;
    font-weight: 300;
    line-height: 1.5;
}

.two-col-wrap .field--name-field-group-item {
    flex-wrap: wrap;
}

.two-col-wrap .title_text_link {
    flex: 0 1 48%;
    margin-bottom: 1rem;
}

.materials-science-group .field--name-field-ttl-title {
    font-size: 22px;
    font-weight: 600;
}

.materials-science-group .field--name-field-ttl-button {
    margin: 10px 0 0;
}

.two-videos {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}

.two-videos .video-wrap {
    flex: 0 1 48%;
    padding-bottom: 27%;
    position: relative;
}

.two-videos .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.paragraph.take-a-look {
    font-weight: 500;
    line-height: 1.875;
}

.group_wrapper.news-pr {
    width: calc(100vw - (100vw - 100%));
    max-width: none;
    background-color: #f4faff;
}

.paragraph.news-pr {
    padding: 40px 0 65px;
    margin: 65px auto 0;
}

.news-pr .field--name-field-group-title {
    font-size: 35px;
    font-weight: 700;
    color: #0c2153;
    border-bottom: 1px solid #989b9e;
    margin: 0 0 25px;
    padding: 0 0 20px;
}

.news-pr .field--name-field-group-item {
    display: flex;
    justify-content: space-between;
}

.news-pr .title_text_link {
    flex: 0 1 32%;
    background-color: #fff;
    padding: 30px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.35);
}

.news-pr .field--name-field-ttl-title {
    color: #f0b30f;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.news-pr .field--name-field-ttl-title::after {
    content: '';
    display: block;
    width: 75px;
    height: 6px;
    margin: 15px 0 10px;
    background-color: #0063ab;
}

.news-pr .field--name-field-ttl-text {
    color: #0c2153;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.67;
}

.news-pr .paragraph--type--title-text-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-pr .field--name-field-ttl-button {
    margin: 2em 0 0;
}



/* Industries landing page */
.view-industries-listing .views-row {
    flex: 0 1 48.5%;
    margin: 0 .75% 60px;
}

.view-industries-listing .views-row img {
    width: 100%;
    object-fit: cover;
}

.view-industries-listing .view-header {
    margin-bottom: 35px;
}

.view-industries-listing .views-field-name {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.views-field-field-industry-link {
    margin: 10px 0 0;
}

#block-views-block-news2-block-2 {
    max-width: 1260px;
    margin: 0 auto;
}

#block-views-block-news2-block-2 .view-header h2 {
    font-size: 35px;
    color: #0c2153;
    padding: 0 0 20px;
    border-bottom: 1px solid #989b9e;
    margin: 25px 0;
}

#block-views-block-news2-block-2 .aggregator-feed {
    display: flex;
    justify-content: space-between;
}

#block-views-block-news2-block-2 .aggregator-item {
    display: none;
    flex: 0 0 49%;
    margin: 0;
    border: 1px solid #0063ab;
    padding: 25px 20px 20px;
}

#block-views-block-news2-block-2 .aggregator-item:nth-of-type(1),
#block-views-block-news2-block-2 .aggregator-item:nth-of-type(2) {
    display: block;
}

#block-views-block-news2-block-2 .feed-item-title a {
    color: #333;
    text-decoration: none;
}

#block-views-block-news2-block-2 .item-description {
    font-weight: 300;
    line-height: 1.5;
    display: block;
    margin: 15px 0 0;
}


/* Lighting Sealing Solutions page */
#block-views-block-lighting-sealing-products-block-1 {
    margin: 0 auto 60px;
}

.view-lighting-sealing-products .view-content {
    margin: 0 -1.5%;
}

.view-lighting-sealing-products .views-row {
    flex: 0 1 47%;
    margin: 0 1.5% 30px;
}

.view-lighting-sealing-products .views-row a {
    font-weight: 700;
    display: block;
    margin: 10px 0 0;
}


.two-col-ul {
    columns: 2;
    padding-left: 1.25em;
    line-height: 1.4;
}

.two-col-ul li {
    max-width: 90%;
    margin: 0 0 .25em;
}


.video-pair .field--name-field-group-item {
    display: flex;
    justify-content: space-between;
}

.video-pair .media_with_optional_caption {
    width: 48%;
}


.sidebar-content-int {
    margin: 40px 0 15px;
}

.page-node-type-product-detail .sidebar-content-int {
    margin-top: 0;
}

.sidebar-content-int img {
    width: 100%;
}

.hbspt-form {
    background-color: #fff;
}

main.simple-search .field--name-field-3i-linked-image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.wd_widget-theme-light .wd_quote {
    background: inherit;
}

div.wd_quote {
    padding: 0;
    border: none;
}

div.wd_quote div.wd_main {
    padding: 0;
}

.wd_widget-theme-light,
div.wd_quote div.wd_price {
    color: #989b9e;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 12px;
}

div.wd_quote div.wd_price div.wd_value {
    display: none;
    font-size: inherit;
}

.wd_quote_footer {
    display: none;
}

.video-inline-player {
    position: absolute;
    top: 50%;
    left: unset;
    transform: translate(0%, -50%);
}

a.align-left > .video-inline-player,
a.align-right > .video-inline-player {
    transform: translate(0%, -25%);
}

.video-inline-player-icon {
    color: black;
    position: absolute;
    top: unset;
    left: unset;
    transform: translate(0%, -100%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
    z-index: 5;
}

.video-inline-player-icon > * {
    font-size: 6rem;
    opacity: 0.5;
    transition: opacity 0.5s ease;
}

.video-inline-player-icon > *:hover {
    opacity: 1;
}

.video-modal {
    position: fixed;
    top: 88px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 88px);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

.user-logged-in .video-modal {
    top: 167px;
    height: calc(100vh - 167px);
}

#main-content.breadcrumb-is-sticky .video-modal {
    top: 128px;
    height: calc(100vh - 128px);
}

.user-logged-in #main-content.breadcrumb-is-sticky .video-modal {
    top: 207px;
    height: calc(100vh - 207px);
}

.video-modal.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease, visibility 0s linear;
}

.video-modal .video-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-modal .video-player-container {
    position: relative;
    margin: 0 auto;
    width: 85%;
    max-width: 1200px;
}

#main-content.breadcrumb-is-sticky .video-modal .video-player-container,
.user-logged-in .video-modal .video-player-container {
    width: 80%;
    max-width: 1125px;
}

.user-logged-in #main-content.breadcrumb-is-sticky .video-modal .video-player-container {
    width: 75%;
    max-width: 1075px;
}

/* .video-modal video {
    height: 100%;
} */

.video-modal .close-button {
    position: absolute;
    top: -5px;
    right: -5px;
    color: black;
    font-size: 1.5rem;
    padding: 0px 10px;
    border: 1px solid black;
    border-radius: 20px;
    background: white;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.5s ease;
}

.video-modal .close-button:hover {
    opacity: 1;
}

.field--name-field-local-video {
    display: none;
    position: absolute;
}

.field--name-field-local-video.active {
    display: block;
}

.field--name-field-local-video video {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.paragraph--type--cs-title-over-video .field--name-field_title_over_image_url {
    cursor: pointer;
}

.paragraph--type--cs-title-over-video .video-inline-player-icon {
    top: inherit;
    right: 3%;
    bottom: 5%;
    left: inherit;
    transform: inherit;
}

.paragraph--type--cs-title-over-video .video-inline-player-icon > * {
    font-size: 3.0rem;
}

.img-fix {
    width: 100%;
    height: auto;
}

img.align-left,
iframe.align-left {
    margin: 0 20px 20px 0;
}

img.align-center,
iframe.align-center {
    margin: 0 10px 20px;
}

img.align-right,
iframe.align-right {
    margin: 0 0 20px 20px;
}


/* Hero section slider */
.hero-section {
    position: relative;
    width: 100%;
    height: 625px;
    background-image: linear-gradient(90deg, rgba(45, 99, 169, 1) 40%, transparent);
}

.hero-section .slider-selector {
    position: absolute;
    top: 180px;
    left: 65px;
    z-index: 50;
    display: flex;
    flex-direction: column;
}

.hero-section .slider-selector-item {
    width: 18px;
    height: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #6e98bf;
    transition: all 0.5s ease;
    cursor: pointer;
}

.hero-section .slider-selector-item.active {
    width: 30px;
    background-color: white;
}

.hero_section_slider {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.hero_section_slider.active {
    opacity: 1;
    z-index: 0;
}

.hero_section_slider .paragraph--type--hero-section-slider {
    margin-left: 160px;
}

.hero_section_slider .field--name-field-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: right;
}

.hero_section_slider .background-gradient {
    background-image: linear-gradient(90deg, rgb(0, 99, 171), transparent 67%);
    width: 100%;
    height: 100%;
}

.hero-section .slider-slide {
    position: relative;
    width: 45%;
    display: flex;
    flex-direction: row;
}

.hero-section .slide-content {
    display: flex;
    flex-direction: column;
    padding-top: 112px;
}

.hero-section .slide-content > *,
.hero-section .slide-content .field--name-field-description p {
    color: white;
}

.hero-section .slide-content .field--name-field-pre-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}

.hero-section .slide-content .field--name-field-title {
    font-size: clamp(30px,7vw,60px);
    font-weight: 600;
    line-height: 1.2;
    margin-top: 5px;
}

.hero-section .slide-content .field--name-field-description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 30px 0 36px;
}

.hero-section .slide-buttons {
    display: flex;
    flex-direction: row;
}

.hero-section .slide-buttons > * {
    display: flex;
    align-items: center;
    text-align: center;
    width: 132px;
    padding: 5px 13px;
    min-width: 175px;
    max-width: 225px;
    height: 55px;
    line-height: 1.0;
    transition: all 0.5s ease;
}

.hero-section .slide-buttons > .with-icon {
    padding: 5px 0 5px 20px;
    text-align: left;
}

.hero-section .slide-buttons [class*=field--name-field-button] {
    background-color: #4c96f3;
}

.hero-section .slide-buttons [class*=field--name-field-button]:hover {
    background-color: #f0b310;
}

.hero-section .slide-buttons .field--name-field-button-2 {
    margin-left: 35px;
}

.hero-section .slide-buttons a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
}

.hero-section .slide-buttons .with-icon a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.hero-section .slide-buttons .with-icon a .icon {
    font-size: 24px;
    margin-right: 8px;
}

.hero-section .overlay-image {
    position: absolute;
    top: -10px;
    right: -50px;
}

.hero-section .node__content {
    position: relative;
}

.hero-section .cta-button,
.page-node-type-interior-page-2024 .node__content > .cta-button {
    position: absolute;
    top: 138px;
    right: 100px;
    width: 300px;
    padding: 23px 38px 33px;
    background-color: white;
    border-radius: 50px 2px;
    box-shadow: 0 4px 15.6px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-node-type-interior-page-2024 .node__content > .cta-button {
    top: 40px;
    right: 110px;
}

.hero-section .cta-button .field--name-field-hero-section-cta-text,
.page-node-type-interior-page-2024 .node__content > .cta-button .field--name-field-hero-section-cta-text {
    color: #0c2153;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 1.25;
}

.hero-section .cta-button .field--name-field-hero-section-cta-button,
.page-node-type-interior-page-2024 .node__content > .cta-button .field--name-field-hero-section-cta-button {
    background-color: #e5b22a;
    text-align: center;
    margin-top: 15px;
    padding: 17px 5px;
    transition: all 0.5s ease;
}

.hero-section .cta-button .field--name-field-hero-section-cta-button:hover,
.page-node-type-interior-page-2024 .node__content > .cta-button .field--name-field-hero-section-cta-button:hover {
    background-color: #0063ab;
}

.hero-section .cta-button .field--name-field-hero-section-cta-button a,
.page-node-type-interior-page-2024 .node__content > .cta-button .field--name-field-hero-section-cta-button a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
}


/* Gallery with titles and text */
.group_wrapper.gallery-with-titles-and-text {
    max-width: unset;
}

.paragraph.gallery-with-titles-and-text {
    margin-top: 75px;
    max-width: unset;
}

.gallery-with-titles-and-text.paragraph--type--group-wrapper > .field__items {
    display: flex;
    flex-direction: row;
}

.gallery-with-titles-and-text .field__item.image_gallery {
    margin: 0;
}

.gallery-with-titles-and-text .field__item.image_gallery .field__items {
    width: 40vw;
}

.gallery-with-titles-and-text .field__item.group_wrapper,
.gallery-with-titles-and-text .formatted_text_with_a_title {
    margin: 0;
    flex-basis: 60%;
    padding: 35px 60px 115px;
    background-color: #f7fbff;
}

.gallery-with-titles-and-text .field__item.group_wrapper .pre_title_and_title {
    background-color: unset;
    text-align: left;
}

.gallery-with-titles-and-text .field__item.group_wrapper .paragraph--type--pre-title-and-title {
    background-color: unset;
    border-radius: unset;
    padding-top: 5px;
}

.gallery-with-titles-and-text .field__item.group_wrapper .paragraph--type--formatted-text-with-a-title {
    padding-top: 5px;
}

.gallery-with-titles-and-text .field__item.group_wrapper .field--name-field-brief-description {
    line-height: 1.75;
    font-weight: 400;
    width: 80%;
    margin-top: 0;
}

.gallery-with-titles-and-text .field--name-field-ftt-title {
    color: #152252;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
}

.gallery-with-titles-and-text .field--name-field-ftt-text {
    line-height: 1.75;
    font-weight: 400;
    width: 80%;
    margin-top: 0;
}

.gallery-with-titles-and-text .field--name-field-ftt-text ul {
    margin-top: 0 !important;
}


/* Horizontal webforms */
.horizontal-webform {
    width: 50%;
}

.horizontal-webform form {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

/* .horizontal-webform form .form-item-name {
    flex-direction: column;
}

.horizontal-webform form .form-item-name .description {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.horizontal-webform form #edit-name,
.horizontal-webform form #edit-phone {
    background-color: #152252;
    border: 1px solid #2d63a9;
    height: 50px;
    padding-left: 20px;
    width: 75%;
}

.horizontal-webform form #edit-phone {
    margin-right: 10%;
}

.horizontal-webform form #edit-name::placeholder,
.horizontal-webform form #edit-phone::placeholder {
    color: white;
    font-size: 13px;
} */

.horizontal-webform form > .field {
    width: 75%;
}

.horizontal-webform form > .field input {
    width: 100%;
}

.horizontal-webform form .legal-consent-container p {
    color: white;
}

.horizontal-webform form .actions {
    padding: 0;
    position: relative;
    top: 1em;
}


/* "Pre-title and title" paragraph */
.field--name-field-paragraphs-content .paragraph--type--pre-title-and-title .field--name-field-pre-title,
#block-cooperstandard-landingpage2024footercontactform .paragraph--type--pre-title-and-title .field--name-field-pre-title {
    color: #2d63a9;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
}

#block-cooperstandard-landingpage2024footercontactform .paragraph--type--pre-title-and-title .field--name-field-pre-title {
    color: #4c96f3;
}

.field--name-field-paragraphs-content .paragraph--type--pre-title-and-title .field--name-field-title,
#block-cooperstandard-landingpage2024footercontactform .paragraph--type--pre-title-and-title .field--name-field-title {
    color: #152252;
    font-weight: bold;
    font-size: 40px;
}

#block-cooperstandard-landingpage2024footercontactform .paragraph--type--pre-title-and-title .field--name-field-title {
    color: white;
    font-size: 28px;
}


/* "Image gallery" paragraph */
.paragraph--type--image-gallery {
    height: 100%;
    position: relative;
}

.paragraph--type--image-gallery .field--name-field-gallery-image .gallery-selector-container {
    position: absolute;
    bottom: 50px;
    z-index: 50;
    width: 100%;
}

.paragraph--type--image-gallery .field--name-field-gallery-image .gallery-selector {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.paragraph--type--image-gallery .field--name-field-gallery-image .gallery-selector-item {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: auto 3px;
    background-color: white;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.23);
    transition: all 0.5s ease;
    cursor: pointer;
}

.paragraph--type--image-gallery .field--name-field-gallery-image .gallery-selector-item.active {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}

.paragraph--type--image-gallery .field--name-field-gallery-image .field__item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.paragraph--type--image-gallery .field--name-field-gallery-image .field__item.active {
    opacity: 1;
}

/* HVAC sealing section */
.hvac-sealing-section .fixed-height-for-description {
    min-height: 114px;
}

.hvac-sealing-section .field--name-field-columns-3 {
    position: relative;
}


/* "Tabbed content" paragraph */
.paragraph--type--tabbed-content > .field--name-field-pre-title,
.paragraph--type--tabbed-content > .field--name-field-title {
    margin: 0 100px;
}

.paragraph--type--tabbed-content > .field--name-field-pre-title {
    color: #2d63a9;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
}

.paragraph--type--tabbed-content > .field--name-field-title {
    color: #152252;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 25px;
}

.paragraph--type--tabbed-content .tabbed-content-tabs {
    display: flex;
    flex-direction: row;
    margin: 0 100px;
}

.paragraph--type--tabbed-content .tabbed-content-tab-item {
    text-align: center;
    font-weight: 300;
    color: #999b9e;
    border-radius: 25px 25px 0 0;
    margin: 0 20px;
    padding: 15px 20px;
    cursor: pointer;
}

.paragraph--type--tabbed-content .tabbed-content-tab-item:first-child {
    margin-left: 0;
}

.paragraph--type--tabbed-content .tabbed-content-tab-item:last-child {
    margin-right: 0;
}

.paragraph--type--tabbed-content .tabbed-content-tab-item.active {
    font-weight: 600;
    color: #152252;
    background-color: #e4f0fd;
}

.paragraph--type--tabbed-content .tabbed-content-slide-container {
    position: relative;
}

.paragraph--type--tabbed-content .tabbed-content-slide-container > .field__item {
    display: none;
    opacity: 0;
}

.paragraph--type--tabbed-content .tabbed-content-slide-container > .field__item.active {
    display: inherit;
    opacity: 1;
}


/* "Slide for tabbed content" paragraph */
.paragraph--type--slide-for-tabbed-content {
    position: relative;
}

.paragraph--type--slide-for-tabbed-content .field--name-field-title,
.paragraph--type--slide-for-tabbed-content .field--name-field-description {
    color: #152252;
    background-color: #f5faff;
    padding-top: 35px;
    padding-bottom: 25px;
    height: 170px;
}

.paragraph--type--slide-for-tabbed-content .field--name-field-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.15;
    padding-left: 100px;
    width: 26%;
}

.paragraph--type--slide-for-tabbed-content .field--name-field-description {
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 100px;
    width: 74%;
    line-height: 1.75;
}

.paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items .paragraph--type--cs-two-column .field__item,
.paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items .paragraph--type--cs-three-column .field__item {
    flex-basis: 40%;
}

.paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items .paragraph--type--cs-two-column .field__item p,
.paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items .paragraph--type--cs-three-column .field__item p {
    line-height: 1.4;
}

.paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items .paragraph--type--media-with-optional-caption img {
    height: 575px;
    width: 425px;
    object-fit: cover;
}

.slide--group-class--slide-two-columns .field--name-field-group-item.field__items {
    display: flex;
    flex-direction: row;
}

.slide--group-class--slide-two-columns .paragraph--type--slide-for-tabbed-content.no-image-float .field--name-field-group-item.field__items {
    width: 85%;
    margin: auto;
}

.paragraph--type--slide-for-tabbed-content .column-left .field__items,
.paragraph--type--slide-for-tabbed-content .column-right .field__items {
    display: flex;
    flex-direction: column;
}

.paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-left,
.paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-right {
    margin-top: 70px;
}

.paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-left {
    margin-left: 100px;
    margin-right: 20px;
}

.paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-right {
    margin-left: 20px;
    margin-right: 100px;
}

.paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .as-column > .field__items {
    flex-direction: column;
}

.paragraph--type--slide-for-tabbed-content.no-image-float.slide--group-class--slide-two-columns .field--name-field-group-item.field__items {
    justify-content: center;
}

.paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link,
.paragraph--type--slide-for-tabbed-content .field--name-field-brief-description {
    min-height: 160px;
}

.paragraph--type--slide-for-tabbed-content .field--name-field-brief-description {
    text-align: left;
}

.paragraph--type--slide-for-tabbed-content.no-image-float .field__item.image_title_description_link {
    width: 25%;
    margin: 70px 35px;
}

.paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link img,
.paragraph--type--slide-for-tabbed-content .field--name-field-brief-description img {
    width: 167px;
    height: 130px;
    float: left;
    margin-right: 40px;
}

.paragraph--type--slide-for-tabbed-content.no-image-float .paragraph--type--image-title-description-link img {
    float: none;
    width: auto;
    margin-bottom: 20px;
}

.paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link .field--name-field-itdl-title {
    border-bottom: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #152252;
    margin: 0;
    padding: 0 0 5px 0;
}

.paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link .field--name-field-itdl-desc,
.paragraph--type--slide-for-tabbed-content .paragraph--type--brief-description {
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
}


/* "Two-sided cards" paragraph */
.two-sided-cards {
    width: 75%;
    max-width: 1325px !important;
    overflow-x: hidden;
}

.two-sided-cards > .field__items {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 50px 0;
    justify-content: center;
    transition: all 0.5s ease;
}

.field__item.two_sided_card {
    height: 500px;
    min-height: 500px;
    width: 33%;
    max-width: 400px;
    margin: 0 20px;
}

.field__item.two_sided_card .paragraph--type--two-sided-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1.0s linear;
    transform-style: preserve-3d;
}

.field__item.two_sided_card:hover .paragraph--type--two-sided-card {
    transform: rotateY(180deg);
}

.field__item.two_sided_card .front-side,
.field__item.two_sided_card .back-side {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: white;
    box-shadow: 0 0px 15px 10px rgba(0, 0, 0, 0.125);
}

.field__item.two_sided_card .back-side {
    transform: rotateY(180deg);
}

.field__item.two_sided_card .field__item.field--name-field-image-or-video {
    width: 100%;
    height: 200px;
    background-size: cover;
    position: relative;
}

.field__item.two_sided_card .field__item.field--name-field-image-or-video .blue-gradient {
    background: linear-gradient(45deg, transparent 45%, rgba(45,99,169,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.field__item.two_sided_card .field__item.field--name-field-date {
    color: #0063a9;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 25px 0 0 15px;
}

.field__item.two_sided_card .field__item.field--name-field-title,
.field__item.two_sided_card .field__item.field--name-field-description,
.field__item.two_sided_card .field__item.field--name-field-secondary-description {
    font-weight: 400;
    margin: 5px 15px 10px;
    font-size: 15px;
    color: #152252;
}

.field__item.two_sided_card .field__item.field--name-field-title {
    font-weight: 600;
    font-size: 24px;
    height: 60px;
    line-height: 1.25;
}

.field__item.two_sided_card .field__item.field--name-field-description,
.field__item.two_sided_card .field__item.field--name-field-secondary-description {
    line-height: 1.75;
}

.field__item.two_sided_card .field__item.field--name-field-secondary-description {
    margin: 25px;
}

.field__item.two_sided_card .field__item.field--name-field-description p + p,
.field__item.two_sided_card .field__item.field--name-field-secondary-description p + p {
    margin-top: 0;
}

.field__item.two_sided_card .field__item.field--name-field-description li,
.field__item.two_sided_card .field__item.field--name-field-secondary-description li {
    line-height: 1.75;
}

.field__item.two_sided_card .field__item.field--name-field-button a {
    background-color: #e5b22a;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 28px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.field__item.two_sided_card .field__item.field--name-field-button {
    margin: 25px 25px 0;
}

.field__item.two_sided_card .field__item.field--name-field-button a:hover {
    background-color: #152252;
}

.two-sided-cards .see-more {
    display: none;
    position: absolute;
    bottom: -7.5%;
    left: calc(50% - 75px);
    margin: auto;
    opacity: 1;
    visibility: visible;
}

.two-sided-cards .see-more[data-show-index="2"] {
    bottom: -3.75%;
}

.two-sided-cards .two-sided-cards-selector {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 14px;
}

.two-sided-cards .two-sided-cards-selector .page {
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #4c96f3;
    margin: 0 4px;
    transition: all 0.5s ease;
}

.two-sided-cards .two-sided-cards-selector .page.active {
    height: 14px;
    width: 14px;
    border-radius: 14px;
}


/* News cards */
.group_wrapper.section-with-news-cards,
.paragraph.section-with-news-cards {
    max-width: unset;
}

.group_wrapper.section-with-news-cards {
    padding-top: 75px;
}

.news-cards {
    width: 75%;
    max-width: 1325px !important;
    overflow-x: hidden;
}

.news-cards.full-width {
    width: 100%;
}

.news-cards > .field__items {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 25px auto 50px;
    justify-content: center;
    transition: all 0.5s ease;
}

.news-cards .field--name-field-group-title {
    color: #152252;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
}

.field__item.news_card {
    height: 650px;
    min-height: 650px;
    width: 50%;
    max-width: 400px;
    margin: 0 20px;
}

.field__item.news_card .paragraph--type--news-card {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: unset;
}

.field__item.news_card .card-content {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 0 0px 15px 10px rgba(0, 0, 0, 0.125);
}

.field__item.news_card .field__item.field--name-field-image-or-video {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.field__item.news_card .field__item.field--name-field-image-or-video .blue-gradient {
    background: linear-gradient(45deg, transparent 45%, rgba(45,99,169,1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
}

.field__item.news_card .field__item.field--name-field-date {
    color: #0063a9;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 25px 0 5px 15px;
}

.field__item.news_card .field__item.field--name-field-title,
.field__item.news_card .field__item.field--name-field-description {
    font-weight: 400;
    margin: 5px 15px 10px;
    font-size: 15px;
    color: #152252;
}

.field__item.news_card .field__item.field--name-field-title {
    font-weight: 600;
    font-size: 24px;
    height: 90px;
    line-height: 1.25;
}

.field__item.news_card .field__item.field--name-field-description {
    line-height: 1.75;
}

.field__item.news_card .field__item.field--name-field-description p + p {
    margin-top: 0;
}

.field__item.news_card .field__item.field--name-field-description li {
    line-height: 1.75;
}

.field__item.news_card .field__item.field--name-field-button a {
    background-color: #e5b22a;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 28px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.field__item.news_card .field__item.field--name-field-button {
    margin: 25px 25px 0;
    position: absolute;
    bottom: 5%;
}

.field__item.news_card .field__item.field--name-field-button a:hover {
    background-color: #152252;
}

.news-cards .see-more {
    display: none;
    position: absolute;
    bottom: -7.5%;
    left: calc(50% - 75px);
    margin: auto;
    opacity: 1;
    visibility: visible;
}

.news-cards .see-more[data-show-index="2"] {
    bottom: -3.75%;
}

.news-cards .news-cards-selector {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 14px;
}

.news-cards .news-cards-selector .page {
    height: 9px;
    width: 9px;
    border-radius: 9px;
    background-color: #4c96f3;
    margin: 0 4px;
    transition: all 0.5s ease;
}

.news-cards .news-cards-selector .page.active {
    height: 14px;
    width: 14px;
    border-radius: 14px;
}

/* Hubspot form container - used in modals */
.hubspot-form-container .hbspt-form {
    padding: 10px;
}

#modal--full-info-brochure-with-image .hubspot-form-container .hbspt-form,
#modal--full-info-brochure-with-image--sealing .hubspot-form-container .hbspt-form {
    background-color: #152252;
}

#modal--full-info-brochure-with-image .submitted-message,
#modal--full-info-brochure-with-image--sealing .submitted-message {
    color: white;
}

.hubspot-form-container .hs-richtext {
    color: white;
    font-size: 12px;
}


/* "Need Some Help?" block */
#modal--need-some-help {
    position: static;
}

#modal--need-some-help > h2 {
    position: absolute;
    top: 925px;
    right: 0;
    z-index: 10;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.1;
    color: white;
    background-color: #152252;
    border-radius: 28px 0 0 28px;
    padding: 8px 10px 8px 15px;
    width: 130px;
    border: 2px solid #e7b625;
    border-right: none;
    text-align: center;
    cursor: pointer;
}

#modal--need-some-help > h2.fixed-position {
    position: fixed;
    top: 62%;
}

#modal--need-some-help .block-content {
    position: fixed;
    top: 16%;
    right: -325px;
    z-index: 100;
    transition: right 0.5s ease;
    background-color: white;
    border: 1px solid #e7b625;
    border-radius: 45px 0 0 0;
    width: 325px;
    overflow: hidden;
}

#modal--need-some-help .block-content.active {
    right: 0;
}

#modal--need-some-help .modal-title {
    color: white;
    background-color: #152252;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 20px 30px;
}

#modal--need-some-help .hs-form {
    padding: 25px 30px 0;
    overflow-y: scroll;
    max-height: 50vh;
}

#modal--need-some-help .hs-form h2 {
    font-size: 30px;
}

#modal--need-some-help .hs-form li {
    list-style: none;
}

#modal--need-some-help .hs-form a {
    color: #333 !important;
    transition: color 0.5s ease;
}

#modal--need-some-help .hs-form a:hover {
    color: #065692 !important;
}

#modal--need-some-help .hs-form .hs-main-font-element,
#modal--need-some-help .hs-form .hs-main-font-element h2 {
    color: #0c2153;
}

#modal--need-some-help .hs-form .hs-main-font-element span {
    display: inline-block;
    font-size: 13.6px !important;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 12px;
}

#modal--need-some-help .hs-form .field label {
    color: #0c2153;
}


#modal--need-some-help .hs-form .field input {
    width: 100%;
    margin: 0;
    padding: 7px;
    color: #152252;
    font-weight: 400;
}

#modal--need-some-help .hs-form .field input::placeholder {
    color: #a2a2a2;
    font-size: 15px;
}

#modal--need-some-help .hs-form .hs-form-booleancheckbox-display > span {
    font-size: 11px;
}

#modal--need-some-help .hs-form .hs-form-booleancheckbox-display input {
    width: unset;
}

#modal--need-some-help .hs-form .actions {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 264px;
    margin: 0 auto 35px;
}

#modal--need-some-help .hs-form .actions .hs-button {
    border: none;
    background-image: none;
    background-color: #e5b22a;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    padding: 17px 35px;
    cursor: pointer;
    transition: all 0.5s ease;
}

#modal--need-some-help .hs-form .actions .hs-button:hover {
    background-color: #152252;
}

#modal--need-some-help .block-content .close-button {
    position: absolute;
    top: 0;
    right: 15px;
    color: white;
    font-size: 44px;
    cursor: pointer;
}

#block-cooperstandard-help {
    display: none;
}


/* Modal forms */
.modal-form {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all 0.5s ease;
}

.modal-form.active {
    visibility: visible;
    opacity: 1;
}

.modal-form .modal-background,
.modal-form .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-form .modal-background {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
}

.modal-form .modal-content {
    z-index: 102;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.modal-form .block-content {
    position: relative;
    max-width: 720px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.modal-form.max-width-1080px .block-content {
    max-width: 1080px;
}

#modal--full-info-brochure-with-image .modal-form .block-content,
#modal--full-info-brochure-with-image--sealing .modal-form .block-content {
    max-width: 900px;
}

.modal-form .block-content .content-left,
.modal-form .block-content .content-right {
    width: 50%;
}

.modal-form .block-content .field--name-left-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-form .block-content .content-right,
.modal-form .block-content .content-inner {
    background-color: #2d63a9;
    padding: 50px 60px;
}

.modal-form .block-content .field--name-field-title {
    color: white;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
}

.modal-form .block-content .field--name-body {
    margin-top: 15px;
}

.modal-form .block-content p,
.modal-form .block-content h2 {
    color: white;
}

.modal-form .block-content form .form-item {
    margin-top: 4px;
    margin-bottom: 4px;
}

.modal-form .block-content form .description {
    color: white;
    margin: 10px 0 15px;
}

.modal-form .block-content form input {
    padding: 7px;
    width: 100%;
}

.modal-form .block-content form input::placeholder {
    font-size: 13px;
    font-weight: 400;
}

.modal-form .block-content form .form-type-processed-text {
    margin-top: 16px;
}

.modal-form .block-content form .form-type-processed-text p {
    color: white;
    font-size: 10px;
}

.modal-form .block-content form .form-actions {
    padding: 0;
    width: 100%
}

.modal-form .block-content form .form-actions .form-submit {
    border: none;
    width: 100%;
}

.modal-form .block-content .close-button {
    position: absolute;
    color: white;
    top: 0;
    right: 3%;
    font-size: 64px;
    cursor: pointer;
}

.modal-form.file-download .block-content .content-right,
.modal-form.file-download .block-content .content-inner {
    background-color: #152252;
}

.modal-form .field--name-field-destination-url {
    margin-top: 25px;
}


/* Modal forms (Hubspot) */
.hubspot-form-container {
    overflow-y: auto;
    max-height: 75vh;
}

.hubspot-form-container h2 {
    color: white;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 0.25em;
}

.hubspot-form-container a {
    color: white !important;
    transition: color 0.5s ease;
}

.hubspot-form-container a:hover {
    color: #065692 !important;
}

.hubspot-form-container label {
    color: white;
}

.hubspot-form-container .hs-form .hs-main-font-element span {
    display: inline-block;
    font-size: 13.6px !important;
    font-weight: 400;
    line-height: 1.4;
    padding-top: 12px;
}

.hubspot-form-container .hs-form .hs-firstname,
.hubspot-form-container .hs-form .hs-lastname {
    width: 48%;
}

.hubspot-form-container .hs-form .hs-firstname {
    float: left;
}

.hubspot-form-container .hs-form .hs-lastname {
    float: right;
}

.hubspot-form-container .hs-form .hs-mobilephone {
    clear: both;
}

.hubspot-form-container .hs-form .hs-dependent-field {
    float: left;
    width: 48%;
}

.hubspot-form-container .hs-form .hs-country .hs-input {
    width: 100%;
}

.hubspot-form-container .hs-form .hs-city {
    float: right;
    width: 48%;
}

.hubspot-form-container .hs-form .hs-phone {
    clear: both;
}

.hubspot-form-container .hs-form .hs-company {
    float: left;
    width: 48%;
}

.hubspot-form-container .hs-form .hs-email {
    float: right;
    width: 48%;
}

.hubspot-form-container .hs-form .legal-consent-container {
    clear: both;
}

.hubspot-form-container .hs-form .legal-consent-container .hs-dependent-field {
    float: none;
    width: unset;
}

.hubspot-form-container .hs-form-booleancheckbox {
    list-style: none;
}

.hubspot-form-container .hs-form-booleancheckbox-display {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.hubspot-form-container .hs-form-booleancheckbox-display > span {
    margin-left: 10px !important;
}

.hubspot-form-container .hs-form-booleancheckbox-display p {
    font-size: 13.6px;
}

.hubspot-form-container .hs-form-booleancheckbox-display .hs-input {
    width: unset;
    margin-top: 5px;
}

.hubspot-form-container .submitted-message h4 {
    color: white;
}

#hubspot--brochure-form--need-some-help .submitted-message {
    padding: 25px;
}

#hubspot--brochure-form--need-some-help .submitted-message h4 {
    color: #333;
}


/* "Modal window" paragraph */
.paragraph--type--modal-window .block-content {
    background: #2d63a9;
    flex-direction: column;
    padding: 40px 50px;
}


/* Email brochure modal window */
#modal--email-brochure .block-content {
    max-width: 800px;
    width: 70%;
}

#modal--email-brochure .block-content .content-right,
#modal--full-info-brochure-with-image .block-content .content-right,
#modal--full-info-brochure-with-image--sealing .block-content .content-right {
    background-color: #152252;
    padding: 40px 35px;
}


/* "Back to page top button" paragraph */
.field__item.back_to_page_top_button {
    position: relative;
}

.field__item.back_to_page_top_button .paragraph--type--back-to-page-top-button {
    position: absolute;
    top: -30px;
    right: 2%;
    height: auto;
}

.field__item.back_to_page_top_button.on-top-of-next-section .paragraph--type--back-to-page-top-button {
    top: 130px;
}

.field__item.back_to_page_top_button .paragraph--type--back-to-page-top-button .back-to-page-top-button-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
}

.field__item.back_to_page_top_button .paragraph--type--back-to-page-top-button .back-to-page-top-button-foreground {
    position: relative;
    top: -3px;
    padding: 9px 18px;
    font-size: 32px;
    z-index: 6;
    cursor: pointer;
}

.field__item.back_to_page_top_button .paragraph--type--back-to-page-top-button .back-to-page-top-button-foreground img {
    transform: rotate(180deg);
}


/* 4 Image-Title-Description-Links across */
.group_wrapper.four-itdls-across,
.paragraph.four-itdls-across {
    max-width: unset;
}

.four-itdls-across .field__items {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 90px;
}

.four-itdls-across .field__item.image_title_description_link {
    width: 20%;
    min-width: 100px;
    text-align: center;
}

.four-itdls-across .field--name-field-itdl-image {
    width: 150px;
    margin: auto;
}

.four-itdls-across .field--name-field-itdl-image img {
    height: 100px;
    object-fit: contain;
}

.four-itdls-across .field--name-field-itdl-title {
    color: #152252;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    border-bottom: unset;
    padding-bottom: 0;
}

.four-itdls-across .field--name-field-itdl-desc {
    font-weight: 400;
}

.four-itdls-across .field--name-field-itdl-desc p {
    color: #152252;
}

.four-itdls-across .field--name-field-group-end-content {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 25px;
}

.four-itdls-across .field--name-field-group-end-content p {
    margin: 0;
}

.four-itdls-across .field--name-field-group-end-content a {
    background-color: #e5b22a;
    transition: all 0.5s ease;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 35px;
}

.four-itdls-across .field--name-field-group-end-content a:hover {
    background-color: #152252;
}


/* Landing Page 2024 and Interior Page 2024 */
/* .page-node-type-landing-page-2024.user-logged-in header,
.page-node-type-interior-page-2024.user-logged-in header {
    margin-top: 39px;
} */

/* .page-node-type-landing-page-2024.user-logged-in.toolbar-tray-open header,
.page-node-type-interior-page-2024.user-logged-in.toolbar-tray-open header {
    margin-top: 79px;
} */

.page-node-type-landing-page-2024 main,
.page-node-type-interior-page-2024 main {
    overflow: hidden;
}

.page-node-type-landing-page-2024 .node__content,
.page-node-type-interior-page-2024 .node__content {
    position: relative;
}

.page-node-type-landing-page-2024 .node__content > .node__links,
.page-node-type-interior-page-2024 .node__content > .node__links {
    position: absolute;
}

.page-node-type-landing-page-2024 .paragraph,
.page-node-type-interior-page-2024 .paragraph {
    max-width: unset;
}

.page-node-type-landing-page-2024 .paragraph--type--title-text,
.page-node-type-interior-page-2024 .paragraph--type--title-text {
    margin-bottom: 0;
}

.page-node-type-landing-page-2024 .button,
.page-node-type-interior-page-2024 .button {
    background-color: #e5b22a;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 35px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.page-node-type-landing-page-2024 .button:hover,
.page-node-type-interior-page-2024 .button:hover {
    background-color: #152252 !important;
}

.page-node-type-landing-page-2024 .button.blue,
.page-node-type-interior-page-2024 .button.blue {
    background-color: #4c96f3;
}

.page-node-type-landing-page-2024 .button.with-icon,
.page-node-type-interior-page-2024 .button.with-icon {
    text-align: left;
    padding-left: 15px;
    padding-right: 8px;
}

.page-node-type-landing-page-2024 .button.with-icon [class*=fa-],
.page-node-type-interior-page-2024 .button.with-icon [class*=fa-] {
    font-size: 24px;
    vertical-align: text-bottom;
}

.page-node-type-landing-page-2024 .button img,
.page-node-type-interior-page-2024 .button img {
    width: 20px;
    height: auto;
    float: none;
    margin-right: 0;
}

.page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg,
.page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg {
    background-color: #152252;
    margin: 50px 0 0;
    padding: 10px 75px 30px;
}

.page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .button:hover,
.page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .button:hover {
    background-color: #065696 !important;
  }

.page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .field__items,
.page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .field__items {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .field__item.pre_title_and_title,
.page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .field__item.pre_title_and_title {
    width: 37.5%;
}

.page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .paragraph--type--pre-title-and-title .field--name-field-pre-title,
.page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .paragraph--type--pre-title-and-title .field--name-field-pre-title {
    color: #4c96f3;
}

.page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .paragraph--type--pre-title-and-title .field--name-field-title,
.page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .paragraph--type--pre-title-and-title .field--name-field-title {
    color: white;
    font-size: 28px;
}

.page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .field__item.brief_description,
.page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .field__item.brief_description {
    margin-left: auto;
}

#block-cooperstandard-landingpage2024headercontact {
    height: 100%;
}

#block-cooperstandard-landingpage2024headercontact .field--name-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-node-type-landing-page-2024 .field--name-field-paragraphs-content > .field__item,
.page-node-type-interior-page-2024 .field--name-field-paragraphs-content > .field__item {
    max-width: unset;
}

.page-node-type-landing-page-2024 .header-contact-title,
.page-node-type-interior-page-2024 .header-contact-title,
.page-node-type-landing-page-2024 .header-contact-phone-number,
.page-node-type-interior-page-2024 .header-contact-phone-number {
    text-align: right;
    margin: 0;
    padding-right: 38px;
}

.page-node-type-landing-page-2024 .header-contact-title,
.page-node-type-interior-page-2024 .header-contact-title {
    font-weight: 500;
    font-size: 13px;
}

.page-node-type-landing-page-2024 .header-contact-title::before,
.page-node-type-interior-page-2024 .header-contact-title::before {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    content: '\f095';
    margin-right: 4.5px;
    font-size: 9.5px;
    display: inline-block;
    transform: rotateY(180deg);
}

.page-node-type-landing-page-2024 .header-contact-phone-number a,
.page-node-type-interior-page-2024 .header-contact-phone-number a {
    font-weight: 600;
    font-size: 25px;
    color: #0063ab;
    text-decoration: none;
}

.page-node-type-landing-page-2024 .node__content .chevron,
.page-node-type-interior-page-2024 .node__content .chevron {
    position: absolute;
    bottom: -30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.page-node-type-landing-page-2024 .node__content .chevron img,
.page-node-type-interior-page-2024 .node__content .chevron img {
    background-color: #f1f3f6;
    border-radius: 42px;
    padding: 20px 14px;
    cursor: pointer;
    transition: background-color 0.5s ease;
}

.page-node-type-landing-page-2024 .node__content .chevron img:hover,
.page-node-type-interior-page-2024 .node__content .chevron img:hover {
    background-color: #c1c2c5;
}

.page-node-type-landing-page-2024 .field__item.first-title .pre_title_and_title,
.page-node-type-interior-page-2024 .field__item.first-title .pre_title_and_title {
    text-align: center;
    background-color: #2d63a9;
}

.page-node-type-landing-page-2024 .field__item.first-title .paragraph--type--pre-title-and-title {
    padding: 100px 0 25px;
}

.page-node-type-landing-page-2024 .field__item.first-title .paragraph--type--pre-title-and-title,
.page-node-type-interior-page-2024 .field__item.first-title .paragraph--type--pre-title-and-title {
    background-color: white;
}

.page-node-type-landing-page-2024 .field__item.first-title .paragraph--type--pre-title-and-title {
    border-radius: 100px 0 0 0;
}

.page-node-type-landing-page-2024 .cs_two_column,
.page-node-type-interior-page-2024 .cs_two_column,
.page-node-type-landing-page-2024 .cs_three_column,
.page-node-type-interior-page-2024 .cs_three_column {
    margin-top: 0;
}

.page-node-type-landing-page-2024 .cs_two_column .field__item:first-of-type,
.page-node-type-interior-page-2024 .cs_two_column .field__item:first-of-type,
.page-node-type-landing-page-2024 .cs_three_column .field__item:first-of-type,
.page-node-type-interior-page-2024 .cs_three_column .field__item:first-of-type {
    margin-left: 100px;
    margin-right: 50px;
}

.page-node-type-landing-page-2024 .paragraph--type--cs-two-column h3,
.page-node-type-interior-page-2024 .paragraph--type--cs-two-column h3,
.page-node-type-landing-page-2024 .paragraph--type--cs-three-column h3,
.page-node-type-interior-page-2024 .paragraph--type--cs-three-column h3 {
    margin-top: 50px;
}

.page-node-type-landing-page-2024 .paragraph--type--cs-two-column .field--name-field-columns,
.page-node-type-interior-page-2024 .paragraph--type--cs-two-column .field--name-field-columns,
.page-node-type-landing-page-2024 .paragraph--type--cs-three-column .field--name-field-columns-3,
.page-node-type-interior-page-2024 .paragraph--type--cs-three-column .field--name-field-columns-3 {
    font-weight: 400;
    line-height: 1.75;
}

.page-node-type-landing-page-2024 img.on-top,
.page-node-type-interior-page-2024 img.on-top {
    position: absolute;
    z-index: 10;
    width: auto;
    height: 147.5%;
}

.page-node-type-landing-page-2024 img.on-top.h70pct,
.page-node-type-interior-page-2024 img.on-top.h70pct {
    height: 70%;
}

.page-node-type-landing-page-2024 .field__item.fea-section,
.page-node-type-interior-page-2024 .field__item.fea-section {
    background-color: #fafafa;
    overflow-x: hidden;
}

.page-node-type-landing-page-2024 .field__item.fea-section .paragraph--type--pre-title-and-title,
.page-node-type-interior-page-2024 .field__item.fea-section .paragraph--type--pre-title-and-title {
    padding-left: 100px;
    padding-top: 75px;
}

.page-node-type-landing-page-2024 .paragraph.fea-section > .field__items,
.page-node-type-interior-page-2024 .paragraph.fea-section > .field__items {
    display: flex;
    flex-direction: row;
}

.page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column,
.page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column,
.page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column,
.page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column {
    margin-top: 35px;
    margin-bottom: 70px;
}

.page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column .field__items,
.page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column .field__items,
.page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column .field__items,
.page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column .field__items {
    justify-content: left;
}

.page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column .field__item,
.page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column .field__item,
.page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column .field__item,
.page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column .field__item {
    flex-basis: 40%;
    margin-left: 2%;
}

.page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column .field__item:first-of-type,
.page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column .field__item:first-of-type,
.page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column .field__item:first-of-type,
.page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column .field__item:first-of-type {
    margin-left: 100px;
}

.page-node-type-landing-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption,
.page-node-type-interior-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption {
    width: 30%;
    height: 500px;
}

.page-node-type-landing-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption .paragraph,
.page-node-type-interior-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption .paragraph {
    height: 100%;
}

.page-node-type-landing-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption .paragraph .field--name-field-image,
.page-node-type-interior-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption .paragraph .field--name-field-image {
    height: 100%;
}

.page-node-type-landing-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption .paragraph .field--name-field-image img,
.page-node-type-interior-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption .paragraph .field--name-field-image img {
    height: 100%;
    object-fit: contain;
}

.page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section,
.page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section {
    background-color: #2d63a9;
    padding: 80px 15%;
    position: relative;
}

.page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field--name-field-tt-title,
.page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field--name-field-tt-title,
.page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field--name-field-tt-text p,
.page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field--name-field-tt-text p,
.page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field--name-field-columns-3 li,
.page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field--name-field-columns-3 li {
    color: white;
}

.page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field--name-field-tt-text a,
.page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field--name-field-tt-text a {
    color: #acd5fe;
}

.page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .image-with-cs-three-column .field__items,
.page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .image-with-cs-three-column .field__items {
    display: flex;
    flex-direction: row;
}

.page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption,
.page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption {
    position: absolute;
    bottom: -65px;
    left: 0;
}

.page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption img,
.page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption img {
    width: 90%;
}

.page-node-type-landing-page-2024 .field__item.tabbed_content,
.page-node-type-interior-page-2024 .field__item.tabbed_content {
    margin-top: 75px;
}

.page-node-type-landing-page-2024 .region-footer,
.page-node-type-interior-page-2024 .region-footer {
    padding-top: 0;
}

#block-cooperstandard-landingpage2024footer {
    width: 100%;
    color: #333;
    background-color: #f5faff;
    padding: 70px 5% 0;
}

#block-cooperstandard-landingpage2024footer .footer,
#block-cooperstandard-landingpage2024footer .subfooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    font-weight: 300;
}

#block-cooperstandard-landingpage2024footer .footer {
    margin-bottom: 50px;
}

#block-cooperstandard-landingpage2024footer .footer a {
    color: #27539d;
    font-weight: 500;
}

#block-cooperstandard-landingpage2024footer .footer .social a,
#block-cooperstandard-landingpage2024footer .footer .social svg {
    margin: 0 5px;
    font-size: 17px;
}

#block-cooperstandard-landingpage2024footer .footer .social svg {
    background-color: #27539d;
    position: relative;
    font-size: 15px;
    top: -1px;
    left: -2px;
}

#block-cooperstandard-landingpage2024footer .footer .phone {
    color: #27539d;
    font-weight: 600;
    font-size: 17px;
}

#block-cooperstandard-landingpage2024footer .subfooter {
    border-top: 2px solid #2d63a9;
    justify-content: space-around;
    padding-top: 7px;
    padding-bottom: 7px;
}

#block-cooperstandard-landingpage2024footer .subfooter .footer-submenu {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#block-cooperstandard-landingpage2024footer .subfooter .footer-submenu > * {
    margin: 0 4px;
}


/* Specific to Interior Page 2024 */
.page-node-type-interior-page-2024 main.no-banner {
    margin-top: calc(var(--drupal-displace-offset-top, 79px) + 9px) !important;
    margin-bottom: 50px;
}

/* .page-node-type-interior-page-2024.user-logged-in main.no-banner {
    margin-top: 88px;
} */

.page-node-type-interior-page-2024 .block-system-breadcrumb-block {
    position: absolute;
    top: 400px;
    left: 100px;
}

.page-node-type-interior-page-2024 main.no-banner .block-system-breadcrumb-block {
    position: absolute;
    top: 430px;
    left: 105px;
}

.page-node-type-interior-page-2024.user-logged-in main.no-banner .block-system-breadcrumb-block {
    top: 470px;
}

.page-node-type-interior-page-2024.toolbar-tray-open main.no-banner .block-system-breadcrumb-block {
    top: 510px;
}

.page-node-type-interior-page-2024 .block-system-breadcrumb-block li a {
    color: #152252;
    text-decoration: none;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.page-node-type-interior-page-2024 .block-system-breadcrumb-block li:last-child {
    color: #e5b22a;
    font-weight: 500;
    font-size: 14px;
}

.page-node-type-interior-page-2024 .block-system-breadcrumb-block li:last-child::before {
    padding-right: 5px;
}

.page-node-type-interior-page-2024 .hero-section {
    height: 335px;
}

.page-node-type-interior-page-2024 .hero-section .slider-selector {
    height: 100%;
    top: 0;
    left: 75px;
    justify-content: center;
}

.page-node-type-interior-page-2024 .paragraph {
    height: 100%;
}

.page-node-type-interior-page-2024 .hero-section .slider-slide {
    height: 100%;
}

.page-node-type-interior-page-2024 .hero_section_slider .field--name-field-background {
    background-position-y: center;
}

.page-node-type-interior-page-2024 .hero-section .slide-content {
    padding-top: 0;
    justify-content: center;
}

.page-node-type-interior-page-2024 .hero-section .slide-content .field--name-field-description p {
    margin: 5px 0 20px;
}

.page-node-type-interior-page-2024 .hero-section .slide-content .field--name-field-title {
    font-size: clamp(24px, 2.25vw, 45px);
}

.page-node-type-interior-page-2024 .hero-section .slide-buttons {
    padding-top: 35px;
}

.page-node-type-interior-page-2024 .hero-section .cta-button {
    top: 40px;
    right: 110px;
}

.page-node-type-interior-page-2024 .hero-section .overlay-image {
    right: -25px;
    width: 220px;
    height: auto;
    top: 10px;
}

.page-node-type-interior-page-2024 .field--name-field-interior-banner img {
    object-fit: cover;
    min-width: 100%;
    max-width: none;
    height: 335px;
}

.page-node-type-interior-page-2024 .node__content > h1 {
    margin: 55px auto 0;
    text-transform: none;
    font-size: 35px;
    font-weight: 700;
    color: #0c2153;
    border-bottom: 1px solid #989b9e;
    padding-bottom: 0.5em;
    width: calc(100% - 218px);
}

.page-node-type-interior-page-2024 .node__content .field--name-body {
    margin: 25px auto 0;
    width: calc(100% - 218px);
}

.page-node-type-interior-page-2024 .field__item.first-title .paragraph--type--pre-title-and-title {
    padding: 75px 0 25px;
}

.page-node-type-interior-page-2024 .four-itdls-across .field--name-field-itdl-image img {
    height: 80px;
}

.page-node-type-interior-page-2024 .contact-floating {
    /* position: absolute; */
    top: 80%;
}

.page-node-type-interior-page-2024 .contact-floating.fixed-position {
    position: fixed;
    top: 71%;
}


/* Landing Page 2020 additional overrides */
.page-node-type-landing-page-2020 .four-itdls-across .field--name-field-group-end-content a.button {
    background-image: url('../images/btn-bkg.jpg');
    border: none;
    padding: 1em 3em;
    background-size: cover;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    height: 48px;
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.page-node-type-landing-page-2020 .four-itdls-across .field--name-field-group-end-content a.button:hover {
    background: url('../images/btn-bkg-hover.jpg');
    background-size: auto;
    background-size: cover;
}


/* blog */
.view-blog-list {
    margin: 0 auto;
    overflow-x: hidden;
}

.view-blog-list .view-content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    width: calc(100% - 175px);
    transition: all 0.5s ease;
}

.view-blog-list .views-row {
    position: relative;
    height: 650px;
    min-height: 650px;
    width: 30%;
    max-width: 400px;
    margin: 35px 20px 0;
    background-color: white;
    box-shadow: 0 0px 15px 10px rgba(0, 0, 0, 0.125);
}

.view-blog-list .views-field-field-blog-image .media--view-mode-image-on-div-element {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.view-blog-list .views-field-created {
    color: #0063a9;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 25px 0 5px 15px;
}

.view-blog-list .views-field-title,
.view-blog-list .views-field-body {
    font-weight: 400;
    margin: 5px 15px 10px;
    font-size: 15px;
    line-height: 1.25;
    color: #152252;
}

.view-blog-list .views-field-title {
    font-weight: 600;
    font-size: clamp(18px, 1.6vw, 24px);
    height: 90px;
    overflow: hidden;
}

.view-blog-list .views-field-body {
    line-height: 1.75;
}

.view-blog-list .views-field-nothing {
    position: absolute;
    bottom: 6%;
    width: 100%;
}

.view-blog-list .views-field-nothing .actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

.view-blog-list .views-field-nothing a {
    background-color: #e5b22a;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 28px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.view-blog-list .views-field-nothing a:hover,
.view-blog-list .views-field-edit-node a:hover {
    background-color: #152252;
}

.page-node-type-blog-post .node__content {
    display: block;
}

.page-node-type-blog-post .interior-content .back-button {
    margin: 0;
    padding: 50px 0;
}

.page-node-type-blog-post .interior-content > h1 {
    margin-bottom: 30px;
}

.page-node-type-blog-post .subtitle {
    font-size: 24px;
    margin-bottom: 20px;
}

.page-node-type-blog-post .blog-image {
    float: right;
    width: 30vw;
    margin-left: 25px;
}

.page-node-type-blog-post .blog-image img {
    width: 100%;
    height: auto;
    margin: 0 0 25px;
}

.page-node-type-blog-post .author-byline {
    margin: 0 0 5px;
    font-size: 13px;
}

.page-node-type-blog-post .date-line {
    margin: 5px 0 20px;
    font-size: 13px;
}

.page-node-type-blog-post .author-byline .author,
.page-node-type-blog-post .date-line .date {
    color: #0063a9;
    font-weight: 500;
    letter-spacing: 1px;
}

.page-node-type-blog-post .field--name-body h2 {
    color: #0c2153;
    margin: 20px 0 10px;
}

.page-node-type-blog-post .back-button {
    margin: 75px 0;
}

.page-node-type-blog-post .back-button a {
    background-color: #e5b22a;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 28px;
    cursor: pointer;
    transition: all 0.5s ease;    
}

.page-node-type-blog-post .back-button a:hover {
    background-color: #152252;
}



/* media queries */
@media only screen and (max-width: 1500px) {
    .footer-logo {
        width: 100%;
        text-align: center;
    }

    footer nav > ul {
        columns: 2;
    }

    .contact-message-footer-contact-form-form {
        width: auto;
        max-width: 35%;
    }

    .view-news {
        min-height: 0;
    }

    .view-news .view-header {
        position: static;
        width: 100%;
        max-width: none;
        min-height: 0;
    }

    .news-header-content {
        /* width: auto; */
        margin-top: 0;
        padding: 2rem 0;
    }

    .news-header-content h2 {
        display: inline;
        margin-left: 1rem;
    }

    .news-header-content h1 {
        margin: .5rem 0 1.5rem;
        font-size: calc(14px + 1.7vw);
    }

    .view-news .slick-list {
        margin-top: -6rem;
    }

    footer nav .level-1 {
        columns: 2;
    }

    .footer-logo + .separator {
        display: none;
    }

    .footer-phone {
        margin-left: 1rem;
    }
}

@media only screen and (max-width: 1400px) {
    .field--name-field-highlights-paragraph {
        flex-direction: column;
        max-height: none;
    }

    .field--name-field-highlights-paragraph > .field__item:first-child {
        max-width: none;
        margin-top: 0;
    }

    .view-highlights-view.view-display-id-block_1,
    .view-highlights-isg-view.view-display-id-block_1,
    .view-highlights-isg-view.view-display-id-block_3 {
        width: 100%;
    }

    .path-frontpage .field--name-field-slider-title {
        font-size: calc(23px + 2.3vw);
    }

    
    /* "Two-sided cards" and "News cards" paragraph */
    .two-sided-cards,
    .news-cards {
        width: 90%;
    }
}

@media only screen and (max-width: 1333px) {
    #main-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .catalog_home_page #main-content {
        padding-left: 0;
        padding-right: 0;
    }

    .page-node-type-interior-page .breadcrumb,
    .page-node-type-landing-page-2020 .breadcrumb,
    .page-node-type-page .breadcrumb,
    .article .breadcrumb,
    .product_detail .breadcrumb {
        max-width: calc(100vw - 50px);
    }

    .page-node-type-interior-page .block-system-breadcrumb-block,
    .page-node-type-landing-page-2020 .block-system-breadcrumb-block,
    .page-node-type-page .block-system-breadcrumb-block,
    .article .block-system-breadcrumb-block,
    .product_detail .block-system-breadcrumb-block {
        /* margin-left: -25px; */
    }

    .page-node-type-catalog-product-detail-pages .slider,
    .path-frontpage .slider {
        width: 100vw;
        max-width: none;
        margin-left: -25px;
        margin-bottom: 25px;
    }

    .catalog_home_page .slider {

    }

    .path-frontpage .slider,
    .page-node-type-home-page .slider {
        margin-left: -25px;
        max-width: none;
        width: 100vw;
        margin-top: 88px;
        color: #fff;
    }

    .slider .slide-text {
        /* left: 5vw; */
    }

    .field--name-field-breadcrumbs {
        /* margin: 0; */
    }

    .view-region-hq .view-content {
        flex-direction: column;
    }

    .view-region-hq .views-row {
        width: 100%;
    }

    .block-content--get-in-touch {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    #block-mainnavigation-2 {
        width: 60%;
    }

    #block-footeradded,
    #block-cooperstandard-footeradded {
        margin-right: 12.5vw;
    }

    .view-team-members .view-content,
    .view-board-of-directors .view-content {
        grid-template-columns: repeat(3, 200px);
    }


    /* Tabbed content section */
    .paragraph--type--tabbed-content .tabbed-content-slide-container {
        height: 850px;
    }

    .paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-left {
        margin-left: 40px;
    }

    .paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-right {
        margin-right: 40px;
    }

    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link img {
        margin-right: 25px;
    }

    .paragraph--type--slide-for-tabbed-content .field--name-field-brief-description img {
        margin-right: 25px;
    }


    /* "Landing Page 2024" and "Interior Page 2024" content types */
    .page-node-type-landing-page-2024.layout-no-sidebars #main-content,
    .page-node-type-interior-page-2024.layout-no-sidebars #main-content {
        padding: 0;
    }

    .page-node-type-landing-page-2024 .button,
    .page-node-type-interior-page-2024 .button {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 1264px) {
    header a.header {
        padding: 0;
        width: auto;
    }

    .news-header-content {
        display: flex;
        flex-wrap: wrap;
        width: auto;
    }

    .news-header-content h2 {
        margin-top: 0;
    }

    .news-header-content h1 {
        font-size: calc(12px + 1.5vw);
        width: 88%;
        margin-bottom: .75rem;
    }

    .home-news .slick-list {
        margin-top: 215px;
    }

    .home-news-header .news-view-all {
        max-width: 200px;
        padding: 0 2em;
    }

    main.simple-search .field--name-field-3i-linked-image {
        grid-template-columns: repeat(2, 1fr);
    }


    /* "Tabbed content" paragraph */
    .paragraph--type--slide-for-tabbed-content.no-image-float .field__item.image_title_description_link {
        margin-left: 3%;
        margin-right: 3%;
    }

    .paragraph--type--slide-for-tabbed-content .field--name-field-title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1180px) {
    .view-news .slick-list {
        width: 100%;
        margin-top: 1rem;
    }

    .footer-logo {
        margin-bottom: 1rem;
    }

    .subfooter {
        flex-direction: column;
        text-align: center;
    }

    .subfooter .separator {
        background-color: transparent;
    }

    /* Hero section slider */
    .hero-section .cta-button {
        right: 25px;
    }


    /* "Tabbed content" paragraph */
    .paragraph--type--tabbed-content .tabbed-content-slide-container {
        height: 950px;
    }

    .paragraph--type--slide-for-tabbed-content .field--name-field-title,
    .paragraph--type--slide-for-tabbed-content .field--name-field-description {
        padding-top: 20px;
    }


    /* "Two-sided card" paragraph */
    .section-with-two-sided-cards {
        margin-top: 50px;
    }

    .two-sided-cards {
        width: 90%;
    }

    .two-sided-cards > .field--name-field-group-item {
        width: 100% !important;
    }

    .field__item.two_sided_card {
        width: 90%;
        margin: 0 auto 50px;
    }

    .two-sided-cards .two-sided-cards-selector {
        display: none;
    }


    /* News cards */
    .section-with-news-cards {
        margin-top: 50px;
    }

    .news-cards {
        width: 90%;
    }

    .news-cards > .field--name-field-group-item {
        width: 100% !important;
        flex-direction: column;
    }

    .field__item.news_card {
        width: 90%;
        margin: 0 auto 50px;
    }

    .news-cards .news-cards-selector {
        display: none;
    }


    /* Landing Page 2024 */
    .page-node-type-landing-page-2024 .field--name-field-group-item {
        flex-direction: column;
    }
    
    #block-cooperstandard-landingpage2024footer .footer {
        flex-direction: column;
    }

    #block-cooperstandard-landingpage2024footer .footer > * {
        margin-bottom: 20px;
    }

    #block-cooperstandard-landingpage2024footer .social p br:first-child {
        display: none;
    }

    #block-cooperstandard-landingpage2024footer .footer .phone {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1030px) {
    .hidden-on-mobile {
        display: none;
    }

    .hidden-on-desktop {
        display: inherit;
    }

    #block-mainnavigation-2,
    #block-footeradded,
    #block-cooperstandard-footeradded {
        width: 90%;
        margin: 0 auto 40px;
    }

    #block-footeradded .level-1,
    #block-cooperstandard-footeradded .level-1 {
        columns: 2;
    }

    .path-frontpage .home-news-header {
        position: static;
        width: calc(100% - 32px);
        max-width: none;
        min-height: 0;
        height: 520px;
        margin: 0 auto;
    }

    .path-frontpage .home-news {
        /* background-image: none; */
        min-height: 0;
    }

    .home-news .slick-list {
        margin-top: -323px;
        width: 100%;
    }

    .block-content--get-in-touch {
        margin: 2rem auto 4rem;
        max-width: none;
        flex-grow: 0;
        min-width: 400px;
    }

    footer nav > ul {
        columns: 3;
    }

    article.node--type-interior-page,
    article.node--type-landing-page-2020,
    article.node--type-page,
    article.node--type-product-detail {
        flex-direction: column;
        clear: both;
    }

    .view-regional-aviation-distributors .view-content {
        flex-direction: column;
    }

    .view-regional-aviation-distributors .views-row {
        width: 100%;
        margin-bottom: 1rem;
    }

    .interior-sidebar {
        width: 100%;
    }

    #views-exposed-form-locations-block-1 .form--inline {
        align-items: flex-start;
        flex-direction: column;
    }

    .slick-track {
        height: 62vw;
    }

    /* .video-modal video {
        width: 75%;
        height: 512px;
    } */


    /* Hero section slider */
    .hero-section .slider-slide {
        width: 45%;
    }

    .hero-section .cta-button {
        display: none;
    }


    #home-tiles {
        flex-direction: column;
        height: unset;
    }

    #home-tiles > div:first-child {
        width: 100%;
    }

    #home-tile-1 .field--name-field-tile-title,
    #home-tile-1 .field--name-field-tile-blurb,
    #home-tile-1 .field--name-field-tile-link,
    .field--name-field-tile-title {
        position: absolute;
    }

    #home-tile-1 .field--name-field-tile-title {
        top: 85px;
        width: 100%;
    }

    #home-tile-1 .field--name-field-tile-blurb {
        top: 140px;
    }

    #home-tile-1 .field--name-field-tile-link {
        top: 250px;
    }

    #home-tile-1 .field--name-field-tile-image {
        position: static;
        width: 100vw;
        height: 400px;
    }

    #home-tile-1 .field--name-field-tile-image img {
        height: 100%;
    }

    .field--name-field-tile-image {
        position: static;
        width: 100vw;
        height: 200px;
    }

    .tile-group {
        width: 100%;
        flex-wrap: unset;
        flex-direction: column;
    }

    .more-than-4-items .tile-group {
        width: 100%;
    }

    #home-tiles > div:first-child {
        width: 100%;
        top: unset;
        border-radius: unset;
    }

    #home-tiles.more-than-4-items > div:first-child {
        width: 100%;
    }

    #home-tiles .field--name-field-tile-title {
        position: absolute;
    }

    .tile-group > div {
        width: 100%;
        margin-top: 20px;
    }

    .tile-group > div:nth-child(1),
    .tile-group > div:nth-child(2),
    .tile-group > div:nth-child(3),
    .tile-group > div:nth-child(4) {
        width: 100%;
        overflow: hidden;
    }

    .more-than-4-items .tile-group > div {
        width: 100%;
        margin-top: 15px;
    }

    .paragraph--type--home-link-tiles {
        position: relative;
        width: 100%;
    }

    .tile-group .paragraph--type--home-link-tiles > a {
        flex-direction: column;
    }


    /* "Landing Page 2024" content type */
    .page-node-type-landing-page-2024 .button,
    .page-node-type-interior-page-2024 .button {
        padding-left: 35px;
        padding-right: 35px;
    }

    .page-node-type-landing-page-2024 .cs_two_column .field__item:first-of-type,
    .page-node-type-interior-page-2024 .cs_two_column .field__item:first-of-type,
    .page-node-type-landing-page-2024 .cs_three_column .field__item:first-of-type,
    .page-node-type-interior-page-2024 .cs_three_column .field__item:first-of-type {
        margin-left: 5%;
        margin-right: 5%;
    }

    .page-node-type-landing-page-2024 .paragraph--type--cs-two-column .field--name-field-columns,
    .page-node-type-interior-page-2024 .paragraph--type--cs-two-column .field--name-field-columns,
    .page-node-type-landing-page-2024 .paragraph--type--cs-three-column .field--name-field-columns-3,
    .page-node-type-interior-page-2024 .paragraph--type--cs-three-column .field--name-field-columns-3,
    .page-node-type-landing-page-2024 .field--name-field-group-item,
    .page-node-type-interior-page-2024 .field--name-field-group-item {
        flex-direction: column;
    }

    .page-node-type-landing-page-2024 .paragraph--type--cs-two-column .field__item + .field__item,
    .page-node-type-interior-page-2024 .paragraph--type--cs-two-column .field__item + .field__item,
    .page-node-type-landing-page-2024 .paragraph--type--cs-three-column .field__item + .field__item,
    .page-node-type-interior-page-2024 .paragraph--type--cs-three-column .field__item + .field__item {
        margin-left: 5%;
    }

    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column .field__item,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column .field__item,
    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column .field__item,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column .field__item {
        margin-left: 5%;
    }

    .page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .paragraph--type--cs-three-column .field__items,
    .page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .paragraph--type--cs-three-column .field__items {
        flex-direction: row;
    }

    .page-node-type-landing-page-2024 .field__item.fea-section .paragraph--type--pre-title-and-title,
    .page-node-type-interior-page-2024 .field__item.fea-section .paragraph--type--pre-title-and-title {
        padding-left: 5%;
    }

    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column .field__item:first-of-type,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column .field__item:first-of-type,
    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column .field__item:first-of-type,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column .field__item:first-of-type {
        margin-left: 5%;
    }

    .page-node-type-landing-page-2024 img.on-top,
    .page-node-type-interior-page-2024 img.on-top {
        display: none;
    }

    .page-node-type-landing-page-2024 .field__item.fea-section,
    .page-node-type-interior-page-2024 .field__item.fea-section {
        padding-bottom: 60px;
    }

    .page-node-type-landing-page-2024 .paragraph.fea-section > .field__items,
    .page-node-type-interior-page-2024 .paragraph.fea-section > .field__items {
        flex-direction: column;
    }

    .page-node-type-landing-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption,
    .page-node-type-interior-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption {
        margin-top: 25px;
        width: inherit;
        height: inherit;
    }

    .page-node-type-landing-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption .paragraph .field--name-field-image,
    .page-node-type-interior-page-2024 .paragraph.fea-section .field__item.media_with_optional_caption .paragraph .field--name-field-image {
        height: auto;
    }

    #block-cooperstandard-landingpage2024footer .footer .phone {
        font-size: 16px;
    }


    /* HVAC sealing section */
    .hvac-sealing-section .fixed-height-for-description {
        min-height: unset;
    }


    /* Gallery with Titles and Text section */
    .group_wrapper.gallery-with-titles-and-text {
        margin-bottom: 50px;
    }
    
    .gallery-with-titles-and-text .formatted_text_with_a_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .gallery-with-titles-and-text .field--name-field-ftt-text {
        width: 100%;
    }


    /* "Tabbed content" paragraph */
    .paragraph--type--slide-for-tabbed-content .button > img {
        margin-right: 0;
    }

    .paragraph--type--tabbed-content > .field--name-field-pre-title,
    .paragraph--type--tabbed-content > .field--name-field-title {
        margin: 0 auto;
        text-align: center;
    }

    .paragraph--type--tabbed-content > .field--name-field-pre-title {
        margin-top: 75px;
    }

    .paragraph--type--tabbed-content > .field--name-field-title {
        margin-bottom: 25px;
    }

    .paragraph--type--tabbed-content .tabbed-content-tabs {
        display: none;
    }

    .paragraph--type--tabbed-content .tabbed-content-slide-container {
        height: auto;
    }

    .paragraph--type--tabbed-content .tabbed-content-slide-container > .field__item {
        position: static;
        display: flex;
        flex-direction: column;
        opacity: 1;
    }

    .paragraph--type--slide-for-tabbed-content {
        text-align: left;
    }

    .slide_for_tabbed_content {
        margin-top: 2px;
    }

    .slide_for_tabbed_content:first-child {
        margin-top: 12px;
    }

    .slide_for_tabbed_content .mobile-tabbed-content-tab-item {
        position: relative;
        color: #152252;
        background-color: #acd5fe;
        text-align: left;
        border-radius: 0;
        font-weight: 600;
        padding: 12px 0 12px 25px;
        width: 100%;
    }

    .slide_for_tabbed_content .mobile-tabbed-content-tab-item .inline-chevron {
        position: absolute;
        top: 18px;
        right: 20px;
        width: 20px;
        transform: rotate(0deg);
    }

    .slide_for_tabbed_content .mobile-tabbed-content-tab-item.active .inline-chevron {
        transform: rotate(180deg);
    }

    .slide_for_tabbed_content .paragraph--type--slide-for-tabbed-content {
        display: none;
    }

    .slide_for_tabbed_content .paragraph--type--slide-for-tabbed-content.active {
        display: unset;
    }

    .paragraph--type--slide-for-tabbed-content .field--name-field-title,
    .paragraph--type--slide-for-tabbed-content .field--name-field-description {
        position: static;
        width: 100%;
        height: auto;
        text-align: left;
        padding-top: 25px;
        padding-right: 5%;
    }

    .paragraph--type--slide-for-tabbed-content .field--name-field-title {
        font-size: 36px;
        padding: 20px 5% 25px;
    }

    .paragraph--type--slide-for-tabbed-content .field--name-field-description {
        font-size: 15px;
        line-height: 1.7;
        padding-top: 0;
        padding-bottom: 20px;
        padding-left: 5%;
    }

    .paragraph--type--slide-for-tabbed-content .field--name-field-description p {
        font-size: 15px;
    }

    .paragraph--type--slide-for-tabbed-content .paragraph--type--cs-two-column h3,
    .paragraph--type--slide-for-tabbed-content .paragraph--type--cs-three-column h3 {
        margin-top: 25px;
    }

    .paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items {
        flex-direction: column;
    }

    .paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items .paragraph--type--cs-two-column .field__item p,
    .paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items .paragraph--type--cs-three-column .field__item p {
        line-height: 1.5;
    }

    .paragraph--type--slide-for-tabbed-content .slide-items-horizontal .field__items .paragraph--type--media-with-optional-caption img {
        margin: 35px 0;
        width: 100%;
        height: 225px !important;
    }

    .paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-left,
    .paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-right {
        margin-left: 20px;
        margin-right: 100px;
    }

    .paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-left {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-right {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link,
    .paragraph--type--slide-for-tabbed-content .field--name-field-brief-description {
        min-height: inherit;
    }

    .paragraph--type--slide-for-tabbed-content .field__item.image_title_description_link {
        margin-bottom: 20px;
    }

    .paragraph--type--slide-for-tabbed-content .image_title_description_link .field--type-image img {
        width: 100% !important;
        height: 135px !important;
        object-fit: cover;
    }

    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link .field--name-field-itdl-title,
    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link .field--name-field-itdl-desc {
        text-align: left;
    }

    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link .field--name-field-itdl-title {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .paragraph--type--slide-for-tabbed-content.no-image-float .field__item.image_title_description_link {
        margin: 0 auto 30px;
        width: 88%;
    }

    .paragraph--type--slide-for-tabbed-content .brief_description {
        margin-bottom: 40px;
    }

    .paragraph--type--slide-for-tabbed-content.no-image-float .paragraph--type--image-title-description-link img {
        margin-bottom: 0;
    }

    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link img {
        float: none;
    }

    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link a > img {
        width: 20px;
        height: auto;
        margin-right: 0;
    }

    .paragraph--type--slide-for-tabbed-content .pvc-button-fix {
        margin-bottom: 16px;
    }


    /* "Two sided cards" paragraph */
    .two-sided-cards {
        overflow-y: hidden;
    }

    .two-sided-cards .see-more {
        display: inherit;
        bottom: -5%;
    }

    .two-sided-cards .see-more.hidden {
        display: inherit !important;
        visibility: hidden;
        opacity: 0;
    }

    .two-sided-cards .see-more[data-show-index="2"] {
        bottom: -2.75%
    }

    .two_sided_card {
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease;
    }

    .two_sided_card.hidden-at-1030px {
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        min-height: 0;
        margin-bottom: 0;
    }


    /* "News cards" paragraph */
    .group_wrapper.section-with-news-cards {
        padding-top: 0;
    }

    .news-cards {
        overflow-y: hidden;
    }

    .news-cards .see-more {
        display: inherit;
        bottom: -5%;
        background-color: #e5b22a;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        font-size: 14px;
        padding: 18px 28px;
        cursor: pointer;
    }

    .news-cards .see-more.hidden {
        display: inherit !important;
        visibility: hidden;
        opacity: 0;
    }

    .news-cards .see-more[data-show-index="2"] {
        bottom: -2.75%
    }

    .news_card {
        visibility: visible;
        opacity: 1;
        transition: all 0.5s ease;
    }

    .news_card.hidden-at-1030px {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        min-height: 0;
        margin-bottom: 0;
    }

    .field__item.news_card {
        height: 700px;
        min-height: 700px;
    }

    .field__item.news_card .field__item.field--name-field-title {
        height: auto;
    }


    /* Dark blue background section with webform */
    /* .page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg,
    .page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg {
        padding-bottom: 100px;
    } */

    .page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .field__items,
    .page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .field__items {
        flex-direction: column;
        text-align: center;
    }

    .page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .field__item.pre_title_and_title,
    .page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .field__item.pre_title_and_title {
        width: auto;
        margin-top: 20px;
    }

    .page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .field__item.brief_description,
    .page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .field__item.brief_description {
        margin-top: 35px;
        margin-left: 0;
    }


    /* "Help?" block */    
    #modal--need-some-help {
        display: none;
    }

    #block-cooperstandard-help {
        /* display: block; */
    }

    #block-cooperstandard-help .modal-content > h2 {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 10;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.1;
        color: white;
        background-color: #152252;
        border-radius: 28px 0 0 0;
        padding: 15px 0 15px 10px;
        margin-bottom: 0;
        width: 90px;
        border: 1px solid #e7b625;
        border-right: none;
        border-bottom: none;
        text-align: center;
        cursor: pointer;
    }

    #block-cooperstandard-help .block-content {
        position: fixed;
        right: 0;
        bottom: -435px;
        z-index: 100;
        transition: bottom 0.5s ease;
        background-color: white;
        border-radius: 45px 0 0 0;
        overflow: hidden;
    }

    #block-cooperstandard-help .block-content.active {
        bottom: 0;
    }

    #block-cooperstandard-help .block-content .field--name-field-title {
        color: white;
        background-color: #152252;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 20px 30px;
    }

    #block-cooperstandard-help .block-content .field--name-body {
        padding: 25px 30px 0;
    }

    #block-cooperstandard-help .block-content .field--name-body h2 {
        font-size: 30px;
    }

    #block-cooperstandard-help .block-content form .form-item-name,
    #block-cooperstandard-help .block-content form .form-item-phone {
        margin: 0;
        padding: 0 30px 15px;
        color: #152252;
        font-weight: 400;
    }

    #block-cooperstandard-help .block-content form .form-item-phone {
        padding-top: 0;
    }

    #block-cooperstandard-help .block-content form .form-text,
    #block-cooperstandard-help .block-content form .form-tel {
        margin-top: 14px;
        padding: 20px;
        width: 100%;
    }

    #block-cooperstandard-help .block-content form .form-tel {
        margin-top: 0;
    }

    #block-cooperstandard-help .block-content form .form-text .description {
        font-size: 15px;
    }

    
    #block-cooperstandard-help .block-content form .form-name::placeholder,
    #block-cooperstandard-help .block-content form .form-tel::placeholder {
        color: #a2a2a2;
        font-size: 15px;
    }

    #block-cooperstandard-help .block-content form .form-actions {
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 264px;
        margin: 0 auto 35px;
    }

    #block-cooperstandard-help .block-content form .form-submit {
        border: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #block-cooperstandard-help .block-content .close-button {
        position: absolute;
        top: 0;
        right: 15px;
        color: white;
        font-size: 44px;
        cursor: pointer;
    }


    /* "Landing Page 2024" content type */
    .page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section,
    .page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section {
        padding: 25px 5% 75px;
    }

    .page-node-type-landing-page-2024 .slide--group-class--slide-two-columns .field--name-field-group-item.field__items,
    .page-node-type-interior-page-2024 .slide--group-class--slide-two-columns .field--name-field-group-item.field__items {
        flex-direction: column;
    }

    .page-node-type-landing-page-2024 .field__item.tabbed_content,
    .page-node-type-interior-page-2024 .field__item.tabbed_content {
        margin-top: 0;
    }


    /* Interior Page 2024 */
    .page-node-type-interior-page-2024 .four-itdls-across .field__items {
        flex-direction: row;
    }

    .page-node-type-interior-page-2024 .paragraph--type--cs-three-column.hvac-sealing-section .field__item h3 {
        margin-top: 25px;
    }

    .page-node-type-interior-page-2024 .paragraph--type--cs-three-column.hvac-sealing-section .field__item:first-child h3 {
        margin-top: 0;
    }
}

/* mobile nav shown */
@media only screen and (max-width: 1149px) {
    header .meta-nav {
        bottom: -41px;
        z-index: 999;
        left: 0;
        margin: 0;
        width: 100%;
        height: 40px;
        background-color: #fff;
        top: auto;
        right: auto;
        border-bottom: 1px solid #004996;
    }

    header .nav-contain.meta {
        justify-content: center;
    }

    header nav.menu--main {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
        display: block;
        float: none;
        left: 0;
        position: absolute;
        top: 120px;
        width: 100%;
        background-color: #fff;
        transform: translateX(-100%);
        transition: transform .3s ease-in-out;
    }

    header nav.shown {
        transform: translateX(0);
    }
    
    header nav > .level-1 {
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        margin-bottom: .5em;
    }

    header nav .level-1 > .li {
        margin: .5em 0 0;
        width: 100%;
        padding: 0;
    }

    header nav .level-1 > .li > a,
    header nav .level-1 > .li > span {
        padding: .25em 0;
    }

    header nav .level-1 > .li > a::after {
        content: none;
    }

    header nav .level-1 > .li > span.shown {
        background-color: #0063ab;
        color: #fff;
    }

    header nav .level-1 > .li .level-2 {
        left: 0;
        width: 100%;
        transform: none;
        position: static;
        background-color: #ececec;
        display: none;
    }

    header nav .level-1 > .li .level-2.shown {
        display: block;
    }

    header nav .level-1 > .li:hover .level-2 {
        border-color: transparent;
    }

    header nav .level-1 > .li .level-2 > .main-menu-text {
        display: none;
    }

    header nav .level-1 > .li .level-2 > .regular-links {
        opacity: 1;
        flex: 0 1 100%;
        columns: 1;
        padding: .67em 1em 0;
    }

    header nav .level-2 .regular-links a {
        font-size: 14px;
        font-weight: 400;
    }

    header nav .regular-links .li {
        margin: 0 0 .5em;
    }

    header nav .ul .ul .ul > .li a {
        padding-left: 0;
    }

    header nav .ul .ul .ul {
        /* display: none; */
    }

    .no-interior-banner main {
        margin-top: 128px;
    }

    main.no-banner .block-system-breadcrumb-block {
        top: 128px;
    }

    .no-interior-banner main.no-banner {
        margin-top: 185px;
    }

    .user-logged-in.no-interior-banner main.no-banner {
        margin-top: 145px;
    }

    /* video modal positioning */
    .video-modal {
        height: calc(100vh - 128px);
        top: 128px;
    }

    .user-logged-in .video-modal {
        top: 167px;
    }


    /* Gallery with titles and text */
    .paragraph--type--image-gallery {
        height: 665px;
    }

    .gallery-with-titles-and-text.paragraph--type--group-wrapper > .field__items {
        display: block;
    }

    .gallery-with-titles-and-text .field__item.image_gallery {
        margin: 0 auto;
        width: 95%;
    }

    .gallery-with-titles-and-text .field__item.group_wrapper {
        width: 100%;
        padding: 25px 5%;
    }


    /* Interior Page 2024 */
    .page-node-type-interior-page-2024 main.no-banner .block-system-breadcrumb-block {
        top: 475px;
    }

    .page-node-type-interior-page-2024 main.no-banner {
        margin-top: 128px;
    }

    .page-node-type-interior-page-2024.user-logged-in main.no-banner {
        margin-top: 128px;
    }

    .page-node-type-interior-page-2024.user-logged-in.toolbar-tray-open main.no-banner {
        margin-top: 88px;
    }

    .page-node-type-interior-page-2024.user-logged-in main.no-banner .block-system-breadcrumb-block {
        top: 515px;
    }

    .page-node-type-interior-page-2024.toolbar-tray-open main.no-banner .block-system-breadcrumb-block {
        top: 555px;
    }

    .page-node-type-interior-page-2024 .paragraph.paragraph--type--image-gallery {
        height: 300px;
    }


    /* blog */
    .view-blog-list .views-row {
        width: 35%;
    }
}

@media only screen and (max-width: 975px) {
    /* Landing Page 2024 */
    .page-node-type-landing-page-2024.user-logged-in.toolbar-tray-open header,
    .page-node-type-interior-page-2024.user-logged-in.toolbar-tray-open header {
        margin-top: 39px;
    }

    .page-node-type-interior-page-2024.user-logged-in.toolbar-tray-open main.no-banner {
        margin-top: 128px;
    }

    .page-node-type-interior-page-2024.toolbar-tray-open main.no-banner .block-system-breadcrumb-block {
        top: 475px;
    }


    /* blog */
    .view-blog-list .views-row {
        width: 45%;
    }
}

@media only screen and (max-width: 850px) {
    #home-tile-1 .field--name-field-tile-title {
        font-size: calc(30px + 2vw);
        top: 40px;
    }

    #home-tile-1 .field--name-field-tile-blurb {
        top: 150px;
    }

    #home-tile-1 .field--name-field-tile-link {
        top: 325px;
    }

    .view-highlights-view .view-footer {
        justify-content: center;
    }

    .block-content--materials-science h2,
    .mat-sci .field--name-field-foreground-text h2 {
        font-size: calc(16px + 4vw);
    }
}

@media only screen and (max-width: 768px) {
    .interior-banner-heading {
        font-size: 1.2em;
    }
    
    .interior-banner-buttons {
        flex-direction: column;
        width: 200px;
    }

    .interior-banner-buttons > a {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .interior-banner-buttons > a:last-child {
        margin-bottom: 0;
    }

    .interior-banner-buttons > a.interior-banner-call-button {
        display: inherit;
    }

    .interior-sidebar {
        display: none;
    }

    #home-tiles {
        flex-direction: column;
    }

    #home-tiles > div:first-child {
        width: 100%;
    }

    .tile-group {
        width: 100%;
        min-height: 300px;
    }

    footer nav > ul {
        columns: 2;
    }

    .has-interior-banner-content #block-getintouch a,
    .has-interior-banner-content #block-cooperstandard-getintouch a {
        display: inline-block;
        width: 195px;
        margin-bottom: 20px;
    }

    .has-interior-banner-content #block-getintouch a.only-if-interior-banner-content,
    .has-interior-banner-content #block-cooperstandard-getintouch a.only-if-interior-banner-content {
        display: inherit;
    }

    #block-copyrightcontent,
    #block-cooperstandard-copyrightcontent {
        height: auto;
    }

    .press-releases {
        columns: 1;
    }

    .subfooter {
        padding: 2rem;
    }


    /* 4 Image-Title-Description-Links across */
    .four-itdls-across .field__items {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin: 0;
    }

    .four-itdls-across .field__item.image_title_description_link {
        width: 85%;
        padding-top: 18px;
        padding-bottom: 5px;
        background-color: #f6f4f4;
        border-radius: 12px;
        margin-bottom: 7px;
        position: relative;
    }

    .four-itdls-across .field__item.image_title_description_link:last-child {
        margin-bottom: 0;
    }

    .four-itdls-across .paragraph--type--image-title-description-link {
        text-align: left;
        position: relative;
    }

    .four-itdls-across .field--name-field-itdl-image {
        position: absolute;
        width: 70px;
        height: calc(100% - 11.5px);
        margin: 0 25px 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .four-itdls-across .field--name-field-itdl-image img {
        height: 100%;
    }

    .four-itdls-across .field--name-field-itdl-title,
    .four-itdls-across .field--name-field-itdl-desc {
        margin-left: 115px;
    }

    .four-itdls-across .field--name-field-itdl-title {
        margin-top: 0;
    }

    .four-itdls-across .field--name-field-itdl-desc {
        line-height: 1.3;
    }

    .four-itdls-across .field--name-field-itdl-desc p {
        font-size: 15px;
    }

    .four-itdls-across .field--name-field-group-end-content {
        margin-top: 55px;
    }


    /* "Landing Page 2024" content type */
    .page-node-type-landing-page-2024 .paragraph,
    .page-node-type-interior-page-2024 .paragraph {
        text-align: center;
    }

    .page-node-type-landing-page-2024 header,
    .page-node-type-interior-page-2024 header {
        border-top: 0;
    }
    
    .page-node-type-landing-page-2024 header .wrapper,
    .page-node-type-interior-page-2024 header .wrapper {
        padding-right: 0;
    }

    .page-node-type-landing-page-2024 #block-cooperstandard-branding,
    .page-node-type-interior-page-2024 #block-cooperstandard-branding {
        margin-left: 0;
    }

    .page-node-type-landing-page-2024 header a.header img,
    .page-node-type-interior-page-2024 header a.header img {
        max-width: 45vw;
    }

    #block-cooperstandard-landingpage2024headercontact {
        background: #152252;
    }

    #block-cooperstandard-landingpage2024headercontact .field--name-body {
        padding-left: 25px;
    }

    .page-node-type-landing-page-2024 .header-contact-title,
    .page-node-type-interior-page-2024 .header-contact-title {
        color: #acd5fe;
        letter-spacing: 2px;
    }

    .page-node-type-landing-page-2024 .header-contact-phone-number a,
    .page-node-type-interior-page-2024 .header-contact-phone-number a {
        color: white;
        font-size: 16px;
    }

    .page-node-type-landing-page-2024 .node__content .chevron,
    .page-node-type-interior-page-2024 .node__content .chevron {
        display: none;
    }

    .page-node-type-landing-page-2024 .field__item.first-title .paragraph--type--pre-title-and-title,
    .page-node-type-interior-page-2024 .field__item.first-title .paragraph--type--pre-title-and-title {
        border-radius: 0;
    }

    .field--name-field-paragraphs-content .paragraph--type--pre-title-and-title .field--name-field-pre-title {
        line-height: 1.1;
    }

    .field--name-field-paragraphs-content .paragraph--type--pre-title-and-title .field--name-field-title {
        line-height: 1.0;
    }

    .page-node-type-landing-page-2024 .paragraph--type--cs-two-column .field--name-field-columns,
    .page-node-type-interior-page-2024 .paragraph--type--cs-two-column .field--name-field-columns,
    .page-node-type-landing-page-2024 .paragraph--type--cs-three-column .field--name-field-columns-3,
    .page-node-type-interior-page-2024 .paragraph--type--cs-three-column .field--name-field-columns-3,
    .page-node-type-landing-page-2024 .field--name-field-group-item,
    .page-node-type-interior-page-2024 .field--name-field-group-item {
        text-align: left;
    }

    .page-node-type-landing-page-2024 .cs_two_column .field__item:first-of-type,
    .page-node-type-interior-page-2024 .cs_two_column .field__item:first-of-type,
    .page-node-type-landing-page-2024 .cs_three_column .field__item:first-of-type,
    .page-node-type-interior-page-2024 .cs_three_column .field__item:first-of-type {
        margin-left: 5%;
        margin-right: 0;
    }

    .page-node-type-landing-page-2024 .paragraph--type--cs-two-column .field--name-field-columns h3,
    .page-node-type-interior-page-2024 .paragraph--type--cs-two-column .field--name-field-columns h3,
    .page-node-type-landing-page-2024 .paragraph--type--cs-three-column .field--name-field-columns-3 h3,
    .page-node-type-interior-page-2024 .paragraph--type--cs-three-column .field--name-field-columns-3 h3,
    .page-node-type-landing-page-2024 .field--name-field-group-item h3,
    .page-node-type-interior-page-2024 .field--name-field-group-item h3 {
        width: 85%;
    }

    .page-node-type-landing-page-2024 .field__item.fea-section .paragraph--type--pre-title-and-title,
    .page-node-type-interior-page-2024 .field__item.fea-section .paragraph--type--pre-title-and-title {
        padding-left: 0;
    }

    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column .field__items,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column .field__items,
    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column .field__items,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column .field__items {
        width: 90%;
        margin: auto;
        line-height: 1.5;
    }

    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column .field__item:first-of-type,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column .field__item:first-of-type,
    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column .field__item:first-of-type,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column .field__item:first-of-type,
    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column .field__item,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column .field__item,
    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column .field__item,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column .field__item {
        margin-left: 0;
        margin-right: 0;
    }

    .page-node-type-landing-page-2024 .field__item.fea-section .paragraph--type--pre-title-and-title,
    .page-node-type-interior-page-2024 .field__item.fea-section .paragraph--type--pre-title-and-title {
        padding-top: 40px;
    }

    .page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section,
    .page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section {
        padding-bottom: 100px;
    }

    .page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .paragraph--type--cs-three-column .field__items,
    .page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .paragraph--type--cs-three-column .field__items {
        flex-direction: column;
    }

    .page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field--name-field-group-item,
    .page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field--name-field-group-item {
        position: relative;
    }

    .page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption,
    .page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption {
        bottom: -151px;
        left: inherit;
        width: 100%;
    }

    .page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption img,
    .page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption img {
        margin-right: 0;
        width: auto;
    }

    .page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg,
    .page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg {
        margin-top: 0;
    }

    .page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg .paragraph--type--pre-title-and-title .field--name-field-title,
    .page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg .paragraph--type--pre-title-and-title .field--name-field-title {
        font-size: 36px;
    }

    #block-cooperstandard-landingpage2024footer {
        padding-top: 35px;
    }

    #block-cooperstandard-landingpage2024footer .footer {
        margin-bottom: 0;
    }

    #block-cooperstandard-landingpage2024footer .footer p {
        font-size: 14px;
    }

    #block-cooperstandard-landingpage2024footer .footer .phone {
        font-size: 14px;
        position: relative;
        top: 5px;
    }

    #block-cooperstandard-landingpage2024footer .subfooter {
        text-align: center;
        padding: 30px 0 15px;
    }

    #block-cooperstandard-landingpage2024footer .subfooter .footer-submenu {
        flex-wrap: wrap;
        justify-content: center;
        align-items: baseline;
    }

    #block-cooperstandard-landingpage2024footer .subfooter .footer-submenu > * {
        font-size: 13px;
    }


    /* Interior Page 2024 */
    .page-node-type-interior-page-2024 main.no-banner .block-system-breadcrumb-block {
        left: 25px;
        /* top: 450px; */
        width: 85%;
    }

    .page-node-type-interior-page-2024.toolbar-tray-open main.no-banner .block-system-breadcrumb-block {
        top: 450px;
    }

    .page-node-type-interior-page-2024.user-logged-in.no-interior-banner main.no-banner {
        margin-top: 128px;
    }

    .page-node-type-interior-page-2024 .field--name-field-hero-section-slider {
        height: 100%;
    }

    .page-node-type-interior-page-2024 .hero-section .slider-selector {
        top: 300px;
        left: unset;
        width: 100%;
        height: 35px;
        justify-content: center;
        align-items: flex-end;
    }

    .page-node-type-interior-page-2024 .hero-section .slide-content {
        width: 100%;
        height: 100%;
        align-items: center;
    }

    .page-node-type-interior-page-2024 .hero-section .slide-buttons {
        bottom: unset;
        top: 200px;
    }

    .page-node-type-interior-page-2024 .hero-section .cta-button,
    .page-node-type-interior-page-2024 .node__content > .cta-button {
        display: none;
    }

    /* Modal forms (Hubspot) */
    .hubspot-form-container h2 {
        margin: 0;
        font-size: 24px;
    }

    .modal-form .block-content form input {
        padding: 7px;
    }

    .hubspot-form-container .hs-form-field {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .hubspot-form-container .legal-consent-container,
    .hubspot-form-container .legal-consent-container p {
        font-size: 12px;
    }


    /* Horizontal webforms */
    /* .horizontal-webform form #edit-name--description {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .horizontal-webform form #edit-phone {
        margin-top: 0;
    } */

    .horizontal-webform {
        width: 100%;
    }

    .horizontal-webform form .actions {
        top: 0;
    }


    /* Hero section */
    .hero-section {
        height: 575px;
    }

    .hero_section_slider .paragraph--type--hero-section-slider {
        margin-left: 0;
    }

    .hero-section .slider-slide {
        width: 92.5%;
        margin: auto;
    }
    
    .hero-section .slide-content {
        padding-top: 40px;
        text-align: center;
    }

    .hero-section .slide-content .field--name-field-description p {
        margin-top: 8px;
        margin-bottom: 30px;
        line-height: 1.3;
        font-size: 16px;
    }

    .hero-section .slide-buttons {
        margin: auto;
        position: absolute;
        justify-content: center;
        left: 0;
        right: 0;
        top: 300px;
    }

    .hero-section .slide-buttons .field--name-field-button-2 {
        margin-left: 7px;
    }

    .hero-section .slider-selector {
        top: inherit;
        left: calc(50% - 62px);
        bottom: 178px;
        flex-direction: row;
    }

    .hero-section .slider-selector-item {
        margin-right: 10px;
    }

    .hero_section_slider .background-gradient {
        background-image: linear-gradient(180deg, rgb(0, 99, 171), transparent 67%);
    }

    .hero-section .slide-content .field--name-field-pre-title {
        color: #acd5fe;
    }

    .hero-section .overlay-image {
        display: none;
    }

    .hero-section .cta-button {
        display: inherit;
        top: unset;
        right: unset;
        bottom: -8px;
        left: calc(50% - 150px);
        width: 300px;
        box-shadow: 1px 1px 15px 4px rgba(0, 0, 0, 0.15);
    }
    

    /* Image gallery */
    .gallery-with-titles-and-text .field__item.group_wrapper .field--name-field-brief-description {
        text-align: left;
        width: auto;
        margin-top: 30px;
        line-height: 1.5;
    }

    .gallery-with-titles-and-text .field__item.image_gallery {
        width: 100%;
    }

    .paragraph--type--image-gallery {
        height: 300px;
    }


    /* HVAC sealing section */
    .hvac-sealing-section p {
        line-height: 1.2;
    }

    /* FEA section */
    .fea-section p:first-child {
        margin-bottom: 25px;
    }

    .page-node-type-landing-page-2024 .field__item.fea-section,
    .page-node-type-interior-page-2024 .field__item.fea-section {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .fea-section .paragraph--type--pre-title-and-title .field--name-field-title {
        margin-bottom: 25px;
    }

    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_two_column,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_two_column,
    .page-node-type-landing-page-2024 .paragraph.fea-section .cs_three_column,
    .page-node-type-interior-page-2024 .paragraph.fea-section .cs_three_column {
        margin-bottom: 0;
    }


    /* Optimized HVAC components section */
    .optimized-hvac-components-section .title_text {
        line-height: 1.2;
    }

    .optimized-hvac-components-section .field--name-field-tt-text {
        text-align: left;
        line-height: 1.5;
    }

    .optimized-hvac-components-section .field__item ul {
        margin-top: 3px !important;
        margin-bottom: 0 !important;
        line-height: 1.5 !important;
    }


    /* Tabbed content section */
    .paragraph--type--slide-for-tabbed-content .field--name-field-description {
        line-height: 1.5;
    }

    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link .field--name-field-itdl-title,
    .paragraph--type--slide-for-tabbed-content .paragraph--type--image-title-description-link .field--name-field-itdl-desc {
        line-height: 1.5;
    }


    /* Two-sided cards section */
    .section-with-two-sided-cards {
        background-color: #f2f0f0;
    }

    .section-with-two-sided-cards > .paragraph {
        margin-top: 18px;
        padding-top: 45px;
    }

    .field__item.two_sided_card .paragraph--type--two-sided-card {
        text-align: left;
    }

    .field__item.two_sided_card .field__item.field--name-field-description p,
    .field__item.two_sided_card .field__item.field--name-field-secondary-description p {
        font-size: 14px;
    }

    .field__item.two_sided_card .field__item.field--name-field-description li,
    .field__item.two_sided_card .field__item.field--name-field-secondary-description li {
        line-height: 1.5;
    }


    /* News cards section */
    .section-with-news-cards {
        background-color: #f2f0f0;
    }

    .section-with-news-cards > .paragraph {
        margin-top: 18px;
        padding-top: 45px;
    }

    .field__item.news_card {
        height: 600px;
        min-height: 600px;
    }

    .field__item.news_card .paragraph--type--news-card {
        text-align: left;
    }

    .field__item.news_card .field__item.field--name-field-description p{
        font-size: 14px;
    }

    .field__item.news_card .field__item.field--name-field-description li {
        line-height: 1.5;
    }


    /* Modal forms */
    .modal-form .block-content {
        width: 100%;
    }

    .modal-form .block-content .content-right,
    .modal-form .block-content .content-inner {
        padding: 50px 7% 15px;
    }

    .modal-form .block-content form .form-actions .form-submit {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .modal-form .block-content .content-left {
        display: none;
    }

    .modal-form .block-content .content-right {
        width: 100%;
    }

    .modal-form.file-download .block-content .content-right,
    .modal-form.file-download .block-content .content-inner {
        padding: 50px 7% 40px;
    }


    /* Email brochure modal */
    #modal--email-brochure .block-content {
        width: 100%;
        max-width: unset;
        flex-direction: column;
    }

    #modal--email-brochure .block-content .content-left,
    #modal--email-brochure .block-content .content-right {
        width: auto;
    }


    /* "Back to page top button" paragraph */
    .field__item.back_to_page_top_button {
        display: none;
    }


    /* Landing Page 2024 */
    .page-node-type-landing-page-2024 .landing-page-2024-dark-blue-bg,
    .page-node-type-interior-page-2024 .landing-page-2024-dark-blue-bg {
        padding-left: 10px;
        padding-right: 10px;
    }


    /* Interior Page 2024 */
    .page-node-type-interior-page-2024 .field--name-field-interior-banner img {
        height: 310px;
    }

    .page-node-type-interior-page-2024 .four-itdls-across .field__items {
        flex-direction: column;
    }

    .page-node-type-interior-page-2024 .paragraph--type--cs-three-column.hvac-sealing-section .field__item:last-child {
        margin-bottom: 10px;
    }

    .page-node-type-interior-page-2024 .optimized-hvac-components-section .paragraph--type--cs-three-column .field__item:last-child p {
        margin-top: 1.25em;
    }


    /* blog */
    .view-blog-list .views-row {
        width: 95%;
    }
}


@media only screen and (max-width: 670px) {
    .view-team-members .view-content,
    .view-board-of-directors .view-content {
        grid-template-columns: repeat(2, 200px);
    }

    main.simple-search .field--name-field-3i-linked-image {
        grid-template-columns: 1fr;
        gap: 0;
    }
}


@media only screen and (max-width: 600px) {
    header a.header img {
        max-width: 40vw;
    }

    .social-link {
        margin: 0 4px;
    }

    .stock-readout {
        display: none;
    }

    .meta-nav .social {
        border-right: none;
        width: 11em;
    }

    .view-highlights-view.view-display-id-block_1 .view-header h1,
    .view-highlights-isg-view.view-display-id-block_1 .view-header h1 {
        font-size: calc(22px + 3vw);
    }

    #home-tiles {
        height: auto;
        margin: 0 -25px;
    }

    .path-frontpage .home-news {
        margin: 0 -25px;
    }

    .tile-group {
        flex-direction: column;
        flex-wrap: nowrap;
        min-height: 376px;
    }

    .tile-group > div {
        min-height: 120px;
        display: flex;
        align-items: center;
        padding: 0 4em;
    }

    .field--name-field-tile-blurb {
        line-height: 1.5;
    }

    .tile-group > div:nth-child(1),
    .tile-group > div:nth-child(2),
    .tile-group > div:nth-child(3),
    .tile-group > div:nth-child(4) {
        width: 100%;
        padding: 0;
    }

    .paragraph--type--home-link-tiles {
        width: 100%;
    }

    #home-tiles .tile-group .field--name-field-tile-title,
    #home-tiles.more-than-4-items .tile-group .field--name-field-tile-title {
        width: 100%;
        font-size: calc(13px + 2.7vw) !important;
        padding: 60px 10px;
    }

    .home-news .press-title a {
        line-height: 1.3;
    }

    .news-header-content h1 {
        /* font-size: calc(20px + 4vw); */
    }

    #block-contactblock-2 > h2 {
        font-size: calc(24px + 4vw);
    }

    .view-news .slick-list {
        margin: 1rem 2rem;
    }

    .home-news-header .news-view-all {
        max-width: none;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .home-news-footer {
        justify-content: center;
        margin: 0;
    }

    .slider .slide-text {
        position: absolute;
        left: 0;
        top: 10vw;
        flex: 0 1 100%;
        padding: 2.5rem;
        height: 400px;
    }

    .catalog_home_page .slider .slide-text {
        top: 0;
    }

    .field--name-field-home-slider-images .slick-track {
        height: 500px;
    }

    .field--name-field-highlights-paragraph {
        margin-top: 0;
        padding: 75px 10px;
        background-image: none;
    }

    .slider .slide-item {
        background-image: linear-gradient(90deg, rgb(0, 99, 171), rgba(0, 99, 171, .5)) !important;
        position: relative;
    }

    .field--name-field-slider-description {
        max-width: none;
        padding: 0 0 20px;
        line-height: 1.8;
    }

    .slider-dot-num {
        top: auto;
        bottom: 25px;
        left: 2.5rem;
    }

    .slick-dots {
        top: auto;
        left: 155px;
        flex-direction: row;
        align-items: flex-end;
        bottom: 2.25rem;
    }

    .slick-dots li {
        margin-right: 15px;
    }

    .bouncing-arrow {
        top: 618px;
    }

    .view-highlights-view .slick-track {
        height: 62vw;
    }

    .mat-sci .field--name-field-foreground-text {
        padding: 30px 25px 35px;
    }

    .block-content--materials-science .field--name-field-basic-block-image,
    .mat-sci .field--name-field-bkg-img {
        border-radius: 0;
    }

    .title-over-image-group .field--name-field-group-item {
        flex-direction: column;
    }

    .product-listing .view-content,
    .view-top-materials-of-choice .view-content,
    .view-industries-listing .view-content {
        flex-direction: column;
    }

    #block-views-block-news2-block-2 .aggregator-feed {
        flex-direction: column;
    }

    #block-views-block-news2-block-2 .aggregator-item {
        margin-bottom: 25px;
    }

    .view-our-innovation .view-content {
        flex-direction: column;
    }

    .view-our-innovation .views-row {
        width: 100%;
        margin-bottom: 25px;
    }

    .page-node-type-catalog-home-page .slide-text {
        height: auto;
    }

    .page-node-type-catalog-home-page .slick-slider .slick-track,
    .page-node-type-catalog-home-page .slick-slider .slick-list {
        max-height: 415px;
    }

    main.simple-search .search-bar-div {
        width: 100%;
    }

    .interior-content,
    .landing-page-2020-content,
    .node--type-product-detail .node__content {
        max-width: calc(100vw - 50px);
    }

    .page-node-type-landing-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption,
    .page-node-type-interior-page-2024 .field__item.optimized-hvac-components-section .field__item.media_with_optional_caption {
        bottom: -161px;
    }

    .interior-content img,
    .landing-page-2020-content img,
    .node--type-product-detail .node__content img,
    #main-content img {
        max-width: 100%;
        height: auto;
    }

    .optimized-hvac-components-section .field__item.media_with_optional_caption img {
        height: 10em !important;
    }

    .paragraph--type--cs-two-column .field--name-field-columns,
    .field--name-field-group-item,
    .paragraph--type--cs-three-column .field--name-field-columns-3,
    .field--name-field-group-item {
        flex-direction: column;
    }

    .paragraph--type--cs-two-column .field__item + .field__item,
    .paragraph--type--cs-three-column .field__item + .field__item {
        margin-left: inherit;
    }

    .group_wrapper.news-pr {
        margin-left: -25px;
        width: 100vw;
        padding: 0 25px;
    }

    .news-pr .title_text_link,
    .field--name-field-image-text-box .cs_image_text {
        margin-bottom: 25px;
    }

    .field--name-field-image-text-box,
    .paragraph--type--cs-side-title-2-images {
        flex-direction: column;
        align-items: center;
    }

    iframe.embedly-embed,
    iframe[src*=youtube] {
        max-width: calc(100vw - 50px);
    }

    .two-col-ul {
        columns: 1;
    }

    #block-contactblock-3 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .video-modal video {
        width: 100%;
        height: 256px;
    }


    /* Hero section slider */
    .hero-section .slider-slide {
        flex-direction: column;
        width: 95%;
    }

    .hero-section .slide-content .field--name-field-title {
        font-size: 36px;
        line-height: 1.1;
    }


    /* "Tabbed content" paragraph */
    .paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-left,
    .paragraph--type--slide-for-tabbed-content.slide--group-class--slide-two-columns .column-right {
        margin-right: 20px;
    }

    
    /* "Landing Page 2024" content type */
    .page-node-type-landing-page-2024 .header-contact-phone-number a,
    .page-node-type-interior-page-2024 .header-contact-phone-number a {
        font-size: 15px;
    }


    /* "Interior Page 2024" content type */
    .page-node-type-interior-page-2024 .field--name-field-interior-banner img {
        height: 335px !important;
        object-fit: cover;
    }

    .page-node-type-interior-page-2024 .node__content > h1 {
        margin-top: 65px;
        margin-left: 28px;
        width: 90%;
    }

    .page-node-type-interior-page-2024 .node__content .field--name-body {
        margin-left: 28px;
        width: 85%;
    }

    .view-blog-list .view-content {
        width: 85%;
    }

    .view-blog-list .views-row {
        margin-left: 0;
    }

    .view-blog-list .views-field-nothing a {
        padding: 18px 14px;
    }
}


@media only screen and (max-width: 470px) {
    .view-team-members .view-content,
    .view-board-of-directors .view-content {
        grid-template-columns: 1fr;
    }

    .views-field-field-team-image img {
        margin: 0 auto;
        display: block;
    }

    .view-team-members .views-row,
    .view-board-of-directors .views-row {
        margin: 0 auto 25px;
        width: 200px;
    }

    .view-team-members.view-display-id-block_2 .view-content, .view-board-of-directors.view-display-id-block_2 .view-content {
        grid-template-columns: repeat(1, 100%);
    }

    .view-team-members.view-display-id-block_2 .views-field-body > .field-content-container > .field-content, .view-board-of-directors.view-display-id-block_2 .views-field-body > .field-content-container > .field-content {
        padding: 15px;
    }

    .view-team-members.view-display-id-block_2 .clone-name, .view-board-of-directors.view-display-id-block_2 .clone-name {
        line-height: 1.375;
    }

    
    /* Hero section slider */
    .hero-section .slide-content .field--name-field-title {
        font-size: 32px;
    }


    /* News cards section */
    .field__item.news_card {
        height: 700px;
        min-height: 700px;
    }
}


@media only screen and (max-width: 400px) {
    .news-header-content h2 {
        font-size: 16px;
    }

    #block-mainnavigation-2 .level-1,
    #block-footeradded .level-1,
    #block-cooperstandard-footeradded .level-1 {
        columns: 1;
        text-align: center;
    }

    .block-content--get-in-touch {
        min-width: 0;
    }

    footer nav .level-2 .li {
        margin: 0 0 14px 0;
    }
    

    #block-contactblock-3 h2 {
        font-size: 42px;
    }
}
