

/* Agency Custom CSS */

/* Global Overrides */
#subpage-text-container:first-of-type,
.subpage-text-container:first-of-type {
  padding: 0;
}

@media print, screen and (max-width: 63.99875em) {
  #subpage-text-container:first-of-type,
  .subpage-text-container:first-of-type {
    margin-top: 112px;
  }
}


/* Internal Banner */

body.marketing article section.internal-banner {
  padding: 0 2rem;
}

.navbar {
  background-color: #fff;
  margin-bottom: 0px;
  /*position: fixed;*/
  top: 97px;
  background: #fff;
  z-index: 99;
  /*padding: 0 2rem;*/
  width: 100%;
  border: 3px solid transparent;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 63.99875em) {
  .navbar {
    top: 112px;
  }
}

.navbar .row {
  align-items: center;
}

.navbar-header {
  width: 100%;
}

.navbar-brand {
  height: inherit;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand img {
  display: block;
  margin: 0;
  padding: 1rem 0;
  width: 200px;
  height: auto;
}

@media print, screen and (max-width: 39.99875em) {
  .navbar-brand img {
    margin: 0 auto;
  }
}

.navbar .top-text h3 {
  color: rgba(0, 131, 69, 1);
  font-family:"Open Sans",sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  text-align: right;
}

@media print, screen and (max-width: 39.99875em) {
  .navbar .top-text h3 {
    margin-bottom: 1rem;
    text-align: center;
  }
}


/* Home page  */
body main .color-row {
  margin-bottom: 0;
}

.color-box {
  min-height: 67px;
}

.color-1,
.color-2,
.color-3,
.color-4,
.color-5,
.color-6 {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.icon-text {
    display: flex;
}

.color-box a {
  flex: 1 0 100%;
  margin-bottom: 0.5rem;
}

body.marketing main section .row .color-box h2 {
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 25px;
  margin: 0 0 0 0;
  border: none;
  float: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s
}

.color-box a {
    color: #fff !important;
}

.color-box h2:after {
  content: inherit!important;
}

.color-1 h2 {
  background-color: rgba(0, 131, 69, 1);
}

.color-2 h2 {
  background-color: rgba(163, 207, 94, 1);
}

.color-3 h2 {
  background-color: rgba(109, 205, 177, 1);
}

.color-4 h2 {
  background-color: rgba(96, 165, 82, 1);
}

.color-5 h2 {
  background-color: rgba(113, 188, 83, 1);
}

.color-6 h2 {
  background-color: rgba(25, 140, 83, 1);
}

.color-1 h2:hover {
  background-color: rgba(0, 131, 69, 0.75);
}

.color-2 h2:hover {
  background-color: rgba(163, 207, 94, 0.75);
}

.color-3 h2:hover {
  background-color: rgba(109, 205, 177, 0.75);
}

.color-4 h2:hover {
  background-color: rgba(96, 165, 82, 0.75);
}

.color-5 h2:hover {
  background-color: rgba(113, 188, 83, 0.75);
}

.color-6 h2:hover {
  background-color: rgba(25, 140, 83, 0.75);
}

.color-1 p,
.color-2 p,
.color-3 p,
.color-4 p,
.color-5 p,
.color-6 p {
  flex: 0 auto;
  font-size: 0.8125rem;
  padding: 25px;
  width: 70%;
}

.color-1 p,
.color-2 p,
.color-4 p,
.color-5 p {
  border-right: solid 1px #eee;
}

.column-image-wrap {
  flex: 0 auto;
  width: 30%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.column-image-wrap img, .color-box p {
    padding: 1rem;
}

.column-image-wrap img {
    max-width: 100px;
}

/* Prefooter */
.accessibility-row {
  background-color: rgba(0, 131, 69, 1);
  padding: 2rem;
  color: #fff;
}

.accessibility-row a {
  color: #fff;
  text-decoration: underline;
}

.accessibility-row p {
  margin: 0;
}


/* Footer */
footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #d5d753;
}

footer p {
  width: 100%;
  color: #333;
  text-align: center;
  padding: 20px 0 20px 0;
  margin: 0;
}

.footer-wrap {
  bottom: 0;
  width: 100%;
}

.header .header-container.nav-up .top-sub-menu {
    top: 0;
}

@media print, screen and (max-width: 63.99875em) {
    .top-menu {
        height: 3.45rem;
    }
    .navbar {
        top: 3.45rem;
    }
    .navbar.nav-up {
        top: 0;
        box-shadow: 0 3px 4px rgb(0 0 0 / 40%);
    }
    .navbar-brand img {
        padding: 1rem 1rem 0;
    }
    #main.content {
        margin-top: 3.45rem;
    }
    .color-box p {
        border-right: none !important;
    }
}


.inconnect-social-icons {
 display: flex;
 justify-content: center;
 margin-top: 1rem
}

.inconnect-social-icons a {
 font-size: 2rem;
 margin: 0 0.75rem;
}
.inconnect-social-icons a:hover {
 color: #d5d753;
}