/*!
Theme Name: All Terrain WCAG
Theme URI: http://allterrainwcag.com/
Author: All Terrain Studios
Author URI: http://allterrainwcag.com
Description: Description
Version: 1.0.0
Tested up to: 8.2
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: AllTerrainWCAG
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CMWC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #002051;
  font-family: "FontRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.25em;
}

h1 {
  font-size: 3.25em;
  font-family: "FontBold";
  color: #fff;
  position: relative;
  z-index: 2;
  bottom: 175px;
  text-align: center;
  line-height: 1em;
}
h1.hero-title {
  font-size: 4em;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
}
h1.entry-title {
  filter: drop-shadow(0px 0px 5px #000);
  /*
   background-color: #004a7ba8;
   display: table;
   padding: 10px 15px 10px 15px;
   justify-items: center;
   margin: auto;
   bottom: 140px;
   */
}

.post-template-default h1.entry-title {
  font-size: 2.5em;
}

.post-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, rgb(1 113 188 / 20%), rgba(1, 111, 68, 0.67));*/
  background: linear-gradient(to bottom, rgba(1, 113, 188, 0), rgba(1, 84, 9, 0.77));
  z-index: 1;
}

.type-post .post-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0, 74, 123) 0%, rgba(1, 113, 188, 0) 100%);
  z-index: 1;
}

h2 {
  font-size: 2em;
  font-family: "FontBlack", sans-serif;
  margin: 0 0 10px 0;
  color: #0171BC;
}
h2.AllTerrainWCAG-outlined {
  font-size: 4.5em;
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #214E7B;
  text-stroke: 1px #214E7B;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1em;
}

h3 {
  font-size: 1.5em;
  font-family: "FontBlack", sans-serif;
  color: #014A7B;
  margin: 15px 0 20px;
}

h4 {
  color: #0171BC;
}

@media screen and (max-width: 576px) {
  h1, h1.subhead {
    font-size: 2.5em;
  }
  h2 {
    font-size: 1.55em !important;
  }
  h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 2.25em;
    margin-right: 10px;
    margin-left: 10px;
  }
}
p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "FontRegular";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/Lato/lato-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontRegularItalic";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/Lato/lato-italic-webfont.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "FontBold";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/Lato/lato-bold-webfont.ttf") format("truetype");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "FontBoldItalic";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/Lato/lato-bolditalic-webfont.ttf") format("truetype");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "FontBlack";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/Lato/lato-black-webfont.ttf") format("truetype");
  font-weight: boldest;
  font-style: normal;
}
@font-face {
  font-family: "FontLight";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/Lato/lato-light-webfont.ttf") format("truetype");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "AccentFont";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/Satisfy/Satisfy-Regular.woff") format("woff"), url("/wp-content/themes/AllTerrainWCAG/fonts/Satisfy/Satisfy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Elements
--------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
}

body {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
}

.post, .page {
  margin: 0;
}

.site {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.site-main {
  flex: 1;
  margin-top: 0px;
}

.site-header {
  position: fixed;
  width: calc(100% - 15px);
  top: 0;
  transition: top 0.5s;
  z-index: 1000;
  background: linear-gradient(to bottom, rgb(0, 74, 123) 0%, rgba(1, 113, 188, 0) 100%);
  padding-bottom: 20px;
}

.background-blur::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
  height: 80%;
  backdrop-filter: blur(3px);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.header-hidden {
  top: -100%;
}

.site-topbar {
  width: 100%;
  background: unset;
  display: block;
  display: flex;
  gap: 0;
  justify-content: end;
  align-items: center;
  padding: 0 40px;
  z-index: 1;
  position: relative;
}

.translate {
  display: inline-flex;
}
.translate .gtranslate_wrapper {
  height: 100%;
  margin: 0 0 0 5px;
  padding: 0;
}
.translate .gtranslate_wrapper a.glink {
  text-decoration: underline;
  color: #fff;
  font-weight: bolder;
  margin-left: 5px;
}
.translate .gtranslate_wrapper a.glink.gt-current-lang {
  text-decoration: none;
  color: #d3edfd;
  font-weight: 100;
}
.translate .gtranslate_wrapper a.glink:focus {
  outline: 2px dotted #D9F2E0;
}

.site-mainbar {
  display: flex;
  background: white;
  margin: 0 35px 0 25px;
  border-radius: 80px;
  height: 66px;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}
.site-mainbar .site-branding {
  margin: -27px 0 0 -5px;
}
.site-mainbar .site-branding .custom-logo-link {
  height: 120px;
  width: 120px;
}
.site-mainbar .site-branding .custom-logo-link img {
  height: 100%;
}
.site-mainbar .site-branding .custom-logo-link:focus {
  outline: 3px dotted #C35300;
  border-radius: 50%;
}

.site-footer .footer-logo {
  z-index: 3;
  position: relative;
  margin: -71px auto -50px;
  width: 90px;
}
.site-footer .site-footerlogo .site-footer-logo {
  margin-bottom: -30px;
}
.site-footer .site-footerlogo .footer-logo-border {
  border-bottom: 1px solid #D9F2E0;
}
.site-footer .site-footercontent {
  padding: 50px 0 0 0;
}
.site-footer .site-footercontent .AllTerrainWCAG-mission {
  margin-bottom: 50px;
}
.site-footer .site-footercontent .AllTerrainWCAG-mission p {
  color: #fff;
  margin: 0 30px 0 0;
}
.site-footer .site-footercontent .AllTerrainWCAG-contact {
  margin-bottom: 50px;
}
.site-footer .site-footercontent .AllTerrainWCAG-contact h4 {
  margin-top: 0;
  font-size: 1.5em;
}
.site-footer .site-footercontent .AllTerrainWCAG-contact a.AllTerrainWCAG-email {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  margin-bottom: 50px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24.804" height="21.396" viewBox="0 0 24.804 21.396"><g id="Chat" transform="translate(-7.196 -10.604)"><g id="Group_4" data-name="Group 4" transform="translate(7.196 10.604)"><path id="Path_2" data-name="Path 2" d="M40.3,24.6h-15a.5.5,0,0,0-.5.5v10a.5.5,0,0,0,.5.5H33.2l1.778,3.146a.5.5,0,0,0,.87,0L37.622,35.6H40.3a.5.5,0,0,0,.5-.5v-10A.5.5,0,0,0,40.3,24.6Zm-2.946,8.5H28.25a.5.5,0,0,1,0-1h9.107a.5.5,0,0,1,0,1Zm0-2.5H28.25a.5.5,0,0,1,0-1h9.107a.5.5,0,0,1,0,1Zm0-2.5H29.9a.5.5,0,0,1,0-1h7.458a.5.5,0,0,1,0,1Z" transform="translate(-16 -17.601)" fill="%23fff"/><path id="Path_3" data-name="Path 3" d="M23.2,16.6V11.1a.5.5,0,0,0-.5-.5H7.7a.5.5,0,0,0-.5.5v10a.5.5,0,0,0,.5.5H9.878l1.778,3.146a.5.5,0,0,0,.87,0L14.3,21.6H15V18.1a1.5,1.5,0,0,1,1.5-1.5Zm-9.952,2.5h-2.6a.5.5,0,0,1,0-1h2.6a.5.5,0,0,1,0,1Zm0-2.5h-2.6a.5.5,0,0,1,0-1h2.6a.5.5,0,0,1,0,1Zm-2.6-2.5a.5.5,0,0,1,0-1H18.1a.5.5,0,0,1,0,1Z" transform="translate(-7.196 -10.604)" fill="%23fff"/></g></g></svg>');
  background-repeat: no-repeat;
  background-size: 24.804px 21.396px;
  background-position: left center;
}
.site-footer .site-footercontent .AllTerrainWCAG-contact a.AllTerrainWCAG-email span {
  margin-left: 30px;
  border-bottom: 1px solid #fff;
  transition: all 0.25s ease-in-out;
}
.site-footer .site-footercontent .AllTerrainWCAG-contact a.AllTerrainWCAG-email:hover span {
  color: #D9F2E0;
  border-bottom: 1px solid #D9F2E0;
  fill: #D9F2E0;
}
.site-footer .site-footercontent .AllTerrainWCAG-contact ul.AllTerrainWCAG-sm {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.site-footer .site-footercontent .AllTerrainWCAG-contact ul.AllTerrainWCAG-sm li {
  margin-right: 20px;
}

.main-menu-footer-container {
  margin-bottom: 50px;
}

.site-info {
  display: flex;
  border-top: 1px solid #D9F2E0;
  padding-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.site-info .colophon-details {
  font-size: 0.75em;
}
.site-info .colophon-details .copyright {
  margin-right: 30px;
}
.site-info .colophon-details .builtby a {
  color: #fff;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.site-info .colophon-details .builtby a:hover {
  color: #D9F2E0;
  border-bottom: 1px solid #D9F2E0;
}

#fb-icon path, #insta-icon g path, #yt-icon g path {
  fill: #fff;
  transition: all 0.25s ease;
}

#fb-icon:hover path, #insta-icon:hover g path, #yt-icon:hover g path {
  fill: #D9F2E0;
}

/************ CUSTOM COLORS *************/
.has-dark-gray-color {
  color: #454545;
}

.has-dark-gray-background-color {
  background-color: #454545;
}

.has-medium-gray-color {
  color: #757575;
}

.has-medium-gray-background-color {
  background-color: #757575;
}

.has-light-gray-color {
  color: #8E8E8E;
}

.has-light-gray-background-color {
  background-color: #8E8E8E;
}

.has-dark-green-color {
  color: #082900;
}

.has-dark-green-background-color {
  background-color: #082900;
}

.has-green-color {
  color: #137900;
}

.has-green-background-color {
  background-color: #137900;
}

.has-medium-green-color {
  color: #819E00;
}

.has-medium-green-background-color {
  background-color: #819E00;
}

.has-light-green-color {
  color: #C3E53E;
}

.has-light-green-background-color {
  background-color: #C3E53E;
}

.has-light-yellow-color {
  color: #FDFAF0;
}

.has-light-yellow-background-color {
  background-color: #FDFAF0;
}

.has-white-color {
  color: #FFFFFF;
}

.has-white-background-color {
  background-color: #FFFFFF;
}

.has-blacky-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

.has-medium-green-to-dark-green-gradient-background {
  background: linear-gradient(135deg, rgb(19, 121, 0) 0%, rgb(8, 43, 1) 100%);
}

.has-transparent-dark-green-to-dark-green-gradient-background {
  background: linear-gradient(90deg, rgba(11, 72, 0, 0) 0%, rgb(11, 72, 0) 100%);
}

/************ END CUSTOM COLORS *************/
/* Tablet styles */
@media screen and (max-width: 1024px) {
  .main-menu-footer-container {
    margin-left: 25%;
  }
}
/* Large mobile styles */
@media screen and (max-width: 850px) {
  .main-menu-footer-container {
    margin-left: 0%;
  }
  .site-info {
    display: block;
  }
  .site-info .utility-container {
    width: 100%;
  }
  .site-info .colophon-details {
    width: 100%;
    padding-top: 20px;
  }
}
/* Medium/small mobile styles */
@media screen and (max-width: 670px) {
  .site-header {
    width: calc(100% - 0px);
  }
  .site-topbar {
    margin: 0;
    padding: 0 15px;
  }
}
@media screen and (max-width: 400px) {
  .site-header {
    width: calc(100% - 0px);
  }
  .site-mainbar {
    margin: 0 15px 0 20px;
  }
  .site-topbar {
    padding: 0 0px;
  }
}
@media screen and (max-width: 576px) {
  .wp-block-atb-shape-dividers div {
    height: 40px !important;
  }
  .shape-divider-child {
    margin-top: -35px;
    padding-top: 66px;
  }
}
/******** BEGIN FOOTER */
.footer-top-wave {
  margin: -12px 0 -5px 0 !important;
}

.footer-top-wave img {
  padding: 0;
  height: 100%;
}

.footer-top:before {
  /*background: url(/wp-content/uploads/2023/06/wavey-top.svg);*/
}

.footer-top {
  background: url(/wp-content/uploads/2023/06/wave-background.png);
  background-color: #214E7B;
  padding: 100px 0;
  margin: 0 !important;
  border-top: 1px solid #5b98b7;
  border-bottom: 1px solid #5b98b7;
}

.committment-container {
  border-radius: 0 50px 50px 50px;
  display: flex;
  background: rgba(124, 160, 193, 0.15);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: 40px 0;
  justify-content: center;
  box-shadow: 0 0px 15px rgba(14, 34, 55, 0.25);
  border: 1px solid rgba(91, 152, 183, 0.6392156863);
}

.footer-top-subtitle {
  color: #D3EDFD;
  padding: 0;
  margin: 0;
  font-family: "FontLight";
  font-size: 0.6em;
  line-height: 0.5em;
}

.footer-top-title {
  color: #fff;
  padding: 0;
  margin: -5px 0;
  font-family: "FontBold";
  font-size: 1em;
}

.footer-top-quote:before {
  content: url("/wp-content/uploads/2024/04/quotation.svg");
  width: 40px;
  height: 40px;
  margin-left: -50px;
  padding-right: 6px;
}

.footer-top-quote {
  color: #fff;
  line-height: 1.75em;
  padding-left: 20px;
  font-size: 1.25em;
}

.footer-top-sig {
  color: #D3EDFD;
  float: right;
  padding-right: 20px;
  font-size: 1em;
  font-family: "FontLight";
}

.footer-bottom {
  background-color: #002E4D;
  padding: 0 0 20px;
  margin: 0 !important;
}

.nopm {
  margin: 0 !important;
  padding: 0 !important;
}

.bubblesbg {
  background: url("/wp-content/themes/AllTerrainWCAG/images/bubbles.svg");
  background-repeat: no-repeat;
  background-position: top right;
}

.first-row {
  border-bottom: solid 1px #5B98B7;
  margin: auto;
  padding: 0;
  position: relative;
}

.footer-bottom-title {
  float: left;
  bottom: 20px;
  position: absolute;
  color: #EDF5FF;
  font-family: "FontBold";
  margin: 0 0px 30px 0px;
}

.footer-bottom-logo {
  float: right;
  width: 160px;
  padding: 0 0 20px;
}

.second-row {
  margin: 0 0 0 50px;
  font-family: "FontLight";
  padding: 100px 0 60px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Default to 5 columns */
  gap: 20px; /* Adjust the gap between the items as needed */
}

.second-row > div {
  margin: 0;
  padding: 0;
}

.footer-office {
  order: 1;
}

.footer-address {
  order: 2;
}

.footer-phones {
  order: 3;
}

.footer-cu {
  order: 4;
}

.footer-pyb {
  order: 5;
}

.second-row > div > p {
  margin: 0;
  color: #EDF5FF;
}

.third-row {
  margin: auto;
  padding: 20px 0 0px 0;
  border-top: solid 1px #0171BC;
  display: flex;
  justify-content: space-evenly;
}
.third-row div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.third-row div ul li {
  margin: 0 10px;
}

.footer-copyrights,
.footer-utility-links {
  margin: 0;
  padding: 0;
  color: #81A4C2;
  font-size: 0.75em;
  line-height: 1.5em;
  display: inline-flex;
}
.footer-copyrights a,
.footer-copyrights a:visited,
.footer-utility-links a,
.footer-utility-links a:visited {
  color: #81A4C2;
}
.footer-copyrights a:hover,
.footer-utility-links a:hover {
  color: #fff;
}
.footer-copyrights a:focus,
.footer-utility-links a:focus {
  color: #fff;
  outline: dotted 2px #FF7400;
}

.footer-copyrights {
  text-align: right;
  justify-content: end;
}

.footer-utility-links {
  justify-content: start;
}

button.footer-pyb-button,
button.footer-cu-button {
  background: unset;
  border: unset;
  padding: 0;
}
button.footer-pyb-button a,
button.footer-cu-button a {
  text-decoration: none;
  color: #EDF5FF;
  font-family: "FontLight";
  margin: 0;
  background-color: transparent;
  border-color: transparent;
}
button.footer-pyb-button a .circle-arrow,
button.footer-cu-button a .circle-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #EDF5FF;
  font-size: 1em;
  cursor: pointer;
  text-transform: unset;
  line-height: 1.2em;
  transition: all 0.3s ease;
}
button.footer-pyb-button a .circle-arrow .ats-word-box,
button.footer-cu-button a .circle-arrow .ats-word-box {
  color: #EDF5FF;
  order: 2;
}
button.footer-pyb-button a:hover .circle-arrow .ats-word-box,
button.footer-cu-button a:hover .circle-arrow .ats-word-box {
  color: #D9F2E0;
}

button.footer-cu-button a .circle-arrow svg .button-circle circle {
  stroke: #EDF5FF;
  fill: transparent;
}
button.footer-cu-button a .circle-arrow svg .button-arrow .Path_2037 {
  fill: #EDF5FF;
}
button.footer-cu-button a:hover .circle-arrow svg .button-circle circle {
  stroke: #D9F2E0;
  fill: #D9F2E0;
}
button.footer-cu-button a:hover .circle-arrow svg .button-arrow .Path_2037 {
  fill: #014A7B;
}

button.footer-pyb-button a .circle-arrow svg .button-circle circle {
  stroke: #EDF5FF;
  fill: #EDF5FF;
}
button.footer-pyb-button a .circle-arrow svg .button-arrow .Path_2037 {
  fill: #014A7B;
}
button.footer-pyb-button a:hover .circle-arrow svg .button-circle circle {
  stroke: #D9F2E0;
  fill: transparent;
}
button.footer-pyb-button a:hover .circle-arrow svg .button-arrow .Path_2037 {
  fill: #D9F2E0;
}

.footer-em {
  color: #EDF5FF;
}
.footer-em a {
  color: #EDF5FF;
}
.footer-em a:hover {
  color: #fff;
}

a.footer-em:hover {
  color: #fff;
}

@media only screen and (max-width: 1260px) {
  .second-row {
    grid-template-columns: repeat(3, 1fr);
    width: 90% !important;
  }
  .second-row > div:nth-child(4) {
    grid-column: span 2;
  }
  .footer-cu,
  .footer-pyb {
    margin-top: 35px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .third-row div.footer-utility-links ul {
    display: inline-flex;
  }
  .third-row div.footer-copyrights ul {
    display: block;
  }
}
@media only screen and (max-width: 850px) {
  .second-row {
    grid-template-columns: repeat(2, 1fr); /* 2 columns layout */
    width: 100% !important;
    margin: 0px;
  }
  .second-row > div:nth-child(3) {
    grid-column: span 2; /* Make the 4th div span 2 columns */
  }
  .second-row > div:nth-child(4) {
    grid-column: span 1;
  }
  .footer-office {
    order: 1;
  }
  .footer-address {
    order: 3;
  }
  .footer-phones {
    order: 5;
  }
  .footer-cu {
    order: 2;
  }
  .footer-pyb {
    order: 4;
  }
  .second-row > div {
    margin: 0 50px;
    padding: 0;
  }
  .footer-cu,
  .footer-pyb {
    margin-top: 10px !important;
  }
  .footer-cu {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
  }
  .footer-paybill-button {
    float: unset !important;
  }
  .third-row {
    padding-left: 10px;
    display: block;
  }
  .footer-utility-links {
    text-align: left;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-copyrights {
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 657px) {
  .second-row > div {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 530px) {
  .second-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .second-row > div:nth-child(3) {
    grid-column: span 1; /* Make the 4th div span 2 columns */
  }
  .second-row > div:nth-child(4) {
    grid-column: span 1;
  }
  .second-row > div {
    margin: 0 20px;
  }
  .footer-office {
    order: 1;
  }
  .footer-address {
    order: 2;
  }
  .footer-phones {
    order: 3;
  }
  .footer-cu {
    order: 4;
  }
  .footer-pyb {
    order: 5;
  }
  .footer-cu .pay-your-bill-button,
  .footer-pyb .pay-your-bill-button {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 768px) {
  .third-row div.footer-utility-links ul {
    display: block;
  }
  .third-row div.footer-copyrights ul {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .third-row div.footer-utility-links,
  .third-row div.footer-copyrights {
    padding: 0px;
  }
  .third-row div.footer-utility-links ul {
    display: inline-flex;
    margin: auto;
  }
  .third-row div.footer-copyrights ul {
    display: block;
    text-align: center;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* portrait phones */
  .third-row {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 387px) {
  .third-row div ul li {
    margin: 0 10px 20px 10px;
  }
  .third-row div.footer-utility-links,
  .third-row div.footer-copyrights {
    margin-bottom: 0;
  }
  .third-row div.footer-utility-links ul {
    display: block;
    margin: 0px;
    text-align: left;
  }
  .third-row div.footer-copyrights ul {
    display: block;
    text-align: left;
    margin: 0px;
  }
}
/******** END NEW FOOTER */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}
ul.wp-block-list li {
  line-height: 2em;
}

ol {
  list-style: decimal;
}
ol li {
  margin-bottom: 25px;
  line-height: 1.75em;
}

ol.is-style-icon li,
ul.is-style-icon li {
  margin-bottom: 10px !important;
  line-height: 1.75em !important;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.is-style-styled ol > li,
ol.is-style-styled > li {
  padding-left: 40px;
}

.ghostkit-accordion {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 10px;
  display: grid;
}

.sitemap ul.sub-menu {
  padding-left: 20px;
  list-style: none;
}

.sitemap .mega-menu-section {
  margin-bottom: 30px;
}

.home-news ul {
  background-color: unset !important;
}

.home-news ul li {
  border-radius: 30px;
  padding: 20px 30px 30px 30px;
  margin-bottom: 20px;
  background-color: white;
}
.home-news ul li h3 {
  margin-bottom: 10px;
}
.home-news ul li .wp-block-post-date {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .ghostkit-accordion {
    grid-template-columns: 1fr;
  }
  ul.sitemap {
    padding-left: 20px;
    padding-bottom: 50px;
  }
  .sitemap-contact {
    padding: 0 30px !important;
  }
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.circle-this img {
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.water-drop-ul img {
  border-radius: 0 100px 100px 100px;
  border: 1px solid white;
}

.water-drop-ur img {
  border-radius: 100px 0 100px 100px;
  border: 1px solid white;
}

.water-drop-lr img {
  border-radius: 100px 100px 0 100px;
  border: 1px solid white;
}

.water-drop-ll img {
  border-radius: 100px 100px 100px 0;
  border: 1px solid white;
}

.rotate-bg-180 img {
  transform: rotate(180deg);
}

.mediumwidth img {
  width: 80%;
}

.smallwidth img {
  width: 60%;
}

.floatright img {
  float: right;
  margin-bottom: 40px;
}

.floatleft img {
  float: left;
  margin-bottom: 40px;
}

.shape-overlap {
  z-index: 2;
  position: absolute;
  width: 100%;
  margin-top: -5px;
}

.atw-container {
  align-items: center;
  justify-content: center;
  position: relative;
}

.atw-left-radius img,
.atw-left-radius div {
  border-radius: 30px 0 0 30px;
}

.atw-right-radius img,
.atw-right-radius div {
  border-radius: 0 30px 30px 0;
}

.atw-callout-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-color: #014A7B;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  z-index: 2;
  border: 3px solid white;
}
.atw-callout-circle h3, .atw-callout-circle p {
  color: white;
}

.atw-photo-box {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.atw-photo-box div,
.atw-photo-box div figure {
  height: 100%;
  overflow: hidden;
}

.fill-image-box {
  display: flex;
}

.fill-image-box img {
  object-fit: cover;
  width: 100%;
  max-width: unset;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

.atw-text-box {
  flex: 1;
  padding: 50px 50px 50px 100px;
}

.atw-image-border-radius img {
  border-radius: 50px;
}

.bg-overlay-gradient-white .nk-awb-overlay {
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.document-gallery .document-icon-row {
  width: 32%;
  display: inline-block;
}

.document-gallery .document-icon {
  margin: 0;
  padding: 5px;
}

.document-icon a {
  height: unset;
  display: block;
  padding: 10px;
  width: 95%;
  align-items: start;
}

.document-icon a:focus {
  outline: 2px dotted #C35300;
  outline-offset: -2px;
}

.document-gallery .document-icon img {
  width: 25px;
  float: left;
  margin-right: 10px;
}

.document-gallery .document-icon .title {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.75em;
  margin-bottom: 0;
}

.flip-bg img {
  transform: rotate(180deg);
}

@media screen and (max-width: 400px) {
  .document-gallery .document-icon-row {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .atw-photo-box {
    flex: none;
  }
  .atw-text-box {
    flex: none;
    padding: 20px !important;
  }
  .atw-container .atw-left-radius img,
  .atw-container .atw-left-radius div {
    border-radius: 30px 30px 0 0;
  }
  .atw-container .atw-right-radius img,
  .atw-container .atw-right-radius div {
    border-radius: 0 0 30px 30px;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

thead tr th {
  align-content: end;
}

.wp-block-table thead {
  background-color: #d9f2e0;
}

.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-container table {
  min-width: 520px;
}

/* @import "elements/search-donotuse"; */
/* Links
--------------------------------------------- */
a {
  color: #005194;
}
a:visited {
  color: #005194;
}
a:hover, a:focus, a:active {
  color: #167E32;
}
a:focus {
  outline: 2px dotted #C35300;
}
a:hover, a:active {
  outline: 0;
}

.footer-phones a[href^=tel],
.emergencies-container a[href^=tel] {
  color: white;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: 2px dotted #C35300;
}

.gform_footer:focus-within {
  outline: 2px solid #C35300;
  outline-offset: 1px;
}

/* Begin Custom Button */
.AllTerrainWCAG-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #005194;
  font-size: 1.1em;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.2em;
  transition: all 0.3s ease;
}

/* Initial state of the circle and arrow */
.AllTerrainWCAG-button .button-circle circle {
  stroke: #005194;
  fill: transparent;
  transition: all 0.3s ease;
}

.AllTerrainWCAG-button .button-arrow path {
  fill: #005194;
  transition: all 0.3s ease;
}

/* Hover state for the circle, arrow, and text */
.AllTerrainWCAG-button:hover .button-circle circle {
  fill: #167E32;
  stroke: #167E32;
}

.AllTerrainWCAG-button:hover .button-arrow path {
  fill: #FFFFFF;
}

.AllTerrainWCAG-button:hover span {
  color: #167E32;
}

/* End Custom Button */
a.ghostkit-button:hover {
  color: #014A7B !important;
}
a.ghostkit-button:hover svg path {
  fill: #014A7B;
}

.ghostkit-button {
  white-space: normal;
}

a.ghostkit-button:visited {
  color: #fff;
}
a.ghostkit-button:visited:focus {
  color: #005194;
}

/*
 outline: 2px solid #FF7400;
     border-radius: 30px;
 */
.loadMoreBtn {
  border-radius: 30px;
  color: #fff !important;
  background-color: #005194;
  padding: 0.6em 1.75em;
  border: 2px solid #005194;
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  transition: all 300ms ease-out !important;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  margin-top: 50px;
  transition: all 300ms ease-out !important;
  text-align: center;
  white-space: revert;
  pointer-events: visible;
}

.loadMoreBtn:hover {
  background: #fff;
  border-color: #005194;
  border-width: 2px;
}
.loadMoreBtn:hover span {
  color: #005194;
}

.ats-announcement-box {
  text-align: center;
}
.ats-announcement-box .wp-block-post-date {
  font-size: 0.8em;
  text-align: left;
}
.ats-announcement-box h2 {
  font-size: 1.5em;
  text-align: left;
}
.ats-announcement-box h2 a {
  text-decoration: none;
}
.ats-announcement-box .wp-block-post-excerpt {
  text-align: left;
}

a.about-menu-button {
  border-width: 1px !important;
  border-radius: 30px !important;
  background-color: #FFFFFF !important;
  color: #014A7B !important;
  border-color: #014A7B !important;
}
a.about-menu-button path {
  fill: #014A7B !important;
}
a.about-menu-button:focus {
  box-shadow: 0 0 0 2px #ff1901 !important;
  background-color: #014A7B !important;
  color: #FFFFFF !important;
  border-color: #014A7B !important;
}
a.about-menu-button:focus path {
  fill: #FFFFFF !important;
}
a.about-menu-button:hover {
  background-color: #014A7B !important;
  color: #FFFFFF !important;
  border-color: #014A7B !important;
}
a.about-menu-button:hover path {
  fill: #FFFFFF !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  border: unset !important;
  background-color: unset !important;
  color: unset !important;
  padding: unset !important;
  border-radius: unset !important;
  -moz-border-radius: unset;
  -webkit-border-radius: unset;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
  border: unset !important;
  color: unset !important;
  background-color: unset !important;
}

.gform_wrapper .gform_footer {
  border: 1px solid #014A7B !important;
  background-color: #014A7B !important;
  color: #fff !important;
  transition: all 0.25s ease-in-out;
  padding: 3px 0px 3px 20px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  width: fit-content;
}
.gform_wrapper .gform_footer input {
  font-size: 1em !important;
}

.gform_wrapper .gform_footer:hover {
  border: 1px solid #014A7B !important;
  color: #014A7B !important;
  background-color: #D9F2E0 !important;
}

.gform_wrapper .gform_footer::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  margin: 0px 20px 0 0px;
  transition: all 0.25s ease-in-out;
  background-image: url("/wp-content/themes/AllTerrainWCAG/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
}

.gform_wrapper .gform_footer:hover::after {
  margin: 0px 10px 0 10px;
  background-image: url("/wp-content/themes/AllTerrainWCAG/images/arrow-green.svg");
}

@media only screen and (max-width: 481px) {
  rs-bullets {
    transform: translate(-160px, -35px) !important;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=checkbox],
textarea,
select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=checkbox]:focus,
textarea:focus,
select:focus {
  color: #111;
  outline: 2px solid #C35300;
  --gf-local-shadow: unset;
}

.gform-theme--framework .gfield--type-choice .gfield_checkbox,
.gform-theme--framework .gfield--type-choice .gfield_radio {
  gap: 20px;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

input[type=checkbox] {
  width: 25px !important;
  height: 25px !important;
}

.gform-field-label.gform-field-label--type-inline {
  margin: auto 0 auto 10px;
}

#s::placeholder,
#s::placeholder-shown {
  color: #C3E1FF;
  opacity: 1;
  font-family: "Podkova", serif !important;
}

input#s::-webkit-input-placeholder {
  color: #C3E1FF;
  opacity: 1;
  font-family: "Podkova", serif !important;
}

input#s::-moz-placeholder {
  color: #C3E1FF;
  opacity: 1;
  font-family: "Podkova", serif !important;
}

input#s:-ms-input-placeholder {
  color: #C3E1FF;
  opacity: 1;
  font-family: "Podkova", serif !important;
}

input#s:-moz-placeholder {
  color: #C3E1FF;
  opacity: 1;
  font-family: "Podkova", serif !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.border-left {
  border-left: 2px dotted #0171bc;
}

ul.topbar-menu {
  list-style: none;
  display: flex;
  margin: 0;
  height: 100%;
  padding: 11px 0px 7px;
  color: #fff;
  font-size: 0.85em;
}
ul.topbar-menu li {
  margin-right: 25px;
}

.nav-buttons {
  display: inline-flex;
  align-content: center;
  padding: 0 20px 0 0;
  height: 40px;
  margin: auto 0;
}
.nav-buttons button {
  height: 100%;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.nav-buttons button a {
  padding: 25px 20px 25px 0;
}

.conserve-button {
  color: #016F44 !important;
  background-color: #D9F2E0;
  transition: all 0.25s ease-in-out;
  padding: 8px 0px 8px 20px;
  border-radius: 30px;
  margin-right: 10px;
  text-decoration: none;
  white-space: nowrap;
}
.conserve-button a {
  color: #E3FEEC !important;
}
.conserve-button a:visited, .conserve-button a:active {
  color: #016F44 !important;
  background-color: #D9F2E0;
  transition: all 0.25s ease-in-out;
}
.conserve-button:visited, .conserve-button:active {
  background-color: #D9F2E0;
  color: #016F44 !important;
  transition: all 0.25s ease-in-out;
}
.conserve-button:hover {
  transition: all 0.25s ease-in-out;
  background-color: #016F44;
  color: #E3FEEC !important;
}
.conserve-button:hover a {
  color: #016F44 !important;
  transition: all 0.25s ease-in-out;
}
.conserve-button:focus {
  outline: 2px solid #C35300;
}

.conserve-button::after {
  content: "";
  display: inline-block;
  width: 27px;
  height: 16px;
  background-image: url("/wp-content/themes/AllTerrainWCAG/images/leaves.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: -2px 20px 0 10px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

.conserve-button:hover::after {
  background-image: url("/wp-content/themes/AllTerrainWCAG/images/leaves.svg");
  scale: 1.25;
}

.pay-your-bill-button {
  background-color: #014A7B;
  color: #fff !important;
  transition: all 0.25s ease-in-out;
  padding: 8px 0px 8px 20px;
  border-radius: 30px;
  white-space: nowrap;
  text-decoration: none;
}
.pay-your-bill-button a {
  color: #fff !important;
  text-decoration: none;
}
.pay-your-bill-button a:visited, .pay-your-bill-button a:active {
  background-color: #014A7B;
  color: #fff !important;
}
.pay-your-bill-button:visited, .pay-your-bill-button:active {
  background-color: #014A7B;
  color: #fff !important;
}
.pay-your-bill-button:hover {
  color: #016F44 !important;
  background-color: #D9F2E0;
}
.pay-your-bill-button:hover a {
  color: #016F44 !important;
}
.pay-your-bill-button:focus {
  outline: 2px solid #C35300;
}
.pay-your-bill-button.pyb-footer {
  border: 1px solid white;
  text-decoration: none;
  background-color: #016F44;
}
.pay-your-bill-button.pyb-footer:hover {
  color: #016F44 !important;
  background-color: #D9F2E0;
}
.pay-your-bill-button.pyb-footer:hover a {
  color: #016F44 !important;
}
.pay-your-bill-button.pyb-footer:focus {
  outline: 4px dotted #FF7400;
}
.pay-your-bill-button.contact-footer {
  border: 1px solid white;
  text-decoration: none;
  background-color: #002e4d;
}
.pay-your-bill-button.contact-footer:hover {
  color: #016F44 !important;
  background-color: #D9F2E0;
}
.pay-your-bill-button.contact-footer:hover a {
  color: #016F44 !important;
}
.pay-your-bill-button.contact-footer:focus {
  outline: 4px dotted #FF7400;
}

.pay-your-bill-button::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  margin: 0px 20px 0 10px;
  transition: all 0.25s ease-in-out;
  background-image: url("/wp-content/themes/AllTerrainWCAG/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.pay-your-bill-button:hover::after {
  margin: -2px 5px 0 25px;
  background-image: url("/wp-content/themes/AllTerrainWCAG/images/arrow-green.svg");
}

.pay-your-bill-button[data-pointing]::after {
  animation: arrow 2.5s infinite ease-in-out;
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 30px 0 0 0;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
  padding: 70px 50px;
  background-color: #D9F2E0;
  /* text-align: right; */
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  display: inline-grid;
}
.comment-navigation .nav-previous a .nav-subtitle,
.posts-navigation .nav-previous a .nav-subtitle,
.post-navigation .nav-previous a .nav-subtitle {
  font-size: 0.85em;
}
.comment-navigation .nav-previous a .nav-title,
.posts-navigation .nav-previous a .nav-title,
.post-navigation .nav-previous a .nav-title {
  font-family: AvenirBlack;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
  padding: 70px 40px;
  background-color: #D9F2E0;
  /* text-align: left; */
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  display: inline-grid;
}
.comment-navigation .nav-next a .nav-subtitle,
.posts-navigation .nav-next a .nav-subtitle,
.post-navigation .nav-next a .nav-subtitle {
  font-size: 0.85em;
}
.comment-navigation .nav-next a .nav-title,
.posts-navigation .nav-next a .nav-title,
.post-navigation .nav-next a .nav-title {
  font-family: AvenirBlack;
}

ul.main-menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.main-menu-footer li {
  margin-bottom: 15px;
  font-weight: bolder;
}
ul.main-menu-footer li a {
  border-bottom: 1px solid #D9F2E0;
  text-decoration: none;
  color: #D9F2E0;
  transition: all 0.25s ease-in-out;
}
ul.main-menu-footer li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

ul.utility-menu-footer {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
ul.utility-menu-footer li {
  margin-right: 20px;
}
ul.utility-menu-footer li a {
  border-bottom: 1px solid #D9F2E0;
  text-decoration: none;
  color: #D9F2E0;
  transition: all 0.25s ease-in-out;
}
ul.utility-menu-footer li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.pad-left {
  padding-left: 21px;
}

/* Tablet styles */
@media screen and (max-width: 1090px) {
  .main-menu-footer-container {
    margin-left: 25%;
  }
  .ally-mega-menu .text-container {
    margin: 0 0 0 20px;
  }
  .menu-pattern {
    padding-top: 15px;
    border-top: 2px dotted #0171bc;
    margin-top: 20px;
  }
  .border-left {
    border-left: unset;
  }
}
/* Large mobile styles */
@media screen and (max-width: 991px) {
  .main-menu-footer-container {
    margin-left: 0%;
  }
}
/* use for top bar reflow */
@media screen and (max-width: 670px) {
  .topbar-menu {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 0;
    list-style: none;
  }
  .conserve-button {
    display: none !important;
  }
  .search-top-container {
    display: none;
  }
  .mobile-utility-footer {
    display: block;
    border-top: 4px dotted #D9F2E0;
  }
  ul.utility-menu-footer {
    display: block;
  }
  ul.utility-menu-footer li {
    margin-bottom: 20px;
  }
  .site-info {
    display: block;
  }
  .site-info .colophon-details .copyright {
    display: block;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .site-footer .site-footerlogo .site-footer-logo {
    margin: 0 auto;
    width: 100%;
  }
  .site-footer .site-footerlogo .footer-logo-border {
    border-bottom: 0;
  }
  .site-footer .site-footercontent {
    padding: 20px 0 0 0;
  }
  .site-footer .site-footercontent .iabc-mission p {
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 610px) {
  .translate-container {
    display: none;
  }
}
@media screen and (max-width: 505px) {
  .pay-your-bill-button {
    display: none !important;
  }
  .ubermenu-responsive-toggle.ubermenu-responsive-toggle-main {
    right: 0;
    position: absolute;
    top: 10px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
  padding-bottom: 0;
}

.page-links {
  clear: both;
  margin: 0;
}

.home .post-thumbnail {
  display: block;
  height: 700px;
}
.home .post-thumbnail img {
  display: block;
  min-height: 700px;
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: 0px 35%;
}

.AllTerrainWCAG-hero-divider {
  top: 700px;
  position: absolute;
}

.AllTerrainWCAG-hero-headline {
  top: -250px;
  position: absolute;
  left: 15%;
}

.AllTerrainWCAG-hero-quote {
  top: -150px;
  position: absolute;
  right: 10%;
  line-height: 1.75em;
}

.page-template-default .entry-header,
.page-template-page-sitemap .entry-header {
  height: 330px;
  margin-bottom: 40px;
}

.type-post .entry-header {
  /*margin-bottom: 50px;*/
  height: 380px;
}

.img-with-border {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 330px;
}

.img-with-border .post-thumbnail {
  display: block;
  height: 330px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.img-with-border img {
  display: block;
  min-height: 330px;
  max-height: 330px;
  width: 100%;
  object-fit: cover;
}

.img-with-border .post-thumbnail:after {
  /* content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to right, #214E7B, rgba(11, 72, 0, 0));
   z-index: 1;*/
}

.img-with-border svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: unset;
}

.tpg-el-main-wrapper .rt-content-loader [class*=rt-col] {
  margin: 0 0 40px 0;
  padding: 30px 30px 20px;
  background: #fff !important;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rt-tpg-container .list-layout1 .rt-detail .read-more a,
.rt-tpg-container .list-layout2 .rt-detail .read-more a,
.rt-tpg-container .list-layout3 .rt-detail .read-more a {
  background-color: #004a7b;
  border-color: #004a7b;
  color: #fff;
  border-radius: 30px;
}
.rt-tpg-container .list-layout1 .rt-detail .read-more a:hover,
.rt-tpg-container .list-layout2 .rt-detail .read-more a:hover,
.rt-tpg-container .list-layout3 .rt-detail .read-more a:hover {
  background-color: #FFF;
  color: #004a7b;
}

@media screen and (max-width: 690px) {
  .img-with-border svg {
    bottom: -2px;
  }
}
.search-results > div {
  padding-top: 30px;
}
.search-results > div article {
  margin-bottom: 40px;
  border-bottom: 3px dotted #d9f2e0;
  padding-bottom: 40px;
}

.bottom-post-navs {
  padding: 50px 50px 80px;
}

.post-nav,
.post-nav-col {
  margin: 70px 0 0 0 !important;
}

.post-nav .row {
  margin: 0;
}

.post-next-nav, .post-prev-nav, .post-main-nav {
  font-weight: bold;
  font-size: 0.8em;
}

.nav-title, .post-main-title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}

a:focus .next-nav-group,
a:focus .prev-nav-group,
a:focus .main-nav-group {
  outline: 2px dotted #BD5300;
  outline-offset: 15px;
  border-radius: 20px;
}

.next-nav-group,
.prev-nav-group,
.main-nav-group {
  line-height: 1.1em;
}

.prev-nav-group svg {
  transform: rotate(180deg);
}

.main-nav-group svg {
  transform: rotate(230deg);
}

.next-nav-group svg .button-circle circle,
.prev-nav-group svg .button-circle circle,
.main-nav-group svg .button-circle circle {
  stroke: #005194;
}

.next-nav-group svg .button-arrow path,
.prev-nav-group svg .button-arrow path,
.main-nav-group svg .button-arrow path {
  fill: #005194;
}

.right-nav-box:hover a div .next-nav-group svg .button-circle circle,
.left-nav-box:hover a div .prev-nav-group svg .button-circle circle {
  stroke: #fff;
}

.right-nav-box:hover a div .next-nav-group svg .button-arrow path,
.left-nav-box:hover a div .prev-nav-group svg .button-arrow path {
  fill: #fff;
}

.post-prev-title, .post-next-title, .post-main-title {
  margin-bottom: 10px;
}

.left-nav-box {
  background-color: #F6FFFA;
  margin: 0;
  transition: 0.5s ease;
}

.right-nav-box {
  background-color: #f2faff;
  margin: 0;
  transition: 0.5s ease;
}

.right-nav-box:hover,
.left-nav-box:hover {
  background: #016F44;
}

.right-nav-box:hover a, .left-nav-box:hover a, .cipmain-box:hover a {
  color: #fff;
}

.right-nav-box svg #Path_511, .left-nav-box svg #Path_511 {
  fill: #94dea9;
  transition: 0.5s ease;
}

.left-nav-box a,
.right-nav-box a {
  text-decoration: none;
}

.next-nav-group {
  text-align: right;
}

@media screen and (max-width: 430px) {
  .left-nav-box .bottom-post-navs {
    padding: 50px;
  }
  .right-nav-box .bottom-post-navs {
    padding: 50px 50px 110px;
  }
  .single-post .left-nav-box,
  .single-post .right-nav-box,
  .single-post .next-nav-group {
    text-align: center;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.AllTerrainWCAG-timeline {
  display: flex;
}
.AllTerrainWCAG-timeline h3 {
  margin-bottom: 10px;
}
.AllTerrainWCAG-timeline h4 {
  font-size: 1em;
  margin-bottom: 0;
  color: #0171BC;
}
.AllTerrainWCAG-timeline p {
  margin-top: 0;
}

.timeline-arrows {
  width: 85px;
  border-right: 1px solid #EDF5FF;
}

.next {
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

.next #go-forward #forward-circle {
  stroke: #EDF5FF;
  fill: #fff;
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

.next:hover #go-forward #forward-circle {
  stroke: #0171BC;
  fill: #0171BC;
}

.next #go-forward #right-arrow {
  fill: #EDF5FF;
}

.next:hover #go-forward #right-arrow {
  fill: #fff;
}

.prev {
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.prev #go-backwards #back-circle {
  stroke: #EDF5FF;
  fill: #fff;
  transition: fill 0.3s ease-in-out, stroke 0.3s ease-in-out;
}

.prev:hover #go-backwards #back-circle {
  stroke: #0171BC;
  fill: #0171BC;
}

.prev #go-backwards:hover #left-arrow {
  fill: #EDF5FF;
}

.prev:hover #go-backwards:hover #left-arrow {
  fill: #fff;
}

/* Adjustments for the timeline posts */
.timeline-posts {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  padding-bottom: 0px;
  margin-left: -1px;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0px;
}

/*
.timeline-vertical-line {
    position: absolute;
    margin-left: -33px;
    top: 65px;
    height: 100%;
    width: 1px;
    background-color: $color__light_blue;
    }
*/
/* Style for individual timeline post */
.timeline-post {
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-right: 1px;
  border-right: 1px solid #C0CAD3;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-mark {
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  background-color: transparent;
  border: 1px solid #014A7B;
  border-radius: 3em;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 60px;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
}
.accordion-mark svg {
  width: 24px;
  height: 24px;
  color: #014A7B;
  fill: #014A7B;
}
.accordion-mark.faq-open {
  border-color: #33A437;
  background-color: #33A437;
}
.accordion-mark.faq-open svg {
  fill: #fff;
}

.ghostkit-accordion-item:focus {
  outline: 2px dotted #C35300;
}

.ghostkit-accordion-item-label {
  margin-left: 70px;
}

.ghostkit-accordion-item .ghostkit-accordion-item-heading {
  align-items: center;
  cursor: pointer;
  position: relative;
  height: 58px;
  line-height: 35px;
  color: #014A7B;
  padding: 0;
  margin: 28px 0 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ghostkit-accordion-item .ghostkit-accordion-item-collapse {
  display: none;
}

.ghostkit-accordion-item .ghostkit-accordion-item-heading > a,
.ghostkit-accordion-item .ghostkit-accordion-item-heading > button,
.ghostkit-accordion-item a.ghostkit-accordion-item-heading {
  line-height: 1.5em;
  height: 100%;
}

.ghostkit-accordion-item-content {
  margin-left: 70px;
  margin-top: 0;
  padding-top: 0;
}
.ghostkit-accordion-item-content p {
  margin-top: 0;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #214E7B;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.atb-searchbox__switch:focus {
  outline: 2px dotted #D9F2E0;
}

.darker-focus a:focus {
  outline: 2px dotted #BB4C00;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
