/* 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: "Open Sans", serif;
  position:relative;
  z-index:3;
}

header a:hover,
header a:focus,
header a:active{
  text-decoration:none;
}

header ul{
  list-style:none;
}

header * {
  margin: 0;
}

header .header-container {
  display: block;
}

header .main-row{
  padding:0 15px;
  background:white;
}

header .inner-main-row{
  display:grid;
  grid-template-columns:16.66666667% 346px auto;
  max-width:1440px;
  margin: 0 auto;
}

header .inner-main-row>div{
  padding:0 15px;
}

header .logo-column>div{
  padding:17px;
}

header .logo-column p{
  display:block;
  line-height:17.141px;
  padding:0 17px 7px;
  font-size:12px;
  font-weight:300;
  font-style: italic;
  text-align: center;
  color:rgb(3, 38, 89);
  letter-spacing:0.75px;
}

header .sub-text-column>div{
  display:inline-block;
  margin-top:51px;
  font-size:16px;
  font-weight:300;
  font-style:italic;
  letter-spacing:0.75px;
  line-height:22.8571px;
  color:rgb(3, 38, 89);
}

header .inner-sidebar-container{
  display:none;
}

header .inner-nav-column,
header .nav-list{
  display:flex;
}

header .inner-nav-column{
  margin-top:21px;
}

header .nav-list>li{
  margin:32px 25px;
}

header .nav-list a{
  color:rgb(3, 38, 89);
  font-weight:700;
  letter-spacing:0.9px;
  line-height:20px;
}

header .nav-list a:hover{
  color:#4BCAEC;
}

header .nav-list-button a{
  padding:10px 20px;
  background:#4BCAEC;
  font-size:16px;
}

header .nav-list .nav-list-button a:hover{
  color:white;
}

header .expansion-button .fa-close{
  display:none;
}

header .expansion-button{
  display:flex;
  width:30px;
  height:30px;
  align-items:center;
  justify-content: center;
  color:#4BCAEC;
  background:none;
  font-size:25px;
  margin-top:29px;
  margin-right:3px;
}

header .inner-nav-column{
  justify-content: space-between;
}

/*  */
header .inner-main-row>div.sub-text-column{
  padding-right:0;
}
header .inner-main-row>div.nav-column{
  padding-left:0;
}
header .inner-nav-column{
  justify-content: end;
  column-gap:105px;
}
header .nav-list>li:first-child{
  margin-left:0;
}
header .nav-list{
  white-space: nowrap;
}
header .skipper-yourself-wrapper{
  display:none;
}

/*  */

header .inner-sidebar-container{
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
}

header .sidebar-background{
  background:rgba(255,255,255,0.6);
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100vh;
}

header .sidebar-wrapper{
  position:absolute;
  background:#032659;
  width:240px;
  right:0;
  top:0;
  height:100%;
  padding:0 20px;
}

header .expansion-button-container{
  position:relative;
}

header .sidebar-wrapper h2{
  border:none;
  padding:0;
  margin:0;
  margin-top:106px;
  margin-bottom:10px;
  color:white;
  font-size:20px;
  line-height:28.5714px;
  font-weight:400;
}

header .sidebar-wrapper h2 span{
  font-weight:bold;
}

header .sidebar-list li{
  line-height:40px;
  font-size:16px;
}

header .sidebar-list li a{
  color:white;
  position: relative;
  display:inline-block;
}

header .sidebar-list li a:hover{
  color:#2AC4EA;
}

header .sidebar-list li a:hover::after{
  content:"";
  display:block;
  width:100%;
  height:3px;
  bottom:7px;
  position: absolute;
  background:#2AC4EA;
}

header .sidebar-wrapper form input{
  margin-top:20px;
  height:44px;
  width:100%;
  padding:10px 20px;
  border:2px solid rgb(34,77,138);
  border-radius:40px;
  background:none;
  color:white;
}

header .sidebar-wrapper form input::placeholder{
  color:rgba(255,255,255,0.3);
}

header .social-list{
  display:flex;
  column-gap:20px;
  margin-top:20px;
}

header .social-list a{
  display:flex;
  justify-content: center;
  align-items: center;
  width:31px;
  height:26px;
  color:white;
  font-size:27px;
}

header .inner-sidebar-container{
  display:none;
}

header.sidebar-open .inner-sidebar-container{
  display:block;
}

header.sidebar-open .expansion-button .fa-bars{
  display:none;
}

header.sidebar-open .expansion-button .fa-close{
  display:block;
}

@media only screen and (min-width:768px){
  header .sidebar-wrapper{
    position: fixed;
  }
  header .expansion-button-container{
    position: relative;
    width:33px;
  }
  header.sidebar-open .expansion-button{
    position: fixed;
  }
  header .inner-sidebar-container{
    position:fixed;
  }
}

@media only screen and (max-width:1300px){
  header .sub-text-column{
    display:none;
  }
  header .inner-main-row{
    grid-template-columns:16.66666667% auto;
  }
}

@media only screen and (max-width:1270px){
  header .nav-list>li{
    margin-left:13px;
    margin-right:13px;
  }
  header .inner-nav-column{
    column-gap:200px;
  }
}

@media only screen and (max-width:991px){
  header .nav-list-wrapper{
    display:none;
  }
  header .expansion-button-container{
    width:100%;
  }
  header .inner-main-row{
    display:flex;
  }
  header .logo-column{
    width:33%;
  }
  header .logo-column img{
    max-width:176px;
    width:100%;
  }
  header .skipper-yourself-wrapper{
    display:block;
  }
  header .inner-nav-column{
    margin-top:51px;
  }
  header .skipper-yourself-wrapper p{
    color:rgb(3,38,89);
    font-size:16px;
    font-style:italic;
    font-weight:300;
    letter-spacing: 0.75px;
    line-height:22.8571px;
  }
  header .inner-main-row>div.nav-column{
    padding-left:15px;
  }
  header .expansion-button-container{
    display:flex;
    justify-content: end;
  }
  header .expansion-button{
    margin-right: 47px;
    margin-top: 49px;
  }
  header .main-row{
    padding-bottom:10px;
  }
}

@media only screen and (max-width:870px){
  header .expansion-button{
    margin-right:125px;
  }
}

@media only screen and (max-width:767px){
  header .logo-column p,
  header .skipper-yourself-wrapper p{
    display:none;
  }

  header .logo-column img{
    max-width:166px;
    min-width:166px;
  }
  header .expansion-button-container{
    display:flex;
  }
  header .expansion-button{
    margin-top:0;
    margin-right:0;
  }
  header .inner-main-row{
    justify-content: space-between;
  }
  header .inner-nav-column{
    margin-top:43px;
    margin-right:7px;
  }
  header .sidebar-wrapper{
    height:auto;
    top:124px;
    right:19px;
    padding-bottom:20px;
  }
  header .sidebar-wrapper h2{
    margin-top:22px;
  }
  header .sidebar-background{
    background:rgba(0,0,0,0);
  }
}

header .hidden-element{
  visibility: hidden !important;
}
/* mobile header styles */


/* footer styles */

footer {
  font-family: "Open Sans", serif;
}

footer ul{
  list-style:none;
}

footer a:hover,
footer a:focus,
footer a:active{
  text-decoration:none;
}

footer .footer-container {
  display: block;
}

footer * {
  margin: 0;
}

footer .footer-container{
  background:#032659;
  padding:80px 0;
}

footer .inner-footer-container{
  padding:0 15px;
  max-width:1170px;
  margin:0 auto;
}

footer .top-row{
  padding:0 15px;
}

footer .inner-top-row>div{
  padding:10px;
}

footer .inner-top-row{
  display:grid;
  grid-template-columns:273.04px 314.82px 322.15px;
}

footer .quick-links-list a,
footer .news-letter-link a{
  font-weight:600;
  letter-spacing:0.5px;
  line-height:20px;
  color:white;
}

footer .quick-links-list a:hover,
footer .news-letter-link a:hover{
  color:#2AC4EA;
}

footer .quick-links-list>li{
  line-height:22.85px;
}

footer .news-letter-link{
  margin-top:45.7px;
  line-height:22.85px;
}

footer .news-letter-link a{
  font-weight:700;
}

footer .contact-list li{
  color:white;
  line-height:22.8571px;
  font-size:16px;
}

footer .contact-us-column>div{
  display:flex;
  flex-direction: column;
  row-gap:23px;
}

footer .logos-column{
  text-align: center;
}

footer .logos-column img{
  max-width:270px;
  width:100%;
}

footer .acknowledgment-row p{
  padding:10px;
  color:white;
  font-size:16px;
  line-height:22.8571px;
}

footer .acknowledgment-row{
  padding:0 15px;
  margin-top:33px;
}

footer .social-list{
  display:flex;
  justify-content: center;
  column-gap:20px;
  margin-right:20px;
  margin-top:50px;
  padding:0 25px;
}

footer .social-list a{
  display:flex;
  justify-content: center;
  align-items: center;
  width:31px;
  height:26px;
  color:white;
  font-size:27px;
}

footer .copyright-stellar-row>div{
  display:flex;
  justify-content: space-between;
  padding:0 30px;
  margin-top:18px;
  margin-bottom:-2px;
}

footer .copyright-stellar-row p{
  color:rgba(255,255,255,0.8);
  letter-spacing:0.5px;
}

footer .stellar-column p a{
  color:white;
  font-weight:bold;
}

footer .stellar-column p a:hover{
  color:#2AC4EA;
}

@media only screen and (max-width:1199px){
  footer .inner-footer-container{
    max-width:970px;
  }
  footer .acknowledgment-row{
    margin-top:61px;
  }
}

@media only screen and (max-width:991px){
  footer .inner-footer-container{
    max-width:750px;
  }
  footer .inner-top-row{
    display:flex;
    flex-wrap:wrap;
  }
  footer .inner-top-row>div.quick-links-column{
    max-width:324.11px;
    width:100%;
  }
  footer .logos-column{
    max-width:480px;
    width:100%;
  }
  footer .footer-container{
    padding:40px 0;
  }
  footer .social-list{
    margin-top:30px;
  }
  footer .acknowledgment-row{
    margin-top:33px;
  }
}

@media only screen and (max-width:767px){
  footer .inner-footer-container{
    max-width:100%;
  }
  footer .copyright-stellar-row>div{
    margin-top:37px;
  }
  footer .social-list{
    margin-top:40px;
  }

  footer .inner-top-row>div.quick-links-column{
    max-width:100%;
    width:auto;
    flex:1 1 auto;
  }

  footer .contact-us-column{
    max-width:100%;
    width:auto;
    flex:1 1 auto;
  }

  footer .logos-column{
    max-width:100%;
    width:calc(100% - 200px);
  }
}

@media only screen and (max-width:650px){
  footer .quick-links-column{
    text-align: center;
  }
  footer .footer-container{
    padding-top:25px;
    padding-bottom:25px;
  }
  footer .copyright-stellar-row>div{
    margin-top:10px;
    margin-bottom:0;
  }
  footer .social-list{
    margin-right:-18px;
    margin-top:18px;
  }
}

@media only screen and (max-width:583px){
  footer .copyright-stellar-row>div{
    flex-direction: column;
  }
}

@media only screen and (max-width:549px){
  footer .logos-column{
    width:100%;
  }
  footer .acknowledgment-row{
    margin-top:40px;
  }
}