@charset "UTF-8";
/* Mixins and Effects */
/* Animation elements */
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.delay-one-quarter {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.animated.delay-one-half {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-three-quarters {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.animated.delay-one-second {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.slow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.animated.extra-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/* Color Scheme */
/* Font designations */
.main-font {
  font-family: brandon-grotesque, sans-serif;
}
/* Universal Styles */
html, body {
  background-color: #FFFAEC;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: brandon-grotesque, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.container {
  width: 75%;
  margin: 0 auto;
  position: relative;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a img {
  border: none;
}
h1, h2, h3, h4 {
  font-family: granville, serif;
  font-weight: 700;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.button {
  position: relative;
  background-color: #003756;
  border: none;
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 6px 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  background-color: #FFC301;
  color: #003756;
}
figure {
  margin: 0;
  max-width: 100%;
}
figure img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.5em;
}
p > .button {
  margin-top: calc(-.5em + 20px);
}
ol, ul {
  margin: 0;
  padding: 0;
}
ol li, ul li {
  margin-left: 18px;
  margin-bottom: 8px;
}
svg.icon {
  max-width: 16px;
  max-height: 16px;
  margin-right: 5px;
  vertical-align: bottom;
}
.block-content h2 {
  font-size: 36px;
  font-weight: normal;
  margin-top: 0;
}
.block-content h3 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 0;
}
.block-content h4 {
  font-size: 20px;
  line-height: 1.5em;
  font-family: granville, serif;
  min-height: 3em;
  margin-bottom: 0;
}
.block-content p {
  font-size: 18px;
  line-height: 1.5em;
}
.background-primary {
  background-color: #2E5B60;
  color: #fff;
}
.background-primary.faded {
  background-color: #5ca9b1;
}
.background-primary .button {
  background-color: #FFC301;
  color: #FF5726;
}
.background-primary .button:hover {
  background-color: #FF5726;
  color: #fff;
}
.background-primary a:not(.button) {
  color: #FFC301;
  text-decoration: underline;
}
.background-primary a:not(.button):hover {
  color: #FF5726;
}
.background-secondary {
  background-color: #003756;
  color: #fff;
}
.background-secondary.faded {
  background-color: #56c2ff;
}
.background-secondary .button {
  background-color: #FF5726;
  color: #fff;
}
.background-secondary .button:hover {
  background-color: #FFC301;
  color: #003756;
}
.background-secondary a {
  color: #FFC301;
}
.background-secondary a:hover {
  color: #FFC301;
  opacity: 0.8;
}
.background-secondary a.button:hover {
  opacity: 1;
}
.background-tertiary {
  background-color: #FF5726;
  color: #fff;
}
.background-tertiary.faded {
  background-color: #ffbaa6;
}
.background-yellow {
  background-color: #FFC301;
}
.background-yellow.faded {
  background-color: #ffe181;
}
.background-yellow .button:hover {
  background-color: #FF5726;
  color: #fff;
}
.background-yellow a:not(.button) {
  color: #003756;
  text-decoration: underline;
}
.background-yellow a:not(.button):hover {
  color: #FF5726;
}
.background-purple {
  background-color: #8961FF;
  color: #fff;
}
.background-light-yellow {
  background-color: #FBE8AC;
}
.background-light-yellow a {
  color: #FF5726;
}
.background-light-yellow a:hover {
  color: #FFC301;
}
.background-light-yellow a.button {
  color: #fff;
}
.background-light-yellow a.button:hover {
  color: #003756;
}
.background-light-blue {
  background-color: #BFD7D1;
}
.background-light-gray {
  background-color: #CBC8BF;
}
.background-med-gray {
  background-color: "#D4D4D4";
}
.background-dark-gray {
  background-color: #1D3037;
}
.background-white {
  background-color: #fff;
}
.background-off-white {
  background-color: #FFFAEC;
}
.background-off-white a:hover {
  color: #FFC301;
  opacity: 0.8;
}
.background-off-white a.button:hover {
  color: #003756;
  opacity: 1;
}
.background-offblack {
  background-color: #201006;
}
.text-primary {
  color: #2E5B60;
}
.text-secondary {
  color: #003756;
}
.text-tertiary {
  color: #FF5726;
}
.text-teal {
  color: #287C85;
}
.text-purple {
  color: #8961FF;
}
.text-yellow {
  color: #FFC301;
}
.text-light-gray {
  color: #CBC8BF;
}
.text-med-gray {
  color: "#D4D4D4";
}
.text-dark-gray {
  color: #1D3037;
}
.text-white {
  color: #fff;
}
.text-offblack {
  color: #201006;
}
.bg-images .background-secondary, .bg-images .background-primary {
  position: relative;
}
.bg-images .background-secondary:after, .bg-images .background-primary:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.bg-images .background-secondary:after {
  background-color: rgba(0, 22, 35, 0.9);
}
.bg-images .background-primary:after {
  background-color: rgba(29, 58, 62, 0.9);
}
#featured-image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
}
.lazy {
  opacity: 0;
}
main, footer {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  float: right;
}
.smaller-font {
  font-size: 0.8em;
}
.divider {
  width: 100%;
  height: 0;
  padding-bottom: 40px;
  display: block;
  margin: 1em 0;
  background-image: url(/wp-content/themes/sol-flexible-clean/scss/../assets/images/divider@2x.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gform_legacy_markup_wrapper h3.gform_title {
  margin-top: 0;
  font-size: 42px !important;
  color: #2E5B60;
}
.gform_legacy_markup_wrapper span.gform_description {
  font-size: 20px !important;
}
.gform_wrapper#gform_wrapper_6 {
  text-align: left !important;
}
.gform_wrapper form {
  padding: 20px 3%;
  border: 2px solid #2E5B60;
  color: #2E5B60;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
.gform_wrapper form .gform_heading h3 {
  margin-top: 0;
  font-size: 42px;
  color: #2E5B60;
}
.gform_wrapper form .gform_description {
  font-size: 20px;
}
.gform_wrapper form ul.gform_fields li.gfield {
  padding-right: 0;
}
.gform_wrapper form ul.gform_fields li.gfield .gform_description {
  font-weight: 700;
  font-size: 15px;
}
.gform_wrapper form .gform_body input {
  outline: none !important;
}
.gform_wrapper form .gform_body input[type="text"] {
  border: none;
  border-bottom: 2px solid #2E5B60;
  background-color: transparent;
}
.gform_wrapper form .gform_body textarea {
  background-color: transparent;
  border: 2px solid #2E5B60;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  outline: none !important;
}
.gform_wrapper form .gform_body textarea:focus, .gform_wrapper form .gform_body textarea:active {
  background-color: #EBF6FC;
}
.gform_wrapper form .gform_body label {
  text-transform: uppercase;
}
.gform_wrapper form .gform_body ::placeholder {
  color: #2E5B60 !important;
  font-size: 15px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.gform_wrapper form .gform_body .gfield ul.gfield_radio li {
  display: inline-block;
  margin-right: 2%;
}
.gform_wrapper form .gform_body .gfield_description {
  padding: 0;
  text-transform: uppercase;
}
.gform_wrapper form .gform_footer input[type="submit"] {
  background-color: #2E5B60;
  border: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  font-family: brandon-grotesque, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  padding: 7px 15px;
  line-height: 1.5em;
}
.gform_wrapper form .gform_footer input[type="submit"]:hover {
  background-color: #003756;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0 !important;
}
.gform_wrapper#gform_wrapper_5 form .gform_body .gfield ul.gfield_radio li {
  display: block;
}
.gform_wrapper#gform_wrapper_5 form .gform_body .gfield_description {
  font-size: 13px;
}
.gform_confirmation_wrapper {
  text-align: left;
  font-size: 20px;
  padding: 1.5em 0 0;
}
/* Header Styles */
header {
  position: relative;
  padding: 0;
  border-bottom: 0;
}
header .screen-reader-text {
  border: 0;
  clip: unset;
  clip-path: none;
  height: 100%;
  margin: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}
header #banner-alert-bar {
  padding: 8px 0;
  font-size: 18px;
  min-height: 25px;
}
header #banner-alert-bar a {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header #banner-alert-bar a:hover {
  opacity: 0.8;
}
header #banner-alert-bar p, header #banner-alert-bar ol, header #banner-alert-bar ul {
  margin: 0;
}
header .header-container {
  width: 100%;
  margin: 0 auto;
  background-color: #003756;
  padding: 20px 0px;
}
header .header-container .container {
  display: table;
  width: 75%;
}
header #logo {
  display: table-cell;
  z-index: 200;
  display: inline-block;
  margin-right: 8%;
}
header #logo a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
header #logo img {
  max-width: 100%;
  max-height: 50px;
  width: auto;
  height: auto;
  display: block;
}
header #primary-nav-container {
  width: 76%;
  display: table-cell;
  vertical-align: middle;
  margin-left: -4px;
  position: relative;
  z-index: 101;
}
header #primary-nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
header #primary-nav-container ul li {
  display: inline-block;
  margin-left: 6%;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0;
  position: relative;
}
header #primary-nav-container ul li:first-child {
  margin-left: 0;
}
header #primary-nav-container ul li.callout {
  background-color: #FFC301;
  padding: 4px 8px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  bottom: -40px;
  right: 0;
  margin-left: 0;
  color: #201006;
  text-transform: uppercase;
  font-size: 14px;
}
header #primary-nav-container ul li.callout:last-of-type {
  margin-right: calc(50px + 35px);
}
header #primary-nav-container ul li.callout:hover, header #primary-nav-container ul li.callout.current_page_item {
  background-color: #FBE8AC;
  color: #003756;
}
header #primary-nav-container ul li:hover, header #primary-nav-container ul li.current_page_item, header #primary-nav-container ul li.current-page-parent {
  color: #FFC301;
}
header #primary-nav-container ul li:hover .sub-menu {
  max-height: 100vh;
}
header #primary-nav-container ul li a {
  padding: 0;
}
header #primary-nav-container ul li .sub-menu {
  text-align: right;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  position: absolute;
  top: calc(100% + .5em);
  right: -1em;
  width: 250px;
  z-index: 999;
  margin: 0;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
header #primary-nav-container ul li .sub-menu li {
  display: block;
  margin: 0;
  border: none;
  background-color: #FFC301;
  color: #003756;
}
header #primary-nav-container ul li .sub-menu li:after {
  display: none;
}
header #primary-nav-container ul li .sub-menu li:hover, header #primary-nav-container ul li .sub-menu li.current_page_item {
  background-color: #FBE8AC;
}
header #primary-nav-container ul li .sub-menu li a {
  display: block;
  padding: 15px;
}
header #primary-nav-container ul li .icon {
  display: none;
}
header #primary-nav-container ul li:last-child .sub-menu {
  left: auto;
  right: 0;
}
header #primary-nav-container.no-show {
  font-size: 0;
}
header #hamburger {
  cursor: pointer;
  width: 40px;
  position: absolute;
  z-index: 201;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header #hamburger .top-bun, header #hamburger .patty, header #hamburger .bottom-bun {
  opacity: 0;
  height: 3px;
  width: 100%;
  margin-bottom: 4px;
  background-color: #BFD7D1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header #hamburger .bottom-bun {
  margin-bottom: 0;
}
header #hamburger.clicked {
  top: 40px;
  right: 8%;
  position: fixed;
  display: block;
}
header #hamburger.clicked .patty {
  display: none;
}
header #hamburger.clicked .top-bun {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  background-color: #fff;
}
header #hamburger.clicked .bottom-bun {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
header #hamburger.clicked .top-bun, header #hamburger.clicked .patty, header #hamburger.clicked .bottom-bun {
  opacity: 1;
}
header #hamburger-toggle-menu {
  padding-top: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 199;
  background-color: #FF5726;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: table;
}
header #hamburger-toggle-menu .container {
  display: table-cell;
  vertical-align: middle;
}
header #hamburger-toggle-menu.clicked {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  left: 0;
}
header #hamburger-toggle-menu ul#primary-menu {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  width: 84%;
  margin: 2em auto 0;
}
header #hamburger-toggle-menu ul#primary-menu li {
  position: relative;
  margin: 0;
  padding: 8px 0;
  font-size: 20px;
  color: #fff;
  width: 45%;
  margin-right: 4%;
  float: left;
  font-weight: 700;
}
header #hamburger-toggle-menu ul#primary-menu li:first-child {
  padding-top: 0;
}
header #hamburger-toggle-menu ul#primary-menu li:last-child {
  padding-bottom: 0;
}
header #hamburger-toggle-menu ul#primary-menu li .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-count: 1;
  column-gap: 0;
}
header #hamburger-toggle-menu ul#primary-menu li .sub-menu li {
  padding: 6px 0 0;
  width: 100%;
  float: none;
  font-weight: 400;
}
header #hamburger-toggle-menu ul#primary-menu li .sub-menu li a {
  color: inherit;
}
header #hamburger-toggle-menu ul#primary-menu li .sub-menu li:hover {
  color: #003756;
}
header #hamburger-toggle-menu ul#primary-menu li.menu-item-has-children:after {
  cursor: pointer;
  font-family: "Ionicons";
  position: absolute;
  top: calc(.25em + 8px);
  right: 0;
  font-size: 16px;
  color: #FFC301;
}
header #hamburger-toggle-menu ul#primary-menu li:hover a, header #hamburger-toggle-menu ul#primary-menu li.current-page-item a {
  color: #003756;
}
body.nav-is-open #logo {
  position: fixed;
  top: 20px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.nav-is-open #hamburger {
  position: fixed;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
body.nav-is-open main, body.nav-is-open footer {
  max-width: calc(100% - (15% + 80px));
  left: calc(15% + 80px);
}
body.nav-is-open.admin-bar #logo {
  top: 52px;
}
/* Main Content Styles */
main {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
main .page-content {
  padding: 30px 0 60px;
}
main a {
  color: #FFC301;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main a:hover {
  color: #003756;
}
/* Post Index Styles */
.blog .page-content article.post {
  padding-top: 30px;
  margin-top: 60px;
}
.blog .page-content article:first-child {
  margin-top: 0;
  border-top: none;
}
.post-edit-link {
  display: none;
}
/* Single Post Styles */
.post-content {
  padding: 30px 0 60px;
}
.post-navigation .nav-subtitle {
  display: none;
}
/* Flexible Content Blocks */
.hero-slider {
  position: relative;
}
.hero-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-slider ul .slide {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 45%;
}
.hero-slider ul .slide .slide-image, .hero-slider ul .slide .slide-video {
  width: 100%;
  height: 0%;
  padding-bottom: 45%;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-slider ul .slide .slide-image iframe, .hero-slider ul .slide .slide-video iframe {
  position: absolute;
  top: -12.5%;
  left: 0;
  width: 100%;
  height: 125%;
}
.hero-slider ul .slide .slide-image::before, .hero-slider ul .slide .slide-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 250, 236, 0.6);
  z-index: 2;
  display: none;
}
.hero-slider ul .slide .slide-content {
  width: 45%;
  left: 12%;
  padding: 45px;
  background-color: rgba(255, 250, 236, 0.7);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.hero-slider ul .slide .slide-content.no-content {
  width: auto;
}
.hero-slider ul .slide .slide-content h2 {
  font-size: 45px;
  color: #16454a;
  line-height: 1em;
  margin: 0;
}
.hero-slider ul .slide .slide-content p {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 22px;
  color: #003756;
}
.hero-slider div[class$="slider-prev"], .hero-slider div[class$="slider-next"] {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hero-slider div[class$="slider-prev"]:after, .hero-slider div[class$="slider-next"]:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Ionicons";
  font-size: 50px;
  color: #fff;
}
.hero-slider div[class$="slider-prev"]:hover, .hero-slider div[class$="slider-next"]:hover {
  opacity: 1;
}
.hero-slider div[class$="slider-prev"] {
  left: 5px;
}
.hero-slider div[class$="slider-prev"]:after {
  content: "";
}
.hero-slider div[class$="slider-next"] {
  right: 5px;
}
.hero-slider div[class$="slider-next"]:after {
  content: "";
}
.video-block {
  padding: 4em 0;
  background-color: #FFF;
}
.video-block .block-content h2.block-heading {
  font-size: 55px;
  margin: 0 0 30px;
  line-height: 1.25em;
  color: #003756;
  font-family: granville, serif;
  font-weight: 900;
}
.video-block .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.video-block .iframe-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-block .buttons-container {
  padding-top: 30px;
}
.video-block .button {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 6px 18px;
  margin-right: 30px;
}
.video-block .button:last-of-type {
  margin-right: 0;
}
.video-block .button:hover {
  background-color: #FF5726;
  color: #fff;
}
.video-block .block-heading + .iframe-container {
  padding-top: 2em;
}
.full-width-text {
  padding: 4em 0;
}
.full-width-text .container {
  text-align: center;
}
.full-width-text h2.block-heading {
  font-size: 42px;
  margin: 0;
}
.full-width-text h2.block-heading + .block-content p:first-child {
  margin-top: 1em;
}
.full-width-text p, .full-width-text ul, .full-width-text ol {
  font-size: 22px;
  margin-top: 0;
}
.full-width-text p:last-of-type {
  margin-bottom: 0;
}
.full-width-text .buttons-container {
  margin: 1em auto;
}
.full-width-text .gform_wrapper ul li {
  font-size: 20px;
}
.full-width-text .gform_wrapper ul li label {
  font-size: 15px !important;
  font-weight: 700;
}
.full-width-text .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0;
}
.full-width-text.background-white .darker-link-text {
  color: #2E5B60;
}
.full-width-text.background-white .darker-link-text:hover {
  color: #FF5726;
}
.full-width-text.background-white + .full-width-text.background-white, .full-width-text.background-secondary + .full-width-text.background-secondary {
  padding-top: 0;
}
.image-and-content {
  padding: 4em 0;
}
.image-and-content.image-left .block-image {
  float: left;
}
.image-and-content.image-left .block-content {
  right: 0;
  padding-left: 4%;
  padding-right: 8%;
}
.image-and-content.image-right .block-image {
  float: right;
}
.image-and-content.image-right .block-content {
  left: 0;
  padding-right: 4%;
  padding-left: 8%;
}
.image-and-content .block-image {
  width: 50%;
  height: 0;
  padding-bottom: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.image-and-content .block-content {
  position: absolute;
  width: 38%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-and-content .block-content p {
  font-size: 20px;
}
.columnized-callouts {
  padding: 4em 0;
}
.columnized-callouts h2.block-heading {
  font-size: 42px;
  margin: 0 0 0.5em;
}
.columnized-callouts .column {
  float: left;
}
.columnized-callouts .column.columns-4 {
  width: 22%;
  margin: 0 2%;
}
.columnized-callouts .column.columns-4:first-of-type {
  margin-left: 0;
}
.columnized-callouts .column.columns-4:nth-of-type(4) {
  margin-right: 0;
}
.columnized-callouts .column.columns-3 {
  width: 30.66%;
  margin: 0 2%;
}
.columnized-callouts .column.columns-3:first-of-type {
  margin-left: 0;
}
.columnized-callouts .column.columns-3:nth-of-type(3) {
  margin-right: 0;
}
.columnized-callouts .column.columns-2 {
  width: 48%;
  margin: 0 2%;
}
.columnized-callouts .column.columns-2:nth-of-type(odd) {
  margin-left: 0;
}
.columnized-callouts .column.columns-2:nth-of-type(even) {
  margin-right: 0;
}
.columnized-callouts .column h1 {
  font-size: 45px;
  margin: 0;
}
.columnized-callouts .column h1 + h2 {
  margin-top: 0.5em;
}
.columnized-callouts .column h1 + p {
  margin-bottom: 1em;
}
.columnized-callouts .column h2 {
  font-size: 24px;
  margin: 0;
  line-height: 1.25em;
}
.columnized-callouts .column h2 + p {
  margin-top: 1em;
}
.columnized-callouts .column p, .columnized-callouts .column ol, .columnized-callouts .column ul {
  font-size: 18px;
  margin-top: 0;
}
.columnized-callouts .column .column-image-container {
  margin-bottom: 10px;
}
.columnized-callouts .column .column-image-container .column-image {
  padding-bottom: 0;
  min-height: 300px;
  background-size: cover !important;
  width: 240px;
  background-repeat: no-repeat;
}
.columnized-callouts.columns-count-2 {
  padding-bottom: 2em;
}
.columnized-callouts.columns-count-2 .block-columns {
  display: grid;
  grid-template-columns: 50% 50%;
}
.columnized-callouts.columns-count-2 .columns-2 {
  width: 100%;
  margin: 0 0 2em;
}
.columnized-callouts.columns-count-2 .columns-2 .column-content-container {
  width: 95%;
}
.columnized-callouts.columns-count-2 .columns-2:nth-of-type(odd) .column-content-container {
  width: 92%;
}
.columnized-callouts.columns-count-3 {
  padding-bottom: 2em;
}
.columnized-callouts.columns-count-3 .block-columns {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
}
.columnized-callouts.columns-count-3 .columns-3 {
  width: 100%;
  margin: 0 0 2em;
}
.columnized-callouts.columns-count-3 .columns-3 .column-content-container {
  width: 92%;
}
.columnized-callouts.columns-count-3 .columns-3:last-of-type .column-content-container {
  width: 95%;
}
.accordions-block {
  padding: 2em 0;
}
.accordions-block .container {
  width: 85%;
}
.accordions-block h2.block-heading {
  font-size: 42px;
  margin: 0;
}
.accordions-block #accordions {
  margin-top: 2em;
}
.accordions-block #accordions .accordion {
  position: relative;
  border-bottom: 1px solid #CBC8BF;
}
.accordions-block #accordions .accordion:last-child {
  border-bottom: none;
}
.accordions-block #accordions .accordion .accordion-title {
  font-size: 22px;
  line-height: 1.75em;
  cursor: pointer;
  padding-left: 40px;
  font-weight: 700;
}
.accordions-block #accordions .accordion .accordion-title p {
  margin-top: 1em;
}
.accordions-block #accordions .accordion .accordion-title::before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 50px;
}
.accordions-block #accordions .accordion .accordion-title a {
  color: #FFC301;
}
.accordions-block #accordions .accordion .accordion-title a:hover {
  color: #003756;
}
.accordions-block #accordions .accordion .accordion-content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  padding-left: 40px;
  font-size: 22px;
  line-height: 1.75em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.accordions-block #accordions .accordion .accordion-content p:first-of-type, .accordions-block #accordions .accordion .accordion-content ul:first-of-type {
  margin-top: 0;
}
.accordions-block #accordions .accordion .accordion-content ul {
  padding-left: 22px;
}
.accordions-block #accordions .accordion .accordion-content ul li ul, .accordions-block #accordions .accordion .accordion-content ul li ul:first-of-type {
  margin-top: 0.5em;
}
.accordions-block #accordions .accordion .accordion-content a {
  color: #FFC301;
}
.accordions-block #accordions .accordion .accordion-content a:hover {
  color: #003756;
}
.accordions-block #accordions .accordion.clicked .accordion-title:before {
  content: "-";
  top: -3px;
}
.accordions-block #accordions .accordion.clicked .accordion-content {
  max-height: 200vh;
}
/* Recent Posts Block */
.posts-callout {
  padding: 0 0 60px;
}
.posts-callout h2 {
  font-size: 36px;
  padding: 0 1%;
  font-weight: normal;
  color: #FFC301;
}
.posts-callout #recent-posts-left, .posts-callout #recent-posts-right {
  width: 49%;
  float: left;
}
.posts-callout #recent-posts-left .post, .posts-callout #recent-posts-right .post {
  width: 100%;
  margin-bottom: 35px;
}
.posts-callout #recent-posts-left .post .category, .posts-callout #recent-posts-right .post .category {
  position: relative;
  width: calc(100% - 40px);
  height: 30px;
  line-height: 32px;
  overflow: hidden;
  font-size: 20px;
  padding: 10px 20px;
  color: transparent;
}
.posts-callout #recent-posts-left .post .category a, .posts-callout #recent-posts-right .post .category a {
  color: #fff;
}
.posts-callout #recent-posts-left .post .container, .posts-callout #recent-posts-right .post .container {
  width: 76%;
  padding-left: 4%;
  padding-right: 4%;
}
.posts-callout #recent-posts-left .post .post-featured-image, .posts-callout #recent-posts-right .post .post-featured-image {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background-size: cover !important;
  display: block;
}
.posts-callout #recent-posts-left .post .post-content, .posts-callout #recent-posts-right .post .post-content {
  padding: 30px 0;
}
.posts-callout #recent-posts-left .post h2, .posts-callout #recent-posts-right .post h2 {
  font-size: 20px;
}
.posts-callout #recent-posts-left .post h2 a, .posts-callout #recent-posts-right .post h2 a {
  color: #fff;
}
.posts-callout #recent-posts-left .post h2 a:hover, .posts-callout #recent-posts-right .post h2 a:hover {
  opacity: 0.7;
}
.posts-callout #recent-posts-left .post.has-image, .posts-callout #recent-posts-right .post.has-image {
  background-color: #fff;
  border: 1px solid "#D4D4D4";
}
.posts-callout #recent-posts-left .post.has-image h2, .posts-callout #recent-posts-right .post.has-image h2 {
  display: inline-block;
}
.posts-callout #recent-posts-left .post.has-image h2 a, .posts-callout #recent-posts-right .post.has-image h2 a {
  color: #FFC301;
}
.posts-callout #recent-posts-left .post.has-image span, .posts-callout #recent-posts-right .post.has-image span {
  font-weight: 400;
}
.posts-callout #recent-posts-left .post.has-image .post-date, .posts-callout #recent-posts-right .post.has-image .post-date {
  font-weight: 700;
  font-size: 18px;
}
.posts-callout #recent-posts-left .post.has-image .post-excerpt, .posts-callout #recent-posts-right .post.has-image .post-excerpt {
  font-size: 18px;
  line-height: 1.5em;
}
.posts-callout #recent-posts-left .post.has-image .category, .posts-callout #recent-posts-right .post.has-image .category {
  z-index: 100;
}
.posts-callout #recent-posts-left .post.no-image, .posts-callout #recent-posts-right .post.no-image {
  color: #fff;
}
.posts-callout #recent-posts-left .post.no-image .post-date, .posts-callout #recent-posts-right .post.no-image .post-date {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}
.posts-callout #recent-posts-left .post.no-image .post-excerpt, .posts-callout #recent-posts-right .post.no-image .post-excerpt {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
}
.posts-callout #recent-posts-left .post .link-more, .posts-callout #recent-posts-right .post .link-more {
  display: none;
}
.posts-callout #recent-posts-left .post .button, .posts-callout #recent-posts-right .post .button {
  background-color: #fff;
}
.posts-callout #recent-posts-left .post .button:hover, .posts-callout #recent-posts-right .post .button:hover {
  background-color: #FFC301;
}
.posts-callout #recent-posts-left {
  margin-right: 2%;
}
.posts-callout #recent-posts-left .category {
  background-color: #003756;
}
.posts-callout #recent-posts-left .post.no-image {
  background-color: #FFC301;
}
.posts-callout #recent-posts-right .category {
  background-color: #FFC301;
}
.posts-callout #recent-posts-right .post.no-image {
  background-color: #003756;
}
.posts-callout .read-more {
  text-align: center;
}
.text-secondary .gform_body ul li .ginput_container input {
  border-color: #003756;
  color: #003756;
}
.text-primary .gform_body ul li .ginput_container input {
  border-color: #2E5B60;
  color: #2E5B60;
}
.text-yellow .gform_body ul li .ginput_container input {
  border-color: #FFC301;
  color: #FFC301;
}
.text-white .gform_body ul li .ginput_container input {
  border-color: #fff;
  color: #fff;
}
.text-align-left {
  text-align: left;
}
.text-align-left h1, .text-align-left h2, .text-align-left h3, .text-align-left h4, .text-align-left h5, .text-align-left h6, .text-align-left p, .text-align-left ol, .text-align-left ul {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-center h1, .text-align-center h2, .text-align-center h3, .text-align-center h4, .text-align-center h5, .text-align-center h6, .text-align-center p, .text-align-center ol, .text-align-center ul {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-right h1, .text-align-right h2, .text-align-right h3, .text-align-right h4, .text-align-right h5, .text-align-right h6, .text-align-right p, .text-align-right ol, .text-align-right ul {
  text-align: right;
}
/* Front Page Styles */
.homepage-hero {
  position: relative;
  padding: 0;
}
.homepage-hero h1 {
  font-size: 72px;
  margin: 0;
  line-height: 1em;
}
.homepage-hero .slider {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.homepage-hero .slider .slide {
  width: 100%;
  height: 0;
  padding: 0 0 45%;
  margin: 0;
}
.homepage-hero .slider .slide .slide-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 33%;
  width: 60%;
  z-index: 4;
}
.homepage-hero .slider .slide .slide-caption .container {
  width: 84%;
}
.homepage-hero .slider .slide .slide-caption h1 {
  color: #fff;
}
.homepage-hero .slider .slide .slide-caption p {
  margin-top: 0.75em;
  font-size: 24px;
  color: #fff;
}
.homepage-hero .slider .slide .slide-caption p a {
  color: #FF5726;
}
.homepage-hero .slider .slide .slide-caption p a:hover {
  color: #003756;
}
.homepage-hero .slider .slide .slide-image {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-hero .slider .slide .slide-video {
  width: 100%;
  height: 0%;
  padding-bottom: 45%;
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homepage-hero .slider .slide .slide-video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 3;
  background-color: rgba(0, 55, 86, 0.3);
}
.homepage-hero .slider .slide .slide-video .placeholder-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  z-index: 1;
}
.homepage-hero .slider .slide .slide-video iframe {
  position: absolute;
  top: -12.5%;
  left: 0;
  width: 100%;
  height: 125%;
  z-index: 2;
}
.homepage-hero .slider-pager {
  position: absolute;
  bottom: 0em;
  right: 0;
  z-index: 100;
}
.homepage-hero .slider-pager span {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  line-height: 1em;
  font-size: 0;
  border: 1px solid #CBC8BF;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}
.homepage-hero .slider-pager span.cycle-pager-active {
  background-color: #CBC8BF;
}
.three-column-callout {
  padding: 2em 0;
}
.three-column-callout .block-icon {
  position: relative;
  float: right;
  width: 15%;
}
.three-column-callout .block-icon img {
  max-width: 100%;
}
.three-column-callout .block-heading {
  width: 80%;
  float: left;
  font-size: 72px;
  margin: 0;
  line-height: 1.25em;
  color: #003756;
}
.three-column-callout .block-content {
  width: 80%;
  float: left;
}
.three-column-callout .block-content p {
  font-size: 24px;
}
.three-column-callout .callouts {
  width: 100%;
  display: block;
  position: relative;
}
.three-column-callout .callouts h3 {
  width: 80%;
  display: block;
  clear: both;
  font-size: 22px;
}
.three-column-callout .callouts.three .callout {
  width: calc(31% - 2px);
  margin: 0 3.5% 0 0;
  float: left;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #003756;
  overflow: hidden;
}
.three-column-callout .callouts.three .callout:nth-of-type(3) {
  margin-right: 0;
}
.three-column-callout .callouts.three .callout .callout-heading {
  padding: 10px 4%;
  font-size: 36px;
}
.three-column-callout .callouts.three .callout .callout-content {
  background-color: #BFD7D1;
  padding: 1em 12% 0.5em;
}
.three-column-callout .callouts.three .callout .callout-content p {
  margin-top: 0;
  font-size: 20px;
}
.three-column-callout .callouts.three .callout .callout-content p a {
  color: #003756;
}
.three-column-callout .callouts.three .callout .callout-content p a:hover {
  color: #FF5726;
}
.three-column-callout .callouts.three .callout .callout-content p:last-of-type {
  margin-bottom: 0;
}
.stacked-content-boxes {
  padding: 2em 0;
}
.stacked-content-boxes .content-boxes .row {
  clear: both;
  margin-bottom: 2em;
}
.stacked-content-boxes .content-boxes .columns .content-box {
  border: 2px solid #003756;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  padding: 1em 15px;
}
.stacked-content-boxes .content-boxes .columns .content-box .content-box-heading {
  margin: 0 0 0.5em;
  font-size: 30px;
}
.stacked-content-boxes .content-boxes .columns .content-box .content-box-content p {
  margin-top: 0;
  font-size: 18px;
}
.stacked-content-boxes .content-boxes .columns .content-box .button {
  text-transform: none;
  border: none;
  background-color: #003756;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  padding: 6px 18px;
}
.stacked-content-boxes .content-boxes .columns .content-box .button:hover {
  background-color: #FF5726;
}
.stacked-content-boxes .content-boxes .columns .content-box.background-secondary.faded .button {
  background-color: #201006;
  color: #fff;
}
.stacked-content-boxes .content-boxes .columns .content-box.background-secondary.faded .button:hover {
  background-color: #FF5726;
}
.stacked-content-boxes .content-boxes .columns.two .content-box {
  width: calc(49% - 4px - 30px);
  float: left;
}
.stacked-content-boxes .content-boxes .columns.two .content-box:first-of-type {
  margin-right: 2%;
}
.stacked-content-boxes .content-boxes .columns.one .content-box p {
  font-size: 28px;
}
.stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion {
  position: absolute;
  left: 115px;
  bottom: 0.75em;
}
.stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion .bar-holder {
  position: relative;
  width: 150px;
  height: 36px;
  border: 2px solid #201006;
  float: left;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 15px;
}
.stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion .bar-holder .bar-fill {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 32px;
  background-color: #FF5726;
}
.stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion .counter {
  width: 50px;
  display: inline-block;
  text-align: right;
}
.stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion p {
  float: right;
  font-size: 36px;
  margin: -0.25em 0 0;
}
.stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion p strong {
  color: #FF5726;
}
.solar-callout {
  background-color: #FD8259;
}
.solar-callout .solar-callout-icon {
  width: 30%;
  position: absolute;
  top: 4em;
  left: 0;
}
.solar-callout .solar-callout-icon img {
  max-width: 100%;
}
.solar-callout .solar-callout-image {
  position: relative;
  top: -60px;
}
.solar-callout .solar-callout-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.solar-callout .solar-callout-content-holder .block-heading {
  margin: 0;
  padding-top: 1em;
  font-size: 55px;
  color: #003756;
  line-height: 1.25em;
}
.solar-callout .solar-callout-content-holder .solar-callout-content {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.solar-callout .solar-callout-content-holder .solar-callout-content p {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 24px;
  color: #003756;
}
.solar-callout .solar-callout-content-holder .solar-callout-buttons-container {
  display: inline;
  position: relative;
  z-index: 2;
}
.solar-callout .solar-callout-content-holder .solar-callout-buttons-container .button {
  border: none;
  color: #fff;
  font-weight: 700;
  margin: 0 1%;
  text-transform: none;
  line-height: 1em;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.solar-callout .solar-callout-content-holder .solar-callout-buttons-container .button.background-offblack:hover, .solar-callout .solar-callout-content-holder .solar-callout-buttons-container .button.background-tertiary:hover, .solar-callout .solar-callout-content-holder .solar-callout-buttons-container .button.background-primary:hover, .solar-callout .solar-callout-content-holder .solar-callout-buttons-container .button.background-yellow:hover {
  background-color: #003756;
}
.solar-callout .solar-callout-content-holder .solar-callout-buttons-container .button:hover {
  background-color: #fff;
  color: #003756;
}
.solar-callout .solar-callout-content-holder .solar-callout-buttons-container .button:first-of-type {
  margin-left: 0;
}
.now-hiring {
  border: 2px solid #003756;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  padding: 20px 3%;
}
.now-hiring h2.block-heading {
  text-align: left;
  font-size: 42px;
  color: #003756;
  margin: 0;
}
.now-hiring h3 {
  font-size: 24px;
  text-align: left;
}
.now-hiring .now-hiring-content {
  text-align: left;
}
.now-hiring .now-hiring-button-container {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 15px;
}
.now-hiring .now-hiring-button-container .button {
  background-color: #2E5B60;
  border: none;
  color: #fff;
  font-weight: 700;
  margin: 0 2% 0 0;
  text-transform: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.now-hiring .now-hiring-button-container .button:hover {
  background-color: #003756;
}
.below-form-block, .now-hiring {
  background-color: #BFD7D1;
  color: #2E5B60;
  margin-top: 2em !important;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
}
.below-form-block h3, .now-hiring h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.below-form-block .button, .now-hiring .button {
  border: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  line-height: 1.5em;
  padding: 7px 15px;
  margin-top: 0;
  background-color: #2E5B60;
}
.below-form-block .button:hover, .now-hiring .button:hover {
  background-color: #003756;
  color: #fff !important;
}
.map-block {
  background-color: #f0f2ec;
  padding: 4em 0 0;
  color: #2E5B60;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.map-block .map-meta-above .map-description {
  width: 65%;
  float: left;
  line-height: 1.5em;
  font-weight: 700;
  font-size: 18px;
}
.map-block .map-meta-above .map-description p:first-of-type {
  margin-top: 0;
}
.map-block .map-meta-above .map-goal {
  float: right;
  width: 25%;
  color: #000;
  font-weight: 700;
}
.map-block .map-meta-above .map-goal .map-goal-meta {
  font-weight: 400;
}
.map-block .map-meta-above .goal-completion .bar-holder {
  position: relative;
  width: 100%;
  height: 24px;
  border: none;
  background-color: #BFD7D1;
  float: left;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  margin: 10px 0;
}
.map-block .map-meta-above .goal-completion .bar-holder .bar-fill {
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 24px;
  background-color: #2E5B60;
}
.map-block .mapsvg-gauge {
  bottom: auto;
  top: 34px;
  max-width: 25%;
  width: 25%;
  right: 0;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  background-color: transparent;
}
.map-block .mapsvg-gauge td:not(.mapsvg-gauge-gradient) {
  position: absolute;
  top: -20px;
  padding-left: 0;
  padding-right: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.map-block .mapsvg-gauge td:not(.mapsvg-gauge-gradient):first-of-type {
  left: 0;
}
.map-block .mapsvg-gauge td:not(.mapsvg-gauge-gradient):last-of-type {
  left: auto;
  right: 0;
}
.map-block .mapsvg-gauge .mapsvg-gauge-gradient {
  position: absolute;
  width: 99%;
  max-width: 99%;
  padding: 0;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  height: 24px;
}
.map-block .map {
  max-height: 560px;
}
.map-block .map .mapsvg-details-container {
  border: 2px solid #2E5B60;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
.map-block .map .mapsvg-controller-view-toolbar {
  position: absolute;
  top: 0;
  right: 0;
}
.map-block .map .mapsvg-controller-view-content {
  padding: 0;
}
.map-block .map .mapsvg-controller-view-content h5 {
  font-size: 24px;
  margin: 0;
  padding: 0 15px;
  font-family: granville, serif;
}
.map-block .map .mapsvg-controller-view-content h6 {
  margin: 0 0 5px;
  font-size: 16px;
  font-family: granville, serif;
}
.map-block .map .mapsvg-controller-view-content .totals {
  padding: 5px 15px;
}
.map-block .map .mapsvg-controller-view-content .chapter-info {
  padding: 8px 15px 0;
}
.map-block .map .mapsvg-controller-view-content .accordion .accordion-title h6 {
  display: inline-block;
}
.map-block .map .mapsvg-controller-view-content .accordion .accordion-title h6:after {
  content: "▼";
  display: inline-block;
  font-size: 14px;
  margin-top: -4px;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #FF5726;
}
.map-block .map .mapsvg-controller-view-content .accordion .accordion-title h6:hover {
  cursor: pointer;
}
.map-block .map .mapsvg-controller-view-content .accordion .accordion-title h6:hover:after {
  color: #2E5B60;
}
.map-block .map .mapsvg-controller-view-content .accordion.clicked .accordion-title h6:after {
  content: "▲";
}
.map-block .map .mapsvg-controller-view-content .accordion.clicked .accordion-content {
  height: 100%;
  opacity: 1;
  padding-top: 5px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  display: block;
}
.map-block .map .mapsvg-controller-view-content .accordion .accordion-content {
  padding: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.map-block .map .mapsvg-controller-view-content .accordion .accordion-content ol, .map-block .map .mapsvg-controller-view-content .accordion .accordion-content ul {
  margin-bottom: 0;
}
.map-block .map .mapsvg-controller-view-content .accordion .accordion-content ol li, .map-block .map .mapsvg-controller-view-content .accordion .accordion-content ul li {
  margin-bottom: 0;
}
.map-block .map .mapsvg-controller-view-content .percentages {
  padding: 10px 15px;
  color: #fff;
  background-color: #2E5B60;
  margin-top: 24px;
  font-weight: 700;
}
.map-block .map .mapsvg-controller-view-content ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.map-block .map .mapsvg-controller-view-content .photo-gallery-section {
  padding: 15px 15px 0;
}
.map-block .map .mapsvg-controller-view-content .photo-gallery-section ul li .background-image {
  padding-bottom: 56.25%;
  background-size: cover !important;
  background-repeat: center center;
}
.map-block .map .mapsvg-region-label {
  font-weight: 700;
  color: #201006;
  font-size: 14pt !important;
  font-family: brandon-grotesque, sans-serif;
}
.map-block .map .mapsvg-gallery.mapsvg-gallery-slider figure img {
  width: 100%;
  height: auto;
  max-height: 300px;
}
.map-block .map .slick-dots {
  position: relative;
  bottom: -10px;
}
.map-block .map .slick-dots li button:before {
  font-size: 10px;
}
.map-block #region-Western_Navajo_Agency {
  position: relative;
  top: -80px;
}
.map-block #region-Eastern_Navajo_Agency {
  position: relative;
  top: -50px;
  left: 20px;
}
.map-block #region-Hopi_Nation {
  position: relative;
  top: 12px;
  left: 10px;
}
.map-bar-container {
  width: calc(20% - 4px);
  margin-left: -2px;
  display: inline-block;
  background-color: transparent;
}
.map-bar-container:hover {
  cursor: pointer;
}
.map-bar-container.active .stat-content {
  padding-top: 0;
  height: 100%;
  opacity: 1;
  z-index: 2;
  visibility: visible;
  position: relative;
}
.map-bar-container .stat-number {
  font-size: 40px;
  padding-left: 10px;
  font-weight: 700;
}
.map-bar-container .stat-title {
  font-size: 18px;
}
.map-bar-container .stat-content {
  padding-top: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -99;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.map-bar-container .map-bar {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.map-bar-container .background-yellow {
  color: #fff;
}
.mapsvg-mobile-modal-close {
  background-color: #003756 !important;
  border-color: #003756 !important;
}
.mapsvg-mobile-modal-close:hover {
  border-color: #FFC301 !important;
  background-color: #FFC301 !important;
  color: #003756 !important;
}
.mapsvg-mobile-buttons {
  display: none !important;
}
.mapsvg-container-fullscreen h5 {
  font-size: 24px;
  margin: 24px 0 0 0;
  padding: 0 15px;
  font-family: granville, serif;
}
.mapsvg-container-fullscreen h6 {
  margin: 0 0 5px;
  font-size: 16px;
  font-family: granville, serif;
}
.mapsvg-container-fullscreen .totals {
  padding: 5px 15px;
}
.mapsvg-container-fullscreen .chapter-info {
  padding: 8px 15px 0;
}
.mapsvg-container-fullscreen .accordion .accordion-title h6 {
  display: inline-block;
}
.mapsvg-container-fullscreen .accordion .accordion-title h6:after {
  content: "▼";
  display: inline-block;
  font-size: 14px;
  margin-top: -4px;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #FF5726;
}
.mapsvg-container-fullscreen .accordion .accordion-title h6:hover {
  cursor: pointer;
}
.mapsvg-container-fullscreen .accordion .accordion-title h6:hover:after {
  color: #2E5B60;
}
.mapsvg-container-fullscreen .accordion.clicked .accordion-title h6:after {
  content: "▲";
}
.mapsvg-container-fullscreen .accordion.clicked .accordion-content {
  height: 100%;
  opacity: 1;
  padding-top: 5px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  display: block;
}
.mapsvg-container-fullscreen .accordion .accordion-content {
  padding: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.mapsvg-container-fullscreen .accordion .accordion-content ol, .mapsvg-container-fullscreen .accordion .accordion-content ul {
  margin-bottom: 0;
}
.mapsvg-container-fullscreen .accordion .accordion-content ol li, .mapsvg-container-fullscreen .accordion .accordion-content ul li {
  margin-bottom: 0;
}
.mapsvg-container-fullscreen .percentages {
  padding: 10px 15px;
  margin-top: 24px;
  font-weight: 700;
  font-family: granville, serif;
  font-size: 18px;
}
.mapsvg-container-fullscreen ul li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.mapsvg-container-fullscreen .photo-gallery-section {
  padding: 15px 15px 0;
}
.mapsvg-container-fullscreen .photo-gallery-section ul li .background-image {
  padding-bottom: 56.25%;
  background-size: cover !important;
  background-repeat: center center;
}
.mapsvg-container-fullscreen .mapsvg-gallery.mapsvg-gallery-slider figure img {
  width: 100%;
  height: auto !important;
  max-height: none;
}
/* Footer Styles */
footer {
  width: 100%;
  max-width: 100%;
  padding: 30px 0 60px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .screen-reader-text {
  border: 0;
  clip: unset;
  clip-path: none;
  height: 100%;
  margin: 0;
  overflow: visible;
  position: relative;
  width: 100%;
}
footer .footer-logo {
  height: 50px;
  display: block;
  background-image: url(/wp-content/themes/sol-flexible-clean/scss/../assets/images/logo-black.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
}
footer .footer-logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
footer .container {
  width: 75%;
}
footer a {
  color: #2E5B60;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer a:hover {
  color: #003756;
}
footer .site-info {
  font-size: 20px;
  color: #201006;
}
footer .site-info .branding-info {
  font-weight: 700;
  margin-bottom: 3em;
}
footer .site-info .location {
  margin-top: 1em;
  padding-left: 5.3%;
}
footer .footer-navigation {
  float: left;
  padding-left: 5.3%;
}
footer .social-navigation {
  float: left;
  margin-left: 20%;
}
footer .footer-navigation, footer .social-navigation {
  font-family: brandon-grotesque, sans-serif;
}
footer .footer-navigation ul, footer .social-navigation ul {
  margin: 0;
  list-style: none;
}
footer .footer-navigation ul li, footer .social-navigation ul li {
  font-size: 18px;
  margin: 0;
  padding: 0 0 0.5em;
}
footer .footer-navigation ul li a, footer .social-navigation ul li a {
  color: #201006;
  text-decoration: underline;
}
footer .footer-navigation ul li a:hover, footer .social-navigation ul li a:hover {
  color: #003756;
}
footer .donate-button-container {
  position: absolute;
  top: 0;
  right: 0;
}
footer .donate-button-container .button {
  border: none;
  background-color: #FFC301;
  color: #201006;
  font-weight: 700;
  padding: 3px 8px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}
footer .donate-button-container .button:hover {
  background-color: #003756;
  color: #fff;
}
/* Responsive Theming */
@media screen and (max-width: 1367px) and (max-height: 1025px) and (min-height: 769px) {
  header #hamburger.clicked {
    display: block;
  }
  header #hamburger.clicked .top-bun, header #hamburger.clicked .patty, header #hamburger.clicked .bottom-bun {
    opacity: 1;
  }
  header #hamburger-toggle-menu {
    display: table;
  }
  header #hamburger-toggle-menu .container {
    display: table-cell;
    vertical-align: middle;
  }
  header #hamburger-toggle-menu ul#primary-menu li {
    font-size: 38px;
    padding: 15px 0;
  }
  header #hamburger-toggle-menu ul#primary-menu li:first-of-type {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1365px) {
  header #hamburger-toggle-menu ul#primary-menu li {
    font-size: 24px;
  }
  .gallery .gallery-images a .image-caption p {
    display: none;
  }
}
@media screen and (max-width: 1025px) and (max-height: 1367px) and (min-height: 769px) {
  header #hamburger-toggle-menu {
    display: table;
  }
  header #hamburger-toggle-menu .container {
    display: table-cell;
    vertical-align: middle;
  }
  header #hamburger-toggle-menu ul#primary-menu li {
    font-size: 30px;
    padding: 15px 0;
  }
  header #hamburger-toggle-menu ul#primary-menu li:first-of-type {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1025px) and (max-height: 769px) {
  header #hamburger-toggle-menu {
    display: table;
  }
  header #hamburger-toggle-menu .container {
    display: table-cell;
    vertical-align: middle;
  }
  header #hamburger-toggle-menu ul#primary-menu li {
    font-size: 24px;
  }
  header #hamburger-toggle-menu ul#primary-menu li:first-of-type {
    padding-top: 15px;
  }
}
@media screen and (max-width: 769px) and (max-height: 1025px) {
  header #hamburger-toggle-menu {
    display: table;
  }
  header #hamburger-toggle-menu .container {
    display: table-cell;
    vertical-align: middle;
  }
  header #hamburger-toggle-menu ul#primary-menu li {
    font-size: 30px;
  }
  header #hamburger-toggle-menu ul#primary-menu li:first-of-type {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1200px) {
  header #primary-nav-container {
    display: none;
  }
  header #hamburger {
    display: block !important;
  }
  header #hamburger .top-bun, header #hamburger .patty, header #hamburger .bottom-bun {
    opacity: 1;
  }
  .homepage-hero .slider .slide .slide-caption {
    left: 20%;
    width: 75%;
  }
  .hero-slider ul .slide .slide-content h2 {
    font-size: 38px;
  }
  .hero-slider ul .slide .slide-content p {
    font-size: 20px;
  }
  .image-and-content.image-left .block-content {
    padding-right: 0;
  }
  .image-and-content .block-content {
    width: 45%;
    padding-right: 0;
    position: relative;
    top: 0;
    float: right;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .image-and-content .block-content p:first-of-type {
    margin-top: 0;
  }
  .image-and-content .block-content p:last-of-type {
    margin-bottom: 0;
  }
  .map-block .map {
    max-height: 380px;
  }
}
@media screen and (max-width: 1023px) {
  header #hamburger-toggle-menu ul#primary-menu li {
    font-size: 24px;
  }
  #primary-nav-container #primary-nav {
    font-size: 0;
  }
  .block-content h2 {
    font-size: 26px;
    margin-bottom: 0.5em;
  }
  .block-content p {
    line-height: 1.25em;
  }
  .image-and-content.image-right .block-content {
    padding-left: 0;
  }
  .image-and-content.image-left .block-content {
    padding-right: 0;
  }
  .timeline .timeline-entry .content {
    width: 100%;
  }
  .timeline .timeline-entry .content p {
    font-size: 22px;
    line-height: 1.25em;
  }
  .two-column-cta .call-to-action h2 {
    font-size: 26px;
    margin-bottom: 0.5em;
  }
  .two-column-cta .call-to-action p {
    line-height: 1.25em;
  }
  .page-template-two-column-layout h2 {
    font-size: 26px;
  }
  header .header-container .container {
    width: 84%;
  }
  .container, footer .container {
    width: 84%;
  }
  .homepage-hero .slider .slide {
    height: 100%;
    padding: 0;
    position: relative;
  }
  .homepage-hero .slider .slide .slide-video {
    padding-bottom: 56.25%;
  }
  .homepage-hero .slider .slide .slide-video, .homepage-hero .slider .slide .slide-image {
    position: relative;
  }
  .homepage-hero .slider .slide .slide-caption {
    left: 0;
    padding: 3em 0;
    width: 100%;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
  }
  .homepage-hero .slider .slide .slide-caption p:last-of-type {
    margin-bottom: 0;
  }
  .homepage-hero .slider .slide .slide-caption h1.text-tertiary {
    color: #FF5726;
  }
  .homepage-hero .slider .slide .slide-caption h1.text-teal {
    color: #003756;
  }
  .homepage-hero .slider .slide .slide-caption p {
    color: #003756;
  }
  .homepage-hero .slider .slide .slide-caption p a:hover {
    color: #2E5B60;
  }
  .hero-slider ul .slide.image-slide {
    padding-bottom: 56.25%;
  }
  .hero-slider ul .slide.image-slide .slide-image {
    padding-bottom: 56.25%;
  }
  .hero-slider ul .slide .slide-content {
    padding: 30px;
    width: 55%;
    left: 8%;
  }
  .hero-slider ul .slide .slide-content p {
    font-size: 18px;
  }
  .columnized-callouts.columns-count-4 .block-columns {
    display: flex;
    flex-flow: row wrap;
  }
  .columnized-callouts .column h1 {
    font-size: 38px;
  }
  .columnized-callouts .column.columns-3 {
    width: 100%;
    margin: 0 0 15px;
  }
  .columnized-callouts .column.columns-3:last-of-type {
    margin-bottom: 0;
  }
  .columnized-callouts .column.columns-4 {
    width: 45%;
    flex: 1 1 45%;
    margin: 0 5% 15px 0;
  }
  .columnized-callouts .column.columns-4:nth-of-type(2n) {
    margin-right: 0;
  }
  .columnized-callouts .column.columns-4:last-of-type {
    margin-bottom: 0;
  }
  .columnized-callouts.columns-count-3 .block-columns {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .map-block .map {
    display: block;
    max-height: 100% !important;
  }
  .mapsvg-button-menu {
    display: none;
  }
  .map-bars {
    padding-top: 30px;
  }
  .map-bar-container {
    width: calc(100% + 2px);
    left: -10%;
    padding: 15px 10%;
    position: relative;
  }
  .map-bar-container.background-primary {
    background-color: #2E5B60;
  }
  .map-bar-container.background-secondary {
    background-color: #003756;
  }
  .map-bar-container.background-tertiary {
    background-color: #FF5726;
  }
  .map-bar-container.background-purple {
    background-color: #8961FF;
  }
  .map-bar-container.background-yellow {
    background-color: #FFC301;
  }
  .map-bar-container.background-light-yellow {
    background-color: #FBE8AC;
  }
  .map-bar-container.background-light-blue {
    background-color: #BFD7D1;
  }
  .map-bar-container.background-light-gray {
    background-color: #CBC8BF;
  }
  .map-bar-container.background-med-gray {
    background-color: "#D4D4D4";
  }
  .map-bar-container.background-dark-gray {
    background-color: #1D3037;
  }
  .map-bar-container.background-offblack {
    background-color: #201006;
  }
  .map-bar-container .stat-number {
    color: #fff !important;
    padding-left: 0;
  }
  .map-bar-container .map-bar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    padding-left: 0;
  }
  .homepage-hero h1 {
    font-size: 55px;
  }
  .three-column-callout .block-heading {
    font-size: 55px;
  }
  .three-column-callout .callouts.three .callout {
    margin: 0 3.5% 30px 0;
    width: calc(100% - 2px);
  }
  .three-column-callout .callouts.three .callout .callout-heading {
    font-size: 30px;
  }
  .three-column-callout .callouts.three .callout .callout-content {
    padding: 1em 4% 1em;
  }
  .three-column-callout .callouts.three .callout .callout-content p {
    font-size: 22px;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box p {
    font-size: 22px;
  }
  .stacked-content-boxes .content-boxes .columns.two {
    display: flex;
    flex-flow: row wrap;
  }
  .stacked-content-boxes .content-boxes .columns.two .content-box {
    flex: 1 1 43%;
  }
  .solar-callout {
    height: 100%;
    min-height: 100%;
    padding-bottom: 4em;
    background-image: none;
  }
  .solar-callout .solar-callout-icon {
    position: relative;
  }
  .solar-callout .solar-callout-content-holder {
    padding-top: 30px;
  }
  .solar-callout .solar-callout-content-holder .block-heading {
    font-size: 55px;
  }
  .solar-callout .solar-callout-content-holder .solar-callout-buttons-container {
    padding-top: 24px;
  }
}
@media screen and (max-width: 860px) {
  header #hamburger-toggle-menu ul#primary-menu li {
    font-size: 24px;
  }
  .solar-callout .solar-callout-image {
    top: -40px;
  }
}
@media screen and (max-width: 767px) {
  header #logo {
    width: 40%;
    right: 0;
  }
  header #banner-alert-bar {
    font-size: 16px;
    line-height: 1.25em;
    min-height: 20px;
  }
  header #hamburger-toggle-menu .container {
    width: 84%;
  }
  header #hamburger-toggle-menu .menu-primary-nav-container {
    width: calc(100% - 40px);
  }
  .image-and-content .block-image {
    width: 100%;
    padding-bottom: 60%;
    float: none;
    margin-bottom: 2em;
    background-size: cover !important;
  }
  .image-and-content .block-content {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .half-width .block-left, .half-width .block-right {
    width: 100%;
    float: none;
  }
  .video-block .block-content h2.block-heading {
    font-size: 38px;
  }
  .image-and-content .block-image, .image-and-content .block-content {
    width: 100%;
  }
  .image-and-content .block-content {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-and-content.image-right .block-image, .image-and-content.image-right .block-content, .image-and-content.image-left .block-image, .image-and-content.image-left .block-content {
    float: none;
  }
  .image-and-content.image-right .block-content, .image-and-content.image-left .block-content {
    padding-left: 0;
    padding-right: 0;
  }
  .timeline .timeline-entry .year {
    font-size: 40px;
  }
  .timeline .timeline-entry .icon {
    width: 45px;
    margin-right: 4%;
  }
  .timeline .timeline-entry .content {
    width: calc(96% - 45px);
    float: right;
  }
  .timeline .timeline-entry .content p {
    font-size: 18px;
  }
  .two-column-cta .call-to-action {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .two-column-cta .block-content {
    width: 100%;
    float: none;
  }
  .gallery .gallery-images a {
    margin-bottom: 0.5em;
  }
  .gallery .gallery-images a .image-caption {
    display: none;
  }
  .solar-callout .solar-callout-image {
    top: -20px;
  }
  .map-block .map-meta-above .map-description {
    width: 100%;
    float: none;
  }
  .map-block .map-meta-above .map-goal {
    float: right;
    width: 33.33%;
  }
  .map-block .mapsvg-gauge {
    width: 33.33%;
    max-width: 33.33%;
  }
  .map-block .map {
    max-height: 100%;
  }
  .mapsvg-buttons.left {
    display: none !important;
  }
  .page-template-two-column-layout .sidebar {
    width: 100%;
  }
  .page-template-two-column-layout .sidebar.sidebar-left, .page-template-two-column-layout .sidebar.sidebar-right {
    float: none;
  }
  .page-template-two-column-layout .sidebar .container p img {
    float: none;
  }
  .page-template-two-column-layout .main-content.with-sidebar {
    margin-top: -40px;
    width: 100%;
    float: none;
  }
  .page-template-two-column-layout .main-content.with-sidebar .container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .button {
    font-size: 18px;
  }
  .hero-slider ul .slide .slide-content {
    width: 78%;
  }
  .full-width-text h2.block-heading, .block-content h2.block-heading, .columnized-callouts h2.block-heading {
    font-size: 30px;
    line-height: 1.25em;
  }
  .full-width-text p, .full-width-text ol, .full-width-text ul, .block-content p, .block-content ol, .block-content ul, .columnized-callouts p, .columnized-callouts ol, .columnized-callouts ul {
    font-size: 20px;
  }
  .columnized-callouts .column h1 {
    font-size: 30px;
  }
  .columnized-callouts .column.columns-2 {
    width: 100%;
    margin: 0 0 15px 2%;
  }
  .columnized-callouts .column.columns-2:last-of-type {
    margin-bottom: 0;
  }
  .columnized-callouts.columns-count-2 .block-columns {
    grid-template-columns: 100%;
  }
  .columnized-callouts.columns-count-2 .columns-2 .column-content-container {
    width: 100%;
  }
  .columnized-callouts.columns-count-2 .columns-2:nth-of-type(odd) .column-content-container {
    width: 100%;
  }
  .columnized-callouts.columns-count-3 .block-columns {
    display: grid;
    grid-template-columns: 100%;
  }
  .columnized-callouts.columns-count-3 .columns-3 .column-content-container {
    width: 100% !important;
  }
  .accordions-block h2.block-heading {
    font-size: 30px;
  }
  .accordions-block #accordions .accordion .accordion-title, .accordions-block #accordions .accordion .accordion-content {
    font-size: 20px;
  }
  .accordions-block #accordions .accordion .accordion-title:before {
    font-size: 40px;
    top: -4px;
  }
  .accordions-block #accordions .accordion.clicked .accordion-title:before {
    top: -7px;
    font-size: 45px;
  }
  .solar-callout .solar-callout-content-holder .block-heading {
    font-size: 38px;
  }
  .stacked-content-boxes .content-boxes .columns {
    display: block;
    flex-flow: unset;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box p {
    font-size: 18px;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion {
    bottom: 1em;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion p {
    font-size: 32px;
    line-height: 1.5em;
    top: 5px;
    position: relative;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion .bar-holder {
    top: 2px;
    height: 34px;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion .bar-holder .bar-fill {
    height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .columnized-callouts .column h2 {
    font-size: 22px;
  }
  .columnized-callouts .column.columns-4 {
    width: 100%;
    flex: 1 1 100%;
    margin: 0 0 15px 0;
  }
  .map-block .map-meta-above .map-goal {
    width: 100%;
    float: none;
  }
  .stacked-content-boxes .content-boxes .columns {
    display: block;
    flex-flow: unset;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion {
    position: relative;
    left: 0;
    display: block;
    margin-top: 34px;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion p {
    top: -2px;
    margin: 0;
    float: none;
  }
  .stacked-content-boxes .content-boxes .columns.two .content-box {
    flex: 1 1 100%;
  }
  .stacked-content-boxes .content-boxes .columns.two .content-box:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hero-slider ul .slide.image-slide {
    padding-bottom: 75%;
  }
  .hero-slider ul .slide.image-slide .slide-image {
    padding-bottom: 75%;
  }
  .hero-slider ul .slide .slide-content {
    padding: 15px 24px;
    width: calc(84% - 60px);
  }
  .hero-slider ul .slide .slide-content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 840px) and (max-height: 420px) {
  header #hamburger-toggle-menu {
    display: table;
  }
  header #hamburger-toggle-menu .container {
    display: table-cell;
    vertical-align: middle;
  }
  header #hamburger-toggle-menu ul#primary-menu li {
    padding: 2px 0;
    font-size: 18px;
  }
  header #hamburger-toggle-menu ul#primary-menu li:first-child {
    padding-top: 2px;
  }
  header #hamburger-toggle-menu ul#primary-menu li .sub-menu li {
    padding: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) and (max-height: 350px) {
  header #hamburger-toggle-menu {
    display: table;
  }
  header #hamburger-toggle-menu .container {
    display: table-cell;
    vertical-align: middle;
  }
  header #hamburger-toggle-menu .menu-primary-nav-container {
    width: 100%;
  }
  header #hamburger-toggle-menu ul#primary-menu {
    margin-top: 0;
  }
  header #hamburger-toggle-menu ul#primary-menu li {
    padding: 0;
    font-size: 16px;
  }
  header #hamburger-toggle-menu ul#primary-menu li:first-child {
    padding-top: 0;
  }
  header #hamburger-toggle-menu ul#primary-menu li .sub-menu li {
    font-size: 15px;
  }
}
@media screen and (max-width: 540px) {
  .hero-slider ul .slide.image-slide {
    padding-bottom: 100%;
  }
  .hero-slider ul .slide.image-slide .slide-image {
    padding-bottom: 100%;
  }
  .solar-callout .solar-callout-image {
    top: 0;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion .counter {
    width: 35px;
  }
  .stacked-content-boxes .content-boxes .columns.one .content-box .goal-completion .bar-holder {
    width: 98%;
    margin-right: 0;
  }
  .map-block .map .mapsvg-region-label {
    display: none;
  }
  footer .donate-button-container {
    top: 100px !important;
    right: auto !important;
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  header #hamburger-toggle-menu .menu-primary-nav-container {
    width: 84%;
    margin: 0 auto;
  }
  header #hamburger-toggle-menu ul#primary-menu {
    margin: 0 auto;
    width: 100%;
  }
  header #hamburger-toggle-menu ul#primary-menu li {
    padding: 8px 0 0;
    font-size: 20px;
    width: 100%;
    margin-right: 0;
  }
  header #hamburger-toggle-menu ul#primary-menu li:first-of-type {
    padding-top: 8px;
  }
  header #hamburger-toggle-menu ul#primary-menu li .sub-menu li {
    padding: 0;
    font-size: 18px;
  }
  .gform_wrapper form {
    overflow: hidden;
  }
  .gform_wrapper form .gform_heading h3 {
    font-size: 30px;
  }
  .solar-callout .solar-callout-content-holder .block-heading {
    font-size: 30px;
  }
  .solar-callout .solar-callout-content-holder .solar-callout-content p {
    font-size: 20px;
  }
  .stacked-content-boxes .content-boxes .columns .content-box .content-box-heading {
    font-size: 24px;
  }
  .homepage-hero h1 {
    font-size: 40px;
  }
  .homepage-hero .slider .slide .slide-caption p {
    font-size: 20px;
  }
  .three-column-callout .block-heading {
    font-size: 40px;
    float: none;
  }
  .three-column-callout .block-content {
    float: none;
    width: 100%;
  }
  .three-column-callout .callouts.three .callout .callout-content .callout-heading {
    font-size: 24px;
  }
  .three-column-callout .callouts.three .callout .callout-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 420px) and (max-height: 840px) {
  header #hamburger-toggle-menu .menu-primary-nav-container {
    width: 84%;
    margin: 0 auto;
  }
  header #hamburger-toggle-menu ul#primary-menu {
    margin-top: 0;
    width: 100%;
  }
  header #hamburger-toggle-menu ul#primary-menu li {
    width: 100%;
    margin-right: 0;
    padding: 8px 0 0;
  }
  header #hamburger-toggle-menu ul#primary-menu li:first-child {
    padding-top: 0;
  }
  header #hamburger-toggle-menu ul#primary-menu li .sub-menu li {
    padding: 2px 0;
  }
}
@media screen and (max-width: 380px) and (max-height: 700px) {
  header #hamburger-toggle-menu ul#primary-menu li {
    padding: 8px 0 0;
  }
  header #hamburger-toggle-menu ul#primary-menu li .sub-menu li {
    padding: 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  footer .footer-navigation {
    float: none;
    padding-top: 1px;
  }
  footer .social-navigation {
    margin-left: 0;
    float: none;
    padding-left: 5.3%;
  }
}
/*# sourceMappingURL=https://www.nativerenewables.org/wp-content/build/scss_library/091216921493a861a9adf566a4e4ae93ba5a9667.css.map */