﻿.hrow {
  display: flex;
  flex-wrap: wrap;
}
.hrow .col {
  width: 100%;
  margin-bottom: 25px;
}
.hrow.columns3 {
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
  justify-content: center;
}
.hrow.columns3 .col {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.hrow .col.left-col.image {
  order: 2;
}

.hrow .col.media p {
  margin: 0; padding: 0;
}

img { 
  max-width: 100%;
}

@media screen and (min-width: 900px) {
  .page-home-staging .container {
    padding: 2rem 0;
  }
  .hrow .col {
    width: 50%;
    margin-bottom: 0;
  }
  .hrow.columns3 .col {
    padding-right: 20px;
    padding-left: 20px;
    width: 33.333%;
  }
  .hrow .col.right-col.text { 
    order: 2;
  }
}

@media screen and (max-width: 767px) and (min-width: 200px) {
  .page-home-staging .container {
    width: 100%;
    padding: 0 35px 0;
  }
  .page-home-staging .root-section + .root-section {
    margin: 25px 0 25px;
  }
}

section:focus {
  outline: none;
}

.page-home-staging h2 {
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #29536B;
}
.page-home-staging h3,
.page-home-staging h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  color: #29536B;
}
.page-home-staging p {
  font-family: "Gotham SSm A","Gotham SSm B";
  font-size: 15px;
  line-height: 24px;
  color: #6CA0AA;
}
@media screen and (min-width: 900px) {
  .page-home-staging h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .page-home-staging h3,
  .page-home-staging h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .page-home-staging p {
    font-size: 17px;
    line-height: 27px;

  }
}


.btn-yellow {
  display: inline-block;
  font-family: "Gotham SSm A","Gotham SSm B";
  font-size: 16px;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  background-color: #FFB600;
  color: white;
  margin-bottom: 1rem;
}
.btn-yellow:hover {
  color: white;
}
@media screen and (min-width: 900px) {
  .btn-yellow {
    font-size: 18px;
  }
}



/* Home Hero */
section.home-hero {
  max-width: 100%;
  background-size: cover;
  background-position: center center;
}

section.home-hero .container {
  min-height: 446px;
  display: flex;
  align-items: center;
}

section.home-hero h1 {
  font-size: 39px;
  line-height: 49px;
  font-weight: bold;
  color: white;
  margin: 0;
}
@media screen and (min-width: 900px) {
  section.home-hero h1 {
    font-size: 58px;
    line-height: 74px;
  }
}

/* Hero */
section.hero {
  max-width: 100%;
  background-size: cover;
  background-position: center center;
}

section.hero .container {
  min-height: 446px;
  display: flex;
  align-items: center;
}

section.hero h1 {
  font-size: 39px;
  line-height: 49px;
  font-weight: bold;
  color: white;
  margin: 0;
}
@media screen and (min-width: 900px) {
  section.hero h1 {
    font-size: 58px;
    line-height: 74px;
  }
}

/* Navigation Tiles */
section.nav-tiles .tile {
  border-top: 20px solid #FCB614;
  min-height: 300px;
}

section.nav-tiles a h3 {
  margin: 1rem 0;
}

section.nav-tiles img {
  border-top: 5px solid #58595B;
  width: 100%;
}
@media screen and (min-width: 600px) {
  section.nav-tiles .col {
    margin-bottom: 25px;
  }
  section.nav-tiles .tile {
    min-height: unset;
  }
}

/* Info Tabs */

section.info-tabs {
  max-width: 100%;
  background-color: #D7F1F7;
  padding: 30px 0;
}

section.info-tabs .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
section.info-tabs .tab {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
section.info-tabs .tab a {
  display: block;
  border-bottom: 6px solid #FCB614;
  cursor: pointer;
  color: #29536B;
}
section.info-tabs .tab a.inactive {
  color: #808080;
  border-bottom: 6px solid #808080;
}
section.info-tabs .tab-content h4 {
  color: #29536B;
  margin-bottom: 15px;
}
section.info-tabs .tab-content p {
  font-family: "Gotham SSm A","Gotham SSm B";
  color: #58595B
}
section.info-tabs .tab-content img {
  width: 100%;
  margin-bottom: 1rem;
  margin-right: 0;
}
section.info-tabs .tab-content .col-image {
  width: 100%;
  margin-bottom: 25px;
  order: 2;
}
section.info-tabs .tab-content .col-content {
  margin-top: 15px;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 900px) {
  section.info-tabs {
    padding: 0;
  }
  section.info-tabs .tab {
    width: 33.33%;
  }
  section.info-tabs .tab-content .col-image {
    width: 33.33%;
    padding-right: 25px;
    order: 1;
  }
  section.info-tabs .tab-content .col-content {
    margin-top: 0;
    width: 66.66%; 
    padding-left: 14px;
  }
}

@media screen and (min-width: 900px) {
  section.info-tabs .tab-content .col-image {
    order: 1;
  }
  section.info-tabs .tab-content .col-content {
    order: 2;
  }
}

  
/* Content */
section.content iframe {
  max-width: 100%;
  height: 275px;
}

@media screen and (min-width: 900px) {
  section.content .left-col.text {
    padding-right: 3rem;
  }
  section.content .right-col.text {
    padding-left: 3rem;
  }
  section.content iframe {
    height: 360px;
  }
}


/* HIPPA Block */
section.content-hippa img {
  margin: 0 auto;
}



/* Split */
section.split-content .col {
  padding-right: 3rem;
}
section.split-content .item {
  margin-bottom: 1rem;
}
section.split-content img {
  max-width: 80px;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
  align-self: flex-start;
}
section.split-content h2 {
  margin-bottom: 0.25rem;
}
section.split-content h3 {
  color: #6CA0AA;
}
section.split-content h4 {
  color: #808184;
  margin: 0;
}
section.split-content p {
  color: #808184;
}
section.split-content + p {
  font-size: 18px;
  line-height: 30px;
}
section.split-content .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 900px) {
  section.split-content .item {
    flex-wrap: nowrap;
  }
  section.split-content .sub-headline {
    font-size: 18px;
    line-height: 30px;
  }
  section.split-content .content {
    width: unset;
  }
}

.site-footer {
  max-width: unset !important;
}




