@charset "UTF-8";
/*
Theme Name:         WS Form
Theme URI:          https://wsform.com
Description:        WS Form is a bespoke WordPress site built by Westguard Solutions.
Version:            1.0.0
Author:             Westguard Solutions
Author URI:         http://westguardsolutions.com/

License:            All Rights Reserved
License URI:
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,700i");
/*
* WS Framework
* Copyright © 2018 Westguard Investments, L.L.C. All Rights Reserved.
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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

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

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

::-moz-selection {
  color: #fff;
  background-color: #205493;
  text-shadow: none;
}

::selection {
  color: #fff;
  background-color: #205493;
  text-shadow: none;
}

a {
  background-color: transparent;
  color: #205493;
  text-decoration: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
a:active, a:hover {
  color: #5AC8FA;
  outline: 0;
}

area {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 10px;
  margin-top: 0;
}

h1, .h1 {
  font-size: 50px;
}

h2, .h2 {
  font-size: 40px;
}

h3, .h3 {
  font-size: 35px;
}

h4, .h4 {
  font-size: 30px;
}

h5, .h5 {
  font-size: 25px;
}

h6, .h6 {
  font-size: 20px;
}

p {
  margin-bottom: 20px;
  margin-top: 0;
}

hr {
  border-bottom: 1px solid #CECED2;
  border-top: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

abbr[title] {
  border-bottom: 1px solid #CECED2;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background-color: rgba(255, 204, 0, 0.25);
  color: #373A3C;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol, dl {
  margin: 0 0 20px;
  padding-left: 20px;
}
ul.list-unstyled, ul.list-inline, ol.list-unstyled, ol.list-inline, dl.list-unstyled, dl.list-inline {
  list-style: none;
  padding-left: 0;
}
ul.list-inline, ol.list-inline, dl.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
ul.list-inline li, ol.list-inline li, dl.list-inline li {
  padding-left: 5px;
  padding-right: 5px;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

pre {
  margin: 0 0 20px;
  overflow: auto;
}

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

blockquote {
  margin: 0 0 20px;
}
blockquote.blockquote cite {
  color: #8E8E93;
}

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

figure {
  margin: 0 0 20px;
}

img {
  border: 0;
}
img.responsive,
svg.responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
img.contain {
  -o-object-fit: none;
     object-fit: none;
  width: 100%;
}
img.contain.bottom {
  -o-object-position: 50%  100%;
     object-position: 50%  100%;
}
img.contain.bottom-left {
  -o-object-position: 0  100%;
     object-position: 0  100%;
}
img.contain.bottom-right {
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
img.contain.left {
  -o-object-position: 0%  50%;
     object-position: 0%  50%;
}
img.contain.right {
  -o-object-position: 100%  50%;
     object-position: 100%  50%;
}
img.contain.top {
  -o-object-position: 50%  0%;
     object-position: 50%  0%;
}
img.contain.top-left {
  -o-object-position: 0  0;
     object-position: 0  0;
}
img.contain.top-right {
  -o-object-position: 100%  0;
     object-position: 100%  0;
}
img.cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
img.cover.bottom {
  -o-object-position: 50%  100%;
     object-position: 50%  100%;
}
img.cover.top {
  -o-object-position: 50%  0%;
     object-position: 50%  0%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.container.extra-small {
  max-width: 0;
}
.container.small {
  max-width: 544px;
}
.container.medium {
  max-width: 768px;
}
.container.large {
  max-width: 992px;
}
.container.extra-large {
  max-width: 1400px;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.grid.extra-small-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.grid.extra-small-middle {
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
}
.grid.extra-small-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.grid.extra-small-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.grid.extra-small-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid.extra-small-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grid.extra-small-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.grid.extra-small-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 544px) {
  .grid.small-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid.small-middle {
    -webkit-box-align: middle;
        -ms-flex-align: middle;
            align-items: middle;
  }
  .grid.small-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid.small-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid.small-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid.small-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid.small-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid.small-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .grid.medium-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid.medium-middle {
    -webkit-box-align: middle;
        -ms-flex-align: middle;
            align-items: middle;
  }
  .grid.medium-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid.medium-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid.medium-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid.medium-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid.medium-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid.medium-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .grid.large-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid.large-middle {
    -webkit-box-align: middle;
        -ms-flex-align: middle;
            align-items: middle;
  }
  .grid.large-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid.large-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid.large-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid.large-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid.large-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid.large-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1400px) {
  .grid.extra-large-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .grid.extra-large-middle {
    -webkit-box-align: middle;
        -ms-flex-align: middle;
            align-items: middle;
  }
  .grid.extra-large-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .grid.extra-large-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .grid.extra-large-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid.extra-large-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .grid.extra-large-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .grid.extra-large-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.grid .tile {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}
.grid .tile.extra-small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.grid .tile.extra-small-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.grid .tile.extra-small-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.grid .tile.extra-small-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.grid .tile.extra-small-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.grid .tile.extra-small-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.grid .tile.extra-small-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.grid .tile.extra-small-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.grid .tile.extra-small-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}
.grid .tile.extra-small-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.grid .tile.extra-small-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.grid .tile.extra-small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.grid .tile.extra-small-left-0 {
  right: auto;
}
.grid .tile.extra-small-left-1 {
  right: 8.3333333333%;
}
.grid .tile.extra-small-left-2 {
  right: 16.6666666667%;
}
.grid .tile.extra-small-left-3 {
  right: 25%;
}
.grid .tile.extra-small-left-4 {
  right: 33.3333333333%;
}
.grid .tile.extra-small-left-5 {
  right: 41.6666666667%;
}
.grid .tile.extra-small-left-6 {
  right: 50%;
}
.grid .tile.extra-small-left-7 {
  right: 58.3333333333%;
}
.grid .tile.extra-small-left-8 {
  right: 66.6666666667%;
}
.grid .tile.extra-small-left-9 {
  right: 75%;
}
.grid .tile.extra-small-left-10 {
  right: 83.3333333333%;
}
.grid .tile.extra-small-left-11 {
  right: 91.6666666667%;
}
.grid .tile.extra-small-left-12 {
  right: 100%;
}
.grid .tile.extra-small-right-0 {
  left: auto;
}
.grid .tile.extra-small-right-1 {
  left: 8.3333333333%;
}
.grid .tile.extra-small-right-2 {
  left: 16.6666666667%;
}
.grid .tile.extra-small-right-3 {
  left: 25%;
}
.grid .tile.extra-small-right-4 {
  left: 33.3333333333%;
}
.grid .tile.extra-small-right-5 {
  left: 41.6666666667%;
}
.grid .tile.extra-small-right-6 {
  left: 50%;
}
.grid .tile.extra-small-right-7 {
  left: 58.3333333333%;
}
.grid .tile.extra-small-right-8 {
  left: 66.6666666667%;
}
.grid .tile.extra-small-right-9 {
  left: 75%;
}
.grid .tile.extra-small-right-10 {
  left: 83.3333333333%;
}
.grid .tile.extra-small-right-11 {
  left: 91.6666666667%;
}
.grid .tile.extra-small-right-12 {
  left: 100%;
}
@media (min-width: 544px) {
  .grid .tile.small-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .tile.small-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .tile.small-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .tile.small-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .tile.small-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .tile.small-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .tile.small-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .tile.small-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .tile.small-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .tile.small-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .tile.small-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .tile.small-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .tile.small-left-0 {
    right: auto;
  }
  .grid .tile.small-left-1 {
    right: 8.3333333333%;
  }
  .grid .tile.small-left-2 {
    right: 16.6666666667%;
  }
  .grid .tile.small-left-3 {
    right: 25%;
  }
  .grid .tile.small-left-4 {
    right: 33.3333333333%;
  }
  .grid .tile.small-left-5 {
    right: 41.6666666667%;
  }
  .grid .tile.small-left-6 {
    right: 50%;
  }
  .grid .tile.small-left-7 {
    right: 58.3333333333%;
  }
  .grid .tile.small-left-8 {
    right: 66.6666666667%;
  }
  .grid .tile.small-left-9 {
    right: 75%;
  }
  .grid .tile.small-left-10 {
    right: 83.3333333333%;
  }
  .grid .tile.small-left-11 {
    right: 91.6666666667%;
  }
  .grid .tile.small-left-12 {
    right: 100%;
  }
  .grid .tile.small-right-0 {
    left: auto;
  }
  .grid .tile.small-right-1 {
    left: 8.3333333333%;
  }
  .grid .tile.small-right-2 {
    left: 16.6666666667%;
  }
  .grid .tile.small-right-3 {
    left: 25%;
  }
  .grid .tile.small-right-4 {
    left: 33.3333333333%;
  }
  .grid .tile.small-right-5 {
    left: 41.6666666667%;
  }
  .grid .tile.small-right-6 {
    left: 50%;
  }
  .grid .tile.small-right-7 {
    left: 58.3333333333%;
  }
  .grid .tile.small-right-8 {
    left: 66.6666666667%;
  }
  .grid .tile.small-right-9 {
    left: 75%;
  }
  .grid .tile.small-right-10 {
    left: 83.3333333333%;
  }
  .grid .tile.small-right-11 {
    left: 91.6666666667%;
  }
  .grid .tile.small-right-12 {
    left: 100%;
  }
}
@media (min-width: 768px) {
  .grid .tile.medium-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .tile.medium-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .tile.medium-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .tile.medium-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .tile.medium-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .tile.medium-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .tile.medium-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .tile.medium-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .tile.medium-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .tile.medium-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .tile.medium-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .tile.medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .tile.medium-left-0 {
    right: auto;
  }
  .grid .tile.medium-left-1 {
    right: 8.3333333333%;
  }
  .grid .tile.medium-left-2 {
    right: 16.6666666667%;
  }
  .grid .tile.medium-left-3 {
    right: 25%;
  }
  .grid .tile.medium-left-4 {
    right: 33.3333333333%;
  }
  .grid .tile.medium-left-5 {
    right: 41.6666666667%;
  }
  .grid .tile.medium-left-6 {
    right: 50%;
  }
  .grid .tile.medium-left-7 {
    right: 58.3333333333%;
  }
  .grid .tile.medium-left-8 {
    right: 66.6666666667%;
  }
  .grid .tile.medium-left-9 {
    right: 75%;
  }
  .grid .tile.medium-left-10 {
    right: 83.3333333333%;
  }
  .grid .tile.medium-left-11 {
    right: 91.6666666667%;
  }
  .grid .tile.medium-left-12 {
    right: 100%;
  }
  .grid .tile.medium-right-0 {
    left: auto;
  }
  .grid .tile.medium-right-1 {
    left: 8.3333333333%;
  }
  .grid .tile.medium-right-2 {
    left: 16.6666666667%;
  }
  .grid .tile.medium-right-3 {
    left: 25%;
  }
  .grid .tile.medium-right-4 {
    left: 33.3333333333%;
  }
  .grid .tile.medium-right-5 {
    left: 41.6666666667%;
  }
  .grid .tile.medium-right-6 {
    left: 50%;
  }
  .grid .tile.medium-right-7 {
    left: 58.3333333333%;
  }
  .grid .tile.medium-right-8 {
    left: 66.6666666667%;
  }
  .grid .tile.medium-right-9 {
    left: 75%;
  }
  .grid .tile.medium-right-10 {
    left: 83.3333333333%;
  }
  .grid .tile.medium-right-11 {
    left: 91.6666666667%;
  }
  .grid .tile.medium-right-12 {
    left: 100%;
  }
}
@media (min-width: 992px) {
  .grid .tile.large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .tile.large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .tile.large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .tile.large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .tile.large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .tile.large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .tile.large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .tile.large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .tile.large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .tile.large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .tile.large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .tile.large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .tile.large-left-0 {
    right: auto;
  }
  .grid .tile.large-left-1 {
    right: 8.3333333333%;
  }
  .grid .tile.large-left-2 {
    right: 16.6666666667%;
  }
  .grid .tile.large-left-3 {
    right: 25%;
  }
  .grid .tile.large-left-4 {
    right: 33.3333333333%;
  }
  .grid .tile.large-left-5 {
    right: 41.6666666667%;
  }
  .grid .tile.large-left-6 {
    right: 50%;
  }
  .grid .tile.large-left-7 {
    right: 58.3333333333%;
  }
  .grid .tile.large-left-8 {
    right: 66.6666666667%;
  }
  .grid .tile.large-left-9 {
    right: 75%;
  }
  .grid .tile.large-left-10 {
    right: 83.3333333333%;
  }
  .grid .tile.large-left-11 {
    right: 91.6666666667%;
  }
  .grid .tile.large-left-12 {
    right: 100%;
  }
  .grid .tile.large-right-0 {
    left: auto;
  }
  .grid .tile.large-right-1 {
    left: 8.3333333333%;
  }
  .grid .tile.large-right-2 {
    left: 16.6666666667%;
  }
  .grid .tile.large-right-3 {
    left: 25%;
  }
  .grid .tile.large-right-4 {
    left: 33.3333333333%;
  }
  .grid .tile.large-right-5 {
    left: 41.6666666667%;
  }
  .grid .tile.large-right-6 {
    left: 50%;
  }
  .grid .tile.large-right-7 {
    left: 58.3333333333%;
  }
  .grid .tile.large-right-8 {
    left: 66.6666666667%;
  }
  .grid .tile.large-right-9 {
    left: 75%;
  }
  .grid .tile.large-right-10 {
    left: 83.3333333333%;
  }
  .grid .tile.large-right-11 {
    left: 91.6666666667%;
  }
  .grid .tile.large-right-12 {
    left: 100%;
  }
}
@media (min-width: 1400px) {
  .grid .tile.extra-large-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .grid .tile.extra-large-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .grid .tile.extra-large-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid .tile.extra-large-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .grid .tile.extra-large-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .grid .tile.extra-large-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .grid .tile.extra-large-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .grid .tile.extra-large-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .grid .tile.extra-large-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .grid .tile.extra-large-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .grid .tile.extra-large-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .grid .tile.extra-large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .grid .tile.extra-large-left-0 {
    right: auto;
  }
  .grid .tile.extra-large-left-1 {
    right: 8.3333333333%;
  }
  .grid .tile.extra-large-left-2 {
    right: 16.6666666667%;
  }
  .grid .tile.extra-large-left-3 {
    right: 25%;
  }
  .grid .tile.extra-large-left-4 {
    right: 33.3333333333%;
  }
  .grid .tile.extra-large-left-5 {
    right: 41.6666666667%;
  }
  .grid .tile.extra-large-left-6 {
    right: 50%;
  }
  .grid .tile.extra-large-left-7 {
    right: 58.3333333333%;
  }
  .grid .tile.extra-large-left-8 {
    right: 66.6666666667%;
  }
  .grid .tile.extra-large-left-9 {
    right: 75%;
  }
  .grid .tile.extra-large-left-10 {
    right: 83.3333333333%;
  }
  .grid .tile.extra-large-left-11 {
    right: 91.6666666667%;
  }
  .grid .tile.extra-large-left-12 {
    right: 100%;
  }
  .grid .tile.extra-large-right-0 {
    left: auto;
  }
  .grid .tile.extra-large-right-1 {
    left: 8.3333333333%;
  }
  .grid .tile.extra-large-right-2 {
    left: 16.6666666667%;
  }
  .grid .tile.extra-large-right-3 {
    left: 25%;
  }
  .grid .tile.extra-large-right-4 {
    left: 33.3333333333%;
  }
  .grid .tile.extra-large-right-5 {
    left: 41.6666666667%;
  }
  .grid .tile.extra-large-right-6 {
    left: 50%;
  }
  .grid .tile.extra-large-right-7 {
    left: 58.3333333333%;
  }
  .grid .tile.extra-large-right-8 {
    left: 66.6666666667%;
  }
  .grid .tile.extra-large-right-9 {
    left: 75%;
  }
  .grid .tile.extra-large-right-10 {
    left: 83.3333333333%;
  }
  .grid .tile.extra-large-right-11 {
    left: 91.6666666667%;
  }
  .grid .tile.extra-large-right-12 {
    left: 100%;
  }
}
.grid .tile.extra-small-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.grid .tile.extra-small-middle {
  -ms-flex-item-align: center;
      align-self: center;
}
.grid .tile.extra-small-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (min-width: 544px) {
  .grid .tile.small-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .grid .tile.small-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .grid .tile.small-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .grid .tile.medium-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .grid .tile.medium-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .grid .tile.medium-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 992px) {
  .grid .tile.large-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .grid .tile.large-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .grid .tile.large-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1400px) {
  .grid .tile.extra-large-top {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .grid .tile.extra-large-middle {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .grid .tile.extra-large-bottom {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.wsf-tabs > ul {
  border-bottom: 1px solid #ceced2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

.wsf-tabs > ul > li {
  margin-bottom: -1px;
  outline: none;
  padding: 0 5px;
  position: relative;
}

.wsf-tabs > ul > li > a {
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: none;
  color: #373A3C;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, background-image 200ms ease-in-out;
  white-space: nowrap;
}

.wsf-tabs > ul > li > a span {
  background-color: #002e5f;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-left: 5px;
  padding: 2px 3px;
  text-transform: uppercase;
  vertical-align: text-bottom;
}

.wsf-tabs > ul > li.ui-state-active > a {
  background-color: #fff;
  border-color: #ceced2;
  border-bottom-color: transparent;
  color: #373A3C;
  cursor: default;
}

/* WordPress */
.alignnone {
    margin: 0 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

a img.alignnone {
    margin: 0 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

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

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

.wp-caption.alignnone {
    margin: 0 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 18px;
}

body:not(#tinymce) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

h1 {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 10px;
}

.fa-ul {
  margin-left: 20px;
}

a {
  font-weight: 400;
}

#header {
  background-color: #fff;
  padding: 20px 0 10px;
}
#header > .container {
  position: relative;
}
@media (min-width: 768px) {
  #header > .container {
    -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#header .logo {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px;
}
#header .logo img {
  max-width: 152px;
}
#header .navigation-toggle {
  display: none;
}
#header .navigation {
  width: 100%;
}
#header #header-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
}
#header #header-navigation li {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
#header #header-navigation a {
  color: #000;
  display: block;
  font-size: 18px;
}
#header #header-navigation li.current-menu-item > a {
  color: #205493;
}
#header #header-navigation .sub-menu {
  background-color: #fff;
  display: none;
  list-style: none;
}
@media (min-width: 768px) {
  #header #header-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #header #header-navigation .sub-menu {
    -webkit-box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.05);
    margin-left: -10px;
    min-width: 160px;
    padding: 0 10px;
    position: absolute;
    top: 30px;
    z-index: 1000;
  }
  #header #header-navigation .sub-menu > li {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  #header .navigation-toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #205493;
    border: none;
    display: block;
    cursor: pointer;
    height: 87px;
    outline: 0;
    position: absolute;
    right: 0;
    top: -20px;
    width: 70px;
  }
  #header .navigation-toggle span {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 20px;
    position: absolute;
    right: 0px;
    top: 43px;
    -webkit-transition: background-color 0ms ease-in-out 200ms;
    transition: background-color 0ms ease-in-out 200ms;
    width: calc(100% - 40px);
  }
  #header .navigation-toggle span:before {
    background-color: #fff;
    display: block;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: -10px;
    -webkit-transition: top, -webkit-transform;
    transition: top, -webkit-transform;
    transition: top, transform;
    transition: top, transform, -webkit-transform;
    -webkit-transition-delay: 200ms, 0ms, 0ms;
            transition-delay: 200ms, 0ms, 0ms;
    -webkit-transition-duration: 200ms, 200ms, 200ms;
            transition-duration: 200ms, 200ms, 200ms;
    width: 100%;
  }
  #header .navigation-toggle span:after {
    background-color: #fff;
    bottom: -10px;
    display: block;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: bottom, -webkit-transform;
    transition: bottom, -webkit-transform;
    transition: bottom, transform;
    transition: bottom, transform, -webkit-transform;
    -webkit-transition-delay: 200ms, 0ms, 0ms;
            transition-delay: 200ms, 0ms, 0ms;
    -webkit-transition-duration: 200ms, 200ms, 200ms;
            transition-duration: 200ms, 200ms, 200ms;
    width: 100%;
  }
  #header .navigation-toggle.active span {
    background-color: transparent;
  }
  #header .navigation-toggle.active span:before {
    top: 0;
    -webkit-transition-delay: 0ms, 200ms, 200ms;
            transition-delay: 0ms, 200ms, 200ms;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header .navigation-toggle.active span:after {
    bottom: 0;
    -webkit-transition-delay: 0ms, 200ms, 200ms;
            transition-delay: 0ms, 200ms, 200ms;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header .navigation #header-navigation {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header .navigation #header-navigation a {
    display: inline-block;
  }
  #header .navigation #header-navigation .sub-menu {
    margin-top: 10px;
    padding-left: 10px;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

main > .container {
  padding-bottom: 40px;
  padding-top: 40px;
}

.slides {
  margin-bottom: 0;
}
.slides .caption h1 {
  margin-bottom: 10px;
}
.slides .caption h1, .slides .caption h2, .slides .caption h3, .slides .caption h4, .slides .caption h5, .slides .caption h6 {
  color: #fff;
}
.slides .caption p {
  font-size: 25px;
}

.heading {
  background-image: linear-gradient(15deg, #001a35 10%, #205493 98%);
  color: #fff;
  padding: 60px 0 40px;
  text-align: center;
  margin: 0 auto;
}

#signup {
  background-color: #EFEFF4;
  padding: 60px 0 40px;
}
#signup .list-inline {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.entry-meta, .entry-footer {
  font-size: 17px;
  margin-bottom: 10px;
}

.learn-more {
  color: #5AC8FA;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 20px;
}
.learn-more i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.learn-more span i {
  display: inline-block;
  vertical-align: middle;
}
.learn-more:hover {
  color: #205493;
}

.navigation #sidebar-navigation .current_page_item a, .navigation #sidebar-navigation .current-menu-item a {
  color: #205493;
}

#footer {
  color: #A7A8AA;
  font-size: 17px;
}
#footer #footer-top {
  background-color: #3A3F43;
  padding: 40px 0 20px;
}
#footer #footer-bottom {
  background-color: #25292C;
  padding: 20px 0 10px;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #fff;
}
#footer ul li {
  margin-bottom: 5px;
}
#footer a {
  color: #CECED2;
}
#footer a:hover {
  color: #CECED2;
}
#footer p {
  margin-bottom: 10px;
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
}

.alignleft, .alignright, .aligncenter {
  margin: 0 auto 20px;
}

@media (min-width: 544px) {
  .alignleft {
    margin-right: 20px;
  }

  .alignright {
    margin-left: 20px;
  }
}

@media (prefers-color-scheme: dark) {

	body {
	    color: #FFFFFF;
	    background-color: #000000;
	}

	body header {
		background: #000000 !important;

	}

	body header svg path {
		fill: #ffffff !important;
	}

body header a {
color: #ffffff !important;
}
}

