/*!
Theme Name: Atlas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: atlas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Atlas is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@media (min-width: 1250px) and (max-width: 10000px) {
  .two-column-ul {
    columns: 2;
    -webkit-columns: 2;
    column-gap: 80px;
  }
}

@media (min-width: 1000px) and (max-width: 1249px) {
  .two-column-ul {
    columns: 2;
    -webkit-columns: 2;
    column-gap: 150px;
  }
}

@media (min-width: 1000px) and (max-width: 1082px) {
  /* Nav Menu Text */
  #masthead #site-navigation > div {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
    color: #002b7c;
    text-transform: uppercase;
}

ul,
ol {
  margin: 0 !important;
}

#masthead {
  /* position: fixed; */
  /* top: 20; */
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  padding: 8px 0 0 0 !important;
}

.sub-menu {
  background: #fff;
}

@media (max-width: 767px) {
/*  #hero {
    margin-top: 20% !important;
  }*/
  #masthead {
    /* position: fixed;
    top: 20; */
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    padding: 35px 0 0 0 !important;
  }
  .mean-container .mean-nav {
    margin-top: 0px !important;
  }
  /* .mobile-menu {
    margin-top: 5% !important;
  } */
  .hero-header-padding {
    padding-top: 125px !important;
    padding-bottom: 40px !important;
  }
  .location-header-padding {
    padding-top: 275px !important;
    padding-bottom: 40px !important;
  }
  .hidden-mobile {
    display: none;
  }
  .location-hours {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .location-directions {
    margin: 7.5% 0 5% 0!important;
  }
  .location-bio {
      padding: 35px 0;
  }
}
@media (min-width: 767px) {
  .hidden-desktop {
    display: none;
  }
  .location-image {
    padding-bottom: 25px;
  }
}

.location-bio h3 {
    text-transform: uppercase;
    color: #39549f;
}

.location-hours {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.location-hours p {
    color: #afbfc7;
}

.service-capabilities-list {
    display: flex;
}

.location-address p {
    margin-bottom: 0;
}

.location-directions {
    margin-top: 5%;
}

.location-directions a {
    border: 2px solid rgb(213, 0, 50);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2em;
    color: rgb(213, 0, 50);
    background-color: transparent;
    padding: 17px 24px;
}

.location-directions a:hover {
    color: #fff;
    background-color: rgb(213, 0, 50);;
} 

.service-column:first-child {
    margin-right: 5%;
}

.single-locations .entry-title, .single-locations .post-navigation {
    display: none;   
}

.single-locations .entry-content {
    margin-top: 0;
}

#pyramid-desktop .pyramid-layers .first-layer h2 {
    color: #000;
}

#pyramid-mobile #pyramid-carousel .profit h2 {
    color: #000;
}

.featured-post-wrapper {
    background-color: #00205B;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    padding: 20vmin 6vmin;
    border-radius:18px;
}

.featured-post-wrapper p,
.featured-post-wrapper h2, 
.featured-post-wrapper h3 {
  color: #fff;
}

.featured-post-wrapper h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0.25rem;
}

.featured-post-wrapper h3 {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 0;
}

.featured-post-wrapper a {
    letter-spacing: 0.15em;
    color: #fff;
    text-decoration: none;
    border: solid 4px #fff;
    border-radius: 100px;
    min-width: 344px;
    display: inline-block;
    font-weight: 600;
    padding: 0.75rem;
}

#news{
  list-style:none;
  padding:0;
  margin:0;
}

.news-single{
  list-style:none;
  border-bottom: solid 2px #AFBFC7;
}

.news-single a{
  display:flex;
  flex-direction: row;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  color: #39549F;
  transition: color 0.3s ease;
  padding: 1.5rem 0 1.25em;
}

.news-single a:hover,
.news-single a:active,
.news-single a:focus {
  color: #D50032;
}

.news-left{
 padding: 0 0.5rem 0 0;
}

.news-meta{
  line-height: 1em;
}

.article-name{
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1em;
  margin-top: 0.25rem;
}

.news-right{

}

.news-right .fas {
  font-size:38px;
}

.news-single.hidden-news {
  display: none;
}

.news-load-more-wrapper{
  width: 100%;
  text-align:center;
  display:block;
  margin-top: 1.5rem;
}

.news-load-more {
    text-align: center;
    margin: 1.5rem auto;
    display: inline-block;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #39549F!important;
}

.news-load-more .fas {
  display: block;
  margin-top: 0.75rem;
  font-size:28px;
}

body .vc_grid-btn-load_more a {
  text-align: center!important;
  background: none!important;
  border: none!important;
  font-size: 18px!important;
  font-weight: 900!important;
  cursor: pointer;
  text-transform: uppercase!important;
  letter-spacing: 0.15em!important;
  color: #39549F!important;
}

.vc_grid-btn-load_more a .fas {
  display: block!important;
  font-size:28px!important;
  right: unset!important;
  height: auto!important;
  margin-top: 1.5rem!important;
  line-height: unset!important;
  position: relative!important;
}

.vc_grid-container-wrapper .vc_btn3.vc_btn3-color-juicy-pink, 
.vc_grid-container-wrapper .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: white!important;
  letter-spacing: 0.15em;
  color: #D50031!important;
  text-decoration: none;
  border: solid 4px #D50031;
  border-radius: 100px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.25rem 0.75rem;
  width: 100%;
  font-size: 18px;
  margin-top: 1rem;
}

.vc_custom_heading.vc_gitem-post-data-source-post_title{
  margin-bottom:0px!important;
  text-transform: uppercase!important;
  letter-spacing: 0.15em!important;
}

.vc_custom_heading.vc_gitem-post-data-source-post_title h4{
  font-size:32px!important;
  font-weight:900!important;
  margin-bottom: 0;
}



#newsroom-hero h1{
  font-size:44px;
  font-weight:900;
  margin-bottom: 0.5rem;
  letter-spacing: 0.15em;
}

p {
  font-size: 18px;
  color: #000000;
}

.news-heading{
  border-bottom: solid 4px #002b7c;
}

.news-heading h2 {
  font-size:24px;
  font-weight:900;
  letter-spacing: 0.15em;
  margin-bottom: 1.25rem!important;
}

.back-to-blog a {
  letter-spacing: 0.15em;
  font-weight: 900;
  color: #D50031;
  text-decoration: none;
}

.share-post {
  flex: none;
}

.single-post-meta {
  text-align: center;
}

.single-post-meta img{
  border-radius:18px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.single-post-meta h1{
  font-size:44px;
  font-weight:900;
  margin-bottom: 0.5rem;
  letter-spacing: 0.15em;
}

.newsroom-single .container{
  padding-left: 30px;
  padding-right: 30px;
}

.single-header .columns {
  align-items: center;
}

.single-header .column{
  padding-bottom: 0;
}

.newsroom-single .single-post-meta p {
  color: #00205B;
}

.newsroom-single,
.newsroom-single p {
  font-size: 18px;
  color: #000;
}

.single-footer {
  margin-bottom: 3rem;
}

@media (min-width:768px) and (max-width:1199px) {
  .vc_custom_heading.vc_gitem-post-data-source-post_title h4{
    font-size:24px!important;
  }
}

@media screen and (max-width:767px) {
  .featured-post-wrapper h2 {
    font-size: 24px;
  }

  .featured-post-wrapper h3 {
    font-size: 28px;
  }

  .featured-post-wrapper a {
      min-width: 300px;
  }

  .single-post-meta h1{
    font-size: 26px;
  }

}

@media screen and (max-width:500px) {
  .back-to-blog a {
    font-size: 14px;
  }

}

#atlas-carousel{
  display: flex;
  margin-left: -.75rem;
  margin-right: -.75rem;
  margin-top: -.75rem;
  flex-direction: row;
}

.atlas-carousel-slides{
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem;
}

.atlas-carousel-slide.active:before{
  content:'';
  height:100%;
  width:4px;
  background:#002b7c;
  position: absolute;
  left: -4px;
}

.atlas-carousel-slide .inner{
  position: relative;
  padding: 0.75rem 1rem;
}

.atlas-carousel-slide{
  position: relative;
  border-left: solid 4px #e6ebee;
  cursor: pointer;
}

.atlas-carousel-slide h2{
  margin-bottom: 2rem;
}

.atlas-carousel-slide h3{
  font-size: 20px;
  text-transform: none;
  margin: 0 0 2px;
  font-weight: 400;
}

.atlas-carousel-slide p{
  font-size: 16px;
  line-height: 1.4em;
}


.atlas-carousel-images{
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: .75rem;
  position: relative;
}

.atlas-carousel-image:before {
  content: '';
  height: 10px;
  width: 100%;
  background: #00205b;
  background: linear-gradient(
90deg
, #00205b 0%, #00205b 25%, #39549f 25%, #39549f 50%, #d50032 50%, #d50032 75%, #afbfc7 75%, #afbfc7 100%);
  display: block;
  position: absolute;
  bottom: -10px;
}

.atlas-carousel-image{
    background-size: cover;
    height: 100%;
    background-position: center;
    display:none;
    position: relative;
}

.atlas-carousel-image.active{
  display:block;
}

#testimonials{
  color: #fff;
  max-width: 785px;
  margin: auto;
}

.testimony{

}

.testimony-card{
  display: flex;
  border-top: solid 1px rgb(255 255 255 / 50%);
  margin: 2.5rem 0;
  padding: 2.5rem 0;
}

.testimony-card img{
  width: 70px!important;
  height: 70px!important;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 0.75rem;
}

.testimony-text{
  width: 90%;
  margin: auto;
}

.testimony-text p{
  font-size:48px;
  color: #fff;
  line-height: normal;
}

.testimony-card-info{
}

.testimony-name{
  font-weight:900;
  font-size:18px;
}

.testimony-profession{
  font-size: 24px;
}

#locations .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#locations .gform_wrapper textarea{
  border: solid 2px #fff;
  color: #fff;
  background: none;
  text-transform: none;
  font-weight: normal;
}

#locations .gform_wrapper .gform_footer input.button {
  background: none;
  border: solid 2px #fff;
}

#locations ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#locations ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#locations :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#locations :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

@media (min-width:992px) {
  .atlas-carousel-slide:not(.active) h3,
  .atlas-carousel-slide:not(.active) p{
    color: #979797;
  }
}

@media screen and (max-width:991px){
  .atlas-carousel-slide{
    cursor: default;
  }
  .atlas-carousel-images {
    display:none!important;
  }

  .atlas-carousel-slide.active:before{
    content: none;
  }

  .testimony-text p{
    font-size:28px;
  }
}

@media (min-width:500px) {
  #testimonials .owl-controls{
    position: absolute;
    right: 0;
    bottom: 65px;
  }
}

.post-date{
  letter-spacing: 0.15em;
  color: #002B7C;
}

.post-button{

}

.post-button a{
    background-color: white!important;
    letter-spacing: 0.15em;
    color: #D50031!important;
    text-decoration: none;
    border: solid 4px #D50031;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.75rem 3rem;
    font-size: 18px;
    display: inline-block;
    min-width: 300px;
    text-align: center;
}

.single-post-thumbnail{
  display: block;
  flex-basis: 0;
  flex-grow: 0.5;
  flex-shrink: 1;
  padding: .75rem;
}

.single-post-info {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}

.single-post-thumbnail img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.single-recent-post {
  display: flex;
  margin-top: -.75rem;
  margin-bottom: 1.5rem;
}

.single-post-info h3{
  color: #002B7C;
  text-transform: none;
}

.single-post-info h3 a {
  color: #002B7C;
  text-decoration: none;
}

.recent-posts-intro{
  margin-bottom: 1.25rem;
  border-bottom: solid 4px #002b7c;
  display: flex;
  margin-top: -.75rem;
}

.recent-posts-intro h2{
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.15em;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.view-more{
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  flex: none;
}

.view-more a{
  letter-spacing: 0.25em;
  color: #002B7C;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.view-more a i{
  margin-left: 0.25rem;
  font-size: 26px;
  position: relative;
  top: 2px;
}
@media (min-width:768px){
  .grid-posts .single-recent-post{
    display: block;
    width: 33.3%;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-posts .recent-posts-sc {
      display: flex;
      flex-wrap: wrap;
  }

  .recent-posts-intro{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  body.archive .single-recent-post {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

}

.archive-title {
  text-align: center;
  padding: 3rem 0;
}

.archive-title h1{
  letter-spacing: 0.15em;
}

.single-header {
  color: #002B7C;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em
}

body.archive main .container{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.single-post-meta img {
  max-height: 280px;
  object-fit: cover;
  background-position: center;
  margin-bottom: 4rem;
  margin-top: 0.5rem;
}

@media screen and (max-width:767px) {
  .single-recent-post {
    display: block;
    margin-bottom: 1.5rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .recent-posts-intro {
    display: block;
  }

  .view-more {
    margin-bottom: 1.5rem!important;
  }

  .single-post-info h3 {
    font-size: 21px;
  }


}


.modal-style.style-1 figcaption{
  opacity: 1;
  transform: none;
  background: none;
  position: relative;
  color: #002b7c;
  left: 0;
  top: 0;
}

.modal-style.style-1 figcaption h3 {
  color: #002b7c;
}

.figure-overlay .awsm-personal-info span {
  display: none;
}

.figure-overlay {
  transition: opacity 0.3s ease;
  opacity: 0;
  position: absolute;
  color: #fff;
  z-index: 999;
  height: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50%;
  padding-bottom: 50%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  background: rgb(0 0 0 / 30%);
}

.member-cta-start{
  margin-right: 4px;
}

.awsm-grid figure:hover .figure-overlay{
  opacity: 1;
}

.awsm-personal-info {
  display: flex!important;
  flex-direction: column-reverse;
  float: left;
}

.awsm-personal-info span {
    color: #000;
}


/* map */
/*
#bh-sl-map {
	width: 100%!important;
}
*/

#bh-sl-maxdistance {
	display: none;
}

.bh-sl-container {
	position: relative;
}
/*
.bh-sl-loc-list {
	display: none!important;
}
*/

.bh-sl-container .bh-sl-form-container {
    position: absolute;
    z-index: 20;
    max-width: 220px;
	/*
    right: 10px;
	right: 394px;
    top: 70px;
	*/
	top: 60px;
    left: 10px;
	box-sizing: border-box;
}

.bh-sl-filters-container .bh-sl-filter-title {
    display: none;
}

.bh-sl-container .bh-sl-form-input label {
	display: none;
}

.bh-sl-filters-container .bh-sl-filters {
    display: block;
    float: none;
    width: 100%;
	  box-sizing: border-box;
}

.bh-sl-filters-container select {
    width: 100%;
    border: solid 1px #00205b;
    color: #00205b;
    padding: 0.35rem 0.5rem;
    border-radius: 0px!important;
    font-size: 14px;
}

#bh-sl-address {
    width: 100%;
    padding: 0.35rem 0.5rem;
    border-radius: 0px!important;
    font-size: 14px;
}

.bh-sl-container .bh-sl-form-input .bh-sl-form-input-group {
    width: 100%;
    margin: 0;
}

#bh-sl-submit {
	display: none;
}

.bh-sl-filters-container {
	margin: 0;
}

@media screen and (max-width:767px) {
  .bh-sl-container .bh-sl-form-container {
      position: relative;
      top: auto;
      right: auto;
      text-align: center;
      width: 100%;
      float: none;
      margin: auto;
  }
}

.buttons-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0 0.25rem;
}

.buttons-wrapper a {
  border: solid 1px #d50032;
  color: #d50032!important;
  background: #fff;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  display: inline-block;
  text-align: center;
  min-width: 120px;
  text-decoration: none!important;
  font-weight: bold;
  transition: all 0.3s ease;
}

.buttons-wrapper a:hover,
.buttons-wrapper a:active,
.buttons-wrapper a:focus {
  background: #d50032!important;
  color: #fff!important;
}

.gm-style .gm-style-iw-c {
  max-width: 330px!important;
  color: #000;
}

.bh-sl-container .loc-name {
  font-size: 15px;
  font-weight: bold;
  color: #00205b;
  margin: 0 0 0.5rem;
}

@media screen and (max-width:767px) {
	#locations-map-wrapper .vc_column-inner {
		padding: 0!important;
	}
	
	.bh-sl-container .bh-sl-map {
		height: calc(100vw - 17px);
		width: 100%;
	}
}

.bh-sl-form-input .bh-sl-form-input-group {
	display:none!important;
}

.bh-sl-form-input .bh-sl-form-input-group:first-child {
	display:block!important;
}

