
/* ---- 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-pull-push.css ---- */

.row .offset-by-one {
    margin-left: 13.1%;
}

.row .offset-by-two {
    margin-left: 21.8%;
}

.row .offset-by-three {
    margin-left: 30.5%;
}

.row .offset-by-four {
    margin-left: 39.2%;
}

.row .offset-by-five {
    margin-left: 47.9%;
}

.row .offset-by-six {
    margin-left: 56.6%;
}

.row .offset-by-seven {
    margin-left: 65.3%;
}

.row .offset-by-eight {
    margin-left: 74.0%;
}

.row .offset-by-nine {
    margin-left: 82.7%;
}

.row .offset-by-ten {
    margin-left: 91.4%;
}


.row .offset-by-one:first-child {
    margin-left: 8.7%;
}

.row .offset-by-two:first-child {
    margin-left: 17.4%;
}

.row .offset-by-three:first-child {
    margin-left: 26.1%;
}

.row .offset-by-four:first-child {
    margin-left: 34.8%;
}

.row .offset-by-five:first-child {
    margin-left: 43.5%;
}

.row .offset-by-six:first-child {
    margin-left: 52.2%;
}

.row .offset-by-seven:first-child {
    margin-left: 60.9%;
}

.row .offset-by-eight:first-child {
    margin-left: 69.6%;
}

.row .offset-by-nine:first-child {
    margin-left: 78.3%;
}

.row .offset-by-ten:first-child {
    margin-left: 87%;
}

.row .offset-by-eleven:first-child {
    margin-left: 95.7%;
}


/* Source Ordering */
.push-two {
    left: 17.4%
}

.push-three {
    left: 26.1%;
}

.push-four {
    left: 34.8%;
}

.push-five {
    left: 43.5%;
}

.push-six {
    left: 52.2%;
}

.push-seven {
    left: 60.9%;
}

.push-eight {
    left: 69.6%;
}

.push-nine {
    left: 78.3%;
}

.push-ten {
    left: 87%;
}

.pull-two {
    right: 17.4%
}

.pull-three {
    right: 26.1%;
}

.pull-four {
    right: 34.8%;
}

.pull-five {
    right: 43.5%;
}

.pull-six {
    right: 52.2%;
}

.pull-seven {
    right: 60.9%;
}

.pull-eight {
    right: 69.6%;
}

.pull-nine {
    right: 78.3%;
}

.pull-ten {
    right: 87%;
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-pagination.css ---- */

/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */
ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px;
}

ul.pagination li {
    float: left;
    display: block;
    height: 24px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}

ul.pagination li a {
    display: block;
    padding: 6px 7px 4px;
    color: #555;
}

ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
    border-bottom: solid 2px #00a6fc;
    color: #141414;
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
    border-bottom: 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-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/Content/css/itemTemplates/srp2.css ---- */
/* Updated Stylesheet for SRP2 - October 30, 2015 */
.srp-paging-row .pagination { padding-top: 24px; }

.srp-paging-row .pagination li.unavailable:hover a, .srp-paging-row .pagination li.unavailable a:focus, .srp-paging-row .pagination li.current a, .srp-paging-row .pagination li:hover a, .srp-paging-row .pagination li a:focus { border-bottom: solid 1px #9c9c9c; }

.srp-paging-row .pagination li a {
    border: solid 1px #9c9c9c;
    border-radius: 3px;
    color: #00a6fc;
    font-weight: bold;
    padding: 10px 16px;
}

.srp-result-filter-none i {
    color: #9c9c9c;
    margin-left: 18px;
}

.srp-top-paging-row select {
    border-color: #9c9c9c;
    border-radius: 3px;
    font-size: 13px;
    height: 32px;
    padding: 6px 3px;
}

.srp-top-paging-row li { margin-bottom: 0; }

.srp-filter-header { font-size: 18px; }

.srp-filter-header .result-count {
    font-size: 24px;
    font-weight: bold;
}

/* ----- Desktop Only ---- */

@media only screen and (min-width: 767px) {
    .srp-paging-row .pagination { float: right; }

    .srp-filter-header { font-size: 18px; }

    .srp-filter-header .result-count {
        font-size: 18px;
        font-weight: bold;
    }

    .srp-clear-selected {
        margin-left: 18px;
        text-decoration: underline;
    }

    .srp-top-paging-row label, .srp-top-paging-row select { display: inline-block; }

    .srp-top-paging-row li { line-height: 35px; }
}

@media only screen and (max-width: 767px) {
    .srp-filter-row { display: none; }

    .srp-paging-row .pagination {
        display: table;
        margin: 0 auto;
    }

    .srp-paging-row .pagination li { margin-left: 18px; }

    .srp-paging-row .pagination li:first-child { margin-left: 0; }

    .srp-result-filter-none { text-align: center; }

    .srp-result-filter-none i { display: none; }

    .srp-top-paging-row select {
        font-size: 18px;
        padding: 0;
    }

    .srp-top-paging-row label { font-size: 18px; }

    .srp-top-paging-row label, .srp-top-paging-row select { width: 100%; }
}

@media only screen and (max-width: 540px) {
    .srp-paging-row .pagination li { margin-left: 10px; }

    .srp-paging-row .pagination li a { padding: 5px 10px; }

    .srp-top-paging-row label { font-size: 13px; }

    .srp-top-paging-row select { padding: 6px 3px; }
}

input.srp-search-input {
    padding-left: 2%;
    width: 98%;
}

.srp-search.row .nine { width: 76.1%; }

.srp-search.row .three {
    margin-left: 0;
    width: 23.879%;
}

.srp-buttons { margin-top: 24px; }

.srp-list-mask {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 40;
}

.srp-list-spinner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: solid 2px #9c9c9c;
    border-radius: 5px;
    color: #5c5c5c;
    left: 50%;
    padding: 12px;
    position: absolute;
    top: 100px;
    width: auto;
    z-index: 41;
}

h4 {
    font-weight: normal;
    margin-bottom: 24px;
}

.srp-filter-list {
    margin-bottom: 16px;
    overflow: auto;
}

.srp-filter-list .srp-filter-header {
    float: left;
    font-size: 24px;
    margin-right: 11px;
}

.srp-filter-list .srp-filters { margin-bottom: 0; }

.srp-filter-list li {
    background-color: #cccccc;
    border-radius: 3px;
    float: left;
    margin-bottom: 6px;
    margin-right: 11px;
    padding: 2.75px 0;
    position: relative;
}

.srp-filter-list li:last-child { margin-right: 0; }

.srp-filter-list li i { padding-right: 11px; }

.srp-filter-list li i:hover { cursor: pointer; }

.srp-filter-list li span {
    font-size: 13px;
    padding: 0 11px;
}

.srp-filter-list li .srp-arrow {
    margin-right: 24px;
    position: absolute;
    right: 0;
    top: 9px;
}

.srp-search-container form { margin-bottom: 0; }

.srp-accordion dt {
    background-color: #9c9c9c;
    cursor: pointer;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 1px;
    padding: 0 11px;
    position: relative;
}

.dds-cfs-InventoryListing-CheckBox { cursor: pointer; }

.dds-cfs-InventoryListing-SeeMore { cursor: pointer; }

.dds-cfs-InventoryListing-SeeLess { cursor: pointer; }

.srp-accordion dt:hover { background: #434343; }

.srp-accordion dt .fa-square { margin-right: 5.5px; }

.srp-accordion dt .srp-arrow {
    color: white;
    line-height: 33px;
    position: absolute;
    right: 11px;
    top: 0;
}

.srp-accordion dd {
    border: 1px solid #9c9c9c;
    border-top: none;
    margin-bottom: 18px;
}

.srp-accordion dt:last-of-type, .srp-accordion dd:last-of-type { border-bottom: 1px solid #9c9c9c; }

.srp-accordion dt a, .srp-accordion dd a {
    color: white;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.srp-accordion .active { background-color: #434343; }

.srp-accordion .active a { font-weight: bold; }

.srp-accordion dd {
    border-top: 0;
    font-size: 13px;
}

.srp-accordion dd:last-of-type {
    border-top: 1px solid #fff;
    position: relative;
    top: -1px;
}

.srp-accordion dd li {
    border-bottom: solid 1px #9c9c9c;
    line-height: 36px;
    padding: 0 11px;
    position: relative;
}

.srp-accordion dd li:last-of-type { border-bottom: 0; }

.srp-accordion dd li .srp-checkbox {
    font-size: 18px;
    line-height: 33px;
    position: absolute;
    right: 11px;
    top: 2px;
}

.srp-accordion dd ul, .srp-accordion dd li { margin-bottom: 0; }

.vdp-media-carousel-nav span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
}

.vdp-media-carousel-nav span.vdp-media-carousel-nav-next { right: -9px; }

.vdp-media-carousel-nav span.vdp-media-carousel-nav-next:before { content: "\f054"; }

.vdp-media-carousel-nav span.vdp-media-carousel-nav-prev { left: 5px; }

.vdp-media-carousel-nav span.vdp-media-carousel-nav-prev:before { content: "\f053"; }

@media only screen and (min-width: 767px) {
    input.srp-search-input {
        font-size: 13px;
        line-height: 24px;
    }

    .srp-accordion {
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .srp-accordion dd span {
        display: block;
        line-height: 1.5;
        padding: 9px 0;
        width: 90%;
    }
}

@media only screen and (max-width: 860px) {
    .srp-top-paging-row label, .srp-top-paging-row select { display: block; }

    .srp-top-paging-row select { width: 100%; }
}

@media only screen and (max-width: 767px) {
    .srp-search.row .phone-three { width: 76.1% !important; }

    .srp-search.row .phone-one {
        margin-left: 0;
        width: 23.879% !important;
    }

    .srp-search-container .button {
        font-size: 18px;
        line-height: 26px;
    }

    input.srp-search-input {
        border: solid 1px #9c9c9c;
        border-radius: 3px;
        font-size: 18px;
        line-height: 36px;
    }

    .srp-selCategory {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -15%;
    }

    .button.large { width: 100%; }

    .srp-apply {
        margin-bottom: 6px;
        margin-top: 6px;
    }

    .srp-search { margin-bottom: 36px; }

    .srp-list-mask, .srp-list-spinner { display: none !important; }

    .srp-advanced-search {
        display: none;
        margin-bottom: 36px;
    }

    .button.srp-open-advanced { margin-bottom: 36px; }

    .srp-accordion dt { padding: 18px; }

    .srp-accordion dt .fa {
        margin-right: 13px;
        top: 24%;
    }

    .srp-accordion dt a { font-size: 18px; }

    .srp-accordion dd li, .srp-accordion dd ul { line-height: 28px; }

    .srp-accordion dd li {
        font-size: 18px;
        padding: 18px;
    }

    .srp-accordion dd li .srp-checkbox {
        font-size: 2em;
        right: 30px;
        top: 30%;
    }

    .srp-accordion dd span { width: 90%; }

    .srp-top-paging-row select { font-size: 15px; }
}

@media only screen and (max-width: 500px) {
    .srp-top-paging-row label, .srp-top-paging-row select { font-size: 11px; }
}

.srp-list-container {
    border: solid 1px #9c9c9c;
    margin-bottom: 24px;
}

.srp-list-container:last-child { margin-bottom: 0; }

.srp-list-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.srp-logo-container { text-align: center; }

.srp-logo-container img { display: inline-block; }

.srp-price-container h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

.srp-price-container h3 .srp-title {
    font-weight: normal;
    margin-left: 5.5px;
}

.srp-image-container {
    margin-bottom: 18px;
    margin-left: 18px;
}

#dds-cfs-InventoryListing .lazyImg {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    padding: 50px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.srp-special-flag {
    background: #00a6fc;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}

.srp-logo-container img { max-height: 31px; }

.srp-list li {
    line-height: 1;
    margin-bottom: 11px;
    overflow-wrap: break-word;
}

.srp-title {
    font-size: 13px;
    font-weight: bold;
}

.srp-button-set ul, .srp-button-set li { margin-bottom: 0; }

.srp-header-stock-type { margin-right: 6px; }

.srp-reports { margin-bottom: 18px; }

.srp-header {
    font-weight: bold;
    margin: 18px;
    margin-left: 0;
}

.srp-price-container, .srp-incentive-container { margin-right: 18px; }

.vdp-discount-breakdown {
    margin-bottom: 9px;
    border-bottom: 1px dashed;
}

.vdp-discount-breakdown-item {
    padding-left: 10px;
}

.srp-comments {
    margin-bottom: 18px;
    margin-right: 18px;
}

.srp-dealer-container, .srp-logo-container {
    margin-bottom: 18px;
    margin-left: 18px;
}

.srp-button-row {
    border-top: solid 1px #9c9c9c;
    padding: 11px;
}

.srp-button { 
    display: inline; 
    padding-right: 45px; 
}

.srp-incentive-modal {
    left: 50%;
    padding: 30px 40px;
    position: fixed;
    top: 40px !important;
    width: 750px;
}


@media only screen and (min-width: 767px) {
    .button-link {
        background: none;
        color: #00a6fc;
        font-weight: normal;
        padding: 0;
        text-align: left;
    }

    .button-link:hover {
        background: none;
        color: #0192dd;
        text-decoration: underline;
    }

    .button-link i { margin-right: 11px; }

    .srp-image-container { margin-top: 18px; }
}

@media only screen and (max-width: 767px) {
    .srp-header { font-size: 24px; }

    .srp-header {
        margin-bottom: 18px;
        margin-left: 18px;
    }
    .srp-header-stock-type {
        bottom: 4px;
        padding: 2px 11px 2px;
    }
    .button.button-link { text-align: center; }

    .button.button-link i { margin-right: 11px; }

    .srp-button-set .button {
        font-size: 18px;
        padding: 11px 30px 13px;
        min-width: 150px;
    }
    .srp-button { padding-right: 15px; }
}

@media only screen and (max-width: 400px) {
    .button.button-link i {
        display: block;
        margin-bottom: 11px;
        margin-right: 0;
    }

    .srp-image-container { margin-top: 18px; }
    .srp-button-set .button {
        font-size: 18px;
        padding: 11px 0;
        min-width: 110px;
    }
    .srp-button { padding-right: 15px; }
}

/*# sourceMappingURL=srp-style.css.map */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Content/Inventory/inventoryStyle.css ---- */
/* inventoryStyle.css */
/* ----------------------------------------------
 * Inventory Styles
 *  To overwrite styles, target the element by the surrounding .InvContainer and its class/tag
 ---------------------------------------------*/

.InvContainer {font: normal 11px Trebuchet MS, Arial, sans-serif;color:#000;}
    .InvContainer h4, .InvContainer h4 small{font-family:Trebuchet MS, Arial, sans-serif;font-weight:normal;color:#000;}
    .InvContainer select {font: normal 10px Trebuchet MS, Arial, sans-serif;font-size: 1.0rem;}
    .InvContainer form.nice div.form-field input, .InvContainer form.nice input.input-text, .InvContainer form.nice textarea { font-size: 10px;font-size: 1.0rem;}
    .InvContainer ul.inline li,  #PaginationBottom li {display:inline-block;*display: inline; *zoom:1;}
    .InvContainer .uppercase {text-transform:uppercase;}
    .InvContainer ul, .InvContainer li, .InvContainer p, .InvContainer form {margin-bottom:0;}
    .InvContainer p{font-size:12px;}
   .InvContainer p.phoneNumber { color: #369; }

/* -------Header---------- */
.InvContainer #hdrBoxALL{margin-bottom:10px;}
.InvContainer #InvTitleArea {font-size:20px;font-weight:normal;text-transform: uppercase;}
    .InvContainer #InvTitleArea .srchTitleType{color: #369;}
    .InvContainer #InvTitleArea .srchTitle{color:#000;}


/*-------------------------------------------
 * Header Select Boxes and Views
 -------------------------------------------*/
.InvContainer #PaginationTop{padding: 10px 0;}
.InvContainer select#ItemsPerPageSelect{margin:8px 0 0 0;}
.ItemsPerPageLabel {display: none;}
.SortByLabel{float:left;font-size:11px;margin:0 3px 0 0;}

.InvContainer #SortViewBox {background: #EEE;border: 1px solid #A1B3B0;}
    .InvContainer #ViewType li, .InvContainer #SortViewBox li{margin-bottom:0;}

#ViewType {padding:6px 10px;}
#SortBySelect {margin-bottom:0;}
.invSort {padding:10px;}
.InvResultsItem.gryBox { margin-bottom: 10px; overflow: auto; }

/* PrintShare */
.InvContainer #PrintShare {padding-top:6px;font-weight:bold;}
    .InvContainer #PrintShare a {color:#000;font-weight:normal;}
    .InvContainer #PrintShare .headerShare {padding-right:24px;}

/* No Results Found */
.InvContainer .NoResultsFound {font-family:Verdana, sans-serif; font-weight:bold;padding:0 0 10px 10px;font-size:18px;}

#InvResultsSearchFilterBtnsSide li {font-size: 10px;}

/*-------------------------------------------
 * Look and Feel
 -------------------------------------------*/
/* Grey boxes */
.InvContainer .gryBox{border: 1px solid #A1B3B0;background: #EEE;}

 /*Special Listings (Green)*/
.InvContainer .special  {background: url('images/invGreenBg.png') repeat-x 0 0 #CEF2A9;}
.InvContainer .special .InvResultsItemHdr  {background: url('images/invBgSprites.png') repeat-x 0 -1150px #ecedeb;}

/* Fnacy Input */
.InvContainer input[type="text"] {background:url(images/invBgSprites.png) repeat-x  0 -400px  #fff;}
.InvContainer #sideBoxALL label{font-size:11px;font-weight:bold;}

/*-------------------------------------------
 * Buttons
 -------------------------------------------*/
/* Buttons */
.InvContainer .button.green {
    background: url(images/invBgSprites.png) repeat-x 0 -200px;
    border-radius: 5px;
    font-weight: normal;
    font-size: 12px;
    padding: 0px 10px 0px;
    -webkit-text-shadow: 1px 1px 1px #244623;
    text-shadow: 1px 1px 1px #244623;
    border: solid 1px #476660;
}
    .InvContainer .button.green.smIcon {padding: 4px 12px 3px;background-position:0 -300px;}
    .InvContainer .button.green.normal {padding: 5px 16px 5px;border: none;background-position:0 -300px;}
    .InvContainer .button.green:hover {background:#369;}

/*-------------------------------------------
 * BG and Sprites for Inventory
 -------------------------------------------*/
/* 35 x 25 */
.invIcon {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 35px;
    height: 25px;
    cursor: pointer;
    vertical-align:middle;
    background:url(images/invSprites.png) no-repeat;
}
/* Care Wrapper Compare */
.invIcon.compare{background-position: -35px -225px;position:absolute;top:0; right:0;margin-top:2px;}

.invIcon.added {background-position: -35px -25px;}
.invIcon.contact {background-position: -70px -25px;}
.invIcon.comments {background-position: -105px -25px;}
.invIcon.quote {background-position: -140px -25px;}
.invIcon.apply {background-position: -175px -25px;}
.invIcon.evaluate {background-position: -210px -25px;}
.invIcon.name {background-position: -245px -25px;}
.invIcon.sticker {background-position: -280px -25px;}
.invIcon.interested {background-position: -315px -25px;}

/* Show Only Button */
#InvResultsSearchFilterBtnsSide .invIcon{width:25px;}

/* Side Bar Icons */
.invIcon.comment {background-position: -111px -175px;}
.invIcon.video {background-position: -146px -175px;}
.invIcon.photo {background-position: -181px -175px;}
.invIcon.special {background-position: -41px -175px;}
/* Hover */
.invIcon.comment:hover {background-position: -321px -175px;}
.invIcon.video:hover {background-position: -356px -175px;}
.invIcon.photo:hover {background-position: -391px -175px;}
.invIcon.special:hover {background-position: -251px -175px;}

.invIcon.startOver {background-position: -36px -200px;width: 28px;}
.invIcon.searchWhite {background-position: -70px -200px;}
.invIcon.search {background-position: -110px -200px;}
.invIcon.checkbox {background-position: -70px -175px;}
.invIcon.Plus {background-position: -350px -75px;}
.invIcon.Minus {background-position: -280px -75px;}
.invIcon.roll {background-position: -210px -175px;}
/* Hover */
.invIcon.startOver:hover {background-position: -211px -200px;}
.invIcon.searchWhite:hover {background-position: -245px -200px;}
.invIcon.search:hover {background-position: -284px -200px;}
.invIcon.checkbox:hover {background-position: -280px -175px;}
.invIcon.Minus:hover {background-position: -315px -75px;}
.invIcon.roll:hover {background-position: -420px -175px;}

/* Date */
.invIcon.date {background-position: -70px -50px;}

/* Social Buttons */
.invIcon.share {background-position: -110px -75px;}
.invIcon.print {background-position: -78px -75px;}
/* Hover */
.invIcon.share:hover {background-position: -251px -75px;}
.invIcon.print:hover {background-position: -218px -75px;}

/* View Types */
.invIcon.Spreadsheet {background-position: -182px -100px;}
.invIcon.Grid {background-position: -217px -100px;}
.invIcon.Block {background-position: -252px -100px;}
.invIcon.Classified {background-position: -287px -100px;}
/* Hover */
.invIcon.Spreadsheet:hover, .active .invIcon.Spreadsheet {background-position: -42px -100px;}
.invIcon.Grid:hover, .active .invIcon.Grid {background-position: -77px -100px;}
.invIcon.Block:hover, .active .invIcon.Block {background-position: -112px -100px;}
.invIcon.Classified:hover, .active .invIcon.Classified {background-position: -147px -100px;}

/* Car Photo Icons */
.invIcon.MediaPhotos {background-position: -179px -175px;}
.invIcon.Media360 {background-position: -215px -175px;}
.invIcon.MediaVideos {background-position: -145px -175px;}
.invIcon.MediaComments {background-position: -108px -175px;}

.MediaPhotos, .Media360, .MediaVideos,.MediaComments  {width:25px;}
/* Sets width specifically for these icons */
.invIcon.Spreadsheet, .invIcon.Grid, .invIcon.Block, .invIcon.Classified, .invIcon.share, .invIcon.print {width:21px;}

/* Details Tabs */
.invIcon.photos {background-position: -175px -125px;}
.invIcon.rotate {background-position: -210px -125px;}
.invIcon.videos {background-position: -245px -125px;}
.invIcon.features {background-position: -280px -175px;}
.invIcon.options {background-position: -245px -175px;}
.invIcon.reviews {background-position: -315px -175px;}
.invIcon.awards {background-position: -210px -150px;}
/* Hover */
.invIcon.photos:hover, .active .invIcon.photos {background-position: -35px -125px;}
.invIcon.rotate:hover, .active .invIcon.rotate {background-position: -70px -125px;}
.invIcon.videos:hover, .active .invIcon.videos {background-position: -105px -125px;}
.invIcon.features:hover, .active .invIcon.features {background-position: -70px -175px;}
.invIcon.options:hover, .active .invIcon.options {background-position: -35px -175px;}
.invIcon.reviews:hover, .active .invIcon.reviews {background-position: -105px -175px;}
.invIcon.awards:hover, .active .invIcon.awards {background-position: -70px -150px;}

.invIcon.MPG {background-position: -283px -226px;width: 25px;}
.invIcon.question { background-position: -432px -76px; width: 16px; }

/* 140 x 50 - Used for 360 Spin */
.invIcon.spinCar {width: 140px;height: 49px;line-height:35px;}
.invIcon.spinCar.exterior{background-position: -35px -310px;}
.invIcon.spinCar.interior{background-position: -35px -360px;}

/* 35 x 35 */
.invIcon.med {width: 35px;height: 35px;line-height:35px;}

/* 11 x 10 */
.invIcon.tiny {width: 11px;height: 10px;line-height:10px;background:url(images/invSpritesTiny.png) no-repeat;}

.invIcon.tiny.first {background-position: -11px -10px;}
.invIcon.tiny.previous {background-position: -22px -10px;}
.invIcon.tiny.next {background-position: -33px -10px;}
.invIcon.tiny.last {background-position: -44px -10px;}
.invIcon.tiny.search {background-position: -100px -11px;}
.invIcon.tiny.certified {background-position: -122px -10px;}

.invIcon.tiny.first:hover {background-position: -55px -10px;}
.invIcon.tiny.previous:hover {background-position: -66px -10px;}
.invIcon.tiny.next:hover {background-position: -77px -10px;}
.invIcon.tiny.last:hover {background-position: -88px -10px;}

/*-------------------------------------------
 * Padding, Margins and Hide
 -------------------------------------------*/
/*Removes Extra Foundation UL Margins */
.InvContainer .m6 { margin: 6px 0;overflow: hidden; }
.InvContainer .InvResultsItemHdr .m6 { margin: 6px; }
.InvContainer .m12{margin:10px;}
.InvContainer .p12{padding:10px;}
.InvContainer .mLeft{margin-left:12px;}
.InvContainer .m12.nRight{margin-right: 2px;margin-top: 5px;}
.InvContainer .w100 {width:100%;}

/* Hide for Inventory */
.InvContainer .invHide{display:none;}

/*-------------------------------------
 * Inventory Specific Styles
------------------------------------ */
.InvContainer .StartOver {color:#4B4B4B;font-size:9px;}

.InvContainer #sideBoxALL a{color:#090;text-decoration:underline;}
    div#sideBoxALL ul li a:hover, div#sideBoxALL ul li.active a {text-decoration: none;color: #369;}

.InvContainer .comparisonQueue  {border: 1px solid #A1B3B0;background: #EEE;display:inline-block;}
    .InvContainer .comparisonQueue li {margin-bottom:0;}

/* Results Colors */
.InvContainer #InvResultsSearchMileage li,
.InvContainer #InvResultsSearchMpg li,
.InvContainer #InvResultsSearchPriceRange li{color: #999;}
    .InvContainer #InvResultsSearchTypeSide .row{margin-bottom:12px;}

.InvContainer #InvResultsSearchFilterBtnsSide li,
.InvContainer #InvResultsSearchPriceRange li,
.InvContainer #InvResultsSearchMileage li {margin-bottom:0px;}
.InvContainer #InvResultsSearchFilterBtnsSide input{vertical-align: middle;}

.InvContainer .invResultsCarTitle { line-height:22px;color:#000;font-size:18px; }

.InvContainer .InvResultsItemHdr .invPricing { color: red;font-size:18px;-ms-word-wrap:break-word; word-wrap:break-word;text-align: right;display: block; }

/* Result Header */
.InvContainer .Price1Title {color:#000;text-transform: uppercase;font-size: 12px;line-height: 14px;}

.InvContainer .InvResultsItemHdr {background:  url(images/invgreyscale.png) repeat-x  0 0  #EDEDED;border-bottom: 1px solid #A1B3B0;}
    .InvContainer .InvResultsItemHdr span.Price1Title {line-height: 14px !important;font-size:12px !important;}

.InvContainer .MediaComments {display:none;}

/*Search Table */
.InvContainer #InvResultsSearchStockNoSide table{border:0; background:none;margin:10px;}
    .InvContainer #InvResultsSearchStockNoSide td{padding: 0px 5px 0px 0px;}
    .InvContainer #InvResultsSearchStockNoSide input{margin-bottom:0;}

#InvResultsSearchTypeBoxSide.m12 {margin-top: 12px 0px 0px 10px;}
#InvResultsSearchTypeBoxSide ul.inline li label {font-size:10px;}
#InvResultsSearchTypeBoxSide ul.inline li{margin-right:6px;}
#InvResultsSearchTypeBoxSide ul.inline li:last-child{margin-right:0;}

 /*------------Listings Box ---------------------*/
.InvContainer #InvResults .gryBox {margin-bottom:12px;}

/* Overriding some foundation styles to tighten up some of the spacing */
.InvContainer .InvResultsItemHdr.row .eight { width: 73%; }
.InvContainer .InvResultsItemHdr.row .four { width: 25%; }
.InvContainer .InvResultsItemHdr.row .four.columns { margin-left: 2%; }
.InvContainer .InvResultsItemHdr .row .nine.invResultsCarTitle { width: 76%; }
.InvContainer .InvResultsItemHdr .row .three.certBtn { margin-left: 2%;width: 22%; }

/* Discount pricing specific styles */
/* Shared */
.listingsDiscountContainer .PriceTitle, .detailsDiscountContainer .PriceTitle { text-transform: capitalize; }
.InvContainer .DiscountValue { display: block; font-style: italic; color: rgb(255, 0, 0); border-bottom: 1px dotted rgb(0, 0, 0); margin-bottom: 4px; line-height: 1.2; }
.InvContainer .DiscountLabel { color: #000; font-size: 11px;line-height: 1; }
.InvContainer .DiscountPrice { display: block;font-size: 18px;line-height: 1; }
.InvContainer .discountDetails { margin-top: 6px; }
.listingsDiscountRevealModal, .detailsDiscountRevealModal { position: fixed; left: 50%; top: 40px !important; padding: 30px 40px; width: 750px; }
.InvContainer .reveal-modal-bg { position: fixed; }

/* ----- Video ------------------------------------------------ */
.dds-defaultVideoPlayer { max-width: none; height:100%; min-height: 400px; }
.dds-defaultVideoPlayer .mainBox {height:100%; width:100%}
.invModal .invVideoWindow { height: 100% }
.invModal #VideoBox { height: 100% }

/* Listings */
.InvContainer .InvResultsItemHdr .invPricing .listingsDiscountContainer { font-size: 14px; }
.listingsDiscountRevealModal { margin-left: -415px; }

/* Details */
#invProfileSpecsHdr .detailsDiscountContainer { font-size: 16px; line-height: 1.2; }
.detailsDiscountRevealModal { margin-left: -405px; }

/* Additional Specials Text*/
.AdditionalPriceText { font-size: 0.7em; }

@media only screen and (max-width: 820px) {
    .InvContainer a.listingsIncentiveModalLink { font-size: 11px; }
}
/* Old modal window styles*/
/* .discountRevealModal h3 { font-size: 18px;line-height: 20px;margin-bottom: 9px; }
.discountRevealModal ul { margin-bottom: 9px; }
.discountRevealModal li { font-size: 14px;margin-bottom: 0; }
.discountRevealModal p { font-size: 14px; }
.discountRevealModal .discountDisclaimer { font-size: 10px;line-height: 13px;text-indent: 10px; } */

/*------------- Header Results ----------*/
.InvContainer .NewUsedCertTitle { color: #369; font-size: 12px;text-transform: uppercase; }

/* Pricing */
.InvContainer .InvResultsDetails{ color:#000; }

.InvContainer .InvResultsDetailsWrap {margin-bottom:12px;}
.InvContainer .InvResultsDetailsWrap .option,
.InvContainer .InvProfileSpecsDetails .option  {text-transform:none; color:#4B4B4B;}

.InvContainer .otherPricing  {padding-right:12px;font-size:11px;text-transform: uppercase;color:#000000;}
    .InvContainer .otherPricing li {display:inline-block;margin-left:20px;}

.invDetailsHeaderExtra { margin: 6px 0; }
.invDetailsHeaderExtra img { margin: 0 4px; max-height: 40px; }
/* Certified Button */
.CertifiedFlag.button { padding: 3px 6px 3px; background-color:#326598; text-transform:uppercase; font: bold 11px/14px Arial,Verdana,sans-serif; margin-top:6px; }

/* -------------Results Details----------------- */
.InvContainer .InvResultsDetails .option{margin-right:6px;}
.InvContainer .InvResultsDetails li {padding-bottom:6px;}

/* MPG */
.InvContainer .invResultsExtraDetails {font-size:10px;text-transform:none;text-align:center;}

/* Media Buttons */
/*.InvContainer .invResultsMediaBtns {font-size:9px;outline: 1px solid #B8CCC9;background: #E6E6E6 url(images/invBgSprites.png) repeat-x 0 0;}*/

/* Car Image Wrapper, Car Info and Footer */
.invResultsCarWrapper { margin: 0px 0px 0 10px; background:#fff; border: 5px solid #A1B3B0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; text-align: center; }
/* Fixes Spacing that appears under image */
.invResultsCarWrapper img{vertical-align:bottom;}

/* Image Preview */
.invResultsMediaBtns { font-size:9px; color:#000; overflow:auto; /*display:inline-block; *display:inline;*zoom:1; margin:0 6px; */ }

/* This Right Margin needs to change when more items are added
.invResultsMediaBtns li {float:left;margin-right:24px;}
*/
.invResultsMediaBtns li:last-child { margin-right:0; }
.invResultsMediaBtns li:only-child{ margin:0;width: 100%; }
.invResultsMediaBtns a{ color:#000; }
.invResultsMediaBtns .invIcon { height: 22px; }

.invMediaText{display:block;}

/* Mobile Buttons */
@media handheld, only screen and (max-width: 767px) {
    .invResultsMediaBtns { font-size: 16px; display: block; padding: 12px 0; }
	/* Media Icons */
	.invMediaText{display:block;}
}
.roundedModal {	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.smPad{padding: 41px 24px 24px;}
/*.closePopUp { background-position: -316px -277px; color: #AAAAAA; font-size: 2.2rem; height: 33px; line-height: 0.5; position: absolute; right: -11px; top: -8px; }*/

.ColorSwatch{width: 13px;height: 8px;display: inline-block;vertical-align: middle;border: 1px solid #369;}
.invResultsItemFooter a, .InvContainer .getDirectionsbtn a, .InvContainer .frmSubmit a{color:#fff;}
.invResultsItemFooter .nav-bar {height: auto;background: transparent;margin-top: 0;border:none;}

/* Details Photo
----------------------------------*/
.invIcon.magnify { position:absolute; right:0px; bottom:0; margin-right:6px; margin-bottom:12px; background-position:-35px -25px; }
.invCarImg {position:relative;}

/* Disclaimer */
 #InvResultsDisclaimer {font: normal 12px Trebuchet MS, Arial, sans-serif;line-height:18px;color:#000;margin-top:12px;}
     #InvResultsDisclaimer strong {display:block; font-weight:700;}
     #InvResultsDisclaimer .show-on-phones {font-size: 1.5rem;line-height: 1.4;}

/* Loading animation */
#loadingPages { font-size: 14px; font-weight: bold; line-height: 3; text-align: center; }
#loadingPages img { display:inline; margin-right: 10px; }
.invModal #loadingPages, .invDetails #loadingPages { position: absolute; left: 0; top: 50%; width: 100%; z-index: 1; }
.invModal iframe, .invDetails iframe { z-index: 10; }

.invListingsViewDetails { background: #fff; border: 2px solid #A1B3B0; border-radius: 5px; font-size: 18px; line-height: 1; margin: 10px 6px 0 0; padding: 6px; text-align: center; }
.invListingsViewDetails a { display: block; }

/*-------------------------------------
 * Mobile Adjustments - Listings
------------------------------------ */
/* Only on Desktop and Tablet */
@media handheld, only screen and (min-width: 767px) {
	/* No Result Found */
	.invResultsItemFooter .nav-bar > li {line-height:inherit;}

	.invResultsMediaBtns{text-align:center;}
	.otherPricing{padding-bottom: 6px;}
	.invResultsExtraDetails{margin-right:4px;}

	/* Input */
	.InvContainer input[type="text"] {font-size: 10px;}

	/* Button */
	.InvContainer .button.green.smIcon {font-size:10px;}
}
/* Only on Mobile */
@media handheld, only screen and (max-width: 767px) {
	/* Hide Elements
	.invIcon.tiny.certified, .invResultsItemFooter .button .invIcon { display: inline-block; }
	*/
	/* Grey Boxes */
	.InvContainer .InvResultsItem.gryBox {overflow:visible;}

	#InvTitleArea, .invResultsCarTitle, .InvResultsItemHdr .Price1, .invPricing .otherPricing{text-align:center;}
	.invPricing .otherPricing li{font-size:1.4em;}

	.CertifiedFlag.button {border-radius:0;font-size: 1.2em;padding:6px;background:url(images/invBgSprites.png) 0 -465px repeat-x #369;margin-top:0;}
	/* Results  Footer */
	.invResultsItemFooter .button.radius {padding: 10px 0;}
		.invResultsItemFooter.m12 {overflow:visible;}
        .invResultsItemFooter .nav-bar {background: #fff;border:1px solid #DDD;}
		.invResultsItemFooter .nav-bar a{ color:#000;font-size: 20px;text-shadow: none; }
		.invResultsItemFooter a, .InvContainer .getDirectionsbtn a, .InvContainer .frmSubmit a{ color:#fff;text-shadow: 1px 1px 1px #000; }
		.invResultsItemFooter .button.green {border-radius:0 !important;}
		.invResultsItemFooter a.flyout-toggle span {border-top: 4px solid #fff !important;}
		.invResultsItemFooter .flyout {color:#000;text-shadow:none;}
		.invResultsItemFooter .nav-bar > li > a.main {border-top:none;}

	/* Results Details */
	.InvResultsDetails ul{font-size:1.4em;margin:12px;text-transform:none;}
	.InvResultsDetails .option {text-transform: uppercase;}

	/* Buttons */
	.InvContainer .button.green.normal {padding:10px 0;}
		.InvContainer .button.green{font-size:20px;}

	/* Side Box */
	.invResultsExtraDetails {border: 2px solid #A1B3B0;border-radius: 5px;padding: 12px 0;background: #fff;margin-right: 6px;}
	.invIcon.compare{background-position: -70px -225px;position:absolute;top:0; right:0;margin-top:10px;margin-right:10px;}
	#InvResultsSearchZIPSide span, .StartOver, select.invDropdown {font-size:1.2em !important;}
	#InvResultsSearchTypeBoxSide {font-size:1.4em;}
	.InvResultsSearchZIPtext {display:block;}
	.SubmitSearch {padding: 10px 12px 9px !important;}
	#InvResultsSearchTypeBoxSide ul.inline li label {font-size:12px;}
	#InvResultsSearchTypeBoxSide ul.inline li{margin-right:24px;}

	/* Footer */
	.InvContainer #InvResultsBottom {font-size: 15px;font-size: 1.5rem;line-height: 1.4;margin-top:10px;border:none;background:none;}

	/* Search Top */
	#InvResultsSearchSubmitSide, #InvResultsSearchSubmitSide  li {margin-left:0;width:100%;}
}
@media only screen and (max-width: 640px) { 
    .InvResultsDetails .five.phone-two.columns {width:100% !important} 
    .InvResultsDetails .four.phone-two.columns {width:100% !important; margin-left:0}
}
/* Very Small Width Fixes */
@media handheld, only screen and (max-width: 445px) {
	.invResultsExtraDetails{ display:none; }
	.InvResultsItem .InvResultsDetailsWrap .InvResultsDetailsPhone { width: 100% !important; float: none; margin: 0; }
	.InvResultsItem .InvResultsDetailsWrap .InvResultsDetailsMedia { width: 100% !important; float: none; }
    .invListingsViewDetails { border: 5px solid #A1B3B0; font-size: 20px; margin: 10px 10px 0; }
	.InvResultsItem .InvResultsDetailsWrap .invResultsCarWrapper { margin: 0 10px; }
}

/*--------------------------------------------------
 *  Details Specific Styles
 -------------------------------------------------*/
/* Required Form Fields */
.requiredInput { color:#cc0000; position: absolute; margin-left: -7px; }

 /* Spacing Above Tabs */
.invNameHeader, #invProfileSpecsHdr { margin-bottom: 10px; }

/* Header */
.invNameHeader{margin-top:10px;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;min-height: 50px;}
.InvBack {padding-top: 10px;}
/*#InvProfileItemHdr {text-transform: uppercase;font-size: 30px;font-weight:bold;margin-bottom:0;}
    #NewUsedCertTitle {color: #369;font-size: 12px;margin-left:6px;position: relative;top: -5px;}*/

/* Prices
.InvProfileSpecsDetails {text-transform: uppercase;}
*/
/*#invProfileSpecsHdr ul {padding: 6px 0;}*/
    #invProfileSpecsHdr li {margin-bottom:0;word-wrap: break-word;}

    .testDrive{font-size:10px !important;}
#invProfileSpecsHdr .Price1 {color: red;font-size: 24px;display: block;line-height: 30px;margin-bottom: 6px; }

.PriceTitle {color: black;font-size: 11px;font-weight: normal;line-height: 1;text-transform: uppercase;position: relative;display: inline-block;}
.disclaimer{font-size:10px;}

#PriceWrap{margin:5px 0;}
    /*#PriceWrap ul.Pricing, #PriceWrap {border-right:solid 1px #CCC;}*/
    #MPGWrap {margin-right:12px;}
    .Pricing{margin-left:12px;text-align: right;}
    .w100 .Pricing { text-align: center; }
#DetailWrap{padding: 6px 0;}
.invProfileMPG {font-size:1.4em;font-weight:bold;}

/* Tabs */
.InvContainer dl.tabs .contained{margin: 0 0 10px 0;}
.InvContainer dl.contained.tabs dd a {padding:0 10px 0 5px;}
.InvContainer dl.tabs, .InvContainer dl.tabs dd a.active {height:40px;}
.InvContainer dl.tabs .contentSwitcher a{ background:url(images/invBgSprites.png) 0 -100px repeat-x #ededed; border:solid 1px #a1b3b0; height:40px; line-height:39px; font-weight:bold; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px;  }
.InvContainer ul.tabs-content  {margin-bottom:10px;}
.InvContainer ul.contained.tabs-content > li{padding:10px;border:0;}
.InvDetailsFavoritesContainer { float: right;}
.InvContainer .sub-content-sub li ul li, #options-all li ul li, #awards-all li ul li{list-style-type:circle;margin-left:20px;}
.dds-cfs-invNoIcon{background:none;width:5px;}
/* Tabs inside Tabs */
.InvContainer dl.invProfileFeaturesType.tabs, .InvContainer dl.invProfileFeaturesType.tabs dd a.active{height:auto;}

.InvContainer dl.invProfileFeaturesType.tabs {border:0;margin-bottom:0;}
.InvContainer dl.invProfileFeaturesType.tabs dd {display: inline-block;float:none;margin-bottom:6px;}
.InvContainer dl.invProfileFeaturesType.tabs dd a {display:inline-block;float:none;color:#369;margin-bottom:0;line-height: 20px;height: 20px;}
.InvContainer dl.invProfileFeaturesType.tabs dd a.active{background:none;color: #090;}
.InvContainer .tabs dd a.active{color: #090;}

#OptionsBox h2, #CalcPaymentRev h2, #AwardsBox h2  {font-size:16px;}
 #monthPay {font-weight: normal;color: #C00;}

#invProfileMediaCar{outline:solid 1px #999;} /* Car Photos */
#invProfileMediaColors {font-size:10px;}

/* 360 */
.three60Box{background: #ccc; color: #000; text-align: center; width: 100%;height:300px;}
#Spin-type{text-align:center; padding:12px 0;}
#Spin-type a {color:#000;}

.getDirectionsbtn{margin-top:10px;} /* Map */
#invProfileCommentsBlock{margin-top:10px;}

/* Buttons */
.details.nav-bar > li {border:0;}

.invStickerBtn{font-size:10px !important;}
.CertifiedImage{margin: 0 auto;}
.invResultsExtraDetails{overflow:hidden;}

.dds-myPaymentButton { display: inline-block;}

/* Quote, Maps and Vehicle Comments */
#invProfileBottomWrap{margin-top:10px;}
.ContactHow.four-up li { line-height: 2.8; }
.InvContainer .invCommentContainer p { margin: 4px 0 6px; }

#InvContainer h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; }

/*-------------------------------------------
 * Search Keyword & Divider
 -------------------------------------------*/
    #InvSearchBoxWrapper .invKeyword {margin-bottom: 9px;}
    #InvSearchBoxWrapper #InvSearchKeyword input {font-size: 13px;margin-bottom:18px;}
    #InvSearchBoxWrapper .invKeywordBtn span {
        display: block;
        height: 25px;
        width: 25px;
        background-image: url(https://s3.amazonaws.com/dom-cms/qa-web/Content/Inventory/images/invSprites.png);
        background-position: -74px -424px;
        margin: 0 auto;
    }
    #InvSearchBoxWrapper .invKeywordBtn {
        width: 13%;
        height: 25px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        background: #54C755;
    }
    #InvSearchBoxWrapper .invKeywordBtn:hover {background: #006699;}

    #InvSearchBoxWrapper #InvSearchKeyword {
        position: relative;
        width: 100%;
        display: block;
    }

    #InvSearchBoxWrapper .InvKeyword {width: 85%;}
    #InvSearchDivider {
       font-size:13px;
       text-align:center;
       position:relative;
       margin-bottom: 12px;
    }
    #InvSearchDivider:before, #InvSearchDivider:after{
        display: inline-block;
        width: 45%;
        border-top: solid 1px #bfbfbf;
        position: absolute;
        top: 9px;
        height: 0;
    }
    #InvSearchDivider:before {content: "";left: 0;}
    #InvSearchDivider:after {content: "";right: 0;}
    #InvSearchBoxSubmit {margin-top:24px;}
/*-------------------------------------------
 * Perfect Fit
 -------------------------------------------*/
    .invSrchBg.invPerfectFit {border: solid 1px #9d9d9d;padding: 20px 15px;}
    .invPFBody {font-size: 13px;}
    .invPerfectFit ul.block-grid {margin-bottom: 0;}
    .invPFBody .columns {text-align: center;background: #fff;}
    .invPFBody .row:first-child {margin-bottom: 12px;}
    .invPFBody p { margin-top: 12px;margin-bottom: 0;}
    h3.invSrchHeader {font-size: 16px;font-size: 1.6rem;line-height: 1.4;}

/*-----------Inventory Details Mobile------------*/
/* Only on Desktop and Tablet */
/* Specials Flag */
.SpecialFlag { background:url(images/invSprites.png) no-repeat -246px -312px; height:70px; width:70px; display:block; position:absolute; }

@media handheld, only screen and (min-width: 767px) {
    .nav-bar.details li{float:none;}
    .invNameHeader .CertifiedFlag {margin-right:4px;}
    /*#ZipCode{float:left;margin-left:12px;width:100px;}*/
    #State {width:90%;height:26px;}
    #CalcPaymentRev select {height:24px;}
    #CalcPaymentRev .button {margin-top: 28px;}
    .invPricingHeader {text-align:left;}
}

/* Only on Mobile */
@media handheld, only screen and (max-width: 767px) {
    .dds-myPaymentButton { display: block;}
	#InvProfileItemHdr{text-align:center;}
    .SpecialFlag { background: url('images/specialsSprites.png') repeat-x 0 -100px; border-top: 1px solid #f4a1a1; border-bottom: solid 1px #3c0101; color: #fff; display: block; font-size: 1.4em; font-weight: bold; line-height: 24px; height: auto; width: auto; position: relative; margin-bottom: 0; text-align: center; text-transform: uppercase; -webkit-text-shadow: 0px 0px 2px #3c0101; text-shadow: 0px 0px 2px #3c0101; }
	#PriceWrap{border:0;text-align:center;}
	#PriceWrap .block-grid.two-up {margin-left:0;}
	.invPricingHeader {border-bottom:solid 1px #CCC;padding-bottom:12px;}
	.invDetails{padding-left:12px;}

	#invProfileCommentsBlock p{font-size: 1.4em;}
	#InvProfileDealerInfo .invAddress p{font-size:1.5em;text-align:center;}
	#invProfileThirdParty {text-align:center;margin-top:12px;}
	#invProfileThirdParty li {float:left;margin-right:20px;}

	/* Car Wrapper Buttons  - Remove if adding 360 spin back to Mobile Version
	.invResultsMediaBtns li {width:46% !important;}
	*/
	.nav-bar.details {margin-top:0;}
	.InvContainer dl.invProfileFeaturesType.tabs dd {height:auto;}
	.InvContainer dl.invProfileFeaturesType.tabs dd a {padding:12px 6px;height:auto;font-size:15px;border-color:#999; }

	#CalcPaymentRev select {height:32px;}

    #InvResultsSearchSubmitSide .InvResultsStartOver {margin-left: 4%;border: solid 1px #A1B3B0;width: auto;padding: 6px 12px 5px 24px;}

}

/*-------------------------------------------
 * Car Fax Logos
 ------------------------------------------*/
/* Listings */
.invIcon.resultsCarfax1 {width:80px;height: 60px;background:url(images/invCarfax.png) no-repeat -180px -20px; }
.invIcon.resultsCarfax2 {width:80px;height: 32px;background:url(images/invCarfax.png) no-repeat -180px -154px; }
.invIcon.resultsCarfax3 {
    width: 100%; height: auto; background: none; font-size: 11px; font-family: arial, verdana, sans-serif; }

/* Details */
.Carfax, .invNameHeader .certBtn {margin: 6px 0;}

/* Additions */
#InvProfileItemHdr h1{
    padding:6px 12px;
    font-size: 24px;
    font-weight:bold;
    margin-bottom:0;
}
#InvProfileItemHdr { overflow: hidden; -ms-word-break: normal; word-break: normal; white-space: normal; -ms-text-overflow: ellipsis; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

@media handheld, only screen and (max-width: 767px) {
	#InvProfileItemHdr h1{ font-size: 30px;line-height: 1.1;/*word-break:break-all;*/ }
}
#NewUsedCertTitle { color: #369;font-size: 12px;margin-right:6px;position: relative;top: -5px;text-transform: uppercase; }

@media only screen and (max-width: 800px) {
	.InvContainer .DiscountValue  { font-size: 14px; }
	.Pricing { text-align: center; }
}
@media only screen and (max-width: 768px) {
	.invProfileMPG { font-size: 1.3em; }
}
@media only screen and (max-width: 767px) {
	.InvResultsItem .InvResultsItemHdr .invPricing { text-align: center; }
	.InvContainer .PriceDiscountContainer { width: 48%;float: left;display: block;text-align: right; }
	.InvContainer .DiscountValue { border-bottom: 0 none; }
    .InvContainer #InvResults .listingsDiscountContainer { width: 48%;float: left;text-align: right; }
	.InvContainer #InvResults .DiscountPrice { width: 48%;margin: 0 0 4px 4%;float: left;display: block;text-align: left;font-size: 28px; }
	.InvContainer .DiscountPrice span { display: block; }
	.InvContainer .w100 .DiscountValue { font-size: 18px;border-bottom: 1px dotted #000; }
	.InvContainer .w100 .DiscountPrice span { display: inline; }
    .InvContainer .discountDetails { clear: both; }
    .InvContainer .discountDetails p { font-size: 11px; }
}
/* IE7 Fixes
-----------------------------------*/
.ie7 #sideBoxALL {margin-left:0;}
.ie7 .InvResultsDetails.row {padding-left:24px;}
.ie7 .InvResultsDetailsWrap .columns, .ie7 .InvResultsItemHdr .columns {margin-left:0;}

/*Schema Org Class*/
.schemaOrg.noDisplay {display:none;}

/* ------------------------------------------------
:: DDS-Inv font
------------------------------------------------  */
 @font-face {
 	font-family: 'DDS-Inv';
  src:url('https://s3.amazonaws.com/dom-cms/Global/fonts/inventory/DDS-Inv.eot?35x1q9');
  src:url('https://s3.amazonaws.com/dom-cms/Global/fonts/inventory/DDS-Inv.eot?#iefix35x1q9') format('embedded-opentype'),
  url('https://s3.amazonaws.com/dom-cms/Global/fonts/inventory/DDS-Inv.woff?35x1q9') format('woff'),
  url('https://s3.amazonaws.com/dom-cms/Global/fonts/inventory/DDS-Inv.ttf?35x1q9') format('truetype'),
  url('https://s3.amazonaws.com/dom-cms/Global/fonts/inventory/DDS-Inv.svg?35x1q9#DDS-Inv') format('svg');
 	font-weight: normal;
 	font-style: normal;
 }
 [class^="icon-vdp-"], [class*=" icon-vdp-"] {
 	font-family: 'DDS-Inv';
 	speak: none;
 	font-size: 30px;
 	font-style: normal;
 	font-weight: normal;
 	font-variant: normal;
 	text-transform: none;
 	line-height: 1;
 	display: inline;

 	/*Better Font Rendering =========== */
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
 /*Chevron */
 .icon-vdp-chevron-right:before {
 	content: "\e607";
 }
 .icon-vdp-chevron-left:before {
 	content: "\e608";
 }

 /* Stars */
 .icon-vdp-save-star:before {
		content: "\e602";
}

.button [class^="icon-vdp-"] {
  font-size: 16px;
  vertical-align: text-top;
}
.srp1-icon-text {
    margin-left: 6px;
}
.invDetailsFavoritesButton.button, .invResultsFavoritesButton.button {
    background: #369;
}
@media only screen and (min-width: 767px) {
    .invDetailsFavoritesButton.button,.invResultsFavoritesButton.button {
        padding: 5px 10px 7px;
    }
    .invResultsFavoritesButton.button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 20;
    }
}

@media only screen and (max-width: 767px) {
    .invDetailsFavoritesButton.button, .invResultsFavoritesButton.button {
        margin-top: 12px;
        font-size: 16px;
    }
    .InvDetailsFavoritesContainer {
        float: none;
        margin-bottom: 12px;
    }
}
/* ---- 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/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/Content/css/flexslider/flexslider.css ---- */
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;min-height: 66px;}
.flexslider .slides > li {position: relative;margin-bottom: 26px;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li { margin-bottom: 0; }
    .flex-direction-nav li a {
        width: 52px;
        height: 52px;
        margin: -26px 0 0;
        display: block;
        background: url('/prod-web/Content/css/flexslider/theme/bg_direction_nav.png') no-repeat;
        position: absolute;
        top: 50%;
        cursor: pointer;
        text-indent: -999em;
        overflow: hidden;
    }
.flex-direction-nav li .next {background-position: -52px 0; right: -16px;}
.flex-direction-nav li .prev {left: -16px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: center;bottom: 0;} /* bottom: -30px; */
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
    .flex-control-nav li a {
        width: 13px;
        height: 13px;
        display: block;
        background: url('/prod-web/Content/css/flexslider/theme/bg_control_nav.png') no-repeat;
        cursor: pointer;
        text-indent: -999em;
    }
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
/* ---- 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/Content/css/mask/mask.css ---- */
/* CFS Mask */
.dds-web-MaskContainer .dds-web-Mask {
  background: #fff;
  outline: solid 1px #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  z-index: 25005; }
.dds-web-MaskContainer .dds-web-MaskSpinner, .dds-web-MaskContainer .dds-web-MaskMessage {
  display: block;
  position: absolute;
  z-index: 25006; }
.dds-web-MaskContainer .dds-web-MaskSpinner {
  background: url(https://s3.amazonaws.com/dom-cms/prod-web/Content/images/cfs-spinner.gif) no-repeat 50% 50% #fff;
  height: 60px;
  width: 60px;
  left: 50%;
  top: 30%;
  margin-left: -30px;
  border-radius: 10px; }
.dds-web-MaskContainer .dds-web-MaskMessage {
  top: 50%;
  left: 0;
  right: 0; }
  .dds-web-MaskContainer .dds-web-MaskMessage > * {
    border-radius: 5px;
    padding: 12px;
    width: 200px;
    line-height: 22px;
    text-align: center;
    color: #e2e2e2;
    font-weight: bold;
    font-size: 14px;
    margin: 0 auto; }

/* ------------------ Mobile Only ------------------ */
@media only screen and (max-width: 767px) {
  .dds-web-MaskContainer .dds-web-MaskMessage > * {
    font-size: 18px;
    line-height: 26px;
    width: 250px; } }

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/elastislide.css ---- */
/* Elastislide Style */
.es-carousel-wrapper {
	background: none;
	padding:10px 37px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position:relative;
}
.es-carousel {
	overflow:hidden;
	background:none;
}
.es-carousel ul {
	display:none;
}
.es-carousel ul li {
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a {
	display:block;
	border-style:solid;
	border-color:#222;
}
.es-carousel ul li a img {
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.es-nav span {
	position:absolute;
	top:50%;
	left:12px;
	background:transparent url(images/invSprites.png) no-repeat;
	width:35px;
	height:35px;
	margin-top:-18px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next {
	right:0;
	left:auto;
	background-position:-280px -275px;
}

.es-nav span.es-nav-prev {
    left:-5px;
    background-position:-35px -275px;
}
.es-nav span:hover {
	opacity:1.0;
}

/* Elastislide Style: New Inventory Details Template*/
.vdp-carousel-wrapper{
	position:relative;
	margin-bottom:0;
	padding: 0 54px 16px;
}
.vdp-carousel{
	overflow:hidden;
}
.vdp-carousel ul{
	display:none;
	margin-bottom: 0;
}
.vdp-carousel ul li{
	height:100%;
	float:left;
	display:block;
	margin-bottom: 0;
}
.vdp-carousel ul li a{
	display:block;
	border-style:solid;
	border-color: #ccc;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.vdp-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.vdp-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
}
.vdp-media-carousel-nav span{
	position:absolute;
	top:50%;
	left:9px;
	width:30px;
	height:30px;
	margin-top:-15px;
	cursor:pointer;
	opacity:0.8;

}
.vdp-media-carousel-nav span.vdp-media-carousel-nav-next{
	right:9px;
	left:auto;
}
.vdp-media-carousel-nav span:hover{
	opacity:1.0;
}
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-srp2-base.css ---- */
/* Updated Stylesheet for SRP2 - October 30, 2015 */
.srp-paging-row .pagination { padding-top: 24px; }

.srp-paging-row .pagination li.unavailable:hover a, .srp-paging-row .pagination li.unavailable a:focus, .srp-paging-row .pagination li.current a, .srp-paging-row .pagination li:hover a, .srp-paging-row .pagination li a:focus { border-bottom: solid 1px #9c9c9c; }

.srp-paging-row .pagination li a {
    border: solid 1px #9c9c9c;
    border-radius: 3px;
    color: #00a6fc;
    font-weight: bold;
    padding: 10px 16px;
}

.srp-result-filter-none i {
    color: #9c9c9c;
    margin-left: 18px;
}

.srp-top-paging-row select {
    border-color: #9c9c9c;
    border-radius: 3px;
    font-size: 13px;
    height: 32px;
    padding: 6px 3px;
}

.srp-top-paging-row li { margin-bottom: 0; }

.srp-filter-header { font-size: 18px; }

.srp-filter-header .result-count {
    font-size: 24px;
    font-weight: bold;
}

/* ----- Desktop Only ---- */

@media only screen and (min-width: 767px) {
    .srp-paging-row .pagination { float: right; }

    .srp-filter-header { font-size: 18px; }

    .srp-filter-header .result-count {
        font-size: 18px;
        font-weight: bold;
    }

    .srp-clear-selected {
        margin-left: 18px;
        text-decoration: underline;
    }

    .srp-top-paging-row label, .srp-top-paging-row select { display: inline-block; }

    .srp-top-paging-row li { line-height: 35px; }
}

@media only screen and (max-width: 767px) {
    .srp-filter-row { display: none; }

    .srp-paging-row .pagination {
        display: table;
        margin: 0 auto;
    }

    .srp-paging-row .pagination li { margin-left: 18px; }

    .srp-paging-row .pagination li:first-child { margin-left: 0; }

    .srp-result-filter-none { text-align: center; }

    .srp-result-filter-none i { display: none; }

    .srp-top-paging-row select {
        font-size: 18px;
        padding: 0;
    }

    .srp-top-paging-row label { font-size: 18px; }

    .srp-top-paging-row label, .srp-top-paging-row select { width: 100%; }
}

@media only screen and (max-width: 540px) {
    .srp-paging-row .pagination li { margin-left: 10px; }

    .srp-paging-row .pagination li a { padding: 5px 10px; }

    .srp-top-paging-row label { font-size: 13px; }

    .srp-top-paging-row select { padding: 6px 3px; }
}

input.srp-search-input {
    padding-left: 2%;
    width: 98%;
}

.srp-search.row .nine { width: 76.1%; }

.srp-search.row .three {
    margin-left: 0;
    width: 23.879%;
}

.srp-buttons { margin-top: 24px; }

.srp-list-mask {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 40;
}

.srp-list-spinner {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: solid 2px #9c9c9c;
    border-radius: 5px;
    color: #5c5c5c;
    left: 50%;
    padding: 12px;
    position: absolute;
    top: 100px;
    width: auto;
    z-index: 41;
}

h4 {
    font-weight: normal;
    margin-bottom: 24px;
}

.srp-filter-list {
    margin-bottom: 16px;
    overflow: auto;
}

.srp-filter-list .srp-filter-header {
    float: left;
    font-size: 24px;
    margin-right: 11px;
}

.srp-filter-list .srp-filters { margin-bottom: 0; }

.srp-filter-list li {
    background-color: #cccccc;
    border-radius: 3px;
    float: left;
    margin-bottom: 6px;
    margin-right: 11px;
    padding: 2.75px 0;
    position: relative;
}

.srp-filter-list li:last-child { margin-right: 0; }

.srp-filter-list li i { padding-right: 11px; }

.srp-filter-list li i:hover { cursor: pointer; }

.srp-filter-list li span {
    font-size: 13px;
    padding: 0 11px;
}

.srp-filter-list li .srp-arrow {
    margin-right: 24px;
    position: absolute;
    right: 0;
    top: 9px;
}

.srp-search-container form { margin-bottom: 0; }

.srp-accordion dt {
    background-color: #9c9c9c;
    cursor: pointer;
    line-height: 36px;
    margin-bottom: 0;
    margin-top: 1px;
    padding: 0 11px;
    position: relative;
}

.dds-cfs-InventoryListing-CheckBox { cursor: pointer; }

.dds-cfs-InventoryListing-SeeMore { cursor: pointer; }

.dds-cfs-InventoryListing-SeeLess { cursor: pointer; }

.srp-accordion dt:hover { background: #434343; }

.srp-accordion dt .fa-square { margin-right: 5.5px; }

.srp-accordion dt .srp-arrow {
    color: white;
    line-height: 33px;
    position: absolute;
    right: 11px;
    top: 0;
}

.srp-accordion dd {
    border: 1px solid #9c9c9c;
    border-top: none;
    margin-bottom: 18px;
}

.srp-accordion dt:last-of-type, .srp-accordion dd:last-of-type { border-bottom: 1px solid #9c9c9c; }

.srp-accordion dt a, .srp-accordion dd a {
    color: white;
    display: block;
    font-size: 13px;
    font-weight: bold;
}

.srp-accordion .active { background-color: #434343; }

.srp-accordion .active a { font-weight: bold; }

.srp-accordion dd {
    border-top: 0;
    font-size: 13px;
}

.srp-accordion dd:last-of-type {
    border-top: 1px solid #fff;
    position: relative;
    top: -1px;
}

.srp-accordion dd li {
    border-bottom: solid 1px #9c9c9c;
    line-height: 36px;
    padding: 0 11px;
    position: relative;
}

.srp-accordion dd li:last-of-type { border-bottom: 0; }

.srp-accordion dd li .srp-checkbox {
    font-size: 18px;
    line-height: 33px;
    position: absolute;
    right: 11px;
    top: 2px;
}

.srp-accordion dd ul, .srp-accordion dd li { margin-bottom: 0; }

.vdp-media-carousel-nav span {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
}

.vdp-media-carousel-nav span.vdp-media-carousel-nav-next { right: -9px; }

.vdp-media-carousel-nav span.vdp-media-carousel-nav-next:before { content: "\f054"; }

.vdp-media-carousel-nav span.vdp-media-carousel-nav-prev { left: 5px; }

.vdp-media-carousel-nav span.vdp-media-carousel-nav-prev:before { content: "\f053"; }

@media only screen and (min-width: 767px) {
    input.srp-search-input {
        font-size: 13px;
        line-height: 24px;
    }

    .srp-accordion {
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .srp-accordion dd span {
        display: block;
        line-height: 1.5;
        padding: 9px 0;
        width: 90%;
    }
}

@media only screen and (max-width: 860px) {
    .srp-top-paging-row label, .srp-top-paging-row select { display: block; }

    .srp-top-paging-row select { width: 100%; }
}

@media only screen and (max-width: 767px) {
    .srp-search.row .phone-three { width: 76.1% !important; }

    .srp-search.row .phone-one {
        margin-left: 0;
        width: 23.879% !important;
    }

    .srp-search-container .button {
        font-size: 18px;
        line-height: 26px;
    }

    input.srp-search-input {
        border: solid 1px #9c9c9c;
        border-radius: 3px;
        font-size: 18px;
        line-height: 36px;
    }

    .srp-selCategory {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -15%;
    }

    .button.large { width: 100%; }

    .srp-apply {
        margin-bottom: 6px;
        margin-top: 6px;
    }

    .srp-search { margin-bottom: 36px; }

    .srp-list-mask, .srp-list-spinner { display: none !important; }

    .srp-advanced-search {
        display: none;
        margin-bottom: 36px;
    }

    .button.srp-open-advanced { margin-bottom: 36px; }

    .srp-accordion dt { padding: 18px; }

    .srp-accordion dt .fa {
        margin-right: 13px;
        top: 24%;
    }

    .srp-accordion dt a { font-size: 18px; }

    .srp-accordion dd li, .srp-accordion dd ul { line-height: 28px; }

    .srp-accordion dd li {
        font-size: 18px;
        padding: 18px;
    }

    .srp-accordion dd li .srp-checkbox {
        font-size: 2em;
        right: 30px;
        top: 30%;
    }

    .srp-accordion dd span { width: 90%; }

    .srp-top-paging-row select { font-size: 15px; }
}

@media only screen and (max-width: 500px) {
    .srp-top-paging-row label, .srp-top-paging-row select { font-size: 11px; }
}

.srp-list-container {
    border: solid 1px #9c9c9c;
    margin-bottom: 24px;
}

.srp-list-container:last-child { margin-bottom: 0; }

.srp-list-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.srp-logo-container { text-align: center; }

.srp-logo-container img { display: inline-block; }

.srp-price-container h3 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

.srp-price-container h3 .srp-title {
    font-weight: normal;
    margin-left: 5.5px;
}

.srp-image-container {
    margin-bottom: 18px;
    margin-left: 18px;
}

#dds-cfs-InventoryListing span.lazyLoaderContainer.lazyImg {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    padding: 50px;
}

#dds-cfs-InventoryListing span.lazyLoaderContainer.lazyImg img {
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.srp-special-flag {
    background: #00a6fc;
    color: #fff;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}

.srp-logo-container img { max-height: 31px; }

.srp-list li {
    line-height: 1;
    margin-bottom: 11px;
    overflow-wrap: break-word;
}

.srp-title {
    font-size: 13px;
    font-weight: bold;
}

.srp-button-set ul, .srp-button-set li { margin-bottom: 0; }

.srp-header-stock-type { margin-right: 6px; }

.srp-reports { margin-bottom: 18px; }

.srp-header {
    font-weight: bold;
    margin: 18px;
    margin-left: 0;
}

.srp-price-container, .srp-incentive-container { margin-right: 18px; }

.vdp-discount-breakdown {
    margin-bottom: 9px;
    border-bottom: 1px dashed;
}

.vdp-discount-breakdown-item {
    padding-left: 10px;
}

.srp-comments {
    margin-bottom: 18px;
    margin-right: 18px;
}

.srp-dealer-container, .srp-logo-container {
    margin-bottom: 18px;
    margin-left: 18px;
}

.srp-button-row {
    border-top: solid 1px #9c9c9c;
    padding: 11px;
}

.srp-button { 
    display: inline; 
    padding-right: 45px; 
}

.srp-incentive-modal {
    left: 50%;
    padding: 30px 40px;
    position: fixed;
    top: 40px !important;
    width: 750px;
}


@media only screen and (min-width: 767px) {
    .button-link {
        background: none;
        color: #00a6fc;
        font-weight: normal;
        padding: 0;
        text-align: left;
    }

    .button-link:hover {
        background: none;
        color: #0192dd;
        text-decoration: underline;
    }

    .button-link i { margin-right: 11px; }

    .srp-image-container { margin-top: 18px; }
}

@media only screen and (max-width: 767px) {
    .srp-header { font-size: 24px; }

    .srp-header {
        margin-bottom: 18px;
        margin-left: 18px;
    }
    .srp-header-stock-type {
        bottom: 4px;
        padding: 2px 11px 2px;
    }
    .button.button-link { text-align: center; }

    .button.button-link i { margin-right: 11px; }

    .srp-button-set .button {
        font-size: 18px;
        padding: 11px 30px 13px;
        min-width: 150px;
    }
    .srp-button { padding-right: 15px; }
}

@media only screen and (max-width: 400px) {
    .button.button-link i {
        display: block;
        margin-bottom: 11px;
        margin-right: 0;
    }

    .srp-image-container { margin-top: 18px; }
    .srp-button-set .button {
        font-size: 18px;
        padding: 11px 0;
        min-width: 110px;
    }
    .srp-button { padding-right: 15px; }
}

/*# sourceMappingURL=srp-style.css.map */
/* ---- FILE HEADER: https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;900&display=swap ---- */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Content/fonts/fontAwesome/font-awesome.css ---- */
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.1.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), 
      url('fontawesome-webfont.woff?v=4.1.0') format('woff'), 
      url('fontawesome-webfont.ttf?v=4.1.0') format('truetype'), 
      url('fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/font-awesome-5p8p1-slim-base-64.css ---- */
@font-face {
    font-family: 'Font Awesome 5 Free Solid';
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAb8AAwAAAAADaAAAAasAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhwGYACBDBEICowMiT4LIgABNgIkA0AEIAWIDgeBRhtbC1GULlKf7MsETmHYGS3wH/EEQ7tko7GkNGOh+GuLGE8e8j8l6Jl31C/4Sv7T/ujPnSfMvIWdIMZ1E+OGsnGblDbjU9EhG28oL5stZ1NrKiRbUVlpUgA/6C2/qHcP0kvkof/7dmfaqTBOsIC24yutwqPSCfuIP5Dej7pvyd1hyRVN+21D3CevYH6yYtaA523UTrVFRKbTqe1HZWRmAmpyQWttgXiQaBnHfNs3/EL1/I7U5/93OaY2aasGZIHf+Dk/YXpJKUmJR0SZRHSVExKIVW/nZ9yEJTm7qzpbUOPqePJLDsANQAAbAAAMQ8pdJRwjx0/poAAdSAiAhijpG8L11zLKAFGkcFN0vhL4oLvP0bPo/A45cYXeQutJBq1pMTkOCzB8QFApSP87qlkBEEGfKrNn2AyyCUfgmrb+6+/RN6urNUD/xiL1fvHn1/h+XskreCz3cvPtLXsxWJJAaiN3A8d1jwLoD7ArWZZZTSQpIZXEjmHkj7+MgCa6vg7DwqBtNNQX+sgqmNDzdCMBtdcVqChoRUWIwDygFOvuDSrBtd2OyUbaQtFdjDuJiHkWIlQLKcgxZHksQtPQXZ5Y4IGsGQ6bx4r2ZP4xQ7Y2GwxPGe0ylexlI22r0PkAEXL7H6LFbIWAa5gTkjcXSFGK6vtDQSOqn0Sk9bIRhiev7cgWrnMzRvkwyHJNxdwV8NpIXC4Ys027LiQMjyvK+J9SUBmObAmnqy3iOR9jVGXHBNlpjsNUTTM85yd43BW2uVm4GHOPSuAgZZMdir3AqytaSL7wUZvKjzSn1WlspNDspdt5iawqmlyfxKsEcIBbrawTsV2L3VAADkvahDg8Ka4glvw2qQxjPmYzJe16lE7wgqDZ2RS6UuN2TZQKXJ8QzapCgj0/5s+lxiSznU9EQwkqR6sEyPKsVE8xMAVP0V2m2g6lh7EYWlGupSKXB/SdWKVoMY3cQ47zKHCQb+cX3SzzhAYQftSzPjr4/Plzf5a4Cu0DfsodJDzKd+LxhIT+enJhS8uGsVdh8l5/IvzVc5pTlSuBzWnT4T5FGCcyacL489/lYFHccA8XZ5Ep+J3SvbmpHnF27cGDx4/1x77jLFu21mz0uKBgHW19iIW9VwnDaZ70NsxODGM2qlS3xKHm1w/a4G1T4qBzPr8ZWGAminXFnF/P8oc3r956vyMX1zitqz16s6Jlj3wyF7nh0/UUmgjX9jFh/1lfHQdZBv+7d9DK9Y+rvfK7YUJxfIDD3ed3vc4rv2lQMO0Vn5JKxNUQqU3xl29mg55F9aG30Ya1kbappp5W9fZkK/QNCXe1q6DLoBrtPTrlWzxsHjCgH26pI9hB3zMP/ww+mH9rjy591UBHB4MG7UFMzxykPaicGGYtvCrGdx5TSlEa27jbxtv863TJwUGqC6h9euCn5ESbXGO224C6WA03Kptn/w0wE87f6DPE8wE+h+6+6SFl15mk7nTtclbTE1EGii1T1/2MLnv6ex9PHsmZ6SlBO0pusysbB1bAyt7a2qYmryK/EiYtHINswL8bZvpaF+56kU5I64wMztTWfmhSV0jeQkDbi+oj925ntuuFf+tdDADw6tH5wvqiZf/f+u+0qQuAjgmQU7QPrAioDXySjBC51xkwvmlArtJdfn0OqEOH+PNYLyeAWJ9QHKWhc4LGqAWionCdKELbAwlnCYyiECSxgmWZDIpkRaAK0Q6mLONgCXUKgpF7sgctB+hysKYM2UsVDQ0ART72QArCGhgz2kFSHsWyrIKiOaZBlRUvwTSY2mDJST4ILjkue9ByAJwcrClC+vy4VzvP/Q1Q/DFNgksf/Xo7CnhFEPp0aloMjbAZGUAFUz5+viFUkDceubFo/3EggcjcHa01eAC3kjTlf0PN+VzXuls3yQ2guXWC+m9oSq6orZNJ6qnPhUwuuxlpEHI5a7ANCwKIgzFa1JIQEauHuOFxhyTClLO8GE3YcN3SFASoTCRAILOWYMTytAA5CX470mJHkwJQglF8+PEVoooga6mIGxRrLCtr1ZEQUWhfCIu7yACWJWDt6cnMfGIw3OTjcrUZYszE6tYpGOmxBrbOtFqIBA+WIZIQ2IweMb6dWQ/DMZmdWY+S9N71GHVCcXAI7bG06qfw2pGQml1FkkH4CGcUV71eEowkkkkhlTTSySCTLLLJIde5NmIkbxg5JRpXk4X6FWqhXZrId0jjWpfCtb1Qv6RsMGDKrsVNU05eOS7TaJoTKDm42nUtA2zbNArkmBGo8kZGI7ocWl5Pm9XAEJe1yQIA) format('woff2'),
        url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAlkAAwAAAAADZQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABHREVGAAAJSAAAABoAAAAcACAACU9TLzIAAAYkAAAATwAAAGBDhOErY21hcAAABnQAAABeAAAAjKlOpUtnYXNwAAAJQAAAAAgAAAAI//8AA2dseWYAAAEcAAAEQwAABf4Cn9UuaGVhZAAABaQAAAAzAAAANhRbW6NoaGVhAAAGBAAAACAAAAAkBEMCUGhtdHgAAAXYAAAAKwAAAEAbrQAVbG9jYQAABYAAAAAiAAAAIgoxCHltYXhwAAAFYAAAAB4AAAAgAHIA7G5hbWUAAAbUAAAB2QAABA4QxhlvcG9zdAAACLAAAACPAAAAxsAwUt542oVUTWgbVxB+o9W+2dU+rfbn7a5kSba1sqRgh8RZ68exXSeF0Lh2KCmlISY9pDQFk5MhoVBDqQ9Oj6WmUOgtp+ZS2mN86EGHFnwIORRs6M+hlx4LPpSQBiN13sptEwh02TdvdmaZ+d43M4/B8Nmwn+HQZxFjgMFcEgZyBuJOu7sInVazO1dLQnhyOO9GxpERufOHjhvBd5ELnxz2I9cw3Kh/6ExPM5ZhjCIxilRiNcYaoSwAj89C8xXg9bjZ7qrIOJdEzaTbbsZcwl+IFZR4C+dXrm1tfb112snhs9tra7fXdDJXkDw55zQ5tq6tzCOuKReBZLQoz8dMMtZrNdsXoJtMQE+JUCLl/OYBYgMDY/PICEjBwU8Yml9hiFOGshlTpA5+NgixMdyHp7DHUJ2eSZ7C1HpdQl2AFi1OMeHp7uPd3cc7e0KEwvriNYs2sWFBS1l3B/f2LCuylF1tG4Ix7bm4BdZizEvCNPYUnTqk00ed9gyoFVdBLkJQH+3Jl2lEMONSKS7ZQoiLIn2uC9hLMdRLyvV7UdwSokjeImWD4XHK+/dpBYljVlesEysTsAxEEGkR/OEPjvp+tqj7m444t3ijvGTjrOHDg6zfHxz5G74xi/ZS+Z2FxHI3Pf0Fbhr/cRNhp90k3LxK9MTEjySCEsrQppTxCVOwYuecnL2CAVqI96iW95C04ISxX648zNl27uEVZZS4g/RKUk86SIcfWIVNqbNwtKGFKvMFaHZ7yxCNQwFUrUP2TxMdm7I8frV54Hca/kHeq5ZXp1DTV61La3p+sCRtW9rw1tTrlaqXP/AbHf+w8Wa1LM1MXl+7ZK3q2uBTW/2kqsaGx9CHHarZBDvLmB9T67bTAaDy8Lr+P98OmibCfSUHN1+uw5KJp5RC4v5L1XSOlIBtQrFALHRH0WujbFEYjWfnkuVsr4vxmUy92XoeBHKM7Qw80bAiBzdlBbXah5nIDoOc6TmecLQPfjQiuwxbbbMi4b6smOc+grIdAWjZ7CNZqchHWS1Tup7xzDzXUZhCe/t9ywzWT6HwldsX2LwRmBbLDoeEEghlj73KrrJ3CWkSUkPMQAokkKQpyLV/NQW0l/YmXS29ZY0aPpyABtZaZ0C1FC5klrVOWtWwpspbj20I5Li2APAnp8HWTBk6fn4y7w9ZujmhNDUOyJdcHpQn3e34vHAHv0pgUi/Z23bpfCbPLY5aXPE8eMP2PNuMHA3JlgfH5EXTr84WvW7ep3CTSna94mzVN4vcnC6UvVxzctpLkrzrfgsZjWcLNY8CVTwnMrNcy8ALUzLGWFddcjQpvc5cMrpDeEjjrUbbSCfj88sG53cM4w7nxmWa3/V0IHbuFnRl1At3xagP+3CR7tECTXQ95TVwRyR2XCq1d9L6PVfdIOSi8OCo6vymxHtjvj/mfyb2Bb3QHzXCqNqDSV8512FeiMG+YH8D8vUG5gB42mNgZGBgEGB4yaDAAAJMQMzIABJzAPMZAB2KAV8AAAAAAAAAAAAAACUAWQB+AKoA4QEMAUYBhQHJAhwCnwLJAv8AAHjaY2BkYGD03DX/B5NKfTy/zVcGbiYGELixc4MDlHb9/+b/VqYpjGeBXA4GsDQAo3cPAgB42mNigIJVDAxMDP9/MTGAaDDmgOD/f6BsBsYDMLn//0FijA4MDADpKQfXAHjaY2BkYGA88P8AAwNTw/83//8zTWEAiqAAAQC7MweUeNpjYGH8wdzCwMrAwOjDmMbAwOAOpb8ySDK0MDAwMbAyM8CBAILJEJDmmsLQ8IHp81nGA/8PMOgxnmEIaQAaA5JjtGJcCqQUGBgBh98OyAB42mNgYGBiYGBgBmIRIMkIplkYKoC0FIMAUITrA9MHng8RH6I+TP2w+sPaDyc/PPi483P057P//zMw4JYTYOL/yb+Ofy1/MX8cfyy/E78OXwjPZh4nsA04AABLvS3HAAB42pWSwU7bQBCG/3USpIYegIpUrZA6l5ZEIo4ItSA5ICGkHHroBdRyNfZCLGKvZS9ESH0KDjwOb9F7j32Mzm4WtJEaqbXlnW92/vk9Wi2AHfENAovnPX8LFnjH2YIDtHDguIEPOHLc9DQtfMR3x2vo4IfjNvbw4Hgdb/HkeANv8NPxpue/5Xlue5qO1TQgmq84+4zfjgWGYsdxgLb46riBY3HhuOlpWvgiHh2vYU/8ctzGRfDa8TrCIHW8gU/Bg+NNz3/L89z2NB2jOVXlfZVdTzV1kx5NVKHpZC5rlUufKaJJJSWdqVmW2mVltR+FR+H+wXAUHg5H1F3S3cmqzlQxJqvpmZorRcagbw3Op5Lm8nK3plzVmkpV3s7iirJEFVRLTXGRklZqdpPpcKp1WY8Hgyt2ihdOYaLyvwyHUyiUuEeFDNeYQoPQRYIexwnXCrtzgjkkas5zjqv2CZHtqphNdsb7M/ZNPfr/3j5XQr6xIfb5/gwxYjq00Uy62u+O14rzzCrG9g/PPr2XvuWu6GWCvjfBOZ+LcTTKS+yymlitOJr/lvYEb1kbcy9xR2K9ievSKmLOUo6a943nDWs0z2FOW3NvzdMN+L1yM8VLM4XWL/+3k/sDgmawxAAAAHjabYpbDoIwFEQ7vERAo/HLRbCoS73axtKSW5R1uGIliH+eZCaTk1GJWni/1Fn94zAHKkGCFBlyFNigxBYVajTYYb+7OYqx7UlG620RmUSbXBvW92bpVlvRjmvrr2Hd+WCC5yOJhGlV7SVMvpiEvTZZRxJL9k92YeBUk5y+V3Lj7/4Yqj50dl6z/ADknjH+AAAAAAH//wACeNpjYGRgYOBhgAAmIGQEY2YGfgYmAAHlACoAAA==) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAP4AAwAAAAACGgAAAOqAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhwGYAA0EQgKgzCCbgsOAAE2AiQDGAQgBYg+B04bQwfIngXl2GkaIlnPyjgySJjy8EMX8fT7ve65DwLELhMVVlGArawSHf91VFGjapVEXePK+h3p1DvLISnxFIJPScYPIsiAU60iwk7IqMKlA4MLP/79h2vq3S11PH4L0ZkOJKroJjaL+ofDSLFhNTVIOSQAnwJ6lrqMVDM++GjBMCCiEVG4w3VeZw405Ba7AVxYK/+DjwmgaCqQMA4Q08eX1Qn2T0t/LcuZ7gzaOZVPIKe4EViHKKgwjRFMk1oHarXwa1nHr6Xd2AAgIJ0CWjCMGi+BDwDUACgi4+qwMT3TP0LpbWFdp21DRtzOtW1e2jCKvmkbO+1EwI3yBXpLl3os8gT7ztELPJce5Y6w0zz5MdNv3kSx57XeNcoUUla/5ksevvuaL/badGwX4sbRx1D0O3s9a1HEq9x0zWHVitjN/JaeYl/AssjVsCguXsxxuImddgIMGjL4sAgZUR/tNn3h7NXux91bNTGhqzRX+eBCc0LFKP+gsa3l0pJZk6zxsunTzXhf7bzyuWLeI0Hj0no/Jq4mTl6hcYDPPOMSxffmVhuismtz6RpZ3oqt3FXPXGRXnjbV+0ga7T9j/V+1auO++Lmqzqvoo+jHB9yv3muB05NmsQ+G9LtOndMzVFzhK7dRSWlB/H9VeHxG/K4b3P2hWcQ92PcAQq6Ovfnof/Jvy1jid2dOAvDj6J5U69is7mN3uEzEh0C/AsKsT0PpZTCfmyAM0BbIfQIp5GNFhFZXhcD/24IIzgBguWpAwCIQECt8ISj6HEFQ2ZIMQZ2Nxo42tBZNwqBdazBkzjmM8/CUTqDpJI7OUJLZRYzULsC+Xx7iNDWK0XSjcp6R1iQa1x1Da39SDHqyWAzZ2xyMU+4UnUDTSRydobjZgo8BjXQobpiQSbN0ra2KvBiJus+8/QZndrNyapwmisbSsIjwOBqjNRJ5Mfu/yvESyqNItjO+qBpkGn/l+y02t/OGcyOWwyfe0GUkxSzXeYcG+oz0qXIta35fG8iyli7fwbcMMgi0bPT69OhlRMh1UCCyCYYZEWksuhgIhnQlbSKiEOn02gzrJFREuX4Pk0FtxYF6IY7TiELFosJECBeHirE6JeTItFkXlzXoy2TjCxABRZVSnDCqF4Y02Uq9UNaSbsdTLFktMDAitATaYvlEnw6CYZoxWDLtyN2EkUAwaEAfIzoTFhtpGcQLEaKbF7aRGarDqdVEjEgYRurmWnCgRZRIkEGp7ODIp9ka+538AeeDRAA=) format('woff2'),
        url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAXkAAwAAAAACGQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABHREVGAAAFzAAAABgAAAAcABYABk9TLzIAAAMoAAAAUAAAAGBCJ93pY21hcAAAA3gAAAAuAAAANAAP8O1nYXNwAAAFxAAAAAgAAAAI//8AA2dseWYAAAEcAAABbgAAAaxNO+KWaGVhZAAAArwAAAAzAAAANhRPW7doaGVhAAADCAAAACAAAAAkBDcCOGhtdHgAAALwAAAAFgAAABgIKgAAbG9jYQAAAqwAAAAOAAAADgEvAKFtYXhwAAACjAAAAB4AAAAgAG8DT25hbWUAAAOoAAAB3gAABD40cmA0cG9zdAAABYgAAAA5AAAATmNFxJd42j2Qy07CQBSG5wy09EKnQmemktQWWmgxDRdbhmoNhITEhLUmsnTrUuM7uDO8gTwBz+DevWsfwSdAWzQuzvkXf07ynQ9hhL4/4Q22yESXCEHCWYPKQccPRWMyTaVpJtfKCQNftsNIZtSFIhnlthy5kMqBH/E0mYOYwIY6Dt1vyw0ji1gWUyi3HK9fuxaqQpQj4trkSPZZd6DWhtnF+hS2/wd31HklVMGGXa+ycUdamE2NNWVQ4LgrVTBtOeDmNwMJQUH8hRFs0Ljg5YwS/MuQ+eEhhngG3A7FJCtRRfFFYv+9Ae/QXz1drVc6WeWB0DSVkOOQ89bIjB4WeBYPva5X912XQ7+qivvb6QgGpx5UJDduYQPa507rLK/U6/G8U2v2WNVoH3h+DfYKnkJeDCLNAjGZwyWI0tsJBCxlwZ/STsLhjeiPubqUTKPLvGic5x86ITq8aCY87x81c7eMdUOd4WGcLHdlUdToB139P9EAAHjaY2BkYGBgY/ZhUGcAASYgZmQAiTmA+QwADhYAwgAAAAAAAAAAAAAAWQChANYAAHjaY2BkYGD03DU/+ZJ3djy/zVcGbiYGELixc4MDlHb9//7/dqZWxvtALgcDWBoAsO0PWAB42mNigIJVDAyMBxgYmBggNAAU3gIxAAB42mNgZGBgPPD/AAMDU8P/9/8/MrUyAEVQABsAuSsHcHjaY2BhfMk4gYGVgYHRhzGNgYHBHUp/ZZBkaGFgYGJgZWaAAwEEkyEgzTWFoeHDzA+zGA/8P8Cgx3iGIaQBaAxIjtGKcSmQUmBgBACSIA8keNpjYGBgYmBgYAZiESDJCKZZGBSANAsQAvkfZv3/DyRn/v/Pnw2WZwAAbpUH6QAAeNqdkc9q20AQxj/JTkoTKEnACZQWBkqJXWKZOBH+cygkAR96DKH0qiiyLWJphXYTkxfoOY/Q5+ihT9C36Ev02NFqUtahKaUSq/3NzDffDisAr7yP8FA/L3nV7OE1RzX7eIaBcANv8F646WjW8BaR8DpnPwtv4ABfhDexh+/CW2jhh/C247/jeLYcza7VNOA1n3N0jJ/CHsbegbCPF95UuIGJZ4SbjmYNH7yvwus49pvCG/jkD4U3Efj3wlt4538T3nb8dxzPlqPZrTRnqrgr09ncUDvu0ETlhk6WiVZZ4jKFdFpG+ZWm82R2s4hK2f6q6YbBMDg86o+CQX9E7RXtbVLqVOVjsppOVZNSWJt0xeRintAyudzXlCltqFBFlaU0VjnpxBBrySi1uE5NMDem0ONeb8puUe0WxCr745A4g0KBO5RIMcMcBoQ2YnR4n3Att5kTLJFAc5zx/lSeEPI6Za+I61ecJ5xzfoYbLDhXPor+36fLigBDXoc4Qh8jpoHdq+mf9r3lb8lxahVje9KDT+d332pXuDJJ99EkF3xnlXPVcYl9O2vGndqeX9jbfdASnxvbM4jriVXUvsSs+F3gmjWG56n+hOFezVP2+J3KbNHKbIH1y/79Jn8BpOa/kQAAeNpjYGIAg/8TGSQZsAE2IGZkYGJkYmRmZOErKc8sKUkt0i0uLE0sSmWHcjnSEpNTk/LzswE/gQ38AAAAAAAAAf//AAJ42mNgZGBg4GGAAEYgZAWTTCAIAAHAAB0=) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*!
 * 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-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-phone:before {
    content: "\f095"
}

.fa-search:before {
    content: "\f002"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-home:before {
    content: "\f015";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-camera:before {
    content: "\f030";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-times:before {
    content: "\f00d";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

.fa,.far,.fas {
    font-family: 'Font Awesome 5 Free';
    font-display: swap
}

.fa,.fas {
    font-weight: 900
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/font-awesome-5p8p1-slim-other.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-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-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-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-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-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-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-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-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-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-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-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-readme:before {
    content: "\f4d5"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-road:before {
    content: "\f018"
}

.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-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-x-ray:before {
    content: "\f497"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-check-square-o:before {
    content: "\f14a";
}

.fa-square-o:before {
    content: "\f0c8";
}

.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
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-square:before {
    content: "\f0c8"
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/a9f5d6aa-5687-4f1e-b236-fa4bda27df34/css/customization_2021.css ---- */
.hondoTop{display:none}.mapLink.hide-on-phones.hondo{display:none!important}.logoSlideshow{display:none}.tractorLogos{display:none}p.small{font-size:12px}.bottomBar .rotatingLogos{display:block;width:150px;height:59px;margin-top:-20px}.topBar .rotatingLogos1{display:none;width:116px;height:16px}.rotatingLogos1 img{max-height:16px}.rotatingLogos img,.rotatingLogos1 img{color:rgba(0,0,0,0)!important}.reveal-modal{background:#fff!important;z-index:1000002}.dealerLogo.loadedLazyImg{margin-top:5px}footer p span,.sideBar p span{font-size:12px!important}.trx-contact-disclaimer .label{background:none!important}.dataOne{display:none}body,h1,h2,h3,h4,h5{font-family:"Roboto Condensed",Arial,sans-serif}p,button,.button{font-family:Roboto,Arial,sans-serif}p strong,li strong{font-weight:bolder!important}input[type="text"]:focus,input[type="text"]:hover,input[type="email"]:focus,input[type="password"]:focus,textarea:focus{-webkit-box-shadow:0 0 0 2px #ed2024;-moz-box-shadow:0 0 0 2px #ed2024;box-shadow:0 0 0 2px #ed2024}.cke_editable .VendorCode{display:block!important;background:#666;color:#fff;padding:10px 0;margin:20px}body{font-size:16px;font-weight:normal;line-height:1.5}#SiteContainer{background:#fff;max-width:100%;margin:0 auto;padding:0}.container{padding:0}.center{text-align:center}.row{max-width:100%}.panel{background:#f8f7f7;padding:10px;border-radius:5px;margin-bottom:20px}header .topBar{background:#1a1a1a;box-sizing:border-box;padding:0}.socialIcons ul{list-style:none;margin:0}.socialIcons ul li{float:left;margin:0 10px}.socialIcons ul li a{color:#fff;font-size:24px;line-height:2}.topBar .eight a,.topBar .eight a:visited{color:#fff;font-size:16px;line-height:2;margin-top:10px;text-align:right;text-transform:uppercase}.topBar .eight a:hover{color:#ed2024}.topBar .ten a,.topBar .ten a:visited{color:#fff;font-size:16px;line-height:2;margin-top:10px;text-align:right}.topBar .ten a:hover{color:#ed2024}.topBar .rightside .two.columns{background:#fff;padding-right:20px;box-sizing:border-box}.topBar .rightside .two a,.topBar .rightside .two a:visited,.topBar .rightside .two a .fas,.topBar .rightside .two a:visited .fas{color:#ed2024;font-size:24px;line-height:2;text-align:right;font-weight:bold}.topBar .rightside .fas{margin:0 10px}.topBar .rightside .two.columns:hover{background:#ed2024}.topBar .rightside .two:hover .fas{color:#fff!important}.bottomBar{padding:10px 20px;box-sizing:border-box;height:120px;position:relative}.bottomBar .seven.columns{margin-top:30px}.bottomBar .three.columns{margin-top:20px;text-align:center}.bottomBar .mahindraBtn{display:inline-block;transform:scale(.95,.95);transform-origin:center;max-width:190px}.bottomBar .mahindraBtn:hover{transform:scale(1,1)}.bottomBar .mahindraBtn{display:none}.bottomBar .yanmarBtn{display:inline-block;transform:scale(.95,.95);transform-origin:center;max-width:190px}.bottomBar .yanmarBtn:hover{transform:scale(1,1)}.bottomBar .yanmarBtn{display:none}.closePhones,.closeNav{position:absolute;top:0%;right:0%;/*! background: #b3181b; */padding:10px 15px;color:#ed2024;font-size:1.75rem;font-weight:bold;cursor:pointer;z-index:100;/*! box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, .05) */}.closePhones:hover,.closeNav:hover{color:#b3181b}.headerPhone{text-align:center}#phoneBox{position:fixed;padding:20px;right:0;z-index:1000;width:100%;top:0;border:1px solid #ddd;display:none;background:#fff;max-width:350px;box-shadow:3px 3px 3px #343434;box-sizing:border-box;height:63vh}#phoneBox{border-bottom-left-radius:15px}#phoneBox h3{font-size:20px;margin-bottom:0}#phoneBox h4{font-size:16px;margin-bottom:15px}#phoneBox p{font-size:15px;width:80%}header.sticky{border-top:0 none;left:0;position:fixed;top:0;width:100%;z-index:99999;background:#fff;box-shadow:1px 1px 20px #ddd}.sticky+#main{padding-top:200px}.showNav{display:none}.closeNav{display:none}#main{padding:30px 20px 20px;background:#fff;box-sizing:border-box;max-width:1400px;margin:0 auto}.center{text-align:center}a{-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}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 15px;font-size:1.5rem;word-wrap:break-word;color:#2e3d45;line-height:24px}p.disclaimer{font-size:10px;line-height:1.5}a,a:visited,a:focus{color:#ed2024}a:focus,a:hover{color:#b3181b}#main .button{background:#ed2024;color:#fff;border-radius:8px;padding:10px 35px;box-sizing:border-box;font-weight:900}#main .button:hover{background:#b3181b;box-shadow:3px 3px 3px rgba(0,0,0,.3)}.cke_editable .hide{display:block!important;background:#666;color:#fff;padding:10px 0;margin:20px}.reveal-modal{box-shadow:-3px 3px 3px 0 rgba(0,0,0,.2)}#main .reveal-modal{border-radius:0;background:#fff}#main .reveal-modal-bg{opacity:.4!important;z-index:1}.modalClose{float:right;background:#ed2024;color:#fff;padding:10px}.reveal-modal .close-reveal-modal{top:0;right:0;padding:10px;background:#ed2024;color:#fff;z-index:100}.reveal-modal .close-reveal-modal:hover{background:#b3181b}.nav{margin-top:12px}#nav-container{border:0;margin:0;text-align:center;height:auto}#nav-container li ul{display:none}#nav-container>li{border:none;float:none;display:inline-block}#nav-container>li a{color:#232828;border:0}ul#nav-container>li>a{font-weight:600;padding:0 10px;font-size:18px;line-height:30px}#nav-container>li a:hover{color:#ed2024;-webkit-transition:all .1s ease;-moz-transition:all .1s ease;-o-transition:all .1s ease;transition:all .1s ease}.flyout{background:#fff;border:0}#nav-container>li.has-flyout>a.main.changeMe{color:#ed2024}#nav-container>li>ul li a{color:#232828;font-size:1.5rem;margin-left:10px;font-weight:500;padding:10px;display:block}#nav-container>li li{margin:0}#nav-container>li>ul li a:hover{color:#ed2024}#nav-container>li.has-flyout>a.flyout-toggle{border-left:none}#nav-container>li.has-flyout>a.flyout-toggle span{border-top:4px solid #b3181b}ul.flyout.small{text-align:left;width:300px;border-bottom:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;padding:0;top:30px}.navShow:hover .fas.fa-bars{color:#ed2024}.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.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}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-200%,0);transform:translate3d(0,-200%,0)}}@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}@-webkit-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)}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@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)}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInDown{-webkit-animation:fadeInDown .3s!important;-moz-animation:fadeInDown .3s!important;-o-animation:fadeInDown .3s!important;animation:fadeInDown .3s!important}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}.sideBar{background:#f8f7f7;padding:10px;box-sizing:border-box;border-radius:5px}.sideBar h1.title,.sideBar div.title{background:#1a1a1a;color:#fff;padding:10px;box-sizing:border-box;border-radius:5px;font-size:3.25rem;font-weight:bold;margin-bottom:12px;line-height:1.25}.sideBar .pane{display:none}.sideBar .pane.show{display:block;transition:max-height .2s ease;margin:0 0 20px 20px}.sideBar h2{font-size:1.75rem;font-weight:400}.sideBar h3{font-size:1.45rem}.pane.active.show .hours h3{display:none}form.nice div.form-field input,form.nice input.input-text,form.nice textarea{background:none}.dual form label{margin-bottom:2px}.dual select{font-size:13px;width:130px;height:40px;padding:5px}.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;text-indent:6px}.dual form label,.vdp-cta-form form label{font-family:Roboto,Arial,sans-serif!important}.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:border-box;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:6px;font-size:1.5rem}.dual input[type="text"]:focus,.dual input[type="text"]:hover,textarea:hover,textarea:focus,input[type="email"]:hover,input[type="email"]:focus{-webkit-box-shadow:none;box-shadow:none;outline:none;border:1px solid #f96302;box-sizing:border-box}.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:#ed2024;border:none;color:#fff;padding:10px 35px;font-size:1.3rem;float:right;cursor:pointer;margin-bottom:10px;width:auto;font-weight:bold;border-radius:3px;text-transform:uppercase}.dual input[type="submit"]:hover,.vdp-cta-form a.frmSubmit:hover,.form-gotoPrevPage,.form-gotoPrevPageLast{background:#b3181b;box-shadow:3px 3px 3px rgba(0,0,0,.3)}.dual .formContainer h2{background:#1a1a1a;color:#fff;text-indent:10px;clear:both}.dual .formContainer h3{background:#1a1a1a;color:#fff;text-indent:10px;clear:both}#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:#b3181b;border-radius:30px;padding:10px 20px;float:none;display:block;margin:0 auto}.dual .four #CalcPayment dd:last-child{width:75%;margin:0 auto}#vdp-calculate-payment #IdMonths{width:100%}.staffListItem h3{font-size:2.2rem}.staffListItem .staffName{font-size:1.5rem;font-weight:bold}.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}.department ul dl{background:none;box-shadow:none;border:none;box-sizing:border-box;text-align:center;border-radius:5px;padding:10px}.department img{border-radius:5px}.tattachments .block-grid.four-up li{min-height:150px;position:relative;border:1px solid #dfdfdf;box-sizing:border-box;margin-bottom:25px;border-radius:5px;font-weight:bold;box-shadow:3px 3px 3px #dfdfdf}.tattachments .block-grid.four-up li:hover{transform:scale(1.1)}.tattachments .block-grid.four-up li img{width:100%}.tattachments .block-grid.four-up li span{position:absolute;bottom:0;width:100%;right:0;background:rgba(255,255,255,.95);text-indent:10px}.brand .eight h2,.brand .eight h3,.brand .eight h4{margin:25px 0 0}.brand .eight h2{text-indent:5px}.brand .eight h3{text-indent:10px;font-size:20px}.brand .eight h4{text-indent:15px;font-size:16px}.brand .eight p{margin-left:20px}.brand .faqs h2{margin-bottom:20px}.brand .faqs p{margin-bottom:5px}.brand .faqs p:nth-child(odd){margin-bottom:20px}.brand .faqs p strong{margin-left:-10px}.brand .faqs{background:#f8f7f7;padding:10px;border-radius:5px}.brand .eight .center p{font-weight:bold;margin:75px 0;text-transform:uppercase}.serviceMenu .four{box-sizing:border-box;border-radius:5px;background:#eee;margin-bottom:20px}.serviceMenu .four p span{font-weight:bold}.serviceMenu h3{font-size:20px;text-transform:uppercase;color:#555}.serviceMenu p span,.serviceMenu li span{color:#ed2024}.serviceMenu .four h3{font-size:18px}.serviceMenu .fourTop{background:#f8f7f7;padding:10px;border-radius:5px}.serviceMenu .fourBottom{padding:10px;border-radius:5px;background:#f8f7f7}.serviceMenu .fourBottom li{font-size:14px}.testimonial-list{list-style:none!important}.testimonial-list li{padding:10px;box-sizing:border-box}.testimonial-list li:nth-child(even){background:#f8f7f7;border-radius:5px}.testimonial-list .fa.fa-fw.fa-star{color:#ed2024}footer{background:#1a1a1a;padding:50px 20px}footer a:link,footer a:visited,footer h2,footer h3,footer p{color:#fff}footer a:hover{color:#ed2024}footer li::marker{color:#ed2024}footer .four.columns{text-align:right}footer ul{direction:rtl}footer li{margin:0 15px 0 0}footer .socialIcons ul li{text-align:right;margin:0 10px;float:right}.ppolicy{position:absolute;bottom:-25px;right:0;display:grid}@media only screen and (max-width:1500px){.row .six.leftside{width:60%}.row .six.rightside{width:35%}.topBar .ten a,.topBar .ten a:visited,.topBar .eight a,.topBar .eight a:visited{font-size:15px}}@media only screen and (max-width:1400px){.nav{margin:10px 0 0}}@media only screen and (max-width:1280px){.nav{margin:6px 0 0}a.searchShow{padding:5px}#nav-container>li>a{padding:0 5px;font-size:15px}.dealerLogo{margin-top:15px}}@media only screen and (max-width:1200px){.row .six.leftside{width:60%}.row .six.rightside{width:35%}.topBar .ten a,.topBar .ten a:visited,.topBar .eight a,.topBar .eight a:visited{font-size:13px}.bottom-row.row .two{width:20%}.bottom-row.row .seven{width:40%}.showNav{display:block;text-align:center}.closeNav{display:block}.nav{display:none;position:fixed;top:0;left:0;z-index:100000;margin-top:0;right:0;padding:0;width:66.9%;margin:0 auto}#nav-container{max-height:90vh;overflow:auto;border-radius:0;box-shadow:-3px 3px 3px 0 rgba(0,0,0,.3);padding:15px 0}#nav-container{height:auto}#nav-container>li>a.main{text-align:left;border-top:none;border-right:none}#nav-container>li>ul li a{margin-left:0}.nav #nav-container>li>a.main{padding:0 10px;font-size:1.5rem}.nav #nav-container li{width:95%}ul.flyout.small{width:100%;background:#eee;text-indent:0%;position:relative;top:0;margin-bottom:0;border:none!important;padding:0 10px;box-sizing:border-box}.dealerLogo{margin-top:25px}}@media only screen and (min-width:767px)and (max-width:1200px){.bottomBar.row .two{width:20%}.bottomBar.row .seven{width:49%}}@media only screen and (max-width:1023px){.topBar .ten a,.topBar .ten a:visited,.topBar .eight a,.topBar .eight a:visited{font-size:11px}.socialIcons ul{margin-top:8px}.socialIcons ul li a{color:#fff;font-size:14px;line-height:2}.reveal-modal-bg{position:fixed}.dealerLogo{margin-top:15px}.topBar .leftside .four{width:23%}.topBar .leftside .eight{width:70%}}@media only screen and (max-width:960px){.socialIcons .four{width:50%}.socialIcons .eight{width:40%}}@media only screen and (max-width:900px){.bottom-row.row .two{width:30%}.bottom-row.row .seven{width:30%}.bottom-row.row .three{width:30%}}@media only screen and (min-width:768px){.nav{visibility:visible!important}.fas.fa-bars{color:#000;font-size:3rem;margin-top:12px}}@media only screen and (max-width:767px){.sticky+#main{padding-top:148px}.topBar .ten a,.topBar .ten a:visited,.topBar .eight a,.topBar .eight a:visited{font-size:18px}.six.columns.leftside{width:65%!important;float:left}.six.columns.rightside{width:30%!important;float:right}.topBar .rotatingLogos1{display:block;margin-top:10px}.topBar .rightside .ten{width:50%!important;float:left;padding-right:10px;box-sizing:border-box}.topBar .rightside .two.columns{width:50%!important;float:right;padding-right:0}.topBar .socialIcons a{font-size:18px}.topBar .socialIcons ul{margin-top:8px}.bottomBar{height:100px}.bottomBar .two.columns{width:40%!important;float:left}.dealerLogo.loadedLazyImg{max-width:160px;margin-top:5px}.bottomBar .seven.columns{width:25%!important;float:right;text-align:right;margin-top:20px}.bottomBar .three.columns{display:none}.showNav{margin-top:3px;text-align:right}.fa-bars{color:#000;background:none;display:block;height:auto;padding:5px 10px 10px;box-sizing:border-box;font-size:20px;font-weight:bold;line-height:32px;width:auto}.fa-bars:hover,.fa-map-marker-alt:hover,.fa-phone:hover{background:none;color:#b3181b}.nav{width:100%}ul.flyout.small{width:100%}.sideBar .social-icons .block-grid.three-up{margin:0 auto;width:50%}footer .four.columns{text-align:left}footer .four.end{margin-top:50px}footer .socialIcons ul{list-style:none;width:145px;margin:0 auto;float:left}footer .socialIcons ul li{text-align:left;float:left}footer .socialIcons ul li:first-child{margin-left:0}.ppolicy{position:relative}div.dataOne,.dataOne a{display:none!important}#main .button{margin-bottom:10px}}@media only screen and (max-width:640px){.show-on-tablets{display:none!important}.show-on-phones{display:block!important}.img_block .show-on-phones{display:block!important}.topBar .socialIcons ul li{float:left;margin:0 5px}}@media only screen and (max-width:480px){.mobileMenuText{display:none}}
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/a9f5d6aa-5687-4f1e-b236-fa4bda27df34/css/invlist.css ---- */
.srp-container img{color:rgba(0,0,0,0)!important}.vdp-media-carousel-nav span{font-family:"Font Awesome 5 Free";font-size:18px}#newUsedSRP .srp-paging-row .pagination li.current a{background:#a30f12}.fitow-button-content{display:block!important}.fitow-button-content div:first-child{float:left}.fitow-button-content div:nth-child(2){float:left;margin-left:5px}.text.primaryColor[data-v-a5a83981]{color:#39af27!important}.fitow-button-wrapper[data-v-a5a83981]{border:1px solid #39af27!important;background:#f5fff3!important}.info-tooltip-button[data-v-a5a83981]{border:1px solid #39af27!important;color:#39af27!important}.fitow-pay-low-cta{text-align:center;margin:0 auto;display:table}#dds-cfs-InventoryListing-MakeFilters{display:block!important}.srp-comments{display:none}.makeDependable{display:none}.srp-accordion dt:first-child,#dds-cfs-InventoryListing-StockTypeFilters{display:none!important}.hideMe{display:none}.six.columns.push-six.srp-price-column{width:100%;left:0}#main button#dds-cfs-InventoryListing-SearchButton{border-top-left-radius:0;border-bottom-left-radius:0}.aboutTractors,.makeDependable,.aboutMowers{margin-bottom:20px}.myStickBtn{border-radius:30px}#newUsedSRP .request.button{border-radius:5px;margin-bottom:5px;margin-right:10px}#newUsedSRP .request.button.green{background:green}#newUsedSRP .request.button.green:hover{background:#016f01}.srp-logo-container img{max-height:50px}img.carfox{max-height:100px;position:relative;top:20px}#newUsedSRP .srp-list-container{background:#fff;box-shadow:-2px 2px 2px 2px rgba(0,0,0,.03);border:1px solid #ccc}#newUsedSRP .button{background:#ed2024;color:#fff}#newUsedSRP .button:hover{background:#b3181b}#newUsedSRP .srp-button-set .button{border-radius:30px;display:block}#newUsedSRP .srp-button-row{background:#ddd}#newUsedSRP .srp-button-set .button{padding:10px;color:#fff;text-decoration:none;box-shadow:-3px 3px 3px 0 rgba(0,0,0,.05)}#newUsedSRP .label.radius{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:0}#newUsedSRP .srp-header-stock-type{background:#ed2024;font-size:1.5rem;font-weight:500}#newUsedSRP .srp-header-title{color:#000;font-weight:900;font-size:2rem}#newUsedSRP .srp-special-flag{background:#ed2024;font-size:1.5rem}#newUsedSRP .srp-title{font-size:1.25rem;font-weight:500}#newUsedSRP .srp-entry{font-size:1.25rem;font-weight:900}#newUsedSRP input[type="text"]:focus,#newUsedSRP input[type="text"]:hover,#newUsedSRP input[type="email"]:focus,input[type="password"]:focus,#newUsedSRP textarea:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#newUsedSRP .srp-accordion dt{background-color:#232828}#newUsedSRP .srp-accordion dd{background:#fff}.srp-accordion dd li{text-transform:capitalize}#newUsedSRP .srp-accordion dd li:hover{color:#992820}.srp-button-set .left{float:right}#newUsedSRP .srp-paging-row .pagination li a{background:#ed2024;color:#fff;box-shadow:-3px 3px 3px 0 rgba(0,0,0,.05);border:none;border-radius:0}#newUsedSRP .srp-paging-row .pagination li a:hover{background:#b3181b}#newUsedSRP .srp-comments a{color:#992820;font-weight:900}#newUsedSRP .srp-comments a:hover{background:#b3181b}#newUsedSRP .srp-comments.srp-desktops{font-size:14px;line-height:1}@media only screen and (max-width:1100px){#certifiedSRP .dds-cfs-srp3-searchBarInputContainer #dds-cfs-srp3-searchButton{width:18%}#certifiedSRP .dds-cfs-srp3-searchBar input{width:80%}img.carfox{top:0}}@media only screen and (max-width:1024px){#certifiedSRP .row.dds-cfs-srp3-inventoryListingContainer,#certifiedSRP .dds-cfs-srp3-searchBar .row{width:100%}#certifiedSRP .dds-cfs-srp3-vehicleCountContainer.four.columns{padding-left:20px}#certifiedSRP .dds-cfs-srp3-vehicleSortByContainer.four.columns{padding:10px 0}#certifiedSRP .dds-cfs-srp3-vehicleSortBy{display:block}}@media only screen and (max-width:767px){.srp-image-container{margin:0}.srp-price-1{margin-bottom:0!important}.srp-price-container p{margin-bottom:0}.srp-list li{margin-bottom:0!important}#newUsedSRP .srp-header-title{font-size:1.75rem}.show-on-phones.mobileSearch{display:none!important}.left.srp-button.srp-button-details{width:100%}.row .phone-two{width:47.8%!important}#newUsedSRP .srp-button-details .button{width:50%;float:right}#newUsedSRP .request.button{display:block;width:75%;margin:0 auto 10px}#newUsedSRP .srp-advanced-search{text-align:left}.srp-top-paging-row select{padding:5px}.block-grid.mobile>li{margin-bottom:10px}}@media only screen and (max-width:480px){.row .phone-two{width:100%!important}.eight.columns.phone-two{padding:10px}#newUsedSRP .srp-button-details .button{width:100%;float:none}#newUsedSRP{text-align:center}}#newUsedSRP .srp-button-set .button{padding:10px;color:#fff;text-decoration:none;box-shadow:-3px 3px 3px 0 rgba(0,0,0,.05);float:left!important;clear:both}@media only screen and (max-width:400px){.button.button-link i{display:inline;margin-bottom:0;margin-right:0}}h5 .dds-cfs-InventoryListing-NavigateToDetails{min-height:80px;display:inline-block}@media only screen and (min-width:767px){.mason .srp-list-container{width:30%}.mason .srp-list.srp-price-container.srp-list.srp-price-container h3{line-height:.5;display:inline}.mason .srp-list-row{display:grid;grid-template-columns:repeat(2,1fr);column-gap:1em}.mason .srp-list-container{background-color:#eee;display:inline-block;margin:0 0 1em;width:100%}.mason .columns.srp-detail-column.twelve{min-height:220px}.mason .four.columns.phone-two{width:100%;text-align:center;padding:10px;box-sizing:border-box}.mason .eight.columns.phone-two{width:100%;padding:10px;box-sizing:border-box}.mason .srp-button-set .left{float:none}.mason .srp-image-container{margin:0}.mason img.dds-cfs-InventoryListing-PrimaryPhoto.loadedLazyImg{min-width:100%}.srp-button-set{margin-left:0}#newUsedSRP.mason .srp-button-set .button{border-radius:5px;margin:5px;box-sizing:border-box;position:relative;right:0;text-align:center;float:none;width:93%}.left.srp-button.srp-button-photos.hide-on-phones{float:right;width:50%}.left.srp-button.srp-button-details{float:left;width:50%}.srp-button-row .fitow-pay-low-cta{display:none}.srp-image-container{max-height:230px;min-height:230px;overflow:hidden}.six.columns.push-six.srp-price-column{min-height:55px}h5.srp-header{min-height:95px}.mason .srp-button{padding-right:0}.mason .six.columns.push-six.srp-price-column{width:100%}.mason .srp-vin,.mason .srp-dealer{display:none}.mason .srp-reports{display:none}.srp-paging-row .pagination li a{padding:5px 15px}}@media only screen and (min-width:1024px){.mason .srp-list-row{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:masonry;column-gap:1em}}@media only screen and (min-width:1070px){.mason .columns.srp-detail-column.twelve{min-height:200px}}@media only screen and (max-width:767px){.mason .srp-button-set{margin-left:4%}.xtra-images{display:none}.srp-button-row .fitow-pay-low-cta{display:none}.fitow-button-wrapper[data-v-a5a83981]{margin:10px auto!important}}
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/font-awesome-5p8p1-slim-base-font-face.css ---- */

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(https://s3.amazonaws.com/dom-cms/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-brands-400.woff) format("woff"),url(https://s3.amazonaws.com/dom-cms/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-brands-400.ttf) format("truetype"),url(https://s3.amazonaws.com/dom-cms/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-brands-400.svg#fontawesome) format("svg");
    font-display:swap
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(https://s3.amazonaws.com/dom-cms/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-solid-900.woff) format("woff"),url(https://s3.amazonaws.com/dom-cms/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-solid-900.ttf) format("truetype"),url(https://s3.amazonaws.com/dom-cms/Site/9b3d24b7-a145-4ddd-bbb2-d206db828807/webfonts/fa-solid-900.svg#fontawesome) format("svg");
    font-display:swap
}

/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/a9f5d6aa-5687-4f1e-b236-fa4bda27df34/css/slick.css ---- */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* ---- 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-pull-push.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-pagination.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/foundation-2p2-slim-reveal-modal.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/Content/css/itemTemplates/srp2.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Content/Inventory/inventoryStyle.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/prod-web/Scripts/GlobalLibrary/item-theme-slim-inputs-and-labels.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Content/css/flexslider/flexslider.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/Content/css/mask/mask.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/elastislide.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/item-srp2-base.css ---- */
/* ---- FILE HEADER: https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;900&display=swap ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Content/fonts/fontAwesome/font-awesome.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/font-awesome-5p8p1-slim-base-64.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/font-awesome-5p8p1-slim-other.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/a9f5d6aa-5687-4f1e-b236-fa4bda27df34/css/customization_2021.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/a9f5d6aa-5687-4f1e-b236-fa4bda27df34/css/invlist.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/prod-web/Scripts/GlobalLibrary/font-awesome-5p8p1-slim-base-font-face.css ---- */
/* ---- FILE HEADER: https://s3.amazonaws.com/dom-cms/Site/a9f5d6aa-5687-4f1e-b236-fa4bda27df34/css/slick.css ---- */
