﻿/* VS.6.0 09/10/19*/

div#_evidon_banner a {
    color: #fff;
    text-decoration: underline;
}

.basic-text p a {
    color: #000b28;
    cursor: pointer;
    text-decoration: underline;
}

.global-region-modal .generic-select li svg.check-mark {
    display: none;
}

.global-region-modal .generic-select li.selected svg.check-mark {
    display: inline-block !important;
    position: absolute;
    right: 1.1rem;
}

.pagination-component .pagination-holder .page-navigator {
    width: 33.3%
}

section.board.blue.container-fluid.icon-blocks-component.text-center h3 {
    color: #fff;
}

.block-list-component ul li {
    text-align: left;
}

.author-list-component.medium .author-img {
    width: 13rem;
    height: 13rem;
}

.site .hero-component.spacing.noBannerClass img {
    max-height: 44rem;
    min-height: 0;
}

body.extended-language .hero-slider-component .slick-slide .slider-content .cta {
    font-size: 2.1rem;
}


/*Tabbed video layer */

.tabbed-videoplayer-menu-list a {
    position: relative;
}

.tabbed-videoplayer-menu-list a i,
.tabbed-videoplayer-menu-list a svg {
    position: absolute;
    right: 7px;
    top: 10px;
}

section.board .tabbed-videoplayer-menu-list a::after {
    content: "";
}

section.board .tabbed-videoplayer-playbtn {
    padding: 1.2em 1.8em 1.2em;
}

section.board .tabbed-videoplayer-playbtn::before,
.tabbed-videoplayer-playbtn::before {
    display: none !important;
}

section.board .tabbed-videoplayer-playbtn svg {
    margin-right: 5px;
}

.lity-content #tabbed-video-contact-iframe {
    background-color: #000;
    background: url(../images/contact-us/contact-form-iStock-489083454-full-color-1536x1024.jpg) no-repeat center center fixed;
    background-size: cover
}

.lity-content #tabbed-video-contact-iframe iframe {
    width: 75vw;
    height: 525px
}

@media (min-width: 768px) {
    .lity-content #tabbed-video-contact-iframe iframe {
        width: 80vw
    }
}

@media (min-width: 1024px) {
    .lity-content #tabbed-video-contact-iframe iframe {
        width: 65vw
    }
}

.location-modal-component {
	position: static;
}

header.new-site-navigation .desktop-pseudo-wrap .nav-container .dropdown-container .sub-menu .menu-list {
	height:240px;
}


