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

--------------------------------------------------------------*/
/* KM blue from figma/logo */
/* KM blue from figma */
/* KM blue from figma */
/* KM blue from figma */
/* KM blue from figma */
/* KM gray from figma */
@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: 280px;
  text-align: center;
  background-color: #002F5C;
  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, 47, 92, 0.9);
  padding: 40px 45px 40px;
  border-radius: 15px;
  justify-self: center;
  width: 50% !important;
  transition: all 0.5s;
}
.wp-block-cover__inner-container h1 {
  font-size: 2em;
  bottom: unset;
  padding: 0;
  margin: 0 0 10px;
  background-color: transparent;
}
.wp-block-cover__inner-container p {
  padding: 0;
  margin: 0;
  font-size: 1.25em;
}

.ally-post-container h1 {
  font-size: 2.5em;
  color: #3B7090;
  position: relative;
  margin: 0 0 5px 0;
  bottom: unset;
  text-align: left;
  background: unset;
  font-family: "FontBlack";
  padding: 0;
  float: left;
  width: 100%;
}
.ally-post-container h2 {
  font-size: 1.75em;
}
.ally-post-container .entry-meta {
  margin-bottom: 20px;
}

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

h3 {
  font-size: 1.75em;
  font-family: "FontBlack", sans-serif;
  color: #EDF8FF;
  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;
  }
}
@media (max-width: 1280px) {
  .wp-block-cover__inner-container {
    width: 60% !important;
  }
}
@media (max-width: 1060px) {
  .wp-block-cover__inner-container {
    width: 80% !important;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5em;
    bottom: 280px;
    /*width: 80%;*/
  }
  .wp-block-cover__inner-container h1 {
    font-size: 1.75em;
  }
  .wp-block-cover__inner-container p {
    font-size: 1.15em;
  }
}
@media (max-width: 580px) {
  .wp-block-cover__inner-container {
    width: 90% !important;
  }
  .wp-block-cover__inner-container h1 {
    font-size: 1.75em;
  }
}
@media (max-width: 553px) {
  h1 {
    bottom: 280px;
  }
}
@media (max-width: 450px) {
  h1 {
    bottom: 330px;
  }
}
@media (max-width: 400px) {
  .wp-block-cover__inner-container h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 362px) {
  h1 {
    /*width: 85%;*/
  }
}
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";
}

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

@font-face {
  font-family: "FontRegular";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/gillsans/GillSansStd.woff2") format("woff2"), url("/wp-content/themes/AllTerrainWCAG/fonts/gillsans/GillSansStd.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontRegularItalic";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/gillsans/GillSansStd-Italic.woff2") format("woff2"), url("/wp-content/themes/AllTerrainWCAG/fonts/gillsans/GillSansStd-Italic.woff") format("woff");
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: "FontBold";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/gillsans/GillSansStd-Bold.woff2") format("woff2"), url("/wp-content/themes/AllTerrainWCAG/fonts/gillsans/GillSansStd-Bold.woff") format("woff");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "FontBoldItalic";
  src: url("/wp-content/themes/AllTerrainWCAG/fonts/gillsans/GillSansStd-BoldItalic.woff2") format("woff2"), url("/wp-content/themes/AllTerrainWCAG/fonts/gillsans/GillSansStd-BoldItalic.woff") format("woff");
  font-weight: bolder;
  font-style: normal;
}
/*
@font-face {
    font-family: 'FontBlack';
   // font-family: 'UbuntuBold';
    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';
    //font-family: 'UbuntuLight';
    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/TNR/TimesLTStd-Roman.woff") format("woff"), url("/wp-content/themes/AllTerrainWCAG/fonts/TNR/TimesLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Elements
--------------------------------------------- */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

*,
*: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: #002F5C; /*linear-gradient(to right, #002F5C, #3B7090);*/
  display: block;
  display: flex;
  gap: 0;
  justify-content: end;
  align-items: center;
}

.site-mainbar {
  display: flex;
  background-color: #EDF8FF;
  min-height: 95px;
  height: 95px;
}
.site-mainbar .site-branding {
  padding: 6px 0 5px 20px;
  margin: auto;
  height: 95px;
  width: 310px;
  padding: 4px 20px 0px 20px;
  align-content: center;
}
.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;
}

.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;
  }
}
@media screen and (max-width: 500px) {
  .site-topbar {
    justify-content: center;
  }
}
/******** 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: #3B7090;
  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: #fff;
  padding: 0;
  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: #CFE2EE;
  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: #CFE2EE;
}

.third-row {
  margin: auto;
  padding: 20px 20px 10px;
  border-top: 1px solid #CFE2EE;
}

.footer-copyrights,
.footer-utility-links {
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 0.75em;
  line-height: 1.5em;
}
.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: #81A4C2;
}
.footer-copyrights a:focus,
.footer-utility-links a:focus {
  color: #81A4C2;
  outline: 2px dotted #81A4C2;
  outline-offset: 2px;
}
.footer-copyrights ul,
.footer-utility-links ul {
  list-style: none;
  display: flex;
}
.footer-copyrights ul li,
.footer-utility-links ul li {
  display: inline-flex;
  margin: 0 10px;
}

.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: #CFE2EE;
  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: #CFE2EE;
  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: #CFE2EE;
  order: 2;
}
a.footer-pyb-button a:hover,
a.footer-pyb-button a:focus,
a.footer-cu-button a:hover,
a.footer-cu-button a:focus {
  outline: 2px dotted white;
}
a.footer-pyb-button a:hover .circle-arrow .ats-word-box,
a.footer-pyb-button a:focus .circle-arrow .ats-word-box,
a.footer-cu-button a:hover .circle-arrow .ats-word-box,
a.footer-cu-button a:focus .circle-arrow .ats-word-box {
  color: #D9F2E0;
}

a.footer-cu-button .circle-arrow svg .button-circle circle {
  stroke: #CFE2EE;
  fill: transparent;
}
a.footer-cu-button .circle-arrow svg .button-arrow .Path_2037 {
  fill: #CFE2EE;
}
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: #EDF8FF;
}
a.footer-cu-button:hover .ats-word-box {
  border-bottom: 2px dotted white;
}
a.footer-cu-button:focus {
  outline: 2px dotted white;
}

a.footer-pyb-button .circle-arrow svg .button-circle circle {
  stroke: #CFE2EE;
  fill: #CFE2EE;
}
a.footer-pyb-button .circle-arrow svg .button-arrow .Path_2037 {
  fill: #EDF8FF;
}
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;
}
a.footer-pyb-button:hover .ats-word-box {
  border-bottom: 2px dotted white;
}
a.footer-pyb-button:focus {
  outline: 2px dotted white;
}

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

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

@media (max-width: 1070px) {
  .footer-utility-links,
  .footer-copyrights {
    text-align: center;
    justify-content: center;
  }
}
@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: 0px !important;
    padding-top: 10px !important;
  }
  .footer-paybill-button {
    float: unset !important;
  }
  .footer-utility-links {
    padding-bottom: 20px;
    margin: auto;
  }
  .footer-copyrights {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* portrait phones */
  .third-row {
    padding: 15px 0 20px 0;
  }
}
/******** END NEW FOOTER */
@media only screen and (max-width: 553px) {
  .site-mainbar {
    flex-wrap: wrap;
  }
  .main-navigation.is-ready {
    background: #eef9ff;
  }
  .site-mainbar .site-branding {
    margin: 2px auto 2px;
  }
  .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;
    margin-left: 10px;
  }
  .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;
  }
  .footer-copyrights {
    flex-wrap: wrap;
  }
}
.aligncenter .ghostkit-icon-inner {
  margin: auto;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

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;
  }
}
.ally-table {
  border-collapse: collapse;
}
.ally-table td {
  padding: 5px 7px;
}
.ally-table td ul, .ally-table td ol {
  margin: 0;
  padding: 0 0 0 19px;
}
.ally-table td ul li, .ally-table td ol li {
  margin: 10px 0;
}

/* Wrap overflow only below 550px */
@media (max-width: 580px) {
  .wp-block-table {
    display: block; /* forces scroll behavior */
    overflow-x: auto !important; /* ensure the browser shows scroll */
    -webkit-overflow-scrolling: touch; /* smooth on iOS */
  }
  .wp-block-table table,
  .wp-block-table.has-fixed-layout {
    min-width: 465px; /* make it wider than screen */
    width: max-content; /* let table be as wide as needed */
  }
  .wp-block-table::-webkit-scrollbar {
    height: 8px; /* show scrollbar nicely */
  }
  .wp-block-table::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 4px;
  }
}
/* @import "elements/search-donotuse"; */
/* Links
--------------------------------------------- */
a {
  color: #014a7b;
}
a:visited {
  color: #014a7b;
}
a:hover, a:focus, a:active {
  color: #1C7522;
}
a:focus {
  outline: 2px dotted #B24800;
  outline-offset: 2px;
  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: #014a7b;
  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: #014a7b;
  fill: transparent;
  transition: all 0.3s ease;
}

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

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

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

.AllTerrainWCAG-button:hover span {
  color: #1C7522;
}

/* End Custom Button */
.conserve-button {
  background-color: #1C7522;
  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: #1C7522;
  color: #E3FEEC !important;
  transition: all 0.25s ease-in-out;
}
.conserve-button:visited, .conserve-button:active {
  background-color: #1C7522;
  color: #E3FEEC !important;
  transition: all 0.25s ease-in-out;
}
.conserve-button:hover {
  color: #1C7522 !important;
  background-color: #D9F2E0;
  transition: all 0.25s ease-in-out;
}
.conserve-button:hover a {
  color: #1C7522 !important;
  transition: all 0.25s ease-in-out;
}
.conserve-button:focus {
  outline: 2px dotted white;
  outline-offset: -3px;
}

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

.conserve-button:hover::before {
  background-image: url("/wp-content/themes/AllTerrainWCAG/images/leaves.svg");
  transform: scale(1.1) rotate(360deg);
}

/*
.conserve-button::after {
    content: '';
    display: inline-block;
    width: 38px;
    height: 35px; //leave at 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: #3B7090;
  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: #EDF8FF;
  color: #fff !important;
}
.pay-your-bill-button:visited, .pay-your-bill-button:active {
  background-color: #EDF8FF;
  color: #fff !important;
}
.pay-your-bill-button:hover {
  color: #1C7522 !important;
  background-color: #D9F2E0;
}
.pay-your-bill-button:hover a {
  color: #1C7522 !important;
}
.pay-your-bill-button:focus {
  outline: 2px dotted white;
  outline-offset: -3px;
}

.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 only screen and (max-width: 485px) {
  .pay-your-bill-button {
    padding-left: 20px;
  }
  .pay-your-bill-button:before {
    display: none;
  }
  .conserve-button {
    padding-left: 20px;
  }
  .conserve-button::before {
    display: none;
  }
}
@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;
}
ul.topbar-menu li a {
  color: #fff;
}
ul.topbar-menu li a:hover, ul.topbar-menu li a:focus {
  color: #fff;
  outline: 2px dotted #fff;
  outline-offset: 2px;
}

.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: space-between;
}

.site-mainbar,
.main-navigation,
.menu {
  min-height: 95px;
  height: 95px;
}

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) {
  .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;
  }
}
@media screen and (max-width: 500px) {
  ul.topbar-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.topbar-menu li {
    padding: 8px 15px 12px;
    text-align: center;
    margin: 0;
  }
  .topbar-menu {
    display: block;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.ally-post-container {
  margin: 70px 0 80px;
}
.ally-post-container .post-thumbnail {
  margin: 0 0 30px;
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  max-height: 450px;
}
.ally-post-container .post-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
}

.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: 530px;
  align-items: baseline;
  padding-top: 30px;
  transition: all 0.5s;
}

.wp-block-cover.ally-special-header {
  /*min-height: 370px;*/
  min-height: 590px;
  padding-top: 50px;
}

@media (max-width: 900px) {
  .wp-block-cover,
  .wp-block-cover-image {
    min-height: 570px;
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .wp-block-cover.ally-special-header {
    min-height: 560px;
    padding-top: 50px;
  }
}
@media (max-width: 700px) {
  .wp-block-cover, .wp-block-cover-image {
    min-height: 600px;
  }
}
@media (max-width: 645px) {
  .wp-block-cover, .wp-block-cover-image {
    min-height: 680px;
  }
}
@media (max-width: 553px) {
  .wp-block-cover.ally-special-header {
    min-height: 540px;
    padding-top: 110px;
  }
}
@media (max-width: 430px) {
  .wp-block-cover, .wp-block-cover-image {
    min-height: 1000px;
    padding-top: 100px;
  }
  .wp-block-cover.ally-special-header {
    min-height: 770px;
    padding-top: 110px;
  }
}
@media (max-width: 340px) {
  .wp-block-cover.ally-special-header {
    min-height: 590px;
    padding-top: 100px;
  }
}
.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;
}

@media (max-width: 553px) {
  .page-template-default .entry-header {
    height: 370px;
  }
}
@media (max-width: 450px) {
  .page-template-default .entry-header {
    height: 420px;
  }
}
.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;
}

@media (max-width: 553px) {
  .img-with-border {
    height: 370px;
  }
  .img-with-border .post-thumbnail {
    height: 370px;
  }
  .img-with-border img {
    min-height: 370px;
    max-height: 370px;
  }
}
@media (max-width: 450px) {
  .img-with-border {
    height: 420px;
  }
  .img-with-border .post-thumbnail {
    height: 420px;
  }
  .img-with-border img {
    min-height: 420px;
    max-height: 420px;
  }
}
.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";
}

/* newsletter navigation */
.post-nav {
  background: linear-gradient(180deg, rgb(244, 250, 255) 0%, rgb(255, 255, 255) 100%);
}

.post-nav-col {
  padding: 20px 0 0;
}

.left-nav-box {
  padding: 0px 50px 5px;
  width: 50%;
  text-align: right;
  border-right: 1px solid #c9e6ff;
  margin: 20px 0 90px;
}
.left-nav-box a {
  text-decoration: none;
}

.right-nav-box {
  padding: 0px 0 40px 50px;
  text-align: left;
  width: 50%;
  margin-top: 20px;
}
.right-nav-box a {
  text-decoration: none;
}

span.nav-subtitle {
  font-size: 0.65em;
  text-transform: uppercase;
  vertical-align: middle;
}

.nav-title {
  font-size: 1.15em;
}

.ats-arrow-svg {
  display: inline-block;
  left: 0px;
  position: relative;
  transition: all 300ms ease-out;
  transform: scale(0.45);
}
.ats-arrow-svg svg path {
  fill: #014a7b;
}

.next-nav-group:hover .post-next-nav .ats-arrow-svg,
a:hover .next-nav-group .post-next-nav .ats-arrow-svg,
a:focus .next-nav-group .post-next-nav .ats-arrow-svg {
  left: 10px;
}
.next-nav-group:hover .post-next-nav .ats-arrow-svg svg #button-long-arrow-green-next, .next-nav-group:hover .post-next-nav .ats-arrow-svg svg path,
a:hover .next-nav-group .post-next-nav .ats-arrow-svg svg #button-long-arrow-green-next,
a:hover .next-nav-group .post-next-nav .ats-arrow-svg svg path,
a:focus .next-nav-group .post-next-nav .ats-arrow-svg svg #button-long-arrow-green-next,
a:focus .next-nav-group .post-next-nav .ats-arrow-svg svg path {
  fill: #1C7522;
}

.post-next-nav {
  display: flex;
  align-items: center;
  justify-content: end;
}

.post-prev-nav {
  display: flex;
  align-items: center;
  justify-content: start;
}

.post-prev-nav .ats-arrow-svg {
  transform: scale(0.45) rotate(180deg);
}

.post-prev-title, .post-next-title {
  /* border-bottom: 1px solid $color__link;*/
}

.left-nav-box a:hover .post-prev-title,
.right-nav-box a:hover .post-next-title {
  border-bottom: 1px solid #1C7522;
}

.prev-nav-group:hover .post-prev-nav .ats-arrow-svg,
.prev-nav-group:focus .post-prev-nav .ats-arrow-svg,
a:hover .prev-nav-group .post-prev-nav .ats-arrow-svg,
a:focus .prev-nav-group .post-prev-nav .ats-arrow-svg {
  left: -10px;
}
.prev-nav-group:hover .post-prev-nav .ats-arrow-svg svg #button-long-arrow-green-previous, .prev-nav-group:hover .post-prev-nav .ats-arrow-svg svg path,
.prev-nav-group:focus .post-prev-nav .ats-arrow-svg svg #button-long-arrow-green-previous,
.prev-nav-group:focus .post-prev-nav .ats-arrow-svg svg path,
a:hover .prev-nav-group .post-prev-nav .ats-arrow-svg svg #button-long-arrow-green-previous,
a:hover .prev-nav-group .post-prev-nav .ats-arrow-svg svg path,
a:focus .prev-nav-group .post-prev-nav .ats-arrow-svg svg #button-long-arrow-green-previous,
a:focus .prev-nav-group .post-prev-nav .ats-arrow-svg svg path {
  fill: #1C7522;
}

.postshapedivider {
  display: block;
  overflow: hidden;
  margin-bottom: -20px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  background-color: #ECFEF1;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  text-decoration: none;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  text-decoration: none;
}

/* 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: #3B7091;
}
.AllTerrainWCAG-timeline p {
  margin-top: 0;
}

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

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

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

.next:hover #go-forward #forward-circle {
  stroke: #3B7091;
  fill: #3B7091;
}

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

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

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

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

.prev:hover #go-backwards #back-circle {
  stroke: #3B7091;
  fill: #3B7091;
}

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

.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: #EDF8FF;
  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;
}
