html {
	background-color:#F6F9FB;
	scroll-behavior: smooth;
    scroll-margin-top: 100px;
} 

header#header {
    position: fixed;
    width: 100%;
    z-index: 2;
}

body {
	background-color:#F6F9FB !important;
	color: #151617;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	line-height: 34px;
    overflow-x: hidden;
}

#page, #main-wrapper {
    background-color:#F6F9FB !important;
}

a {
	color: #0659BF;
	font-weight:600;
	letter-spacing: .8px;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 62px;
	line-height: 1;
	color: #001F3D;
    font-weight: bold;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	line-height: 1;
	color: #001F3D;
	margin-bottom: 20px;
    font-weight: bold;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	line-height: 1;
	color: #001F3D;
	margin-bottom: 10px;
    font-weight: bold;
}

nav#block-bootstrap-barrio-subtheme-dealerlogin ul, ul.nice-menu.nice-menu-dealerlogin {
    border: 2px solid #56585C !important;
    border-radius: 30px;
}

nav#block-bootstrap-barrio-subtheme-dealerlogin ul:hover, ul.nice-menu.nice-menu-dealerlogin:hover {
    border: 2px solid #56585C !important;
    border-radius: 30px 30px 0px 0px;
}

#navbar-main {
    display: flex;
    gap: 30px;
}

.navbar img {
	max-width: 250px;
	width: 100%;
}

.navbar .nav-links {
	width: 100%;
}

.navbar .login-dropdown {
	width:100%;
	max-width: 250px;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

img.logo-image {
    max-width: 230px;
    width: 100%;
}

.nav-links ul {
    display: flex;
    gap: 30px;
    list-style-type: none;
    justify-content: center;
}

.nav-links ul a {
	color: #56585C;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: .7px;
	font-size: 14px;
}
a.nav-link {
    color: rgb(32 32 68);
}
.login-dropdown a {
    border: 2px solid #56585C;
    padding: 12px 20px;
    border-radius: 30px;
    display: flex;
    gap: 60px;
    color: #56585C;
    text-decoration: none;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    width: 100%;
    justify-content: space-between;
    letter-spacing: .8px;
}

.login-dropdown img {
    width: 18px;
    height: 18px;
}
div#CollapsingNavbar {
    justify-content: space-around;
}
nav#block-bootstrap-barrio-subtheme-dealerlogin ul,
ul.nice-menu.nice-menu-dealerlogin {
    border-radius: 100px;
    border: 1px solid;
    width: 130px;
    justify-content: center;
    color: #56585C;
}
ul.nice-menu li.menuparent ul {
    width: 200px;
    display: flex;
    flex-direction: column;
    border: 2px solid;
    top: 45px;
    left: -96px;
    border-radius: 30px 0px 30px 30px;
}
ul.nice-menu li{
    background-color: #fdfafa;
}
ul.nice-menu a {
    color: #56585C;
}
img.benefit-icon {
    width: 40px;
    height: 40px;
}
.title-section, .page-title-section {
    display: flex;
    justify-content: center;
    background: #ffffff;
    padding-top: 200px;
    padding-bottom: 160px;
    border-radius: 0px 0px 50% 50%;
    filter: drop-shadow(120px 120px 120px #E7EFF5);
    z-index: 0;
    position: relative;
    flex-direction: column;
    margin-bottom: 140px;
}

.title-section h1.page-title {
	color:#001F3D;
	font-size: 80px;
    line-height: .9;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 24px;
}

.page-title-section h1.page-title {
	color:#001F3D;
	font-size: 62px;
    line-height: .9;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 24px;
}
h1.page-title span{
    display: inline-block;
    margin: -5px;
    opacity: 0; /* Initially hidden */
    transform: translateX(20px); /* Slight initial offset */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Smooth transition */
    line-height: normal;
}
.title-section h1.page-title span, .page-title-section h1.page-title span {
	background: linear-gradient(to right, #003366 0%, #0659BF 100%);
	background-clip: text !important;
	color: transparent !important;
	font-family: 'Montserrat', sans-serif;
}

.gradient-text {
	background: linear-gradient(to right, #003366 0%, #0659BF 100%);
	background-clip: text !important;
	color: transparent !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

.container {
	max-width: 100%;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	z-index: 1;
	padding: 0;
}
p.text-24 {
	font-size:24px;
}

.bluebox {
	background-color: #001F3D;
	border-radius: 90px;
    padding-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: calc(100vw / 4);
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.bluebox-container {
	background-color: #001F3D;
	border-radius: 90px;
    padding:80px 50px;
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.whitebox-container {
	background-color: #ffffff;
	border-radius: 90px;
    padding:80px 50px;
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
    margin-bottom: 140px;
    filter: drop-shadow(120px 120px 120px #E7EFF5);
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.white-text {
	color: #ffffff !important;
}

.site-footer {
    background: #ffffff !important;
    padding: 0px;
}
.site-footer .block {
    margin: 0 !important;
    border: 1px solid #444;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0px;
}

footer.site-footer {
    border: 0px solid #ffffff;
}

@property --myColor1 {
  syntax: '<color>';
  initial-value: #003366;
  inherits: false;
}

@property --myColor2 {
  syntax: '<color>';
  initial-value: #0659BF;
  inherits: false;
}

.fd-button {
	padding: 18px 46px;
	align-items: center;
	border-radius: 110px;
	color: #ffffff;
	background: linear-gradient(to right,var(--myColor1), var(--myColor2));
  	transition: --myColor1 .5s, --myColor2 .5s;
	text-transform: uppercase;
	letter-spacing: .7px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

.fd-button:hover {
	--myColor1: #003366;
  	--myColor2: #003366;
    color: #ffffff !important;
}

.photo-strip-container {
	position: absolute;
    width: 100%;
    margin-top: calc(-1 * (50vw / 2.5));
    z-index: 2;
}

.photo-strip-container-relative {
	position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom:50px;
    z-index: 2;
}

img.photo-strip {
    width: 100%;
    height: auto;
}

.fullwidth-background {
    max-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullwidth-background img {
    object-fit: cover;
    width: 100%;
    height: 700px;
    filter: brightness(0.5);
    object-position: top;
}

.content-overlay {
    position: absolute;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
}

footer {
	border-top: 1px solid #CCD6E0;
	background-color: #ffffff;
}

img.footer-logo-image {
	max-width: 200px;
}

.footer-top-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.footer-logo {
    max-width: 200px;
    width: 100%;
}

.footer-nav-links {
    width: 100%;
    text-align: center;
}

.social-icons {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 200px;
    justify-content: flex-end;
}

.footer-nav-links ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin-bottom: 0px;
}

.footer-nav-links ul a {
	text-decoration: none;
	color: #001F3D !important;
	letter-spacing: .8px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.nav-links li {
	border-bottom: 3px solid transparent;
}

.nav-links li:hover {
    border-bottom: 3px solid #0659BF;
}

.nav-links li:hover > a {
	color: #0659BF !important;
}

.footer-bottom-container {
    background: #001F3D;
    padding: 10px 15px;
}

.footer-bottom-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-footer-nav-links ul {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding: 0px;
}

.bottom-footer-nav-links ul a {
	text-decoration: none;
	color: #ffffff;
	letter-spacing: .8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.title-subheading {
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	color: #56585C;
	text-align: center;
	margin-bottom: 0px;
}

.animation-gif {
	max-width:150px;
	margin-bottom:40px;
    height: auto;
}

.leadership-row {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    justify-content: center;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 40px;
}

.leadership {
	width: 100%;
    margin-bottom: 50px;
    text-align:center;
}

.leadership img {
	border-radius: 20px;
    max-width: 235px;
    max-height: 235px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

p.leader-name {
    font-weight: 600;
    color: #003366;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 20px;
}

p.leader-title {
    font-weight: 400;
    line-height: 1;
    margin-top: 10px;
    font-size: 16px;
    padding: 0px 20px;
}

.benefit-heading {
    display: flex;
    gap: 20px;
    align-items: center;
}

.benefit-heading h3 {
	margin: 0px;
}

hr.fdhr {
	background: #CCD6E0;
	margin: 33px 0px;
}

.multicolumn {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.multicolumn div {
    width: 100%;
}

.checkmarks li {
	list-style: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    align-items: center;

}

.checkmarks li:before {
    content: url(./0_images/checkmark.png);
    padding-top: 5px;
    font-size: 14px;
}

.employee-slider {
    display: flex;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

.employee-image {
	border-radius: 20px;
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

p.employee-name {
    font-weight: 600;
    color: #003366;
    margin-bottom: 0px;
}

p.employee-desc {
	font-size: 14px;
	line-height: 22px;
	margin-top: 0px;
}

p.employee-desc span {
	font-size: 14px;
	line-height: 1.5;
	font-weight:bold;
}

.white-bg {
	background-color: #ffffff;
	display: flex;
    flex-direction: column;
    padding:140px 15px;
}
.careers-custom-block {
    background: #ffffff;
    margin-top: -80px;
    padding-bottom: 50px;
}
.job-container {
    display: flex;
    gap: 0;
    justify-content: space-between;
}
.job-container.no-job-post {
    text-align: center;
}
p.job-title {
    font-weight: 600;
    color: #003366;
    margin: 0px;
}
.job-info{
    width: 100%;
}
p.job-location {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 1;
}

.job-description {
    font-size: 14px;
    line-height: 1.5;
}

.apply-link {
    width: 30%;
    text-align: right;
}

.white-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
}

img.partner-image {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

h4.partner-quote-title {
    font-size: 22px;
    color: #003366;
    margin-bottom: 0px;
}

p.partner-quote {
    font-size: 14px;
    line-height: 2;
}

p.partner-name {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

p.partner-company {
    font-size: 14px;
    margin: 0px;
    line-height: 1;
}

.multicolumn-partners {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
    justify-content: center;
}

.solutions-white-bg {
    background: #ffffff;
    margin: 150px 0px;
}

section.solution {
	scroll-margin-top: 180px;
}

.solution {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.solution .multicolumn {
    display: flex;
    gap: 100px;
    margin-bottom: 70px;
    align-items: center;
}

.solution-animation-container {
    display: flex;
    justify-content: center;
}

img.solution-animation {
    max-width: 400px;
}

h3.solution-heading {
	font-size:45px;
	margin-top: 24px;
	margin-bottom: 24px;
}

p.link-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    line-height: 1;
}

p.solution-desc {
    font-size: 14px;
    line-height: 1.5;
}

.anchor-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCD6E0;
    padding-top: 30px;
    margin-bottom: 70px;
    position: sticky;
    top: 0px;
    background: #ffffff;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    top: 80px;
}

.anchor-nav a {
    font-size: 14px;
    color: #56585C;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
    letter-spacing: 0;
}

.anchor-nav a:hover {
    font-size: 14px;
    color: #0659BF;
    text-decoration: none;
    border-bottom: 2px solid #0659BF;
}

.block-inline-blockleader-block .content .field.field--name-field-leader-content{
    display: grid;
    grid-template-columns: auto auto auto auto;
}

.slick-list {
    overflow: visible !important;
}

.slick-list.draggable {
    padding: 0px !important;
}

/*
.field__item.slick-slide {
    max-width: 500px;
}
*/

.slide-tile {
    height: auto !important;
}


.block.block-layout-builder.block-inline-blockslider-block {
    padding-left: 0px;
}

.slider-container, .block.block-layout-builder.block-inline-blockslider-block .content {
    padding-bottom: 50px;
    margin-left: 0px !important;
}

.content-slider, .block.block-layout-builder.block-inline-blockslider-block .content .field {
    margin-right: calc((100vw - 1200px) / 2) !important;
}

button.slick-prev, button.slick-next {
    margin-top: 30px !important;
}

button.slick-prev {
    margin-left: -5px !important;
}

main#content {
    padding: 0px;
}

nav#navbar-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    border-radius: 70px;
    margin: 15px 15px 0px 15px;
    backdrop-filter: blur(6px) saturate(100%);
    -webkit-backdrop-filter: blur(16px) saturate(100%);
    background-color: rgba(255, 255, 255, 0.8);
    height: 100px;
}

a.navbar-brand {
    max-width: 250px;
    width: 100%;
}

div#block-bootstrap-barrio-subtheme-nicemenus {
    max-width: 250px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

nav#block-bootstrap-barrio-subtheme-main-menu {
    width: 100%;
    display: flex;
    justify-content: center;
}

ul.clearfix.nav.navbar-nav {
    gap: 20px;
}

nav#block-bootstrap-barrio-subtheme-main-menu li.nav-item {
    color: #56585C;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .7px;
    font-size: 14px;
    border-bottom: 3px solid transparent;
}

li.nav-item.active {
    border-bottom: 3px solid #0659BF !important;
}

nav#block-bootstrap-barrio-subtheme-main-menu li.nav-item:hover {
    border-bottom: 3px solid #0659BF;
    color: #0659BF !important;
}

li.nav-item a:hover, a.nav-link.active.nav-link--.is-active {
    color: #0659BF !important;
}

.field__item.slick-slide {
    margin: 0px 20px !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-repeat: no-repeat !important;
}

.block.block-layout-builder.block-inline-blockleader-block {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    position: relative;
    margin-bottom: 100px;
}

.page-title-section a {
    margin-top: 30px;
}

a.nav-link.nav-link-https--dealercenterforddirectcom- {
    background: #ffffff;
    color: #001f3d;
    padding: 10px 15px;
    border-radius: 28px 0px 0px 0px;
}

a.nav-link.nav-link-https--theshopforddirectcom- {
    background: #ffffff;
    color: #001f3d;
    padding: 10px 15px;
    border-radius: 0px 0px 28px 28px;
}

a.nav-link.nav-link-https--dealercenterforddirectcom-:hover, a.nav-link.nav-link-https--theshopforddirectcom-:hover {
    background: #001f3d;
    color: #ffffff !important;
    padding: 10px 15px;
}

li.menuparent.nav-item.menu-item--expanded li.nav-item {
    background: transparent;
}
.slide-tile.slide-with-image {
    padding: 20px 0px;
    display: flex;
    flex-direction: column;
    max-width: 300px;
}

.slide-tile.slide-with-image h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.slide-tile.slide-with-image p {
    font-size: 14px;
    line-height: 22px;
}

.slick-track {
    display:flex !important;
}

.slick-track div {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .row.row-offcanvas.row-offcanvas-left.clearfix, section.row.region.region-footer {
    margin-right: auto !important;
    margin-left: auto !important;
}
    .footer-nav-links ul {
    flex-direction: column;
    gap: 10px;
    }
    section.row.region.region-footer {
    max-width: 100%;
}
    div#block-bootstrap-barrio-subtheme-nicemenus {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
    li.nav-item.active, li.nav-item {
    display: flex;
    justify-content: center;
}
    .apply-link {
        text-align: left;
    }
    .careers-custom-block {
        padding: 15px;
    }
    .job-container {
        flex-direction: column;
    }
    .leadership img {
        max-width:285px;
        max-height: 285px;
    }
    .multicolumn{
        gap: 0;
    }
    .multicolumn.contact-page {
        display: flex;
    }
    .page-title-section h1.page-title {
        font-size: 42px;
    }
    .footer-top-container {
        flex-direction: column;
        gap: 20px;
        padding: 30px 15px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-bottom-inner {
        flex-direction: column;
    }

    .bottom-footer-nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 20px 0px !important;
    }

    img.photo-strip {
        min-width: 1200px;
    }

    .photo-strip-container {
        overflow: hidden;
    }

    .bluebox {
        border-radius: 30px;
        padding-bottom: calc(150vw / 4);
    }

    .title-section h1.page-title {
        font-size: 50px;
    }

    nav#navbar-main {
       padding: 15px; 
    }

    .navbar img, a.navbar-brand {
        max-width: 200px;
    }

    .title-section, .page-title-section {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    h2 {
        font-size: 36px;
    }

    .content-slider, .block.block-layout-builder.block-inline-blockslider-block .content .field {
        margin-right: 0px !important;
    }

    .block.block-layout-builder.block-inline-blockslider-block {
        margin-left: 0px !important;
        max-width: 100%;
        overflow: hidden;
    }

    button.slick-prev {
        margin-left: -45px !important;
    }

    button.slick-prev, button.slick-next {
        position: relative !important;
        display: inline-flex;
        left: 50% !important;
        margin-top: 80px !important;
    }

    .slider-container, .block.block-layout-builder.block-inline-blockslider-block .content {
        padding-bottom: 0px !important;
        margin-bottom:0px !important;
    }

    .photo-strip-container-relative {
        overflow: hidden;
    }

    .bluebox-container {
        border-radius: 30px;
    }

    .block-inline-blockleader-block .content .field.field--name-field-leader-content {
        display: flex;
        flex-direction: column;
    }

    .leadership {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .anchor-nav {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding-bottom: 20px;
        position: static;
    }

    section#insights .multicolumn, section#loyalty .multicolumn, section#score .multicolumn {
        flex-direction: column;
        padding: 0px 15px;
    }

    section#marketing .multicolumn, section#chat .multicolumn, section#search .multicolumn {
        flex-direction: column-reverse;
        padding: 0px 15px;
    }

    .solution-animation-container img {
        max-width: 100%;
        height: auto;
    }

    .multicolumn-partners {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        margin-bottom: 0px;
    }

    .benefit-container {
        padding: 0px 15px;
    }

    .benefit-container .multicolumn {
        flex-direction: column;
        gap: 0px;
    }

    .checkmarks ul {
        margin-bottom:0px;
    }

    .partner-container {
        margin-bottom: 50px;
    }

    .contact-container .multicolumn {
        flex-direction: column;
        gap: 30px;
    }

    h1.page-title span {
        max-width: 100%;
        line-height: .9;
    }

    .page-title-container {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        align-items: center;
    }

    .page-title-section, .title-section {
        width: 150%;
        filter: drop-shadow(120px 40px 120px #E7EFF5);
    }

    p.title-subheading {
        margin-left: auto;
        margin-right: auto;
        max-width: 95vw;
    }

    h1.page-title {
        margin-left: auto;
        margin-right: auto;
        max-width: 95vw;
    }
    div#CollapsingNavbar {
        background: #e9e9e9;
        margin: 0 -30px;
        padding: 30px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  /* CSS rules for iPad in portrait mode */
      div#block-bootstrap-barrio-subtheme-nicemenus{
        justify-content: center;
        margin: auto;
    }
}