.tabbed-video-mod {
    position: relative;
    padding: 70px 0;
}
.tabbed-video-mod .title h2 {
    font-weight: 400;
}
.tabbed-video-mod .subtitle {
    margin-bottom: 30px;
}
.tabbed-video-mod .subtitle h3 {
    font-weight: 600;
}
.tabbed-video-mod .content {
    margin-top: 45px;
}
.tabbed-video-mod .nav {
    padding-left: 15px;
}
.tabbed-video-mod .nav .item {
    padding: 0;
    margin-bottom: 10px;
}
.tabbed-video-mod .nav .item > a {
    padding: 10px 0;
    background: none;
    color: #0C163B;
    text-decoration: none;
}
.tabbed-video-mod .nav .item .text-wrapper {
    display: none;
    padding: 0 20px 0 25px;
}
.tabbed-video-mod .nav .item .text-wrapper .text > p:last-child {
    margin-bottom: 0;
}
.tabbed-video-mod .nav .item.active .text-wrapper {
    display: block;
}
.tabbed-video-mod .nav .item .title-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
}
.tabbed-video-mod .nav .item.active .title-wrapper {
    font-weight: 700;
}
.tabbed-video-mod .nav .item .title-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16.606 11.131'%3E%3Cpath id='Path_2134' data-name='Path 2134' d='M0,0,6.889,6.889,0,13.778' transform='translate(15.192 1.414) rotate(90)' fill='none' stroke='%233f5fff' stroke-width='4'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    transition: all .3s ease-in-out;
}
.tabbed-video-mod .nav .item.active .title-wrapper:after {
    transform: rotate(180deg);
}
.tabbed-video-mod .nav .item .title-wrapper .icon {
    max-width: 45px;
    flex: 0 0 45px;
    margin-right: 15px;
}

.tabbed-video-mod .callout {
    position: relative;
    background-color: #FFF;
    border-radius: 25px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}
.tabbed-video-mod .callout p {
    margin-bottom: 15px;
}
.tabbed-video-mod .callout p:last-child {
    margin-bottom: 0;
}

/* responsive */
@media (min-width : 992px) {
    .tabbed-video-mod .content .pull-left + .tab-content {
        padding-right: 0;
        padding-left: 75px;
    }
    .tabbed-video-mod .content .pull-right + .tab-content {
        padding-right: 75px;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .tabbed-video-mod .title h2 {
        font-size: 24px;
    }
}
@media (max-width: 400px) {
    .tabbed-video-mod p {
        font-size: 14px;
        line-height: 20px;
    }
}
