/* 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: "sans-serif", "Helvetica Neue", Helvetica, Arial;
  z-index:3;
  position:relative;
}

header ul {
  list-style: none;
}

header a:hover,
header a:focus,
header a:active{
  text-decoration: none;
}

header * {
  margin: 0;
}

header .header-container {
  display: block;
}

header .submenu-container,
header .expansion-button-column {
  display: none;
}

header .top-row {
  background: linear-gradient(344deg, rgba(9, 19, 31, 1) 0%, rgba(16, 42, 70, 1) 43%, rgba(24, 67, 111, 1) 95%);
}

header .inner-top-row {
  display: flex;
  justify-content: end;
  padding: 8px 16px;
}

header .login-button-link {
  font-family: sans-serif;
  padding: 8px 16px;
  border: 1px solid rgb(181, 12, 12);
  display: block;
  line-height: 24px;
  background: rgb(181, 12, 12);
  font-size: 16px;
  color: white;
  margin-left: 10px;
  transition:0.3s linear;
}

header .login-button-link:hover{
  background:white;
  color:black;
}

header .location-column .submenu-header-button {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  background: rgb(26, 43, 70, 0.008);
  color: rgb(28, 175, 218);
  font-size: 16px;
  font-family: sans-serif;
  transition:0.5s linear;
}

header .location-column .submenu-header-button .fa-caret-down {
  width: 9px;
  margin-left: 4px;
  margin-top: -2px;
}

header .location-column .submenu-header-button .fa-map-marker {
  width: 16px;
  font-size: 18px;
  margin-right: 5px;
}

header .location-column .submenu-header-parent:hover .submenu-header-button{
  background:rgb(26,43,70);
  color:white;
}

header .phone-column p {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-family: sans-serif;
  color: #1cafda;
  margin-top: -1px;
}

header .phone-column p a{
  color: #1cafda;
}

header .phone-column p i {
  font-size: 20px;
  margin-right: 4px;
}

header .lower-row {
  background: white;
}

header .inner-lower-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}

header .nav-list {
  display: flex;
}

header .nav-list>li>a {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 5px;
  text-transform: uppercase;
  color: rgb(0, 0, 0, 0.9);
  position:relative;
}

header .nav-list>li>a::after{
  background:#1EAFDA;
  content:'';
  display:block;
  position:absolute;
  height:3px;
  width:0%;
  bottom:0;
  transition:0.3s linear;
}

header .nav-list>li:hover>a:after{
  width:100%;
}

header .submenu-container{
  z-index:1;
}



header .nav-list>li>a>i {
  display: block;
  width: 9px;
  margin-left: 4.08px;
}

header .logo-column {
  margin-top: -55px;
}

header .nav-column {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

header .submenu-container {
  position: absolute;
  display: none;
}

header .submenu-container li a{
  transition:0.3s linear;
}

header .submenu-container a:not(.submenu-header-button):hover{
  background:#EAECEF;
}

header .nav-column .submenu-container .submenu-opened>.submenu-container,
header .location-column .submenu-header-parent:hover .submenu-container{
  display: block;
}


@media only screen and (min-width:1200px) {
  header .nav-list>li.submenu-header-parent:hover>.submenu-container {
    display: block;
  }

  header .submenu-container .submenu-container {
    position: static;
  }
}

header .submenu {
  padding: 8px 0;
  background: white;
  width: max-content;
  border-radius: 4px;
  border: 1px solid rgb(0, 0, 0, 0.15);
}

header .submenu .submenu {
  width: 100%;
  border: none;
  margin: 8px;
  padding: 0;
}

header .nav-list .submenu-container .submenu-container>.inner-submenu-container {
  position: static;
}

header .submenu>li>a {
  display: flex;
  padding: 4px 16px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgb(33, 37, 41);
  align-items: center;
  column-gap: 5px;
}

header .location-column {
  position: relative;
}

header .location-column .submenu-container {
  right: 0;
}

header .location-column .submenu-container>.inner-submenu-container {
  position: relative;
  top: 3.3px;
}

header .nav-list .submenu a {
  text-transform: uppercase;
}

header .submenu .submenu-header-button {
  background: rgb(26, 43, 70);
  color: white;
}

header .submenu-header-parent .submenu-header-parent {
  padding-bottom: 3px;
}

header .nav-list .submenu-container>.inner-submenu-container {
  position: relative;
  top: 5px;
}

@media only screen and (max-width:1345px) {
  header .logo-column {
    margin-top: -59px;
    height: 120px;
    display: flex;
    align-items: center;
  }

  header .nav-list>li>a {
    white-space: nowrap;
  }

  header .nav-list>li:nth-child(5)>a,
  header .nav-list>li:last-child>a {
    white-space: wrap;
  }
}

@media only screen and (max-width:1199px) {
  header .nav-column {
    display: none;
  }

  header .logo-column {
    height: 90px;
    margin-top: -50px;
  }

  header .expansion-button-column {
    display: block;
  }

  header .expansion-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 50px;
    background: none;
    font-size: 25px;
    color: black;
  }
}

/* mobile header styles */
@media only screen and (max-width:1199px) {
  header .nav-column {
    display: none;
    width: 100%;
  }

  header .nav-list>li>a{
    display:inline-flex;
  }

  html.skin-nav-menu-opened header .nav-column{
    display:block;
  }

  header .inner-lower-row {
    flex-wrap: wrap;
  }

  header .nav-list {
    flex-direction: column;
  }

  header .nav-list>li {
    line-height: 37px;
  }

  header .nav-list>li>a {
    padding: 6.5px 5px;
  }

  header .nav-column .submenu-container {
    position: static;
    margin-top:-5px;
    margin-bottom:5px;
  }

  header .nav-list>li.submenu-header-parent.submenu-opened>.submenu-container {
    display: block;
  }
}

@media only screen and (max-width:767px){
  header .logo-column{
    height:auto;
    margin-top:-5px;
  }
  header .inner-lower-row{
    justify-content: center;
    align-items: center;
  }
  header .inner-top-row{
    justify-content: space-around;
    padding-left:4px;
    padding-right:4px;
    flex-wrap:wrap;
  }
}

/* footer styles */

footer {
  font-family: "sans-serif", "Helvetica Neue", Helvetica, Arial;
}

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:#1964a9;
  margin-bottom:-39px;
  padding-bottom:39px;
}

footer .inner-top-row{
  display:flex;
  padding:1% 10% 0;
}

footer .logo-column-1{
  width: 41.66666667%;
}

footer .inner-top-row>div:not(:first-child){
  width: 16.66666667%;
}

footer .logo-column-1>div{
  padding-right:48px;
}

footer .logo-wrapper{
  text-align: center;
}

footer .logo-wrapper img{
  max-width:300px;
  height:auto;
  width:100%;
}

footer .logo-sub-links{
  display:flex;
  justify-content: center;
}

footer .lower-row{
  background:#192c46;
}

footer .inner-lower-row{
  padding:16px;
  text-align: center;
  font-family: "Inter", sans-serif;
  line-height:24px;
  color:white;
}

footer .inner-lower-row a{
  color:white;
  transition:0.3s linear;
}

footer .inner-lower-row a:hover{
  color:#1EAFDA;
}

footer .main-row{
  background:#1a436f;
  mask: radial-gradient(54.08px at 50% 75px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(54.08px at 50% -45px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
    padding:1% 10%;
}

footer .inner-main-row{
  padding-top:48px;
  display:flex;
  justify-content: space-around;
}

footer .main-row h2{
  font-family: "Permanent Marker", cursive;
  font-weight:400;
  border:none;
  margin:0;
  padding:0;
  line-height:24px;
  margin-bottom:16px;
  text-decoration: underline;
  font-size:20px;
}

footer h2 a{
  color:white;
  text-decoration: underline;
  text-decoration-color: white;
  transition: 0.3s linear;
}

footer h2 a:hover{
  color:#1EAFDA;
  text-decoration: underline white;
}

footer .location-list li{
  line-height:21px;
  color:white;
  margin-bottom:16px;
  font-family: "Inter", sans-serif;
}

footer .location-list li:not(:nth-child(2)){
  font-weight:600;
}

footer .location-list li i{
  width:14px;
}

footer .location-list li a{
  color:white;
  transition:0.3s linear;
}

footer .location-list li a:hover{
  color:#1EAFDA;
}

footer .location-list li:nth-child(2) i{
  font-size:18px;
}

footer .location-list li:nth-child(3) i{
  font-size:18px;
}

footer .logo-wrapper,
footer .logo-sub-links{
  margin-bottom:16px;
}

footer .logo-sub-links a{
  display:flex;
  align-items: center;
  color:white;
  font-family: "Inter", sans-serif;
  font-size:15.2px;
  font-weight:600;
  line-height:22.8px;
  column-gap:5px;
  transition:0.3s linear;
}

footer .logo-sub-links a:hover{
  color:#1EAFDA;
}

footer .logo-sub-links a span{
  display:flex;
  width:15.2px;
  height:18px;
  align-items: center;
  justify-content: center;
}

footer .logo-sub-links li{
  display:flex;
  align-items: center;
}

footer .logo-sub-links li:not(:last-child)::after{
  display:block;
  content:"|";
  color:white;
  font-size:15.2px;
  margin-left:5px;
  margin-right:5px;
}

footer .logo-sub-links li:nth-child(3) span{
  background:white;
  height:15px;
  transition:0.3s linear;
}

footer .logo-sub-links li:nth-child(3) a:hover span{
  background:#1EAFDA;
}

footer .logo-sub-links li:nth-child(3) span i{
  color:#1964a9;
  font-size:12px;
}

footer .quick-links-column{
  text-align: center;
  padding-right:8px;
}

footer .top-row h2{
  border:none;
  margin:0;
  padding:0;
  font-family: "Permanent Marker", cursive;
  font-weight:400;
  font-size:25.6px;
  color:white;
  line-height:1.2;
  margin-bottom:16px;
  text-decoration: underline;
}

footer .top-row .quick-links-column-2 h2{
  margin-bottom:8px;
}

footer .footer-quick-links li{
  line-height:22.8px;
  font-family: "Inter", sans-serif;
  margin-bottom:16px;
  font-weight:600;
}

footer .footer-quick-links li a{
  color:white;
  font-size:15.2px;
  transition:0.3s linear;
}

footer .footer-quick-links li a:hover{
  color:#1EAFDA;
}

footer .inner-top-row>div:nth-child(4){
  text-align: center;
  padding-right:8px;
  width:25%;
}

footer .login-button-wrapper a{
  background-color: #b50c0c;
  border: 1px solid #b50c0c;
  color:white;
  padding:8px 16px;
  font-family:sans-serif;
  font-size:15.2px;
  display:inline-block;
  line-height:22.8px;
  margin-top:18px;
  transition:0.3s linear;
}

footer .login-button-wrapper a:hover{
  background-color:white;
  color:black;
  border:white;
}

footer .nav-list{
  display:flex;
  margin-top:20px;
  justify-content: center;
}

footer .nav-list a{
  display:flex;
  justify-content: center;
  align-items: center;
  width:41.2px;
  height:36.8px;
  margin:0 4px 4px;
  color:white;
  font-size:16px;
}

footer .nav-list a:hover{
  color:#1EAFDA;
}

footer .nav-list .facebook-a span{
  display:flex;
  align-items: center;
  justify-content: center;
  width:15.2px;
  height:15.2px;
  background:white;
  border-radius:100%;
  color:#1964a9;
}

footer .nav-list .facebook-a:hover span{
  background:#1EAFDA;
}

footer .nav-list .facebook-a span i{
  font-size:13px;
  transform:translateY(1.5px);
}

footer .inner-main-row{
  flex-wrap:wrap;
}

@media only screen and (max-width:1200px){
  footer .inner-top-row{
    flex-wrap: wrap;
  }
  
  footer .inner-top-row>div:not(:first-child){
    width:50%;
  }
  footer .logo-column-1,
  footer .inner-top-row>div:nth-child(4){
    width:100%;
  }

  footer .top-row{
    padding-bottom:55px;
  }
}

@media only screen and (max-width:992px){
  footer .logo-column-1>div{
    padding-right:0;
  }
  footer .inner-top-row>div:not(:first-child){
    width:100%;
  }
}