/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* FIX OF UGLY SELECT */
SELECT {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
}

.btn-red-wrapper a, .btn-red {
    background-color: #FF5C5C;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

button.mfp-close, button.mfp-arrow{
    background-color: transparent !important;
}
.mfp-iframe-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:focus{
    background-color: transparent !important;
}

.select2-container.select2-container--open .select2-dropdown{
    padding: 0 10px;
}
.select2-container.select2-container--open .select2-dropdown--below{

}
.select2-container.select2-container--open .select2-search--dropdown {
    display: block;
    padding: 0 0 8px;
}

button.mfp-arrow{
    background-color: transparent;
}

button.mfp-arrow:hover{
    background-color: transparent;
}

.pb-form {
    display: flex;
    grid-gap: 26px;
}
.pb-form .form-field{
    width: 35%;
}
.pb-form .form-field label{
    width: 100%;
    margin: 0 0 10px;

    color: #2E2E2E;
    font-family: inherit;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pb-form .form-field select{
    width: 100%;
    height: 44px;
    opacity: 0;
}
.pb-form .form-field .select2.select2-container{
    width: 100% !important;
}

.pb-form .form-field .select2.select2-container .select2-selection--single{
    border: 1px solid #7E8182;
    border-radius: 12px;
    min-height: 44px;
}
.pb-form .form-field .select2.select2-container .select2-selection--single .select2-selection__arrow{
    top: 9px;
    right: 8px; 
}
.pb-form .form-field .select2.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 7px 20px;
}

.pb-form .form-field .select2.select2-container .select2-selection--multiple{
    padding: 0;
    border: 1px solid #7E8182;
    border-radius: 12px;
    min-height: 44px;
}
.pb-form .form-field .select2.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding: 2px 20px;
}


.pb-form .form-field .select2-selection__choice__remove {
    float: right;
    margin-left: 5px;
}

.pb-form .form-field .form-field-group{
    display: flex;
}

.pb-form .form-button{
    width: 25%;
}
.pb-form .form-button input[type="submit"]{
    width: 100%;
    padding: 11px 30px 12px;
    border-radius: 50px;
    background-color: #FF5C5C;    
    color: #FFF;
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0;
    outline: 0;
    margin-top: 28px;
}
.pb-form .form-button input[type="submit"].disabled{
    background-color: #ccc;
}


.video-container {
    width: 100%;
    max-width: 548px;
    height: 600px;
    border-radius: 24px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: flex;
}
.video-container .cta-play-button, .video-container .cta-play-button-mobile {
    background-image: url('../img/video-player-btn-blue.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100px;
    width: 100px;
    align-self: center;
    margin: 0 auto;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
}
.video-container:hover .cta-play-button, .video-container:hover .cta-play-button-mobile {
    border: 3px solid #fff;
}

.video-caption {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 25px;
    color: #2A3342;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
.video-caption a{
    color: #0d6efd;
}

.page-content .video-container, #post-content .video-container {
    max-width: 640px;
    width: 100%;
    height: 360px;
    margin: 48px auto 12px;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.page-content .video-container .cta-play-button, #post-content .video-container .cta-play-button {
    width: 50px;
    height: 50px;
}

.page-content .download-case-study-section, #post-content .download-case-study-section{

}
.page-content .download-case-study-section h2, #post-content .download-case-study-section h2{
    margin: 48px 0 36px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}
.page-content .download-case-study-section h2:before, #post-content .download-case-study-section h2:before{
    display: none;
}
.page-content .download-case-study-section .btn-red-wrapper a, #post-content .download-case-study-section .btn-red-wrapper a{
    text-decoration: none;
}

.breadcrumb-wrapper{
    display: block;
    margin-bottom: 15px;
}
.breadcrumb-wrapper ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-wrapper ol li{
    color: #727272;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.733px;
    display: inline-block;
}
.breadcrumb-wrapper ol li a{
    color: #727272;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.733px;
}


/* Responsive adjustments */
@media (max-width: 767px) {

    .video-container{
        height: 200px;
    }
    .page-content .video-container, #post-content .video-container{
        height: 200px;
    }


    .page-content .download-case-study-section, #post-content .download-case-study-section {
        padding: 40px 20px;
    }
    .page-content .download-case-study-section h2, #post-content .download-case-study-section h2{
        margin: 0;
    }


}