@charset "UTF-8";
/*
Theme Name:	Green Commons
Description: Custom theme for Green Commons
Version: 1.0
Author: Gabe Halberg / Dadra Design
Author URI: https://dadradesign.com
*/
*:not(select) {
  margin: 0;
  padding: 0;
  border: 0;
}

.clear {
  clear: both;
  line-height: 0;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}

/* disable default styling for various browsers */
input[type=search],
input:not([type=radio]):not([type=checkbox]),
textarea {
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 0 !important;
}

aside.sitewide-aside {
  display: none;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside {
    display: block !important;
    padding: 40px 0;
  }
}
aside.sitewide-aside ul.sidebar-menu {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  background: #2e7d49;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu {
    font-size: 0.95em;
    background: none;
  }
}
aside.sitewide-aside ul.sidebar-menu li {
  margin: 0;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li {
    padding: 0;
    border: 0;
  }
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li.active a {
    font-weight: 700;
    color: #333 !important;
  }
}
aside.sitewide-aside ul.sidebar-menu li a {
  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li a {
    padding: 10px 0;
    font-weight: 400;
    color: #333;
  }
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside ul.sidebar-menu li a:hover {
    text-decoration: underline;
  }
}
aside.sitewide-aside .sidebar-text-block {
  padding: 30px 30px 15px 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1000px) {
  aside.sitewide-aside .sidebar-text-block {
    padding: 30px 0 0 0;
    border: 0;
    border-top: 1px solid #ccc;
    font-size: 0.95em;
  }
}
aside.sitewide-aside .button, aside.sitewide-aside input[type=submit], aside.sitewide-aside nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target aside.sitewide-aside span {
  margin: 10px 0 0 0;
}

a.sidebar-toggle {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 60px 20px 30px;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff !important;
  background: #2e7d49;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  a.sidebar-toggle {
    display: none;
  }
}
a.sidebar-toggle:after {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 32%;
  font-family: FontAwesome;
  content: "\f078";
  font-weight: 100;
}
@media screen and (min-width: 650px) {
  a.sidebar-toggle:after {
    right: 40px;
  }
}
a.sidebar-toggle.active:after {
  content: "\f077";
}

footer {
  background: #fff;
  border-top: 1px solid #ccc;
}
footer .footer-content {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 20px 20px 20px;
}
@media screen and (min-width: 650px) {
  footer .footer-content {
    padding: 70px 30px 10px 30px;
  }
}
footer .footer-content .content {
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  footer .footer-content .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content {
    grid-template-columns: 2fr 1fr;
    grid-gap: 50px;
    max-width: 1360px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content .content {
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-content .content {
    grid-gap: 120px;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content .footer-col-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-content .content .footer-col-group {
    grid-gap: 70px;
  }
}
@media screen and (min-width: 1400px) {
  footer .footer-content .content .footer-col-group {
    grid-gap: 120px;
  }
}
footer .footer-content .content .footer-col {
  margin-bottom: 40px;
  font-size: 1.1em;
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content .footer-col {
    margin: 0;
  }
}
@media screen and (min-width: 650px) {
  footer .footer-content .content .footer-col.footer-col-1 {
    margin-top: -15px;
  }
}
footer .footer-content .content .footer-col.footer-col-1 a#footer-logo {
  display: block;
  width: 170px;
  height: 95px;
  margin: 0 0 35px 0;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  background-size: 170px 95px;
}
footer .footer-content .content .footer-col.footer-col-1 .footer-location {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 35px 0;
  font-family: "azo-sans-web", sans-serif;
  font-size: 0.9em;
  line-height: 1.2em;
}
footer .footer-content .content .footer-col.footer-col-1 .footer-location i {
  padding-right: 7px;
  font-size: 2em;
  color: #1a4976;
}
footer .footer-content .content .footer-col.footer-col-1 .button, footer .footer-content .content .footer-col.footer-col-1 input[type=submit], footer .footer-content .content .footer-col.footer-col-1 nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target footer .footer-content .content .footer-col.footer-col-1 span {
  margin: 0 0 15px 0;
}
footer .footer-content .content .footer-col.footer-col-1 .footer-social {
  display: flex;
  margin: 0 0 30px 0;
}
footer .footer-content .content .footer-col.footer-col-1 .footer-social a {
  display: block;
  margin: 0 20px 0 0;
  font-size: 48px;
  color: #1a4976;
}
@media screen and (min-width: 1000px) {
  footer .footer-content .content .footer-col.footer-col-1 .footer-social a {
    font-size: 2.5em;
  }
}
footer .footer-content .content .footer-col.footer-col-1 .footer-social a span {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer .footer-content .content .footer-col .footer-col-head {
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  font-family: "azo-sans-web", sans-serif;
}
footer .footer-content .content .footer-col .button, footer .footer-content .content .footer-col input[type=submit], footer .footer-content .content .footer-col nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target footer .footer-content .content .footer-col span {
  font-size: 0.8em;
}
footer .footer-content .content .footer-col .footer-menus {
  margin-top: -5px;
}
@media screen and (min-width: 1200px) {
  footer .footer-content .content .footer-col .footer-menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    margin: -35px 0 0 0;
  }
}
footer .footer-content .content .footer-col ul.footer-menu {
  margin: 0 0 30px 0;
  list-style-type: none;
  font-size: 0.95em;
}
footer .footer-content .content .footer-col ul.footer-menu li {
  margin-bottom: 15px;
  line-height: 1.2em !important;
}
footer .footer-content .content .footer-col ul.footer-menu li a {
  font-size: 0.9em;
  font-family: "azo-sans-web", sans-serif;
  color: #333 !important;
}
footer .footer-content .content .footer-col ul.footer-menu li a:hover {
  color: #3a9d5c !important;
}
footer .footer-content .content .footer-col ul.footer-menu li.parent {
  margin-top: 30px;
}
footer .footer-content .content .footer-col ul.footer-menu li.parent a {
  font-weight: 700;
  font-size: 1em;
}
footer .footer-content .content .footer-col ul.footer-menu li.child a {
  font-weight: 400;
}
footer .footer-copy {
  background: #fff9ee;
}
footer .footer-copy .content {
  position: relative;
  padding: 40px 20px;
  max-width: 1360px;
  margin: 0 auto;
  font-size: 0.75em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 650px) {
  footer .footer-copy .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1000px) {
  footer .footer-copy .content {
    margin-top: 40px;
  }
}
footer .footer-copy .content p {
  margin: 0;
}
footer .footer-copy #dadra {
  margin: 30px 0 0 -15px;
}
@media screen and (min-width: 650px) {
  footer .footer-copy #dadra {
    margin: 0;
  }
}
footer .footer-copy #dadra a {
  padding: 10px 15px;
  font-weight: 400;
  color: #333;
  border-radius: 6px;
}
footer .footer-copy #dadra a:hover {
  background: #ffbd4a;
}

a.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  padding: 10px 20px;
  font-size: 0.8em;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: #02170a;
  border-radius: 5px;
  z-index: 20000;
  transition: none;
}
a.skip:active, a.skip:focus, a.skip:hover {
  top: 60px;
  left: 30%;
}
@media screen and (min-width: 1000px) {
  a.skip:active, a.skip:focus, a.skip:hover {
    top: 0;
    left: 45%;
  }
}

.shiftnav-wrap {
  margin-top: 0 !important;
}

#shiftnav-toggle-main {
  height: 60px;
  padding: 0 !important;
  z-index: 10000000 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
  padding: 0 !important;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content a {
  display: block;
  width: 89px;
  height: 50px;
  margin: 5px 0 0 15px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat center center;
  background-size: 89px 50px;
}
#shiftnav-toggle-main .shiftnav-toggle-burger {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 4px 25px 0 0 !important;
  font-size: 2.25em;
}
#shiftnav-toggle-main .shiftnav-toggle-burger i:before {
  content: "\f0c9" !important;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.shiftnav-open #shiftnav-toggle-main .shiftnav-toggle-burger i:before {
  content: "\f00d" !important;
}

.shiftnav-no-transforms .shiftnav.shiftnav-right-edge {
  right: -100% !important;
}
.shiftnav-no-transforms .shiftnav.shiftnav-right-edge.shiftnav-open-target {
  right: auto !important;
}

#shiftnav-main {
  width: 100%;
  max-width: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%), url(images/what-the-hex.png) #faf3e5;
  z-index: 1000000000 !important;
}
@media screen and (min-width: 1000px) {
  #shiftnav-main {
    display: none;
  }
}
#shiftnav-main .shiftnav-inner {
  position: relative;
  padding-top: 0;
}
#shiftnav-main .shiftnav-panel-close {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8px;
  right: 18px;
  width: 46px;
  height: 46px !important;
  padding: 0;
  line-height: 0 !important;
  font-size: 2em !important;
  color: #3a9d5c;
  background: none;
  border-radius: 50%;
  border: 2px solid #3a9d5c;
}
#shiftnav-main .shiftnav-panel-close i {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400 !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  line-height: 0 !important;
}
#shiftnav-main .shiftnav-menu {
  max-width: 575px;
  margin: 35px auto 0 auto;
}
@media screen and (min-width: 650px) {
  #shiftnav-main .shiftnav-menu {
    margin-top: 80px;
  }
}
#shiftnav-main .shiftnav-menu li ul {
  margin-bottom: 5px;
  background: none !important;
}
#shiftnav-main .shiftnav-menu li ul li {
  margin-left: 10px;
}
#shiftnav-main .shiftnav-menu li ul li a {
  padding: 12px 25px !important;
  text-transform: none;
  font-weight: 400;
  font-size: 1.25em !important;
}
@media screen and (min-width: 650px) {
  #shiftnav-main .shiftnav-menu li ul li a {
    font-size: 1.5em !important;
  }
}
#shiftnav-main .shiftnav-menu a {
  padding: 15px 25px !important;
  font-size: 1.5em !important;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b743a !important;
  background: none !important;
}
@media screen and (min-width: 650px) {
  #shiftnav-main .shiftnav-menu a {
    font-size: 2em !important;
  }
}
#shiftnav-main .shiftnav-menu a:hover {
  color: #3a9d5c !important;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation {
  padding: 0 46px;
  font-size: 1.5em;
  color: #1b743a !important;
  background: none !important;
  transition: all 0.15s ease;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation:hover {
  color: #3a9d5c !important;
}
#shiftnav-main .shiftnav-menu span.shiftnav-submenu-activation i {
  top: 40%;
}
#shiftnav-main .shiftnav-menu .mobile-nav-contact,
#shiftnav-main .shiftnav-menu .mobile-nav-login {
  display: block;
  margin: 30px 25px !important;
}
#shiftnav-main .shiftnav-menu .mobile-nav-contact a,
#shiftnav-main .shiftnav-menu .mobile-nav-login a {
  font-size: 1.6em !important;
  color: #02170a !important;
}
#shiftnav-main .shiftnav-menu .mobile-nav-login a {
  background: #ffbd4a !important;
}
#shiftnav-main .shiftnav-menu .mobile-nav-login a:hover {
  background: #fec666 !important;
}
#shiftnav-main .shiftnav-menu-image {
  margin-bottom: 0;
  padding: 5px 0 0 15px !important;
}
#shiftnav-main .shiftnav-menu-image img {
  display: block;
  width: 89px !important;
}

.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
  background: none !important;
}

header.sitewide-header {
  position: absolute;
  top: auto;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  header.sitewide-header {
    position: fixed !important;
    top: 0;
    left: auto;
    width: 100%;
    height: 120px;
    background: #fff;
    overflow: visible;
    z-index: 100000000 !important;
    transition: height 0.15s ease;
  }
}
header.sitewide-header.scrolled {
  height: 80px;
}
header.sitewide-header.scrolled #header-content {
  height: 80px;
}
header.sitewide-header.scrolled #header-content a#logo {
  top: 8px;
  width: 116px;
  height: 65px;
  background-size: 116px 65px;
}
header.sitewide-header.scrolled #header-content nav.ubermenu > ul > li > .ubermenu-target {
  height: 80px !important;
}
header.sitewide-header.scrolled #header-content nav.ubermenu ul.ubermenu-submenu-type-flyout,
header.sitewide-header.scrolled #header-content nav.ubermenu ul.ubermenu-submenu-type-mega {
  margin-top: -10px !important;
}
header.sitewide-header #header-content {
  position: relative;
  box-sizing: border-box;
  max-width: 1660px;
  height: 120px;
  margin: 0 auto;
  transition: all 0.15s ease;
}
header.sitewide-header #header-content:after {
  content: "";
  display: table;
  clear: both;
}
header.sitewide-header #header-content a#logo {
  transition: none;
  display: block;
  position: absolute;
  top: 12px;
  left: 30px;
  width: 170px;
  height: 95px;
  text-indent: -9999px;
  background: url(images/logo.png) no-repeat;
  background-size: 170px 95px;
  z-index: 1000000;
  transition: all 0.15s ease;
}

nav.ubermenu > ul > li > .ubermenu-target {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 120px !important;
  padding: 0 15px !important;
  font-size: 0.9em;
  font-weight: 500;
  font-family: "azo-sans-web", sans-serif;
  text-transform: uppercase;
  color: #063a18 !important;
  transition: all 0.15s ease;
}
nav.ubermenu > ul > li > .ubermenu-target:hover {
  color: #3a9d5c !important;
}
nav.ubermenu > ul > li > .ubermenu-target:focus {
  outline: none;
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target {
  color: #3a9d5c !important;
}
nav.ubermenu > ul > li.ubermenu-active > .ubermenu-target .ubermenu-sub-indicator {
  transition: all 0.15s ease;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target {
  padding-right: 30px !important;
}
nav.ubermenu .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  font-size: 0.8em;
  top: 50% !important;
  right: 16px !important;
  opacity: 0.6;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout {
  min-width: 260px;
  margin-top: -25px !important;
  padding: 10px 0;
  background: #fff !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
  clip: auto !important;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a {
  padding: 12px 25px !important;
  font-family: open-sans, sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  color: #02170a;
  transition: all 0.15s ease;
}
nav.ubermenu ul.ubermenu-submenu-type-flyout > li > a:hover {
  color: #3a9d5c !important;
}
nav.ubermenu ul.ubermenu-submenu-type-mega {
  min-width: 560px;
  margin-top: -25px !important;
  padding: 10px 30px;
  background: #fff !important;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 10px;
  clip: auto !important;
}
nav.ubermenu ul.ubermenu-submenu-type-mega li > a {
  padding: 12px 0 !important;
  font-size: 0.85em;
  font-weight: 400;
  color: #02170a;
  transition: all 0.15s ease;
}
nav.ubermenu ul.ubermenu-submenu-type-mega li > a:hover {
  color: #3a9d5c !important;
}
nav.ubermenu ul.ubermenu-submenu-type-mega li.nav-head {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 3px solid #ffbd4a;
}
nav.ubermenu ul.ubermenu-submenu-type-mega li.nav-head a {
  font-weight: 600;
  font-size: 0.85em;
}
nav.ubermenu ul.ubermenu-submenu-type-mega .peer-networks-col {
  padding-right: 80px;
}
nav.ubermenu ul.ubermenu-submenu-type-mega .peer-networks-col a {
  font-weight: 600;
  font-size: 0.85em;
}

nav.ubermenu-main {
  padding-left: 250px;
}
@media screen and (min-width: 1100px) {
  nav.ubermenu-main {
    padding-left: 300px;
  }
}
@media screen and (min-width: 1400px) {
  nav.ubermenu-main {
    padding-left: 370px;
  }
}

nav.ubermenu-secondary-nav {
  margin-right: 20px;
}
nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target:hover span {
  background: #9ada46 !important;
}
nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span {
  margin: 0 !important;
  padding: 13px 20px !important;
  font-size: 1em !important;
  font-weight: 500 !important;
  color: #02170a;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  color: #333;
  word-break: break-word;
}
@media screen and (min-width: 1000px) {
  body {
    font-weight: 400;
  }
}

.content {
  position: relative;
  z-index: 1000000;
}

.content-padding {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 1000px) {
  .content-padding {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.content-padding.content-medium {
  max-width: 650px;
}
.content-padding.content-medium-large {
  max-width: 800px;
}
.content-padding.content-large {
  max-width: 1000px;
}
.content-padding.content-extra-large {
  max-width: 1200px;
}
.content-padding.content-wide {
  max-width: 1400px;
}

main {
  position: relative;
  display: block;
  background: #faf3e5;
  overflow: hidden;
}

.main-content-wrap {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%), linear-gradient(to top, rgb(255, 249, 238) 50%, rgba(255, 249, 238, 0) 80%), url(images/what-the-hex.png) #fff9ee;
}
.main-content-wrap.has-hero {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 0 0;
  background: linear-gradient(to top, rgb(250, 243, 229) 50%, rgba(250, 243, 229, 0) 70%), url(images/what-the-hex.png) #faf3e5;
  z-index: 1000000;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap.has-hero {
    margin-top: -100px;
  }
}
.main-content-wrap.has-hero:before {
  content: "";
  position: relative;
  display: block;
  height: 40px;
  margin-top: -80px;
  clip-path: ellipse(70% 100% at 50% 100%);
  background: linear-gradient(to bottom, rgb(247, 239, 226) 0%, rgba(247, 239, 226, 0) 100%), url(images/what-the-hex.png) #faf3e5;
  z-index: 1000;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap.has-hero:before {
    height: 100px;
  }
}
.main-content-wrap.has-hero .main-content.no-sidebar {
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap.has-hero .main-content.no-sidebar {
    padding-top: 60px !important;
    position: relative;
    margin: -120px auto 0 auto;
    z-index: 100000;
  }
}
.main-content-wrap.has-sidebar {
  max-width: 1300px;
}
.main-content-wrap.no-sidebar.top-content-border {
  border-top: 1px solid #aaa;
}
@media screen and (min-width: 1000px) {
  .main-content-wrap.no-sidebar.top-content-border {
    border: 0;
  }
}
.main-content {
  padding-top: 0 !important;
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .main-content {
    padding-top: 20px !important;
    padding-bottom: 60px;
    font-size: 1.1em;
  }
}

.main-content.no-sidebar {
  margin: 0 auto;
}

article.sitewide-article {
  padding: 0 0 30px 0;
}
@media screen and (min-width: 1000px) {
  article.sitewide-article {
    padding: 0;
  }
}

#headroom {
  display: none;
}
@media screen and (min-width: 1000px) {
  #headroom {
    display: block;
    margin-top: 120px;
  }
}

/*  small screen fixed positioning for wp toolbar on front end
================================================================*/
@media only screen and (max-width: 680px) {
  html #wpadminbar {
    position: absolute !important;
    top: -46px !important;
    z-index: 90000 !important;
  }
}
.accordion-wrap {
  position: relative;
  margin: 30px auto;
}
.accordion-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap {
    margin: 40px auto;
  }
}
.accordion-wrap h2 {
  margin: 10px 0 30px 0;
  line-height: 1.2em;
  font-size: 1.4em;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  text-transform: none;
}
@media screen and (min-width: 650px) {
  .accordion-wrap h2 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 800px) {
  .accordion-wrap h2 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 1000px) {
  .accordion-wrap h2 {
    font-size: 1.85em;
  }
}
.accordion-wrap .accordion-trigger {
  position: relative;
  margin: 0 0 10px 0;
  padding: 20px 50px 20px 25px;
  color: #fff;
  font-weight: 500;
  background: #1a4976;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.ui-accordion-header-active {
  border-radius: 5px 5px 0 0;
}
.accordion-wrap .accordion-trigger .ui-icon {
  position: absolute;
  top: 22px;
  right: 20px;
  width: auto;
  height: auto;
  text-indent: 0;
  background-image: none;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger .ui-icon:after {
  display: block;
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  font-weight: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  transition: all 0.15s ease;
}
.accordion-wrap .accordion-trigger.ui-state-active .ui-icon:after {
  transform: rotate(-45deg);
}
.accordion-wrap .accordion-trigger:hover {
  background: #336593;
}
.accordion-wrap .accordion-trigger:focus {
  outline: none;
}
.accordion-wrap .accordion-panel {
  margin: -10px 0 10px 0;
  padding: 20px 20px 10px 20px;
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 1000px) {
  .accordion-wrap .accordion-panel {
    padding: 30px 30px 20px 30px;
  }
}
.accordion-wrap .accordion-panel .text-block {
  margin-bottom: 0;
}
.accordion-wrap .accordion-panel ul:first-of-type {
  margin-top: 0;
}
.accordion-wrap .accordion-panel ul:last-of-type {
  margin-bottom: 0;
}
.accordion-wrap .accordion-panel ul a {
  font-weight: 600;
}

blockquote {
  max-width: 800px;
  padding: 20px 20px 20px 50px !important;
  margin: 40px auto 0 auto;
  font-size: 1em;
  font-weight: 500;
  font-family: "azo-sans-web", sans-serif;
  color: #333;
}
@media screen and (min-width: 800px) {
  blockquote {
    padding: 30px 40px 30px 65px !important;
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1300px) {
  blockquote {
    padding: 40px 50px 40px 85px !important;
  }
}
blockquote p {
  position: relative;
  margin: 0;
  font-style: italic;
  font-size: 1em;
  line-height: 1.4em;
}
@media screen and (min-width: 800px) {
  blockquote p {
    line-height: 1.6em;
  }
}
blockquote p:before {
  position: absolute;
  top: 10px;
  left: -40px;
  content: '"';
  font-size: 4em;
  font-weight: 700;
  color: #3a9d5c;
}
@media screen and (min-width: 800px) {
  blockquote p:before {
    left: -43px;
  }
}
blockquote span {
  display: block;
  margin-top: 10px;
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.3em;
}
@media screen and (min-width: 800px) {
  blockquote span {
    margin-top: 20px;
  }
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 30px auto;
}
.button-row.buttons-center {
  justify-content: center;
}
.button-row.buttons-center .button, .button-row.buttons-center input[type=submit], .button-row.buttons-center nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .button-row.buttons-center span {
  margin: 0 10px 20px 10px;
}
.button-row.button-width-wide .button, .button-row.button-width-wide input[type=submit], .button-row.button-width-wide nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .button-row.button-width-wide span {
  padding-right: 70px;
  padding-left: 70px;
}
.button-row.button-width-extra-wide .button, .button-row.button-width-extra-wide input[type=submit], .button-row.button-width-extra-wide nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .button-row.button-width-extra-wide span {
  padding-right: 70px;
  padding-left: 70px;
}
@media screen and (min-width: 650px) {
  .button-row.button-width-extra-wide .button, .button-row.button-width-extra-wide input[type=submit], .button-row.button-width-extra-wide nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .button-row.button-width-extra-wide span {
    padding-right: 150px;
    padding-left: 150px;
  }
}
.button-row .button, .button-row input[type=submit], .button-row nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .button-row span {
  margin: 0 20px 20px 0;
}

.button, input[type=submit], nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span,
input.button,
input.button[type=submit],
#submit {
  position: relative;
  display: inline-block;
  margin: 0 10px 20px 0;
  padding: 16px 30px;
  text-align: center;
  color: #02170a !important;
  font-weight: 600;
  text-decoration: none !important;
  font-family: inherit;
  font-size: 0.85em;
  text-transform: uppercase;
  border-radius: 5px !important;
  background: #8cc63f !important;
  cursor: pointer;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1200px) {
  .button, input[type=submit], nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span,
  input.button,
  input.button[type=submit],
  #submit {
    padding: 16px 35px;
    font-size: 0.9em;
  }
}
.button:hover, input[type=submit]:hover, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span:hover,
input.button:hover,
input.button[type=submit]:hover,
#submit:hover {
  background: #9ada46 !important;
}
.button.mango, input.mango[type=submit], nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span.mango,
input.button.mango,
input.button[type=submit].mango,
#submit.mango {
  background: #ffbd4a !important;
}
.button.mango:hover, input.mango[type=submit]:hover, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span.mango:hover,
input.button.mango:hover,
input.button[type=submit].mango:hover,
#submit.mango:hover {
  background: #fec666 !important;
}

.cards {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 650px) {
  .cards {
    margin: 10px 0 50px 0;
  }
}
.cards h2.cards-head {
  margin: 0 0 30px 0;
  text-align: center;
}
@media screen and (min-width: 650px) {
  .cards h2.cards-head {
    margin: 0 0 50px 0;
  }
}
.cards .cards-grid {
  display: grid;
  grid-gap: 30px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 650px) {
  .cards .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .cards .cards-grid {
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .cards .cards-grid {
    grid-gap: 50px;
  }
}
@media screen and (min-width: 1300px) {
  .cards .cards-grid {
    grid-gap: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .cards .cards-grid {
    grid-gap: 70px;
  }
}
.cards a.card {
  display: block;
  color: #333;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .cards a.card:hover img {
    opacity: 0.85;
  }
}
.cards a.card img {
  display: block;
  margin: 0 20px 5px 0;
  border-radius: 10px 10px 0 0;
  transition: all 0.15s ease;
}
.cards a.card .card-content {
  padding: 25px 30px 35px 30px;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 1000px) {
  .cards a.card .card-content {
    font-weight: 400;
  }
}
.cards a.card .card-content h2 {
  margin: 0 0 17px 0;
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) {
  .cards a.card .card-content h2 {
    font-size: 1.3em;
  }
}
.cards a.card .card-content h3 {
  margin: 0 0 15px 0;
  font-size: 1.05em;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .cards a.card .card-content h3 {
    font-size: 1em;
  }
}
.cards a.card .card-content p {
  margin: 0;
  line-height: 1.5em;
  font-size: 0.95em;
  color: #333;
}
.cards a.card .card-content .button, .cards a.card .card-content input[type=submit], .cards a.card .card-content nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .cards a.card .card-content span {
  margin: 25px 0 0 0;
}
.cards .cards-grid.peer-networks img {
  margin-bottom: -55px;
}
.cards .cards-grid.peer-networks .card-content h2.peer-network-button {
  position: relative;
  margin: 0 0 25px 0;
  display: inline-block;
  padding: 20px 30px;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  font-family: inherit;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 5px !important;
  cursor: pointer;
  transition: all 0.15s ease;
  z-index: 10000;
}
@media screen and (min-width: 1000px) {
  .cards .cards-grid.peer-networks .card-content h2.peer-network-button {
    padding: 23px 40px;
    font-size: 1.05em;
  }
}
.cards .cards-grid.peer-networks .sdl h2.peer-network-button {
  background: #336593 !important;
}
.cards .cards-grid.peer-networks .sdl h3 {
  color: #1a4976;
}
.cards .cards-grid.peer-networks .scl h2.peer-network-button {
  background: #d25030 !important;
}
.cards .cards-grid.peer-networks .scl h3 {
  color: #ba472b;
}
.cards .cards-grid.peer-networks .bpl h2.peer-network-button {
  background: #368269 !important;
}
.cards .cards-grid.peer-networks .bpl h3 {
  color: #265a49;
}
.cards .cards-grid.peer-networks .sages h2.peer-network-button {
  background: #534269 !important;
}
.cards .cards-grid.peer-networks .sages h3 {
  color: #534269;
}
.cards .cards-grid.peer-networks .card:hover.sdl h2.peer-network-button {
  background: #3c77ae !important;
}
.cards .cards-grid.peer-networks .card:hover.scl h2.peer-network-button {
  background: #e65835 !important;
}
.cards .cards-grid.peer-networks .card:hover.bpl h2.peer-network-button {
  background: #3e9679 !important;
}
.cards .cards-grid.peer-networks .card:hover.sages h2.peer-network-button {
  background: #665181 !important;
}

.columns {
  margin: 50px 0;
}
@media screen and (min-width: 1000px) {
  .columns {
    margin: 70px 0;
  }
}
@media screen and (min-width: 800px) {
  .columns > .content {
    display: grid;
    grid-gap: 50px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .columns > .content {
    grid-gap: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .columns > .content.halves {
    grid-template: auto/1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .columns > .content.two-thirds-one-third {
    grid-template: auto/2fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .columns > .content.one-third-two-thirds {
    grid-template: auto/1fr 2fr;
  }
}
@media screen and (min-width: 1000px) {
  .columns > .content.thirds {
    grid-template: auto/1fr 1fr 1fr;
  }
}
.columns > .content:after {
  display: none;
}
.columns > .content .content-padding {
  padding-right: 0;
  padding-left: 0;
}
.columns .column {
  max-width: 800px;
  min-width: 0;
  margin-bottom: 30px;
}
.columns .column .testimonials-slider {
  padding-bottom: 0;
}
.columns .column .testimonials-slider-content {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (min-width: 1000px) {
  .columns .column .testimonials-slider-content {
    margin-top: -40px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .columns .column .slides {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .columns .column > *:last-child {
    margin-bottom: 0;
  }
}
.columns .text-block,
.columns blockquote {
  margin: 0 0 40px 0;
}
.columns .text-block p:last-child {
  margin-bottom: 0;
}
.columns blockquote {
  padding: 0 30px;
}
.columns .column-img {
  display: block;
  margin: 0 0 30px 0;
  border: 0;
}
.columns .column-img img {
  display: block;
}
.columns .column-img a {
  position: relative;
  display: block;
}
.columns .column-img a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text i {
    font-size: 2em;
  }
}
.columns .column-img a span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
  font-family: open-sans, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 575px) {
  .columns .column-img a span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .columns .column-img a span.img-text p {
    font-size: 0.95em;
  }
}
.columns .column-img a:hover span.img-text {
  opacity: 1;
}
.columns .column-img a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.columns .column-img a:hover span.overlay {
  opacity: 1;
}
.columns .button-row-horiz:last-child .button:last-of-type, .columns .button-row-horiz:last-child input[type=submit]:last-of-type, .columns .button-row-horiz:last-child nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span:last-of-type, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .columns .button-row-horiz:last-child span:last-of-type {
  margin-bottom: 0;
}

.connection-collab-block h3 {
  margin: 0 0 25px 0 !important;
  font-size: 1.25em;
}
.connection-collab-block .memberships {
  display: grid;
  grid-template-columns: 34px auto;
  grid-gap: 15px;
  align-items: center;
  margin: 20px 0 0 0;
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.connection-collab-block .memberships span.icon {
  content: "";
  width: 34px;
  height: 32px;
  display: inline-block;
  background: url(images/icon-members.png) no-repeat;
  background-size: 34px 32px;
}

.cta-block {
  margin-top: -30px;
  margin-bottom: -1px;
  background: #1a4976;
}
@media screen and (min-width: 1000px) {
  .cta-block {
    margin-top: -50px;
  }
}
.cta-block .content {
  padding: 50px 20px 30px 20px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .cta-block .content {
    padding: 70px 20px 50px 20px;
    font-size: 1.1em;
  }
}
.cta-block .content h2 {
  color: #fff;
}
.cta-block .content p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1em;
}
@media screen and (min-width: 1000px) {
  .cta-block .content p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1400px) {
  .cta-block .content p {
    font-size: 1.2em;
  }
}
.cta-block .content .button-row {
  justify-content: center;
  margin-bottom: 0;
}
.cta-block .content .button-row .button, .cta-block .content .button-row input[type=submit], .cta-block .content .button-row nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .cta-block .content .button-row span {
  margin: 0 10px 20px 10px;
  padding-right: 70px;
  padding-left: 70px;
}

.fancybox__container {
  z-index: 10000000 !important;
}

.feature-blocks {
  max-width: 1100px;
  margin: 30px auto 50px auto;
}
@media screen and (min-width: 1000px) {
  .feature-blocks {
    margin: 50px auto 70px auto;
  }
}
.feature-blocks .feature-block {
  max-width: none;
  position: relative;
  margin-bottom: 50px;
}
.feature-blocks .feature-block.connector-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  left: 49.5%;
  width: 6px;
  height: 105px;
  background: #ffbd4a;
  z-index: 10000000;
}
@media screen and (min-width: 650px) {
  .feature-blocks .feature-block.connector-line:after {
    left: 123px;
  }
}
@media screen and (min-width: 1000px) {
  .feature-blocks .feature-block.connector-line:after {
    left: 172px;
  }
}
.feature-blocks .feature-block .content {
  margin: 0 auto;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 650px) {
  .feature-blocks .feature-block .content {
    display: grid;
    grid-template-columns: 150px auto;
    grid-gap: 50px;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  .feature-blocks .feature-block .content {
    grid-template-columns: 190px auto;
    grid-gap: 50px;
    padding: 50px !important;
  }
}
.feature-blocks .feature-block .content img {
  display: block;
  width: 150px;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 650px) {
  .feature-blocks .feature-block .content img {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .feature-blocks .feature-block .content img {
    width: 190px;
  }
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  font-family: open-sans, sans-serif;
  font-size: 1.1em;
  color: #333;
  background: #fff !important;
  border: 1px solid #aaa !important;
  border-radius: 6px !important;
}

textarea {
  max-width: 600px;
}

label {
  margin: 0 0 7px 0;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 700;
}

select {
  padding: 10px;
  font-size: 0.85em;
}

.nf-form-fields-required {
  display: none;
}

.nf-form-cont {
  max-width: 800px !important;
  margin: 30px auto;
}
@media screen and (min-width: 1000px) {
  .nf-form-cont {
    margin: 40px auto;
  }
}

.nf-field {
  margin: 0 0 30px 0 !important;
}

.form-one-half {
  float: none;
  width: 100%;
  margin: 0 !important;
}
@media screen and (min-width: 575px) {
  .form-one-half {
    width: 47.5%;
    float: left;
  }
}

@media screen and (min-width: 575px) {
  .form-first {
    clear: both;
    margin-right: 2.5% !important;
  }
}

@media screen and (min-width: 575px) {
  .form-last {
    float: left;
    clear: none !important;
    margin-left: 2.5% !important;
  }
}

.field-wrap input[type=text],
.field-wrap input[type=email],
.field-wrap textarea {
  position: relative;
  display: block;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 10px 15px !important;
  font-family: open-sans, sans-serif !important;
  font-size: 1.1em !important;
  color: #333 !important;
  background: #fff !important;
  border: 1px solid #aaa !important;
  border-radius: 6px !important;
}
.field-wrap textarea {
  max-width: none !important;
  border-radius: 6px 6px 0 6px !important;
}
.field-wrap .textarea-wrap {
  clear: both !important;
}
.field-wrap label {
  margin: 0 0 7px 0;
  font-size: 0.8em !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

.list-checkbox-wrap .nf-field-element ul li,
.list-radio-wrap .nf-field-element ul li {
  margin: 0 0 px 0 !important;
}
.list-checkbox-wrap .nf-field-element ul li label,
.list-radio-wrap .nf-field-element ul li label {
  font-size: 1em !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

input[type=button].button, input[type=button][type=submit] {
  margin-top: 10px !important;
}

.nf-error-msg {
  margin-top: -20px;
  margin-bottom: 40px;
}

.recaptcha-container {
  margin-top: 35px !important;
}

.nf-response-msg {
  padding: 30px;
  color: #333;
  background: #9ada46;
  border-radius: 20px;
}
.nf-response-msg h3 {
  margin: 0 0 12px 0;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
}
.nf-response-msg p {
  margin: 0;
}

.nf-response-msg {
  animation-name: fadeInUp;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
select .chosen-single,
.chosen-container-single .chosen-single {
  height: 40px !important;
  padding: 8px 15px !important;
  font-size: 1.15em !important;
  font-weight: 400 !important;
  color: #333 !important;
  background: #fff !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}
select .chosen-single div,
.chosen-container-single .chosen-single div {
  top: 4px !important;
  right: 7px !important;
}
select .chosen-single div b,
.chosen-container-single .chosen-single div b {
  background: none !important;
}
select .chosen-single div b:before,
.chosen-container-single .chosen-single div b:before {
  content: "\f0dd";
  font-family: FontAwesome;
  font-size: 0.9em;
}
select .chosen-drop,
.chosen-container-single .chosen-drop {
  max-width: 410px !important;
  font-size: 1.1em !important;
  border: 0 !important;
}
select .chosen-drop .chosen-search,
.chosen-container-single .chosen-drop .chosen-search {
  background: #fff !important;
}
select .chosen-drop ul.chosen-results,
.chosen-container-single .chosen-drop ul.chosen-results {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
  border-radius: 0 0 6px 6px !important;
}
select .chosen-drop ul.chosen-results li,
.chosen-container-single .chosen-drop ul.chosen-results li {
  padding: 7px 15px !important;
}
select .chosen-drop ul.chosen-results li.highlighted, select .chosen-drop ul.chosen-results li:hover,
.chosen-container-single .chosen-drop ul.chosen-results li.highlighted,
.chosen-container-single .chosen-drop ul.chosen-results li:hover {
  background: #379557;
}

.post-password-form {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px;
}
.post-password-form input[type=password] {
  margin-bottom: 10px;
  padding: 15px 10px;
}

.hero {
  padding: 30px 20px;
  background: #fff;
  overflow: hidden;
}
@media screen and (min-width: 575px) {
  .hero {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .hero {
    padding: 30px 35px;
  }
}
@media screen and (min-width: 1000px) {
  .hero.single-round .content {
    display: grid;
    grid-template-columns: 3fr 4fr;
    grid-gap: 70px;
    align-items: center;
  }
}
@media screen and (min-width: 1400px) {
  .hero.single-round .content {
    grid-template-columns: 530px auto;
    grid-gap: 120px;
    justify-content: end;
  }
}
@media screen and (min-width: 1000px) {
  .hero.single-round .content .hero-text-wrap {
    max-width: none;
    text-align: left;
    padding-bottom: 200px;
  }
}
.hero.single-round .hero-img-wrap {
  position: relative;
  max-height: 610px;
  max-width: 6110px;
  margin: 30px auto -25% auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 575px) {
  .hero.single-round .hero-img-wrap {
    margin-bottom: -28.5%;
  }
}
@media screen and (min-width: 650px) {
  .hero.single-round .hero-img-wrap {
    margin-bottom: -175px;
  }
}
@media screen and (min-width: 1000px) {
  .hero.single-round .hero-img-wrap {
    max-height: 830px;
    max-width: 830px;
    margin-top: 0;
    margin-right: -120px;
    margin-bottom: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .hero.single-round .hero-img-wrap {
    margin-bottom: -130px;
  }
}
@media screen and (min-width: 1300px) {
  .hero.single-round .hero-img-wrap {
    margin-right: -60px;
  }
}
@media screen and (min-width: 1400px) {
  .hero.single-round .hero-img-wrap {
    margin-right: 0;
  }
}
.hero.single-round .hero-img-wrap img {
  display: block;
  border-radius: 0;
}
@media screen and (min-width: 1200px) {
  .hero.triple-round {
    padding-top: 0;
  }
}
@media screen and (min-width: 800px) {
  .hero.triple-round .content {
    display: grid;
    grid-template-columns: 3fr 4fr;
    grid-gap: 80px;
    align-items: center;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1000px) {
  .hero.triple-round .content {
    grid-gap: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1300px) {
  .hero.triple-round .content {
    grid-gap: 200px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1400px) {
  .hero.triple-round .content {
    grid-template-columns: auto 690px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1500px) {
  .hero.triple-round .content {
    grid-template-columns: 530px 690px;
    justify-content: end;
  }
}
@media screen and (min-width: 800px) and (min-width: 1600px) {
  .hero.triple-round .content {
    grid-gap: 250px;
  }
}
@media screen and (min-width: 800px) {
  .hero.triple-round .hero-text-wrap {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero.triple-round .hero-text-wrap {
    padding-bottom: 100px;
  }
}
.hero.triple-round .hero-img-wrap {
  position: relative;
  margin: 10px auto 0 auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 800px) {
  .hero.triple-round .hero-img-wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.hero.triple-round img {
  position: absolute;
  display: block;
  width: 70%;
  border-radius: 50%;
  border: 10px solid #fff;
}
@media screen and (min-width: 1000px) {
  .hero.triple-round img {
    max-width: 475px;
    border-width: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .hero.triple-round img {
    max-width: 485px;
    border-width: 20px;
  }
}
.hero.triple-round img:nth-of-type(1) {
  top: 10%;
  left: -40px;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  .hero.triple-round img:nth-of-type(1) {
    left: -70px;
  }
}
@media screen and (min-width: 1300px) {
  .hero.triple-round img:nth-of-type(1) {
    top: 20px;
    left: -150px;
  }
}
.hero.triple-round img:nth-of-type(2) {
  top: 0;
  right: -40px;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .hero.triple-round img:nth-of-type(2) {
    right: -70px;
  }
}
@media screen and (min-width: 1300px) {
  .hero.triple-round img:nth-of-type(2) {
    top: -20px;
    right: -20px;
  }
}
.hero.triple-round img:nth-of-type(3) {
  top: 40%;
  left: 30%;
  z-index: 3;
}
@media screen and (min-width: 1300px) {
  .hero.triple-round img:nth-of-type(3) {
    top: 35%;
    left: 20%;
  }
}
@media screen and (min-width: 1000px) {
  .hero.quad-rect .content {
    display: grid;
    grid-template-columns: 3fr 4fr;
    grid-gap: 80px;
    align-items: start;
  }
}
@media screen and (min-width: 1200px) {
  .hero.quad-rect .content {
    grid-template-columns: 2fr 3fr;
    grid-gap: 120px;
  }
}
@media screen and (min-width: 1300px) {
  .hero.quad-rect .content {
    grid-template-columns: 4fr 7fr;
    grid-gap: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .hero.quad-rect .content {
    grid-template-columns: 4fr 8fr;
  }
}
@media screen and (min-width: 1500px) {
  .hero.quad-rect .content {
    grid-template-columns: 4fr 9fr;
  }
}
@media screen and (min-width: 1600px) {
  .hero.quad-rect .content {
    grid-template-columns: 4fr 10fr;
  }
}
@media screen and (min-width: 1200px) {
  .hero.quad-rect .hero-text-wrap {
    margin-top: 30px !important;
  }
}
@media screen and (min-width: 1400px) {
  .hero.quad-rect .hero-text-wrap {
    margin-top: 60px !important;
  }
}
@media screen and (min-width: 1600px) {
  .hero.quad-rect .hero-text-wrap {
    margin-top: 80px !important;
  }
}
.hero.quad-rect .hero-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 800px) {
  .hero.quad-rect .hero-img-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  .hero.quad-rect .hero-img-wrap {
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
  }
}
@media screen and (min-width: 1000px) {
  .hero.quad-rect .hero-img-wrap {
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  .hero.quad-rect .hero-img-wrap {
    grid-gap: 18px;
  }
}
.hero.quad-rect img {
  border-radius: 10px;
}
.hero .content {
  position: relative;
  max-width: 1590px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.hero .content .hero-text-wrap {
  max-width: 650px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .hero .content .hero-text-wrap {
    max-width: none;
    text-align: left;
  }
}
.hero .content h1 {
  margin: 0;
}
.hero .content h2 {
  margin: 23px 0 0 0;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.35em;
}
@media screen and (min-width: 575px) {
  .hero .content h2 {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 800px) {
  .hero .content h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1100px) {
  .hero .content h2 {
    font-size: 1.25em;
  }
}
.hero .content p {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 1000px) {
  .hero .content p {
    font-size: 1.1em;
  }
}
.hero .content .button-row {
  margin: 30px 0 0 0;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .hero .content .button-row {
    justify-content: flex-start;
  }
}
.hero .content .button-row .button, .hero .content .button-row nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .hero .content .button-row span, .hero .content .button-row input[type=submit] {
  margin: 0 10px 20px 10px;
}
@media screen and (min-width: 1000px) {
  .hero .content .button-row .button, .hero .content .button-row nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .hero .content .button-row span, .hero .content .button-row input[type=submit] {
    margin: 0 10px 20px 0;
  }
}

.icons-wrap {
  margin: 20px auto 40px auto;
}
@media screen and (min-width: 1000px) {
  .icons-wrap {
    margin: 40px auto 70px auto;
  }
}
.icons-wrap .content {
  text-align: center;
}
.icons-wrap h2 {
  margin: 0 0 40px 0;
}
@media screen and (min-width: 575px) {
  .icons-wrap h2 {
    margin: 0 0 60px 0;
  }
}
.icons-wrap .icons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 50px;
  justify-items: center;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 575px) {
  .icons-wrap .icons-grid {
    grid-gap: 50px 80px;
  }
}
@media screen and (min-width: 800px) {
  .icons-wrap .icons-grid {
    grid-gap: 80px;
  }
}
@media screen and (min-width: 575px) {
  .icons-wrap .icons-grid.icons-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 575px) {
  .icons-wrap .icons-grid.icons-columns-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .icons-wrap .icons-grid.icons-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 70px;
    max-width: 1400px;
  }
}
.icons-wrap .icons-grid.icons-larger img {
  max-height: 188px;
}
.icons-wrap .icons-grid.icons-smaller img {
  max-height: 156px;
}
.icons-wrap .icons-grid .icon-item {
  display: block;
  box-sizing: border-box;
  font-size: 0.95em;
  text-align: center;
  line-height: 1.05em;
  text-decoration: none;
}
.icons-wrap .icons-grid .icon-item img {
  display: block;
  max-width: auto;
  width: auto;
  margin: 0 auto;
}
.icons-wrap .icons-grid .icon-item h4 {
  margin: 20px 0 0 0;
  font-size: 1.1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #4b3b5a;
}
.icons-wrap .icons-grid .icon-item p {
  margin: 12px 0 0 0;
  font-size: 0.925em;
  line-height: 1.6em;
}

.img-gallery-wrap {
  margin: 30px auto;
}
@media screen and (min-width: 650px) {
  .img-gallery-wrap {
    margin: 40px auto;
  }
}
.img-gallery-wrap h2 {
  position: relative;
  margin: 0 0 20px 0;
}

.img-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1px;
}
@media screen and (min-width: 800px) {
  .img-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.img-gallery-grid .img-gallery-item {
  position: relative;
}
.img-gallery-grid .img-gallery-item img {
  display: block;
}
.img-gallery-grid .img-gallery-item span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-gallery-grid .img-gallery-item span.img-text i {
  display: block;
  font-size: 1.5em;
}
@media screen and (min-width: 575px) {
  .img-gallery-grid .img-gallery-item span.img-text i {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 800px) {
  .img-gallery-grid .img-gallery-item span.img-text i {
    font-size: 2em;
  }
}
.img-gallery-grid .img-gallery-item span.img-text p {
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 10px;
  line-height: 1.4em;
  font-size: 0.7em;
  word-wrap: break-word !important;
}
@media screen and (min-width: 575px) {
  .img-gallery-grid .img-gallery-item span.img-text p {
    padding: 0 20px;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 800px) {
  .img-gallery-grid .img-gallery-item span.img-text p {
    font-size: 0.95em;
  }
}
.img-gallery-grid .img-gallery-item:hover span.img-text {
  opacity: 1;
}
.img-gallery-grid .img-gallery-item span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-gallery-grid .img-gallery-item:hover span.overlay {
  opacity: 1;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_desc {
  display: none !important;
}

.img-rows {
  margin: 50px auto;
}
@media screen and (min-width: 650px) {
  .img-rows {
    margin: 70px auto;
  }
}
.img-rows h2 {
  margin: 0 0 20px 0;
}
.img-rows .img-row {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.img-rows .img-row img {
  display: block;
}
.img-rows .img-row .full {
  display: grid;
  grid-template: auto/1fr;
}
.img-rows .img-row .two-thirds-one-third,
.img-rows .img-row .one-third-two-thirds,
.img-rows .img-row .halves,
.img-rows .img-row .thirds,
.img-rows .img-row .quarters {
  display: grid;
  grid-gap: 0 10px;
}
@media screen and (min-width: 1000px) {
  .img-rows .img-row .two-thirds-one-third,
  .img-rows .img-row .one-third-two-thirds,
  .img-rows .img-row .halves,
  .img-rows .img-row .thirds,
  .img-rows .img-row .quarters {
    grid-gap: 0 20px;
  }
}
.img-rows .img-row .two-thirds-one-third {
  grid-template: auto/2fr 1fr;
}
.img-rows .img-row .one-third-two-thirds {
  grid-template: auto/1fr 2fr;
}
.img-rows .img-row .halves {
  grid-template: auto/1fr 1fr;
}
.img-rows .img-row .thirds {
  grid-template: auto/1fr 1fr 1fr;
}
.img-rows .img-row .quarters {
  grid-template: auto/1fr 1fr 1fr 1fr;
}
.img-rows a {
  position: relative;
  border-radius: 10px;
}
.img-rows a span.img-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  z-index: 1000;
  transition: all 0.15s ease;
  opacity: 0;
}
.img-rows a span.img-text i {
  display: block;
  margin-top: 10px;
  font-size: 1.5em;
  font-weight: 400;
}
.img-rows a span.img-text p {
  display: none;
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  padding: 0 20px;
  line-height: 1.4em;
  font-size: 0.9em;
  word-wrap: break-word !important;
}
@media screen and (min-width: 1000px) {
  .img-rows a span.img-text p {
    display: block;
  }
}
.img-rows a:hover span.img-text {
  opacity: 1;
}
.img-rows a span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 0.15s ease;
  opacity: 0;
  border-radius: 10px;
}
.img-rows a:hover span.overlay {
  opacity: 1;
}

img,
.alignleft,
.alignright,
.aligncenter,
.alignnone,
.wp-caption,
.img-link {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border-radius: 10px;
}

.alignleft {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignleft {
    float: left;
    max-width: 50%;
    margin: 5px 30px 20px 0;
  }
}

.alignright {
  display: block;
  margin: 5px 0 20px 0;
}
@media screen and (min-width: 450px) {
  .alignright {
    float: right;
    max-width: 50%;
    margin: 5px 0 20px 30px;
  }
}

.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

.alignnone {
  display: block;
  margin: 0 0 30px 0;
}

.wp-caption {
  margin-bottom: 25px !important;
}

.wp-caption img {
  max-width: 100%;
}

p.wp-caption-text {
  margin: 2px 0 0 0;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.4em;
  color: #333;
}

aside .alignleft,
aside .alignright,
aside .aligncenter,
aside .alignnone,
aside .wp-caption,
aside .img-link {
  margin-bottom: 40px;
}

.image {
  max-width: 1000px;
  margin: 0 auto 50px auto;
}
.image a {
  display: block;
  margin: 0 auto;
}
.image a.img-square {
  max-width: 900px;
}
.image a.img-vert {
  max-width: 700px;
}
.image img {
  display: block;
  margin: 0 auto;
}

.fluid-width-video-wrapper {
  clear: both;
  margin: 40px 0;
}

.embed-container {
  clear: both;
  position: relative;
  margin: 25px 0;
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-wrap {
  margin: 30px auto 0 auto;
  background: #fff;
}
@media screen and (min-width: 1000px) {
  .grid-wrap {
    margin: 40px auto -10px auto;
  }
}
.grid-wrap .grid-content {
  max-width: 1400px;
  padding: 50px 20px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .grid-wrap .grid-content {
    padding: 70px 30px 90px 30px;
  }
}
.grid-wrap h2 {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 1000px) {
  .grid-wrap h2 {
    margin: 0 0 50px 0;
  }
}
.grid-wrap .logo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 650px) {
  .grid-wrap .logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .grid-wrap .logo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.grid-wrap .logo-grid .grid-item img {
  display: block;
  width: auto !important;
  max-height: 105px;
  margin: 0 auto;
  transition: all 0.15s ease;
}

.internal-nav-menu {
  margin: 20px 0 30px 0;
  line-height: 1.8em;
}
.internal-nav-menu a {
  display: inline-block;
}
.internal-nav-menu span {
  display: inline-block;
  margin: 0 3px;
  opacity: 0.5;
}
.internal-nav-menu span:last-child {
  display: none;
}

.pagination {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0.9em;
}

.wp-pagenavi {
  margin: 0 auto;
  color: #333;
}
.wp-pagenavi .pages {
  margin-right: 10px;
  padding-left: 0;
  font-weight: 400;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  font-weight: 500;
  color: #333;
  border-radius: 3px;
  border: 0;
}
.wp-pagenavi a:hover {
  background: #ccc;
  color: #333;
}
.wp-pagenavi .current {
  padding: 6px 9px 5px 9px;
  background: #aaa;
  color: #fff;
}

.personnel {
  margin: 40px auto 0 auto;
}
.personnel:last-of-type .person:last-of-type {
  border: 0;
}
.personnel h2.personnel-head {
  line-height: 1.2em;
  font-size: 1.75em;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  text-transform: none;
}
@media screen and (min-width: 1000px) {
  .personnel h2.personnel-head {
    font-size: 1.85em;
  }
}
.personnel h3.personnel-sub-head {
  font-size: 1.2em;
  color: #4b3b5a;
  font-weight: 400;
}
@media screen and (min-width: 1000px) {
  .personnel h3.personnel-sub-head {
    font-size: 1.3em;
  }
}
.personnel .person {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.personnel img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 0 30px 0;
  border-radius: 50%;
}
@media screen and (min-width: 450px) {
  .personnel img {
    float: left;
    width: 40%;
    max-width: none;
    margin: 7px 30px 15px 0;
  }
}
.personnel h2 {
  margin: 0 0 10px 0;
  font-size: 1.5em;
}
@media screen and (min-width: 1000px) {
  .personnel h2 {
    font-size: 1.75em;
  }
}
.personnel h3 {
  margin: 0 0 10px 0;
  font-size: 1.25em;
  font-weight: 600;
}
.personnel h4 {
  margin: 0;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  font-family: open-sans, sans-serif;
}
.personnel .bio {
  margin-top: 25px;
}

.service-block {
  position: relative;
  padding: 40px 20px;
}
@media screen and (min-width: 1000px) {
  .service-block {
    padding: 60px 35px;
  }
}
.service-block .content {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .service-block .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .service-block .content {
    grid-gap: 90px;
  }
}
@media screen and (min-width: 1400px) {
  .service-block .content {
    grid-gap: 120px;
  }
}
.service-block .content h2 {
  position: relative;
  margin: 0 0 12px 0;
  overflow: hidden;
}
.service-block .content h2 a {
  background: #fff;
}
.service-block .content h2 span.line {
  position: absolute;
  bottom: 11px;
  display: inline-block;
  width: 100%;
  height: 5px;
  margin-left: 15px;
  background-color: #ffbd4a;
  z-index: -1;
}
@media screen and (min-width: 575px) {
  .service-block .content h2 span.line {
    bottom: 13px;
  }
}
@media screen and (min-width: 800px) {
  .service-block .content h2 span.line {
    bottom: 16px;
    height: 6px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .service-block .content h2 span.line {
    bottom: 18px;
  }
}
.service-block .content img {
  display: block;
  margin: 25px 0;
}
@media screen and (min-width: 800px) {
  .service-block .content img {
    margin: 35px 0;
  }
}
@media screen and (min-width: 1000px) {
  .service-block .content img {
    margin-bottom: 0;
  }
}
.service-block .content .service-col-2 {
  max-width: 800px;
}
.service-block .content .service-col-2 ul {
  margin-bottom: 0;
}
.service-block .content .service-col-2 ul a {
  color: inherit;
}
.service-block .content .service-col-2 ul a:hover {
  color: #379557;
}
.service-block .content .service-col-2 .button-row {
  max-width: none;
}
.service-block .content .service-col-2 .button:last-of-type, .service-block .content .service-col-2 nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span:last-of-type, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .service-block .content .service-col-2 span:last-of-type, .service-block .content .service-col-2 input[type=submit]:last-of-type {
  margin-bottom: 10px;
}

.text-block table,
.dt-container table {
  width: 100%;
  margin: 30px 0;
  font-size: 0.9em;
  background: #f5f5f5;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.text-block table thead,
.text-block table tfoot,
.dt-container table thead,
.dt-container table tfoot {
  vertical-align: top;
  font-weight: 900;
  color: #fff;
  background: #2e7d49 !important;
  border: 0;
}
.text-block table tr,
.dt-container table tr {
  border: 0;
}
@media screen and (max-width: 649px) {
  .text-block table tr,
  .dt-container table tr {
    border-bottom: 1px solid #f5f5f5;
  }
}
.text-block table tr:nth-of-type(2n+2),
.dt-container table tr:nth-of-type(2n+2) {
  background: #fff;
}
.text-block table td, .text-block table th,
.dt-container table td,
.dt-container table th {
  vertical-align: top;
}
@media screen and (min-width: 650px) {
  .text-block table td, .text-block table th,
  .dt-container table td,
  .dt-container table th {
    padding: 15px 25px !important;
  }
}
.text-block table td,
.dt-container table td {
  width: auto !important;
}
@media screen and (max-width: 649px) {
  .text-block table td:before,
  .dt-container table td:before {
    padding: 10px 15px;
    color: #fff;
    background: #2e7d49 !important;
  }
  .text-block table td span,
  .dt-container table td span {
    padding: 10px 15px;
  }
}
.text-block table ul,
.dt-container table ul {
  margin: 0 !important;
  list-style-position: inside;
}

.tabs-wrap {
  position: relative;
  margin: 30px auto;
}
.tabs-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .tabs-wrap {
    margin: 40px auto;
  }
}
.tabs-wrap .tabs-nav {
  display: block;
  position: relative;
  margin: 0 0 -1px 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 0;
  border-radius: 10px 10px 0 0;
  z-index: 100;
}
.tabs-wrap .tabs-nav li {
  display: block;
  position: relative;
  top: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}
.tabs-wrap .tabs-nav li:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-nav li a {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  height: 100%;
  margin-right: 1px;
  margin-bottom: -20px;
  padding: 10px 20px 30px 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10px 10px 0 0;
  background: #2e7d49;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.2);
}
.tabs-wrap .tabs-nav li a:hover {
  background: #379557;
}
.tabs-wrap .tabs-nav li a:before {
  margin-left: -5px;
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0da";
  font-weight: 400 !important;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a {
  font-weight: 700;
  color: #333;
  cursor: text;
  background: #fff;
  border-color: #ccc;
  border-bottom-color: #fff;
}
.tabs-wrap .tabs-nav li.ui-tabs-active a:before {
  padding-right: 10px;
  font-family: FontAwesome;
  content: "\f0d7";
  font-weight: 400 !important;
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs {
    display: flex !important;
    align-items: stretch;
  }
}
@media screen and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a {
    display: block;
    margin-bottom: 0;
    padding: 10px 20px;
    text-align: center;
    font-size: 0.9em;
    box-shadow: none;
  }
}
@media screen and (min-width: 650px) and (min-width: 650px) {
  .tabs-wrap .tabs-nav.horiz-tabs li a:before {
    padding-right: 0 !important;
    content: none !important;
  }
}
.tabs-wrap .tabs-panel {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 0;
}
.tabs-wrap .tabs-panel:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .tabs-wrap .tabs-panel {
    padding: 30px;
  }
}
.tabs-wrap .tabs-panel p:last-of-type {
  margin: 0;
}
.tabs-wrap .tabs-panel .anchor-target {
  padding-top: 90px !important;
  margin-top: -90px !important;
}

.testimonials-slider {
  position: relative;
  margin: 0 auto;
  padding: 0 0 40px 0;
  z-index: 10;
}
.testimonials-slider .testimonials-slider-content {
  max-width: 850px;
  margin: 0 auto;
}
.testimonials-slider .slides {
  padding: 80px 20px 70px 20px;
  position: relative;
}
.testimonials-slider .slides .swiper-wrapper {
  max-width: 100% !important;
}
.testimonials-slider .slides blockquote {
  max-width: none;
  margin: 0;
  text-align: center;
  padding: 60px 50px 30px 60px !important;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
@media screen and (min-width: 575px) {
  .testimonials-slider .slides blockquote {
    padding: 60px 70px 30px 80px !important;
  }
}
@media screen and (min-width: 800px) {
  .testimonials-slider .slides blockquote {
    padding: 70px 80px 50px 90px !important;
  }
}
.testimonials-slider .slides blockquote p:before {
  position: relative;
  top: 25px;
  left: auto;
  margin-right: 10px;
  margin-left: -35px;
}
.testimonials-slider .slides blockquote span {
  margin-top: 20px;
}
.testimonials-slider .slides img {
  position: relative;
  display: block;
  width: 140px;
  margin: -70px auto -70px auto;
  border: 10px solid #fff;
  border-radius: 50%;
  z-index: 1;
}
.testimonials-slider .swiper-next-prev-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.testimonials-slider .swiper-next-prev-nav .swiper-button-prev,
.testimonials-slider .swiper-next-prev-nav .swiper-button-next {
  color: #b1beb7;
}
.testimonials-slider .swiper-next-prev-nav .swiper-button-prev:after,
.testimonials-slider .swiper-next-prev-nav .swiper-button-next:after {
  font-size: 2em;
  font-weight: 900;
}
.testimonials-slider .swiper-next-prev-nav .swiper-button-next {
  right: 50px;
}
.testimonials-slider .swiper-pagination {
  bottom: 20px !important;
}
@media screen and (min-width: 1000px) {
  .testimonials-slider .swiper-pagination {
    bottom: 30px !important;
  }
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-right: 8px !important;
  margin-left: 8px !important;
  background: #b1beb7;
  opacity: 1;
  transition: all 0.15s ease;
}
@media screen and (min-width: 1000px) {
  .testimonials-slider .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet:hover {
  background: #ffbd4a;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3a9d5c;
}

.testimonials-with-images {
  position: relative;
  padding: 60px 20px 40px 20px;
  z-index: 10;
}
@media screen and (min-width: 800px) {
  .testimonials-with-images {
    padding: 80px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images {
    padding: 100px 40px 60px 40px;
  }
}
@media screen and (min-width: 1400px) {
  .testimonials-with-images {
    padding: 140px 40px 60px 40px;
  }
}
.testimonials-with-images .content {
  max-width: 1400px;
  margin: 0 auto;
}
.testimonials-with-images h2 {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  font-family: open-sans, sans-serif;
  text-transform: none;
  font-weight: 400;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .testimonials-with-images h2 {
    font-size: 2em;
  }
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images h2 {
    margin: 0 0 25px 0;
    font-size: 2.1em;
  }
}
.testimonials-with-images h2 span.text {
  background: #faf3e5;
}
.testimonials-with-images h2 span.line {
  position: absolute;
  bottom: 14px;
  display: inline-block;
  width: 100%;
  height: 5px;
  margin-left: 15px;
  background-color: #ffbd4a;
  z-index: -1;
}
@media screen and (min-width: 575px) {
  .testimonials-with-images h2 span.line {
    bottom: 17px;
  }
}
@media screen and (min-width: 800px) {
  .testimonials-with-images h2 span.line {
    height: 6px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images .swiper-content-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .testimonials-with-images .swiper-content-wrap {
    grid-gap: 15px;
  }
}
.testimonials-with-images .slides {
  position: relative;
  border-radius: 10px;
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images .slides {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images .slides .swiper-wrapper {
    height: 100% !important;
  }
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images .slides .swiper-wrapper .swiper-slide {
    height: 100% !important;
  }
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images .slides .swiper-wrapper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100% !important;
  }
}
.testimonials-with-images .slides blockquote {
  max-width: none;
  margin: 0;
  background: #ffbd4a;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 800px) {
  .testimonials-with-images .slides blockquote {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
  }
}
@media screen and (min-width: 800px) {
  .testimonials-with-images .slides blockquote p:before {
    color: #ffbd4a;
  }
}
.testimonials-with-images .slides img {
  display: block;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 800px) {
  .testimonials-with-images .slides img {
    border-radius: 10px;
  }
}
.testimonials-with-images .thumbs {
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images .thumbs {
    margin: 0;
  }
}
.testimonials-with-images .thumbs .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
}
@media screen and (min-width: 1000px) {
  .testimonials-with-images .thumbs .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
@media screen and (min-width: 1300px) {
  .testimonials-with-images .thumbs .swiper-wrapper {
    grid-gap: 15px;
  }
}
.testimonials-with-images .thumbs .swiper-wrapper .swiper-slide {
  width: 100% !important;
  background: #fff;
  border-radius: 10px;
}
.testimonials-with-images .thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img, .testimonials-with-images .thumbs .swiper-wrapper .swiper-slide:hover img {
  opacity: 1;
}
.testimonials-with-images .thumbs .swiper-wrapper .swiper-slide img {
  display: block;
  opacity: 0.5;
  transition: all 0.15s ease;
}
.testimonials-with-images .swiper-next-prev-nav {
  position: absolute;
  top: 25%;
  width: 100%;
}
@media screen and (min-width: 575px) {
  .testimonials-with-images .swiper-next-prev-nav {
    top: 35%;
  }
}
.testimonials-with-images .swiper-next-prev-nav .swiper-button-prev,
.testimonials-with-images .swiper-next-prev-nav .swiper-button-next {
  color: #fff;
}
.testimonials-with-images .swiper-next-prev-nav .swiper-button-prev:after,
.testimonials-with-images .swiper-next-prev-nav .swiper-button-next:after {
  font-size: 2em;
  font-weight: 900;
  text-shadow: 0 0 4px #000000;
}
.testimonials-with-images .button-row {
  max-width: none;
  margin-bottom: 0;
}
@media screen and (min-width: 575px) {
  .testimonials-with-images .button-row {
    margin-top: 50px;
  }
}

.heads {
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .heads {
    padding-top: 40px;
  }
}
.heads h1 {
  margin: 0;
}
.heads h2 {
  margin: 10px 0 0 0;
  text-transform: none;
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  line-height: 1.3em;
}
@media screen and (min-width: 575px) {
  .heads h2 {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1200px) {
  .heads h2 {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 1400px) {
  .heads h2 {
    font-size: 1.2em;
  }
}
.heads.left {
  text-align: left;
}

.text-block {
  max-width: 820px;
  margin: 30px auto;
}
.text-block:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 1000px) {
  .text-block {
    margin: 40px auto;
  }
}
.text-block.first-paragraph-larger p:first-of-type {
  font-size: 1.2em;
  font-weight: 600;
  color: #4b3b5a;
  line-height: 1.55em;
}
@media screen and (min-width: 1000px) {
  .text-block.first-paragraph-larger p:first-of-type {
    font-size: 1.3em;
  }
}
.text-block p:last-child {
  margin-bottom: 0;
}
.text-block .button-row {
  margin-bottom: 0;
}

.highlight {
  max-width: 1000px;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .highlight {
    padding: 0 30px;
  }
}
.highlight .content {
  padding: 30px !important;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}
@media screen and (min-width: 1000px) {
  .highlight .content {
    padding: 35px 90px !important;
  }
}
.highlight p:last-child {
  margin-bottom: 5px;
}
.highlight ul:last-child, .highlight ol:last-child {
  margin-bottom: 0;
}

.intro-block {
  max-width: 800px;
  margin: 30px auto;
  font-size: 1.25em;
  font-weight: 600;
  color: #4b3b5a;
}
@media screen and (min-width: 1000px) {
  .intro-block {
    max-width: 880px;
    margin: 40px auto;
    font-size: 1.3em;
  }
}
.intro-block.center {
  text-align: center;
}
.intro-block.left {
  text-align: left;
}
.intro-block.has-icon {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .intro-block.has-icon {
    text-align: left;
  }
  .intro-block.has-icon .content {
    display: grid;
    grid-template-columns: 140px auto;
    grid-gap: 30px;
    align-items: center;
  }
}
.intro-block img {
  width: 100px;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 1000px) {
  .intro-block img {
    width: 140px;
    margin: 0;
  }
}
.intro-block p {
  line-height: 1.5em;
}
.intro-block p:last-child {
  margin: 0;
}

.intro-outro-text {
  max-width: 800px;
  margin: 30px auto 40px auto;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.55em;
  color: #4b3b5a;
}
@media screen and (min-width: 1000px) {
  .intro-outro-text {
    margin: 40px auto 50px auto;
    font-size: 1.3em;
  }
}
.intro-outro-text.outro-text {
  margin-top: 40px;
}
@media screen and (min-width: 1000px) {
  .intro-outro-text.outro-text {
    margin-top: 55px;
  }
}

h1 {
  margin: 0 0 25px 0;
  line-height: 1.125em;
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  color: #1a4976;
}
@media screen and (min-width: 575px) {
  h1 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 800px) {
  h1 {
    margin: 0 0 25px 0;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.3em;
  }
}
@media screen and (min-width: 1400px) {
  h1 {
    font-size: 2.75em;
  }
}

h2 {
  margin: 0 0 25px 0;
  line-height: 1.1em;
  font-size: 1.6em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  color: #4b3b5a;
}
@media screen and (min-width: 575px) {
  h2 {
    font-size: 2em;
  }
}
@media screen and (min-width: 800px) {
  h2 {
    margin: 0 0 25px 0;
    font-size: 2.25em;
  }
}
@media screen and (min-width: 1100px) {
  h2 {
    font-size: 2.3em;
  }
}

.head-center {
  text-align: center;
}

h3 {
  margin: 0 0 20px 0;
  line-height: 1.2em;
  font-size: 1.1em;
  font-family: open-sans, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 575px) {
  h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 800px) {
  h3 {
    font-size: 1.35em;
  }
}
@media screen and (min-width: 1100px) {
  h3 {
    font-size: 1.4em;
  }
}

.heads-wide-spacing, .service-block .content .service-col-2 h3 {
  margin: 0 0 20px 0 !important;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.45em;
  color: #4b3b5a;
}
@media screen and (min-width: 800px) {
  .heads-wide-spacing, .service-block .content .service-col-2 h3 {
    font-size: 1.3em;
  }
}

h4 {
  margin: 0 0 15px 0;
  line-height: 1.2em;
  font-size: 1em;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  h4 {
    font-size: 1.1em;
  }
}

p {
  margin: 0 0 15px 0;
  line-height: 1.7em;
}

strong {
  font-weight: 700;
}

a {
  color: #2e7d49;
  text-decoration: none;
  font-weight: 800;
  transition: all 0.15s ease;
}
a:hover {
  color: #379557;
}

.anchor-target::before {
  position: relative;
  display: block;
  content: "";
  height: 1px;
  width: 1px;
  padding-top: 40px;
  margin-top: -40px;
  visibility: hidden;
  z-index: -1000;
}
@media screen and (min-width: 1000px) {
  .anchor-target::before {
    padding-top: 70px;
    margin-top: -70px;
  }
}

h1 a, h2 a, h3 a, h4 a {
  font-weight: inherit;
  color: inherit;
}

main ul {
  display: table;
  margin: 20px 1.2em 10px 1.7em;
  list-style-type: none;
}
main ul li {
  position: relative;
}
main ul li:before {
  content: "•";
  position: absolute;
  top: -3px;
  left: -31px;
  font-size: 3.5em;
  font-family: "azo-sans-web", sans-serif;
  color: #3a9d5c;
}

main ol {
  margin: 20px 1.2em 10px 1.2em;
}

main ul li,
main ol li {
  margin: 0 0 10px 0;
  line-height: 1.5em;
}

main ul ul,
main ol ol,
main ul ol,
main ol ul {
  margin: 6px 0 6px 10px;
}

main ul ul li,
main ol ul li {
  list-style-type: square;
}

main ol ol li,
main ul ol li {
  list-style-type: lower-alpha;
}

hr {
  clear: both;
  height: 0 !important;
  margin: 30px 0 !important;
  border-top: 1px solid #333 !important;
  background: #333 !important;
  opacity: 0.3;
}

.youre-a-fit-block {
  max-width: 1400px;
  margin: -20px auto 0 auto;
}
@media screen and (min-width: 800px) {
  .youre-a-fit-block .content {
    display: grid;
    grid-template-columns: 110px 2fr 1fr;
    grid-gap: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .youre-a-fit-block .content {
    padding-right: 50px !important;
    padding-left: 50px !important;
    grid-template-columns: 150px 2fr 1fr;
  }
}
@media screen and (min-width: 1000px) {
  .youre-a-fit-block .content {
    grid-gap: 70px;
    grid-template-columns: 210px 2fr 1fr;
  }
}
.youre-a-fit-block span.icon {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 30px auto;
  background: url(images/icon-fit.png) no-repeat;
  background-size: 110px 110px;
}
@media screen and (min-width: 1000px) {
  .youre-a-fit-block span.icon {
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
}
@media screen and (min-width: 1400px) {
  .youre-a-fit-block span.icon {
    width: 210px;
    height: 210px;
    background-size: 210px 210px;
  }
}
.youre-a-fit-block h3 {
  margin: 0 0 25px 0 !important;
  font-size: 1.25em;
}
@media screen and (min-width: 800px) {
  .youre-a-fit-block h3 {
    margin: 0 0 15px 0 !important;
  }
}
.youre-a-fit-block ul:last-of-type {
  margin-bottom: 0 !important;
}
.youre-a-fit-block p {
  margin-top: 10px;
  line-height: 1.5em;
}
.youre-a-fit-block p:last-of-type {
  margin-bottom: 0 !important;
}
.youre-a-fit-block .button-row {
  display: block !important;
}
@media screen and (min-width: 800px) {
  .youre-a-fit-block .button-row {
    margin: 50px 0 0 0;
  }
}
.youre-a-fit-block .button-row .button, .youre-a-fit-block .button-row nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .youre-a-fit-block .button-row span, .youre-a-fit-block .button-row input[type=submit] {
  display: block !important;
  margin-right: 0;
}
.youre-a-fit-block .button-row .button:last-of-type, .youre-a-fit-block .button-row nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span:last-of-type, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .youre-a-fit-block .button-row span:last-of-type, .youre-a-fit-block .button-row input[type=submit]:last-of-type {
  margin-bottom: 0;
}

.home .hero {
  margin-bottom: -40px;
  padding-bottom: 80px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%), url(images/triangles-bkgnd.png) #f9eedb;
}
@media screen and (min-width: 1000px) {
  .home .hero {
    margin-bottom: -100px;
    padding-bottom: 150px;
  }
}
.home .curved-top {
  position: relative;
  height: 40px;
  clip-path: ellipse(70% 100% at 50% 100%);
  background: #fff;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .home .curved-top {
    height: 100px;
  }
}
.home .curved-bottom {
  position: relative;
  height: 40px;
  clip-path: ellipse(70% 100% at 50% 0);
  background: #fff;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .home .curved-bottom {
    height: 100px;
  }
}
.home .home-peer-networks {
  padding-top: 0;
  padding-bottom: 10px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%), linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 20%), url(images/triangles-bkgnd.png) #fff;
}
@media screen and (min-width: 575px) {
  .home .home-peer-networks {
    padding-top: 10px;
  }
}
@media screen and (min-width: 800px) {
  .home .home-peer-networks {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-peer-networks {
    padding-top: 20px;
  }
}
.home .testimonials-with-images {
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 10%), linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 5%), #faf3e5;
}
.home .home-consulting {
  padding-bottom: 20px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 5%), linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%), url(images/what-the-hex.png) #fff;
}
@media screen and (min-width: 1400px) {
  .home .home-consulting {
    padding-top: 100px;
  }
}
.home .home-about {
  position: relative;
  margin-top: -40px;
  padding: 120px 20px 80px 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}
.home .home-about:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 800px) {
  .home .home-about {
    padding: 160px 20px 120px 20px;
  }
}
@media screen and (min-width: 1000px) {
  .home .home-about {
    margin-top: -100px;
    padding: 200px 20px 120px 20px;
  }
}
@media screen and (min-width: 1100px) {
  .home .home-about {
    padding: 300px 20px 200px 20px;
  }
}
.home .home-about .content {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.home .home-about h2 {
  margin: 0 0 20px 0;
  font-size: 1.9em;
  color: #8cc63f;
}
@media screen and (min-width: 575px) {
  .home .home-about h2 {
    font-size: 2.2em;
  }
}
@media screen and (min-width: 800px) {
  .home .home-about h2 {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1100px) {
  .home .home-about h2 {
    font-size: 3em;
  }
}
.home .home-about h2 a:hover {
  color: #9ada46;
}
.home .home-about h3 {
  margin: 0 0 20px 0;
  font-size: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "azo-sans-web", sans-serif;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 800px) {
  .home .home-about h3 {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1100px) {
  .home .home-about h3 {
    font-size: 1.75em;
  }
}
.home .home-about h3 a:hover {
  color: inherit;
}
.home .home-about p {
  margin: 0 0 35px 0;
  font-weight: 600;
}
@media screen and (min-width: 800px) {
  .home .home-about p {
    font-size: 1.1em;
  }
}
.home .home-about .button, .home .home-about nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target span, nav.ubermenu-secondary-nav li.nav-contact > .ubermenu-target .home .home-about span, .home .home-about input[type=submit] {
  margin: 0;
}
.home .home-about span.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 89, 126, 0.85);
  z-index: 1;
}

/*# sourceMappingURL=style.css.map */