.solutions-flex__column--icon img {
    margin-right: 0rem;
}

a.quadtych-card__link.ensightenCustomEvent {
    display: none;
}

.aside-stack-row__separator {
    display: none;
}

section.hero.-consumer-financing.heromain {
    padding-top: 7rem;
}

.home-subnav {
    top: 4.6875rem;
}
.slick-dots li.slick-active button:after {
    background-color: #fbc600;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 9px;
    top: 2.5px;
    left: 3px;
}
.slick-dots li button:after {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    border-radius: 8px;
    content: '';
    width: 15px;
    height: 15px;
    text-align: center;
    background-color: #989898;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 6px;
    left: 5px;
    border-radius: 7px;
    background-color: #3b3c43
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 23px;
    width: 21px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
}
.faq__heading{
	text-align: center;
}
.faq__subhead{
	text-align: center;
}
.custom_faq_desc{
	text-align: center;
}
.slide-controls > .slick-dots{
	width: 315px;
}
/*
.custom_slide-controls .slide-arrow{
	display: none !important;
}
*/
.home-subnav {
top: 5rem;
}
.slide__text-content_custom_slider{
	display: none;
}
.custom_slide-controls > .slick-dots {
    text-align: center;
    position: relative;
    margin: 0;
    top: -2px;
    bottom: auto;
    width: 160px;
    left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.custom_slide-controls > .slick-dots {
    width: 315px;
}
.slide__text_custom_slider {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 0.75rem;
}
.slide__text-expandable-container_custom_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0.9375rem;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}
/*drop down custom css*/


.btn-custom {
    background-color: #fbc600;
    
    border: none;
   
    text-align: center;
    border-radius: 3px;
    margin-left: 35px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: black;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
}



.link-custom{
    padding: 3px;
    width: 30%;
    border: none;
    border: 1px solid #c7c5c7;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    border-radius: 3px;
    margin-left: 35px;
    font-weight: bold;
    font-size: 12px;
    color: #999;
    text-align: left;
    
}
@media screen and (max-width:320px) {
    .link-custom{
        width: 50%;
		padding-left:0;
		padding-right:0;
	    margin-left:0;
    }
    .btn-custom {
        margin-left:0;
    }
}
.loan-text-custom{
    margin-top: 50px;
    
}

.solutions-triptych__title{
    color: black;
}

.solutions-triptych__subtitle{
    color: #3b3c43;
}
.solutions-triptych__wrap{
background-color: #f2f2f2 !important;

}

.aside-stack-row__separator-line {
    border-top: 1px solid #fbc600;
    max-width: 90%;
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) { 



    .link-custom{
        padding: 3px;
        width: 90%;
        border: none;
        border: 1px solid #c7c5c7;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 6px;
        padding-bottom: 6px;
        text-align: center;
        border-radius: 3px;
        margin-left: 35px;
        font-weight: bold;
        font-size: 12px;
        color: #999;
        text-align: left;
        position: relative;
        top: -20px;
        
    }

 }

/*Get started section button custom css*/
.cta-block__buttons {
        
        align-items: center;
    }
	
.cta-block__button {
    display: inline-block;
    border: 0;
    padding: .875rem;
    align-self: center;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 150ms ease-in-out,color 150ms ease-in-out;
    padding: .875rem 2rem;
    margin: 0;
    text-transform: uppercase;
    align-self: flex-start;
    width: 100%
}

.cta-block__button:focus {
    outline: 2px solid #3b3c43!important
}

.cta-block__button:hover {
    background-color: #3b3c43!important;
    color: #fff!important
}

.cta-block__button--home {
    background-color: #58a7af;
    color: #fff
}

.cta-block__button--home:hover {
    background-color: #4e97a3!important
}

.cta-block__button:first-of-type {
    margin-bottom: 1rem
}

.cta-block__button:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width: 30rem) {
    .cta-block__button {
        width: auto
    }
}

@media screen and (min-width: 48rem) {


   .cta-block__button {
        min-width: 13.75rem
    }

    .cta-block__button:first-of-type {
        margin-bottom: 0;
        margin-right: 1rem
    }

    .cta-block__button:last-of-type {
        margin-bottom: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 80rem) {
    .cta-block__button:first-of-type {
        margin-bottom: 0;
        margin-right: 2rem
    }

    .cta-block__button:last-of-type {
        margin-bottom: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 48rem){
.cta-block__button:first-of-type {
margin-right: 1rem; 
}
.cta-block__button{
    margin-right: 1rem; 
	}
}
@media screen and (min-width: 766px) and (max-width: 1290px) {
.cta-block__buttons{
	display: block;
}
.cta-block__button{
    margin-right: 1rem;
	}
}
@media screen and (min-width: 958px) and (max-width: 1290px) {
.cta-block__button:first-of-type {
margin-bottom: 1rem; 
}
}
@media screen and (max-width: 1290px) {
.cta-block__button{
    margin-bottom: 1rem; 
	}
.cta-block__button:first-of-type{
    margin-bottom: 1rem; 
	}
}
@media screen and (min-width: 48rem){
.cta-block__button:last-of-type {
    margin-bottom: none; 
    margin-right: none; 
}
}
.custom_resources_head{
	color: black;
}


.solutions-flex__column--title {
    font-size: 1.36rem;
}


@media only screen and (min-device-width : 414px) and (max-device-width : 736px) { 
.cta-block__button {
    margin-right: 1rem;
}
}

/*ADA to display buttons in devices KHAN-1604*/
@media only screen and (min-device-width : 736px) and (max-device-width : 765px) { 
.cta-block__button {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 47rem){
.cta-block__button:first-of-type {margin-right: 1rem;}
.cta-block__button{
    margin-right: 1rem; 
	}
}
/*ADA to display buttons in devices KHAN-1604*/

.solutions-flex__column--title
{
align-items: stretch;
}

.cta-block__button:focus ,.cta-block__button:hover {
outline: 2px solid #fff !important   /*ADA KHAN-1604*/
}
.hero__button{
	border: 0;
    padding: 0.9375rem 1.5625rem;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 700;
    line-height: .9;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    line-height: 1.1;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
	
}
.hero__buttons{
	margin-top: 30px;
}
.custom_card_mt-3{
	 margin-top: 143px;
}
.custom-option{
	text-align: center;
}
.nav__links-container{
	display: none;
}
a[data-reason = "request info"]{
	display: none;
}

video{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
	
  position: relative; left: 0px; top: 0px; z-index: 99; opacity: 1;
}

#videoButtonCustom,#videoButtonCustom_welcome{
    border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
	z-index: 100;
}
.custom_phone_link{
	color: #fff;
}

@media only screen and (min-device-width : 724px){
.custom_img_icon{
	height: 37px;
}
.solutions-flex__column--icon:after {
	height: 2.6rem;
}
}
.custom_slide-controls button{
	cursor: pointer;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}
.custom_slide-controls button:last-of-type {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}
.custom_slide-controls{
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 0.75rem;
}

/*ADA Navigate focus color change KHAN-1604*/
.home-subnav__navigate-button:focus {
   outline: 2px solid #ffffff !important; }
/*ADA Navigate focus color change KHAN-1604*/
@media screen and (max-width:420px) {
    

.slide #video_custom , .slide #video_custom_welcome{
    display: flex;
    justify-content: center;
}
.slide #video_custom video , .slide #video_custom_welcome video{
    width: 350px;
}
}
