.video-header {
    position: relative;
    width: 100%;
    overflow: hidden; 
    max-height: 680px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    pointer-events: none;
}

.video-text-wrapper {
    width: 100%;
    position: relative;
}

.video-cover {
    width: 100%;
    height: 100%; 
    overflow: hidden;
    position: relative;
}

video.video-hero {  
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: 115.708%;
    visibility: inherit;
    opacity: 1;
    display: block;
    position: absolute;
    left: 0px;
    top: -7.85409%;   
}

.video-content-container {
    max-width: 1300px;
    margin: 0 auto;
}

.video-text-container {
    position: absolute;
    display: block;
    visibility: visible;
    left: 0px;
    bottom: 90px;
    z-index: 14;
}

.video-text-header {
    width: 833px;
    z-index: 14;
    font-size: 69px;
    line-height: 76px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: 'Open Sans';
    cursor: pointer;
    visibility: inherit;
    transition: none;
    text-align: left;
    border-width: 0px;
    margin-bottom: 25px;
    padding: 0px;
}

.video-text-subheader {
    z-index: 15;
    font-size: 38px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: 'Open Sans';
    cursor: pointer;
    visibility: inherit;
    transition: none;
    text-align: left;
    border-width: 0px;
    margin-bottom: 55px;
    padding: 0px;
}


.video-text-container a.video-text-button {
    z-index: 5;
    min-width: 188px;
    max-width: 188px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-family: 'Open Sans';
    text-decoration: none;
    background-color: rgb(201, 76, 3);
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none;
    text-align: center;
    border-width: 0px;
    margin: 0px;
    padding: 20px 35px;
    letter-spacing: 0px;
    min-height: 59px;
    max-height: 59px;
}

.video-text-container a.video-text-button:hover {
    background-color: #b94400;
}

.video-controls {
    tab-size: 4;
    font-weight: 300;
    font-size: 15px;
    font-family: inherit;
    line-height: inherit;
    transition-duration: inherit;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    z-index: 10;
    position: relative;  
    width: 100%; 
    padding: 0;
}

.play-pause {
    position: absolute;
    background: none !important;
    z-index: 10;
    height: 50px;
    width: 50px;
    padding: 0;
    right: 0;
    bottom: 75px;
}

@media screen and (max-width:1400px) {

    .video-content-container
    {
        margin-left: 50px;
        margin-right:50px;
        
    }
   
}

@media screen and (max-width:1200px) {

    

    .video-text-header {
        width: 833px;
        font-size: 52px;
        line-height: 58px;
    }

    .video-text-subheader {
        font-size: 30px;
        line-height: 17px;    
    }

    .video-content-container
    {
        margin-left: 50px;
        margin-right:50px;
        
    }
       
}

@media screen and (max-width:1000px) {

    .video-content-container
    {
        margin-left: 40px;
        margin-right: 40px;
    }

    .video-text-container {
        bottom: 80px;
    }

    .play-pause {
        bottom: 70px;
    }

    

}


@media screen and (max-width:800px) {


    .video-text-header {
        width: 613px;
        font-size: 42px;
        line-height: 52px;
    }


    .video-text-subheader {
        font-size: 25px;
        line-height: 15px;    
    }
    
   
    .video-content-container
    {
        margin-left: 30px;
        margin-right: 30px;
       
    }

    .video-text-container {
        bottom: 70px;
    }

    .play-pause {
        bottom: 60px;
    }

   
}

@media screen and (max-width:600px) {

    .video-text-header {
        font-size: 35px;
        line-height: 42px;
    }


    .video-text-subheader {
        font-size: 20px;
        line-height: 20px;    
    }


    .video-content-container
    {
        margin-left: 20px;
        margin-right: 20px;
       
    }

    .video-text-container {
        bottom: 60px;
    }

    .play-pause {
    
        bottom: 50px;
    }

   
}

@media screen and (max-width:520px) {

    .video-text-header {
        font-size: 30px;
        line-height: 35px;
    }


    .video-text-subheader {
        font-size: 20px;
        line-height: 20px;    
    }


    .video-controls {
        margin: 0;
        right: 43%;
    }

    .video-header, 
    .video-cover,
    video.video-hero {
        min-height: 450px; 
    }

    .video-text-container {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-bottom: 110px;
        padding: 0px 5px;
    }

    .video-text-header {
        width: 100%;
        text-align: center;
    }

    .video-text-subheader {
        text-align: center;
    }
   
}

@media screen and (max-width:315px) {
    .video-text-container {
        margin-bottom: 70px;
    }   
}


.b36-tabs {
    margin-bottom: 30px;
}

.b36-tabs>div:nth-child(1) {
    display: flex;
    justify-content: center;
}

button.b36-tab-button,
.b36-tab-button {
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
    background-color: #fff;
}

button.b36-tab-button:hover,
.b36-tab-button:hover {
    background-color: #fff;
    color: #232323;
}

button.b36-tab-button:focus,
.b36-tab-button :focus {
    border-color: #f3f3f3;
    outline: 1px solid #f3f3f3;
    border-bottom: 2px solid #f25e0f;
}

.b36-tab-button[aria-selected="true"] {
    background-color: #ddd;
}

.b36-row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.b36-leftcolumn {
    width: 40%;
    padding: 0px;
    padding-right: 20px;
}

.b36-rightcolumn {
    width: 60%;
    padding: 0px;
    text-align: left;
}

.fullwidth-row {
    width: 100%;
    text-align: center;
}

.b36-body {
    color: #232323;
    font-size: 18px;
}

[role="tabpanel"][hidden="true"] {
    display: none;
}

[role="tab"] {
    position: relative;
    z-index: 1;
    background: #fff;
    font-size: 18px;
    color: #AEAEAE;
    /* border-radius: 5px 5px 0 0; */
    border: none;
    border-bottom: 2px solid #AEAEAE;
    text-transform: none;
    padding: 15px;
    letter-spacing: 0px;
    border-radius: 0px;
}

button:hover {
    color: #232323;
    background-color: #fff;
}

[role="tab"][aria-selected="true"] {
    z-index: 3;
    border-bottom: 2px solid #F25E0F;
    font-size: 18px;
    color: #232323;
    background: #fff;
    border-radius: 0px;
    text-transform: none;
    letter-spacing: 0px;
}

.b36-tab-button.large-tab-text {
    font-size: 20px;
}

@media (max-width: 895px) {
    [role="tab"] {
        display: block;
        width: 100%;
    }

    .b36-tabs>div:nth-child(1) {
        flex-wrap: wrap;
    }

    .b36-row {
        flex-wrap: wrap;
    }

    .b36-leftcolumn {
        display: block;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .b36-rightcolumn {
        display: block;
        width: 100%;
        padding: 20px;
    }

}