@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Ubuntu:wght@300;400;700&display=swaprel="preload"' );
/* Icons */
@font-face {
  font-family: 'cvticon';
  src:  url('fonts/cvticon.eot?owsd8n');
  src:  url('fonts/cvticon.eot?owsd8n#iefix') format('embedded-opentype'),
    url('fonts/cvticon.ttf?owsd8n') format('truetype'),
    url('fonts/cvticon.woff?owsd8n') format('woff'),
    url('fonts/cvticon.svg?owsd8n#cvticon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="cvicon-"], [class*=" cvicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cvticon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cvicon-search:before {
  content: " \e903";
size:10px;
}


.cvicon-info:before {
  content: "\e902";
}
.cvicon-close:before {
  content: "\e900";
}
.cvicon-directions:before {
  content: "\e901";
}
/* Styles */
.cvt-map-cols {
    font-family: 'Roboto',sans-serif;
}
.cvt-map-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(100vh - 220px);
    height: calc(100vh - 220px);
}
.cvt-map-left {
    width: 42%;
    padding-left: 0;
    position: relative;
    padding-bottom: 70px;
    padding-top: 65px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(15%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 100%);
}
.cvt-map-left-inner {
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.show-cvt-details-modal .cvt-map-left-inner {
    opacity: 0;
}
div#cvt-map {
    width: 58%;
}
.cvt-map-left-header {
    position: absolute;
    top: 0;
    left: 40px;
    width: 100%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    padding-right: 20px;
    -webkit-transform: opacity 0.3s;
        -ms-transform: opacity 0.3s;
            transform: opacity 0.3s;
}
.show-cvt-details-modal .cvt-map-left-header {
    opacity: 0;
}
.cvt-map-cols * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cvt-map-filter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.cvt-map-filter-wrapper input {
    width: 100%;
    border: none;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    height: 65px;
    background: transparent;
    padding: 0;
    outline: none;
    border-bottom: 1px solid #a9b0b6;
}
.cvt-map-filter-wrapper input.has-cvt-error {
    border-bottom: 1px solid #cb0009;
}
.cvt-map-left-search {
    position: relative;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
}
.cvt-map-left-search input {
    position: relative;
    padding-right: 18px;
}
.cvt-map-left-search i {
    color: #1c1c1c;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.cvt-map-left-filter {
    width: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.cvt-map-left-filter a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    text-align: right;
    font-size: 16px;
}
.cvt-map-filters .cvt-map-filter {
    cursor: pointer;
    padding-right: 10px;
}
.cvt-map-left-note {
    position: absolute;
    bottom: 0;
    left: 40px;
    font-size: 17px;
    color: #828282;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60px;
}
.cvt-map-left-inner {
    height: 100%;
    padding-top: 10px;
    overflow-y: auto;
}
.cvt-map-left-inner.ajaxing {
    position: relative;
}
.cvt-map-left-inner.ajaxing:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0.4;
}
.cvt-map-left-inner.ajaxing:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    z-index: 2;
    border-left-color: transparent;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    -webkit-animation: cvtajaxing 1s infinite linear;
            animation: cvtajaxing 1s infinite linear;
}
@-webkit-keyframes cvtajaxing {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes cvtajaxing {
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.cvt-location-item {
    padding: 13px 78px;
    position: relative;
    cursor: pointer;
}
.cvt-location-item-otitle {
    font-size: 15.3px;
    color: #231f20;
    font-weight: 500;
}
.cvt-location-item-overview {
    line-height: 1.3;
    font-size: 15.3px;
}
.cvt-location-ometa {
    color: #88898b;
}
.cvt-location-ometa span:not(:last-child):after {
    content: ' - ';
}
.cvt-location-info-trigger {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 26px;
}
.cvt-location-item.highlighted,
.cvt-location-item:hover {
    background: #ededed;
}
.cvt-location-item:hover .cvt-location-info-trigger {
    color: #f47c31;
}
.test-preview-icon {
    position: absolute;
    left: 40px;
    width: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.cvt-map-left-note img {
    max-width: 35px;
    height: auto;
    margin-right: 5px;
}
.cvt-map-details-views {
    overflow-y: auto;
    padding-left: 40px;
    padding-right: 35px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),color-stop(15%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 100%);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.show-cvt-details-modal .cvt-map-details-views {
    opacity: 1;
    visibility: visible;
}
.cvt-detail-view-title {
    font-size: 17px;
    font-weight: bold;
    color: #454545;
}
.cvt-detail-address-wrap {
    font-size: 15px;
    color: #828282;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 40px;
}
.cvt-detail-address-left {
    width: 50%;
}
.cvt-detail-address-right {
    width: 50%;
}
.cvt-detail-address-directions a {
    text-decoration: none;
    color: #828282;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.cvt-detail-address-directions a:hover {
    color: #000;
}
.cvt-info-section-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #454545;
    letter-spacing: 0.05em;
    padding-bottom: 13px;
    border-bottom: 1px solid #d5d7d9;
    margin-bottom: 12px;
}
.cvt-test-row {
    color: #828282;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 15.3px;
    max-width: 450px;
    margin-bottom: 12px;
}
.cvt-test-cta a {
    color: #469fd7;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.cvt-test-cta a:hover {
    color: #000;
}
.cvt-tests-rows {
    padding-bottom: 20px;
}
.cvt-info-day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15.3px;
    color: #828282;
    margin-bottom: 12px;
}
.cvt-info-day > div {
    width: 50%;
}
.cvt-info-days {
    max-width: 500px;
}
.cvt-detail-view-note {
    border: 1px solid #f58743;
    color: #f58743;
    padding: 10px;
    font-size: 15.3px;
    margin-bottom: 30px;
}
.cvt-detail-view {
    padding-top: 40px;
}
.cvt-filters-close,
.cvt-detail-close {
    position: absolute;
    right: 40px;
    top: 8px;
    color: #7e8083;
    font-size: 14px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    cursor: pointer;
}
.cvt-filters-close:hover,
.cvt-detail-close:hover {
    color: #000;
}
.cvt-test-name {
    width: 35%;
}
.cvt-test-price {
    width: 20%;
}
.cvt-test-cta {
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.cvt-detail-address span:not(:last-child) {
    padding-right: 5px;
}
.cvt-template-header {
    min-height: 140px;
    padding-right: 40px;
    padding-left: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url('../img/cvt-header-bg.png') #fff no-repeat 40% center;
}
.cvt-template-wrapper {
    background-size: 100% auto;
}
.cvt-template-header-left {
    color: #fff;
    font-weight: 300;
    font-size: 41px;
    max-width: 600px;
    letter-spacing: 0.005em;
}
.cvt-template-footer {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-top: 1px solid #c6c9cb;
    padding: 10px 40px;
    color: #838383;
    font-size: 14px;
}
.cvt-template-footer-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cvt-template-footer-left ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.cvt-template-footer a {
    text-decoration: none;
    color: #838383;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.cvt-template-footer-left li:not(:last-child):after {
    content: ' | ';
    padding-left: 2px;
    padding-right: 2px;
}
.cvt-template-footer a:hover {
    color: #000;
}
.cvt-template-footer-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
}
.cvt-template-footer-right img {
    margin: 0 10px;
}
.cvt-map-filters-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
}
.show-cvt-filters .cvt-map-filters-wrapper {
    opacity: 1;
    visibility: visible;
}
.cvt-map-filter-by-cat strong {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}
.cvt-map-filter-by-cat .cvt-map-filters label {
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.cvt-map-filters-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    padding-top: 20px;
}
.cvt-map-filters-actions a {
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    color: #000;
    border: 1px solid #ddd;
    margin: 0 5px;
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.cvt-map-filter-by-cat {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-left: 0;
    padding: 30px 0;
}
.cvt-map-filters-actions a:hover {
    background: transparent;
    color: #000;
}
.cvt-no-results {
    font-size: 16px;
    padding: 20px 40px;
    text-align: center;
}
.cvt-map-left-filter.cvt-has-active-filter a {
    position: relative;
}
.cvt-map-left-filter.cvt-has-active-filter a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #cb0009;
    position: absolute;
    right: -10px;
    border-radius: 50%;
    top: 0;
}
.cvt-map-filter-by-ttype {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    margin-left: 0;
}
.cvt-map-dropdown-filter select,
.cvt-map-filter-by-ttype select {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: 5px;
    height: 40px;
    padding: 0 10px;
}
.cvt-map-filters-title {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: .1em;
}
.cvt-map-dropdown-filter label input,
.cvt-map-filter-by-cat .cvt-map-filters label input {
    display: none;
}
.cvt-map-dropdown-filter label,
.cvt-map-filter-by-cat .cvt-map-filters label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.cvt-map-dropdown-filter label input + span,
.cvt-map-filter-by-cat .cvt-map-filters label input + span {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cvt-map-dropdown-filter label input:checked + span,
.cvt-map-filter-by-cat .cvt-map-filters label input:checked + span {
    opacity: 1;
}
.cvt-map-dropdown-filter strong,
.cvt-map-filter-by-cat strong, .cvt-map-filter-by-ttype strong {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}
.cvt-map-filters-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-y: auto;
}
.cvt-map-dropdown-filter label input + span:before,
.cvt-map-filter-by-cat .cvt-map-filters label input + span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.cvt-map-dropdown-filter label input + span:after,
.cvt-map-filter-by-cat .cvt-map-filters label input + span:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.cvt-map-dropdown-filter label input:checked + span:after,
.cvt-map-filter-by-cat .cvt-map-filters label input:checked + span:after {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}
.cvt-filters-close {
    top: 20px;
}
.cvt-test-name.cvt-test-has-info {
    position: relative;
    align-self: flex-start;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.cvt-test-name.cvt-test-has-info .cvt-test-info {
    position: absolute;
    color: #f47424;
    font-size: 11px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #f47424;
    border-radius: 2px;
    padding: 5px;
    line-height: 1.1;
    width: 120%;
    left: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    max-width: 250px;
}
.cvt-test-name.cvt-test-has-info:hover .cvt-test-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.cvt-test-name.cvt-test-has-info:hover {
    color: #f47424;
    z-index: 1;
    cursor: pointer;
}
.cvt-map-filter-by-cat .cvt-map-filters label.cvt-map-filter.is-cvt-child-filter {
    margin-left: 35px;
    font-size: 16px;
    min-height: 25px;
}
.cvt-template-logo {
    width: 40%;
    max-width: 423px;
}
.cvt-map-left-note img {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
            filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
.test-preview-icon img[src*=".svg"],
.cvt-map-cols .gm-style img[src*=".svg"] {
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
            filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
}
.cvt-map-cols .gm-style img[src*=".svg"] {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
::-webkit-input-placeholder { /* Edge */
  color: #6a6c6e;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6a6c6e;
}
::-moz-placeholder {
  color: #6a6c6e;
}
::-ms-input-placeholder {
  color: #6a6c6e;
}
::placeholder {
  color: #6a6c6e;
}
::-webkit-input-placeholder{
    color: #6a6c6e;
}
::-moz-placeholder{
    color: #6a6c6e;
}
:-ms-input-placeholder{
    color: #6a6c6e;
}
::-ms-input-placeholder{
    color: #6a6c6e;
}
::placeholder{
    color: #6a6c6e;
}
/* New Layout */
.cvt-template-header-left {
    color: #404041;
    font-size: 28px;
    line-height: 1.1;
    max-width: 700px;
}
.cvt-template-header {
    min-height: 100px;
    -webkit-box-shadow: 0px 1px 3.96px 0.04px rgba(59, 59, 59, 0.64);
            box-shadow: 0px 1px 3.96px 0.04px rgba(59, 59, 59, 0.64);
    position: relative;
    z-index: 1;
}
.cvt-template-logo {
    max-width: 330px;
}
.cvt-map-left {
    background: #fff;
}
input.cvt-map-search-query {
    color: #6a6c6e;
    font-weight: 400;
}
.cvt-map-left-filter a {
    color: #6a6c6e;
}
.cvt-map-left-search i {
    color: #6a6c6e;
}
.cvt-map-cols {
    height: -webkit-calc(100vh - 180px);
    height: calc(100vh - 180px);
}
.cvt-filters-close,
.cvt-detail-close{ top: 14px }

.cvt-opening-modal-right:after {
    content: '';
    height: 25%;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(0deg, white, transparent);
}

.cvt-opening-modal-right {
    position: relative;
}

.cvt-opening-modal-right {
}

.cvt-opening-modal-logo {
    z-index: 2;
}


.modal-hash {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.modal-hash a {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: .025em;
}

@media all and (min-width: 1500px) {
    .cvt-map-filter-wrapper input {
        font-size: 22px;
    }
}
@media all and (max-width: 1400px) {
    .cvt-template-header {
        min-height: 60px;
        padding: 10px 40px;
    }
    .cvt-template-header-left {
        font-size: 20px;
        max-width: 500px;
    }
    .cvt-template-logo {
        max-width: 260px;
    }
    .cvt-template-footer {
        height: 60px;
    }
    .cvt-map-cols {
        height: -webkit-calc(100vh - 120px);
        height: calc(100vh - 120px);
    }
    .cvt-template-footer {
        font-size: 13px;
    }
}
@media all and (max-width: 1024px) {
    .cvt-location-item {
        padding: 13px 50px;
    }
    .test-preview-icon {
        left: 15px;
    }
}
@media all and (max-width: 850px) {
    .cvt-template-header-left {
        max-width: 300px;
    }
}
@media all and (max-width: 767px) {
    .cvt-template-logo {
        width: 100%;
    }
    .cvt-map-left {
        position: static;
    }
    .cvt-map-left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 0;
    }
    .cvt-map-cols {
        position: relative;
        padding-top: 80px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        height: inherit;
        height: auto;
    }
    .cvt-template-wrapper {
        background: #fff !important;
    }
    .cvt-template-header-left {
        display: none;
    }
    .cvt-template-header {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 15px 10px;
    }
    .cvt-map-left-header {
        left: 10px;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }
    div#cvt-map {
        width: 100%;
        height: -webkit-calc(100vh - 100px);
        height: calc(100vh - 100px);
        max-height: 400px;
    }
    .cvt-map-left-note {
        position: relative;
        min-height: inherit;
        left: 0;
        padding-left: 20px;
    }
    .cvt-template-footer {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 10px 10px;
        height: inherit;
        text-align: center;
    }
    .cvt-template-footer-left {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 5px;
    }
    .cvt-template-footer-right {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .cvt-template-footer-right a img {
        max-width: 90px;
    }
    .cvt-template-footer-right img {
        max-width: 124px;
    }
    .cvt-map-filters-wrapper {
        height: -webkit-calc(100vh - 150px);
        height: calc(100vh - 150px);
    }
    .show-cvt-details-modal div#cvt-map {
        opacity: 0;
    }
}
.cvt-map-filter-by-cat {}
a.cvt-close-filters {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
    border: 1px solid #000;
}
a.cvt-apply-filters {
    background: #f47524;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
    border: 1px solid #f47524;
}
.test-preview-icon img {
    width: 100%;
}
.cvt-map-dropdown-filters {
    display: block;
    width: 100%;
}

.cvt-map-dropdown-filter {
    width: 100%;
    display: block;
    padding-right: 16px;
    margin-bottom: 15px;
}

.cvt-map-dropdown-filter strong {
    display: block;
}

.cvt-map-filter-by-cat {
    padding-top: 5px;
    padding-bottom: 20px;
}
.cvt-map-filters-actions {
    margin-top: 0;
    padding-bottom: 5px;
    display: block;
    width: 100%;
}
.cvt-n-test-row {
    font-size: 15.3px;
    color: #828282;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cvt-n-test-type {
    width: 25%;
    padding-right: 15px;
}

.cvt-n-test-details {
    width: 75%;
}

.cvt-n-test-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cvt-n-test-detail > span {
    display: block;
    width: 50%;
}

.cvt-n-test-detail a {
    color: #469fd7;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.cvt-n-test-detail a:hover {
    color: #000;
}

.cvt-n-test-row:not(:last-child) {
    margin-bottom: 15px;
}
.cvt-n-test-detail.cvt-n-test-detail-cta {
    padding-top: 5px;
    padding-bottom: 5px;
}
.cvt-n-test-detail > span:first-child {
    width: 35%;
}

.cvt-n-test-detail > span:last-child {
    width: 65%;
}
@media all and (max-width: 1600px) {
    .cvt-map-dropdown-filter {
        width: 100%;
    }
}
@media all and (max-width: 1100px) {
    .cvt-n-test-row {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }

    .cvt-n-test-type {
        width: 100%;
        margin-bottom: 5px;
    }

    .cvt-n-test-details {
        width: 100%;
    }
    .cvt-map-dropdown-filter {
        width: 100%;
        padding-right: 0;
    }
}
.cvt-template-header-left a {
    color: #404041;
    text-decoration: none;
}


/* Popup */
.cvt-opening-modal-overlay {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: opacity 0.25s, visibility 0.25s;
}
.hide-cvt-modal .cvt-opening-modal-overlay {
    opacity: 0;
    visibility: hidden;
}
.cvt-opening-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 100;
    transform: translate(-50%, -50%);
    max-width: 940px;
    width: 96%;
    height: 96%;
    max-height: 650px;
    transition: opacity 0.25s, visibility 0.25s, transform 0.25s;
}
.hide-cvt-modal .cvt-opening-modal {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -20%);
}
.cvt-opening-modal-cols {
    display: flex;
    height: 100%;
}

.cvt-opening-modal-cols > div {
    width: 50%;
    height: 100%;
}

.cvt-opening-modal-inner {
    height: 100%;
    overflow-y: auto;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 55px;
    color: #343434;
}

.cvt-opening-modal-title {
    font-size: 27.63px;
    color: #454545;
    margin-bottom: 20px;
    min-height: 80px;
}

.cvt-modal-radio-options label input {
    display: none;
}

.cvt-modal-radio-options label {
    position: relative;
    padding-left: 30px;
    color: #343434;
    margin-bottom: 30px;
    cursor: pointer;
}

.cvt-modal-radio-options label input + span strong {
    font-weight: normal;
    font-size: 21px;
    display: block;
    margin-bottom: 5px;
}
.cvt-modal-radio-options label input + span:before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    border: 2px solid #f58223;
    border-radius: 50%;
    position: absolute;
    left: 0;;
    top: 2px;
}
.cvt-modal-radio-options label input + span:after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background: #f58223;
    border-radius: 50%;
    position: absolute;
    left: 0;;
    top: 2px;
    transition: transform 0.2s;
    transform: scale(0);
}
.cvt-modal-radio-options label input:checked + span:after {
    transform: scale(1);
}
.cvt-modal-radio-options label input + span span {
    color: #828282;
    font-size: 14px;
    display: block;
}

.cvt-modal-radio-options label input + span strong + span {
    margin-left: -30px;
}

.cvt-opening-modal-left {
    padding-bottom: 65px;
}

.cvt-opening-modal-right {
    background: url('../img/cvt-modal-bg.png') no-repeat center center;
	background: url('../img/cvt-modal-bg1.jpg') no-repeat center center;
    background-size: cover;
}
.cvt-opening-modal-actions {
    display: flex;
    justify-content: center;
}

.cvt-modal-go-forward {
    border-radius: 4px;
    background: #f58223;
    color: #fff;
    text-transform: uppercase;
    font-size: 14.4px;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-decoration: none;
    line-height: 1;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cvt-modal-go-forward i {
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-left: 8px;
    background: url('../img/angle-right.png') no-repeat center center;
    background-size: contain;
}

.cvt-modal-radio-options {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cvt-modal-go-forward:hover {
    background: #454545;
}

.cvt-opening-modal-step:not(.active) {
    display: none;
}

.cvt-modal-go-back {
    display: inline-flex;
    border-radius: 4px;
    border: 2px solid #f58223;
    text-decoration: none;
    color: #f58223;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
    font-size: 14.4px;
    letter-spacing: 0.01em;
    padding: 12px 12px;
    margin-right: 12px;
}
.cvt-modal-go-back i {
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-right: 8px;
    background: url('../img/orange-angle-left.png') no-repeat center center;
    background-size: contain;
}
.cvt-modal-radio-options ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 15.3px;
}

.cvt-modal-radio-options ul li {
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    padding-left: 18px;
    margin: 0;
}

.cvt-modal-radio-options ul li:before {
    border-radius: 50%;
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #f58223;
}

.cvt-modal-applyfilters {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f58223;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 0.01em;
    font-size: 14.4px;
    padding: 12px 30px;
}
.cvt-modal-applyfilters:hover {
    background: #454545;
}
.cvt-opening-modal-step[data-index="3"],
.cvt-opening-modal-step[data-index="4"],
.cvt-opening-modal-step[data-index="6"],
.cvt-opening-modal-step[data-index="7"] {
    padding-top: 80px;
}
.cvt-opening-modal-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 13px;
    top: 13px;
    background: url('../img/close.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
}
.cvt-opening-modal-right {
    position: relative;
}

.cvt-opening-modal-logo {
    position: absolute;
    bottom: 25px;
    left: 50px;
    width: 45%;
}

.cvt-map-cols {
	position: relative;
}
.cvt-map-cols .cvt-survey-opener {
	width: 50px;
	height: 50px;
	background: url('../img/survey-icon.png') #fff no-repeat center center;
	background-size: 80%;
	cursor: pointer;
	position: absolute;
	top: 85px;
	right: 0;
	z-index:99;
}
.cvt-modal-sm-link {
    padding-top: 20px;
    text-align: center;
}

.cvt-modal-sm-link a {
    color: #f58223;
    font-size: 16px;
    line-height: 1.2;
    display: block;
}
@media all and (max-width: 992px) {
    .cvt-opening-modal-inner {
        padding: 40px;
    }
}
@media all and (max-width: 767px) {
    .cvt-opening-modal-inner {
        padding: 20px;
    }

    .cvt-opening-modal-cols {
        flex-wrap: wrap;
    }

    .cvt-opening-modal-left {
        order: 2;
    }

    .cvt-opening-modal-cols > div {
        width: 100%;
        height: inherit;
        height: initial;
    }

    .cvt-opening-modal-cols > div.cvt-opening-modal-right {
        height: 100px;
        height: 200px;
        background-position: 0px -30px;
    }

    .cvt-opening-modal-left {
        padding-bottom: 30px;
    }

    .cvt-opening-modal-title {
        min-height: inherit;
    }

    .cvt-modal-radio-options {
        min-height: inherit;
    }

    .cvt-opening-modal-inner {
        max-height: inherit;
    }

    .cvt-opening-modal {
        max-height: 100%;
        height: 90%;
    }
    .cvt-opening-modal-cols > div.cvt-opening-modal-left {
        height: calc(100% - 200px);
    }
    .cvt-opening-modal-title {
        font-size: 20px;
    }
    .cvt-modal-radio-options label input + span strong {
        font-size: 18px;
    }
    .cvt-opening-modal-logo {
        left: 25px;
        bottom: 20px;
        width: 50%;
    }
}

span.txt-small a {
    color: #f58223;
}

/* New Background */
/* desktop*/
.cvt-opening-modal-right {
    background: url('https://coronavirustest.dev-webgerei.nl/wp-content/uploads/2021/06/banner-web_new-1.png') no-repeat center top !important;
    background-size: 100% auto;
}

.cvt-modal-upper {
    color: #154374;
    position: absolute;
    top: 30%;
    right: 30px;
    max-width: 200px;
    font-size: 24px;
    line-height: 1.2;
}

.cvt-modal-lower {
    color: #474849;
    font-weight: 300;
    position: absolute;
    top: 65%;
    max-width: 342px;
    margin-left: 60px;
    font-size: 25px;
}

.cvt-opening-modal-logo {
    left: 60px;
    bottom: 45px;
}

.cvt-opening-modal-right:after {
    display: none;
}
@media all and (max-width: 992px) {
        .cvt-modal-upper {
        top: 150px;
    }

    .cvt-modal-lower {top: 350px;padding-right: 20px;font-size: 22px;}
}
/*mobiel*/
@media all and (max-width: 767px) {
    .cvt-opening-modal-cols > div.cvt-opening-modal-right {
        height: 210px;
        background: url('https://coronavirustest.dev-webgerei.nl/wp-content/uploads/2021/06/banner-mobile_new-1.png') no-repeat left top !important;
        background-size: 100% auto;
    }

    .cvt-modal-upper {
        top: 60px;
        left: 100px;
        max-width: calc(100% - 120px);
        font-size: 15px;
    }

    .cvt-modal-lower {
        left: 100px;
        max-width: calc(100% - 110px);
        font-size: 14px;
        right: inherit;
        margin-left: 0;
        top: 128px;
        padding: 0;
        width: 100%;
        display:none;
    }

    .cvt-opening-modal-logo {
        left: 100px;
        width: 135px;
        top: 150px;
    }
    .cvt-opening-modal {
        max-width: 375px;
    }
}

.cvt-modal-sm-link a {
    color: #738b9b;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
    padding-left: 40px;
    background: url('../img/zie-hier.png') no-repeat left top;
    background-size: 30px auto;
    transition: color 0.2s;
}
.cvt-modal-sm-link a:hover {
    color: #e9873d;
}
.elementor-nav-menu li.wpml-ls-item {
    display: inline-block;
}
