.ask-tracy-main-video {
    background-color: #fff;
    padding: 20px;
}
.info-text {
    background-color: #DCDCDC;
    padding: 50px 80px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    font-family:  futura-pt, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;

}
.info-text p:first-child {
    margin-top: 0;
}
.info-text p:last-child {
    margin-bottom: 0;
}
.video-placeholder {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: 600px;
}
.ta-modal {
    background-color: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ta-modal-body {
    border-radius: 10px;
    background: #fff;
    display: flex;
    overflow: hidden;
    position: relative;

}
.ta-modal-body p{
    font-size: 1.1em;
}
.ta-modal-body-left,.ta-modal-body-right {
    background-color: #09396B;
    width: 400px;
    display:  flex;
    flex-direction: column;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.ta-modal-body-right {
    background-color: #fff;
    color: #4B505A;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
}
.ta-modal-body-left h3 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;

}
.ta-modal-body-right h2 {
    font-weight: 400;
    font-size: 26px;
    line-height: normal;
    /* or 62% */
    font-family: futura-pt, sans-serif;

    letter-spacing: 0.03em;

    color: #4B505A;

}
.ta-modal-body-right strong {
    font-weight: 500;
}
.ta-modal-body-right {
    font-style: normal;
    font-weight: normal;
    font-size:18px;
    /* or 146% */

    letter-spacing: 0.02em;

    color: #4B505A;
}
.ta-live-logo-sm {
    width: 270px;
    display: block;
}
.orange-line {
    width: 140px;
    height: 1px;
    background-color: #F5B400;
    margin-top: 20px;
    margin-bottom: 20px;

}
.modal-p {
    font-size: 22px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
}
.modal-p a {
    color: #fff;
    text-decoration: underline;
}
.btn-blue {
    background-color: #09396B;
    background: #09396B;
    border-radius: 8.35443px;
    color: #fff;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
}
.btn-blue:hover{
    color: #fff;
    background-color: #F5B400;
}
.ta-exclusive-close-btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;
    font-size: 40px;
    color: #82878C;
    opacity: 0.5;
    cursor: pointer;
}
.ta-exclusive-close-btn a{
    color: #82878C;
}
.ta-exclusive-close-btn:hover{
    opacity: 1;
    
}
.ta-exclusive-close-btn .far.fa-times-circle {
    display: inline-block;
}
.ta-exclusive-close-btn .fas.fa-times-circle {
    display: none;
}
@media (max-width: 768px) {
    .info-text {
        padding: 40px 60px;
        
    }
    .ta-exclusive-close-btn .far.fa-times-circle {
        display: none;
    }
    .ta-exclusive-close-btn .fas.fa-times-circle {
        display: inline-block;
    }
    .ta-modal-body {
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 100px;
    }
    .ta-modal-body-left, .ta-modal-body-right {
        width: initial;
        padding: 40px;
    }
    .video-placeholder {
        width: 100%;
    }
    .video-placeholder img {
        width: 100%;
        height: auto;
        display: none;
    }
    .ta-modal {
        align-items: flex-start;
    }

}

@media (max-width: 576px) { 
    .info-text {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 17px;
    }
    .ta-exclusive-close-btn {
        font-size: 20px;
    }
    .orange-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ta-modal-body-right h2 {
        font-size: 22px;
        line-height: 22px;
    }
    .ta-modal-body p {
        font-size: 17px;
    }
    .ta-live-logo-sm {
        width: 200px;
    }
    .ta-modal-body-left h3 {
        width:  125px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .ta-modal-body-left h3 img {
        width: 100%;
        height: auto;
    }
    .ta-modal {
        position: absolute;
    }
}