/* 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", 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;
  background:white;
}

header .expansion-button-column {
  display: none;
}

header .inner-header-container{
  padding:15px 50px;
  margin:0 auto;
  max-width:1100px;
}

header .logo-column img{
  max-width:100px;
  width:100%;
  margin:5px 0 15px;
}

header .logo-title-column{
  display:flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

header .site-title p{
  margin:5px 0 15px;
  font-size:50px;
  line-height:1;
  font-weight:700;
}

header .site-title a{
  color:#296f87;
}

header .logo-column{
  padding-bottom:6px;
}

header .nav-list{
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
}

header .nav-list a{
  padding:5px 13px;
  font-weight:bold;
  display:block;
  color:rgb(115,115,115);
  font-size:16px;
  line-height:22.797px;
  transition:0.3s linear;
}

header .nav-list a:hover{
  color:black;
}

/* mobile header styles */
@media only screen and (max-width:768px) and (min-width:400px){
  header .main-row{
    display:none;
  }
  header .site-title p{
    font-size:21px;
    text-transform: uppercase;
  }
  header .inner-header-container{
    padding:0;
  }
  header .logo-title-column{
    padding:10px;
  }
  header .expansion-button-column{
    width:44px;
    display:block;
  }
  header .inner-top-row{
    display:flex;
  }
  header .logo-column img{
    max-height:50px;
    max-width:69.625px;
    min-width:69.625px;
    width:100%;
  }
  header .logo-column{
    padding-bottom:0;
    margin-left:44px;
  }
  header .logo-title-column{
    display:flex;
    column-gap:10px;
  }
  header .site-title p,
  header .logo-column img{
    margin:0;
  }
  header .expansion-button .fa-close{
    display:none;
  }
  header .expansion-button{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    background:none;
    color:#2A6E87;
    font-size:22px;
  }

  header .site-title p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  /*  */
  header .main-row{
    display:block;
    position:absolute;
    left:0;
    height:calc(100vh - 70px);
    width:100%;
  }
  header .inner-main-row{
    background:white;
    height:100%;
  }
  header .nav-list{
    flex-direction: column;
  }
  header .nav-list a{
    padding:12.5px 25px;
    font-size:16px;
    line-height:21.594px;
  }
  html.skin-nav-menu-opened{
    overflow: hidden;
  }

  header .main-row{
    opacity:0;
    visibility: hidden;
    transition:0.15s linear;
  }
  html.skin-nav-menu-opened header .main-row{
    opacity:1;
    visibility: visible;
  }
  html.skin-nav-menu-opened header .expansion-button .fa-close{
    display:block;
  }
  html.skin-nav-menu-opened header .expansion-button .fa-bars{
    display:none;
  }

  /*  */
  header .logo-column{
    margin-left:0;
  }
  header .logo-title-column{
    margin-left:44px;
    flex-grow:1;
  }
  header .site-title p{
    font-size:30px;
  }
}

@media only screen and (max-width:499px){
  header .logo-title-column{
    margin-left:0;
  }
  header .main-row{
    display:none;
  }
  header .site-title p{
    font-size:21px;
    text-transform: uppercase;
  }
  header .inner-header-container{
    padding:0;
  }
  header .logo-title-column{
    padding:10px;
  }
  header .expansion-button-column{
    width:44px;
    display:block;
  }
  header .inner-top-row{
    display:flex;
  }
  header .logo-column img{
    max-height:50px;
    max-width:69.625px;
    min-width:69.625px;
    width:100%;
  }
  header .logo-column{
    padding-bottom:0;
    margin-left:44px;
  }
  header .logo-title-column{
    display:flex;
    column-gap:10px;
  }
  header .site-title p,
  header .logo-column img{
    margin:0;
  }
  header .expansion-button .fa-close{
    display:none;
  }
  header .expansion-button{
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    background:none;
    color:#2A6E87;
    font-size:22px;
  }

  header .site-title p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }

  /*  */
  header .main-row{
    display:block;
    position:absolute;
    left:0;
    height:calc(100vh - 70px);
    width:100%;
  }
  header .inner-main-row{
    background:white;
    height:100%;
  }
  header .nav-list{
    flex-direction: column;
  }
  header .nav-list a{
    padding:12.5px 25px;
    font-size:16px;
    line-height:21.594px;
  }
  html.skin-nav-menu-opened{
    overflow: hidden;
  }

  header .main-row{
    opacity:0;
    visibility: hidden;
    transition:0.15s linear;
  }
  html.skin-nav-menu-opened header .main-row{
    opacity:1;
    visibility: visible;
  }
  html.skin-nav-menu-opened header .expansion-button .fa-close{
    display:block;
  }
  html.skin-nav-menu-opened header .expansion-button .fa-bars{
    display:none;
  }
}

@media only screen and (max-width:400px){
  header .logo-column{
    margin-left:28.8px;
  }
  header .site-title p{
    font-size:16px;
  }
}

@media only screen and (max-width:350px){
  header .logo-column{
    margin-left:0;
  }
}

/* footer styles */

footer {
  font-family: "Open Sans", sans-serif;
}

footer .footer-container {
  display: block;
}

footer * {
  margin: 0;
}


footer .main-row{
  background:#424242;
  padding:25px;
}

footer .inner-main-row{
  display:flex;
  justify-content: space-between;
  margin:0 auto;
  max-width:1100px;
}

footer .inner-main-row p{
  line-height:21px;
  color:white;
}

footer .inner-main-row a{
  color:white;
  text-decoration: underline;
}

/*  */
footer .top-row{
  background:#296e87;
  padding:52.8px 25px;
  text-align: center;
}

footer .top-row>div{
  max-width:550px;
  margin:0 auto;
}

footer .top-row h3{
  font-family: "Roboto", sans-serif;
  font-size:22px;
  line-height:1.1;
  color:rgb(214, 235, 243);
  font-weight:700;
  margin:0;
  border:none;
  padding:0;
  margin-bottom:6.6px;
}

footer .top-row p{
  font-size:16px;
  line-height:1.5;
  color:rgb(214, 235, 243);
  margin-bottom:16px;
}

footer .top-row a{
  display:inline-flex;
  padding:10.4px 18.72px;
  border-radius:4.16px;
  background:rgb(5, 15, 18);
  color:white;
  font-size:20.8px;
  line-height:1.5;
  font-weight:700;
}

footer .top-row a:hover,
footer .top-row a:focus,
footer .top-row a:active{
  text-decoration:none;
  background:#112F39;
}

@media only screen and (max-width:999px){
  footer .top-row>div{
    max-width:100%;
  }
}

/*  */
@media only screen and (max-width:899px){
  footer .main-row{
    padding-left:10px;
    padding-right:10px;
    border-top:2px solid white;
  }
  footer .top-row{
    padding:32px 10px;
  }
  footer .top-row h3{
    font-size:20px;
    line-height:1.1;
    margin-bottom:6px;
  }
  footer .top-row p{
    line-height:1.425;
  }
}

@media only screen and (max-width:768px){
  footer .top-row p{
    font-size:14px;
    line-height:1.35;
    margin-bottom:14px;
  }
  footer .top-row h3{
    font-size:19px;
    line-height:1.1;
  }
  footer .top-row a{
    padding:9.1px 16.380px;
    border-radius:3.64px;
    font-size:18.2px;
    line-height:1.35;
    margin-bottom:2px;
  }
  footer .inner-main-row p{
    font-size:13.3px;
    line-height:17.945px;
  }
  footer .top-row{
    padding:28px 10px;
  }
}

@media only screen and (max-width:499px){
  footer .inner-main-row{
    flex-direction: column;
  }
  footer .inner-main-row p{
    font-size:13.3px;
    line-height:17.945px;
  }
}