/* 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: "Roboto", sans-serif;
  position: relative;
  z-index:3;
}

header a:hover,
header a:focus,
header a:active {
  text-decoration: none;
}

header{
  margin: 0;
}

header ul{
  list-style:none;
}

header .header-container {
  display: block;
}

header .main-row{
  background:white;
}

header .inner-main-row{
  /* padding-left:3%; */
  max-width:1170px;
  margin:0 auto;
}

header .logo-column{
  padding:5px 0;
  margin-top:-13px;
}

header .logo-column img{
  max-width:375px;
  width:100%;
}

header .inner-main-row{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-top:10px;
}

header .expansion-button-column,
header .mobile-container{
  display: none;
}

header .nav-list{
  display:flex;
}

header .nav-list{
  padding:10px 32px;
  align-items: center;
  column-gap:32px;
}

header .nav-list a{
  text-wrap: nowrap;
}

header .nav-list li:not(.book-now-li) a{
  position:relative;
}

header .nav-list li:not(.book-now-li) a::after{
  content:"";
  position:absolute;
  bottom:-7px;
  left:0;
  width:100%;
  height:4px;
  background:rgb(1, 74, 129);
  transform: scaleX(0);
}

header .nav-list li:not(.book-now-li) a:hover::after{
  transform: scaleX(1);
}

header .nav-list .book-now-li a{
  display:flex;
  border:1px solid rgb(1, 74, 129);
  background:rgb(1, 74, 129);
  color:white;
  border-radius:4px;
  padding:8px 16px;
  font-size:18px;
  font-weight:700;
  letter-spacing:0.8px;
  line-height:28px;
} 

header .nav-list .book-now-li a:hover{
  background:#326594;
}

header .nav-list li:not(.book-now-li) a{
  color:rgb(32,32,32);
  font-size:18px;
  font-weight:400;
  line-height:27px;
}

@media only screen and (max-width:1199px){
  header .inner-main-row{
    max-width:970px;
  }
}

@media only screen and (max-width:991px){
  header .inner-main-row{
    max-width:750px;
  }
}

/* mobile header styles */
@media only screen and (max-width:768px){
  header .nav-column,
  header .expansion-button .fa-close{
    display:none;
  }
  header .inner-main-row{
    padding-left:3%;
    padding-bottom:10px;
  }
  header .logo-column img{
    max-width:225px;
  }
  header .logo-column{
    margin-top:0;
  }
  header .expansion-button-column{
    display:flex;
    justify-content: end;
  }
  header .expansion-button{
    display:flex;
    width:54px;
    height:42px;
    justify-content: center;
    align-items: center;
    background:none;
    color:black;
    font-size:28px;
    margin-right:4px;
  }

  header .mobile-container{
    display:block;
    position:fixed;
    right:0;
    width:100%;
    height:calc(100vh - 59.26px);
    background:white;
    overflow: auto;
  }
  header .mobile-header-container,
  header .mobile-inner-header-container,
  header .mobile-main-row,
  header .mobile-inner-main-row{
    height:100%;
  }
  header .mobile-inner-main-row{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top:15px;
  }
  header .mobile-nav-list a{
    display:flex;
    line-height:70px;
    padding:0 calc(5% + 10px);
    font-size:20px;
    color:rgb(32,32,32)
  }
  header .book-now-wrapper a{
    display:flex;
    margin:0 25px 27px;
    line-height:70px;
    align-items: center;
    justify-content: center;
    background:rgb(1  , 74, 129);
    color:white;
    font-size:18px;
    font-weight:700;
    letter-spacing:0.8px;
  }

  header .mobile-container{
    right:-100%;
    transition: 0.3s ease-in-out;
  }

  html.skin-nav-menu-opened header .mobile-container{
    right:0;
    position:absolute;
  }

  html.skin-nav-menu-opened header .expansion-button .fa-bars{
    display:none;
  }
  html.skin-nav-menu-opened header .expansion-button .fa-close{
    display:block;
  }
  html.skin-nav-menu-opened{
    overflow:hidden;
  }
}


/* footer styles */

footer {
  font-family: "Roboto", sans-serif;
}

footer a:hover,
footer a:focus,
footer a:active {
  text-decoration: none;
}

footer ul{
  list-style:none;
}

footer .footer-container {
  display: block;
}

footer * {
  margin: 0;
}

footer .top-row{
  background:white;
}

footer .inner-top-row{
  max-width:1170px;
  padding:0;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  padding-bottom:40px;
}

footer .inner-top-row>div:first-child{
  border-top:1px solid #BBBBBB;
  padding-top:45px;
  display:block;
  /* width:100%; */
  flex-basis:100%;
  margin-left:15px;
  margin-right:15px;
  margin-top:40px;
}

footer h2{
  border:none;
  margin:0;
  padding:0;
  color:black;
  font-size:24px;
  font-weight:700;
  line-height:36px;
}

footer .footer-column{
  padding:0 15px;
  width: 33.33333333%;
}

footer .location-list>li:not(:first-child){
  line-height:24px;
  font-size:16px;
  color:black;
}

footer .location-list{
  margin:20px 0;
}

footer .location-list>li:first-child{
  line-height:27px;
  font-weight:700;
  font-size:18px;
  color:black;
}

footer .contact-list li{
  color:black;
  line-height:24px;
  font-size:16px;
  display:flex;
  column-gap:3.97px;
}

footer .contact-list li a{
  color:black;
}

footer .contact-list li a:hover{
  text-decoration:underline;
}

footer .social-list{
  display:flex;
  margin-top:16.5px;
  column-gap:8px;
}

footer .social-list a{
  display:flex;
  width:32px;
  height:32px;
  background:black;
  border-radius:4px;
  align-items: center;
  justify-content: center;
  transition:0.15s linear;
}

footer .social-list a:hover{
  background:#004A81;
}

footer .social-list a img{
  width:14px;
  color:white;
  fill:white;
  /* force this svg white */
  filter: invert(100%);
  height:14px;
}

footer .column-2 p{
  color:black;
  text-decoration: underline;
  line-height:21px;
}

footer .hours-list{
  margin-top:18px;
}

footer .hours-list li{
  line-height:24px;
  display:flex;
  justify-content: space-between;
  color:black;
  font-size:16px;
  max-width:248.41px;
}

footer .quick-links-list{
  margin-top:18px;
}

footer .quick-links-list li{
  line-height:24px;
}

footer .quick-links-list li a{
  color:black;
  font-size:16px;
}

footer .quick-links-list li a:hover{
  text-decoration:underline;
}

footer .lower-row{
  background:#f8f8f8;
  padding:20px 0;
}

footer .inner-lower-row{
  max-width:1170px;
  margin:0 auto;
  display:flex;
}

footer .inner-lower-row>div:first-child{
  width: 33.33333333%;
}

footer .inner-lower-row>div:last-child{
  width: 66.66666667%;
}

footer .inner-lower-row>div{
  padding:0 15px;
}

footer .storable-stellar-column>p:first-child>a{
  display:flex;
  align-items: center;
  margin-bottom:5px;
}

footer .storable-stellar-column>p:first-child>a>span{
  font-size:12px;
  color:rgb(104, 104, 104);
}

footer .storable-stellar-column img{
  max-width:70px;
  margin-left:10px;
}

footer .lower-row-right-column{
  display:flex;
  align-items: center;
  justify-content: end;
}

footer .lower-row-right-list{
  display:flex;
  justify-content: end;
}

footer .lower-row-right-list a{
  color:rgb(104, 104, 104);
  font-size:14px;
  font-size:12px;
  letter-spacing:0.75px;
}

footer .lower-row .storable-stellar-column p:last-child a{
  color:rgb(104, 104, 104);
  font-weight:bold;
}

footer .lower-row-right-list li:last-child a{
  font-weight:700;
}

footer .lower-row-right-list li:not(:last-child)::after{
  display:inline-flex;
  content:"|";
  width:11.13px;
  justify-content: center;
}

@media only screen and (max-width:1399px){
  footer .inner-top-row,
  footer .inner-lower-row{
    max-width:1140px;
  }
}

@media only screen and (max-width:1199px){
  footer .inner-top-row,
  footer .inner-lower-row{
    max-width:960px;
  }
  footer .lower-row-right-list{
    flex-wrap:wrap;
  }
  footer .lower-row-right-list li{
    line-height:17px;
  }
  footer .lower-row-right-list li:nth-child(5)::after{
    justify-content: end;
    width:6px;
    margin-right:1px;
  }
  footer .inner-top-row>div:first-child{
    padding-top:45px;
  }
  footer .social-list{
    margin-top:20px;
  }
}

@media only screen and (max-width:991px){
  footer .inner-top-row,
  footer .inner-lower-row{
    max-width:720px;
  }
  footer .contact-list li{
    flex-wrap:wrap;
  }
  /*  */
  footer .hours-list li{
    width:100%;
    flex-wrap:wrap;
  }
  footer .hours-list li span{
    width:100%;
    display:block;
  }
  footer .inner-lower-row>div:first-child,
  footer .inner-lower-row>div:last-child{
    width:100%;
  }

  footer .inner-lower-row{
    flex-wrap:wrap;
  }

  footer .storable-stellar-column{
    order:1;
    text-align: center;
    margin-top:30px;
  }
  footer .storable-stellar-column p {
    display:flex;
    justify-content: center;
  }
  footer .lower-row-right-list{
    max-width:480px;
    margin:0 auto;
    justify-content: center;
  }
  footer .storable-stellar-column p:first-child{
    display:block;
  }
  footer .storable-stellar-column>p:first-child>a{
    display:inline;
  }
}

@media only screen and (max-width:768px){
  footer .inner-top-row,
  footer .inner-lower-row{
    max-width:750px;
  }
}

@media only screen and (max-width:575px){
  footer .inner-top-row{
    flex-direction: column;
  }
  footer .footer-column{
    width:100%;
  }
  footer .hours-list li span{
    width:auto;
  }
  footer .column-2{
    margin-top:10px;
    margin-bottom:25px;
  }
}