html{height:100%;font-family:'Roboto',sans-serif;font-size:16px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;color:#2d2d2d;}html *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{position:relative;min-height:100%;margin:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}main{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}main > *:first-child:not(.sub-header){margin-top:60px}main > *:first-child.sub-header{background-color:#f5f5f5;margin-bottom:60px}header > section,main > section,footer > section{padding-left:calc((100% - 1300px) / 2);padding-right:calc((100% - 1300px) / 2)}main > section:not(:last-child){margin-bottom:40px}.sub-header{padding-top:20px;padding-bottom:20px;margin-bottom:20px;}.sub-header.sub-navigation .sub-nav-toggle{display:none;}.sub-header.sub-navigation .sub-nav-toggle + ul{display:none}.has-sub-nav{position:relative;background-color:#f5f5f5;}.has-sub-nav > .sub-nav-toggle:after{display:inline-block;font-family:'Font Awesome 5 Pro';font-weight:300;font-size:150%;content:"\f107";line-height:1;margin-left:10px}.has-sub-nav.open > .sub-nav-toggle:after{content:"\f106"}.has-sub-nav.open > .sub-nav-toggle + ul{display:block;position:absolute;top:100%;width:100%;background-color:#f5f5f5;border-top:1px solid #ddd;margin-left:-20px;padding-left:20px;border-bottom:1px solid #000;}.has-sub-nav.open > .sub-nav-toggle + ul li{padding-left:20px;padding-top:10px;padding-bottom:10px;}.has-sub-nav.open > .sub-nav-toggle + ul li:not(:last-child){border-bottom:1px solid #ddd}.flex{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;}.flex.columns-1.widths-half >:first-child{width:49.23076923076923%}.flex.columns-2.widths-8-3:not(.center){-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flex.columns-2.widths-8-3 >:nth-child(1){width:66.15384615384615%}.flex.columns-2.widths-8-3 >:nth-child(2){width:23.846153846153847%;-webkit-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start;}.flex.columns-2.widths-7-5:not(.center){-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flex.columns-2.widths-7-5 >:nth-child(1){width:57.692307692307686%}.flex.columns-2.widths-7-5 >:nth-child(2){width:40.76923076923077%;-webkit-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start;}.flex.columns-2.widths-half-half:not(.center){-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.flex.columns-2.widths-half-half >:nth-child(1){width:49.23076923076923%}.flex.columns-2.widths-half-half >:nth-child(2){width:49.23076923076923%;-webkit-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start;}.flex.center{text-align:left;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.flex.flex-wrap{-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.css-grid{display:grid;grid-gap:20px;gap:20px;}.css-grid.columns-2{grid-template-columns:1fr 1fr;grid-template-areas:"grid-area-1 grid-area-2";}.css-grid.columns-2 >:nth-child(1){grid-area:grid-area-1}.css-grid.columns-2 >:nth-child(2){grid-area:grid-area-2}.css-grid.columns-2.widths-8-4{grid-template-columns:66.15384615384615% 32.30769230769231%}.css-grid.columns-3{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"grid-area-1 grid-area-2 grid-area-3";}.css-grid.columns-3 >:nth-child(1){grid-area:grid-area-1}.css-grid.columns-3 >:nth-child(2){grid-area:grid-area-2}.css-grid.columns-3 >:nth-child(3){grid-area:grid-area-3}.css-grid.columns-3.half-middle{grid-template-columns:1fr 50% 1fr}.css-grid.auto-grid{grid-auto-flow:column;}.css-grid.auto-grid.column-width-third{grid-template-columns:repeat(auto-fill,420px);grid-auto-flow:row}.css-grid.auto-grid.column-width-quarter{grid-template-columns:repeat(auto-fill,310px);grid-auto-flow:row}.css-grid.auto-grid.column-width-sixth{grid-template-columns:repeat(auto-fill,200px);grid-auto-flow:row}.css-grid.auto-grid.column-width-half{grid-template-columns:repeat(auto-fill, calc(50% - (20px / 2)));grid-auto-flow:row}a,a:link,a:visited,a:active{color:#005292;text-decoration:none}a > img{display:block;max-width:100%}a > svg{display:block;max-width:100%;max-height:100%}a:hover{color:#087cb9;}@media (min-width:925px){a:hover:not([disabled]){text-decoration:underline}}a[disabled]{color:#2d2d2d;cursor:default}h1,h2,h3,h4,h5,h6{margin:0;padding:0;color:#005292;}h1:not(:last-child),h2:not(:last-child),h3:not(:last-child),h4:not(:last-child),h5:not(:last-child),h6:not(:last-child){margin-bottom:20px}h1{font-size:34px;font-weight:700}h2{font-size:28px;font-weight:700;line-height:44px}h3{font-size:28px;text-transform:uppercase;font-weight:700}h4{font-size:22px;font-weight:700;line-height:32px}h5{font-size:19px;text-transform:capitalize;font-weight:400}h6{font-size:18px;text-transform:capitalize;font-weight:700}p{margin-top:0;}p:not(:last-child){margin-bottom:20px}p:last-child{margin-bottom:0}@media (min-width:926px){p{max-width:925px}p.center{margin-left:auto;margin-right:auto}}ul:not(.horizontal-list):not(.vertical-list):not(.form-errors){margin:0;padding:0;}ul:not(.horizontal-list):not(.vertical-list):not(.form-errors) li{list-style:none;margin:0;padding:0}ul:not(:last-child){margin-bottom:20px}dl{margin-top:0;}dl:last-child{margin-bottom:0}dl:not(:last-child){margin-bottom:20px}dl dt{font-weight:500;margin-bottom:10px}dl dd{margin-left:0;}dl dd:not(:last-child){margin-bottom:20px}dl.horizontal{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:baseline;-moz-box-align:baseline;-o-box-align:baseline;-ms-flex-align:baseline;-webkit-align-items:baseline;align-items:baseline;}dl.horizontal dt,dl.horizontal dd{margin:0}dl.horizontal dt{margin-right:10px}dl.horizontal dd + dd{margin-left:20px}dl.horizontal dd + dt{margin-left:30px}form:not(:last-child){margin-bottom:20px}#api-documentation-wrapper{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-bottom:60px;}#api-documentation-wrapper > div{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}#api-documentation-wrapper > div > iframe{-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;border:none;width:100%;height:100%}#table-listing-dealers-listing td[rel='options'] a{display:block}.primary-navigation-link{font-size:17px;line-height:17px;font-weight:500;}.primary-navigation-link,.primary-navigation-link:link,.primary-navigation-link:visited,.primary-navigation-link:active{color:#005292}.primary-navigation-link:hover,.primary-navigation-link .active{color:#087cb9}a.far > span,a.fas > span,a.fal > span{margin-left:5px;font-family:'Roboto',sans-serif}a.far:hover,a.fas:hover,a.fal:hover{text-decoration:none}.faux-button{display:inline-block;font-size:15px;line-height:15px;border:1px solid transparent;padding:11.5px 30px;border-radius:10px;text-decoration:none;font-weight:500;text-align:center;}.faux-button.primary-button{border-color:#005292;background-color:#005292;color:#fff;}.faux-button.primary-button:hover{border-color:#087cb9;background-color:#087cb9}.faux-button.secondary-button{border-color:#087cb9;background-color:#fff;color:#005292;}.faux-button.secondary-button:hover{border-color:#087cb9;background-color:#087cb9;color:#fff}.faux-button.center{width:auto;margin-left:auto;margin-right:auto}.faux-button:hover:not([disabled]){text-decoration:none}.faux-button.tiny{width:90px}.faux-button.small{width:200px}.faux-button.medium{width:310px}.faux-button.large{width:420px}.faux-button.huge{width:530px}.faux-button.full{width:100%}form{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-moz-box-align:start;-o-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;}form fieldset{border:0;margin:0;padding:0;width:100%;}form fieldset:not(:last-of-type){margin-bottom:40px}form fieldset:last-of-type{margin-bottom:20px}form fieldset legend{width:100%;padding-bottom:10px;border-bottom:1px solid #ddd;margin-bottom:15px;color:#005292;font-weight:500;}form fieldset legend > a.far,form fieldset legend > a.fal,form fieldset legend > a.fas{margin-left:10px}form .field{display:block;max-width:100%;}form .field:not(:last-child){margin-bottom:20px}form .field.tiny input:not([type='radio']):not([type="checkbox"]),form .field.tiny select,form .field.tiny textarea,form .field.tiny input[type="submit"],form .field.tiny input[type="button"]{width:90px;max-width:100%}form .field.small input:not([type='radio']):not([type="checkbox"]),form .field.small select,form .field.small textarea,form .field.small input[type="submit"],form .field.small input[type="button"]{width:200px;max-width:100%}form .field.medium input:not([type='radio']):not([type="checkbox"]),form .field.medium select,form .field.medium textarea,form .field.medium input[type="submit"],form .field.medium input[type="button"]{width:310px;max-width:100%}form .field.large input:not([type='radio']):not([type="checkbox"]),form .field.large select,form .field.large textarea,form .field.large input[type="submit"],form .field.large input[type="button"]{width:420px;max-width:100%}form .field.huge input:not([type='radio']):not([type="checkbox"]),form .field.huge select,form .field.huge textarea,form .field.huge input[type="submit"],form .field.huge input[type="button"]{width:530px;max-width:100%}form .field.full{width:100%;}form .field.full input:not([type='radio']):not([type="checkbox"]),form .field.full select,form .field.full textarea,form .field.full input[type="submit"],form .field.full input[type="button"]{width:100%;max-width:100%}form .field-strip{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-top:-20px;}form .field-strip.center{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}form .field-strip .field{margin-bottom:0;margin-top:20px;}form .field-strip .field:not(:last-of-type){margin-right:20px}form .field-strip .field.field-submit,form .field-strip .field.no-label{-webkit-align-self:flex-end;align-self:flex-end;-ms-flex-item-align:end;}form .field-strip:not(:last-child){margin-bottom:20px}form input,form select,form textarea,form input[type="button"]{font-family:'Roboto',sans-serif;font-size:15px;color:#2d2d2d}form input,form select,form textarea,form input[type="submit"],form input[type="button"]{border:2px solid #ddd;display:block;padding:10.5px;width:100%;}form input.touched:invalid,form select.touched:invalid,form textarea.touched:invalid,form input[type="submit"].touched:invalid,form input[type="button"].touched:invalid{border-color:#e31142}form input[type="submit"],form input[type="button"]{border-radius:10px;border:1px solid #005292;background-color:#005292;color:#fff;min-width:90px;line-height:15px;padding:11.5px;}form input[type="submit"]:hover,form input[type="button"]:hover{border-color:#087cb9;background-color:#087cb9}form input[type="submit"].secondary-button,form input[type="button"].secondary-button{border-color:#087cb9;background-color:#fff;color:#005292;}form input[type="submit"].secondary-button:hover,form input[type="button"].secondary-button:hover{border-color:#087cb9;background-color:#087cb9;color:#fff}form label{display:block;color:#005292;margin-bottom:5px;font-size:16px;line-height:1em}form input[type="text"].style-one{background-color:#fff;}form input[type="text"].style-one::placeholder{color:#656565;font-size:15px}form input.input-radio,form input.input-checkbox{display:inline-block;width:auto;border:none;padding:0}form input.input-radio,form input.input-checkbox{display:none;}form input.input-radio:not(.hidden) + label,form input.input-checkbox:not(.hidden) + label{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;margin-bottom:calc((46px - 34px) / 2);}form input.input-radio:not(.hidden) + label:before,form input.input-checkbox:not(.hidden) + label:before{color:#ddd;display:inline-block;margin-right:10px;font-family:'Font Awesome 5 Pro';font-weight:300;font-size:34px;width:34px;height:34px;content:"\f0c8";line-height:1}form input.input-radio:not(.hidden):checked + label:before,form input.input-checkbox:not(.hidden):checked + label:before{content:"\f14a";color:#005292}form input.input-radio:not(.hidden) + label:before{font-weight:300;content:"\f111"}form input.input-radio:not(.hidden):checked + label:before{content:"\f192";font-weight:400}form span.field-password{position:relative;}form span.field-password .fas.fa-eye{position:absolute;right:10.5px;top:calc(50% + 3px);color:#005292}form span.field-search{position:relative;}form span.field-search .far.fa-search{position:absolute;right:10.5px;top:calc(50% - 8px);color:#005292;cursor:pointer}form span.field-slide-toggle{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}form span.field-slide-toggle *{margin-bottom:0}form span.field-slide-toggle input[type='checkbox']{display:none;}form span.field-slide-toggle input[type='checkbox'] ~ label{font-size:32px}form span.field-slide-toggle input[type='checkbox'] ~ *:not(:last-child){margin-right:10px}form span.field-slide-toggle input[type='checkbox']:checked ~ span:first-of-type{color:#087cb9}form span.field-slide-toggle input[type='checkbox']:checked ~ label{-webkit-transform:scaleX(-1);-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}form span.field-slide-toggle input[type='checkbox']:not(:checked) ~ span:last-of-type{color:#087cb9}form span.field-on-off-button{text-align:center;}form span.field-on-off-button input[type="checkbox"]{display:none;}form span.field-on-off-button input[type="checkbox"] + label{cursor:pointer;min-width:90px;padding:10px 20px;background-color:rgba(70,197,222,0.15);margin:0;white-space:nowrap;}form span.field-on-off-button input[type="checkbox"] + label:before{content:"";display:none}form span.field-on-off-button input[type="checkbox"]:checked + label{background-color:#087cb9;color:#fff}header{padding-top:20px;padding-bottom:20px;-webkit-box-shadow:0 0 4px 4px rgba(0,0,0,0.1);box-shadow:0 0 4px 4px rgba(0,0,0,0.1);}header > section{display:grid;grid-template-columns:auto 1fr;grid-template-rows:repeat(2,auto);grid-gap:40px 0;gap:40px 0}header .branding-logo{grid-area:1/1/3/2;width:150px;min-width:75px;display:block;}header .branding-logo img{width:100%}header .fa-user-circle{font-size:32px}header #mobile-nav-open,header .user-icon-mobile{display:none}header #header_title-and-quick-access{grid-area:1/2/2/3;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}header #header_title-and-quick-access #header-app-title{margin-bottom:0;-webkit-box-flex:1;-moz-box-flex:1;-o-box-flex:1;-ms-box-flex:1;box-flex:1;-webkit-flex-grow:1;flex-grow:1;text-align:center;font-size:28px}header #header_quick-access li:not(:last-of-type){margin-right:30px}header #header_quick-access li .faux-button.secondary-button{padding:12px 22px}header #header_quick-access li a{font-size:15px;line-height:1em}header nav{grid-area:2/2/3/3;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-moz-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;width:70%;justify-self:end;}header nav > span{display:block;}header nav > span:not(:last-child){margin-right:40px}header nav > span > a{display:block}header nav > span:hover a:not([disabled]),header nav > span a.active:not([disabled]){text-decoration:none;color:#087cb9}ul.horizontal-list{padding-left:0;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:box;display:flex;-webkit-box-orient:horizontal;-moz-box-orient:horizontal;-o-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}ul.horizontal-list:not(.indent):not(.double-indent):not(:last-child){margin-bottom:20px}ul.horizontal-list li{float:none;margin-bottom:0;}ul.horizontal-list li:not(:last-of-type){margin-right:20px}.flash-area{max-width:100%;margin-left:auto;margin-right:auto;background-color:#fff;border-radius:4px;}.flash-area:not(.listing-flash-area){margin-bottom:20px}.flash-area .flash-box{width:auto;border-radius:4px;margin-top:0;margin-bottom:0;padding:10px 20px 10px 46px;}.flash-area .flash-box > *{margin-top:0;margin-bottom:0}.flash-area:empty{margin-bottom:0}.flash-area .form-errors{margin-top:10px;}.flash-area .form-errors li:not(:last-child){margin-bottom:5px}.flash-err{background-image:url("/images/icons/error-2x.png");-webkit-background-size:16px;-moz-background-size:16px;background-size:16px;background-position:20px}.flash-msg{background-image:url("/images/icons/info-2x.png");-webkit-background-size:16px;-moz-background-size:16px;background-size:16px;background-position:20px}.flash-success{background-image:url("/images/icons/success-2x.png");-webkit-background-size:16px;-moz-background-size:16px;background-size:16px;background-position:20px}.flash-warning{background-image:url("/images/icons/warning-2x.png");-webkit-background-size:16px;-moz-background-size:16px;background-size:16px;background-position:20px}ul.sortable > li,.sortable[data-sortableelementsselector] > *{padding:0 0 0 25px;}ul.sortable > li:not(.locked),.sortable[data-sortableelementsselector] > *:not(.locked){background-image:none;position:relative;}ul.sortable > li:not(.locked):before,.sortable[data-sortableelementsselector] > *:not(.locked):before{content:"";display:block;position:absolute;font-size:16px;top:calc(50% - 10px - 2px);left:0;width:20px;height:20px;cursor:move;background:url("/images/sort-handle-up-down.png") no-repeat}.ui-association ul,div.ui-association ul{padding-left:0}.ui-association .row ul.horizontal-list li,div.ui-association .row ul.horizontal-list li{margin-bottom:.5em}.ui-association input[type='button'],div.ui-association input[type='button']{border:none;background-color:transparent;padding:0;font-size:14px;line-height:1.2em;color:$color_teal;text-decoration:underline;font-weight:bold;border-radius:0}.ui-association .ui-sortable-handle:before,div.ui-association .ui-sortable-handle:before{top:7px}.ui-association.manual div.row,div.ui-association.manual div.row{margin-bottom:.5em}div.scroller{border-width:1px;padding-top:1em}#column-selection-prompt ul,#export-prompt ul{padding-left:0;}#column-selection-prompt ul.sortable li:last-child,#export-prompt ul.sortable li:last-child{border-bottom:none}#column-selection-prompt ul.sortable li.ui-sortable-handle,#export-prompt ul.sortable li.ui-sortable-handle{padding-top:.5em;padding-bottom:.5em}#column-selection-prompt form,#export-prompt form{display:block}#column-selection-prompt .sortable,#export-prompt .sortable{overflow-x:hidden;overflow-y:scroll}#column-selection-prompt h2{float:none;font-size:16px;line-height:1.2em}div#facebox{z-index:1005;}div#facebox .content{padding:20px;max-width:calc(100% - 20px)}div.facebox_overlayBG{z-index:1001;opacity:.4;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40)}#facebox .close,#facebox .move,#facebox .reload{position:absolute;top:20px;padding:0}#facebox .close{right:20px}#facebox .move{right:42px}#facebox .reload{right:64px;display:none}#facebox .close img,#facebox .move img,#facebox .reload img{opacity:1;-ms-filter:none;filter:none;height:16px;width:16px}#facebox .close:hover img,#facebox .move:hover img,#facebox .reload:hover img{opacity:.7;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70)}div#facebox h2:first-of-type,div#facebox .content:first-of-type > :first-child.float-right{margin-right:70px}#facebox .popup{border:none}@media (max-width:1340px){header > section,main > section,footer > section{padding-left:20px;padding-right:20px;max-width:100%}}@media (max-width:925px){header > section{grid-gap:20px 0;gap:20px 0}header #header_title-and-quick-access #header-app-title{font-size:24px}header .branding-logo{width:100px;}header .branding-logo grid-area 1/1/2/2{font-size:15px}}@media (max-width:750px){header > section .branding-logo{grid-area:1/1/2/2}header > section #header_title-and-quick-access{grid-area:1/2/2/2}header > section nav{grid-area:2/1/3/3;width:100%}#facebox .content{width:80vw}}@media (max-width:750px){#column-selection-prompt ul.horizontal-list,#export-prompt ul.horizontal-list{-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}#column-selection-prompt ul.horizontal-list li,#export-prompt ul.horizontal-list li{width:100%;margin:0;}#column-selection-prompt ul.horizontal-list li:not(:last-child),#export-prompt ul.horizontal-list li:not(:last-child){margin-bottom:10px}form.additional-fields{margin-bottom:40px}div.table-listing div.table-header .container:first-child{-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}div.table-listing div.table-header .container.pagination-fields > .horizontal-list{grid-template-columns:1fr;grid-template-rows:auto auto auto;-webkit-box-pack:center;-moz-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;grid-row-gap:10px;row-gap:10px;}div.table-listing div.table-header .container.pagination-fields > .horizontal-list .records{grid-area:1/1/2/2;justify-self:center}div.table-listing div.table-header .container.pagination-fields > .horizontal-list .pagination-size{grid-area:2/1/3/2;justify-self:center}div.table-listing div.table-header .container.pagination-fields > .horizontal-list .page-links{grid-area:3/1/4/2}div.table-listing table thead{display:none}div.table-listing table tbody tr{display:block;width:100%;padding-top:10px;padding-bottom:10px;}div.table-listing table tbody tr:first-of-type{padding-top:0}div.table-listing table tbody tr td{display:block;width:100%;padding-top:0;padding-bottom:0;}div.table-listing table tbody tr td:not(:last-of-type){padding-bottom:5px}div.table-listing table tbody tr td[data-column-label]:before{content:attr(data-column-label) ': ';font-weight:700}div.table-listing table tbody tr td.center{text-align:left}#table-listing-dealers-listing td[rel='options'] a:not(:last-child){margin-bottom:5px}}@media (max-width:650px){header{padding-top:10px;padding-bottom:10px;}header section{-webkit-box-pack:justify;-moz-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-o-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}header section .branding-logo{width:80px}header #header_title-and-quick-access #header-app-title{font-size:20px}main form{width:100%;}main form .field-strip .field:not(:last-of-type){margin-right:0}main form .field{width:100%;}main form .field.tiny,main form .field.small,main form .field.medium,main form .field.large,main form .field.huge,main form .field.full{width:100%;}main form .field.tiny input:not([type='radio']):not([type="checkbox"]),main form .field.small input:not([type='radio']):not([type="checkbox"]),main form .field.medium input:not([type='radio']):not([type="checkbox"]),main form .field.large input:not([type='radio']):not([type="checkbox"]),main form .field.huge input:not([type='radio']):not([type="checkbox"]),main form .field.full input:not([type='radio']):not([type="checkbox"]),main form .field.tiny select,main form .field.small select,main form .field.medium select,main form .field.large select,main form .field.huge select,main form .field.full select,main form .field.tiny textarea,main form .field.small textarea,main form .field.medium textarea,main form .field.large textarea,main form .field.huge textarea,main form .field.full textarea,main form .field.tiny input[type="submit"],main form .field.small input[type="submit"],main form .field.medium input[type="submit"],main form .field.large input[type="submit"],main form .field.huge input[type="submit"],main form .field.full input[type="submit"],main form .field.tiny input[type="button"],main form .field.small input[type="button"],main form .field.medium input[type="button"],main form .field.large input[type="button"],main form .field.huge input[type="button"],main form .field.full input[type="button"]{width:100%}#mobile-nav.open{display:block}}@media (max-width:450px){#mobile-nav{width:100%}}