
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim.css ---- */
/* Foundation v2.2 http://foundation.zurb.com */
/* Artfully Masterminded by ZURB */
/* -------------------------------------------------- 
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/
/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
html, body, div, span, 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;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
    font-size: 62.5%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #555;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
a {
    color: #2a85e8;
    text-decoration: none;
    line-height: inherit;
}

a:hover {
    color: #11639d;
}

a:focus {
    color: #cc4714;
    outline: none;
}

p a, p a:visited {
    line-height: inherit;
}

/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
ul, ol {
    margin-bottom: 18px;
}

ul {
    list-style: none outside;
}

li {
    margin-bottom: 12px;
}


/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.hide {
    display: none;
}

.highlight {
    background: #ff0;
}

/* Artfully Masterminded by ZURB */
/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-weight: bold;
    line-height: 1.25
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 46px;
    font-size: 4.6rem;
    margin-bottom: 12px;
}

h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 9px;
}

h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 9px;
}

h4 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 3px;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 3px;
}

h6 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}

.subheader {
    color: #777;
    font-weight: 300;
    margin-bottom: 24px;
}

p {
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 18px;
}

p img {
    margin: 0;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 12px 0 18px;
    height: 0;
}

/* Artfully Masterminded by ZURB */
/* --------------------------------------------------
	:: Grid
	
	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.
	
	-------------------------------------------------- */
.container {
    padding: 0 20px;
}

.row {
    width: 100%;
    max-width: 980px;
    min-width: 727px;
    margin: 0 auto;
}

/* To fix the grid into a certain size, set max-width to width */
.row .row {
    min-width: 0;
}

.column, .columns {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    position: relative;
}

.column:first-child, .columns:first-child {
    margin-left: 0;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

[class*="column"] + [class*="column"].end {
    float: left;
}

.row .one {
    width: 4.3%;
}

.row .two {
    width: 13%;
}

.row .three {
    width: 21.679%;
}

.row .four {
    width: 30.37%;
}

.row .five {
    width: 39.1%;
}

.row .six {
    width: 47.8%;
}

.row .seven {
    width: 56.5%;
}

.row .eight {
    width: 65.2%;
}

.row .nine {
    width: 73.9%;
}

.row .ten {
    width: 82.6%;
}

.row .eleven {
    width: 91.3%;
}

.row .twelve {
    width: 100%;
}

.row .centered {
    float: none;
    margin: 0 auto;
}

img, object, embed {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
    max-width: none!important;
}

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table;
}

.row:after, .clearfix:after, .cf:after {
    clear: both;
}

.row, .clearfix, .cf {
    zoom: 1; }

/*	--------------------------------------------------
	:: Block grids
	
	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones
	
	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */
.block-grid {
    display: block;
    overflow: hidden;
}

.block-grid>li {
    display: block;
    height: auto;
    float: left;
}

.block-grid.two-up {
    margin-left: -4%
}

.block-grid.two-up>li {
    margin-left: 4%;
    width: 46%;
}

/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
.block-grid.three-up {
    margin-left: -2%
}

.block-grid.three-up>li {
    margin-left: 2%;
    width: 31.3%;
}

/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
.block-grid.four-up {
    margin-left: -2%
}

.block-grid.four-up>li {
    margin-left: 2%;
    width: 23%;
}

/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
.block-grid.five-up {
    margin-left: -1.5%
}

.block-grid.five-up>li {
    margin-left: 1.5%;
    width: 18.5%;
}

/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Buttons
:: Alerts
:: Labels
:: Tabs
:: Pagination
:: Breadcrumbs
:: Lists
:: Panels
:: Nav
:: Video
:: Microformats
*/
/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */
.button {
    background: #00a6fc;
    display: inline-block;
    text-align: center;
    padding: 9px 34px 11px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0;
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
    -webkit-appearance: none;
}

/* Hide inner focus effect in Firefox */
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

.button.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button.round {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.button.full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.button.left-align {
    text-align: left;
    text-indent: 12px;
}

/* Sizes ---------- */
.tiny.button {
    font-size: 10px;
    padding: 6px 14px 8px;
    width: auto;
}

.small.button {
    font-size: 11px;
    padding: 8px 20px 10px;
    width: auto;
}

.medium.button {
    font-size: 13px;
    width: auto;
}

.large.button {
    font-size: 18px;
    padding: 11px 48px 13px;
    width: auto;
}

/* Hovers ---------- */
.button:hover, .button:focus {
    background-color: #0192dd;
    color: #fff;
}

/* Disabled ---------- */
.button.disabled, .button[disabled] {
    opacity: 0.6;
    cursor: default;
}

/* Correct FF button padding */
@-moz-document url-prefix(http://) {
    input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input[type=submit].tiny.button {
        padding: 5px 14px 7px;
    }

    input[type=submit].small.button {
        padding: 7px 20px 8px;
    }

    input[type=submit].medium.button {
        padding: 8px 34px 9px;
    }

    input[type=submit].large.button {
        padding: 9px 48px 10px;
    }
}

/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */
div.alert-box, #cmsMessage.info {
    display: block;
    padding: 6px 7px;
    font-weight: bold;
    font-size: 13px;
    background: #eee;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0 1px rgba(255,255,255,0.9);
    position: relative;
}

.alert-box.success, #cmsMessage.success {
    background-color: #7fae00;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
}

.alert-box.warning {
    background-color: #f68b01;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
}

.alert-box.error, #cmsMessage.error {
    background-color: #c00000;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
}

.alert-box a.close {
    color: #000;
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 18px;
    opacity: 0.2;
    padding: 4px;
}

.alert-box a.close:hover,.alert-box a.close:focus {
    opacity: 0.4;
}

/*    --------------------------------------------------
    Labels
    -------------------------------------------------- */
.label {
    padding: 0 4px 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline;
    position: relative;
    bottom: 1px;
    color: #fff;
    background: #00a6fc;
}

.label.radius {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.label.round {
    padding: 1px 7px 2px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/*
			
	NOTES
	
	Close button entity is &#215;
	
	Example markup
	
	<div id="myModal" class="reveal-modal">
		<h2>Awesome. I have it.</h2>
		<p class="lead">Your couch.  I it's mine.</p>
		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
		<a class="close-reveal-modal">&#215;</a>
	</div>
	
	*/
/* --------------------------------------------------
	:: Typography
	-------------------------------------------------- */
@media handheld, only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.3;
    }

    h2 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.3;
    }

    h3 {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.3;
    }

    h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
    }

    h5 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
    }

    h6 {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    body, p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
}

/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */
/* Mobile */
@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .container {
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row {
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .row .row .column, .row .row .columns {
        padding: 0;
    }

    .column, .columns {
        width: auto !important;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    .column:last-child, .columns:last-child {
        margin-right: 0;
        float: none;
    }

    [class*="column"] + [class*="column"]:last-child {
        float: none;
    }

    [class*="column"]:before, [class*="column"]:after {
        content: "";
        display: table;
    }

    [class*="column"]:after {
        clear: both;
    }
}

/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .block-grid.mobile {
        margin-left: 0;
    }

    .block-grid.mobile > li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}

/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/
.show-on-phones {
    display: none !important;
}

.show-on-tablets {
    display: none !important;
}

.show-on-desktops {
    display: block !important;
}

.hide-on-phones {
    display: block !important;
}

.hide-on-tablets {
    display: block !important;
}

.hide-on-desktops {
    display: none !important;
}

/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
    .touch .hide-on-phones {
        display: block !important;
    }

    .touch .hide-on-tablets {
        display: none !important;
    }

    .touch .hide-on-desktops {
        display: block !important;
    }

    .touch .show-on-phones {
        display: none !important;
    }

    .touch .show-on-tablets {
        display: block !important;
    }

    .touch .show-on-desktops {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .hide-on-phones {
        display: none !important;
    }

    .hide-on-tablets {
        display: block !important;
    }

    .hide-on-desktops {
        display: block !important;
    }

    .show-on-phones {
        display: block !important;
    }

    .show-on-tablets {
        display: none !important;
    }

    .show-on-desktops {
        display: none !important;
    }
}

/* Specific overrides for elements that require something other than display: block */
table.show-on-desktops {
    display: table !important;
}

table.hide-on-phones {
    display: table !important;
}

table.hide-on-tablets {
    display: table !important;
}

@media only screen and (max-width: 1280px) and (min-width: 768px) {
    .touch table.hide-on-phones {
        display: table !important;
    }

    .touch table.hide-on-desktops {
        display: table !important;
    }

    .touch table.show-on-tablets {
        display: table !important;
    }
}

@media only screen and (max-width: 767px) {
    table.hide-on-tablets {
        display: table !important;
    }

    table.hide-on-desktops {
        display: table !important;
    }

    table.show-on-phones {
        display: table !important;
    }
}

/* -------------------------------------------------- 
	:: Forms
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
    div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea, form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea {
        display: block;
        width: 100%;
        padding: 6px 2% 4px;
        font-size: 18px;
    }
}

/* -------------------------------------------------- 
	:: UI
---------------------------------------------------*/
/* Buttons */
@media only screen and (max-width: 767px) {
    .button {
        display: block;
    }

    button.button, input[type="submit"].button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }
}


/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-forms.css ---- */

/* 	Artfully masterminded by ZURB
	Make sure to include app.js / foundation.js if you are going to use inline label inputs
*/
/* -----------------------------------------
   Standard Forms
----------------------------------------- */
form {
    margin: 0 0 18px;
}

form label {
    display: block;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 9px;
}

input.input-text, textarea {
    border-right: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}

input.input-text, textarea, select {
    display: block;
    margin-bottom: 9px;
}

label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown {
    margin-top: -9px;
}

/* Text input and textarea font and padding */
input.input-text, textarea {
    font-size: 13px;
    padding: 4px 3px 2px;
    background: #fff;
}

input.input-text:focus, textarea:focus {
    outline: none !important;
}

input.input-text.oversize, textarea.oversize {
    font-size: 18px !important;
    padding: 4px 5px !important;
}

input.input-text:focus, textarea:focus {
    background: #f9f9f9;
}

/* Text input and textarea, disabled */
input.input-text[disabled], textarea[disabled] {
    background-color: #ddd;
}

/* Inlined Label Style */
input.placeholder, textarea.placeholder {
    color: #888;
}

/* Text input and textarea sizes */
input.input-text, textarea {
    width: 254px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input.small, textarea.small {
    width: 134px;
}

input.medium, textarea.medium {
    width: 254px;
}

input.large, textarea.large {
    width: 434px;
}

input.expand, textarea.expand {
    width: 100%;
}

/* Fieldsets */
form fieldset {
    padding: 9px 9px 2px 9px;
    border: solid 1px #ddd;
    margin: 18px 0;
}

/* Inlined Radio & Checkbox */
.form-field input[type=radio], div.form-field input[type=checkbox] {
    display: inline;
    width: auto;
    margin-bottom: 0;
}

/* Errors */
.form-field.error input, input.input-text.red {
    border-color: #C00000;
    background-color: rgba(255,0,0,0.15);
}

.form-field.error label, label.red {
    color: #C00000;
}

.form-field.error small, small.error {
    margin-top: -6px;
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    color: #C00000;
    width: 254px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.small + small.error {
    width: 134px;
}

.medium + small.error {
    width: 254px;
}

.large + small.error {
    width: 434px;
}

.expand + small.error {
    width: 100%;
}

.small.oversize + small.error {
    width: 144px;
}

.medium.oversize + small.error {
    width: 264px;
}

.large.oversize + small.error {
    width: 444px;
}

.expand.oversize + small.error {
    width: 100%;
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-misc.css ---- */
/*------------------------------------------
   MISC
-------------------------------------------*/
li.ui-menu-item {
    margin-bottom: 0;
    text-indent: 12px;
}

.formContainer textarea {
    overflow: hidden;
}

.formContainer .dds-cfs-form-dropdown {
    overflow: visible;
}

/* Types, Add more if need */
input[type="text"],input[type="email"],input[type="password"],textarea,input[type="text"] {
    border: 1px solid #bfbfbf;
    background: #fff;
    color: #231f20;
    font: normal 11px Arial,sans-serif;
    text-indent: 6px;
    padding: 4px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

dl, .form dl {
    margin-bottom: 18px;
}

dd, .form dd {
    margin-bottom: 12px;
}

ol li.header, .form ol li.header {
    margin-left: 0;
    list-style: none;
    display: block;
}

dt, .header, .form dt {
    font: bold 14px Arial,sans-serif;
    color: #231F20;
    margin-bottom: 12px;
}

#awp_videoForm textarea {
    margin-bottom: 9px;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    padding: 6px 0;
    background: #fff;
    border: solid 1px #999;
    position: absolute;
}

/*------------------------------------------
  Misc List
-------------------------------------------*/
.group ul {
    margin-bottom: 0;
}

li a.ui-corner-all {
    color: #000;
    text-decoration: none;
}

li.text-right {
    padding-top: 12px;
}

/* Fixes the issue with the hidden 'x' and other icons. Foundation was setting img max-width to 100% which doesn't work with Google's css */
.gm-style img {
    max-width: none;
}

#Div1 {
    display: none;
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-mobile.css ---- */
/* Mobile */
@media only screen and (max-width: 767px) {
    .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered {
        margin-left: 0 !important;
    }

    .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
        left: auto;
    }

    .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
        right: auto;
    }

    /* Mobile 4-column Grid */
    .row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child {
        margin-left: 0;
    }

    .row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child {
        float: right;
    }

    .row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four {
        margin-left: 4.4%;
        float: left;
        min-height: 1px;
        position: relative;
        padding: 0;
    }

    .row .phone-one {
        width: 21.68% !important;
    }

    .row .phone-two {
        width: 47.8% !important;
    }

    .row .phone-three {
        width: 73.9% !important;
    }

    .row .phone-four {
        width: 100% !important;
    }

    .row .push-one-phone {
        left: 26.08%;
    }

    .row .push-two-phone {
        left: 52.2%
    }

    .row .push-three-phone {
        left: 78.3%
    }

    .row .pull-one-phone {
        right: 26.08%
    }

    .row .pull-two-phone {
        right: 52.2%
    }

    .row .pull-three-phone {
        right: 78.3%;
    }
}
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-navbar.css ---- */

/*	--------------------------------------------------
   	Nav Bar with Dropdowns
	-------------------------------------------------- */
.nav-bar {
    height: 45px;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.nav-bar>li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border-right: 1px solid #ddd;
    line-height: 45px;
}

.nav-bar>li>a.main {
    position: relative;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
}

.nav-bar>li>input {
    margin: 0 16px;
}

.nav-bar>li ul {
    margin-bottom: 0;
}

.nav-bar>li li {
    line-height: 1.3;
}

.nav-bar>li.has-flyout>a.main {
    padding-right: 36px;
}

.nav-bar>li.has-flyout>a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
}

.nav-bar>li.has-flyout>a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2a85e8;
    display: block;
}

.flyout {
    background: #fff;
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
    position: absolute;
    top: 45px;
    left: -1px;
    width: 400px;
    z-index: 40;
}

.flyout.small {
    width: 200px;
}

.flyout.large {
    width: 600px;
}

.flyout.right {
    left: auto;
    right: 0;
}

.flyout p:last-child {
    margin-bottom: 0;
}

.nav-bar>li .flyout {
    display: none;
}

/*	--------------------------------------------------
   	Sub Navs
   	http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na
   	
	-------------------------------------------------- */
dl.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -4px 0 18px -9px;
    padding-top: 4px;
}

dl.sub-nav dt, dl.sub-nav dd {
    float: left;
    display: inline;
    margin-left: 9px;
    margin-bottom: 4px;
}

dl.sub-nav dt {
    color: #999;
    font-weight: normal;
}

dl.sub-nav dd a {
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

dl.sub-nav dd.active a {
    background: #00A6FC;
    color: #fff;
    padding: 3px 9px;
}


/* Nav Bar */
@media only screen and (max-width: 767px) {
    .nav-bar {
        height: auto;
    }

    .nav-bar>li {
        float: none;
        display: block;
        border-right: none;
    }

    .nav-bar>li>a.main {
        text-align: left;
        border-top: 1px solid #ddd;
        border-right: none;
    }

    .nav-bar>li:first-child>a.main {
        border-top: none;
    }

    .nav-bar>li.has-flyout>a.flyout-toggle {
        position: absolute;
        right: 0;
        top: 0;
        padding: 22px;
        z-index: 2;
        border-left: 1px dashed #eee;
        display: block;
    }

    .nav-bar>li.has-flyout>a.flyout-toggle span {
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #2a85e8;
        display: block;
    }

    .nav-bar>li.has-flyout>a.flyout-toggle:hover span {
        border-top-color: #141414;
    }

    .flyout {
        position: relative;
        width: auto;
        top: auto;
        margin-right: -2px;
        border-width: 1px 1px 0 1px;
    }

    .flyout.right {
        float: none;
        right: auto;
        left: -1px;
    }

    .flyout.small, .flyout.large {
        width: auto;
    }

    .flyout p:last-child {
        margin-bottom: 18px;
    }
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-theme-slim-base.css ---- */
/*-----------------------------------------------------------
Item Styles for both Content Editor and Items
*Any Item Style must go here and must be commented
---------------------------------------------------------- */
/*-----------------------------------------------------------
Header Tags - Overwrites Foundation
---------------------------------------------------------- 
h1,.h1, h2, .h2, h3, .h3, h4, .h4 {font-weight: bold;font-style: normal;color: #231F20;}
h5, .h5, h6, .h6 { font-weight: normal;font-style: italic;color: #231F20;}

h1, .h1 {font-size: 18px;}
h2, .h2 {font-size: 14px;}
h3, .h3 {font-size: 12px;}
h4, .h4 {font-size: 10px;}
h5, .h5 {font-size: 10px;}
h6, .h6 {font-size: 8px;}
    */
/*------------------------------------------------------------
Body and Links
------------------------------------------------------------*/
body {
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size: 11px;
    color: #231F20;
}

a {
    color: #069;
    cursor: pointer;
}

a:visited {
    color: #803F97;
    text-decoration: underline;
}

a:focus, a:hover {
    color: #666;
    text-decoration: none;
}

table {
    width: 100%;
}


/*------------------------------------------
   Form Setup
-------------------------------------------*/
form {
    font-size: 11px;
}

ul, dl, ol {
    font-size: 11px;
}

label {
    font: bold 11px Arial,sans-serif;
    color: #231F20;
    display: block;
    margin-bottom: 0;
}

input.form, input {
    font-size: 11px;
}

select {
    background: #fff;
    border: 1px solid #bfbfbf;
    font: normal 11px Arial,sans-serif;
    height: 24px;
    padding: 0 0 0 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.field-validation-error {
    color: #c1272d;
    display: block;
    font: bold 10px Arial;
    margin-top: 6px
}

/* Temporal Honey Pot */
.temporal {
    display: none;
}

.hpt-field {
    margin-left: -9999em;
    position: absolute;
}

.hpt-field2 {
    left: 50%;
    max-width: 1em;
    z-index: -9999;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */
}

.disabled-form-mask {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 40;
}

/*
    Search content
*/
#InvSearchBoxWrapper .invKeywordBtn span{
    background-image: none !important;
}
#InvSearchBoxWrapper .invKeywordBtn span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f002";
}
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-theme-slim-home-search.css ---- */

/*-------------------------------------------
 * Homepage Inventory Search
 -------------------------------------------*/
#InvSearchBoxHP h3.invSrchHeader {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

#InvSearchBoxHP ul#InvSearchBoxTypeBox {
    margin-bottom: 0;
}

#InvSearchBoxHP ul#InvSearchBoxTypeBox li {
    margin-bottom: 0;
}

#InvSearchBoxHP ul#InvSearchBoxTypeBox li label {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

#InvSearchBoxHP ul#InvSearchBoxTypeBox li input {
    margin-right: 4px;
    vertical-align: text-bottom;
}

#InvSearchBoxHP select {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    float: none;
}

#InvSearchBoxHP select option {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
    padding: 1px 0 1px 4px;
}

#InvSearchBoxHP select option:first-child {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}

#InvSearchBoxHP #InvSearchBoxSubmit li {
    border: 0 none;
    padding: 0;
    clear: none;
}

#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton {
    background: #54C755;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
    padding: 0 20px;
}

#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton:hover {
    background: #006699;
}

#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton a {
    color: #FFF;
}

#InvSearchBoxHP #InvSearchBoxSubmit span.SubmitSearchbutton span.invIcon {
    margin-left: 4px;
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-theme-slim-inputs-and-labels.css ---- */
/*------------------------------------------------------------
Input Colors & Alignment
------------------------------------------------------------*/
input {
    font: normal 11px Arial,sans-serif;
    color: #000;
}

input[type="text"], input[type="email"], textarea {
    border: solid 1px #BFBFBF;
    border-radius: 2px;
    background: #fff;
    padding: 4px 0;
}

input[type="text"]:focus, textarea:hover, input[type="email"]:hover {
    -webkit-box-shadow: 0 0 0px 2px #F7931E;
    box-shadow: 0 0 0px 2px #F7931E;
    outline: none;
}

/*------------------------------------------
   Input + inputs (Block Style)
-------------------------------------------*/
label + select, label + textarea, label + input[type=text], label + input[type=email], label + input[type=password] {
    margin-top: 0;
    background: #FFF;
}

label + input[type=checkbox] {
    margin-top: 0;
    background: #FFF;
}

label + select {
    margin-top: 2px;
}

input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 11px;
    margin-left: 3px;
}

input[type=checkbox], .input[type=radio] {
    margin: 0;
}

/*------------------------------------------
  Input + inputs (Inline)
-------------------------------------------*/
li.inline label, dd.inline label, .form li.inline label, .form dd.inline label {
    display: inline;
}

.inline label + select, .form.inline label + select {
    display: inline;
}

.inline label + textarea, .form.inline label + textarea {
    display: inline;
    vertical-align: top;
}

.inline li, .inline dd, .form.inline li, .form.inline dd {
    display: inline-block;
    margin-right: 12px;
}

.inline .not-inline, .inline .header, .form.inline .not-inline, .form.inline .header {
    display: block;
}

.form .left {
    margin-right: 12px;
}

li ul.inline li, .form li ul.inline li {
    display: inline;
    margin-right: 12px;
}

li ul.inline, li.not-inline, .form li ul.inline, .form li.not-inline {
    display: block;
}

input[type="text"]:focus,input[type="text"]:hover, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    -webkit-box-shadow: 0px 0px 0px 2px #F7931E;
    -moz-box-shadow: 0px 0px 0px 2px #F7931E;
    box-shadow: 0px 0px 0px 2px #F7931E;
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-theme-slim-width-and-padding.css ---- */
/*------------------------------------------
   Widths & Padding & Positioning
-------------------------------------------*/
/* Percentage*/
.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w100 {
    width: 100%;
}

/*Pixels*/
.w50px {
    width: 50px;
}

.w75px {
    width: 75px;
}

.w85px {
    width: 85px;
}

.w100px {
    width: 100px;
}

.w150px {
    width: 150px;
}

.w200px {
    width: 200px;
}

.w250px {
    width: 250px;
}

.w300px {
    width: 300px;
}

.w314px {
    width: 314px;
}

.w350px {
    width: 350px;
}

.w400px {
    width: 400px;
}

select.w250px {
    width: 265px;
}

/* Select Box Compensation */
/* Padding */
.p12 {
    padding: 12px;
}

.m12 {
    margin: 12px;
}

.addOption {
    cursor: pointer
}

.mBotNone {
    margin-bottom: 0;
}

/* Positioning */
.top {
    vertical-align: top;
}

.vMiddle {
    vertical-align: middle;
}

/* Overriding default reveal modal z-index to be higher than other elements on the page */
.reveal-modal-bg {
    z-index: 10001;
}

.reveal-modal {
    z-index: 10002;
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/css/font-awesome.TRIMMED.min.css ---- */
/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */ .fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}
.fa-xs {
  font-size: .75em
}
.fa-sm {
  font-size: .875em
}
.fa-1x {
  font-size: 1em
}
.fa-2x {
  font-size: 2em
}
.fa-3x {
  font-size: 3em
}
.fa-4x {
  font-size: 4em
}
.fa-5x {
  font-size: 5em
}
.fa-6x {
  font-size: 6em
}
.fa-7x {
  font-size: 7em
}
.fa-8x {
  font-size: 8em
}
.fa-9x {
  font-size: 9em
}
.fa-10x {
  font-size: 10em
}
.fa-fw {
  text-align: center;
  width: 1.25em
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}
.fa-ul > li {
  position: relative
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}
.fa-pull-left {
  float: left
}
.fa-pull-right {
  float: right
}
.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em
}
.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em
}
.fa-spin {
  animation: fa-spin 2s infinite linear
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}
@keyframes fa-spin {
  0% {
    transform: rotate(0)
  }
  to {
    transform: rotate(1turn)
  }
}
.fa-rotate-90 {
  transform: rotate(90deg)
}
.fa-rotate-180 {
  transform: rotate(180deg)
}
.fa-rotate-270 {
  transform: rotate(270deg)
}
.fa-flip-horizontal {
  transform: scaleX(-1)
}
.fa-flip-vertical {
  transform: scaleY(-1)
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}
:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}
.fa-stack-1x {
  line-height: inherit
}
.fa-stack-2x {
  font-size: 2em
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358"
}
.fa-arrow-alt-circle-left:before {
  content: "\f359"
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}
.fa-arrow-circle-down:before {
  content: "\f0ab"
}
.fa-arrow-circle-left:before {
  content: "\f0a8"
}
.fa-arrow-circle-right:before {
  content: "\f0a9"
}
.fa-arrow-circle-up:before {
  content: "\f0aa"
}
.fa-arrow-down:before {
  content: "\f063"
}
.fa-arrow-left:before {
  content: "\f060"
}
.fa-arrow-right:before {
  content: "\f061"
}
.fa-arrow-up:before {
  content: "\f062"
}
.fa-arrows-alt:before {
  content: "\f0b2"
}
.fa-arrows-alt-h:before {
  content: "\f337"
}
.fa-arrows-alt-v:before {
  content: "\f338"
}
.fa-asterisk:before {
  content: "\f069"
}
.fa-award:before {
  content: "\f559"; }


.fa-bars:before {
  content: "\f0c9"
}
.fa-battery-empty:before {
  content: "\f244"
}
.fa-battery-full:before {
  content: "\f240"
}
.fa-battery-half:before {
  content: "\f242"
}
.fa-battery-quarter:before {
  content: "\f243"
}
.fa-battery-three-quarters:before {
  content: "\f241"
}
.fa-bell:before {
  content: "\f0f3"
}
.fa-bell-slash:before {
  content: "\f1f6"
}
.fa-blog:before {
  content: "\f781"
}
.fa-blogger:before {
  content: "\f37c"
}
.fa-blogger-b:before {
  content: "\f37d"


}
.fa-bluetooth:before {
  content: "\f293"
}
.fa-bluetooth-b:before {
  content: "\f294"
}
.fa-bold:before {
  content: "\f032"
}
.fa-bolt:before {
  content: "\f0e7"
}
.fa-bomb:before {
  content: "\f1e2"
}
.fa-bone:before {
  content: "\f5d7"
}
.fa-book:before {
  content: "\f02d"
}
.fa-book-open:before {
  content: "\f518"
}
.fa-bookmark:before {
  content: "\f02e"
}
.fa-box:before {
  content: "\f466"
}
.fa-box-open:before {
  content: "\f49e"
}
.fa-boxes:before {
  content: "\f468"
}
.fa-briefcase:before {
  content: "\f0b1"
}
.fa-broadcast-tower:before {
  content: "\f519"
}
.fa-building:before {
  content: "\f1ad"
}
.fa-bullhorn:before {
  content: "\f0a1"
}
.fa-bullseye:before {
  content: "\f140"
}
.fa-burn:before {
  content: "\f46a"
}
.fa-bus:before {
  content: "\f207"
}
.fa-bus-alt:before {
  content: "\f55e"
}
.fa-business-time:before {
  content: "\f64a"
}
.fa-calculator:before {
  content: "\f1ec"
}
.fa-calendar:before {
  content: "\f133"
}
.fa-calendar-alt:before {
  content: "\f073"
}
.fa-calendar-check:before {
  content: "\f274"
}
.fa-calendar-day:before {
  content: "\f783"
}
.fa-calendar-minus:before {
  content: "\f272"
}
.fa-calendar-plus:before {
  content: "\f271"
}
.fa-calendar-times:before {
  content: "\f273"
}
.fa-calendar-week:before {
  content: "\f784"
}
.fa-camera:before {
  content: "\f030"
}
.fa-camera-retro:before {
  content: "\f083"
}
.fa-car:before {
  content: "\f1b9"
}
.fa-car-alt:before {
  content: "\f5de"
}
.fa-car-battery:before {
  content: "\f5df"
}
.fa-car-crash:before {
  content: "\f5e1"
}
.fa-car-side:before {
  content: "\f5e4"
}
.fa-caret-down:before {
  content: "\f0d7"
}
.fa-caret-left:before {
  content: "\f0d9"
}
.fa-caret-right:before {
  content: "\f0da"
}
.fa-caret-square-down:before {
  content: "\f150"
}
.fa-caret-square-left:before {
  content: "\f191"
}
.fa-caret-square-right:before {
  content: "\f152"
}
.fa-caret-square-up:before {
  content: "\f151"
}
.fa-caret-up:before {
  content: "\f0d8"
}
.fa-cash-register:before {
  content: "\f788"
}
.fa-cat:before {
  content: "\f6be"
}
.fa-certificate:before {
  content: "\f0a3"
}
.fa-chair:before {
  content: "\f6c0"
}
.fa-chalkboard:before {
  content: "\f51b"
}
.fa-chalkboard-teacher:before {
  content: "\f51c"
}
.fa-charging-station:before {
  content: "\f5e7"
}
.fa-chart-area:before {
  content: "\f1fe"
}
.fa-chart-bar:before {
  content: "\f080"
}
.fa-chart-line:before {
  content: "\f201"
}
.fa-chart-pie:before {
  content: "\f200"
}
.fa-check:before {
  content: "\f00c"
}
.fa-check-circle:before {
  content: "\f058"
}
.fa-check-double:before {
  content: "\f560"
}
.fa-check-square:before {
  content: "\f14a"
}
.fa-chevron-circle-down:before {
  content: "\f13a"
}
.fa-chevron-circle-left:before {
  content: "\f137"
}
.fa-chevron-circle-right:before {
  content: "\f138"
}
.fa-chevron-circle-up:before {
  content: "\f139"
}
.fa-chevron-down:before {
  content: "\f078"
}
.fa-chevron-left:before {
  content: "\f053"
}
.fa-chevron-right:before {
  content: "\f054"
}
.fa-chevron-up:before {
  content: "\f077"
}
.fa-church:before {
  content: "\f51d"
}
.fa-circle:before {
  content: "\f111"
}
.fa-circle-notch:before {
  content: "\f1ce"
}
.fa-city:before {
  content: "\f64f"
}
.fa-clipboard:before {
  content: "\f328"
}
.fa-clipboard-check:before {
  content: "\f46c"
}
.fa-clipboard-list:before {
  content: "\f46d"
}
.fa-clock:before {
  content: "\f017"
}
.fa-clone:before {
  content: "\f24d"
}
.fa-closed-captioning:before {
  content: "\f20a"
}
.fa-cloud:before {
  content: "\f0c2"
}
.fa-cloud-download-alt:before {
  content: "\f381"
}
.fa-cog:before {
  content: "\f013"
}
.fa-cogs:before {
  content: "\f085"
}
.fa-coins:before {
  content: "\f51e"
}
.fa-columns:before {
  content: "\f0db"
}
.fa-comment:before {
  content: "\f075"
}
.fa-comment-alt:before {
  content: "\f27a"
}
.fa-comment-dollar:before {
  content: "\f651"
}
.fa-comment-dots:before {
  content: "\f4ad"
}
.fa-comment-medical:before {
  content: "\f7f5"
}
.fa-comment-slash:before {
  content: "\f4b3"
}
.fa-comments:before {
  content: "\f086"
}
.fa-comments-dollar:before {
  content: "\f653"
}
.fa-compact-disc:before {
  content: "\f51f"
}
.fa-compass:before {
  content: "\f14e"
}
.fa-compress:before {
  content: "\f066"
}
.fa-compress-arrows-alt:before {
  content: "\f78c"
}
.fa-concierge-bell:before {
  content: "\f562"
}
.fa-copy:before {
  content: "\f0c5"
}
.fa-copyright:before {
  content: "\f1f9"
}
.fa-credit-card:before {
  content: "\f09d"
}
.fa-cut:before {
  content: "\f0c4"
}
.fa-directions:before {
  content: "\f5eb"
}
.fa-divide:before {
  content: "\f529"
}
.fa-dna:before {
  content: "\f471"
}
.fa-dog:before {
  content: "\f6d3"
}
.fa-dollar-sign:before {
  content: "\f155"
}
.fa-donate:before {
  content: "\f4b9"
}
.fa-dot-circle:before {
  content: "\f192"
}
.fa-download:before {
  content: "\f019"
}
.fa-envelope:before {
  content: "\f0e0"
}
.fa-envelope-open:before {
  content: "\f2b6"
}
.fa-envelope-open-text:before {
  content: "\f658"
}
.fa-envelope-square:before {
  content: "\f199"
}
.fa-equals:before {
  content: "\f52c"
}
.fa-exchange-alt:before {
  content: "\f362"
}
.fa-exclamation:before {
  content: "\f12a"
}
.fa-exclamation-circle:before {
  content: "\f06a"
}
.fa-exclamation-triangle:before {
  content: "\f071"
}
.fa-expand:before {
  content: "\f065"
}
.fa-expand-arrows-alt:before {
  content: "\f31e"
}
.fa-eye:before {
  content: "\f06e"
}
.fa-eye-dropper:before {
  content: "\f1fb"
}
.fa-eye-slash:before {
  content: "\f070"
}
.fa-facebook:before {
  content: "\f09a"
}
.fa-facebook-f:before {
  content: "\f39e"
}
.fa-facebook-messenger:before {
  content: "\f39f"
}
.fa-facebook-square:before {
  content: "\f082"
}
.fa-fax:before {
  content: "\f1ac"
}
.fa-female:before {
  content: "\f182"
}
.fa-folder-open:before {
  content: "\f07c"
}
.fa-file-signature:before {
  content: "\f573"
}
.fa-filter:before {
  content: "\f0b0"
}
.fa-fingerprint:before {
  content: "\f577"
}
.fa-fire:before {
  content: "\f06d"
}
.fa-fire-alt:before {
  content: "\f7e4"
}
.fa-fire-extinguisher:before {
  content: "\f134"
}
.fa-first-aid:before {
  content: "\f479"
}
.fa-fist-raised:before {
  content: "\f6de"
}
.fa-flag:before {
  content: "\f024"
}
.fa-flag-checkered:before {
  content: "\f11e"
}
.fa-flag-usa:before {
  content: "\f74d"
}
.fa-flask:before {
  content: "\f0c3"
}
.fa-gas-pump:before {
  content: "\f52f"
}
.fa-gift:before {
  content: "\f06b"
}
.fa-gifts:before {
  content: "\f79c"
}
.fa-glasses:before {
  content: "\f530"
}
.fa-globe:before {
  content: "\f0ac"
}
.fa-globe-americas:before {
  content: "\f57d"
}
.fa-google:before {
  content: "\f1a0"
}
.fa-google-play:before {
  content: "\f3ab"
}
.fa-google-plus:before {
  content: "\f2b3"
}
.fa-google-plus-g:before {
  content: "\f0d5"
}
.fa-google-plus-square:before {
  content: "\f0d4"
}
.fa-graduation-cap:before {
  content: "\f19d"
}
.fa-greater-than:before {
  content: "\f531"
}
.fa-greater-than-equal:before {
  content: "\f532"
}
.fa-grin:before {
  content: "\f580"
}
.fa-grin-alt:before {
  content: "\f581"
}
.fa-grin-beam:before {
  content: "\f582"
}
.fa-grin-beam-sweat:before {
  content: "\f583"
}
.fa-grin-hearts:before {
  content: "\f584"
}
.fa-grin-squint:before {
  content: "\f585"
}
.fa-grin-squint-tears:before {
  content: "\f586"
}
.fa-grin-stars:before {
  content: "\f587"
}
.fa-grin-tears:before {
  content: "\f588"
}
.fa-grin-tongue:before {
  content: "\f589"
}
.fa-grin-tongue-squint:before {
  content: "\f58a"
}
.fa-grin-tongue-wink:before {
  content: "\f58b"
}
.fa-grin-wink:before {
  content: "\f58c"
}
.fa-grip-horizontal:before {
  content: "\f58d"

}
.fa-hammer:before {
  content: "\f6e3"
}
.fa-hand-holding:before {
  content: "\f4bd"
}
.fa-hand-holding-heart:before {
  content: "\f4be"
}
.fa-hand-holding-usd:before {
  content: "\f4c0"
}
.fa-hand-paper:before {
  content: "\f256"
}
.fa-hand-peace:before {
  content: "\f25b"
}
.fa-hand-point-down:before {
  content: "\f0a7"
}
.fa-hand-point-left:before {
  content: "\f0a5"
}
.fa-hand-point-right:before {
  content: "\f0a4"
}
.fa-hand-point-up:before {
  content: "\f0a6"
}
.fa-hand-pointer:before {
  content: "\f25a"
}
.fa-hand-rock:before {
  content: "\f255"
}
.fa-hand-scissors:before {
  content: "\f257"
}
.fa-hand-spock:before {
  content: "\f259"
}
.fa-hands:before {
  content: "\f4c2"
}
.fa-hands-helping:before {
  content: "\f4c4"
}
.fa-handshake:before {
  content: "\f2b5"
}
.fa-hard-hat:before {
  content: "\f807"
}
.fa-hashtag:before {
  content: "\f292"
}
.fa-hat-wizard:before {
  content: "\f6e8"
}
.fa-headphones:before {
  content: "\f025"
}
.fa-headphones-alt:before {
  content: "\f58f"
}
.fa-headset:before {
  content: "\f590"
}
.fa-heart:before {
  content: "\f004"
}
.fa-heart-broken:before {
  content: "\f7a9"
}
.fa-heartbeat:before {
  content: "\f21e"
}
.fa-helicopter:before {
  content: "\f533"
}
.fa-home:before {
  content: "\f015"
}
.fa-i-cursor:before {
  content: "\f246"
}
.fa-infinity:before {
  content: "\f534"
}
.fa-info:before {
  content: "\f129"
}
.fa-info-circle:before {
  content: "\f05a"
}
.fa-instagram:before {
  content: "\f16d"
}
.fa-key:before {
  content: "\f084"
}
.fa-keyboard:before {
  content: "\f11c"
}
.fa-laugh:before {
  content: "\f599"
}
.fa-laugh-beam:before {
  content: "\f59a"
}
.fa-laugh-squint:before {
  content: "\f59b"
}
.fa-laugh-wink:before {
  content: "\f59c"
}
.fa-less:before {
  content: "\f41d"
}
.fa-less-than:before {
  content: "\f536"
}
.fa-less-than-equal:before {
  content: "\f537"
}
.fa-level-down-alt:before {
  content: "\f3be"
}
.fa-level-up-alt:before {
  content: "\f3bf"
}
.fa-lightbulb:before {
  content: "\f0eb"
}
.fa-line:before {
  content: "\f3c0"
}
.fa-link:before {
  content: "\f0c1"
}
.fa-linkedin:before {
  content: "\f08c"
}
.fa-linkedin-in:before {
  content: "\f0e1"
}
.fa-list:before {
  content: "\f03a"
}
.fa-list-alt:before {
  content: "\f022"
}
.fa-list-ol:before {
  content: "\f0cb"
}
.fa-list-ul:before {
  content: "\f0ca"
}
.fa-location-arrow:before {
  content: "\f124"
}
.fa-lock:before {
  content: "\f023"
}
.fa-lock-open:before {
  content: "\f3c1"
}
.fa-long-arrow-alt-down:before {
  content: "\f309"
}
.fa-long-arrow-alt-left:before {
  content: "\f30a"
}
.fa-long-arrow-alt-right:before {
  content: "\f30b"
}
.fa-long-arrow-alt-up:before {
  content: "\f30c"
}
.fa-map:before {
  content: "\f279"
}
.fa-map-marked:before {
  content: "\f59f"
}
.fa-map-marked-alt:before {
  content: "\f5a0"
}
.fa-map-marker:before {
  content: "\f041"
}
.fa-map-marker-alt:before {
  content: "\f3c5"
}
.fa-map-pin:before {
  content: "\f276"
}
.fa-map-signs:before {
  content: "\f277"
}
. .fa-mobile:before {
  content: "\f10b"
}
.fa-mobile-alt:before {
  content: "\f3cd"
}
.fa-money-bill:before {
  content: "\f0d6"
}
.fa-money-bill-alt:before {
  content: "\f3d1"
}
.fa-money-bill-wave:before {
  content: "\f53a"
}
.fa-money-bill-wave-alt:before {
  content: "\f53b"
}
.fa-money-check:before {
  content: "\f53c"
}
.fa-money-check-alt:before {
  content: "\f53d"
}
.fa-motorcycle:before {
  content: "\f21c"
}
.fa-mouse-pointer:before {
  content: "\f245"
}
.fa-newspaper:before {
  content: "\f1ea"
}
.fa-not-equal:before {
  content: "\f53e"
}
.fa-oil-can:before {
  content: "\f613"
}
.fa-pause:before {
  content: "\f04c"
}
.fa-pause-circle:before {
  content: "\f28b"
}
.fa-paw:before {
  content: "\f1b0"
}
.fa-paypal:before {
  content: "\f1ed"
}
.fa-peace:before {
  content: "\f67c"
}
.fa-percent:before {
  content: "\f295"
}
.fa-percentage:before {
  content: "\f541"
}
.fa-phone:before {
  content: "\f095"
}
.fa-phone-slash:before {
  content: "\f3dd"
}
.fa-phone-square:before {
  content: "\f098"
}
.fa-phone-volume:before {
  content: "\f2a0"
}
.fa-piggy-bank:before {
  content: "\f4d3"
}
.fa-pinterest:before {
  content: "\f0d2"
}
.fa-pinterest-p:before {
  content: "\f231"
}
.fa-pinterest-square:before {
  content: "\f0d3"
}
.fa-play:before {
  content: "\f04b"
}
.fa-play-circle:before {
  content: "\f144"
}
.fa-plug:before {
  content: "\f1e6"
}
.fa-plus:before {
  content: "\f067"
}
.fa-plus-circle:before {
  content: "\f055"
}
.fa-plus-square:before {
  content: "\f0fe"
}
.fa-poll:before {
  content: "\f681"
}
.fa-poll-h:before {
  content: "\f682"
}
.fa-pound-sign:before {
  content: "\f154"
}
.fa-power-off:before {
  content: "\f011"
}
.fa-print:before {
  content: "\f02f"
}
.fa-question:before {
  content: "\f128"
}
.fa-question-circle:before {
  content: "\f059"
}
.fa-quote-left:before {
  content: "\f10d"
}
.fa-quote-right:before {
  content: "\f10e"
}
.fa-recycle:before {
  content: "\f1b8"
}
.fa-road:before {
  content: "\f018"
}
.fa-search:before {
  content: "\f002"
}
.fa-search-dollar:before {
  content: "\f688"
}
.fa-search-location:before {
  content: "\f689"
}
.fa-search-minus:before {
  content: "\f010"
}
.fa-search-plus:before {
  content: "\f00e"
}
.fa-shoe-prints:before {
  content: "\f54b"
}
.fa-shipping-fast:before{content:"\f48b"}
.fa-signature:before {
  content: "\f5b7"
}
.fa-sitemap:before {
  content: "\f0e8"
}
.fa-smile:before {
  content: "\f118"
}
.fa-smile-beam:before {
  content: "\f5b8"
}
.fa-smile-wink:before {
  content: "\f4da"
}
.fa-sms:before {
  content: "\f7cd"
}
.fa-snapchat:before {
  content: "\f2ab"
}
.fa-snapchat-ghost:before {
  content: "\f2ac"
}
.fa-snapchat-square:before {
  content: "\f2ad"
}
.fa-snowflake:before {
  content: "\f2dc"
}
.fa-stamp:before {
  content: "\f5bf"
}
.fa-star:before {
  content: "\f005"
}
.fa-star-and-crescent:before {
  content: "\f699"
}
.fa-star-half:before {
  content: "\f089"
}
.fa-star-half-alt:before {
  content: "\f5c0"
}
.fa-stop:before {
  content: "\f04d"
}
.fa-stop-circle:before {
  content: "\f28d"
}
.fa-stopwatch:before {
  content: "\f2f2"
}
.fa-store:before {
  content: "\f54e"
}
.fa-store-alt:before {
  content: "\f54f"
}
.fa-sun:before {
  content: "\f185"
}
.fa-surprise:before {
  content: "\f5c2"
}
.fa-tachometer-alt:before {
  content: "\f3fd"
}
.fa-tag:before {
  content: "\f02b"
}
.fa-tags:before {
  content: "\f02c"
}
.fa-temperature-high:before {
  content: "\f769"
}
.fa-temperature-low:before {
  content: "\f76b"
}
.fa-thermometer:before {
  content: "\f491"
}
.fa-thermometer-empty:before {
  content: "\f2cb"
}
.fa-thermometer-full:before {
  content: "\f2c7"
}
.fa-thermometer-half:before {
  content: "\f2c9"
}
.fa-thermometer-quarter:before {
  content: "\f2ca"
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}
.fa-thumbs-down:before {
  content: "\f165"
}
.fa-thumbs-up:before {
  content: "\f164"
}
.fa-thumbtack:before {
  content: "\f08d"
}
.fa-ticket-alt:before {
  content: "\f3ff"
}
.fa-times:before {
  content: "\f00d"
}
.fa-times-circle:before {
  content: "\f057"
}
.fa-toolbox:before {
  content: "\f552"
}
.fa-tools:before {
  content: "\f7d9"
}
.fa-trademark:before {
  content: "\f25c"
}
.fa-traffic-light:before {
  content: "\f637"
}
.fa-train:before {
  content: "\f238"
}
.fa-trash:before {
  content: "\f1f8"
}
.fa-trash-alt:before {
  content: "\f2ed"
}
.fa-trash-restore:before {
  content: "\f829"
}
.fa-trash-restore-alt:before {
  content: "\f82a"
}
.fa-tree:before {
  content: "\f1bb"
}
.fa-trophy:before {
  content: "\f091"
}
.fa-truck:before {
  content: "\f0d1"
}
.fa-truck-loading:before {
  content: "\f4de"
}
.fa-truck-monster:before {
  content: "\f63b"
}
.fa-truck-moving:before {
  content: "\f4df"
}
.fa-truck-pickup:before {
  content: "\f63c"
}
.fa-tv:before {
  content: "\f26c"
}
.fa-twitter:before {
  content: "\f099"
}
.fa-twitter-square:before {
  content: "\f081"
}
.fa-umbrella:before {
  content: "\f0e9"
}
.fa-umbrella-beach:before {
  content: "\f5ca"
}
.fa-underline:before {
  content: "\f0cd"
}
.fa-undo:before {
  content: "\f0e2"
}
.fa-university:before {
  content: "\f19c"
}
.fa-user:before {
  content: "\f007"
}
.fa-user-alt:before {
  content: "\f406"
}
.fa-user-alt-slash:before {
  content: "\f4fa"
}
.fa-user-astronaut:before {
  content: "\f4fb"
}
.fa-user-check:before {
  content: "\f4fc"
}
.fa-user-circle:before {
  content: "\f2bd"
}
.fa-user-clock:before {
  content: "\f4fd"
}
.fa-user-cog:before {
  content: "\f4fe"
}
.fa-user-edit:before {
  content: "\f4ff"
}
.fa-user-friends:before {
  content: "\f500"
}
.fa-user-graduate:before {
  content: "\f501"
}
.fa-user-injured:before {
  content: "\f728"
}
.fa-user-lock:before {
  content: "\f502"
}
.fa-user-md:before {
  content: "\f0f0"
}
.fa-user-minus:before {
  content: "\f503"
}
.fa-user-ninja:before {
  content: "\f504"
}
.fa-user-nurse:before {
  content: "\f82f"
}
.fa-user-plus:before {
  content: "\f234"
}
.fa-user-secret:before {
  content: "\f21b"
}
.fa-user-shield:before {
  content: "\f505"
}
.fa-user-slash:before {
  content: "\f506"
}
.fa-user-tag:before {
  content: "\f507"
}
.fa-user-tie:before {
  content: "\f508"
}
.fa-user-times:before {
  content: "\f235"
}
.fa-users:before {
  content: "\f0c0"
}
.fa-users-cog:before {
  content: "\f509"
}
.fa-video:before {
  content: "\f03d"
}
.fa-video-slash:before {
  content: "\f4e2"
}
.fa-water:before {
  content: "\f773"
}
.fa-wrench:before {
  content: "\f0ad"
}
.fa-x-ray:before {
  content: "\f497"
}
.fa-yelp:before {
  content: "\f1e9"
}
.fa-youtube:before {
  content: "\f167"
}
.fa-youtube-square:before {
  content: "\f431"
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-brands-400.eot);
  src: url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-brands-400.ttf) format("truetype"), url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
  font-family: "Font Awesome 5 Brands"
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-regular-400.eot);
  src: url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),  url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-regular-400.ttf) format("truetype"), url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}
.far {
  font-weight: 400
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-solid-900.eot);
  src: url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-solid-900.ttf) format("truetype"), url(https://asset01.drivewebsite.com/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"
}
.fa, .fas {
  font-weight: 900
}
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/css/customization2019.css ---- */
header{position:sticky;top:0;z-index:9999;background:#fff}header.scrolled{box-shadow:0 4px 10px rgba(0,0,0,.3)}body{font-family:"Alexandria",Arial,sans-serif;font-optical-sizing:auto;font-style:normal}strong{font-weight:bold}.panel{background:#ddd;padding:20px;box-sizing:border-box;margin-bottom:10px}#main p a,p a:visited,#main p a:focus{color:#000;text-decoration:underline}#main p a:hover{color:#000;text-decoration:none}#hmOverlayModal.reveal-modal{padding:0!important;background:none}.reveal-modal-bg{z-index:100001}.reveal-modal{background:#fff;z-index:100002}.canvasItem.menuItem .navigation{display:block!important;background:#666;color:#fff;height:50px;width:200px;left:200px;top:75px!important}.cke_editable .hide{display:block!important;background:#666;color:#fff;padding:10px 0;margin:20px}.column,.columns{min-height:0}ul,dl,ol{font-size:inherit}#SiteContainer{background:#fff;max-width:100%;margin:0 auto}.container{padding:0}#main{margin:0 auto;width:100%;box-sizing:border-box;padding:20px;min-height:460px;font-size:14px}.center{text-align:center;margin:0 auto}.row{margin:0 auto;max-width:100%;min-width:inherit;width:100%;box-sizing:border-box}.row .row{max-width:100%}*{box-sizing:border-box}.button,.button:focus,.button:visited,button{background:linear-gradient(167deg,rgba(235,28,36,1) 0%,rgba(156,16,20,1) 95%);border:2px solid #aa1217;border-radius:30px;color:#fff!important;cursor:pointer;padding:15px 25px;position:relative;text-align:center;text-decoration:none!important;vertical-align:middle;margin:0;text-transform:uppercase;transition:background-color .3s;font-family:"Alexandria",Arial,sans-serif;box-shadow:2px 2px 2px #555!important}.button:hover,button:hover{background:linear-gradient(121deg,rgba(124,31,42,1) 0%,rgba(124,31,42,1) 60%);color:#fff;text-decoration:none}.button .fas{margin-right:10px}.fa-star,.fa-star-half{color:#eabe35}h1,.h1,h2,.h2,h3,.h3,h4,.h4{font-weight:bold;font-style:normal;color:#000}h5,.h5,h6,.h6{font-weight:normal;color:#000}h1,.h1{font-size:3.25rem}h2,.h2{font-size:2.75rem}h3,.h3{font-size:2.2rem}h4,.h4{font-size:2rem}h5,.h5{font-size:1.7rem}h6,.h6{font-size:1.5rem}p,li{margin:0 0 25px;font-size:1.6rem;word-wrap:break-word;color:#000;font-display:swap;font-weight:normal;line-height:1.5}p small{font-size:10px}a,a:visited,a:focus{color:#252525}a:hover{color:#252525}#main .eight .center .button{margin-bottom:40px}header .fas{margin-right:10px}.topBar.row{background:linear-gradient(90deg,rgba(0,89,156,1) 0%,rgba(16,48,74,1) 85%);padding:15px 50px;color:#fff;font-size:14px}.topBar a,.topBar a:visited,.topBar a:focus{color:#fff}.topBar a:hover{color:#fff;text-decoration:underline}.topBar .three{text-align:left}.topBar .four{text-align:center}.topBar .five{text-align:right}.dealerBar{padding:10px 50px;max-height:100px}.dealerBar #dealerLogo{max-width:150px;margin:0 auto}.dealerBar .three .button{margin-top:15px}.closeNav{position:absolute;top:0%;right:0%;padding:10px 15px;color:#232020;font-size:18px;font-weight:bold;cursor:pointer;z-index:1000;background:none;display:none}.closeNav:hover{box-shadow:none;font-size:15px;background:none}.showNav{display:none}#siteNav{margin-top:0;/*! float: right; */}#nav-container>li>a,.menuModal a,.menuModal strong,.menuModal div,.menuModal span{color:#000}.nav{background:#fff;border-width:1px 0}#nav-container a:hover,#nav-container li.sfhover>a,#nav-container li ul li a:hover{background:#fff;color:#7c1f2a}#nav-container ul li a{color:#242424}.nav-bar{border:none}.nav-bar>li{float:none;border-right:none}#nav-container .flyoutNav{max-width:266px;display:none;background:#000;text-align:center;border:none}.nav{clear:both;margin:0 auto;text-align:center;position:relative;z-index:100}#nav-container,#nav-container ul{margin:0 auto;z-index:100;position:relative;font-weight:bold}#nav-container a{display:block;padding:0 12px}#nav-container li{display:inline-block;position:relative;margin:0}#nav-container>li a{font-size:14px;font-size:1.4rem;font-weight:bold;line-height:3}#nav-container li ul{z-index:5;line-height:normal;position:absolute;width:200px;display:none;margin:-5px 0 0;padding:10px 14px;box-shadow:0 4px 6px rgba(0,0,0,.5);background:#fff;border-radius:8px}#nav-container li ul li{width:100%;margin-top:10px}#nav-container li ul li a{font-weight:normal;text-align:left;padding:0;font-size:14px;font-size:1.4rem;text-decoration:none;line-height:1}#nav-container li ul ul{left:0;margin:-28px 0 0 170px}#nav-container li:hover ul ul,#nav-container li:hover ul ul ul,#nav-container li:hover ul ul ul ul{display:none}#nav-container li:hover ul,#nav-container li li:hover ul,#nav-container li li li:hover ul,#nav-container li li li li:hover ul{display:block}.menuModal{background:rgba(0,0,0,.9);position:fixed;width:100%;top:0;left:0;height:100%;padding:30px 0 0 0;z-index:11111;border-top:1px solid #999;margin-top:40px;overflow-y:auto}.modalClose{position:absolute;top:10px;right:25px;width:30px;cursor:pointer}.menuModal div{margin-bottom:15px}.menuModal strong{font-size:20px;font-size:2rem;display:block}.menuModal,.menuModal a,.menuModal div{font-size:16px;font-size:1.6rem}.sideShowing #SiteContainer{position:relative}.sideShowing #SiteContainer{left:0}.menuModal div{width:100%;text-align:center;margin-bottom:6px}.menuModal{background:rgba(0,0,0,.9);position:fixed;width:100%;top:0;left:0;height:100%;padding:30px 0 0 0;z-index:11111;border-top:1px solid #999;margin-top:0;overflow-y:auto}.modalClose{position:absolute;top:10px;right:25px;width:30px;cursor:pointer}.menuModal div{margin-bottom:15px}.menuModal strong{font-size:20px;font-size:2rem;display:block}.menuModal,.menuModal a,.menuModal div{font-size:16px;font-size:1.6rem}ul.flyout.small{text-align:left;width:300px;border-bottom:1px solid #efefef;border-left:1px solid #efefef;border-right:1px solid #efefef}#main .pane.active .hours h3{display:none}#main .pane.active .hours h4{margin:10px 0;font-size:1.4rem}#main .pane.active .hours{line-height:24px}.requiredField{color:#000;margin:0 40px 0 0;font-size:small}form.nice div.form-field input,form.nice input.input-text,form.nice textarea{background:none}.dual .six.columns.offset-by-one input[type="text"],.dual .six.columns.offset-by-one input[type="email"],.dual .six.columns.offset-by-one input[type="password"],.dual textarea,.dual input[type="text"]{font-size:1.5rem;width:100%;line-height:3rem}.dual form label,.vdp-cta-form form label{font-family:'Exo 2',Helvetica,sans-serif!important;font-display:swap}.dual .chosen-container-single .chosen-single,.formw select,.vdp-cta-form input{position:relative;display:block;overflow:hidden;padding:0 0 0 0;height:40px;border:1px solid #aaa;background:#fff;background-clip:padding-box;box-shadow:0 0 3px white inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;border-radius:0;width:100%;text-indent:10px;font-size:1.5rem;font-family:'Exo 2',sans-serif;font-display:swap}input[type="text"]:focus,input[type="text"]:hover,textarea:hover,textarea:focus,input[type="email"]:hover,input[type="email"]:focus{box-shadow:none;outline:none;border:1px solid #fab727}.dual .chosen-single{line-height:4rem!important;font-size:1.5rem!important}.dual .chosen-container-single .chosen-single div{background-position:0 10px}.dual input[type="submit"],.vdp-cta-form a.frmSubmit,.form-gotoNextPage,.form-gotoPrevPage,.form-gotoPrevPage:hover,.form-gotoPrevPageLast,.form-gotoPrevPageLast:hover{background:#004478;border:none;color:#fff;font-size:14px;float:right;cursor:pointer;margin:0 0 10px 0;width:auto;font-weight:bold;border-radius:20px;box-shadow:none;text-shadow:none;text-transform:uppercase;padding:10px 35px;font-display:swap}.dual input[type="submit"]:hover,.vdp-cta-form a.frmSubmit:hover,.form-gotoPrevPage,.form-gotoPrevPageLast{background:#00599c}#vdpFrm.vdp-cta-form a.frmSubmit{width:50%}#CalcPayment input,#CalcPayment select{width:40%}#CalcPayment{margin-left:20%}#CalcPayment dd:last-child{width:40%}#CalcPayment .frmSubmit .dds-web-button{float:right;margin-bottom:10px}#CalcPayment .formw:not(input){font-size:1.5rem;font-weight:bold}.dual .four #CalcPayment .form{background:#dedede}.dual .four #CalcPayment{margin-left:0}.dual .four #CalcPayment .dds-web-button{background:#252525;border-radius:30px;padding:10px 20px;float:none;display:block;margin:0 auto;color:#252525}.dual .four #CalcPayment dd:last-child{width:75%;margin:0 auto}#vdp-calculate-payment #IdMonths{width:100%}.formDisclaimer{font-size:12px;margin-bottom:10px;color:#888}.map-container{margin-top:20px;border-radius:8px;overflow:hidden;border:1px solid #ddd}.staffListItem h3{font-size:2.2rem}.staffListItem .staffName{font-size:1.5rem;font-weight:bold}.staffMember dd{margin-bottom:0}.staffListItem .staffTitle{font-size:1.3rem}.staffListItem .staffPhone{font-size:1.3rem;font-weight:bold}.staffListItem .staffEmail{font-size:1.3rem}.staffListItem .staffComments{font-size:1.2rem;line-height:1.5}#main .block-grid.three-up{margin-left:0}.navShow:hover .fas.fa-bars{color:#a91d22}.mobileMenu .six.columns{width:40%!important;text-align:center;background:#fff;vertical-align:middle;float:left;padding:10px}.mobileMenu .two.columns{width:20%!important;text-align:center;background:#fff;vertical-align:middle;float:left}.three.columns.logoBtn img{max-width:90%;vertical-align:middle}.mobileMenuText{display:none}.mobileMenu .two{text-align:center}.mobileMenu .two.columns a{background:#fff;color:#000;padding:20px;font-size:18px}.mobileMenu .two.columns a:hover{background:#fff}.mobileMenu .two.columns a:hover .fas{color:#ef3d41}.mobileMenu .two.columns.logoBtn a:hover{background:#fff;color:transparent}.mobileMenuText{margin-left:5px}.navShow:hover .fas.fa-bars{color:#a91d22}.smoove{-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.delay-8s{-webkit-animation-delay:8s;animation-delay:8s}.animated.delay-a{-webkit-animation-delay:.1s;animation-delay:.1s}.animated.delay-b{-webkit-animation-delay:.2s;animation-delay:.2s}.animated.delay-c{-webkit-animation-delay:.3s;animation-delay:.3s}.animated.delay-d{-webkit-animation-delay:.4s;animation-delay:.4s}.animated.fast{-webkit-animation-duration:800ms;animation-duration:800ms}.animated.faster{-webkit-animation-duration:500ms;animation-duration:500ms}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-200%,0);transform:translate3d(0,-200%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation:fadeInDown .3s!important;-moz-animation:fadeInDown .3s!important;-o-animation:fadeInDown .3s!important;animation:fadeInDown .3s!important}footer{background:linear-gradient(90deg,rgba(16,48,74,1) 0%,rgba(0,89,156,1) 85%);padding:15px 50px;color:#fff;font-size:14px}footer .fas{margin-right:10px}footer a,footer a:visited,footer a:focus{color:#fff}footer a:hover{color:#fff;text-decoration:underline}footer .three{text-align:center}footer .five{text-align:right}.blog-cta{background-color:#f8f9fa;border:2px solid #c00;padding:20px;border-radius:8px;text-align:center;margin-bottom:10px}.blog-cta h3{color:#c00;margin-top:0}.blog-cta a{background-color:#c00;color:#fff;padding:10px 20px;text-decoration:none;font-weight:bold;border-radius:5px;display:inline-block;margin-top:10px;box-sizing:border-box}#dealership-sidebar{width:100%;padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;box-shadow:0 4px 6px rgba(0,0,0,.1);box-sizing:border-box}#dealership-sidebar h3{color:#000;border-bottom:2px solid #eee;padding-bottom:15px;/*! margin-top: 15px; */font-size:2rem}.sidebar-section{margin-bottom:20px}.sidebar-section.trust-signals{margin-top:30px}#dealership-sidebar .phone-number a{display:block;font-size:2rem;font-weight:bold;color:#ef3d41;text-decoration:none;margin:10px 0}#dealership-sidebar .fas{font-size:1.5rem}#dealership-sidebar .address a{color:#000;text-decoration:none;display:block;margin-top:5px;font-size:1.5rem}.hours-info ul{list-style:none;padding:0;margin:5px 0}.hours-info li{padding:2px 0;font-size:.95em}.cta-buttons .button{background:#00599c;color:#fff;display:block;margin-top:10px;border:none}.cta-buttons .button:hover{background:#004274;color:#fff}.cta-buttons .button.apt{background:linear-gradient(167deg,rgba(235,28,36,1) 0%,rgba(156,16,20,1) 95%)}.cta-buttons .button.apt:hover{background:linear-gradient(121deg,rgba(124,31,42,1) 0%,rgba(124,31,42,1) 60%)}.trust-signals p{font-size:1.2em;margin:15px 0}.trust-value{font-weight:bold;color:green}.sidebar-section.trust-signals{margin-bottom:10px}.hours-info .fa-clock{width:25px;float:left;margin-top:3px}.hours-info h4{margin-bottom:10px}#dealership-sidebar .trust-signals h3{font-size:1.55rem}.sidebar-section.blog h3 a{color:#555}.sidebar-section.trust-signals img{max-width:100px;margin-right:10px}.servicePage h1{color:#fff;font-size:2.5em;margin-bottom:10px}.servicePage .hero-banner{background:linear-gradient(90deg,rgba(16,48,74,1) 0%,rgba(0,89,156,1) 85%);color:#fff!important;padding:40px 30px;border-radius:8px;margin-bottom:30px;text-align:center}.servicePage .hero-banner p{color:#fff}.servicePage .price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin:30px 0}.servicePage .card{border:1px solid #ddd;padding:25px;border-radius:8px;text-align:center;transition:transform .2s}.servicePage .card:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.servicePage .card h3{color:#d32f2f;margin-top:0}.servicePage .features-list{background:#f9f9f9;padding:30px;border-radius:8px;border-left:5px solid #d32f2f}.servicePage .check-icon{color:#d32f2f;font-weight:bold;margin-right:10px}.servicePage .cta-button{background:#d32f2f;color:#fff;padding:15px 30px;text-decoration:none;border-radius:5px;display:inline-block;font-weight:bold;font-size:1.2em;margin-top:20px}.servicePage .cta-button:hover{background:#b71c1c}.servicePage ul{list-style:none;padding:0}.servicePage li{margin-bottom:10px;display:flex;align-items:center}.servicePage .hero-banner span img{max-width:50px;display:block;margin:0 auto}@media only screen and (max-width:1700px){}@media only screen and (max-width:1600px){}@media only screen and (max-width:1470px){#nav-container>li>a{padding:0 12px}}@media only screen and (max-width:1400px){}@media only screen and (max-width:1200px){ul.flyout.small{width:100%;background:#eee;position:relative;top:0;margin-bottom:20px;border:none!important}.topBar.row,footer{font-size:12px}.dealerBar .three{width:20%;margin-left:0}.dealerBar .six{width:60%;margin-left:0}.dealerBar .three .button{font-size:11px;padding:10px}#siteNav #nav-container>li>a{font-size:12px}.fas.fa-bars{color:#000;font-size:24px;margin-top:0;font-weight:900}.fas.fa-bars:hover{color:#252525}#siteNav{margin-top:0}}@media only screen and (max-width:1100px){}@media only screen and (max-width:1023px){.ui-widget-content.reveal-modal.row{margin-left:auto!important;min-width:inherit!important;width:80%!important;left:10%!important}.showNav{display:block}.closeNav{display:block}#siteNav{display:none;position:absolute;top:-50px;left:-75%;z-index:1000;margin-top:0;right:0;max-width:100%;min-width:400px}#nav-container{max-height:90vh;overflow:auto;border-radius:0;box-shadow:-3px 3px 3px 0 rgba(0,0,0,.3);padding:10px 0;margin:0;height:auto;/*! width: 400px; */}#nav-container>li>a{text-align:left;border-top:none;border-right:none}#nav-container>li>ul li a{margin-left:0}#siteNav #nav-container>li>a{font-weight:normal;padding:0 10px;font-size:16px}#siteNav .nav-bar li{width:100%;padding:0 10px;box-sizing:border-box}ul.flyout.small{width:100%;background:#eee;position:relative;top:0;margin-bottom:20px;border:none!important}.dealerBar .three{width:35%}.dealerBar .six{width:20%;overflow:visible}header .six .fas{margin-right:0}.fas.fa-bars{color:#000;font-size:24px;margin-top:20px;font-weight:900}.fas.fa-bars:hover,.fas.fa-search:hover{color:#fe0002}#nav-container li ul{position:relative;width:99%;top:0}#nav-container li ul li{padding:0}#nav-container li ul li a{padding:5px 10px}.topBar.row,footer{font-size:10px;padding:10px}}@media only screen and (max-width:992px){#nav-container li ul{margin:0;width:100%}}@media only screen and (max-width:900px){}@media only screen and (max-width:850px){}@media only screen and (max-width:800px){}@media only screen and (max-width:767px){.modalClose2{top:-10px!important;right:-5px!important}.mobileMenu{max-width:100%;min-height:65px}.fas.fa-bars{color:#000;font-size:18px;margin-top:0}.mobileMenu .six.columns{width:40%!important}.mobileMenu .six img{max-width:50%}.mobileMenu .two.columns{width:20%!important}#nav-container{bottom:0;display:block;left:0;position:static!important;top:0;margin-top:0;max-width:100%;width:100%;text-align:left}.formcontainer form{box-shadow:none;margin-left:0}form input{display:block;float:none;width:50%}label+select{float:none}label+select,label+input[type="text"],label+input[type="email"],label+input[type="password"],label+input[type="checkbox"]{width:100%}.row .columns{width:100%;margin:0}.row{min-width:auto}#nav-container .flyoutNav,#nav-container li{display:block}#sideBoxALL,#nav-container li ul ul{display:none}#nav-container li ul{position:relative;background:#fefefe}header .show-on-phones a{display:inline-block;vertical-align:middle}ul.mobileMenu{right:45%}.CopyRight.row{padding:15px}.CopyRight .copyright{font-size:14px;line-height:18px}.fa-2x{font-size:1em!important}.center.showNav{display:none}.img_block .show-on-phones{display:none!important}#main{padding:20px}#siteNav{width:100%;top:-85px;left:0;max-width:100%;min-width:0}.navShow:hover .fas.fa-bars{color:#fff}.topBar{display:none}.dealerBar .three{display:none}.dealerBar{height:0;padding:0}footer{padding:30px 20px 20px;font-size:14px}footer .fas{margin-right:10px}footer .four.columns,footer .three.columns{text-align:left;margin-bottom:15px}footer .five.columns{text-align:left;margin-bottom:5px}#main h1{font-size:20px}#main h2{font-size:17px}#main p,#main li{font-size:12px}#dealership-sidebar{width:100%;padding:20px;border:1px solid #ddd;border-radius:8px;background-color:#f9f9f9;font-family:Arial,sans-serif;box-shadow:0 4px 6px rgba(0,0,0,.1);box-sizing:border-box}#dealership-sidebar h3{color:#000;border-bottom:2px solid #eee;padding-bottom:5px;margin-top:15px;font-size:2rem}.sidebar-section{margin-bottom:20px}.phone-number a{display:block;font-size:2rem;font-weight:bold;color:#fe0201;text-decoration:none;margin:10px 0}#dealership-sidebar .fas{font-size:2rem}#dealership-sidebar .address a{color:#000;text-decoration:none;display:block;margin-top:5px;font-size:1.5rem}.hours-info h4{font-size:1.75rem}.hours-info ul{list-style:none;padding:0;margin:5px 0}.hours-info li{padding:2px 0;font-size:.95em}.cta-buttons a{display:block;text-align:center;padding:12px 10px;margin-top:10px;border-radius:25px;font-weight:bold;text-decoration:none;transition:background-color .3s;background-color:#01245c;color:#fff;border:2px solid #01245c}.cta-buttons a:hover{background-color:#fff;color:#01245c}.trust-signals p{font-size:.9em;margin:5px 0}.trust-value{font-weight:bold;color:green}.hours-info .fa-clock{width:25px;float:left;margin-top:3px}.hours-info h4{margin-bottom:10px}#dealership-sidebar .trust-signals h3{font-size:1.55rem}.sidebar-section.blog h3 a{color:#555}}@media only screen and (max-width:600px){.mobileMenu .six img{max-width:70%}#siteNav{top:-65px}footer .rightside{display:none}footer .leftside{margin-bottom:25px}footer .middle{margin-bottom:5px}}@media only screen and (max-width:480px){.menuModal div{width:100%;text-align:center;margin-bottom:6px}.formContainer form{box-shadow:none;margin:0 auto 20px;width:100%}input[type="submit"]{width:90%;margin:10px auto 0}.mobileMenu .menu{line-height:30px}.fas.fa-bars,.fas.fa-search,.fas.fa-map-marker-alt{font-size:18px}}@media only screen and (max-width:400px){}@media only screen and (max-width:360px){}.mega-webp-icon{width:24px;height:24px;margin-right:12px;object-fit:contain;display:inline-block;vertical-align:middle;padding:3px;border-radius:8px;background:#054b81;transition:transform .2s ease}.mega-grid-wrapper li a{display:flex!important;align-items:center!important;text-decoration:none;padding:8px 0!important;color:#333!important;transition:color .2s ease}.mega-grid-wrapper li a:hover{color:#7c1f2a!important}.mega-grid-wrapper li a:hover .mega-webp-icon{transform:scale(1.1)}@media(min-width:1024px){#siteNav{position:relative!important}#nav-container ul.mega-active{position:absolute!important;left:0!important;right:0!important;width:70vw!important;margin-left:calc(-20vw + 20%)!important;background:#fff!important;box-shadow:0 15px 35px rgba(0,0,0,.2)!important;border-top:4px solid #d91e18!important;padding:20px!important;display:none;z-index:99999!important}.mega-grid-wrapper{display:grid!important;grid-template-columns:repeat(5,1fr)!important;max-width:1200px!important;margin:0 auto!important;gap:20px!important;list-style:none!important}}@media(max-width:1023px){.mega-grid-wrapper{display:block!important;padding:0!important}.mega-webp-icon{width:22px!important;height:22px!important;margin-right:10px}#nav-container li ul.flyout.mega-active{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}}
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/css/index.css ---- */
#pageHead.contentOnly.cEditorPrefix {
  z-index: 10000
}
/*--------------------------- Banner CSS ---------------------------*/
.home-main {
  background-image: url(https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/images/home/manys-auto-repair-hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
#main .banner {
  max-width: 100%;
  margin: 0 auto;
}
#main .banner .seven {
  padding: 2% 10%
}
#main .banner .seven .inner-content {
  position: relative;
  margin: 0 auto;
  padding: 5% 8% 10%;
  text-align: left;
}
#main .banner .seven .inner-content h1 {
  color: #00599c;
  font-size: 60px;
  font-weight: 900;
  padding: 20px 0;
  line-height: 1.1;
  text-shadow: 1px 1px 2px #10304a, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff;
  text-align: left;
}
#main .banner .seven .inner-content p {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff;
  text-align: left;
}
.home-main .button {
  transform: scale(1.3);
  margin-left: 35px;
  box-shadow: 0 0 30px #fff, 0 0 35px #fff;
}
/*--------------------------- Services CSS ---------------------------*/
.row.services {
  padding: 100px 200px
}
.services hr {
  border: none;
  height: 8px;
  background: #005696;
  border-radius: 30px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.service-btn {
  text-decoration: none;
  background: linear-gradient(121deg,rgba(0, 89, 156, 1) 0%, rgba(23, 78, 122, 1) 60%);
  color: white;
  border-radius: 12px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  min-height: 200px;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
.service-btn:hover {
  background: linear-gradient(121deg,rgba(23, 78, 122, 1) 0%, rgba(23, 78, 122, 1) 60%);
}
.service-btn img {
  max-width: 70%;
}
.btn-label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-top: 25px;
  width: 100%;
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.btn-label.longText {
  font-size: 1.75rem;
}
/*-------------Reviews----------------------*/
.reviews-section {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.reviews-section h2 {
  font-size: 2.2em;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
.reviews-section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #005696;
  border-radius: 2px;
}
.slider-container {
  position: relative;
  overflow: hidden; /* Important for hiding inactive cards */
  width: 100%;
  max-width: 600px; /* Adjust max width of the slider itself */
  margin: 0 auto;
  background-color: #fdfdfd;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%; /* Important for horizontal movement */
}
.review-card {
  flex: 0 0 100%; /* Each card takes up 100% of the slider-wrapper's width */
  padding: 30px 30px 50px;
  box-sizing: border-box;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  opacity: 0; /* Hidden by default, shown by JS */
  transition: opacity 0.5s ease-in-out;
  position: absolute; /* Positions all cards on top of each other */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%); /* Start off-screen to the right */
}
.review-card.active {
  opacity: 1;
  position: relative; /* Brings active card back to normal flow */
  transform: translateX(0); /* Move active card into view */
}
/* Specific transitions for entering/exiting */
.review-card.entering {
  transform: translateX(100%);
  opacity: 0;
  animation: slideIn 0.5s forwards ease-in-out;
}
.review-card.exiting {
  transform: translateX(0);
  opacity: 1;
  animation: slideOut 0.5s forwards ease-in-out;
  position: absolute; /* Keep it absolute during exit */
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  } /* Slide out to the left */
}
.review-text {
  font-size: 1.25em;
  line-height: 1.6;
  color: #555;
  margin-bottom: 25px;
  font-style: italic;
}
.reviewer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.reviewer-name {
  font-weight: bold;
  color: #333;
  font-size: 1.1em;
}
.stars {
  color: #ffd700; /* Gold color for stars */
  font-size: 5em;
  margin-bottom: 25px;
  text-shadow: 2px 2px 2px #d9d9d9;
}
button.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1.5em;
  z-index: 10;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  opacity: 0.8;
  transition: background-color 0.3s, opacity 0.3s;
  box-shadow:none !important;
}
button.slider-button:hover {
  background: rgba(0, 86, 150, 0.7);
  opacity: 1;
}
.slider-button.prev {
  left: 5px;
}
.slider-button.next {
  right: 5px;
}
.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  /*! margin-top: 50px; */
}
.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}
.dot.active {
  background-color: #005696;
}
/*--------------------------- Welcome CSS ---------------------------*/
.welcome {
  padding: 0 20px;
}
.welcome .twelve {
  background: #f5f5f5;
  padding: 75px 20px;
  border-radius: 20px;
  border: 3px solid #ddd;
  max-width: 1400px;
  margin: 0 auto 50px;
  float: none;
}
.welcome h2 {
  color: #00599c;
  text-align: center;
  margin-bottom: 50px;
}
.welcome p, .welcome li, .welcome h3, .welcome h4 {
  color: #000
}

.welcome ul {
  margin: 20px 50px 50px;
}
.welcome li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f058";
  color: #00599c;
  font-size: 2rem;
  font-weight: 900;
  margin-right: 10px;
}
#main .welcome li {
  margin-bottom: 10px
}


.welcome .four {
  padding:20px
}
.welcome .famPhoto {
  border-radius:8px;
  margin-top:20px;
  box-shadow:10px 10px 0px #00599c
}

.welcome hr {
  border: none;
  height: 8px;
  background: #005696;
  border-radius: 30px;
  margin-bottom:40px
}
/*--------------------------- More Trust CSS ---------------------------*/
.moreTrust .twelve {
  background-image: url(https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/images/home/manys-auto-repair-moreTrust-background.webp);
  background-size: cover;
  overflow: hidden;
  padding: 50px 20px 0px;
  border-radius: 20px;
  max-width: 1400px;
  margin: 0 auto 50px;
  float: none;
}
.moreTrust.row {
  padding: 20px;
}
.moreTrust h2, h3, h4, p, li {
  color: #fff;
}
.moreTrust .text_block {
  padding: 50px 0;
}
.moreTrust .row {
  position: relative
}
.moreTrust .four {
  position: absolute;
  bottom: -10px;
  left: 10px;
  margin-left: 20px
}
.moreTrust .four img {
  max-width: 350px
}
.moreTrust .eight img {
  margin-top: 25px
}
.moreTrust ul {
  margin: 20px 50px 50px;
}
.moreTrust li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f058";
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  margin-right: 10px;
}
@media only screen and (max-width: 1700px) {
  .btn-label {
    font-size: 1.75rem;
  }
  .btn-label.longText {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1550px) {
  .btn-label {
    font-size: 1.5rem;
  }
  .btn-label.longText {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1500px) {
  .row.services {
    padding: 100px 75px
  }
}
@media only screen and (max-width: 1400px) {}
@media only screen and (max-width: 1300px) {
  #main .banner .seven {
    padding: 100px 50px
  }
  #main .banner .seven .inner-content {
    position: relative;
    margin: 0 auto;
    padding: 00px;
  }
  #main .banner .seven .inner-content h1 {
    font-size: 48px;
  }
  #main .banner .seven .inner-content p {
    color: #000;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }
  .service-btn {
    min-height: 150px;
  }
  .service-btn img {
    max-width: 60%;
  }
  .btn-label {
    font-size: 1.5rem;
  }
  .btn-label.longText {
    font-size: 1.15rem;
  }
  .moreTrust .four img {
    max-width: 300px
  }
}
@media only screen and (max-width: 1100px) {
  #main .banner .seven {
    padding: 100px 50px
  }
  #main .banner .seven .inner-content {
    position: relative;
    margin: 0 auto;
    padding: 00px;
  }
  #main .banner .seven .inner-content h1 {
    font-size: 36px;
  }
  #main .banner .seven .inner-content p {
    color: #000;
    font-size: 20px;
  }
  .row.services {
    padding: 100px 50px
  }
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }
  .btn-label {
    font-size: 1.3rem;
  }
  .btn-label.longText {
    font-size: 1.05rem;
  }
  .service-btn {
    min-height: 130px;
  }
  .welcome h2, .moreTrust h2 {
    font-size: 2.5rem;
  }
  .welcome h3, .moreTrust h3 {
    font-size: 1.75rem;
  }
  .moreTrust .four img {
    max-width: 255px
  }
  .moreTrust h4 {
    font-size: 1.5rem;
    margin-bottom: 20px
  }
  .welcome p, .welcome li, .moreTrust p, .moreTrust li {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 960px) {
  .moreTrust .four {
    display: none
  }
  .moreTrust .eight.columns {
    width: 100%
  }
}
@media only screen and (max-width:900px) {}
@media only screen and (max-width: 850px) {}
@media only screen and (max-width: 767px) {
  .home-main {
    background-image: url(https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/images/home/manys-auto-repair-hero-mobile.webp);
    background-size: cover;
    background-position: 100px -200px;
  }
  #main .banner .seven {
    padding: 20% 10%;
  }
  #main .banner .seven .inner-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
  }
  #main .banner .seven .inner-content h1 {
    font-size: 36px;
  }
  #main .banner .seven .inner-content p {
    color: #000;
    font-size: 20px;
  }
  .home-main .button {
    transform: scale(1);
    margin-left: 0px
  }
  .row.services {
    padding: 100px 50px
  }
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
  .service-btn {
    padding: 10px;
    min-height: 150px;
  }
  .service-btn img {
    max-width: 50%;
  }
  .btn-label {
    font-size: 1.5rem;
  }
  .btn-label.longText {
    font-size: 1.3rem;
  }
  .six.columns.reviews {
    margin-top: 100px
  }
  .stars {
    font-size: 3em;
    margin-bottom: 10px;
  }
  .reviews-section {
    padding: 20px 15px;
  }
  .reviews-section h2 {
    font-size: 1.8em;
  }
  .review-text p {
    font-size: 1.1em;
  }
  .slider-button {
    padding: 8px 12px;
    font-size: 1.2em;
    width: 35px;
    height: 35px;
  }
  .slider-button.prev {
    left: 5px;
  }
  .slider-button.next {
    right: 5px;
  }
  .welcome .twelve.columns {
    padding: 20px;
  }
  .welcome h2 {
    margin-bottom: 30px;
    text-align:left
}
  
  
  .welcome h2, .moreTrust h2 {
    font-size: 2.25rem;
  }
  .welcome h3, .moreTrust h3 {
    font-size: 1.45rem;
  }
  .moreTrust h4 {
    font-size: 1.5rem;
    margin-bottom: 20px
  }
  .welcome ul {
    margin-left: 25px
  }
  .welcome p, .welcome li, .moreTrust p, .moreTrust li {
    font-size: 1.25rem;
  }
  .moreTrust .twelve {
    background-image: none;
    margin-bottom: 0
  }
  .moreTrust {
    background: #00599c;
  }
  .welcome ul, .moreTrust ul {margin: 30px 0 30px 10px}
  
  .welcome li::before, .moreTrust li::before {
    font-size: 1.5rem;
  }
  .famPhoto {margin-bottom:50px}
}
@media only screen and (max-width: 639px) {
  
  .home-main {
    background-position: 0;
  }
  
  .service-grid {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
  .row.services {
    padding: 100px 20px;
  }
  .reviews-section h2 {
    font-size: 1.6em;
  }
  .review-text {
    font-size: 1em;
  }
  .reviewer-name {
    font-size: .9em;
  }
  .slider-button {
    display: none
  }
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-reveal-modal.css ---- */

/* CSS for jQuery Reveal Plugin
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 40;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    position: absolute;
    z-index: 41;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal.xxlarge {
    width: 1024px;
    margin-left: -552px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal .row {
    min-width: 0;
}


/* Mobile */
@media handheld, only screen and (max-width: 1023px) {
    .reveal-modal-bg {
        position: absolute;
    }

    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge {
        width: 60%;
        top: 60px;
        left: 15%;
        margin-left: 0;
        padding: 20px;
        height: auto;
    }
}

@media handheld, only screen and (max-width: 767px) {
    .reveal-modal-bg {
        position: absolute;
    }

    .reveal-modal, .reveal-modal.small, .reveal-modal.medium, .reveal-modal.large, .reveal-modal.xlarge {
        width: 80%;
        top: 15px;
        left: 5%;
        margin-left: 0;
        padding: 20px;
        height: auto;
    }
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-forms.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-misc.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-mobile.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-navbar.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-theme-slim-base.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-theme-slim-home-search.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-theme-slim-inputs-and-labels.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-theme-slim-width-and-padding.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/css/font-awesome.TRIMMED.min.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/css/customization2019.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/71fec6be-cde2-4ba9-93c9-e1fc6f3e439d/css/index.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-reveal-modal.css ---- */
