@font-face {
    font-family: 'Brand-bold';
    src: url('../fonts/swiss-bold-webfont.woff2') format('woff2'),
         url('../fonts/swiss-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brand-italic';
    src: url('../fonts/swiss-italic-webfont.woff2') format('woff2'),
         url('../fonts/swiss-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brand';
    src: url('../fonts/swiss-roman-webfont.woff2') format('woff2'),
         url('../fonts/swiss-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

section.homepage-about-section div ul {
    display: block !important;
    list-style-type: disc !important;
    margin: 16px 0 !important;
    padding: 0 0 0 40px !important;
}

section.homepage-about-section div li {
    display: list-item;
}

section {
    background-color: #fff !important;
}

main {
    background-color: #fff !important;
}

body {
    background-color: #fff !important;
    color: #00263E !important;
}

.brand {
    font-family: 'Brand';
    font-weight: normal;
    font-style: normal;
}

.active-tab {
    background: #ff6b02;
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
}
#main-video01 {
    background-size: cover;
    background-image: url('../images/main-video01.jpg');
}

#main-video02 {
    background-size: cover;
    background-image: url('../images/ideal-national-championship-winner-2021.png');
}

#custom-video {
    background-size: cover;
    background-image: url('../images/homepage-services/liquid_cooled_generator.png');
}


.youtube-player {
    position: relative;
    margin: auto;
    cursor: pointer;
    height: 500px;
}
.youtube-cover {
    height: 100%;
}
iframe {
    border: 0;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    margin-left: 3px;
    transform: scale(0.8);
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #00000075;
    border-radius: 50%;
    transition: all 200ms;
}
.video-text {
    display: flex;
    position: absolute;
    align-items: center;
    background-color: #00000075;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    width: 100%;
    height: 60px;
    bottom: 0px;
}
.video-text:last-child {
    font-size: 13px;
    font-weight: 700;
}
span.video-text-arrow {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    margin: 15px;
}
.social-footer a img:hover {
    filter: invert(42%) sepia(51%) saturate(3767%) hue-rotate(7deg) brightness(109%) contrast(108%);
}

.step {
    display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
}

.tabs--home li.active,
.tabs--home .tab.active {
    background-color: #fa6600;
    color: #fff;
}

.tabs--quote li.active,
.tabs--quote .tab.active {
    background-color: #fa6600;
    color: #fff;
    font-weight: 700;
}

.hero-content {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-section__media {
    position: absolute;
    inset: 0;
    margin: 0;
}

.hero-section__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-section__content {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 820px) {
    .hero-content {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        top: 0;
        transform: none;
    }
}

.clip-custom {
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

@media screen and (max-width: 820px) {
    .clip-custom {
        clip-path: none;
        display: block;
        left: 0 !important;
        overflow: initial;
        padding: 15px !important;
        position: relative;
        top: auto;
        transform: none;
        width: 100% !important;
    }
}

.bg-section-muted {
    background-color: #e1e1df;
}

.text-shadow-soft {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.text-shadow-strong {
    text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.8);
}

.hero-promo-bg-mobile {
    background-image: linear-gradient(to right, rgba(2, 6, 23, 0.9), rgba(51, 65, 85, 0.3)), url('../images/promo-sales-banner-bg.avif');
}

.hero-promo-bg-desktop {
    background-image: linear-gradient(to right, rgba(2, 6, 23, 0.9), rgba(255, 255, 255, 0)), url('../images/promo-sales-banner-bg.avif');
}

.nav-dropdown-panel {
    position: static;
    inset: auto;
    margin: 0;
    transform: none;
    width: 100%;
    z-index: 10;
    display: none !important;
}

.nav-dropdown-panel[aria-hidden="false"] {
    display: block !important;
}

@media (min-width: 1024px) {
    .nav-dropdown-panel {
        position: absolute;
        top: calc(100% + 0.5rem);
        left: 0;
        width: max-content;
        min-width: 16rem;
    }

    .nav-dropdown-panel[aria-hidden="false"] {
        display: grid !important;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.bg-primary {
    background-color: #fa6600;
}

.text-primary {
    color: #fa6600;
}

.border-primary {
    border-color: #fa6600;
}

.hover\:bg-primary:hover {
    background-color: #fa6600;
}

.hover\:text-primary:hover {
    color: #fa6600;
}

.hover\:border-primary:hover {
    border-color: #fa6600;
}

.hover\:bg-primary-hover:hover {
    background-color: #e55f00;
}

#video1 {
    background-image: url('../images/video-covers/video01.jpg');
}

#video2 {
    background-image: url('../images/video-covers/video02.jpg');
}

#video3 {
    background-image: url('../images/video-covers/video03.jpg');
}

#video4 {
    background-image: url('../images/video-covers/video04.jpg');
}

#video5 {
    background-image: url('../images/video-covers/video05.jpg');
}

#video6 {
    background-image: url('../images/video-covers/video06.jpg');
}

#video7 {
    background-image: url('../images/video-covers/video07.jpg');
}

#video8 {
    background-image: url('../images/video-covers/video08.jpg');
}

#video9 {
    background-image: url('../images/video-covers/video09.jpg');
}

#video10 {
    background-image: url('../images/video-covers/video10.jpg');
}

#video11 {
    background-image: url('../images/video-covers/video11.jpg');
}

#video12 {
    background-image: url('../images/video-covers/video12.jpg');
}

#video13 {
    background-image: url('../images/video-covers/video13.jpg');
}

#video14 {
    background-image: url('../images/video-covers/video14.jpg');
}

#video16 {
    background-image: url('../images/video-covers/video16.jpg');
}

.video-frame {
    display: none;
}

.video-frame.is-active {
    display: block;
}

.video-embed {
    width: 100%;
    min-height: 300px;
}

.map-embed {
    border: 0;
}

.map-embed--square {
    width: 350px;
    height: 350px;
    max-width: 100%;
}

.hero-cox-electric {
    background-image: url('../images/powering_your_home.jpg');
}

.promo-bg {
    background-color: #000000;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%), url('../images/powering_your_home.jpg');
    background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
}

@media only screen and (min-width: 1280px) {
    .promo-bg {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 100%), url('../images/powering_your_home.jpg');
    }
}

@media only screen and (min-width: 1600px) {
    .promo-bg {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 0) 100%), url('../images/powering_your_home.jpg');
        background-position: center, -680%;
    }
}

@media only screen and (min-width: 1920px) {
    .img-generator {
        height: 550px;
    }

    .img-container {
        top: 0;
        left: -102%;
    }
}

@media only screen and (min-width: 1084px) {
    .promo-banner-clip {
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    }
}
