/* cobrand logo styling */
#logo1{
  max-width: 200px;
  margin-top: 45px;
}
#logo2{
  max-width: 215px;
}
/* i frame adjustments */
.top .contact, .top .logo {
  text-align: center
}

.top .contact h4 {
  margin-top: 15px
}

.product-buttons .btn {
  display: block
}

.app {
  width: 100%;
  min-height: 1250px;
  overflow-y: auto;
  border: 0
}
#framing{
  background-color:white;
}
#image{
  background-color: #1CA5D3;
  padding: 60px 0px;
}
img{
  width: 100%;
  height: auto;
  max-width: 400px
}
/* hiper link color change */
a{
  color: black
}
/* white header */

#blank{
  background-color: white;
  border-bottom: 10px solid #434345;
}
/* footer dark */
footer{
  background-color: #434345;
  color: white;
  padding: 40px 0px;
}
/* customer invert */
.customer {
  color: white;
  background-color:#434345;
  padding-bottom: 10px;
}
.customer a {
  color: white;
}
.disclosure {
  line-height: 125%;
}
.disclosure a {
  color:#FFFFFF;
  text-decoration: underline;
}
@media (max-width: 575.98px) { 
  .app {  
    min-height: 1325px !important;
    padding:10px;
  }
  #logo1{
  max-width: 160px;
  margin-top: 30px;
  }
  #logo2{
    max-width: 150px;
  }
  .logos .col-sm-6 {
    width: 50%!important;
    
  }
}
