@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* Modern box-sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

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

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

main {
  position: relative;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  main {
    padding-top: 0;
    margin-top: 4rem;
  }
}

.wrapper {
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 580px) {
  .wrapper {
    max-width: 767px;
  }
  .wrapper::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 767px) {
  .wrapper {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 1200px;
  }
}

.left-column {
  padding: 0 1em;
}
@media (min-width: 767px) {
  .left-column {
    width: 60%;
    margin-right: 5%;
    float: left;
  }
}

.right-column {
  padding: 0 1em;
}
@media (min-width: 767px) {
  .right-column {
    width: 35%;
    float: right;
  }
}
@media (min-width: 992px) {
  .right-column {
    width: 35%;
  }
}

.full-width-column {
  padding: 0 1em;
}

html {
  font-size: 18px;
}

.link, a {
  color: rgb(255, 105, 0);
  text-decoration: none;
}
.link:visited, a:visited {
  color: rgb(255, 105, 0);
}
.link:hover, a:hover, .link:visited:hover {
  color: #ffad73;
  text-decoration: underline;
}
.link:active, a:active, .link:visited:active {
  color: #ffad73;
}

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

.bold, b, strong, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  font-weight: 700;
}

.h1, h1 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 1.2;
  color: rgb(0, 89, 136);
}
.wf-active .h1, .wf-active h1, .wf-inactive .h1, .wf-inactive h1 {
  opacity: 1;
}
@media (min-width: 992px) {
  .h1, h1 {
    font-size: 2.8125rem;
    line-height: 1.2;
  }
}

.h2, h2 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.828125rem;
  line-height: 1.2;
  color: rgb(0, 89, 136);
}
.wf-active .h2, .wf-active h2, .wf-inactive .h2, .wf-inactive h2 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h2, h2 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .h2, h2 {
    font-size: 2.53125rem;
    line-height: 1.2;
  }
}

.h3, h3 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.546875rem;
  line-height: 1.5;
  color: rgb(0, 89, 136);
}
.wf-active .h3, .wf-active h3, .wf-inactive .h3, .wf-inactive h3 {
  opacity: 1;
}
@media (min-width: 767px) {
  .h3, h3 {
    font-size: 1.6875rem;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .h3, h3 {
    font-size: 1.96875rem;
    line-height: 1.2;
  }
}

.h4, h4 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.265625rem;
  line-height: 1;
  color: rgb(0, 89, 136);
}
.wf-active .h4, .wf-active h4, .wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}

.h5, h5 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.1953125rem;
  line-height: 1;
  color: rgb(0, 89, 136);
}
.wf-active .h5, .wf-active h5, .wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

.h6, h6 {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  color: rgb(0, 89, 136);
}
.wf-active .h6, .wf-active h6, .wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

p {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: rgb(0, 89, 136);
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.wf-active p, .wf-inactive p {
  opacity: 1;
}

ul, ol {
  font-size: 1.125rem;
  line-height: 1.5;
  color: rgb(0, 89, 136);
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}

blockquote {
  font-size: 1.265625rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-left: 4px solid #ccc;
  color: #444;
}

code, pre {
  font-family: Menlo, monospace;
  font-size: 0.875rem;
  line-height: 1.5;
  background: #f5f5f5;
}

code {
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

pre {
  padding: 1rem;
  overflow-x: auto;
  margin: 1.5rem 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

th, td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.intro-text p {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.546875rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.wf-active .intro-text p, .wf-inactive .intro-text p {
  opacity: 1;
}

.blockify {
  display: block !important;
}

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

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.float-left {
  float: left;
}

img.float-left {
  margin-right: 1rem;
}

.float-right {
  float: right;
}

img.float-right {
  margin-left: 1rem;
}

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

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

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

/* striped table */
table.striped {
  border: 1px solid rgb(255, 105, 0);
  border-radius: 0.1666666667px;
}
table.striped th {
  font-weight: 600;
  background-color: rgb(255, 105, 0);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}
table.striped th:first-child {
  border-radius: -0.8333333333px 0 0 0;
}
table.striped th:last-child {
  border-radius: 0 -0.8333333333px 0 0;
}
table.striped td {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 105, 0, 0.5);
  border-bottom: 1px solid rgba(255, 105, 0, 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(255, 255, 255, 0.5);
}
table.striped tfoot td {
  background-color: rgba(0, 89, 136, 0.1);
  border-top: 1px solid rgba(255, 105, 0, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
table.striped tfoot td:first-child {
  border-radius: 0 0 0 -0.8333333333px;
}
table.striped tfoot td:last-child {
  border-radius: 0 0 -0.8333333333px 0;
}
table.striped tfoot td:only-child {
  border-radius: 0 0 -0.8333333333px -0.8333333333px;
}
table.striped caption {
  position: absolute;
  left: -9000px;
}

/* 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;
  transition: opacity ease-in-out 1s;
}
div.debug:hover {
  opacity: 1;
}
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;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #004c74;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #004c74;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #004c74;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #004c74;
  }
}
form {
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
}
form::after {
  content: "";
  display: table;
  clear: both;
}
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: 2em;
  padding: 0.5em 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: #003a58;
  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: rgb(255, 105, 0);
  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: #ffad73;
  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(0, 89, 136);
  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(255, 105, 0);
}
input[type=radio]:not(old):focus + label,
input[type=checkbox]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px #003a58;
}

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

/* Group control */
.group.sized {
  float: left;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
@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(255, 105, 0);
  -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.3529411765em;
  -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(255, 105, 0);
  margin-left: -8px;
}
.group.radio.switcher #no:checked ~ .switch span:after {
  background: rgb(255, 105, 0);
  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);
}

/* honey pot */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

@keyframes animatedBackground {
  will-change: background-position;
  transition: background-position linear;
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@-webkit-keyframes animatedBackground {
  will-change: background-position;
  -webkit-transition: background-position linear;
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
/* z-indeces */
a.mobile-navigation {
  z-index: 1002;
}

body > header {
  z-index: 1001;
}

nav.main {
  z-index: 1000;
}
@media (min-width: 992px) {
  nav.main {
    z-index: 1003;
  }
}

/* body */
body {
  background-color: rgb(244, 228, 167);
  background-image: url(/images/site_images/body-bg@2x.png);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  background-size: 5px 5px;
  margin-top: 12.7777777778rem;
}
.js-nav body {
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 767px) {
  body {
    margin-top: 11.7777777778rem;
    margin-bottom: 10.1666666667rem;
  }
}
@media (min-width: 992px) {
  body {
    margin-top: 9.9444444444rem;
    margin-bottom: 8.7222222222rem;
  }
}

/* branding */
.logo {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: inline-block;
  width: 243.764px;
  height: 116.974px;
  background-color: transparent;
  background-image: url(/images/site_images/logo.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  background-size: 243.764px 116.974px;
}
@media (min-width: 767px) {
  .logo {
    width: 298px;
    height: 143px;
    background-size: 298px 143px;
  }
}
footer .logo {
  width: 105.6px;
  height: 42.24px;
  background-size: 105.6px 42.24px;
}
@media (min-width: 767px) {
  footer .logo {
    width: 120px;
    height: 48px;
    background-size: 120px 48px;
  }
}

/* Navigation components */
a.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -88px;
  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;
  background: rgba(255, 105, 0, 0.8);
  outline: 0;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
}

a.mobile-navigation {
  display: block;
  position: fixed;
  top: 0;
  height: 46px;
  overflow-y: hidden;
  will-change: background-color;
  transition: background-color 0.5s ease-in;
}
a.mobile-navigation ~ nav.main {
  will-change: margin-top;
  transition: margin-top 0.5s ease;
}
a.mobile-navigation.stuck, a.mobile-navigation.open {
  border-radius: 0 0 1px 1px;
  left: 0;
  right: 0;
  background-color: #7cd2ff;
  background-image: url(/images/site_images/logo.svg), url(/images/site_images/header-bg.jpg);
  background-size: auto 40px, cover;
  background-position: 98% center, top center;
  background-repeat: no-repeat, no-repeat;
  box-shadow: 0px 0px 4px 4px rgba(45, 38, 25, 0.33);
}
.js-nav a.mobile-navigation.stuck ~ nav.main, .js-nav a.mobile-navigation.open ~ nav.main {
  margin-top: 46px;
  height: calc(100vh - 46px);
}
.js-nav a.mobile-navigation.stuck ~ header, .js-nav a.mobile-navigation.open ~ header {
  display: none;
}
@media (min-width: 992px) {
  a.mobile-navigation {
    display: none;
  }
}

#nav-icon {
  width: 23px;
  height: 23px;
  margin: 11.5px 16px;
  position: relative;
  -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 {
  will-change: transform;
  display: block;
  position: absolute;
  height: 4.6px;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 4.6px;
  opacity: 1;
  left: 0;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.15);
  -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;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 9.2px;
}
#nav-icon span:nth-child(4) {
  top: 18.4px;
}
#nav-icon.open span:nth-child(1) {
  top: 9.2px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 9.2px;
  width: 0%;
  left: 50%;
}

nav.main {
  display: none;
}
.js-ready nav.main {
  position: fixed;
  background-color: rgb(0, 89, 136);
  opacity: 1;
  display: block;
}
.js-ready nav.main:not(.target), .js-ready nav.main:not(:target) {
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  height: 0px;
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.js-ready nav.main.target, .js-ready nav.main:target, .js-nav .js-ready nav.main {
  background-image: url(/images/site_images/bg-pattern@2x.png);
  background-size: 120px 120px;
  background-repeat: repeat;
  background-position: top center;
  margin-top: 46px;
  height: calc(100vh - 46px);
  overflow-y: scroll;
  z-index: 999;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  transition: height 0.25s;
}
nav.main ul,
nav.main li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main li,
nav.main li a {
  display: block;
  width: auto;
}
nav.main > ul {
  position: relative;
}
nav.main > ul li {
  margin: 0 1rem;
  border-bottom: 1px solid rgb(255, 255, 255);
}
nav.main > ul li:last-child {
  border-bottom: none;
}
nav.main > ul li > a {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 46px;
}
.wf-active nav.main > ul li > a, .wf-inactive nav.main > ul li > a {
  opacity: 1;
}
nav.main > ul li > a:link, nav.main > ul li > a:visited, nav.main > ul li > a:visited:hover, nav.main > ul li > a:hover, nav.main > ul li > a:active {
  color: rgb(255, 255, 255);
}
nav.main > ul li > a:visited:hover, nav.main > ul li > a:hover {
  text-decoration: none;
}
nav.main > ul li.current > a {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
}
.wf-active nav.main > ul li.current > a, .wf-inactive nav.main > ul li.current > a {
  opacity: 1;
}
@media (min-width: 767px) {
  .js-ready nav.main.target, .js-ready nav.main:target, .js-nav .js-ready nav.main {
    margin-top: 168px;
    height: calc(100vh - 168px);
  }
  nav.main > ul li > a {
    font-size: 30px;
    line-height: 1.75;
  }
}

@media (min-width: 992px) {
  nav.main {
    display: block;
    background-color: rgb(90, 163, 196);
    box-shadow: 0px 0px 1px 3px rgb(0, 89, 136);
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUCB1j+P37dz0ACVcDcQyp/gAAAAAASUVORK5CYII=), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUCB1j+P37dz0ACVcDcQyp/gAAAAAASUVORK5CYII=);
    background-repeat: repeat-x, repeat-x;
    background-position: center 10%, center 90%;
  }
  nav.main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  nav.main ul li {
    margin: 0;
  }
  nav.main ul li {
    display: inline-block;
    float: left;
  }
  nav.main ul li:not(:first-child) {
    margin-left: 1.125em;
  }
  nav.main ul li:not(:last-child) {
    margin-right: 1.125em;
  }
  nav.main ul li {
    float: none;
  }
  nav.main ul li:first-child {
    margin-left: 0;
  }
  nav.main ul li a {
    opacity: 0;
    transition: opacity ease-in 0.33s;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-weight: 700;
    font-size: 1.125rem;
    color: #c7ecff !important;
    text-shadow: 1px 1px 1px rgb(0, 89, 136) !important;
  }
  .wf-active nav.main ul li a, .wf-inactive nav.main ul li a {
    opacity: 1;
  }
  nav.main ul li a:hover {
    color: rgb(255, 255, 255) !important;
  }
  nav.main ul.second-level {
    display: none;
  }
  nav.main > ul {
    position: relative;
    text-align: center;
  }
  nav.main > ul > li:not(:last-child) > a::after {
    content: "   |";
    color: rgb(0, 89, 136);
  }
  nav.main > ul li {
    border-bottom: none;
  }
  nav.main > ul li > a {
    padding-left: 0;
    padding-right: 0;
    text-shadow: none;
    display: block;
    box-shadow: none;
    background-color: transparent;
    line-height: 2.2222222222rem;
  }
  nav.main > ul li > a:visited:hover, nav.main > ul li > a:hover {
    text-shadow: 0px 0px 2px rgb(255, 255, 255), 0rem 0.1111111111rem 0.2222222222rem rgba(45, 38, 25, 0.5) rgb(45, 38, 25);
  }
  nav.main > ul li.current a {
    color: rgb(255, 255, 255) !important;
  }
  nav.main > ul li.current a:visited:hover, nav.main > ul li.current a:hover {
    opacity: 0;
    transition: opacity ease-in 0.33s;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-weight: 700;
  }
  .wf-active nav.main > ul li.current a:visited:hover, .wf-inactive nav.main > ul li.current a:visited:hover, .wf-active nav.main > ul li.current a:hover, .wf-inactive nav.main > ul li.current a:hover {
    opacity: 1;
  }
  nav.main > ul li.current .second-level {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
  }
  nav.main > ul li.current .second-level li {
    display: inline-block;
    float: left;
  }
  nav.main > ul li.current .second-level li:not(:first-child) {
    margin-left: 1em;
  }
  nav.main > ul li.current .second-level li:not(:last-child) {
    margin-right: 1em;
  }
}
@media (min-width: 992px) and (min-width: 767px) {
  .gallery nav.main > ul li.current .second-level {
    display: none;
  }
}
@media (min-width: 992px) {
  nav.main > ul li.current .second-level li {
    float: none;
  }
  nav.main > ul li.current .second-level li a {
    color: rgb(0, 89, 136) !important;
    font-size: 1.35rem;
    text-shadow: none !important;
  }
  nav.main > ul li.current .second-level li.current a {
    opacity: 0;
    transition: opacity ease-in 0.33s;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-weight: 900;
    text-decoration: underline;
  }
  .wf-active nav.main > ul li.current .second-level li.current a, .wf-inactive nav.main > ul li.current .second-level li.current a {
    opacity: 1;
  }
}

/* header */
body > header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 11.7777777778rem;
  background-color: #7cd2ff;
  background-image: url(/images/site_images/header-bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: cover;
  animation: animatedBackground 240s linear alternate infinite;
  -webkit-animation: animatedBackground 240s linear alternate infinite;
}
body > header .logo {
  display: block;
  margin: 1rem auto 0 auto;
}
body > header .phone {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 1rem;
  padding: 0.5rem 0;
  background-color: rgb(244, 228, 167);
  background-image: url(/images/site_images/body-bg@2x.png);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
  background-size: 5px 5px;
  box-shadow: 0px 0px 1px 3px rgb(0, 89, 136);
  text-align: center;
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  font-size: 1.25rem;
}
.wf-active body > header .phone, .wf-inactive body > header .phone {
  opacity: 1;
}
body > header .phone:link, body > header .phone:visited, body > header .phone:visited:hover, body > header .phone:hover, body > header .phone:active,
body > header .phone a:link,
body > header .phone a:visited,
body > header .phone a:visited:hover,
body > header .phone a:hover,
body > header .phone a:active {
  color: rgb(0, 89, 136);
}
body > header .phone a {
  display: block;
}
@media (min-width: 767px) {
  body > header {
    height: 9.9444444444rem;
    box-shadow: 0px 0px 1px 3px rgb(0, 89, 136);
    animation: animatedBackground 180s linear alternate infinite;
    -webkit-animation: animatedBackground 180s linear alternate infinite;
  }
  body > header .logo {
    margin-left: 1rem;
  }
  body > header .phone {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    position: absolute;
    top: 5.5rem;
    right: 0;
    left: 298px;
    text-align: right;
    width: calc(100% - 298px - 1rem);
  }
}
@media (min-width: 992px) {
  body > header {
    background-size: contain;
    animation: animatedBackground 90s linear alternate infinite;
    -webkit-animation: animatedBackground 90s linear alternate infinite;
    box-shadow: none;
  }
  body > header .phone {
    position: relative;
    top: -5rem;
    font-size: 1.3333333333rem;
    width: calc(100% - 298px);
  }
}

/* pagetext heading */
.pagetext_heading {
  margin-top: 0;
}

/* Button Definitions */
.button-box {
  overflow: visible;
}
.button-box::after {
  content: "";
  display: table;
  clear: both;
}
.button-box a, .button-box button, .button-box input[type=submit] {
  float: right;
}

a.button, button.button, input[type=submit] {
  text-align: center;
  border: none;
  margin: 0.5em 0;
  height: auto;
}
a.button.small, button.button.small, input.small[type=submit] {
  font-size: 0.8em;
}
a.button.large, button.button.large, input.large[type=submit] {
  font-size: 1.33em;
}
a.button.full-width, button.button.full-width, input.full-width[type=submit] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
a.float-right, button.float-right, input.float-right[type=submit] {
  margin-left: 1em;
}

/* ghost button */
.ghost-button {
  cursor: pointer;
  padding: 0.4444444444rem 0.8888888889rem;
  color: rgb(255, 255, 255);
  background-color: rgb(255, 105, 0);
  border: 1px solid rgb(255, 105, 0);
  border-radius: 0.1666666667rem;
  text-align: center;
  outline: none;
  text-decoration: none;
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 900;
  line-height: 1.2em;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.wf-active .ghost-button, .wf-inactive .ghost-button {
  opacity: 1;
}
.ghost-button:link, .ghost-button:visited, .ghost-button:active {
  color: rgb(255, 255, 255);
}
.ghost-button:hover, .ghost-button:visited:hover, .ghost-button:active {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 105, 0);
  color: rgb(255, 105, 0);
  transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
}

.team-member {
  margin-bottom: 1em;
}
.team-member .team-pic {
  margin-bottom: 0.5rem;
}
@media (min-width: 580px) {
  .team-member {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: 1rem;
  }
}

/* gallery */
body.gallery--running {
  height: 100vh;
  overflow: hidden;
}

div.gallery {
  height: 100%;
}
div.gallery .pagetext_heading {
  display: block;
  margin: 0;
  width: 100%;
}
div.gallery .gallery--item {
  width: 320px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url(/images/site_images/spinner.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0.5rem auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.1666666667rem;
  opacity: 0.5;
  will-change: opacity, background-size;
  transition: all 0.33s ease;
}
div.gallery .gallery--item.in-view {
  opacity: 0.5;
  display: block;
}
div.gallery .gallery--item.image-loaded {
  opacity: 0.95;
  background-size: auto 110%;
  cursor: pointer;
}
div.gallery .gallery--item.image-loaded:hover {
  opacity: 1;
  background-size: auto 115%;
}
div.gallery .gallery--item h2,
div.gallery .gallery--item .caption {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
div.gallery .gallery--item:not(:first-child) {
  display: none;
}
@media (min-width: 767px) {
  div.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 0.5rem;
  }
  div.gallery .gallery--item {
    aspect-ratio: 1/1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.gallery--stage-wrapper {
  position: fixed;
  background-color: rgba(45, 38, 25, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-shadow: 0 0 1rem 1rem rgba(255, 255, 255, 0.25);
  z-index: 5000;
}

#gallery--stage-close {
  cursor: pointer;
  color: rgb(255, 105, 0);
  text-shadow: 1px 1px 1px rgb(255, 255, 255);
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 5001;
}
@media (min-width: 767px) {
  #gallery--stage-close {
    right: calc(-335px + 50vw - 3rem);
  }
}
#gallery--stage {
  position: absolute;
  background-color: rgba(0, 89, 136, 0.95);
  top: 1rem;
  right: 1rem;
  left: 1rem;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  border-radius: 0.1666666667rem;
  max-width: 760px;
  max-height: calc(100vh - 2rem);
  margin: 0 auto;
  overflow: auto;
}
#gallery--stage .gallery--stage-prev,
#gallery--stage .gallery--stage-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: table-cell;
  vertical-align: middle;
  width: 2rem;
  text-align: center;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.75);
}
#gallery--stage .gallery--stage-prev:hover,
#gallery--stage .gallery--stage-next:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.75);
}
#gallery--stage .gallery--stage-prev .fa,
#gallery--stage .gallery--stage-next .fa {
  margin-top: 33vh;
}
#gallery--stage .gallery--stage-prev {
  left: 0;
}
#gallery--stage .gallery--stage-next {
  right: 0;
}
#gallery--stage .gallery--stage-image {
  display: block;
  width: auto;
  max-height: 50vh;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.1666666667rem;
  object-fit: contain;
  object-position: top center;
  width: calc(100% - 4rem);
}
.ie #gallery--stage .gallery--stage-image {
  width: auto;
}
#gallery--stage .gallery--stage-title {
  margin: 1rem 1rem 0 1rem;
  color: rgb(255, 255, 255);
  text-shadow: 0rem 0.1111111111rem 0.2222222222rem rgba(45, 38, 25, 0.5);
}
#gallery--stage .gallery--stage-caption {
  margin: 0 1rem 1rem 1rem;
  color: rgb(255, 255, 255);
  text-shadow: 0rem 0.1111111111rem 0.2222222222rem rgba(45, 38, 25, 0.5);
}
@media (min-width: 992px) {
  #gallery--stage .gallery--stage-prev,
  #gallery--stage .gallery--stage-next {
    background-color: transparent;
    color: transparent;
  }
}

/* load more */
.load-more {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  text-align: center;
  transition: opacity 2s ease-in;
  text-decoration: underline;
  cursor: pointer;
  padding: 0.5em;
  opacity: 0.9;
}
.load-more::after {
  content: "";
  position: absolute;
  right: calc(50% - 100px);
  bottom: 0;
  left: calc(50% - 100px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: rgb(0, 89, 136) transparent transparent transparent;
  transform: rotate(360deg);
}

/* categories */
nav.categories ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.categories ul li {
  margin: 0;
}
nav.categories ul li {
  font-size: 1.6666666667rem;
  letter-spacing: 0;
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.33em;
}
.wf-active nav.categories ul li, .wf-inactive nav.categories ul li {
  opacity: 1;
}
nav.categories ul li.current {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
}
.wf-active nav.categories ul li.current, .wf-inactive nav.categories ul li.current {
  opacity: 1;
}
nav.categories ul:link, nav.categories ul:visited, nav.categories ul:visited:hover, nav.categories ul:hover, nav.categories ul:active,
nav.categories ul a:link,
nav.categories ul a:visited,
nav.categories ul a:visited:hover,
nav.categories ul a:hover,
nav.categories ul a:active {
  color: rgb(0, 89, 136);
}

/* call to action */
.call-to-action {
  background-color: rgb(0, 89, 136);
  border: 0.2777777778rem solid rgb(90, 163, 196);
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 900;
  text-shadow: 0rem 0.1111111111rem 0.2222222222rem rgba(45, 38, 25, 0.5);
  border-radius: 0.1666666667rem;
  max-width: 384px;
  margin: 1rem auto 2rem auto;
  transition: all 0.33s ease;
}
.wf-active .call-to-action, .wf-inactive .call-to-action {
  opacity: 1;
}
.call-to-action h2 {
  margin-top: 0;
  color: rgb(255, 206, 91);
  font-size: 2rem;
  line-height: 0.8888888889;
  text-align: center;
}
.call-to-action ul {
  font-size: 1.3333333333rem;
  color: rgb(255, 255, 255);
  line-height: 1.3333333333;
}
.call-to-action a {
  display: block;
  font-size: 2rem;
}
@media (min-width: 767px) {
  .call-to-action.stuck {
    position: fixed;
    padding: 0.5rem 1rem 1rem 1rem;
    top: 3.5rem;
    transform: scale(1.05);
    transform-origin: 100% 0;
  }
}
@media (min-width: 992px) {
  .call-to-action.stuck {
    top: 0.5rem;
    transform: scale(1.1);
    transform-origin: 50% 0;
  }
}

svg#call-to-action-top {
  width: 100%;
  height: auto;
}
svg#call-to-action-top + .call-to-action {
  margin-top: 0;
}

/* testimonials */
.testimonials h2 {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
.testimonials blockquote {
  margin: 1rem 1rem 3rem 1rem;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.6;
  border: none;
  overflow: visible;
}
.testimonials blockquote p {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: 700;
  position: relative;
  padding: 0 1rem;
  overflow: visible;
}
.wf-active .testimonials blockquote p, .wf-inactive .testimonials blockquote p {
  opacity: 1;
}
.testimonials blockquote p:first-child::before, .testimonials blockquote p:last-of-type::after {
  position: absolute;
  font-size: 3.5em;
}
.testimonials blockquote p:first-child::before {
  content: "“";
  top: -1.5rem;
  left: -1.5rem;
}
.testimonials blockquote p:last-of-type::after {
  content: "”";
  bottom: -0.75em;
}
.testimonials blockquote cite {
  opacity: 0;
  transition: opacity ease-in 0.33s;
  font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  color: rgb(0, 89, 136);
}
.wf-active .testimonials blockquote cite, .wf-inactive .testimonials blockquote cite {
  opacity: 1;
}
.testimonials blockquote cite::before {
  content: "—";
}
.testimonials blockquote:not(:last-of-type) {
  border-bottom: 2px solid rgb(0, 89, 136);
  padding-bottom: 2rem;
}

/* social media link list */
.social-media {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.social-media li {
  margin: 0;
}
.social-media li {
  display: inline-block;
  float: left;
}
.social-media li:not(:first-child) {
  margin-left: 0.125em;
}
.social-media li:not(:last-child) {
  margin-right: 0.125em;
}
.social-media li {
  float: none;
  font-size: 2em;
}
.social-media li a i.fa {
  position: relative;
  z-index: 1;
}
.social-media li a i.fa::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 1px;
  bottom: 3px;
  left: 1px;
  z-index: -1;
  border-radius: 6px;
}
.social-media li a i.fa::before {
  text-shadow: 1px 0px 1px rgba(45, 38, 25, 0.75);
}
.social-media li a, .social-media li a:link, .social-media li a:visited, .social-media li a:active {
  color: rgb(250, 250, 246);
  will-change: color;
  transition: color 0.33s ease-in;
}

/* cards */
.cards {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cards li {
  margin: 0;
}
@media (min-width: 767px) {
  .cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .cards .card {
    margin: 0.5rem;
    flex-basis: calc(50% - 1rem - 2px);
    width: calc(50% - 1rem - 2px);
  }
}
@media (min-width: 992px) {
  .cards .card {
    flex-basis: calc(33% - 1rem - 2px);
    width: calc(33% - 1rem - 2px);
  }
}

/* horizontal rule */
hr {
  border-bottom: none;
  border-top: 2px solid rgb(0, 89, 136);
}

/* footer */
body > footer {
  height: 3rem;
  margin-top: 2.3888888889rem;
  padding-top: 0.75rem;
  background-color: rgb(0, 89, 136);
  position: relative;
  transition: position 1s ease-in;
}
body > footer::before {
  content: "";
  display: block;
  height: 2.3888888889rem;
  width: 100%;
  position: absolute;
  top: -2.3888888889rem;
  left: 0;
  right: 0;
  background-color: transparent;
  background-image: url(images/site_images/footer-bg.png);
  background-size: 1440px 66px;
  background-repeat: repeat-x;
  background-position: center top;
  border-bottom: 2px solid rgb(244, 228, 167);
  box-shadow: 0px 2px 1px 1px #004c74;
}
body > footer nav {
  display: none;
}
body > footer .social-media {
  text-align: center;
  font-size: 0.75rem;
  margin-top: 0;
}
@media (min-width: 767px) {
  body > footer {
    height: 5.7777777778rem;
    padding-top: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body > footer .social-media {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  body > footer {
    height: 4.3333333333rem;
  }
  body > footer nav {
    display: block;
    margin-top: 1rem;
    float: left;
    width: 75%;
    clear: left;
  }
  body > footer nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    *zoom: 1;
  }
  body > footer nav ul li {
    margin: 0;
  }
  body > footer nav ul li {
    display: inline-block;
    float: left;
  }
  body > footer nav ul li:not(:first-child) {
    margin-left: 0.5em;
  }
  body > footer nav ul li:not(:last-child) {
    margin-right: 0.5em;
  }
  body > footer nav ul::before, body > footer nav ul::after {
    content: "";
    display: table;
  }
  body > footer nav ul::after {
    clear: both;
  }
  body > footer nav ul:link, body > footer nav ul:visited, body > footer nav ul:visited:hover, body > footer nav ul:hover, body > footer nav ul:active,
  body > footer nav ul a:link,
  body > footer nav ul a:visited,
  body > footer nav ul a:visited:hover,
  body > footer nav ul a:hover,
  body > footer nav ul a:active {
    color: rgb(255, 255, 255);
  }
  body > footer nav ul li.current {
    opacity: 0;
    transition: opacity ease-in 0.33s;
    font-family: "Roboto", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    font-weight: 700;
  }
  .wf-active body > footer nav ul li.current, .wf-inactive body > footer nav ul li.current {
    opacity: 1;
  }
  body > footer .social-media {
    float: left;
    width: 25%;
    margin-right: 0;
    text-align: right;
    font-size: 1rem;
    margin-top: 1rem;
  }
}

@media (min-width: 767px) {
  .switch-new:nth-of-type(odd) {
    margin-left: 0 !important;
    clear: both;
    width: 50% !important;
  }
}

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