﻿
a, b, em, span, strong {
    font-size: inherit;
}

    a, a:focus, a:hover {
        text-decoration: none;
    }

a {
    font-size: 15px;
    padding-top: 10px;
    /*color: #e07e26;*/
}

a {
    background-color: transparent;
}

*, :after, :before {
    box-sizing: border-box;
}

/*.embeds, .videos {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 1rem;
    margin-right: 10px;
}*/

    .embeds .embed, .embeds .video, .videos .embed, .videos .video {
        position: relative;
        /*min-height: 248px;*/
        height: 211px;
        /*display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;*/
        color: #fff;
        background: #7e8083;
        border: 1px solid #000;
    }

.pod img {
    max-width: 100%;
    height: auto;
}

.embeds .video-caption, .videos .video-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3px .75rem;
    color: #fff;
    font-size: 1rem;
    background: rgba(0,0,0,.75);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.modal-lg {
    width: 900px !important;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .modal-lg {
        width: 900px !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto !important;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
}

@media screen and (min-width: 768px) {
    .modal-content {
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }
}




.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.videos .video .icon {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -25px;
}

/*********************************************************/

.mejs__container, .mejs__container * {
    box-sizing: border-box;
}
.mejs__container {
    position: relative;
    background: #000;
    font-family: Helvetica,Arial,serif;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
}
.mejs__controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 1;
}
.mejs__controls:not([style*="display: none"]) {
    background: rgba(255,0,0,.7);
    background: linear-gradient(transparent,rgba(0,0,0,.35));
}
.embed-responsive .mejs__controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.mejs__button>button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 10px 6px;
    padding: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    border: 0;
    background: transparent url(mejs-controls.svg);
    overflow: hidden;
}
mejs__play>button {
    background-position: 0 0;
}
.mejs__pause > button {
    background-position:-20px 0;
}
.mejs__container-keyboard-inactive [role=slider], .mejs__container-keyboard-inactive [role=slider]:focus, .mejs__container-keyboard-inactive a, .mejs__container-keyboard-inactive a:focus, .mejs__container-keyboard-inactive button, .mejs__container-keyboard-inactive button:focus {
    outline: 0;
}
.mejs__button, .mejs__time, .mejs__time-rail {
    float: left;
    margin: 0;
    width: 32px;
    height: 40px;
    font-size: 10px;
    line-height: 10px;
}
.mejs__time {
    color: #fff;
    display: block;
    height: 24px;
    width: auto;
    font-weight: 700;
    font-size: 11px;
    padding: 16px 6px 0;
    overflow: hidden;
    text-align: center;
    box-sizing: content-box;
}
.mejs__time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 10px;
    height: 40px;
    position: relative;
    margin: 0 10px;
}
.embed-responsive .mejs__time-rail {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.mejs__time-buffering, .mejs__time-current, .mejs__time-float, .mejs__time-float-corner, .mejs__time-float-current, .mejs__time-handle, .mejs__time-loaded, .mejs__time-marker, .mejs__time-total {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 2px;
}.mejs__time-buffering {
    width: 100%;
    background: linear-gradient(-45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-size: 15px 15px;
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
}
 .mejs__time-loaded {
    background: hsla(0,0%,100%,.3);
    width: 0;
}
 .mejs__time-current {
    background: hsla(0,0%,100%,.9);
    width: 0;
}
 .mejs__time-handle {
    margin: 0;
    width: 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #333;
    top: -2px;
}
 .mejs__time-float, .mejs__time-handle {
    display: none;
    position: absolute;
    text-align: center;
}
 .mejs__time-float {
    background: #eee;
    width: 36px;
    height: 17px;
    border: 1px solid #333;
    top: -26px;
    margin-left: -18px;
    color: #111;
}
 .mejs__time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}
 .mejs__time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

 .mejs__volume-button {
    position: relative;
}
 .mejs__mute>button {
    background-position: -60px 0;
}
 .mejs__volume-button>.mejs__volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: rgba(50,50,50,.7);
    border-radius: 0;
    top: -115px;
    left: 5px;
    z-index: 1;
    position: absolute;
    margin: 0;
}
 .mejs__offscreen {
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: polygon(0 0,0 0,0 0,0 0);
    clip-path: polygon(0 0,0 0,0 0,0 0);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
 .mejs__container, .mejs__container * {
    box-sizing: border-box;
}
 .mejs__volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: hsla(0,0%,100%,.5);
    margin: 0;
}
 .mejs__volume-current, .mejs__volume-handle {
    position: absolute;
    left: 0;
    background: hsla(0,0%,100%,.9);
}
 .mejs__volume-handle {
    bottom: 100%;
    width: 16px;
    height: 6px;
    margin: 0 0 -3px -7px;
    cursor: ns-resize;
    border-radius: 1px;
}
 .mejs__fullscreen-button>button {
    background-position: -80px 0;
}
.mejs__clear {
    clear:both;
}

.mejs__time-total {
    margin: 5px 0 0;
    background: hsla(0,0%,100%,.3);
    width: 100%;
}








.mejs__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.embed-responsive .mejs__container, .embed-responsive .mejs__layer {
    width: 100% !important;
    height: auto !important;
}

.mejs__overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    overflow: hidden;
    z-index: 1;
}

[role=button] {
    cursor: pointer;
}

.embed-responsive .mejs__overlay-play {
    padding-top: calc(50% + 40px);
}
.no-cssgrid .embeds .embed, .no-cssgrid .embeds .video, .no-cssgrid .videos .embed, .no-cssgrid .videos .box{
    width: 278px;
    margin-right: 1.58%;
    margin-bottom: 1rem;
    float: left;
}