@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;
  }
}

#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;}
