/* 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 > .panel-heading h3 {
  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 */
html.skin-nav-menu-openned{
  overflow:hidden;
}

header {
  font-family: 'Nunito', sans-serif;
  position:relative;
  z-index:3;
}

header * {
  margin: 0;
}

header .header-container {
  display: block;
}

header ul{
  list-style:none;
}

header h2{
  border:none;
  margin:0;
  padding:0;
  font-weight:900;
  color: #00426C;
  font-size: 2em;
  margin-top:7px;
  letter-spacing:0.8px;
}

header .nav-logo-row .call-column,
header .mobile-fixed-container,
header .fa-close{
  display:none;
}

header .nav-logo-row{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  padding-top:25px;
  align-items: center;
  background:white;
  padding-left:40px;
  padding-right:40px;
  padding-bottom:27px;
}

header a:hover{
  text-decoration: none;
}

header .lower-row{
  padding:9px 40px;
  display:flex;
  justify-content: space-between;
  background:#00426c;
}

header .lower-row a,
header .lower-row{
  color:white;
}

header .nav-logo-row .expansion-button{
  background:none;
  display:flex;
  align-items: center;
  position:relative;
  z-index:9000;
}

header .expansion-button i{
  font-size:3em;
  color:#005992;
}

header .expansion-button span{
  color: #B7B7B7;
  font-weight:700;
  font-size:0.87em;
  letter-spacing: 3px;
  margin-left:20px;
}

header .call-wrapper a{
  font-size:1.07em;
  font-weight:800;
  letter-spacing: 3px;
}

header .call-wrapper a:hover{
  color:#fff200;
}

header .logo-column{
  text-align: center;
}

header .logo-column img{
  width:46.644px;
}

header .lake-time-column span{
  font-weight:600;
  font-size:0.87em;
  letter-spacing: 2px;
  margin-left:9px;
}

header .slide-down-nav-container{
  max-height:0;
  transition:0.3s;
  position:fixed;
  overflow: hidden;
  top:0;
  width:100%;
  height:100%;
  background:linear-gradient(to bottom, rgba(0, 66, 108, 0.78), rgba(0, 66, 108, 0.78)),
    url('../img/slide-down-nav-menu-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index:3000;
}

html.skin-nav-menu-openned header .slide-down-nav-container{
  display:block;
  max-height:100vh;
}

html.skin-nav-menu-openned header .expansion-button i{
  color:white;
}

html.skin-nav-menu-openned header .fa-close{
  display:inline;
}

html.skin-nav-menu-openned header .fa-bars{
  display:none;
}

html.skin-nav-menu-openned header .expansion-button span{
  display:none;
}

header .inner-container{
  width:100%;
  height:100%;
}

header .main-nav-links-row,
header .mobile-only-nav-links-row{
  text-align: center;
  max-height:calc(100% - 134px);
  height:100%;
  overflow-y:scroll;
  display:flex;
  justify-content: center;
  padding:50px 0;
}

header .nav-links img{
  max-width:46.644px;
}

header .lower-big-box-nav-links-row{
  max-height:134px;
  height:100%;
}

header .lower-big-box-nav-links-row a .big-box-text{
  transform:translateX(0);
  transition:0.3s;
}

header .lower-big-box-nav-links-row a:hover .big-box-text{
  transform:translateX(-20px);
}

header .big-box-nav-links a{
  overflow:hidden;
  position:relative;
}

header .big-box-nav-links .background-slide-in{
  background:#b6292f;
  height:100%;
  position: absolute;
  right:0;
  bottom:0;
  transform:translateX(100%);
  width:38px;
  transition:0.3s;
  display:inline-flex;
  align-items: center;
  justify-content: center;
  font-size:1.8em;
  color:white;
}

header .big-box-nav-links a:hover .background-slide-in{
  transform:translateX(0);
}

header .nav-links>li{
  margin-bottom:33px;
}

header .nav-links>li:not(:first-child) a{
  padding:0px 35px 0px 20px;
  line-height:1.5;
}

header .nav-links>li:first-child{
  line-height:0;
  margin-bottom:32x;
}

header .nav-links a,
header .mobile-only-nav-links-row a,
header .mobile-only-nav-links-row button{
  display:inline-block;
  color:white;
  font-size:2.5em;
  font-weight:500;
  letter-spacing: 5px;
}

header .submenu-header{
  background:none;
  margin:0 auto;
}

header .big-box-nav-links-column,
header .big-box-nav-links{
  height:100%;
}

header .big-box-nav-links,
header .big-box-nav-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

header .big-box-nav-links>li{
  height:100%;
  flex-grow:1;
  padding:0;
}

header .big-box-nav-links>li a{
  padding:0 30px;
}

header .big-box-nav-links>li:not(:last-child){
  border-right:2px solid white;
}

header .big-box-nav-links>li{
  border-top:2px solid white;
  border-bottom:2px solid white;
}

header .big-box-nav-links a{
  width:100%;
  height:100%;
  color:white;
  font-size:1.6em;
  letter-spacing: 2.5px;
  font-weight:500;
}

header>.nav-button-column .expansion-button{
  display:none;
}

header .expansion-button{
  transition:0.2s;
}

header .nav-button-column .expansion-button:hover i{
  color:#b6292f;
}

header .nav-links a{
  transition:1s;
}

header .nav-links>li:not(:first-child) a:hover{
  background: linear-gradient(to left, #B6292F 0%, #B6292F 100%);
 }

@media only screen and (min-width:1030px){
  header.fixed-header .header-container .lower-row{
    display:none;
  }

  header.fixed-header .nav-logo-row{
    padding-top:10px;
    padding-bottom:18px;
  }

  header.fixed-header .nav-logo-row .call-column{
    display:flex;
    justify-content: end;
  }

  header.fixed-header .header-container{
    position:fixed;
    width:100%;
    top:0;
    z-index:1000;
  }

  header.fixed-header .logo-column a{
    display:flex;
    align-items: center;
  }

  header.fixed-header h2{
    display:inline;
    align-items: center;
    font-size:1.59em;
    margin-left:10px;
    margin-top:4px;
  }

  header.fixed-header .call-wrapper{
    display:flex;
    align-items: center;
    height:100%;
  }

  header.fixed-header .call-wrapper a{
    color: #00426C;
    align-items: center;
  }

  header.fixed-header .call-wrapper a:hover{
    color:#b6292f;
  }

  header.fixed-header .nav-logo-row{
    position:relative;
  }

  header.fixed-header .nav-logo-row .expansion-button{
    display:none;
  }

  header.fixed-header>.nav-button-column .expansion-button{
    background: none;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 9000;
    top: 10px;
    left:37px; 
  }

  header.fixed-header .fake-background{
    height:67px;
  }
}

@media only screen and (min-height:600px){
  header .mobile-only-nav-links-row{
    align-items: center;
  }
}

@media only screen and (min-height:900px){
  header .main-nav-links-row{
    align-items: center;
  }
}

@media only screen and (max-width:1154px){
  header .big-box-nav-links{
    min-height:160px;
  }

  header .main-nav-links-row{
    max-height:calc(100% - 160px);
  }
}

/* mobile header styles */
@media only screen and (max-width:1030px){
  header .nav-logo-row .expansion-button,
  header .call-column,
  header .main-nav-links-row,
  header .lower-big-box-nav-links-row,
  header .fa-minus{
    display:none;
  }

  header li .submenu{
    overflow:hidden;
    max-height:0px;
    transition:0.25s;
  }

  header li.submenu-openned .submenu{
    max-height:184px;
  }

  header li.submenu-openned .fa-minus{
    display:inline;
  }

  header li.submenu-openned .fa-plus{
    display:none;
  }

  header .mobile-fixed-container{
    display:block;
    width:100%;
    max-height:50px;
    border-top: 2px solid white;
  }

  header .mobile-footer-row{
    display:flex;
    justify-content: space-between;
    align-items: center;
    background:#b6292f;
  }

  header .mobile-only-nav-links-row{
    padding-top:65px;
  }
  
  header .mobile-only-nav-links>li:not(:first-child){
    margin-top:18px;
  }

  header .mobile-only-nav-links-row a,
  header .mobile-only-nav-links-row button{
    font-size:1.68em;
    letter-spacing: 7px;
    font-weight:600;
   }

   header .submenu-list{
    margin-top:4px;
   }

   header .mobile-only-nav-links,
   header li.submenu-openned{
    display:inline-block;
   }

   header .submenu-list>li:not(:first-child){
    margin-top:4.5px;
   }

   header .submenu-list a{
    font-size:1em;
    letter-spacing:0.5px;
    font-weight:300;
   }

   header .submenu-header i{
    color:#f2e906;
    margin-left:13px;
    font-size:0.7em;
   }

  header .mobile-only-nav-links-row{
    max-height:calc(100% - 50px);
  }

  header .home-column{
    max-width:75px;
  }

  header .mobile-fixed-container .header-mobile-fixed-expansion-button{
    background:none;
  }

  header .mobile-fixed-container .header-mobile-fixed-expansion-button i{
    color:white;
  }

  header .mobile-fixed-container .header-mobile-fixed-expansion-button{
    margin-right:19px;
    font-size:0.82em;
  }

  header .logo-column img{
    width:31px;
  }

  header .nav-logo-row{
    padding-top:4px;
    padding-bottom:11px;
  }

  header h2{
    font-size:1.46em;
    margin-top:10px;
  }

  header .lower-row{
    justify-content: center;
    padding-top:16px;
    padding-bottom:12px;
  }

  header .lake-time-column span{
    margin-left:19px;
  }

  header .mobile-fixed-container{
    position:fixed;
    bottom:0;
    z-index:6000;
  }
}

@media only screen and (max-width:600px){
  header .mobile-only-nav-links-row .mobile-only-nav-links>li>a, 
  header .mobile-only-nav-links-row button{
    font-size:1.4em;
  }
}

@media only screen and (max-width:450px){
  header .mobile-only-nav-links-row .mobile-only-nav-links>li>a, 
  header .mobile-only-nav-links-row button{
    font-size:1.3em;
  }
}

/* footer styles */

footer {
  font-family: 'Nunito', sans-serif;
}

footer .footer-container {
  display: block;
}

footer * {
  margin: 0;
}

footer ul{
  padding:0;
  margin:0;
  list-style: none;
  border:none;
}

footer .about-wrapper h2{
  border:none;
  margin:0;
  padding:0;
  color:white;
  font-size:1.2em;
  letter-spacing: 3.5px;
  font-weight:800;
  margin-bottom:17px;
  margin-top:3px;
  line-height:1.35;
}

footer .about-wrapper p{
  font-size:1.05em;
  font-weight:300;
  line-height:2.05;
}

footer .about-wrapper p,
footer .about-wrapper p a{
  color:white;
  transition:0.2s;
}

footer a:hover{
  text-decoration: none;
}

footer .about-wrapper p a:hover{
  border-bottom:1px solid white; 
}

footer .main-row{
  background:#00426c;
  padding:45px 40px;
}

footer .inner-main-row{
  display:grid;
  grid-template-columns: 310px minmax(215px,435px) minmax(220px,435px);
  gap:30px;
  margin:0 auto;
  max-width:1240px;
}

footer .column-1{
  display:flex;
}

footer .about-wrapper{
  margin-left:30px;
}

footer .main-column .link-list a{
  color:white;
  font-weight:400;
  display:inline-block;
  font-size:1em;
  letter-spacing:3px;
  padding-bottom:10px;
}

footer .main-column .link-list a:hover{
  color:#fff20a;
}

footer .copyright-row{
  background:#003a5e;
}

footer .copyright-column{
  padding:32px 50px;
  display:flex;
  justify-content: center;
}

footer .copyright-column ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 15px;
}

footer .copyright-column>li:not(:last-child),
footer .copyright-column ul>li:not(:last-child){
  border-right:1.5px solid white;
  padding-right:13px;
  margin-right:13px;
}

footer .copyright-column span,
footer .copyright-column a{
  color:white;
  font-size:0.86em;
  font-weight:200;
  letter-spacing:2px;
  line-height:1;
  display:block;  
  transition:0.2s;
}

footer .copyright-column a:hover{
  border-bottom:1px solid white;
}

footer .facebook-wrapper{
  margin-top:22px;
}

footer .facebook-wrapper a{
  height:42px;
  width:42px;
  font-size:1.3em;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius:100px;
  border:2px solid white;
  color:#fff200;
  transition:0.2s;
}

footer .facebook-wrapper a:hover{
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width:1266px){
  footer .inner-main-row{
    grid-template-columns: 300px minmax(215px,435px) minmax(220px,435px);
  }
}

@media only screen and (max-width:1030px){
  footer .fake-background{
    height:49px;
  }
}

@media only screen and (max-width:1030px){
  footer .copyright-column{
    flex-direction: column;
    align-items: center;
    gap:22px;
    padding-top: 30px;
    padding-bottom:30px;
  }

  footer .copyright-row .copyright-column>li{
    margin:0;
    padding:0;
  }

  footer .copyright-column>li:not(:last-child),
  footer .copyright-column ul>li:not(:last-child){
    border-right:none;
    padding-right:0;
    margin-right:15px;
  }

  footer .copyright-column a{
    border-bottom:1px solid white;
  }
}

@media only screen and (max-width:870px){
  footer .inner-main-row{
    grid-template-columns: 300px calc(40% - 30px);
    justify-content: space-between;
    margin:0 auto;
    max-width:calc(100% - 59.773px);
    column-gap: 0;
  }

  footer .main-row{
    padding-left:0;
    padding-right:0;
  }

  footer .column-3{
    margin-left:30px;
  }
}

@media only screen and (max-width:600px){
  footer .side-bar-img{
    display:none;
  }

  footer .inner-main-row{
    max-width:calc(100% - 39.597px);
    display:flex;
    flex-wrap: wrap;
  }

  footer .column-1,
  footer .column-2{
    width:100%;
  }

  footer .column-1{
    max-width:160px;
  }

  footer .column-2{
    max-width:calc(50% - 20px);
  }

  footer .column-3{
    margin-left:20px;
  }

  footer .about-wrapper{
    margin-left:0;
  }

  footer .about-wrapper p{
    font-size:0.9em;
    letter-spacing: -1px;
    line-height:1.8;
  }

  footer .inner-main-row{
    grid-template-columns: minmax(150px,160px) minmax(121px,260px);
  }

  footer .facebook-wrapper{
    margin-top:7px;
  }
}

@media only screen and (max-width:360px){
  footer .main-column .link-list a{
    font-size:1em;
    letter-spacing:0.8px;
  }
}