/*BASE STYLES*/
blockquote:before {
  margin: 0; }

ol {
  counter-reset: item; }

ol li {
  display: block; }

ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold; }

.entry-content ol {
  margin-left: 1%; }

.entry-content ul {
  list-style: none;
  margin-left: 20px; }

.entry-content li {
  line-height: 1.5; }

.entry-content ol,
.entry-content ul {
  padding-bottom: 10px; }

.entry-content ul li {
  position: relative; }

.entry-content ul li:before {
  content: '\2022';
  font-size: 21px;
  position: absolute;
  left: -15px;
  top: -1px; }

.content-wrapper {
  padding: 20px 0; }

.entry-content p {
  margin-bottom: 10px; }

.clearfix {
  clear: both; }

/*/////////////*/
/*/////////////*/
/*header styles*/
/*/////////////*/
/*/////////////*/
#header button.navbar-toggle {
  position: relative;
  background: transparent;
  padding: 0; }

.navbar-collapse {
  padding: 0;
  text-align: center; }

#header .nav {
  text-align: center;
  padding: 15px 0; }

.nav > li > a {
  font-size: 1em;
  padding: 6px 15px;
  text-align: center; }

.nav > li > a:hover,
.nav > li > a:focus {
  color: black; }

.dropdown-menu {
  position: relative;
  float: none;
  border: none;
  box-shadow: none;
  text-align: center;
  border-radius: 0;
  padding: 0; }

.nav > li.social-link {
  display: inline-block; }

#header a.button {
  display: inline-block; }

.dropdown-backdrop {
  display: none !important; }

.open > .dropdown-menu {
  display: inline-block !important; }

/*FOOTER*/
#copyright {
  padding: 15px 0;
  text-align: center; }

#callout {
  text-align: center;
  display: block; }

/*FORMS*/
input,
button,
select,
textarea {
  margin-top: 0; }

#contact-page-template iframe {
  height: 300px;
  max-width: 100%;
  width: 100%;
  margin: 0.5em 0 1em; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  margin: 10px 0; }

input.wpcf7-submit {
  width: 100%; }

/*SIDEBAR*/
#sidebar {
  padding: 30px 0; }

@media (min-width: 769px) {
  #sidebar {
    width: 50%; }
  #contact-page-template iframe {
    height: 400px; }
  /*general styles*/
  .flex {
    display: flex;
    flex-direction: row; }
  .flex-col {
    display: flex;
    flex-direction: column; }
  .flex-col.flex-top {
    justify-content: flex-start; }
  .flex-col.flex-mid {
    justify-content: center; }
  .flex-col.flex-bottom {
    justify-content: flex-end; }
  .flex-col.flex-left {
    align-items: flex-start; }
  .flex-col.flex-center {
    align-items: center; }
  .flex-col.flex-right {
    align-items: flex-end; }
  #home-columns .col-sm-4 {
    display: flex; } }

@media (min-width: 992px) {
  /*header*/
  #header .nav {
    padding: 0; }
  .nav > li.social-link > a {
    padding: 6px 8px; }
  .dropdown-menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  /*home styles*/
  .home-column {
    width: 100%; }
  #sidebar {
    width: 100%; }
  /*footer*/
  #callout {
    text-align: right;
    padding-top: 30px; }
  #copyright {
    text-align: left;
    padding-top: 30px; } }

@media (max-width: 991px) {
  /*bootstrap breakpoint 992*/
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }
  .navbar-nav > li,
  .nav-stacked > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .navbar-text {
    float: none;
    margin: 15px 0; }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }
  .collapsing {
    overflow: hidden !important; } }

body {
  font-family: "Roboto";
  font-size: 25px; }

p {
  line-height: inherit; }

h1,
h2,
h3,
h4 {
  font-family: "Roboto";
  text-transform: none; }

h1 {
  color: #0d633d;
  font-weight: 400;
  font-size: 55px;
  line-height: 1.25; }

h2 {
  color: #0d633d;
  font-weight: 400;
  font-size: 43px;
  line-height: 1.25; }

h3 {
  color: #0d633d;
  font-weight: 400;
  font-size: 35px;
  line-height: 1.25; }

h4 {
  color: #0d633d;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.25; }

h1.entry-title {
  text-align: left; }

p,
a,
li {
  color: #292929;
  font-family: "Roboto"; }

ol li:before {
  color: #0f7548; }

blockquote {
  border-color: #0f7548 !important;
  color: #292929; }

input,
button,
select,
textarea {
  border: 1px solid #00263d; }

a.button,
input[type='submit'],
a.wp-block-button__link {
  -webkit-appearance: none !important;
  display: inline-block;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 25px;
  color: white;
  text-transform: none;
  text-decoration: none;
  background-color: #0f7548;
  padding: 5px 40px;
  border-width: 0px 0px;
  border-color: #00263d;
  border-radius: 34px;
  border-style: solid;
  box-shadow: none; }
  a.button:hover,
  input[type='submit']:hover,
  a.wp-block-button__link:hover {
    color: #292929;
    background-color: #b2d670;
    border-color: #666666; }

.entry-content a:not(.button) {
  color: #0f7548;
  text-decoration: none; }
  .entry-content a:not(.button):hover {
    color: #0f7548;
    text-decoration: underline; }

.entry-content ul li:before {
  color: #b2d670; }

a.wp-block-button__link {
  text-decoration: none !important; }

#header.gon_header-standard {
  padding: 10px 0;
  background-color: white;
  border-bottom: 2px solid #b2d670; }
  #header.gon_header-standard button.navbar-toggle {
    margin: -20px 0 0 0; }
  #header.gon_header-standard .nav > li.social-link > a,
  #header.gon_header-standard .nav > li.social-link > a:hover,
  #header.gon_header-standard .nav > li.social-link > a:focus,
  #header.gon_header-standard .nav > li.social-link > a:active {
    border: none; }
  @media (min-width: 992px) {
    #header.gon_header-standard a.button {
      position: absolute;
      top: 0;
      right: 0; } }

#header.gon_header-banded .top-band {
  padding: 10px 0;
  background-color: white; }
  #header.gon_header-banded .top-band .container {
    position: relative; }
  #header.gon_header-banded .top-band #logo img {
    display: inline-block; }
  #header.gon_header-banded .top-band .header-links {
    padding-top: 10px; }
    @media (min-width: 992px) {
      #header.gon_header-banded .top-band .header-links {
        position: absolute;
        top: 0;
        right: 15px; } }
    #header.gon_header-banded .top-band .header-links ul.social-links {
      display: inline-block; }
      #header.gon_header-banded .top-band .header-links ul.social-links li.social-link {
        display: inline-block;
        padding: 0 8px; }

#header.gon_header-banded .bottom-band {
  padding: 0 0;
  background-color: #666666; }
  #header.gon_header-banded .bottom-band .nav > li {
    float: none; }
    @media (min-width: 992px) {
      #header.gon_header-banded .bottom-band .nav > li {
        display: inline-block; } }
  #header.gon_header-banded .bottom-band .dropdown-menu {
    margin: 0; }

#header.gon_header-transparent-top, #header.gon_header-transparent-bottom {
  padding: 10px 0;
  background-color: rgba(102, 102, 102, 0.5);
  position: absolute;
  z-index: 1000;
  width: 100%; }
  #header.gon_header-transparent-top button.navbar-toggle, #header.gon_header-transparent-bottom button.navbar-toggle {
    margin: -20px 0 0 0; }
  #header.gon_header-transparent-top .nav > li.social-link > a,
  #header.gon_header-transparent-top .nav > li.social-link > a:hover,
  #header.gon_header-transparent-top .nav > li.social-link > a:focus,
  #header.gon_header-transparent-top .nav > li.social-link > a:active, #header.gon_header-transparent-bottom .nav > li.social-link > a,
  #header.gon_header-transparent-bottom .nav > li.social-link > a:hover,
  #header.gon_header-transparent-bottom .nav > li.social-link > a:focus,
  #header.gon_header-transparent-bottom .nav > li.social-link > a:active {
    border: none; }
  @media (min-width: 992px) {
    #header.gon_header-transparent-top a.button, #header.gon_header-transparent-bottom a.button {
      position: absolute;
      top: 0;
      right: 0; } }
  #header.gon_header-transparent-top #logo img, #header.gon_header-transparent-bottom #logo img {
    max-width: 200px;
    margin: 0 auto; }
    @media (min-width: 769px) {
      #header.gon_header-transparent-top #logo img, #header.gon_header-transparent-bottom #logo img {
        max-width: 400px; } }
    @media (min-width: 992px) {
      #header.gon_header-transparent-top #logo img, #header.gon_header-transparent-bottom #logo img {
        max-width: 100%; } }

#header.gon_header-below-slider #logo {
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  transition: .3s ease all; }
  #header.gon_header-below-slider #logo img {
    max-height: 75px; }

#header.gon_header-below-slider #menu-main-menu {
  background-color: white;
  z-index: 1000;
  position: relative;
  padding: 10px 15px;
  text-align: center; }
  @media (min-width: 992px) {
    #header.gon_header-below-slider #menu-main-menu {
      display: inline-block;
      position: absolute;
      right: 50%;
      transform: translateX(50%);
      transition: .5s ease all;
      white-space: nowrap;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent; } }

#header.gon_header-below-slider.fixmenu {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000; }
  #header.gon_header-below-slider.fixmenu #logo {
    left: 15px;
    transform: translateX(0); }
  @media (min-width: 992px) {
    #header.gon_header-below-slider.fixmenu #menu-main-menu {
      right: 60px;
      transform: translateX(0); } }
  #header.gon_header-below-slider.fixmenu.static {
    position: absolute; }

#header #logo img {
  max-width: 200px; }
  @media (min-width: 481px) {
    #header #logo img {
      max-width: 300px; } }
  @media (min-width: 992px) {
    #header #logo img {
      max-width: 250px; } }

#header .navbar-toggle .icon-bar {
  background-color: #00263d; }

#header #menu-main-menu > li > a {
  font-family: "Roboto";
  font-size: 19px;
  text-transform: uppercase;
  color: #00263d;
  font-weight: bold;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: none;
  border-right: none;
  padding: 2px 5px;
  margin: 0 10px; }
  #header #menu-main-menu > li > a:hover, #header #menu-main-menu > li > a:active, #header #menu-main-menu > li > a:focus {
    text-decoration: none;
    color: #666666;
    background-color: transparent;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #666666;
    border-left: none;
    border-right: none; }

#header #menu-main-menu > li.active > a,
#header #menu-main-menu > li.active > a:hover,
#header #menu-main-menu > li.active > a:focus,
#header #menu-main-menu > li.current-menu-parent > a:active,
#header #menu-main-menu > li.current-menu-parent > a,
#header #menu-main-menu > li.current-menu-parent > a:hover,
#header #menu-main-menu > li.current-menu-parent > a:focus,
#header #menu-main-menu > li.current-menu-parent > a:active {
  text-decoration: none;
  color: white;
  background-color: #00263d;
  padding: 2px 10px;
  border-top: 2px solid #00263d;
  border-bottom: 2px solid #00263d;
  border-left: none;
  border-right: none; }

#header .dropdown-menu {
  background-color: white;
  font-size: 16px; }
  #header .dropdown-menu li > a {
    color: #00263d; }
    #header .dropdown-menu li > a:hover {
      color: #666666;
      background-color: white;
      text-decoration: none; }
  #header .dropdown-menu li.active > a,
  #header .dropdown-menu li.active > a:hover,
  #header .dropdown-menu li.active > a:focus,
  #header .dropdown-menu li.active > a:active {
    color: white;
    background-color: #666666;
    text-decoration: none; }

#header a.button {
  color: white;
  background-color: #00263d;
  border-color: #00263d;
  box-shadow: none;
  font-family: "Roboto";
  font-size: 16px; }
  #header a.button:hover {
    background-color: white;
    color: #00263d;
    border-color: #00263d; }

#header .caret {
  border-top-color: #00263d; }

.home #home-slider.gon_slideshow-standard .slide-text .container {
  height: 100%; }
  .home #home-slider.gon_slideshow-standard .slide-text .container .row {
    height: 100%; }

.home #home-slider.gon_slideshow-overlay .slideshow-inner {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 10%;
  transform: translate(0, -50%);
  width: 80%; }
  @media (min-width: 769px) {
    .home #home-slider.gon_slideshow-overlay .slideshow-inner {
      width: auto;
      left: 50%;
      transform: translate(-50%, -50%); } }

.home #home-slider.gon_slideshow-overlay h1, .home #home-slider.gon_slideshow-overlay h2, .home #home-slider.gon_slideshow-overlay h3 {
  color: #00263d;
  font-size: 30px;
  text-transform: uppercase; }

.home #home-slider.gon_slideshow-tiled {
  padding: 20px 0; }
  .home #home-slider.gon_slideshow-tiled .slide-text {
    height: 100%;
    align-items: center;
    margin-top: 20px; }
    @media (min-width: 769px) {
      .home #home-slider.gon_slideshow-tiled .slide-text {
        margin-top: 0; } }
  .home #home-slider.gon_slideshow-tiled span.cycle-pager {
    left: 37%; }

.home #home-slider.gon_slideshow-swoosh {
  position: relative; }
  .home #home-slider.gon_slideshow-swoosh div.swoosh-img {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100; }
    .home #home-slider.gon_slideshow-swoosh div.swoosh-img img {
      width: 100%;
      height: auto; }
  .home #home-slider.gon_slideshow-swoosh .slideshow-inner {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 10%;
    transform: translate(0, -50%);
    width: 80%; }
    @media (min-width: 769px) {
      .home #home-slider.gon_slideshow-swoosh .slideshow-inner {
        width: auto;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .home #home-slider.gon_slideshow-swoosh h1, .home #home-slider.gon_slideshow-swoosh h2, .home #home-slider.gon_slideshow-swoosh h3 {
    color: #00263d;
    font-size: 30px;
    text-transform: uppercase; }

.home #home-slider .slide-text {
  padding: 20px;
  background-color: #00263d;
  font-size: 18px;
  border-bottom: none; }
  .home #home-slider .slide-text p,
  .home #home-slider .slide-text h1,
  .home #home-slider .slide-text h2,
  .home #home-slider .slide-text h3,
  .home #home-slider .slide-text h4,
  .home #home-slider .slide-text li {
    color: white; }
  .home #home-slider .slide-text a.button {
    color: white;
    background-color: transparent;
    border-color: white;
    box-shadow: none; }
    .home #home-slider .slide-text a.button:hover {
      color: white;
      background-color: white;
      border-color: #00263d;
      box-shadow: none; }

.home #home-slider span.cycle-pager {
  position: absolute;
  z-index: 101;
  bottom: 0;
  font-size: 2em;
  left: 50%;
  transform: translateX(-50%); }
  .home #home-slider span.cycle-pager span {
    padding: 0 3px;
    color: #aaa;
    text-shadow: 0 0 5px black; }
    .home #home-slider span.cycle-pager span:hover {
      cursor: pointer; }
    .home #home-slider span.cycle-pager span.cycle-pager-active {
      color: #fff; }

.home #home-slider span.cycle-prev,
.home #home-slider span.cycle-next {
  position: absolute;
  z-index: 101;
  font-size: 80px;
  color: #ccc;
  opacity: 0.8;
  top: 30%; }
  .home #home-slider span.cycle-prev:hover,
  .home #home-slider span.cycle-next:hover {
    cursor: pointer; }

.home #home-slider span.cycle-prev {
  left: 20px; }

.home #home-slider span.cycle-next {
  right: 20px; }

.home #additional-home-content {
  background-color: rgba(102, 102, 102, 0.75);
  border-top: 3px solid white; }
  .home #additional-home-content h1,
  .home #additional-home-content h2,
  .home #additional-home-content h3,
  .home #additional-home-content h4 {
    color: #00263d; }
  .home #additional-home-content img,
  .home #additional-home-content iframe {
    border: none; }
  .home #additional-home-content p,
  .home #additional-home-content span {
    font-size: 18px;
    color: #00263d; }

#home-columns.gon_columns-standard .home-column {
  height: 100%;
  background: #666666;
  border: #00263d solid 0px;
  padding: 10%; }

#home-columns.gon_columns-expand .home-column {
  background: #666666;
  border: #00263d solid 0px;
  position: relative;
  padding: 10%; }
  #home-columns.gon_columns-expand .home-column .expand {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding: 6px 5px 5px 21px;
    color: #666666;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2989d8+0,2989d8+50,ffffff+50,ffffff+100 */
    background: #00263d;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #666666 0%, #666666 50%, #00263d 50%, #00263d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #666666 0%, #666666 50%, #00263d 50%, #00263d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #666666 0%, #666666 50%, #00263d 50%, #00263d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

#home-columns.gon_columns-full .home-column {
  height: 100%;
  border: #00263d solid 0px;
  padding: 10%;
  margin: 0 auto; }
  @media (min-width: 481px) {
    #home-columns.gon_columns-full .home-column {
      width: 100%; }
      #home-columns.gon_columns-full .home-column img,
      #home-columns.gon_columns-full .home-column .entry-content {
        max-width: 50%;
        margin: 0 auto; } }
  @media (min-width: 769px) {
    #home-columns.gon_columns-full .home-column img,
    #home-columns.gon_columns-full .home-column .entry-content {
      max-width: 100%; } }
  #home-columns.gon_columns-full .home-column.hc1 {
    background-color: #666666; }
  #home-columns.gon_columns-full .home-column.hc2 {
    background-color: #eee; }
  #home-columns.gon_columns-full .home-column.hc3 {
    background-color: #666666; }

#home-columns.gon_columns-overlay .home-column {
  height: 100%;
  border: #00263d solid 0px;
  background-size: cover; }
  #home-columns.gon_columns-overlay .home-column .entry-content {
    padding: 10%; }
  #home-columns.gon_columns-overlay .home-column .overlay {
    height: 100%;
    display: flex;
    flex-direction: column; }
    #home-columns.gon_columns-overlay .home-column .overlay > a {
      margin-top: auto; }
  #home-columns.gon_columns-overlay .home-column.hc1 .overlay {
    background-color: rgba(0, 38, 61, 0.5); }
  #home-columns.gon_columns-overlay .home-column.hc1 h3 {
    background-color: rgba(0, 38, 61, 0.75); }
  #home-columns.gon_columns-overlay .home-column.hc2 .overlay {
    background-color: rgba(102, 102, 102, 0.5); }
  #home-columns.gon_columns-overlay .home-column.hc2 h3 {
    background-color: rgba(102, 102, 102, 0.75); }
  #home-columns.gon_columns-overlay .home-column.hc3 .overlay {
    background-color: rgba(41, 41, 41, 0.5); }
  #home-columns.gon_columns-overlay .home-column.hc3 h3 {
    background-color: rgba(41, 41, 41, 0.75); }

#home-columns.gon_columns-nogutter .home-column {
  height: 100%;
  border: #00263d solid 0px;
  background-size: cover; }
  #home-columns.gon_columns-nogutter .home-column .entry-content {
    padding: 10%; }
  #home-columns.gon_columns-nogutter .home-column .overlay {
    height: 100%;
    display: flex;
    flex-direction: column; }
    #home-columns.gon_columns-nogutter .home-column .overlay > a {
      margin-top: auto; }
  #home-columns.gon_columns-nogutter .home-column.hc1 .overlay {
    background-color: rgba(0, 38, 61, 0.5); }
  #home-columns.gon_columns-nogutter .home-column.hc1 h3 {
    background-color: rgba(0, 38, 61, 0.75); }
  #home-columns.gon_columns-nogutter .home-column.hc2 .overlay {
    background-color: rgba(102, 102, 102, 0.5); }
  #home-columns.gon_columns-nogutter .home-column.hc2 h3 {
    background-color: rgba(102, 102, 102, 0.75); }
  #home-columns.gon_columns-nogutter .home-column.hc3 .overlay {
    background-color: rgba(41, 41, 41, 0.5); }
  #home-columns.gon_columns-nogutter .home-column.hc3 h3 {
    background-color: rgba(41, 41, 41, 0.75); }

#home-columns > .container {
  max-width: 100%; }

#home-columns .home-column {
  margin-bottom: 20px; }
  @media (min-width: 481px) {
    #home-columns .home-column {
      width: 50%;
      margin: 20px auto; } }
  @media (min-width: 769px) {
    #home-columns .home-column {
      width: 100%; } }
  #home-columns .home-column h3 {
    color: #00263d;
    background: transparent;
    text-align: center; }

#sidebar h3 {
  color: #292929; }

#sidebar a {
  color: #00263d; }
  #sidebar a:hover {
    color: #666666;
    text-decoration: underline; }

footer {
  background-color: #0d633d;
  border-top: 0px solid #666666;
  padding: 30px 0; }
  footer h4 {
    color: white;
    border-bottom: 3px solid #b2d670; }
  footer p,
  footer a,
  footer span,
  footer li,
  footer div {
    color: white; }
  footer a:hover {
    color: white;
    text-decoration: underline; }
  footer .gon_footer-minimal .row {
    padding: 15px 0; }
  footer .gon_footer-minimal .menu {
    text-align: center; }
    @media (min-width: 769px) {
      footer .gon_footer-minimal .menu li {
        display: inline-block; }
        footer .gon_footer-minimal .menu li:last-child:after {
          display: none; }
        footer .gon_footer-minimal .menu li:after {
          content: '|';
          display: inline-block;
          padding: 0 10px; } }
  footer .gon_footer-minimal .footer-header {
    display: none; }

blockquote.wp-block-quote cite {
  display: flex;
  justify-content: flex-end; }

blockquote.wp-block-quote {
  border-left: 4px solid #0f7548 !important !important; }
  blockquote.wp-block-quote p {
    color: #292929; }

hr {
  border-top: 1px solid #eee; }

#contact-page-template iframe {
  border: 4px solid #00263d !important; }

.entry-content ul li.blocks-gallery-item:before {
  content: none; }

.top-menu-bg {
  background: white !important; }

ul#menu-top-menu {
  display: flex; }

.top-menu-bg .textwidget p {
  color: white; }

#header.gon_header-standard .menu-top-menu-container li.social-link {
  display: none; }

#header .top-menu-bg .nav > li > a {
  font-family: "Roboto";
  font-size: 16px;
  text-transform: none;
  color: #5b5b5b;
  font-weight: normal;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: none;
  border-right: none;
  padding: 2px 5px;
  margin: 0 10px; }

#header .top-menu-bg .nav > li > a:hover,
#header .top-menu-bg .nav > li > a:active,
#header .top-menu-bg .nav > li > a:focus {
  text-decoration: none !important !important;
  color: #0f7548;
  background-color: transparent !important;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;}

.top-menu-bg .nav > li.active > a,
.top-menu-bg .nav > li.active > a:hover,
.top-menu-bg .nav > li.active > a:focus,
.top-menu-bg .nav > li.current-menu-parent > a:active,
.top-menu-bg .nav > li.current-menu-parent > a,
.top-menu-bg .nav > li.current-menu-parent > a:hover,
.top-menu-bg .nav > li.current-menu-parent > a:focus,
.top-menu-bg .nav > li.current-menu-parent > a:active {
  text-decoration: none;
  color: #0f7548;
  background-color: transparent;
  padding: 2px 10px;
  border-top: 2px solid #00263d;
  border-bottom: 2px solid #00263d;
  border-left: none;
  border-right: none; }

@media (max-width: 991px) {
  .top-menu-bg .textwidget p {
    font-size: 12px;
    display: none; }
  #header .top-menu-bg .nav > li > a {
    font-size: 12px; } }

.navigation.gon_header-standard.slide-in.animated-in {
  padding-top: 10px !important; }

.navigation.gon_header-standard.slide-in.animated-in .top-menu-bg {
  display: none; }

section.gon_columns-nogutter .col-sm-6.text-center.flex-col.flex-mid {
  padding: 0 !important; }

@media (min-width: 481px) {
  .gon_columns-nogutter .home-column {
    margin: 0px auto !important; }
  .gon_columns-nogutter .col-sm-6.text-center.flex-col.flex-mid:nth-child(odd) {
    border-right: 3px solid white !important; }
  .gon_columns-nogutter .col-sm-6.text-center.flex-col.flex-mid {
    border-top: 3px solid white !important; } }

.text-uppercase {
  text-transform: uppercase !important; }

.text-center {
  text-align: center !important; }

.additional-home-content-bg {
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 400px; }

#additional-home-content {
  padding: 50px 0; }

.parallax {
  background-attachment: fixed !important; }

span.flex.text-middle.parallax-button {
  display: flex; }

.google-map {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px; }

.col-sm-12.google-map img {
  width: 100vw; }

@media (max-width: 991px) {
  .col-sm-12.google-map img {
    height: 492px;
    width: auto;
    object-fit: none; } }

.minus {
  display: none; }

.minus,
.plus {
  font-family: Verdana; }

.gon-faq .faq-pair {
  margin-bottom: 20px; }

.gon-faq.faq-pair a,
.gon-faq.faq-pair a:hover {
  text-decoration: none; }

.faq-answer p {
  margin-left: 8px !important; }

.gon_columns-nogutter .entry-content p {
  color: white !important; }

.gon_columns-nogutter h3.entry-title {
  color: white !important; }

#additional-home-content {
  margin-left: -15px;
  margin-right: -15px; }

#additional-home-content p {
  padding-left: 10px;
  padding-right: 10px; }

#additional-home-content h2 {
  color: black;
  padding-bottom: 15px; }

body {
  overflow-x: hidden; }

iframe {
  max-width: 100%; }

.entry-author {
font-weight: bold;
font-size: 20px;
color: #292929; }

.gform_wrapper .gform_footer {
  text-align: right; }

#respond p input#submit {
  font-size: 12px;
  padding: 10px; }

#searchsubmit {
  margin-top: 25px;
  padding: 10px;
  font-size: 14px; }

figcaption {
  background: rgba(247, 247, 247, 0.8);
  padding: 15px;
  color: #292929;
  transform: translateY(-78px); }

.wp-block-button__link {
  color: white !important; }

.wp-block-button__link:hover {
  color: #292929 !important; }

.page-template-page-contact-gutten #additional-home-content {
  padding-top: 0px; }

@media (max-width: 991px) {
  footer a {
    line-height: 65px; }
  section#branding {
    display: flex;
    justify-content: center; } }

/*#menu-categories-footer-2 {*/
/*  margin-top: 45px;*/
/*  border-top: 3px solid #b2d670; }*/

footer a {
  font-weight: normal;
  font-size: 20px;

  }
  
footer li {
    margin-bottom: 15px;
}

.footer-header {
  margin-bottom: 15px; }

/*#menu-categories-footer-2 {*/
/*  padding-top: 15px !important; }*/

footer p {
  font-size: 23px;
  line-height: 37px; }

@media (max-width: 991px) {
  .footer-header {
    margin-top: 50px; } }

footer h4 {
  font-weight: bold; }

.entry-content ul li::before {
  content: '\2022';
  font-size: 36px;
  position: absolute;
  left: -20px;
  top: -7px; }

blockquote {
  background: white; }

.secondary-btn a {
  background: #1e9e44; }

.wrap-inner-banner {
  min-height: 368px; }

.banner-overlay {
  min-height: 368px !important;
  display: flex;
  align-items: flex-end; }

.page-title-bg {
  background: #0f7548;
  color: white;
  font-size: 45px;
  padding: 10px;
  padding-left: 25px;
  margin-top: 50px; }

.button.fancy-font-i.topics-archive-btn {
  border: 3px solid #b2d670;
  box-sizing: border-box;
  border-radius: 33px;
  background: transparent;
  color: #0f7548;
  display: flex;
  text-align: center !important;
  justify-content: center;
  margin-top: 15px; }

.the-archive-blog-title a {
  font-weight: normal;
  font-size: 25px;
  line-height: 141.19%;
  color: #0f7548; }

.main-summary {
  line-height: 159.19%;
  font-size: 20px; }

#blog-archive img.wp-post-image {
  margin: 2.5em 0 0 !important; }

.tax-health-topic .widgettitle {
  font-size: 22px !important;
  display: flex !important;
  align-items: center !important;
  background: #0f7548 !important;
  color: #fafafa !important;
  padding: 15px !important; }

.tax-health-topic .widget_nav_menu {
  margin-bottom: 25px; }

.tax-health-topic li::marker {
  content: no-open-quote; }

#menu-health-topics li {
  border-top: 1px dashed #ccc;
  padding: 5px;
  border-bottom: 1px dashed #ccc; }

.tax-health-topic label.screen-reader-text {
  display: none; }

.tax-health-topic #searchform input#s {
  width: 60%;
  margin-bottom: 25px; }

.tax-health-topic #searchsubmit {
  border-radius: 4px;
  padding: 14px;
  transform: translatey(-3px); }

.tax-health-topic h1.page-title {
  background: #0f7548;
  color: white;
  padding-left: 15px; }

#header .top-menu-bg .nav > li > a,
#header .top-menu-bg .nav > li > a:hover {
  border-right: 2px solid #b2d670;
  padding-right: 20px; }

#header .top-menu-bg .nav > li:last-of-type > a {
  border-right: none; }

.top-menu input[type='search'] {
  -webkit-appearance: none;
  padding: 3px;
  padding-left: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  transform: translateY(-2px); }

@media (min-width: 992px) {
  .top-menu-bg {
    background: white !important;
    transform: translateY(36px);
    margin-top: -40px !important;
    z-index: 9999999; } }

#home-slider {
  border-bottom: 24px solid #1e9e44; }

@media (max-width: 991px) {
  .top-menu .col-md-2 {
    display: flex;
    justify-content: center; }
  .top-menu .col-md-10 {
    display: none; } }

.home_featured {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  flex-direction: center;
  align-content: center;
  align-items: center; }
  .home_featured h4 {
    font-weight: normal;
    font-size: 25px;
    color: #0f7548; }
  .home_featured p {
    font-weight: normal;
    font-size: 20px;
    color: #292929;
    margin-top: 15px; }

.gray-bg {
  background: #f7f7f7; }

.home .col-xs-12 {
  padding-left: 0;
  padding-right: 0; }

.home .col-md-4 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.home .gray-bg {
  padding: 60px; }

.container-simple {
  margin: 0 auto;
  max-width: 980px;
  min-width: 320px; }

.row-simple {
  display: flex;
  flex-wrap: wrap; }

.column-simple {
  text-align: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 1; }

.col-1 {
  max-width: calc(100% / 12); }

.col-2 {
  max-width: calc(100% / 12 * 2); }

.col-3 {
  max-width: calc(100% / 12 * 3); }

.col-4 {
  max-width: calc(100% / 12 * 4); }

.col-5 {
  max-width: calc(100% / 12 * 5); }

.col-6 {
  max-width: calc(100% / 2); }

.col-12 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .container-simple {
    overflow: auto; }
  .column-simple {
    min-width: 100%;
    width: 100%;
    margin: 10px 0; }
  .rilt-title {
    padding-left: 25px;
    padding-right: 25px; }
  .rilt-text {
    padding-left: 25px;
    padding-right: 25px; }
  .rilt-link {
    padding-left: 25px;
    padding-right: 25px; } }

.asn-right-image-left-text {
  background: #0f7548; }
  .asn-right-image-left-text p {
    color: white; }
  .asn-right-image-left-text h1,
  .asn-right-image-left-text h2,
  .asn-right-image-left-text h3,
  .asn-right-image-left-text h4,
  .asn-right-image-left-text a {
    color: white !important; }
  .asn-right-image-left-text h1,
  .asn-right-image-left-text h2,
  .asn-right-image-left-text h3,
  .asn-right-image-left-text h4 {
    background: #1e9e44;
    font-weight: normal;
    font-size: 43px;
    padding: 20px;
    text-align: left; }
  .asn-right-image-left-text a.button,
  .asn-right-image-left-text input[type='submit'],
  .asn-right-image-left-text a.wp-block-button__link {
    font-size: 18px;
    background: #ffffff;
    border-radius: 24px; }
    .asn-right-image-left-text a.button span,
    .asn-right-image-left-text input[type='submit'] span,
    .asn-right-image-left-text a.wp-block-button__link span {
      color: #0f7548; }
  .asn-right-image-left-text a.button:hover,
  .asn-right-image-left-text input[type='submit']:hover,
  .asn-right-image-left-text a.wp-block-button__link:hover {
    background: #b2d670; }
    .asn-right-image-left-text a.button:hover span,
    .asn-right-image-left-text input[type='submit']:hover span,
    .asn-right-image-left-text a.wp-block-button__link:hover span {
      color: #292929; }

@media (max-width: 991px) {
  .asn-right-image-left-text p {
    padding: 30px; }
  .order0 {
    order: 0; }
  .order1 {
    order: 1; } }

.asn-impact .button {
  background: #ffffff;
  color: #0f7548; }

.asn-impact .impact-text p {
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  line-height: 159.19%;
  text-align: center;
  color: #ffffff; }

.asn-impact .impact-title {
  font-weight: normal;
  font-size: 55px;
  line-height: 131.19%;
  color: #ffffff;
  background: #0f7548;
  width: 300px;
  margin-left: 25px;
  margin-bottom: 17px; }

.asn-impact .impact-number h3 {
  font-weight: 900;
  font-size: 70px;
  text-align: center;
  color: #0f7548;
  position: relative; }

.asn-impact .impact-number p {
  font-weight: normal;
  font-size: 30px;
  line-height: 131.19%;
  text-align: center;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 100px; }

.asn-impact .impact-number h3::after {
  content: '';
  position: absolute;
  left: 25%;
  bottom: 0;
  height: 1px;
  width: 50%;
  /* or 100px */
  border-bottom: 5px solid #1e9e44; }

#home-columns.gon_columns-standard .home-column {
  background: white;
  filter: drop-shadow(0px 4px 6px rgba(178, 214, 112, 0.5));
  border: 3px solid #b2d670;
  box-sizing: border-box;
  border-radius: 61px; }

 #home-columns.gon_columns-standard .home-column {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }
   #home-columns.gon_columns-standard .home-column a {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #home-columns.gon_columns-standard .home-column h3 {
    font-weight: bold;
    font-size: 35px;
    line-height: 159.19%;
    text-align: center;
    color: #0f7548; }
   #home-columns.gon_columns-standard .home-column p {
    font-weight: normal;
    font-size: 25px;
    line-height: 159.19%;
    text-align: center;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 25px; }

.blog h2 a {
  font-weight: normal;
  font-size: 25px;
  color: #0f7548; }

.blog h2 {
  line-height: 25px; }

.entry-date {
  font-weight: bold;
  font-size: 20px;
  color: #292929; }

.blog .entry-category {
  display: none; }

.entry-category {
  font-weight: bold;
  font-size: 25px;
  line-height: 159.19%;
  color: #0f7548; }
  .entry-category a {
    font-weight: bold;
    font-size: 25px;
    line-height: 159.19%;
    color: #0f7548; }
    .entry-category a:hover {
      text-decoration-line: underline; }

.widget-title,
.post-template-default .widget-title {
  background: #0f7548;
  color: white; }

#sidebar h3,
.post-template-default #sidebar h3 {
  font-weight: bold;
  font-size: 25px;
  line-height: 131.19%;
  color: #ffffff;
  padding: 12px;
  margin-top: 33px; }

#sidebar a,
.post-template-default #sidebar a {
  font-weight: normal;
  font-size: 22px;
  color: #000000; }

.blog .entry-content p {
  font-size: 20px;
  line-height: 159.19%;
  color: #292929; }

a.button.back-to-index {
  margin: 0;
  margin-top: 15px; }

.featured-course h4 {
  font-weight: normal;
  font-size: 25px;
  line-height: 141.19%;
  color: #0f7548; }

.featured-course p {
  font-weight: normal;
  font-size: 20px;
  line-height: 159.19%;
  color: #292929; }

.archive-loop h4 {
  font-weight: normal;
  font-size: 25px;
  line-height: 141.19%;
  color: #0f7548; }

.archive-loop p {
  font-weight: normal;
  font-size: 20px;
  line-height: 159.19%;
  color: #292929; }

.button.infolight {
  background: #1e9e44; }

#main-content .navigation {
  text-align: center;
  margin-top: 25px; }

#main-content .navigation li a,
#main-content .navigation li a:hover,
#main-content .navigation li.active a,
#main-content .navigation li.disabled {
  color: #fff;
  text-decoration: none; }

#main-content .navigation li {
  display: inline; }

#main-content .navigation li a,
#main-content .navigation li a:hover,
#main-content .navigation li.active a,
#main-content .navigation li.disabled {
  background-color: #0f7548;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem; }

#main-content .navigation li a:hover,
#main-content .navigation li.active a {
  background-color: #b2d670; }

ul.benefits li {
  font-weight: normal;
  font-size: 22px;
  color: #000000; }

.testimonial-container {
  padding: 50px; }
  .testimonial-container p {
    font-weight: normal;
    font-size: 30px;
    line-height: 51px;
    color: #000000; }
  .testimonial-container .testimonial-cite {
    margin-top: 15px;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #0f7548; }

.course-related li a {
  font-weight: normal;
  font-size: 25px;
  line-height: 159.19%;
  text-decoration-line: underline !important;
  color: #000000 !important; }

.course-related-title {
  background: #0f7548;
  color: white;
  font-weight: normal;
  font-size: 45px;
  padding: 21px;
  margin-bottom: 50px; }

.single-gon_courses .inner-header-content h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px; }

@media (min-width: 992px) {
  .single-gon_courses .inner-header-content h1 {
    width: 900px; } }

.mtt-container {
  background: #0f7548;
  margin-top: -10px;
  min-height: 130px; }
  .mtt-container .team-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 159.19%;
    text-align: center;
    color: #ffffff; }
  .mtt-container .job-title {
    font-weight: normal;
    font-size: 20px;
    line-height: 159.19%;
    text-align: center;
    color: #ffffff; }
  .mtt-container .program-focus {
    font-weight: normal;
    font-size: 16px;
    line-height: 159.19%;
    text-align: center;
    color: #ffffff; }

.col-sm-3.gon-team.plus {
  margin-bottom: 25px; }

.single-gon_team .team-title {
  font-weight: normal;
  font-size: 55px !important;
  color: #0f7548; }

.single-gon_team .job-title {
  font-weight: normal;
  font-size: 45px;
  line-height: 131.19%;
  color: #0f7548; }

.single-gon_team .program-focus {
  font-weight: normal;
  font-size: 25px;
  line-height: 159.19%;
  color: #0f7548; }

.single-gon_team i {
  color: #0f7548; }

.member-social {
  display: flex; }

.team-member-meta span {
  margin: 10px 0 10px 0; }

.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
  border: 3px solid #b2d670;
  margin-right: 10px; }

.home .tribe-common .tribe-common-anchor-thin {
  font-weight: normal;
  font-size: 25px;
  line-height: 100%;
  color: #292929 !important; }

.home .tribe-events-widget-events-list__event-datetime {
  font-weight: bold;
  font-size: 20px;
  color: #0f7548; }

@media (min-width: 1440px) {
  .asn-right-image-left-text.left h3 {
    padding-left: 144px !important; }
  .asn-right-image-left-text.left p {
    padding-left: 100px !important; }
  .asn-right-image-left-text.left .flex {
    padding-left: 100px; } }

@media (min-width: 1920px) {
  .rilt-title,
  .green-bg h1,
  .blue-bg h1,
  .rxh-right-image-left-text p,
  .rxh-left-image-right-text p {
    padding-left: 250px; } }

@media (min-width: 2048px) {
  .rilt-title,
  .green-bg h1,
  .blue-bg h1,
  .rxh-right-image-left-text p,
  .rxh-left-image-right-text p {
    padding-left: 570px; } }

.asn-right-image-left-text h3 {
  padding-left: 50px; }

#search_filter_register_widget-3::marker {
  content: no-open-quote; }

#nav_menu-9::marker {
  content: no-open-quote; }

.single-gon_glossary .widgettitle {
  font-size: 22px !important;
  display: flex !important;
  align-items: center !important;
  background: #0f7548 !important;
  color: #fafafa !important;
  padding: 15px !important; }

.single-gon_glossary ::marker {
  content: no-open-quote; }

.single-gon_glossary .read-more {
  display: none !important; }

.single-gon_glossary .page-title-bg {
  margin-bottom: 25px; }

.testimonial-container p:first-of-type::before {
  content: '\201C' !important;
  position: relative !important;
  font-size: 200px !important;
  font-family: 'Source Sans Pro' !important;
  top: 87px !important;
  left: 0 !important;
  line-height: 0.01;
  color: #b2d670 !important; }

.single-gon_courses .last-updated,
.single-gon_glossary .last-updated,
.home .last-updated,
.page-template .last-updated {
  display: none; }

.page-template-page-gutenberg-cover .page-header .page-title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px; }

.page-template-page-gutenberg-cover-full-width .page-header .page-title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px; }

.page-template-page-h-and-s .page-header .page-title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px; }

.heading-container {
  background: rgba(30, 158, 68, 0.7);
  margin-bottom: 25px; }
  .heading-container h1,
  .heading-container h2,
  .heading-container h3 {
    background: #0f7548;
    color: white;
    padding-left: 25px;
    width: 800px; }

.underlined-paragraph {
  font-weight: bold;
  font-size: 35px;
  line-height: 159.19%;
  text-align: center;
  color: #0f7548;
  border-bottom: 5px solid #1e9e44;
  margin-bottom: 15px; }

.light-green-bg {
  background: rgba(15, 117, 72, 0.8);
  padding: 50px; }
  .light-green-bg h1,
  .light-green-bg h2,
  .light-green-bg h3,
  .light-green-bg h4,
  .light-green-bg p {
    color: white; }
  .light-green-bg a.wp-block-button__link {
    background: white;
    color: #0f7548 !important; }
    .light-green-bg a.wp-block-button__link:hover {
      background: #b2d670;
      color: #292929 !important; }

#search-filter-form-905 {
  background: #0d633d;
  padding-left: 25px;
  padding-top: 50px;
  padding-bottom: 50px; }

.page-template-page-h-and-s .col-sm-12:first-of-type {
  padding-left: 0;
  padding-right: 0; }

.sh-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #0f7548;
  padding: 51px; }
  .sh-container h3 {
    color: white;
    font-weight: normal;
    font-size: 55px; }

.asn-breadcrumbs {
  background: rgba(255, 255, 255, 0.7);
  padding-left: 15px; }
  .asn-breadcrumbs span {
    font-weight: normal;
    font-size: 20px;
    line-height: 131.19%;
    /* or 26px */
    text-decoration-line: underline;
    color: #000000; }

.container-fluid.breadcrumbs-container {
  padding-left: 0;
  padding-right: 0; }

#mega-menu-wrap-main-menu
.mega-menu-toggle
.mega-toggle-block-1
.mega-toggle-animated-box {
  transform: translateY(-77px); }

#mega-menu-wrap-main-menu #mega-menu-main-menu .menu-btn a {
  -webkit-appearance: none !important;
  display: inline-block !important;
  font-family: 'Roboto' !important;
  font-weight: bold !important;
  color: white !important;
  text-transform: none !important;
  text-decoration: none !important;
  background-color: #0f7548 !important;
  border-width: 0px 0px !important;
  border-color: #00263d !important;
  border-radius: 34px !important;
  border-style: solid !important;
  box-shadow: none !important;
  margin-left: 10px; }

#mega-menu-wrap-main-menu #mega-menu-main-menu .menu-btn a:hover {
  color: #292929 !important;
  background-color: #b2d670 !important; }

.topics-title {
  font-weight: normal;
  font-size: 30px;
  color: #000000;
  margin-left: 5px; }

.widget.widget_maxmegamenu
#mega-menu-wrap-top-menu
#mega-menu-top-menu
> li.mega-menu-item {
  display: block; }

.widget.widget_maxmegamenu
#mega-menu-wrap-top-menu
#mega-menu-top-menu
> li.mega-menu-item
> a.mega-menu-link {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 50px;
  color: #292929; }

.widget.widget_maxmegamenu
#mega-menu-wrap-top-menu
#mega-menu-top-menu
> li.mega-menu-item {
  border-top: 1px dashed #ccc;
  margin-top: 15px; }

.widget.widget_maxmegamenu
#mega-menu-wrap-top-menu
#mega-menu-top-menu
> li.mega-menu-item
> a.mega-menu-link:hover {
  background: white; }