#Top_bar.loading {
    display: block !important;
}

@font-face {
    font-family: 'latoblack';
    src: url('./lato-black-webfont.woff2') format('woff2'), url('./lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('./lato-bold-webfont.woff2') format('woff2'), url('./lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('./lato-regular-webfont.woff2') format('woff2'), url('./lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('./lato-light-webfont.woff2') format('woff2'), url('./lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.srp-videos-background {
    background-color: white !important;
}

.site-content {
    padding-top: 0em !important;
}

.srp-videos {
    padding-top: 45px;
    padding-bottom: 25px;
    font-family: 'latoblack';
}

.srp-videos-archive {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'latoblack';
}

.srp-videos-archive-a {
    text-decoration: none !important;
}

.srp-videos-category-title {
    color: #09849F;
    font-size: 28px;
}

.srp-videos-infobox {
    margin-top: 15px;
    margin-left: 15px;
}

.srp-videos-infobox-title {
    color: #5AA556;
    font-size: 20px;
    font-family: 'latobold';
}

.srp-videos-infobox-description {
    font-family: 'latoregular';
    color: #61B8C4;
    font-size: 20px;
    margin-left: 10px;
}

.srp-videos-category-latest {
    color: #09849F;
    font-size: 32px;
    margin-top: 45px;
    margin-bottom: 20px;
}

.srp-videos-line {
    margin-left: 0px;
    margin-right: 20px;
    border-top: 15px solid #09849F;
    border-bottom: 15px solid #09849F;
    border-left: 2px solid #09849F;
    border-right: 2px solid #09849F;
}

.srp-videos-title {
    font-family: 'latobold';
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 30px;
    color: #4D4D4D;
}

.srp-videos-title-latest {
    font-family:'latobold';
    color: #4D4D4D;
    margin-bottom: 7px;
    overflow: hidden;
    font-size: 15px;
}

.srp-videos-description {
    font-family: 'latoregular';
    font-size: 19px;
    line-height: 21px;
    color: #747474;
    margin-bottom: 45px;
    text-align: justify;
}

.srp-videos-description p {
    font-family: 'latoregular';
    font-size: 19px !important;
    line-height: 28px !important;
    color: #747474;
}

.srp-videos-description-latest {
    font-family: 'latoregular';
    font-size: 15px;
    line-height: 20px;
    color: #747474;
    text-align: justify;
}

@media (min-width: 768px) and (max-width: 959px) { 
    .srp-videos-description-latest {
        height: 148px;
    }
    .srp-videos-archive {
        height: 266px;
    }
    .srp-videos-title-latest {
        height: 81px;
        line-height:16px;
        font-size: 15px;
    }
}

@media (min-width: 960px) and (max-width: 1239px){ 
    .srp-videos-description-latest {
        height: 105px;
    }
    .srp-videos-archive {
        height: 287px;
    }
    .srp-videos-title-latest {
        height: 66px;
        line-height:16px;
        font-size: 15px;
    }
}

@media (min-width: 1240px) { 
    .srp-videos-description-latest {
        height: 84px;
    }
    .srp-videos-archive {
        height: 366px;
    }
    .srp-videos-title-latest {
        height: 55px;
        line-height:18px;
        font-size: 17px;
    }
}

.srp-videos-description-latest-more {
    font-family: 'latoregular';
    font-size: 15px;
    line-height: 20px;
    color: #747474;
    text-align: justify;
}



.srp-videos-headline {
    font-family: 'latoregular';
    font-size: 19px;
    color: #747474;
}

.srp-videos-date {
    font-family: 'latolight';
    font-size: 12px;
    color: #747474;
    padding-top: 15px;
    padding-bottom: 15px;
}

.srp-videos-dashicon {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

.srp-videos-source {
    font-family: 'latobold';
    font-size: 20px;
    color: #7CA453;
}

.srp-videos-source a {
    color: #7CA453;
}

.srp-videos-source a:visited {
    color: #7CA453;
}

.srp-videos-source a:hover,
a:active,
a:focus {
    color: #7CA453;
}

.srp-videos-centered {
    text-align: center;
}

.srp-videos-image {
    float: left;
    max-width: 100%;
    max-height: 100%;
}

.srp-videos-image-latest {
    width: 100%;
}
.srp-videos-image-latest-more {
    width: 100%;
    height: auto;
}

.srp-videos-read-more {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    float: right;
    color: #8CC3A8;
}

.srp-videos-read-more a {
    color: #8CC3A8 !important;
}

.srp-videos-read-more a:visited {
    color: #8CC3A8 !important;
}

.srp-videos-read-more a:hover,
a:active,
a:focus {
    color: #8CC3A8 !important;
}

.srp-videos-column {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.srp-videos-column-archive {
    float: left;
    width: 28.33%;
}

@media screen and (max-width: 500px) {
    .srp-videos-column-archive {
        float: left;
        width: 95.00%;
    }
    .srp-videos-image-latest {
        width: 100%;
        height: auto;
    }
    .srp-videos-figcaption {
        text-align: center;
        font-family: 'latobold';
        font-size: 17px;
        color: #4D4D4D;
        width: 100%!important;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E6E6E6;
        margin-bottom: 20px;
    }
    .srp-videos-image {
        max-width: 100%;
    }
    .srp-videos-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .next.page-numbers {
        margin-left: 10px!important;
    }
    .prev.page-numbers {
        margin-right: 10px!important;
    }
    .srp-videos-paginator-box {
        width: 100%!important;
        font-size: 11px!important;
    }
    .srp-videos-pager {
        width: 100%!important;
        margin: 0 auto;
    }
}

.srp-videos-row:after {
    content: "";
    display: table;
    clear: both;
}

.srp-videos-button {
    font-family: 'latoregular';
    font-size: 20px;
    color: white !important;
    background-color: #33A457 !important;
    padding: 5px 5px 5px 5px !important;
    width: 100px !important;
    margin-left: 15px !important;
}

.srp-videos-select {
    font-family: 'latobold' !important;
    height: 40px !important;
    width: 300px !important;
    border: 1px solid #CECECE !important;
    background-color: white !important;
    color: #7CA453;
    display: inline !important;
}

.screen-reader-text {
    display: none !important;
}

.srp-videos-paginator-box {
    font-family: 'latobold' !important;
    font-size: 16px;
    background-color: #33A457;
    padding-top: 10px;
    color: #ffffff;
    height: 35px;
    margin-bottom: 20px !important;
}

.next.page-numbers {
    color: #ffffff;
    margin-left: 48px;
}

.prev.page-numbers {
    color: #ffffff;
    margin-right: 48px;
}

a.page-numbers {
    color: #1A6037;
    margin-left: 10px;
    margin-right: 10px;
}

span.page-numbers.current {
    color: #ffffff;
    text-decoration: underline !important;
}

figure {
    display: inline-block;
    border: 1px dotted gray;
    margin: 20px;
    /* adjust as needed */
}

figure img {
    vertical-align: top;
}

.srp-videos-figcaption {
    text-align: center;
    font-family: 'latobold';
    font-size: 17px;
    color: #4D4D4D;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E6E6E6;
    margin-bottom: 20px;
}

.tableInfo {
    /*width: 60% !important;*/
    table-layout: auto !important;
    border-spacing: 20px;
    border-collapse: separate;
}

.tableInfo tr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tableInfo td:nth-child(2) {
    background-color: #F2F2F2 !important;
}

.columnInfoTitle {
    font-family: 'latobold';
    font-size: 16px;
    color: #7CA453;
    border-style: none;
    text-align: left;
    width: auto !important;
}

.columnInfoDescription {
    font-family: 'latoregular';
    font-size: 16px;
    color: #09849F;
    border-style: none;
    text-align: left;
    word-break: break-word;
}
