﻿.cl-ford-blue{color:#003478}
.cl-ford-black{color:#231f20}
.cl-cta-blue{color:#2d96cd}
.cl-dark-blue{color:#1b394e}
.cl-white{color:#fff}
.cl-cool-grey{color:#75787b}
.cl-grey{color:#616161}
.cl-error-red{color:#f34c32}
.cl-black{color:#000}
.bg-ford-blue{background-color:#003478}
.bg-ford-black{background-color:#231f20}
.bg-cta-blue{background-color:#2d96cd}
.bg-dark-blue{background-color:#1b394e}
.bg-white{background-color:#fff}
.bg-cool-grey{background-color:#75787b}
.bg-grey{background-color:#616161}
.bg-error-red{background-color:#f34c32}
.bg-black{background-color:#000}
@-webkit-keyframes attention{30%{-webkit-transform:scale(1.2);transform:scale(1.2)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes attention{30%{-moz-transform:scale(1.2);transform:scale(1.2)}
100%{-moz-transform:scale(1);transform:scale(1)}
}
@-o-keyframes attention{30%{-o-transform:scale(1.2);transform:scale(1.2)}
100%{-o-transform:scale(1);transform:scale(1)}
}
@keyframes attention{30%{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes squish{30%{-webkit-transform:scale(0.5);transform:scale(0.5)}
60%{-moz-transform:scale(1.5);transform:scale(1.5)}
100%{-webkit-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes squish{30%{-moz-transform:scale(0.5);transform:scale(0.5)}
60%{-moz-transform:scale(1.5);transform:scale(1.5)}
100%{-moz-transform:scale(1);transform:scale(1)}
}
@-o-keyframes squish{30%{-o-transform:scale(0.5);transform:scale(0.5)}
60%{-o-transform:scale(1.5);transform:scale(1.5)}
100%{-o-transform:scale(1);transform:scale(1)}
}
@keyframes squish{30%{-webkit-transform:scale(0.5);-moz-transform:scale(0.5);-o-transform:scale(0.5);transform:scale(0.5)}
60%{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5)}
100%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}
@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}
@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}
50%{opacity:1}
}
@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3)}
50%{opacity:1}
}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
@-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 fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@keyframes fadeOut{from{opacity:1}
to{opacity:0}
}
.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
to{opacity:1;-webkit-transform:none;transform:none}
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}
to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
}
.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}
html{scroll-behavior:smooth}
.noscrollBg{overflow:hidden}
#global-ux .buildPriceRefresh.section,#global-ux .select-vehicle.section{position:relative}
#global-ux .buildPriceRefresh.section .pointerIcon,#global-ux .select-vehicle.section .pointerIcon{cursor:pointer}
#global-ux .buildPriceRefresh.section .offer-blue,#global-ux .select-vehicle.section .offer-blue{color:#1700f4}
#global-ux .buildPriceRefresh.section .priceLoader,#global-ux .select-vehicle.section .priceLoader{border:4px solid #f2f2f2;border-radius:50%;border-top:4px solid #1700f4;width:1.6rem;height:1.6rem;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;margin:0 auto}
#global-ux .buildPriceRefresh.section .display-none,#global-ux .select-vehicle.section .display-none{display:none !important}
#global-ux .buildPriceRefresh.section .viewPreviousBuildWrapper,#global-ux .select-vehicle.section .viewPreviousBuildWrapper{background:#f2f2f2;position:fixed;bottom:0;left:0;width:100%;display:block;padding:1rem;z-index:2;box-shadow:0 2px 10px 0 #000}
#global-ux .buildPriceRefresh.section .viewPreviousBuildWrapper .mobileContent,#global-ux .select-vehicle.section .viewPreviousBuildWrapper .mobileContent{display:none}
@media(max-width:768px){#global-ux .buildPriceRefresh.section .viewPreviousBuildWrapper .desktopContent,#global-ux .select-vehicle.section .viewPreviousBuildWrapper .desktopContent{display:none !important}
#global-ux .buildPriceRefresh.section .viewPreviousBuildWrapper .mobileContent,#global-ux .select-vehicle.section .viewPreviousBuildWrapper .mobileContent{display:table-cell}
}
#global-ux .buildPriceRefresh.section .viewPreviousBuildWrapper .viewPreviousBuild,#global-ux .select-vehicle.section .viewPreviousBuildWrapper .viewPreviousBuild{display:block}
@media screen and (max-width:767px){#global-ux .buildPriceRefresh.section .viewPreviousBuildWrapper .viewPreviousBuild .buildCount,#global-ux .select-vehicle.section .viewPreviousBuildWrapper .viewPreviousBuild .buildCount{width:1.25rem !important;height:1.2rem !important;margin-right:5px !important;font-size:.8rem !important;line-height:1.5 !important}
}
#global-ux .buildPriceRefresh.section .viewPreviousBuildWrapper .viewPreviousBuild i,#global-ux .select-vehicle.section .viewPreviousBuildWrapper .viewPreviousBuild i{vertical-align:text-bottom;font-size:1rem}
#global-ux .buildPriceRefresh.section .viewPreviousBuildWrapper .viewPreviousBuild .buildCount,#global-ux .select-vehicle.section .viewPreviousBuildWrapper .viewPreviousBuild .buildCount{font-weight:500;background:#1700f4;width:1.5rem;height:1.5rem;border-radius:50%;text-align:center;margin-right:5px;display:none}
#global-ux .buildPriceRefresh.section .miniDealerLocator,#global-ux .select-vehicle.section .miniDealerLocator{background-color:#fff}
#global-ux .buildPriceRefresh.section .summaryBtn,#global-ux .select-vehicle.section .summaryBtn{padding:.55rem !important}
#global-ux .buildPriceRefresh.section .summaryBtn .calc_icon,#global-ux .select-vehicle.section .summaryBtn .calc_icon{width:20px;margin-left:5px}
#global-ux .buildPriceRefresh.section .viewBuildResults .flex-control-nav,#global-ux .select-vehicle.section .viewBuildResults .flex-control-nav{display:block;z-index:1;width:100%;margin:0 auto}
#global-ux .buildPriceRefresh.section .viewBuildResults .flex-control-nav li,#global-ux .select-vehicle.section .viewBuildResults .flex-control-nav li{margin:0rem .25rem 0}
#global-ux .buildPriceRefresh.section .viewBuildResults .flex-control-nav li a.flex-active,#global-ux .select-vehicle.section .viewBuildResults .flex-control-nav li a.flex-active{border:none !important;background:#00095b !important;transform:scale(1,1) !important}
#global-ux .buildPriceRefresh.section .viewBuildResults .flex-control-nav li a,#global-ux .select-vehicle.section .viewBuildResults .flex-control-nav li a{width:30px !important;height:3px !important;background:#6e6e6e !important;border-radius:0 !important}
#global-ux .buildPriceRefresh.section .viewBuildResults .flex-control-nav li a:hover,#global-ux .select-vehicle.section .viewBuildResults .flex-control-nav li a:hover{background:#1700f4 !important;transform:scale(1.1)}
#global-ux .buildPriceRefresh.section .save_view_build,#global-ux .select-vehicle.section .save_view_build{margin:0;text-align:center}
#global-ux .buildPriceRefresh.section .save_view_build li,#global-ux .select-vehicle.section .save_view_build li{margin-bottom:1.5rem}
#global-ux .buildPriceRefresh.section .save_view_build .slides,#global-ux .select-vehicle.section .save_view_build .slides{list-style:none}
#global-ux .buildPriceRefresh.section .save_view_build .slides .picture-container,#global-ux .select-vehicle.section .save_view_build .slides .picture-container{width:80%;margin:0 auto}
#global-ux .buildPriceRefresh.section sup[data-disclosure],#global-ux .select-vehicle.section sup[data-disclosure]{color:#00095b}
#global-ux .buildPriceRefresh.section .gux-tooltip-overlay .close-icon:before,#global-ux .select-vehicle.section .gux-tooltip-overlay .close-icon:before{color:#1700f4}
#global-ux .buildPriceRefresh.section .container,#global-ux .select-vehicle.section .container{width:100%;margin-right:auto;margin-left:auto;position:relative}
@media(min-width:576px){#global-ux .buildPriceRefresh.section .container,#global-ux .select-vehicle.section .container{max-width:540px}
}
@media(min-width:768px){#global-ux .buildPriceRefresh.section .container,#global-ux .select-vehicle.section .container{max-width:720px}
}
@media(min-width:992px){#global-ux .buildPriceRefresh.section .container,#global-ux .select-vehicle.section .container{max-width:960px}
}
@media(min-width:1200px){#global-ux .buildPriceRefresh.section .container,#global-ux .select-vehicle.section .container{max-width:1140px}
}
#global-ux .buildPriceRefresh.section .popupTitle,#global-ux .select-vehicle.section .popupTitle{margin-bottom:1rem}
#global-ux .buildPriceRefresh.section .popupTitle.resultTitle,#global-ux .select-vehicle.section .popupTitle.resultTitle{display:none}
#global-ux .buildPriceRefresh.section select,#global-ux .select-vehicle.section select{background-size:30px;background-position:98% 50%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KCiA8Zz4KICA8dGl0bGU+YmFja2dyb3VuZDwvdGl0bGU+CiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjQwMiIgd2lkdGg9IjU4MiIgeT0iLTEiIHg9Ii0xIi8+CiA8L2c+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gaWQ9InN2Z18xIiBwb2ludHM9IjIzLjEsMzQuMSA1MS41LDYxLjcgODAsMzQuMSA4MS41LDM1IDUxLjUsNjQuMSAyMS41LDM1IDIzLjEsMzQuMSAiIGZpbGw9IiMxMDJiNGUiLz4KIDwvZz4KPC9zdmc+) !important;background-color:#fff;border:1px solid #6e6e6e;padding-right:35px}
#global-ux .buildPriceRefresh.section input,#global-ux .select-vehicle.section input{box-shadow:none;border:1px solid #4d4d4d;height:40px;padding:0 1rem;font-size:1rem;margin-bottom:0;border-radius:2px}
#global-ux .buildPriceRefresh.section .nopadding,#global-ux .select-vehicle.section .nopadding{padding:0}
#global-ux .buildPriceRefresh.section .nopadding_bottom,#global-ux .select-vehicle.section .nopadding_bottom{padding-bottom:0 !important}
#global-ux .buildPriceRefresh.section .fullHeight-row,#global-ux .select-vehicle.section .fullHeight-row{display:table;width:100%}
#global-ux .buildPriceRefresh.section .border-top,#global-ux .select-vehicle.section .border-top{border-top:1px solid #f2f2f2}
#global-ux .buildPriceRefresh.section .fullHeight-colums,#global-ux .select-vehicle.section .fullHeight-colums{display:table-cell;vertical-align:middle}
#global-ux .buildPriceRefresh.section .fullHeight-colums.valign-top,#global-ux .select-vehicle.section .fullHeight-colums.valign-top{vertical-align:top}
#global-ux .buildPriceRefresh.section .fullHeight-colums.display-inline,#global-ux .select-vehicle.section .fullHeight-colums.display-inline{display:inline-block}
@media(max-width:767px){#global-ux .buildPriceRefresh.section .fullHeight-colums,#global-ux .select-vehicle.section .fullHeight-colums{display:table-cell;vertical-align:middle}
#global-ux .buildPriceRefresh.section .fullHeight-colums.valign-top,#global-ux .select-vehicle.section .fullHeight-colums.valign-top{vertical-align:top}
#global-ux .buildPriceRefresh.section .fullHeight-colums.fullwidthMobile,#global-ux .select-vehicle.section .fullHeight-colums.fullwidthMobile{display:block}
#global-ux .buildPriceRefresh.section .fullHeight-colums.display_none,#global-ux .select-vehicle.section .fullHeight-colums.display_none{display:none}
}
#global-ux .buildPriceRefresh.section .align-center,#global-ux .select-vehicle.section .align-center{text-align:center !important}
#global-ux .buildPriceRefresh.section .align-left,#global-ux .select-vehicle.section .align-left{text-align:left}
#global-ux .buildPriceRefresh.section .align-right,#global-ux .select-vehicle.section .align-right{text-align:right}
#global-ux .buildPriceRefresh.section .gray-bg,#global-ux .select-vehicle.section .gray-bg{background-color:#f2f2f2}
#global-ux .buildPriceRefresh.section .errorColor,#global-ux .select-vehicle.section .errorColor{color:#d62d14 !important}
#global-ux .buildPriceRefresh.section .errorColor.nodataError,#global-ux .select-vehicle.section .errorColor.nodataError{display:none;color:#1700f4}
#global-ux .buildPriceRefresh.section .errorColor.emailError,#global-ux .select-vehicle.section .errorColor.emailError{display:none;text-align:left;margin-bottom:0}
#global-ux .buildPriceRefresh.section .successMsg,#global-ux .select-vehicle.section .successMsg{color:#1700f4;display:none}
#global-ux .buildPriceRefresh.section .resultLoader,#global-ux .select-vehicle.section .resultLoader{width:150px;margin:0 auto;position:relative;height:100px;display:none}
#global-ux .buildPriceRefresh.section .resultLoader .loader,#global-ux .select-vehicle.section .resultLoader .loader{border:8px solid #f2f2f2;border-radius:50%;border-top:8px solid #1700f4;width:50px;height:50px;position:absolute;top:calc(50% - 25px);right:calc(50% - 25px);-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}
#global-ux .buildPriceRefresh.section .paddingTop,#global-ux .select-vehicle.section .paddingTop{padding-top:1rem}
#global-ux .buildPriceRefresh.section .paddingBottom,#global-ux .select-vehicle.section .paddingBottom{padding-bottom:1rem}
#global-ux .buildPriceRefresh.section .paddingLeft,#global-ux .select-vehicle.section .paddingLeft{padding-left:1rem}
#global-ux .buildPriceRefresh.section .paddingRight,#global-ux .select-vehicle.section .paddingRight{padding-right:1rem}
#global-ux .buildPriceRefresh.section .paddingTB,#global-ux .select-vehicle.section .paddingTB{padding-top:1rem;padding-bottom:1rem}
#global-ux .buildPriceRefresh.section .paddingTB-2x,#global-ux .select-vehicle.section .paddingTB-2x{padding-top:2rem;padding-bottom:2rem}
#global-ux .buildPriceRefresh.section .paddingLR,#global-ux .select-vehicle.section .paddingLR{padding-right:1rem;padding-left:1rem}
#global-ux .buildPriceRefresh.section .paddingLR-2x,#global-ux .select-vehicle.section .paddingLR-2x{padding-right:2rem;padding-left:2rem}
#global-ux .buildPriceRefresh.section .marginTB,#global-ux .select-vehicle.section .marginTB{margin-top:1rem;margin-bottom:1rem}
#global-ux .buildPriceRefresh.section .marginTB-2x,#global-ux .select-vehicle.section .marginTB-2x{margin-top:2rem;margin-bottom:2rem}
#global-ux .buildPriceRefresh.section .no-marginTB,#global-ux .select-vehicle.section .no-marginTB{margin-top:0;margin-bottom:0}
#global-ux .buildPriceRefresh.section .marginLR,#global-ux .select-vehicle.section .marginLR{margin-right:1rem;margin-left:1rem}
#global-ux .buildPriceRefresh.section .marginLeft,#global-ux .select-vehicle.section .marginLeft{margin-left:1rem}
#global-ux .buildPriceRefresh.section .marginRight,#global-ux .select-vehicle.section .marginRight{margin-Right:1rem}
#global-ux .buildPriceRefresh.section .marginLR-2x,#global-ux .select-vehicle.section .marginLR-2x{margin-right:2rem;margin-left:2rem}
#global-ux .buildPriceRefresh.section .fixedHeader,#global-ux .select-vehicle.section .fixedHeader{position:fixed;top:0;width:100%}
#global-ux .buildPriceRefresh.section .bnp-overlay,#global-ux .select-vehicle.section .bnp-overlay{display:none;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:99999;cursor:pointer}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer{background:#fff;height:100%;position:absolute;overflow-x:scroll;transition:.3s;cursor:auto}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer.right,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer.right{right:0}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer.left,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer.left{left:0}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer.autoWidth,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer.autoWidth{width:450px}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer::-webkit-scrollbar,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer::-webkit-scrollbar{width:7px;height:1px}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer::-webkit-scrollbar-track,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer::-webkit-scrollbar-track{background:#f2f2f2}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer::-webkit-scrollbar-thumb,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer::-webkit-scrollbar-thumb{background:#8c8c8c;border-radius:5px}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer::-webkit-scrollbar-thumb:hover,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer::-webkit-scrollbar-thumb:hover{background:#1700f4}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper{background:#fff;padding-top:56px;transition:.3s;width:0;height:100%;display:flex;justify-content:center;align-items:center}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper.autoWidth,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper.autoWidth{width:450px}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper.positionTop,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper.positionTop{align-items:start !important}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .bnp-overlay-content,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .bnp-overlay-content{width:100%}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .base-features,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .base-features{padding:1rem 2rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .base-features ul li,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .base-features ul li{padding-bottom:10px}
#global-ux .buildPriceRefresh.section .bnp-overlay .closebtn,#global-ux .select-vehicle.section .bnp-overlay .closebtn{position:absolute;top:0;right:10px;margin:.5rem;text-decoration:none}
#global-ux .buildPriceRefresh.section .bnp-overlay .closebtn i,#global-ux .select-vehicle.section .bnp-overlay .closebtn i{font-size:42px;color:#4d4d4d}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options,#global-ux .select-vehicle.section .bnp-overlay .filter_options{padding:1rem 2rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .filter-title h5,#global-ux .select-vehicle.section .bnp-overlay .filter_options .filter-title h5{text-align:center}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .filter-body-section div,#global-ux .select-vehicle.section .bnp-overlay .filter_options .filter-body-section div{border-bottom:1px solid #f2f2f2;padding-top:1rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .filter-body-section div h6,#global-ux .select-vehicle.section .bnp-overlay .filter_options .filter-body-section div h6{padding:20px 20px 0 0;margin-left:1.5rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .filter-body-section div ul,#global-ux .select-vehicle.section .bnp-overlay .filter_options .filter-body-section div ul{padding:20px 20px 20px 0;margin-top:10px;margin-left:1.5rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .filter-body-section div ul li.filter-item,#global-ux .select-vehicle.section .bnp-overlay .filter_options .filter-body-section div ul li.filter-item{background-color:#8c8c8c;padding:7px 14px;margin:0 10px 10px 0;display:inline-block;border-radius:20px;will-change:transform,box-shadow;transition:transform .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border-color .3s ease-in-out;cursor:pointer;color:#fff;text-align:center;min-width:150px}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .filter-body-section div ul li.filter-item.active,#global-ux .select-vehicle.section .bnp-overlay .filter_options .filter-body-section div ul li.filter-item.active{background-color:#1700f4;color:#fff;box-shadow:0 1rem 1rem 0 rgba(0,0,0,0.1),0 2rem 2rem 0 rgba(0,0,0,0.1)}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .filter-body-section div ul li.filter-item.active .icon-checkmark,#global-ux .select-vehicle.section .bnp-overlay .filter_options .filter-body-section div ul li.filter-item.active .icon-checkmark{display:inline-block;font-size:.8rem;margin-left:5px}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .button-wrapper,#global-ux .select-vehicle.section .bnp-overlay .filter_options .button-wrapper{text-align:center}
#global-ux .buildPriceRefresh.section .bnp-overlay .filter_options .icon-checkmark,#global-ux .select-vehicle.section .bnp-overlay .filter_options .icon-checkmark{display:none}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-header,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-header{padding:1rem 2rem;padding-right:60px}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-header .feature-price,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-header .feature-price{margin-top:.25rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-btn-wrapper,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-btn-wrapper{padding:1rem 2rem;text-align:center}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-desc,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-desc{padding:1rem 2rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-desc ul,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-desc ul{margin-bottom:0}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-desc ul li,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-desc ul li{padding-bottom:2px;font-family:"FordAntenna";font-size:.875rem;line-height:1.3125rem;letter-spacing:0;color:#4d4d4d;text-transform:none}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-desc p,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-desc p{font-family:"FordAntenna";font-size:.875rem;line-height:1.3125rem;letter-spacing:0;color:#4d4d4d;text-transform:none}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .partNumber-wrapper,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .partNumber-wrapper{padding:.5rem 2rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .partNumber-wrapper h4,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .partNumber-wrapper h4{margin-bottom:0}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .partNumber-wrapper p,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .partNumber-wrapper p{margin-bottom:0;word-break:break-all}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .acc-overlay-disclaimer,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .acc-overlay-disclaimer{background:#f2f2f2;padding:1rem 2rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .acc-overlay-disclaimer p,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .acc-overlay-disclaimer p{font-family:"FordAntenna";font-size:.6875rem;line-height:1rem;letter-spacing:0}
#global-ux .buildPriceRefresh.section .added .icon-added,#global-ux .buildPriceRefresh.section .add .icon-add,#global-ux .select-vehicle.section .added .icon-added,#global-ux .select-vehicle.section .add .icon-add{display:block;height:27.47px !important;width:27.47px !important;position:absolute;right:20px}
#global-ux .buildPriceRefresh.section .added .icon-add,#global-ux .buildPriceRefresh.section .add .icon-added,#global-ux .select-vehicle.section .added .icon-add,#global-ux .select-vehicle.section .add .icon-added{display:none}
#global-ux .buildPriceRefresh.section #preloader,#global-ux .select-vehicle.section #preloader{display:none}
#global-ux .buildPriceRefresh.section #containerLoader .loader,#global-ux .select-vehicle.section #containerLoader .loader{position:absolute;top:calc(50% - 25px)}
#global-ux .buildPriceRefresh.section #preloader,#global-ux .buildPriceRefresh.section .preloader,#global-ux .select-vehicle.section #preloader,#global-ux .select-vehicle.section .preloader{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.8;z-index:9;background:#fff}
#global-ux .buildPriceRefresh.section #preloader .loader,#global-ux .buildPriceRefresh.section .preloader .loader,#global-ux .select-vehicle.section #preloader .loader,#global-ux .select-vehicle.section .preloader .loader{border:8px solid #f2f2f2;border-radius:50%;border-top:8px solid #1700f4;width:50px;height:50px;position:fixed;top:50%;right:calc(50% - 25px);-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}
@-webkit-keyframes spin{0{-webkit-transform:rotate(0)}
100%{-webkit-transform:rotate(360deg)}
}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
#global-ux .buildPriceRefresh.section .bnpModels,#global-ux .buildPriceRefresh.section .bnpSeries,#global-ux .select-vehicle.section .bnpModels,#global-ux .select-vehicle.section .bnpSeries{padding:2rem 5rem}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper.sticky,#global-ux .select-vehicle.section .bnp-head-wrapper.sticky{position:fixed;top:0;background:#fff;width:100%;z-index:3}
#global-ux .buildPriceRefresh.section #bnpHeadWrapper,#global-ux .select-vehicle.section #bnpHeadWrapper{-webkit-box-shadow:0 6px 5px rgba(110,110,110,0.27);-moz-box-shadow:0 6px 5px rgba(110,110,110,0.27);box-shadow:0 6px 5px rgba(110,110,110,0.27)}
#global-ux .buildPriceRefresh.section .bnpModels,#global-ux .buildPriceRefresh.section .bnpSeries,#global-ux .select-vehicle.section .bnpModels,#global-ux .select-vehicle.section .bnpSeries{display:none}
#global-ux .buildPriceRefresh.section .compareModels-container-ar h1,#global-ux .buildPriceRefresh.section .compareModels-container-ar h2,#global-ux .buildPriceRefresh.section .compareModels-container-ar h3,#global-ux .buildPriceRefresh.section .compareModels-container-ar h4,#global-ux .buildPriceRefresh.section .compareModels-container-ar h5,#global-ux .buildPriceRefresh.section .compareModels-container-ar h6,#global-ux .buildPriceRefresh.section .compareModels-container-ar strong,#global-ux .select-vehicle.section .compareModels-container-ar h1,#global-ux .select-vehicle.section .compareModels-container-ar h2,#global-ux .select-vehicle.section .compareModels-container-ar h3,#global-ux .select-vehicle.section .compareModels-container-ar h4,#global-ux .select-vehicle.section .compareModels-container-ar h5,#global-ux .select-vehicle.section .compareModels-container-ar h6,#global-ux .select-vehicle.section .compareModels-container-ar strong{font-family:FordArabicRegular;letter-spacing:1px}
#global-ux .buildPriceRefresh.section .compareModels-container-ar div,#global-ux .buildPriceRefresh.section .compareModels-container-ar a,#global-ux .buildPriceRefresh.section .compareModels-container-ar span,#global-ux .buildPriceRefresh.section .compareModels-container-ar th,#global-ux .buildPriceRefresh.section .compareModels-container-ar td,#global-ux .buildPriceRefresh.section .compareModels-container-ar tr,#global-ux .buildPriceRefresh.section .compareModels-container-ar small,#global-ux .select-vehicle.section .compareModels-container-ar div,#global-ux .select-vehicle.section .compareModels-container-ar a,#global-ux .select-vehicle.section .compareModels-container-ar span,#global-ux .select-vehicle.section .compareModels-container-ar th,#global-ux .select-vehicle.section .compareModels-container-ar td,#global-ux .select-vehicle.section .compareModels-container-ar tr,#global-ux .select-vehicle.section .compareModels-container-ar small{font-family:FordArabicRegular;letter-spacing:1px}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head{overflow-x:scroll;margin:0 auto;-ms-overflow-style:none;scrollbar-width:none}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head::-webkit-scrollbar,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head::-webkit-scrollbar{display:none}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -10px;padding:0;justify-content:center;min-width:max-content;height:55px}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item{list-style-type:none;margin:0 0 0 20px;padding:0;border:0;width:auto;display:block;text-align:center;position:relative;height:100%}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span{display:table;height:100%;width:100%}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item.active-bnp,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item.active-bnp{color:#00095b;border-bottom:2px solid #00095b}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item.active-bnp span a,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item.active-bnp span a{font-family:FordAntennaCondBold}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span{padding:.25rem .5rem}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span a,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span a{color:inherit;text-decoration:none;padding:.25rem 0}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span .bnp-item-link,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span .bnp-item-link{display:table-cell;height:100%;vertical-align:middle}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper-ar .bnp-head .bnp-list .bnp-list-item.active-bnp span a,#global-ux .select-vehicle.section .bnp-head-wrapper-ar .bnp-head .bnp-list .bnp-list-item.active-bnp span a{font-family:FordArabicBold}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper-ar .bnp-head .bnp-list .bnp-list-item span .bnp-item-link,#global-ux .select-vehicle.section .bnp-head-wrapper-ar .bnp-head .bnp-list .bnp-list-item span .bnp-item-link{font-family:FordArabicRegular}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper-ar .bnp-list,#global-ux .select-vehicle.section .bnp-head-wrapper-ar .bnp-list{flex-direction:row-reverse}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper-ar .jellybeans-indicators,#global-ux .select-vehicle.section .bnp-head-wrapper-ar .jellybeans-indicators{flex-direction:row-reverse}
#global-ux .buildPriceRefresh.section .bnp-content-wrapper,#global-ux .select-vehicle.section .bnp-content-wrapper{border:0;margin:0;padding-top:35px}
#global-ux .buildPriceRefresh.section .bnp-content-wrapper-ar .bnp-cta,#global-ux .select-vehicle.section .bnp-content-wrapper-ar .bnp-cta{font-family:FordArabicRegular}
#global-ux .buildPriceRefresh.section .bnp-content,#global-ux .select-vehicle.section .bnp-content{padding:0;border:0}
#global-ux .buildPriceRefresh.section .bnp-vehicles-container,#global-ux .select-vehicle.section .bnp-vehicles-container{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 auto;max-width:100%;text-align:center}
#global-ux .buildPriceRefresh.section .bnp-vehicles-container .bnp-vehicle-block,#global-ux .select-vehicle.section .bnp-vehicles-container .bnp-vehicle-block{width:calc(100% / 3 - 10px);justify-content:center;padding:2rem 0;vertical-align:top;height:auto !important;display:inline-block;transition:all 1s}
#global-ux .buildPriceRefresh.section .bnp-vehicles-container .bnp-vehicle-block.hidebnp,#global-ux .select-vehicle.section .bnp-vehicles-container .bnp-vehicle-block.hidebnp{display:none}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper,#global-ux .select-vehicle.section .bnp-vehicle-wrapper{padding:0;display:inline-block;padding:.5rem .75rem;position:relative}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper-arLanguage .bnp-vehicle-name,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper-arLanguage .bnp-vehicle-name{text-align:right !important;font-family:FordArabicBold}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper-arLanguage .bnp-vehicle-price-details,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper-arLanguage .bnp-vehicle-price-details{text-align:right !important;font-family:FordArabicRegular}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .designCTA,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .designCTA{text-align:center}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .secondaryBtn,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .secondaryBtn{display:block;margin-top:15px}
#global-ux .buildPriceRefresh.section .bnp-vehicle,#global-ux .select-vehicle.section .bnp-vehicle{display:block;margin-top:0;width:100%;height:auto;margin-bottom:15px}
#global-ux .buildPriceRefresh.section .bnp-picture,#global-ux .select-vehicle.section .bnp-picture{display:block;width:100%;height:auto}
#global-ux .buildPriceRefresh.section .bnp-picture .site-link-icon,#global-ux .select-vehicle.section .bnp-picture .site-link-icon{position:absolute;right:0;height:34px;width:42px;z-index:1}
#global-ux .buildPriceRefresh.section .bnp-picture img,#global-ux .select-vehicle.section .bnp-picture img{transition:all .3s;width:100%;mix-blend-mode:multiply}
#global-ux .buildPriceRefresh.section .bnp-vehicle-block:hover .bnp-picture img,#global-ux .select-vehicle.section .bnp-vehicle-block:hover .bnp-picture img{transform:scale(1.05)}
#global-ux .buildPriceRefresh.section .bnp-vehicle-details,#global-ux .select-vehicle.section .bnp-vehicle-details{display:block;text-align:center;margin:10px 0 0;margin-top:.25rem}
#global-ux .buildPriceRefresh.section .bnp-vehicle-name,#global-ux .select-vehicle.section .bnp-vehicle-name{display:block;padding:0;text-decoration:none;word-break:break-word;text-align:left;margin:0 auto;margin-bottom:.3rem}
#global-ux .buildPriceRefresh.section .bnp-vehicle-price-details,#global-ux .select-vehicle.section .bnp-vehicle-price-details{display:block;text-align:left;min-height:15px}
#global-ux .buildPriceRefresh.section .bnp-vehicle-price,#global-ux .buildPriceRefresh.section .bnp-vehicle-priceLabel,#global-ux .select-vehicle.section .bnp-vehicle-price,#global-ux .select-vehicle.section .bnp-vehicle-priceLabel{margin-top:.5rem;text-align:left}
#global-ux .buildPriceRefresh.section .bnp-title-wrapper h2,#global-ux .select-vehicle.section .bnp-title-wrapper h2{margin:15px -10px}
#global-ux .buildPriceRefresh.section .hideForMobile,#global-ux .select-vehicle.section .hideForMobile{display:block;text-align:left}
#global-ux .buildPriceRefresh.section .show-mob-only,#global-ux .select-vehicle.section .show-mob-only{display:none}
#global-ux .buildPriceRefresh.section .mobileInfo,#global-ux .select-vehicle.section .mobileInfo{display:none}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .jellybeans-indicators,#global-ux .select-vehicle.section .bnp-head-wrapper .jellybeans-indicators{position:absolute;width:100%;margin-top:10px;display:flex !important;flex-flow:row wrap;justify-content:space-between;vertical-align:middle}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .jellybeans-indicators i.icon,#global-ux .select-vehicle.section .bnp-head-wrapper .jellybeans-indicators i.icon{font-size:1rem;line-height:2rem}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .jellybeans-indicators .left-indicator,#global-ux .select-vehicle.section .bnp-head-wrapper .jellybeans-indicators .left-indicator{margin-left:8%;cursor:pointer}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .jellybeans-indicators .right-indicator,#global-ux .select-vehicle.section .bnp-head-wrapper .jellybeans-indicators .right-indicator{margin-right:8%;cursor:pointer}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper-ar .jellybeans-indicators,#global-ux .select-vehicle.section .bnp-head-wrapper-ar .jellybeans-indicators{flex-direction:row-reverse}
#global-ux .buildPriceRefresh.section .jellybeans-indicators+div.container,#global-ux .select-vehicle.section .jellybeans-indicators+div.container{width:80%}
@media(max-width:1195px){#global-ux .buildPriceRefresh.section .bnp-title-wrapper h2,#global-ux .select-vehicle.section .bnp-title-wrapper h2{margin:15px -10px}
#global-ux .buildPriceRefresh.section .bnp-vehicles-container .bnp-vehicle-block,#global-ux .select-vehicle.section .bnp-vehicles-container .bnp-vehicle-block{width:calc(100% / 3 - 10px)}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper,#global-ux .select-vehicle.section .bnp-head-wrapper{position:sticky;top:0;background:#fff;z-index:3}
}
@media(max-width:992px){#global-ux .buildPriceRefresh.section .bnp-vehicles-container .bnp-vehicle-block,#global-ux .select-vehicle.section .bnp-vehicles-container .bnp-vehicle-block{width:calc(100% / 3 - 10px)}
#global-ux .buildPriceRefresh.section #global-ux .jelly-bean.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span,#global-ux .select-vehicle.section #global-ux .jelly-bean.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item span{padding:.5em}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper,#global-ux .select-vehicle.section .bnp-head-wrapper{position:sticky;top:0;background:#fff;z-index:3}
}
@media(max-width:767px){#global-ux .buildPriceRefresh.section .mobile-noPaddingTop,#global-ux .select-vehicle.section .mobile-noPaddingTop{padding-top:0 !important}
#global-ux .buildPriceRefresh.section .added .icon-added,#global-ux .buildPriceRefresh.section .add .icon-add,#global-ux .select-vehicle.section .added .icon-added,#global-ux .select-vehicle.section .add .icon-add{right:0;top:0}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer.autoWidth,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer.autoWidth{width:100%}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer.autoHeight,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer.autoHeight{height:auto;bottom:0;max-height:100%}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper{width:0}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper.autoWidth,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper.autoWidth{width:100%}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .filter_options,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .filter_options{padding:1rem 2rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .filter_options h6,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .filter_options h6{padding:0;margin:0}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .filter_options ul,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .filter_options ul{margin:0;padding-right:0}
#global-ux .buildPriceRefresh.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .filter_options ul li,#global-ux .select-vehicle.section .bnp-overlay .bnp-overlayContainer .bnp-overlay-wrapper .filter_options ul li{margin-right:5px;min-width:160px}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-header,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-header{padding:1rem 2rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-header .feature-price,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-header .feature-price{margin-top:.25rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .feature-desc,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .feature-desc{padding:1rem}
#global-ux .buildPriceRefresh.section .bnp-overlay .feature-description-container .acc-overlay-disclaimer,#global-ux .select-vehicle.section .bnp-overlay .feature-description-container .acc-overlay-disclaimer{background:#f2f2f2;padding:1rem 2rem}
#global-ux .buildPriceRefresh.section .bnpModels,#global-ux .buildPriceRefresh.section .bnpSeries,#global-ux .buildPriceRefresh.section .bnp-head-wrapper,#global-ux .buildPriceRefresh.section .bnp-content-wrapper,#global-ux .buildPriceRefresh.section .bnp-title-wrapper,#global-ux .select-vehicle.section .bnpModels,#global-ux .select-vehicle.section .bnpSeries,#global-ux .select-vehicle.section .bnp-head-wrapper,#global-ux .select-vehicle.section .bnp-content-wrapper,#global-ux .select-vehicle.section .bnp-title-wrapper{padding:0}
#global-ux .buildPriceRefresh.section .hideForMobile,#global-ux .select-vehicle.section .hideForMobile{display:none !important}
#global-ux .buildPriceRefresh.section .show-mob-only,#global-ux .select-vehicle.section .show-mob-only{display:block !important}
#global-ux .buildPriceRefresh.section .bnp-vehicles-container .bnp-vehicle-block,#global-ux .select-vehicle.section .bnp-vehicles-container .bnp-vehicle-block{width:100%;padding:0}
#global-ux .buildPriceRefresh.section .bnp-vehicle-price,#global-ux .buildPriceRefresh.section .bnp-vehicle-priceLabel,#global-ux .select-vehicle.section .bnp-vehicle-price,#global-ux .select-vehicle.section .bnp-vehicle-priceLabel{margin-top:.25rem;display:block;text-align:center}
#global-ux .buildPriceRefresh.section .bnp-vehicle-name,#global-ux .select-vehicle.section .bnp-vehicle-name{text-align:center}
#global-ux .buildPriceRefresh.section .bnp-title-wrapper h2,#global-ux .select-vehicle.section .bnp-title-wrapper h2{text-align:center}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list .bnp-list-item{margin:0 10px 0 0}
#global-ux .buildPriceRefresh.section .bnp-picture .site-link-icon,#global-ux .select-vehicle.section .bnp-picture .site-link-icon{left:0}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper,#global-ux .select-vehicle.section .bnp-head-wrapper{position:sticky;top:0;background-color:#fff;z-index:3;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper::-webkit-scrollbar,#global-ux .select-vehicle.section .bnp-head-wrapper::-webkit-scrollbar{display:none}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head{width:100%}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .bnp-head .bnp-list,#global-ux .select-vehicle.section .bnp-head-wrapper .bnp-head .bnp-list{min-width:max-content}
#global-ux .buildPriceRefresh.section .bnp-vehicle-block,#global-ux .select-vehicle.section .bnp-vehicle-block{border-bottom:1px solid #f2f2f2}
#global-ux .buildPriceRefresh.section .bnp-vehicle-block:last-child,#global-ux .select-vehicle.section .bnp-vehicle-block:last-child{border-bottom:0}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper,#global-ux .select-vehicle.section .bnp-vehicle-wrapper{padding:.25rem;position:relative;width:100%}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper.mobileInfo,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper.mobileInfo{display:table-cell;width:40%;vertical-align:middle}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper.mobileInfo .designCTA,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper.mobileInfo .designCTA{padding:.5rem 0}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper .bnp-vehicle-price-details,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper .bnp-vehicle-price-details{text-align:center}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper .bnp-vehicle-price-details .bnp-vehicle-priceLabel,#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper .bnp-vehicle-price-details .bnp-vehicle-price,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper .bnp-vehicle-price-details .bnp-vehicle-priceLabel,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper .bnp-vehicle-price-details .bnp-vehicle-price{display:inline-block}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper-ar .bnp-vehicle-name,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper-ar .bnp-vehicle-name{text-align:right !important}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-name-price-wrapper-ar .bnp-vehicle-price-details,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-name-price-wrapper-ar .bnp-vehicle-price-details{text-align:right !important}
#global-ux .buildPriceRefresh.section .bnp-vehicle-wrapper .bnp-vehicle,#global-ux .select-vehicle.section .bnp-vehicle-wrapper .bnp-vehicle{width:60%;display:table-cell}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .jellybeans-indicators .left-indicator,#global-ux .select-vehicle.section .bnp-head-wrapper .jellybeans-indicators .left-indicator{margin-left:10px}
#global-ux .buildPriceRefresh.section .bnp-head-wrapper .jellybeans-indicators .right-indicator,#global-ux .select-vehicle.section .bnp-head-wrapper .jellybeans-indicators .right-indicator{margin-right:10px}
#global-ux .buildPriceRefresh.section .jellybeans-indicators+div.container,#global-ux .select-vehicle.section .jellybeans-indicators+div.container{width:80%}
}
@media(max-width:480px){#global-ux .buildPriceRefresh.section,#global-ux .select-vehicle.section{padding:0}
#global-ux .buildPriceRefresh.section .bnp-vehicles-container .bnp-vehicle-block,#global-ux .select-vehicle.section .bnp-vehicles-container .bnp-vehicle-block{padding:0;margin:10px 5px;width:100%;height:auto !important}
}
@media(max-width:375px){#global-ux .buildPriceRefresh.section .filter_options,#global-ux .select-vehicle.section .filter_options{padding:1rem !important}
#global-ux .buildPriceRefresh.section .filter_options ul>li,#global-ux .select-vehicle.section .filter_options ul>li{min-width:150px !important}
}
@media(max-width:320px){#global-ux .buildPriceRefresh.section .filter_options ul>li,#global-ux .select-vehicle.section .filter_options ul>li{min-width:120px !important}
}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnp-overlay .filter_options .filter-body-section div h6{padding-right:30px}
.lang_ko #global-ux .buildPriceRefresh.section h6{font-family:FordAntennaCondBold !important}
.rtl #global-ux .buildPriceRefresh.section .position-absolute{position:absolute;z-index:2}
@media screen and (max-width:767px){.rtl #global-ux .buildPriceRefresh.section .bnpSliderMobileWrapper .closebtn{left:5px;right:unset}
}
.rtl #global-ux .buildPriceRefresh.section .bnp-vehicle-name{text-align:right}
.rtl #global-ux .buildPriceRefresh.section .fullwidthDiv{display:block;width:100%;padding-right:1rem;padding-left:1rem}
.rtl #global-ux .buildPriceRefresh.section .bnp-overlay .right .closebtn{right:10px;left:unset}
.rtl #global-ux .buildPriceRefresh.section .bnp-overlay .left .closebtn{left:10px;right:unset}
.rtl #global-ux .buildPriceRefresh.section ul{margin-left:0;margin-right:2.5rem}
.rtl #global-ux .buildPriceRefresh.section ul li ul{margin-left:0;margin-right:1.25rem}
.rtl #global-ux .build-and-price-container .bnp-addons .featureSection .feature-heading h3{font-weight:bold}
.rtl #global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .picture-container{float:left;margin-right:10px}
.rtl #global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-info{padding-right:0}
.rtl #global-ux .build-and-price-container .bnp-footer .btn-wrapper:before{right:0}
.rtl #global-ux .build-and-price-container .summary-details .summaryColumn2 .closebtn{left:5px;right:unset}
.rtl #global-ux .build-and-price-container .summary-details .featureName-td{text-align:right}
.rtl #global-ux .build-and-price-container .summary-details .price-td{text-align:left}
.rtl #global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks{padding-left:2rem;padding-right:1rem}
.rtl #global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks:not(.ng-hide):not(:last-child):after{content:'\e612';left:0;right:unset}
#global-ux .build-and-price-container .row-custom{max-width:100%;margin:0}
#global-ux .build-and-price-container .bnp-summary-details{height:100%}
#global-ux .build-and-price-container .bnp-summary-details .bnpSlider{display:none}
#global-ux .build-and-price-container .bnp-summary-details .bnpSlider.activeSlider{-webkit-transition:visibility 0 linear .33s,opacity .33s linear;transition:visibility 0 linear .33s,opacity .33s linear;display:block}
#global-ux .build-and-price-container .bnpSlider{height:100%}
#global-ux .build-and-price-container .bnpSlider .imageLoader{width:100px;position:absolute;top:50%;right:50%;z-index:0}
#global-ux .build-and-price-container .bnpSlider.dark-fds .bnp-model-info{z-index:1;position:relative}
#global-ux .build-and-price-container .bnpSlider.dark-fds .bnp-model-info .baseFeature{color:#1700f4}
#global-ux .build-and-price-container .bnpSlider.dark-fds .slides{height:auto}
#global-ux .build-and-price-container .bnpSlider.dark-fds .slides .picture-container{height:auto;text-align:center}
#global-ux .build-and-price-container .bnpSlider.dark-fds .slides .picture-container .blackOverlay{display:none}
#global-ux .build-and-price-container .bnpSlider.dark-fds .slides .picture-container img{height:calc(68vh - 140px);width:auto}
#global-ux .build-and-price-container .bnpSlider.dark-fds .flex-viewport{height:auto}
#global-ux .build-and-price-container .bnpSlider.dark-fds .flex-viewport .slides{height:auto}
#global-ux .build-and-price-container .bnpSlider.dark-fds .flex-viewport .slides .picture-container{text-align:center;height:auto;position:relative}
#global-ux .build-and-price-container .bnpSlider.dark-fds .flex-viewport .slides .picture-container .blackOverlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:1;transition:.5s ease;background:rgba(0,0,0,0.5);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),color-stop(50%,rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));background:-o-linear-gradient(top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);background:linear-gradient(180deg,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%)}
#global-ux .build-and-price-container .bnpSlider.dark-fds .flex-viewport .slides .picture-container img{height:50vh;width:auto}
#global-ux .build-and-price-container .bnpSlider.dark-fds .flex-control-nav li a.flex-active{border:none !important;background:#00095b !important;transform:scale(1,1) !important}
#global-ux .build-and-price-container .bnpSlider.dark-fds .flex-control-nav li a{background:#6e6e6e !important}
#global-ux .build-and-price-container .bnpSlider .slides{height:100%}
#global-ux .build-and-price-container .bnpSlider .slides .picture-container{height:100%;z-index:1;position:relative}
#global-ux .build-and-price-container .bnpSlider .slides .picture-container .blackOverlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:1;transition:.5s ease;background:rgba(0,0,0,0.5);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),color-stop(50%,rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));background:-o-linear-gradient(top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);background:linear-gradient(180deg,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%)}
#global-ux .build-and-price-container .bnpSlider .slides .picture-container img{height:100%}
#global-ux .build-and-price-container .bnpSlider .bnp-model-info{padding:2rem 5rem;padding-bottom:0;position:absolute;z-index:1}
#global-ux .build-and-price-container .bnpSlider .bnp-model-info .baseFeature{text-decoration:underline}
#global-ux .build-and-price-container .bnpSlider .flex-viewport{height:100%}
#global-ux .build-and-price-container .bnpSlider .flex-viewport .slides{height:100%}
#global-ux .build-and-price-container .bnpSlider .flex-viewport .slides .picture-container{height:100%;position:relative}
#global-ux .build-and-price-container .bnpSlider .flex-viewport .slides .picture-container .blackOverlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:1;transition:.5s ease;background:rgba(0,0,0,0.5);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),color-stop(50%,rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));background:-o-linear-gradient(top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);background:linear-gradient(180deg,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%)}
#global-ux .build-and-price-container .bnpSlider .flex-viewport .slides .picture-container img{height:100%}
#global-ux .build-and-price-container .bnpSlider .flex-control-nav{position:absolute;bottom:10px;display:block;z-index:1;width:100%;margin:0 auto}
#global-ux .build-and-price-container .bnpSlider .flex-control-nav li a.flex-active{border:none !important;background:#f2f2f2 !important;transform:scale(1,1) !important}
#global-ux .build-and-price-container .bnpSlider .flex-control-nav li a{width:25px !important;height:4px !important;background:#f2f2f2 !important;border-radius:0 !important}
#global-ux .build-and-price-container .bnp-exterior-carousel.show{display:block}
#global-ux .build-and-price-container .bnp-exterior-carousel .flex-control-nav li a{width:25px !important;height:5px !important;background:#00095b !important;border-radius:0 !important}
#global-ux .build-and-price-container .bnp-exterior-carousel .flex-control-nav li a.flex-active{border:none !important;background:#00095b !important;transform:scale(1,1) !important}
#global-ux .build-and-price-container .trim .trim-card{margin:1rem;margin-bottom:20px;box-shadow:0 2px 8px 0 rgba(50,50,50,0.08);background:#fff}
#global-ux .build-and-price-container .trim .trim-card.active .trim-btn{background-color:#00095b}
#global-ux .build-and-price-container .trim .trim-card .trim-info{padding:1rem .5rem}
#global-ux .build-and-price-container .trim .trim-card .trim-info h5{margin-bottom:0}
#global-ux .build-and-price-container .trim .trim-card .trim-btn{background-color:#1700f4;text-align:center;color:#fff;padding:.5rem;border-bottom-left-radius:5px;border-bottom-right-radius:5px;cursor:pointer}
#global-ux .build-and-price-container .trim .trim-card .trim-btn i.icon-checkmark{font-size:.8rem}
#global-ux .build-and-price-container .bnpContainer{position:relative;height:90vh;overflow:hidden}
@media screen and (max-width:767px){#global-ux .build-and-price-container .bnpContainer{max-height:100vh}
}
#global-ux .build-and-price-container .bnpContainer .vh80{height:68vh;overflow:hidden}
#global-ux .build-and-price-container .bnp-exterior-carousel .picture-container{width:85%;margin:0 auto}
#global-ux .build-and-price-container .bnp-header{background:#fff;height:8vh;display:block;overflow-x:visible;-ms-overflow-style:none;overflow:-moz-scrollbars-none;-webkit-box-shadow:0 3px 5px rgba(57,63,72,0.3);-moz-box-shadow:0 3px 5px rgba(57,63,72,0.3);box-shadow:0 3px 5px rgba(57,63,72,0.3);z-index:1;position:relative}
#global-ux .build-and-price-container .bnp-header::-webkit-scrollbar{display:none}
#global-ux .build-and-price-container .bnp-header .top-tab-header{list-style-type:none;text-align:center;margin:0;padding:0;overflow-x:auto;white-space:nowrap;padding:0 1rem}
#global-ux .build-and-price-container .bnp-header .top-tab-header::-webkit-scrollbar{width:3px;height:3px}
#global-ux .build-and-price-container .bnp-header .top-tab-header::-webkit-scrollbar-track{background:#f2f2f2}
#global-ux .build-and-price-container .bnp-header .top-tab-header::-webkit-scrollbar-thumb{background:#8c8c8c;border-radius:5px}
#global-ux .build-and-price-container .bnp-header .top-tab-header::-webkit-scrollbar-thumb:hover{background:#1700f4}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks{display:inline-block;padding-left:1rem;padding-right:2rem;position:relative}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks:not(.ng-hide):not(:last-child):after{content:"\e615";font-family:'icomoon' !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;position:absolute;top:calc(50% - 1.1vh);right:0;font-size:2vh;line-height:1;color:#8c8c8c}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks.active a.tab{border-bottom-color:#00095b}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks.active a.tab:before{content:'';position:absolute;left:calc(50% - 10px);top:0;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #00095b;clear:both}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks a.tab{display:block;position:relative;text-align:center;font-size:2vh;text-decoration:none;line-height:.9;border-bottom:2px solid transparent;padding-top:3vh;padding-bottom:3vh}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks a.tab:hover{border-bottom-color:#00095b}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks a.tab .tablabel{display:inline-block;vertical-align:bottom}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks a.tab i{font-size:.9rem;vertical-align:initial;line-height:1;display:none}
#global-ux .build-and-price-container .bnp-header .backBtn{font-size:3vh;line-height:.9;padding-top:2vh;cursor:pointer}
#global-ux .build-and-price-container .bnp-header .backBtn span{display:inline-block;font-weight:bold;color:#00095b}
#global-ux .build-and-price-container .bnp-header .select-location{padding-top:16px}
#global-ux .build-and-price-container .bnp-header .select-location a{display:block}
#global-ux .build-and-price-container .bnp-header .select-location a i,#global-ux .build-and-price-container .bnp-header .select-location a span{display:inline-block;color:#00095b;line-height:1}
#global-ux .build-and-price-container .bnp-header .select-location a i{font-size:1rem}
#global-ux .build-and-price-container .bnp-header .select-location .locationLabel{display:block}
#global-ux .build-and-price-container .bnp-addons-wrapper{height:68vh;overflow-x:hidden;padding:0;background-color:#f2f2f2}
@media screen and (max-width:767px){#global-ux .build-and-price-container .bnp-addons-wrapper{height:65vh}
}
@media screen and (max-width:320px){#global-ux .build-and-price-container .bnp-addons-wrapper{height:62vh}
#global-ux .build-and-price-container .bnp-addons-wrapper .select-location{padding-top:16px}
#global-ux .build-and-price-container .bnp-addons-wrapper .select-location a{display:block}
#global-ux .build-and-price-container .bnp-addons-wrapper .select-location a i,#global-ux .build-and-price-container .bnp-addons-wrapper .select-location a span{display:inline-block;color:#00095b;line-height:1}
#global-ux .build-and-price-container .bnp-addons-wrapper .select-location a i{font-size:.8rem}
}
#global-ux .build-and-price-container .bnp-addons .featureSection{padding:.8rem;text-transform:uppercase;padding-bottom:.5rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-heading{text-align:center;font-weight:400}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-heading h3{margin-bottom:.5rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-sub-heading{text-align:center}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .feature-sub-content{margin-bottom:1rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker{text-align:center;display:flex;flex-wrap:wrap}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color{display:inline-block;padding:.25rem .5rem;vertical-align:top;text-align:center;cursor:pointer;position:relative;flex:33.33%}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color .color-price,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color .trim-price,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color .color-price,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color .trim-price,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color .color-price,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color .trim-price,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color .color-price,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color .trim-price{width:100%;padding:.25rem .5rem;display:block;text-align:center}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color .color-price sup,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color .trim-price sup,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color .color-price sup,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color .trim-price sup,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color .color-price sup,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color .trim-price sup,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color .color-price sup,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color .trim-price sup{color:#4d4d4d}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color .color-name,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color .color-name,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color .color-name,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color .color-name{margin-bottom:0;cursor:pointer}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color img{width:50px;height:50px;border:1px solid transparent;margin-bottom:.25rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color.active,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color.active,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color.active,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color.active{color:#1700f4}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color.active img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color.active img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color.active img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color.active img{border:1px solid #00095b;border-radius:50%}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color.active .color-price:after,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color.active .trim-price:after,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color.active .color-price:after,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color.active .trim-price:after,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color.active .color-price:after,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color.active .trim-price:after,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color.active .color-price:after,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color.active .trim-price:after{content:'';position:absolute;bottom:0;left:0;right:0;background:#00095b;height:3px;border-radius:16px;width:85%;margin:0 auto}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .model-color img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-color-picker .trim-color img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .model-color img,#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .trim-picker .trim-color img{padding:3px;border-radius:50%}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail{padding:0 1.5rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card{margin-bottom:20px;background:#fff;-webkit-box-shadow:0 0 3px 3px rgba(110,110,110,0.11);-moz-box-shadow:0 0 3px 3px rgba(110,110,110,0.11);box-shadow:0 0 3px 3px rgba(110,110,110,0.11);border-radius:5px}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card .picture-container .media-item-picture img{border-top-left-radius:5px;border-top-right-radius:5px}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card.active .optional-btn{background-color:#1700f4}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card .optional-info{text-transform:capitalize;padding:1rem .5rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card .optional-info h5{margin-bottom:0;cursor:pointer}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card .optional-info h5.noLink{cursor:auto}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card .optional-price .priceValue sup{color:#4d4d4d}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card .optional-btn{background-color:#00095b;text-align:center;color:#fff;padding:.5rem;border-bottom-left-radius:5px;border-bottom-right-radius:5px;cursor:pointer}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-optional-detail .optional-card .optional-btn i.icon-checkmark{font-size:.6rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail{padding:0 1.5rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail .engine-card{margin-bottom:20px;background:#fff;-webkit-box-shadow:0 0 3px 3px rgba(110,110,110,0.11);-moz-box-shadow:0 0 3px 3px rgba(110,110,110,0.11);box-shadow:0 0 3px 3px rgba(110,110,110,0.11);border-radius:5px}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail .engine-card .picture-container .media-item-picture img{border-top-left-radius:5px;border-top-right-radius:5px}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail .engine-card.active .engine-btn{background-color:#1700f4}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail .engine-card .engine-info{text-transform:capitalize;padding:1rem .5rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail .engine-card .engine-info h5{margin-bottom:0}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail .engine-card .engine-price .priceValue sup{color:#4d4d4d}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail .engine-card .engine-btn{background-color:#00095b;text-align:center;color:#fff;padding:.5rem;border-bottom-left-radius:5px;border-bottom-right-radius:5px;cursor:pointer}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .model-engine-detail .engine-card .engine-btn i.icon-checkmark{font-size:.6rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail{width:100%;height:auto;display:inline-block;padding:.5rem;vertical-align:top}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail.active .extAcc-addAcc{background-color:#1700f4}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .picture-container{margin:0;cursor:pointer;width:40%;float:right;display:block;border-radius:5px;overflow:hidden;-webkit-box-shadow:0 0 3px 3px rgba(110,110,110,0.11);-moz-box-shadow:0 0 3px 3px rgba(110,110,110,0.11);box-shadow:0 0 3px 3px rgba(110,110,110,0.11)}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-info{width:60%;padding-right:10px;display:block;font-size:.8rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-info .extAcc-name{margin-bottom:0;cursor:pointer}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-info span.extAcc-price sup{color:#4d4d4d}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-addAcc{display:block;background-color:#00095b;text-align:center;padding:.25rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-addAcc i{font-size:.65rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .show-more-height{max-height:256px;overflow:hidden}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .show-more{text-align:center;padding:1rem}
#global-ux .build-and-price-container .bnp-footer{position:relative;cursor:auto;height:14vh;overflow:hidden;text-transform:uppercase;font-size:.8rem;margin:0;width:100%;-webkit-box-shadow:0 -3px 5px rgba(57,63,72,0.3);-moz-box-shadow:0 -3px 5px rgba(57,63,72,0.3);box-shadow:0 -3px 5px rgba(57,63,72,0.3)}
#global-ux .build-and-price-container .bnp-footer .footer_height{height:14vh}
#global-ux .build-and-price-container .bnp-footer .borderLeft{position:relative}
#global-ux .build-and-price-container .bnp-footer .bnp-price-details{text-align:center}
#global-ux .build-and-price-container .bnp-footer .bnp-price-details .arrow_position{cursor:pointer;display:block;font-size:1.25rem;text-align:center;padding-right:.635rem;line-height:0}
#global-ux .build-and-price-container .bnp-footer .bnp-price-details .arrow_position_NoOffer{cursor:pointer;display:inline-block;font-size:1.25rem;text-align:center;padding-right:.635rem;line-height:0;height:30px}
#global-ux .build-and-price-container .bnp-footer .btn-wrapper{padding:1.25rem}
#global-ux .build-and-price-container .bnp-footer .btn-wrapper:before{content:" ";position:absolute;background:#f2f2f2;width:2px;height:60%;left:0}
#global-ux .build-and-price-container .bnp-footer .bnp-price{color:#00095b;font-weight:300;font-size:1.25rem;display:block}
#global-ux .build-and-price-container .bnp-footer .bnp-price .bnp-price-format{display:inline-block;padding:0 2rem;font-size:.9rem;text-align:center}
#global-ux .build-and-price-container .bnp-footer .bnp-price .bnp-price-format .offer-blue{color:#1700f4 !important}
#global-ux .build-and-price-container .bnp-footer .bnp-price .segmentation-line{position:relative}
#global-ux .build-and-price-container .bnp-footer .bnp-price .segmentation-line:before{content:" ";position:absolute;background:#f2f2f2;width:2px;height:75%;left:-3%;bottom:0}
#global-ux .build-and-price-container .bnp-footer .bnp-price .priceValue{padding:0 5px;display:block}
#global-ux .build-and-price-container .bnp-footer .bnp-price i.icon-chevron-thin-right{transform:rotate(-90deg);-ms-transform:rotate(-90deg);font-size:1.2rem;cursor:pointer;display:block}
#global-ux .build-and-price-container .summary-overlaybg{background:rgba(0,0,0,0.5);content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}
#global-ux .build-and-price-container .summary-details{position:absolute;height:50vh;bottom:0;width:100%;background:#fff;z-index:2;-webkit-box-shadow:0 -3px 5px rgba(57,63,72,0.3);-moz-box-shadow:0 -3px 5px rgba(57,63,72,0.3);box-shadow:0 -3px 5px rgba(57,63,72,0.3)}
#global-ux .build-and-price-container .summary-details .summaryContainer{display:flex;width:100%}
#global-ux .build-and-price-container .summary-details .summaryContainer .bnp-price{color:#00095b;font-size:1.5rem;padding:.5rem;text-transform:uppercase}
#global-ux .build-and-price-container .summary-details .summaryContainer .bnp-price .summary-overlay-price{padding:0 0 20px}
#global-ux .build-and-price-container .summary-details .summaryContainer .bnp-price .summary-overlay-price .offer-blue{color:#1700f4 !important}
#global-ux .build-and-price-container .summary-details .summaryColumn1{flex:0 0 70%;padding:3rem}
#global-ux .build-and-price-container .summary-details .summaryColumn2{flex:0 0 30%;text-align:center;display:flex;align-items:center;justify-content:center;height:50vh}
#global-ux .build-and-price-container .summary-details .summaryColumn2 .closebtn{position:absolute;top:10px;right:10px;color:#00095b}
#global-ux .build-and-price-container .summary-details .summaryColumn2 .closebtn i{font-size:2.5rem}
#global-ux .build-and-price-container .summary-details .added-features{border-bottom:1px solid #f2f2f2;padding:.5rem}
#global-ux .build-and-price-container .summary-details .added-features .offer-blue{color:#1700f4 !important}
#global-ux .build-and-price-container .summary-details .added-features-wrapper{height:auto;max-height:38vh;overflow-y:scroll}
#global-ux .build-and-price-container .summary-details .added-features-wrapper::-webkit-scrollbar{width:6px}
#global-ux .build-and-price-container .summary-details .added-features-wrapper::-webkit-scrollbar-track{background:#f2f2f2}
#global-ux .build-and-price-container .summary-details .added-features-wrapper::-webkit-scrollbar-thumb{background:#4d4d4d;border-radius:5px}
#global-ux .build-and-price-container .summary-details .added-features-wrapper::-webkit-scrollbar-thumb:hover{background:#6e6e6e}
#global-ux .build-and-price-container .summary-details .price-td{width:calc(30% - 5px);text-align:right;display:inline-block}
#global-ux .build-and-price-container .summary-details .price-td.halfWidth{width:calc(50% - 5px)}
#global-ux .build-and-price-container .summary-details .featureName-td{width:calc(70% - 5px);text-align:left;display:inline-block}
#global-ux .build-and-price-container .summary-details .featureName-td.halfWidth{width:calc(50% - 5px)}
#global-ux .build-and-price-container .summary-details .deletelabel{color:#00095b}
#global-ux .build-and-price-container .summary-details .deleteBtn{cursor:pointer}
#global-ux .build-and-price-container .summary-details .deleteBtn img{width:1rem}
#global-ux .build-and-price-container .summary-details .deleteBtn img.icon-delete{height:13px !important;width:11.26px !important;color:#00095b;margin-left:7px;margin-bottom:2px}
#global-ux .build-and-price-container .display-none{display:none}
#global-ux .build-and-price-container .changeModelOverlay .changeModelTitle h2{text-align:center}
#global-ux .build-and-price-container .changeModelOverlay .changeModelDescription p{text-align:center}
#global-ux .build-and-price-container .changeModelOverlay .changeModelBtnWrapper{padding:.5rem;text-align:center;width:80%;margin:0 auto}
@media screen and (max-width:767px){#global-ux .build-and-price-container .changeModelOverlay{padding:0 1rem}
#global-ux .build-and-price-container .estimatedPrice-Mobile{text-align:center;font-size:.7rem;padding:2vh 0}
#global-ux .build-and-price-container .estimatedPrice-Mobile .bnpPrice-Mobile{display:inline-block;width:calc(50% - 5px);line-height:1.3}
#global-ux .build-and-price-container .estimatedPrice-Mobile .bnpPrice-Mobile.noOffer{width:100%}
#global-ux .build-and-price-container .estimatedPrice-Mobile .bnpPrice-Mobile .offer-blue{color:#1700f4 !important}
#global-ux .build-and-price-container .estimatedPrice-Mobile .segmentation-line{position:relative}
#global-ux .build-and-price-container .estimatedPrice-Mobile .segmentation-line:before{content:" ";position:absolute;background:#f2f2f2;width:2px;height:75%;bottom:0;left:-3%}
#global-ux .build-and-price-container .estimatedPrice-Mobile .priceValue.priceValue_noOffer{font-size:1.25rem}
#global-ux .build-and-price-container .estimatedPrice-Mobile i{font-size:.9rem;cursor:pointer}
#global-ux .build-and-price-container .hide-For-Mobile{display:none}
#global-ux .build-and-price-container .summary-details{position:absolute;height:46vh;bottom:10vh;width:100%;background:#fff;z-index:2;box-shadow:none}
#global-ux .build-and-price-container .summary-details .summaryContainer{display:flex;width:100%}
#global-ux .build-and-price-container .summary-details .summaryContainer .bnp-price{color:#00095b;font-size:1.5rem;padding:.5rem;text-transform:uppercase}
#global-ux .build-and-price-container .summary-details .summaryColumn1{flex:1;padding:.5rem}
#global-ux .build-and-price-container .summary-details .summaryColumn2{display:none}
#global-ux .build-and-price-container .summary-details .added-features{border-bottom:1px solid #f2f2f2;padding:.25rem}
#global-ux .build-and-price-container .summary-details .added-features .offer-blue{color:#1700f4 !important}
#global-ux .build-and-price-container .summary-details .added-features-wrapper{height:auto;max-height:23vh;overflow-y:scroll}
#global-ux .build-and-price-container .summary-details .price-td{width:calc(30% - 5px);text-align:right;display:inline-block}
#global-ux .build-and-price-container .summary-details .price-td.halfWidth{width:calc(50% - 5px)}
#global-ux .build-and-price-container .summary-details .featureName-td{width:calc(70% - 5px);text-align:left;display:inline-block;vertical-align:top}
#global-ux .build-and-price-container .summary-details .featureName-td.halfWidth{width:calc(50% - 5px)}
#global-ux .build-and-price-container .summary-details .deletelabel{color:#00095b;font-size:.8rem}
#global-ux .build-and-price-container .summary-details .deleteBtn{display:block;cursor:pointer}
#global-ux .build-and-price-container .summary-details .deleteBtn i{font-size:1.5rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail{width:calc(100% / 2);height:auto;display:inline-block;padding:.5rem;vertical-align:top}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail.active .extAcc-addAcc{background-color:#1700f4}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .picture-container{cursor:pointer;width:100%;display:block;border-radius:5px;overflow:hidden;box-shadow:0 2px 8px 0 rgba(50,50,50,0.08);margin-bottom:.5rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-info{width:100%;margin-right:.5rem;display:block;font-size:.8rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-info .extAcc-name{text-transform:capitalize;margin-bottom:0;cursor:pointer;color:#4d4d4d}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-addAcc{display:block;background-color:#00095b;color:#fff;text-align:center;padding:.25rem}
#global-ux .build-and-price-container .bnp-addons .featureSection .feature-content .extAcc-detail .extAcc-addAcc i{font-size:.6rem}
#global-ux .build-and-price-container .bnpSliderMobileWrapper{-webkit-box-shadow:0 -3px 5px rgba(57,63,72,0.3);-moz-box-shadow:0 -3px 5px rgba(57,63,72,0.3);box-shadow:0 -3px 5px rgba(57,63,72,0.3);position:absolute;bottom:56vh;height:auto;width:100%;background:#fff;display:none;z-index:2}
#global-ux .build-and-price-container .bnpSliderMobileWrapper.activeSlider{display:block}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .noRightPadd{padding-right:0}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .closebtn{position:absolute;right:0;color:#00095b;padding-top:5px;padding-right:5px;z-index:3}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .closebtn{color:#fff}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .blackOverlay{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;opacity:1;transition:.5s ease;background:rgba(0,0,0,0.5);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),color-stop(50%,rgba(0,0,0,0)),to(rgba(0,0,0,0.5)));background:-o-linear-gradient(top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%);background:linear-gradient(180deg,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,0.5) 100%)}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .flex-control-nav{position:absolute;bottom:0;display:block;z-index:1;width:100%;margin:0 auto}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .flex-control-nav li{margin:0rem .25rem 0}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .flex-control-nav li a.flex-active{border:none !important;background:#fff !important;transform:scale(1,1) !important}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .flex-control-nav li a{width:20px !important;height:2px !important;background:#f2f2f2 !important;border-radius:0 !important}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .bnp-model-info{padding:1rem 2rem;padding-bottom:0;position:absolute;z-index:1}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .bnp-model-info .bnp-model-nameplate{color:#fff}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .bnp-model-info .bnp-model-name{color:#fff}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .fullwidthSlider .bnp-model-info .baseFeature{color:#f2f2f2}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .flex-control-nav{position:absolute;bottom:-10px;display:block;z-index:1;width:100%;margin:0 auto}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .flex-control-nav li{margin:0rem .25rem 0}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .flex-control-nav li a.flex-active{border:none !important;background:#00095b !important;transform:scale(1,1) !important}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .flex-control-nav li a{width:20px !important;height:2px !important;background:#6e6e6e !important;border-radius:0 !important}
#global-ux .build-and-price-container .bnpSliderMobileWrapper .bnp-model-info{padding-top:.5rem}
#global-ux .build-and-price-container .bnp-header{background:#fff;height:6vh}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks{display:inline-block;padding-left:.5rem;padding-right:1rem}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks.active a.tab{border-bottom-color:#00095b}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks.active a.tab:before{left:calc(50% - 5px);border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #00095b}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks.active a.tab:hover{border-bottom-color:#00095b}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks a.tab{text-decoration:none;border-bottom:2px solid transparent;padding-top:2vh;padding-bottom:2vh}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks a.tab:hover{border-bottom-color:transparent}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks a.tab .tablabel{display:inline-block;vertical-align:bottom}
#global-ux .build-and-price-container .bnp-header .top-tab-header .tablinks a.tab i{display:inline-block;font-size:.7rem}
#global-ux .build-and-price-container .bnp-footer{font-size:.8rem;height:10vh;-webkit-box-shadow:0 -3px 5px rgba(57,63,72,0.3);-moz-box-shadow:0 -3px 5px rgba(57,63,72,0.3);box-shadow:0 -3px 5px rgba(57,63,72,0.3);background-color:#fff;z-index:3}
#global-ux .build-and-price-container .bnp-footer .calc_icon{width:20px;margin-right:5px}
#global-ux .build-and-price-container .bnp-footer .priceColumn{position:relative}
#global-ux .build-and-price-container .bnp-footer .priceColumn .position-m{font-size:1rem;position:absolute;right:calc(50% - .5rem);font-weight:bold}
#global-ux .build-and-price-container .bnp-footer .priceColumn .position-m_noOffer{font-size:1rem;position:absolute;right:5px;font-weight:bold;top:20px}
#global-ux .build-and-price-container .bnp-footer .summary-btn{background-color:#00095b;color:#fff;padding:3vh 0;text-align:center}
#global-ux .build-and-price-container .bnp-footer .bnp-price-details{text-align:center}
#global-ux .build-and-price-container .bnp-footer .borderLeft{position:relative}
#global-ux .build-and-price-container .bnp-footer .bnp-summary{font-size:.8rem}
#global-ux .build-and-price-container .bnp-footer .bnp-summary i.icon.icon-estimate-payments-solid{margin-right:.6rem;font-size:1.5rem}
#global-ux .build-and-price-container .bnp-footer .bnp-price{color:#00095b;padding:3.5vh 0;font-weight:300;font-size:.9rem}
#global-ux .build-and-price-container .bnp-footer .bnp-price .priceValue{padding:0 5px;letter-spacing:2px}
#global-ux .build-and-price-container .bnp-footer .bnp-price i.icon-chevron-thin-right{font-size:1.2rem}
#global-ux .build-and-price-container .sliderDesktop{display:none}
#global-ux .build-and-price-container .bnp-headerMobile{padding:.5rem}
#global-ux .build-and-price-container .bnp-headerMobile::-webkit-scrollbar{display:none}
#global-ux .build-and-price-container .bnp-headerMobile .bnp-model-nameplate{text-align:center}
#global-ux .build-and-price-container .bnp-headerMobile .backBtn{padding:0;margin:0}
#global-ux .build-and-price-container .bnp-headerMobile .backBtn i{display:inline-block;color:#00095b;font-size:1.25rem}
#global-ux .build-and-price-container .bnp-headerMobile .select-location{padding:0}
#global-ux .build-and-price-container .bnp-headerMobile .select-location a{display:block;line-height:1}
#global-ux .build-and-price-container .bnp-headerMobile .select-location a i,#global-ux .build-and-price-container .bnp-headerMobile .select-location a span{display:inline-block;color:#00095b;line-height:1;font-size:10px}
#global-ux .build-and-price-container .bnp-headerMobile .select-location a i{font-size:1rem}
#global-ux .build-and-price-container .bnp-headerMobile .select-location .locationLabel{display:block}
}
@media only screen and (min-width:48em){#global-ux .overlay-container .overlay-content.compareModel-Overlay{width:100%;max-width:1300px}
}
@media(max-width:767px){#global-ux .compareModel-Overlay .bnpModels-Mobile .bnpModel-list{height:460px;overflow-y:scroll}
#global-ux .compareModel-Overlay .select-vehicle.section .compareVehicleWrapperMobile{position:relative}
}
#global-ux .buildPriceRefresh.section .icon,#global-ux .select-vehicle.section .icon{font-weight:bold}
#global-ux .buildPriceRefresh.section i.downArrow,#global-ux .select-vehicle.section i.downArrow{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);display:inline-block}
#global-ux .buildPriceRefresh.section i.upArrow,#global-ux .select-vehicle.section i.upArrow{-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);display:inline-block}
#global-ux .buildPriceRefresh.section .bnp-model-offer-price,#global-ux .select-vehicle.section .bnp-model-offer-price{display:block}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper{font-size:.8rem}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .filter-label-wrapper,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .filter-label-wrapper{float:right;margin-right:0}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .filter-label-wrapper h2,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .filter-label-wrapper h2{display:inline-block;font-size:1.1rem;text-align:right;font-weight:normal;padding-right:5px;font-family:FordAntennaCond}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .filter-label-wrapper span,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .filter-label-wrapper span{display:inline-block;cursor:pointer}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .filter-label-wrapper span img,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .filter-label-wrapper span img{height:22px;width:25px}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .picture-container,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .picture-container{width:33.33%;padding-right:1rem}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .picture-container button,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .picture-container button{text-align:center;display:block;margin:0 auto}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .eventAssociation,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .eventAssociation{cursor:pointer}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info{width:46.66%}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper{width:20%}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpModels-Desktop .modelsWrapper .emptyFilterMessage,#global-ux .select-vehicle.section .compareModels-container .bnpModels-Desktop .modelsWrapper .emptyFilterMessage{display:none}
#global-ux .buildPriceRefresh.section .compareModels-container .baseFeaturesInfo .bnp-model-price,#global-ux .select-vehicle.section .compareModels-container .baseFeaturesInfo .bnp-model-price{color:#6e6e6e;font-size:1rem}
#global-ux .buildPriceRefresh.section .compareModels-container .bnpD-featurelist,#global-ux .select-vehicle.section .compareModels-container .bnpD-featurelist{padding:1rem;color:#6e6e6e}
#global-ux .buildPriceRefresh.section .compareModels-container .base-features,#global-ux .select-vehicle.section .compareModels-container .base-features{font-size:1.1rem}
@media screen and (max-width:767px){#global-ux .buildPriceRefresh.section .compareModels-container .base-features,#global-ux .select-vehicle.section .compareModels-container .base-features{text-align:left}
}
#global-ux .buildPriceRefresh.section .compare-model-pullup,#global-ux .select-vehicle.section .compare-model-pullup{background:#fff;height:120px;width:89.9rem;position:static;z-index:1;bottom:0}
#global-ux .buildPriceRefresh.section .compare-model-pullup .location-box,#global-ux .select-vehicle.section .compare-model-pullup .location-box{position:absolute;right:10%;top:37%}
#global-ux .buildPriceRefresh.section .compare-model-pullup .compare-model-pullup-content,#global-ux .select-vehicle.section .compare-model-pullup .compare-model-pullup-content{text-align:center;padding-top:30px}
#global-ux .buildPriceRefresh.section .compare-model-pullup .compare-model-pullup-content .hideForDesktop,#global-ux .select-vehicle.section .compare-model-pullup .compare-model-pullup-content .hideForDesktop{display:none}
#global-ux .buildPriceRefresh.section .compare-model-pullup .compare-model-pullup-content .compare-model-pullup-text,#global-ux .select-vehicle.section .compare-model-pullup .compare-model-pullup-content .compare-model-pullup-text{text-align:center;cursor:pointer}
#global-ux .buildPriceRefresh.section .compare-model-pullup .compare-model-pullup-content .compare-model-arrow-down,#global-ux .select-vehicle.section .compare-model-pullup .compare-model-pullup-content .compare-model-arrow-down{height:13px;width:13px;border:solid #00095b;border-width:0 3px 3px 0;transform:rotate(45deg);display:block;margin:5px auto;cursor:pointer}
#global-ux .buildPriceRefresh.section .compare-model-pulldown,#global-ux .select-vehicle.section .compare-model-pulldown{height:120px;width:90rem;position:relative;box-shadow:0 6px 5px rgba(110,110,110,0.27);display:none;z-index:1;position:relative}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .location-box,#global-ux .select-vehicle.section .compare-model-pulldown .location-box{position:absolute;top:11%;right:20%}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content{text-align:center;padding-bottom:30px;padding-top:15px}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .hideForDesktop,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .hideForDesktop{display:none}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-pulldown-text,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-pulldown-text{text-align:center;cursor:pointer;position:absolute;top:65%;left:50%;transform:translate(-50%,-50%)}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-up,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-up{height:13px;width:13px;border:solid #00095b;border-width:0 3px 3px 0;transform:rotate(-135deg);display:block;margin:15px auto;cursor:pointer}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-circle,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-circle{width:40px;height:40px;background-color:#00095b;position:absolute;right:36px;border-radius:50%;top:25%}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-circle:before,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-circle:before{content:" ";width:12px;height:12px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);display:block;margin:12px auto}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .columns,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .columns{width:auto;float:right;margin-right:60px}
#global-ux .buildPriceRefresh.section .location-container,#global-ux .select-vehicle.section .location-container{padding-top:.5rem;text-align:right}
#global-ux .buildPriceRefresh.section .location-container .locationLabel,#global-ux .select-vehicle.section .location-container .locationLabel{display:block}
#global-ux .buildPriceRefresh.section .location-container a,#global-ux .select-vehicle.section .location-container a{display:block}
#global-ux .buildPriceRefresh.section .location-container a i,#global-ux .select-vehicle.section .location-container a i{display:inline-block;color:#00095b;font-size:1.5rem;line-height:1}
#global-ux .buildPriceRefresh.section .location-container a span,#global-ux .select-vehicle.section .location-container a span{display:inline-block;vertical-align:middle}
#global-ux .buildPriceRefresh.section .bnp-select-vehicle-container .location-container,#global-ux .select-vehicle.section .bnp-select-vehicle-container .location-container{padding-top:0;margin-right:20px;float:right;text-align:center}
#global-ux .buildPriceRefresh.section .bnp-select-vehicle-container .compare-model-pulldown-content .filter-label-wrapper,#global-ux .select-vehicle.section .bnp-select-vehicle-container .compare-model-pulldown-content .filter-label-wrapper{visibility:hidden}
#global-ux .buildPriceRefresh.section .bestseller,#global-ux .select-vehicle.section .bestseller{position:relative;color:#fff;background:#1700f4;padding:0 .75rem 0 .35rem;font-size:.8rem;width:auto;display:none}
#global-ux .buildPriceRefresh.section .bestseller::after,#global-ux .select-vehicle.section .bestseller::after{height:0;width:0;right:-10.5px;border-top:9.5px solid transparent;border-bottom:9.5px solid transparent;border-left:11px solid #1700f4;content:"";position:absolute}
#global-ux .buildPriceRefresh.section .bestseller::before,#global-ux .select-vehicle.section .bestseller::before{height:0;width:0;top:-5.5px;left:.1px;content:"";position:absolute;border-bottom:5px solid #00095b;border-left:9px solid transparent}
#global-ux .buildPriceRefresh.section .bestseller.activeBestSeller,#global-ux .select-vehicle.section .bestseller.activeBestSeller{display:inline-block}
#global-ux .buildPriceRefresh.section .modelFilter,#global-ux .select-vehicle.section .modelFilter{margin:0;list-style:none;margin-bottom:3rem}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item,#global-ux .select-vehicle.section .modelFilter .filter-item{margin-bottom:.5rem;height:auto;display:block;align-items:center;padding:.5rem .75rem}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item span,#global-ux .select-vehicle.section .modelFilter .filter-item span{line-height:0}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item.activeFilter,#global-ux .select-vehicle.section .modelFilter .filter-item.activeFilter{border-left:3px solid #00095b}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item.activeFilter a,#global-ux .select-vehicle.section .modelFilter .filter-item.activeFilter a{color:#00095b}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item.activeArLanguage,#global-ux .select-vehicle.section .modelFilter .filter-item.activeArLanguage{border-left:none !important;border-right:2px solid #00095b;margin-right:10px}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item.activeArLanguage a,#global-ux .select-vehicle.section .modelFilter .filter-item.activeArLanguage a{font-family:FordArabicRegular}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item.hideFilter,#global-ux .select-vehicle.section .modelFilter .filter-item.hideFilter{display:none}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item a,#global-ux .select-vehicle.section .modelFilter .filter-item a{text-decoration:none}
#global-ux .buildPriceRefresh.section .modelFilter .filter-item a:hover,#global-ux .select-vehicle.section .modelFilter .filter-item a:hover{color:#00095b}
#global-ux .buildPriceRefresh.section .filter-label-wrapper,#global-ux .select-vehicle.section .filter-label-wrapper{float:right;margin-right:4.5rem;text-align:right;display:none}
#global-ux .buildPriceRefresh.section .filter-label-wrapper h2,#global-ux .select-vehicle.section .filter-label-wrapper h2{display:inline-block;text-align:right;padding-right:5px}
#global-ux .buildPriceRefresh.section .filter-label-wrapper span,#global-ux .select-vehicle.section .filter-label-wrapper span{display:inline-block;cursor:pointer}
#global-ux .buildPriceRefresh.section .filter-label-wrapper span img,#global-ux .select-vehicle.section .filter-label-wrapper span img{height:22px;width:25px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop,#global-ux .select-vehicle.section .bnpModels-Desktop{display:inline-block;width:100%;display:none}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .emptyFilterMessage,#global-ux .select-vehicle.section .bnpModels-Desktop .emptyFilterMessage{display:none;margin-top:.2rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .bnpModel-title-wrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .bnpModel-title-wrapper{padding:.5rem 0;position:relative;-webkit-box-shadow:0 6px 5px rgba(110,110,110,0.27);-moz-box-shadow:0 6px 5px rgba(110,110,110,0.27);box-shadow:0 6px 5px rgba(110,110,110,0.27);z-index:1}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .bnpModel-title-wrapper .bnpModel-title-wrapper-container,#global-ux .select-vehicle.section .bnpModels-Desktop .bnpModel-title-wrapper .bnpModel-title-wrapper-container{max-width:1310px;margin:0 auto}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .bnpModel-title-wrapper .filter-label-wrapper h2,#global-ux .select-vehicle.section .bnpModels-Desktop .bnpModel-title-wrapper .filter-label-wrapper h2{display:inline-block;text-align:right;padding-right:5px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .bnpModel-title-wrapper .filter-label-wrapper span,#global-ux .select-vehicle.section .bnpModels-Desktop .bnpModel-title-wrapper .filter-label-wrapper span{display:inline-block;cursor:pointer}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .bnpModel-title-wrapper .filter-label-wrapper span img,#global-ux .select-vehicle.section .bnpModels-Desktop .bnpModel-title-wrapper .filter-label-wrapper span img{height:22px;width:25px;cursor:pointer}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .filter-wrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .filter-wrapper{height:80vh;padding-left:75px;padding-top:30px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .filter-wrapper .exploreMore .exploreMoreText,#global-ux .select-vehicle.section .bnpModels-Desktop .filter-wrapper .exploreMore .exploreMoreText{margin-bottom:13px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper{width:100%;float:left;height:80vh;padding:1rem;padding-top:2rem;background-color:#f2f2f2}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .ctaWrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .ctaWrapper{text-align:center;padding:.5rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .selectedCount,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .selectedCount{text-align:center;padding-bottom:1rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .noRecord,#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .recordFull,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .noRecord,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .recordFull{display:none;text-align:center}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List{margin:0;list-style:none;position:relative}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List li,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List li{border-bottom:1px solid #dfdddd;margin-bottom:1rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List li:last-child,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List li:last-child{border-bottom:0}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List .vehicleName,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List .vehicleName{width:calc(100% - 70px);display:inline-block;word-break:break-word;padding-bottom:1rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List .removeBtn,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List .removeBtn{float:right;text-decoration:none;color:#45484d}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List .removeBtn i,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List .removeBtn i{font-size:.7rem;margin-right:.25rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List .removeBtn img,#global-ux .select-vehicle.section .bnpModels-Desktop .compareVehicleWrapper .selectedVehicle-List .removeBtn img{height:14px !important;width:13px !important;margin-right:3px;margin-bottom:5px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper{height:80vh;overflow-y:scroll;padding-top:2rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper::-webkit-scrollbar,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper::-webkit-scrollbar{width:7px;height:1px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper::-webkit-scrollbar-track,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper::-webkit-scrollbar-track{background:#f2f2f2}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper::-webkit-scrollbar-thumb,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper::-webkit-scrollbar-thumb{background:#8c8c8c;border-radius:5px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper::-webkit-scrollbar-thumb:hover,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper::-webkit-scrollbar-thumb:hover{background:#1700f4}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List{margin:0;list-style:none}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item{display:inline-block;width:100%;padding:.5rem 0;border-bottom:1px solid #f2f2f2}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item.hideModel,#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item.hideModelFilter,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item.hideModel,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item.hideModelFilter{display:none}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper{text-align:center}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .picture-container,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .picture-container{width:calc(30% - 5px);float:left;padding-right:1rem;text-align:center}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage{overflow:hidden}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .bnpModel-info,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .bnpModel-info{float:right;width:20%;padding-right:0;margin-right:10%}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .bnpModel-info .base-features,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .bnpModel-info .base-features{float:left}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .picture-container,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .picture-container{float:right}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .ctaWrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .ctaWrapper{padding-left:30px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .ctaWrapper .icon-add-arLanguage,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .ctaWrapper .icon-add-arLanguage{left:0}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .ctaWrapper .icon-add-enLanguage,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .ctaWrapper .icon-add-enLanguage{right:0}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .bnpModels-arLanguage,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModels-arLanguage .bnpModels-arLanguage{padding-right:10px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .featureListBox,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .featureListBox{padding-right:4%}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info{width:calc(42% - 5px);float:left}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info.bnp-selection,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info.bnp-selection{padding-right:0}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .baseFeatureBtn i.downArrow,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .baseFeatureBtn i.downArrow{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);display:inline-block}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-model-name{text-decoration:none;text-align:left;margin-top:.5rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-nameplate-name{display:block;padding:0;text-decoration:none;word-break:break-word;margin:0 auto;margin-bottom:.3rem;text-align:left}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .base-features,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .base-features{cursor:pointer}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .base-features[data-list="empty"],#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .base-features[data-list="empty"]{display:none}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnpD-featurelist,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnpD-featurelist{margin-top:2.5rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnpD-featurelist li,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnpD-featurelist li{margin-bottom:.25rem}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .polkErrorMsg,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .polkErrorMsg{font-family:"FordAntenna";font-size:.6875rem;line-height:1rem;letter-spacing:0;color:#4d4d4d;text-transform:none}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper{width:calc(28% - 5px);float:left;position:relative}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper .bnp-model-price,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper .bnp-model-price{display:block;margin-top:.5rem;text-align:center;padding-right:28px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper .bnp-model-price.bnp-priceWrapper,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper .bnp-model-price.bnp-priceWrapper{padding-right:0;margin-top:0}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper .bnp-model-startingprice,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper .bnp-model-startingprice{display:block}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper .buidNpriceBtn,#global-ux .select-vehicle.section .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .ctaWrapper .buidNpriceBtn{margin:.5rem 0}
#global-ux .buildPriceRefresh.section .featurelist,#global-ux .select-vehicle.section .featurelist{overflow:hidden;transition:all .5s ease-in-out !important;line-height:0;height:0 !important}
#global-ux .buildPriceRefresh.section .featurelist ul,#global-ux .select-vehicle.section .featurelist ul{transition:all .5s ease-in-out !important;line-height:0;overflow:hidden;height:0 !important;opacity:0}
#global-ux .buildPriceRefresh.section .featurelist.activeFeature,#global-ux .select-vehicle.section .featurelist.activeFeature{line-height:1.4;overflow:visible;height:auto !important}
#global-ux .buildPriceRefresh.section .featurelist.activeFeature ul,#global-ux .select-vehicle.section .featurelist.activeFeature ul{line-height:1.4;height:auto !important;opacity:1;list-style:inside;list-style-type:circle}
#global-ux .buildPriceRefresh.section .featurelist.activeFeature ul li,#global-ux .select-vehicle.section .featurelist.activeFeature ul li{margin-bottom:5px}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list,#global-ux .select-vehicle.section .bnpModels .bnpModel-list,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 auto;max-width:100%;list-style:none}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item{width:calc(100% / 4 - 10px);vertical-align:top;min-width:150px;height:auto !important;display:inline-block;transition:all 1s;padding:1rem .5rem}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item:hover,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item:hover,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item:hover,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item:hover,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item:hover,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item:hover,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item:hover,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item:hover{border:1px solid #1700f4}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .bnpModel-link,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .bnpSeries-link,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpModel-link,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpSeries-link,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .bnpModel-link,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .bnpSeries-link,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpModel-link,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpSeries-link,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .bnpModel-link,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .bnpSeries-link,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpModel-link,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpSeries-link,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .bnpModel-link,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .bnpSeries-link,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpModel-link,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpSeries-link{text-transform:none;outline:0;text-decoration:none}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpSeries-info .bnp-model-name{text-decoration:none;padding-bottom:1rem;border-bottom:1px solid #f2f2f2;text-align:left}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpSeries-info .bnp-nameplate-name{display:block;padding:0;text-decoration:none;word-break:break-word;margin:0 auto;margin-bottom:.3rem;text-align:left}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .bnpModel-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .bnpSeries-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpModel-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpSeries-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .bnpModel-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .bnpSeries-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpModel-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpSeries-info .bnp-model-price{display:block;margin-top:.5rem;text-align:left}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .back_button,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .back_button,#global-ux .select-vehicle.section .bnpModel-title-wrapper .back_button,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .back_button{padding-top:.5rem;cursor:pointer;margin-left:-10px}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .back_button i,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .back_button i,#global-ux .select-vehicle.section .bnpModel-title-wrapper .back_button i,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .back_button i{font-size:1.5rem;display:inline-block;transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg)}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .backBtn,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .backBtn,#global-ux .select-vehicle.section .bnpModel-title-wrapper .backBtn,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .backBtn{float:left;margin-left:-10px}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .backBtn:hover .backLabel,#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .backBtn:hover .icon,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .backBtn:hover .backLabel,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .backBtn:hover .icon,#global-ux .select-vehicle.section .bnpModel-title-wrapper .backBtn:hover .backLabel,#global-ux .select-vehicle.section .bnpModel-title-wrapper .backBtn:hover .icon,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .backBtn:hover .backLabel,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .backBtn:hover .icon{cursor:pointer;color:#1700f4}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper h2,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper h2,#global-ux .select-vehicle.section .bnpModel-title-wrapper h2,#global-ux .select-vehicle.section .bnpSeries-title-wrapper h2{text-align:center}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper h3,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper h3,#global-ux .select-vehicle.section .bnpModel-title-wrapper h3,#global-ux .select-vehicle.section .bnpSeries-title-wrapper h3{text-align:center}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper p,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper p,#global-ux .select-vehicle.section .bnpModel-title-wrapper p,#global-ux .select-vehicle.section .bnpSeries-title-wrapper p{margin:0;text-align:center;padding-bottom:.5rem}
#global-ux .buildPriceRefresh.section .compareModels-container-ar h2,#global-ux .buildPriceRefresh.section .compareModels-container-ar h3,#global-ux .buildPriceRefresh.section .compareModels-container-ar p,#global-ux .select-vehicle.section .compareModels-container-ar h2,#global-ux .select-vehicle.section .compareModels-container-ar h3,#global-ux .select-vehicle.section .compareModels-container-ar p{font-family:FordArabicRegular}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-model-name{font-family:FordArabicRegular}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-nameplate-name{font-family:FordArabicBold}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-nameplate-name .nameplateName{font-family:FordArabicBold}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-nameplate-name .bnp-series-name{font-family:FordArabicBold}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels-Desktop .modelsWrapper .bnpModels-List .item .bnpModel-info .bnp-model-price{font-family:FordArabicRegular}
#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile,#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile{display:flex;justify-content:space-between}
#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-container-back,#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-container-back,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-container-back,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-container-back{margin-left:10px}
#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-container-desc,#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-container-desc,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-container-desc,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-container-desc{padding-left:10%}
#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-container-desc.clear-left-pad,#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-container-desc.clear-left-pad,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-container-desc.clear-left-pad,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-container-desc.clear-left-pad{padding-left:0}
#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-locationBox,#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-locationBox,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-locationBox,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-locationBox{margin-right:5px;margin-top:.5rem}
#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-locationBox .location-container,#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-locationBox .location-container,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-locationBox .location-container,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-locationBox .location-container{float:right}
#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-locationBox .filter-label-wrapper,#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-locationBox .filter-label-wrapper,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnp-header-container-mobile .bnp-header-locationBox .filter-label-wrapper,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpModels .bnp-header-container-mobile .bnp-header-locationBox .filter-label-wrapper{float:right;margin-top:0;margin-right:2px}
#global-ux .buildPriceRefresh.section .pull-left,#global-ux .select-vehicle.section .pull-left{float:left}
@media(max-width:767px){#global-ux .buildPriceRefresh.section .compareModels-container .baseFeaturesInfo+.featurelist,#global-ux .select-vehicle.section .compareModels-container .baseFeaturesInfo+.featurelist{padding:.5em}
#global-ux .buildPriceRefresh.section .compareModels-container .baseFeaturesInfo .bnp-model-price,#global-ux .select-vehicle.section .compareModels-container .baseFeaturesInfo .bnp-model-price{font-size:.8rem}
#global-ux .buildPriceRefresh.section .compare-model-pullup,#global-ux .select-vehicle.section .compare-model-pullup{height:65px;width:100%}
#global-ux .buildPriceRefresh.section .compare-model-pullup .compare-model-pullup-content,#global-ux .select-vehicle.section .compare-model-pullup .compare-model-pullup-content{padding-top:10px}
#global-ux .buildPriceRefresh.section .compare-model-pullup .compare-model-pullup-content .hideForMobile,#global-ux .select-vehicle.section .compare-model-pullup .compare-model-pullup-content .hideForMobile{display:none}
#global-ux .buildPriceRefresh.section .compare-model-pullup .compare-model-pullup-content .hideForDesktop,#global-ux .select-vehicle.section .compare-model-pullup .compare-model-pullup-content .hideForDesktop{display:block}
#global-ux .buildPriceRefresh.section .compare-model-pullup .compare-model-pullup-content .compare-model-arrow-down,#global-ux .select-vehicle.section .compare-model-pullup .compare-model-pullup-content .compare-model-arrow-down{height:11px;width:11px;margin:3px auto}
#global-ux .buildPriceRefresh.section .compare-model-pulldown,#global-ux .select-vehicle.section .compare-model-pulldown{height:60px;width:auto;display:none}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content{padding-bottom:0;padding-top:15px;box-shadow:none}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .hideForMobile,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .hideForMobile{display:none}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .hideForDesktop,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .hideForDesktop{display:block}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-pulldown-text,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-pulldown-text{margin-left:15px;float:left;position:static;transform:none}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-up,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-up{height:11px;width:11px;float:left;margin-left:15px;margin-top:10px}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .columns,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .columns{float:right;width:auto;margin-right:50px}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-circle,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-circle{width:30px;height:30px;right:20px;top:25%}
#global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-circle:before,#global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-circle:before{content:" ";width:10px;height:10px;margin:8px auto}
#global-ux .buildPriceRefresh.section .location-container,#global-ux .select-vehicle.section .location-container{text-align:left;padding-top:0;width:70px;margin-right:-15px;margin-left:3px}
#global-ux .buildPriceRefresh.section .location-container .locationLabel,#global-ux .select-vehicle.section .location-container .locationLabel{font-size:.7rem}
#global-ux .buildPriceRefresh.section .location-container a i,#global-ux .select-vehicle.section .location-container a i{font-size:1.25rem;line-height:1}
#global-ux .buildPriceRefresh.section .location-container a span,#global-ux .select-vehicle.section .location-container a span{font-size:.8rem}
#global-ux .buildPriceRefresh.section .bnp-select-vehicle-container .location-container,#global-ux .select-vehicle.section .bnp-select-vehicle-container .location-container{margin-right:-15px}
#global-ux .buildPriceRefresh.section .bnp-select-vehicle-container .compare-model-pulldown-content .filter-label-wrapper,#global-ux .select-vehicle.section .bnp-select-vehicle-container .compare-model-pulldown-content .filter-label-wrapper{visibility:visible;margin-right:5px;margin-top:0}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageArrow,#global-ux .select-vehicle.section .bnpModels .arLanguageArrow{padding:0 !important}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle{display:flex !important}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox{overflow:hidden;padding-left:25px;height:30px}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox .ctaWrapper,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox .ctaWrapper{float:left}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox .ctaWrapper .icon-add,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox .ctaWrapper .icon-add{right:90% !important}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox .ctaWrapper .icon-added,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox .ctaWrapper .icon-added{right:90% !important}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .bnpModel-info .chooseBox .bnp-nameplate-name{float:left;margin-top:5px !important;margin-left:35% !important}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .bnpModel-info .bnpCenter,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .bnpModel-info .bnpCenter{margin-left:40%}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .bnpModel-info .featurelist,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .bnpModel-info .featurelist{margin-right:-40%;margin-top:25%}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .picture-container .base-features,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .picture-container .base-features{margin-right:19%}
#global-ux .buildPriceRefresh.section .bnpModels .arLanguageStyle .picture-container .base-features i,#global-ux .select-vehicle.section .bnpModels .arLanguageStyle .picture-container .base-features i{right:70px !important;margin-top:4px !important}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile,#global-ux .select-vehicle.section .compareVehicleWrapperMobile{position:fixed;width:100%;left:0;bottom:0;background:#fff;z-index:2;box-shadow:-1px -7px 10px rgba(117,117,117,0.35)}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .paddTB,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .paddTB{padding:.75rem 0}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .compareModelsBtn,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .compareModelsBtn{background-color:#00095b;color:#fff;text-align:center;padding:1.25rem 0;display:table-cell;text-transform:uppercase}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .compareModelsBtn.disabled,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .compareModelsBtn.disabled{background-color:#6e6e6e;color:#fff;cursor:not-allowed;pointer-events:none;border-color:#6e6e6e}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .compareModelsBtn i,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .compareModelsBtn i{font-size:1rem;vertical-align:baseline}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .closeSelected,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .closeSelected{position:absolute;top:5px;right:5px;color:#00095b}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedCount,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedCount{text-align:center}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedCount.inPopup,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedCount.inPopup{text-align:left;padding-left:1rem}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedCount h3,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedCount h3{margin:0}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedCount h3 i,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedCount h3 i{transform:rotate(-90deg);-ms-transform:rotate(-90deg);font-size:.8rem;cursor:pointer;display:inline-block;vertical-align:initial;font-weight:bold;margin-left:5px}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .noRecord,#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .recordFull,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .noRecord,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .recordFull{display:none;text-align:center}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedVehicle_Wrapper,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedVehicle_Wrapper{display:none;padding:1rem 0}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedVehicle-List,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedVehicle-List{margin:0;list-style:none;padding:.5rem 1rem;position:relative}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedVehicle-List li,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedVehicle-List li{border-bottom:1px solid #f2f2f2;padding:.8rem 0}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedVehicle-List li:last-child,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedVehicle-List li:last-child{border-bottom:0}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedVehicle-List .vehicleName,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedVehicle-List .vehicleName{width:calc(100% - 70px);display:inline-block;word-break:break-word}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedVehicle-List .removeBtn,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedVehicle-List .removeBtn{float:right;text-decoration:none;margin-top:.25rem}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedVehicle-List .removeBtn i,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedVehicle-List .removeBtn i{font-size:.7rem;margin-right:.25rem}
#global-ux .buildPriceRefresh.section .compareVehicleWrapperMobile .selectedVehicle-List .removeBtn img,#global-ux .select-vehicle.section .compareVehicleWrapperMobile .selectedVehicle-List .removeBtn img{height:13px !important;width:11px !important;margin-right:3px;margin-bottom:2px}
#global-ux .buildPriceRefresh.section .bnpModels-Desktop,#global-ux .select-vehicle.section .bnpModels-Desktop{display:none !important}
#global-ux .buildPriceRefresh.section .bnp-featurelist li,#global-ux .select-vehicle.section .bnp-featurelist li{margin-bottom:.25rem}
#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list>li.item,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list>li.item,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list>li.item,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list>li.item{background-color:#f4f4f4;position:relative}
#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list>li.item .seriesDown,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list>li.item .seriesDown,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list>li.item .seriesDown,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list>li.item .seriesDown{cursor:pointer;font-weight:800}
#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list>li.item:after,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list>li.item:after,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list>li.item:after,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list>li.item:after{content:"";position:absolute;bottom:0;left:0;right:0;border-bottom:1px solid #eaeaea;width:90%;margin:0 auto}
#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list>li.item.activeSeries:after,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list>li.item.activeSeries:after,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list>li.item.activeSeries:after,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list>li.item.activeSeries:after{border-bottom:0}
#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list>li.item.activeSeries+.bnpModelSeries-list,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list>li.item.activeSeries+.bnpModelSeries-list,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list>li.item.activeSeries+.bnpModelSeries-list,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list>li.item.activeSeries+.bnpModelSeries-list{display:block}
#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list>li.item.activeSeries .seriesDown,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list>li.item.activeSeries .seriesDown,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list>li.item.activeSeries .seriesDown,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list>li.item.activeSeries .seriesDown{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);display:inline-block}
#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpModelSeries-list,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpModelSeries-list,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpModelSeries-list,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpModelSeries-list{-webkit-box-shadow:rgba(76,76,76,0.39) 0 8px 9px -7px inset;box-shadow:rgba(76,76,76,0.39) 0 8px 9px -7px inset;margin:0;display:none}
#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .bnpModelSeries-list .btnWrapper,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .bnpModelSeries-list .btnWrapper,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .bnpModelSeries-list .btnWrapper,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .bnpModelSeries-list .btnWrapper{padding-bottom:0}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list,#global-ux .select-vehicle.section .bnpModels .bnpModel-list,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list{display:block;margin-left:0;background:linear-gradient(180deg,#e0e0e0 0,#fff 15px)}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item{width:100%;height:auto;display:inline-block;padding:1rem .25rem;border-bottom:1px solid #f2f2f2}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item:hover,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item:hover,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item:hover,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item:hover,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item:hover,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item:hover,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item:hover,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item:hover{border:0;border-bottom:1px solid #f2f2f2}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item i.icon,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item i.icon,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item i.icon,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item i.icon,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item i.icon,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item i.icon,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item i.icon,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item i.icon{position:absolute;right:10px;margin-top:10px}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .picture-container,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .picture-container,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .picture-container,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .picture-container,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .picture-container,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .picture-container,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .picture-container,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .picture-container{width:33.33%;float:left}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .picture-container .media-item-picture img,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .picture-container .media-item-picture img,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .picture-container .media-item-picture img,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .picture-container .media-item-picture img,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .picture-container .media-item-picture img,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .picture-container .media-item-picture img,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .picture-container .media-item-picture img,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .picture-container .media-item-picture img{mix-blend-mode:multiply}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpModel-info,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpSeries-info,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpModel-info,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpSeries-info,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpModel-info,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpSeries-info,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpModel-info,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpSeries-info,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpModel-info,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpSeries-info,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpModel-info,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpSeries-info,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpModel-info,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpSeries-info,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpModel-info,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpSeries-info{width:66.66%;float:right;vertical-align:middle;position:relative}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpModel-info .btnWrapper,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpSeries-info .btnWrapper,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpModel-info .btnWrapper,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpSeries-info .btnWrapper,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpModel-info .btnWrapper,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpSeries-info .btnWrapper,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpModel-info .btnWrapper,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .btnWrapper,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpModel-info .btnWrapper,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpSeries-info .btnWrapper,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpModel-info .btnWrapper,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpSeries-info .btnWrapper,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpModel-info .btnWrapper,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpSeries-info .btnWrapper,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpModel-info .btnWrapper,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .btnWrapper{padding:.5rem 0}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name{display:block;text-decoration:none;word-break:break-word;border-bottom:0;text-align:left;padding:0;margin:0 auto;padding-right:30px}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name{display:inline-block;padding:0;text-decoration:none;word-break:break-word;margin:0 auto;margin-bottom:.3rem;text-align:left}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-price,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-price{margin-top:.25rem;display:block}
#global-ux .buildPriceRefresh.section .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name{padding-right:30px;display:inline-block}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper,#global-ux .select-vehicle.section .bnpModel-title-wrapper,#global-ux .select-vehicle.section .bnpSeries-title-wrapper{padding-top:2%}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .back_button,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .back_button,#global-ux .select-vehicle.section .bnpModel-title-wrapper .back_button,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .back_button{text-align:center;margin-left:0}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .back_button i,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .back_button i,#global-ux .select-vehicle.section .bnpModel-title-wrapper .back_button i,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .back_button i{font-size:1.25rem}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .backBtn,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .backBtn,#global-ux .select-vehicle.section .bnpModel-title-wrapper .backBtn,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .backBtn{float:left;margin-left:0;margin-top:5px}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .backBtn i,#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .backBtn span,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .backBtn i,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .backBtn span,#global-ux .select-vehicle.section .bnpModel-title-wrapper .backBtn i,#global-ux .select-vehicle.section .bnpModel-title-wrapper .backBtn span,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .backBtn i,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .backBtn span{font-weight:bold}
#global-ux .buildPriceRefresh.section .bnpModel-title-wrapper .backBtn .backLabel,#global-ux .buildPriceRefresh.section .bnpSeries-title-wrapper .backBtn .backLabel,#global-ux .select-vehicle.section .bnpModel-title-wrapper .backBtn .backLabel,#global-ux .select-vehicle.section .bnpSeries-title-wrapper .backBtn .backLabel{display:none}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name{font-family:FordArabicRegular !important}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name{font-family:FordArabicRegular !important}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name .nameplateName,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name .nameplateName,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name .nameplateName,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name .nameplateName{font-family:FordArabicRegular !important}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name .bnp-series-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name .bnp-series-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name .bnp-series-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-nameplate-name .bnp-series-name{font-family:FordArabicRegular !important}
#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .buildPriceRefresh.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpModels .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpModel-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section .compareModels-container-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name{font-family:FordArabicRegular !important}
#global-ux .buildPriceRefresh.section .locationBox,#global-ux .select-vehicle.section .locationBox{float:right;margin-top:.5rem}
#global-ux .buildPriceRefresh.section .locationBox .locationLabel,#global-ux .select-vehicle.section .locationBox .locationLabel{display:none}
#global-ux .buildPriceRefresh.section .filter-label-wrapper,#global-ux .select-vehicle.section .filter-label-wrapper{margin-right:.5rem;padding:0;margin-top:.5rem}
#global-ux .buildPriceRefresh.section .filter-label-wrapper h2,#global-ux .select-vehicle.section .filter-label-wrapper h2{display:inline-block;text-align:right;padding-right:5px;width:64%}
#global-ux .buildPriceRefresh.section .filter-label-wrapper span,#global-ux .select-vehicle.section .filter-label-wrapper span{display:inline-block;cursor:pointer}
#global-ux .buildPriceRefresh.section .filter-label-wrapper span img,#global-ux .select-vehicle.section .filter-label-wrapper span img{height:13px;width:13px}
#global-ux .buildPriceRefresh.section .emptyFilterMessage,#global-ux .select-vehicle.section .emptyFilterMessage{margin-top:1rem;padding:1rem}
#global-ux .buildPriceRefresh.section .hideModel,#global-ux .buildPriceRefresh.section.hideModelFilter,#global-ux .select-vehicle.section .hideModel,#global-ux .select-vehicle.section.hideModelFilter{display:none !important}
#global-ux .buildPriceRefresh.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpModel-title-wrapper,#global-ux .select-vehicle.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpModel-title-wrapper{display:block}
#global-ux .buildPriceRefresh.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpModels .bnpModel-list,#global-ux .buildPriceRefresh.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpModels .bnpSeries-list,#global-ux .buildPriceRefresh.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpSeries .bnpModel-list,#global-ux .buildPriceRefresh.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpSeries .bnpSeries-list,#global-ux .select-vehicle.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpModels .bnpModel-list,#global-ux .select-vehicle.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpModels .bnpSeries-list,#global-ux .select-vehicle.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpSeries .bnpModel-list,#global-ux .select-vehicle.section .bnp-container.model-compare-refresh .bnpModels-Mobile .bnpSeries .bnpSeries-list{background:0}
}
#global-ux .buildPriceRefresh.section .bnp-container.model-compare-refresh .bnpModels-Desktop .bnpModel-title-wrapper,#global-ux .select-vehicle.section .bnp-container.model-compare-refresh .bnpModels-Desktop .bnpModel-title-wrapper{display:block}
@media(max-width:767px){#global-ux .buildPriceRefresh.section .bnpModels-Mobile .bnpSeries .bnpSeries-list .bnpModel-info .polkErrorMsg,#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnpSeries-list .bnpModel-info .polkErrorMsg{font-family:"FordAntenna";font-size:.6875rem;line-height:1rem;letter-spacing:0;color:#4d4d4d;text-transform:none}
}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar i.leftArrow,#global-ux .select-vehicle.section.select-vehicle-ar i.leftArrow{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModel-title-wrapper .back_button,#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries-title-wrapper .back_button,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModel-title-wrapper .back_button,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries-title-wrapper .back_button{padding-top:.5rem;cursor:pointer;margin-left:-10px}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModel-title-wrapper .back_button i,#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries-title-wrapper .back_button i,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModel-title-wrapper .back_button i,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries-title-wrapper .back_button i{font-size:1.5rem;display:inline-block;transform:none}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsWrapper .filter-wrapper,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsWrapper .filter-wrapper{padding-right:75px;padding-left:0}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsWrapper .filter-wrapper .modelFilter .filter-item a,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsWrapper .filter-wrapper .modelFilter .filter-item a{font-family:FordArabicBold}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsWrapper .filter-label-wrapper,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsWrapper .filter-label-wrapper{float:left}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar{overflow:hidden}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar .ctaWrapper .buidNpriceBtn,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar .ctaWrapper .buidNpriceBtn{margin:1.5rem 0 !important}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info{padding-right:15px;padding-top:25px}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-nameplate-name{display:flex !important;font-weight:bold}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-nameplate-name .bnp-series-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-nameplate-name .nameplateName,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-nameplate-name .bnp-series-name{font-family:FordArabicBold !important}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar .bnpModel-info .bnp-model-name{text-align:right !important;font-family:FordArabicRegular !important}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModelsDesktop-selectVehicle-ar div.pic-container-ar i,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModelsDesktop-selectVehicle-ar div.pic-container-ar i{display:inline-block}
@media(max-width:767px){#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries .bnpSeries-list .item .picture-container,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries .bnpSeries-list .item .picture-container{float:right}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info{float:left;margin-top:20px}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-name{padding-right:0}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-price,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries .bnpSeries-list .item .bnpSeries-info .bnp-model-price{display:none}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-name{text-align:right;padding-right:0}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries .bnpSeries-list .item .bnpModel-info .bnp-model-price{display:none}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries .bnpSeries-list .item i.icon.icon-chevron-thin-right,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries .bnpSeries-list .item i.icon.icon-chevron-thin-right{right:auto;left:10px;margin-top:20px}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpSeries .bnpSeries-list .item:not(.activeSeries) i.icon.icon-chevron-thin-right,#global-ux .select-vehicle.section.select-vehicle-ar .bnpSeries .bnpSeries-list .item:not(.activeSeries) i.icon.icon-chevron-thin-right{transform:rotate(180deg)}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModels .bnpModel-list .item .picture-container,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModels .bnpModel-list .item .picture-container{float:right}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-name{text-align:right;padding-right:0}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-price,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModels .bnpModel-list .item .bnpModel-info .bnp-model-price{display:none}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnp-header-container-mobile .bnp-header-container-back,#global-ux .select-vehicle.section.select-vehicle-ar .bnp-header-container-mobile .bnp-header-container-back{margin-right:10px;margin-top:-10px}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnp-header-container-mobile .bnp-header-container-back i.icon,#global-ux .select-vehicle.section.select-vehicle-ar .bnp-header-container-mobile .bnp-header-container-back i.icon{font-size:1.25rem}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModels-Mobile .bnpModels .bnpModel-list .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModels-Mobile .bnpModels .bnpModel-list .bnpModel-info .bnp-nameplate-name{font-weight:bold}
#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModels-Mobile .bnpModels .bnpModel-list .bnpModel-info .bnp-nameplate-name,#global-ux .buildPriceRefresh.section.bnpRefresh-ar .bnpModels-Mobile .bnpModels .bnpModel-list .bnpModel-info .bnp-model-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModels-Mobile .bnpModels .bnpModel-list .bnpModel-info .bnp-nameplate-name,#global-ux .select-vehicle.section.select-vehicle-ar .bnpModels-Mobile .bnpModels .bnpModel-list .bnpModel-info .bnp-model-name{font-family:FordArabicRegular}
}
#global-ux .select-vehicle.section .bnpModels-Desktop.bnp-select-vehicle{display:block}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle{display:none}
@media screen and (max-width:767px){#global-ux .select-vehicle.section .bnpModels-Desktop.bnp-select-vehicle{display:none}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle{display:block}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries{display:block}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels .bnpSeries-list div>li.item,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries .bnpSeries-list div>li.item{background-color:#f4f4f4;position:relative}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels .bnpSeries-list div>li.item .seriesDown,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries .bnpSeries-list div>li.item .seriesDown{cursor:pointer;font-weight:800}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels .bnpSeries-list div>li.item:after,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries .bnpSeries-list div>li.item:after{content:"";position:absolute;bottom:0;left:0;right:0;border-bottom:1px solid #eaeaea;width:90%;margin:0 auto}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels .bnpSeries-list div>li.item.activeSeries:after,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries .bnpSeries-list div>li.item.activeSeries:after{border-bottom:0}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels .bnpSeries-list div>li.item.activeSeries+.bnpModelSeries-list,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries .bnpSeries-list div>li.item.activeSeries+.bnpModelSeries-list{display:block}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels .bnpSeries-list div>li.item.activeSeries .seriesDown,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries .bnpSeries-list div>li.item.activeSeries .seriesDown{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);display:inline-block}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels .bnpSeries-list div .bnpModelSeries-list,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries .bnpSeries-list div .bnpModelSeries-list{-webkit-box-shadow:rgba(76,76,76,0.39) 0 8px 9px -7px inset;box-shadow:rgba(76,76,76,0.39) 0 8px 9px -7px inset;margin:0;display:none}
#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpModels .bnpSeries-list div .bnpModelSeries-list .btnWrapper,#global-ux .select-vehicle.section .bnpModels-Mobile.bnp-select-vehicle .bnpSeries .bnpSeries-list div .bnpModelSeries-list .btnWrapper{padding-bottom:0}
#global-ux .select-vehicle.section .bnpModels-Mobile .bnpSeries .bnpSeries-list .bnpModel-info .polkErrorMsg{font-family:"FordAntenna";font-size:.6875rem;line-height:1rem;letter-spacing:0;color:#4d4d4d;text-transform:none}
}
.rtl #global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .columns,.rtl #global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .columns{float:left;margin-right:0;margin-left:60px}
@media(max-width:767px){.rtl #global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-pulldown-text,.rtl #global-ux .buildPriceRefresh.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-up,.rtl #global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-pulldown-text,.rtl #global-ux .select-vehicle.section .compare-model-pulldown .compare-model-pulldown-content .compare-model-arrow-up{margin-left:0;margin-right:15px;float:right}
}
.rtl #global-ux .buildPriceRefresh.section .bnp-select-vehicle-container .location-container,.rtl #global-ux .select-vehicle.section .bnp-select-vehicle-container .location-container{margin-right:0;margin-left:20px;float:left}
.rtl #global-ux .buildPriceRefresh.section .bnp-select-vehicle-container .bnpModelsWrapper>.columns.pull-left,.rtl #global-ux .select-vehicle.section .bnp-select-vehicle-container .bnpModelsWrapper>.columns.pull-left{float:right}
#global-ux .summaryPageContainer .light-blue{color:#1700f4 !important}
#global-ux .summaryPageContainer .flex-control-nav{display:block;z-index:1;width:100%;margin:0 auto}
#global-ux .summaryPageContainer .flex-control-nav li{margin:0rem .25rem 0}
#global-ux .summaryPageContainer .flex-control-nav li a.flex-active{border:none !important;background:#00095b !important;transform:scale(1,1) !important}
#global-ux .summaryPageContainer .flex-control-nav li a{width:30px !important;height:3px !important;background:#6e6e6e !important;border-radius:0 !important}
#global-ux .summaryPageContainer .flex-control-nav li a:hover{background:#1700f4 !important;transform:scale(1.1)}
#global-ux .summaryPageContainer .display-inline-block{display:inline-block !important}
#global-ux .summaryPageContainer .copy-notification{display:none;text-align:center;padding-top:1rem}
#global-ux .summaryPageContainer .wrapper{padding:1rem 0 1.5rem 0}
#global-ux .summaryPageContainer .wrapper.flex{display:flex}
#global-ux .summaryPageContainer .wrapper.align-center{text-align:center}
#global-ux .summaryPageContainer .wrapper.align-left{text-align:left}
#global-ux .summaryPageContainer .fds-primary-button.fds-Secondary{padding:.5rem 1.5rem .5rem}
#global-ux .summaryPageContainer .fds-primary-button.fds-Secondary.nopadding-left{padding-left:0}
#global-ux .summaryPageContainer .fds-primary-button.fds-Secondary.nopadding-right{padding-right:0}
#global-ux .summaryPageContainer .borderleft-darkblue{border-left:1px solid #00095b}
#global-ux .summaryPageContainer .borderleft-darkblue:hover{border-left:1px solid #00095b}
#global-ux .summaryPageContainer .summaryBanner{border-bottom:1px solid #f2f2f2}
#global-ux .summaryPageContainer .summaryBanner .nameplate-name{margin-bottom:1rem}
#global-ux .summaryPageContainer .summaryBanner .model-name{margin-bottom:0}
#global-ux .summaryPageContainer .summaryBanner .shareBtn img{width:1rem}
#global-ux .summaryPageContainer .summaryBanner .editBnP{width:5rem;cursor:pointer;border-radius:125px;position:absolute;right:10px;top:10px;z-index:1;padding:.5rem;box-shadow:0 1rem 1rem 0 rgba(0,0,0,0.1),0 2rem 2rem 0 rgba(0,0,0,0.1);background:#00095b;display:block;width:60px;height:60px;text-align:center}
#global-ux .summaryPageContainer .summaryBanner .editBnP img{width:20px;text-align:center;display:block;margin:0 auto;padding:.2rem}
#global-ux .summaryPageContainer .summaryBanner .editBnP span{color:#fff;text-transform:uppercase;font-family:FordAntennaCond;font-size:.9rem;line-height:1.4}
#global-ux .summaryPageContainer .summaryBanner .editBnP.stickyBtn{position:fixed;top:50px;right:50px;z-index:2}
#global-ux .summaryPageContainer .summaryBanner .estimate-price{padding-right:1rem}
#global-ux .summaryPageContainer .summaryBanner .offer-price{border-left:1px solid #ddd;padding-left:1.5rem}
#global-ux .summaryPageContainer .summaryBanner .estimate-price,#global-ux .summaryPageContainer .summaryBanner .offer-price{width:auto;display:inline-block;text-align:left}
#global-ux .summaryPageContainer .summaryBanner .estimate-price.hide,#global-ux .summaryPageContainer .summaryBanner .offer-price.hide{display:none}
#global-ux .summaryPageContainer .summaryBanner .estimate-price .priceValue,#global-ux .summaryPageContainer .summaryBanner .offer-price .priceValue{display:block}
#global-ux .summaryPageContainer .summaryBanner .estimate-price .priceValue img,#global-ux .summaryPageContainer .summaryBanner .offer-price .priceValue img{width:1rem;vertical-align:baseline;margin-left:10px}
#global-ux .summaryPageContainer .summaryBanner .estimate-price .priceValue span.fincalc-label-wrapper,#global-ux .summaryPageContainer .summaryBanner .offer-price .priceValue span.fincalc-label-wrapper{vertical-align:top;display:inline-flex;width:30%;height:auto;text-align:left;padding-left:3px}
@media screen and (max-width:767px){#global-ux .summaryPageContainer .summaryBanner .estimate-price .priceValue span.fincalc-label-wrapper,#global-ux .summaryPageContainer .summaryBanner .offer-price .priceValue span.fincalc-label-wrapper{width:20%}
}
#global-ux .summaryPageContainer .summaryBanner .estimate-price .priceValue span.fincalc-label-wrapper span.fincalc-label,#global-ux .summaryPageContainer .summaryBanner .offer-price .priceValue span.fincalc-label-wrapper span.fincalc-label{flex:1;align-self:center;line-height:1;text-transform:none;word-break:break-word}
@media screen and (max-width:767px){#global-ux .summaryPageContainer .summaryBanner .stockDisclaimerMsg{width:85%;margin:0 auto}
}
#global-ux .summaryPageContainer .summaryBanner .stockDisclaimerMsg p{line-height:1rem}
#global-ux .summaryPageContainer .summaryDetails{padding:2rem 0}
#global-ux .summaryPageContainer .summaryDetails .summary-image{margin:2rem 0}
#global-ux .summaryPageContainer .summaryDetails .border-top{border-top:1px solid #f2f2f2}
#global-ux .summaryPageContainer .summaryDetails .summaryListTitle{text-align:center;padding:1.5rem 0}
#global-ux .summaryPageContainer .summaryDetails .featureItem{border-bottom:1px solid #f2f2f2;padding:1rem}
#global-ux .summaryPageContainer .summaryDetails .featureItem .colorTrim{float:left;width:30px;height:30px;border-radius:125px;margin-right:1rem;margin-top:-5px;box-shadow:0 1rem 1rem 0 rgba(0,0,0,0.1),0 2rem 2rem 0 rgba(0,0,0,0.1)}
#global-ux .summaryPageContainer .summaryDetails .featureItem a .feature-name{color:#00095b;text-decoration:underline}
#global-ux .summaryPageContainer .summaryDetails .featureItem a .feature-name:hover{color:#1700f4}
#global-ux .summaryPageContainer .summaryDetails .featureItem a .feature-name:focus{color:#1700f4}
#global-ux .summaryPageContainer .summaryDetails .featureItem .feature-price{text-align:right}
#global-ux .summaryPageContainer .summaryDetails .featureItem .feature-price .delete-feature{text-decoration:none}
#global-ux .summaryPageContainer .summaryDetails .featureItem .feature-price .delete-feature .deleteLabel{display:none}
#global-ux .summaryPageContainer .summaryDetails .featureItem .feature-price .delete-feature .changeLabel{display:none}
#global-ux .summaryPageContainer .summaryDetails .featureItemTitle{border-bottom:1px solid #f2f2f2;padding:1rem;margin-top:1rem;display:none}
#global-ux .summaryPageContainer .summaryDetails .summaryList{margin:0;list-style:none;border-bottom:3px solid #00095b}
#global-ux .summaryPageContainer .summaryFooter{background-color:#f2f2f2;padding:2rem 0}
#global-ux .summaryPageContainer .summaryFooter .qrColumn .qrImg{width:125px;padding:1rem 0;margin:0 auto;display:block}
#global-ux .summaryPageContainer .summaryFooter h4{text-align:center}
#global-ux .summaryPageContainer .summaryFooter input{margin:0 auto;border-color:#6e6e6e;border-radius:2px;height:50px;font-size:1rem;font-family:FordAntenna;letter-spacing:1px}
#global-ux .summaryPageContainer .preloader{display:none}
#global-ux .summaryPageContainer img.icon-delete{height:14px !important;width:13.26px !important;color:#00095b;margin-right:7px;margin-bottom:2px}
#global-ux .summaryPageContainer .hideonDesktop{display:none}
@media screen and (max-width:767px){#global-ux .summaryPageContainer .wrapper{padding:.5rem 0;justify-content:center}
#global-ux .summaryPageContainer .hideonDesktop{display:block}
#global-ux .summaryPageContainer .hideOnMobile{display:none}
#global-ux .summaryPageContainer .miniDealerLocator{padding:1rem}
#global-ux .summaryPageContainer .fds-primary-button.fds-Secondary{padding:.5rem .75rem .5rem}
#global-ux .summaryPageContainer .fds-primary-button.mobile-fullwidth{display:block;margin:10px auto;width:80%}
#global-ux .summaryPageContainer .fds-primary-button.nopadding-left-mobile{padding-left:0}
#global-ux .summaryPageContainer .borderleft-darkblue{border-left:1px solid #00095b}
#global-ux .summaryPageContainer .summaryBanner{text-align:center}
#global-ux .summaryPageContainer .summaryBanner .wrapper{display:block;text-align:center}
#global-ux .summaryPageContainer .summaryBanner .wrapper.mobile-align-center{text-align:center}
#global-ux .summaryPageContainer .summaryBanner .editBnP{top:0}
#global-ux .summaryPageContainer .summaryBanner .editBnP.stickyBtn{position:fixed;top:20px;right:20px;z-index:2}
#global-ux .summaryPageContainer .summaryBanner .nameplate-name{text-align:center}
#global-ux .summaryPageContainer .summaryBanner .model-name{text-align:center;padding:0 10px}
#global-ux .summaryPageContainer .summaryBanner .offer-price{padding-left:0;border-left:0}
#global-ux .summaryPageContainer .summaryBanner .estimate-price{padding-right:0;margin-bottom:.5rem}
#global-ux .summaryPageContainer .summaryBanner .estimate-price,#global-ux .summaryPageContainer .summaryBanner .offer-price{width:100%;text-align:center}
#global-ux .summaryPageContainer .summaryBanner .estimate-price .financeCalculator,#global-ux .summaryPageContainer .summaryBanner .offer-price .financeCalculator{display:block;margin-top:.5rem}
#global-ux .summaryPageContainer .summaryBanner .estimate-price strong,#global-ux .summaryPageContainer .summaryBanner .offer-price strong{display:inline-block}
#global-ux .summaryPageContainer .summaryBanner .estimate-price .build-price-banner,#global-ux .summaryPageContainer .summaryBanner .offer-price .build-price-banner{display:inline-block}
#global-ux .summaryPageContainer .summaryDetails{padding:2rem 0}
#global-ux .summaryPageContainer .summaryDetails .border-top{border-top:1px solid #f2f2f2}
#global-ux .summaryPageContainer .summaryDetails .summaryListTitle{padding:1rem 0}
#global-ux .summaryPageContainer .summaryDetails .featureItem{border-bottom:0;padding:.5rem 0}
#global-ux .summaryPageContainer .summaryDetails .featureItem .feature-price .delete-feature{display:block}
#global-ux .summaryPageContainer .summaryDetails .featureItemTitle{border-bottom:1px solid #f2f2f2;padding:.5rem 0;margin-bottom:1rem}
}
@media only screen and (min-width:48em){#global-ux .summaryPageContainer .center-column-large{float:none;margin:0 auto}
}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .namePlateName{margin:25px 0}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .download-summary-btn{margin-top:30px}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .download-summary-btn .download_summary{margin-bottom:15px}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .download-splitter-text{float:left;width:35px;font-size:1em}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .hor-line{width:40%;height:1px;background:#ccc;float:left;margin-top:9px}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .hor-split-or{width:80%;height:20px;margin:30px auto}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon{width:60px;height:60px;display:block;background-repeat:no-repeat;background-position:50%;margin:0 auto;cursor:pointer;background-color:#00095b;border-radius:100%}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon:hover{box-shadow:0 1rem 1rem 0 rgba(0,0,0,0.1),0 2rem 2rem 0 rgba(0,0,0,0.1),0 3rem 3rem 0 rgba(0,0,0,0.15);transform:scale(1.07);background-color:#1700f4}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon.copy{background-image:url("guxfoap/img/link.png");background-position:50% 40%}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon.email{background-image:url("guxfoap/img/email.png");background-size:50%}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon.whatsapp{background-image:url("guxfoap/img/whatsapp-icon.png")}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon.facebook{background-image:url("guxfoap/img/facebook-icon.png")}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon.twitter{background-image:url("guxfoap/img/twitter-icon.png")}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon.instagram{background-image:url("guxfoap/img/instagram-icon.png")}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon.line{background-image:url("guxfoap/img/line-icon.png")}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .img-icon .copy-text{background-repeat:no-repeat;padding-top:30px;margin-left:3px;font-size:10px;color:#fff}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .send-link-icon{padding:.5rem;margin-bottom:20px}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .send-link-icon-content{padding:0 25px;margin-top:30px}
@media screen and (max-width:414px){#global-ux .summaryPageContainer .bnp-overlay-wrapper .send-link-icon-content{margin-top:15px}
}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .paddingLR-3x{padding-left:3rem;padding-right:3rem}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .inputWrapper{padding-top:1.3rem}
#global-ux .summaryPageContainer .bnp-overlay-wrapper input[type="email"][disabled].emailAddress{background-color:#fff;height:50px;border-radius:3px}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .modelName{margin:0 0 .25em}
#global-ux .summaryPageContainer .bnp-overlay-wrapper .send-this-summary-text,#global-ux .summaryPageContainer .bnp-overlay-wrapper .emailAddress{color:#4d4d4d;-webkit-text-fill-color:#4d4d4d}
.lang_ar #global-ux .feature-desc,.lang_ar #global-ux .feature-name,.lang_ar #global-ux .featureItemTitle,.lang_ar #global-ux .changeLabel,.lang_ar #global-ux .deleteLabel{font-family:"FordArabicRegular","FordRegular",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体"}
.lang_ar #global-ux .summaryPageContainer .summaryBanner .editBnP span{font-family:"FordArabicRegular","FordRegular",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体"}
.lang_ar #global-ux .partNumber-wrapper p{font-family:"FordArabicRegular","FordRegular",Arial,Helvetica,"Microsoft YaHei","微软雅黑","STXihei","华文细黑","SimSun","宋体"}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .fds-primary-button.fds-Secondary{padding-right:0;display:grid;grid-template-columns:max-content 25px;align-items:center;text-align:right}
@media screen and (max-width:767px){#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .fds-primary-button.fds-Secondary{justify-content:center;display:inline-grid}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .fds-primary-button.fds-Secondary.hideOnMobile{display:none}
}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .fds-primary-button.fds-Secondary i{transform:scaleX(-1)}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .fds-primary-button.fds-Secondary.shareBtn{grid-template-columns:25px max-content}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .fds-primary-button.fds-Secondary.shareBtn img{transform:scaleX(-1)}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .fds-primary-button.fds-Secondary.hideonDesktop{display:none}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .fds-primary-button.fullWidth{padding-right:1rem;padding-left:1rem}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .summaryList .featureItem .feature-price{text-align:left}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .summaryList .featureItem .colorTrim{margin-right:0;margin-left:1rem;float:right}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer img.icon-delete{margin-right:0;margin-left:7px}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .wrapper:not(.mobile-align-center){display:table;margin:0 auto;float:none}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .wrapper:not(.mobile-align-center) .fds-primary-button{float:left}
@media screen and (max-width:767px){#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .wrapper:not(.mobile-align-center) .fds-primary-button{float:none}
}
@media screen and (max-width:767px){#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .wrapper:not(.mobile-align-center){display:block}
}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .summaryBanner .editBnP{right:auto;left:10px}
#global-ux .buildPriceRefresh.dir-rtl .summaryPageContainer .summaryBanner .editBnP.stickyBtn{right:auto;left:50px}
#global-ux .buildPriceRefresh.dir-rtl .bnp-overlay .feature-description-container .feature-header{padding-right:2rem}
#global-ux .buildPriceRefresh.dir-rtl .bnp-overlay .feature-description-container .feature-desc ul{margin-left:0;margin-right:2.5rem}
#global-ux .buildPriceRefresh.dir-rtl .bnp-overlay .closebtn{right:auto;left:10px}
#global-ux .buildPriceRefresh.dir-rtl .bnp-overlay .save_view_build .emailAddress{direction:ltr}
#global-ux .buildPriceRefresh.dir-rtl .no-padding-right-rtl{padding-right:0}
#global-ux .buildPriceRefresh.dir-rtl ul{margin-left:0;margin-right:2.5rem}
.bnp-cross-nameplate-compare{padding-top:20px}
.bnp-cross-nameplate-compare .compare-model-dropdown{width:100%}
.bnp-cross-nameplate-compare h4{text-align:center !important;margin-bottom:20px}
.bnp-cross-nameplate-compare .add-button-container{padding:20px 30px 10px;text-align:center}
.bnp-cross-nameplate-compare .error-msg{color:red}
.bnp-cross-nameplate-compare img.icon-change{height:12px !important;width:15px !important;color:#00095b;margin-right:7px}
.bnp-cross-nameplate-compare img.icon-delete{height:14px !important;width:13.26px !important;color:#00095b;margin-right:7px;margin-bottom:2px}
.bnp-cross-nameplate-compare img.icon-filter{height:22px !important;width:25px !important}
.bnp-cross-nameplate-compare .crs-main-title{height:26px;text-align:center;margin-bottom:25px;position:relative}
.bnp-cross-nameplate-compare .crs-cta-secondary{text-align:center;background-color:#fff !important;padding:14px 30px 14px 30px;border:1px solid #00095b !important;border-radius:20px;width:171px;height:40px;margin:20px auto;cursor:pointer}
.bnp-cross-nameplate-compare .crs-cta-secondary[disabled]:hover{color:#00095b}
.bnp-cross-nameplate-compare .car-container{padding:1rem .5rem;position:relative;text-align:center}
.bnp-cross-nameplate-compare .car-container .img-container{height:160px;vertical-align:bottom;display:inline-block;min-width:50%}
.bnp-cross-nameplate-compare .car-container span{cursor:pointer}
.bnp-cross-nameplate-compare .car-container .crs-nameplate-title{margin-bottom:8px;cursor:default;display:inline-block;cursor:text}
.bnp-cross-nameplate-compare .car-container .crs-model-title{min-height:45px;display:block;cursor:text}
.bnp-cross-nameplate-compare .text-align-center{text-align:center;padding-top:.25rem;padding-bottom:10px}
.bnp-cross-nameplate-compare .text-align-center .fds-primary-button{margin:.5rem 0}
.bnp-cross-nameplate-compare .carcta{padding:8px 5px 8px 0;margin:20px auto;text-align:center;color:#fff;border-radius:20px;background-color:#00095b;box-shadow:0 20px 20px 0 rgba(0,0,0,0.1),0 10px 10px 0 rgba(0,0,0,0.1);font-size:18px;width:165px;cursor:pointer}
.bnp-cross-nameplate-compare *,.bnp-cross-nameplate-compare :after,.bnp-cross-nameplate-compare :before{box-sizing:border-box}
.bnp-cross-nameplate-compare .img-100{width:100%;height:auto;mix-blend-mode:multiply;position:relative}
.bnp-cross-nameplate-compare .title-section{text-align:center;border:1px solid #ccc;padding:8px 20px 8px 20px}
.bnp-cross-nameplate-compare .price-section{background-color:#edecec;padding:20px;border:1px solid #e0e0e0;width:20%;float:left}
.bnp-cross-nameplate-compare .color-grey{color:#3c3c3c}
.bnp-cross-nameplate-compare .sub-title-section{background-color:#edecec;padding:8px 20px 8px 20px;border:1px solid #e0e0e0}
.bnp-cross-nameplate-compare .sub-section-key{background-color:#f8f8f8;padding:20px;font-size:14px;width:20%;min-height:60px;float:left}
.bnp-cross-nameplate-compare .left-icon{position:absolute;left:5px;width:15px;height:15px;background-color:#d0d0d0;top:5px}
.bnp-cross-nameplate-compare .right-icon{position:absolute;right:5px;top:5px;top:5px;font-size:1.3rem;transform:rotate(45deg);cursor:pointer}
.bnp-cross-nameplate-compare .crs-main-title-Left{width:30px;display:inline-block;float:left;margin-left:10px;cursor:pointer}
.bnp-cross-nameplate-compare .location-box{position:absolute;right:7%;top:6%}
.bnp-cross-nameplate-compare .location-box .location-container{padding-top:0 !important}
.bnp-cross-nameplate-compare .crs-filter-icon{float:right;font-size:1rem;cursor:pointer;margin-right:45px}
@media only screen and (max-width:767px){.bnp-cross-nameplate-compare .crs-filter-icon{margin-right:18px}
}
.bnp-cross-nameplate-compare .crs-filter-icon-ar{float:left;margin-left:20px}
.bnp-cross-nameplate-compare .addbutton{padding:6px !important;border-radius:50px !important;min-width:100px !important;font-size:13px !important}
.bnp-cross-nameplate-compare .temp-container-content{border:1px solid #ccc;padding:15px 20px 15px 20px;background-color:gray;color:#fff;text-align:center}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav-ar,.bnp-cross-nameplate-compare .cross-nameplate-add-model-ar{left:0}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav-en,.bnp-cross-nameplate-compare .cross-nameplate-add-model-en{right:0}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav,.bnp-cross-nameplate-compare .cross-nameplate-add-model{height:100%;width:0;position:fixed;z-index:1;top:0;background-color:#fff;overflow-x:hidden;transition:.5s;padding-top:85px;display:block}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .crs-filter-header,.bnp-cross-nameplate-compare .cross-nameplate-add-model .crs-filter-header{height:30px;text-align:center;margin:0 auto 17px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav a,.bnp-cross-nameplate-compare .cross-nameplate-add-model a{padding:0 0 0 10px;text-decoration:none;display:block;transition:.3s}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .closebtn,.bnp-cross-nameplate-compare .cross-nameplate-add-model .closebtn{position:absolute;top:0;right:25px;font-size:36px;margin-left:50px;transform:rotate(45deg);color:#00095b}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results,.bnp-cross-nameplate-compare .cross-nameplate-add-model .filter-results{padding:20px 20px 0 30px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list,.bnp-cross-nameplate-compare .cross-nameplate-add-model .filter-results .filter-list{background-color:#8c8c8c;padding:14px 14px;margin:0 10px 26px 0;display:inline-block;border-radius:2rem;will-change:transform,box-shadow;transition:transform .3s ease-in-out,background-color .3s ease-in-out,box-shadow .3s ease-in-out,border-color .3s ease-in-out;cursor:pointer}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list .icon-checkmark,.bnp-cross-nameplate-compare .cross-nameplate-add-model .filter-results .filter-list .icon-checkmark{display:none}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list:hover,.bnp-cross-nameplate-compare .cross-nameplate-add-model .filter-results .filter-list:hover{box-shadow:0 1rem 1rem 0 rgba(0,0,0,0.1),0 2rem 2rem 0 rgba(0,0,0,0.1)}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list.active,.bnp-cross-nameplate-compare .cross-nameplate-add-model .filter-results .filter-list.active{background-color:#1700f4;color:#fff;box-shadow:0 1rem 1rem 0 rgba(0,0,0,0.1),0 2rem 2rem 0 rgba(0,0,0,0.1)}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list.active .single-list-lbl,.bnp-cross-nameplate-compare .cross-nameplate-add-model .filter-results .filter-list.active .single-list-lbl{color:#fff}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list.active .icon-checkmark,.bnp-cross-nameplate-compare .cross-nameplate-add-model .filter-results .filter-list.active .icon-checkmark{display:inline-block;font-size:.8rem;margin-left:5px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list .single-list-lbl,.bnp-cross-nameplate-compare .cross-nameplate-add-model .filter-results .filter-list .single-list-lbl{color:#fff;font-size:16px;line-height:26px;text-align:center;min-width:100px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .compare-button-group-filter,.bnp-cross-nameplate-compare .cross-nameplate-add-model .compare-button-group-filter{padding-bottom:20px;text-align:center}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .compare-button-group-filter .compare-button-filter,.bnp-cross-nameplate-compare .cross-nameplate-add-model .compare-button-group-filter .compare-button-filter{color:#00095b;font-size:18px;letter-spacing:1px;line-height:1px;text-align:center;background-color:#fff !important;padding:14px 30px 14px 30px;border:1px solid #00095b !important;border-radius:20px;min-width:165px;height:40px;margin:20px 20px 20px 0}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .compare-button-group-filter .compare-button-reset,.bnp-cross-nameplate-compare .cross-nameplate-add-model .compare-button-group-filter .compare-button-reset{margin-left:30px;cursor:pointer}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .compare-button-group-filter .compare-button-reset span,.bnp-cross-nameplate-compare .cross-nameplate-add-model .compare-button-group-filter .compare-button-reset span{font-size:2.2rem}
.bnp-cross-nameplate-compare .cross-nameplate-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.71);z-index:10000;cursor:pointer}
.bnp-cross-nameplate-compare .add-to-compare-heading{padding:0 68px 0 68px;margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}
.bnp-cross-nameplate-compare .add-to-compare-heading h4{text-align:center;margin-bottom:25px}
.bnp-cross-nameplate-compare .add-to-compare-heading .compare-form-group{margin-bottom:15px;position:relative}
.bnp-cross-nameplate-compare .add-to-compare-heading .compare-form-group .cross-nameplate-select{border-radius:3px;font-size:16px !important;letter-spacing:1px;line-height:26px !important;color:#4d4d4d !important}
.bnp-cross-nameplate-compare .add-to-compare-heading .compare-form-group>label{position:absolute;top:-10px;left:20px;background-color:white;font-size:11px;padding:0 10px;color:#ccc !important}
.bnp-cross-nameplate-compare .add-to-compare-heading .compare-button-group{text-align:center}
.bnp-cross-nameplate-compare .add-to-compare-heading .compare-button-group .crs-alert-msg{color:red}
.bnp-cross-nameplate-compare .add-to-compare-heading .compare-button{padding:10px 10px !important;border-radius:50px;min-width:50% !important;background:#00095b !important;border:1px solid #00095b !important}
.bnp-cross-nameplate-compare .add-to-compare-heading .compare-button:hover{color:#fff !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table-ar tbody tr th,.bnp-cross-nameplate-compare .crs-namplate-compare-table-ar thead tr th:first-child{text-align:right !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table-ar .fds-primary-button{font-family:FordArabicRegular !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table{background-color:white;margin:auto;width:100%;border-collapse:separate;display:block;overflow-x:scroll}
@media only screen and (min-width:768px){.bnp-cross-nameplate-compare .crs-namplate-compare-table>thead{width:100%;display:table}
}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody{height:auto;border-top:1px solid #f8f8f8;border-bottom:2px solid #ddd}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead td,.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody td{width:20%;max-width:20%;word-wrap:break-word;text-align:center;background-color:white;padding:.5625rem .625rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th,.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr th:first-child{width:20%;max-width:20%;word-wrap:break-word;background-color:white;font-size:.8rem;padding:.5rem;text-align:left}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr:first-child td{border-right-width:1px;background-color:#f8f8f8}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr:first-child th{border-right-width:0;border-top-width:0}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th.fixedDiv,.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr th.fixedDiv,.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr td.fixedDiv,.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr td.fixedDiv{position:-webkit-sticky;position:sticky;left:0;top:auto;z-index:1}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th.category-header,.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr th.category-header,.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th:last-child:not(.desc-header),.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr th:last-child:not(.desc-header){-moz-box-shadow:inset 0 10px 10px -10px #8c8c8c;-webkit-box-shadow:inset 0 10px 10px -10px #8c8c8c;box-shadow:inset 0 10px 10px -10px #8c8c8c}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .category-header-ar h6{text-align:right !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr th:last-child:not(.desc-header){padding-right:.5rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th.desc-header{background-color:#fff;letter-spacing:2px !important;padding-left:2rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr td,.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr td{background-color:#f2f2f2;padding:1.25rem 2rem;text-align:left;border-right:2px solid #fff}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr td i,.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr td i{font-size:1rem;display:block;text-align:center;line-height:26px;color:#5c933b}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr.common-header td{font-size:.8rem;padding:.5rem .6rem;text-align:left;-moz-box-shadow:inset 0 10px 10px -10px #8c8c8c;-webkit-box-shadow:inset 0 10px 10px -10px #8c8c8c;box-shadow:inset 0 10px 10px -10px #8c8c8c;border:1px solid #fff;vertical-align:text-bottom}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr.common-header td:first-child{vertical-align:text-bottom}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr.fixed-header td{font-size:.8rem;padding:.5rem .6rem;background-color:#f4f4f4;border-right:2px solid #fff;vertical-align:top}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr.fixed-header td:first-child{vertical-align:top}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr td:first-child{border-left-width:0}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th:first-child{border-right-width:0}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr:first-child td:last-child{border-left-width:0;border-top-width:0}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr td:last-child{border-right-width:1px}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr td:not(.fixedDiv){z-index:0}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crsNamplateCompareTable .icon-unchecked{position:relative;text-align:center}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crsNamplateCompareTable .icon-unchecked .icon-checkmark{position:absolute;left:50%;top:7px;font-size:.9rem;transform:translateX(-50%);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%)}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crsNamplateCompareTable .icon-minus{text-align:center;font-size:14px}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .sticky{position:fixed;top:0;z-index:3;width:100%;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .sticky::-webkit-scrollbar{display:none}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-acc-icon{display:none}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header h6{float:left}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header .crs-acc-icon{display:table-row;float:right;font-size:1.2rem;padding-right:15px;cursor:pointer}
@media only screen and (max-width:767px){.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header .crs-acc-icon{position:sticky;right:0}
}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header th td{display:none}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff-ar{overflow:hidden}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff-ar .show-diff-cointainer{float:left !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff{height:60px}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff td{background-color:#fff}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff .show-diff-cointainer{position:relative;cursor:pointer;float:right;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff .show-diff-cointainer .show-diff-text{color:#4d4d4d;font-size:16px;letter-spacing:1px}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff .show-diff-cointainer .show-diff-checkmark{display:inline-block;width:16px;height:16px;position:absolute;background:#fff;left:-28px;top:3px;border-radius:3px;border:1px solid #6e6e6e}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff .show-diff-cointainer input{display:none}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff .show-diff-cointainer input:checked+.show-diff-checkmark{background:#4d4d4d}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff .show-diff-cointainer input:checked+.show-diff-checkmark:after{content:"";position:absolute;width:11px;height:6px;border-left:2px solid white;border-bottom:2px solid white;top:40%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);-webkit-transform:translate(-50%,-50%) rotate(-45deg);-ms-transform:translate(-50%,-50%) rotate(-45deg)}
@media only screen and (max-width:768px){.bnp-cross-nameplate-compare .bnp-cross-nameplate-compare .add-to-compare-heading .compare-form-group .cross-nameplate-select{font-size:.9rem !important;line-height:1 !important}
.bnp-cross-nameplate-compare .crs-show-diff-ar{overflow:hidden}
.bnp-cross-nameplate-compare .crs-show-diff-ar .show-diff-cointainer{float:left !important;margin-left:2% !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table-ar .fixedDiv h6{text-align:right !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-model-title{font-size:.8rem !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crsNamplateCompareTableHead td div{font-size:.8rem !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody td{min-width:150px;max-width:150px;width:auto;padding:.2rem .2rem;font-size:.8rem !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead td{min-width:150px;max-width:150px;padding:.2rem .2rem;font-size:.8rem !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr td,.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr td{padding:10px 10px;padding-left:1rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .fixedDiv h6{text-align:left;width:97%}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .category-header-ar h6{text-align:right !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .fixedDiv h6 b{font-size:14px}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th.desc-header{font-size:12px;padding-left:1rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .desc-header-ar{text-align:right}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th,.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr th:first-child{padding:10px 10px}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff{position:relative}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff .show-diff-cointainer{padding-right:1rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-show-diff .show-diff-cointainer{position:sticky;right:0;float:right}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header{position:relative}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header th:nth-child(2){position:relative;background-color:#fff;padding-right:0 !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header th:nth-child(2) .crs-acc-icon{margin-bottom:.5rem;margin-top:.2rem}
}
@media only screen and (max-width:768px) and (min--moz-device-pixel-ratio:0){.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header th:nth-child(2){position:sticky;right:0;z-index:0}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header th:nth-child(2) .crs-acc-icon{margin-bottom:.5rem;margin-top:.2rem;position:sticky;right:0;float:right;z-index:1}
}
@media only screen and (max-width:768px){.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr th:last-child:not(.desc-header){padding:10px 10px}
.bnp-cross-nameplate-compare .add-button-container{padding:0}
.bnp-cross-nameplate-compare .carcta{padding:5px 0 5px 0;font-size:14px;width:130px;cursor:pointer}
.bnp-cross-nameplate-compare .car-container{padding:0;font-size:14px}
.bnp-cross-nameplate-compare .car-container .img-container{height:105px;width:100%}
.bnp-cross-nameplate-compare .crs-cta-secondary{font-size:14px;padding:14px 5px 14px 5px !important;width:130px;height:30px;line-height:1px}
.bnp-cross-nameplate-compare .crs-cta-secondary[disabled]:hover{color:#00095b}
.bnp-cross-nameplate-compare .cross-nameplate-add-model{height:540px;bottom:0;padding-top:40px;display:block;top:auto;transition:bottom .5s !important}
.bnp-cross-nameplate-compare .cross-nameplate-add-model .closebtn{right:0;font-size:25px}
.bnp-cross-nameplate-compare .cross-nameplate-add-model .add-to-compare-heading{padding:30px;margin:0 auto;display:block}
.bnp-cross-nameplate-compare .cross-nameplate-add-model .add-to-compare-heading .compare-button{width:50% !important;font-size:1rem !important}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav{max-height:650px;bottom:0;padding-top:40px;display:block;top:auto;transition:bottom .5s !important;height:max-content}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav.cross-namplate-m-sidenav{height:500px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .compare-button-group-filter{padding-bottom:0}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .compare-button-group-filter .compare-button-filter{min-width:140px;padding-top:15px !important;padding-bottom:15px !important;margin:5px 20px 20px 0;height:35px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .closebtn{right:0;font-size:25px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results{padding-top:0;padding-left:20px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list{padding:8px 10px;margin:0 8px 20px 0}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .filter-results .filter-list .single-list-lbl{font-size:14px}
.bnp-cross-nameplate-compare .cross-nameplate-sidenav .crs-filter-header{height:30px;text-align:center;margin:0 auto 17px}
}
@media only screen and (max-width:376px){.bnp-cross-nameplate-compare .crs-namplate-compare-table-ar .fixedDiv h6{text-align:right !important}
}
@media only screen and (max-width:376px) and (min--moz-device-pixel-ratio:0){.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header th:nth-child(2){position:sticky;right:0;z-index:1;background:transparent !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .crs-category-header th:nth-child(2) .crs-acc-icon{margin-bottom:.5rem;margin-top:.2rem}
}
@media only screen and (max-width:320px){.bnp-cross-nameplate-compare .fds-primary-button{font-size:.8rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody td{min-width:125px;max-width:125px;width:auto;padding:.2rem .2rem;font-size:.8rem !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead td{min-width:125px;max-width:125px;padding:.2rem .2rem;font-size:.8rem !important}
.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr td,.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr td{padding:.5rem;padding-left:.5rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .fixedDiv h6{text-align:left;width:97%}
.bnp-cross-nameplate-compare .crs-namplate-compare-table .fixedDiv h6 b{font-size:14px}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th.desc-header{font-size:12px;padding-left:.5rem}
.bnp-cross-nameplate-compare .crs-namplate-compare-table tbody tr th,.bnp-cross-nameplate-compare .crs-namplate-compare-table thead tr th:first-child{padding:.5rem}
}
@media only screen and (max-width:768px){.bnp-cross-nameplate-compare .compare-model-dropdown{width:100% !important}
.bnp-cross-nameplate-compare img.icon-filter{height:18px !important;width:20px !important}
.bnp-cross-nameplate-compare .location-container{text-align:center !important;margin-right:-20px !important}
.bnp-cross-nameplate-compare .crs-main-title{text-align:left}
.bnp-cross-nameplate-compare .crs-main-title .location-box .locationLabel{display:none}
.bnp-cross-nameplate-compare .crs-main-title .crs-main-title-text{width:calc(100% - 80px);display:inline-block}
}
.buildPriceRefresh.section .model-compare-refresh .compare-models-select-model .bnp-cross-nameplate-compare .crs-main-title-Left{visibility:hidden}
.buildPriceRefresh-ar.section .crs-main-title{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .crs-namplate-compare-table-ar .car-container span{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .crs-namplate-compare-table-ar .crs-show-diff-ar .show-diff-text{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .crs-namplate-compare-table-ar tbody tr th.category-header h6,.buildPriceRefresh-ar.section .crs-namplate-compare-table-ar thead tr th.category-header h6{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .crs-namplate-compare-table-ar .desc-header-ar{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .crs-namplate-compare-table-ar td{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .crs-namplate-compare-table-ar td div{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .cross-nameplate-add-model-ar .crs-filter-header{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .cross-nameplate-add-model-ar .compare-model-dropdown select{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .cross-nameplate-add-model-ar .compare-model-dropdown .compare-button-group .fds-primary-button{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .cross-nameplate-sidenav-ar .crs-filter-header{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .cross-nameplate-sidenav-ar .single-list-lbl{font-family:FordArabicRegular !important}
.buildPriceRefresh-ar.section .cross-nameplate-sidenav-ar .compare-button-group-filter .fds-primary-button{font-family:FordArabicRegular !important}
.cross-nameplate-select-diy{z-index:999999999}
.cross-nameplate-select-diy .select2-search{display:none}
.cross-nameplate-select-diy .select2-container.select2-container-active .select2-choice span{color:#00095b}
.cross-nameplate-select-diy .select2-results .select2-result-label{font-family:FordAntenna;font-size:.9rem;letter-spacing:1px;color:#4d4d4d}
.cross-nameplate-select-diy .select2-results .select2-highlighted{background-color:#00095b}
.cross-nameplate-select-diy .select2-results .select2-highlighted .select2-result-label{color:#fff}
.modal{display:none;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4);-webkit-animation-name:fadeIn;-webkit-animation-duration:.4s;animation-name:fadeIn;animation-duration:.4s}
.modal-content{position:fixed;bottom:0;background-color:#fefefe;width:100%;-webkit-animation-name:slideIn;-webkit-animation-duration:.4s;animation-name:slideIn;animation-duration:.4s}
.close{color:white;float:right;font-size:28px;font-weight:bold}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}
.modal-header{padding:2px 16px;color:#000}
.modal-body{padding:2px 16px}
.modal-footer{padding:2px 16px;background-color:#5cb85c;color:white}
@-webkit-keyframes slideIn{from{bottom:-300px;opacity:0}
to{bottom:0;opacity:1}
}
@keyframes slideIn{from{bottom:-300px;opacity:0}
to{bottom:0;opacity:1}
}
@-webkit-keyframes fadeIn{from{opacity:0}
to{opacity:1}
}
@keyframes fadeIn{from{opacity:0}
to{opacity:1}
}