.admin-bar .header {
    top: 32px;
}
.header {
    height: 85px;
}
.header-logo img {
    max-height: 80px;
}
.header-nav, #menu-header-nav {
    height: 100%;
}
.header-nav>ul>li .drop {
    top: 100%;
    padding: 0;
}
.header-nav>ul>li {
    height: 100%;
    display: flex;
    align-items: center;
}
.wp-caption {
    max-width: 100%;
}
body {
    padding-top: 85px;
}
.banner {
    margin-top: 0;
}
.video_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.video_wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    border: none;
}
.home-link--flags:after,
.home-link--flags:before {
    display: none;
}
.contact-box-logo img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.media-box-item iframe {
    height: 500px !important;
}
.text .year-ttl span {
    text-align: center;
    min-height: 4.75rem;
    height: auto;
}
.awards-section {
    padding-bottom: 400px;
}
.default-content.text img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.banner--title:before {
    z-index: 2;
}
.banner--page {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner--page:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}
.small-container {
    max-width: 61.875rem;
}
.small-grid {
    grid-template-columns: repeat(3, 1fr);
}
.wp-caption.alignnone {
    margin: 0 auto;
    width: 100% !important;
    text-align: center;
}
.text .media-box-item {
    margin: 0 10px;
}
@media (max-width: 575.98px) {
    .small-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 450.98px) {
    .small-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.list-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -2%;
    padding: 1.75rem 0 0;
}
.list-items .item {
    width: 29.3%;
    margin: 0 1% 0;
    display: block;
}
.list-items .item .blog-slider-hold {
    padding-left: 0;
    padding-right: 0;
}
.small-margin-text p {
    margin: 0 0 0.75rem;
}
.jury-banner {
    min-height: 299px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 40px;
}
.jury-banner-overlay, .banner-header-overlay {
    background-color: #29578c;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.jury-text {
    color: #FFFFFF;
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    font: 43px "Playfair Display Bold",serif;
}
.banner-video {
    position: relative;
    height: auto;
    min-height: 438px;
}
.banner-video .banner-heading-ttl {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.banner-video .banner-heading {
    z-index: 3;
    position: relative;
}
.banner-video span {
    width: 50%;
    display: block;
    text-align: left;
}
.banner-video iframe{
    position: relative;
    width: 50%;
    left: auto;
    top: auto;
    height: 280px;
    border: none;
}
.victim-guide img {
    width: 325px;
}
.flex-images {
    display: flex;
    justify-content: space-around;
}
.flex-images br{
    display: none;
}
.partners {
    display: flex;
    flex-wrap: wrap;
}
.partner-item {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-item img {
    display: block;
    max-width: 300px;
    max-height: 125px;
}
.custom-image-text img{
    margin-bottom: 0;
}
.custom-image-text figcaption{
    margin-bottom: 50px;
}
.banner--page {
    background-attachment: fixed;
}
.justify-content-center iframe {
    display: block;
    margin: 0 auto 20px;
}

.tab-items {
    display: block;
}
.tab-titles {
    display: flex;
    flex-direction: row-reverse;
    justify-content: stretch;
    border-bottom: 1px solid #335788;
}
.tab-title {
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    font: 16px 'Playfair Display';
    color: #000000;
    width: 100px;
    flex-grow: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab-title:hover {
    background: #efefef;
}
.tab-title.active {
    background: #335788;
    color: #ffffff;
}
.tab-contents {
    display: block;
}
.tab-content {
    padding: 20px 0 0;
    display: none;
}
.benefits-item .benefits-image {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.benefits-item:hover .benefits-image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.row-center {
    align-items: center;
}
.wp-caption-text {
    text-align: center;
}
.aligncenter {
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
.applying-item img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    height: 80px;
    width: auto;
    max-width: none;
}
.half-lists ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.half-lists ul li {
    width: 50%;
    padding-right: 30px;
}

@media (max-width: 760px) {
    .half-lists ul {
        flex-direction: column;
    }
    .half-lists ul li {
        width: 100%;
        padding-right: 0;
    }
}
.connect-item img {
    display: block;
    margin: 0 auto 20px;
    max-width: 60px;
    max-height: 40px;
}
.banner--bottom {
    height: auto;
    min-height: 25rem;
    padding: 50px 0;
}
.banner--bottom_custom {
    height: auto;
    min-height: 35rem;
    padding: 50px 0;
}
.banner--bottom_custom:before {
    background: transparent !important;
}
.resources .col-sm-6 {
    margin-bottom: 25px;
}
.resources .col-sm-3 {
    align-items: center;
    display: flex;
    justify-content: center;
}
.resources .col-sm-3 img {
    margin: 0;
    max-width: 90px;
    max-height: 90px;
}
.resources .col-sm-9 a {
    display: block;
}
.resources .col-sm-9 a h2 {
    text-align: left;
    color: #335788;
}
.logo-image {
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.map iframe {
    width: 100%;
    height: 100%;
}
.video_wrapper iframe, .video_wrapper video {
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    border: none;
    transform: translate(-50%, -50%);
}
.text .benefits--list {
    justify-content: space-around;
}
.process-item {
    padding: 0 40px;
}
@media (max-width: 760px) {
    .process-item {
        padding: 0 15px;
    }
}
.process-item img {
    max-width: 60px;
    max-height: 50px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.process-item h2 {
    margin-bottom: 20px;
}
.blog-item iframe {
    border: none;
}
.large-title {
    font-size: 40px !important;
}
@media (max-width: 760px) {
    .large-title {
        font-size: 30px !important;
    }
}
.banner--title:before {
    display: none;
}
.item-tag a {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.175rem;
}
.item-date, .item-date a {
    color: #ffffff;
    margin-top: 20px;
    text-align: left;
    font-size: 1.425rem;
    line-height: 1.475rem;
}

.center-images {
    display: block;
    text-align: center;
}

.center-images img {
    display: inline-block;
    max-width: 150px;
    margin: 0 20px;
}
.banner--title:before {
    background: rgba(0,0,0,.5) !important;
}
.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    font-style: italic;
    font-weight: bold;
}
.two-images br {
    display: none;
}
.two-images {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 30px;
}
.two-images div, .two-images > img {
    display: block;
    margin: 0 30px;
    float: none;
    max-width: 350px;
}

@media (max-width: 760px) {
    .two-images {
        flex-direction: column;
        align-items: center;
    }
}
.slick-dots {
    display: flex;
    justify-content: center;
}
.slick-dots li {
    padding: 0 !important;
    margin: 0 10px;
}
.slick-dots li:before {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.slick-dots li.slick-active:before {
    background: #000;
}

.slick-dots button{
    opacity: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.text .custom-benefits .benefits-item {
    width: 49%;
}
.large-banner {
    height: 28.125rem !important;
}
.blue-background {
    background: radial-gradient(circle,#4a76b1,#2a4a75) no-repeat;
}
.video_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.custom-list-image img {
    width: 50%;
    float: left;
}
.custom-list-image ul {
    width: 50%;
    float: left;
    padding: 0 0 0 30px;
    text-align: left !important;
}
.custom-list-image ul h3{
    text-align: left !important;
}
.large-banner {
    min-height: 35rem !important;
}
.custom-services-items .services-item {
    width: 100%;
    margin: 0 1% 3rem;
}
.custom-services-items .services--list {
    flex: 1 1 0;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.custom-services-items .services-frame {
    padding-top: 300px;
}
@media (max-width: 1200px) {
    .custom-services-items .services-item {
        width: 29.3%;
    }
    .custom-services-items .services--list {
        flex: auto;
        flex-wrap: wrap;
        justify-content: center;
    }
    .custom-services-items .services-frame {
        padding-top: 250px;
    }
}
@media (max-width: 768px) {
    .custom-services-items .services-item {
        width: 45.3%;
    }
    .custom-services-items .services-frame {
        padding-top: 220px;
    }
}
@media (max-width: 568px) {
    .custom-services-items .services-item {
        width: 100%;
    }
    .custom-services-items .services-frame {
        padding-top: 190px;
    }
}
.table-items {
    display: flex;
    background: #fff;
    padding: 30px;
    margin: 60px 0;
    box-shadow: 15px 14px 38px rgba(0, 0, 0, 0.1);
}
.table-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.table-number {
    width: 50%;
    font-size: 40px;
    font-weight: bold;
    padding: 0 10px;
}
.table-text {
    padding: 0 10px;
    font-size: 14px;
    line-height: 14px;
}
img.alignleft {
    margin: 0 25px 25px 0;
}
.banner-video span {
    width: 60%;
}
@media screen and (max-width: 783px) {
    html #wpadminbar {
        display: none;
    }
    .admin-bar .header {
        top: 0 !important;
    }
    html {
        margin: 0 !important;
    }
    html.js {
        margin: 0 !important;
    }
    .list-items .item {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .header-nav>ul>li {
        height: auto;
        display: block;
    }
    .header-nav>ul>li .drop {
        padding: 0 0 0 3rem;
    }
}
.footer-buttons {
    flex-wrap: wrap;
}
.footer-buttons .btn {
    margin-bottom: 10px;
}

/* New css */

.home-video {
    background-color:yellow ;
}


