/* // MEDIA QUERIES // */

@media (max-width: 430px) {
  #hp-reload #hp-callout .cob-outter .cob-inner .cob-primary,
  #hp-reload #hp-callout .cob-outter .cob-inner .cob-secondary {
    text-align: center;
  }
  #hp-reload #hp-callout .hp-callout-inner {
  	padding: 1.3em 0;
}
  #hp-reload #hp-hero .hp-hero-inner {
    padding: 60px 0px;
  }
  #hp-reload #hp-hero .hp-hero-inner .title h1 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
  #hp-reload #hp-callout .thumbnail-cob {
    display: none;
  }
  #hp-reload #hp-stats .box-stats .excerpt {
    margin-bottom: 65px;
  }
  #hp-reload #hp-hero .hp-hero-inner .subtitle {
    width: 100% !important;
  }
  #hp-reload #hp-callout .cob-outter .cob-inner .cob-primary {
    font-size: 17px;
  }
  #hp-reload #hp-callout .cob-outter .cob-inner .cob-secondary {
    font-size: 15px;
  }
  .cob-flex {
    text-align: center;
    place-content: center;
  }
  #hp-hero .hp-hero-inner .title h1 {
    font-size: 40px !important;
  }
  #hp-hero .hp-hero-inner .subtitle {
    font-size: 24px !important;
  }
  .wp-image-10291 {
		width: 460px;
	}
}

@media (min-width: 992px) {
  .col-md-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 12.5%;
    float: left;
  }
}
@media (max-width: 991px) {
  .col-md-8r img {
    display: inline-block;
    width: 75%;
    height: auto;
  }
}

@media (min-width: 587px) {
  #hp-callout .cob-outter {
    text-align: left;
  }
}

@media (max-width: 586px) {
  .cta-btn1 {
    margin-top: 15px;
  }
}

/* // CONTENT SELECTORS // */
.button-grp {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.intro-title {
  font-family: montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
}

body.home .navbar-default {
  background-color: #fff !important;
}
.title {
  font-family: montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
}
.subtitle {
  font-family: montserrat;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
}
.lead {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.btn-orange-sm {
  font-weight: 800;
  text-align: center;
  cursor: pointer !important;
  color: #fff;
  background-color: #ff8a00;
  border: 1px solid #ff8a00;
  padding: 12px 50px;
  font-size: 13px;
  border-radius: 50px;
  text-transform: uppercase;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.19);
}
.btn-orange-sm:hover {
  border-color: #e87e05;
  background-color: #e87e05;
  transform: scale(1.04);
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: white;
}
.cta-btn1 {
  font-size: 14px;
  text-align: end;
}
.text-center {
  text-align: center;
}
#hp-reload .box-tile {
  padding: 30px;
}
#hp-reload .box-tile .icon-sm {
  height: 40px;
  width: auto;
  display: inline-block;
}
#hp-reload .box-tile .icon-sm img {
  height: 40px;
  width: auto;
}
#hp-reload .box-tile .icon-md {
  height: 50px;
  width: auto;
  display: inline-block;
}
#hp-reload .box-tile .icon-md img {
  height: 50px;
  width: auto;
}
#hp-reload .box-tile .title {
  font-size: 18px;
}
#hp-reload .box-tile .excerpt {
  font-size: 14px;
  font-weight: 600;
}
#hp-reload #hp-hero {
  position: relative;
  border-bottom: 1px solid #fff;
}
#hp-reload #hp-hero .hp-hero-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
#hp-reload #hp-hero .hp-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
}
#hp-hero .hp-hero-inner {
  padding: 90px 40px;
  position: relative;
  z-index: 200;
}
#hp-hero .hp-hero-inner .title h1 {
  font-weight: 800;
  font-size: 50px;
  text-shadow: 2.5px 4.33px 4.75px rgba(0, 0, 0, 0.15);
}
#hp-hero .hp-hero-inner .subtitle {
  font-weight: 800;
  font-size: 30px;
  color: #a7e3ff;
  text-shadow: 2.5px 4.33px 4.75px rgba(0, 0, 0, 0.15);
  font-family: montserrat;
  text-transform: inherit;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

#hp-callout .hp-callout-inner {
  max-width: 1024px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.8em 0;
}

#hp-callout .cob-outter .cob-inner .cob-primary {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
}

#hp-callout .cob-outter .cob-inner .cob-secondary {
  font-size: 17px;
  color: #ff8a00;
  font-weight: 700;
}

#hp-callout .cob-outter .cob-inner .logo-cob {
  height: 35px;
  max-height: 35px;
  width: auto;
}
#hp-callout .cob-outter .cob-inner .btn-orange-sm {
  padding: 12px 25px;
}
#hp-callout .thumbnail-cob img {
  height: 86px;
  max-height: 86px;
  width: auto;
}
#hp-reload #hp-intro .row-intro {
  max-width: 950px;
  margin: auto;
}
#hp-reload #hp-intro .row-intro .box-tile {
  -webkit-box-shadow: 0 0 20px 5px rgba(9, 57, 87, 0.2);
  box-shadow: 0 0 25px 5px rgba(9, 57, 87, 0.2);
}
#hp-intro2 > div.container > div.lead.mb-sm {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
#hp-reload #hp-logos {
  border-bottom: 3px solid #ff8a00;
}
#hp-reload #hp-logos .title {
  font-size: 20px;
}
#hp-reload #hp-logos .logos .logo-tile {
  opacity: 0.3;
}
#hp-reload #hp-logos .logos .logo-tile img {
  filter: brightness(0) invert(1);
}
#hp-reload #hp-help .row-help {
  max-width: 1024px;
  margin: auto;
}
#hp-reload #hp-help .row-help a.box-tile {
  -webkit-box-shadow: 0 0 20px 5px rgba(2, 15, 23, 0);
  box-shadow: 0 0 25px 5px rgba(2, 15, 23, 0);
  display: block;
  min-height: 250px;
  position: relative;
}
#hp-reload #hp-help .row-help a.box-tile:hover {
  -webkit-box-shadow: 0 0 20px 5px rgba(2, 15, 23, 0.6);
  box-shadow: 0 0 25px 5px rgba(2, 15, 23, 0.6);
  transform: scale(1.1);
}
#hp-reload #hp-challenge .row-challenge {
  max-width: 1040px;
  margin: auto;
}
#hp-reload #hp-challenge .copy,
#hp-reload #hp-challenge .copy-after {
  max-width: 750px;
  margin: 0 auto 30px;
}
#hp-reload #hp-challenge .box-tile .icon-sm,
#hp-reload #hp-challenge .box-tile .title {
  display: inline-block;
  margin: 0 5px;
}
#hp-reload #hp-challenge .box-tile .title {
  font-size: 24px;
  font-weight: 800;
}
#hp-reload #hp-stats .box-stats .title {
  font-size: 18px;
}
#hp-reload #hp-stats .box-stats .stat {
  font-weight: 800;
  font-size: 100px;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1;
}
#hp-reload #hp-stats .box-stats .stat:after {
  content: "";
  height: 3px;
  background-color: #ccc;
  display: block;
  margin-top: 15px;
}
#hp-reload #hp-stats .box-stats .excerpt {
  font-weight: 600;
}
#hp-reload #hp-resources .row-resources {
  max-width: 900px;
  margin: auto;
}
#hp-reload #hp-resources a.box-resource {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#hp-reload #hp-resources a.box-resource:hover {
  border: 1px solid #a7e3ff;
}
#hp-reload #hp-resources a.box-resource .box-resource-inner {
  padding: 20px;
}
#hp-reload #hp-resources a.box-resource .box-resource-inner .title {
  font-size: 14px;
  font-weight: 800;
}
#hp-reload #hp-resources a.box-resource .box-resource-inner .excerpt {
  font-size: 14px;
  font-weight: 700;
}
