/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
:root {
  --edge-space: 16px;
  --outside-space: calc((150px * -0.4) + (150/1600*100vw * 1.4));
  --inside-space: calc((240px * -0.4) + (240/1600*100vw * 1.4));
  --vertical-space: calc((80px * -0) + (80/1600*100vw * 1));
  --max-width: 1700px;
}

@media screen and (min-width: 1601px) {
  :root {
    --vertical-space: 80px;
    --outside-space: 150px;
    --inside-space: 240px;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --outside-space: 30px;
    --vertical-space: 30px;
    --inside-space: 30px;
  }
}
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
/*
Theme Name: kickoff
Author: Daelen Berg
Author URI: http://arraystudios.com/
Description: A Blank Wordpress Starter Template

kickoff is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/
/*--------------------------------------------------------------
	TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Links
# Alignments
# Clearings
# Content
	## Comments
	## Media
	## Captions
	## Galleries
	## Columns
# Loadmore
# Wysiwyg Image Resets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

/*
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  line-height: 0px;
  font-size: 0px;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0px;
}

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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid #ccc;
  border-radius: 0px;
  background: #e6e6e6;
  color: black;
  font-size: 16px;
  line-height: 1;
  padding: 10px 30px;
  outline: none;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #afafaf;
  background: #afafaf;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  border-color: #ccc;
  background: #e6e6e6;
}

button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #afafaf;
  background: #afafaf;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  vertical-align: middle;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #b5bdff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  padding: 5px 10px;
}

textarea {
  width: 100%;
  resize: none;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #003B5C;
}

a:hover,
a:focus,
a:active {
  color: #001a29;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clearfix:after,
.clear:after {
  clear: both;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Columns
--------------------------------------------------------------*/
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

@media screen and (max-width: 750px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    float: left;
    position: relative;
  }
}
/*--------------------------------------------------------------
# Social Sharing
--------------------------------------------------------------*/
#array-share ul, #array-share li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
}
#array-share li {
  display: inline-block;
}
#array-share li a {
  display: block;
}
#array-share li svg {
  height: 24px;
}
/*--------------------------------------------------------------
# Wysiwyg Image Resets
--------------------------------------------------------------*/
img.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

img.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.acf-map {
  width: 100%;
  min-height: 100px;
  border: none;
  margin: 0px;
}

.acf-map img {
  max-width: inherit !important;
}

/*
HEADINGS
*/
.primary-heading {
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-size: 68px;
  font-weight: bold;
  line-height: 1.2em;
  margin: 0 0 0.4em 0;
}
@media screen and (max-width: 1600px) {
  .primary-heading {
    font-size: 64px;
  }
}
@media screen and (max-width: 1500px) {
  .primary-heading {
    font-size: 61px;
  }
}
@media screen and (max-width: 1400px) {
  .primary-heading {
    font-size: 57px;
  }
}
@media screen and (max-width: 1300px) {
  .primary-heading {
    font-size: 54px;
  }
}
@media screen and (max-width: 1200px) {
  .primary-heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .primary-heading {
    font-size: 47px;
  }
}
@media screen and (max-width: 1000px) {
  .primary-heading {
    font-size: 43px;
  }
}
@media screen and (max-width: 800px) {
  .primary-heading {
    font-size: 39px;
  }
}

.secondary-heading {
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-size: 45px;
  font-weight: bold;
  color: #003B5C;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1600px) {
  .secondary-heading {
    font-size: 41px;
  }
}
@media screen and (max-width: 1400px) {
  .secondary-heading {
    font-size: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .secondary-heading {
    font-size: 37px;
  }
}
@media screen and (max-width: 1200px) {
  .secondary-heading {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .secondary-heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 800px) {
  .secondary-heading {
    font-size: 33px;
  }
}

.tertiary-heading {
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: bold;
  color: #003B5C;
  line-height: 1.3;
  margin: 0;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 1600px) {
  .tertiary-heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 1400px) {
  .tertiary-heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .tertiary-heading {
    font-size: 25px;
  }
}
@media screen and (max-width: 1000px) {
  .tertiary-heading {
    font-size: 23px;
  }
}
@media screen and (max-width: 800px) {
  .tertiary-heading {
    font-size: 22px;
  }
}

.small-heading {
  font-family: "Sintony", Helvetica, Roboto, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.3;
  margin: 1em 0px 0em 0px;
}
@media screen and (max-width: 800px) {
  .small-heading {
    font-size: 18px;
  }
}

.small-section-heading {
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 700;
  color: #767676;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*
FONTS
*/
/*
LINKS
*/
.custom-link {
  margin: 1em 0;
}
.custom-link a {
  font-size: 18px;
  font-weight: 700;
  color: #DE7008;
  letter-spacing: 0px;
  position: relative;
  padding-right: 41px;
  padding-left: 33px;
  background-image: url(/wp-content/themes/array-blank/images/shell/icon-custom-link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.2em;
  padding-left: 28px;
  background-size: 20px;
  line-height: 1.5em;
  background-position: left 2px;
  text-indent: 0px;
  display: inline-block;
}
.custom-link a .lastword {
  white-space: nowrap;
  position: relative;
}
.custom-link a .lastword svg {
  display: inline-block;
  height: 12px;
  width: auto;
  margin-left: -10px;
  transition: all 0.2s ease;
  position: absolute;
  top: calc(50% - 6px);
}
.custom-link a .lastword svg #Path_2746 {
  transition: all 0.2s ease;
}
.custom-link > a:focus, .custom-link > span:focus {
  color: #DE7008 !important;
}
.custom-link:hover > a, .custom-link:hover > span {
  color: white !important;
}
.custom-link:hover .lastword svg {
  margin-left: 12px;
  filter: brightness(0) invert(1);
}
.custom-link:hover .lastword svg #Path_2746 {
  d: path("M278.566,821 H263.151");
}
.custom-link.dark > a, .custom-link.dark > span {
  background-image: url(/wp-content/themes/array-blank/images/shell/icon-custom-link-dark.svg);
}
.custom-link.dark > a:focus, .custom-link.dark > span:focus {
  color: !important;
}
.custom-link.dark:hover > a, .custom-link.dark:hover > span {
  color: #DE7008 !important;
}
.custom-link.dark:hover .lastword svg {
  filter: none;
}
.custom-link.download a {
  background-image: url(/wp-content/themes/array-blank/images/shell/icon-custom-download.svg);
}
.custom-link.wl {
  margin: 0;
  padding: 1em 0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 800px) {
  .custom-link.wl {
    padding: 0.7em 0;
  }
}
.custom-link.wl:before, .custom-link.wl:after {
  content: "";
  width: 0;
  height: 1px;
  background: rgba(183, 183, 183, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease width;
}
.custom-link.wl:after {
  bottom: 0;
  top: initial;
}
.custom-link.wl:hover:before, .custom-link.wl:hover:after {
  width: 100%;
}

.custom-button {
  display: inline-block;
  position: relative;
}
.custom-button:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0px;
  height: 100%;
  background: #DE7008;
  transition: all 0.3s ease;
}
.custom-button a, .custom-button span, .custom-button button {
  display: inline-block;
  padding: 15px 41px 14px 35px;
  letter-spacing: 1px;
  background: none;
  color: #DE7008;
  border-radius: 3px;
  font-weight: bold;
  margin: 0px;
  border: 1px solid #DE7008;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  line-height: 21px;
}
@media screen and (max-width: 800px) {
  .custom-button a, .custom-button span, .custom-button button {
    letter-spacing: 0px;
  }
}
.custom-button a:after, .custom-button span:after, .custom-button button:after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/array-blank/images/shell/custom-button-arrow.svg);
  right: 26px;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.custom-button a:before, .custom-button span:before, .custom-button button:before {
  content: "";
  position: absolute;
  left: calc(100% - 35px);
  top: 50%;
  transform: translate(0, -50%);
  width: 0px;
  height: 1.6px;
  background: white;
  transition: all 0.3s ease;
  opacity: 0;
}
.custom-button a:focus, .custom-button span:focus, .custom-button button:focus {
  color: #DE7008;
}
.custom-button:hover a, .custom-button:hover span, .custom-button:hover button {
  background: none;
  color: white;
}
.custom-button:hover a:after, .custom-button:hover span:after, .custom-button:hover button:after {
  filter: brightness(0) invert(1);
  right: 16px;
}
.custom-button:hover a:before, .custom-button:hover span:before, .custom-button:hover button:before {
  opacity: 1;
  width: 15px;
}
.custom-button:hover:before {
  width: 100%;
}

.custom-button-secondary a, .custom-button-secondary span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", "Times New Roman", Times, serif;
  color: #DE7008;
  letter-spacing: 1px;
  position: relative;
  padding-right: 41px;
  transition: color 0.3s ease;
}
.custom-button-secondary a:after, .custom-button-secondary span:after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/array-blank/images/shell/custom-button-arrow.svg);
  right: 26px;
  top: 2.6px;
  width: 6px;
  height: 10.6px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.custom-button-secondary a:before, .custom-button-secondary span:before {
  content: "";
  position: absolute;
  left: calc(100% - 35px);
  top: 6.9px;
  width: 0px;
  height: 1.6px;
  background: white;
  transition: all 0.3s ease;
  opacity: 0;
}
.custom-button-secondary:hover a, .custom-button-secondary:hover span {
  background: none;
  color: white;
}
.custom-button-secondary:hover a:after, .custom-button-secondary:hover span:after {
  filter: brightness(0) invert(1);
  right: 16px;
}
.custom-button-secondary:hover a:before, .custom-button-secondary:hover span:before {
  opacity: 1;
  width: 15px;
}
.custom-button-secondary:hover:before {
  width: 100%;
}

/*
Navigation Stylesheet

Holding styling for header/footer navigation
and mobile nav.
*/
.reCAPTCHA {
  font-size: 13px;
  color: #b7b7b7;
  padding: 0px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .reCAPTCHA {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .reCAPTCHA {
    font-size: 12px;
    padding: 7px 0px 0px 0px;
  }
}

#navbar.fixed .nav-alert-container, #alertable-eoc {
  display: block;
  background: #003B5C;
  position: relative;
  z-index: 33;
}
@media screen and (max-width: 1090px) {
  #navbar.fixed .nav-alert-container:not(#alertable-eoc), #alertable-eoc:not(#alertable-eoc) {
    display: none;
  }
}
#navbar.fixed .nav-alert-container .active-alerts, #alertable-eoc .active-alerts {
  margin-left: auto;
  max-width: var(--max-width);
  padding: 0px 0px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
#navbar.fixed .nav-alert-container .active-alerts:after, #alertable-eoc .active-alerts:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(0, 59, 92, 0) 0%, rgb(0, 59, 92) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 59, 92, 0) 0%, rgb(0, 59, 92) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 59, 92, 0) 0%, rgb(0, 59, 92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  pointer-events: none;
  opacity: 0;
}
#navbar.fixed .nav-alert-container .active-alerts.has-gradient:after, #alertable-eoc .active-alerts.has-gradient:after {
  opacity: 1;
}
#navbar.fixed .nav-alert-container .active-alerts.no-posts:after, #alertable-eoc .active-alerts.no-posts:after {
  display: none;
}
#navbar.fixed .nav-alert-container .active-alerts .container-heading, #alertable-eoc .active-alerts .container-heading {
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  padding-right: 24px;
  white-space: nowrap;
}
#navbar.fixed .nav-alert-container .active-alerts *, #alertable-eoc .active-alerts * {
  scrollbar-width: thin;
  scrollbar-color: #003b5c #f5f5f5;
}
#navbar.fixed .nav-alert-container .active-alerts *::-webkit-scrollbar, #alertable-eoc .active-alerts *::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
#navbar.fixed .nav-alert-container .active-alerts *::-webkit-scrollbar-track, #alertable-eoc .active-alerts *::-webkit-scrollbar-track {
  background: #f5f5f5;
}
#navbar.fixed .nav-alert-container .active-alerts *::-webkit-scrollbar-thumb, #alertable-eoc .active-alerts *::-webkit-scrollbar-thumb {
  background-color: #003b5c;
  border-radius: 0px;
  border-left: 4px solid #f5f5f5;
  border-right: 4px solid #f5f5f5;
  border-top: 4px solid #f5f5f5;
  border-bottom: 4px solid #f5f5f5;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container, #alertable-eoc .active-alerts .alerts-container {
  display: flex;
  overflow: scroll;
  overflow-y: hidden;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
@media screen and (min-width: 1680px) {
  #navbar.fixed .nav-alert-container .active-alerts .alerts-container, #alertable-eoc .active-alerts .alerts-container {
    max-width: 70vw;
  }
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container::-webkit-scrollbar, #alertable-eoc .active-alerts .alerts-container::-webkit-scrollbar {
  display: none;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container, #alertable-eoc .active-alerts .alerts-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert, #alertable-eoc .active-alerts .alerts-container .alert {
  background: #F5F5F5;
  display: flex;
  white-space: nowrap;
  user-select: none;
  -webkit-user-drag: none;
  transition: all 0.3s ease;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert:last-child, #alertable-eoc .active-alerts .alerts-container .alert:last-child {
  border-bottom: none;
  padding-right: 30px;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert .icon, #alertable-eoc .active-alerts .alerts-container .alert .icon {
  background-color: #F5D319;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-bell.svg);
  width: 60px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert:hover .icon, #alertable-eoc .active-alerts .alerts-container .alert:hover .icon {
  background-color: #f8df59;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.critical .icon, #alertable-eoc .active-alerts .alerts-container .alert.critical .icon {
  background-color: #C33418;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-urgent.svg) !important;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.critical:hover .icon, #alertable-eoc .active-alerts .alerts-container .alert.critical:hover .icon {
  background-color: #e65437;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.test .icon, #alertable-eoc .active-alerts .alerts-container .alert.test .icon {
  background-color: #9AC750;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-info.svg);
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.test:hover .icon, #alertable-eoc .active-alerts .alerts-container .alert.test:hover .icon {
  background-color: #b7d782;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.eoc, #alertable-eoc .active-alerts .alerts-container .alert.eoc {
  background: #DE7008;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.eoc .icon, #alertable-eoc .active-alerts .alerts-container .alert.eoc .icon {
  background-color: #DE7008;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-active.svg);
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.eoc:hover, #alertable-eoc .active-alerts .alerts-container .alert.eoc:hover {
  background: #f89131;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.eoc:hover .icon, #alertable-eoc .active-alerts .alerts-container .alert.eoc:hover .icon {
  background-color: #f89131;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.eoc .description, #alertable-eoc .active-alerts .alerts-container .alert.eoc .description {
  padding: 6px 17px 6px 3px;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.eoc .description .title, #navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.eoc .description .date, #navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.eoc .description .active-status, #alertable-eoc .active-alerts .alerts-container .alert.eoc .description .title, #alertable-eoc .active-alerts .alerts-container .alert.eoc .description .date, #alertable-eoc .active-alerts .alerts-container .alert.eoc .description .active-status {
  color: white;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.cancelled .icon, #alertable-eoc .active-alerts .alerts-container .alert.cancelled .icon {
  background-color: #919191;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-bell-reverse.svg);
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert.cancelled:hover .icon, #alertable-eoc .active-alerts .alerts-container .alert.cancelled:hover .icon {
  background-color: #b2b2b2;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert .description, #alertable-eoc .active-alerts .alerts-container .alert .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 17px 6px 13px;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert .description .title, #alertable-eoc .active-alerts .alerts-container .alert .description .title {
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", "Times New Roman", Times, serif;
  color: #003B5C;
  line-height: 1.5;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert .description .date, #navbar.fixed .nav-alert-container .active-alerts .alerts-container .alert .description .active-status, #alertable-eoc .active-alerts .alerts-container .alert .description .date, #alertable-eoc .active-alerts .alerts-container .alert .description .active-status {
  font-size: 10px;
  color: #003B5C;
  line-height: 1.5;
}
#navbar.fixed .nav-alert-container .active-alerts .alerts-container.stopLink a, #alertable-eoc .active-alerts .alerts-container.stopLink a {
  pointer-events: none;
}

.active-alerts.mobile .alerts-container {
  width: 420px;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1090px) {
  .active-alerts.mobile .alerts-container {
    width: 100%;
  }
}
.active-alerts.mobile .alerts-container .alert {
  background: #F5F5F5;
  display: flex;
  border-bottom: 1px solid #003B5C;
}
.active-alerts.mobile .alerts-container .alert:last-child {
  border-bottom: none;
}
.active-alerts.mobile .alerts-container .alert .icon {
  background-color: #F5D319;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-bell.svg);
  flex: 0 0 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.active-alerts.mobile .alerts-container .alert.critical .icon {
  background-color: #C33418;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-urgent.svg);
}
.active-alerts.mobile .alerts-container .alert.info-advisory .icon {
  background-color: #9AC750;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-info.svg);
}
.active-alerts.mobile .alerts-container .alert.eoc {
  background: #DE7008;
}
.active-alerts.mobile .alerts-container .alert.eoc .icon {
  background-color: #DE7008;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-active.svg);
}
.active-alerts.mobile .alerts-container .alert.eoc .description {
  padding-left: 0;
}
.active-alerts.mobile .alerts-container .alert.eoc .description .title, .active-alerts.mobile .alerts-container .alert.eoc .description .date {
  color: white;
}
.active-alerts.mobile .alerts-container .alert .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 14px;
}
.active-alerts.mobile .alerts-container .alert .description .title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Roboto", "Times New Roman", Times, serif;
  color: #003B5C;
  line-height: 1.3;
}
.active-alerts.mobile .alerts-container .alert .description .date {
  font-size: 14px;
  color: #003B5C;
  line-height: 1.5;
}

.active-alerts.mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 101;
  width: 100%;
  transform: translateY(calc(100% - 53px));
  display: none;
  transition: all 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
@media screen and (max-width: 1090px) {
  .active-alerts.mobile {
    display: block;
  }
}
.active-alerts.mobile.open {
  transform: translateY(0px);
}
.active-alerts.mobile.open .expand svg {
  transform: rotate(180deg);
}
.active-alerts.mobile .container-heading {
  color: white;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto", "Times New Roman", Times, serif;
  background: #003B5C;
  padding: 13px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.active-alerts.mobile .container-heading .expand {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 53px;
  justify-content: center;
  align-items: center;
  background: #DE7008;
}
@media screen and (max-width: 1090px) {
  .active-alerts.mobile .container-heading {
    width: 100%;
    position: relative;
  }
  .active-alerts.mobile .container-heading .expand {
    display: flex;
  }
}
.active-alerts.mobile * {
  scrollbar-width: thin;
  scrollbar-color: #003b5c #f5f5f5;
}
.active-alerts.mobile *::-webkit-scrollbar {
  width: 18px;
}
.active-alerts.mobile *::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.active-alerts.mobile *::-webkit-scrollbar-thumb {
  background-color: #003b5c;
  border-radius: 0px;
  border: 7px solid #f5f5f5;
}

#header_nav {
  display: flex;
  align-items: center;
  list-style: none;
  height: 64px;
  white-space: nowrap;
}
@media screen and (max-width: 1248px) {
  #header_nav {
    display: none;
  }
}
#header_nav li {
  position: relative;
}
@media screen and (max-width: 1248px) {
  #header_nav li {
    float: none;
  }
}
#header_nav li:hover > a {
  color: white;
}
#header_nav li a {
  color: white;
  font-size: 19px;
  font-weight: bold;
  font-family: "Roboto", "Times New Roman", Times, serif;
  text-decoration: none;
  padding: 15px 30px;
  display: inline-block;
  transition: none;
}
@media screen and (max-width: 1475px) {
  #header_nav li a {
    font-size: 17px;
    padding: 15px 23px;
  }
}
@media screen and (max-width: 1248px) {
  #header_nav li a {
    display: block;
    width: 100%;
  }
}
#header_nav li .sub-menu, #header_nav li .children {
  position: absolute;
  left: -185px;
  right: -200px;
  margin: auto;
  width: 250px;
  top: -21px;
  background: #DE7008;
  padding: 0px;
  padding-top: 75px;
  text-align: right;
  display: block !important;
  border-radius: 0px;
  transform: translateY(-110%);
  transition: all 0.4s ease;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1475px) {
  #header_nav li .sub-menu, #header_nav li .children {
    width: 225px;
    top: -23px;
  }
}
#header_nav li .sub-menu:before, #header_nav li .children:before {
  content: "";
  display: block;
  height: 10px;
  width: calc(100% + 150px);
  right: 150px;
  position: relative;
  background: white;
  z-index: -1;
}
#header_nav li .sub-menu:after, #header_nav li .children:after {
  content: "";
  display: block;
  height: 10px;
  width: calc(100% + 150px);
  right: 150px;
  position: relative;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 1;
}
#header_nav li .sub-menu.slide-down, #header_nav li .children.slide-down {
  transform: translateY(0%);
  pointer-events: all;
}
#header_nav li .sub-menu li, #header_nav li .children li {
  background: white;
  display: block;
  float: none;
  width: calc(100% + 150px);
  right: 150px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#header_nav li .sub-menu li:before, #header_nav li .children li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
  opacity: 0.2;
  background: #DE7008;
  transition: width 0.3s ease;
}
#header_nav li .sub-menu li a, #header_nav li .children li a {
  display: block;
  padding: 10px 25px;
  color: #003B5C;
  font-weight: 400;
  line-height: 1.2em;
  position: relative;
}
#header_nav li .sub-menu li:hover:before, #header_nav li .children li:hover:before {
  width: 100%;
}
@media screen and (max-width: 1248px) {
  #header_nav {
    display: none;
  }
}
#header_nav .menu-item-has-children > a {
  position: relative;
  pointer-events: none;
}
#header_nav .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(/wp-content/themes/array-blank/images/shell/graphic-menu-has-children.svg);
  right: 12px;
  top: 50%;
  transform: translateY(-25%);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1475px) {
  #header_nav .menu-item-has-children > a:after {
    right: 6px;
  }
}
#header_nav #menu-item-44 .sub-menu li, #header_nav #menu-item-44 .children li {
  width: calc(100% + 0px);
  right: 0px;
}
#header_nav #menu-item-44 .sub-menu {
  width: 201px;
}
@media screen and (max-width: 1475px) {
  #header_nav #menu-item-44 .sub-menu {
    width: 169px;
  }
}
#header_nav #menu-item-44 .sub-menu:before {
  width: calc(100% + 0px);
  right: 0px;
}
#header_nav #menu-item-44 .sub-menu:after {
  width: calc(100% + 0px);
  right: 0px;
}
#header_nav #menu-item-46 .sub-menu li, #header_nav #menu-item-46 .children li {
  width: calc(100% + 100px);
  right: 100px;
}
#header_nav #menu-item-46 .sub-menu:before {
  width: calc(100% + 100px);
  right: 100px;
}
#header_nav #menu-item-46 .sub-menu:after {
  width: calc(100% + 100px);
  right: 100px;
}
#header_nav #menu-item-47 .sub-menu li, #header_nav #menu-item-47 .children li {
  width: calc(100% + 45px);
  right: 45px;
}
#header_nav #menu-item-47 .sub-menu {
  width: 129px;
}
@media screen and (max-width: 1475px) {
  #header_nav #menu-item-47 .sub-menu {
    width: 116px;
  }
}
#header_nav #menu-item-47 .sub-menu:before {
  width: calc(100% + 45px);
  right: 45px;
}
#header_nav #menu-item-47 .sub-menu:after {
  width: calc(100% + 45px);
  right: 45px;
}
#header_nav .nav-search {
  cursor: pointer;
}

#navbar.fixed #header_nav .menu-item-has-children > a:after {
  filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(1339%) hue-rotate(177deg) brightness(102%) contrast(102%);
}
#navbar.fixed #header_nav > li > a {
  color: #003B5C;
  transition: none;
}
#navbar.fixed #header_nav > li > a.white-arrow:after {
  filter: none;
}
#navbar.fixed .inside .search-bar {
  bottom: 0;
}

#navbar {
  background: none;
  position: relative;
}
@media screen and (max-width: 1248px) {
  #navbar {
    padding: 0;
  }
}
#navbar .inside {
  padding: 41px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: var(--max-width);
  position: relative;
  background: none;
  transition: background 0.6s ease;
}
@media screen and (max-width: 920px) {
  #navbar .inside {
    padding: 11px var(--outside-space);
  }
}
#navbar .inside .search-bar {
  position: absolute;
  right: 50px;
  bottom: 40px;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  display: flex;
}
#navbar .inside .search-bar input {
  height: 65px;
  border: none;
  padding: 5px 30px;
}
#navbar .inside .search-bar .search-button {
  cursor: pointer;
  background: #DE7008;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 65px;
}
#navbar .site-branding .site-logo.pos {
  display: none;
}
#navbar .site-branding .site-logo.neg {
  display: block;
}
#navbar .nav-toggle {
  background: none;
  padding-right: 0;
}
#navbar .nav-toggle span {
  background: white;
  width: 27px;
  height: 3px;
  margin: 8px 0px;
}
#navbar .nav-toggle span.one {
  margin-top: 0;
}
#navbar .nav-toggle span.two {
  width: 20px;
  margin-left: auto;
}
#navbar .nav-toggle span.three {
  margin-bottom: 0;
}
#navbar.static {
  position: absolute;
  z-index: 101;
  width: 100%;
  top: 0;
}
#navbar.static .nav-alert-container {
  display: none;
}
#navbar.static .inside .site-branding .site-logo.neg {
  display: block !important;
}
#navbar.static .inside .site-branding .site-logo.pos {
  display: none;
}
#navbar.static #header_nav li .sub-menu, #navbar.static #header_nav li .children {
  top: -41px;
  padding-top: 103px;
}
#navbar.static .search-bar {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#navbar.static .search-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.1;
  pointer-events: none;
}
#navbar.static .search-bar input {
  background: none;
  color: white;
}
#navbar.static .search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
#navbar.static .search-bar input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}
#navbar.static .search-bar input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
@media screen and (min-width: 920px) {
  #navbar.static #mobile_nav {
    padding-top: 140px;
  }
}
#navbar.fixed {
  background: white;
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
#navbar.fixed .inside {
  padding: 21px 50px;
}
@media screen and (max-width: 920px) {
  #navbar.fixed .inside {
    padding: 10px var(--outside-space);
  }
}
#navbar.fixed .nav-toggle span {
  background: #003B5C;
}
#navbar.fixed .nav-toggle.open span {
  background: white;
}
#navbar.fixed:not(.open) .inside .site-branding .site-logo.neg {
  display: none;
}
#navbar.fixed:not(.open) .inside .site-branding .site-logo.pos {
  display: block;
}
#navbar.open {
  z-index: 105;
  position: fixed;
}
#navbar.open .inside {
  background: #003B5C;
}

#page {
  min-height: 100%;
  margin: 0 auto;
}

.site-branding {
  line-height: 0px;
  font-size: 0px;
}
.site-branding .site-logo {
  height: 48px;
  width: auto;
}
@media screen and (max-width: 920px) {
  .site-branding .site-logo {
    height: 33px;
  }
}

nav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
nav ul li {
  padding: 0px;
}

/* Footer Navigation. */
.info-burning-restrictions, .info-water-restrictions {
  position: fixed;
  z-index: 110;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .info-burning-restrictions, .info-water-restrictions {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.info-burning-restrictions:before, .info-water-restrictions:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001a29;
  opacity: 0.9;
}
.info-burning-restrictions .inside, .info-water-restrictions .inside {
  width: calc(100% - 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  position: absolute;
  max-width: 830px;
  text-align: center;
  padding: 80px 120px;
}
@media screen and (max-width: 900px) {
  .info-burning-restrictions .inside, .info-water-restrictions .inside {
    padding: 80px 70px;
  }
}
@media screen and (max-width: 800px) {
  .info-burning-restrictions .inside, .info-water-restrictions .inside {
    width: calc(100% - 0px);
    padding: 50px 30px;
    top: 60px;
    transform: translate(-50%, 0%);
  }
}
.info-burning-restrictions .inside .categories, .info-water-restrictions .inside .categories {
  display: flex;
  column-gap: 4px;
  padding-top: 42px;
}
@media screen and (max-width: 800px) {
  .info-burning-restrictions .inside .categories, .info-water-restrictions .inside .categories {
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    padding-top: 25px;
  }
}
.info-burning-restrictions .inside .categories .category-container, .info-water-restrictions .inside .categories .category-container {
  flex: 0 0 calc(25% - 3px);
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 7px;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  .info-burning-restrictions .inside .categories .category-container, .info-water-restrictions .inside .categories .category-container {
    flex: 0 0 calc(50% - 2.5px);
  }
}
.info-burning-restrictions .inside .categories .category-container .title, .info-water-restrictions .inside .categories .category-container .title {
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-weight: 600;
  color: white;
}
.info-burning-restrictions .inside .learn-more, .info-water-restrictions .inside .learn-more {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .info-burning-restrictions .inside .learn-more, .info-water-restrictions .inside .learn-more {
    margin-top: 32px;
  }
}
.info-burning-restrictions .inside .close-modal, .info-water-restrictions .inside .close-modal {
  position: absolute;
  display: flex;
  align-items: center;
  column-gap: 7px;
  right: 0;
  top: 26px;
  transform: translate(0%, -100%);
  color: white;
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-weight: 700;
  padding: 30px 0px 30px 30px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .info-burning-restrictions .inside .close-modal, .info-water-restrictions .inside .close-modal {
    right: 12px;
  }
}
.info-burning-restrictions .inside .close-modal svg, .info-water-restrictions .inside .close-modal svg {
  position: relative;
}

.info-water-restrictions .inside .categories {
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .info-water-restrictions .inside .categories {
    flex-wrap: wrap;
    row-gap: 4px;
  }
}
.info-water-restrictions .inside .categories .category-container {
  aspect-ratio: initial;
  padding: 15px 20px;
}
@media screen and (max-width: 900px) {
  .info-water-restrictions .inside .categories .category-container {
    flex: 0 0 calc(33.33333% - 2.6666666667px);
  }
}
.info-water-restrictions .inside .categories .category-container .title {
  font-weight: 400;
  font-family: "Sintony", Helvetica, Roboto, Arial, sans-serif;
  color: #000000;
  line-height: 1.4;
}

.site-footer {
  background: url(/wp-content/themes/array-blank/images/shell/background-footer.jpg);
  position: relative;
}
@media screen and (max-width: 1090px) {
  .site-footer {
    padding-bottom: 53px;
  }
}
.site-footer .gradient {
  opacity: 0.85;
  background: #001a29;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.site-footer .inside {
  max-width: var(--max-width);
  margin: auto;
  padding: var(--vertical-space) var(--outside-space);
  position: relative;
}
.site-footer .inside .socials {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding-left: 14px;
}
@media screen and (max-width: 800px) {
  .site-footer .inside .socials {
    padding-left: 0px;
  }
}
.site-footer .inside .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .site-footer .inside .top {
    padding-bottom: 0;
  }
}
.site-footer .inside .top nav {
  flex-grow: 1;
}
@media screen and (max-width: 800px) {
  .site-footer .inside .top nav {
    order: 3;
    flex: 0 0 100%;
  }
}
.site-footer .inside .middle {
  display: flex;
  justify-content: space-between;
  column-gap: 60px;
  column-gap: 4.5%;
  padding: 90px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1500px) {
  .site-footer .inside .middle {
    padding: calc(-36px + 7.875vw) 0;
  }
}
@media screen and (max-width: 973px) {
  .site-footer .inside .middle {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: initial;
    column-gap: 8%;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .inside .middle {
    padding-bottom: 23px;
    padding-top: 25px;
    row-gap: 0;
  }
}
.site-footer .inside .middle .col {
  flex-grow: 1;
}
.site-footer .inside .middle .col:first-child {
  white-space: nowrap;
}
.site-footer .inside .middle .col:first-child .content .icon svg {
  width: 40px;
}
.site-footer .inside .middle .col:first-child .content .custom-button-secondary a {
  padding-right: 21px;
}
.site-footer .inside .middle .col:first-child .content .custom-button-secondary a:before {
  left: calc(100% - 15px);
}
.site-footer .inside .middle .col:first-child .content .custom-button-secondary a:after {
  right: 6px;
}
.site-footer .inside .middle .col:first-child .content .custom-button-secondary:hover a:after {
  right: -4px;
}
@media screen and (max-width: 800px) {
  .site-footer .inside .middle .col:first-child {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 973px) {
  .site-footer .inside .middle .col {
    flex: 0 0 46%;
    width: 46%;
  }
  .site-footer .inside .middle .col:first-child {
    flex: 0 0 100%;
  }
}
.site-footer .inside .middle .col .footer-heading {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 18px;
  margin-bottom: 19px;
  color: white;
}
@media screen and (max-width: 800px) {
  .site-footer .inside .middle .col .footer-heading {
    font-size: 17px;
    border: none;
    padding-bottom: 0;
    margin-bottom: 8px;
  }
}
.site-footer .inside .middle .col .content {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.site-footer .inside .middle .col .content .icon svg {
  width: 20px;
}
.site-footer .inside .middle .col .content .info {
  display: flex;
  color: white;
  align-items: center;
  column-gap: 16px;
}
@media screen and (max-width: 800px) {
  .site-footer .inside .middle .col .content .info {
    line-height: 1.2em;
    font-size: 14px;
  }
}
.site-footer .inside .middle .col .content .info .info-button {
  position: relative;
  margin-top: -1px;
}
.site-footer .inside .middle .col.burn-permis .info, .site-footer .inside .middle .col.water-permis .info {
  cursor: pointer;
}
.site-footer .inside .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  column-gap: 30px;
}
@media screen and (max-width: 900px) {
  .site-footer .inside .bottom {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .inside .overflow-wrapper {
    overflow: scroll;
    margin-right: calc(-1 * var(--outside-space));
  }
  .site-footer .inside .overflow-wrapper .bottom {
    min-width: 170vw;
  }
}
.site-footer .inside .footer-legal {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.site-footer .inside .footer-legal a {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .site-footer {
    justify-content: center;
  }
}
.site-footer .footer-branding {
  line-height: 0px;
  font-size: 0px;
}
.site-footer .footer-branding .footer-logo {
  height: 48px;
}
@media screen and (max-width: 800px) {
  .site-footer .footer-branding .footer-logo {
    height: 30px;
  }
}
.site-footer .footer-legal {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #B7B7B7;
  padding: 20px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
  .site-footer .footer-legal {
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .site-footer .footer-legal {
    font-size: 12px;
    row-gap: 7px;
  }
}
.site-footer .footer-legal a {
  color: #aeaeae;
}
.site-footer .footer-legal a:hover {
  color: #565656;
}
.site-footer .array-link {
  display: block;
  padding: 10px 0px 0px 0px;
}

#footer_nav {
  display: flex;
  list-style-image: none;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  #footer_nav {
    justify-content: space-between;
    padding: 40px 0 20px 0;
  }
}
#footer_nav li {
  position: relative;
  display: flex;
  align-items: center;
}
#footer_nav li a {
  color: white;
  text-decoration: none;
  padding: 0px 15px;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  font-family: "Roboto", "Times New Roman", Times, serif;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
@media screen and (max-width: 930px) {
  #footer_nav li a {
    font-size: 17px;
    padding: 0px 9px;
  }
}
#footer_nav li a:hover {
  color: #DE7008;
}
@media screen and (max-width: 800px) {
  #footer_nav li a {
    display: block;
    width: 100%;
    padding: 0;
  }
}
#footer_nav li .sub-menu li {
  display: block;
}
#footer_nav li .sub-menu li a {
  display: block;
  padding: 8px 25px;
  opacity: 0.5;
}
#footer_nav li .sub-menu li a:hover {
  opacity: 1;
}

/* Mobile Navigation. */
@media screen and (min-width: 1248px) {
  #mobile_nav[style] {
    display: none !important;
  }
}

#mobile_nav {
  display: none;
  clear: both;
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  background: #e7e7e7;
  padding: 15px 0px 55px 0px;
  top: 0;
  z-index: -1;
  background: #003B5C;
  padding-top: 125px;
  text-align: left;
  height: 100vh;
  overflow: scroll;
  overflow-x: hidden;
  flex-direction: column;
}
#mobile_nav li {
  position: relative;
}
#mobile_nav li.menu-item-has-children > a {
  position: relative;
  display: inline-block;
}
#mobile_nav li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  width: 100vw;
  left: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  background: url("/wp-content/themes/array-blank/images/shell/graphic-mobile-nav-down.svg") center center no-repeat;
  background-position: left;
  -webkit-background-size: 8px;
  -moz-background-size: 8px;
  -o-background-size: 8px;
  background-size: 8px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#mobile_nav li a {
  display: block;
  text-decoration: none;
  padding: 6px 10px 6px var(--outside-space);
  color: white;
  font-size: 21px;
  font-weight: bold;
  font-family: "Roboto", "Times New Roman", Times, serif;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
@media screen and (min-width: 799px) {
  #mobile_nav li a {
    font-size: 30px;
  }
}
#mobile_nav li .sub-menu {
  display: none;
}
#mobile_nav li .sub-menu a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  padding: 4px 10px 4px var(--outside-space);
}
@media screen and (min-width: 799px) {
  #mobile_nav li .sub-menu a {
    padding: 2px 10px 2px calc(var(--outside-space) + 30px);
    font-size: 23px;
  }
}
@media screen and (min-width: 799px) {
  #mobile_nav .mobile-nav-buttons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding-top: 20px;
    column-gap: 70px;
    margin-bottom: 40px;
    margin-top: auto;
  }
  #mobile_nav .mobile-nav-buttons .mobile-signup {
    padding: 15px 0 0 var(--outside-space);
    padding-top: 0;
  }
  #mobile_nav .mobile-nav-buttons .mobile-connected {
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    column-gap: 14px;
  }
  #mobile_nav .mobile-nav-buttons .mobile-connected .small-section-heading {
    margin-bottom: 0;
  }
}
#mobile_nav .mobile-connected {
  padding: 30px var(--outside-space) 0 var(--outside-space);
}
#mobile_nav .mobile-connected .small-section-heading {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 8px;
}
#mobile_nav .mobile-connected .social-container {
  display: flex;
  column-gap: 30px;
  column-gap: 15px;
}
#mobile_nav .mobile-connected .social-container img {
  width: 38px;
}
#mobile_nav .mobile-signup {
  padding: 30px var(--outside-space) 0 var(--outside-space);
}
#mobile_nav .mobile-signup .custom-button a {
  padding: 15px 41px 14px 58px;
  background-image: url(/wp-content/themes/array-blank/images/shell/footer-icon-tent.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 21px;
}

.nav-toggle {
  padding: 19px 20px;
  border: none;
  display: none;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
@media screen and (max-width: 1248px) {
  .nav-toggle {
    display: block;
  }
}
.nav-toggle span {
  display: block;
  background: #333333;
  width: 20px;
  height: 2px;
  margin: 4px 0px;
  transform-origin: 50% 50%;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.nav-toggle.open .one {
  transform: translateY(11px) rotate(135deg);
  -moz-transform: translateY(11px) rotate(135deg);
  -webkit-transform: translateY(11px) rotate(135deg);
}
.nav-toggle.open .three {
  transform: translateY(-11px) rotate(-135deg);
  -moz-transform: translateY(-11px) rotate(-135deg);
  -webkit-transform: translateY(-11px) rotate(-135deg);
}
.nav-toggle.open .two {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.nav-toggle:focus {
  background: rgba(0, 0, 0, 0.13);
}
.nav-toggle:active {
  background: rgba(0, 0, 0, 0.13);
}
.nav-toggle:hover {
  background: rgba(0, 0, 0, 0.13);
}

/*
Layout Stylesheet

Contains sitewide layout styling.
*/
.error-404.not-found {
  margin: auto;
  margin-top: 160px;
  max-width: var(--max-width);
  padding: 5% 50px 21px 50px;
}
@media screen and (max-width: 1090px) {
  .error-404.not-found {
    margin-top: 105px;
    padding: 1% 50px 21px 50px;
  }
}
@media screen and (max-width: 920px) {
  .error-404.not-found {
    margin-top: 105px;
  }
}
.error-404.not-found .page-title {
  line-height: 1.4;
}

.error404 .site-main {
  padding: 0;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1.2s linear infinite;
  -moz-animation: rotating 1.2s linear infinite;
  -ms-animation: rotating 1.2s linear infinite;
  -o-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
}

.bookmark-page {
  z-index: 1;
}

select {
  display: none;
}

.proto {
  display: none !important;
}

.space-above-adjustment {
  margin-top: 40px;
}
@media screen and (max-width: 800px) {
  .space-above-adjustment {
    margin-top: 20px;
  }
}

#breadcrumbs {
  margin-bottom: 0.8em;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto", "Times New Roman", Times, serif;
}
@media screen and (max-width: 800px) {
  #breadcrumbs {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#breadcrumbs * {
  color: white;
}

.bookmark-page a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", "Times New Roman", Times, serif;
  color: #DE7008;
  letter-spacing: 1px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 13px;
}

.active-alerts.styled-alerts {
  position: absolute;
  right: 0;
  bottom: 0;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
@media screen and (max-width: 1090px) {
  .active-alerts.styled-alerts {
    display: none;
  }
}
.active-alerts.styled-alerts .container-heading {
  color: white;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto", "Times New Roman", Times, serif;
  background: #003B5C;
  padding: 13px 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
}
.active-alerts.styled-alerts * {
  scrollbar-width: thin;
  scrollbar-color: #003b5c #f5f5f5;
}
.active-alerts.styled-alerts *::-webkit-scrollbar {
  width: 18px;
}
.active-alerts.styled-alerts *::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.active-alerts.styled-alerts *::-webkit-scrollbar-thumb {
  background-color: #003b5c;
  border-radius: 0px;
  border: 7px solid #f5f5f5;
}
.active-alerts.styled-alerts .alerts-container {
  width: 420px;
  overflow: auto;
  overflow-x: hidden;
}
.active-alerts.styled-alerts .alerts-container .alert {
  background: #F5F5F5;
  display: flex;
  border-bottom: 1px solid #003B5C;
  transition: all 0.3s ease;
}
.active-alerts.styled-alerts .alerts-container .alert:last-child {
  border-bottom: none;
}
.active-alerts.styled-alerts .alerts-container .alert .icon {
  background-color: #F5D319;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-bell.svg);
  flex: 0 0 75px;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 56px;
  background-size: 40px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  .active-alerts.styled-alerts .alerts-container .alert .icon {
    flex: 0 0 65px;
  }
}
.active-alerts.styled-alerts .alerts-container .alert:hover .icon {
  background-color: #f8df59;
}
.active-alerts.styled-alerts .alerts-container .alert.critical .icon {
  background-color: #C33418;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-urgent.svg) !important;
}
.active-alerts.styled-alerts .alerts-container .alert.critical:hover .icon {
  background-color: #e65437;
}
.active-alerts.styled-alerts .alerts-container .alert.test .icon {
  background-color: #9AC750;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-info.svg);
}
.active-alerts.styled-alerts .alerts-container .alert.test:hover .icon {
  background-color: #b7d782;
}
.active-alerts.styled-alerts .alerts-container .alert.eoc {
  background: #DE7008;
}
.active-alerts.styled-alerts .alerts-container .alert.eoc .icon {
  background-color: #DE7008;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-active.svg);
}
.active-alerts.styled-alerts .alerts-container .alert.eoc:hover {
  background: #f89131;
}
.active-alerts.styled-alerts .alerts-container .alert.eoc:hover .icon {
  background-color: #f89131;
}
.active-alerts.styled-alerts .alerts-container .alert.eoc .description {
  padding-left: 0;
}
.active-alerts.styled-alerts .alerts-container .alert.eoc .description .title, .active-alerts.styled-alerts .alerts-container .alert.eoc .description .date {
  color: white;
}
.active-alerts.styled-alerts .alerts-container .alert.cancelled .icon {
  background-color: #919191;
  background-image: url(/wp-content/themes/array-blank/images/shell/graphic-alert-bell-reverse.svg);
}
.active-alerts.styled-alerts .alerts-container .alert.cancelled:hover .icon {
  background-color: #b2b2b2;
}
.active-alerts.styled-alerts .alerts-container .alert .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 20px;
}
.active-alerts.styled-alerts .alerts-container .alert .description .title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto", "Times New Roman", Times, serif;
  color: #003B5C;
  line-height: 1.3;
}
.active-alerts.styled-alerts .alerts-container .alert .description .date {
  font-size: 14px;
  color: #003B5C;
  line-height: 1.5;
}

#common-banner {
  position: relative;
}
#common-banner #breadcrumbs * {
  opacity: 0.95;
}
#common-banner .background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
#common-banner .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#common-banner .background .gradient {
  background: #001a29;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.8;
}
#common-banner .background svg {
  position: absolute;
  top: 0;
}
#common-banner .inside {
  max-width: var(--max-width);
  margin: auto;
  padding: 100px var(--outside-space);
  margin-top: 160px;
}
@media screen and (max-width: 1600px) {
  #common-banner .inside {
    padding: calc(33px + 4.1875vw) var(--outside-space);
  }
}
@media screen and (max-width: 1090px) {
  #common-banner .inside {
    margin-top: 105px;
  }
}
@media screen and (max-width: 920px) {
  #common-banner .inside {
    margin-top: 83px;
  }
}
#common-banner .inside .primary-heading {
  color: #DE7008;
  margin-bottom: 0;
}

#cta-connected .inside-wrap {
  padding: var(--vertical-space);
  max-width: var(--max-width);
  margin: auto;
}
@media screen and (max-width: 800px) {
  #cta-connected .inside-wrap {
    padding: var(--vertical-space) calc(var(--outside-space) - 10px);
  }
}
#cta-connected .inside {
  background: #003B5C;
  padding: 80px calc(var(--inside-space) - var(--vertical-space)) 80px calc(var(--inside-space) - var(--vertical-space));
  color: white;
  position: relative;
}
@media screen and (max-width: 1600px) {
  #cta-connected .inside {
    padding: calc(24px + 3.7333333333vw) calc(var(--inside-space) - var(--vertical-space)) calc(24px + 3.7333333333vw) calc(var(--inside-space) - var(--vertical-space));
  }
}
@media screen and (max-width: 900px) {
  #cta-connected .inside {
    padding: calc(24px + 3.7333333333vw) 50px calc(24px + 3.7333333333vw) 50px;
  }
}
@media screen and (max-width: 800px) {
  #cta-connected .inside {
    padding-left: 0;
    padding-right: 0;
  }
}
#cta-connected .inside .graphic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
#cta-connected .inside .graphic svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .graphic svg {
    width: 1000px;
  }
}
#cta-connected .inside .graphic-arrows {
  position: absolute;
  right: 0;
  top: 30px;
  transform: translateX(50%);
}
#cta-connected .inside .graphic-arrows svg {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #cta-connected .inside .graphic-arrows svg {
    width: 80px;
  }
}
@media screen and (max-width: 1100px) {
  #cta-connected .inside .graphic-arrows svg {
    width: 70px;
  }
}
@media screen and (max-width: 900px) {
  #cta-connected .inside .graphic-arrows svg {
    width: 60px;
  }
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .graphic-arrows svg {
    width: 42px;
  }
}
@media screen and (max-width: 1000px) {
  #cta-connected .inside .graphic-arrows {
    top: 24px;
    width: 58px;
  }
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .graphic-arrows {
    width: 32px;
    transform: translateX(12%);
    top: 74px;
  }
}
#cta-connected .inside .top {
  text-align: center;
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-weight: 700;
  text-transform: uppercase;
}
#cta-connected .inside .top p {
  margin-bottom: 0.6em;
}
#cta-connected .inside .top .secondary-heading {
  color: white;
  text-transform: initial;
  margin-bottom: 1em;
}
@media screen and (max-width: 1300px) {
  #cta-connected .inside .top .secondary-heading {
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .top .secondary-heading {
    margin-bottom: 33px;
  }
}
#cta-connected .inside .bottom {
  display: flex;
  text-align: center;
  column-gap: 70px;
}
@media screen and (max-width: 1600px) {
  #cta-connected .inside .bottom {
    column-gap: calc(-21px + 5.6875vw);
  }
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .bottom {
    flex-direction: column;
  }
}
#cta-connected .inside .bottom .custom-button-secondary {
  margin-left: 30px;
}
#cta-connected .inside .bottom .icon img, #cta-connected .inside .bottom .icon svg {
  margin: auto;
}
#cta-connected .inside .bottom .link-container {
  flex-grow: 1;
  white-space: nowrap;
  display: block;
  padding-bottom: 17px;
  position: relative;
}
#cta-connected .inside .bottom .link-container:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .bottom .link-container:after {
    display: none;
  }
}
#cta-connected .inside .bottom .link-container .secondary-heading {
  margin-top: 28px;
  padding-top: 20px;
  margin-bottom: 0.2em;
  color: white;
  position: relative;
}
#cta-connected .inside .bottom .link-container .secondary-heading:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.3);
  animation-name: lineoffhover;
  animation-duration: 0.3s;
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .bottom .link-container .secondary-heading:after {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  #cta-connected .inside .bottom .link-container .secondary-heading {
    margin-top: 19px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .bottom .link-container .secondary-heading {
    margin-top: 0px;
    padding-top: 8px;
    border-top: none;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #cta-connected .inside .bottom .link-container {
    width: 250px;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 25px;
    margin-bottom: 32px;
  }
  #cta-connected .inside .bottom .link-container:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#cta-connected .inside .bottom .link-container.cowichan {
  max-width: 345px;
}
#cta-connected .inside .bottom .link-container .icon svg path {
  fill: #DE7008;
  transition: all 0.3s ease;
}
#cta-connected .inside .bottom .link-container .icon svg #Ellipse_13 {
  stroke: #DE7008;
  transition: all 0.3s ease;
}
#cta-connected .inside .bottom .link-container:hover:after {
  width: 100%;
}
#cta-connected .inside .bottom .link-container:hover .secondary-heading:after {
  animation-name: linehover;
  animation-duration: 0.3s;
}
#cta-connected .inside .bottom .link-container:hover .icon svg path {
  fill: white;
}
#cta-connected .inside .bottom .link-container:hover .icon svg #Ellipse_13 {
  stroke: white;
}
#cta-connected .inside .bottom .link-container:hover .custom-button-secondary a, #cta-connected .inside .bottom .link-container:hover .custom-button-secondary span {
  background: none;
  color: #DE7008;
}
#cta-connected .inside .bottom .link-container:hover .custom-button-secondary a:after, #cta-connected .inside .bottom .link-container:hover .custom-button-secondary span:after {
  filter: none;
  right: 16px;
}
#cta-connected .inside .bottom .link-container:hover .custom-button-secondary a:before, #cta-connected .inside .bottom .link-container:hover .custom-button-secondary span:before {
  opacity: 1;
  width: 15px;
  background: #DE7008;
}
#cta-connected .inside .bottom .link-container:hover .custom-button-secondary:before {
  width: 100%;
}
#cta-connected .inside .bottom .link {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", "Times New Roman", Times, serif;
  color: #DE7008;
}

@keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes lineoffhover {
  0% {
    width: 100%;
  }
  50% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.content-block {
  overflow: hidden;
}
.content-block .inside {
  display: flex;
  align-items: center;
  max-width: var(--max-width);
  margin: auto;
  padding: 40px var(--outside-space);
  column-gap: 115px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .content-block .inside {
    column-gap: calc(0px + 7.1875vw);
  }
}
@media screen and (max-width: 1090px) {
  .content-block .inside {
    display: block;
    padding: var(--vertical-space) var(--outside-space);
  }
}
.content-block .inside .graphic-slash {
  position: absolute;
  top: -40px;
  right: 0;
  bottom: initial;
  height: calc(100% + 80px);
  z-index: 0;
}
@media screen and (max-width: 1090px) {
  .content-block .inside .graphic-slash {
    top: calc(-1 * var(--vertical-space));
    height: calc(100% + 2 * var(--vertical-space));
  }
}
.content-block .inside .graphic-slash svg {
  height: 100%;
  width: auto;
}
.content-block .inside .left {
  padding: 85px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .content-block .inside .left {
    padding: 0 0 calc(var(--vertical-space)) 0;
  }
}
.content-block .inside .left p:last-child {
  margin-bottom: 0;
}
.content-block .inside .right {
  flex: 0 0 50%;
  align-self: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1090px) {
  .content-block .inside .right {
    height: 400px;
  }
}
@media screen and (max-width: 950px) {
  .content-block .inside .right {
    height: 360px;
  }
}
@media screen and (max-width: 800px) {
  .content-block .inside .right {
    height: 270px;
  }
}
.content-block .inside .right .graphic {
  position: absolute;
  right: 0;
  bottom: 15%;
  transform: translateX(50%);
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .content-block .inside .right .graphic svg {
    width: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .content-block .inside .right .graphic svg {
    width: 70px;
  }
}
@media screen and (max-width: 900px) {
  .content-block .inside .right .graphic svg {
    width: 60px;
  }
}
@media screen and (max-width: 800px) {
  .content-block .inside .right .graphic svg {
    width: 42px;
  }
}
.content-block .inside .right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.content-block .inside hr {
  margin: 25px 0;
}
.content-block.slash .inside .left {
  padding: 85px 0;
}
@media screen and (max-width: 1090px) {
  .content-block.slash .inside .left {
    padding: 0 0 calc(var(--vertical-space) + 30px) 0;
  }
}
.content-block.slash .inside .right .graphic-slash {
  left: -50px;
}
@media screen and (max-width: 1090px) {
  .content-block.slash .inside .right .graphic-slash {
    left: 0;
  }
}
.content-block.slash.reverse .inside .right .graphic-slash {
  right: 0px;
  left: initial;
}
.content-block.reverse .inside {
  flex-direction: row-reverse;
}

.icon-content-repeater {
  background: #F5F5F5;
}
.icon-content-repeater .inside {
  max-width: var(--max-width);
  margin: auto;
  padding: var(--vertical-space) var(--outside-space);
  position: relative;
  display: flex;
  column-gap: 8%;
  flex-wrap: wrap;
  row-gap: 60px;
}
@media screen and (max-width: 1600px) {
  .icon-content-repeater .inside {
    row-gap: calc(7.8px + 3.2625vw);
  }
}
@media screen and (max-width: 800px) {
  .icon-content-repeater .inside {
    flex-direction: column;
    row-gap: 30px;
  }
}
.icon-content-repeater .inside .point {
  flex: 0 0 46%;
}
.icon-content-repeater .inside .point .icon {
  margin-bottom: 10px;
  height: 70px;
  display: flex;
  align-items: center;
}

.prepare-block {
  background: #F5F5F5;
}
.prepare-block .inside {
  max-width: var(--max-width);
  margin: auto;
  padding: var(--vertical-space) var(--outside-space);
}
.prepare-block .inside ol {
  margin-bottom: 20px;
}
.prepare-block .inside .top {
  position: relative;
}
.prepare-block .inside .top .section-tag {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 10px 30px 10px 0px;
  font-family: "Roboto", "Times New Roman", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  z-index: 1;
}
.prepare-block .inside .top .section-tag:before {
  content: "";
  position: absolute;
  width: 100vw;
  right: 0;
  top: 0;
  background: #F5D319;
  height: 100%;
  z-index: -1;
}
.prepare-block .inside .top img {
  height: 434px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  .prepare-block .inside .top img {
    height: 285px;
  }
}
.prepare-block .inside .bottom {
  padding-top: var(--vertical-space);
  display: flex;
  column-gap: 80px;
}
@media screen and (max-width: 1600px) {
  .prepare-block .inside .bottom {
    column-gap: calc(0px + 5vw);
  }
}
@media screen and (max-width: 800px) {
  .prepare-block .inside .bottom {
    flex-direction: column;
    row-gap: 1.2em;
  }
}
.prepare-block .inside .bottom p:last-child {
  margin-bottom: 0;
}
.prepare-block .inside .bottom .left, .prepare-block .inside .bottom .right {
  flex: 0 0 calc(50% - 40px);
}
@media screen and (max-width: 1600px) {
  .prepare-block .inside .bottom .left, .prepare-block .inside .bottom .right {
    flex: 0 0 calc(50% - (0px + 5vw) / 2);
  }
}
.prepare-block .inside .bottom img {
  margin: 30px 0;
}
.prepare-block .inside .bottom img:last-child {
  margin-bottom: 0;
}
.prepare-block.dark {
  background: #001a29;
}
.prepare-block.dark .inside .top .section-tag {
  color: white;
}
.prepare-block.dark .inside .top .section-tag:before {
  background: #C33418;
}
.prepare-block.dark .inside .bottom > *, .prepare-block.dark .inside .bottom .tertiary-heading, .prepare-block.dark .inside .bottom .secondary-heading, .prepare-block.dark .inside .bottom .primary-heading {
  color: white;
}
.prepare-block.dark .inside .bottom a:hover {
  color: #B7B7B7;
}
.prepare-block.dark .inside .bottom a:focus {
  color: #B7B7B7;
}

ul {
  list-style-image: url("/wp-content/themes/array-blank/images/shell/icon-list-checkmark.svg");
}
ul:last-child {
  margin-bottom: 0;
}

#other-resources, .other-resources {
  background: #F5F5F5;
}
#other-resources .inside, .other-resources .inside {
  max-width: var(--max-width);
  margin: auto;
  position: relative;
  padding: var(--vertical-space) var(--outside-space);
}
#other-resources .inside .resources-container, .other-resources .inside .resources-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
#other-resources .inside .resources-container > *:last-child, .other-resources .inside .resources-container > *:last-child {
  margin-bottom: 0;
}

body {
  font-family: "Sintony", Helvetica, Roboto, Arial, sans-serif;
  font-display: swap;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #1D1D1D;
}

img, svg {
  display: block;
}

body.mce-content-body {
  background-color: white !important;
}
body.mce-content-body * {
  color: black !important;
}
body.mce-content-body a {
  color: blue !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto", "Times New Roman", Times, serif;
}

a {
  text-decoration: none;
  color: #DE7008;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #767676;
}
a:focus {
  color: #767676;
}

ul {
  margin-left: 0px;
  padding-left: 17px;
}
ul li {
  padding: 1px 0px;
}

ol {
  margin-left: 0px;
  padding-left: 17px;
  margin-bottom: 0;
}

ol li::marker {
  color: #DE7008;
}

ol > li {
  padding: 0 0px;
  margin: 25px 0;
}
ol > li:first-child {
  margin-top: 0;
}
ol > li:last-child {
  margin-bottom: 0;
}

ol ul {
  margin-top: 20px;
}

.site-main, .intro-block, .post-list {
  padding: 5% 10%;
  height: 100vh;
}

#page {
  min-height: initial;
  overflow: hidden;
}

#page .gform_wrapper {
  margin: 0px;
  /*
  	.validation_error{
  		background: $color-secondary;
  		color: white;
  		border: none;
  		border-radius: 3px;
  		padding: 15px 35px;
  		margin: 0px 15px 25px 0px;
  		width: auto;
  	}
  */
}
#page .gform_wrapper .gform_validation_errors > h2 {
  color: white;
  padding-left: 20px;
  position: relative;
  line-height: 1.3em;
}
#page .gform_wrapper .gform_validation_errors > h2:before {
  position: absolute;
  left: 0px;
  top: 3px;
}
#page .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  height: 67px;
}
#page .gform_wrapper .validation_error, #page .gform_wrapper .gform_validation_errors {
  background: #333333;
  color: white;
  border: none;
  border-radius: 0px;
  padding: 20px 30px 25px 45px;
  margin: 0px 15px 25px 0px;
  width: auto;
  font-size: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  text-align: left;
}
#page .gform_wrapper .validation_error .gform_submission_error, #page .gform_wrapper .gform_validation_errors .gform_submission_error {
  font-family: "Sintony", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
}
#page .gform_wrapper .validation_error ol, #page .gform_wrapper .gform_validation_errors ol {
  margin: 0px;
}
#page .gform_wrapper .validation_error ol li, #page .gform_wrapper .gform_validation_errors ol li {
  padding: 0px;
  margin: 0px;
}
#page .gform_wrapper .validation_error ol li a, #page .gform_wrapper .gform_validation_errors ol li a {
  color: white;
}
#page .gform_wrapper .gform_fields {
  margin: 0px;
  padding: 0px;
  grid-row-gap: 0px;
}
#page .gform_wrapper .gform_fields .gfield {
  width: 100%;
  clear: none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error {
  background: none;
  border: none;
  max-width: none !important;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input, #page .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea {
  border-left: 5px solid red;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error .validation_message {
  padding: 10px 0px 0px 0px;
  color: #333333;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error .gfield_label {
  margin-top: 0px;
  color: #333333;
}
#page .gform_wrapper .gform_fields .gfield label {
  font-size: 15px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #767676;
  font-family: "Roboto", "Times New Roman", Times, serif;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container {
  margin: 0px;
  border: 1px solid #B7B7B7;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container input {
  width: 100%;
  border: none;
  height: 44px;
  padding: 0px 15px;
  background: #f4f4f4;
  border-radius: 2px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container input:focus {
  outline: none;
  background: #e7e7e7;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  border: none;
  padding: 10px 15px;
  background: #f4f4f4;
  border-radius: 2px;
  height: 236px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus {
  outline: none;
  background: #e7e7e7;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  background: #f4f4f4 url("/wp-content/themes/array-blank/shell/arrow.svg") right 13px center no-repeat;
  -webkit-background-size: 11px;
  -moz-background-size: 11px;
  -o-background-size: 11px;
  background-size: 11px;
  border-radius: 2px;
  height: 40px;
  padding: 0px 15px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container select:focus {
  outline: none;
  background-color: #e7e7e7;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio {
  margin: 0px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input {
  display: none;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input:checked + label:after {
  background: #003B5C !important;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  padding: 5px 0px 5px 35px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input + label:after {
  position: absolute;
  content: "";
  background: white;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 22px;
  height: 22px;
  left: 0px;
  display: block;
  border: 3px solid white;
  -webkit-box-shadow: 0px 0px 0px 3px #e0e1e2;
  -moz-box-shadow: 0px 0px 0px 3px #e0e1e2;
  box-shadow: 0px 0px 0px 3px #e0e1e2;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio input + label:hover:after {
  background: #cfd2d3;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox {
  margin: 0px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input {
  display: none;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input:checked + label:after {
  background: #003B5C !important;
  -webkit-box-shadow: 0px 0px 0px 3px #003B5C;
  -moz-box-shadow: 0px 0px 0px 3px #003B5C;
  box-shadow: 0px 0px 0px 3px #003B5C;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input + label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-weight: 400;
  padding: 5px 0px 5px 40px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input + label:after {
  position: absolute;
  content: "";
  background: white;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 22px;
  height: 22px;
  left: 3px;
  display: block;
  -webkit-box-shadow: 0px 0px 0px 3px #e0e1e2;
  -moz-box-shadow: 0px 0px 0px 3px #e0e1e2;
  box-shadow: 0px 0px 0px 3px #e0e1e2;
  border-radius: 50%;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input + label:before {
  content: "";
  position: absolute;
  left: 0px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
  border: 3px solid white;
  border-right: 0px;
  border-top: 0px;
  width: 14px;
  height: 8px;
  z-index: 9;
  top: 10px;
  left: 7px;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox input + label:hover:after {
  background: #e0e1e2;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container.ginput_container_fileupload input[type=file] {
  height: auto;
  padding: 15px 20px;
  border: 3px dashed #cccccc;
  background: none;
}
#page .gform_wrapper .gform_fields #field_1_7 {
  grid-row: 2/5;
  grid-column: 7/13;
}
#page .gform_wrapper .gform_fields #field_1_4, #page .gform_wrapper .gform_fields #field_1_5 {
  grid-column: span 6;
}
#page .gform_wrapper .gform_fields .gfield .ginput_container_select {
  border: none;
}
#page .gform_wrapper .gform_fields .nice-select {
  background: #F5F5F5;
  height: 46px;
  border-radius: 0;
  border: 1px solid #B7B7B7;
  line-height: 43px;
  width: 100%;
  font-size: 15px;
}
#page .gform_wrapper .gform_fields .nice-select .list {
  background: #F5F5F5;
  width: 100%;
  border-radius: 0;
  border: 1px solid #B7B7B7;
  margin-top: 0;
  left: -1px;
  width: calc(100% + 2px);
}
#page .gform_wrapper .gform_footer {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
#page .gform_wrapper .gform_footer .custom-button button {
  margin-bottom: 0;
}
#page .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
}
#page .gform_wrapper input[type=submit] {
  height: auto;
  padding: 15px 25px;
  background: #003B5C;
  border: none;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
#page .gform_wrapper input[type=submit]:hover {
  background: #001a29;
}
@media screen and (max-width: 641px) {
  #page .gform_wrapper input[type=submit] {
    line-height: inherit;
    min-height: 0px;
    width: auto;
  }
}
#page .gform_wrapper .gform_validation_errors > h2 .gform-icon {
  left: -15px;
  top: -22px;
}
#page .gform_wrapper .gform_validation_errors {
  padding: 30px 30px 25px 45px;
  margin: 0px 0px 25px 0px;
}
#page .gform_wrapper .gform_validation_errors ol li::marker {
  color: white;
}
#page .gform_wrapper .gform_fields .gfield.gfield_error .validation_message {
  padding: 6px 10px;
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.search-form {
  display: flex;
  margin-top: 27px;
}
.search-form .search-field {
  border: none;
  height: 44px;
  padding: 0px 15px;
  background: #f4f4f4;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -ms-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  height: 65px;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.search-form .search-field:focus {
  outline: none;
  background: #e7e7e7;
}
.search-form .search-submit {
  font-size: 0px;
  background: #e7e7e7 url("/wp-content/themes/array-blank/shell/search.svg") center center no-repeat;
  background-color: #DE7008;
  background-image: url(/wp-content/themes/array-blank/images/shell/icon-search.svg);
  -webkit-background-size: 43px;
  -moz-background-size: 43px;
  -o-background-size: 43px;
  background-size: 43px;
  padding: 0px;
  width: 65px;
  border: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.search-form .search-submit:hover {
  background: #e7e7e7 url("/wp-content/themes/array-blank/shell/search.svg") center center no-repeat;
  background-color: #DE7008;
  background-image: url(/wp-content/themes/array-blank/images/shell/icon-search.svg);
  -webkit-background-size: 43px;
  -moz-background-size: 43px;
  -o-background-size: 43px;
  background-size: 43px;
}

.ajax-loader {
  display: block;
  position: relative;
  text-align: center;
  margin: 10px;
}
.ajax-loader .ajax-spinner {
  display: inline-block;
  border: 2px solid #003B5C; /* Light grey */
  border-top: 2px solid #333333; /* Blue */
  border-radius: 50%;
  width: 35px;
  height: 35px;
  animation: spin 1s linear infinite;
}
.ajax-loader .ajax-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  font-weight: 600;
  font-family: "Roboto", "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wow {
  opacity: 0;
  transform: translateY(40px);
  -webkit-transition: opacity 0.45s ease-out, transform 0.7s ease;
  -moz-transition: opacity 0.45s ease-out, transform 0.7s ease;
  -o-transition: opacity 0.45s ease-out, transform 0.7s ease;
  transition: opacity 0.45s ease-out, transform 0.7s ease;
}
.wow.visible {
  opacity: 1;
  transform: translateY(0px);
}

.wow-quick {
  opacity: 0;
  transform: translateY(40px);
  -webkit-transition: opacity 0.45s ease-out, transform 0.7s ease;
  -moz-transition: opacity 0.45s ease-out, transform 0.7s ease;
  -o-transition: opacity 0.45s ease-out, transform 0.7s ease;
  transition: opacity 0.45s ease-out, transform 0.7s ease;
}
.wow-quick.visible {
  opacity: 1;
  transform: translateX(0px);
}

.wow-left, .wow-left-quick {
  opacity: 0;
  transform: translateX(-40px);
  -webkit-transition: opacity 0.45s ease-out, transform 0.7s ease;
  -moz-transition: opacity 0.45s ease-out, transform 0.7s ease;
  -o-transition: opacity 0.45s ease-out, transform 0.7s ease;
  transition: opacity 0.45s ease-out, transform 0.7s ease;
}
.wow-left.visible, .wow-left-quick.visible {
  opacity: 1;
  transform: translateX(0px);
}

.wow-right, .wow-right-quick {
  opacity: 0;
  transform: translateX(40px);
  -webkit-transition: opacity 0.45s ease-out, transform 0.7s ease;
  -moz-transition: opacity 0.45s ease-out, transform 0.7s ease;
  -o-transition: opacity 0.45s ease-out, transform 0.7s ease;
  transition: opacity 0.45s ease-out, transform 0.7s ease;
}
.wow-right.visible, .wow-right-quick.visible {
  opacity: 1;
  transform: translateX(0px);
}

.wow-group > *, .wow-group-quick > * {
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transition: opacity 0.45s ease-out, transform 0.45s ease;
  -moz-transition: opacity 0.45s ease-out, transform 0.45s ease;
  -o-transition: opacity 0.45s ease-out, transform 0.45s ease;
  transition: opacity 0.45s ease-out, transform 0.45s ease;
}
.wow-group > *.visible, .wow-group-quick > *.visible {
  opacity: 1;
  transform: translateY(0px);
}

/*# sourceMappingURL=styles.css.map */
