/*!
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

--------------------------------------------------------------*/
@font-face {
  font-family: "Flaticon";
  src: url("../AllTerrainWCAG/fonts/flaticon/Flaticon.eot");
  src: url("../AllTerrainWCAG/fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../AllTerrainWCAG/fonts/flaticon/Flaticon.woff2") format("woff2"), url("../AllTerrainWCAG/fonts/flaticon/Flaticon.woff") format("woff"), url("../AllTerrainWCAG/fonts/flaticon/Flaticon.ttf") format("truetype"), url("../AllTerrainWCAG/fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("./Flaticon.svg#Flaticon") format("svg");
  }
}
[class^=flaticon-]:before, [class*=" flaticon-"]:before,
[class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 14px;
  font-style: normal;
  /*margin-left: 20px;*/
}

.flaticon-water-factory:before {
  content: "\f100";
}

.flaticon-lake:before {
  content: "\f101";
}

.flaticon-fish:before {
  content: "\f102";
}

.flaticon-river:before {
  content: "\f103";
}

.flaticon-waves:before {
  content: "\f104";
}

.flaticon-employees:before {
  content: "\f105";
}

.flaticon-interview:before {
  content: "\f106";
}

.flaticon-pool:before {
  content: "\f107";
}

.flaticon-map:before {
  content: "\f108";
}

.flaticon-location:before {
  content: "\f109";
}

.flaticon-folder:before {
  content: "\f10a";
}

.flaticon-next:before {
  content: "\f10b";
}

.flaticon-left-arrow:before {
  content: "\f10c";
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.flaticon-right-arrow:before {
  content: "\f10c";
}

.flaticon-right-arrow-1:before {
  content: "\f10d";
}

.flaticon-right-arrow-2:before {
  content: "\f10e";
}

.flaticon-right-arrow-3:before {
  content: "\f10f";
}

/*--------------------------------------------------------------
# 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: 220px;
  text-align: center;
  background-color: #002E4D;
  padding: 15px 20px;
  border-radius: 15px;
  justify-self: center;
}
h1.hero-title {
  font-size: 4em;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
}

.wp-block-cover__inner-container {
  text-align: center;
  background-color: rgba(0, 46, 77, 0.8);
  padding: 20px 45px 40px;
  border-radius: 15px;
  justify-self: center;
  width: unset !important;
}
.wp-block-cover__inner-container h1 {
  bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  background-color: transparent;
}
.wp-block-cover__inner-container p {
  padding-bottom: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 2em;
  font-family: "FontBlack", sans-serif;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  color: #015B92;
}
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.75em;
  font-family: "FontBlack", sans-serif;
  color: #014A7B;
  margin: 15px 0 20px;
}

h4 {
  font-family: "FontBlack", sans-serif;
  font-size: 1.25em;
  margin-bottom: 10px;
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 2.25em;
    margin-right: 10px;
    margin-left: 10px;
  }
}
p {
  margin-bottom: 1.25em;
  line-height: 1.75em;
}

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%;
}

b,
strong {
  font-family: "FontBold";
}

@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
--------------------------------------------- */
*,
*:before, *:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%; /* Make sure the html and body elements take up the full height */
  margin: 0;
  /* background-color: #f7fdff; */
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

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

body.noscroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

#tpbr_topbar {
  /*display: none !important;*/
}

#tpbr_box {
  line-height: 1.5em !important;
}

.overlay {
  display: none;
}

.post, .page {
  margin: 0;
}

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

.site-main {
  flex: 1;
  /*margin-top: 100px;*/
}

.site-header {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  /*position: fixed;
  width: calc(100% - 15px);*/
  width: 100%;
  top: 0;
  transition: top 0.5s;
  z-index: 1000;
  background: #fff;
}

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

.site-topbar {
  width: 100%;
  background: linear-gradient(to right, #002E4D, #015B92);
  display: block;
  display: flex;
  gap: 0;
  justify-content: end;
  align-items: center;
}

.site-mainbar {
  display: flex;
}
.site-mainbar .site-branding {
  margin: 2px 0px 0 0px;
  height: 62px;
  width: 235px;
  padding: 6px 0 5px;
}
.site-mainbar .site-branding .custom-logo-link {
  height: 100%;
  width: 100%;
}
.site-mainbar .site-branding .custom-logo-link img {
  height: 100%;
  width: 100%;
}

.glink {
  margin: 0 0 0 10px;
}

.gtranslate_wrapper {
  height: 100%;
  margin: 0;
  padding: 0;
  float: right;
}

.full_width {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.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 .cmwc-mission {
  margin-bottom: 50px;
}
.site-footer .site-footercontent .cmwc-mission p {
  color: #fff;
  margin: 0 30px 0 0;
}
.site-footer .site-footercontent .cmwc-contact {
  margin-bottom: 50px;
}
.site-footer .site-footercontent .cmwc-contact h4 {
  margin-top: 0;
  font-size: 1.5em;
}
.site-footer .site-footercontent .cmwc-contact a.cmwc-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 .cmwc-contact a.cmwc-email span {
  margin-left: 30px;
  border-bottom: 1px solid #fff;
  transition: all 0.25s ease-in-out;
}
.site-footer .site-footercontent .cmwc-contact a.cmwc-email:hover span {
  color: #D9F2E0;
  border-bottom: 1px solid #D9F2E0;
  fill: #D9F2E0;
}
.site-footer .site-footercontent .cmwc-contact ul.cmwc-sm {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.site-footer .site-footercontent .cmwc-contact ul.cmwc-sm li {
  margin-right: 20px;
}

.wcag-bg-none {
  padding-top: 50px;
}

.wcag-bg-one {
  padding-top: 50px;
  background: url("/wp-content/themes/cmwc/images/bg-gradient.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}

.wcag-bg-two {
  padding-top: 50px;
  background: url("/wp-content/themes/cmwc/images/bg-gradient_v2.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}

.wcag-bg-three {
  padding-top: 50px;
  background: url("/wp-content/themes/cmwc/images/bg-gradient_v3.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}

.wcag-bg-four {
  padding-top: 50px;
  background: url("/wp-content/themes/cmwc/images/bg-gradient_v4.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}

.wcag-bg-five {
  padding-top: 50px;
  background: url("/wp-content/themes/cmwc/images/bg-gradient_v5.jpg");
  background-position: right top;
  background-repeat: no-repeat;
}

.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-darkest-blue-color {
  color: #0E2237;
}

.has-darkest-blue-background-color {
  background-color: #0E2237;
}

.has-darker-blue-color {
  color: #214E7B;
}

.has-darker-blue-background-color {
  background-color: #214E7B;
}

.has-dark-blue-color {
  color: #005194;
}

.has-dark-blue-background-color {
  background-color: #005194;
}

.has-medium-blue-color {
  color: #2C7BA1;
}

.has-medium-blue-background-color {
  background-color: #2C7BA1;
}

.has-light-blue-color {
  color: #D3EDFD;
}

.has-light-blue-background-color {
  background-color: #D3EDFD;
}

.has-dark-green-color {
  color: #167E32;
}

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

.has-medium-green-color {
  color: #33A437;
}

.has-medium-green-background-color {
  background-color: #33A437;
}

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

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

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

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

.has-dark-gray-color {
  color: #000000;
}

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

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

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

.has-black-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%);
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 0 !important;
}

/************ END CUSTOM COLORS *************/
.center-this {
  text-align: center;
}

/* laptop styles */
/* Tablet styles */
@media screen and (max-width: 1024px) {
  .main-menu-footer-container {
    margin-left: 25%;
  }
}
/* Large mobile styles */
@media screen and (max-width: 768px) {
  .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 */
/******** 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: 80px 0 10px;
  margin: 0 !important;
}

.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;
  display: flex;
  justify-content: space-evenly;
  font-family: "FontRegular";
  font-size: 0.9em;
}

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

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

.third-row {
  margin: auto;
  padding: 100px 0 10px 0;
}

.footer-copyrights,
.footer-utility-links {
  margin: 0;
  padding: 0;
  color: #81A4C2;
  font-size: 0.75em;
  line-height: 1.5em;
  transition: all 0.5s;
}
.footer-copyrights a,
.footer-copyrights a:visited,
.footer-utility-links a,
.footer-utility-links a:visited {
  color: #81A4C2;
  transition: all 0.5s;
}
.footer-copyrights a:hover,
.footer-utility-links a:hover {
  color: #fff;
  outline: #fff 2px dotted;
}

.footer-copyrights {
  display: flex;
  justify-content: end;
  gap: 20px;
}

a.footer-pyb-button,
a.footer-cu-button {
  background: unset;
  border: unset;
  padding: 0;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #EDF5FF;
  font-family: "FontLight";
  margin: 0;
  background-color: transparent;
  border-color: transparent;
}
a.footer-pyb-button .circle-arrow,
a.footer-cu-button .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;
}
a.footer-pyb-button .circle-arrow .ats-word-box,
a.footer-cu-button .circle-arrow .ats-word-box {
  color: #EDF5FF;
  order: 2;
}
a.footer-pyb-button a:hover .circle-arrow .ats-word-box,
a.footer-cu-button a:hover .circle-arrow .ats-word-box {
  color: #D9F2E0;
}
a.footer-pyb-button:focus,
a.footer-cu-button:focus {
  outline: 2px dotted white;
}

.footer-email a {
  color: #EDF5FF;
}
.footer-email a:hover {
  color: #fff;
  outline: 2px dotted white;
}
.footer-email a:focus {
  outline: 2px dotted white;
}

.second-row a:focus,
.third-row a:focus {
  outline: 2px dotted white;
  color: #fff;
}

.second-row a:hover,
.third-row a:focus {
  color: #fff;
  outline: 2px dotted white;
}

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

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

.footer-email {
  color: #EDF5FF;
  transition: all 0.5s;
}
.footer-email a {
  color: #EDF5FF;
  transition: top 0.5s;
}
.footer-email a:hover {
  color: #fff;
}

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

@media (max-width: 980px) {
  .second-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; /* Adjust the gap as needed */
  }
  .second-row > div:nth-child(1),
  .second-row > div:nth-child(2),
  .second-row > div:nth-child(3) {
    grid-column: span 1;
  }
  .second-row > div:nth-child(4),
  .second-row > div:nth-child(5) {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 768px) {
  /* tablets and desktop */
}
@media only screen and (max-width: 767px) {
  /* phones */
  .footer-top-wave {
    margin: -12px 0 -3px 0;
  }
  .footer-top-wave img {
    margin-left: -2px;
  }
  .footer-top-quote {
    padding-left: 50px;
  }
  .second-row > div {
    margin: auto;
    padding: 10px 0 20px 0;
  }
  .footer-cu, .footer-pyb {
    margin-top: 10px !important;
  }
  .footer-cu {
    padding-bottom: 35px !important;
    padding-top: 10px !important;
  }
  .footer-paybill-button {
    float: unset !important;
  }
  .footer-utility-links {
    text-align: left;
    padding-bottom: 20px;
    margin: auto;
  }
  .footer-copyrights {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* portrait phones */
  .third-row {
    padding: 55px 0 10px 0;
  }
}
/******** END NEW FOOTER */
@media only screen and (max-width: 553px) {
  .site-mainbar .site-branding {
    margin-left: 0px;
  }
  site-mainbar .site-branding .custom-logo-link img {
    max-width: unset;
    margin-left: -50px;
  }
  .first-row {
    display: grid;
  }
  .footer-bottom-logo {
    float: unset;
    margin: auto;
  }
  .footer-bottom-title {
    float: unset;
    order: 2;
    position: relative;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .footer-contact-box {
    margin: 0;
    padding-left: 35px !important;
  }
  .footer-email {
    margin-top: 40px;
  }
  .footer-email a {
    color: #fff;
  }
  .footer-address {
    padding-top: 36px;
  }
  .second-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
  }
  .second-row > div {
    justify-self: center;
  }
  .second-row > div:nth-child(1),
  .second-row > div:nth-child(2),
  .second-row > div:nth-child(3) {
    grid-column: span 2;
  }
  .second-row > div:nth-child(4),
  .second-row > div:nth-child(5) {
    grid-column: span 2;
  }
  .third-row {
    text-align: center;
    padding-left: 35px !important;
  }
  .footer-utility-links {
    text-align: center;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

li {
  margin-bottom: 1.25em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

.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;
}

.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;
}

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

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

.document-gallery .document-icon-row {
  /* width: 32%;
   display: inline-block;
   height: 28px;
   margin-bottom: 10px;*/
}

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

.document-icon a {
  /* height: unset;
   display: flex;
   padding: 10px;
   width: 95%;
   align-items: start;*/
  padding: 15px 0 15px 0;
}

.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;
}

@media screen and (max-width: 400px) {
  .document-gallery .document-icon-row {
    width: 100%;
  }
}
/*
table {
	margin: 0 0 1.5em;
	width: 100%;
    }

thead tr {
    background: #e2edf6;
    }
*/
.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
  flex: 0 0 70%;
  max-width: 70%;
  padding-left: 0;
  border-top: 1px solid #5B98B7;
  border-left: 1px solid #5B98B7;
}

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
  margin-bottom: 10px;
  padding: 20px;
  border-top: 1px solid #ACCBDB;
  border-left: 1px solid #ACCBDB;
  border-bottom: 1px solid #ACCBDB;
}

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active {
  border-style: none;
  border-top: 1px solid #5B98B7;
  border-left: 1px solid #5B98B7;
  border-bottom: 1px solid #5B98B7;
  border-right: 1px solid #FFF;
  margin-right: -3px;
  background-color: #fff;
  z-index: 2;
}

tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

tbody tr:nth-child(even) {
  background-color: #f4f6f8;
}

/* Row hover effect only for body rows */
tbody tr:hover {
  background-color: #e7f1fb;
}

table {
  width: 100%;
  background: white;
  border-collapse: collapse;
  margin-bottom: 30px;
  margin: 0 0 1.5em;
  width: 100%;
}

thead tr {
  background: #e2edf6;
  background: #002f4f;
  color: #fff;
  line-height: 2.5em;
}

th {
  background: #002f4f;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  position: sticky;
  top: 0;
  line-height: 1.5em;
}

td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

tr:hover {
  background: #f8f9fa;
}

.status-compliant {
  color: #436E00;
  font-weight: bold;
}

.status-progress {
  color: #A54C00;
  font-weight: bold;
}

.criterion-code {
  font-family: "Courier New", monospace;
  background: #ecf0f1;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.9em;
}

.principle-header {
  background: #015b92 !important;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  table {
    font-size: 14px;
  }
  th, td {
    padding: 8px;
  }
}
/* @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 #B24800;
  z-index: 2;
}
a:hover, a:active {
  outline: 0;
}

/* 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;
}

/* 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 */
.conserve-button {
  background-color: #016F44;
  color: #E3FEEC !important;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  padding: 20px 20px 20px 0px;
  text-decoration: none;
}
.conserve-button a {
  color: #E3FEEC !important;
}
.conserve-button a:visited, .conserve-button a:active {
  background-color: #016F44;
  color: #E3FEEC !important;
  transition: all 0.25s ease-in-out;
}
.conserve-button:visited, .conserve-button:active {
  background-color: #016F44;
  color: #E3FEEC !important;
  transition: all 0.25s ease-in-out;
}
.conserve-button:hover {
  color: #016F44 !important;
  background-color: #D9F2E0;
  transition: all 0.25s ease-in-out;
}
.conserve-button:hover a {
  color: #016F44 !important;
  transition: all 0.25s ease-in-out;
}

.conserve-button::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/uploads/2025/10/reportglass.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 20px;
  vertical-align: middle;
  transform: scale(1) rotate(0deg);
  transition: transform 0.5s ease-in-out;
  z-index: 2;
}

.conserve-button:hover::before {
  background-image: url("/wp-content/uploads/2025/10/reportglass.svg");
  transform: scale(1.25);
}

.conserve-button::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 35px;
  background-image: url("/wp-content/uploads/2025/10/report.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 20px;
  vertical-align: middle;
  left: 0;
  position: absolute;
}

.pay-your-bill-button {
  background-color: #014A7B;
  color: #fff !important;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  padding: 20px 20px 20px 0px;
  text-decoration: none;
}
.pay-your-bill-button a {
  color: #fff !important;
}
.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::before {
  content: "";
  display: inline-block;
  width: 25px; /* was 15px */
  height: 17px; /* was 19px */
  background-image: url("/wp-content/themes/AllTerrainWCAG/images/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px 0 20px;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

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

@media (prefers-reduced-motion: reduce) {
  .conserve-button::before,
  .conserve-button:hover::before {
    transition: none;
    transform: none; /* keep it static */
  }
  .pay-your-bill-button::before,
  .pay-your-bill-button:hover::before {
    transition: none;
    margin: 0 10px 0 20px; /* keep it static */
  }
}
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],
textarea {
  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,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wp-core-ui div.wpforms-container input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
ul.topbar-menu {
  list-style: none;
  display: flex;
  margin: 0;
  height: 100%;
  padding: 8px 0px 5px;
  color: #fff;
  font-size: 0.85em;
}
ul.topbar-menu li {
  margin: 0 20px 5px 0;
}

.main-navigation .menu-item-has-children::after {
  /*
   content: '';
   display: inline-block;
   width: 16px;
   height: 11px;
   background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC43MyIgaGVpZ2h0PSIxMC4xNDUiIHZpZXdCb3g9IjAgMCAxOC43MyAxMC4xNDUiPgogICAgPHBhdGggaWQ9IlBhdGhfNTQ2MiIgZGF0YS1uYW1lPSJQYXRoIDU0NjIiIGQ9Ik0xOC41LjIyOWEuNzguNzgsMCwwLDAtMS4xLDBMOS4zNjUsOC4yNjIsMS4zMzMuMjI5YS43OC43OCwwLDAsMC0xLjEsMS4xTDguODEzLDkuOTE3YS43OC43OCwwLDAsMCwxLjEsMEwxOC41LDEuMzMzYS43OC43OCwwLDAsMCwwLTEuMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iIzU5NTk1OSIvPgo8L3N2Zz4=');
   background-size: contain;
   background-repeat: no-repeat;
   transition: transform 0.3s ease-in-out;
   transform-origin: 8px 4px;
   margin: 5px 0 0 5px;
   */
}

.main-navigation .menu-item-has-children:hover::after {
  /*
   transform: rotate(180deg);
   */
}

.main-navigation.is-ready {
  justify-content: right;
}

ul.sub-menu {
  display: table !important;
  text-align: center;
  font-family: "FontBlack";
}

ul.sub-menu li {
  margin-bottom: 20px;
  text-align: center;
}

/*
 .menu-item:last-child .sub-menu {
    left: auto;
    right: 0;
    }
*/
.main-navigation ul li:last-child:hover > ul,
.main-navigation ul li:last-child.focus > ul {
  right: 0;
}

.nav-buttons {
  height: 100%;
  margin: 0;
  display: flex;
}
.nav-buttons button {
  height: 100%;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
}
.nav-buttons button a {
  padding: 25px 20px 25px 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: "FontBlack";
}
.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: "FontBlack";
}

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;
}

.mobile-utility-footer {
  display: none;
}

/* laptop styles */
/* Tablet styles */
@media screen and (max-width: 1161px) {
  .main-menu-footer-container {
    margin-left: 25%;
  }
}
/* 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: 600px) {
  .search-top-container, .translate-container {
    display: none;
  }
  .mobile-utility-footer {
    display: block;
    border-top: 4px dotted #D9F2E0;
  }
}
/* Medium/small mobile styles */
@media screen and (max-width: 600px) {
  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;
  }
}
/* 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%;
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: 500px !important;
}

.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 {
  height: 330px;
  margin-bottom: 60px;
}

.entry-header {
  /*margin-bottom: 50px;
  height: 330px;*/
}

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

.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: 400px) {
  .img-with-border svg {
    bottom: -2px;
  }
}
ul.sitemap {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "FontRegular";
}
ul.sitemap ul {
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
}
ul.sitemap ul li {
  text-align: left;
}

.move-up-160m,
.margin-top-n160 {
  margin-top: -160px;
  z-index: 10;
  position: relative;
}

.margin-top-n100 {
  margin-top: -100px;
  z-index: 10;
  position: relative;
}

.wp-block-post-excerpt__excerpt {
  /*margin-bottom: 10px;*/
}

ul.sitemap li h2 {
  font-size: 1.25em;
}
ul.sitemap li ul li a {
  font-family: "FontRegular";
}

/* 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: #015B92;
}
.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: #015B92;
  fill: #015B92;
}

.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: #015B92;
  fill: #015B92;
}

.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 $color__dark-blue;
    border-radius: 3em;
    -webkit-transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
     -moz-transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: background-color .3s ease-in-out,border-color .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;

    svg {
        width: 24px;
        height: 24px;
        color: $color__dark-blue;
        fill: $color__dark-blue;
        }

    &.faq-open {
        border-color: $color__medium-green;
        background-color: $color__medium-green;
        svg {
            fill: #fff;
            }
        }
    }

.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;
   padding: 0;
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;*/
  color: #014A7B;
  margin: 15px 0;
}

.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;
}

.ghostkit-accordion-item {
  border-top: 1px solid #01792f;
}

svg.ghostkit-svg-icon {
  height: 2em;
  width: 2em;
}

.ghostkit-col-content {
  height: 100%;
}

.ghostkit-icon-box {
  background-color: #f4faff;
  border: #f4faff 1px;
  border-radius: 15px;
  padding-top: 45px;
  height: 100%;
  display: block;
  padding-bottom: 0;
}
.ghostkit-icon-box svg path {
  fill: #015b91;
}

ol.is-style-icon li:before,
ul.is-style-icon li:before {
  height: 22px;
  width: 15px;
}

ol.is-style-icon li,
ul.is-style-icon li {
  margin-bottom: 25px;
}

.ghostkit-icon-box-icon-align-top ~ .ghostkit-icon-box-content {
  padding-top: 0px;
}

.ghostkit-toc-title {
  margin-bottom: 20px;
}

/* 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;
}

/* 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;
}
