/*!
Theme Name: CMWC
Theme URI: http://underscores.me/
Author: All Terrain Studios
Author URI: http://allterrainstudios.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cmwc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

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

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

h1 {
  font-size: 3.25em;
  font-family: UbuntuBold;
  color: #fff;
  position: absolute;
  z-index: 2;
  margin-left: 80px;
  bottom: 5px;
  padding-right: 30%;
}
h1.hero-title {
  font-size: 4em;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: -70px;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
  padding-right: 0%;
}

h2 {
  font-size: 2em;
  font-family: "UbuntuBold", sans-serif;
  line-height: 1.2em;
  margin: 0 0 50px 0;
  margin: 0;
  display: block;
  color: #005194;
}

h3 {
  font-size: 1.5em;
  font-family: "UbuntuBold", sans-serif;
  color: #2C7BA1;
  margin: 15px 0 20px;
  line-height: 1.35em;
}

h4 {
  font-size: 1.25em;
  font-family: "UbuntuBold", sans-serif;
}

.error-404 .page-header h1 {
  padding-right: 0%;
  padding-top: 40px;
}

.tagline-format {
  font-family: Satisfy;
  font-size: 1.5em;
  font-weight: 100;
  color: #A1D6E2;
  margin-bottom: 15px;
}

.cmwc-outlined {
  font-size: 5.25em;
  display: block;
  color: transparent;
  -webkit-text-stroke: 0.75px #214E7B;
  text-stroke: 1px #214E7B;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 0.85em;
  font-family: "UbuntuBold", sans-serif;
  text-transform: uppercase;
}

.conservation-tip-header {
  background-color: #2C7BA1;
  color: #fff;
  padding: 20px;
  display: table;
  border-radius: 20px;
  margin: -70px auto 50px;
}

.homepage-h2 {
  font-size: 2.5em;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 3.25em;
    font-family: UbuntuBold;
    color: #fff;
    position: absolute;
    z-index: 2;
    margin-left: 80px;
    bottom: 5px;
    /*padding-right: 50%;*/
    padding-right: 10%;
  }
  h1.hero-title {
    font-size: 3.5em;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 50px;
    padding-right: 0%;
  }
  .cmwc-outlined {
    font-size: 3.75em;
  }
  .homepage-h2 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 1080px) {
  h1 {
    font-size: 3.25em;
    font-family: UbuntuBold;
    color: #fff;
    position: absolute;
    z-index: 2;
    margin-left: 80px;
    bottom: 5px;
  }
  h1.hero-title {
    font-size: 3em;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    padding-right: 0%;
  }
  .homepage-h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    padding-right: 10%;
  }
  h1.hero-title {
    padding-right: 0%;
  }
  .homepage-h2 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 860px) {
  .homepage-h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 810px) {
  h1.hero-title {
    top: -40px;
    margin-left: 10%;
    padding-right: 0%;
  }
  .cmwc-outlined {
    font-size: 3em;
  }
}
@media screen and (max-width: 800px) {
  h1 {
    margin-left: 40px;
    margin-right: 0px;
    font-size: 2.5em;
  }
  h1.hero-title {
    padding-right: 0%;
  }
  h2 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  .homepage-h2 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 550px) {
  .cmwc-outlined {
    font-size: 2.95em;
    line-height: 1em;
  }
  h1 {
    margin-left: 20px;
    font-size: 2.25em;
    padding-right: 1%;
  }
  h1.hero-title {
    font-size: 2em;
    padding-right: 0%;
  }
}
@media screen and (max-width: 420px) {
  .cmwc-outlined {
    font-size: 2em;
    line-height: 1em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    line-height: 1.25em;
  }
  .homepage-h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 412px) {
  h1.hero-title {
    top: -40px;
    margin-left: 0;
    font-size: 1.85em;
    padding-right: 0%;
  }
  h1 {
    font-size: 2em;
  }
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

.accent-font {
  font-family: "AccentFont";
}

.callout-copy {
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: "UbuntuBold";
}

@media only screen and (max-width: 767px) {
  .callout-copy {
    font-size: 1em;
  }
}
@font-face {
  font-family: "Ubuntu";
  src: url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-regular-webfont.eot");
  src: url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-regular-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-regular-webfont.woff") format("woff"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-regular-webfont.ttf") format("truetype"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UbuntuLight";
  src: url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-light-webfont.eot");
  src: url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-light-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-light-webfont.woff") format("woff"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-light-webfont.ttf") format("truetype"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UbuntuItalic";
  src: url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-italic-webfont.eot");
  src: url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-italic-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-italic-webfont.woff") format("woff"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-italic-webfont.ttf") format("truetype"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-italic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UbuntuBold";
  src: url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-bold-webfont.eot");
  src: url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-bold-webfont.eot") format("embedded-opentype"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-bold-webfont.woff") format("woff"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-bold-webfont.ttf") format("truetype"), url("/wp-content/themes/cmwc/fonts/Ubuntu/ubuntu-bold-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AccentFont";
  src: url("/wp-content/themes/cmwc/fonts/Satisfy/Satisfy-Regular.woff") format("woff"), url("/wp-content/themes/cmwc/fonts/Satisfy/Satisfy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Elements
--------------------------------------------- */
html, body {
  height: 100%; /* Make sure the html and body elements take up the full height */
  margin: 0;
}

body {
  background: #fff;
  display: flex; /* Use Flexbox */
  flex-direction: column; /* Stack elements vertically */
  min-height: 100vh; /* Minimum height of the viewport */
  margin: 0;
}

.post, .page {
  margin: 0;
}

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

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

.site-header {
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  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, #005194, #2C7BA1);
  display: block;
  display: flex;
  gap: 0;
  justify-content: end;
  align-items: center;
  height: 45px;
}
.site-topbar a:hover, .site-topbar a:focus {
  outline: 2px dotted #fff;
  outline-offset: 2px;
}

.site-mainbar {
  display: flex;
  height: 66.4px;
  /*
  height: 65px;
  align-items: center;
  justify-content: space-between;
   */
}
.site-mainbar .site-branding {
  margin-top: -25px;
  height: 90px;
}
.site-mainbar .site-branding .custom-logo-link {
  height: 100%;
}
.site-mainbar .site-branding .custom-logo-link img {
  height: 100%;
}

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

.site-footer a {
  transition: all 0.3s ease-in;
}
.site-footer a:focus {
  outline-color: #fff;
  color: #fff;
}
.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;
}

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

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

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

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

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

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

/************ 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 */
@media screen and (max-width: 500px) {
  .cmwc-bg-none {
    padding-top: 20px;
  }
  .cmwc-bg-one {
    padding-top: 20px;
  }
  .cmwc-bg-two {
    padding-top: 20px;
  }
  .cmwc-bg-three {
    padding-top: 20px;
  }
  .cmwc-bg-four {
    padding-top: 20px;
  }
  .cmwc-bg-five {
    padding-top: 20px;
  }
}
/******** 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: "UbuntuLight";
  font-size: 0.6em;
  line-height: 0.5em;
}

.footer-top-title {
  color: #fff;
  padding: 0;
  margin: -5px 0;
  font-family: "UbuntuBold";
  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: "UbuntuLight";
}

.footer-bottom {
  background-color: #0E2237;
  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: #D3EDFD;
  font-family: UbuntuBold;
  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: "UbuntuLight";
}

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

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

.third-row {
  margin: auto;
  padding: 100px 0 10px 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-copyrights,
.footer-utility-links {
  margin: 0;
  padding: 0;
  color: #81A4C2;
  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: #fff;
}

.footer-utility-links {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer-utility-links ul {
  list-style: none;
  padding-left: 0 !important;
}
.footer-utility-links ul li {
  display: inline-block;
  margin-right: 30px;
}

.footer-copyrights {
  text-align: right;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a.footer-pyb-button,
a.footer-cu-button {
  background: unset;
  border: unset;
  padding: 0;
  text-decoration: none;
  color: #D3EDFD;
  font-family: "UbuntuLight";
  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: #D3EDFD;
  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: #D3EDFD;
  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-cu-button .circle-arrow svg .button-circle circle {
  stroke: #D3EDFD;
  fill: transparent;
}
a.footer-cu-button .circle-arrow svg .button-arrow .Path_2037 {
  fill: #D3EDFD;
}
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: #005194;
}

a.footer-pyb-button .circle-arrow svg .button-circle circle {
  stroke: #D3EDFD;
  fill: #D3EDFD;
}
a.footer-pyb-button .circle-arrow svg .button-arrow .Path_2037 {
  fill: #005194;
}
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: #D3EDFD;
  transition: all 0.5s;
}
.footer-email a {
  color: #D3EDFD;
  transition: top 0.5s;
}
.footer-email a:hover {
  color: #fff;
}

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

@media only screen and (max-width: 1200px) {
  .footer-top-quote {
    padding-left: 55px;
  }
}
@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 (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 {
    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: -30px;
  }
  site-mainbar .site-branding .custom-logo-link img {
    max-width: unset;
    margin-left: -50px;
  }
  .footer-utility-links ul {
    padding: 0;
  }
  .footer-utility-links ul li {
    margin: 0 10px;
  }
  .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;
  }
  .footer-top-quote {
    font-size: 1em;
  }
}
.site.short-screen .site-header {
  position: relative;
}

.site.short-screen .site-main {
  margin-top: 0px;
}

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}
ul.sitemap {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ol {
  list-style: decimal;
  padding-left: 20px;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.icons-flush-top div div div .ghostkit-icon-box .ghostkit-icon-box-icon {
  align-self: start;
}
.icons-flush-top div div div .ghostkit-icon-box .ghostkit-icon-box-content {
  align-self: start;
}

.ghostkit-icon-box {
  border: unset;
  margin-bottom: 0;
}
.ghostkit-icon-box .ghostkit-icon-box-icon {
  align-self: center;
}
.ghostkit-icon-box .ghostkit-icon-box-content {
  align-self: center;
}
.ghostkit-icon-box .ghostkit-icon-box-content p {
  margin: 0;
}

.icon-box-arrow {
  margin-bottom: 0 !important;
}

.sec-icon-link,
.cip-icon-link,
.pba-icon-link,
.pyb-icon-link {
  cursor: pointer;
}

.sec-icon-link .icon-box-arrow,
.cip-icon-link .icon-box-arrow,
.pba-icon-link .icon-box-arrow,
.pyb-icon-link .icon-box-arrow {
  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
}

.sec-icon-link:hover .icon-box-arrow,
.cip-icon-link:hover .icon-box-arrow,
.pba-icon-link:hover .icon-box-arrow,
.pyb-icon-link:hover .icon-box-arrow {
  transform: translateX(10px);
}

.homepage-icon-box div div div .ghostkit-icon-box {
  padding-left: 10px;
  padding-right: 10px;
}
.homepage-icon-box div div div .ghostkit-icon-box .ghostkit-icon-box-content {
  padding-left: 15px;
}

.ghostkit-icon-box div div div svg {
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
}

.ghostkit-icon-box:hover div div div svg {
  transform: translateX(15px);
}

.ghostkit-accordion-item:focus-within button,
.wp-block-atb-animated-card:focus-within {
  outline: 3px dotted #BD5300;
  outline-offset: 2px;
}

@media screen and (max-width: 400px) {
  .ghostkit-icon-box {
    display: block;
    padding: 0 0 30px 0;
  }
  .ghostkit-icon-box .ghostkit-icon-box-content {
    margin-top: 10px;
  }
  .ghostkit-icon-box .ghostkit-icon-box-icon {
    margin-left: 20px;
    margin-top: 20px;
  }
}
/* 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,
.water-drop-ul div div div img,
.water-drop-ul div div {
  border-radius: 0 100px 100px 100px;
  border: 1px solid white;
}

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

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

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

.water-drop-ur-lr img {
  border-radius: 0 100px 100px 0;
}

.water-drop-ul-ll img {
  border-radius: 100px 0 0 100px;
}

.water-drop-all img {
  border-radius: 50px;
  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;
}

.ats-flip-bg div div div img {
  transform: scaleX(-1);
}

#syc #Group_765 {
  transform: translateY(20px);
  transition: all 0.3s ease-in;
}

#syc:hover #Group_765 {
  transform: translateY(0px);
}

#cip #Group_767 {
  transform: scale(1) translate(0px, 0px);
  transition: all 1s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
}

#cip:hover #Group_767 {
  transform: scale(3) translate(-36px, -26px);
}

#pba #Group_765 {
  transform: translate(0px, 0px) rotateZ(0deg);
  transition: all 0.3s ease-in;
}

#pba:hover #Group_765 {
  transform: translate(-17px, -20px) rotateZ(7deg);
}

#pba #Rectangle_403 {
  fill: #80B8DD;
  transition: all 0.3s ease-in;
}

#pba:hover #Rectangle_403 {
  fill: #12466D;
}

#pba #Path_4236 {
  fill: #FFF;
  transition: all 0.3s ease-in;
  opacity: 1;
  transform: scale(0.75) translate(106px, 134px);
}

#pba:hover #Path_4236 {
  fill: #11AF4B;
  opacity: 0;
}

#pba #Path_4234 {
  fill: #11AF4B;
  transition: all 0.3s ease-in;
  opacity: 0;
}

#pba:hover #Path_4234 {
  fill: #FFF;
  opacity: 1;
}

#pba #Group_774 {
  transform: translate(-40px, 5px);
}

#pyb #Group_770 {
  transform: translate(0px, 0px) rotateZ(0deg);
  transition: all 0.3s ease-in;
}

#pyb:hover #Group_770 {
  transform: translate(-17px, -20px) rotateZ(7deg);
}

#syc:focus-within,
#cip:focus-within,
#pba:focus-within,
#pyb:focus-within {
  outline: 2px dotted #fff;
}
#syc:focus-within a:focus,
#cip:focus-within a:focus,
#pba:focus-within a:focus,
#pyb:focus-within a:focus {
  outline: unset;
}

@media only screen and (max-width: 768px) {
  .water-drop-ul img,
  .water-drop-ul div div div img,
  .water-drop-ul div div {
    border-radius: 0 50px 50px 50px;
    border: 1px solid white;
  }
  .water-drop-ur img,
  .water-drop-ur div div div img,
  .water-drop-ur div div {
    border-radius: 50px 0 50px 50px;
    border: 1px solid white;
  }
  .water-drop-lr img,
  .water-drop-lr div div div img,
  .water-drop-lr div div {
    border-radius: 50px 50px 0 50px;
    border: 1px solid white;
  }
  .water-drop-ll img,
  .water-drop-ll div div div img,
  .water-drop-ll div div {
    border-radius: 50px 50px 50px 0;
    border: 1px solid white;
  }
  .water-drop-ul-ll img {
    border-radius: 50px 0 0 50px;
  }
  .water-drop-ur-lr img {
    border-radius: 0 50px 50px 0;
  }
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

table tr:nth-child(even) {
  background-color: #f5fbfb;
}

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

table thead tr {
  background-color: #2C7BA1 !important;
}
table thead tr th {
  color: #fff;
}

.ghostkit-tabs .ghostkit-tabs-buttons-item {
  margin: 0 7px 7px 0;
  padding: 15px 20px;
  border: 1px solid #ACCBDB;
  opacity: 1;
  color: #005194;
  background-color: rgba(233, 248, 255, 0.3607843137);
  line-height: 1.2em;
  border-radius: 5px 5px 0 0;
}

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

.ghostkit-tabs .ghostkit-tabs-buttons {
  margin-bottom: 0;
}

.ghostkit-tabs .ghostkit-tabs-content {
  padding: 20px 40px 40px 40px;
  border: 1px solid #5B98B7;
  border-radius: 5px;
  background-color: #fff;
}

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
  flex: 0 0 70%;
  max-width: 70%;
  border: 1px solid #5B98B7;
  border-radius: 0 5px 5px 5px;
  background-color: #fff;
}

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons {
  border-bottom: unset !important;
}

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
  margin: 0 7px 10px 0;
  padding: 20px;
  border: 1px solid #ACCBDB;
  opacity: 1;
  color: #005194;
  background-color: rgba(233, 248, 255, 0.3607843137);
  line-height: 1.2em;
  border-radius: 5px 0 0 5px;
}

.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;
  color: #005194;
  font-weight: bolder;
}

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item:focus,
.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item:hover,
.ghostkit-tabs .ghostkit-tabs-buttons-item:focus,
.ghostkit-tabs .ghostkit-tabs-buttons-item:hover {
  opacity: 1;
  background-color: #D9F2E0;
}

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active:focus,
.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active:hover,
.ghostkit-tabs .ghostkit-tabs-buttons-item-active:focus,
.ghostkit-tabs .ghostkit-tabs-buttons-item-active:hover {
  opacity: 1;
  background-color: #fff;
}

.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item:focus,
.ghostkit-tabs .ghostkit-tabs-buttons-item:focus,
.ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active:focus,
.ghostkit-tabs .ghostkit-tabs-buttons-item-active:focus,
.ghostkit-tab:focus {
  outline: 2px dotted #BD5300;
}

.tap-table table {
  overflow-x: auto;
  min-width: 695px;
}
.tap-table table thead {
  font-size: 0.85em;
}

@media screen and (max-width: 767px) {
  .ghostkit-tabs .ghostkit-tabs-buttons-item-active {
    border-bottom: 1px solid #5B98B7;
    margin-bottom: 10px;
  }
  .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active {
    margin-right: 0;
  }
  .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
    border-radius: 5px;
    text-align: left;
    width: 100%;
    margin-right: 0;
    margin-left: 20px;
    transition: all 0.3s;
  }
  .ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ghostkit-tabs .ghostkit-tabs-content {
    padding: 10px 20px 15px 25px;
  }
  .ghostkit-tabs .ghostkit-tabs-buttons-item {
    border-radius: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
    flex: unset;
  }
}
@media screen and (max-width: 810px) {
  .make-small figure img {
    width: 75% !important;
  }
}
@media screen and (max-width: 500px) {
  .ghostkit-tabs-buttons-align-start {
    justify-content: center;
  }
  .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item-active {
    border-right: 1px solid #5B98B7;
    margin-left: 0 !important;
  }
  .ghostkit-tabs-buttons-vertical .ghostkit-tabs-buttons-item {
    border-radius: 5px;
  }
  .ghostkit-tabs-buttons-vertical .ghostkit-tabs-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ghostkit-tabs .ghostkit-tabs-content {
    padding: 15px 15px 10px 20px;
  }
  .make-small {
    width: 75%;
  }
}
/*
 .g1-searchbox #searchform {
    margin-bottom: 0;
    padding: 10px 0;
    display: none;
    position: absolute;
    }

.g1-searchbox__switch .g1-searchbox__arrow {
  width: 0;
  height: 0;
  margin-top: -12px;
  display: none;
  position: absolute;
  left: 10px;
  top: 100%;
  content: "";
  border-style: solid;
  border-width: 6px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}

.cssanimations .g1-searchbox .g1-searchbox__arrow, .cssanimations .g1-searchbox #searchform, .g1-searchbox #searchform {
  visibility: hidden;
}

.cssanimations .g1-searchbox .g1-searchbox__switch strong::after, .g1-searchbox .g1-searchbox__switch strong::after {
  display: block;
  opacity: 0;
  -moz-transition: opacity .175s ease-in-out;
  -o-transition: opacity .175s ease-in-out;
  -webkit-transition: opacity .175s ease-in-out;
  transition: opacity .175s ease-in-out;
}

.g1-searchbox, .gtranslate_wrapper {
    height: 100%;
    margin: 0;
    padding: 0;
    }

.g1-searchbox {
    margin: 0 0 0 10px;
    }

.g1-searchbox__switch {
    width: 100%;
    }

.g1-searchbox__switch strong::after {
  display: none;
  //content: "\f00d";
  //font-family: FontAwesome;
  background-image: url('/wp-content/uploads/2024/06/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
}


.g1-searchbox__switch strong::after {
  position: absolute;
  left: 30%;
  //text-align: left;
  //font-family: FontAwesome;
  //font-size: 19px;
  background-image: url('/wp-content/uploads/2024/06/search.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.g1-searchbox__switch strong::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('/wp-content/uploads/2024/06/search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    transition: filter 0.3s;
    filter: hue-rotate(0deg);
    }

.g1-searchbox__switch:hover strong::before {
    filter: hue-rotate(250deg);
    }

.cssanimations .g1-searchbox .g1-searchbox__switch strong::before, .g1-searchbox .g1-searchbox__switch strong::before {
  display: block;
  opacity: 1;
  -moz-transition: opacity .175s ease-in-out .175s;
  -o-transition: opacity .175s ease-in-out .175s;
  -webkit-transition: opacity .175s ease-in-out;
  -webkit-transition-delay: .175s;
  transition: opacity .175s ease-in-out .175s;
}

.g1-searchbox__switch strong {
  height: 100%;
  display: block;
  position: relative;
  font-weight: 400;
}

.g1-searchbox #searchform, #searchform {
    background-color: $color__darkest-blue;
    z-index: 2000;
    top: 0px;
    border-bottom: solid 1px $color__light-green;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    }

.cssanimations .g1-searchbox .g1-searchbox__arrow, .cssanimations .g1-searchbox #searchform, form#searchform {
  display: block;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate(0px,40px);
  -ms-transform: translate(0px,40px);
  -webkit-transform: translate(0px,40px);
  transform: translate(0px,40px);
  -moz-transition: visibility 0s .35s,opacity .35s ease-in-out,-moz-transform .35s ease-in-out;
  -o-transition: visibility 0s .35s,opacity .35s ease-in-out,-o-transform .35s ease-in-out;
  -webkit-transition: visibility 0s,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  -webkit-transition-delay: .35s,0s,0s;
  transition: visibility 0s .35s,opacity .35s ease-in-out,transform .35s ease-in-out;
}

.cssanimations .g1-searchbox--on .g1-searchbox__arrow, .cssanimations .g1-searchbox--on #searchform, .g1-searchbox--on #searchform {
  display: block;
  visibility: visible;
  opacity: 1;
  -moz-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  -webkit-transform: translate(0px,0px);
  transform: translate(0px,0px);
  -moz-transition: opacity .35s ease-in-out,-moz-transform .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out,-o-transform .35s ease-in-out;
  -webkit-transition: opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
  transition: opacity .35s ease-in-out,transform .35s ease-in-out;
}

.g1-searchbox--standard #searchform {
    margin-top: -1px;
    margin-left: auto;
    right: 0;
    }

#searchform {
    //max-width: 322px;
    margin-bottom: 1.5em;
    clear: both;
    position: relative;
    }

.g1-searchbox--standard #searchform .g1-outer {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 2.5%;
}


#searchform .g1-outer, #searchform .g1-inner {
    position: relative;
    }

.g1-searchbox--wide-narrow #searchform .g1-inner, .g1-searchbox--semi-narrow #searchform .g1-inner, .g1-searchbox--standard-narrow #searchform .g1-inner {
    max-width: 85%;
    }

.g1-searchbox--standard #searchform .g1-inner {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    }

#searchform .g1-outer, #searchform .g1-inner {
    position: relative;
    }

.g1-searchbox--standard #s {
    padding: 8px 20px;
    font-size: 36px;
    border-width: 2px;
    }

.g1-searchbox--standard #searchform .g1-form-actions::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2024/06/search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    transition: filter 0.3s;
    filter: hue-rotate(0deg);
    margin-top: -20px;
    }

.g1-searchbox--standard #searchform .g1-form-actions:hover::before {
    filter: hue-rotate(250deg);
    }

#searchform .g1-form-actions::before {
    width: 100%;
    height: 14px;
    margin-top: -7px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    text-align: center;
    content: "";
    -webkit-font-smoothing: antialiased;
    background-image: url('/wp-content/uploads/2024/06/search.svg');
    background-size: contain;
    background-repeat: no-repeat;
    }

.g1-searchbox--standard #searchform .g1-form-actions {
    width: 60px;
    }

#searchform .g1-form-actions {
    width: 30px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    }

#searchsubmit {
  width: 100%;
  height: 100%;
  border-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  background: 0 0;
}

input::placeholder, textarea::placeholder {
    color: $color__light-blue;
    opacity: 1;
    font-family: Avenir;
    }

.g1-searchbox input {
    font-family: Avenir;
    font-weight: 700;
    }

.g1-searchbox #s {
    border-color: #fff;
    color: #fff;
    }

.g1-header .g1-searchbox #s {
    color: #fff;
    }

.g1-searchbox--standard #s {
    padding: 8px 20px;
    font-size: 36px;
    border-width: 2px;
    }

.g1-searchbox #s {
    background-color: transparent;
    }

#s {
    width: 100%;
    padding-right: 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 0;
    padding: 0;
    }

.close-search {
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/uploads/2024/06/close.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    right: 20px;
    position: fixed;
    top: 16px;
    cursor: pointer;
    filter: hue-rotate(0deg);
    }

.close-search:hover {
    filter: hue-rotate(250deg);
    }

.sr-only {
    visibility: hidden;
    }

@media screen and (max-width: 1024px) {
    .g1-searchbox, .gtranslate_wrapper {
        }
    .g1-searchbox__switch strong::before {
        top: 0;
        position: absolute;
        margin: 0 14px;
        }
    }

/* Large mobile styles
@media screen and (max-width: 768px) {
    .close-search {
        right: 20px;
        }
    }

/* Medium/small mobile styles
@media screen and (max-width: 600px) {
    .g1-searchbox--standard #searchform {
        display: block;
        top: 50px;
        position: absolute;
        width: 100%;
        margin: 0;
        padding: 0px;
        transition: all 0.25s ease-in-out;
        overflow-y: auto;
        height: calc(100vh - 50px);
        position: fixed;
        }
    .close-search {
        right: 45px;
        top: 145px;
        }
    .g1-searchbox--standard #searchform .g1-inner {
        width: 90%;
        }
    .g1-searchbox--wide-narrow #searchform .g1-inner, .g1-searchbox--semi-narrow #searchform .g1-inner, .g1-searchbox--standard-narrow #searchform .g1-inner {
        max-width: 90%;
        }
    }
*/
.search-results h1,
.error404 h1 {
  color: #005194;
  position: relative;
  margin-left: 0;
  bottom: 0;
}
.search-results article,
.error404 article {
  margin: 40px 0;
}

.error-404 {
  margin-bottom: 50px;
  text-align: center;
}

/* Links
--------------------------------------------- */
a {
  color: #005194;
}
a:visited {
  color: #005194;
}
a:hover, a:focus, a:active {
  color: #167E32;
  z-index: 2;
}
a:focus {
  z-index: 2;
  outline: 2px dotted #BD5300; /* was #C35300 $color__focus */
  outline-offset: 1px;
}
a:hover, a:active {
  outline: 0;
}

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

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

/* Begin Custom Button */
.cmwc-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 */
.cmwc-button .button-circle circle {
  stroke: #005194;
  fill: transparent;
  transition: all 0.3s ease;
}

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

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

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

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

/* End Custom Button */
.ats-center-button {
  text-align: center;
}

div.button-content {
  display: inline-flex;
  margin: 0 20px 0 -3px;
}

.make-100 {
  width: 100%;
}

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

a.conserve-button {
  background-color: #016F44;
  color: #E3FEEC !important;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  padding: 20px 18px 20px 20px;
  color: #E3FEEC !important;
  text-decoration: none;
}
a.conserve-button:active {
  background-color: #D9F2E0;
  color: #E3FEEC !important;
  transition: all 0.25s ease-in-out;
}
a.conserve-button:hover {
  color: #016F44 !important;
  background-color: #DEFAE9;
  transition: all 0.25s ease-in-out;
  outline: 2px dotted #bd5300;
  outline-offset: -3px;
}
a.conserve-button:focus {
  color: #016F44 !important;
  background-color: #DEFAE9;
  transition: all 0.25s ease-in-out;
  outline: 2px dotted #bd5300;
  outline-offset: -3px;
}

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

.conserve-button:hover::after {
  background-image: url("/wp-content/uploads/2024/04/leaves.svg");
  scale: 1.25;
}

a.pay-your-bill-button {
  background-color: #005194;
  color: #fff !important;
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
  color: #fff !important;
  padding: 20px 18px 20px 20px;
  line-height: 1.3em;
  text-decoration: none;
}
a.pay-your-bill-button:active {
  background-color: #005194;
  color: #fff !important;
}
a.pay-your-bill-button:hover {
  color: #016F44 !important;
  background-color: #DEFAE9;
  outline: 2px dotted #bd5300;
  outline-offset: -3px;
}
a.pay-your-bill-button:focus {
  color: #016F44 !important;
  background-color: #DEFAE9;
  outline: 2px dotted #bd5300;
  outline-offset: -3px;
}

.pay-your-bill-button::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  background-image: url("/wp-content/uploads/2024/04/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 9pxx;
  vertical-align: middle;
  transition: all 0.25s ease-in-out;
}

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

.pay-your-bill-button:hover::after {
  background-image: url("/wp-content/uploads/2024/06/arrow-green.svg");
}

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

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

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

/* 553px break point to remove 2 buttons */
@media only screen and (max-width: 553px) {
  .pay-your-bill-button, .conserve-button {
    display: none !important;
  }
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000 !important;
  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;
  background-color: #fff;
  height: 35px;
}

textarea {
  width: 100%;
}

.gf_browser_gecko select {
  padding: 2px 12px 2px 10px !important;
}

.gform_footer input.button,
.gform_footer input[type=submit],
.gform_page_footer input.button,
.gform_page_footer input[type=submit] {
  border-radius: 30px;
  padding: 10px 20px 10px;
  background-color: #005194;
  color: #fff;
  border: 1px solid #005194;
  cursor: pointer;
}

.gform_footer input.button:hover,
.gform_footer input[type=submit]:hover,
.gform_page_footer input.button:hover,
.gform_page_footer input[type=submit]:hover {
  background-color: #016F44;
  border: 1px solid #016F44;
}

.gform_footer input.button::before,
.gform_footer input[type=submit]::before,
.gform_page_footer input.button::before,
.gform_page_footer input[type=submit]::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  background-image: url("/wp-content/themes/cmwc/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;
}

.gform_legacy_markup_wrapper .gform_fileupload_multifile .gform_drop_area {
  color: #000 !important;
}

/*--------------------------------------------------------------
# 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-right: 20px;
}

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

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

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

/*
.menu-mobile-container {
    display: none;
    }

#mobile-site-navigation {
    display: none;
    transition: all 0.25s ease-in-out;
    }
*/
.mobile-utility-footer {
  display: none;
}

.customers-menu-third-column,
.your-water-menu-third-column,
.construction-menu-third-column,
.about-menu-third-column {
  border-left: 4px dotted #d9f2e0 !important;
  padding-left: 20px !important;
}
.customers-menu-third-column .ghostkit-reusable-widget,
.your-water-menu-third-column .ghostkit-reusable-widget,
.construction-menu-third-column .ghostkit-reusable-widget,
.about-menu-third-column .ghostkit-reusable-widget {
  padding: 0 0 0 10px !important;
}

/* laptop styles */
/* Tablet styles */
@media screen and (max-width: 1161px) {
  .main-menu-footer-container {
    margin-left: 25%;
  }
  /*
    body.no-scroll {
          overflow: hidden;
          position: fixed;
          width: 100%;
          height: 100%;
          }

      .menu-primary-container {
          display: none;
          }

      .menu-mobile-container {
          display: block;
          }

      .main-navigation ul {
          display: none;
          }

      ul.mobile-menu {
          display: block;
          padding: 0 0 30px;
          margin: 0;
          list-style: none;
          text-align: left;

          li {
              padding: 20px 0 0 20px;
              margin: 0;
              list-style: none;
              text-align: left;
              a {
                  text-decoration: none;
                  }

              ul {
                  padding: 0;
                  margin: 0;
                  font-family: Avenir;
                  li a {
                      text-decoration: none;
                      }
                  }
              }
          }

      #mobile-site-navigation {
          display: block;
          top: 120px;
          position: absolute;
          height: 100vh;
          width: 100%;
          left: -110vw;
          margin: 0;
          padding: 0px;
          background-color: #fff;
          transition: all 0.25s ease-in-out;
          overflow-y: auto;
          height: calc(100vh - 120px);
          position: fixed;
          }

      #mobile-site-navigation.menu-open {
          left: 0;
          }

      .menu-toggle {
          display: block;
          }
      //.menu-toggle,
      .main-navigation.toggled ul {
          display: none;
          opacity: 1;
          top: 115px;
          transition: all 0.5s ease;
          li {
              opacity: 1;
              transition: all 0.5s ease;
              }
          }

      .menu-icon {
          width: 30px;
          height: auto;
          fill: $color__medium-green;
          float: right;
          }

      .main-navigation button svg #hbm-nav-1,
      .main-navigation button svg #hbm-nav-2,
      .main-navigation button svg #hbm-nav-3,
      .main-navigation button svg #hbm-nav-4 {
          position: absolute;
          height: 8px;
          background-color: $color__medium-green;
          transition: all 0.3s ease-in-out;
          }

      .main-navigation button svg #hbm-nav-1 {
          width: 100px;
          transform: translateX(0px);
          }

      .main-navigation button svg #hbm-nav-2 {
          width: 75px;
          transform: translateX(0px);
          }

      .main-navigation button svg #hbm-nav-3 {
          width: 50px;
          transform: translateX(0px);
          }

      .main-navigation button svg #hbm-nav-4 {
          width: 25px;
          transform: translateX(0px);
          }

      .main-navigation.toggled button svg #hbm-nav-1 {
          width: 25px;
          transform: translateX(75px);
          fill: $color__medium-green;
          }

      .main-navigation.toggled button svg #hbm-nav-2 {
          width: 50px;
          transform: translateX(25px);
          fill: $color__medium-green;
          }

      .main-navigation.toggled button svg #hbm-nav-3 {
          width: 75px;
          transform: translateX(-25px);
          fill: $color__medium-green;
          }

      .main-navigation.toggled button svg #hbm-nav-4 {
          width: 100px;
          transform: translateX(-75px);
          fill: $color__medium-green;
          }
  */
  main#primary.site-main {
    transition: transform 0.3s ease;
  }
  main#primary.site-main {
    transform: translateY(0);
    transition: all 0.5s ease;
  }
}
/* 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) {
  .topbar-menu {
    display: flex;
    justify-content: end;
    width: 100%;
    padding: 0; /* Remove default padding */
    list-style: none; /* Remove default list styling */
  }
  .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 only screen and (max-width: 400px) {
  ul.topbar-menu li {
    margin-right: 5px;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

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

.ats-hero-divider {
  top: 550px;
  position: absolute;
}

.ats-hero-headline {
  top: -230px;
  left: 10%;
}

.ats-hero-quote {
  top: -270px;
  left: 10%;
  line-height: 1.75em;
  text-shadow: 0px 0px 10px rgb(0, 0, 0);
}

.entry-header {
  margin-bottom: 0px;
  line-height: 0;
}

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

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

.home .img-with-border .post-thumbnail {
  display: block;
  height: 550px;
  overflow: hidden;
  z-index: unset;
}

.img-with-border img {
  display: block;
  min-height: 240px;
  max-height: 240px;
  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 40%, rgba(11, 72, 0, 0) 100%);
  z-index: 1;
}

.home .img-with-border .post-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: unset;
  z-index: 1;
}

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

.mega-menu-section {
  margin-bottom: 30px;
}
.mega-menu-section ul li {
  margin: 10px 0;
}

.ats-bill-front-container {
  /* position: relative; */
}

/* all callouts */
.image-container {
  position: relative;
  max-width: 791px;
  margin: 0 auto;
}

.all-text-blocks {
  position: absolute;
  background-color: black;
  color: white;
  padding: 15px;
  display: none;
  width: 225px;
}
.all-text-blocks button {
  border: none;
  background: none;
  padding: 0;
  color: #e9f9ff;
  text-decoration: underline;
}
.all-text-blocks button:hover, .all-text-blocks button:focus {
  outline: 2px dotted #fff;
  outline-offset: 3px;
}
.all-text-blocks a {
  color: #e9f9ff;
}
.all-text-blocks a:hover {
  color: #fff;
}
.all-text-blocks ul {
  margin: 10px 0 10px 0px;
  padding: 0px 0 0 20px;
}

.all-text-block-markers {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.all-text-block-markers a, .all-text-block-markers button {
  transition: all 0.25s ease-out;
  background: none;
  border: none;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  margin-bottom: 10px;
}
.all-text-block-markers a svg, .all-text-block-markers button svg {
  width: 30px;
  height: 30px;
}
.all-text-block-markers a svg g.button-circle, .all-text-block-markers button svg g.button-circle {
  transition: all 0.25s ease-out;
  fill: red;
  stroke: red;
}
.all-text-block-markers a svg g.button-arrow, .all-text-block-markers button svg g.button-arrow {
  transition: all 0.25s ease-out;
  fill: white;
  stroke: white;
}
.all-text-block-markers a:focus, .all-text-block-markers button:focus {
  outline: solid red 3px;
  outline-offset: -15px;
}
.all-text-block-markers a:hover svg g.button-circle, .all-text-block-markers button:hover svg g.button-circle {
  fill: white;
  stroke: red;
}
.all-text-block-markers a:hover svg g.button-arrow, .all-text-block-markers button:hover svg g.button-arrow {
  fill: red;
  stroke: red;
}

/* FRONT 1st callout */
.first-text-block {
  top: 0%;
  left: 39%;
}

.first-text-block-marker {
  top: 8%;
  left: 70%;
}

/* FRONT 2nd callout */
.second-text-block {
  top: 0%;
  left: 5%;
}

.second-text-block-marker {
  top: 16%;
  left: 7%;
}

/* FRONT 3rd callout */
.third-text-block {
  top: 5%;
  left: 8%;
}

.third-text-block-marker {
  top: 13%;
  left: 39%;
}

/* FRONT 4th callout */
.fourth-text-block {
  top: 11%;
  left: 37%;
}

.fourth-text-block-marker {
  top: 18%;
  left: 69%;
}

/* FRONT 5th callout */
.fifth-text-block {
  top: 18%;
  left: 36%;
}

.fifth-text-block-marker {
  top: 27%;
  left: 67%;
}

/* FRONT 6th callout */
.sixth-text-block {
  top: 13%;
  left: 30%;
}

.sixth-text-block-marker {
  top: 20.75%;
  left: 61.5%;
}

/* FRONT 7th callout */
.seventh-text-block {
  top: 15%;
  left: 29%;
}

.seventh-text-block-marker {
  top: 24.25%;
  left: 60.5%;
}

/* FRONT 8th callout */
.eighth-text-block {
  top: 12%;
  left: 35%;
}

.eighth-text-block-marker {
  top: 14.5%;
  left: 24%;
  rotate: 180deg;
}

/* FRONT 9th callout */
.ninth-text-block {
  top: 19%;
  left: 40%;
}

.ninth-text-block-marker {
  top: 21.5%;
  left: 28.5%;
  rotate: 180deg;
}

/* FRONT 10th callout */
.tenth-text-block {
  top: 20%;
  left: 22%;
}

.tenth-text-block-marker {
  top: 30.25%;
  left: 53.5%;
}

/* FRONT 11th callout */
.eleventh-text-block {
  top: 10%;
  left: 4%;
}

.eleventh-text-block-marker {
  top: 36%;
  left: 10%;
}

/* FRONT 12th callout */
.twelth-text-block {
  top: 34%;
  left: 4%;
}

.twelth-text-block-marker {
  top: 49.5%;
  left: 15%;
}

/* FRONT 13th callout */
.thirteenth-text-block {
  top: 15%;
  left: 14%;
}

.thirteenth-text-block-marker {
  top: 36%;
  left: 48.5%;
}

/* BACK 14th callout */
.first-back-text-block {
  top: 21%;
}

.first-back-text-block-marker {
  top: 40%;
  left: 16%;
}

/* FRONT 15th callout */
.second-back-text-block {
  top: -7%;
  left: 19%;
}

.second-back-text-block-marker {
  top: 8%;
  left: 46%;
  rotate: 90deg;
}

/* FRONT 16th callout */
.third-back-text-block {
  top: 49%;
  left: 0;
}

.third-back-text-block-marker {
  top: 71.25%;
  left: 29%;
}

.image-container img {
  width: 100%;
  height: auto;
}

/* MOBILE */
/* all callouts */
.all-text-blocks-m {
  position: absolute;
  background-color: black;
  color: white;
  padding: 15px;
  display: none;
  width: 225px;
}

.all-text-block-markers-m {
  position: absolute;
}

/* FRONT 1st callout */
.first-text-block-m {
  top: 9%;
  right: 4%;
}

.first-text-block-marker-m {
  top: 4.75%;
  right: 28%;
}

/* FRONT 2nd callout */
.second-text-block-m {
  top: 19%;
  left: 4%;
}

.second-text-block-marker-m {
  top: 13.25%;
  left: 5.5%;
}

/* FRONT 3rd callout */
.third-text-block-m {
  top: 16%;
  left: 26%;
}

.third-text-block-marker-m {
  top: 10.5%;
  left: 37%;
}

/* FRONT 4th callout */
.fourth-text-block-m {
  top: 19.25%;
  left: 26.25%;
}

.fourth-text-block-marker-m {
  top: 15%;
  left: 67.5%;
}

/* FRONT 5th callout */
.fifth-text-block-m {
  top: 28.25%;
  left: 26%;
}

.fifth-text-block-marker-m {
  top: 24%;
  left: 65%;
}

/* FRONT 6th callout */
.sixth-text-block-m {
  top: 22.25%;
  left: 26%;
}

.sixth-text-block-marker-m {
  top: 18%;
  left: 59.5%;
}

/* FRONT 7th callout */
.seventh-text-block-m {
  top: 25.25%;
  left: 26%;
}

.seventh-text-block-marker-m {
  top: 21.5%;
  left: 59%;
}

/* FRONT 8th callout */
.eighth-text-block-m {
  top: 26%;
  left: 4%;
}

.eighth-text-block-marker-m {
  top: 21%;
  left: 30%;
}

/* FRONT 9th callout */
.ninth-text-block-m {
  top: 33%;
  left: 4%;
}

.ninth-text-block-marker-m {
  top: 28%;
  left: 35%;
}

/* FRONT 10th callout */
.tenth-text-block-m {
  top: 33%;
  left: 27%;
}

.tenth-text-block-marker-m {
  top: 27.25%;
  left: 52%;
}

/* FRONT 11th callout */
.eleventh-text-block-m {
  top: 47%;
  left: 4%;
}

.eleventh-text-block-marker-m {
  top: 33%;
  left: 9%;
}

/* FRONT 12th callout */
.twelth-text-block-m {
  top: 62%;
  left: 4%;
}

.twelth-text-block-marker-m {
  top: 46.5%;
  left: 13%;
}

/* FRONT 13th callout */
.thirteenth-text-block-m {
  top: 51%;
  left: 4%;
  width: 260px;
}

.thirteenth-text-block-marker-m {
  top: 46.5%;
  left: 47%;
}

/* FRONT 14th callout */
.fourteenth-text-block-m {
  top: 51%;
  left: 4%;
  width: 260px;
}

.fourteenth-text-block-marker-m {
  top: 46.5%;
  left: 47%;
}

/* FRONT 15th callout */
.fifthteenth-text-block-m {
  top: 51%;
  left: 4%;
  width: 260px;
}

.fifthteenth-text-block-marker-m {
  top: 46.5%;
  left: 47%;
}

/* FRONT 16th callout */
.sixteenth-text-block-m {
  top: 51%;
  left: 4%;
  width: 260px;
}

.sixteenth-text-block-marker-m {
  top: 46.5%;
  left: 47%;
}

/* FRONT 17th callout */
.seventeenth-text-block-m {
  top: 51%;
  left: 4%;
  width: 260px;
}

.seventeenth-text-block-marker-m {
  top: 46.5%;
  left: 47%;
}

/* start responsive */
@media screen and (max-width: 1000px) {
  .eighth-text-block-marker {
    top: 13%;
    left: 22%;
  }
  .ninth-text-block-marker {
    top: 20%;
    left: 27%;
  }
}
@media screen and (max-width: 900px) {
  .eighth-text-block-marker {
    top: 12.5%;
    left: 22%;
  }
  .ninth-text-block-marker {
    top: 19.5%;
    left: 27%;
  }
  .all-text-block-markers a svg,
  .all-text-block-markers button svg {
    width: 25px;
    height: 25px;
  }
  .thirteenth-text-block {
    top: 5%;
    left: 4%;
    width: 275px;
  }
}
@media screen and (max-width: 800px) {
  .eighth-text-block-marker {
    top: 12%;
    left: 21%;
  }
  .ninth-text-block-marker {
    top: 19%;
    left: 26%;
  }
}
@media screen and (max-width: 700px) {
  .eighth-text-block-marker {
    top: 10.5%;
    left: 20%;
  }
  .ninth-text-block-marker {
    top: 18%;
    left: 25%;
  }
  .all-text-block-markers a svg,
  .all-text-block-markers button svg {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 600px) {
  .seventh-text-block-marker {
    top: 25%;
  }
  .eighth-text-block-marker {
    top: 8.5%;
    left: 18%;
  }
  .ninth-text-block-marker {
    top: 16%;
    left: 23%;
  }
}
@media screen and (max-width: 500px) {
  .first-text-block-marker {
    top: 8%;
    left: 69%;
  }
  .fourth-text-block-marker {
    top: 18%;
    left: 68%;
  }
  .sixth-text-block-marker {
    top: 20%;
    left: 60.5%;
  }
  .seventh-text-block-marker {
    top: 25%;
    left: 59.5%;
  }
  .fifth-text-block-marker {
    top: 27.5%;
    left: 66%;
  }
  .tenth-text-block-marker {
    top: 30.25%;
    left: 52.5%;
  }
  .second-text-block-marker {
    top: 16%;
    left: 6%;
  }
  .eighth-text-block-marker {
    top: 6%;
    left: 16%;
  }
  .ninth-text-block-marker {
    top: 13%;
    left: 21%;
  }
  .eleventh-text-block-marker {
    top: 36.5%;
    left: 8%;
  }
  .twelth-text-block-marker {
    top: 50%;
    left: 14%;
  }
}
@media screen and (max-width: 440px) {
  .eighth-text-block-marker {
    top: 3.5%;
    left: 14%;
  }
  .ninth-text-block-marker {
    top: 10%;
    left: 19%;
  }
  .all-text-block-markers a svg,
  .all-text-block-markers button svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 400px) {
  .eighth-text-block-marker {
    top: 1.5%;
    left: 12%;
  }
  .ninth-text-block-marker {
    top: 8%;
    left: 16%;
  }
  .all-text-block-markers a svg,
  .all-text-block-markers button svg {
    width: 17px;
    height: 17px;
  }
  .thirteenth-text-block {
    top: -5%;
    left: 1%;
  }
}
@media screen and (max-width: 360px) {
  .eighth-text-block-marker {
    top: -1.5%;
    left: 9%;
  }
  .ninth-text-block-marker {
    top: 6%;
    left: 13%;
  }
}
@media screen and (max-width: 320px) {
  .eighth-text-block-marker {
    top: -5.5%;
    left: 6%;
  }
  .ninth-text-block-marker {
    top: 2%;
    left: 10%;
  }
  .twelth-text-block-marker {
    top: 51%;
    left: 12%;
  }
  .thirteenth-text-block {
    top: -33%;
    left: -15%;
    width: 260px;
  }
}
/* end bill callouts */
.ats-site-map {
  padding: 50px 0;
  background: url(/wp-content/themes/cmwc/images/bg-gradient.jpg);
  background-position: right top;
  background-repeat: no-repeat;
}

.site-map-form {
  margin-top: 40px;
  font-size: 1.5em;
  color: #2c7ba1;
}

.site-map-paybill {
  margin-top: 0;
  font-size: 1.5em;
  color: #2c7ba1;
}

.ats-posts {
  padding: 60px 0px 40px;
}
.ats-posts li:not(:last-child) {
  border-right: 1px solid #167E32;
}
.ats-posts li .wp-block-post-date {
  margin-bottom: 10px;
}
.ats-posts li h3 {
  margin: 0px;
}
.ats-posts li h3 a {
  color: #09335D;
  font-family: "UbuntuBold";
  text-decoration: none;
  transition: all 0.5s ease-in;
}
.ats-posts li h3 a:hover {
  text-decoration: underline;
}

.single-post h1 {
  padding-right: 50%;
  font-size: 2.5em;
}
.single-post .entry-content {
  padding-top: 20px;
}
.single-post .entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.news-announcements {
  margin-top: 95px;
}
.news-announcements .post-nav,
.news-announcements .post-nav-col {
  margin: 0 !important;
}
.news-announcements .post-nav .row {
  margin: 0;
}
.news-announcements .post-next-nav, .news-announcements .post-prev-nav, .news-announcements .post-main-nav {
  font-weight: bold;
  font-size: 0.8em;
}
.news-announcements .nav-title, .news-announcements .post-main-title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}
.news-announcements .next-nav-group, .news-announcements .prev-nav-group, .news-announcements .main-nav-group {
  line-height: 1.1em;
}
.news-announcements .prev-nav-group svg {
  transform: rotate(180deg);
}
.news-announcements .main-nav-group svg {
  transform: rotate(230deg);
}
.news-announcements .next-nav-group svg .button-circle circle,
.news-announcements .prev-nav-group svg .button-circle circle,
.news-announcements .main-nav-group svg .button-circle circle {
  stroke: #005194;
}
.news-announcements .next-nav-group svg .button-arrow path,
.news-announcements .prev-nav-group svg .button-arrow path,
.news-announcements .main-nav-group svg .button-arrow path {
  fill: #005194;
}
.news-announcements .right-nav-box:hover a div .next-nav-group svg .button-circle circle,
.news-announcements .left-nav-box:hover a div .prev-nav-group svg .button-circle circle {
  stroke: #fff;
}
.news-announcements .right-nav-box:hover a div .next-nav-group svg .button-arrow path,
.news-announcements .left-nav-box:hover a div .prev-nav-group svg .button-arrow path {
  fill: #fff;
}
.news-announcements .post-prev-title, .news-announcements .post-next-title, .news-announcements .post-main-title {
  margin-bottom: 10px;
}
.news-announcements .left-nav-box {
  background-color: #F6FFFA;
  margin: 0;
  transition: 0.5s ease;
}
.news-announcements .right-nav-box {
  background-color: #EFFCF4;
  margin: 0;
  transition: 0.5s ease;
}
.news-announcements .right-nav-box:hover,
.news-announcements .left-nav-box:hover {
  background: #167e32;
}
.news-announcements .right-nav-box:hover a, .news-announcements .left-nav-box:hover a, .news-announcements .cipmain-box:hover a {
  color: #fff;
}
.news-announcements .right-nav-box svg #Path_511, .news-announcements .left-nav-box svg #Path_511 {
  fill: #94dea9;
  transition: 0.5s ease;
}
.news-announcements .left-nav-box a,
.news-announcements .right-nav-box a {
  text-decoration: none;
}
.news-announcements .next-nav-group {
  text-align: right;
}

@media screen and (max-width: 599px) {
  .ats-posts li {
    border-right: 0;
  }
}
@media screen and (max-width: 400px) {
  .single-post .left-nav-box,
  .single-post .right-nav-box,
  .single-post .next-nav-group {
    text-align: center;
  }
}
@media screen and (max-width: 1280px) {
  .ats-hero-headline {
    /*top: -270px;*/
    top: -310px;
    left: 10%;
  }
  .ats-hero-quote {
    top: -240px;
    left: 10%;
  }
}
@media screen and (max-width: 1080px) {
  .ats-hero-headline {
    top: -260px;
    left: 5%;
  }
  .ats-hero-quote {
    top: -260px;
    left: 0%;
  }
}
@media screen and (max-width: 860px) {
  .ats-hero-headline {
    top: -270px;
    left: 5%;
  }
}
@media screen and (max-width: 810px) {
  .ats-hero-headline {
    top: -220px;
    left: 0%;
  }
  .ats-hero-quote {
    top: -250px;
    left: 0%;
  }
  .img-with-border .post-thumbnail:after {
    background: linear-gradient(to right, #214E7B 40%, rgba(11, 72, 0, 0) 130%);
  }
  .img-with-border .post-thumbnail {
    min-height: 150px;
    height: 230px;
  }
  .img-with-border img {
    display: block;
    min-height: 150px;
    height: 230px;
  }
  .single-post h1 {
    padding-right: 30%;
    font-size: 2em;
  }
}
@media screen and (max-width: 683px) {
  .ats-hero-quote {
    top: -260px;
    left: 10%;
    width: 475px;
  }
}
@media screen and (max-width: 430px) {
  .ats-hero-quote {
    width: 395px;
  }
}
@media screen and (max-width: 412px) {
  .ats-hero-headline {
    top: -220px;
    left: 0%;
    width: 315px;
  }
  .ats-hero-quote {
    top: -280px;
    left: 0%;
    width: 315px;
  }
  .single-post h1 {
    padding-right: 20%;
    font-size: 2em;
  }
}
@media screen and (max-width: 360px) {
  .ats-hero-quote {
    top: -260px;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

a.glink {
  padding: 5px;
}

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

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

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

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

.next:hover #go-forward #forward-circle {
  stroke: #2C7BA1;
  fill: #2C7BA1;
}

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

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

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

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

.prev:hover #go-backwards #back-circle {
  stroke: #2C7BA1;
  fill: #2C7BA1;
}

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

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

#tpbr_topbar {
  z-index: 2 !important;
}

.ghostkit-accordion-item .ghostkit-accordion-item-heading > a,
.ghostkit-accordion-item .ghostkit-accordion-item-heading > button,
.ghostkit-accordion-item a.ghostkit-accordion-item-heading {
  margin: 0 7px 10px 0;
  padding: 20px;
  border: 1px solid #ACCBDB;
  opacity: 1;
  color: #005194;
  background-color: rgba(233, 248, 255, 0.5);
  line-height: 1.2em;
  border-radius: 5px;
}

.ghostkit-accordion-item-active .ghostkit-accordion-item-content {
  padding: 10px 20px 20px 20px;
  border: 1px solid #accbdb;
  border-radius: 0px 0px 5px 5px;
  margin-top: -11px;
  margin-bottom: 20px;
  border-top: 0;
}

.ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-heading > a,
.ghostkit-accordion-item.ghostkit-accordion-item-active .ghostkit-accordion-item-heading > button,
.ghostkit-accordion-item.ghostkit-accordion-item-active a.ghostkit-accordion-item-heading {
  border-radius: 5px 5px 0px 0px;
  border-bottom: 0;
}

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

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

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

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

.faqs .ghostkit-accordion-item .ghostkit-accordion-item-heading > a,
.faqs .ghostkit-accordion-item .ghostkit-accordion-item-heading > button,
.faqs .ghostkit-accordion-item a.ghostkit-accordion-item-heading {
  line-height: 1.5em;
  height: 100%;
  background-color: transparent !important;
  border: unset !important;
}

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

.faqs .ghostkit-accordion-item-active .ghostkit-accordion-item-content {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-top: -11px;
  margin-bottom: 50px;
  border-top: 0;
}

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

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

.ghostkit-divider-vert {
  position: relative;
}

.ghostkit-divider-vert .ghostkit-divider-icon::after {
  content: "";
  display: block;
  width: 2px;
  height: 300px;
  background: repeating-linear-gradient(to bottom, #93e017 0, #93e017 1px, transparent 1px, transparent 4px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

/*
.ghostkit-divider-vert .ghostkit-divider-icon::after {
    content: "";
    display: block;
    width: 2px;
    height: 250px;
    background: repeating-linear-gradient(
      to bottom,
      #167E32 0%,
      #167E32 2px,
      transparent 2px,
      transparent 4px
    );
    background-image: linear-gradient(to bottom, #167E32, #f5fbf7),
                      repeating-linear-gradient(
                        to bottom,
                        transparent 0%,
                        transparent 2px,
                        white 2px,
                        white 4px
                      );
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
*/
/* 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; // Many screen reader and browser combinations announce broken words as they would appear visually.

	&:focus, &:active {
		background-color: $color__background-screen;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		clip-path: none;
		color: $color__text-screen;
		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; // Above WP toolbar.
	}
}
*/
.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.screen-reader-text:focus, .screen-reader-text:active, .screen-reader-text:focus-visible, .screen-reader-text:visited, .screen-reader-text.focus-visible {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 15px 23px 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  background-color: #f1f1f1;
  color: #214E7B;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  z-index: 100000;
  /*clip: auto !important;
  clip-path: none !important;*/
  overflow: visible;
}

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

.lna-box a:focus {
  outline: 2px dotted #fff;
  border-radius: 5px;
  outline-offset: 5px;
}

.gform-theme--framework .gfield:where(.gfield--type-multiselect, .gfield--input-type-multiselect) .chosen-container-multi:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-search input[type=text]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gfield:where(.gfield--type-select, .gfield--input-type-select) .chosen-single:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework .gform-theme-field-control:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework select[multiple]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper button.button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],
[type=button],
[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit], [type=button],
[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  --gf-local-outline-color: #b92a0b !important;
}

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