@charset "UTF-8";
/* CSS Document */
/*-----Styles for list of states-----------*/
ul.leftRoot {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 0;
  /*  border: 1px solid red;*/
}
ul.leftRoot li {
  list-style-type: none;
  margin: 10px;
  text-align: center;
}
ul.leftRoot li > a {
  padding: 12px 10px;
  border: 1px solid #a6a6a6;
  justify-content: center;
  display: flex;
  background-color: #eeeeee;
  color: #cf112d;
}
ul.leftRoot li > a:hover {
  background-color: #cf112d;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #700309;
}
ul.leftRoot li > a:focus {
  text-decoration: underline;
}
@media handheld, only screen and (min-width:840px) {
  ul.leftRoot {
    height: 420px;
	  align-content: flex-start;
  }
	ul.leftRoot li {width: calc((100% / 2) - 20px);}
}
@media handheld, only screen and (min-width:1100px) {
	  ul.leftRoot { height: 390px;}
/*ul.leftRoot li {width: calc((100% / 4) - 20px);}*/
}


#contact_us {
display: none;
}

/*======PAGE HEADER=======*/

.hero2.locations {
    background: url(/portals/0/images/Red-Background.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #cf112d;
    min-height: 115px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero2.locations h1{
    color: #ffffff;
	font-size: 28px;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: 600;
    font-family: 'Montserrat', Arial, Tahoma, sans-serif;
	text-align: left;
}

.hero2.locations .h3 {
color:#ffffff;   
}

#location-text {
    margin: 15px 0px;
}

#location-carousel {
    margin-left: 0px;
}

@media screen and (min-width:992px) {
  #location-carousel{
    margin-left: 54px;
      margin-top: 35px;
  }
}

#location-carousel .award {
    margin-top: 10px;
}

/*======ABOUT BRANCH STYLES=======*/
/*======ADDRESS  STYLES=======*/
#address .flex {
  display: flex;
width: 100%;
}
#address-content .text {
  /* margin-right: 30px; */
}
#address .address {
  /* margin-bottom: 30px; */
}


/****NEW GRAY CONTACT  INFO BOX****/
#address-contact {
  width: 100%;
  margin-bottom: 30px;
}

#address .contact-info-gray {
  border: 1px solid #575454;
  background-color: #F0F0F0;
  border-radius: 12px;
  padding:15px;
  margin-top: 10px;
}

#address .contact-info-gray .customer-support {
/*display: flex;
justify-content: space-between;*/
}

#address .contact-info-gray .customer-support .sales {
/*background-color: aqua;*/
}


/*#address .contact-info-gray {
  border-top: 1px solid #CECECE;
}*/
#address .contact-info-gray ul {
  margin-left: 5px;
}
#address .contact-info-gray ul li {
  list-style-type: none;
}
#address .contact-info-gray ul li i.glyphicon {
  margin-right: 5px;
}
#address .contact-info-gray ul li a, #address .contact-info ul li a:link, #address .contact-info ul li a:visited, #address .contact-info ul li a:hover, #address .contact-info ul li a:active {
  /*color: #76040b;*/
  display: block;
  padding: 8px 0;
  font-size: 14px;
}
#address .contact-info-gray ul li a:hover {
  color: #cf112d;
}




#address .contact-info {
  border-top: 1px solid #CECECE;
}
#address .contact-info ul {
  margin-left: 5px;
}
#address .contact-info ul li {
  list-style-type: none;
}
#address .contact-info ul li i.glyphicon {
  margin-right: 5px;
}
#address .contact-info ul li a, #address .contact-info ul li a:link, #address .contact-info ul li a:visited, #address .contact-info ul li a:hover, #address .contact-info ul li a:active {
  color: #76040b;
  display: block;
  padding: 12px 0;
  font-size: 16px;
}
#address .contact-info ul li a:hover {
  color: #cf112d;
}
#address-content .flex {
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
}
#address .map iframe {
  width: 100%;
  height: 320px;
  /* margin-top: 25px; */
  margin-bottom: 0px;
}
@media screen and (min-width:992px){
  #address .map iframe {
    margin-bottom: 25px;
  }
}

#about-branch h2 {
  margin-top: 0;
}

@media handheld, only screen and (min-width:550px){
#address .contact-info-gray .customer-support {
display: flex;
justify-content: space-between;
}
}

@media handheld, only screen and (min-width:768px) {

  #address .address {
    margin-bottom: 0;
 /*   font-size: 18px;*/
  }
  #address .map iframe {
  /*  width: 400px;*/
  }
    
    /* #location-text {
    margin-top: 5px; */
}

    
@media handheld, only screen and (min-width:992px) {

  #address-content .flex {
    width: 100%;
	flex-direction: row;
	    justify-content: space-between;
  }


    #address-contact h4 {
	margin-top: 0px
}
  #about-branch {
    display: flex;
 /*   align-items: center;*/
	margin-top: 40px;
  }
  #about-branch #location-text {
    width: 80%;
    margin-right: 30px;
	 max-width: 735px;
  }
  #address .map iframe {
    width: 500px;
  }
}

@media handheld, only screen and (min-width:992px) {
    #address-contact {
max-width: 500px;
margin-left:10px;
}

}
#highlights h2, #product-interest h2, #servicing h2, #product-solutions-list h2, #can-we-help{
  text-align: center;
}

/*Community Partners Styles*/

/*.servicing {
display: flex;
justify-content: space-between;
}
*/
.areas {
  margin: 10px 0px;
  max-width: 100%;
}

.areas p{
  margin-bottom: 20px;
}

@media screen and (min-width:992px) {
  .areas{
    max-width: 500px;
  }
}

.servicing #community-partners-container #logo-container img {
  width: 90%;
  margin: 5px;
}
.servicing #community-partners-container #logo-container img:hover {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.30);
}
@media screen and (min-width:768px) and (max-width:992px) {
  .servicing #community-partners-container #logo-container img {
    width: auto;
  }
  .servicing #community-partners-container #logo-container {
    text-align: center;
  }
}
@media screen and (min-width:768px) and (max-width:992px) {
  .servicing #community-partners-container #logo-container img {
    width: auto;
  }
}
  @media handheld, only screen and (max-width:768px) {
    .servicing #community-partners-container #logo-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
.servicing #community-partners-container {
  border-top: 1px solid #CECECE;
  margin: 30px 0;
  text-align: center;
}
@media handheld, only screen and (min-width:992px) {
  .servicing #community-partners-container #logo-container {
    display: flex;
    justify-content: space-evenly;
    max-height: 250px;
    width: 100%;
    min-height: 1px;
  }
}    
/*PRODUCT INTEREST STYLES*/
#product-interest {
  padding: 30px 0;
	background-color: #E5E5E5;
}
#product-interest .card {border: 1px solid #cccccc;}
#product-interest .card:hover {
  border: 1px solid #393f47;
/*    background-color: #393f47;*/
  box-shadow: 5px 5px 5px #918d8d;
}
#product-interest .card a:hover {text-decoration: none;}
#product-interest .card a h3.card-title {border-bottom: 1px solid #ffffff; background-color: #ffffff; text-decoration: underline;}
#product-interest .card a h3.card-title:hover {color:#C70F2A;}
#product-interest .card h3.card-title {
  font-size: 18px;
  color: inherit;
  margin-top: 0;
}
#product-interest .card-body {
  text-align: left;
  padding: 1rem;
}
/*#product-interest .card a:hover h3.card-title, #product-interest .card a:hover p.card-text  {color: #ffffff;}*/
#product-interest .card a:focus h3.card-title {border-bottom: 1px solid #000000;}


@media handheld, only screen and (min-width:768px) {
	#product-interest .card {flex-basis: 45%; margin-bottom: 15px;}
}
@media handheld, only screen and (min-width:992px) {
	#product-interest .card {flex-basis: 0;}
}
#product-solutions-list {
  padding: 30px 0;
	background-color: #E5E5E5;
}
#product-solutions-list ul.product-list {
  list-style-type: none;
}
.product-list li {
    padding: 5px 0;
    margin-right: 10px;
	list-style:none;
}
#product-solutions-list ul.product-list li a {
	color: #000000;
  /*	padding: 10px 0;*/
}
@media handheld, only screen and (min-width:600px) {
	#product-solutions-list ul.product-list {
 /* display: flex;
  flex-direction: column;
  flex-wrap: wrap;*/
  height: 600px;
    column-count: 4;
}
	#product-solutions-list ul.product-list li {/*width: 45%;*/}
	
}
@media handheld, only screen and (min-width:992px) {
	#product-solutions-list ul.product-list {
  height: 300px;
}
	#product-solutions-list ul.product-list li {/*width: 25%;*/}
	
}
#can-we-help {
  padding: 30px 0;
}
#can-we-help iframe {
height: 1450px;
}

.btn-primary, a.btn-primary, a.btn-primary:link, a.btn-primary:active, a.btn-primary:hover, a.btn-primary:visited  {
  color: #fff;
  background-color: #CF112D;
  border-color: #740309;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary.focus {
  background-color: #740309;
}


/****SBS VIDEOS****/


  .sbs-video {
    min-width:462px;
  }
  

/****VERSAPAY****/
.versapay {
 margin-top: 25px;   
}

/*====san francisco styles===*/

#san-fran .flex #sf-49-text {align-self: center;}


/****CAROUSEL FIX****/
.d-block {display: block !important;}

.w-100 {width: 100% !important;}

.carousel {
    position: relative;
    align-self: center;
    max-width:497px;
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    justify-self: center;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
/*
    width: 30px;
    height: 3px;
*/
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
/*
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
*/
    border: solid #000 thin;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}
