/* 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 */

*{
  scroll-behavior: smooth;
}

header {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  width:100%;
}

header .header-container {
  display: block;
  z-index:3;
  position:static;
  top:0;
  left:0;
  width:100%;
}

header h1,
header h2,
header h3,
header p{
  margin:0;
  padding:0;
  border:none;
}

header .header-top-row,
header .header-logo-nav-row{
  padding:0 30px;
}

header a{
  text-decoration: none;
}

header .header-top-row{
  background:#121a26;
  display:flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size:11px;
  letter-spacing: 1px;
  font-weight:300;
  color:#FFF;
  padding-top:9px;
}

header .skin-foot-ims{
  font-weight:400;
}

header .social-media-column{
  font-size:18.2px;
  display:flex;
  gap:23px;
  font-weight:400;
  position:relative;
  bottom:5px;
}

header .social-media-column a:first-child i{
  font-size:17px;
}

header .social-media-column a:nth-child(n+2) i{
  font-size:19px;
}

header .header-top-row a{
  color:#FFF;
}

header .header-top-row a:hover{
  color:#FFF;
  text-decoration: none;
}

header .logo-column img{
  height:100px;
}

header .header-nav-slide-out-container,
header .sub-menu-wrapper,
header .hamburger-button-wrapper,
header .fixed-header-image{
  display:none;
}

header #nav-bar-sub-menu-li-highest-point:hover .sub-menu-wrapper{
  display:block;
}

header .nav-ul a,
header .nav-ul .sub-menu-header,
header .hallow-button{
  transition-duration: .2s;
  transition-timing-function: linear;
}
header .sub-menu-inner-item-wrapper a:hover{
  text-decoration: none;
}

header .nav-ul .sub-menu-wrapper{ 
  position:absolute;
  width:807px;
  z-index:1000;
}

header .nav-ul .inner-sub-menu-wrapper{
  position:relative;
  background:white;
  right: 162px;
  top: 30px;
}

header .nav-ul .inner-sub-menu-wrapper:hover{
  cursor:pointer;
}

header .nav-ul .sub-menu{
  display:grid;
  grid-template-columns: repeat(3, 33.3333%);
  list-style:none;
  padding:0 29px;
  
}

header .nav-ul .sub-menu li{
  margin:50px 12px 29px;
}

header .nav-ul .sub-menu .header-anchor h2{
  font-size:17.92px;
  font-weight:500;
  letter-spacing:0.5px;
  color:#171717 ;
  transition-duration: .2s;
  transition-timing-function: linear;
}

header .nav-ul .sub-menu .header-anchor:hover h2{
  color:#cfab83;
}

header .nav-ul .sub-menu .img-anchor img{
  width:300px;
  height:125px;
  margin-top:14px;
}



header .nav-ul .learn-more-wrapper{
  margin-top:20px;
}

header .nav-ul .sub-menu .learn-more-anchor{
  font-size:11.36px;
  color:#999;
  letter-spacing: 1.5px;
}

header .header-logo-nav-row{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#121a26;
  padding-top:16px;
  padding-bottom:15px;
  
}

header .fixed-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  margin:0;
  background:#FFFF;
  padding-top:25px;
  padding-bottom:15px;
  border-top:1px solid black;
}

header .nav-ul{
  display:flex;
  align-items: center;
  list-style:none;
  margin:0;
}

header .nav-item{
  color:#FFF;
  padding: 0;
  padding-right:45px;
  font-size:13px;
  font-weight:700;
  letter-spacing: 2px;
}

header .nav-item:hover{
  text-decoration:none;
  cursor: pointer;
  color:#cfab83
}

header .fixed-header .nav-item{
  color:#171717;
}

header .fixed-header .nav-item:hover{
  color:rgb(178, 178, 178);
}

header .header-background{
  background-position:center center;
  background-size:cover;
  width:100vw;
  height:868px;
  z-index:1;
}

header .background-caption-wrapper{
  display:flex;
  justify-content: center;
  align-items: center;
  height:100%;
  width:100%;
}

header .background-caption-inner-wrapper{
  display:flex;
  align-items: center;
  flex-direction:column;
  z-index:1;
}

header .description-wrapper h1,
header .description-wrapper p{
  color:#FFFF;
  text-align: center;
}

header .description-wrapper h1{
  font-weight:200;
  font-size:48px;
  letter-spacing: 5px;
  margin-top:35px;
}

header .description-wrapper p{
  font-weight:300;
  font-size:24px;
  letter-spacing: 6px;
  margin-top:25px;
}

header .top-image-wrapper{
  width: 125px;
  height: 125px;
  text-align: center;
}

header .buttons-outer-wrapper{
  display:flex;
  gap:42px;
  margin-top:30px;
}

header .button-wrapper{
  width:250px;
}

header .buttons-outer-wrapper a{
  padding:13px 0;
  text-align: center;
  border: 1px solid #FFFF;
  width:100%;
  display:inline-block;
  color:#FFFF;
  font-family: Lato;
  font-size:15px;
  font-weight:700;
  letter-spacing: 2px;
}

header .buttons-outer-wrapper a:hover{
  border: 1px solid #FFFF;
}

/* mobile header styles */
@media only screen and (max-width:1580px) and (min-width:1250px){
  header .nav-item{
    padding-right: 35px;
  }

  header .top-image-wrapper{
    width: 101px;
    height: 101px;
  }
  
  header .header-background{
    height:722px;
  }

  header .nav-ul .sub-menu-wrapper{ 
    width:843px;
  }
  
  header .nav-ul .inner-sub-menu-wrapper{
    right: 292px;
  }

  header .description-wrapper h1{
    font-size:41px;
  }

  header .description-wrapper p{
    font-size:21px;
  }

  header .buttons-outer-wrapper a{
    font-size:13px;
  }
}

@media only screen and (max-width:1504px) and (min-width:1250px){
  header .nav-item{
    padding-right: 25px;
  }
 
  header .nav-ul .inner-sub-menu-wrapper{
    right: 320px;
  }

  header .top-image-wrapper{
    width: 98px;
    height: 98px;
  }
  
  header .header-background{
    height:655px;
  }

  header .description-wrapper h1{
    font-size:36px;
  }

  header .description-wrapper p{
    font-size:18px;
  }

  header .buttons-outer-wrapper a{
    font-size:11px;
  }

  header .button-wrapper{
    width:220px;
  }
}

@media only screen and (max-width:1380px) and (min-width:1250px){
  header .logo-column img{
    height:auto;
    width:228px;
  }

  header .nav-item{
    padding-right: 25px;
  }

  header .top-image-wrapper{
    width:90px;
    height:90px;
  }

  header .button-wrapper{
    width:190px;
  }

  header .buttons-outer-wrapper a{
    padding:11px 0;
  }
}

@media only screen and (max-width:1350px) and (min-width:1250px){
  header .nav-item{
    font-size:12px;
  }

  header .nav-item{
    padding-right: 25px;
    white-space: nowrap;
  }

  header .nav-ul .inner-sub-menu-wrapper{
    right: 349px;
  }

  header .logo-column img{
    height:auto;
    width:230px;
  }
  header .top-image-wrapper{
    width: 88px;
    height: 88px;
  }
 
  header .header-background{
    height:610px;
  }

  header .description-wrapper h1{
    font-size:34px;
  }

  header .description-wrapper p{
    font-size:17px;
  }

  header .buttons-outer-wrapper a{
    font-size:11px;
  }
}

@media only screen and (max-width:1250px){
  header .nav-ul{
    display:none; 
  }

  header .logo-column img{
    height:auto;
    max-width:300px;
    width:100%;
  }

  

  header .header-nav-slide-out-container .sub-menu-header-wrapper{
    display:flex;
    justify-content: space-between;
    align-items: center;
  }

  header .header-nav-slide-out-container .sub-menu-header-wrapper h3{
    display:inline-block;
    width:100%;
  }

  header .header-nav-slide-out-container .menu-expansion-icon{
    padding-right:50px;
    font-size:10px;
    font-weight:100;
    color:black;
  }

  header .header-nav-slide-out-container .sub-menu a{
    padding-left:39px;
  }

  header .slide-out-inner-column a{
    display:inline-block;
    width:100%;
    padding-left:30px;
  }

  header .slide-out-inner-column .sub-menu-header,
  header .slide-out-inner-column a{
    padding: 9px 0;
    padding-left:30px;
    font-size:15px;
    letter-spacing: normal;
    color:#333333;
    font-weight:400;
  }

  header .slide-out-inner-column li{
    border:1px solid #f2f2f2;
    border-left:none;
    border-right:none;
  }

  header .slide-out-inner-column .sub-menu-header-wrapper{
    padding-left:0;
  }

  header .slide-out-inner-column .sub-menu-header:hover,
  header .slide-out-inner-column a:hover,
  header .hallow-button:hover{
    text-decoration: none;
  }

  header #first-nav-menu-anchor,
  header .slide-out-inner-column a:hover,
  header .slide-out-inner-column .sub-menu-header-wrapper:hover{
    background:#e94f3d;
  }

  header .slide-out-inner-column{
    margin-bottom:1px;
  }
  

  header .hamburger-button-wrapper{
    display:block;
    font-size:20px;
    margin-right:20px;
  }

  header .hamburger-button{
    color:black;
  }

  header .hamburger-button:hover{
    cursor:pointer;
  }

  header .header-container{
    position:static;
  }

  header .header-top-row{
    flex-direction:column;
    align-items: center;
    padding-top:12px;
    text-align: center;
  }

  header .social-media-column{
    margin-top:19px;
    gap:33px;
  }

  header .top-image-wrapper{
    width:88px;
    height:88px;
  }

  header .header-logo-nav-row{
    background:#FFFF;
    position:static;
    padding-top:10px;
    padding-bottom: 18px;
  }
  
  header .header-background{
    height:565px;
  }

  header .description-wrapper h1{
    font-size:31px;
  }

  header .description-wrapper p{
    font-size:16px;
  }

  header .buttons-outer-wrapper a{
    font-size:10px;
  }

  header .button-wrapper{
    width:180px;
  }
}

@media only screen and (max-width:1000px){
  header .top-image-wrapper{
    width: 90px;
    height: 90px;
  }
  
  header .header-background{
    height:565px;
  }

  header .description-wrapper h1{
    font-size:35px;
    letter-spacing: 2px;
    margin-top:25px;
  }

  header .description-wrapper p{
    font-size:19px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-left:15px;
    margin-right:15px;
    margin-top:17px;
  }

  header .buttons-outer-wrapper a{
    font-size:13px;
    letter-spacing:2px;
  }

  header .button-wrapper{
    width:221px;
  }
}

@media only screen and (max-width:600px){
  header .top-image-wrapper{
    width: 58px;
    height: 58px;
  }
  
  header .header-background{
    height:385px;
  }

  header .description-wrapper h1{
    font-size:22px;
    letter-spacing: 1px;
  }

  header .description-wrapper p{
    font-size:12px;
    letter-spacing: 1px;
    margin-top:15px;
  }

  header .buttons-outer-wrapper a{
    font-size:10px;
    letter-spacing: 1px;
    padding:7px 0;
  }

  header .button-wrapper{
    width:160px;
  }

  header .buttons-outer-wrapper{
    margin-top:15px;
  }
}


@media only screen and (max-width:480px){
  header .header-background{
    height:422px;
  }

  header .top-image-wrapper{
    width: 81px;
    height: 81px;
  }

  header .description-wrapper h1{
    font-size:29px;
    letter-spacing: 2px;
    margin-left:auto;
    margin-right:auto;
    line-height:1.3;
  }

  header .description-wrapper p{
    font-size:15px;
    letter-spacing: 2px;
    line-height:1.6;
    max-width:80vw;
  }

  header .buttons-outer-wrapper a{
    font-size:14px;
    padding:7px 0;
    letter-spacing: 0px;
  }

  header .button-wrapper{
    width:205px;
  }

  header .buttons-outer-wrapper a{
    padding: 12px 0;
  } 

  header .buttons-outer-wrapper{
    display:flex;
    flex-direction: column;
    gap:15px;
  } 
}

@media only screen and (max-width:437px){
  header .top-image-wrapper{
    width: 54px;
    height: 54px;
  }

  header .header-background{
    height:300px
  }

  header .description-wrapper h1{
    font-size: 18px;
    letter-spacing: 1px;
    margin-top:12px;
    line-height:1.3;
    max-width:90vw;
  }

  header .description-wrapper p{
    font-size: 10px;
    letter-spacing: 1px;
    font-weight:400;
    margin-top:10px;
    max-width:80vw;
    line-height:1.6;
  }

  header .buttons-outer-wrapper a{
    font-size:9px;
    letter-spacing: 0px;
    padding:8px 0;
  }

  header .button-wrapper{
    width:135px;
  }
}


header #first-nav-item{
  color:#cfab83;
  padding-left:0;
}

header #last-nav-item{
  padding-right:0;
}

header .display-block{
  display:block;
}

header .display-none{
  display:none;
}

/* footer styles */

footer {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  width:100vw;
}

footer .footer-container {
  display: block;
}

footer h2{
  margin:0;
  margin-bottom:28px;
  letter-spacing: 2px;
  font-weight:400;
  font-size:14px;
  line-height:1.5;
  text-transform: uppercase;
  padding:0;
  border:none;
  color:#cfab83
}

footer a:hover{
  text-decoration: none;
  color:#cfab83;
}

footer .upper-footer{
  background:#1d2939;
}

footer .weather-row{
  display:none;
}

footer .information-row{
  display:grid;
  grid-template-columns: repeat(4,25%);
  padding: 60px 4%;
  margin:0 30px;
}

footer .information-column{
  padding: 0 15px;
}

footer strong{
  font-weight: 400;
}

footer .p-column p,
footer .link-column a,
footer .contact-column a,
footer .contact-column span{
  font-size:13px;
  color:white;
  font-weight:300;
  letter-spacing: 1px;
  line-height:2;

  transition-duration: .2s;
  transition-timing-function: linear;
}

footer .contact-column a:hover,
footer .link-column a:hover{
  color:#cfab83;
}

footer .contact-column a,
footer .contact-column span{
  line-height:23.8px;
}

footer .link-column{
  display:flex;
  flex-direction:column;
  gap:18px;
}

footer .link-column i{
  font-size:8px;
  font-weight:100;
  margin-right:8px;
}

footer .link-column ul,
footer .contact-column ul{
  list-style:none;
}

footer .link-column li{
  border-bottom:1px solid rgba(204,204,204,0.63);
  padding-bottom:10px;
}

footer .contact-column li{
  display:flex;
  gap:10px;
}

footer .contact-column li i{
  position:relative;
  top:3px;
  color:#717171;
  font-weight:400;
  font-size:18px;
}

footer .contact-column li a{
  display:inline-block;
  width:100%;
}

footer .link-column li:nth-child(n+2){
  margin-top:10px;
}

footer .contact-column li:nth-child(n+2){
  margin-top:10px;
}

footer .general-manager-wrapper img{
  width:300px;
  height:auto;
}

footer .lower-footer{
  background:#132028;
  display:flex;
  align-items: center;
  flex-direction: column;
  padding-top:23px;
}

footer .lower-footer p,
footer .lower-footer .skin-foot-ims{
  font-size:12px;
  color: #b6c0ce;
  font-weight:300;
  line-height:2;
  letter-spacing: 1px;
  text-align: center;
  transition-duration: .2s;
  transition-timing-function: linear;
}

footer .lower-footer .skin-foot-ims{
  color:#FFFF;
  text-transform: uppercase;
}

footer .lower-footer .skin-foot-ims:hover{
  color:#cfab83;
}

footer .lower-footer .social-media-column{
  margin-bottom:30px;
  margin-top:10px;
}

footer .lower-footer .social-media-column a{
  color:#FFF;
  margin:0 10px;
  font-size:18px;
  font-weight:400;
}

footer .scroll-to-top-button{
  position:fixed;
  right:75px;
  bottom:0;
  font-size:13px;
  color:white;
  background:#303132;
  width:48px;
  height:35px;
  z-index:9999;
  display:flex;
  align-items: center;
  justify-content: center;
  font-size: 100;
  cursor:pointer;
  opacity:0;
  transition: opacity .4s ease-in-out,background .2s ease-in-out;
}

footer .visible-scroll-up-button{
  opacity: .9;
}

footer .scroll-to-top-button:hover,
footer .scroll-to-top-button:link,
footer .scroll-to-top-button:focus,
footer .scroll-to-top-button:active{
  text-decoration: none;
}

footer .scroll-to-top-button:hover{
  background:#cfab83;
  color:white;
}

@media only screen and (max-width:1250px){
  footer .information-row{
    grid-template-columns: repeat(4,25%);
    padding-left:0;
    padding-right:0;
  }
}

@media only screen and (max-width:1025px){
  footer .information-row{
    margin:0 15px;
  }
}

@media only screen and (max-width:1025px) and (orientation: portrait){
  footer .information-row{
    grid-template-columns: repeat(2,50%);
    margin:0 15px;
    row-gap: 43px;
  }

  footer .general-manager-wrapper{
    position:relative;
    bottom: 64px;
  }
}

@media only screen and (max-width:768px){
  footer .information-row{
    grid-template-columns:100%;
    row-gap: 37px;
  }

  footer .link-column{
    display:flex;
    flex-direction:column;
    gap:37px;
  }
}

