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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrapper {
  padding: 0 0.5em;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 550px) {
  .wrapper {
    max: width 590px;
  }
}
@media (min-width: 767px) {
  .wrapper {
    padding: 0 3em;
    max-width: 752px;
    box-sizing: content-box;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1198px;
  }
} /* Link Color Mixin 
  Who Likes being able to quickly over-ride default link static and hover colors?! You Do!
  use on the <a> selector (or whatever you are hovering) passing a $static and/or $hover color or neither (uses site defaults):
  @include link-color(color(swatch-one), color(swatch-two));
    OR
  @include link-color;
 */
/* Graceful degredations from http://cssfontstack.com */
*[class*=fa-] {
  opacity: 0;
  transition: opacity ease-in 0.3s;
  display: inline-block;
  width: 0.875em;
}
.wf-active *[class*=fa-] {
  opacity: 1;
}
.wf-inactive *[class*=fa-] {
  opacity: 1;
}
.wf-active *[class*=fa-]:not(.fa-fw, .fa-li) {
  width: auto;
}

*[class*=font-effects] {
  opacity: 0;
  transition: opacity ease 0.3s;
}
*[class*=font-effects] .wf-gfx-loaded {
  opacity: 1;
}

body {
  color: #13487e;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 767px) {
  body {
    line-height: 1.5;
  }
}

.link, a {
  text-decoration: none;
  will-change: color, text-shadow;
  transition: all 0.3s ease;
}
.link, a, .link:visited, .link:active, .link:visited:active {
  color: #2a8b61;
}
.link:hover, a:hover, .link:visited:hover {
  color: #164a33;
}
.link:hover, a:hover {
  text-decoration: underline;
}

.italic, i, em {
  font-style: italic;
}

.bold, b, strong {
  font-weight: 700;
}

.h1, h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
.wf-active .h1, .wf-active h1 {
  opacity: 1;
}
.wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h1, h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 3em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.05;
  }
}

.h2, h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
.wf-active .h2, .wf-active h2 {
  opacity: 1;
}
.wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h2, h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h2, h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

.h3, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
.wf-active .h3, .wf-active h3 {
  opacity: 1;
}
.wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h3, h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

.h4, h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */
  }
}

.h5, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.0625em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111;
}
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1em;
  line-height: 1.11111111;
}
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h1, h1 {
  margin-top: 0;
  margin-bottom: 0.25em;
}

.h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1.2em;
  margin-bottom: 0.25em;
}

.block-margins, ul, ol, pre, blockquote {
  margin: 1rem 0;
}

p {
  margin: 0 0 1.5rem 0;
}

blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

/* overrides */
.intro-text {
  font-size: 1.5em;
  line-height: 1.375;
}

h2.product {
  padding-top: 128px;
  margin-top: -99px;
}

.blockify {
  display: block !important;
}

.inlinify {
  display: inline-block !important;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.headroom {
  margin-top: 2em;
}

.less-headroom {
  margin-top: 1em;
}

.more-less-headroom {
  margin-top: 0.5em;
}

.no-headroom {
  margin-top: 0 !important;
}

.legroom {
  margin-bottom: 2em;
}

.less-legroom {
  margin-bottom: 1em;
}

.more-less-legroom {
  margin-bottom: 0.5em;
}

.no-legroom {
  margin-bottom: 0;
}

.no-margin {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.center,
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

.hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset li {
  margin: 0;
}

ul.no-bullets {
  list-style-type: none;
  padding: 0 0 0 0.5em;
}

ul.icon-bullets {
  list-style-type: none;
}
ul.icon-bullets li {
  position: relative;
  margin: 0.12em 0;
}
ul.icon-bullets li.resource-link::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0c1";
}
ul.icon-bullets li.resource-download::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f019";
}

.list-inline li {
  display: inline-block;
  float: left;
}
.list-inline li:not(:first-child) {
  margin-left: 0.5em;
}
.list-inline li:not(:last-child) {
  margin-right: 0.5em;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #13487e;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #13487e;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #13487e;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #13487e;
  }
}
form {
  font-family: "Poppins", sans-serif;
  font-size: 1em;
  font-weight: 400;
  overflow: auto;
}
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form .group.radio.inline label {
  margin-right: 1.5em;
}

input[type=email],
input[type=date],
input[type=text],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
  font-size: 1em;
  min-height: 1.2em;
  padding: 0.25em 6px;
  width: 100%;
  color: rgba(45, 38, 25, 0.9);
}
input[type=email]:focus, input[type=email]:target,
input[type=date]:focus,
input[type=date]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=datetime]:focus,
input[type=datetime]:target,
input[type=datetime-local]:focus,
input[type=datetime-local]:target,
input[type=email]:focus,
input[type=email]:target,
input[type=month]:focus,
input[type=month]:target,
input[type=number]:focus,
input[type=number]:target,
input[type=password]:focus,
input[type=password]:target,
input[type=tel]:focus,
input[type=tel]:target,
input[type=text]:focus,
input[type=text]:target,
input[type=time]:focus,
input[type=time]:target,
input[type=url]:focus,
input[type=url]:target,
input[type=week]:focus,
input[type=week]:target,
textarea:focus,
textarea:target {
  color: rgb(45, 38, 25);
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
}
.error input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email]:focus, div.formError[style*="opacity: 0."] + input[type=email], input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date]:focus,
div.formError[style*="opacity: 0."] + input[type=date],
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime],
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local]:focus,
div.formError[style*="opacity: 0."] + input[type=datetime-local],
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email]:focus,
div.formError[style*="opacity: 0."] + input[type=email],
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month]:focus,
div.formError[style*="opacity: 0."] + input[type=month],
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number]:focus,
div.formError[style*="opacity: 0."] + input[type=number],
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password]:focus,
div.formError[style*="opacity: 0."] + input[type=password],
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel]:focus,
div.formError[style*="opacity: 0."] + input[type=tel],
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text]:focus,
div.formError[style*="opacity: 0."] + input[type=text],
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time]:focus,
div.formError[style*="opacity: 0."] + input[type=time],
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url]:focus,
div.formError[style*="opacity: 0."] + input[type=url],
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week]:focus,
div.formError[style*="opacity: 0."] + input[type=week],
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style*="opacity: 0."] + textarea:focus,
div.formError[style*="opacity: 0."] + textarea,
textarea:focus.error {
  color: rgb(217, 19, 80);
}
input[type=email]:focus,
input[type=date]:focus,
input[type=text]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  outline-color: #103e6d;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
.error input[type=email]:focus, div.formError[style^="opacity: 0."] + input[type=email]:focus, input[type=email]:focus.error,
.error input[type=date]:focus,
div.formError[style^="opacity: 0."] + input[type=date]:focus,
input[type=date]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=datetime]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime]:focus,
input[type=datetime]:focus.error,
.error input[type=datetime-local]:focus,
div.formError[style^="opacity: 0."] + input[type=datetime-local]:focus,
input[type=datetime-local]:focus.error,
.error input[type=email]:focus,
div.formError[style^="opacity: 0."] + input[type=email]:focus,
input[type=email]:focus.error,
.error input[type=month]:focus,
div.formError[style^="opacity: 0."] + input[type=month]:focus,
input[type=month]:focus.error,
.error input[type=number]:focus,
div.formError[style^="opacity: 0."] + input[type=number]:focus,
input[type=number]:focus.error,
.error input[type=password]:focus,
div.formError[style^="opacity: 0."] + input[type=password]:focus,
input[type=password]:focus.error,
.error input[type=tel]:focus,
div.formError[style^="opacity: 0."] + input[type=tel]:focus,
input[type=tel]:focus.error,
.error input[type=text]:focus,
div.formError[style^="opacity: 0."] + input[type=text]:focus,
input[type=text]:focus.error,
.error input[type=time]:focus,
div.formError[style^="opacity: 0."] + input[type=time]:focus,
input[type=time]:focus.error,
.error input[type=url]:focus,
div.formError[style^="opacity: 0."] + input[type=url]:focus,
input[type=url]:focus.error,
.error input[type=week]:focus,
div.formError[style^="opacity: 0."] + input[type=week]:focus,
input[type=week]:focus.error,
.error textarea:focus,
div.formError[style^="opacity: 0."] + textarea:focus,
textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
input[type=email][size="1"],
input[type=date][size="1"],
input[type=text][size="1"],
input[type=datetime][size="1"],
input[type=datetime-local][size="1"],
input[type=email][size="1"],
input[type=month][size="1"],
input[type=number][size="1"],
input[type=password][size="1"],
input[type=tel][size="1"],
input[type=text][size="1"],
input[type=time][size="1"],
input[type=url][size="1"],
input[type=week][size="1"],
textarea[size="1"] {
  width: 1em;
}
input[type=email][size="2"],
input[type=date][size="2"],
input[type=text][size="2"],
input[type=datetime][size="2"],
input[type=datetime-local][size="2"],
input[type=email][size="2"],
input[type=month][size="2"],
input[type=number][size="2"],
input[type=password][size="2"],
input[type=tel][size="2"],
input[type=text][size="2"],
input[type=time][size="2"],
input[type=url][size="2"],
input[type=week][size="2"],
textarea[size="2"] {
  width: 2em;
}
input[type=email][size="3"],
input[type=date][size="3"],
input[type=text][size="3"],
input[type=datetime][size="3"],
input[type=datetime-local][size="3"],
input[type=email][size="3"],
input[type=month][size="3"],
input[type=number][size="3"],
input[type=password][size="3"],
input[type=tel][size="3"],
input[type=text][size="3"],
input[type=time][size="3"],
input[type=url][size="3"],
input[type=week][size="3"],
textarea[size="3"] {
  width: 3em;
}
input[type=email][size="4"],
input[type=date][size="4"],
input[type=text][size="4"],
input[type=datetime][size="4"],
input[type=datetime-local][size="4"],
input[type=email][size="4"],
input[type=month][size="4"],
input[type=number][size="4"],
input[type=password][size="4"],
input[type=tel][size="4"],
input[type=text][size="4"],
input[type=time][size="4"],
input[type=url][size="4"],
input[type=week][size="4"],
textarea[size="4"] {
  width: 4em;
}
input[type=email][size="5"],
input[type=date][size="5"],
input[type=text][size="5"],
input[type=datetime][size="5"],
input[type=datetime-local][size="5"],
input[type=email][size="5"],
input[type=month][size="5"],
input[type=number][size="5"],
input[type=password][size="5"],
input[type=tel][size="5"],
input[type=text][size="5"],
input[type=time][size="5"],
input[type=url][size="5"],
input[type=week][size="5"],
textarea[size="5"] {
  width: 5em;
}
input[type=email][type=submit], input[type=email][type=reset],
input[type=date][type=submit],
input[type=date][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=datetime][type=submit],
input[type=datetime][type=reset],
input[type=datetime-local][type=submit],
input[type=datetime-local][type=reset],
input[type=email][type=submit],
input[type=email][type=reset],
input[type=month][type=submit],
input[type=month][type=reset],
input[type=number][type=submit],
input[type=number][type=reset],
input[type=password][type=submit],
input[type=password][type=reset],
input[type=tel][type=submit],
input[type=tel][type=reset],
input[type=text][type=submit],
input[type=text][type=reset],
input[type=time][type=submit],
input[type=time][type=reset],
input[type=url][type=submit],
input[type=url][type=reset],
input[type=week][type=submit],
input[type=week][type=reset],
textarea[type=submit],
textarea[type=reset] {
  background-color: #2a8b61;
  background-image: none;
  color: rgb(255, 255, 255);
}
input[type=email][type=submit]:hover, input[type=email][type=reset]:hover,
input[type=date][type=submit]:hover,
input[type=date][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=datetime][type=submit]:hover,
input[type=datetime][type=reset]:hover,
input[type=datetime-local][type=submit]:hover,
input[type=datetime-local][type=reset]:hover,
input[type=email][type=submit]:hover,
input[type=email][type=reset]:hover,
input[type=month][type=submit]:hover,
input[type=month][type=reset]:hover,
input[type=number][type=submit]:hover,
input[type=number][type=reset]:hover,
input[type=password][type=submit]:hover,
input[type=password][type=reset]:hover,
input[type=tel][type=submit]:hover,
input[type=tel][type=reset]:hover,
input[type=text][type=submit]:hover,
input[type=text][type=reset]:hover,
input[type=time][type=submit]:hover,
input[type=time][type=reset]:hover,
input[type=url][type=submit]:hover,
input[type=url][type=reset]:hover,
input[type=week][type=submit]:hover,
input[type=week][type=reset]:hover,
textarea[type=submit]:hover,
textarea[type=reset]:hover {
  background-color: #164a33;
  background-image: none;
}
input[type=email][readonly],
input[type=date][readonly],
input[type=text][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=email][readonly],
input[type=month][readonly],
input[type=number][readonly],
input[type=password][readonly],
input[type=tel][readonly],
input[type=text][readonly],
input[type=time][readonly],
input[type=url][readonly],
input[type=week][readonly],
textarea[readonly] {
  background-color: rgba(242, 242, 241, 0.805);
  color: rgba(54, 47, 34, 0.895);
  font-size: 0.8em;
}

input[type=radio]:not(old),
input[type=checkbox]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  opacity: 0;
}
input[type=radio]:not(old) + label,
input[type=checkbox]:not(old) + label {
  line-height: 2em;
  vertical-align: middle;
}
input[type=radio]:not(old) + label::before,
input[type=checkbox]:not(old) + label::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 2em;
  color: rgb(25, 96, 168);
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
input[type=radio]:not(old):checked + label::before,
input[type=checkbox]:not(old):checked + label::before {
  color: rgb(49, 164, 114);
}
input[type=radio]:not(old):focus + label,
input[type=checkbox]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px #103e6d;
}

input[type=radio]:not(old) + label::before {
  content: "\f10c";
}
input[type=radio]:not(old):checked + label::before {
  content: "\f192";
}

input[type=checkbox]:not(old) + label::before {
  content: "\f096";
}
input[type=checkbox]:not(old):checked + label::before {
  content: "\f046";
}

textarea {
  resize: vertical;
}

label {
  font-size: 0.8em;
}

/* Group control */
.group.sized {
  float: left;
  width: 100%;
}
@media (min-width: 767px) {
  .group.sized.half {
    width: 50%;
  }
  *[class*=sized] ~ .group.sized.half {
    width: 48%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.half, .group.sized.half.new-row {
    width: 50%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.third {
    width: 33%;
  }
  *[class*=sized] ~ .group.sized.third {
    width: 31%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.third, .group.sized.third.new-row {
    width: 33%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.quarter {
    width: 25%;
  }
  *[class*=sized] ~ .group.sized.quarter {
    width: 23%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.quarter, .group.sized.quarter.new-row {
    width: 25%;
    margin-left: 0;
    clear: both;
  }
}
@media (min-width: 767px) {
  .group.sized.three-quarter {
    width: 75%;
  }
  *[class*=sized] ~ .group.sized.three-quarter {
    width: 73%;
    margin-left: 2%;
  }
  *[class*=sized] ~ .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
  .group:not(*[class*=sized]) + .group.sized.three-quarter, .group.sized.three-quarter.new-row {
    width: 75%;
    margin-left: 0;
    clear: both;
  }
}
.group.sized + *:not(*[class*=sized]) {
  clear: both;
}
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: "(Read Only)";
  color: rgba(45, 38, 25, 0.85);
  font-size: 0.75em;
  line-height: 1em;
}

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=date]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=datetime]:focus,
.group.pulse-on-focus input[type=datetime-local]:focus,
.group.pulse-on-focus input[type=email]:focus,
.group.pulse-on-focus input[type=month]:focus,
.group.pulse-on-focus input[type=number]:focus,
.group.pulse-on-focus input[type=password]:focus,
.group.pulse-on-focus input[type=tel]:focus,
.group.pulse-on-focus input[type=text]:focus,
.group.pulse-on-focus input[type=time]:focus,
.group.pulse-on-focus input[type=url]:focus,
.group.pulse-on-focus input[type=week]:focus,
.group.pulse-on-focus textarea:focus,
.group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal;
}

.group.radio.switcher {
  /*  insipired by http://cssdeck.com/labs/radio-button
    <div class="group radio switcher">
      <!-- #blank is optional, but recommended - it allows users to not answer the question-->
      <label for="blank">So here's the Yes or No Question...</label>
      <input type="radio" name="field_name" id="blank" value="" checked>
      <input type="radio" name="field_name" id="yes"   value="yes">
      <input type="radio" name="field_name" id="no"    value="no">
      <div class="switch">
        <label for="yes">Yes</label>
        <label for="no" >No</label>
        <span></span>
      </div>
    </div>
    */
  position: relative;
}
.group.radio.switcher > label {
  display: block;
  text-align: center;
}
.group.radio.switcher input[type=radio] {
  display: none;
}
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: rgb(49, 164, 114);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative;
}
.group.radio.switcher .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: rgb(255, 255, 255);
  display: block;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
.group.radio.switcher .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.group.radio.switcher .switch span:before {
  content: "or";
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 100;
  color: #96938c;
  font-size: 0.8em;
  text-transform: uppercase;
}
.group.radio.switcher .switch label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 50%;
  line-height: 2.3529411765 em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.group.radio.switcher .switch label[for*=yes] {
  position: absolute;
  left: 0px;
  height: 20px;
}
.group.radio.switcher .switch label[for*=no] {
  position: absolute;
  right: 0px;
}
.group.radio.switcher label[for*=blank]:after {
  content: " (reset)";
  font-size: 0.8em;
  font-style: italic;
  cursor: pointer;
}
.group.radio.switcher #no:checked ~ .switch {
  background: #96938c;
}
.group.radio.switcher #no:checked ~ .switch span {
  background: rgb(49, 164, 114);
  margin-left: -8px;
}
.group.radio.switcher #no:checked ~ .switch span:after {
  background: rgb(49, 164, 114);
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none;
}
.group.radio.switcher #no:checked ~ .switch label[for*=no] {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none;
}
.group.radio.switcher #yes:checked ~ .switch label[for*=yes] {
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.group.radio.switcher #blank:checked ~ .switch {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
}
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgba(45, 38, 25, 0.9);
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* body */
body {
  margin-top: 170px;
}
@media (min-width: 767px) {
  body {
    margin-top: 170px;
  }
}

html.js-nav,
html.js-nav body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* header */
body > header {
  background-image: url(images/site-images/body-bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 -70px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 170px;
  background-color: rgb(255, 255, 255);
  transition: background-color 0.3s ease;
  transition: height 0.3s ease;
  z-index: 1000;
  box-shadow: 0px 1px 1px rgb(25, 96, 168);
}
body > header a.logo {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  position: absolute;
  top: 55px;
  left: 25px;
  right: 0;
  height: 65px;
  width: 385px;
  background-image: url(/images/site-images/ControlledAirDesign.svg);
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
body > header .phone {
  position: absolute;
  width: 256px;
  top: 125px;
  left: 25px;
  text-align: right;
  white-space: nowrap;
  transition: all 0.3s ease;
}
body > header .phone .ghost-button {
  width: 125px;
  transition: all 0.3s ease;
}
body > header.smaller {
  height: 128px;
}
body > header.smaller a.logo {
  width: 50%;
}
body > header.smaller .phone {
  top: 92px;
  left: unset;
  right: 1em;
}
body > header.smaller .phone .ghost-button {
  display: inline-block;
  width: 100px;
  font-size: 0.7em;
}
@media (min-width: 767px) {
  body > header {
    background-position: 0 -110px;
    height: 170px;
  }
  body > header a.logo {
    top: 35px;
    height: 100px;
    width: 385px;
  }
  body > header .phone-cta {
    position: absolute;
    top: 12px;
    right: 1.8em;
    color: #2a8b61;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    font-size: 1em;
  }
  .wf-active body > header .phone-cta {
    opacity: 1;
  }
  .wf-inactive body > header .phone-cta {
    opacity: 1;
  }
  body > header .phone {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    font-size: 1.4em;
    left: unset;
    right: 1.3em;
    text-align: right;
    top: 35px;
    width: 250px;
  }
  .wf-active body > header .phone {
    opacity: 1;
  }
  .wf-inactive body > header .phone {
    opacity: 1;
  }
  body > header.smaller {
    height: 120px;
    background-color: rgb(255, 255, 255);
  }
  body > header.smaller a.logo {
    height: 50px;
    width: 200px;
  }
  body > header.smaller .phone {
    top: 35px;
    right: 1.2em;
  }
  body > header.smaller nav.main {
    top: 80px;
  }
}
@media (min-width: 992px) {
  body > header .phone-cta {
    right: 1.4em;
  }
  body > header .phone {
    font-size: 1.6em;
    right: 0.75em;
  }
  body > header.smaller a.logo {
    height: 70px;
    width: 250px;
  }
  body > header.smaller .phone {
    right: 0.75em;
  }
}

@media (min-width: 767px) {
  header > .wrapper {
    position: relative;
  }
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -90px;
  left: 0px;
  color: rgb(255, 255, 255);
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
a.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

.mobile-navigation {
  display: block;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  width: 100%;
  height: 48px;
  overflow-y: hidden;
  background-color: rgb(25, 96, 168);
  box-shadow: 0px 4px 12px 3px rgba(45, 38, 25, 0.25);
  z-index: 2000;
}
@media (min-width: 767px) {
  .mobile-navigation {
    display: none;
  }
}

a.nav-toggle {
  display: block;
  position: absolute;
  top: 12px;
  right: 8px;
  width: 32px;
  height: 1.5em;
  font-size: 1.5em;
  z-index: 3000;
}
@media (min-width: 767px) {
  a.nav-toggle {
    display: none;
  }
}

#nav-icon {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(255, 255, 255);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -2px) rotate(45deg);
  -moz-transform: translate(8px, -2px) rotate(45deg);
  -o-transform: translate(8px, -2px) rotate(45deg);
  transform: translate(8px, -2px) rotate(45deg);
}

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}

nav.main {
  display: none;
}

nav.main.active {
  display: block;
  position: absolute;
  top: 170px;
  left: 0;
  width: 100vw;
  height: 90vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: rgb(25, 96, 168);
  font-size: 1.2em;
}
nav.main.active ul,
nav.main.active li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main.active li,
nav.main.active li a {
  display: block;
  width: auto;
  min-height: 38px;
  line-height: 38px;
}
nav.main.active li a {
  padding: 0 1em;
}
nav.main.active li.current > a {
  font-weight: bold;
}
nav.main.active li.no-mobile {
  display: none;
}
nav.main.active ul {
  position: relative;
  margin-top: 48px;
}
nav.main.active ul li {
  border-bottom: 1px solid #3088e0;
}
nav.main.active ul li.current a {
  color: rgb(255, 255, 255);
}
nav.main.active ul li > ul {
  display: none;
}
nav.main.active ul li:hover > ul {
  display: block;
}
nav.main.active ul li.current > ul {
  display: block;
}
nav.main.active ul ul {
  margin: 0;
  background-color: #67a7e8;
}
nav.main.active ul ul li > a {
  padding-left: 36px;
}
nav.main.active ul ul li:last-child {
  border-bottom: none;
}
nav.main.active ul > li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}
.wf-active nav.main.active ul > li a {
  opacity: 1;
}
.wf-inactive nav.main.active ul > li a {
  opacity: 1;
}
nav.main.active ul > li a, nav.main.active ul > li a:visited, nav.main.active ul > li a:active, nav.main.active ul > li a:visited:active {
  color: rgb(255, 255, 255);
}
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  color: #164a33;
}
nav.main.active ul > li a:hover, nav.main.active ul > li a:visited:hover {
  font-weight: bold;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
nav.main.active ul > li a.ghost-button {
  margin: 0.5em;
  white-space: nowrap;
}
nav.main.active ul > li a.ghost-button:hover, nav.main.active ul > li a.ghost-button:visited:hover {
  text-decoration: none;
  color: #0b2b4c;
}

header.smaller nav.main.active {
  top: 128px;
}

@media (min-width: 767px) {
  nav.main {
    display: block;
    position: absolute;
    top: 132px;
    right: 2em;
    transition: top 0.3s ease-in;
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 38px;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul li {
    display: inline-block;
    float: left;
  }
  nav.main ul li:not(:first-child) {
    margin-left: 0;
  }
  nav.main ul li:not(:last-child) {
    margin-right: 0;
  }
  nav.main ul li {
    position: relative;
    float: left;
    padding: 0 20px;
    margin-left: 0.1em;
    margin-right: 0.1em;
    min-height: 38px;
    height: 38px;
    line-height: 38px;
  }
  nav.main ul li:first-of-type {
    margin-left: 0;
  }
  nav.main ul li:last-of-type {
    margin-right: 0;
    padding-right: 0;
  }
  nav.main ul li:hover {
    background-color: rgb(255, 255, 255);
  }
  nav.main ul li:hover a {
    text-decoration: none;
    color: rgb(25, 96, 168) !important;
  }
  nav.main ul li a {
    font-size: 1.2em;
    color: rgb(49, 164, 114);
  }
  nav.main ul li a:visited {
    color: rgb(49, 164, 114);
  }
  nav.main ul li.current {
    border-color: rgb(25, 96, 168);
  }
  nav.main ul li.current > a {
    color: #13487e;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    opacity: 0;
    transition: opacity ease-in 0.3s;
  }
  .wf-active nav.main ul li.current > a {
    opacity: 1;
  }
  .wf-inactive nav.main ul li.current > a {
    opacity: 1;
  }
  nav.main ul li ul {
    display: none;
  }
  nav.main ul li:hover ul {
    display: block;
  }
  nav.main ul ul {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    top: 38px;
    left: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    height: auto;
    box-shadow: 0px 2px 3px;
  }
  nav.main ul ul li {
    height: auto;
    width: 100%;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    min-height: unset;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #b0aea9;
  }
  nav.main ul ul li:last-of-type {
    border-bottom: none;
  }
  nav.main ul ul li:hover {
    background-color: rgba(25, 96, 168, 0.2);
  }
  nav.main ul ul li:current {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.6);
  }
  nav.main ul ul li a {
    padding: 6px 6px;
    text-shadow: none;
    display: block;
    box-shadow: none;
    font-size: 0.9em;
    background-color: transparent;
    height: auto;
    width: calc(100% - 12px);
  }
}
@media (min-width: 992px) {
  nav.main {
    right: 1em;
  }
  nav.main ul {
    height: 38px;
  }
  nav.main ul li {
    padding: 0 24px;
    height: 38px;
    line-height: 38px;
    margin-left: 0.2em;
    margin-right: 0.2em;
  }
  nav.main ul li a {
    font-size: 1.4em;
  }
  nav.main ul ul li a {
    font-size: 1em;
  }
}

.home-hero {
  height: 33vh;
  min-height: 190px;
  margin-bottom: 1em;
}
@media (min-width: 550px) {
  .home-hero {
    min-height: 320px;
  }
}
@media (min-width: 992px) {
  .home-hero {
    height: 40vh;
    min-height: 430px;
  }
}

.home-slideshow {
  height: 100%;
}
.home-slideshow .home-slideshow-slide {
  padding: 1.5em;
}
.home-slideshow .home-slideshow-slide .featured-prod-image {
  width: 40%;
  float: left;
}
.home-slideshow .home-slideshow-slide .featured-prod-image img {
  border: 1px solid rgb(25, 96, 168);
  width: calc(100% - 2px);
}
.home-slideshow .home-slideshow-slide .featured-prod-info {
  text-align: left;
  width: 55%;
  float: right;
}
.home-slideshow .home-slideshow-slide .featured-prod-info h4 {
  margin: 0 0 1em 0;
}
.home-slideshow .home-slideshow-slide .featured-prod-info .featured-prod-text {
  display: none;
}
@media (min-width: 550px) {
  .home-slideshow .home-slideshow-slide .featured-prod-info h4 {
    font-size: 1.25em;
    margin: 0 0 0.5em 0;
  }
  .home-slideshow .home-slideshow-slide .featured-prod-info .featured-prod-text {
    display: block;
  }
}
@media (min-width: 767px) {
  .home-slideshow .home-slideshow-slide .featured-prod-info h4 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
  }
}
@media (min-width: 992px) {
  .home-slideshow .home-slideshow-slide .slide-wrapper {
    max-width: 950px;
    margin: 0 auto;
  }
  .home-slideshow .home-slideshow-slide .featured-prod-info h4 {
    font-size: 2.25em;
    margin: 0 0 0.5em 0;
  }
  .home-slideshow .home-slideshow-slide .featured-prod-info .featured-prod-text {
    display: block;
  }
}

.owl-prev, .owl-next {
  background-color: rgba(49, 164, 114, 0.5) !important;
  width: 10.125%;
  height: 100%;
}
.owl-prev span, .owl-next span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 8em;
}

.owl-prev {
  position: absolute;
  left: 0;
  top: 0;
}

.owl-next {
  position: absolute;
  right: 0;
  top: 0;
}

.product-grid-primary {
  overflow: auto;
}
@media (min-width: 550px) {
  .product-grid-primary a.product-card {
    width: calc(100% - 4px);
    margin: 0.5em 0 0 0;
  }
}
@media (min-width: 767px) {
  .product-grid-primary a.product-card {
    float: left;
    width: calc(49% - 4px);
    margin-bottom: 0.5em;
  }
  .product-grid-primary a.product-card:nth-child(odd) {
    margin-right: 2%;
  }
}
.product-grid-secondary {
  overflow: auto;
  padding-bottom: 1em;
}
.product-grid-secondary a.product-card {
  float: left;
  width: calc(48% - 4px);
}
.product-grid-secondary a.product-card:nth-child(odd) {
  margin-right: 4%;
}
@media (min-width: 550px) {
  .product-grid-secondary a.product-card {
    margin: 0.5em 0 0 0;
  }
}
@media (min-width: 767px) {
  .product-grid-secondary a.product-card {
    float: left;
    width: calc(23.5% - 4px);
    margin-right: 2%;
  }
  .product-grid-secondary a.product-card .card-label {
    font-size: 0.95em;
  }
  .product-grid-secondary a.product-card:nth-child(odd) {
    margin-right: 2%;
  }
  .product-grid-secondary a.product-card:nth-child(4) {
    margin-right: 0;
  }
}

.solutions {
  padding: 1em 0;
  overflow: auto;
}
.solutions .random-case-study {
  overflow: auto;
  margin-bottom: 2em;
}
.solutions .random-case-study h2 {
  margin-top: 0.5eme;
}
.solutions .random-case-study img {
  width: calc(100% - 2px);
  border: 1px solid rgb(25, 96, 168);
}
@media (min-width: 767px) {
  .solutions .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .solutions .random-case-study {
    width: 55%;
  }
  .solutions .call-to-action {
    width: 35%;
    margin-left: 5%;
  }
}

.main-content {
  padding-top: 1em;
  padding-bottom: 1.5em;
  overflow: auto;
}
.main-content .card-list {
  margin-top: 1em;
  padding-top: 1em;
}
.main-content .top-section {
  overflow: auto;
  padding-bottom: 1em;
  border-bottom: 2px solid rgb(49, 164, 114);
}
.main-content .left-column .main-image img {
  width: calc(100% - 2px);
  border: 1px solid rgb(25, 96, 168);
}
@media (min-width: 767px) {
  .main-content .left-column {
    width: 60%;
    float: left;
  }
  .main-content .right-column {
    padding-top: 1em;
    padding-right: 0.25em;
    width: 35%;
    float: right;
  }
}
article {
  overflow: auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #9ec7f1;
}
article .article-summary h3 {
  margin-top: 0;
}
article .article-summary p {
  margin: 0;
}
@media (min-width: 767px) {
  article .article-list-image {
    float: left;
    width: 30%;
    margin: 0 1em 0.25em 0;
  }
  article .article-summary {
    float: right;
    width: 65%;
  }
}

article:last-of-type {
  border: none;
}

.inline-image-full-column, .inline-image-float-left, .inline-image-float-right {
  margin-bottom: 1em;
}
.inline-image-full-column img, .inline-image-float-left img, .inline-image-float-right img {
  width: calc(100% - 2px);
  border: 1px solid rgb(25, 96, 168);
}

@media (min-width: 767px) {
  .inline-image-float-left {
    width: 45%;
    margin: 0.5em 1em 0.5em 0;
    float: left;
  }
  .inline-image-float-right {
    width: 45%;
    margin: 0.5em 0 0.5em 1em;
    float: right;
  }
}
@media (min-width: 992px) {
  .inline-image-float-left {
    width: 40%;
  }
  .inline-image-float-right {
    width: 40%;
  }
}
.image-caption {
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-style: italic;
  padding: 0.2em 0.5em;
}
.wf-active .image-caption {
  opacity: 1;
}
.wf-inactive .image-caption {
  opacity: 1;
}

.image-gallery {
  padding: 0.5em;
  margin: 1em 0;
  background-color: #d6e7f9;
  border: 1px solid rgb(25, 96, 168);
  text-align: center;
}
.image-gallery h3 {
  font-size: 1em;
  text-align: left;
  margin: 0 0 0 0.25em;
  color: rgb(25, 96, 168);
}
.image-gallery .fancybox-thumb img {
  margin: 1%;
  width: 27%;
  border: 4px solid #3088e0;
}
.image-gallery .fancybox-thumb img:hover {
  border-color: #0b2b4c;
}

.call-to-action {
  margin-left: 12px;
  margin-right: 12px;
  padding: 5em 1em 1em 1em;
  background-color: rgb(255, 255, 255);
  background-image: url(/images/site-images/ControlledAirDesign-LogoBug.svg);
  background-repeat: no-repeat;
  background-position: center 1em;
  background-size: 100px;
  box-shadow: 0px 0px 5px #96938c;
  transition: all 0.2s ease;
}
.call-to-action h2 {
  margin-top: 0;
}
.call-to-action h3, .call-to-action p, .call-to-action a {
  text-align: center;
}
.call-to-action:hover {
  box-shadow: 0px 0px 10px #96938c;
  transform: scale(1.008);
}
.call-to-action.home-button {
  text-align: center;
}
.call-to-action.sidebar {
  padding-top: 1em;
  background-image: none;
}
.call-to-action.sidebar a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
}
.wf-active .call-to-action.sidebar a {
  opacity: 1;
}
.wf-inactive .call-to-action.sidebar a {
  opacity: 1;
}
.call-to-action.sidebar a:hover {
  text-decoration: none;
  color: #164a33;
  text-shadow: 1px 1px 5px #b0aea9;
}
.call-to-action.sidebar a:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  border-bottom: 1px solid rgb(25, 96, 168);
  padding-top: 0.5em;
}
.call-to-action.sidebar a:last-child:after {
  display: none;
}
.call-to-action.sidebar a:first-child {
  margin-top: 0.5em;
}
@media (min-width: 767px) {
  .call-to-action {
    margin-left: 0;
    margin-right: 0;
  }
}

a.product-card {
  width: calc(100% - 4px);
  display: block;
  float: left;
  border: 2px solid rgb(25, 96, 168);
  overflow: hidden;
  margin: 0.5em 0;
  transition: border-color 0.5s ease;
}
a.product-card img {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease;
  z-index: 1;
}
a.product-card .card-label {
  color: rgb(255, 255, 255);
  background-color: rgb(25, 96, 168);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  transition: background-color 0.5s ease;
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 45px;
  margin-top: -0.5em;
}
.wf-active a.product-card .card-label {
  opacity: 1;
}
.wf-inactive a.product-card .card-label {
  opacity: 1;
}
a.product-card .card-label .card-text {
  font-size: 0.9em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
a.product-card:hover {
  border-color: #0b2b4c;
  text-decoration: none;
}
a.product-card:hover img {
  transform: scale(1.1);
}
a.product-card:hover .card-label {
  background-color: #0b2b4c;
}
@media (min-width: 550px) {
  a.product-card {
    width: 46%;
    margin: 0.5em;
  }
}
@media (min-width: 767px) {
  a.product-card {
    width: 30%;
  }
  a.product-card .card-label {
    height: 60px;
  }
}
@media (min-width: 992px) {
  a.product-card {
    width: 22%;
  }
}

.category-filters {
  padding: 1em;
}
.category-filters h4 {
  margin-top: 0;
}

.filter-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1.25em;
  margin: 0.25em 0;
  color: rgb(25, 96, 168);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(25, 96, 168) !important;
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 0.65em;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .filter-button {
  opacity: 1;
}
.wf-inactive .filter-button {
  opacity: 1;
}
.filter-button:link, .filter-button:visited {
  color: rgb(25, 96, 168);
}
.filter-button:hover, .filter-button:active, .filter-button:visited:hover, .filter-button.is-checked {
  background-color: rgb(25, 96, 168);
  text-decoration: none;
  border-color: rgb(25, 96, 168);
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
@media (min-width: 550px) {
  .filter-button {
    font-size: 0.7em;
  }
}
@media (min-width: 767px) {
  .filter-button {
    font-size: 0.8em;
  }
}
@media (min-width: 992px) {
  .filter-button {
    font-size: 0.85em;
  }
}

/* Button Definitions */
.button-box {
  overflow: auto;
  overflow: visible;
}
.button-box a, .button-box button {
  float: right;
}

/* footer */
body > footer {
  background-color: rgb(25, 96, 168);
  border-top: 1px solid #0b2b4c;
  padding: 1em 0;
  color: rgb(255, 255, 255);
  text-align: center;
}
body > footer .indicia {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 0.8em;
  background-image: url(/images/site-images/CAD_Long_rev.svg);
  background-repeat: no-repeat;
  background-size: 250px 45px;
  background-position: center top;
  padding-top: 50px;
}
.wf-active body > footer .indicia {
  opacity: 1;
}
.wf-inactive body > footer .indicia {
  opacity: 1;
}
body > footer .credits {
  clear: both;
}
body > footer .credits a[title*=Imp] {
  display: block;
  width: 100%;
  height: 1em;
  margin: 0.25em auto;
  padding-top: 28px;
  background-color: transparent;
  background-image: url(/images/site-images/an-id-creation.svg);
  background-size: 100px 25px;
  background-repeat: no-repeat;
  background-position: top center;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
body > footer .social-media ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body > footer .social-media ul li {
  display: inline-block;
  margin: 0 0.25em 1em 0.25em;
  position: relative;
  z-index: 1;
  color: #9ec7f1;
}
body > footer .social-media ul li:hover {
  color: rgb(255, 255, 255);
}
body > footer .social-media ul li.facebook:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f082";
  font-size: 40px;
  line-height: 40px;
}
body > footer .social-media ul li.instagram:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f16d";
  font-size: 40px;
  line-height: 40px;
}
body > footer .social-media ul li.twitter:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\e61a";
  font-size: 40px;
  line-height: 40px;
}
body > footer .social-media ul li.youtube:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f167";
  font-size: 40px;
  line-height: 40px;
}
body > footer .social-media ul li.linkedin:before {
  position: absolute;
  z-index: -1;
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  content: "\f08c";
  font-size: 40px;
  line-height: 40px;
}
body > footer .social-media ul li a {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  width: 40px;
  height: 40px;
}
@media (min-width: 767px) {
  body > footer .indicia {
    float: left;
    text-align: left;
    background-position: left top;
    width: 45%;
  }
  body > footer .social-media {
    float: right;
    text-align: right;
    width: 45%;
  }
}

/* ghost button */
.ghost-button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1.5em;
  color: rgb(251, 129, 32);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(251, 129, 32);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.2em;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button {
  opacity: 1;
}
.wf-inactive .ghost-button {
  opacity: 1;
}
.ghost-button:link, .ghost-button:visited {
  color: rgb(251, 129, 32);
}
.ghost-button:hover, .ghost-button:active, .ghost-button:visited:hover {
  background-color: rgb(251, 129, 32);
  text-decoration: none;
  border-color: rgb(251, 129, 32);
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.ghost-button.small {
  font-size: 0.85em;
}

/* striped table */
table.striped {
  border: 1px solid rgb(25, 96, 168);
  border-radius: 2px;
  border-spacing: 0;
}
table.striped th {
  font-weight: 600;
  background-color: rgb(25, 96, 168);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  color: rgb(255, 255, 255);
}
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(25, 96, 168, 0.5);
  border-bottom: 1px solid rgba(25, 96, 168, 0.5);
}
table.striped th,
table.striped td {
  padding: 0.5em;
  vertical-align: top;
}
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
table.striped tbody tr:last-child td {
  border-bottom: none;
}
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(49, 164, 114, 0.1);
}
table.striped tfoot td {
  background-color: rgba(25, 96, 168, 0.1);
  border-top: 1px solid rgba(25, 96, 168, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

.no-mobile {
  display: none;
}
@media (min-width: 767px) {
  .no-mobile {
    display: block;
  }
  .no-mobile ul li {
    display: list-item;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: inline-block;
  }
}

.top-green-rule {
  border-top: 4px solid rgb(49, 164, 114);
}

.bottom-green-rule {
  border-bottom: 4px solid rgb(49, 164, 114);
}

.textured-background {
  background-image: url(/images/site-images/background-texture.jpg);
  background-size: 10px;
}

.accordion-group {
  margin-bottom: 1em;
}

section.accordion-content {
  overflow: auto;
}
section.accordion-content article {
  width: 100% !important;
  padding-bottom: 0;
  margin-bottom: 0;
}
section.accordion-content h4 {
  padding-left: 1.6em;
  cursor: pointer;
  margin-top: 0.5em;
  margin-bottom: 0;
}
section.accordion-content svg.trigger-plus {
  display: inline-block;
  float: left;
  width: 1.5em;
  height: 1.5em;
  margin-top: -2px;
  margin-left: -1.5em;
}
section.accordion-content div {
  padding-left: 1.6em;
}

/* Plus sign expand list trigger */
.trigger-plus {
  fill: rgb(25, 96, 168);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}

.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}

.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}

.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}

.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}

.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  display: inline-block;
  padding: 2px;
}
ul.pagination li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 18px;
  color: #53cc97;
  border: 1px solid;
  background-color: rgb(255, 255, 255);
  padding: 2px 8px;
}
.wf-active ul.pagination li a {
  opacity: 1;
}
.wf-inactive ul.pagination li a {
  opacity: 1;
}
ul.pagination li a:hover {
  color: #2a8b61;
  border-color: #2a8b61;
}
ul.pagination li a.active {
  color: rgb(255, 255, 255);
  background-color: rgb(49, 164, 114);
  border-color: rgb(49, 164, 114);
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-stage {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

/* debug */
div.debug {
  font-size: 10px;
  position: relative;
  background-color: rgb(217, 19, 80);
  border: 1px dotted rgb(217, 19, 80);
  color: rgb(255, 255, 255);
  padding: 2em 1em 1em 1em;
  border-radius: 1em;
  opacity: 0.5;
}
div.debug::before {
  content: "debug";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1em;
  color: rgb(217, 19, 80);
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dotted rgb(255, 255, 255);
  border-radius: 1em 1em 0 0;
  padding: 0.25em 1em;
}

.fancybox-caption {
  background: unset !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  color: rgb(45, 38, 25) !important;
  bottom: unset !important;
  top: 50px !important;
}
@media (min-width: 767px) {
  .fancybox-caption {
    font-size: 1em !important;
  }
}

form {
  width: 100% !important;
  border: none !important;
}

.freeform-column.freeform-column-content-align-right button {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 1.5em;
  color: rgb(251, 129, 32);
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(251, 129, 32);
  border-radius: 2px;
  text-align: center;
  outline: none;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  opacity: 0;
  transition: opacity ease-in 0.3s;
  font-size: 1.2em;
  line-height: 1.2;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, background-image 0.3s ease-out, border-color 0.3s ease-out;
  font-size: 0.85em;
}
.wf-active .freeform-column.freeform-column-content-align-right button {
  opacity: 1;
}
.wf-inactive .freeform-column.freeform-column-content-align-right button {
  opacity: 1;
}
.freeform-column.freeform-column-content-align-right button:link, .freeform-column.freeform-column-content-align-right button:visited {
  color: rgb(251, 129, 32);
}
.freeform-column.freeform-column-content-align-right button:hover, .freeform-column.freeform-column-content-align-right button:active, .freeform-column.freeform-column-content-align-right button:visited:hover {
  background-color: rgb(251, 129, 32);
  text-decoration: none;
  border-color: rgb(251, 129, 32);
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, background-image 0.3s ease-in, border-color 0.3s ease-in;
}
.freeform-column.freeform-column-content-align-right button.small {
  font-size: 0.85em;
}

.freeform-row .freeform-column .freeform-label {
  font-weight: normal !important;
  text-align: left;
  font-size: 0.8em;
}

.freeform-row .freeform-column .freeform-input {
  padding: 0.2em 6px;
}

.freeform-row .freeform-column {
  width: 100%;
  padding: 5px 0 0 0 !important;
}

.swatch {
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid #dad9d7;
}
.swatch.white {
  background-color: rgb(255, 255, 255);
}
.swatch.black {
  background-color: rgb(45, 38, 25);
}
.swatch.gray {
  background-color: #96938c;
}
.swatch.gray-light {
  background-color: #b0aea9;
}
.swatch.gray-medlight {
  background-color: #c5c4c0;
}
.swatch.gray-xlight {
  background-color: #dad9d7;
}
.swatch.gray-xxlight {
  background-color: #efefee;
}
.swatch.gray-dark {
  background-color: #726f68;
}
.swatch.gray-meddark {
  background-color: #53514c;
}
.swatch.gray-xdark {
  background-color: #353430;
}
.swatch.gray-xxdark {
  background-color: #262523;
}
.swatch.swatchone {
  background-color: rgb(25, 96, 168);
}
.swatch.swatchone-light {
  background-color: #3088e0;
}
.swatch.swatchone-medlight {
  background-color: #67a7e8;
}
.swatch.swatchone-xlight {
  background-color: #9ec7f1;
}
.swatch.swatchone-xxlight {
  background-color: #d6e7f9;
}
.swatch.swatchone-dark {
  background-color: #13487e;
}
.swatch.swatchone-meddark {
  background-color: #103e6d;
}
.swatch.swatchone-xdark {
  background-color: #0b2b4c;
}
.swatch.swatchone-xxdark {
  background-color: #06182a;
}
.swatch.swatchtwo {
  background-color: rgb(49, 164, 114);
}
.swatch.swatchtwo-light {
  background-color: #53cc97;
}
.swatch.swatchtwo-medlight {
  background-color: #81d9b3;
}
.swatch.swatchtwo-xlight {
  background-color: #afe7cf;
}
.swatch.swatchtwo-xxlight {
  background-color: #ddf5ea;
}
.swatch.swatchtwo-dark {
  background-color: #2a8b61;
}
.swatch.swatchtwo-meddark {
  background-color: #206b4a;
}
.swatch.swatchtwo-xdark {
  background-color: #164a33;
}
.swatch.swatchtwo-xxdark {
  background-color: #0c291d;
}
.swatch.swatchthree {
  background-color: rgb(250, 250, 0);
}
.swatch.swatchthree-light {
  background-color: #ffff3c;
}
.swatch.swatchthree-medlight {
  background-color: #ffff70;
}
.swatch.swatchthree-xlight {
  background-color: #ffffa4;
}
.swatch.swatchthree-xxlight {
  background-color: #ffffd8;
}
.swatch.swatchthree-dark {
  background-color: #d5d500;
}
.swatch.swatchthree-meddark {
  background-color: #a3a300;
}
.swatch.swatchthree-xdark {
  background-color: #717100;
}
.swatch.swatchthree-xxdark {
  background-color: #3f3f00;
}
