/*Reset*/
html, body, div, span, input, textarea, select, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: none;
}

/*VC*/
#content .vc_col-sm-12 .wpb_single_image.vc_align_center .vc_figure,
#content .vc_col-sm-12 .wpb_single_image.vc_align_center .vc_figure .vc_single_image-wrapper { display:block; }
#content .vc_col-sm-12 .wpb_single_image.vc_align_center .vc_figure .vc_single_image-wrapper img { width:100% !important; margin-bottom: 0; }
#content .blogs {width:100% !important;margin:0 auto !important;display:flex !important;justify-content:center !important;}
#content .blog-item {padding-right: 0 !important;padding-bottom: 10px !important;margin: 0 10px 30px 10px;max-width: 410px;background: #fff 0% 0% no-repeat padding-box !important;box-shadow: 0px 0px 6px #00000052 !important;border-radius: 5px !important}
#content .blog-img {border-radius:5px 5px 0 0;}
#content .blog-item .date {display:flex;}
#content .blog-item .date::before {color:#4b4b4b !important;content: "\f017"; font-family: 'Font Awesome 6 Pro'; margin-right: 5px;font-weight:300;}
#content .blog-item .readmore::before {content: "\f06e"; font-family: 'Font Awesome 6 Pro'; margin-right: 5px;font-weight:500;}
#content .vc_grid-btn-load_more a {background-color:#0154bc !important;font-size:16px;font-weight:700;}
#content .blogs .blog-title {min-height:110px;}
#content .blogs .blog-excerpt {min-height:120px;}
#content .blogs .blog-excerpt p {line-height:24px ;}

@media (max-width:1400px) {
    #content .blog-item {width:48%;max-width:100%;}
}

@media (max-width:1070px) {
    #content .blog-item {width:47.5%;max-width:100%;}
    #content .blog-title {min-height:80px;}
    #content .blog-excerpt {min-height:140px;}
}

@media (max-width:850px) {
    #content .blog-item {width:97%;max-width:100%;}
    #content .blog-title {min-height:auto !important;}
    #content .blog-excerpt {min-height:auto !important;}
    #content .blogs [class*=col-],.block,.cell { width: auto; }
    #content .blogs .readtext {float:right;}
}

/*Basics*/
em { font-style:italic; }
strong { font-weight:bold; }
img { max-width:100%; height:auto !important; }
body { padding:70px 0 0 0; margin:0; min-width:360px; }
a[href*='tel:'] { white-space:nowrap; text-decoration:none; }

/*Wrappers*/
.wrapper { position:relative; width:100%; }

/*Containers*/
.container { position: relative; margin:0 auto; }

/*Filters*/
.filter { cursor: pointer; }
.fill { display:none; }
.fill.active { display:block; }

/*Expanders*/
.expander { cursor: pointer; }
.expand { display:none; }
.expand.active { display:block; }

/*Box Model*/
.container,
.container:after,
.container:before,
input,
input:after,
input:before,
textarea,
textarea:after,
textarea:before,
.block,
.block:after,
.block:before,
.cell,
.cell:after,
.cell:before, 
[class*='col-'],
[class*='col-']:after,
[class*='col-']:before { 
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box; 
}

/*Placeholders*/
::-webkit-input-placeholder { color:#aaa9a9; }
:-moz-placeholder { color:#aaa9a9; }
::-moz-placeholder { color:#aaa9a9; }
:-ms-input-placeholder { color:#aaa9a9; }

/*Grids*/
.grid:before,
.grid:after { content: " "; display: table; }
.grid:after { clear: both; }
.grid { width:100%; *zoom: 1; }
.block { float:left; }
.cell { display:table-cell; }

[class*='col-'] { float: left; display: inline-block; }
.col-1   { width: 1%;   }
.col-2   { width: 2%;   }
.col-3   { width: 3%;   }
.col-4   { width: 4%;   }
.col-5   { width: 5%;   }
.col-6   { width: 6%;   }
.col-7   { width: 7%;   }
.col-8   { width: 8%;   }
.col-9   { width: 9%;   }
.col-10  { width: 10%;  }
.col-11  { width: 11%;  }
.col-12  { width: 12%;  }
.col-13  { width: 13%;  }
.col-14  { width: 14%;  }
.col-15  { width: 15%;  }
.col-16  { width: 16%;  }
.col-17  { width: 17%;  }
.col-18  { width: 18%;  }
.col-19  { width: 19%;  }
.col-20  { width: 20%;  }
.col-21  { width: 21%;  }
.col-22  { width: 22%;  }
.col-23  { width: 23%;  }
.col-24  { width: 24%;  }
.col-25  { width: 25%;  }
.col-26  { width: 26%;  }
.col-27  { width: 27%;  }
.col-28  { width: 28%;  }
.col-29  { width: 29%;  }
.col-30  { width: 30%;  }
.col-31  { width: 31%;  }
.col-32  { width: 32%;  }
.col-33  { width: 33%;  }
.col-333 { width: 33.333333333%; }
.col-34  { width: 34%;  }
.col-35  { width: 35%;  }
.col-36  { width: 36%;  }
.col-37  { width: 37%;  }
.col-38  { width: 38%;  }
.col-39  { width: 39%;  }
.col-40  { width: 40%;  }
.col-41  { width: 41%;  }
.col-42  { width: 42%;  }
.col-43  { width: 43%;  }
.col-44  { width: 44%;  }
.col-45  { width: 45%;  }
.col-46  { width: 46%;  }
.col-47  { width: 47%;  }
.col-48  { width: 48%;  }
.col-49  { width: 49%;  }
.col-50  { width: 50%;  }
.col-51  { width: 51%;  }
.col-52  { width: 52%;  }
.col-53  { width: 53%;  }
.col-54  { width: 54%;  }
.col-55  { width: 55%;  }
.col-56  { width: 56%;  }
.col-57  { width: 57%;  }
.col-58  { width: 58%;  }
.col-59  { width: 59%;  }
.col-60  { width: 60%;  }
.col-61  { width: 61%;  }
.col-62  { width: 62%;  }
.col-63  { width: 63%;  }
.col-64  { width: 64%;  }
.col-65  { width: 65%;  }
.col-66  { width: 66%;  }
.col-666 { width: 66.666666666%; }
.col-67  { width: 67%;  }
.col-68  { width: 68%;  }
.col-69  { width: 69%;  }
.col-70  { width: 70%;  }
.col-71  { width: 71%;  }
.col-72  { width: 72%;  }
.col-73  { width: 73%;  }
.col-74  { width: 74%;  }
.col-75  { width: 75%;  }
.col-76  { width: 76%;  }
.col-77  { width: 77%;  }
.col-78  { width: 78%;  }
.col-79  { width: 79%;  }
.col-80  { width: 80%;  }
.col-81  { width: 81%;  }
.col-82  { width: 82%;  }
.col-83  { width: 83%;  }
.col-84  { width: 84%;  }
.col-85  { width: 85%;  }
.col-86  { width: 86%;  }
.col-87  { width: 87%;  }
.col-88  { width: 88%;  }
.col-89  { width: 89%;  }
.col-90  { width: 90%;  }
.col-91  { width: 91%;  }
.col-92  { width: 92%;  }
.col-93  { width: 93%;  }
.col-94  { width: 94%;  }
.col-95  { width: 95%;  }
.col-96  { width: 96%;  }
.col-97  { width: 97%;  }
.col-98  { width: 98%;  }
.col-99  { width: 99%;  }
.col-100 { width: 100%; }

.l-1   { padding-left: 1%;   }
.l-2   { padding-left: 2%;   }
.l-3   { padding-left: 3%;   }
.l-4   { padding-left: 4%;   }
.l-5   { padding-left: 5%;   }
.l-6   { padding-left: 6%;   }
.l-7   { padding-left: 7%;   }
.l-8   { padding-left: 8%;   }
.l-9   { padding-left: 9%;   }
.l-10  { padding-left: 10%;  }
.l-11  { padding-left: 11%;  }
.l-12  { padding-left: 12%;  }
.l-13  { padding-left: 13%;  }
.l-14  { padding-left: 14%;  }
.l-15  { padding-left: 15%;  }
.l-16  { padding-left: 16%;  }
.l-17  { padding-left: 17%;  }
.l-18  { padding-left: 18%;  }
.l-19  { padding-left: 19%;  }
.l-20  { padding-left: 20%;  }
.l-21  { padding-left: 21%;  }
.l-22  { padding-left: 22%;  }
.l-23  { padding-left: 23%;  }
.l-24  { padding-left: 24%;  }
.l-25  { padding-left: 25%;  }
.l-26  { padding-left: 26%;  }
.l-27  { padding-left: 27%;  }
.l-28  { padding-left: 28%;  }
.l-29  { padding-left: 29%;  }
.l-30  { padding-left: 30%;  }
.l-31  { padding-left: 31%;  }
.l-32  { padding-left: 32%;  }
.l-33  { padding-left: 33%;  }
.l-333 { padding-left: 33.333333333%; }
.l-34  { padding-left: 34%;  }
.l-35  { padding-left: 35%;  }
.l-36  { padding-left: 36%;  }
.l-37  { padding-left: 37%;  }
.l-38  { padding-left: 38%;  }
.l-39  { padding-left: 39%;  }
.l-40  { padding-left: 40%;  }
.l-41  { padding-left: 41%;  }
.l-42  { padding-left: 42%;  }
.l-43  { padding-left: 43%;  }
.l-44  { padding-left: 44%;  }
.l-45  { padding-left: 45%;  }
.l-46  { padding-left: 46%;  }
.l-47  { padding-left: 47%;  }
.l-48  { padding-left: 48%;  }
.l-49  { padding-left: 49%;  }
.l-50  { padding-left: 50%;  }
.l-51  { padding-left: 51%;  }
.l-52  { padding-left: 52%;  }
.l-53  { padding-left: 53%;  }
.l-54  { padding-left: 54%;  }
.l-55  { padding-left: 55%;  }
.l-56  { padding-left: 56%;  }
.l-57  { padding-left: 57%;  }
.l-58  { padding-left: 58%;  }
.l-59  { padding-left: 59%;  }
.l-60  { padding-left: 60%;  }
.l-61  { padding-left: 61%;  }
.l-62  { padding-left: 62%;  }
.l-63  { padding-left: 63%;  }
.l-64  { padding-left: 64%;  }
.l-65  { padding-left: 65%;  }
.l-66  { padding-left: 66%;  }
.l-666 { padding-left: 66.666666666%; }
.l-67  { padding-left: 67%;  }
.l-68  { padding-left: 68%;  }
.l-69  { padding-left: 69%;  }
.l-70  { padding-left: 70%;  }
.l-71  { padding-left: 71%;  }
.l-72  { padding-left: 72%;  }
.l-73  { padding-left: 73%;  }
.l-74  { padding-left: 74%;  }
.l-75  { padding-left: 75%;  }
.l-76  { padding-left: 76%;  }
.l-77  { padding-left: 77%;  }
.l-78  { padding-left: 78%;  }
.l-79  { padding-left: 79%;  }
.l-80  { padding-left: 80%;  }
.l-81  { padding-left: 81%;  }
.l-82  { padding-left: 82%;  }
.l-83  { padding-left: 83%;  }
.l-84  { padding-left: 84%;  }
.l-85  { padding-left: 85%;  }
.l-86  { padding-left: 86%;  }
.l-87  { padding-left: 87%;  }
.l-88  { padding-left: 88%;  }
.l-89  { padding-left: 89%;  }
.l-90  { padding-left: 90%;  }
.l-91  { padding-left: 91%;  }
.l-92  { padding-left: 92%;  }
.l-93  { padding-left: 93%;  }
.l-94  { padding-left: 94%;  }
.l-95  { padding-left: 95%;  }
.l-96  { padding-left: 96%;  }
.l-97  { padding-left: 97%;  }
.l-98  { padding-left: 98%;  }
.l-99  { padding-left: 99%;  }
.l-100 { padding-left: 100%; }

.r-1   { padding-right: 1%;   }
.r-2   { padding-right: 2%;   }
.r-3   { padding-right: 3%;   }
.r-4   { padding-right: 4%;   }
.r-5   { padding-right: 5%;   }
.r-6   { padding-right: 6%;   }
.r-7   { padding-right: 7%;   }
.r-8   { padding-right: 8%;   }
.r-9   { padding-right: 9%;   }
.r-10  { padding-right: 10%;  }
.r-11  { padding-right: 11%;  }
.r-12  { padding-right: 12%;  }
.r-13  { padding-right: 13%;  }
.r-14  { padding-right: 14%;  }
.r-15  { padding-right: 15%;  }
.r-16  { padding-right: 16%;  }
.r-17  { padding-right: 17%;  }
.r-18  { padding-right: 18%;  }
.r-19  { padding-right: 19%;  }
.r-20  { padding-right: 20%;  }
.r-21  { padding-right: 21%;  }
.r-22  { padding-right: 22%;  }
.r-23  { padding-right: 23%;  }
.r-24  { padding-right: 24%;  }
.r-25  { padding-right: 25%;  }
.r-26  { padding-right: 26%;  }
.r-27  { padding-right: 27%;  }
.r-28  { padding-right: 28%;  }
.r-29  { padding-right: 29%;  }
.r-30  { padding-right: 30%;  }
.r-31  { padding-right: 31%;  }
.r-32  { padding-right: 32%;  }
.r-33  { padding-right: 33%;  }
.r-333 { padding-right: 33.333333333%; }
.r-34  { padding-right: 34%;  }
.r-35  { padding-right: 35%;  }
.r-36  { padding-right: 36%;  }
.r-37  { padding-right: 37%;  }
.r-38  { padding-right: 38%;  }
.r-39  { padding-right: 39%;  }
.r-40  { padding-right: 40%;  }
.r-41  { padding-right: 41%;  }
.r-42  { padding-right: 42%;  }
.r-43  { padding-right: 43%;  }
.r-44  { padding-right: 44%;  }
.r-45  { padding-right: 45%;  }
.r-46  { padding-right: 46%;  }
.r-47  { padding-right: 47%;  }
.r-48  { padding-right: 48%;  }
.r-49  { padding-right: 49%;  }
.r-50  { padding-right: 50%;  }
.r-51  { padding-right: 51%;  }
.r-52  { padding-right: 52%;  }
.r-53  { padding-right: 53%;  }
.r-54  { padding-right: 54%;  }
.r-55  { padding-right: 55%;  }
.r-56  { padding-right: 56%;  }
.r-57  { padding-right: 57%;  }
.r-58  { padding-right: 58%;  }
.r-59  { padding-right: 59%;  }
.r-60  { padding-right: 60%;  }
.r-61  { padding-right: 61%;  }
.r-62  { padding-right: 62%;  }
.r-63  { padding-right: 63%;  }
.r-64  { padding-right: 64%;  }
.r-65  { padding-right: 65%;  }
.r-66  { padding-right: 66%;  }
.r-666 { padding-right: 66.666666666%; }
.r-67  { padding-right: 67%;  }
.r-68  { padding-right: 68%;  }
.r-69  { padding-right: 69%;  }
.r-70  { padding-right: 70%;  }
.r-71  { padding-right: 71%;  }
.r-72  { padding-right: 72%;  }
.r-73  { padding-right: 73%;  }
.r-74  { padding-right: 74%;  }
.r-75  { padding-right: 75%;  }
.r-76  { padding-right: 76%;  }
.r-77  { padding-right: 77%;  }
.r-78  { padding-right: 78%;  }
.r-79  { padding-right: 79%;  }
.r-80  { padding-right: 80%;  }
.r-81  { padding-right: 81%;  }
.r-82  { padding-right: 82%;  }
.r-83  { padding-right: 83%;  }
.r-84  { padding-right: 84%;  }
.r-85  { padding-right: 85%;  }
.r-86  { padding-right: 86%;  }
.r-87  { padding-right: 87%;  }
.r-88  { padding-right: 88%;  }
.r-89  { padding-right: 89%;  }
.r-90  { padding-right: 90%;  }
.r-91  { padding-right: 91%;  }
.r-92  { padding-right: 92%;  }
.r-93  { padding-right: 93%;  }
.r-94  { padding-right: 94%;  }
.r-95  { padding-right: 95%;  }
.r-96  { padding-right: 96%;  }
.r-97  { padding-right: 97%;  }
.r-98  { padding-right: 98%;  }
.r-99  { padding-right: 99%;  }
.r-100 { padding-right: 100%; }

.fclear { clear:both; }

@media all and (max-width: 600px) {
		html, body, .wrapper { min-width:320px; }
		[class*='col-'], .block, .cell { width:100%; padding:0; }    
}

/*Content*/
#content { margin:0 auto; }
#content .spacing { padding:40px 0; }
#content h1 { padding:0 0 18px 0; color:#167abf; font-size:32px; line-height:50px; font-weight:600; }
#content h2 { padding:0 0 12px 0; color:#167abf; font-size:24px; line-height:36px; font-weight:400; }
#content h3 { padding:0 0 11px 0; color:#167abf; font-size:22px; line-height:33px; font-weight:400; }
#content h4 { padding:0 0 9px 0; color:#167abf; font-size:18px; line-height:27px; font-weight:400; }
#content h5 { padding:0 0 8px 0; color:#167abf; font-size:16px; line-height:24px; font-weight:400; }
#content h6 { padding:0 0 7px 0; color:#167abf; font-size:14px; line-height:21px; font-weight:400; }
#content form,
#content p { font-size:18px; line-height:30px; padding:0 0 20px 0; }
#content p * { vertical-align: baseline; }
#content img { margin-bottom:0px; }
#content ul, #content ol { padding:0 0 0 20px; margin:0 0 20px 0; }
#content ul { list-style:square; }
#content li { padding:4px 0; }
#content .white-text { color:#fff; }
#content .white-text a { color:#fff !important; }

/*Page Styles*/
#content .entry-header h1 { margin-left:auto; margin-right:auto;padding-top:50px; }
#content .entry-header.has-featured-image { background-position:center center; background-size:cover; }
#content .entry-header.has-featured-image h1 { color:#fff; padding:0; }
#default-page .container {max-width:1400px;} 
#content .entry-header.has-featured-image h1,
#default-page .container .entry-content { max-width:1200px; min-width:320px; padding:30px; margin:0 auto; }
#default-page p a,
#default-page li a { color:#0057B7; text-decoration:underline; }
#default-page a[href*='tel:'] { white-space:nowrap; text-decoration:none; }

/* Alignment */
.alignleft { float: left; margin:6px 20px 14px 0; }
.alignright { float: right; margin:6px 0 14px 20px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; padding:6px 0 14px 0; }
@media all and (max-width: 600px) {
    .alignright,
    .alignleft,
    .aligncenter { display: block; width:100%; float: none; margin:0; }
}

/*Optin-Monster*/
[id^="om-"] [class*='col-'] { float:none; display:block; }

/*Contact Forms*/
#content form [type="text"], 
#content form [type="tel"], 
#content form [type="email"],
#content form [type="url"], 
#content form [type="search"],
#content form select, 
#content form textarea,
#content form [type="submit"],
#primary form [type="text"], 
#primary form [type="tel"], 
#primary form [type="email"],
#primary form [type="url"], 
#primary form [type="search"],
#primary form select, 
#primary form textarea,
#primary form [type="submit"],
#blog-search form [type="text"],
#blog-search form [type="tel"],
#blog-search form [type="email"],
#blog-search form [type="url"],
#blog-search form [type="search"],
#blog-search form select,
#blog-search form textarea,
#blog-search .widget form input { display:inline-block; height:40px;padding:8px 13px !important; line-height:16px; background:#fff;border-top: 1px double #cccccc;border-bottom: 1px double #cccccc;border-left: 1px double #cccccc;border-right:none;color:#222;border-radius:5px 0px 0px 5px; }
#blog-search .widget form input.search-submit { -webkit-appearance: none;background-color:#1457B7;color:#fff;border-radius:0px 5px 5px 0px;border-top: 1px double #ccc; border-right: 1px double #ccc;border-bottom: 1px double #ccc;border-left:none;margin-left:-4px;}
#content form [type="submit"],
#primary form [type="submit"],
#blog-search form [type="submit"] { text-align:center; cursor:pointer; }
#content form [type="submit"]:hover,
#primary form [type="submit"]:hover,
#blog-search form [type="submit"]:hover { background:#f9f9f9; }
.frm_style_formidable-style.with_frm_style .form-field { margin-bottom:10px !important; padding-bottom:5px !important; }
@media all and (max-width: 600px) {
    .frm_hidden_container label.frm_primary_label { display:none !important; }
}
@media all and (max-width: 600px) {
    .frm_forms .frm_form_field { width:100%; }
    .frm_forms .frm_submit input { width:100%; padding:0; font-size:16px; line-height:50px; }
}

/* Blog */
#primary { position:relative; }
#primary h1 { margin:0 0 30px 0; font-size:30px; line-height:37px; color:#012756; }
#primary h2 { margin:0 0 15px 0; font-size:25px; line-height:30px; color:#012756; }
#primary h3 { margin:25px 0 10px 0; font-size:21px; line-height:26px; color:#1457B7; }
#primary h4 { margin:25px 0 5px 0; font-size:19px; line-height:26px; color:#1457B7; }
#primary h5 { margin:25px 0 5px 0; font-size:18px; line-height:24px; color:#1457B7; }
#primary h6 { margin:25px 0 5px 0; font-size:16px; line-height:22px; color:#1457B7; }
#primary h1 a,
#primary h2 a { color:#167abf; text-decoration:none; }
#primary hr { border:none; background:none; margin:30px 0; border-bottom:1px solid #ccc; }
#primary form,
#primary p,
#primary li { margin:10px 0 15px 0; font-size:18px; line-height:28px; color:#4B4B4B; }
#primary li { margin:0 0 5px 0; }
#primary ul,
#primary ol { margin:0 0 15px 35px; }
#primary #main { max-width:1600px;padding:40px 30px; margin:0 auto; }
#primary.content-area.blog { background-color:#F9F9F9; }
#primary.content-area.blog section.no-results .page-content a { color:#1457B7;text-decoration:underline;}
#primary.content-area.blog section.no-results .page-content a:hover { color:#666;text-decoration:none; }
#primary .entry { margin-bottom:30px; }
#primary .entry-footer,
#primary .entry-meta { font-size:14px; }
#primary .entry-footer > span,
#primary .entry-meta > span { display:inline-block; margin-right:10px; padding:5px 0; }
#primary .entry-footer span,
#primary .entry-meta span,
#primary .entry-footer a,
#primary .entry-meta a { color:#666; text-decoration:none; }
#primary .entry-footer i,
#primary .entry-meta i { margin-right:5px; }
#primary .blog-back-link { display:inline-block; position:fixed; left:30px; bottom:30px; font-size:30px; width:60px; height:60px; color:#fff; background:#fff; border:3px solid #444; border-radius:30px; 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#blog.wrapper.promo { padding: 8% 0 5% 0; position: relative;display:flex; }
#blog.wrapper .container {max-width: 1230px; padding: 0 15px; margin: 0 auto; position: relative;}
#blog.wrapper h1 {text-shadow:1px 2px 8px #000;color: #fff; font-size: 46px; font-weight: 700; line-height: 46px; padding-bottom: 24px; text-align: center; position: relative; z-index: 1;}#primary.blog .grid:before {display: table;content:none;}
#blog.wrapper::after { content: ""; position: absolute; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color:rgba(0,0,0,0.3);}
#primary .blog-back-link i { width:54px; height:54px; text-align:center; line-height:54px; color:#444; }
#primary.blog .grid { display: flex;justify-content:flex-start;flex-flow: row wrap;grid-gap:5%;}
#primary.blog .blog-article { display:flex; }
#primary.blog article { width: 30%;position: relative;display:flex;flex-direction:column;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px;}
#primary.blog article a { text-decoration:none; }
#primary.blog article p { color:#222;padding:0 15px;font-size:16px;line-height:25px; }
#primary.blog article img { display:block;width:100%;border-radius:5px 5px 0 0; }
#primary.blog article i { justify-content:space-between;margin-right:2px;font-size:14px; }
#primary.blog article .time { display:flex;margin-top:auto;color:#999;padding:0px 15px 25px 15px; }
#primary.blog article .time .fa-user-circle { vertical-align:bottom; }
#primary.blog article .time * { vertical-align:bottom; }
#primary.blog article .time a { display:inline-block; color:#4B4B4B; font-size:14px; line-height:14px; }
#primary.blog article .time a:hover { color:#1457B7; }
#primary.blog article .time a.view-article { color:#1457B7;margin-left:auto;font-weight:600; }
#primary.blog article .time a.view-article i { font-weight:500; }
#primary.blog article h2 { vertical-align:top; margin:10px 0; padding:0 10px;  }
#primary.blog article h2 a { display:block; padding:5px 0; margin:0; font-size:20px; line-height:24px; }
#primary.blog article .btn { padding:10px 15px; margin:0; background:#333; color:#fff; font-weight:bold; display:block; border-radius:2px; text-decoration:none; text-transform:uppercase; text-align:center; }
#primary.blog .nav-links i { font-size:12px; }
#primary.blog .nav-links .prev { margin-right:10px; }
#primary.blog .nav-links .next { margin-left:10px; }
#primary.blog .navigation.pagination {display:flex;width:100%; margin:50px 0 10px 0; }
#primary.blog .navigation.pagination h2 { display:none; }
#primary.blog .nav-links a { padding:8px 14px; background: #fff 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px; }
#primary.blog .nav-links  .page-numbers { margin:0 5px 0 0; }
#primary.blog .nav-links .page-numbers.current { padding:8px 14px; background: #1457B7 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px;color:#fff; }
#primary.single a { color:#1457B7;text-decoration:underline; }
#primary.single a:hover { color:#666;text-decoration:none; }
#primary.single #main { max-width:800px; padding:40px 30px; }
#primary.single #main .entry-content {display:block;}
#primary.single #main .editors-note { font-size:14px; font-style:italic; } 
#primary.single img { margin-bottom:15px; }
#primary.single h1 { margin:0; }
#primary.single h2 { color:#1457B7;font-size:24px;line-height:28px; }
#primary.single .meta-info {display:flex;justify-content:space-between;}
#primary.single .entry-meta-data {color:#999; text-transform:uppercase;}
#primary.single .entry-meta-data > span { margin-right:15px; color:#777; text-transform:uppercase; font-size:14px; line-height:1.7em; }
#primary.single .entry-meta-data > span .fa-user-circle { vertical-align:bottom; }
#primary.single .entry-meta-data > span * { vertical-align:middle; }
#primary.single .entry-meta-data > span i { margin-right:1px; font-size:12px; }
#primary.single .entry-meta-data a { color:#222; text-decoration:none; }
#primary.single .entry-meta-data a:hover { color:#444; }
#primary.single .meta-info .tags-links {display:none;}
#primary.single a.subscribe-btn {max-width:160px;font-weight:500;color: #ffffff;border: none; background-color: #0057b7;height:40px;font-size: 16px;padding:10px 25px;border-radius: 5px;text-align: center;vertical-align:top; cursor: pointer;text-decoration:none;}
#primary.single .cat-links a,
#primary.single .tags-links a { white-space:nowrap; margin:0 2px 2px 0; border:1px solid #ccc; padding:0 5px; font-size:11px; line-height:14px; border-radius:4px; }
#primary.single .widget { margin:0 0 15px 0; }
#primary.single #search-2  { display:none; }
#primary.single .widget ul { display:flex;flex-wrap:wrap;list-style:none; margin:0 0 20px 0; }
#primary.single .widget li a { display:block;color:#222; margin:0 5px 5px 0; border:1px solid #ccc; padding:4px 8px; font-size:14px; line-height:18px; border-radius:4px; text-decoration:none;background: #F9F9F9 0% 0% no-repeat padding-box; }
#primary.single .widget.widget_recent_entries li a { color:#1457B7;}
#primary.single .widget .screen-reader-text { display:none; }
#primary.single .widget h2 { margin:5px 0; font-size:20px; color:#012756}
#primary.single .widget [type="search"] { margin-bottom:5px; }
#primary.single figcaption { font-size:12px; color:#4B4B4B; margin:-15px 0 15px 0; }
#primary.single .main-ttl { margin: 5px 0;font-size: 20px;font-weight:700;color: #012756;}
#primary.single .recent-posts {display:flex;flex-direction:row;flex-wrap:wrap;grid-gap:5%;}
#primary.single .recent-post-item img {border-radius:5px 5px 0px 0px;width:100%;}
#primary.single .recent-post-item a {text-decoration:none;}
#primary.single .recent-post-item { margin-bottom:20px;width: 47%;display:flex;flex-direction:column;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px;}
#primary.single .recent-post-item .title {padding:0 8px 15px 8px;}
#primary.single a.blog-btn { background-color:#1457B7; font-weight:500;color: #ffffff; font-size:16px; padding:10px 25px; border-radius: 5px; cursor:pointer; text-decoration:none; }


@media all and (max-width: 1000px) {
  #primary.blog .grid {}
  #primary.blog article {width:47%;}
  #primary .blog-back-link { left:10px; bottom:10px; }
}
@media all and (max-width:650px) {
  #primary.blog article { width:100%; }
	#primary.blog .grid {justify-content:center;}
}
@media all and (max-width: 600px) {
  #blog.wrapper h1 { font-size:30px;line-height:34px; }
  figure { float:none !important; margin:0 !important; width:100% !important; max-width:none !important; }
  figure img { width:100%; }
  #primary.single .meta-info { display:block;width:100%; }
  #primary.single a.subscribe-btn { margin-top:-85px;float:right;margin-left:0;display:flex; }
  #primary.single .entry-meta-data .posted-on { margin:10px 40px 0 0; }
	#primary.single .entry-meta-data .cat-links { display:block;margin-top:30px; }
  #primary.single .recent-post-item {width:100%;}
}
@media all and (max-width: 370px) {
  #primary.single a.subscribe-btn {margin-top:-85px;max-width:100px;padding:10px 5px;}
}

/*Blog Search*/
#blog-search .wrapper { background:#F9F9F9;width:100%; }
#blog-search .container { padding:30px 30px 0 30px;max-width:1600px;margin:0 auto; }
#blog-search .grid {display:flex;flex-direction:row;}
#blog-search .widget_search {margin-right:auto;}
#blog-search .search-field {width:250px;}
#blog-search .widget-title {max-width:160px; height:40px;padding:0px 20px 0 20px;line-height:40px;background: #FFFFFF 0% 0% no-repeat padding-box;border: 1px solid #CCCCCC;border-radius: 5px;color:#1457B7;cursor:pointer; }
#blog-search .show { display:block; }
#blog-search #categories-4.widget_categories {margin-right:15px;}
#blog-search .widget-title h2 {font-size:16px;font-weight:600;}
#blog-search .screen-reader-text { display:none; }
#blog-search h2 { margin-bottom:10px;font-size:16px; }
#blog-search h2 .fa-caret-down { margin-left:12px; }
#blog-search ul { position:absolute;list-style:none;margin-right:30px;display:none;max-width:500px;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px;padding:20px 20px 15px 20px;z-index:2;}
#blog-search ul .show { display:block; }
#blog-search li { display:inline-block; margin:0; }
#blog-search ul li a { display: inline-block; color: #000;padding: 3px 10px;margin: 0 5px 5px 0;background: #f9f9f9 0% 0% no-repeat padding-box;border: 1px solid #ccc;border-radius: 5px;text-decoration: none;font-size: 14px;line-height: 18px}
#blog-search a:hover { border-color:#aaa; }
#blog-search #block-2.widget_block {  margin-left: auto;display:flex;justify-content:center;flex-direction:column;margin-right:20px;height:40px;}
#blog-search #block-2.widget_block .social a { padding:0 5px;;margin-bottom:10px; color:#1457B7; font-size:24px; font-weight: 400; border:none; background:none; cursor:pointer;}
#blog-search #block-3.widget_block a { font-weight: 500;color: #fff;border: none;background-color: #0057b7;padding:10px 25px;font-size: 16px;line-height: 40px;border-radius: 5px;text-align: center;cursor: pointer;}

@media all and (max-width: 1200px) {
  #blog-search .container { padding:30px 30px 0 30px; }
}

@media (max-width: 900px) {
  #blog-search .grid { flex-wrap:wrap; }
  #blog-search #search-4 .search-form input.search-field {}
  #blog-search .widget_search {width:100%;margin-top:10px;order:4;}
  #blog-search a.subscribe-btn { width:100px; }
  #blog-search section#block-2  {order:1;margin-bottom:15px;width:100%;}
  #blog-search #categories-4.widget_categories {order:2;}
  #blog-search section#search-4 input.search-field {width: calc(100% - 73px); }
  #blog-search section#block-3  {order:3;margin-left: auto;}
}

@media (max-width: 500px) { 
  #blog-search #block-2.widget_block {flex-direction:row;width:100%;justify-content:center;display:flex;margin-right:0;}
  #blog-search #block-2.widget_block .social {width:100%;display:flex;justify-content:space-between;}
  }

@media (max-width: 370px) { 
 #blog-search section#block-3 {margin-left:0;}
}


/*Popup*/
#popup { position:relative; z-index:99999; position:fixed; top:0; right:0; bottom:0; left:0; overflow:auto; }
#popup .overlay { position:fixed; top:0; right:0; bottom:0; left:0; background:rgba(0,0,0,.5); z-index:1; }
#popup .frame { margin:0 auto; top:100px; max-width:800px; width:90%; position:relative; background:#fff; border-radius:2px; padding:.1%; z-index:2; }
#popup .close { position:absolute; right:-10px; top:-10px; width:25px; height:25px; line-height:25px; font-size:15px; text-align:center; color:#333; background:#fff; border-radius:50%; cursor:pointer; }
@media all and (max-width: 770px) {
  #popup .frame { top:20px; }
}
#popup form { padding:25px; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

/*Contact*/
#contact .wrapper.top { background:url(../images/contact-desktop-bg.jpg) no-repeat left top; background-size:cover; }
#contact .wrapper.top::before { content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,.2); }
#contact h1 { position:relative; padding:73px 0; text-align:center; font-weight:bold; font-size:50px; color:#fff; }
#contact .wrapper.grey { background:#F9F9F9; border-top:1px solid #E0E0E0; border-bottom:1px solid #E0E0E0; }
#contact .container { max-width:400px; margin:0 auto; padding:50px 20px; text-align:center; }
#contact .corporate .container { max-width:600px; }
#contact .chat p { max-width:320px; padding:25px 30px; margin:0 15% 20px 0; font-size:18px; text-align:left; font-weight:600; color:#012756; background:#F9F9F9; border:1px solid #E0E0E0; border-radius:20px 20px 20px 0; }
#contact .chat button { padding:25px 30px; margin:0 0 0 auto; display:block; font-size:16px; text-transform:uppercase; text-align:right; font-weight:700; color:#fff; background:#2DA8FF; border:1px solid #2DA8FF; border-radius:20px 20px 0 20px; cursor:pointer; }
#contact .chat button i { margin-left:5px; }
#contact h2 { margin-bottom:15px; font-size:25px; color:#012756; font-weight:bold; }
#contact [href*="tel:"],
#contact [href*="mailto:"] { margin-bottom:10px; text-decoration:none; color:#2DA8FF; font-size:30px; }
#contact [href*="mailto:"] { font-size:20px; }
#contact [href*="mailto:"]:hover { text-decoration:underline; }
#contact p { margin-bottom:20px; font-size:18px; }
#contact .corporate p { line-height:30px; }
#contact .faqs a { margin-bottom:15px; display:block; font-weight:600; color:#2DA8FF; font-size:18px; }
#contact .wrapper.grey.resources { border:none; border-left:1px solid #E0E0E0; }
#contact .resources h2 { margin-bottom:30px; }
#contact .resources h3 { margin:0 0 10px 0; font-weight:bold; font-size:21px; color:#0154BC; }
#contact .resources p { margin-bottom:10px; }
#contact .resources a { margin-bottom:60px; text-decoration:none; display:block; color:#2DA8FF; font-size:14px; text-transform:uppercase; font-weight:bold; }
#contact .resources a i { margin-left:5px; }
@media all and (max-width: 900px) { 
  #contact .wrapper.top { background-image:url(../images/contact-bg.jpg); background-position:center center; }
  #contact .wrapper.top::before { background:rgba(0,0,0,.3); }
  #contact .grid .col-50 { width:100%; }
  #contact .wrapper.grey.resources { border:none; border-top:1px solid #E0E0E0; border-bottom:1px solid #E0E0E0; }
  #contact .chat p { padding:15px 20px; font-size:16px; }
  #contact .chat button { padding:15px 20px; font-size:16px; }
}

/*Contact Us*/
#contact-us h1 { text-align:left; padding:30px 0; max-width:1230px; margin:0 auto; color:#167abf; font-weight:600; }
#contact-us .container { max-width:1230px; padding:0 15px 60px 15px; }
#contact-us p { margin:0 0 25px 0; }
#contact-us ul { margin:0 0 25px 35px; }
#contact-us form textarea,
#contact-us form [type="text"],
#contact-us form [type="email"],
#contact-us form [type="number"],
#contact-us form [type="tel"],
#contact-us form select { width:100%; font-size:16px; border-radius:3px; text-indent:20px; padding:12px 0 !important; border:1px solid #e1e1e1; }
#contact-us form [type="text"],
#contact-us form [type="email"],
#contact-us form [type="number"],
#contact-us form [type="tel"],
#contact-us form select { height:44px !important; }
#contact-us form [type="submit"] { }
#contact-us form [class*="col-"] { margin-bottom:15px; }
#contact-us form .field { border:1px solid #e1e1e1; padding:15px; border-radius:3px; }
#contact-us form label { font-weight:bold; }
#contact-us form label [type="checkbox"] { margin-right:8px; }
#contact-us .form .frm_primary_label { display:none; }
#contact-us .form .frm_style_formidable-style.with_frm_style .frm_submit { text-align:center; }
#contact-us .form .frm_style_formidable-style.with_frm_style .frm_submit button { background: #167abf; color:#fff; padding:5px 30px; line-height: 25px; border-radius: 5px; font-size: 15px; font-weight: bold; display:inline-block; text-align: center; text-decoration: none; border:none; cursor: pointer; white-space: nowrap; text-transform:uppercase; }
#contact-us .btn { cursor:pointer; transition:all 200ms; display:inline-block; padding:14px 18px; margin:5px; background: #20A6FF; border-radius: 2px; font-size: 16px; text-transform: uppercase; font-weight: bold; color:#fff; }
#contact-us .btn:hover { background:#5abdff; }
#contact-us .btn i { margin:0 10px; }

/* About */
#about .container {max-width: 1170px; padding: 0 15px; margin: 0 auto;}
#about p a { text-decoration:underline; }

#about .promo {padding: 113px 0; text-align: center; position: relative;}
#about .promo::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.45); }
#about .promo h1 {color: #fff; font-size: 50px; font-weight: 600; z-index: 2; position: relative;}

#about .pride-text h2 {color: #167abf; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 30px;}
#about .pride-text {background-color: #f2f2f2; padding: 65px 0;}
#about .pride-text p {font-size: 18px; line-height: 30px; font-weight: 300;}
#about .pride-text a {color: #167abf;}

#about .buy-here {padding: 50px 0; background-color: #f2f2f2;}
#about .buy-here p {font-size: 18px; line-height: 30px; font-weight: 300;}
#about .buy-here a {color: #167abf;}
#about .buy-here .vert-align {display: flex; align-items: center;}
#about .buy-here h2 {color: #167abf; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 30px;}
#about .buy-here .buy-here-content {margin: 0 2%; width: 46%;}
@media(max-width: 867px) {
  #about .promo { padding:46px 0; }
  #about .buy-here .vert-align {flex-wrap: wrap;}
  #about .buy-here p {padding-bottom: 20px;}
  #about .buy-here .buy-here-content {width: 100%;}
  #about .buy-here .buy-here-content img {width: 100%;}
  #about .buy-here .buy-here-content:nth-of-type(1) { order: 2; }
  #about .buy-here .buy-here-content:nth-of-type(2) { order: 1; }
}

#about .testimonial {padding-top: 50px;}
#about .testimonial p em {font-size: 22px; line-height: 38px;  font-weight: 400;}
#about .testimonial .author {font-size: 15px; font-weight: bold; color: #004d93; padding-top: 15px;}
#about .testimonial span {padding-left: 10px; height: 20px;}
#about .testimonial span img {vertical-align: middle;}
@media(max-width: 767px) {
  #about .testimonial .col-50 {width: 100%;}
  #about .testimonial iframe {padding-top: 30px;}
}

#about .our-commitment {background-color: #167abf; padding: 70px 0 50px 0;}
#about .our-commitment h2 {color: #fff; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 30px;}
#about .our-commitment p {color: #fff; font-size: 18px;  line-height: 30px; font-weight: 300; padding-bottom: 30px; }
#about .our-commitment ul {padding: 0 15px;}
#about .our-commitment ul li { font-size: 18px; color: #fff; font-weight: 300; line-height: 30px; margin-bottom: 25px;}
#about .our-commitment ul li strong {font-size: 18px; font-weight: 600; color: #fff;}
#about .our-commitment ul li a {color: #fff; text-decoration: none;}
#about .our-commitment ul li strong {text-decoration: underline;}

#about .our-people {padding: 60px 0;}
#about .our-people .vert-align {display: flex; align-items: center;}
#about .our-people .our-people-content {margin: 0 2%; width: 46%;}
#about .our-people h2 {color: #167abf; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 30px;}
#about .our-people p {font-size: 18px;  line-height: 30px; font-weight: 300;}
#about .our-people p a {color: #167abf;}
@media(max-width: 867px) {
  #about .our-people .vert-align {flex-wrap: wrap;}
  #about .our-people .our-people-content {width: 100%;}
  #about .our-people p {padding-bottom: 20px;}
}
@media(max-width: 600px) {
  #about .our-people {padding: 40px 0;}
}

#about .our-communities {padding: 82px 0;}
#about .our-communities h2 {color: #ffffff; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 30px;}
#about .our-communities p {color: #fff; font-size: 18px;  line-height: 30px; font-weight: 300;}
#about .our-communities p a {color: #fff;}
@media(max-width: 600px) {
  #about .our-communities {padding: 40px 0;}
}

#about .mission-vision-value {background-color: #fff;}
#about .mission-vision-value .container {padding-top: 60px; padding-bottom: 60px;}
#about .mission-vision-value .grid {padding-bottom: 50px;}
#about .mission-vision-value .mission {text-align: center;}
#about .mission-vision-value .mission h2 {color: #167abf; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 30px;}
#about .mission-vision-value .mission p {font-size: 18px;  line-height: 30px; font-weight: 300;}
#about .mission-vision-value .vision h2 {color: #167abf; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 30px;}
#about .mission-vision-value .vision p {font-size: 18px;  line-height: 30px; font-weight: 300;}
#about .mission-vision-value .values h2 {color: #167abf; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 10px;}
#about .mission-vision-value .values p {font-size: 18px;  line-height: 30px; font-weight: 300; padding-bottom:30px;}
#about .mission-vision-value .values .value-holder {display: flex; justify-content: space-evenly;}
#about .mission-vision-value .values .value-holder .value {height: 90px; width: 25%;}
#about .mission-vision-value .values .value-holder .value {text-align: center;}
#about .mission-vision-value .values .value-holder .value .helper {display: inline-block; height: 100%; vertical-align: middle;}
#about .mission-vision-value .values .value-holder .value img {vertical-align: middle;}
#about .mission-vision-value .values .value-holder .value .value-title { font-size: 20px; font-weight: 600; line-height: 30px;}
@media(max-width: 700px) {
  #about .mission-vision-value .grid {padding-bottom: 25px;}
  #about .mission-vision-value .mission {padding-bottom: 20px;}
  #about .mission-vision-value .mission h2 {padding-bottom: 15px;}
  #about .mission-vision-value .vision h2 {padding-bottom: 15px;}
}
@media(max-width: 600px) {
  #about .mission-vision-value .values .value-holder {flex-wrap: wrap;}
  #about .mission-vision-value .values .value-holder .value {width: 50%; height: 75px; margin-bottom: 35px;}
}

#about .history {padding: 70px 0 60px 0;}
#about .history h2 {color: #167abf; font-size: 32px; font-weight: 600; text-align: center; padding-bottom: 30px;}
#about .history p {font-size: 18px;  line-height: 30px; font-weight: 300; text-align: left;}
#about .history .vert-align {display: flex; align-items: center;}
#about .history .history-content {width: 50%; margin: 0 2%;}

#about .history-a {position: absolute; z-index: 1; width:100%; height: 100%;}
#about .history-content-holder {position: relative;}
#about .history-a-tag {display:block;}
#about .play-icon {position:absolute; position: absolute; display: flex;border: 3px solid white;border-radius: 28px;height: 50px;width: 50px;text-align: center;top: 50%; margin-top: -25px; left: 50%; margin-left: -25px; display: flex;display: flex!important;align-items: center;justify-content: center; color: white;}


@media(max-width: 867px) {
  #about .history .vert-align {flex-wrap: wrap;}
  #about .history .history-content {width: 100%;}
  #about .history .img-holder { padding-top: 25px;}
}

/* NEWSROOM CUSTOM */
#newsroom p a { text-decoration:underline; }
#newsroom h2 {color:#002855; font-size: 28px;line-height:35px; padding-bottom: 36px; text-align: center;}
#newsroom p {padding:0 30px;max-width:1400px;margin:0 auto;font-size: 18px; line-height:30px; font-weight: 300; padding-bottom: 36px; text-align: center;}

#newsroom .newsroomnav {background-color:#F4F4F4;height:70px;position: relative;width: 100%;z-index: 3;}
#newsroom .newsroomnav ul.menu {margin:0 auto;padding: 0;list-style: none;overflow: hidden;display:flex;justify-content:space-between;max-width: 1070px;}
#newsroom .newsroomnav ul li,
.mobile_newsroomnav ul li { font-size:20px;margin:20px 15px 10px 15px;text-align:left;list-style:none }
#newsroom .newsroomnav ul li a,
.mobile_newsroomnav ul li a {color:#0057B7;text-decoration:none;font-weight:600;display: block;}
#newsroom .newsroomnav ul li i {font-size:30px;margin-bottom:4px;margin-right:10px;}
#newsroom .newsroomnav ul li i.fa-users {margin-right:19px;}

.mobile_newsroomnav { display:none; }
.mobile_newsroomnav .menu { text-align:center;}
.mobile_newsroomnav label { text-align:center;font-weight:600;font-size:20px; display: block; padding: 8px 22px; margin: 0 0 1px 0; cursor: pointer; background: #f4f4f4; border-radius: 3px; color: #0057b7; transition: ease .5s; }
.mobile_newsroomnav label:hover { background: #f4f4f4; }
.mobile_newsroomnav .content { background: #f4f4f4; padding: 10px 25px; margin: 0 0 1px 0; border-radius: 3px; }
.mobile_newsroomnav input + .content { display: none; }
.mobile_newsroomnav input:checked + .content { display: block; }
.mobile_newsroomnav input { display: none; }

/* newsroom nav responsive */
@media (max-width:1090px) {
	#newsroom .newsroomnav {height:auto;}
    #newsroom .newsroomnav ul.menu {display:block;max-width:700px;text-align:center;}
    #newsroom .newsroomnav ul li {display:inline-block;margin:10px 15px 5px 15px;}
    }

  @media (max-width:820px) {
  .newsroomnav {display:none;}
  .mobile_newsroomnav { display:block; }
  }
   
    @media (max-width:600px) {
	#newsroom .newsroomnav {height:auto;}
    #newsroom .newsroomnav ul.menu {display:block;max-width:470px;text-align:left;margin:0 auto;}
    #newsroom .newsroomnav ul li {display:inline-block;margin:10px 10px 5px 10px;width:210px;}
    }
    
    @media (max-width:470px) {
	#newsroom .newsroomnav {height:auto;}
    #newsroom .newsroomnav ul.menu {display:block;text-align:center;margin:0 auto;}
    #newsroom .newsroomnav ul li {display:inline-block;margin:10px 10px 5px 10px;font-size:18px;}
    #newsroom .newsroomnav ul li i {font-size:18px;}
    }

#newsroom .promo {padding: 113px 0; text-align: center; position: relative;}
#newsroom .promo::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#newsroom .promo h1 {color: #fff; font-size: 50px; font-weight: 700; z-index: 2; position: relative;text-shadow:1px 2px 8px #000;}
#newsroom i {font-size:20px;margin-bottom:4px;margin-right:4px;width:25px;}
#newsroom a.button {font-size: 16px;padding: 18px 25px;background-color:#0057B7;border-radius: 5px;color:#fff;margin:30px 20px 0 20px;font-weight:600;}

@media (max-width:800px) {
#newsroom .promo {padding: 50px 0;}
    }

#newsroom .aboutcartmart .wrapper {padding: 62px 0 56px 0; text-align:center;}
#newsroom .aboutcartmart .wrapper a {display:inline-block;width:180px;margin:10px 10px;}


#newsroom .stayconnected .hear-from .wrapper {background-color: #002855; padding: 58px 0 58px 0; }
#newsroom .stayconnected .hear-from h2 {color: #fff; font-size: 28px; padding-bottom: 36px; text-align: center; }
#newsroom .stayconnected .hear-from p {color: #fff; font-size: 18px; font-weight: 300; line-height: 30px; max-width: 1100px; margin: 0 auto; text-align: center;}
#newsroom .stayconnected .social {display:flex;justify-content:space-between;flex-wrap: wrap;width:100%;margin:0 auto;max-width:800px;padding:0 10px 30px 10px;}
#newsroom .stayconnected .social i {font-size:34px;color:#fff;margin:0 6% 11px 6%;flex-wrap: wrap;}
#newsroom .stayconnected .social img {font-size:30px;color:#fff;margin:0 6%;flex-wrap: wrap;}
#newsroom .stayconnected a.staybutton {display:block;margin:0 auto;width:130px;font-size: 16px;padding: 18px 25px;background-color:#20A6FF;border-radius: 5px;color:#fff;font-weight:500;}

/* newsroom stay connected responsive */
@media (max-width:900px) {
    #newsroom .stayconnected .social i {font-size:28px;}
    #newsroom .stayconnected .social img {width:27px;margin:0;}
    }

#newsroom .pressarticles .wrapper { padding: 62px 0 56px 0; }
#newsroom .pressarticles .container { display:flex;justify-content:flex-start;grid-gap:42px;flex-wrap:wrap;max-width: 1170px;padding: 0 15px;margin: 0 auto; }
#newsroom .pressarticles .prarticle {margin-bottom:20px;}
#newsroom .pressarticles .prarticle .prsmtext {display:flex;justify-content:space-between;}
#newsroom .pressarticles .prarticle img {width:100%;max-width:350px;}
#newsroom .pressarticles .prarticle img.logo {display:flex;justify-content:center;width:200px;margin:0 auto;padding-bottom:10px;}
#newsroom .pressarticles .prarticle a.prtitle {text-align: left;font-size: 20px;line-height: 30px;color: #002855;margin: 10px 0 10px 0;font-weight:bold}
#newsroom .pressarticles .posted-on {font-size:14px;margin-top:3px;color:#4F4F4F;font-weight:300;margin-right:20px;}
#newsroom .pressarticles .prtext {margin-bottom:5px;max-width:350px;}
#newsroom .pressarticles .posted-on i {font-size:14px;margin-top:3px;color:#4F4F4F;font-weight:300;}
#newsroom .pressarticles .prlink {margin-top:3px;font-size:14px;color: #1457b7;font-weight:600;}
#newsroom .pressarticles .prlink i {margin-top:3px;font-weight:500;font-size:14px;color: #1457b7;}

#newsroom .pressreleases .wrapper { padding: 62px 30ps 56px 30px; text-align:center; }
#newsroom .pressreleases .container { max-width: 1600px;padding: 40px 30px;margin: 0 auto; }
#newsroom .pressreleases ul.slides {margin-bottom:50px;}
#newsroom .pressreleases ul.slides li {list-style:none;}
#newsroom .pressreleases ul.slides .slide {margin:10px 30px;display:flex;flex-direction:column;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px;}
#newsroom .pressreleases li.slide h2 {text-align:left;font-size: 25px;line-height: 30px;color: #012756;margin:10px 0 10px 0;padding:0 15px;min-height:55px;}
#newsroom .pressreleases ul.slides .slide p {text-align:left;padding:0 15px 15px 15px;font-size: 16px;line-height: 25px;min-height:85px;}
#newsroom .pressreleases .time {display:flex;justify-content:space-between;padding:0 15px 25px 10px}
#newsroom .pressreleases .posted-on a {font-size:14px;float:left;margin-right:20px;color:#4F4F4F;font-weight:400;}
#newsroom .pressreleases .posted-on i, #newsroom .pressreleases .newslink i {margin-right:4px;font-size:14px;margin-top:3px;color:#4F4F4F;font-weight:300;}
#newsroom .pressreleases .viewarticle {font-size:20px;float:left;color:#4F4F4F;font-weight:400;}
#newsroom .pressreleases .newslink {font-size:14px;color: #1457b7;font-weight:600;}
#newsroom .pressreleases .newslink i {color: #1457b7;font-weight:500;margin-right:5px;}

/* newsroom press release responsive */
@media (max-width:1200px) {
    #newsroom .pressreleases  {width:90%;margin:0 auto;}
    #newsroom .pressreleases ul.slides .slide {max-width:440px;margin:0 20px 0 20px;}
}
@media (max-width:1120px) {
    #newsroom .pressreleases  {width:90%;margin:0 auto;}
    #newsroom .pressreleases ul.slides .slide {margin:0 20px 0 20px;}
    #newsroom .pressarticles .container {justify-content:center;margin:0 20px 0 20px;}
}
@media (max-width:600px) {
    #newsroom .pressreleases  {width:90%;margin:0 auto;}
    #newsroom .pressreleases ul.slides .slide {max-width:290px;margin:0 10px 0 10px;}
}

#newsroom .inthenews {background-color:#f4f4f4;}
#newsroom .inthenews .wrapper { text-align:center;background-color:#f4f4f4;padding:0 30px;}
#newsroom .inthenews .container {max-width:1600px;padding:40px 30px; margin:0 auto;}
#newsroom .inthenews ul.slides li {list-style:none;}
#newsroom .inthenews ul.slides .slide {max-width:400px;margin:0 11%;}
#newsroom .inthenews li.slide h3 {text-align:left;font-size:20px;line-height:30px;color:#002855;margin:10px 0 10px 0;}
#newsroom .inthenews .posted-on a, #newsroom .awards .posted-on a {font-size:14px;float:left;margin-right:20px;color:#4F4F4F;font-weight:400;}
#newsroom .inthenews .posted-on i, #newsroom .awards .viewarticle i, #newsroom .awards .posted-on i {font-size:14px;margin-top:3px;color:#4F4F4F;font-weight:300;}
#newsroom .news_date i {font-size:14px;margin-top:3px;color:#4F4F4F;font-weight:300;width:20px;}
#newsroom .news_date .posted-on {text-align:left;}
#newsroom .inthenews .viewarticle {font-size:14px;margin-right:10px;font-style:normal; display:flex;justify-content:end;color: #1457b7;font-weight:600;}
#newsroom .inthenews .viewarticle i {color: #1457b7;font-weight:500;}
#newsroom .inthenews .news_info {font-size:14px;color:#4F4F4F;font-style:italic;}
#newsroom .inthenews .news_date {font-size:14px;color:#4F4F4F;display:flex;width:100%;justify-content:space-between;}

@media (max-width:1370px) {
	#newsroom .inthenews .news_date {flex-direction:column;}
	#newsroom .inthenews .viewarticle {justify-content:start;margin-top:8px;}
}

@media (max-width:800px) {
	#newsroom .inthenews ul.slides .slide {margin:0 auto;}
}


#newsroom .photoalbums .wrapper {padding: 62px 0 20px 0; text-align:center;}
#newsroom .photoalbums .wrapper .container { max-width:1170px;margin:0 auto;}
#newsroom .photoalbums .photoalbumsinner {display:flex;justify-content:space-between;flex-wrap: wrap;}
#newsroom .photoalbums .photoalbumitem {margin:0;padding:0;}
#newsroom .photoalbums .photoalbumitem img {max-width:268px;margin:0px 10px 0px 10px;}
#newsroom .photoalbums figcaption {font-family:'Montserrat', sans-serif;font-size:22px;font-weight:600;text-align:left;color:#002855;margin-bottom:20px;}
#newsroom .photoalbums img.arrowsvg {width:14px;vertical-align:middle;margin-left:5px;margin-bottom:2px;}
#newsroom .photoalbums .photoalbumitem p {font-size:18px;text-align:left;margin-top:5px;}

/* newsroom photo albums responsive */
@media (max-width:1100px) {
#newsroom .photoalbums .photoalbumsinner {margin:0 auto;max-width:600px;}
#newsroom .photoalbums .photoalbumitem {margin:0;padding:0;}
#newsroom .photoalbums .photoalbumitem {margin:0 auto;}
}

#newsroom .videos .wrapper {padding:0 30px;text-align:center;background-color:#f4f4f4;}
#newsroom .videos .container {max-width:1600px;padding:40px 30px;margin:0 auto;}
#newsroom .videos ul.slides li {list-style:none;}
#newsroom .videos ul.slides .slide {margin:0 40px;}
#newsroom .videos {padding: 62px 0 56px 0;background: #f4f4f4;}
#newsroom .videos .vidtitle {color: #002855;font-size: 22px;text-align:left;font-weight:600;padding:10px 0 10px 0;}
#newsroom .videos p {font-style: italic; color: #0154BC; margin-top: 6%;}
#newsroom .videos .col-50 {padding: 0 2%;}
#newsroom .videos .screenshot { max-height:550px;width: 100%;padding:20% 0;height: auto;  background-size: cover !important; cursor: pointer; display: flex; justify-content: center; align-items: center;}
#newsroom .videos .screenshot i {color: #fff; font-size: 90px; text-shadow: 0px 3px 6px #00000029;}

@media (max-width:1000px) {
	#newsroom .videos ul.slides .slide {max-width:100%;}
}

@media (max-width: 450px) {
	#newsroom .videos .container {padding:0px 15px;}
	#newsroom .videos ul.slides .slide {margin:0 10px;}
}


#newsroom .documents .wrapper {padding: 62px 0 56px 0; text-align:center;}
#newsroom .documents .container {max-width:1170px;padding:0px 15px; margin:0 auto;}
#newsroom .documents .links {display:flex;flex-direction:row;justify-content:space-between;}
#newsroom .documents a.button {display:flex;flex-direction:row;text-align:center;font-size: 22px;color:#0057B7;border-radius: 5px;background-color:#fff;padding:0;margin:10px 0 10px 0;font-weight:500;line-height:20px;}
#newsroom .documents p {font-size: 18px; line-height:30px; font-weight: 300; padding-bottom: 36px; text-align: center;}
#newsroom .documents a.button i {margin-right:10px;}

@media (max-width:650px) {
    #newsroom .documents a.button {width:80%;}
    }
    

#newsroom .awards .wrapper {padding: 62px 0 56px 0; text-align:center;background-color:#f4f4f4;}
#newsroom .awards .wrapper h2 {text-align:center;width:100%;}
#newsroom .awards .container {display:flex;gap:80px;justify-content:center;flex-wrap: wrap; max-width:1600px;padding:0px 30px 40px 30px; margin:0 auto;}
#newsroom .awards .awarditem {max-width:500px;padding-bottom:25px;margin:10px 0px;display:flex;flex-direction:column;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px;}
#newsroom .awards .awarditem img {border-radius:5px 5px 0 0;}
#newsroom .awards .awarditem h2 {text-align:left;padding:10px 15px;min-height:85px;}
#newsroom .awards .awarditem p {text-align:left;padding:0 15px;min-height:30px;font-size:16px;line-height:25px;}
#newsroom .awards .awarditem div {display:flex;justify-content:space-between;margin-top:10px;padding:0 15px;}
#newsroom .pressarticles .center {margin:0 auto;width:140px;margin-top:30px;}
#newsroom .pressarticles a.button {max-width: 140px;margin:0 auto;max-height:60px;}
#newsroom .awards a.button {display:block;max-width: 250px;margin:0 auto;max-height:60px;}
#newsroom .awards .viewarticle {font-size:14px;color:#1457b7;font-weight:600;}
#newsroom .awards .viewarticle i.fal.fa-eye {color:#1457b7;font-weight:500;}

@media (max-width:1575px) {
  #newsroom .awards .container {justify-content:center;}
  #newsroom .awards .awarditem {max-width:47%;}
}
    
@media (max-width:1100px) {
    #newsroom .awards .awarditem {max-width:600px;}
}
    
@media (max-width:980px) {
    #newsroom .awards .container {width:96%;}
    #newsroom .awards .awarditem {max-width:350px;}
}
    
@media (max-width:820px) {
#newsroom .awards .awarditem {max-width:100%;}
#newsroom .documents .links {flex-direction:column;margin:0 auto;}
#newsroom .documents a.button {width:100%;text-align:left;}
}
    
    
#newsroom .executives .wrapper {padding: 62px 0 56px 0; text-align:center;}
#newsroom .executives .container {max-width:1170px;padding:0px 15px; margin:0 auto;}
#newsroom .executives {display:flex;justify-content:space-between;flex-wrap:wrap;}
#newsroom .executives .exec_col {text-align:left;display:flex;flex-direction:row;margin-bottom:30px;}
#newsroom .executives .exec_col img {margin-right:20px;max-height:220px;}
#newsroom .executives .exec_col h3 {font-size:22px;color:#002855;}
#newsroom .executives .exec_col p {text-align:left;padding-bottom:10px;line-height:35px;}
#newsroom .executives .exec_col .title {font-weight:500;}

@media (max-width:820px) {
  #newsroom .executives .exec_col {flex-direction:column;}
  #newsroom .executives .exec_col img {margin:0 auto;padding-bottom:20px;}
}

/* newsroom photo albums responsive */
@media (max-width:1150px) {
#newsroom .executives {max-width:90%;margin:0 auto;}
#newsroom .executives .exec_col {margin:0 10px 40px 10px;}
#newsroom .photoalbums .photoalbumitem {margin:0 auto;}
}

#newsroom .directors .wrapper {padding: 62px 0 56px 0; text-align:center;background-color:#f4f4f4;}
#newsroom .directors .container {max-width:1170px;padding:0px 15px; margin:0 auto;}
#newsroom .board {display:grid;  grid-template-columns: repeat(auto-fill, 250px);justify-content: space-between;grid-gap: 30px;}
#newsroom .board .exec_col img {max-width:250px;}
#newsroom .mediacontacts .wrapper {padding: 62px 0 56px 0; text-align:center;}
#newsroom .mediacontacts p a { color:#0057B7;font-weight:600;}
#newsroom .mediacontacts .chat button { padding:25px 30px; margin:0 0 30px auto; display:inline-block; font-size:16px; text-transform:uppercase; text-align:right; font-weight:700; color:#fff; background:#2DA8FF; border:1px solid #2DA8FF; border-radius:20px 20px 0 20px; cursor:pointer; }
#newsroom .mediacontacts .chat button i { margin-left:5px; }

@media (max-width:820px) {
  #newsroom .board {justify-content:center;}
  #newsroom .mediacontacts .chat {max-width:600px;}
}


/* FAQ */
.border-none{border:none!important;}
.display-flex{display:flex!important;}
.display-none{display:none!important;}

#faqs {margin:50px 30px 80px 30px;}

#faqs .faq-flex {display:flex;color:#012756;}
#faqs .search-title-wrapper {display:flex;justify-content:center;align-items:center;}
#faqs .search-title-wrapper h2 {font-size:30px;line-height:35px;color:#002855;}
#faqs .icon-wrapper  {margin-left:20px;border:1px solid #0060AC;text-align:center;padding:10px 8px;border-radius:50%;width:50px;height:45px;}
#faqs .search-title-wrapper i {color:#0060AC;font-size:23px;}

#faqs .tip-wrap {position:relative;}
#faqs .tip-box { display:none;position:absolute;width:260px;padding:10px;z-index:100;background:#fff;color:#000;font-size:13px;line-height:16px;text-align:left;left:60px;top:-25px;
box-shadow: -2px 3px 6px #00000029;
border: 1px solid #DDDDDD;
-moz-border-radius: 5px; /* this works only in camino/firefox */
-webkit-border-radius: 5px; /* this is just for Safari */}

#faqs .tip-box:before{content:'';display:block;width:12px;height:12px;position:absolute;border-right:1px solid #ddd;border-bottom: 1px solid #ddd;left:-7px;top:50%;margin-top:-6px;background:#fff;transform:rotate(136deg);border-radious:60% 0 0 0;}
/*#faqs .tip:hover {font-size: 99%;} /* this is just for IE */


#faqs .search-bar-container {display:flex;justify-content:center;width:100%;}
#faqs .search-bar-wrapper {text-align:center;margin-top:30px;width:700px;height:53px;}
::placeholder {color:#949494!important;font-size:18px;}
#faqs .search-bar {width:100%;height:100%;padding:0 15px 0 55px;border:1.5px solid #D1D1D1;border-radius:5px;background-color:#FCFCFC;background:url('/wp-content/uploads/2021/09/search-icon-8.png');background-repeat:no-repeat;background-position:center left 2%;}

#faqs .faq-section{text-align:center;max-width:1200px;margin:0 auto;}
#faqs .faq-section h3:nth-child(1){margin-top:80px!important;}
#faqs .faq-section h3 {font-size:24px;line-height:29px!important;font-weight:500!important;margin-top:60px;margin-bottom:15px;}
#faqs .faq-section i {color:#ED1A3C;font-size:20px;margin-right:20px;}
#faqs .minus-icon {display:none;}

.have-questions-bar {background:#0057B7;}
.have-questions-bar p {color:#fff;font-size:18px;line-height:22px;text-align:center;padding:65px 30px;}
.have-questions-bar a {color:#fff;font-size:18px;line-height:22px;text-decoration:none;}


/* Style the buttons that are used to open and close the accordion panel */
#faqs .accordion {display:flex;border-bottom:1px solid #ccc;color:#0060AC;cursor: pointer;padding: 18px;width: 100%;text-align: left;outline: none;font-weight:400;font-size:18px;}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

/* Style the accordion panel. Note: hidden by default */
#faqs .panel {padding:15px 18px 30px 54px;background-color: white;display: none;overflow: hidden;text-align:left;font-size:18px;line-height:30px;}

@media(max-width:320px){
  #faqs .search-title-wrapper h2 {font-size:22px;}
}

@media (min-width:321px) and (max-width:375px){
  #faqs .search-title-wrapper h2 {font-size:26px;}
}

@media(max-width:500px){
  #faqs .faq-section h3 { font-size:21px; }
  #faqs .accordion {font-size:16px;}
  #faqs .panel { font-size:16px;}
}

@media(max-width:870px){
  #faqs .tip-box {width:220px;left:-240px;box-shadow: 3px 3px 6px #00000029;}
  #faqs .tip-box:before{border-left: 1px solid #ddd;border-top: 1px solid #ddd;border-right:none;border-bottom:none;left:212px;}
}

/*FAQ Autocomplete*/
.autocomplete-suggestions {background:#fff;border-right:1.5px solid #d1d1d1;border-bottom:1.5px solid #d1d1d1;border-left:1.5px solid #d1d1d1;padding:5px;}
#faqs .faq-sub-heading {text-align:center;margin-top:20px;}
#faqs .faq-heading-wrapper {text-align:center;}

@media(max-width:710px){
  #faqs .tip-wrap-desktop {display:none;}
  #faqs .faq-sub-heading-wrapper {display:flex;}
  #faqs .icon-wrapper {height:47px;position:relative;top:15px;}
  #faqs .faq-sub-heading {text-align:left!important;}
  ::placeholder {font-size:15px !important;}
}

@media(min-width:711px){
  #faqs .tip-wrap-mobile {display:none;}
}


/*future-managers*/
#future-managers h2 { padding:0; margin:0 0 15px 0; font-size:32px; line-height:38px; color:#157abf; text-align:center; }
#future-managers p,
#future-managers ul { padding:0; margin:0 0 30px 0; color:#000000; font-size:18px; line-height:30px; font-weight:300; }
#future-managers ul { margin-left:30px; }
#future-managers ul li { margin-bottom:5px; }
#future-managers .btn { cursor:pointer; transition:all 200ms; display:inline-block; padding:14px 18px; margin:5px; background: #20A6FF; border-radius: 2px; font-size: 16px; text-transform: uppercase; font-weight: bold; color:#fff; }
#future-managers .btn:hover { background:#5abdff; }
#future-managers .btn i { margin:0 10px; }
#future-managers .container { padding:50px 30px; max-width:1260px; }
#future-managers .banner .wrapper { background-color:#167abf; background-size:cover; background-repeat:no-repeat; background-position:center center; }
#future-managers .banner .container { padding:118px 30px; }
#future-managers .banner h1 { padding:0; margin:0; font-size:50px; line-height:60px; color:#fff; text-align:center; }
#future-managers .intro .wrapper { background:#fff; }
#future-managers .intro .container { text-align:center; }
#future-managers .intro p { text-align:center; }
#future-managers .program .wrapper { background:#f2f2f2; }
#future-managers .program h2 { color:#0a5f9b; text-align:left; }
#future-managers .testimonials .wrapper { background:#167abf; }
#future-managers .testimonials h2 { color:#fff; }
#future-managers .testimonials p { color:#fff; text-align:center; }
#future-managers .testimonials p b { font-size:21px; }
#future-managers .testimonials p.quote { padding:0; margin:30px 0; color:#fff; font-size:22px; line-height:35px; font-style:italic; text-align:center; font-weight:300; }
#future-managers .testimonials .about p { margin:0; }

#future-managers .testimonials .fa-chevron-circle-right {position: absolute; right: 8%; top: 130px; color: #fff; font-size: 24px; z-index:10; cursor:pointer;}
#future-managers .testimonials .fa-chevron-circle-left {position: absolute; left: 8%; top: 130px; color: #fff; font-size: 24px; z-index:10; cursor:pointer;}
#future-managers .testimonials .slider.photo .img img {width: 150px !important; height: 150px !important; border-radius: 75px; margin: 70px auto 15px auto;}
#future-managers .testimonials .slider.photo .img.slick-center img {margin-top: 0px; width: 280px !important; height: 280px !important; border-radius: 140px;}
@media(max-width: 1100px) {
  #future-managers .testimonials .fa-chevron-circle-right,
  #future-managers .testimonials .fa-chevron-circle-left { top:68px; }
  #future-managers .testimonials .slider.photo .img img {width: 75px !important; height: 75px !important; border-radius: 38px; margin-top: 38px;}
  #future-managers .testimonials .slider.photo .img.slick-center img {width: 140px !important; height: 140px !important; border-radius: 70px;}
}

#future-managers .faqs .wrapper { background:#fff; }
#future-managers .faqs .container > p { text-align:center; }
#future-managers .faqs .faq { border-top:1px solid #cccccc; }
#future-managers .faqs .faq:first-child { border-top:none; }
#future-managers .faqs .question { padding:25px 25px 25px 50px; position:relative; }
#future-managers .faqs .question p { margin:0; padding:0; }
#future-managers .faqs .question .fa-plus,
#future-managers .faqs .question .fa-minus { position:absolute; left:10px; top:50%; margin-top:-15px; width:30px; height:30px; line-height:30px; text-align:center; font-size:20px; color:#cf2030; }
#future-managers .faqs .question .fa-minus { display:none; }
#future-managers .faqs .question.active .fa-minus { display:inline-block; }
#future-managers .faqs .question.active .fa-plus { display:none; }
#future-managers .faqs .answer { padding:0 25px 25px 50px; }
#future-managers .faqs .answer a { color:#0959a0; }
@media(max-width: 600px) {
  #future-managers .banner .container { padding:36px 30px; }
  #future-managers .banner h1 { font-size:40px; line-height:40px; }
}

#future-managers .final .wrapper { background:#f1f1f1; }
#future-managers .final .container { padding:40px 30px; text-align:center; }
#future-managers .final p { margin:0 0 10px 0; text-align:center; font-size:18px; font-weight:300px; }

/*pathways*/
#pathways h2 { margin: 50px 0 30px 0; font-size: 37px; line-height: 45px; font-weight: bold; color: #c7081b; text-align:center; }
#pathways h3 { margin:0 0 20px 0; color:#fff; text-transform:uppercase; font-size:30px; }
#pathways p { margin:0 0 20px 0; color:#fff; font-weight:300; font-size:20px; line-height:30px; }
#pathways .wrapper { padding-bottom:10px; background-color:#fff; }
#pathways .col-50 { position:relative; background-color:#167abf; background-size:cover; background-repeat:no-repeat; background-position:center center; }
#pathways .col-50 div { padding:100px 10% 0 10%; height:330px; }
#pathways .col-50 div:before { content:""; position:absolute; top:0; right:0; bottom:0; background:#fff; width:5px; display:block; }
#pathways .col-50:last-child div:before { left:0; right:auto; }
@media(max-width: 900px) {
  #pathways .col-50 { width:100%; }
  #pathways .col-50 div { height:auto; padding:50px; }
  #pathways .col-50 div:before { top:auto; right:0; left:0; bottom:0; width:auto; height:5px; }
  #pathways .col-50:last-child div:before { bottom:auto; top:0; left:0; right:0; }
}
@media(max-width: 500px) {
  #pathways h3 { font-size:20px; }
  #pathways p { font-size:16px; }
  #pathways p br { display:none; }
}

/*covid-lp*/
#covid-lp .title { background-repeat:no-repeat; background-size:cover; background-position:center center; }
#covid-lp .title .container { padding:100px 0; }
#covid-lp .title h1 { color:#fff; text-align:center; font-size:20px; font-weight:700; text-transform:uppercase; }
#covid-lp .title h1 b { font-size:50px; display:block; text-transform:none; }
#covid-lp .safety .container { padding:60px 30px; text-align:center; max-width:1000px; }
#covid-lp .safety h2 { margin-bottom:30px; color:#0c5e9b; font-size:35px; }
#covid-lp .safety img { max-width:80px; max-height:80px; margin:50px; }
#covid-lp .safety p { font-size:20px; line-height:30px; font-weight:300; }
#covid-lp .tabs { font-size:0; }
#covid-lp .tabs span { display:inline-block; width:50%; }
#covid-lp .tabs span:first-child a::after { display:block; width:4px; background:#fff; position:absolute; right:0; top:0; bottom:0; content:""; }
#covid-lp .tabs a { width:100%; padding:20px 0; text-align:center; font-weight:700; font-size:18px; text-transform:uppercase; color:#fff; display:inline-block; background:#157abf; text-decoration:none; position:relative; }
#covid-lp .tabs a br { display:none; }
#covid-lp .letter { background: url(../images/frame-repeat-bg.png); }
#covid-lp .letter .container { padding:105px 30px; text-align:center; max-width:1100px; }
#covid-lp .letter h2 { margin-bottom:10px; color:#157abf; font-size:35px; }
#covid-lp .letter h3 { margin-bottom:30px; color:#e6203d; font-size:20px; text-transform:uppercase; }
#covid-lp .letter p { margin-bottom:40px; font-size:18px; line-height:30px; font-weight:300; }
#covid-lp .letter p a { color:#157abf; }
#covid-lp .letter .frame { text-align:left; padding:50px; max-width:85%; margin:0 auto; background:#fff; border:1px solid #ddd;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
     -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
          box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
}
#covid-lp .letter .frame img { width:200px; margin-bottom:40px; }
#covid-lp .letter .frame img.signature { width:200px; margin-bottom:10px; }
#covid-lp .letter .col-50 p { margin:0 0 10px 0; }
#covid-lp .letter .col-50 h4 { margin:0 0 10px 0; color:#e51937; font-size:25px; font-style:italic; }
#covid-lp .letter .col-50 h5 { margin:0 0 10px 0; color:#0055a5; font-size:15px; text-transform:uppercase; }
#covid-lp .letter .frame .col-50:last-child { text-align:right; }
#covid-lp .letter .frame .col-50:last-child p { font-weight:400; }
#covid-lp .letter .frame .col-50:last-child p b { margin-top:10px; display:block; text-align:center;color:#157abf; font-size:18px; line-height:25px; font-weight:600; }
#covid-lp .letter .frame .video { position: relative; padding-bottom: 56.25%; padding-top: 0px; height: 0; }
#covid-lp .letter .frame .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#covid-lp .faqs .container { padding:105px 30px; max-width:1000px; }
#covid-lp .faqs h2 { margin-bottom:60px; color:#0055a5; font-size:35px; font-weight:400; text-align:center; }
#covid-lp .faqs h3 { padding:0 0 10px 30px; font-size:18px; line-height:30px; font-weight:700; }
#covid-lp .faqs p { padding:0 0 0 30px; font-size:18px; line-height:30px; font-weight:300; }
#covid-lp .faqs .faq { margin-top:15px; padding-top:20px; position:relative; border-top:1px solid #ccc; }
#covid-lp .faqs .faq:first-child { border-top:none; }
#covid-lp .faqs .faq .icon { position:absolute; left:0; top:23px; color:#e51937; }
#covid-lp .faqs .faq .icon i { display:none; font-size:22px; }
#covid-lp .faqs .faq .icon i[class*="down"] { display:block; }
#covid-lp .faqs .faq.active .icon i[class*="up"] { display:block; }
#covid-lp .faqs .faq.active .icon i[class*="down"] { display:none; }
#covid-lp .faqs .answer { padding-bottom:20px; }
#covid-lp .faqs .answer a { color:#157abf; }
@media(max-width: 900px) {
  
}
@media(max-width: 600px) {
  #covid-lp .title .container { padding:40px 0; }
  #covid-lp .title h1 { font-size:14px; }
  #covid-lp .title h1 b { font-size:40px; }
  #covid-lp .safety h2 { font-size:30px; }
  #covid-lp .safety img { max-width:50px; max-height:50px; margin:30px 10px; }
  #covid-lp .tabs a { font-size:14px; }
  #covid-lp .tabs a br { display:block; }
  #covid-lp .letter h2 { font-size:30px; }
  #covid-lp .letter .frame .col-50:last-child { text-align:left; }
  #covid-lp .letter .frame .col-50:last-child p b { font-size:14px; }
  #covid-lp .faqs h2 { font-size:30px; }
}

/*404*/
#fourofour {  text-align:center; }
#fourofour .wrapper { background:url(../images/404-bg.jpg) no-repeat center top; background-size:cover; }
#fourofour .container { max-width:1030px; padding:30px 30px 100px 30px; }
#fourofour h1 { font-size:97px; font-weight:800; color:#fff; text-transform:uppercase; }
#fourofour h2 { color:#fff; font-weight:400; margin-bottom:30px; }
#fourofour h2:before { width:100px; height:4px; background:#fff; margin:40px auto; display:block; content:""; }
#fourofour p { color:#fff; font-weight:400; }
#fourofour .card { background:#fff; border-radius:5px; padding:15px 30px 30px 30px;
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
     -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
          box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
}
#fourofour .card h3 { min-height:60px; font-size:24px; line-height:28px; color:#0055a4; font-weight:700; }
#fourofour .card p { margin-bottom:5px; min-height:125px; font-size:17px; line-height:25px; color:#000; font-weight:300; }
#fourofour .card .btn { cursor:pointer; transition:all 200ms; padding:14px 0; margin:5px; background: #20A6FF; border-radius: 2px; display:block; padding:11px; text-transform: uppercase; font-weight: bold; color:#fff; }
#fourofour .card .btn:hover { background:#5abdff; }
@media all and (max-width: 1000px) and (min-width: 801px) {
  #fourofour .card { padding:15px 20px 20px 20px; }
  #fourofour .card h3 { font-size:22px; }
  #fourofour .card p { font-size:15px; }
  #fourofour .card .btn { font-size:12px; }
}
@media all and (max-width: 800px) {
  #fourofour .wrapper { background-image:url(../images/404-bg-mobile.jpg); }
  #fourofour h1 { font-size:50px; }
  #fourofour h2 { font-size:20px; }
  #fourofour h2:before { margin:20px auto; }
  #fourofour .grid .col-333 { width:100%; padding:0; }
  #fourofour .card { max-width:400px; margin:0 auto 25px auto; }
  #fourofour .card img { max-height:100px; }
  #fourofour .card h3 { min-height:0; margin-bottom:10px; }
  #fourofour .card p { min-height:0; margin-bottom:20px; }
}


/*Make Payment*/
#new-make-payment .wrapper .container { padding:100px 30px; max-width:1230px; margin:0 auto; }
#new-make-payment .wrapper.bg { background:url(../images/make-payment-digital-bg.jpg) no-repeat center center; background-size:cover; }
#new-make-payment h1 { padding:15px 0; text-align:center; font-size:46px; font-weight:bold; color:#fff; }
#new-make-payment .wrapper.white .container { padding:40px; max-width:1000px; text-align:center; font-weight:300; line-height:25px; }
#new-make-payment .wrapper.white a { color:#2da8ff; }
#new-make-payment .wrapper.grey .container { padding:30px 0; }
#new-make-payment .wrapper.grey { background:#f9f9f9; border-top:1px solid #e0e0e0; text-align:center; }
#new-make-payment .wrapper.grey div > a { font-size:14px; display:block; background:#2da8ff; margin:5px 0 15px 0; padding:10px; color:#fff; font-weight:bold; text-transform:uppercase; text-decoration:none; border-radius:4px; }
#new-make-payment .wrapper.grey div > a i { margin-right:4px; }
#new-make-payment .wrapper.grey p a { color:#167abf; }
#new-make-payment .wrapper.grey h2 { margin:0 0 10px 0; font-size:26px; color:#084f93; }
#new-make-payment .wrapper.grey p { min-height:100px; font-size:17px; color:#000; font-weight:300; line-height:25px; }
@media all and (max-width: 900px) {  
  #new-make-payment h1 { padding:15px; font-size:28px; }  
  #new-make-payment .wrapper.grey .container { padding:15px; }
  #new-make-payment .grid [class*="col-"] { width:50%; padding:15px; }
}
@media all and (max-width: 800px) {
   
}
@media all and (max-width: 600px) {
  #new-make-payment .wrapper .container { padding:49px 30px; }
  #new-make-payment h1 { padding:0; font-size:40px; }  
  #new-make-payment .grid [class*="col-"] { width:100%; }
  #new-make-payment .wrapper.grey p { min-height:0; padding-bottom:10px; }
}

/*menus*/
#menus { transition:opacity 200ms; opacity:0; z-index: 11; position: fixed; left:0; top:0px; right:100%; bottom:0; background:rgba(0,0,0,.6); }
#menus.show { right:0; opacity:1; }
#menus nav { opacity:0; z-index:1; transition:left 200ms; position: absolute; top:0; right:0; bottom:0; left:-601px; max-width:400px; background:#F4F7FB; padding:105px 30px; overflow:auto; }
#menus.show nav { left:0; }
#menus.show nav.show { opacity:1; z-index:100; }
#menus .breadcrumb { line-height:50px; padding:10px 30px; position:absolute; left:0; top:0; right:0; background:#fff; font-size:17px; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16); font-weight:500; color:#000; }
#menus .breadcrumb button { display:inline-block; font-size:17px; font-weight:500; color:#000; cursor:pointer; }
#menus .breadcrumb * { vertical-align:middle; }
#menus .breadcrumb .fa-chevron-right { margin:0 5px; font-size:13px; }
#menus .breadcrumb b { font-weight:bold; color:#0154BC; }
#menus .breadcrumb .fa-times { margin:-10px; height:20px; line-height:20px; font-size:20px; position:absolute; right:40px; top:50%; cursor:pointer; }
#menus .bot { line-height:50px; max-width:100%; width:400px; padding:20px; position:absolute; left:0; bottom:0; background:#fff; font-size:17px; box-shadow: 0px -2px 3px rgba(0, 0, 0, 0.16); font-weight:500; color:#000; }
#menus.show .bot { position:fixed; }
#menus .bot button { transition:background 200ms; width:100%; padding:0 10px; background:#0057B7; color:#fff; font-size: 17px; font-weight: 500; border-radius: 3px; height:45px; line-height: 45px; text-align: center; display:block; cursor:pointer; }
#menus .bot button:hover { background:#026fe7; opacity:1; }
#menus .bot button i.fa-chevron-right { margin-left:10px; }
#menus .current { margin-bottom:20px; }
#menus .current button,
#menus .current a { padding:3px 8px; margin:0 10px 10px 0; display:inline-block; text-align:center; background:#fff; border:1px solid #DDDDDD; border-radius:2px; color:#002855; line-height:18px; cursor:pointer; font-size:13px; font-weight:500; }
#menus .current i { margin-left:4px; font-size:10px; color:#EC1A3C; }
#menus .options { padding:10px 30px; margin-bottom:20px; background:#fff; border:1px solid #DDDDDD; border-radius:2px; color:#002855; font-size:15px; line-height:18px; font-weight:600; cursor:pointer; font-weight:600; }
#menus .options button { padding:20px 0; width:100%; text-indent:10px; text-align:left; display:block; color:#002855; font-size:18px; font-weight:600; border-top:1px solid #D3D3D3; cursor:pointer; }
#menus .options button:first-child { border-top:none; }
#menus .options button i { transition:margin 200ms; font-weight:700; font-size:15px; float:right; margin:4px 5px 0 0; }
#menus .options button:hover i { margin-right:0; }
#menus nav > label { transition: opacity 200ms; opacity: 1; display:block; margin-bottom:5px; font-weight: 600; font-size: 20px; color:#0154BC; }
#menus input[type="text"],
#menus input[type="number"],
#menus select { transition:all 200ms; padding:12px 8px; margin-bottom:30px; font-size:16px; font-weight:600; width:100%; text-align:center; border:1px solid #DDDDDD; }
#menus input[type="text"]:hover,
#menus input[type="number"]:hover,
#menus input[type="text"]:focus,
#menus input[type="number"]:focus,
#menus select:hover,
#menus select:focus { border-color:#000; outline:none; }
#menus .range * { user-select:none; }
#menus .range.moving,
#menus .range.moving * { cursor:ew-resize; }
#menus .range .slide { width:100%; padding:30px 0; overflow:hidden; }
#menus .range .slide .bar { position:relative; background:#DCDDDE; height:3px; }
#menus .range .slide .bar .handles { min-width:20px; position:absolute; background:#002855; height:3px; }
#menus .range .slide .bar .handles .from,
#menus .range .slide .bar .handles .to { z-index:1; position:absolute; left:0; top:50%; margin-top:-20px; width:40px; height:40px; cursor:ew-resize; }
#menus .range .slide .bar .handles .to { left:auto; right:0; text-align:right; }
#menus .range .slide .bar .handles span { position:relative; top:10px; display:inline-block; transition:background 500ms; background:#fff; border:3px solid #002855; width:20px; height:20px; border-radius:10px; }
#menus .range .slide .bar .handles .dragging span { background:#002855; }
#menus .range .slide .bar .handles .last { z-index:2; }
#menus .range .slide .labels { padding:20px 0 0 0; font-size:14px; font-size:600; }
#menus .range .slide .labels .max { float:right; }
#menus .range .slide span {  }
#menus .range .slide span span {  }
#menus .range .values { font-size:0; }
#menus .range .values input { width:44%; display:inline-block; vertical-align:top; }
#menus .range .values span { width:12%; display:inline-block; text-align:center; font-weight:600; line-height:45px; font-size:16px; vertical-align:top; }
#menus .conversion { padding:30px; margin-bottom:20px; background:#fff; border:1px solid #DDDDDD; border-radius:2px; color:#002855; font-size:15px; line-height:18px; font-weight:600; font-weight:600; }
#menus .conversion h3 { margin-bottom:20px; color:#002855; font-size:18px; }
#menus .conversion h3 i { margin-right:4px; }
#menus .conversion p { margin-bottom:20px; color:#4E4E4E; font-size:15px; line-height:22px; font-weight:400; }
#menus .conversion a { color:#2DA8FF; font-size:15px; font-weight:bold; text-transform:uppercase; }
#menus .bodies { margin:0 -20px; font-size:0; text-align:center; }
#menus .bodies span { transform:scale(0.95); width:45%; border:1px solid #D3D3D3; background:#fff; padding:25px 0; margin:5px; display:inline-block; font-weight: bold; color:#000; font-size: 18px; text-transform: uppercase; cursor:pointer; transition:all 200ms; }
#menus .bodies span.selected { margin:3px 5px; border:3px solid #002855; }
#menus .bodies span:hover { transform:scale(1); box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
#menus .bodies span img { max-height:52px; display:block; margin:0 auto; margin-bottom:10px; }
#menus .locations-holder { padding-bottom:15px; }
#menus .location label { display:block; margin:0 0 15px 0; cursor:pointer; position:relative; }
#menus .location label input { display:none; }
#menus .location label i { font-size: 17px; margin: 2px 4px 0 0; color:#0154BC; }
#menus .location label .fa-map-marker-alt { display:none; width:15px; }
#menus .location label .fa-check-square { display:none; }
#menus .location label.selected .fa-square,
#menus .location label.toggle-selected .fa-square { display:none; }
#menus .location label.selected .fa-check-square,
#menus .location label.toggle-selected .fa-check-square { display:inline-block; }
#menus .location label:first-child { cursor:default; }
#menus .location label:first-child .fa-check-square,
#menus .location label:first-child .fa-square { display:none; }
#menus .location label:first-child .fa-map-marker-alt { display:inline-block; }
#menus .location label small { font-size:15px; width:20px; text-align:center; display:inline-block; position:absolute; right:0; top:3px; }
#menus .location label small.miles { width:auto; }
@media(min-height:770px) {    
  #menus .conversion { position:absolute; right:30px; left:30px; bottom:100px; }
}
@media(max-width:600px) {
  #menus .range .slide .bar .handles span { top:5px; width:30px; height:30px; border-radius:15px; }
  #menus .bot { width:600px; }
  #menus nav { max-width:100%; }
}

/*vehicles*/
#vehicles { overflow:hidden; padding:20px 10px; background:#F4F7FB; z-index:1; position:relative; }
#vehicles .filters { padding:0 10px; margin-bottom:20px; z-index:10; position:relative; }
#vehicles .filters .btns { position:relative; z-index:10; }
#vehicles .filters .btn { padding:13px; margin-right:15px; text-align:center; background:#fff; border:1px solid #DDDDDD; border-radius:2px; color:#002855; font-size:15px; line-height:18px; font-weight:600; cursor:pointer; font-weight:600; position:relative; }
#vehicles .filters .matches label,
#vehicles .filters .matches h1 { font-size:16px; display:inline-block; margin-top:24px; font-weight:600; }
#vehicles .filters .matches em.disclaimer { display:block; font-weight:400; font-size:12px; font-style: italic; color:#4E4E4E; margin:7px 0px 5px; line-height:18px; }
#vehicles .filters .matches .btn { padding:3px 8px; margin:0 0 0 8px; float:right; font-size:13px; font-weight:500; }
#vehicles .filters .matches .btn i { margin-left:4px; font-size:10px; color:#EC1A3C; }
#vehicles .filters .tooltip { display:none; position:absolute; right:0; top:100%; padding-top:10px; }
#vehicles .filters .btn.show .tooltip,
#vehicles .filters .btn .tooltip:hover { display:block; }
#vehicles .filters .tooltip > div { min-width:210px; background:#fff; padding:10px; border:1px solid #DDDDDD; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); text-align:left; positon:relative; }
#vehicles .filters .tooltip > div::before,
#vehicles .filters .tooltip > div::after { position:absolute; right:10px; top:3px; content:""; width:0; height:0; display:block; border-left:8px solid transparent; border-bottom:8px solid #fff; border-right:8px solid transparent; }
#vehicles .filters .tooltip > div::before { top:2px; border-bottom-color:#DDDDDD; }
#vehicles .filters .tooltip label { margin:5px 0; padding:5px 0; display:block; font-size:15px; color:#000; cursor:pointer; }
#vehicles .filters .tooltip label:hover { opacity:.8; }
#vehicles .filters .tooltip label i { opacity:0; margin-right:5px; font-size:13px; }
#vehicles .filters .tooltip label.selected i { opacity:1; }
#vehicles .results { display:flex; justify-content: flex-start; flex-flow: row wrap; }
#vehicles .results .vehicle { width:20%; padding:10px; position:relative; }
#vehicles .results .vehicle.hide { display:none !important; }
#vehicles .results .vehicle.normal { display:none; }
#vehicles .results .vehicle.test { display:none; }
#vehicles .results .vehicle .img { width:100%; height:0; padding-top:60%; background:#f1f1f1; display:block; text-decoration:none; position:relative; overflow:hidden; }
#vehicles .results .vehicle .img img { width:100%; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); }
#vehicles .results .vehicle .img span { position:absolute; left:13px; bottom:13px; padding:4px 6px; background:#fff; border-radius:2px; color:#55C259; font-size:11px; display:inline-block; font-weight:700; text-transform:uppercase; }
#vehicles .results .vehicle .img span.soon { color:#fff; background:#c80919; }
#vehicles .results .vehicle .img span i { margin-right:3px; font-weight:300; }
#vehicles .results .vehicle .details { padding:20px 20px 10px 20px; background:#fff; border:1px solid #E5E5E5; border-top:none; border-radius:0 0 2px 2px; }
#vehicles .results .vehicle .details h2 { margin:10px 0;min-height:40px; color:#002855; font-size:18px; line-height:20px; font-weight:600; }
#vehicles .results .vehicle .details .info { margin-bottom:20px; color:#0060ac; font-size:15px; font-weight:500; }
#vehicles .results .vehicle .details .info .price { color:#59C35C; font-weight:500; font-size:15px; float:right; cursor:pointer; }
#vehicles .results .vehicle .details .info .price:hover { opacity:.8; }
#vehicles .results .vehicle .details .loc { margin-top:-15px; position:relative; display:block; text-decoration:none; padding:15px 0; color:#0060ac; font-size:13px; font-weight:500; }
#vehicles .results .vehicle .details .loc i { vertical-align:baseline; }
#vehicles .results .vehicle .heart-holder { z-index:1; position:absolute; right:22px; top:22px; background:rgba(255,255,255,0.5); border-radius:18px; width:36px; height:36px; line-height:36px; text-align:center; cursor:pointer; }
#vehicles .results .vehicle .heart-holder i { vertical-align: middle; font-size:20px; color:#0154BC; font-weight:300; }
#vehicles .results .vehicle .heart-holder.faved i { font-size:22px; color:#0154BC; font-weight:700; }
#vehicles .results .card .img { background:none; }
#vehicles .results .card .details { background:none; min-height:154px; border:none; }
#vehicles .results .card .info { padding:0; max-width:80%; width:350px; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); }
#vehicles .results .card .ico { width:100%; height:130px; overflow:hidden; }
#vehicles .results .toy-drive-card {height:140px!important;}
#vehicles .results .card img { position:relative; top:-30px; width:190px; display:block; margin:0 auto; }
#vehicles .results .toy-drive-card-img {top:1px!important;}
#vehicles .results .card h3 { text-align:center; margin-bottom:20px; }
#vehicles .results .card p { text-align:center; margin-bottom:20px; }
#vehicles .results .card p.disclaimer { text-align:center; font-size:14px;margin-top:10px;}
#vehicles .results .card .btn { margin:0 auto; transition:background 200ms; width:75%; white-space:nowrap; padding:0; background:#0057B7; color:#fff; font-size: 17px; font-weight: 500; border-radius: 3px; height:45px; line-height: 45px; text-align: center; display:block; cursor:pointer; }
#vehicles .results .card .btn:hover { background:#026fe7; opacity:1; }
#vehicles .results .card .btn i.fa-chevron-right { margin-left:10px; }
#vehicles .results .location-seperator { width:200%; margin: 0 -20px 20px -20px; text-align: center; color:#fff; display:none;}
#vehicles .results .location-seperator .location-marker-circle { z-index:-1; border-radius: 50%; position: relative; transform: translateY(55%); width: 60px; margin: auto; height: 55px; background-color: #002855;}
#vehicles .results .location-seperator i {position: absolute; transform: translate(-50%, -50%); font-size: 25px;}
#vehicles .results .location-seperator .location-bar { padding:10px; width:100%; background-color: #002855;}
#vehicles .results .location-seperator .location-bar .location-text { margin:5px; }
#vehicles .results .location-seperator .location-bar .location-text:first-child { text-transform: uppercase; }
#vehicles .disclaimer em { display:block; text-align: center; font-weight:400; font-size:15px; font-style: italic; color:#4E4E4E; margin:18px 20px 30px; line-height:18px; }

@media(max-width:1600px) {
  #vehicles .results .vehicle { width:33.33333333333%; }
  #vehicles .results .vehicle.normal { display:inline-block; }
  #vehicles .results .vehicle.wide { display:none; }
}
@media(max-width:900px) {
  #vehicles .results .vehicle { width:50%; }
}
@media(max-width:600px) {
  #vehicles .filters .btns { display:flex; justify-content: space-between; }
  #vehicles .filters .btns button { width:31%; padding:13px 0; margin-right:0; }
  #vehicles .filters .matches .btn { display:none; }
  #vehicles .results .vehicle { width:100%; }
}

/*new-inventory*/
#new-inventory #vehicles .results { max-width:900px; margin:0 auto; }
#new-inventory h3 { margin:40px 0; color:#002855; font-size:23px; text-align:center; font-weight:600; }
#new-inventory #vehicles .results .vehicle { min-width:32%; }

/* Vehicle Sold */
#vehicle-sold .wrapper.blue { background:#157abe; position:relative; text-align:center; }
#vehicle-sold h1 { padding:10px 30px; font-size:24px; line-height:32px; color:#fff; font-weight:bold; text-align:center; }
#vehicle-sold .back { position: absolute; left: 30px; top: 50%; line-height: 16px; margin-top: -8px; color: #fff; font-size: 12px; font-weight: bold; text-transform: uppercase; text-decoration: none;}
#vehicle-sold .near a { display:inline-block; margin:10px; padding:5px; color:#2da8ff; text-decoration:underline; }
#vehicle-sold .sold-text-holder {text-align: center; border-bottom: 1px solid #ccc;}
#vehicle-sold .sold-text-holder .wrapper {padding: 46px 0;}
#vehicle-sold .sold-text-holder .container {position: relative; max-width:1200px; margin:0 auto; padding:0 15px;}
#vehicle-sold .sold-text-holder .red-text {color: #c7081b; font-size: 28px; font-weight: bold; padding-bottom: 16px;}
#vehicle-sold .sold-text-holder img {padding-bottom: 16px;}
#vehicle-sold .sold-text-holder .main-text {font-size: 19px; font-weight: 300; max-width: 990px; margin: 0 auto; text-align: center;}
#vehicle-sold .sold-text-holder .main-text a { color:#2da8ff; }
@media(max-width: 600px) {
  #vehicle-sold .back span {display: none;}
  #vehicle-sold .back .fa {font-size: 20px;}
}

/*modals*/
#modals { display:none; z-index:99999; position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.7); overflow:auto; }
#modals.show { display:block; }
#modals .modal { display:none; max-width:90%; width:800px; padding:20px 25px; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); box-shadow:0px 25px 50px rgba(0,0,0,0.5); }
#modals .modal.show { display:block; }
#modals .modal .fa-times { position:absolute; right:0; top:0; width:60px; height:60px; line-height:60px; text-align:center; font-size:24px; cursor:pointer; }
#modals .modal.pricing { width:360px; text-align:center; font-weight:600; color:#000000; }
#modals .modal.pricing .car { padding-right:20px; margin-bottom:5px; color:#002855; font-size:15px; text-align:left; }
#modals .modal.pricing .car span { vertical-align:top; white-space:nowrap; font-weight:300; }
#modals .modal.pricing .miles { margin-bottom:25px; font-size:12px; text-align:left; }
#modals .modal.pricing .price { margin-bottom:15px; color:#55C259; font-size:33px; }
#modals .modal.pricing .payments { margin-bottom:25px; font-size:13px; font-style:italic; }
#modals .modal.pricing .includes b { margin-bottom:15px; display:block; color:#002855; font-size:16px; font-weight:bold; text-transform: uppercase; }
#modals .modal.pricing .includes .service { font-size:0; }
#modals .modal.pricing .includes .service div,
#modals .modal.pricing .includes .service > span,
#modals .modal.pricing .includes .service a { margin-bottom:20px; display:inline-block; width:50%; white-space:nowrap; color:#000; }
#modals .modal.pricing .includes .service div { padding-right:10px; line-height: 20px; font-size:24px; text-align:right; }
#modals .modal.pricing .includes .service > span,
#modals .modal.pricing .includes .service a { padding-left:10px; line-height: 14px; font-size:13px; text-align:left; }
#modals .modal.pricing .includes .service a span { color:#0057B7; text-decoration:underline; }
#modals .modal.pricing .includes .service a small { text-decoration:none !important; font-size:11px; color:#999; display:block; }
#modals .modal.pricing .includes .service sub { display:inline-block; padding-right:5px; font-size:11px; color:#000; }
#modals .modal.pricing .finance { border-top:1px solid #D3D3D3; line-height:20px; padding-top:25px; margin-bottom:15px; color:#002855; font-size:14px; font-weight:bold; }
#modals .modal.pricing .finance span { color:#002855; font-size:18px; text-transform:uppercase; }
#modals .modal.pricing .savings { margin-bottom:15px; color:#20A6FF; font-size:26px; }
#modals .modal.pricing .fewer { margin-bottom:25px; color:#002855; font-size:13px; }
#modals .modal.pricing .fewer span { color:#20A6FF; font-size:18px; }
#modals .modal.pricing .print { padding:10px 15px 0 15px; color:#A2A2A2; font-size:10px; font-weight:400; }
#modals .modal.pricing .print div { margin-bottom:10px; }
#modals .modal.pricing .btn { transition:background 200ms; width:100%; padding:0 10px; margin-bottom:20px; background:#0057B7; color:#fff; font-size: 17px; font-weight: 500; border-radius: 3px; height:45px; line-height: 45px; text-align: center; display:block; cursor:pointer; }
#modals .modal.pricing .btn:hover { background:#026fe7; opacity:1; }
#modals .modal.pricing .btn.green { background:#55C259; }
#modals .modal.pricing .btn i.fa-chevron-right { margin-left:10px; }
#modals .video { padding:0; width: 800px; height:600px; }

/* autocheck modal */
#modals .autocheck {height: 80%; width:500px; padding: 0; }
#modals .autocheck .modal-body {width:100%; height: 100%; }
#modals .autocheck .fa-circle-notch {position: absolute; left: 50%; top: 50%; }
#modals .autocheck iframe {width:100%; height: 100%; border:none; }

/* pricing modal sign in */
#modals .modal.login {width: 360px; text-align: center; font-weight: 600; color: #000;}
#modals .modal .signin i {margin: 10px 0 20px; font-size: 50px; color: #0057b7;}
#modals .modal .signin h2 {color: #002855; margin-bottom: 20px;}
#modals .modal p {margin-bottom: 20px; font-size: 16px; line-height: 26px; color: #000;}
#modals .modal .btn {margin-bottom: 20px; width: 100%; padding: 10px; background: #0154bc; color: #fff; font-size: 17px; font-weight: 500; border-radius: 5px; min-height: 45px; line-height: 25px; text-align: center; display: block; cursor: pointer;}
#modals .modal p button {font-size: 16px; line-height: 26px; color: #20a6ff; text-decoration: underline; cursor: pointer;}

/* global video modal */
.global-video-modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; background: rgba(0,0,0,.85); }
.global-video-modal .global-video-modal-frame {max-height:600px; height: calc(100vh - 0%);transform: translate(-50%); top: 50%; left: 50%; right: 50%; bottom: 50%; position: absolute; overflow: hidden; width: 60%; margin: auto; padding-top: 0%;}
.global-video-modal .global-video-modal-frame iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}
@media(max-width:800px) {
    .global-video-modal .global-video-modal-frame { width: 90%; padding-top: 50%;max-height:300px; }
}

@media(max-width:600px),(max-height:600px) {
  #modals { padding:5%; }
  #modals .modal { margin:0 auto 0 auto; max-width:100%; position:relative; left:auto; top:auto; transform:none; }
  #modals .autocheck { width: 100%; height: 100%; left: 0; right: 0; bottom: 0; top: 0; position: absolute ;}
}

/*New Car Details
#new-car-details .container { padding:50px 30px; max-width:1230px; }
#new-car-details .wrapper.blue { background:#157abe; position:relative; }
#new-car-details .wrapper.red { background:#c80919; text-align:center; }
#new-car-details .wrapper.red p { text-transform:uppercase; font-size:15px; font-weight:bold; padding:10px; color:#fff; margin:0; }
#new-car-details h1,
#new-car-details h2,
#new-car-details h3,
#new-car-details .wrapper.blue p { padding:30px 30px 5px 30px; font-size:34px; line-height:36px; color:#fff; font-weight:bold; text-align:center; }
#new-car-details .wrapper.blue p { padding:5px 30px 30px 30px; font-size:15px; line-height:15px; font-weight:400; }
#new-car-details h2,
#new-car-details h3 { font-size:24px; color:#c80919; text-align:left; padding:0 0 10px 0; }
#new-car-details .wrapper.blue .back { position:absolute; left:30px; top:50%; line-height:16px; margin-top:-8px; color:#fff; font-size:12px; font-weight:bold; text-transform:uppercase; text-decoration:none; }
#new-car-details .wrapper.grey { background:#f9f9f9; border-top:1px solid #eee; border-bottom:1px solid #eee; }
#new-car-details #new-inventory .wrapper { background:#fff; }
#new-car-details #new-inventory h2 { text-align:center; }
#new-car-details .slideshow { position:relative; width:100%; }
#new-car-details .slideshow * { max-width:100%; }
#new-car-details .slideshow .slick { display:none; }
#new-car-details .slideshow .image-holder { position:relative; min-height:150px; cursor:pointer; }
#new-car-details .slideshow .image-holder .fa-spin { position:absolute; left:50%; top:50%; }
#new-car-details .slideshow .image-holder img { position:relative; max-width:100%; }
#new-car-details .slideshow .stock { padding:5px; display:block; text-align:center; font-size:10px; text-transform:uppercase; }
#new-car-details .slideshow .prev,
#new-car-details .slideshow .next { position:absolute; left:0px; top:50%; width:20px; margin-top:-20px; height:40px; width:40px; line-height:40px; font-size:26px; text-align:center; cursor:pointer; color:#fff; background:rgba(0,0,0,.5); }
#new-car-details .slideshow .next { left:auto; right:0px; }
#new-car-details .slideshow .image-holder .count { position:absolute; left:0; right:0; top:-20px; width:100%; height:15px; line-height:15px; color:#666; text-align:center; font-size:11px; }
#new-car-details table { width:100%; margin:0 0 25px 0; border-collapse:collapse; }
#new-car-details table td { width:50%; padding:9px 0; text-indent:10px; font-size:13px; line-height:16px; }
#new-car-details table td:first-child { font-weight:bold; text-transform:uppercase; }
#new-car-details table tr:nth-child(even) { background:#f5f5f5; }
#new-car-details .btn.green { display:block; white-space:normal; }
#new-car-details .location a.lnk { position:relative; display:block; padding-left:33px; margin:20px 0; text-decoration:none; color:#444; font-size:15px; line-height:20px;  }
#new-car-details .location a.lnk i { position:absolute; left:0; top:0; font-size:20px; }
#new-car-details .location a.lnk:hover { text-decoration:underline; color:#167abf; }
#new-car-details .location em { color:#167abf; font-weight:bold; }
@media all and (max-width: 700px) {
  .wrapper > .container > .grid [class*="col-"] { width:100%; padding:0; }
  #new-car-details .container { padding:30px; }
  #new-car-details .wrapper.blue .back { left:20px; font-size:20px; }
  #new-car-details .wrapper.blue .back span { display:none; }
  #new-car-details h1 { padding-top:15px; font-size:26px; line-height:28px; }
  #new-car-details .wrapper.blue p { padding-bottom:15px; font-size:12px; line-height:13px; }
}*/

/*newer-car-details*/
.pswp { z-index:99999999 !important; }
.pswp__caption__center { text-align:center !important; }
#newer-car-details .info .coming-soon,
#newer-car-details .wrapper.red { display:none; text-align:center; font-weight:bold; text-transform:uppercase; padding:10px 15px; background:#EC1A3C; font-size:13px; font-weight:500; color:#fff; }
#newer-car-details .wrapper.light-blue { max-width:100%; padding:10px 15px; background:#F4F7FB; font-size:13px; font-weight:500; color:#002855; }
#newer-car-details .wrapper.light-blue .container { max-width:47%; padding:0; margin:0; width:auto; }
#newer-car-details .wrapper.light-blue .container * { vertical-align:top; display:inline-block; line-height:20px; }
#newer-car-details .wrapper.light-blue a i { margin-right:5px; }
#newer-car-details .wrapper.light-blue .photos { float:right; }
#newer-car-details .wrapper.light-blue .photos i { margin--right:5px; }
#newer-car-details .slideshow { position:relative; }
#newer-car-details .slideshow .image-holder > i.next,
#newer-car-details .slideshow .image-holder > i.prev { position:absolute; right:0; top:50%; margin-top:-30px; width:60px; height:60px; line-height:60px; font-size:25px; color:#fff; cursor:pointer; text-align:center; background:rgba(0,0,0,0.2); }
#newer-car-details .slideshow .image-holder > i.prev { left:0; right:auto; }
#newer-car-details .slideshow .image-holder > i.fa-circle-notch { position:absolute; left:50%; top:50%; color:#000; }
#newer-car-details .slideshow .image-holder .slick { position:relative; }
#newer-car-details .slideshow .fa-search-plus { position:absolute; right:0; bottom:0; width:60px; height:60px; line-height:60px; font-size:25px; border-radius:5px 0 0 0; color:#fff; cursor:pointer; text-align:center; background:rgba(0,0,0,0.7); }
#newer-car-details .slideshow .image-holder { position:relative; }
#newer-car-details .slideshow .image-holder img { width:100%; }
#newer-car-details .slideshow .image-holder.stock-photos .slick-current::after { background:rgba(0,0,0,0.02); content:""; display:block; position:absolute; left:0; top:0; right:0; bottom:0; }
#newer-car-details .slideshow .stock { display:block; text-align:right; position:absolute; left:0; right:10px; top:10px; color:#ccc; font-size:11px; text-transform:uppercase; font-weight:bold; }
#newer-car-details .info .title { margin-bottom:30px; }
#newer-car-details .info .title h1,
#newer-car-details .info .title span { display:inline-block; margin-bottom:0; font-size:26px; color:#002855; font-weight:600; }
#newer-car-details .info .title span { font-weight:300; vertical-align:top; white-space:nowrap; }
#newer-car-details .info { padding:40px 40px 40px 0; margin-bottom:20px; color:#002855; background:#fff; font-size:19px; font-weight:500; }
#newer-car-details .info .coming-soon { display:block; border-radius:3px; float:right; padding:5px 15px; font-weight:700; }
#newer-car-details .info .key-features h2 { margin:50px 0 0 0; font-size:22px; color:#0057B7; font-weight:bold; }
#newer-car-details .info .key-features ul { float:left; width:50%; list-style:none; margin:10px 0 0 0; padding:0; }
#newer-car-details .info .key-features ul li { font-size:14px; line-height:20px; padding:0 10px 0 0; margin-bottom:5px; }
#newer-car-details .info .btns { position:relative; }
#newer-car-details .info .btns .btn { display:inline-block; }
#newer-car-details .info .btns b { display:inline-block; position:absolute; left:50%; width:20px; height:45px; line-height:45px; margin-left:-10px; text-align:center; }
#newer-car-details .info .btns button,
#newer-car-details .info .btns .btn:last-child { float:right !important; }
#newer-car-details .info .mpg { margin:5px 0 0 0; font-size:14px; }
#newer-car-details .info .price { float:right; margin:0 0 30px 0; color:#59C35C; font-weight:500; font-size:19px; cursor:pointer; }
#newer-car-details .info .price:hover { opacity:.8; }
#newer-car-details .info .loc { color:#0057B7; font-weight:900; font-size:16px; font-style:italic; cursor:pointer; display:inline-block; }
#newer-car-details .info .loc:hover { opacity:.8; }
#newer-car-details .info .loc i { vertical-align:baseline; }
/* #newer-car-details .info .disclaimer {display:block;margin:20px 0 10px 0;font-size:14px;color: #4E4E4E;font-size: 15px;line-height: 22px;font-weight: 400;} */
#newer-car-details .info .disclaimer {display:flex !important;margin:20px 0 10px 0;font-size:14px;color: #4E4E4E;font-size: 15px;line-height: 22px;font-weight: 400;}
#newer-car-details .info .disclaimer i { padding: 5px 5px 0px 0px;}
#newer-car-details .info .store { margin:10px 0 20px 0; position:relative; display:inline-block; }
#newer-car-details .info .store .i { position:relative; color:#0057B7; font-weight:500; font-size:15px; cursor:pointer; display:inline-block; }
#newer-car-details .info .store .tooltip {  display:none; padding-bottom:15px; position:absolute; bottom:100%; left: 0; margin-left: 0;}
#newer-car-details .info .store:hover .tooltip { display:block; }
#newer-car-details .info .store .tooltip > span { position:relative; display:block; width:250px; padding:20px; font-weight:400; text-transform:none; font-size:13px; color:#000; background:#fff; border:1px solid #DDDDDD; box-shadow: 0px 3px 6px #00000029; }
#newer-car-details .info .store .tooltip > span::before,
#newer-car-details .info .store .tooltip > span::after { position:absolute; bottom:-10px; right:115px; width:0; height:0; display:block; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #ddd; content:""; }
#newer-car-details .info .store .tooltip > span::after { bottom:-9px; border-top:10px solid #fff; }
#newer-car-details .info .store .tooltip > span .lnk { display:block; margin-bottom:20px; text-align:left; }
#newer-car-details .info .store .tooltip > span .lnk { padding-left:20px; position:relative; }
#newer-car-details .info .store .tooltip > span .lnk.det i { position:absolute; left:0; top:3px; }
#newer-car-details .info .store .tooltip > span .lnk.bold { margin:0; display:block; color:#2DA8FF; font-size:13px; font-weight:700; text-transform:uppercase; }
#newer-car-details .info .store .tooltip b { display:inline-block; width:65px; }
#newer-car-details .info .btn { max-width:280px; }
#newer-car-details .btn { transition:background 200ms; width:100%; padding:0 10px; background:#20A6FF; color:#fff; font-size: 17px; font-weight: 500; border-radius: 3px; height:45px; line-height: 45px; text-align: center; display:block; cursor:pointer; }
#newer-car-details .btn:hover { background:#47b6ff; opacity:1; }
#newer-car-details .btn.green { background:#55C259; }
#newer-car-details .you-get-more { padding:30px 15px; }
#newer-car-details .you-get-more h2 { margin-bottom:30px; font-size:22px; color:#EC1A3C; font-weight:bold; text-align:center; }
#newer-car-details .you-get-more h2 b { font-size:15px; color:#002855; text-transform:uppercase; display:block; }
#newer-car-details .you-get-more .box { max-width:900px; margin:0 auto 15px auto; padding:15px; background:#fff; border:1px solid #DDDDDD; border-radius:2px; }
#newer-car-details .you-get-more .box h3 a,
#newer-car-details .you-get-more .box h3 { margin-bottom:15px; color:#002855; font-size:18px; font-weight:500; text-transform:none; }
#newer-car-details .you-get-more .box p { margin-bottom:15px; color:#4E4E4E; font-size:15px; line-height:22px; font-weight:400; }
#newer-car-details .you-get-more .box a { display:block; color:#2DA8FF; font-size:15px; font-weight:700; text-transform:uppercase; }
#newer-car-details .you-get-more .btn { max-width:300px; margin:0 auto; }
#newer-car-details .features { background:#fff; padding:30px 0 0 0; }
#newer-car-details .features h2 { margin-bottom:30px; font-size:22px; color:#002855; font-weight:bold; text-align:center; }
#newer-car-details .features table { width:100%; max-width:900px; margin:0 auto; border-spacing:0; }
#newer-car-details .features table tr td { padding:10px 30px; font-size:15px; font-weight:600; color:#000000; }
#newer-car-details .features table tr td:last-child { text-align:right; font-weight:400; }
#newer-car-details .features table tr:nth-child(odd) td { background:#F0F0F0; }
#newer-car-details .what-we-offer { padding:30px; background:#fff; }
#newer-car-details .what-we-offer h2 { margin-bottom:30px; font-size:22px; color:#0057B7; font-weight:bold; text-align:center; }
#newer-car-details .what-we-offer .box { max-width:900px; margin:0 auto 15px auto; padding:15px; background:#F4F7FB; border:1px solid #DDDDDD; border-radius:2px; }
#newer-car-details .what-we-offer .box.boxless { padding:0 15px; margin-bottom:30px; background:none; border-color:#fff; }
#newer-car-details .what-we-offer .box h3 { margin-bottom:15px; color:#002855; font-size:18px; font-weight:500; }
#newer-car-details .what-we-offer .box h3 a { text-decoration:none; color:#002855; }
#newer-car-details .what-we-offer .box h3 .fa-check-circle { color:#55C259; }
#newer-car-details .what-we-offer .box h3 .fa-plus-circle { color:#20A6FF; }
#newer-car-details .what-we-offer .box p { color:#4E4E4E; font-size:15px; line-height:22px; font-weight:400; }
#newer-car-details .what-we-offer .box a.lnk { margin-top:15px; display:block; color:#2DA8FF; font-size:15px; font-weight:700; text-transform:uppercase; }
#newer-car-details .get-started { padding:30px; background:#0057B7; text-align:center; color:#fff; }
#newer-car-details .get-started h2 { margin:30px 0 15px 0; font-size:22px; color:#fff; font-weight:bold; text-align:center; }
#newer-car-details .get-started .grid { max-width:900px; margin:0 auto; }
#newer-car-details .get-started div div { margin:30px 0; }
#newer-car-details .get-started div > i { font-size:50px; margin:0 0 15px 0; }
#newer-car-details .get-started div h3 { margin:0 auto 15px auto; max-width:300px; color:#fff; font-size:20px; font-weight:500; }
#newer-car-details .get-started div h3 a { text-decoration:none; color:#fff; }
#newer-car-details .get-started div p { margin:0 auto; max-width:300px; font-size:15px; line-height:22px; }
#newer-car-details .get-started div a.lnk { margin:0 auto; max-width:300px; margin-top:15px; display:block; color:#fff; font-size:15px; font-weight:700; text-transform:uppercase; }
#newer-car-details .info .details-box {display:flex;flex-direction:row;justify-content:space-between;margin-top: 30px;gap:25px;}
#newer-car-details .info .details-box .newsweek { width:50%;display:flex;flex-direction:column;justify-content:center;}
#newer-car-details .info .details-box .newsweek img {max-width:340px;}
#newer-car-details .info .box { width: 50%; padding: 15px; background: #fff; border: 1px solid #ddd; border-radius: 2px;display:flex;flex-direction:column;justify-content:center; }
#newer-car-details .info .box p { margin-bottom:15px; color:#4E4E4E; font-size:15px; line-height:22px; font-weight:400; }
#newer-car-details .info .box a { display:block; color:#2DA8FF; font-size:15px; font-weight:700; text-transform:uppercase; }
#newer-car-details .info .box img { width: 125px; }
#newer-car-details .info .box b{ display: block; font-size: 15px; font-weight: 700; text-transform: uppercase; }
#newer-car-details .heart-holder { z-index:1; position:absolute; right:22px; top:22px; background:rgba(255,255,255,0.5); border-radius:18px; width:36px; height:36px; line-height:36px; text-align:center; cursor: pointer;}
#newer-car-details .heart-holder i { vertical-align: middle; font-size:20px; color:#0154BC; font-weight:300; }
#newer-car-details .heart-holder.faved i { font-size:22px; color:#0154BC; font-weight:700; }
@media all and (min-width: 1000px) {  
  #newer-car-details .you-get-more { padding:40px 20px 40px 40px; float:left; width:50%; }
  #newer-car-details .features { padding:55px 40px 40px 20px; float:right; width:50%; }
  #newer-car-details .what-we-offer .box p { min-height:60px; }
  #newer-car-details .what-we-offer .box { float:left; width:48%; }
  #newer-car-details .what-we-offer .box:nth-child(odd) { margin-right:2%; }
  #newer-car-details .what-we-offer .box:nth-child(even) { margin-left:2%; }
  #newer-car-details .info .store .disclaimer em { text-align: left; }
}
@media all and (min-width: 1000px) and (max-width: 1350px) {  
  #newer-car-details .info .btns { position:relative; text-align:center; }
  #newer-car-details .info .btns .btn { margin-top:10px; }
  #newer-car-details .info .btns b { display:none; }
  #newer-car-details .info .btns button,
  #newer-car-details .info .btns .btn:last-child { float:none; }
  #newer-car-details .info .store { margin:15px 0 20px 0; display:block; text-align: center; }
  #newer-car-details .info .details-box .newsweek img { width:100%; }
}
@media all and (max-width: 1000px) {  
  #newer-car-details .wrapper.red { display:block; }
  #newer-car-details .info .coming-soon { display:none; }
  #newer-car-details .grid [class*="col-"] { width:100%; padding:0; }
  #newer-car-details .you-get-more { background:#F4F7FB; border-top:1px solid #E5E5E5; border-bottom:1px solid #E5E5E5; }
  #newer-car-details .wrapper.light-blue .container { max-width:none; }
  #newer-car-details .info { padding:30px; }
  #newer-car-details .features table tr td { padding:10px 20px; }
  #newer-car-details .info .btn { max-width:320px; margin:0 auto; }
  #newer-car-details .info .price { float:right; margin:0; }
}
@media all and (max-width: 850px) {  
  #newer-car-details .info .key-features { display:none; }
}
@media all and (max-width: 750px) {    
  #newer-car-details .info .btns { position:relative; text-align:center; }
  #newer-car-details .info .btns .btn { margin-top:10px; }
  #newer-car-details .info .btns b { display:none; }
  #newer-car-details .info .btns button,
  #newer-car-details .info .btns .btn:last-child { float:none; }
  #newer-car-details .info .disclaimer .inventory-disclaimer {display:block; margin-top:8px; }
  #newer-car-details .info .store { margin:15px 0 20px 0; display:block; text-align: center; }
  #newer-car-details .info .store .disclaimer em { text-align: left; }
  #newer-car-details .info .details-box .newsweek img { max-width: 100%; }
}
@media all and (max-width: 500px) {  
  #newer-car-details .you-get-more .btn { max-width:none; margin:0 auto; }
  #newer-car-details .info .btn { max-width:none; }
  #newer-car-details .info .price { font-size:15px; }
  #newer-car-details .info .details-box {flex-direction:column;margin:0 auto;gap:10px;padding-top:30px;}
	#newer-car-details .info .box {margin-left:0;width:100%;}
  #newer-car-details .info .details-box .newsweek { margin-top: 10px;width:100%;}
  #newer-car-details .info .details-box .newsweek img {width:100%; }
    
  /*UNCOMMENT WHEN NEW VEHICLE DETAILS TEMPLATE PRICING UI UPDATES ARE LAUNCHED*/
  /*#newer-car-details .info .box {margin:10px 20px;}*/
}

/*Location Details*/
#location-details-new .wrapper { position:relative; border-bottom:1px solid #e0e0e0; }
#location-details-new > .wrapper > .container { margin:0; padding:30px 0; max-width:none; position:initial; }
#location-details-new .wrapper:nth-child(even) { background:#f9f9f9; }
#location-details-new .wrapper.ctn { background:#fff; padding:30px 0; }
#location-details-new h2 { margin:55px 0 15px 0; color:#004d93; font-size:35px; font-weight:400; }
#location-details-new h3 { margin:0 0 40px 0; color:#c7081b; font-size:30px; text-align:center; font-weight:400; }
#location-details-new h4 { margin:0 0 15px 0; color:#004d93; font-size:30px; text-align:center; }
#location-details-new .about { width:auto; padding:0 10% 0 30px; text-align:center; }
#location-details-new .about h2 { text-align:center; margin-top:20px; }
#location-details-new .about .manager-photo { display:flex; width:100%; margin:0 auto;justify-content:center;flex-wrap:wrap; }
#location-details-new .about .manager-photo img.lazy { max-height:120px;margin:18px 0px 10px 0; vertical-align:middle; width:100%; max-width:114px; border:1px solid #e0e0e0; border-radius:50%; display:inline-block; }
#location-details-new .about .manager { display:flex;flex-direction:column;justify-content:center; text-align:center; font-weight:bold; font-size:18px; line-height:20px;margin:0 20px; }
#location-details-new .about .manager span { font-size:12px; }
#location-details-new .about .manager-photo .logos { display:flex;flex-direction:row;justify-content:center;margin-top:15px; }
#location-details-new .about .manager-photo .newsweek img { width:120px;margin:0 20px; }
#location-details-new .about .lot-photo { position:absolute; right:0; top:0; bottom:0; display:block; background-size:cover; background-repeat:no-repeat; background-position:center center; }
#location-details-new .about .cs-lot-photo { position:absolute; right:0; top:0; bottom:0; display:block; background-size:cover; background-repeat:no-repeat; background-position:center center; }
#location-details-new .about p { text-align:center; font-size:16px; line-height:25px; margin:0 0 20px 0; }
#location-details-new .about .btn { display:inline-block; margin:10px 7px; }
#location-details-new .contact { text-align:center; margin-bottom:15px; }
#location-details-new .contact .text { display:block; min-height:60px; }
#location-details-new .contact p { text-align:center; font-size:19px; line-height:30px; color:#000000; font-weight:300; }
#location-details-new .contact p > a { cursor:pointer; color:#000; text-decoration:none; }
#location-details-new .contact .btn { cursor:pointer; margin-top:20px; line-height:16px; border-radius:21px; padding:10px 25px; display:inline-block; background:none; border:3px solid #2da8ff; color:#2da8ff; font-size:14px; font-weight:bold; }
#location-details-new .contact .btn:hover { color:#fff; background:#2da8ff; }
#location-details-new .contact p .hours { text-align:left; max-width:320px; margin:0 auto; }
#location-details-new .contact p .hours.active { display:block !important; }
#location-details-new .contact p .hours > span { display:block; width:100%; margin-bottom:5px; text-align:center; }
#location-details-new .contact p .hours span span {  font-weight:bold; float:none; display:block; text-align:center; }
#location-details-new .contact .stars { display:block; }
#location-details-new .contact .stars i { color:#ffc31b; }
#location-details-new .contact .stars i.empty { opacity:.4; }
#location-details-new .share { text-align:center; }
#location-details-new .share span { display:block; margin-bottom:15px; }
#location-details-new .share b { display:block; }
#location-details-new .share .btn { position:relative; cursor:pointer; margin-top:20px; line-height:16px; border-radius:21px; padding:10px 15px; display:inline-block; background:none; border:3px solid #2da8ff; color:#2da8ff; font-size:14px; font-weight:bold; outline:none; }
#location-details-new .share .btn .hidden-facebook-btn { opacity:0; position:absolute; left:0; top:4px; right:0; }
#location-details-new .share .btn:hover { color:#1877f2; background:#1877f2; border-color:#1877f2; }
#location-details-new .share .btn:hover .hidden-facebook-btn { opacity:1; }
#location-details-new .rules { text-align:center; font-weight:bold; padding:0 20px 35px 20px; border-bottom:1px solid #ccc; }
#location-details-new .wrapper.map { }
#location-details-new .wrapper.map .btn { position:absolute; top:-23px; left:50%; margin-left:-105px; padding:10px 30px; border-radius:25px; }
#location-details-new .wrapper.map iframe { display:block; width:100%; height:350px; }
#location-details-new .nearby { display:block; padding:15px; font-size:16px; line-height:25px; color:#000000; text-align:center; text-decoration:none; }
#location-details-new .nearby b { font-size:18px; color:#004d93; }
#location-details-new .col-20.schedule {display:none;}

body #location-details-new #deal .wrapper { padding-top:60px; }
#location-details-new #location-nearby-lots .wrapper { padding:30px 0; }

#location-details-new .review { padding-top:30px; padding-bottom:30px; }
#location-details-new .review .name { padding-right:5px; display:inline-block;font-size:15px;color:#004d93;font-weight:700; }
#location-details-new .review .stars { white-space:nowrap; }
#location-details-new .review i { color:#ffc31b; }
#location-details-new .review b { text-transform:uppercase; color:#777; font-size:11px; }
#location-details-new .review p { padding:10px 0 0 0; font-size:14px; line-height:24px; }
#location-details-new .reviews { position:relative; }
#location-details-new #reviews { position:absolute; top:-90px; }

#location-details-new .btn { cursor:pointer; transition:all 200ms; display:inline-block; padding:14px 18px; margin:5px; background: #0154BC; border-radius: 2px; font-size: 16px; text-transform: uppercase; font-weight: bold; color:#fff; }
#location-details-new .btn:hover { background:#0071ff; }
#location-details-new .btn.blue { background: #20A6FF; }
#location-details-new .btn.blue:hover { background:#5abdff; }

#location-details-new .testimonials {border-bottom:1px solid #e0e0e0;padding:30px 0;background:#f9f9f9;}
#location-details-new .testimonials .row {display:flex;}
#location-details-new .testimonials .testimonial {width:33%;padding:0 30px 0 30px;}
#location-details-new .testimonials h6 {margin:0 0 0 0;font-size:15px;color:#004D93;line-height:25px;}
#location-details-new .testimonials .stars {display:flex;white-space:no-wrap;margin-left:10px;}
#location-details-new .testimonials i {color:#ffc31b;margin-right:5px;}
#location-details-new .testimonials .name-and-stars {display:flex;align-items:center;}
#location-details-new .testimonials span {color:#777777;font-size:11px;line-height:25px;font-weight:700;position:relative;top:-4px;}
#location-details-new .testimonials p {font-size:14px;line-height:25px;}

#location-details-new .icon-blurbs {border-top:1px solid #e0e0e0;margin-bottom:60px;padding:30px 30px 0 30px;}
#location-details-new .top-blurb {text-align:center;}
#location-details-new .icon-blurbs h2 {margin:25px 0 10px 0;font-size:23px;line-height:29px;font-weight:600;}
#location-details-new .icon-blurbs p {width:70%;margin:0 auto;font-size:17px;line-height:29px;}
#location-details-new .icon-blurbs a {color:#D7002C;font-size:15px;line-height:29px;font-weight:700;margin-top:15px;}
#location-details-new .icon-blurbs i {color:#D7002C;font-size:15px;margin-left:5px;margin-top:-2px;}
#location-details-new .blurb {width:50%;text-align:center;}
#location-details-new .blurbs-row {display:flex;justify-content:space-between;margin:60px 0;}
#location-details-new .icon-blurbs .left-side {display:flex;}
#location-details-new .icon-blurbs .right-side {display:flex;}


#location-details-new .community .title {padding:40px 0 30px 0;text-align:center;font-size: 28px;color: #002855; font-family: Montserrat;font-weight: 700;font-style: normal;}
#location-details-new .community .cardgrid {max-width:1600px; margin:0 auto;display: flex;justify-content:center;flex-flow:wrap;grid-gap:4%;padding:0 30px 50px 30px;}
#location-details-new .community article {margin-bottom:50px;max-width:450px;width: 30%;display:flex;flex-direction:column;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px;}
#location-details-new .community article a { text-decoration:none; }
#location-details-new .community article img {display:block;width:100%;border-radius:5px 5px 0 0; }
#location-details-new .community article i { justify-content:space-between;margin-right:2px;font-size:14px; }
#location-details-new .community article .time {display:flex;margin-top:auto;color:#999;padding:0px 0px 10px 15px;}
#location-details-new .community article .time a.view-article { margin-top:10px;color:#1457B7;margin-left:auto;font-weight:600; }
#location-details-new .community article .time a.view-article i { font-weight:500; }
#location-details-new .community article h2.entry-title { vertical-align:top; margin:0 0 10px 0;font-weight:600; font-size: 25px; line-height: 30px; color: #012756;  }
#location-details-new .community article .textarea {height:100%;padding:15px 15px 10px 15px;display:flex;flex-direction:column;}
#location-details-new .community article .desc {padding-bottom:10px;line-height:24px;}
#location-details-new .community article.hide {display:none;}
.postid-14954 #location-details-new a.btn.blue.schedule {display:none;}

@media (min-width:2000px) {
	#location-details-new .community .cardgrid {max-width:100%;margin:0 5%;}
}

@media (max-width:1000px) {
  #location-details-new .community article {width:47%;}	
  }

@media (max-width:900px) {
  .postid-14954 #location-details-new .col-20.schedule {display:none;}
  #location-details-new .col-20.schedule {display:block;}
  #location-details-new .col-20.schedule .contact {padding:5px 0 10px 0;}
  #location-details-new .btn.blue.schedule {display:none;}
}

@media(max-width:785px){
  #location-details-new .icon-blurbs .left-side {flex-direction:column;}
  #location-details-new .icon-blurbs .right-side {flex-direction:column;}
}

@media (max-width:600px) {
  #location-details-new .community article {width:100%;margin:20px 30px;}	
  }

@media(max-width:1199px){
  #location-details-new .blurbs-row {flex-direction:column;}
  #location-details-new .icon-blurbs .right-side {margin-top:60px;}
}


@media (max-width:790px){
  #location-details-new .blurbs-row {flex-direction:column;align-items:center;}
  #location-details-new .mt {margin-top:60px;}
  #location-details-new .blurb {width:100%;}
  #location-details-new .icon-blurbs p {width:95%;}

  #location-details-new .testimonials .row {flex-direction:column;}
  #location-details-new .testimonials .testimonial {width:100%;}
  #location-details-new .testimonials .testimonial:nth-child(2) {margin: 60px 0;}
}

@media(max-width:550px){
  #location-details-new .community .cardgrid {padding:0 10px 50px 10px; }
  #location-details-new .community article {min-width:90%;}
  #location-details-new .community article h2.entry-title {height:auto;}
}

@media(max-width:500px){
  #location-details-new .about .cs-lot-photo {width:100%!important;}
}

@media all and (max-width: 1000px) {
  #location-details-new h2 { margin-top:0; }
}
@media all and (max-width: 900px) {
  #location-details-new [class*="col-"] { width:100%; }
  #location-details-new .about .lot-photo { width:100% !important; height:150px; margin-bottom:15px; position:relative; right:auto; top:auto; bottom:auto; }
  #location-details-new .about .cs-lot-photo { height:200px!important;margin:30px auto 30px auto; position:relative; right:auto; top:auto; bottom:auto; }
  #location-details-new #inner-page-banner { padding:10px; }
  #location-details-new #inner-page-banner h1 { font-size:26px; line-height:36px; margin:10px 0; }
  #location-details-new .reviews .wrapper { padding:30px; width:auto; min-width:0; }
  #location-details-new .review { padding-top:15px; padding-bottom:15px; }
  #location-details-new .wrapper.ctn { padding:0; }
  #location-details-new .wrapper.ctn .container { padding:0; }
  #location-details-new .contact { position:relative; border-bottom:1px solid #ccc; padding:0; margin:0; }
  #location-details-new .contact .text { min-height:0; padding:20px 0; font-size:16px; line-height:20px; text-align:left; padding-left:15px; }
  #location-details-new .contact .btn { position:absolute; right:20px; top:10px; margin:0; padding:10px 6px; min-width:42px; }
  #location-details-new .contact .btn span { display:none; }
  #location-details-new .wrapper.ctn [class*="col-"]:first-child .btn,
  #location-details-new .wrapper.ctn [class*="col-"]:nth-child(4) .btn { top:20px; }
  #location-details-new .contact p .hours { margin:5px 0 0 0; width:100%; max-width:none; }
  #location-details-new .contact p .hours > span,
  #location-details-new .contact p .hours span span { text-align:left; }
  #location-details-new .share { text-align:left; position:relative; }
  #location-details-new .share > span { display:inline-block; padding:20px 15px; margin:0; }
  #location-details-new .share > span > b { display:inline-block; }
  #location-details-new .share .btn { position:absolute; right:20px; top:10px; margin:0; }
  #location-details-new .about h2 { font-size:28px; }
  #location-details-new .rules { padding:20px; border-bottom:1px solid #ccc; }
}
@media all and (max-width: 600px) {
  #location-details-new .about .manager-photo img { margin:10px 20px 20px 20px; }
}
#location-details-new .manager-section { margin:30px 30px; display:flex; align-items:center; flex-direction:column; }
#location-details-new .manager-section .image-group { margin-bottom: 30px;}
#location-details-new .manager-section .image-group iframe {width:525px;}
#location-details-new .manager-section .first-image { padding-bottom:10px; }
#location-details-new .manager-section .second-image { float:left; width:50%; padding-right:5px; }
#location-details-new .manager-section .third-image { float:left; width:50%; padding-left:5px; }
#location-details-new .manager-section .bottom-images { width:100%; display:table; }
#location-details-new .manager-section .text-group { display: flex; flex-direction: column; justify-content: center; width:100%; }
#location-details-new .manager-section .sub-title {color: #000;font-size: 18px; margin-bottom: 5px; }
#location-details-new .manager-section .excerpt { margin-bottom: 28px; line-height:30px; }
#location-details-new .manager-section .title {font-size: 30px; color: #000; margin-bottom: 18px; }
#location-details-new .manager-section img { width:100%; }

@media(max-width:759px){
  #location-details-new .manager-section .image-group {width:100%;}
  #location-details-new .manager-section .image-group iframe {width:100%;}
}

@media ( min-width:760px ) {
  #location-details-new .manager-section { flex-direction:row; margin: 40px 30px; }
  #location-details-new .manager-section .text-group { padding-left: 40px; }
  #location-details-new .manager-section .image-group { margin-bottom: 0; }
}
@media ( min-width:1000px ) {
    #location-details-new .manager-section { padding: 0 50px; }
}
@media ( min-width:1400px ) {
    #location-details-new .manager-section { padding: 0 80px; }
    #location-details-new .manager-section .excerpt { width:95%; }
}

/*Inner Page Banner*/
#inner-page-banner { position:relative; padding:30px; background:#157abe;  background-repeat:no-repeat; background-position: center center; background-size:cover; text-align:center; }
#inner-page-banner h1 { color:#fff; font-size:38px; line-height:50px; text-align:center; }
#inner-page-banner .btn { margin-top:30px; padding:10px 30px; border-radius:25px; }
#inner-page-banner form { margin-top:30px; color:#fff; }
#inner-page-banner p { color:#fff; }
#inner-page-banner .breadcrumb { color:#fff; font-size:11px; text-align:center; }
#inner-page-banner .breadcrumb i { margin:0 4px; }
#inner-page-banner .breadcrumb a,
#inner-page-banner .breadcrumb span { color:#fff; font-size:13px; text-decoration:none; }
#inner-page-banner .breadcrumb a:hover { text-decoration:underline; }
#inner-page-banner .play i { font-size:60px; color:#fff; cursor:pointer; padding:30px 0 20px 0; font-size:300; }

/* Video Modal */
#about-video-modal { z-index: 99999; overflow: hidden; position: fixed; left:0; top:0; right:0; bottom:0; opacity: 0.0;
  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#about-video-modal .overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background: rgba(0,0,0,0.85); opacity: 0.0; -webkit-transition: opacity 0.2s ease-out 0.05s; transition: opacity 0.2s ease-out 0.05s; }
#about-video-modal .content { position: relative; top: 50px; right: auto; bottom: auto; left: auto; z-index: 1; margin: 0 auto; overflow-y: visible; background: #000; width: calc(50% - 12em); height: 0; padding-top: calc((50% - 12em) * 0.5625); }
@media (min-aspect-ratio: 16/9) {
  #about-video-modal .content { width: 0; height: calc(100vh - 10em); padding-top: 0; padding-left: calc((100vh - 10em) * 1.7778); }
}
@media (max-width: 640px) {
	#about-video-modal .content { width: calc(100% - 1em); padding-top: calc((100% - 1em) * 0.5625); }
}
#about-video-modal .fa-times { display: inline-block; position: absolute; left: 0; top: -40px; text-decoration: none; font-size: 20px; font-weight: bold; color: #fff; }
#about-video-modal iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; background: #000; box-shadow: 0px 2px 16px rgba(0,0,0,0.5); }
body.show-video-modal #about-video-modal { opacity: 1.0; transform: translate(0%,0%); -webkit-transform: translate(0%,0%); }
body.show-video-modal #about-video-modal .overlay { opacity: 1.0; }
body.show-video-modal #about-video-modal .content { transform: translate(0%,0%); -webkit-transform: translate(0%,0%); }

/*Locations Search*/
#locations-search .view { overflow:hidden; position:relative; height:600px; height:100vh; }
#locations-search .search { position:absolute; left:0; top:0; bottom:0; width:35%; z-index:2; background:#fff;
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
}
#locations-search .search .filters { position:absolute; left:0; top:0; right:0; height:110px; padding:20px; background:#f4f4f4; border-bottom:1px solid #e1e1e1; }
#locations-search .search .filters h1 { margin:0 0 10px 0; font-size:20px; font-weight:bold; text-align:center; color:#000; }
#locations-search .search .filters h1 i { display:none; font-size:10px; margin-left:5px; }
#locations-search .search .filters input { width:100%; height:36px; display:block; border:1px solid #e1e1e1; border-radius:3px; text-indent:10px; }
#locations-search .search .filters select { width:90px; height:26px; display:inline-block; border:1px solid #e1e1e1; border-radius:3px; text-indent:5px; }
#locations-search .search .filters .error { border-color:red; }
#locations-search .search .filters button[type="button"] { position:relative; transition:background 200ms; width:100%; height:36px; padding:0; background:#20A6FF; color:#fff; font-size: 14px; font-weight: 500; border-radius: 3px; min-height:36px; line-height: 36px; text-align: center; display:inline-block; cursor:pointer; }
#locations-search .search .filters button[type="button"]:hover { background:#47b6ff; opacity:1; }
#locations-search .search .filters button[type="button"] i { margin-right:5px; }
#locations-search .search .filters button[type="submit"] { text-align:right; text-transform:uppercase; font-weight:bold; width:100%; font-size:26px; height:36px; display:block; border:none; background:none; border-radius:3px; color:#20a6ff; cursor:pointer; }
#locations-search .search .filters .or { font-size:13px; text-align:center; display:block; line-height:36px; }
#locations-search .search .filters small { display:block; margin-top:30px; line-height:21px; }
#locations-search .search .filters small i { font-size:21px; color:#000; }
#locations-search .search .filters small .target { display:none; float:right; cursor:pointer; }
#locations-search .search .filters small .toggle { display:none; cursor:pointer; float:left; text-transform:uppercase; font-weight:bold; color:#000; }
#locations-search .search .filters small * { vertical-align:baseline; }
#locations-search .search .locations { overflow:auto; position:absolute; left:0; bottom:0; right:0; top:150px; }
#locations-search .loc { position:relative; padding:20px 20px 10px 20px; border-bottom:1px solid #e1e1e1; }
#locations-search .loc h2 { margin:0 135px 20px 0; text-align:left; font-size:16px; font-weight:bold; color:#0b5f9b; }
#locations-search .loc h2 a { padding-right:18px; display:inline-block; position:relative; color:#000; text-decoration:none; }
#locations-search .loc h2 a i { display:none; color:#55c259; position:absolute; top:3px; right:0; }
#locations-search .loc .info { position:relative; }
#locations-search .loc .actions { position:absolute; right:0; top:0; width:125px; }
#locations-search .loc .actions a i { width:15px; }
#locations-search .loc p { margin:0 135px 15px 0; font-size:13px; color:#444; line-height:15px; }
#locations-search .loc p a { color:#444; text-decoration:none; }
#locations-search .loc div > a,
#locations-search .loc div > button { white-space:nowrap; display:block; margin-bottom:19px; font-size:13px; font-weight:600; text-decoration:none; background:none; border:none; cursor:pointer; }
#locations-search .loc div > a i,
#locations-search .loc div > button i { margin-right:5px; }
#locations-search .loc button.set { color:#55c259; position:absolute; top:-38px; left:0; }
#locations-search .loc button.set i,
#locations-search .loc a.inv i,
#locations-search .loc a.dir i { font-size:15px; }
#locations-search .loc a.det { color:#2ca8fe; }
#locations-search .loc a.inv { color:#2ca8fe; }
#locations-search .loc a.dir { color:#2ca8fe; }
#locations-search .view > .loc { position:absolute; padding-top:35px; bottom:-500px; right:25px; width:30%; z-index:3; background:#fff; 
	-webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
  -webkit-transition: bottom 200ms;
          transition: bottom 200ms;
}
#locations-search .view > .loc.active { bottom:25px; }
#locations-search .view > .loc .fa-chevron-down { position:absolute; top:7px; left:0; right:0; width:100%; height:20px; line-height:20px; text-align:center; font-size:16px; color:#000; cursor:pointer; }
#locations-search .map { z-index:1; position:absolute; right:0; top:0; bottom:0; width:65%; }
#locations-search .map iframe { display:block; position:absolute; left:0; right:0; top:0; bottom:0; }
@media all and (max-width: 1200px) {
  #locations-search .search .filters button[type="button"] span span { display:none; }
}
@media all and (max-width: 900px) {
  #locations-search .search .filters input,
  #locations-search .search .filters select { font-size:16px; }
  #locations-search .view { height:auto; }
  #locations-search .view.show-map { height:600px; height:100vh; }
  #locations-search .view.show-locations { height:auto !important; }
  #locations-search .search { width:auto; position:relative; left:auto; right:auto; top:auto; bottom:auto; 
  	-webkit-box-shadow: none;
	     -moz-box-shadow: none;
	          box-shadow: none;
  }
  #locations-search .search .locations { height:auto; position:relative; left:auto; right:auto; top:auto; bottom:auto;  }
  #locations-search .search .filters { height:auto; padding:0; width:auto; position:relative; left:auto; right:auto; top:auto; bottom:auto; }
  #locations-search .search .filters h1 { display:none; margin:0; padding:8px; background:#2ca8fe; color:#fff; font-size:12px; text-transform:uppercase; cursor:pointer; }
  #locations-search .search .filters h1 .fa-chevron-down { display:inline-block; }
  #locations-search .search .filters.active h1 .fa-chevron-down { display:none; }
  #locations-search .search .filters.active h1 .fa-times-circle { display:inline-block; line-height:18px; float:right; }
  #locations-search .search .filters .form { display:block; padding:10px; }
  #locations-search .search .filters.active .form { display:block; }
  #locations-search .search .filters [class*="col-"] { width:25%; }
  #locations-search .search .filters [class*="col-"]:nth-child(1) { width:40%; }
  #locations-search .search .filters [class*="col-"]:nth-child(2) { width:10%; }
  #locations-search .search .filters [class*="col-"]:nth-child(3) { width:40%; }
  #locations-search .search .filters [class*="col-"]:nth-child(4) { width:10%; }
  #locations-search .search .filters .options { margin:10px -10px -10px -10px; background:#fff; border-top:1px solid #e1e1e1; }
  #locations-search .search .filters .options small { margin:0; padding:4px 4px 4px 8px; height:42px; line-height:34px; }
  #locations-search .search .filters .options small * { vertical-align:baseline; }
  #locations-search .search .filters .options small select { width:100px; height:34px; }
  #locations-search .search .filters .options small .toggle { font-size:0; display:block; height:34px; float:right; }
  #locations-search .search .filters .options small .toggle i { display:inline-block; font-size:16px; height:34px; line-height:34px; width:40px; text-align:center; vertical-align:top; }
  #locations-search .search .filters .options small .toggle i:first-child { background:#20A6FF; color:#fff; border:none; border-radius:4px 0 0 4px; }
  #locations-search .search .filters .options small .toggle i:last-child { background:#fff; color:#000; border:1px solid #ccc; border-left:none; border-radius:0 4px 4px 0; }
  #locations-search .show-map .search .filters .options small .toggle i:first-child { background:#fff; color:#000; border:1px solid #ccc; border-right:none; }
  #locations-search .show-map .search .filters .options small .toggle i:last-child { background:#20A6FF; color:#fff; border:none; }
  
  #locations-search .map { display:none; width:100%; }  
  #locations-search .show-map .search .locations { display:none; }
  #locations-search .show-map .map { display:block; }
  
  #locations-search .view > .loc { display:none; }
  #locations-search .view.show-map > .loc { display:block; width:auto; left:0; right:0; bottom:-500px; }
  #locations-search .view.show-map > .loc.active { bottom:0; }
}
@media all and (max-width: 500px) {
  #locations-search .search .filters [class*="col-"]:nth-child(1) { width:35%; }
  #locations-search .search .filters [class*="col-"]:nth-child(3) { width:45%; }
  #locations-search .search .filters button[type="button"] { font-size:13px; }
}

/*dare-to-compare*/
#dare-to-compare .promo { position:relative; overflow:hidden; background:url(../images/compare/blue-bg.jpg) no-repeat center center; background-size:cover;  }
#dare-to-compare .promo .message { padding:30px; max-width:1200px; margin:0 auto; }
#dare-to-compare .promo .message h1 { color:#2a317d; font-size:30px; line-height:30px; margin-bottom:20px; }
#dare-to-compare .promo .message h1 b { text-indent:-5px; letter-spacing:-5px; font-size:100px; display:block; line-height:100px; font-weight:800; text-transform:uppercase; }
#dare-to-compare .promo .message p { max-width:70%; color:#2a317d; font-size:18px; line-height:30px; }
#dare-to-compare .promo img { max-width:300px; position:absolute; right:0; top:30px; }
#dare-to-compare .compare { background:#f9f9f9; border-bottom:1px solid #e6e6e6; text-align:center; }
#dare-to-compare .compare .container { max-width:1200px; margin:0 auto; padding:30px; }
#dare-to-compare .compare .save { padding:30px 0; }
#dare-to-compare .compare h2 { margin-bottom:5px; color:#2ca8fe; font-size:28px; font-weight:600; text-align:center; }
#dare-to-compare .compare .field input,
#dare-to-compare .compare .exp input { display:inline-block; color:#444; background:#fff; border:1px solid #ccc; border-radius:5px; padding:5px 10px; max-width:150px; text-align:center; font-weight:600; font-size:18px }
#dare-to-compare .compare .field input[type="number"] { font-size:26px; padding-left:20px; padding:10px 10px 10px 15px; max-width:200px; }
#dare-to-compare .compare .field { margin-bottom:30px; position:relative; display:inline-block; }
#dare-to-compare .compare .field i { position:absolute; left:0; top:50%; margin-top:-17px; font-size:20px; color:#0a5f9b; height:35px; width:35px; line-height:35px; text-align:center; }
#dare-to-compare .compare .range { display:block; width:100%; height:10px; max-width:1000px; margin:0 auto; }
#dare-to-compare .compare .range .noUi-base { cursor:pointer; }
#dare-to-compare .compare h3 { color:#222; font-size:22px; font-weight:600; text-align:center; }
#dare-to-compare .compare h3 b { color:#2ca8fe; font-size:36px; font-weight:800; }
#dare-to-compare .compare small { color:#222; font-size:16px; font-weight:400; text-align:center; display:block; }
#dare-to-compare .compare p { color:#2ca8fe; font-size:20px; font-weight:400; text-align:center; }
#dare-to-compare .compare button { margin-top:20px; background:#2ca8fe; padding:10px 40px; border-radius:5px; color:#fff; font-size:12px; font-weight:600; text-transform:uppercase; border:none; }
#dare-to-compare .compare button i { margin-right:4px; }
#dare-to-compare .compare .exp > .grid { max-width:400px; margin:0 auto; }
#dare-to-compare .compare .exp > .grid label { display:block; font-weight:700; font-size:23px; line-height:26px; }
#dare-to-compare .compare .exp > .grid label input { font-size:23px; }
#dare-to-compare .compare .exp > .grid small { margin-bottom:25px; font-weight:400; display:block; font-size:11px; text-transform:uppercase; color:#222; }
#dare-to-compare .compare .exp > .grid .col-50:first-child label { color:#0055a4; }
#dare-to-compare .compare .exp > .grid .rate,
#dare-to-compare .compare .exp > .grid .monthly { line-height:41px; }
#dare-to-compare .compare .noUi-handle { background:#157abe; border-color:#157abe; }
#dare-to-compare .compare .grid .col-50 { position:relative; }
#dare-to-compare .compare .grid .col-50 .line { position:absolute; left:0; top:5px; bottom:20px; width:1px; background:#ccc; }
#dare-to-compare .info { background:#fff; }
#dare-to-compare .info .container { max-width:1200px; margin:0 auto; padding:40px 30px; }
#dare-to-compare .info h2 { margin-bottom:10px; color:#2a317d; font-weight:400; font-size:28px; text-align:center; }
#dare-to-compare .info h2 i { font-weight:bold; }
#dare-to-compare .info p { text-align:center; font-size:18px; line-height:30px; font-weight:300; color:#444; }
#dare-to-compare .vs { margin-bottom:10px; text-align:center; color:#222; font-size:20px; font-weight:bold; }
#dare-to-compare .vs img { max-width:130px; display:block; margin:0 auto; }
#dare-to-compare .vs * { vertical-align:baseline; }
#dare-to-compare .vs b { text-transform:uppercase; font-weight:800; color:#414141; font-size:24px; letter-spacing:-1px; }
#dare-to-compare .vs b sup { font-size:12px; vertical-align: top; }
#dare-to-compare .vs .col-50 { position:relative; }
#dare-to-compare .vs span { position:absolute; right:-10px; top:50%; margin-top:-10px; display:block; width:20px; height:20px; line-height:20px; text-align:center; }
#dare-to-compare .compare .vs { margin-top:30px; margin-left:auto; margin-right:auto; max-width:400px; }
#dare-to-compare .icons { background:#fff; text-align:center; }
#dare-to-compare .icons > .grid > .col-50 { position:relative; padding:50px 0; background:#2a317d; color:#fff; font-size:14px; font-weight:700; }
#dare-to-compare .icons > .grid > .col-50:last-child { background:#414141; }
#dare-to-compare .icons > .grid > .col-50 img { width:100px; display:inline-block; max-width:70%; }
#dare-to-compare .icons > .grid > .col-50 .line { position:absolute; left:-2px; top:0; bottom:0; width:5px; background:#fff; }
#dare-to-compare .icons > .grid .col-333 { position:relative; }
#dare-to-compare .icons > .grid .col-333 p { min-height:38px; }
#dare-to-compare .icons > .grid .fa-plus,
#dare-to-compare .icons > .grid .fa-equals { position:absolute; left:-10px; top:35%; width:20px; height:20px; line-height:20px; font-size:20px; text-align:center; color:#fff; }
#dare-to-compare .icons > .grid .fa-equals { left:auto; right:-10px; }
#dare-to-compare .disc .container { text-align:center; max-width:1200px; margin:0 auto; padding:40px 30px; }
#dare-to-compare .disc .btn { display:inline-block; margin-bottom:20px; background:#2ca8fe; padding:10px 40px; border-radius:5px; color:#fff; font-size:12px; font-weight:600; text-transform:uppercase; border:none; cursor:pointer; }
#dare-to-compare .disc p { margin:10px 0; font-size:13px; font-weight:300; }
#dare-to-compare .disc .btn { font-size:15px; font-weight:bold; text-transform:uppercase; }
@media all and (max-width: 900px) {
  #dare-to-compare .promo img { max-width:200px; }
  #dare-to-compare .promo .message p { max-width:100%; }
}
@media all and (max-width: 600px) {
  #dare-to-compare .promo .message h1 { font-size:20px; }
  #dare-to-compare .promo .message h1 b { line-height:60px; font-size:60px; }
  #dare-to-compare .promo .message p { font-size:14px; line-height:18px; }
  #dare-to-compare .promo .message p br { display:none; }
  #dare-to-compare .promo img { max-width:150px; top:15px; }
  #dare-to-compare .compare .save { padding-bottom:60px; }
  #dare-to-compare .compare button { position:absolute; bottom:0; left:0px; right:0px; display:block; width:100%; padding:15px 0; border-radius:0; }
  #dare-to-compare .compare .grid .col-50 { width:50%; }
  #dare-to-compare .vs .col-50 { width:50%; }
  #dare-to-compare .icons > .grid > .col-50 { width:50%; padding:20px 0; }
  #dare-to-compare .icons > .grid .col-333 { padding:20px 0; }
  #dare-to-compare .icons > .grid .fa-plus { left:50%; margin-left:-10px; top:0px; }
  #dare-to-compare .icons > .grid .fa-equals { right:auto; top:auto; left:50%; margin-left:-10px; bottom:-20px; }
}

/* New Dare to Compare */
#new-dare-to-compare { z-index:0; position:relative; }
#new-dare-to-compare .flex { display:flex; flex-direction:row;justify-content:center; align-items:center; }
#new-dare-to-compare .flex .box span { color:#363636;}
#new-dare-to-compare .view { display:none; padding:0 15px 60px 15px; max-width:1000px; margin:0 auto; text-align:center; }
#new-dare-to-compare .view.financing,
#new-dare-to-compare .view.summary { padding:0; max-width:none; }
#new-dare-to-compare .view:first-child { display:block; }
#new-dare-to-compare .holder { padding:0 60px 60px 60px; max-width:1000px; margin:0 auto; text-align:center; }
#new-dare-to-compare h2 { margin-bottom:20px; font-size:26px;color:#0154BC;text-align:center; }
#new-dare-to-compare h3 { font-size:48px;line-height:58px;color:#20A6FF;font-weight:800;text-align:center;margin-bottom:30px;}
#new-dare-to-compare p { text-align:center; font-size:18px; text-align:center; }
#new-dare-to-compare p span {font-style:italic;position:relative;top:-1px;}
#new-dare-to-compare p b { font-size:24px;line-height:37px;color:#20A6FF;font-weight:700; vertical-align:baseline; }
#new-dare-to-compare p i { vertical-align:baseline; }
#new-dare-to-compare .btn { display:inline-block; width:100%; max-width:350px; padding:15px; margin:40px auto 0 auto; cursor:pointer;background:#20A6FF;border:1px solid #20A6FF;border-radius:6px;font-size:18px;font-weight:bold;color:#fff;}
#new-dare-to-compare .btn i { margin-left:15px;margin-top:-2.5px;font-size:25px; }
#new-dare-to-compare .btn.green { background:#55C259; border-color:#55C259; }
#new-dare-to-compare .btn.blue { background:#0154BC; border-color:#0154BC; }
#new-dare-to-compare .source-text {font-weight:300;font-size:15px;line-height:20px;margin-top:30px;text-align:center;}
#new-dare-to-compare .source-text a { vertical-align:middle; text-decoration:underline; }
#new-dare-to-compare sup { font-size:12px; vertical-align:super; }
#new-dare-to-compare .nowrap { white-space:nowrap; }

#new-dare-to-compare .summary .source-text { max-width: 600px; margin: 30px auto 0 auto;}
#new-dare-to-compare .summary .btn { max-width:260px; margin:20px 20px 0 20px; }
#new-dare-to-compare .summary .links { max-width:350px; margin:30px auto 0 auto; font-weight:700; }
#new-dare-to-compare .summary .links .link { min-width:130px; font-weight:700; color:#0154BC; text-decoration:underline; text-transform:none; }
#new-dare-to-compare .summary .links .link:first-child { float:left; }
#new-dare-to-compare .summary .links .link:last-child { float:right; }

#new-dare-to-compare .card { max-width:500px; margin:60px auto 0 auto; padding:20px 10px 30px 10px;border:1px solid #EDEDED;box-shadow:2px 2px 8px #00000029;background:#F9F9F9;border-radius:13px;}
#new-dare-to-compare .card .grid { border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:20px; }
#new-dare-to-compare .card .box input,
#new-dare-to-compare .card .row div { width:40%;margin:0 auto;font-size:24px;color:#20A6FF;font-weight:700; }
#new-dare-to-compare .card .row .vs { width:20%; color:#D7002C; font-size:16px; }
#new-dare-to-compare .card .row div:last-child { /*color:#363636;*/ }
#new-dare-to-compare .card .row div span { font-size:20px; vertical-align:baseline; }
#new-dare-to-compare .card .row div#vehicle-rate span { font-size:24px; }
#new-dare-to-compare .card .row div b { vertical-align:baseline; }
#new-dare-to-compare .card .box { background:#fff;border:1px solid #CCCCCC;padding:10px;border-radius:6px;}
#new-dare-to-compare .card .box input { width:100%; display:block; text-align:center; border:none; background:none; color:#363636; }
#new-dare-to-compare .card .box input.slim { width:70px; display:inline; }
#new-dare-to-compare .card .box.up-sup { position:relative; }
#new-dare-to-compare .card .box sup.up-sup { position:absolute; top:5px; right:5px;color:#363636; }
#new-dare-to-compare .card h4 {text-align:center;font-size:15px;line-height:21px;color:#0154BC;font-weight:700;margin:50px 0 15px 0;}
#new-dare-to-compare .card h4:first-child { margin-top:0; }
#new-dare-to-compare .card img { margin:4px 0; width:220px; }
#new-dare-to-compare .card .other-guys {padding:3px 0; display:inline-block;font-weight:800;font-size:26px;line-height:26px;color:#363636; text-align:left;}
#new-dare-to-compare .card .other-guys small {display:block;font-weight:600;font-size:15px;line-height:13px;}
#new-dare-to-compare .card .box input::-webkit-outer-spin-button,
#new-dare-to-compare .card .box input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
#new-dare-to-compare .card .box input[type=number] { -moz-appearance: textfield; }

#new-dare-to-compare .range { width:100%!important;background:#363636!important;  }
#new-dare-to-compare .range .noUi-connect { background:#20A6FF!important;}
#new-dare-to-compare .range .noUi-target { border:none!important; }
#new-dare-to-compare .range .noUi-value {font-size:20px!important;color:#000!important;font-weight:bold; }
#new-dare-to-compare .range .noUi-handle { border:none!important;background:none!important;}
#new-dare-to-compare .range .noUi-handle:hover { cursor:move; }
#new-dare-to-compare .range .noUi-handle:before { width:30px!important;height:30px!important;top:-6px!important;left:-3px!important;border-radius:50%!important;background:#20A6FF!important;}
#new-dare-to-compare .range .noUi-handle:after { background:#20A6FF!important;}
#new-dare-to-compare .range .noUi-marker-horizontal {display:none!important;}
#new-dare-to-compare .range .selected-value { display:none; position: absolute; top: -30px; left: -20px; width: 60px; text-align: center; line-height: 20px; }

#new-dare-to-compare .progress-bar { display:none; padding:30px 15px; max-width:830px; margin:0 auto; text-align:center; }
#new-dare-to-compare .progress-bar .flex { width:100%; overflow:hidden; border-radius:3px; }
#new-dare-to-compare .progress-bar span { z-index:1; width:25%; border:1px solid #CCCCCC; text-align:center; display:inline-block; border-right:none; color:#2F2F2F;font-size:16px;line-height:28px;font-weight:500;padding:2px 0;cursor:pointer; }
#new-dare-to-compare .progress-bar span:last-child { border-right:1px solid #CCCCCC; }
#new-dare-to-compare .progress-bar span.selected { color:#fff; background:#0154BC; border-color:#0154BC; border-left:1px solid #fff; position:relative; z-index:10; }
#new-dare-to-compare .progress-bar span.selected:first-child { border-color:#0154BC; }
#new-dare-to-compare .progress-bar span.selected:after { content:""; position:absolute; left:100%; top:-1px; bottom:-1px; width:0px; height:0px; border-left:10px solid #0154BC; border-top:17px solid transparent; border-bottom:17px solid transparent; }

#new-dare-to-compare .financing .title { margin-bottom:60px; padding:80px; background:#fff url(../images/blue-bg.jpg) no-repeat center center; background-size:cover; }
#new-dare-to-compare .financing .title h1 { margin:0 0 40px 0; font-size: 68px;color: #ffffff; line-height: 70px; font-weight:bold; text-align: center }
#new-dare-to-compare .financing .title p { margin:0 auto; max-width:800px; text-align: center; font-size: 26px; color: #fff; }
#new-dare-to-compare .financing .btn { margin-top:80px; }

#new-dare-to-compare .value { background:#F4F4F4;width:100%;padding:60px 30px 80px 30px;}
#new-dare-to-compare .value h2 {color:#0154BC;font-size:44px;line-height:53px;font-weight:700;text-align:center;}
#new-dare-to-compare .value .flex { margin-top:40px; }
#new-dare-to-compare .value .flex div { padding:0 30px; text-align:center; }
#new-dare-to-compare .value .flex > i,
#new-dare-to-compare .value .flex div > i { vertical-align:top; width:140px; height:100px; line-height:100px; text-align:center; font-size:93px;color:#0154BC;}
#new-dare-to-compare .value .flex div > img { max-width:100px; max-height:80px; }
#new-dare-to-compare .value .flex > i { font-size:50px; }
#new-dare-to-compare .value .flex div > p { padding:15px 0; font-size:26px;line-height:32px;color:#363636;font-weight:700;}
#new-dare-to-compare .value .flex div:last-child > p { color:#20A6FF; }

#new-dare-to-compare #vehicle-rate span { font-size:24px;color:#20A6FF;font-weight:700; }
#new-dare-to-compare #vehicle-rate .rate { display:flex;flex-wrap:wrap;width:115px; }
#new-dare-to-compare #vehicle-rate .rate:first-child { margin-bottom:20px; }
#new-dare-to-compare #vehicle-rate span.text { margin-right:auto;padding-left:20px;color:#333;font-size:12px !important;font-weight:500; }
#new-dare-to-compare #vehicle-rate .rate input { margin-right:5px; }

@media(max-width:1000px) {
  #new-dare-to-compare .value .flex { display:block; max-width:400px; margin:40px auto 0 auto; }
  #new-dare-to-compare .value .flex div { padding:0; display:block; }
}

@media(max-width:800px) {
  #new-dare-to-compare .view h2 { font-size:22px; }
  #new-dare-to-compare .view .holder { padding:0 15px 30px 15px; }
  #new-dare-to-compare .view.financing .holder { padding: 0 30px 30px 30px; }
  #new-dare-to-compare .financing .title { padding:50px 20px; }
  #new-dare-to-compare .financing .title h1 { font-size:50px; line-height:60px; }
  #new-dare-to-compare .financing .title p { font-size:21px; }
  #new-dare-to-compare .range .noUi-value {font-size:13px!important; }
  #new-dare-to-compare .progress-bar span { font-size:12px; }
}

@media(max-width:600px) {
  #new-dare-to-compare .col-50 { width:50%; }
  #new-dare-to-compare .btn { padding: 15px 30px; }
  #new-dare-to-compare .card .other-guys {font-size:22px;line-height:20px;}
  #new-dare-to-compare .card .other-guys small {font-size:14px;line-height:10px;}
  #new-dare-to-compare .card .box input,
  #new-dare-to-compare .card .row div { font-size:19px; }
  #new-dare-to-compare .card .row div span { font-size:13px; }
  #new-dare-to-compare .card .box input.slim { width:60px; }
}

@media(max-width:400px) {
  #new-dare-to-compare .card .other-guys {font-size:16px;line-height:20px;}
  #new-dare-to-compare .card .other-guys small {font-size:10px;line-height:10px;}
}

/* Services */
#services .container {max-width:1230px; margin: 0 auto; padding: 0 15px;}

#services .promo .wrapper { padding: 65px 0; text-align: center; }
#services .promo img {padding-bottom: 36px;}
#services .promo h1 {color: #fff; font-size: 35px; font-weight: 700; line-height: 35px; padding-bottom: 20px; text-align: center; }
#services .promo p {color: #fff; font-size: 20px; font-weight: 300; line-height: 35px; max-width: 1000px; margin: 0 auto; text-align: center;}

#services .return-policy .wrapper {padding: 50px 0 30px 0;}
#services .return-policy h2 {color: #0055a4; font-size: 35px; font-weight: 700; padding-bottom: 34px; text-align: center;}
#services .return-policy p {font-size: 18px; font-weight: 300; text-align: center; padding-bottom: 40px;}
#services .return-policy .satisfaction {display: flex; justify-content: space-evenly; align-content: center;}

#services .return-policy .policy-holder {text-align: center;}
#services .return-policy .policy-holder .img-holder {min-height: 130px; line-height: 130px; }
#services .return-policy .policy-holder img { vertical-align: middle; }
#services .return-policy .policy-holder p { padding-bottom: 0; position: relative; color: #222222; font-size: 23px; font-weight: 700; padding-top: 26px;}
#services .return-policy .col-333 {position: relative;}
#services .return-policy .dots-before::before {content: url('/wp-content/uploads/2019/10/dots.png');  position: absolute; bottom: 0; left: -40px; display: inline-block;}
#services .return-policy .dots-after::after {content: url('/wp-content/uploads/2019/10/dots.png'); position: absolute; bottom: 0; right: -40px; display: inline-block;}
@media(max-width: 1050px) {
  #services .return-policy .dots-before::before {transform: scale(.5);}
  #services .return-policy .dots-after::after {transform: scale(.5);}
  
}
@media(max-width: 960px) {
  #services .return-policy .col-333 {width: 100%;}
  #services .return-policy .policy-holder {margin: 20px 0;}
  #services .return-policy .dots-before::before {top: -10px; transform: scale(1); left: 50%; margin-left: -26px;}
  #services .return-policy .dots-after::after {bottom: -10px; transform: scale(1);right: 50%; margin-right: -26px; }
}

#services .return-car-info .wrapper {background-color: #f9f9f9; border-top: 1px solid #e1e1e1; padding: 60px 0 32px 0;}
#services .return-car-info h2 {color: #167abf; font-size: 25px; font-weight: 700; line-height: 35px; padding-bottom: 40px; text-align: center;}
#services .return-car-info ul { padding: 0; margin:0; }
#services .return-car-info ul li { color: #000; font-size: 18px; font-weight: 300; padding: 0 0 28px 30px; display: block; position: relative; }
#services .return-car-info ul li:before {
  content: "• ";
  position: absolute;
  left: 10px;
  font-size: 20px;
}
@media(max-width: 600px) {
  #services .return-car-info ul li { width:95%; margin-left:0; padding-left:5%; }
}

#services .more-questions .wrapper {background-color: #167abf; padding: 34px 0;}
#services .more-questions p {color: #fff; font-size: 20px; font-weight: 300; line-height: 35px; text-align: center;}
#services .more-questions p a {color: #fff;}
#services .more-questions p a:hover {text-decoration: none;}

#services .info-sections { margin-top:30px; }
#services .info-sections .section { padding:50px; background:#167abf; margin:3px 3px 0 3px; }
#services .info-sections .grid { display:flex; }
#services .info-sections .grid [class*="col-"] { float:none; display: flex;  }
#services .info-sections h2 { margin-bottom:20px; color:#fff;  }
#services .info-sections p { margin-bottom:10px; color:#fff; }
#services .info-sections p small { font-size:10px; }
@media(max-width: 900px) {
  #services .info-sections .grid,
  #services .info-sections .grid [class*="col-"] { display: block; width:auto; }
}

/*Careers*/
#careers .promo {padding: 113px 0; text-align: center; position: relative;top:-49px;}
#careers .promo::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#careers .promo h1 {color: #fff; font-size: 50px; font-weight: 700; z-index: 2; position: relative;text-shadow:1px 2px 8px #000;}

#careers .btn.top {position:relative;top:12.5em;z-index:9999;margin:0 auto;display:flex;width:200px;filter: drop-shadow(0px 0px 6px #000000);}
#careers .btn { cursor:pointer; transition:all 200ms; display:inline-block; padding:14px 18px; margin:5px; background: #0057B7 0% 0% no-repeat padding-box;border-radius: 5px;font-size: 16px; font-weight: bold; color:#fff; }
#careers .btn:hover {  background:#0071ff; }
#careers .btn i { margin:0 10px 0 0; }
#careers .container {max-width: 1230px; padding: 0 15px; margin: 0 auto; position: relative;}
#careers .career_container {max-width: 1230px;padding: 0 15px; margin: 0 auto;}
#careers .career_flex {display:flex;grid-gap:30px;justify-content:space-between;}

#careers .career_container .leftbox { width:50%; }
#careers .career_container .rightbox { width:50%;margin:0px 0 15px 0; }
#careers .career_container2 { font-size:22px;line-height:27px;font-weight:600;max-width: 1015px;padding:80px 15px 0px 15px; margin: 0 auto;display:flex;grid-gap:30px;justify-content:space-between;}
#careers .career_container2 .text { max-width:220px; }
#careers .banner .wrapper { padding: 8% 0 5% 0; position: relative;}
#careers .banner .wrapper::after { content: ""; position: absolute; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color:rgba(0,0,0,0.3);}
#careers .banner h1 {color: #fff; font-size: 46px; font-weight: 700; line-height: 46px; padding-bottom: 24px; text-align: center; position: relative; z-index: 1;}
#careers .banner a,
#careers .banner span { border-radius: 28px; display: block; font-size: 20px; height:56px; width: 56px; line-height:50px; margin: 0 auto; padding: 0; background-color: none; border:3px solid #fff; color: #fff; text-align: center; text-decoration: none; text-transform: uppercase; font-weight: bold; position: relative; z-index: 1; cursor:pointer;}
#careers .banner span .fas { margin-left:2px;}

#careers .why-work-with-us .wrapper {padding: 20px 0 56px 0; text-align:center;}
#careers .why-work-with-us h2 {color: #002855; font-size: 28px; padding-bottom: 36px; text-align: center;}
#careers .why-work-with-us p {font-size: 18px; line-height:30px; font-weight: 300; padding-bottom: 36px; text-align: left;}

#careers .future-managers .wrapper { background-color:#F4F4F4; background-size:cover; background-repeat:no-repeat; background-position:center center; }
#careers .future-managers .wrapper::before { background: rgba(0,0,0,.5); position:absolute; left:0; top:0; bottom:0; right:0; content:""; display:none; }
#careers .future-managers .container { display:flex;grid-gap:50px;position:relative; padding:80px 0px; max-width:1230px;text-align: center; }
#careers .future-managers .leftbox {margin-top:40px;width:50%;}
#careers .future-managers .rightbox {width:50%;}
#careers .future-managers h2 {color: #002855; font-size: 28px; line-height:35px; padding-bottom: 36px; text-align: center;}
#careers .future-managers p {color:#000;font-size: 18px; line-height:30px; font-weight: 300; padding-bottom: 36px; text-align: left;}
#careers .testimonials .hear-from .wrapper {background-color: #f4f4f4; padding: 58px 0 180px 0; }
#careers .testimonials .hear-from h2 {color: #002855; font-size: 28px; padding-bottom: 36px; text-align: center; }
#careers .testimonials .hear-from p {color: #000; font-size: 18px; font-weight: 300; line-height: 30px; max-width: 1100px; margin: 0 auto; text-align: left;}
#careers .testimonials .testimonials-text .wrapper { background:#f4f4f4; }
#careers .testimonials .testimonials-text .main { text-align:center; position: relative; top: -115px;}
#careers .testimonials .testimonials-text .testimonial-box {min-height:250px;margin:0 30px;background-color:#fff; border: 1px solid #CECECE;padding:15px 15px;max-width:550px;}
#careers .testimonials .testimonials-text .thumb-holder {display:flex;flex-direction:row;flex-wrap:nowrap;}
#careers .testimonials .testimonials-text .thumbtext {text-align:left;margin-left:20px;}
#careers .testimonials .testimonials-text .review-text { text-align:left;margin-top:20px;line-height:24px; }
#careers .testimonials .testimonials-text .thumbtext .name {color:#0057B7;font-weight:bold;font-size:21px;line-height:1.2em;margin-top:20px;margin-bottom:5px;}
#careers .testimonials .testimonials-text .fa-chevron-right {cursor:pointer;position: absolute; right: -25px; top: 105px; color: #575757; font-size: 45px;z-index:2;font-weight:300;}
#careers .testimonials .testimonials-text .fa-chevron-left {cursor:pointer;position: absolute; left: -25px; top: 105px; color: #575757; font-size: 45px;z-index:2;font-weight:300;}
#careers .testimonials .testimonials-text .testimonial-info { text-align:center;}
#careers .testimonials .testimonials-text .testimonial-info .name {color: #0055a4; font-size: 21px; font-weight: bold;}
#careers .testimonials .testimonials-text .testimonial-info .position-location {font-size: 15px; font-weight: 300; padding-bottom: 32px;}
#careers .testimonials .testimonials-text .testimonial-info .review-text {font-size: 23px; font-style: italic; line-height: 35px; max-width: 920px; margin: 0 auto; font-weight: 300; padding-bottom: 28px;}
#careers .testimonials .testimonials-text .meet-team-btn {border-radius: 5px; background-color: #2ca8fe; color: #fff; display: block; width: 192px; margin: 0 auto; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 15px; padding: 10px 0; margin-bottom: 0; font-weight: bold; }
#careers .testimonials .testimonials-text .meet-team-btn .fas {padding-right: 8px;}
#careers .testimonials a {margin-top:20px;}
#careers .testimonials .slick-list {padding:0 !important;}
/* #careers .testimonials .slick-slide {width: 150px !important;} */
#careers .testimonials .slider-test-nav img {width: 98px; height: 98px; border-radius: 100%;}
/* #careers .testimonials .slick-center {width: 280px !important; height: 280px;} */
#careers .testimonials .slick-current img {width: 98px; height: 98px; border-radius: 100%;}
#careers .testimonials .testimonials-text .slick-active {position: relative; top: 0px;}
#careers .testimonials .testimonials-text .slick-center {position: relative; top: 0 !important;}

@media(max-width: 1200px) {
  #careers .career_flex {flex-direction:column;grid-gap:0;}
  #careers .career_flex .leftbox {width:100%;padding:0 15px;}
  #careers .career_flex .rightbox {width:100%;padding:10px 15px 20px 15px;margin-top:0;}
  #careers .why-work-with-us p { padding-bottom:20px;}
  }
@media(max-width: 900px) {
  #careers .banner .wrapper {padding: 10% 0 5% 0;}
  #careers .career_container2 {padding:80px 15px 0 15px;}
  #careers .future-managers .container {flex-direction:column;}
  #careers .future-managers .leftbox {width:100%;padding:0 15px;}
  #careers .future-managers .rightbox {width:100%;padding:0 15px;}
  #careers .testimonials .testimonials-text .fa-chevron-right {right:-5px;}
  #careers .testimonials .testimonials-text .fa-chevron-left {left:-5px;}
}
@media (max-width:800px) {
  #careers .promo { padding: 60px 0 110px 0;}
  #careers .btn.top {top:9em;}
}
@media(max-width: 676px) {
  #careers .banner .wrapper h1 {font-size:30px; padding-bottom:10px;}
  #careers .testimonials .testimonials-text .main { top:-85px; }
  #careers .testimonials .slick-current img {width: 170px;margin:0 auto;}
  #careers .testimonials .testimonials-text .testimonial-info .position-location {padding-bottom: 5px;}
  #careers .testimonials .testimonials-text .testimonial-info .review-text {padding-bottom: 5px; font-size: 20px;}
  #careers .career_container2 {flex-direction:column;width:100%;}
	#careers .career_container2 .text {max-width:100%;}
  #careers .blog-posts .wrapper {padding:50px 0 0 0;}
	#careers .blog-posts .container .grid {flex-direction:column;}
	#careers .future-managers .container {padding:40px 0 80px 0;}
	#careers .community-commitment .gallery-caption {margin-bottom:30px;}
  #careers .testimonials .testimonials-text .fa-chevron-left {left:-8px;}
	#careers .testimonials .testimonials-text .fa-chevron-right {right:-8px;}
  #careers .testimonials .testimonials-text .thumb-holder {flex-direction:column;}
}
@media(max-width: 500px) {
  #careers .testimonials .hear-from .wrapper {padding-bottom: 160px;}
/*   #careers .testimonials .testimonials-text .main {top: 110px;} */
  #careers .testimonials .slick-current img {width: 150px;}
}

#careers .blog-posts .wrapper {background-color: #fff; padding: 56px 0;}
#careers .blog-posts .blogs {display:flex;grid-gap:60px;margin:0 auto;padding:0 30px;}
#careers .blog-posts article {max-width:600px;display:flex;flex-direction:column;background: #FFFFFF 0% 0% no-repeat padding-box;box-shadow: 0px 0px 6px #00000052;border-radius: 5px;}
#careers .blog-posts .post { margin-bottom:30px; }
#careers .blog-posts img { margin-bottom:15px;border-radius:5px 5px 0px 0; }
#careers .blog-posts h2 {color: #002855; font-size: 28px; font-weight:bold; text-align: center; padding-bottom: 26px;}
#careers .blog-posts h2.entry-title { padding:0 15px 15px 15px; display:block; font-size:20px; text-align:left; }
#careers .blog-posts a { text-decoration:none;  }
#careers .blog-posts p { padding:0 15px 15px 15px; }
#careers .blog-posts .time a:first-child {display:none;}
#careers .blog-posts .time {padding:0 15px 15px 15px;display:flex;justify-content:space-between;}
#careers .blog-posts .time a { font-size:14px; color:#4F4F4F; }
#careers .blog-posts i.fal.fa-clock {margin-right:4px;}
#careers .blog-posts .time a.view-article i {font-weight:500;}
#careers .blog-posts .time a.view-article {font-size:14px;color: #1457b7;font-weight:600;}

@media (max-width:700px) {
	#careers .blog-posts .blogs {flex-direction:column;grid-gap:0;padding:0 15px;}
}


#careers .forbes .wrapper {padding: 67px 0; background: #ffffff; border-top: 1px solid #e1e1e1;}
#careers .forbes .forbes-content-holder {display: flex; justify-content: space-evenly; align-items: center;}
#careers .forbes .forbes-content-holder .forbes-text {padding: 0 25px;}
#careers .forbes p {font-size: 18px; font-weight: 300; max-width: 700px; margin: 0 auto; text-align: left;}
@media(max-width: 676px) {
  #careers .forbes .forbes-content-holder {display: block;}
  #careers .forbes .forbes-content-holder img {margin: 0 auto; display: block; position: relative;}
  #careers .forbes .forbes-content-holder .forbes-text {padding-top: 15px;}
}

#careers .community-commitment .wrapper {background-color: #f9f9f9; padding: 56px 0; border-top: 1px solid #e1e1e1;}
#careers .community-commitment h2 {color: #002855; font-size: 28px; line-height:35px;font-weight: 700; text-align: center; padding-bottom: 26px;}
#careers .community-commitment p {max-width: 1090px; margin: 0 auto; text-align: center; font-size: 18px; line-height: 30px; padding-bottom: 55px; }
#careers .community-commitment .learn-more-btn {text-align: center; color: #167abf; font-size: 15px; font-weight: bold; display: block; width: 120px; margin: 0 auto; text-decoration: none; text-transform: uppercase; padding-bottom: 30px; }
#careers .community-commitment .learn-more-btn:hover {text-decoration: underline;}
#careers .community-commitment .gallery-caption {font-size:18px;font-style:italic;font-weight:300;line-height:22px;}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;
  -webkit-transform: translate(500%,0%);
  transform: translate(500%,0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.video-modal .overlay {
  z-index: 0;
  background: rgba(0,0,0,0.85); /* overlay color */
  opacity: 0.0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}
.video-modal-content {
	position: relative;
	top: 50px;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
  margin: 0 auto;
	overflow-y: visible;
	background: #000;
  width: calc(50% - 12em);
  height: 0;
  padding-top: calc((50% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
 @media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
	.video-modal-content {
		width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
	}
}

/* modal close button */
.close-video-modal {
	display: none;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}

/* show the modal: add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1.0;
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
}


/*Range Slider*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
  font-size:11px;
  padding-top:100%;
  padding-right:5px;
  text-align:center;
}
.noUi-touch-area span { display:block; margin-left:-3px; }
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 10px;
  padding-right: 15px;
  margin-bottom:13px;
  margin-top:3px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #157abe;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #FFF;
  cursor: default;
  
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  background: #157abe;
  left: 4px;
  top: 4px;
  border-radius:5px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*autocomplete-suggestion*/
.autocomplete-suggestions { z-index:99999999 !important; background:#fff; overflow:hidden; overflow-y:auto; }
.autocomplete-suggestions .autocomplete-suggestion { display:block; padding:5px 10px; cursor:pointer; }
.autocomplete-suggestions .autocomplete-suggestion:focus,
.autocomplete-suggestions .autocomplete-suggestion:hover { color:#09599e; }
.autocomplete-suggestions .autocomplete-no-suggestion { padding:0 0 5px 0; text-align:center; color:red; font-size:15px; }

/*inventory-lookup*/
#inventory-lookup { background:#f4f7fb; padding:60px 30px 100px 30px; text-align:center; }
#inventory-lookup h1 { margin-bottom:20px; color:#0057b7; font-size:28px; font-weight:700; }
#inventory-lookup p { margin-bottom:40px; color:#000; font-size:18px; font-weight:500; }
#inventory-lookup p a { text-decoration:underline; color:#20a6ff; white-space:nowrap;  }
#inventory-lookup .lookup-services { margin-bottom:100px; }
#inventory-lookup .lookup-services .btn { position:relative; transition:background 200ms; margin-bottom:15px; width:270px; padding:10px; background:#20A6FF; color:#fff; font-size: 17px; font-weight: 500; border-radius: 3px; min-height:45px; line-height: 25px; text-align: center; display:inline-block; cursor:pointer; }
#inventory-lookup .lookup-services .btn:hover { background:#47b6ff; opacity:1; }
#inventory-lookup .lookup-services .btn i { margin-right:5px; }
#inventory-lookup .lookup-services b { display:inline-block; width:100px; text-align:center; padding:5px 0; margin-bottom:15px; color:#000; font-size:18px; font-weight:bold; }
#inventory-lookup .lookup-services form { display:inline-block; width:270px; position:relative; text-align:left; }
#inventory-lookup .lookup-services form input { text-indent:20px; width:230px; text-align:left; padding:11px 0; font-size:17px; margin-bottom:15px; border-radius:3px; border:1px solid #d1d1d1; background:#f9f9f9; }
#inventory-lookup .lookup-services form .btn { padding:0; width:30px; color:#20a6ff; text-align:right; position:absolute; right:0; bottom:0; background:none; }
#inventory-lookup .lookup-services form .btn:hover { background:none; }
#inventory-lookup .lookup-services form .btn i { margin:0; font-size:30px; }
#inventory-lookup .lookup-services form .nolocationsfound { text-align:center; color:red; }
#inventory-lookup .lookup-services form .nolocationsfound a { display:inline-block; color:#20A6FF; text-decoration:underline; }
#inventory-lookup .lookup-services .nogeo { color:red; }
#inventory-lookup .lookup-services * {vertical-align:middle!important;}
#inventory-lookup .loadinglocations { padding:15px; font-weight:600; text-align:center; font-size:20px; color:#0154BC; border-radius:3px; }
#inventory-lookup .loadinglocations i { animation: pulse 1s infinite; margin:0 0 20px 0; }
@keyframes pulse {
  0% { color: #0154BC; }
  50% { color: #20A6FF; }
  100% { opacity: #0154BC; }  
}
@media(max-width: 800px) {
  #inventory-lookup h1 { font-size:24px; }
  #inventory-lookup p { font-size:16px; }
  #inventory-lookup .lookup-services { margin-bottom:60px; }
  #inventory-lookup .lookup-services b { display:block; width:auto; }
}
@media(max-width: 400px) {
  #inventory-lookup .lookup-services { margin-bottom:30px; }
  #inventory-lookup .lookup-services .btn,
  #inventory-lookup .lookup-services form { display:block; width:100%; }
  #inventory-lookup .lookup-services form input { width:calc(100% - 40px); }
}

/*-----------------------------------------------*/
#global-alert.alert-banner { background:#F7941D;text-align:center;padding:20px;color:#fff; }
#global-alert.alert-banner p { display:flex;width:80%;margin:0 auto;font-size:20px;line-height:25px;font-weight:600;justify-content:center;}
#global-alert.alert-banner span.text {display:flex;flex-direction:column;justify-content: center;}
#global-alert.alert-banner i {margin:10px 15px 10px 0;font-size:30px;}

#inventory-banner.alert-banner {background:#F7941D;text-align:center;padding:20px;color:#fff;}
#inventory-banner.alert-banner div.text {display:flex;width:80%;margin:0 auto;text-align:center;justify-content:center;font-size:20px;line-height:25px;font-weight:600;color:#fff;}
#inventory-banner.alert-banner div.text a[href^="tel:"] { color: #FFF;text-decoration: none; }
#inventory-banner.alert-banner i {margin:0px 15px 0px 0;font-size:30px;}
#inventory-banner.alert-banner div.text div {display:flex;justify-content:center;flex-direction:column;}

@media(max-width:800px){
  #global-alert.alert-banner p,
  #inventory-banner.alert-banner div.text { width:100%;flex-direction:column;font-size:16px;line-height:24px; }  
  #inventory-banner.alert-banner i { margin-right:0; }
  #inventory-banner.alert-banner i { margin:0 0 10px 0; }
 }

#coming-soon-banner {background:#0C54BC;text-align:center;padding:20px;}
#coming-soon-banner.alert-banner { background:#000; }
#coming-soon-banner p {color:#fff !important;}
#coming-soon-banner p a {color:#fff !important;}
#coming-soon-banner i {margin-right:15px;font-size:30px;color:#fff;}
#coming-soon-banner .cs-heading {font-size:30px;}
#coming-soon-banner .cs-sub-text {font-size:20px;margin-top:15px;}

@media(max-width:500px){
  #coming-soon-banner .cs-heading {font-size:25px;}
  #coming-soon-banner .cs-sub-text {font-size:16px;}
}

/*customer-profile*/
#customer-profile { background:#F4F7FB; min-height:70vh; }
#customer-profile .container { padding:40px; max-width:600px; margin:0 auto; }
#customer-profile .frame { margin:0 auto 50px auto; padding:30px; border-radius:10px; box-shadow:0px 2px 10px rgba(0,0,0,0.2); background:#fff; }
#customer-profile .frame > p:last-child,
#customer-profile .frame > .btn:last-child { margin-bottom:0; }
#customer-profile .btn { margin-bottom: 20px; width: 100%; padding: 10px; background: #0154BC; color: #fff; font-size: 17px; font-weight: 500; border-radius: 5px; min-height: 45px; line-height: 25px; text-align: center; display: block; cursor: pointer; }
#customer-profile .section { display:none; }
#customer-profile .section.show { display:block; }
#customer-profile h2 { color:#002855; margin-bottom:15px; }
#customer-profile h3 { color:#002855; margin-bottom:20px; }
#customer-profile ul,
#customer-profile p { margin-bottom:20px; font-size:16px; line-height:26px; color:#000000; }
#customer-profile p.empty-list { font-weight: 500; }
#customer-profile ul { margin-left:20px; }
#customer-profile li { margin-bottom:5px; }
#customer-profile p button { font-size:16px; line-height:26px; color:#20a6ff; text-decoration:underline; cursor:pointer; }
#customer-profile label { padding-bottom:5px; font-size: 13px; color:#999; display:block; font-weight:600; }
#customer-profile hr { margin-bottom:20px; border:none; border-top:1px solid #ddd; }

#customer-profile .signin { text-align: center; }
#customer-profile .signin i { margin:10px 0 20px 0; font-size:50px; color:#0057B7; }
#customer-profile .signin h2 { color:#002855; margin-bottom:20px; }
#customer-profile .signin p { font-weight:500; }

#customer-profile .menu { text-align:center; background:#fff; box-shadow:0px 5px 5px rgba(0,0,0,0.1); font-size:0; }
#customer-profile .menu .tab { cursor: pointer; max-width:260px; line-height:20px; display:inline-block; border-bottom:5px solid #fff; padding:20px 0 5px 0; width:50%; font-size:15px; font-weight:bold; color:#767676; text-align:center; text-transform: uppercase; }
#customer-profile .menu .tab.active { border-color:#0154BC; color:#0154BC; }

#customer-profile .breadcrumb { margin-bottom:20px; }
#customer-profile .breadcrumb a,
#customer-profile .breadcrumb span { font-size:20px; font-weight: 500; cursor:pointer; }
#customer-profile .breadcrumb i { margin:0 5px; }
#customer-profile .breadcrumb b { font-size:20px; color:#002855; }

#customer-profile .conversion { padding:30px; margin-bottom:20px; background:#fff; border:1px solid #DDDDDD; border-radius:2px; color:#002855; font-size:15px; line-height:18px; font-weight:500;}
#customer-profile .conversion h3 { margin-bottom:20px; color:#002855; font-size:18px; }
#customer-profile .conversion h3 i { margin-right:4px; }
#customer-profile .conversion p { margin-bottom:20px; color:#4E4E4E; font-size:16px; line-height:22px; }
#customer-profile .conversion a { color:#2DA8FF; font-size:15px; font-weight:bold; text-transform:uppercase; }

#customer-profile .activity .frame { padding:10px 30px; margin-bottom:60px; }
#customer-profile .activity .item { cursor: pointer; padding:20px 0; border-top:1px solid #ccc; font-size:20px; font-weight:600; color:#000000; position: relative; }
#customer-profile .activity .item:first-child { border:none; }
#customer-profile .activity .item small { display:block; color:#767676; font-size:12px; }
#customer-profile .activity .item i.fa-chevron-right { color:#1E5EA6; font-size:20px; height:24px; margin-top:-12px; position: absolute; right:0; top:50%; }

#customer-profile .application .frame { padding:30px; text-align:center; }
#customer-profile .application .frame ul { text-align:left; }
#customer-profile .application h3 { color:#0154BC; }
#customer-profile .application img { max-width:110px; }
#customer-profile .application p { font-weight:500; }

#customer-profile .application .btn.apply { background-color: #55C259; }

#customer-profile .section.account .frame span { color:#55c259; }

@media(max-width:500px) {
    #customer-profile .container { padding:40px 20px 20px 20px; }
    #customer-profile .frame { padding:20px; }
}

/*vehicles-list*/
.vehicles-list .vehicle { border-radius:6px; overflow:hidden; box-shadow:0px 0px 10px rgba(0,0,0,0.2); width:100%; margin-bottom:20px; position:relative; }
.vehicles-list .vehicle .img { width:100%; height:0; padding-top:60%; background:#f1f1f1; display:block; text-decoration:none; position:relative; overflow:hidden; }
.vehicles-list .vehicle .img img { width:100%; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); }
.vehicles-list .vehicle .img span { position:absolute; left:13px; bottom:13px; padding:4px 6px; background:#fff; border-radius:2px; color:#55C259; font-size:11px; display:inline-block; font-weight:700; text-transform:uppercase; }
.vehicles-list .vehicle .img span.soon { color:#fff; background:#c80919; }
.vehicles-list .vehicle .img span i { margin-right:3px; font-weight:300; }
.vehicles-list .vehicle .details { padding:20px 20px 10px 20px; background:#fff; border:1px solid #E5E5E5; border-top:none; border-radius:0 0 2px 2px; }
.vehicles-list .vehicle .details h2 { min-height:40px; margin-bottom:20px; color:#002855; font-size:18px; line-height:20px; font-weight:600; }
.vehicles-list .vehicle .details .info { margin-bottom:20px; color:#0060ac; font-size:15px; font-weight:500; }
.vehicles-list .vehicle .details .info .price { color:#59C35C; font-weight:500; font-size:15px; float:right; cursor:pointer; }
.vehicles-list .vehicle .details .info .price:hover { opacity:.8; }
.vehicles-list .vehicle .details .loc { margin-top:-15px; position:relative; display:block; text-decoration:none; padding:15px 0; color:#0060ac; font-size:13px; font-weight:500; }
.vehicles-list .vehicle .details .loc i { vertical-align:baseline; }
.vehicles-list .vehicle .heart-holder { z-index:1; position:absolute; right:22px; top:22px; background:rgba(255,255,255,0.5); border-radius:18px; width:36px; height:36px; line-height:36px; text-align:center; cursor: pointer;}
.vehicles-list .vehicle .heart-holder i { vertical-align: middle; font-size:20px; color:#0154BC; font-weight:300; }
.vehicles-list .vehicle .heart-holder.faved i { font-size:22px; color:#0154BC; font-weight:700; }
.vehicles-list .vehicle .sold-fade { opacity: 0.2; }
.vehicles-list .vehicle .sold { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; padding-top: 30%; }
.vehicles-list .vehicle .sold .sold-header { width: 70%; text-align: center; margin: auto; transform: translateY(-50%);}
.vehicles-list .vehicle .sold .sold-header h2 { margin: auto; font-size: 25px; line-height: 30px; }
.vehicles-list .vehicle .sold .sold-header a { text-decoration:underline; color:#026fe7; font-weight: 700; }
.vehicles-list .vehicle .sold .sold-header a i { margin-left: 5px; }
.vehicles-list .vehicle .trash-holder { z-index:1; position:absolute; right:12px; top:12px; background:rgba(255,255,255,0.5); border-radius:18px; width:36px; height:36px; line-height:36px; text-align:center; cursor: pointer; }
.vehicles-list .vehicle .trash-holder i { vertical-align: middle; font-size:20px; color:#cf2030; font-weight:300; }
.vehicles-list .frame h3 { color: #0154bc !important;} 


/* visual composer layout fix */

/* mobile button order tweak */

@media (max-width: 767px) {

  .find-a-car {
    order: 1 ; 
    width: 100% !important; 
  }

  .get-pre-qualified {
    order: -1;
  }


  .trade-your-car {
    order: -2; 
    width: 100% !important;
  }

  .schedule {
    order: 3; 
  }
}

/* front page hero button color tweak */

.trade-your-car {
  background: #20a6ff !important;
}

.schedule {
  background: #0154bc !important;
}

/* newsroom template exec name alignment tweak */
div.exec_info h3 {
    margin-left: 30px;
}

/* autocheck badge fix (single vehicle template - mobile) */

@media (max-width: 500px) { 
  div#autocheck-box { width: 300px !important; margin-top: 60px; }
}