/* Stellar Colors */

.filters .input-group-addon,
.search .input-group-addon {
  background-color: #0f3880;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0f3880;
  border-color: #0f3880;
}

.panel-primary {
  border-color: #0f3880;
}

.btn-primary {
  background-color: #0f3880;
  border-color: #0f3880;
}

.text-primary,
a.list-group-item-info,
button.list-group-item-info,
.btn-link,
.panel-info > .panel-heading {
  color: #0f3880;
}
.main-home {
  background-color: white;
}
#content {
  background-color: #f5f8fa;
}

.badge {
  display: none;
}

/* end Stellar Colors */

/* Skin Styles */

/* header styles */

header {
  font-family: "Work Sans", sans-serif;
  position:relative;
  z-index:3;
}

header * {
  margin: 0;
}

header a:hover,
header a:focus,
header a:active {
  text-decoration: none;
}

header ul{
  list-style:none;
}

header .header-container {
  display: block;
  background:#2a69ff;
  padding-bottom:2.857142857142857em;
}

header .inner-header-container{
  max-width:85.71428571428571em;
  margin:0 auto;
}

header h2{
  border:none;
  margin:0;
  padding:0;
  color:white;
  font-weight:200;
  font-size:1em;
  text-align: center;
  padding-top:1.4285714285714286em;
}

header h2 span{
  font-size:3.5848214285714284em;
}

header .inner-main-row{
  padding:0 2.857142857142857em;
  padding-top:2.142857142857143em;
  display:flex;
  align-items: end;
  justify-content: space-between;
}
header .logo-column img{
  max-width:25.714285714285715em;
  width:100%;
}

header .buttons-list{
  display:flex;
  flex-direction: column;
  column-gap:2.142857142857143em;
  row-gap:3.5714285714285716em;
  margin-bottom:2.142857142857143em;
}

header .buttons-list a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39.285714285714285em;
  height: 5em;
  background: rgb(196,234,253);
  border-radius: 3.5714285714285716em;
  font-family: "Wix Madefor Text", serif;
  color:rgb(136,136,128);
}

header .buttons-list a span{
  font-size:2.857142857142857em;
}

/* mobile header styles */
@media only screen and (max-width:1070px){
  header{
    font-size: 1.31vw;
  } 
}

/* footer styles */

footer {
  font-family: "Wix Madefor Text", serif;
}

footer a:hover,
footer a:focus,
footer a:active {
  text-decoration: none;
}

footer ul{
  list-style:none;
}

footer .footer-container {
  display: block;
  background:#606055;
  padding:2.5em;
}

footer * {
  margin: 0;
}

footer .inner-top-row{
  max-width:125.14285714285714em;
  margin: 0 auto;
  display:flex;
  justify-content: end;
}

footer .locations-column{
  width:50%;
  display: flex;
  justify-content: center;
}

footer .locations-column>div{
  margin-left:1.7355371900826446%;
  width:92.14876033057851%;
}

footer .location-list li p{
  line-height: 2.107142857142857em;
  color:white;
}

footer .location-list li p>span{
  font-size:1.9386142857142856em;
}

footer .location-list:nth-child(2){
  margin:2.4642857142857144em 0;
}

footer .location-list:nth-child(3) li>p>span>span:first-child{
  font-weight:200;
}

footer .inner-middle-row{
  display:flex;
  justify-content: space-between;
  margin-top:8.214285714285714em;
}

footer .quick-links-column,
footer .copyright-column{
  width:50%;
}

footer .copyright-column>div{
  margin-left: 2.809917355371901%;
}

footer .quick-links-column>div{
  width: 46.19834710743802%;
  margin-left: 1.322314049586777%;
  margin-bottom: 1.9008264462809918%;
}

footer .copyright-column{
  display:flex;
  align-items: end;
}

footer .quick-links-list li{
  line-height:1.5285714285714285em;
}

footer .quick-links-list{
  display:flex;
  flex-direction: column;
  row-gap:0.07142857142857142em;
}

footer .quick-links-list li a{
  color:white;
  font-size:1.1428571428571428em;
}

footer .copyright-column p{
  line-height:1.4285714285714286em;
  color:white;
}

footer .copyright-column p>span{
  font-size:1.1428571428571428em;
}

footer .stellar-row p{
  font-size: 18px;
  line-height:1.5;
  margin-top:40px;
  padding-bottom:30px;
  font-weight:bold;
  text-align: center;
}

footer .stellar-row p a{
  color:white;
}

@media only screen and (max-width:1750px){
  footer .inner-top-row{
    font-size: 0.8vw;
  }
}

@media only screen and (max-width:1000px){
  footer .inner-top-row{
    font-size:1em;
  }
  footer .locations-column{
    justify-content: start;
  }
  footer .locations-column>div{
    margin-left:0;
    width:100%;
  }
  footer .location-list li p>span{
    font-size:20px;
  }
  footer .location-list li p{
    line-height: 22.98888px;
  }
  footer .location-list:nth-child(2){
    margin:25px 0;
  }
  footer .quick-links-column>div{
    margin-left: 39.99820916905444%;
    width: 55.93884312320917%;
    margin-top: 0.002238538681948424%;
    margin-bottom:0;
  }
  footer .copyright-column>div{
    margin-bottom:3px;
  }
  footer .inner-middle-row{
    margin-top:100px;
  }
  footer .stellar-row p{
    text-align: left;
  }
  footer .stellar-row{
    margin-left: 2.809917355371901%;
  }
}

@media only screen and (max-width:750px){
  footer .footer-container{
    padding:15px;
  }
  footer .locations-column{
    width:100%;
    margin-left:4.166666666666667%;
  }
  footer .inner-middle-row{
    flex-direction: column;
  }
  footer .quick-links-column>div{
    margin-left:0;
    width:100%;
  }
  footer .quick-links-column{
    width:100%;
  }
  footer .copyright-column{
    width:100%;
    margin-left:2.809917355371901%;
    margin-top: calc(9.834710743801653% + 38px);
  }
  footer .copyright-column>div{
    margin:0;
  }
  footer .inner-middle-row{
    margin-top:125px;
  }
}

@media only screen and (max-width:450px){
  footer .inner-middle-row{
    margin-top:168px;
  }
}

@media only screen and (max-width:400px){
  footer .inner-middle-row{
    margin-top:175px;
  }
}