#trainingModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#trainingModal .modal-content {
    background-color: #FEFEFE;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    height: 529px;
    width: 1087px;
    margin: 113px auto 0;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1px;
}

#trainingModal .closeRow {
    margin: 0px auto;
    width: 1087px;
    height: 26px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#trainingModal .closeLink {
    margin-right: 10px;
    color: #2C5E96;
    cursor: pointer;
}

#trainingModal .closeLink:hover {
    color: #BB0D17;
    text-decoration: underline;
}

#trainingModal .body {
    display: flex;
}

#trainingModal .leftBackground {
    width: 205px;
    height: 496px;
    background: #E5E5E5;
    border: 1px solid #CCCCCC;
    margin-top: 6px;
    box-sizing: border-box;
    overflow: hidden;
}

#trainingModal .heading {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: black;
    width: 202px;
    height: 29px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 7px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
}

#trainingModal .heading.subheading {
    width: 202px;
    padding-left: 14px;
}

#trainingModal .dropdown-arrow {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 14px;
    width: 10px;
    height: 10px;
    min-width: 0;
    min-height: 0;
}

#trainingModal .rotateRight {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

#trainingModal .list {
    height: auto;
}

#trainingModal .videoOption {
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
    width: 180px;
    height: 29px;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    padding-left: 21px;
    text-align: left;
}

#trainingModal .heading:hover span, #trainingModal .videoOption:hover:not(.selected) span {
    color: #BB0D17;
}

#trainingModal div.pageBackground {
    height: auto;
    width: auto;
    display: block;
    float: left;
    padding: 0;
    background: white;
    border: none;
    overflow-x: hidden;
    overflow-y: auto;
}

#trainingModal .backgroundImage {
    width: 206px;
    height: 180px;
    margin-top: 160px;
    margin-left: 337px;
}

#trainingModal .videoWrapper {
    height: 495px;
    width: 880px;
}

#trainingModal .wistia_embed {
    height: 495px;
    width: 880px;
    margin-top: 6px;
    position: relative;
}

#trainingModal .wistia_swatch {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: opacity 200ms;
    width: 100%;
}

#training .wistia_img {
    filter: blur(5px);
    height: 100%;
    object-fit: contain;
    width: 100%;
}
