@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Merriweather:300,300i,400,400i,700,700i");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  /* 3 */
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1230px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 768px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/*
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: $base-padding;
  padding-right: $base-padding;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

@-ms-viewport {
  width: device-width; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Lato", sans-serif; }
  @media only screen and (min-width: 768px) {
    body {
      font-size: 16px; } }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  clear: both; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

/* DEFAULT PRINT STYLES */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important; }
  .rte a,
  a:visited {
    text-decoration: underline; }
  .rte a[href]:after {
    content: " (" attr(href) ")"; }
  /* Show the URL after a link when printed */
  .rte .ir a:after,
  .rte a[href^="javascript:"]:after,
  .rte a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  line-height: 1.42857;
  color: #151519;
  background: white;
  font-weight: 400; }

p,
table {
  margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1em;
  margin-top: 40px;
  margin-bottom: 18px;
  font-family: "Merriweather", serif;
  font-weight: 400; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

.rte ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: disc; }

.rte ol {
  margin-bottom: 15px;
  padding-left: 22.5px;
  list-style-type: decimal; }

a {
  color: #74a84f;
  text-decoration: none;
  transition: color 0.15s; }

p {
  margin-top: 0; }

a:hover,
a:focus {
  text-decoration: none;
  color: #577e3b; }

strong {
  font-weight: 600;
  color: black; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-color: #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

::selection {
  text-shadow: none;
  background-color: #eee;
  color: black; }

.clear {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px; }

@media only screen and (min-width: 768px) {
  html,
  body {
    height: 100%; } }

.embed-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-wrap iframe,
.embed-wrap object,
.embed-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

::-moz-placeholder {
  color: #746058;
  opacity: 1; }

:-ms-input-placeholder {
  color: #746058; }

::-webkit-input-placeholder {
  color: #746058; }

#jb-skip-link {
  position: absolute;
  top: 0;
  left: -9999px;
  z-index: 2200;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  text-transform: uppercase;
  color: #111;
  opacity: 0;
  transition: opacity 0.2s; }

#jb-skip-link:focus {
  left: 0;
  opacity: 1;
  text-decoration: underline;
  outline: -1px thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important; }

@media screen {
  .screen-reader-text {
    display: none; } }

#off-screen {
  width: 100%;
  overflow-x: hidden; }

.navigation-height {
  display: none; }

.sticky-header .navigation-height {
  display: block; }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .sticky-header .main-menu__item__search .search-wrap:before {
    color: #fff; }
  .sticky-header .main-menu__item__search .search-box {
    border-color: #fff; } }

.header {
  background-color: white; }
  @media only screen and (min-width: 1200px) {
    .header .branding__container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (min-width: 1200px) and (min-width: 768px) {
    .header .branding__container {
      max-width: 720px; } }
  @media only screen and (min-width: 1200px) and (min-width: 1024px) {
    .header .branding__container {
      max-width: 960px; } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .header .branding__container {
      max-width: 1140px; } }
  @media only screen and (min-width: 1200px) and (min-width: 1440px) {
    .header .branding__container {
      max-width: 1230px; } }
  .header .branding__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0; }
  .header .branding .brand {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: relative; }
  .header .branding .logo {
    position: absolute;
    z-index: 1100;
    left: 0;
    top: 0.375rem; }
    @media only screen and (min-width: 1024px) {
      .header .branding .logo {
        top: 0; } }
    .header .branding .logo__image {
      padding: 0.625rem 0.9375rem;
      width: 6.25rem;
      height: 5rem;
      transition: all 0.15s ease-in-out;
      display: inline-block;
      background-color: white; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .header .branding .logo__image {
          padding: 0.9375rem 1.25rem;
          width: 18.75rem;
          height: 5rem; } }
      @media only screen and (min-width: 1024px) {
        .header .branding .logo__image {
          padding: 0.625rem 1.25rem;
          width: 8.75rem;
          height: 7.5rem; } }
      .header .branding .logo__image:before {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/richlandlogo_logo-vert-color.svg) no-repeat center transparent;
        width: 4.375rem;
        height: 3.75rem; }
        @media only screen and (min-width: 768px) and (max-width: 1023px) {
          .header .branding .logo__image:before {
            width: 16.25rem;
            height: 3.125rem;
            background: url(../images/richlandlogo_logo-horiz-color.svg) no-repeat center white; } }
        @media only screen and (min-width: 1024px) {
          .header .branding .logo__image:before {
            width: 6.25rem;
            height: 5.625rem; } }

.menu-open .header__inner .branding .brand {
  z-index: 1300; }

.menu-open .header__inner .branding .logo__image {
  background-color: transparent; }
  @media (min-width: 520px) {
    .menu-open .header__inner .branding .logo__image {
      background-color: white; } }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .menu-open .header__inner .branding .logo__image:before {
      content: none; } }
  @media (min-width: 520px) and (max-width: 767px) {
    .menu-open .header__inner .branding .logo__image:before {
      background: url(../images/richlandlogo_logo-vert-color.svg) no-repeat center transparent; } }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .menu-open .header__inner .branding .logo__image:before {
      background: url(../images/richlandlogo_logo-horiz-color.svg) no-repeat center white; } }

.header__inner {
  position: relative;
  z-index: 100;
  transition: all 0.15s ease-in-out;
  transition-delay: 0.5s;
  top: 0; }
  @media only screen and (min-width: 768px) {
    .header__inner {
      width: 100%;
      top: 0;
      left: 0; } }
  .header__inner.sticky {
    position: fixed;
    background-color: #4C742F; }
    .header__inner.sticky .main-menu__btn, .header__inner.sticky .main-menu__close-btn {
      top: 0; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .header__inner.sticky .navigation {
        background-color: #4C742F;
        border-top: 0;
        height: 3.125rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header__inner.sticky .navigation {
        background-color: #4C742F;
        border-top: 0;
        height: 3.125rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .header__inner.sticky .main-menu {
        top: 0; } }
    .header__inner.sticky .branding .default {
      display: none; }
    .header__inner.sticky .branding .alternate {
      display: block; }
    .header__inner.sticky .branding .logo {
      top: 0; }
      .header__inner.sticky .branding .logo__image {
        background-color: #4C742F;
        padding: 0 0.625rem;
        height: 3.125rem;
        width: 14.5rem; }
        .header__inner.sticky .branding .logo__image:before {
          background: url(../images/mobile_logo_scrolled.svg) no-repeat center transparent;
          height: 3.125rem;
          width: 12.5rem; }
        @media only screen and (min-width: 768px) {
          .header__inner.sticky .branding .logo__image:before {
            background: url(../images/tablet_logo_scrolled.svg) no-repeat center transparent;
            width: 16.25rem; } }
        @media only screen and (min-width: 1024px) {
          .header__inner.sticky .branding .logo__image {
            background-color: white;
            width: 6.25rem;
            height: 5.75rem; }
            .header__inner.sticky .branding .logo__image:before {
              background: url(../images/richlandlogo_logo-vert-color.svg) no-repeat center transparent;
              width: 5rem;
              height: 5.125rem; } }

a.btn,
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  font-size: 15px;
  padding: 15px 20px;
  line-height: 1.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.15s; }
  @media only screen and (min-width: 768px) {
    a.btn,
    .btn {
      font-size: 17px; } }
  a.btn:hover, a.btn:focus, a.btn:active,
  .btn:hover,
  .btn:focus,
  .btn:active {
    text-decoration: none !important; }
  a.btn:hover, a.btn:focus, a.btn.focus,
  .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #151519;
    text-decoration: none; }
  a.btn:active, a.btn.active,
  .btn:active,
  .btn.active {
    outline: none !important;
    background-image: none; }
  a.btn:active:focus, a.btn:active.focus, a.btn.active:focus, a.btn.active.focus,
  .btn:active:focus,
  .btn:active.focus,
  .btn.active:focus,
  .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a.btn.disabled, a.btn[disabled],
  fieldset[disabled] a.btn,
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled]
  .btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
    pointer-events: none; }
  @media only screen and (min-width: 768px) {
    a.btn,
    .btn {
      white-space: nowrap; } }
  a.btn--read-more,
  .btn--read-more {
    background-color: #126baf;
    color: white; }
    a.btn--read-more:hover, a.btn--read-more:active, a.btn--read-more:focus,
    .btn--read-more:hover,
    .btn--read-more:active,
    .btn--read-more:focus {
      outline: none;
      background-color: #003f77;
      color: white; }
  a.btn--primary,
  .btn--primary {
    text-decoration: none;
    padding: 8px 18px;
    white-space: normal;
    background-color: #ede9e5;
    font-weight: 700;
    text-align: left; }
    a.btn--primary:hover, a.btn--primary:focus, a.btn--primary:active,
    .btn--primary:hover,
    .btn--primary:focus,
    .btn--primary:active {
      color: #03325c; }
  a.btn--sidebar,
  .btn--sidebar {
    text-decoration: none;
    padding: 15px 18px;
    white-space: normal;
    background-color: #126BAF;
    color: white;
    font-weight: 700;
    text-align: left; }
    a.btn--sidebar:hover, a.btn--sidebar:focus, a.btn--sidebar:active,
    .btn--sidebar:hover,
    .btn--sidebar:focus,
    .btn--sidebar:active {
      background-color: #03325c;
      color: white; }
  a.btn--link,
  .btn--link {
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 0 8px 40px;
    border: none;
    color: #484848 !important;
    font-size: 14px;
    background: none;
    text-decoration: none;
    position: relative;
    text-align: left;
    letter-spacing: 1.5px;
    white-space: normal; }
    a.btn--link:hover, a.btn--link:focus, a.btn--link:active,
    .btn--link:hover,
    .btn--link:focus,
    .btn--link:active {
      color: #93352f !important;
      text-decoration: none; }
    a.btn--link:before,
    .btn--link:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 10px;
      font: normal normal normal 14px/1 "FontAwesome";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 10px;
      color: #fff;
      background-color: #93352f;
      font-size: 14px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      width: 28px;
      line-height: 28px;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      left: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  a.btn--read-story,
  .btn--read-story {
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 24px 0 0 !important;
    margin-top: 15px;
    border: none;
    color: #126BAF !important;
    font-size: 13px !important;
    background: none;
    text-decoration: none;
    position: relative;
    text-align: left;
    letter-spacing: 1.5px;
    white-space: normal;
    font-family: "Lato", sans-serif; }
    a.btn--read-story:after,
    .btn--read-story:after {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #7BADD3;
      font-weight: 700;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 14px;
      font-family: "Font Awesome 5 Pro";
      width: 28px;
      line-height: 28px;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: all 0.5s ease; }
    a.btn--read-story:hover, a.btn--read-story:focus, a.btn--read-story:active,
    .btn--read-story:hover,
    .btn--read-story:focus,
    .btn--read-story:active {
      text-decoration: none;
      background-color: transparent;
      box-shadow: none;
      outline: none; }
      a.btn--read-story:hover:after, a.btn--read-story:focus:after, a.btn--read-story:active:after,
      .btn--read-story:hover:after,
      .btn--read-story:focus:after,
      .btn--read-story:active:after {
        -webkit-transform: translateX(5px) translateY(-50%);
            -ms-transform: translateX(5px) translateY(-50%);
                transform: translateX(5px) translateY(-50%); }

.breadcrumbs {
  margin-bottom: 0;
  font-size: 12px;
  color: #746058;
  margin-top: 1.875rem;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: none; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs {
      display: table; } }
  @media only screen and (min-width: 1024px) {
    .breadcrumbs {
      padding: 0;
      margin-top: 0; } }
  .breadcrumbs a {
    color: #fff; }
    .breadcrumbs a:hover {
      color: #afbdf5; }
  .breadcrumbs .home__icon {
    color: white; }
    .breadcrumbs .home__icon:hover {
      color: white; }
  .breadcrumbs a {
    font-weight: 400;
    color: #746058; }
    .breadcrumbs a:hover {
      color: #1c2657; }
  .breadcrumbs .home-link {
    display: table-cell;
    padding-right: 8px;
    width: 40px; }
  @media only screen and (min-width: 1024px) {
    .breadcrumbs {
      display: table;
      margin-bottom: 1.875rem; } }

/*!
 * Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

/*!
 * Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Pro 5.0.1 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.tabs-tab-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tabs-tab-list li {
    margin: 0 0.5rem;
    width: 16rem;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: #003f77;
    transition: all 0.15s linear; }
    .tabs-tab-list li:hover {
      background-color: #126baf; }

.tabs-trigger {
  border-bottom: none;
  color: white;
  display: none;
  font-weight: normal;
  padding: 2.8125rem 1.25rem 0.9375rem;
  text-decoration: none;
  font-family: "Merriweather", serif;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.6;
  font-weight: 300; }
  .tabs-trigger:after {
    content: "";
    display: block;
    position: static;
    font-family: "Font Awesome 5 Pro";
    font-size: 1rem;
    text-align: center;
    font-weight: 300;
    font-style: normal;
    color: #669c40; }
  .tabs-trigger:hover {
    border-bottom: none; }
    .tabs-trigger:hover i:before {
      -webkit-filter: brightness(0) invert(100);
              filter: brightness(0) invert(100); }
  .tabs-trigger:active {
    outline: none; }

.tabs-trigger.is-selected {
  color: white;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4); }
  .tabs-trigger.is-selected .icon:before {
    -webkit-filter: brightness(0) invert(100);
            filter: brightness(0) invert(100); }
  .tabs-trigger.is-selected:after {
    content: "\f068" !important; }

.tabs-panel {
  display: block;
  margin: 0 0 0.625rem;
  padding: 0;
  position: relative;
  z-index: 10; }
  .tabs-panel:not(:last-child) {
    border-bottom: none; }
  .tabs-panel:active {
    outline: none; }
  .tabs-panel:focus {
    outline: none; }
  .tabs-panel .content {
    height: auto;
    max-height: 1000px;
    transition: all 0.5s ease; }
  .tabs-panel.is-hidden .content {
    height: auto;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease; }

.is-initialized.tabs-allowed .tabs-panel {
  display: inherit; }

.accordeon-trigger {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 1.25rem;
  background-color: #003f77;
  outline: none; }
  .accordeon-trigger h3 {
    margin: 0;
    display: block;
    position: relative;
    padding-left: 2.8125rem;
    font-style: italic;
    line-height: 1.25rem; }
    .accordeon-trigger h3 .fa-plus {
      color: #669c40;
      font-weight: 400;
      position: absolute;
      right: 0;
      transition: all 0.5s ease; }
    .accordeon-trigger h3 .icon {
      position: absolute;
      left: 0.9375rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      transition: all 0.5s ease; }
      .accordeon-trigger h3 .icon:before {
        content: "";
        display: block;
        position: absolute;
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 24px;
        height: 24px;
        z-index: 10;
        top: 0;
        left: 0;
        transition: all 0.5s linear; }
      .accordeon-trigger h3 .icon-computer:before {
        background: url(../images/icon_computer.svg) no-repeat transparent; }
      .accordeon-trigger h3 .icon-bulb:before {
        background: url(../images/icon_lightbulb.svg) no-repeat transparent; }
      .accordeon-trigger h3 .icon-money:before {
        background: url(../images/icon_dollar.svg) no-repeat transparent; }

.accordion-trigger-icon {
  pointer-events: none;
  display: inline-block;
  float: right;
  width: 22px;
  height: 22px; }
  .accordion-trigger-icon svg {
    margin: 0; }

[aria-expanded="true"] .vert {
  display: none; }

.label--open {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.label--close {
  display: block;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  display: none; }

.is-open .label--open {
  display: none; }

.is-open .label--close {
  display: block; }

.is-open .icon {
  -webkit-filter: brightness(0) invert(100);
          filter: brightness(0) invert(100); }

.is-open .fa-plus {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  transition: all 0.5s ease; }
  .is-open .fa-plus:before {
    content: "\f068" !important; }

@media only screen and (min-width: 768px) {
  .tabs-allowed {
    position: relative;
    padding-bottom: 200px; }
    .tabs-allowed .accordeon-trigger {
      display: none;
      color: #fff; }
    .tabs-allowed .tabs-trigger {
      display: block;
      color: #fff; }
    .tabs-allowed .tabs-panel {
      position: absolute;
      opacity: 1;
      transition: all 0.5s ease;
      height: 200px;
      width: 100%; }
    .tabs-allowed .tabs-panel.is-hidden {
      display: none; } }

.content.is-hidden {
  -webkit-animation: fadeOut 1s;
  animation: fadeOut 1s; }

.content.is-open {
  -webkit-animation: fadeIn 1s, slideInDown 0.15s;
  animation: fadeIn 1s, slideInDown 0.15s; }
  @media only screen and (min-width: 768px) {
    .content.is-open {
      -webkit-animation: fadeIn 1s;
      animation: fadeIn 1s; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 25px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 100%;
  z-index: 10;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: calc(50% - 75px); }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: calc(50% - 75px); }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: calc(50% - 75px); }
  [dir="rtl"] .slick-next {
    left: calc(50% - 75px);
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  padding-bottom: 15px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 14px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: #0c122d;
      opacity: 0.2;
      display: block;
      height: 25px;
      width: 14px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
    .slick-dots li.slick-active button {
      background: #0c122d;
      opacity: 1; }
    .slick-dots li:first-child.slick-active button {
      background: #0c122d;
      opacity: 1; }
    .slick-dots li:nth-child(2).slick-active button {
      background: #1c2657;
      opacity: 1; }
    .slick-dots li:nth-child(3).slick-active button {
      background: #64709f;
      opacity: 1; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years, .datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
        transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
        transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
        transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
        transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
        transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  box-sizing: content-box;
  padding: 4px; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }

.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
      transform: rotate(315deg); }

.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2); }

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 138px;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours, .datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb, .datepicker--time-row input[type='range']:hover::-moz-range-thumb, .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb, .datepicker--time-row input[type='range']:focus::-moz-range-thumb, .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb, .datepicker--time-row input[type='range']::-moz-range-thumb, .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track, .datepicker--time-row input[type='range']::-moz-range-track, .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower, .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
        transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2); }

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.rte .gform_wrapper ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }

.rte .gform_wrapper li {
  margin-bottom: 15px; }

.gform_wrapper form {
  margin-bottom: 0; }

.gform_wrapper .gfield_label {
  font-weight: 400 !important;
  display: block;
  margin-bottom: 4px; }

.gfield {
  padding-left: 0 !important; }

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #b94a48; }

.gfield input[type="text"],
.gfield input[type="url"],
.gfield input[type="email"],
.gfield input[type="tel"],
.gfield input[type="number"],
.gfield input[type="password"],
.gfield select,
.gfield textarea {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 10px !important;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 1.42857;
  color: #151519;
  vertical-align: middle;
  background-color: #F2F1EF;
  background-image: none;
  border: 2px solid #F2F1EF;
  border-radius: 5px;
  transition: border-color ease-in-out 0.15s; }

.gfield input[type="checkbox"] {
  margin-right: 8px;
  position: relative;
  top: 1px;
  margin-top: 0 !important; }

.gfield input:focus,
.gfield select:focus,
.gfield textarea:focus {
  border-color: #CDC6C0;
  outline: 0; }

@media only screen and (min-width: 768px) {
  .gfield .clear-multi {
    width: 50%; } }

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_time_minute {
  max-width: 33.3333% !important;
  margin-right: 0 !important; }

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
  width: calc(100% - 12px) !important; }

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
  width: 100% !important; }

.rte .gform_wrapper .field_description_below .gfield_description {
  padding-top: 4px; }

::-webkit-input-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

::placeholder {
  font-style: italic; }

.gfield textarea {
  height: auto; }

.gfield .textarea.small {
  height: 80px;
  width: 100%; }

.gfield .textarea.medium {
  height: 180px;
  width: 100%; }

.gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  border-bottom: 4px solid transparent;
  white-space: nowrap;
  padding: 8px 15px 6px 15px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.15s;
  color: #FFFFFF;
  background-color: #126BAF;
  border-color: #126BAF; }
  .gform_button:active:focus, .gform_button:active.focus, .gform_button.active:focus, .gform_button.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .gform_button:hover, .gform_button:focus, .gform_button.focus {
    color: #151519;
    text-decoration: none; }
  .gform_button:active, .gform_button.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .gform_button.disabled, .gform_button[disabled],
  fieldset[disabled] .gform_button {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none; }
  .gform_button:focus, .gform_button.focus {
    color: #FFFFFF;
    background-color: #0d4f81;
    border-color: #06243b; }
  .gform_button:hover {
    color: #FFFFFF;
    background-color: #0d4f81;
    border-color: #0c4978; }
  .gform_button:active, .gform_button.active {
    color: #FFFFFF;
    background-color: #0d4f81;
    border-color: #0c4978; }
    .gform_button:active:hover, .gform_button:active:focus, .gform_button:active.focus, .gform_button.active:hover, .gform_button.active:focus, .gform_button.active.focus {
      color: #FFFFFF;
      background-color: #0a3b60;
      border-color: #06243b; }
  .gform_button:active, .gform_button.active {
    background-image: none; }
  .gform_button.disabled:hover, .gform_button.disabled:focus, .gform_button.disabled.focus, .gform_button[disabled]:hover, .gform_button[disabled]:focus, .gform_button[disabled].focus,
  fieldset[disabled] .gform_button:hover,
  fieldset[disabled] .gform_button:focus,
  fieldset[disabled] .gform_button.focus {
    background-color: #126BAF;
    border-color: #126BAF; }

.gform_button.disabled, .gform_button[disabled],
fieldset[disabled] .gform_button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none; }

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .validation_message {
  color: #b94a48; }

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.gform_wrapper .gfield_error input:focus,
.gform_wrapper .gfield_error select:focus,
.gform_wrapper .gfield_error textarea:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E53B1F; }

.validation_error {
  padding: 15px;
  margin: 0 0 15px 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFFFFF;
  border-color: #d23318;
  background-color: #E53B1F; }

.gform_confirmation_wrapper {
  padding: 15px;
  margin: 30px 0 15px 0;
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  font-weight: 600; }

.gform_heading {
  margin-bottom: 15px; }

.gfield:before, .gfield:after {
  content: " ";
  display: table; }

.gfield:after {
  clear: both; }

.gform_wrapper .ginput_complex label {
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic; }

.gform_wrapper .top_label .gfield_label {
  color: #746058;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400; }

.gform_wrapper .ginput_complex .ginput_full {
  display: block;
  margin-bottom: 15px; }

.gform_wrapper .datepicker {
  left: 0;
  position: static;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  opacity: 1;
  padding-right: 30px;
  background-image: url(../images/calendar-alt.png) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 14px 16px;
  width: auto; }
  @media (-moz-min-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .gform_wrapper .datepicker {
      background-image: url("../images/calendar-alt@2x.png");
      background-size: 14px 16px; } }

.gform_wrapper .datepicker + img {
  display: none !important; }

@media only screen and (min-width: 768px) {
  .gform_wrapper .ginput_complex .ginput_left,
  .gform_wrapper .ginput_complex .ginput_right,
  .gform_wrapper .ginput_complex.gf_name_has_2 .name_first,
  .gform_wrapper .ginput_complex.gf_name_has_2 .name_last {
    float: left;
    display: block;
    width: 50%; }
  .ginput_container input.small,
  .ginput_container select.small {
    width: 25%; }
  .gform_wrapper .ginput_container input.medium,
  .gform_wrapper .top_label .ginput_container input.medium.datepicker,
  .gform_wrapper .ginput_container select.medium {
    width: 50%; }
  .gform_wrapper img.ui-datepicker-trigger {
    margin-left: -28px; }
  .gform_wrapper .ginput_left,
  .gform_wrapper .ginput_complex.gf_name_has_2 .name_first {
    margin-right: 0;
    clear: both; }
  .rte .gform_wrapper ul {
    display: block; }
  .gform_wrapper .gform_body {
    width: 70%; }
  .col-1 .gform_wrapper .gform_body {
    width: 100%; }
  .gfield .simple_captcha_medium {
    width: 50%; } }

.gform_wrapper .gform_ajax_spinner {
  margin-left: 10px; }

.gf_clear {
  clear: both;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px; }

td.gfield_list_icons {
  min-width: 50px; }

.gfield_list th {
  font-size: 13px; }

.ginput_recaptcha,
.gfield_captcha {
  margin-bottom: 15px; }

.ginput_counter {
  float: right;
  font-style: italic; }

.gfield_description {
  font-style: italic; }

.ginput_container_fileupload + .gfield_description {
  margin-top: 7.5px; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 2px !important; }

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 4px !important; }

#jb-search-results .gsc-control-cse,
#jb-search-results .gsc-thumbnail-inside,
#jb-search-results .gsc-table-result,
#jb-search-results .gsc-url-top {
  padding: 0; }

#jb-search-results .gsc-result-info {
  padding: 0;
  margin-bottom: 4px; }

#jb-search-results div.gs-title {
  margin-bottom: 4px; }

#jb-search-results .gsc-control-cse,
#jb-search-results .gsc-control-cse .gsc-table-result {
  font-family: inherit; }

#jb-search-results .gsc-control-cse table {
  margin-bottom: 0;
  border: 0; }

#jb-search-results .gsc-control-cse table td {
  background: transparent none;
  padding: 0;
  border: none; }

#jb-search-results .gsc-result .gs-title {
  overflow: visible; }

#jb-search-results .gsc-control-cse * {
  text-decoration: none !important; }

#jb-search-results .gsc-control-cse .gsc-result img {
  border: 0; }

#jb-search-results .gcsc-branding {
  display: none; }

#jb-search-results .gsc-selected-option-container,
#jb-search-results .gsc-selected-option-container * {
  box-sizing: content-box; }

.aligncenter,
div.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.alignleft {
  float: left; }

img.alignleft,
.wp-caption.alignleft {
  margin: 0 15px 15px 0; }

img.alignright,
.wp-caption.alignright {
  margin: 0 0 15px 15px; }

.alignright {
  float: right; }

img.alignnone {
  margin-bottom: 15px; }

/** Responsive Tables (https://github.com/zurb/responsive-tables)
 *  This is a Sass adaptation of Responsive Tables from Foundation v2.1.4 (http://foundation.zurb.com).
 *  Complementary to responsive-tables.js.
 */
@media only screen and (max-width: 767px) {
  .pinned {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 30%;
    overflow: hidden;
    overflow-x: scroll; }
    .pinned table {
      border-right: none;
      border-left: none;
      width: 100%;
      border-collapse: collapse; }
      .pinned table th,
      .pinned table td {
        white-space: nowrap; }
    .pinned td:last-child {
      border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
    div.table-wrapper div.scrollable {
      overflow: scroll;
      overflow-y: hidden; }
  table.responsive {
    margin-bottom: 0; }
    table.responsive th,
    table.responsive td {
      position: relative;
      white-space: nowrap;
      overflow: hidden; } }

@media only screen and (min-width: 768px) {
  .table-wrapper {
    max-width: 100%;
    overflow-y: auto;
    margin-bottom: 1.25rem; } }

/* SITE-SPECIFIC STYLES GO HERE */
.rte {
  line-height: 1.42857; }
  .rte > :first-child {
    margin-top: 0 !important; }
  .rte > :last-child {
    margin-bottom: 0 !important; }
  .rte a.btn,
  .rte .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    font-size: 15px;
    padding: 15px 20px;
    line-height: 1.25;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.15s; }
    @media only screen and (min-width: 768px) {
      .rte a.btn,
      .rte .btn {
        font-size: 17px; } }
    .rte a.btn:hover, .rte a.btn:focus, .rte a.btn:active,
    .rte .btn:hover,
    .rte .btn:focus,
    .rte .btn:active {
      text-decoration: none !important; }
    .rte a.btn:hover, .rte a.btn:focus, .rte a.btn.focus,
    .rte .btn:hover,
    .rte .btn:focus,
    .rte .btn.focus {
      color: #151519;
      text-decoration: none; }
    .rte a.btn:active, .rte a.btn.active,
    .rte .btn:active,
    .rte .btn.active {
      outline: none !important;
      background-image: none; }
    .rte a.btn:active:focus, .rte a.btn:active.focus, .rte a.btn.active:focus, .rte a.btn.active.focus,
    .rte .btn:active:focus,
    .rte .btn:active.focus,
    .rte .btn.active:focus,
    .rte .btn.active.focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .rte a.btn.disabled, .rte a.btn[disabled],
    fieldset[disabled] .rte a.btn,
    .rte .btn.disabled,
    .rte .btn[disabled],
    fieldset[disabled]
    .rte .btn {
      cursor: not-allowed;
      opacity: 0.65;
      box-shadow: none;
      pointer-events: none; }
    @media only screen and (min-width: 768px) {
      .rte a.btn,
      .rte .btn {
        white-space: nowrap; } }
    .rte a.btn--read-more,
    .rte .btn--read-more {
      background-color: #126baf;
      color: white; }
      .rte a.btn--read-more:hover, .rte a.btn--read-more:active, .rte a.btn--read-more:focus,
      .rte .btn--read-more:hover,
      .rte .btn--read-more:active,
      .rte .btn--read-more:focus {
        outline: none;
        background-color: #003f77;
        color: white; }
    .rte a.btn--primary,
    .rte .btn--primary {
      text-decoration: none;
      padding: 8px 18px;
      white-space: normal;
      background-color: #ede9e5;
      font-weight: 700;
      text-align: left; }
      .rte a.btn--primary:hover, .rte a.btn--primary:focus, .rte a.btn--primary:active,
      .rte .btn--primary:hover,
      .rte .btn--primary:focus,
      .rte .btn--primary:active {
        color: #03325c; }
    .rte a.btn--sidebar,
    .rte .btn--sidebar {
      text-decoration: none;
      padding: 15px 18px;
      white-space: normal;
      background-color: #126BAF;
      color: white;
      font-weight: 700;
      text-align: left; }
      .rte a.btn--sidebar:hover, .rte a.btn--sidebar:focus, .rte a.btn--sidebar:active,
      .rte .btn--sidebar:hover,
      .rte .btn--sidebar:focus,
      .rte .btn--sidebar:active {
        background-color: #03325c;
        color: white; }
    .rte a.btn--link,
    .rte .btn--link {
      font-weight: 700;
      text-transform: uppercase;
      padding: 8px 0 8px 40px;
      border: none;
      color: #484848 !important;
      font-size: 14px;
      background: none;
      text-decoration: none;
      position: relative;
      text-align: left;
      letter-spacing: 1.5px;
      white-space: normal; }
      .rte a.btn--link:hover, .rte a.btn--link:focus, .rte a.btn--link:active,
      .rte .btn--link:hover,
      .rte .btn--link:focus,
      .rte .btn--link:active {
        color: #93352f !important;
        text-decoration: none; }
      .rte a.btn--link:before,
      .rte .btn--link:before {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        font: normal normal normal 14px/1 "FontAwesome";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 10px;
        color: #fff;
        background-color: #93352f;
        font-size: 14px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        width: 28px;
        line-height: 28px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        left: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .rte a.btn--read-story,
    .rte .btn--read-story {
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 24px 0 0 !important;
      margin-top: 15px;
      border: none;
      color: #126BAF !important;
      font-size: 13px !important;
      background: none;
      text-decoration: none;
      position: relative;
      text-align: left;
      letter-spacing: 1.5px;
      white-space: normal;
      font-family: "Lato", sans-serif; }
      .rte a.btn--read-story:after,
      .rte .btn--read-story:after {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #7BADD3;
        font-weight: 700;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        font-family: "Font Awesome 5 Pro";
        width: 28px;
        line-height: 28px;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        transition: all 0.5s ease; }
      .rte a.btn--read-story:hover, .rte a.btn--read-story:focus, .rte a.btn--read-story:active,
      .rte .btn--read-story:hover,
      .rte .btn--read-story:focus,
      .rte .btn--read-story:active {
        text-decoration: none;
        background-color: transparent;
        box-shadow: none;
        outline: none; }
        .rte a.btn--read-story:hover:after, .rte a.btn--read-story:focus:after, .rte a.btn--read-story:active:after,
        .rte .btn--read-story:hover:after,
        .rte .btn--read-story:focus:after,
        .rte .btn--read-story:active:after {
          -webkit-transform: translateX(5px) translateY(-50%);
              -ms-transform: translateX(5px) translateY(-50%);
                  transform: translateX(5px) translateY(-50%); }
  .rte body {
    color: #151519;
    font-size: 15px;
    line-height: 24.5px; }
    @media only screen and (min-width: 768px) {
      .rte body {
        font-size: 17px;
        line-height: 28px; } }
  .rte p {
    font-size: 15px;
    line-height: 24.5px; }
    @media only screen and (min-width: 768px) {
      .rte p {
        font-size: 17px;
        line-height: 28px; } }
  .rte a {
    font-weight: 700;
    color: #126baf; }
    .rte a:hover, .rte a:active, .rte a:focus {
      color: #003f77;
      text-decoration: underline; }
  .rte h2,
  .rte .h2 {
    margin-bottom: 18px;
    color: #003f77;
    line-height: 1.357;
    font-family: "Merriweather", serif;
    font-size: 22px; }
    @media only screen and (min-width: 768px) {
      .rte h2,
      .rte .h2 {
        font-size: 28px; } }
  .rte h3,
  .rte .h3 {
    margin-bottom: 14px;
    color: #4c742f;
    font-family: "Lato", sans-serif;
    line-height: 1.208;
    font-size: 20px; }
    @media only screen and (min-width: 768px) {
      .rte h3,
      .rte .h3 {
        font-size: 24px; } }
  .rte h4,
  .rte .h4 {
    color: #746058;
    line-height: 1.75;
    margin-bottom: 10px;
    font-family: "Merriweather", serif;
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .rte h4,
      .rte .h4 {
        font-size: 20px; } }
  .rte h5,
  .rte .h5 {
    color: #151519;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1.3125;
    margin-bottom: 10px;
    font-size: 17px; }
    @media only screen and (min-width: 768px) {
      .rte h5,
      .rte .h5 {
        font-size: 18px; } }
  .rte h6,
  .rte .h6 {
    color: #151519;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    line-height: 1.0625;
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .rte h6,
      .rte .h6 {
        font-size: 16px; } }
  .rte hr {
    border-top-width: 2px;
    border-color: #cdc6c0; }
  .rte ul,
  .rte ol {
    padding-left: 0;
    margin-left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24.5px; }
    @media only screen and (min-width: 768px) {
      .rte ul,
      .rte ol {
        font-size: 16px;
        line-height: 28px; } }
  .rte ul {
    list-style: none;
    margin-left: 16px; }
    .rte ul li {
      line-height: 1.45rem;
      position: relative;
      padding-left: 18px;
      font-size: 14px;
      line-height: 24.5px; }
      @media only screen and (min-width: 768px) {
        .rte ul li {
          font-size: 16px;
          line-height: 28px; } }
      .rte ul li:before {
        color: #4c742f;
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-size: 14px;
        left: 0;
        position: absolute; }
    .rte ul ul {
      list-style-type: circle;
      margin: 0; }
      .rte ul ul ul {
        list-style-type: disc; }
  .rte li {
    padding: 3px 0 0; }
  .rte > ul > li:first-child,
  .rte .col-1 > ul > li:first-child {
    padding-top: 0; }
  .rte p {
    margin-bottom: 20px;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .rte p {
        margin-bottom: 20px; } }
    .rte p.no-margin {
      margin-bottom: 4px; }
  .rte .large-text {
    font-size: 15.75px;
    color: #1c2657;
    font-weight: 300; }
    @media only screen and (min-width: 768px) {
      .rte .large-text {
        font-size: 18px;
        line-height: 32px; } }
  .rte .intro-text {
    font-size: 13.125px;
    font-family: "Merriweather", serif;
    line-height: 1.8;
    color: #63636c;
    font-weight: 400; }
    @media only screen and (min-width: 768px) {
      .rte .intro-text {
        font-size: 15px; } }
  .rte .small-text,
  .rte .table-smaller td.small-text,
  .rte .table-smaller th.small-text {
    font-size: 14px; }
  .rte .small-text p,
  .rte p.small-text {
    margin-bottom: 16px;
    margin-top: -10px; }
    @media only screen and (min-width: 768px) {
      .rte .small-text p,
      .rte p.small-text {
        line-height: 20px; } }
  .rte .emphasis {
    background-color: #dce8f4;
    font-style: normal;
    display: inline-block;
    padding: 16px 16px 16px 20px;
    position: relative; }
    .rte .emphasis:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      border-left: 4px solid #669c40;
      display: block; }
    @media only screen and (min-width: 768px) {
      .rte .emphasis {
        min-height: 30px;
        margin-bottom: 20px;
        line-height: 1.8;
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (min-width: 1024px) {
      .rte .emphasis {
        padding-left: 40px; } }
  .rte blockquote {
    margin: 0 0 15px 0;
    display: inline-block;
    padding-left: 20px;
    font-weight: 400;
    position: relative;
    color: #746058;
    font-style: italic;
    line-height: 28px;
    font-size: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin: 0 0 15px;
    display: inline-block;
    padding: 16px 16px 16px 20px;
    font-weight: 400;
    position: relative;
    line-height: 1.75;
    font-style: italic; }
    @media only screen and (min-width: 768px) {
      .rte blockquote {
        margin-left: 20px;
        font-size: 17px; } }
    .rte blockquote:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      height: calc(100% - 16px);
      border-left: 4px solid #7badd3;
      display: block; }
    @media only screen and (min-width: 768px) {
      .rte blockquote {
        min-height: 30px;
        margin-left: 30px;
        margin-bottom: 20px;
        line-height: 1.8;
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (min-width: 1024px) {
      .rte blockquote {
        padding-left: 40px;
        margin-left: 40px; } }
    .rte blockquote p {
      color: #746058; }
      .rte blockquote p:last-child {
        margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .rte blockquote {
        min-height: 30px;
        margin-bottom: 20px;
        line-height: 1.75;
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (min-width: 1024px) {
      .rte blockquote {
        padding-left: 40px;
        padding-right: 40px; } }
  .rte .wp-caption {
    padding: 5px 0 0;
    max-width: 100%;
    margin-top: 24px;
    margin-bottom: 0; }
  .rte .wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%; }
  .rte .wp-caption .wp-caption-text {
    padding: 10px 5px;
    background-color: #ede9e5;
    color: #746058;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 20px; }
  .rte table {
    background-color: transparent;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    color: #151519; }
    .rte table > thead {
      border: 2px solid #126BAF;
      border-bottom: none; }
    .rte table > tbody {
      border: 2px solid #E8F1FA;
      border-top: none; }
  .rte table > thead > tr > th,
  .rte table > tbody > tr > th,
  .rte table > tfoot > tr > th,
  .rte table > thead > tr > td,
  .rte table > tbody > tr > td,
  .rte table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .rte table > thead > tr > th,
      .rte table > tbody > tr > th,
      .rte table > tfoot > tr > th,
      .rte table > thead > tr > td,
      .rte table > tbody > tr > td,
      .rte table > tfoot > tr > td {
        font-size: 16px; } }
  .rte table > thead > tr > th,
  .rte table > tbody > tr > th,
  .rte table > tfoot > tr > th {
    background-color: #126BAF;
    border-top: 1px solid #126BAF;
    border-bottom: 1px solid #126BAF;
    color: white;
    text-align: left;
    vertical-align: bottom; }
  .rte table table {
    background-color: #fff; }
  .rte .table-condensed > thead > tr > th,
  .rte .table-condensed > tbody > tr > th,
  .rte .table-condensed > tfoot > tr > th,
  .rte .table-condensed > thead > tr > td,
  .rte .table-condensed > tbody > tr > td,
  .rte .table-condensed > tfoot > tr > td {
    padding: 5px; }
  .rte .table-bordered {
    border: 1px solid #ced3e7; }
  .rte .table-bordered > thead > tr > th,
  .rte .table-bordered > tbody > tr > th,
  .rte .table-bordered > tfoot > tr > th,
  .rte .table-bordered > thead > tr > td,
  .rte .table-bordered > tbody > tr > td,
  .rte .table-bordered > tfoot > tr > td {
    border: 1px solid #ced3e7; }
  .rte .table-bordered > thead > tr > th,
  .rte .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }
  .rte .table > tbody > tr:nth-child(even) > td,
  .rte .table > tbody > tr:nth-child(even) > th {
    background-color: #E8F1FA; }
  .rte .table-striped > tbody > tr:nth-child(even) > td,
  .rte .table-striped > tbody > tr:nth-child(even) > th {
    background-color: #E8F1FA; }
  .rte .table-hover > tbody > tr:hover > td {
    background-color: #f5f5f5;
    color: #151519; }
  .rte .table-hover > tbody > tr > td.active:hover,
  .rte .table-hover > tbody > tr > th.active:hover,
  .rte .table-hover > tbody > tr.active:hover > td,
  .rte .table-hover > tbody > tr:hover > .active,
  .rte .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }
  .rte .table-smaller th,
  .rte .table-smaller td {
    font-size: 0.9285em; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.archive__title {
  color: #746058;
  max-width: 43.1875rem;
  border-bottom: 2px solid #dce8f4;
  padding-bottom: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 1.625rem; }
  @media only screen and (min-width: 1024px) {
    .archive__title {
      font-size: 2rem;
      margin-top: 3.125rem;
      margin-bottom: 3.125rem; } }
  .archive__title .styled {
    color: #4c742f;
    font-style: italic; }

.mobile-sidebar {
  margin-bottom: 3.125rem; }
  @media only screen and (min-width: 1024px) {
    .mobile-sidebar {
      display: none; } }

a.post__tax {
  color: #4C742F; }

.post {
  max-width: 43.1875rem;
  color: #63636C; }
  .post:first-child {
    padding-top: 0; }
  .post__hr {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    border-width: 2px;
    border-color: #DCE8F4;
    max-width: 43.1875rem; }
    @media only screen and (min-width: 768px) {
      .post__hr {
        margin-top: 3.125rem;
        margin-bottom: 3.125rem; } }
  .post__meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.4; }
  .post__date {
    color: #63636c;
    padding-right: 0.875rem; }
  .post__tax {
    padding-left: 1rem;
    position: relative; }
    .post__tax a {
      color: #4C742F; }
    .post__tax:before {
      content: "";
      display: inline-block;
      border-left: 2px solid #669C40;
      position: absolute;
      height: 100%;
      left: 0;
      top: 0; }
  .post__title {
    margin: 1rem 0 0.625rem;
    color: #003f77;
    font-family: "Merriweather", serif;
    line-height: 1.5;
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .post__title {
        font-size: 1.5rem; } }
  .post__title a {
    color: #003f77;
    font-family: "Merriweather", serif;
    line-height: 1.5; }
  .post.has-post-thumbnail {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .post.has-post-thumbnail {
        padding-right: calc(40% + 15px); } }
  .post-format-video, .post.category-student-spotlight {
    box-shadow: 4px 4px 14px 0 rgba(42, 15, 15, 0.2);
    position: relative;
    min-height: 13.75rem;
    padding: 1.25rem; }
    @media only screen and (min-width: 768px) {
      .post-format-video, .post.category-student-spotlight {
        padding: 1.875rem;
        padding-right: calc(40% + 15px); } }
    .post-format-video .post-thumbnail, .post.category-student-spotlight .post-thumbnail {
      width: calc(100% + 40px);
      margin-left: -20px;
      margin-right: -20px;
      margin-top: -20px; }
      @media only screen and (min-width: 768px) {
        .post-format-video .post-thumbnail, .post.category-student-spotlight .post-thumbnail {
          position: absolute;
          width: 40%;
          right: 0;
          margin: 0; } }
    .post-format-video .post__meta, .post.category-student-spotlight .post__meta {
      margin-top: 0; }
    .post-format-video .post__tax, .post.category-student-spotlight .post__tax {
      padding-left: 1.5rem; }
      .post-format-video .post__tax a, .post.category-student-spotlight .post__tax a {
        color: #4C742F; }
      .post-format-video .post__tax:before, .post.category-student-spotlight .post__tax:before {
        content: "\f144";
        display: inline-block;
        border-left: 0 solid #669C40;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        font-family: "Font Awesome 5 Pro";
        font-size: 0.875rem; }
  .post .post-thumbnail {
    background-position: center;
    background-size: cover;
    width: 100%;
    margin-bottom: 0.9375rem;
    position: relative; }
    .post .post-thumbnail:before {
      content: "";
      display: block;
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
    @media only screen and (min-width: 768px) {
      .post .post-thumbnail {
        position: absolute;
        width: 40%;
        right: 0; } }
    .post .post-thumbnail.yt-background:after {
      content: '';
      width: 78px;
      height: 78px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 1;
      opacity: 0.8;
      transition: all 0.15s ease;
      background: url(../images/play.svg); }
    .post .post-thumbnail a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 10; }
    .post .post-thumbnail:hover:after {
      opacity: 1; }
  .post.featured-post {
    max-width: 90rem;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    border: none; }
    .post.featured-post .post__tax {
      color: white; }
    .post.featured-post .post__title,
    .post.featured-post .post__title a {
      color: white;
      font-weight: 400; }
    .post.featured-post .btn--more {
      color: white;
      border: 2px solid #669C40;
      font-weight: 600;
      letter-spacing: 2px;
      line-height: 28px;
      text-transform: uppercase;
      font-size: 0.875rem;
      padding: 0.375rem 1rem; }
      .post.featured-post .btn--more:hover {
        color: #669C40; }
    .post.featured-post .post-thumbnail {
      width: 100%;
      height: 100%;
      right: 0;
      top: 0;
      bottom: 0;
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 0; }
      .post.featured-post .post-thumbnail:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 56.25%; }
      @media only screen and (min-width: 768px) {
        .post.featured-post .post-thumbnail {
          -webkit-flex: 0 0 41.66667%;
              -ms-flex: 0 0 41.66667%;
                  flex: 0 0 41.66667%;
          max-width: 41.66667%;
          position: absolute;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          right: 0.9375rem; } }
    .post.featured-post .post-content {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 3.125rem;
      padding-bottom: 3.125rem;
      position: relative;
      z-index: 10;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .post.featured-post .post-content:before {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/leafy-motif-top.svg) no-repeat top left transparent;
        background-size: contain;
        width: 150px;
        height: 130px;
        left: 0;
        top: 0;
        opacity: 0.3;
        z-index: -1; }
      @media only screen and (min-width: 768px) {
        .post.featured-post .post-content {
          -webkit-flex: 0 0 58.33333%;
              -ms-flex: 0 0 58.33333%;
                  flex: 0 0 58.33333%;
          max-width: 58.33333%;
          padding-right: 1.875rem;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; }
          .post.featured-post .post-content:before {
            content: none; } }

.post-nav {
  max-width: 43.1875rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }
  .post-nav a {
    color: #126baf;
    font-family: "Lato", sans-serif;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0.3125rem 0.9375rem; }
    .post-nav a .fa {
      color: #669c40; }
    .post-nav a:hover {
      background-color: #dce8f4; }

.course-list .course {
  padding: 2.5rem;
  box-shadow: 4px 4px 14px 0 rgba(42, 15, 15, 0.2);
  margin-bottom: 1.875rem;
  border-top: 3px solid #7BADD3; }
  .course-list .course__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
    .course-list .course__info li {
      font-weight: 700;
      color: #63636C;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      letter-spacing: 1px;
      line-height: 1.25rem;
      text-transform: uppercase;
      padding-left: 0; }
      .course-list .course__info li:before {
        content: none; }
    .course-list .course__info .spacer {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      font-size: 8px;
      line-height: 20px; }
  .course-list .course__title {
    margin-top: 5px;
    color: #003F77;
    font-family: "Merriweather", serif;
    font-size: 1.125rem;
    line-height: 1.75rem; }
  .course-list .course__details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-right: 5%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (min-width: 1200px) {
      .course-list .course__details {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .course-list .course__details li {
      padding-left: 1.5rem;
      color: #151519;
      font-family: "Lato", sans-serif;
      font-size: 1.0625rem;
      line-height: 1.75rem;
      position: relative;
      padding-right: 1.875rem; }
      .course-list .course__details li:before {
        font-weight: 700;
        padding-right: 0.5rem;
        font-size: 1.0625rem;
        line-height: 1.75rem; }
  .course-list .course__instructor:before {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #7BADD3; }
  .course-list .course__date:before {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #126BAF; }
  .course-list .course__schedule:before {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #746058; }
  .course-list .course__schedule__time {
    margin-left: 0.5rem;
    text-transform: uppercase; }
  .course-list .course__location:before {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #669C40; }
  .course-list .course .more_details h4 {
    color: #63636C;
    font-family: "Lato", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.25rem;
    text-transform: uppercase;
    margin: 0;
    margin-top: 1.25rem;
    font-weight: 700; }
  .course-list .course__description, .course-list .course__requirements {
    color: #151519;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 28px; }
  .course-list .course .actions .toggle {
    color: #4C742F;
    font-family: "Lato", sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 1.25rem; }
    .course-list .course .actions .toggle:hover {
      text-decoration: none; }
    .course-list .course .actions .toggle:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      padding-right: 0.5rem; }
    .course-list .course .actions .toggle.open:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.menu-container {
  background: url(../images/pattern_tan.png) repeat #ede9e5;
  position: relative;
  margin-bottom: 3.125rem; }
  .menu-container .filter-toggle {
    padding: 0.625rem 1.25rem;
    position: relative; }
    .menu-container .filter-toggle:after {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 1.25rem;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .menu-container .filter-toggle.active:after {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .menu-container .filter-toggle h3 {
      margin: 0; }
    .menu-container .filter-toggle a {
      color: #4C742F;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 1.75rem;
      text-transform: uppercase;
      display: inline-block; }
      .menu-container .filter-toggle a:hover, .menu-container .filter-toggle a:focus, .menu-container .filter-toggle a:active {
        text-decoration: none; }
      .menu-container .filter-toggle a:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
  .menu-container .filter-wrapper {
    border-top: 2px solid #CDC6C0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .menu-container .filter-wrapper .filters {
      padding: 1.875rem;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      @media only screen and (min-width: 1024px) {
        .menu-container .filter-wrapper .filters {
          -webkit-flex-basis: 60%;
              -ms-flex-preferred-size: 60%;
                  flex-basis: 60%; } }
      @media only screen and (min-width: 1200px) {
        .menu-container .filter-wrapper .filters {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }
      .menu-container .filter-wrapper .filters .field-group {
        margin-bottom: 1.5rem; }
      .menu-container .filter-wrapper .filters label:not(.radio-label) {
        display: block;
        font-size: 16px;
        line-height: 28px;
        font-family: "Merriweather", serif;
        color: #746058;
        margin-bottom: 0.5rem; }
      .menu-container .filter-wrapper .filters select {
        border: 1px solid #CDC6C0;
        border-radius: 4px;
        background-color: #FFFFFF;
        padding: 0.8125rem 1.875rem 0.8125rem 0.625rem;
        width: 100%;
        font-family: "Lato", sans-serif;
        font-size: 17px;
        font-style: italic;
        line-height: 23px;
        max-width: 15.75rem;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        position: relative;
        background-image: url(../images/sort.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 10px) 50%;
        background-size: 13px 21px; }
        @media (-moz-min-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
          .menu-container .filter-wrapper .filters select {
            background-image: url("../images/sort@2x.png");
            background-size: 13px 21px; } }
      .menu-container .filter-wrapper .filters input[type=text] {
        border: 1px solid #CDC6C0;
        border-radius: 4px;
        background-color: #FFFFFF;
        padding: 0.8125rem 0.625rem;
        width: 100%;
        font-family: "Lato", sans-serif;
        font-size: 17px;
        font-style: italic;
        line-height: 23px;
        max-width: 15.75rem; }
      .menu-container .filter-wrapper .filters select:not(.selected) {
        font-style: italic;
        color: #A6A3A1; }
      .menu-container .filter-wrapper .filters .select-item {
        color: #151519;
        font-size: 1.0625rem;
        font-style: normal; }
      .menu-container .filter-wrapper .filters input[type=radio],
      .menu-container .filter-wrapper .filters input[type=checkbox] {
        margin-right: 0.625rem; }
      .menu-container .filter-wrapper .filters ul {
        margin: 0; }
        .menu-container .filter-wrapper .filters ul li {
          padding: 0.25rem 0;
          line-height: 1.6875rem; }
          .menu-container .filter-wrapper .filters ul li:before {
            content: none; }
    .menu-container .filter-wrapper .filter-row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        .menu-container .filter-wrapper .filter-row {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; } }
      .menu-container .filter-wrapper .filter-row .left-col {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
        @media only screen and (min-width: 540px) {
          .menu-container .filter-wrapper .filter-row .left-col {
            -webkit-flex-basis: 55%;
                -ms-flex-preferred-size: 55%;
                    flex-basis: 55%;
            padding-right: 30px; } }
        @media only screen and (min-width: 1024px) {
          .menu-container .filter-wrapper .filter-row .left-col {
            -webkit-flex-basis: 60%;
                -ms-flex-preferred-size: 60%;
                    flex-basis: 60%; } }
      .menu-container .filter-wrapper .filter-row .right-col {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; }
        @media only screen and (min-width: 540px) {
          .menu-container .filter-wrapper .filter-row .right-col {
            -webkit-flex-basis: 45%;
                -ms-flex-preferred-size: 45%;
                    flex-basis: 45%; } }
        @media only screen and (min-width: 1024px) {
          .menu-container .filter-wrapper .filter-row .right-col {
            -webkit-flex-basis: 40%;
                -ms-flex-preferred-size: 40%;
                    flex-basis: 40%; } }
        .menu-container .filter-wrapper .filter-row .right-col .field-group {
          margin-bottom: 1.875rem; }
        .menu-container .filter-wrapper .filter-row .right-col li label {
          font-family: "Lato", sans-serif;
          color: #151519;
          font-size: 17px;
          line-height: 28px; }
    .menu-container .filter-wrapper .helpful-links {
      background-color: #F2F1EF;
      padding: 1.875rem;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      @media only screen and (min-width: 1024px) {
        .menu-container .filter-wrapper .helpful-links {
          -webkit-flex-basis: 40%;
              -ms-flex-preferred-size: 40%;
                  flex-basis: 40%; } }
      @media only screen and (min-width: 1200px) {
        .menu-container .filter-wrapper .helpful-links {
          -webkit-flex-basis: 50%;
              -ms-flex-preferred-size: 50%;
                  flex-basis: 50%; } }
      .menu-container .filter-wrapper .helpful-links .links {
        margin: 0; }
        .menu-container .filter-wrapper .helpful-links .links li {
          margin-bottom: 0.5rem; }
          .menu-container .filter-wrapper .helpful-links .links li a {
            font-weight: 400;
            color: #126BAF;
            font-family: "Lato", sans-serif;
            font-size: 17px;
            line-height: 28px; }
    .menu-container .filter-wrapper .filter-title {
      color: #003F77;
      font-size: 28px;
      line-height: 38px;
      margin-top: 8px; }

.template-fullwidth .breadcrumbs {
  padding-left: 15px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.25rem 0; }

.template-fullwidth .footer {
  margin-top: 4rem !important; }

.template-fullwidth #main {
  padding-top: 2.5rem; }

.events-filter {
  background: url(../images/pattern_tan.png) #EDE9E5;
  margin-bottom: 1.875rem; }
  .events-filter__title {
    padding: 1.25rem;
    border-bottom: 2px solid #CDC6C0; }
  .events-filter__wrapper {
    padding: 1.25rem; }
  .events-filter ul li {
    padding-left: 0;
    line-height: 2.5rem; }
  .events-filter label {
    margin-left: 10px; }
  .events-filter .time-ranges {
    list-style: none;
    margin-left: 0; }
    .events-filter .time-ranges li {
      padding: 0.3125rem 0.625rem; }
      .events-filter .time-ranges li:before {
        content: none; }
  .events-filter form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .events-filter .form-element {
    padding-right: 1.25rem;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; }

.events-search {
  margin-bottom: 1.5625rem; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .events-search {
      display: none; } }
  .events-search input {
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 1.875rem;
    border-radius: 30px;
    border: 2px solid #CDC6C0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("../images/search.png");
    background-size: 16px 16px;
    background-position: 10px center;
    background-repeat: no-repeat; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
      .events-search input {
        background-image: url("../images/search@2x.png"); } }

.events-list .event {
  padding: 0;
  margin-bottom: 1.875rem; }
  .events-list .event .event__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border: 2px solid #DCE8F4; }
    @media only screen and (min-width: 540px) {
      .events-list .event .event__inner {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .events-list .event .event-thumbnail {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background-size: cover;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    min-height: 11.25rem;
    width: 100%; }
    @media only screen and (min-width: 540px) {
      .events-list .event .event-thumbnail {
        -webkit-flex-basis: 40%;
            -ms-flex-preferred-size: 40%;
                flex-basis: 40%; } }
    @media only screen and (min-width: 768px) {
      .events-list .event .event-thumbnail {
        -webkit-flex-basis: 17.8125rem;
            -ms-flex-preferred-size: 17.8125rem;
                flex-basis: 17.8125rem; } }
  .events-list .event__title {
    color: #003F77;
    font-family: "Merriweather", serif;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 12px; }
    @media only screen and (min-width: 768px) {
      .events-list .event__title {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 10px; } }
  .events-list .event .event-details {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 1.25rem;
    line-height: 1.8;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media only screen and (min-width: 540px) {
      .events-list .event .event-details {
        -webkit-flex-basis: 60%;
            -ms-flex-preferred-size: 60%;
                flex-basis: 60%; } }
    @media only screen and (min-width: 768px) {
      .events-list .event .event-details {
        -webkit-flex-basis: calc(100% - 285px);
            -ms-flex-preferred-size: calc(100% - 285px);
                flex-basis: calc(100% - 285px); } }
    .events-list .event .event-details ul {
      padding-left: 1.75rem;
      margin: 0; }
      .events-list .event .event-details ul li {
        position: relative;
        padding: 0;
        color: #63636C;
        font-family: "Lato", sans-serif;
        font-weight: bold;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 11px; }
        @media only screen and (min-width: 768px) {
          .events-list .event .event-details ul li {
            line-height: 21px;
            font-size: 17px;
            margin-bottom: 9px; } }
        .events-list .event .event-details ul li:before {
          position: absolute;
          left: -1.75rem;
          top: 0.3125rem; }
        .events-list .event .event-details ul li a {
          color: inherit;
          font-family: "Lato", sans-serif;
          font-size: inherit;
          font-weight: inherit;
          line-height: inherit; }
          .events-list .event .event-details ul li a:hover {
            color: #4b4b51; }
    .events-list .event .event-details .date:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #126BAF;
      font-weight: 700; }
    .events-list .event .event-details .date .separator {
      margin: 0 3px; }
    .events-list .event .event-details .time:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #746058;
      font-weight: 700; }
    .events-list .event .event-details .time .separator {
      margin: 0 3px; }
    .events-list .event .event-details .location:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #669C40;
      font-weight: 700; }
    .events-list .event .event-details .info_url:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: 700;
      color: #63636C; }
    .events-list .event .event-details .info_url a {
      display: block; }
      .events-list .event .event-details .info_url a:after {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #669C40;
        margin-left: 8px;
        display: inline-block;
        transition: all 0.15s ease; }
      .events-list .event .event-details .info_url a:hover:after, .events-list .event .event-details .info_url a:active:after {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }

.toggle-description {
  color: #63636C !important;
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.125rem; }
  .toggle-description .fa-info-circle {
    color: #63636C;
    margin-right: 4px;
    font-size: 0.9375rem; }
  .toggle-description:after {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #669C40;
    display: inline-block;
    transition: all 0.15s ease;
    margin-left: 6px; }
  .toggle-description.active:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.toggle-calendar {
  line-height: 1.125rem; }

.time-range {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.875rem; }
  .time-range .time-range__label {
    color: #4C742F;
    font-size: 14px;
    line-height: 17px;
    display: inline-block; }
  .time-range ul.range-links {
    margin: 0 !important; }
    .time-range ul.range-links > li {
      padding: 0;
      padding-right: 8px; }
      .time-range ul.range-links > li.active a, .time-range ul.range-links > li:hover a {
        text-decoration: none;
        font-weight: 700;
        color: #003F77; }
      .time-range ul.range-links > li:before {
        content: none; }
      .time-range ul.range-links > li:after {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700;
        font-size: 0.375rem;
        color: #81B0D5;
        line-height: 1.375rem;
        display: inline-block;
        position: absolute; }
        @media only screen and (min-width: 768px) {
          .time-range ul.range-links > li:after {
            top: 4px; } }
      .time-range ul.range-links > li.range:after {
        content: none; }
      .time-range ul.range-links > li.range > a {
        position: relative; }
        .time-range ul.range-links > li.range > a:after {
          content: "";
          font: normal normal normal 14px/1 "Font Awesome 5 Pro";
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: 700;
          font-size: 14px;
          color: #81B0D5;
          line-height: 24px;
          display: inline-block;
          margin-left: 0.5rem; }
      .time-range ul.range-links > li.range.active > a {
        font-weight: 700;
        color: #003F77; }
        .time-range ul.range-links > li.range.active > a:after {
          content: "";
          font: normal normal normal 14px/1 "Font Awesome 5 Pro";
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }
      .time-range ul.range-links > li a {
        padding: 0 8px;
        color: #126BAF;
        font-size: 14px;
        font-weight: bold;
        line-height: 17px;
        display: inline-block; }
        @media only screen and (min-width: 768px) {
          .time-range ul.range-links > li a {
            padding: 0 9px; } }
      .time-range ul.range-links > li .date-range {
        position: absolute;
        background-color: #fff;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
        padding: 15px;
        z-index: 10;
        left: -160px; }
        .time-range ul.range-links > li .date-range ul li:before {
          content: none; }
        .time-range ul.range-links > li .date-range .date-range-controls {
          width: 200px; }
          .time-range ul.range-links > li .date-range .date-range-controls input {
            width: 100%;
            padding-left: 30px;
            border: 2px solid #CDC6C0;
            border-radius: 3px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            background-image: url(../images/calendar.png);
            background-repeat: no-repeat;
            background-position: 6px 50%;
            background-size: 14px 16px; }
            @media (-moz-min-device-pixel-ratio: 1.3), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
              .time-range ul.range-links > li .date-range .date-range-controls input {
                background-image: url("../images/calendar@2x.png");
                background-size: 14px 16px; } }
            .time-range ul.range-links > li .date-range .date-range-controls input.active {
              border: 2px solid #4c742f; }
        .time-range ul.range-links > li .date-range .date-range-popup {
          width: 240px;
          padding: 0 0 0 16px; }

.events-container .events-span-title {
  font-size: 22px;
  line-height: 40px;
  color: #746058; }
  .events-container .events-span-title .capitalized {
    text-transform: capitalize; }
  .events-container .events-span-title .styled {
    font-style: italic; }

@media only screen and (min-width: 1024px) {
  .events-container .events-main {
    padding-right: 8.3333%; } }

@media only screen and (min-width: 1200px) {
  .events-container .events-main {
    padding-right: 16.6667%; } }

@media only screen and (min-width: 768px) {
  .events-container .events-sidebar {
    margin-top: 2.5rem; } }

.events-filter__header {
  padding: 0.8125rem 1.25rem; }
  .events-filter__header h3 {
    margin: 0; }

.events-filter__choices {
  border-top: 2px solid #CDC6C0;
  padding: 1.625rem 2rem; }
  .events-filter__choices label {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #003F77; }
  .events-filter__choices li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    line-height: 2.5rem; }
    @media only screen and (min-width: 640px) {
      .events-filter__choices li {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }

.events-filter .filter-toggle {
  display: block;
  position: relative;
  color: #4C742F;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.75rem; }
  .events-filter .filter-toggle:hover, .events-filter .filter-toggle:active, .events-filter .filter-toggle:focus {
    text-decoration: none;
    color: #4C742F; }
  .events-filter .filter-toggle:after {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 1.75rem; }
  .events-filter .filter-toggle.active:after {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1.75rem; }

.event-actions {
  background-color: #DCE8F4;
  padding: 9px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.event-description {
  background-color: #DCE8F4;
  padding: 0px 18px 10px 22px;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 768px) {
    .event-description {
      padding: 0px 22px 20px 22px; } }
  .event-description p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    color: #63636C;
    margin-bottom: 0.625rem; }
    .event-description p:last-child {
      margin-bottom: 0; }

a.toggle-calendar {
  color: #63636C;
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  font-weight: 400;
  display: inline-block;
  margin-left: auto; }
  a.toggle-calendar i {
    margin-right: 8px;
    color: #81B0D5; }
  a.toggle-calendar.active i {
    color: #126BAF; }

.event__footer {
  position: relative; }

.calendar-links {
  position: absolute;
  top: 100%;
  right: 0;
  width: 150px;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0.9375rem; }
  .calendar-links ul {
    margin: 0; }
    .calendar-links ul li {
      padding: 0 0.625rem 0 0;
      font-size: 0.875rem;
      position: relative; }
      .calendar-links ul li:before {
        left: auto;
        right: 0;
        font-size: 0.625rem;
        color: #81B0D5; }

.events-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .events-pagination .prev-label, .events-pagination .next-label {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700; }
  .events-pagination .prev-period, .events-pagination .next-period {
    font-size: 14px; }
  .events-pagination a .far {
    color: #669C40;
    display: inline-block; }
  .events-pagination a.prev .far {
    margin-right: 10px; }
  .events-pagination a.prev-label {
    display: inline-block;
    text-transform: uppercase; }
  .events-pagination a.prev .prev-period {
    text-align: left;
    padding-left: 24px; }
  .events-pagination a.next .far {
    margin-left: 10px; }
  .events-pagination a.next-label {
    display: inline-block;
    text-transform: uppercase; }
  .events-pagination a.next .next-period {
    text-align: right;
    padding-right: 24px; }
  .events-pagination a .prev-period,
  .events-pagination a .next-period {
    display: block;
    color: #63636C;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    border-top: 2px solid transparent;
    line-height: 2rem;
    font-weight: 400;
    border-top: 2px solid transparent;
    margin-top: 8px; }
  .events-pagination a:hover, .events-pagination a:focus, .events-pagination a:active {
    text-decoration: none; }
    .events-pagination a:hover .prev-period,
    .events-pagination a:hover .next-period, .events-pagination a:focus .prev-period,
    .events-pagination a:focus .next-period, .events-pagination a:active .prev-period,
    .events-pagination a:active .next-period {
      border-top: 2px solid #DCE8F4; }

@media only screen and (min-width: 1px) and (max-width: 767px) {
  #events-sidebar .calendar {
    display: none; } }

#events-sidebar .calendar__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 17px;
  text-transform: uppercase;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4c742f; }
  #events-sidebar .calendar__header .fa {
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #EDE9E5; }

#events-sidebar .calendar .weekdays {
  margin-top: 0.3125rem;
  font-family: "Merriweather", serif;
  color: #4C742F;
  margin-left: -5%;
  margin-right: -5%; }

#events-sidebar .calendar .dates {
  margin-left: -5%;
  margin-right: -5%;
  color: #63636C;
  font-family: "Lato", sans-serif; }
  #events-sidebar .calendar .dates .day--previous, #events-sidebar .calendar .dates .day--next {
    color: #C1C1C9; }
  #events-sidebar .calendar .dates .has-event {
    color: #003F77;
    font-weight: bold; }
    #events-sidebar .calendar .dates .has-event .date {
      border: 2px solid transparent;
      border-radius: 50%;
      display: block;
      font-size: 15px;
      line-height: 26px; }
      #events-sidebar .calendar .dates .has-event .date:hover {
        border: 2px solid #7BADD3; }
  #events-sidebar .calendar .dates .current-day .date {
    background-color: #DCE8F4; }

.template-events .page-header .title {
  color: #03325C;
  font-size: 32px;
  line-height: 40px; }
  .template-events .page-header .title .styled {
    color: #4C742F;
    font-style: italic; }

.template-events .important-dates {
  background-color: #DCE8F4;
  padding: 1.875rem;
  margin-top: 1.875rem; }
  .template-events .important-dates h3 {
    color: #4C742F;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 17px;
    margin: 0 0 16px;
    text-transform: uppercase; }
    .template-events .important-dates h3:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #63636C;
      margin-right: 8px;
      font-weight: 700; }
  .template-events .important-dates ul {
    margin: 0; }
    .template-events .important-dates ul li {
      margin-bottom: 1.25rem; }
      .template-events .important-dates ul li span {
        display: block;
        font-size: 15px;
        line-height: 18px; }
        .template-events .important-dates ul li span.event__date {
          color: #003F77;
          font-weight: bold; }
        .template-events .important-dates ul li span.event__title {
          color: #63636C; }
      .template-events .important-dates ul li:before {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700;
        font-size: 6px;
        line-height: 1.25rem;
        color: #63636C; }

.template-events .important-links {
  background-color: #4C742F;
  padding: 1.3125rem 1.875rem; }
  .template-events .important-links ul {
    margin: 0; }
    .template-events .important-links ul li {
      padding: 0.75rem 0.75rem 0.75rem 0;
      position: relative;
      border-bottom: 2px solid #669C40; }
      .template-events .important-links ul li:last-child {
        border-bottom: none; }
      .template-events .important-links ul li:before {
        position: absolute;
        color: #fff;
        right: 0;
        left: auto; }
      .template-events .important-links ul li a {
        color: #FFFFFF;
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
        font-family: "Merriweather", serif; }

.single .post {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0 solid #dce8f4; }
  .single .post__meta {
    border-bottom: 2px solid #dce8f4;
    display: block;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem; }

.single .wp-post-image {
  margin-bottom: 1.25rem; }

.related {
  background: url(../images/pattern_frost.png) #DCE8F4;
  padding-top: 2.3125rem;
  padding-bottom: 2.3125rem; }
  .related__title {
    color: #4c742f;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    margin-bottom: 1.8125rem;
    margin-top: 0;
    line-height: 1.4;
    font-size: 1.125rem; }
    @media only screen and (min-width: 768px) {
      .related__title {
        font-size: 1.25rem; } }
  .related__post {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 1.75rem; }
    @media only screen and (min-width: 768px) {
      .related__post {
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
        .related__post:not(:first-child) {
          border-left: 2px solid #BBCFDD; } }
    .related__post__meta {
      color: #126baf;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      letter-spacing: 1.85px;
      font-size: 12px;
      line-height: 24px; }
    .related__post__title {
      color: #003f77;
      font-family: "Lato", sans-serif;
      font-weight: bold;
      font-size: 17px;
      line-height: 24px;
      margin-top: 0.3125rem; }
  .related .btn--read-more {
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 32px 8px 0;
    border: none;
    color: #126BAF !important;
    font-size: 14px;
    background: none;
    text-decoration: none;
    position: relative;
    text-align: left;
    letter-spacing: 1.5px;
    white-space: normal; }
    .related .btn--read-more:hover, .related .btn--read-more:focus, .related .btn--read-more:active {
      text-decoration: none;
      background-color: transparent;
      box-shadow: none;
      outline: none; }
    .related .btn--read-more:after {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 10px;
      font: normal normal normal 14px/1 "FontAwesome";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 10px;
      font-size: 14px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      width: 28px;
      line-height: 28px;
      display: inline-block;
      border-radius: 50%;
      position: absolute;
      right: 0;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.hero {
  border-bottom: 4px solid white; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .hero {
      height: auto !important; } }
  @media only screen and (min-width: 768px) {
    .hero {
      max-height: 60vw;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .hero .slick-active .hero__column:after {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    z-index: 10;
    background: url(../images/leafy-motif-top.svg) no-repeat top left transparent;
    opacity: 0.2; }
  .hero .slick-active .hero__column:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    bottom: 0;
    right: 0;
    z-index: 15;
    background: url(../images/leafy-motif-bottom.svg) no-repeat bottom right transparent;
    opacity: 0.2; }
  .hero__column {
    position: relative;
    height: 100%; }
    .hero__column:after, .hero__column:before {
      opacity: 0;
      transition: all 0.5s ease-in-out; }
    .hero__column img {
      visibility: hidden;
      width: 100%;
      height: auto; }
    .hero__column .image-container {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      .hero__column .image-container:hover {
        cursor: pointer; }
      .hero__column .image-container:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.5s ease-in-out; }
      @media only screen and (min-width: 768px) {
        .hero__column .image-container {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; } }
    @media only screen and (min-width: 768px) {
      .hero__column {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        transition: all 0.5s cubic-bezier(0.65, 0.46, 0.45, 0.34);
        border-right: 4px solid white;
        overflow: hidden; } }
    .hero__column:last-child {
      border-right: none; }
    .hero__column.active:hover {
      cursor: default; }
    .hero__column.active:after {
      content: "";
      display: block;
      position: absolute;
      width: 20%;
      height: 20%;
      top: 0;
      left: 0;
      z-index: 10;
      background: url(../images/leafy-motif-top.svg) no-repeat top left transparent;
      opacity: 0.2; }
    .hero__column.active:before {
      content: "";
      display: block;
      position: absolute;
      width: 50%;
      height: 50%;
      bottom: 0;
      right: 0;
      z-index: 15;
      background: url(../images/leafy-motif-bottom.svg) no-repeat bottom right transparent;
      opacity: 0.2; }
    .hero__column__inner {
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .hero__column .image-container:before {
      z-index: 10; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .hero__column .image-container {
        background-size: contain;
        background-position: top center; } }
    .hero__column--discover {
      background-color: #003f77; }
      .hero__column--discover .image-container:before {
        background-image: linear-gradient(to bottom, rgba(0, 63, 119, 0) 10%, #003f77 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00003F77', endColorstr='#FF003F77', GradientType=0);
        background-repeat: repeat-x; }
        @media only screen and (min-width: 768px) {
          .hero__column--discover .image-container:before {
            background-image: linear-gradient(to bottom, rgba(0, 63, 119, 0.7) 10%, rgba(0, 63, 119, 0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3003F77', endColorstr='#B3003F77', GradientType=0);
            background-repeat: repeat-x; } }
      .hero__column--discover.active .image-container:before {
        background-image: linear-gradient(to bottom, rgba(0, 63, 119, 0) 10%, #003f77 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00003F77', endColorstr='#FF003F77', GradientType=0);
        background-repeat: repeat-x; }
    .hero__column--grow {
      background-color: #4c742f; }
      .hero__column--grow .image-container:before {
        background-image: linear-gradient(to bottom, rgba(76, 116, 47, 0) 10%, #4c742f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004C742F', endColorstr='#FF4C742F', GradientType=0);
        background-repeat: repeat-x; }
        @media only screen and (min-width: 768px) {
          .hero__column--grow .image-container:before {
            background-image: linear-gradient(to bottom, rgba(76, 116, 47, 0.7) 10%, rgba(76, 116, 47, 0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B34C742F', endColorstr='#B34C742F', GradientType=0);
            background-repeat: repeat-x; } }
      .hero__column--grow.active .image-container:before {
        background-image: linear-gradient(to bottom, rgba(76, 116, 47, 0) 10%, #4c742f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004C742F', endColorstr='#FF4C742F', GradientType=0);
        background-repeat: repeat-x; }
    .hero__column--connect {
      background-color: #574640; }
      .hero__column--connect .image-container:before {
        background-image: linear-gradient(to bottom, rgba(87, 70, 64, 0) 10%, #574640 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00574640', endColorstr='#FF574640', GradientType=0);
        background-repeat: repeat-x; }
        @media only screen and (min-width: 768px) {
          .hero__column--connect .image-container:before {
            background-image: linear-gradient(to bottom, rgba(87, 70, 64, 0.7) 10%, rgba(87, 70, 64, 0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3574640', endColorstr='#B3574640', GradientType=0);
            background-repeat: repeat-x; } }
      .hero__column--connect.active .image-container:before {
        background-image: linear-gradient(to bottom, rgba(87, 70, 64, 0) 10%, #574640 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00574640', endColorstr='#FF574640', GradientType=0);
        background-repeat: repeat-x; }
    .hero__column--succeed {
      background-color: #03325c; }
      .hero__column--succeed .image-container:before {
        background-image: linear-gradient(to bottom, rgba(3, 50, 92, 0) 10%, #03325c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0003325C', endColorstr='#FF03325C', GradientType=0);
        background-repeat: repeat-x; }
        @media only screen and (min-width: 768px) {
          .hero__column--succeed .image-container:before {
            background-image: linear-gradient(to bottom, rgba(3, 50, 92, 0.7) 10%, rgba(3, 50, 92, 0.7) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B303325C', endColorstr='#B303325C', GradientType=0);
            background-repeat: repeat-x; } }
      .hero__column--succeed.active .image-container:before {
        background-image: linear-gradient(to bottom, rgba(3, 50, 92, 0) 10%, #03325c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0003325C', endColorstr='#FF03325C', GradientType=0);
        background-repeat: repeat-x; }
    .hero__column .content-wrapper {
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 20;
      padding: 2rem;
      color: white; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        .hero__column .content-wrapper {
          margin-top: -4.375rem; } }
      @media only screen and (min-width: 768px) {
        .hero__column .content-wrapper {
          text-align: center; } }
      .hero__column .content-wrapper:hover {
        cursor: pointer; }
    .hero__column .content {
      cursor: pointer; }
      @media only screen and (min-width: 768px) {
        .hero__column .content {
          opacity: 0;
          display: none;
          height: 0;
          transition-delay: 0s;
          transition: all 0.25s ease-in-out; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .hero__column .content {
      -webkit-animation: fadeIn 2s 0s 1;
              animation: fadeIn 2s 0s 1; } }
      .hero__column .content .title {
        font-family: "Merriweather", serif;
        font-weight: 400;
        font-size: 1.5rem;
        font-style: italic;
        line-height: 20px; }
        @media only screen and (min-width: 768px) {
          .hero__column .content .title {
            font-size: 1.75rem;
            transition-delay: 0s;
            transition: all 0.25s ease-in-out;
            margin: 0; } }
      .hero__column .content .link {
        color: #ffffff;
        font-size: 0.8125rem;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 1.8;
        text-transform: uppercase;
        margin-top: 0.625rem;
        display: inline-block; }
        .hero__column .content .link i {
          color: #fada63;
          transition: all 0.5s ease; }
        .hero__column .content .link:hover i {
          -webkit-transform: translateX(5px);
              -ms-transform: translateX(5px);
                  transform: translateX(5px); }
    .hero__column .category {
      display: block;
      text-transform: uppercase;
      font-family: "Lato", sans-serif;
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 24px;
      margin: 0 !important; }
      @media only screen and (min-width: 768px) {
        .hero__column .category {
          position: relative;
          text-align: center;
          padding-bottom: 3.75rem;
          transition-delay: 0s;
          transition: all 0.25s ease-in-out; }
          .hero__column .category:after {
            content: "";
            display: block;
            position: absolute;
            height: 3.125rem;
            width: 3.125rem;
            color: #fada63;
            font-family: "Font Awesome 5 Pro";
            font-size: 1rem;
            line-height: 2.875rem;
            border: 2px solid white;
            text-align: center;
            border-radius: 50%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            top: 2.5rem;
            font-weight: 300;
            transition: all 0.15s ease; } }
      .hero__column .category:hover {
        cursor: pointer; }
    .hero__column .category {
      display: inline-block;
      border-bottom: 2px solid #fada63; }
      @media only screen and (min-width: 768px) {
        .hero__column .category {
          border-bottom: none; } }
    .hero__column.active {
      transition-delay: 0s;
      -webkit-flex: 3;
          -ms-flex: 3;
              flex: 3; }
      .hero__column.active .category {
        text-align: left;
        position: relative;
        display: inline-block;
        margin: 0; }
        .hero__column.active .category:after {
          content: "";
          border: none;
          border-bottom: 2px solid #fada63;
          border-radius: 0;
          width: 100%;
          height: 0;
          top: 1.5625rem; }
        @media only screen and (min-width: 768px) {
          .hero__column.active .category {
            -webkit-animation: fadeIn 2s 0s 1;
                    animation: fadeIn 2s 0s 1;
            padding-bottom: 0; } }
        .hero__column.active .category:hover {
          cursor: pointer; }
          .hero__column.active .category:hover:after {
            -webkit-transform: translateX(-50%) translateY(0);
                -ms-transform: translateX(-50%) translateY(0);
                    transform: translateX(-50%) translateY(0); }
      .hero__column.active .content-wrapper {
        text-align: left; }
        @media only screen and (min-width: 768px) {
          .hero__column.active .content-wrapper {
            -webkit-animation: fadeIn 2s 0s 1;
                    animation: fadeIn 2s 0s 1; } }
      .hero__column.active .content {
        transition-delay: 0.5s;
        opacity: 1;
        height: auto; }
        @media only screen and (min-width: 768px) {
          .hero__column.active .content {
            display: block;
            -webkit-animation: fadeIn 2s 0s 1;
                    animation: fadeIn 2s 0s 1; } }
        .hero__column.active .content .title {
          margin-top: 2.1875rem;
          margin-bottom: 1.375rem; }
  .hero .slick-prev,
  .hero .slick-next {
    height: 3rem;
    width: 3rem;
    top: calc(100% - 70px);
    border: 2px solid white;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem; }
    .hero .slick-prev:before,
    .hero .slick-next:before {
      line-height: 3rem;
      color: #fada63; }
  .hero .slick-prev {
    left: auto;
    right: 6.25rem; }
  .hero .slick-next {
    right: 1.875rem;
    left: auto; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.about {
  background: url(../images/pattern_navy.png) repeat #003f77;
  color: white;
  position: relative;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .about {
      padding-top: 3.4375rem;
      padding-bottom: 2.5rem; }
      .about:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/Richland-Sprout.svg) no-repeat 90% 90% transparent;
        z-index: 5; } }
  .about:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, #022b4f 10%, rgba(2, 43, 79, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF022B4F', endColorstr='#00022B4F', GradientType=0);
    background-repeat: repeat-x; }
  .about__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .about__container {
        max-width: 720px; } }
    @media (min-width: 1024px) {
      .about__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .about__container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .about__container {
        max-width: 1230px; } }
  .about__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .about .section-title,
  .about .tabs-container {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .about .section-title {
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 3.11px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #81b0d5;
    margin-top: 0;
    margin-bottom: 2rem;
    z-index: 8; }
    @media only screen and (min-width: 768px) {
      .about .section-title {
        font-size: 1.75rem; } }
    .about .section-title .styled {
      color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .about .tabs-panel .content {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .about .tabs-panel .content .column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media only screen and (min-width: 768px) {
      .about .tabs-panel .content .column {
        -webkit-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-bottom: 2.9375rem;
        padding-left: 10px;
        padding-right: 10px; } }
    .about .tabs-panel .content .column a {
      color: white; }
      .about .tabs-panel .content .column a:hover .title .fa, .about .tabs-panel .content .column a:hover .title .fas {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }
    .about .tabs-panel .content .column .title {
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.5rem;
      position: relative;
      display: block;
      margin: 1rem 0 0;
      font-family: "Lato", sans-serif; }
      @media only screen and (min-width: 768px) {
        .about .tabs-panel .content .column .title {
          margin: 2.5rem 0 0;
          padding-bottom: 0.3125rem;
          margin-bottom: 1rem;
          border-bottom: 2px solid #669c40; } }
      @media only screen and (min-width: 1024px) {
        .about .tabs-panel .content .column .title {
          font-size: 1.125rem; } }
      .about .tabs-panel .content .column .title .fa,
      .about .tabs-panel .content .column .title .fas {
        color: #669c40;
        font-size: 0.75rem;
        font-weight: 400;
        padding-left: 0.1875rem;
        transition: all 0.15s ease; }
        @media only screen and (min-width: 1024px) {
          .about .tabs-panel .content .column .title .fa,
          .about .tabs-panel .content .column .title .fas {
            padding-left: 0.5rem;
            font-size: 1rem; } }
    .about .tabs-panel .content .column .description {
      color: #81b0d5;
      font-size: 0.9375rem;
      line-height: 1.6; }
    .about .tabs-panel .content .column hr {
      border-color: #669c40;
      border-width: 2px;
      margin: 0.3125rem 0 0.875rem; }
  .about .icon:before {
    content: "";
    display: block;
    position: absolute;
    position: static;
    text-align: center;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    z-index: -1;
    position: absolute;
    top: 0.9375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.15s linear; }
  .about .icon-computer:before {
    background: url(../images/icon_computer.svg) no-repeat transparent; }
  .about .icon-bulb:before {
    background: url(../images/icon_lightbulb.svg) no-repeat transparent; }
  .about .icon-money:before {
    background: url(../images/icon_dollar.svg) no-repeat transparent; }

.reasons {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .reasons {
      background: white; } }
  @media only screen and (min-width: 1024px) {
    .reasons__container {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto; } }
  @media only screen and (min-width: 1024px) and (min-width: 768px) {
    .reasons__container {
      max-width: 720px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1024px) {
    .reasons__container {
      max-width: 960px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1200px) {
    .reasons__container {
      max-width: 1140px; } }
  @media only screen and (min-width: 1024px) and (min-width: 1440px) {
    .reasons__container {
      max-width: 1230px; } }
  @media only screen and (min-width: 768px) {
    .reasons__row {
      position: relative;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin: 0; } }
  .reasons__image {
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 768px) {
      .reasons__image {
        visibility: hidden;
        display: none; } }
  .reasons__content {
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (min-width: 768px) {
      .reasons__content {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding: 0; } }
    .reasons__content__inner {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      background-color: white;
      height: 100%;
      padding: 3.5rem 2.5rem;
      box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.4); }
      @media only screen and (min-width: 768px) {
        .reasons__content__inner {
          -webkit-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%;
          min-height: 45.6vw;
          background-color: rgba(255, 255, 255, 0.95); } }
      @media only screen and (min-width: 1024px) {
        .reasons__content__inner {
          -webkit-flex: 0 0 33.33333%;
              -ms-flex: 0 0 33.33333%;
                  flex: 0 0 33.33333%;
          max-width: 33.33333%; } }
      @media only screen and (min-width: 1200px) {
        .reasons__content__inner {
          min-height: 40vw; } }
    .reasons__content .top {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .reasons__content .number {
      width: 4.375rem;
      min-width: 4.375rem;
      height: 4.375rem;
      text-align: center;
      line-height: 4rem;
      border: 2px solid #cdc6c0;
      border-radius: 50%;
      color: #003f77;
      font-family: "Merriweather", serif;
      font-style: italic;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .reasons__content .number span {
        font-size: 1.875rem; }
    .reasons__content .sub-title {
      color: #4c742f;
      font-size: 0.875rem;
      font-weight: bold;
      letter-spacing: 2px;
      line-height: 1.4285;
      text-transform: uppercase;
      padding-left: 1.25rem;
      -webkit-flex-basis: 12.5rem;
          -ms-flex-preferred-size: 12.5rem;
              flex-basis: 12.5rem;
      width: auto; }
    .reasons__content .title {
      color: #003f77;
      font-family: "Merriweather", serif;
      font-weight: 400;
      font-size: 1.5rem;
      line-height: 1.25;
      margin-top: 1.875rem; }
      @media only screen and (min-width: 768px) {
        .reasons__content .title {
          font-size: 2rem; } }
    .reasons__content .content {
      color: #63636c;
      font-size: 1.0625rem;
      line-height: 1.65;
      font-weight: 400; }
    .reasons__content .learn-more {
      color: #126baf;
      font-size: 0.8125rem;
      font-weight: bold;
      letter-spacing: 2.17px;
      line-height: 1rem;
      text-transform: uppercase; }
      .reasons__content .learn-more .fas {
        transition: all 0.15s ease; }
      .reasons__content .learn-more:hover .fas {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }

.spotlight {
  background: url(../images/pattern_tan.png) #ede9e5;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  .spotlight__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .spotlight__container {
        max-width: 720px; } }
    @media (min-width: 1024px) {
      .spotlight__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .spotlight__container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .spotlight__container {
        max-width: 1230px; } }
  .spotlight__title-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .spotlight__title-row .section-title {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      font-size: 1.5rem;
      line-height: 1.25;
      color: #003f77;
      margin-top: 0; }
      @media only screen and (min-width: 768px) {
        .spotlight__title-row .section-title {
          font-size: 2rem;
          margin-bottom: 1.6875rem; } }
      .spotlight__title-row .section-title .styled {
        color: #4c742f;
        font-style: italic; }
  .spotlight__content-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media only screen and (min-width: 1024px) {
      .spotlight__content-row {
        padding-bottom: 1.25rem;
        position: relative; } }
    @media only screen and (min-width: 1200px) {
      .spotlight__content-row {
        padding-bottom: 7.5rem; } }
  .spotlight__content-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .spotlight__content-column {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media only screen and (min-width: 1024px) and (max-width: 1199px) {
      .spotlight__content-column {
        position: static; } }
  .spotlight__slider {
    margin-bottom: 1.25rem; }
    .spotlight__slider__item-inner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .spotlight__slider__item-inner {
          padding-right: 0.9375rem; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .spotlight__slider {
        width: 80%; } }
    .spotlight__slider__video-column {
      width: calc(100%);
      position: relative;
      height: 0;
      padding-bottom: 56.25%;
      /* 16:9 */ }
      @media only screen and (min-width: 768px) {
        .spotlight__slider__video-column {
          width: 100%; } }
      @media only screen and (min-width: 1024px) {
        .spotlight__slider__video-column {
          -webkit-flex: 0 0 40.66667%;
              -ms-flex: 0 0 40.66667%;
                  flex: 0 0 40.66667%;
          max-width: 40.66667%;
          padding-bottom: 22%;
          margin: 0; } }
      .spotlight__slider__video-column iframe,
      .spotlight__slider__video-column object,
      .spotlight__slider__video-column embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .spotlight__slider__video-column video {
        width: 100% !important;
        height: auto !important; }
    @media only screen and (min-width: 768px) {
      .spotlight__slider__content-column {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding: 0; } }
    @media only screen and (min-width: 1024px) {
      .spotlight__slider__content-column {
        -webkit-flex: 0 0 59.33333%;
            -ms-flex: 0 0 59.33333%;
                flex: 0 0 59.33333%;
        max-width: 59.33333%;
        padding-left: 10%; } }
    .spotlight__slider__content-column .title {
      font-size: 22px;
      line-height: 28px;
      color: #4c742f;
      margin-top: 1.875rem; }
      @media only screen and (min-width: 1024px) {
        .spotlight__slider__content-column .title {
          margin-top: 0; } }
      .spotlight__slider__content-column .title .subtitle {
        font-style: italic;
        color: #746058; }
  .spotlight__slider-controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .spotlight__slider-controls {
        padding-top: 0.9375rem; } }
    @media only screen and (min-width: 1024px) {
      .spotlight__slider-controls {
        -webkit-flex: 0 0 40.66667%;
            -ms-flex: 0 0 40.66667%;
                flex: 0 0 40.66667%;
        max-width: 40.66667%;
        position: absolute;
        top: 250px;
        left: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    @media only screen and (min-width: 1200px) {
      .spotlight__slider-controls {
        top: 300px; } }
    .spotlight__slider-controls .thumbnail {
      width: 3.75rem;
      height: 3.75rem;
      border-radius: 50%;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      background-color: #746058;
      margin-bottom: 0.9375rem;
      position: relative; }
      .spotlight__slider-controls .thumbnail:after {
        opacity: 0;
        content: "";
        display: block;
        position: absolute;
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.375rem;
        font-weight: 700;
        color: white;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: all 0.15s ease; }
      .spotlight__slider-controls .thumbnail img {
        opacity: 0.3;
        transition: all 0.5s ease; }
      @media only screen and (min-width: 768px) {
        .spotlight__slider-controls .thumbnail {
          width: 6.25rem;
          height: 6.25rem; } }
      @media only screen and (min-width: 1024px) {
        .spotlight__slider-controls .thumbnail {
          width: 6.25rem;
          height: 6.25rem; } }
      @media only screen and (min-width: 1200px) {
        .spotlight__slider-controls .thumbnail {
          width: 6.25rem;
          height: 6.25rem; } }
    .spotlight__slider-controls .title {
      color: #4c742f;
      font-size: 0.875rem;
      font-weight: 700; }
    .spotlight__slider-controls .subtitle {
      color: #746058;
      font-family: "Lato", sans-serif;
      font-style: italic;
      line-height: 20px;
      font-weight: 400;
      display: block; }
    .spotlight__slider-controls .control-item {
      text-align: center;
      padding: 0 0.5rem;
      -webkit-flex-basis: 33.33%;
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%; }
      @media only screen and (min-width: 768px) {
        .spotlight__slider-controls .control-item {
          -webkit-flex-basis: 10rem;
              -ms-flex-preferred-size: 10rem;
                  flex-basis: 10rem; } }
      @media only screen and (min-width: 1024px) {
        .spotlight__slider-controls .control-item {
          -webkit-flex-basis: 33.33%;
              -ms-flex-preferred-size: 33.33%;
                  flex-basis: 33.33%; } }
      .spotlight__slider-controls .control-item.active .thumbnail {
        box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.5); }
        .spotlight__slider-controls .control-item.active .thumbnail img {
          opacity: 1; }
      .spotlight__slider-controls .control-item:not(.active):hover .thumbnail {
        position: relative; }
        .spotlight__slider-controls .control-item:not(.active):hover .thumbnail:after {
          opacity: 1; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .spotlight__slider-controls {
        width: 20%;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-flow: column;
            -ms-flex-flow: column;
                flex-flow: column;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

.link--youtube {
  border: 2px solid #cdc6c0;
  display: inline-block;
  padding: 1rem 2.8125rem 1rem 3.4375rem;
  color: #126baf;
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
  position: relative; }
  .link--youtube:before {
    content: "";
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Brands";
    left: 1.25rem;
    font-size: 1.375rem;
    color: #003f77; }
  .link--youtube:after {
    content: "";
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 1.125rem;
    font-weight: 400;
    color: #669c40;
    right: 1.25rem;
    transition: all 0.15s ease; }
  .link--youtube:hover:after {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }

.events__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .events__container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .events__container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .events__container {
      max-width: 1140px; } }
  @media (min-width: 1440px) {
    .events__container {
      max-width: 1230px; } }

.events__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.events .section-header {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.events .section-title {
  font-size: 1.5rem;
  line-height: 1.25;
  color: #4c742f; }
  @media only screen and (min-width: 768px) {
    .events .section-title {
      font-size: 2rem; } }
  .events .section-title .styled {
    color: #746058;
    font-style: italic; }

.events .section-subtitle {
  color: #003f77;
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
  margin-top: 0.625rem;
  margin-bottom: 2.5rem;
  border-bottom: 3px solid #C9DAEB;
  display: inline-block;
  padding-bottom: 0.625rem; }
  .events .section-subtitle i {
    color: #7badd3;
    font-size: 1rem;
    line-height: 1.5rem; }
    .events .section-subtitle i.fa-calendar-alt {
      padding-right: 0.3125rem; }
    .events .section-subtitle i.fa-arrow-right {
      padding-left: 0.3125rem;
      transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .events .section-subtitle:hover i.fa-arrow-right {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px); }

.events__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media only screen and (min-width: 1px) and (max-width: 767px) {
    .events__list {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .events__list__item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .events__list__item {
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
    .events__list__item:first-child {
      background-color: #03325C; }
    .events__list__item:nth-child(2) {
      background-color: #003F77; }
    .events__list__item:last-child {
      background-color: #4C742F; }
    .events__list__item .event-thumbnail {
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      overflow: hidden; }
      .events__list__item .event-thumbnail:before {
        content: "";
        display: block;
        position: relative;
        width: 100%;
        padding-top: 53.33333%; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .events__list__item .event-thumbnail:before {
          content: "";
          display: block;
          position: relative;
          width: 100%;
          padding-top: 80%; } }
      .events__list__item .event-thumbnail:before {
        transition: all 0.15s ease;
        -webkit-transform: translateY(20%);
            -ms-transform: translateY(20%);
                transform: translateY(20%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#B3000000', GradientType=0);
        background-repeat: repeat-x; }
      .events__list__item .event-thumbnail:hover:before {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
      .events__list__item .event-thumbnail h3 {
        position: absolute;
        color: white;
        bottom: 0;
        font-family: "Lato", sans-serif;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5; }
        .events__list__item .event-thumbnail h3:after {
          content: "";
          font: normal normal normal 14px/1 "Font Awesome 5 Pro";
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          margin-left: 0.5rem;
          font-size: 0.75rem;
          transition: all 0.15s ease; }
      .events__list__item .event-thumbnail a {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        padding: 1.25rem; }
        .events__list__item .event-thumbnail a:hover h3:after {
          margin-left: 0.75rem; }
    .events__list__item .event-details {
      padding: 1.25rem;
      color: white;
      font-size: 0.8125rem;
      line-height: 1.8; }
      .events__list__item .event-details ul {
        padding-left: 1.75rem; }
        .events__list__item .event-details ul li {
          position: relative; }
          .events__list__item .event-details ul li:before {
            position: absolute;
            left: -1.75rem;
            top: 0.3125rem; }
      .events__list__item .event-details .date:before {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 700; }
      .events__list__item .event-details .location {
        font-style: italic; }
        .events__list__item .event-details .location:before {
          content: "";
          font: normal normal normal 14px/1 "Font Awesome 5 Pro";
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: 700; }

.news {
  background: url(../images/pattern_tan.png) #ede9e5;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media only screen and (min-width: 1024px) {
    .news {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  .news__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .news__container {
        max-width: 720px; } }
    @media (min-width: 1024px) {
      .news__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .news__container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .news__container {
        max-width: 1230px; } }
  .news__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
    @media only screen and (min-width: 768px) {
      .news__row {
        margin-right: -1.5rem;
        margin-left: -1.5rem; } }
    @media only screen and (min-width: 1024px) {
      .news__row {
        margin-right: -3.625rem;
        margin-left: -3.625rem; } }
  .news .section-title {
    color: #4c742f;
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 0.625rem;
    margin-bottom: 0;
    margin-top: 0; }
    @media only screen and (min-width: 768px) {
      .news .section-title {
        margin-bottom: 2.5rem; } }
    .news .section-title i {
      color: #746058;
      font-size: 1rem;
      line-height: 1.5rem; }
      .news .section-title i.fa-align-left {
        padding-right: 0.3125rem; }
      .news .section-title i.fa-arrow-right {
        padding-left: 0.3125rem;
        transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .news .section-title:after {
      content: "";
      display: block;
      position: absolute;
      border-bottom: 3px solid #cdc6c0;
      width: 100%;
      bottom: 0;
      left: 0; }
    .news .section-title:hover i.fa-arrow-right {
      -webkit-transform: translateX(5px);
          -ms-transform: translateX(5px);
              transform: translateX(5px); }
  .news__item {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .news__item__inner {
        border-bottom: 2px solid #cdc6c0;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .news__item:last-child .news__item__inner {
        border-bottom: 0 solid #cdc6c0; } }
    @media only screen and (min-width: 768px) {
      .news__item {
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 1.5rem;
        padding-right: 1.5rem; }
        .news__item:first-child {
          border-right: 2px solid #cdc6c0; }
        .news__item:last-child {
          border-left: 2px solid #cdc6c0; } }
    @media only screen and (min-width: 1024px) {
      .news__item {
        padding-left: 3.625rem;
        padding-right: 3.625rem; } }
    .news__item .date {
      color: #746058;
      font-size: 0.75rem;
      letter-spacing: 1.85px;
      line-height: 2;
      text-transform: uppercase; }
    .news__item .title {
      color: #4c742f;
      font-family: "Lato", sans-serif;
      font-size: 1.0625rem;
      font-weight: bold;
      line-height: 1.4;
      margin: 0 0 0.3125rem; }
    .news__item .excerpt p {
      color: #151519;
      font-size: 0.9375rem;
      line-height: 1.6;
      margin-bottom: 0.3125rem; }
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .news__item .excerpt {
        display: none; } }
    .news__item .read-more {
      color: #126baf;
      font-size: 0.8125rem;
      font-weight: 700;
      letter-spacing: 2px;
      line-height: 1.25;
      text-transform: uppercase; }
      .news__item .read-more i {
        color: #7badd3;
        font-size: 0.75rem;
        font-weight: 400;
        transition: all 0.15s ease; }
      .news__item .read-more:hover i {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }

.featured-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #003f77; }
  .featured-news__item {
    color: white;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .featured-news__item {
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    .featured-news__item__image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .featured-news__item__image img {
        visibility: hidden; }
    .featured-news__item__content {
      position: relative;
      padding: 0.9375rem; }
      @media only screen and (min-width: 768px) {
        .featured-news__item__content {
          padding: 1.875rem; } }
      @media only screen and (min-width: 1024px) {
        .featured-news__item__content {
          padding: 1.875rem 1.875rem 3.125rem;
          padding-right: 15%; } }
    .featured-news__item .read-more {
      color: white;
      background-color: #4c742f;
      font-size: 0.8125rem;
      font-weight: bold;
      letter-spacing: 1.39px;
      line-height: 1.23;
      text-transform: uppercase;
      position: absolute;
      bottom: 100%;
      right: 0;
      padding: 0.875rem 0.875rem 0 0.875rem;
      display: inline-block; }
      .featured-news__item .read-more i {
        color: #fada63;
        transition: all 0.5s ease; }
      .featured-news__item .read-more:hover {
        text-decoration: underline; }
        .featured-news__item .read-more:hover i {
          -webkit-transform: translateX(5px);
              -ms-transform: translateX(5px);
                  transform: translateX(5px); }
    .featured-news__item:first-child {
      background-color: #4c742f; }
    .featured-news__item:nth-child(2) {
      background-color: #003f77; }
      .featured-news__item:nth-child(2) .read-more {
        background-color: #003f77; }
    .featured-news__item:last-child {
      background-color: #022747; }
      .featured-news__item:last-child .featured-news__item__content {
        padding-bottom: 2.5rem; }
      .featured-news__item:last-child .read-more {
        background-color: #022747; }

.main .content-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }
  @media only screen and (min-width: 1024px) {
    .main .content-column {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-flex: 0 0 66.66667%;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-right: 10%; } }
  @media only screen and (min-width: 1200px) {
    .main .content-column {
      -webkit-flex: 0 0 75%;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      padding-bottom: 5rem; } }
  @media only screen and (min-width: 1024px) {
    .main .content-column--full {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; } }
  @media only screen and (min-width: 1200px) {
    .main .content-column--full {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.main .sidebar-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }
  @media only screen and (min-width: 1024px) {
    .main .sidebar-column {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-bottom: 1.875rem; } }
  @media only screen and (min-width: 1200px) {
    .main .sidebar-column {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-bottom: 5rem; } }
  @media only screen and (xl) {
    .main .sidebar-column {
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; } }

.main .sidebar-widgets {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .main .sidebar-widgets {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0; } }
  @media only screen and (min-width: 1024px) {
    .main .sidebar-widgets {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0;
      margin-top: 0; } }
  .main .sidebar-widgets > div {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
    @media only screen and (min-width: 768px) {
      .main .sidebar-widgets > div {
        -webkit-flex-basis: calc(50% - 8px);
            -ms-flex-preferred-size: calc(50% - 8px);
                flex-basis: calc(50% - 8px); } }
    @media only screen and (min-width: 1024px) {
      .main .sidebar-widgets > div {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }

.cta {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: url(../images/pattern_frost.png) #DCE8F4; }
  .cta h4 {
    margin-top: 0;
    color: #4C742F;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase; }
  .cta p {
    color: #003F77;
    font-family: "Merriweather", serif;
    font-size: 28px;
    font-style: italic;
    line-height: 38px; }
  .cta .learn-more {
    border: 2px solid #7BADD3;
    color: #126BAF;
    padding: 0.5rem 0.75rem;
    line-height: 1.375rem;
    display: inline-block; }
    .cta .learn-more .fas {
      transition: all 0.15s ease; }
    .cta .learn-more:hover {
      border-color: #126BAF;
      background-color: #126BAF;
      color: #fff; }
      .cta .learn-more:hover .fas {
        -webkit-transform: translateX(5px);
            -ms-transform: translateX(5px);
                transform: translateX(5px); }

.rte h3.contacts-title {
  color: #126BAF;
  font-family: "Merriweather", serif;
  font-style: italic;
  line-height: 1; }

.rte .contact-list {
  margin-left: 0; }
  .rte .contact-list > li {
    padding-left: 0;
    padding-top: 1.25rem !important;
    margin-bottom: 1.25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #DCE8F4; }
    .rte .contact-list > li:before {
      content: ''; }
    .rte .contact-list > li .contact-details {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      padding-top: 1.25rem;
      padding-right: 0.9375rem; }
      .rte .contact-list > li .contact-details h4 {
        margin-top: 0;
        margin-bottom: 0;
        color: #003F77;
        font-family: "Lato", sans-serif;
        font-size: 1.0625rem;
        font-weight: bold;
        line-height: 1.6; }
      .rte .contact-list > li .contact-details p {
        color: #63636C;
        font-size: 14px;
        line-height: 1.467;
        margin-bottom: 0.625rem; }
        @media only screen and (min-width: 768px) {
          .rte .contact-list > li .contact-details p {
            font-size: 15px; } }
      .rte .contact-list > li .contact-details ul {
        list-style: none; }
        .rte .contact-list > li .contact-details ul li {
          padding-left: 1.625rem; }
        .rte .contact-list > li .contact-details ul .email:before {
          content: '\f0e0';
          font-weight: 700;
          color: #669C40;
          line-height: 28px; }
        .rte .contact-list > li .contact-details ul .phone:before {
          content: '\f095';
          font-weight: 700;
          color: #669C40;
          line-height: 28px; }
      .rte .contact-list > li .contact-details a {
        color: #126BAF;
        font-family: "Lato", sans-serif;
        font-size: 0.875rem;
        font-weight: bold;
        line-height: 28px;
        display: inline-block;
        clear: both; }
        @media only screen and (min-width: 768px) {
          .rte .contact-list > li .contact-details a {
            font-size: 0.9375rem; } }
    .rte .contact-list > li .contact-photo {
      -webkit-flex-basis: 7.5rem;
          -ms-flex-preferred-size: 7.5rem;
              flex-basis: 7.5rem; }
      .rte .contact-list > li .contact-photo .thumbnail {
        box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25); }

.title-bar {
  position: relative; }
  .title-bar .page-title {
    display: block;
    margin: 0;
    color: white;
    padding: 1rem;
    line-height: 1.4;
    font-size: 1.25rem;
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 768px) {
      .title-bar .page-title {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 1024px) {
      .title-bar .page-title {
        font-size: 1.75rem; } }
  .title-bar .featured-image {
    text-align: center; }
    .title-bar .featured-image__inner {
      background-size: cover;
      background-position: center;
      padding-bottom: 50vh; }
    .title-bar .featured-image img {
      display: none; }
  .title-bar__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 5; }
    @media (min-width: 768px) {
      .title-bar__container {
        max-width: 720px; } }
    @media (min-width: 1024px) {
      .title-bar__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .title-bar__container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .title-bar__container {
        max-width: 1230px; } }
  .title-bar__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .title-bar__content {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .title-bar__content {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px; } }
  .title-bar--post {
    background: url(../images/pattern_navy.png) repeat #03325c;
    color: white;
    position: relative;
    padding: 2.5rem 0; }
    .title-bar--post .home-link {
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 2px;
      color: white;
      text-transform: uppercase;
      padding-left: 15px; }
      .title-bar--post .home-link:before {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 5px;
        color: #669c40; }
      .title-bar--post .home-link:hover {
        color: #669c40; }
    .title-bar--post:before {
      content: "";
      display: block;
      position: absolute;
      background: url(../images/leafy-motif-top.svg) no-repeat top left transparent;
      background-size: contain;
      width: 150px;
      height: 130px;
      left: 0;
      top: 0;
      opacity: 0.3;
      z-index: 0; }
    @media only screen and (min-width: 768px) {
      .title-bar--post:after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/leafy-motif-bottom.svg) no-repeat bottom right transparent;
        background-size: contain;
        width: 210px;
        height: 190px;
        right: 0;
        bottom: 0;
        opacity: 0.3;
        z-index: 0; } }
  .title-bar--archive {
    background: url(../images/pattern_navy.png) repeat #03325c;
    color: white;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .title-bar--archive:after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/leafy-motif-top.svg) no-repeat top left transparent;
        background-size: contain;
        width: 150px;
        height: 130px;
        left: 0;
        top: 0;
        opacity: 0.3; } }
  .title-bar--header_one {
    background: url(../images/pattern_navy.png) repeat #03325c; }
    .title-bar--header_one .page-title {
      position: relative;
      overflow: hidden; }
      .title-bar--header_one .page-title:after {
        content: "";
        display: block;
        position: absolute;
        background: url(../images/Richland-Sprout.svg) no-repeat bottom right transparent;
        background-size: contain;
        width: 150px;
        height: 130px;
        right: 0;
        top: 0;
        z-index: -1; }
      @media only screen and (min-width: 768px) {
        .title-bar--header_one .page-title {
          padding: 2rem 0; } }
  .title-bar--header_two .page-title {
    background: url(../images/pattern_navy.png) repeat #03325c;
    position: relative;
    padding: 1.0625rem 1.4375rem 1.0625rem 3.75rem; }
    @media only screen and (min-width: 768px) {
      .title-bar--header_two .page-title {
        bottom: 0;
        left: 0.9375rem;
        position: absolute;
        max-width: 66.66%;
        width: auto;
        display: inline-block; } }
    .title-bar--header_two .page-title:before {
      content: "";
      display: block;
      position: absolute;
      width: 1.75rem;
      height: 1.5rem;
      background: url("../images/Richland-Sprout2.svg") no-repeat center;
      background-size: contain;
      left: 0.9375rem;
      top: 1.5625rem;
      z-index: 10; }
  .title-bar--header_three {
    background-color: #03325c; }
    .title-bar--header_three:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: block;
      position: absolute;
      background-image: linear-gradient(to bottom, rgba(3, 50, 92, 0) 10%, #03325c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0003325C', endColorstr='#FF03325C', GradientType=0);
      background-repeat: repeat-x;
      background-image: url(../images/gradient_dots.png), linear-gradient(to bottom, rgba(3, 50, 92, 0) 10%, #03325c 100%); }
    .title-bar--header_three .title-bar__content__inner {
      padding: 1rem;
      color: white; }
      @media only screen and (min-width: 768px) {
        .title-bar--header_three .title-bar__content__inner {
          padding: 1.875rem 1rem;
          bottom: 0;
          left: 0.9375rem;
          position: absolute;
          max-width: 66.66%;
          width: auto; } }
    .title-bar--header_three .page-title {
      position: relative;
      margin-bottom: 1.25rem;
      padding: 0.75rem 0;
      display: inline-block;
      padding: 0; }
      @media only screen and (min-width: 768px) {
        .title-bar--header_three .page-title {
          font-size: 28px;
          margin-bottom: 1.5rem; } }
      .title-bar--header_three .page-title:after {
        content: "";
        display: block;
        position: absolute;
        border-bottom: 2px solid #669c40;
        width: 100%;
        padding-top: 0.25rem; }
    .title-bar--header_three .subtitle {
      position: relative;
      padding-left: 2.5rem;
      margin: 0;
      font-family: "Lato", sans-serif;
      font-size: 0.9375rem; }
      @media only screen and (min-width: 768px) {
        .title-bar--header_three .subtitle {
          font-size: 1.0625rem; } }
      .title-bar--header_three .subtitle:before {
        content: "";
        display: block;
        position: absolute;
        width: 1.75rem;
        height: 1.5rem;
        background: url("../images/Richland-Sprout2.svg") no-repeat center;
        background-size: contain;
        left: 0;
        top: 0;
        z-index: 10; }

.four-oh-four {
  text-align: center;
  background: url(../images/404_bg.png) no-repeat center #03325c;
  background-size: cover;
  color: white;
  position: relative; }
  .four-oh-four .content-column {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 5rem; }
    @media only screen and (min-width: 1024px) {
      .four-oh-four .content-column {
        padding-top: 3.75rem; } }
  .four-oh-four .menu {
    list-style: none;
    margin: 0; }
    .four-oh-four .menu li {
      padding: 0;
      display: block; }
      .four-oh-four .menu li:before {
        content: none; }
      @media only screen and (min-width: 768px) {
        .four-oh-four .menu li {
          display: inline-block;
          padding: 0 20px;
          position: relative; }
          .four-oh-four .menu li:before {
            content: "•";
            font: normal normal normal 14px/1 "Font Awesome 5 Pro";
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: white;
            left: -5px;
            top: 2px;
            font-size: 1.5rem;
            position: absolute; }
          .four-oh-four .menu li:first-child {
            padding-left: 0; }
            .four-oh-four .menu li:first-child:before {
              content: none; } }
      .four-oh-four .menu li a {
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 17px;
        text-align: center;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        margin-bottom: 15px;
        display: inline-block; }
        .four-oh-four .menu li a:hover {
          color: #81B0D5;
          border-color: #81B0D5;
          text-decoration: none; }
  .four-oh-four h3 {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px; }
  .four-oh-four p {
    color: white;
    font-family: "Merriweather", serif;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    font-weight: 300;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto; }
  .four-oh-four .fa-question {
    width: 40px;
    height: 40px;
    border: 2px solid #669C40;
    border-radius: 20px;
    line-height: 36px;
    margin-top: 40px; }
  .four-oh-four .search-box {
    margin-bottom: 1.25rem; }
    .four-oh-four .search-box input[type="text"] {
      padding: 0.5rem 1.25rem 0.5rem 2.5rem;
      line-height: 1.75rem;
      border-radius: 22px;
      background-color: #ffffff;
      box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.5);
      border: none;
      position: relative;
      max-width: 37.1875rem;
      width: 80%;
      outline: none;
      background-image: url("../images/search2.png");
      background-size: 15px 15px;
      background-position: 15px center;
      background-repeat: no-repeat; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .four-oh-four .search-box input[type="text"] {
          background-image: url("../images/search2@2x.png"); } }
    .four-oh-four .search-box button {
      display: none; }

.alert {
  min-height: 50px;
  left: 0px;
  top: 0;
  width: 100%;
  background-color: #dce8f4;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .alert__message {
    padding-left: 2.8125rem;
    padding-right: 0.9375rem;
    position: relative; }
    .alert__message:before {
      content: "";
      display: block;
      position: absolute;
      left: 0.9375rem;
      width: 1.3125rem;
      height: 1.3125rem;
      background: url(../images/icon_alert-logo.svg) no-repeat center transparent; }
    .alert__message--normal:before {
      background: url(../images/icon_alert-logo.svg) no-repeat center transparent; }
    .alert__message--winter:before {
      background: url(../images/icon_alert-weather.svg) no-repeat center transparent; }
    .alert__message--warning:before {
      background: url(../images/icon_alert-exclamation.svg) no-repeat center transparent; }
    .alert__message--event:before {
      background: url(../images/icon_alert-event.svg) no-repeat center transparent; }

.top-nav {
  background-color: #4c742f;
  width: 100%;
  display: none; }
  @media only screen and (min-width: 1024px) {
    .top-nav {
      display: block; } }
  .top-nav__main-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .top-nav__main-menu {
        border-top: 2px solid #116AAF;
        padding: 1rem 0;
        width: calc(100% - 30px);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
    @media only screen and (min-width: 1024px) {
      .top-nav__main-menu {
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .top-nav__main-menu li {
      padding: 0.5rem 0;
      transition: all 0.15s linear; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        .top-nav__main-menu li {
          -webkit-order: 4;
              -ms-flex-order: 4;
                  order: 4; } }
      @media only screen and (min-width: 768px) {
        .top-nav__main-menu li {
          margin-right: 1.25rem; }
          .top-nav__main-menu li:nth-child(4) {
            margin-right: 0; } }
      .top-nav__main-menu li > a {
        font-size: 14px;
        line-height: 24px;
        color: white;
        padding: 0 0.9375rem;
        position: relative;
        transition: all 0.15s linear; }
        .top-nav__main-menu li > a:before {
          left: 0;
          top: 50% !important;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          color: #74a84f;
          font-family: "Font Awesome 5 Pro";
          font-size: 0.75rem;
          line-height: 1.125rem;
          transition: all 0.15s linear;
          position: absolute; }
        .top-nav__main-menu li > a:hover:before, .top-nav__main-menu li > a.active:before {
          color: #FADA63; }
      .top-nav__main-menu li.active a:before {
        color: #FADA63; }
    .top-nav__main-menu--events a:before {
      content: "\f073" !important; }
    .top-nav__main-menu--news a:before {
      content: "\f036" !important;
      font-weight: 900; }
    .top-nav__main-menu--myrichland a:before {
      content: "\f02e" !important;
      font-weight: 900; }
    .top-nav__main-menu--quicklinks {
      background-color: #3f6225;
      position: relative; }
      @media only screen and (min-width: 1px) and (max-width: 767px) {
        .top-nav__main-menu--quicklinks {
          padding: 0 !important;
          -webkit-order: 1 !important;
              -ms-flex-order: 1 !important;
                  order: 1 !important;
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          margin-bottom: 1.25rem;
          background-color: transparent;
          border: 2px solid #669C40; } }
      .top-nav__main-menu--quicklinks.active {
        background-color: #1C4B1A; }
      .top-nav__main-menu--quicklinks > a {
        font-weight: 700;
        font-size: 0.75rem !important;
        letter-spacing: 0.86px;
        text-transform: uppercase;
        padding-left: 1.875rem !important;
        padding-right: 1.25rem; }
        @media only screen and (min-width: 1px) and (max-width: 767px) {
          .top-nav__main-menu--quicklinks > a {
            padding-top: 0.5rem !important;
            padding-bottom: 0.5rem !important;
            display: block; } }
        .top-nav__main-menu--quicklinks > a:before {
          content: "\f067" !important;
          color: #fada63 !important;
          font-weight: 300 !important;
          left: 10px !important;
          transition: all 0.15s ease; }
      .top-nav__main-menu--quicklinks:hover > a:before {
        color: #FADA63; }
      .top-nav__main-menu--quicklinks .sub-menu {
        -webkit-columns: 2;
                columns: 2;
        margin: 0;
        display: none;
        padding-bottom: 0.625rem; }
        @media only screen and (min-width: 768px) {
          .top-nav__main-menu--quicklinks .sub-menu {
            background-color: #3f6225;
            padding: 1.25rem !important;
            z-index: 2000;
            width: 200%;
            min-width: 21.5625rem;
            left: 0;
            top: 100%;
            position: absolute; } }
        @media only screen and (min-width: 1024px) {
          .top-nav__main-menu--quicklinks .sub-menu {
            left: auto;
            right: 0; } }
        .top-nav__main-menu--quicklinks .sub-menu.fading {
          -webkit-animation: fadeOut 2s 0s 1;
                  animation: fadeOut 2s 0s 1; }
        .top-nav__main-menu--quicklinks .sub-menu li {
          display: inline-block;
          width: 100%;
          padding: 0.25rem 0; }
        .top-nav__main-menu--quicklinks .sub-menu.active {
          display: block; }
        .top-nav__main-menu--quicklinks .sub-menu a {
          padding: 0;
          line-height: 1.2;
          display: inline-block; }
          .top-nav__main-menu--quicklinks .sub-menu a:hover {
            text-decoration: underline;
            color: #FADA63; }
      .top-nav__main-menu--quicklinks.active > a:before {
        content: "\f068"; }
      .top-nav__main-menu--quicklinks.active .sub-menu {
        display: block;
        -webkit-animation: fadeIn 0.5s 0s 1;
                animation: fadeIn 0.5s 0s 1;
        background-color: #1C4B1A; }
        @media only screen and (min-width: 768px) {
          .top-nav__main-menu--quicklinks.active .sub-menu {
            -webkit-transform: translateY(0px);
                -ms-transform: translateY(0px);
                    transform: translateY(0px);
            opacity: 1;
            z-index: 2000; } }

.tab-nav {
  display: none; }
  .tab-nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .tab-nav .main-menu__item__search .search-wrap {
    background-color: transparent; }
  .tab-nav .main-menu__item__search.active .search-wrap {
    min-width: 280px;
    color: white; }
    .tab-nav .main-menu__item__search.active .search-wrap:before {
      z-index: 10; }
  .tab-nav .main-menu__item__search.active .search-box {
    background-color: #ede9e5; }
  .tab-nav .main-menu__item__search.active .search-box input[type="text"] {
    width: calc(100% - 30px); }
  .tab-nav .top-nav__main-menu--quicklinks {
    background: transparent; }
    .tab-nav .top-nav__main-menu--quicklinks > a {
      font-size: 14px;
      line-height: 24px;
      color: #4c742f;
      padding: 0 0.9375rem;
      position: relative;
      transition: all 0.15s linear; }
      .tab-nav .top-nav__main-menu--quicklinks > a:before {
        left: 0;
        top: 0;
        height: 0.875rem;
        width: 0.75rem;
        color: #746058 !important;
        font-family: "Font Awesome 5 Pro";
        font-size: 0.75rem;
        line-height: 1.125rem;
        transition: all 0.15s linear;
        position: absolute; }
    .tab-nav .top-nav__main-menu--quicklinks.active {
      background: #1C4B1A; }
      .tab-nav .top-nav__main-menu--quicklinks.active > a {
        color: white; }
        .tab-nav .top-nav__main-menu--quicklinks.active > a:before {
          color: white !important; }
    .tab-nav .top-nav__main-menu--quicklinks li a {
      color: white; }
  @media only screen and (min-width: 768px) {
    .tab-nav {
      top: 0.9375rem;
      display: block;
      position: absolute;
      right: 160px;
      z-index: 1200; }
      .tab-nav .top-nav__main-menu--quicklinks {
        padding-top: 1rem;
        padding-bottom: 1.5rem; } }

.sticky .tab-nav .top-nav__main-menu--quicklinks > a {
  color: white; }
  .sticky .tab-nav .top-nav__main-menu--quicklinks > a:before {
    color: white !important; }

@media only screen and (min-width: 768px) {
  .sticky .tab-nav .top-nav__main-menu--quicklinks {
    padding-top: 0;
    padding-bottom: 0.625rem; }
  .sticky .main-menu__item__search .search-wrap {
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sticky .main-menu__item__search .search-box {
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sticky .main-menu__item__search .search-close {
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media only screen and (min-width: 1024px) {
  .sticky .tab-nav .top-nav__main-menu--quicklinks {
    padding-top: 0;
    padding-bottom: 0.625rem; }
  .sticky .main-menu__item__search .search-wrap {
    top: calc(50%); }
  .sticky .main-menu__item__search .search-box {
    top: calc(50%); }
  .sticky .main-menu__item__search .search-close {
    top: calc(50%); } }

.logged-in .sticky {
  top: 32px; }

html,
body {
  width: 100%; }

.navigation {
  background-color: #ede9e5;
  border-top: 6px solid #669c40;
  position: relative;
  transition: all 0.15s ease-in-out;
  height: 5.375rem; }
  @media only screen and (min-width: 1024px) {
    .navigation {
      border: none;
      height: auto; } }
  .navigation__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .navigation__container {
        max-width: 720px; } }
    @media (min-width: 1024px) {
      .navigation__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .navigation__container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .navigation__container {
        max-width: 1230px; } }
  .navigation__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }

.sticky .main-menu .brand {
  padding: 0.625rem 0.9375rem;
  width: 210px;
  height: 50px; }
  .sticky .main-menu .brand img {
    height: 32px;
    width: auto; }
  .sticky .main-menu .brand .default {
    display: none; }
  .sticky .main-menu .brand .alternate {
    display: block; }
  @media only screen and (min-width: 768px) {
    .sticky .main-menu .brand {
      display: none; } }

.main-menu {
  position: absolute;
  background-color: #003f77;
  right: -100%;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
  z-index: 2000;
  overflow-y: auto; }
  @media only screen and (min-width: 768px) {
    .main-menu {
      padding-top: 2.5rem; } }
  .main-menu .brand {
    padding: 0.625rem 0.9375rem;
    width: 100px;
    height: 80px; }
    .main-menu .brand img {
      height: 100%; }
    .main-menu .brand .default {
      display: block; }
    .main-menu .brand .alternate {
      display: none; }
    @media only screen and (min-width: 768px) {
      .main-menu .brand {
        display: none; } }
  @media only screen and (min-width: 1024px) {
    .main-menu {
      padding: 0;
      overflow: unset;
      height: auto; } }
  @media (min-width: 520px) and (max-width: 1023px) {
    .main-menu {
      max-width: 26.25rem;
      top: 0.875rem; } }
  @media only screen and (min-width: 1024px) {
    .main-menu {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      height: auto;
      position: static;
      background-color: transparent;
      padding-top: 0;
      overflow: unset;
      z-index: 900; } }
  .main-menu__items {
    padding: 1.75rem 0;
    z-index: 100; }
    @media only screen and (min-width: 1024px) {
      .main-menu__items {
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        width: calc(100% - 60px);
        margin-left: auto;
        position: relative;
        max-width: 820px;
        top: 0;
        background-color: transparent; } }
    @media only screen and (min-width: 1200px) {
      .main-menu__items {
        width: calc(100%);
        margin-left: auto;
        max-width: 59.375rem; } }
  .main-menu__item {
    padding: 0 0.9375rem;
    position: relative;
    transition: all 0.15s ease-in-out; }
    @media only screen and (min-width: 1024px) {
      .main-menu__item {
        padding: 0.875rem 0.9375rem;
        position: static; }
        .main-menu__item--alumni, .main-menu__item--contact {
          display: none; }
        .main-menu__item > a {
          padding: 0.875rem 0 !important;
          position: relative;
          display: block; }
          .main-menu__item > a:after {
            content: "";
            display: inline-block;
            position: absolute;
            border-bottom: 2px solid rgba(0, 0, 0, 0);
            width: 0;
            left: -0.375rem;
            bottom: -1.25rem;
            transition: all 0.15s ease; }
          .main-menu__item > a:hover:after {
            content: "";
            display: block;
            position: absolute;
            border-bottom: 2px solid rgba(0, 0, 0, 0.15);
            width: 100%;
            left: -0.375rem;
            bottom: -1.25rem; } }
    @media only screen and (min-width: 1024px) {
      .main-menu__item.active > a:after {
        content: "";
        display: block;
        position: absolute;
        border-bottom: 2px solid rgba(0, 0, 0, 0.15);
        width: 100%;
        left: -0.375rem;
        bottom: -1.25rem; } }
    .main-menu__item.has-children:after {
      content: "";
      display: inline-block;
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      color: #6fa0c7;
      margin-left: 5px;
      font-size: 1rem;
      line-height: 1.6;
      right: 0.9375rem;
      top: 0.5rem; }
      @media only screen and (min-width: 1024px) {
        .main-menu__item.has-children:after {
          content: none; } }
    .main-menu__item--active.has-children:after {
      content: "\f068";
      color: white; }
      @media only screen and (min-width: 1024px) {
        .main-menu__item--active.has-children:after {
          content: none; } }
    .main-menu__item a {
      color: #fff;
      font-family: "Merriweather", serif;
      font-weight: normal;
      padding: 0.5rem 1.375rem 0.5rem 0;
      display: inline-block;
      font-size: 1.125rem;
      position: relative; }
      @media only screen and (min-width: 1024px) {
        .main-menu__item a {
          padding: 0; } }
      .main-menu__item a:after {
        content: "";
        display: inline-block;
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        color: #669c40;
        margin-left: 5px;
        font-size: 1rem;
        line-height: 1.6;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0;
        transition: all 0.15s ease; }
        @media only screen and (min-width: 1024px) {
          .main-menu__item a:after {
            content: none; } }
      @media only screen and (min-width: 1024px) {
        .main-menu__item a {
          font-family: "Lato", sans-serif;
          font-size: 1rem;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 1.5rem;
          color: #003f77; } }
      @media only screen and (min-width: 1200px) {
        .main-menu__item a {
          font-size: 1.125rem; } }
      .main-menu__item a:hover:after {
        -webkit-transform: translateX(5px) translateY(-50%);
            -ms-transform: translateX(5px) translateY(-50%);
                transform: translateX(5px) translateY(-50%); }
        @media only screen and (min-width: 1024px) {
          .main-menu__item a:hover:after {
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); } }
    .main-menu__item > .sub-menu {
      background-color: #03325c;
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 15px;
      display: none; }
      .main-menu__item > .sub-menu a {
        font-family: "Lato", sans-serif;
        padding: 0;
        letter-spacing: 0;
        font-size: 1.0625rem; }
        .main-menu__item > .sub-menu a:after {
          content: none; }
      .main-menu__item > .sub-menu > ul {
        -webkit-columns: 2;
                columns: 2;
        -webkit-column-width: 50%;
                column-width: 50%;
        position: relative;
        z-index: 100; }
        .main-menu__item > .sub-menu > ul li {
          padding: 0.375rem 0;
          display: block; }
          .main-menu__item > .sub-menu > ul li .children {
            display: none; }
      @media only screen and (min-width: 1024px) {
        .main-menu__item > .sub-menu {
          position: absolute;
          background-color: #003f77;
          padding: 2.5rem;
          padding-right: 20%;
          left: 0.9375rem;
          top: 100%;
          width: 100%;
          display: none;
          margin: 0; }
          .main-menu__item > .sub-menu:before {
            content: "";
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background: url(../images/Richland-Sprout.svg) no-repeat 95% 80% transparent;
            z-index: 1; }
          .main-menu__item > .sub-menu a {
            color: white;
            font-family: "Merriweather", serif;
            line-height: 1.6;
            display: inline-block;
            padding: 0.125rem 0;
            border-bottom: 2px solid transparent;
            font-weight: normal;
            font-size: 1.0625rem;
            transition: all 0.15s ease;
            letter-spacing: 0; }
            .main-menu__item > .sub-menu a:hover {
              color: #81B0D5;
              border-bottom: 2px solid #669c40; } }
    .main-menu__item__search .search-wrap {
      width: 100%; }
      .main-menu__item__search .search-wrap:before {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        width: 40px;
        height: 40px;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: absolute;
        line-height: 40px;
        display: block;
        text-align: center;
        color: #7BADD3;
        font-weight: 700; }
        @media only screen and (min-width: 768px) {
          .main-menu__item__search .search-wrap:before {
            color: #4C742F; } }
    .main-menu__item__search .search-box {
      height: 2.5rem;
      border-radius: 20px;
      background-color: #03325c;
      padding-left: 32px;
      margin-bottom: 1.25rem; }
      .main-menu__item__search .search-box__btn {
        display: none; }
      .main-menu__item__search .search-box input[type="text"] {
        padding: 0;
        border: none;
        height: 2.25rem;
        background-color: transparent;
        color: white;
        outline: none;
        width: calc(100% - 20px); }
        .main-menu__item__search .search-box input[type="text"]::-webkit-input-placeholder {
          color: #126BAF; }
        .main-menu__item__search .search-box input[type="text"]:-ms-input-placeholder {
          color: #126BAF; }
        .main-menu__item__search .search-box input[type="text"]::placeholder {
          color: #126BAF; }
          @media only screen and (min-width: 768px) {
            .main-menu__item__search .search-box input[type="text"]::-webkit-input-placeholder {
              color: #746058; }
            .main-menu__item__search .search-box input[type="text"]:-ms-input-placeholder {
              color: #746058; }
            .main-menu__item__search .search-box input[type="text"]::placeholder {
              color: #746058; } }
    .main-menu__item__search .search-close {
      display: none; }
      .main-menu__item__search .search-close:hover {
        cursor: pointer; }
    @media only screen and (min-width: 768px) {
      .main-menu__item__search {
        width: 3.75rem; }
        .main-menu__item__search .search-wrap {
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          width: 40px;
          background-color: #ede9e5;
          transition: all 0.5s ease;
          -webkit-transform-origin: 100%;
              -ms-transform-origin: 100%;
                  transform-origin: 100%; }
          .main-menu__item__search .search-wrap:before {
            left: 0;
            top: calc(50% - 6px); }
        .main-menu__item__search .search-box {
          position: absolute;
          top: 0.375rem;
          right: 0;
          left: 0;
          transition: all 0.5s ease;
          -webkit-transform-origin: 100%;
              -ms-transform-origin: 100%;
                  transform-origin: 100%;
          border: 2px solid #cdc6c0;
          background-color: transparent; }
          .main-menu__item__search .search-box input[type="text"] {
            color: black;
            width: 0; }
        .main-menu__item__search .search-box__btn {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          border: none;
          background-color: transparent;
          color: #4c742f;
          font-weight: 700; }
        .main-menu__item__search .search-close {
          display: block;
          position: absolute;
          width: 40px;
          height: 40px;
          right: 0;
          top: 0.375rem;
          display: block;
          z-index: 500;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border: none;
          background: transparent;
          text-align: center;
          outline: none; }
          .main-menu__item__search .search-close .fa {
            opacity: 0; }
            .main-menu__item__search .search-close .fa:before {
              width: 40px;
              height: 40px;
              line-height: 40px;
              text-align: center;
              font-weight: 400;
              color: #4C742F;
              content: "\f002"; }
        .main-menu__item__search.active .search-wrap {
          width: 100%; }
          .main-menu__item__search.active .search-wrap:before {
            content: "";
            font: normal normal normal 14px/1 "Font Awesome 5 Pro";
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            width: 40px;
            height: 40px;
            left: 0;
            top: 0.375rem;
            top: calc(50% - 6px);
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            position: absolute;
            line-height: 40px;
            display: block;
            text-align: center;
            color: #4C742F;
            font-weight: 700; }
        .main-menu__item__search.active .search-close .fa {
          opacity: 1;
          transition: all 0.5s ease; }
          .main-menu__item__search.active .search-close .fa:before {
            content: "\f00d";
            color: #746058; }
        .main-menu__item__search.active .search-box {
          padding-left: 32px;
          right: 0;
          left: 0; }
          .main-menu__item__search.active .search-box input[type="text"] {
            width: calc(100% - 20px);
            padding: 0;
            border: none; } }
    @media only screen and (min-width: 1024px) {
      .main-menu__item__search .search-wrap:before {
        top: calc(50%); }
      .main-menu__item__search .search-box {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      .main-menu__item__search.active .search-wrap:before {
        top: 50%; }
      .main-menu__item__search.active .search-close {
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  .main-menu__icon:before {
    content: "";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    transition: all 0.15s ease-in;
    line-height: 3.125rem;
    display: inline-block;
    color: #669c40;
    font-weight: 300; }
    @media only screen and (min-width: 768px) {
      .main-menu__icon:before {
        font-size: 1.25rem;
        line-height: 3.125rem; } }
  .main-menu__btn {
    position: absolute;
    right: 0;
    top: 1.25rem;
    display: block;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1rem;
    background-color: #003f77;
    color: white;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 7.5rem;
    height: 3.125rem;
    z-index: 1110; }
    @media only screen and (min-width: 1024px) {
      .main-menu__btn {
        position: absolute;
        top: -99999px;
        display: none; } }
  .main-menu__close-btn {
    display: none;
    position: absolute;
    right: 0;
    top: 0.875rem;
    white-space: nowrap;
    cursor: pointer;
    font-size: 1rem;
    background-color: #003f77;
    color: white;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 7.5rem;
    height: 3.125rem;
    z-index: 1200; }
    @media (min-width: 520px) and (max-width: 1023px) {
      .main-menu__close-btn {
        top: 0; } }
    .main-menu__close-btn .main-menu__icon:before {
      content: "\f00d";
      font-weight: 400; }
  .main-menu__btn-text {
    text-transform: uppercase;
    margin-right: 0.3125rem;
    vertical-align: text-bottom;
    letter-spacing: 1.5px;
    font-weight: 400; }
  .main-menu__state {
    position: absolute;
    top: -99999px; }
    .main-menu__state:checked ~ .main-menu__btn .main-menu__icon:before {
      content: "\f00d";
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      line-height: 3rem; }
      @media only screen and (min-width: 768px) {
        .main-menu__state:checked ~ .main-menu__btn .main-menu__icon:before {
          font-size: 1.5rem;
          line-height: 3.5rem; } }
    .main-menu__state:not(:checked) ~ .main-menu__items {
      display: none; }
      @media only screen and (min-width: 1024px) {
        .main-menu__state:not(:checked) ~ .main-menu__items {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    .main-menu__state:checked ~ .main-menu__items {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main-menu__state:checked ~ .main-menu__items > li {
        width: 100%; }
        @media only screen and (min-width: 1024px) {
          .main-menu__state:checked ~ .main-menu__items > li {
            width: auto; }
            .main-menu__state:checked ~ .main-menu__items > li > a {
              text-align: center; } }

.menu-open {
  height: 100%;
  overflow: hidden; }
  @media only screen and (min-width: 1024px) {
    .menu-open {
      overflow: unset; } }
  .menu-open .navigation {
    background-color: #003f77; }
    @media only screen and (min-width: 520px) {
      .menu-open .navigation {
        background-color: #ede9e5; } }
  .menu-open .main-menu {
    right: 0; }
    .menu-open .main-menu .top-nav__main-menu li a {
      font-size: 1rem;
      padding: 0.1875rem 0 0.1875rem 1.125rem;
      margin-right: 1.875rem;
      display: block; }
      .menu-open .main-menu .top-nav__main-menu li a:before {
        font-weight: 700; }
    .menu-open .main-menu .top-nav__main-menu li:nth-child(3) a {
      margin-right: 0; }
    @media only screen and (min-width: 1024px) {
      .menu-open .main-menu .top-nav__main-menu li a {
        font-size: 0.875rem;
        padding: 3px 0.9375rem; } }
  .menu-open .main-menu__btn {
    display: none; }
  .menu-open .main-menu__close-btn {
    display: block; }
    @media only screen and (min-width: 1024px) {
      .menu-open .main-menu__close-btn {
        display: none; } }

.header__inner.unsticky {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.header__inner.sticky {
  width: 100%;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  @media only screen and (min-width: 768px) {
    .header__inner.sticky .top-nav__main-menu li {
      padding: 0;
      font-size: 0; }
      .header__inner.sticky .top-nav__main-menu li a {
        font-size: 0;
        height: 2rem;
        display: block; }
        .header__inner.sticky .top-nav__main-menu li a:before {
          font-size: 0.75rem;
          line-height: 2rem; }
      .header__inner.sticky .top-nav__main-menu li.top-nav__main-menu--quicklinks > a {
        line-height: 2rem; }
      .header__inner.sticky .top-nav__main-menu li.top-nav__main-menu--quicklinks li {
        margin-bottom: 5px; }
        .header__inner.sticky .top-nav__main-menu li.top-nav__main-menu--quicklinks li a {
          padding: 0 8px;
          display: block;
          font-size: 14px; }
          .header__inner.sticky .top-nav__main-menu li.top-nav__main-menu--quicklinks li a:before {
            left: 0.5rem; }
      .header__inner.sticky .top-nav__main-menu li .label {
        font-size: 0; } }

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .header__inner.sticky .main-menu__item {
    padding: 0.25rem 0.875rem; } }

.sidebar {
  background: url(../images/pattern_tan.png) repeat #ede9e5;
  position: relative;
  margin-top: 1.875rem; }
  @media only screen and (min-width: 768px) {
    .sidebar {
      margin-top: 0; } }
  .sidebar .sidenav {
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 90; }
    @media only screen and (min-width: 1024px) {
      .sidebar .sidenav {
        background-color: transparent;
        position: static;
        padding: 1.875rem; } }
    .sidebar .sidenav__inner {
      padding: 1.25rem 1.875rem; }
      @media only screen and (min-width: 1024px) {
        .sidebar .sidenav__inner {
          border-top: 2px solid #cdc6c0;
          padding: 1.25rem 0 0;
          display: block; } }
    .sidebar .sidenav a {
      display: block; }
      .sidebar .sidenav a:hover {
        text-decoration: underline; }
    .sidebar .sidenav .sidenav__menu > li > a {
      color: #003F77;
      font-weight: 400;
      font-size: 1rem;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; }
      .sidebar .sidenav .sidenav__menu > li > a:hover {
        color: #126BAF; }
    .sidebar .sidenav .sidenav__menu > li.current_page_item, .sidebar .sidenav .sidenav__menu > li.current_page_parent, .sidebar .sidenav .sidenav__menu > li.current_page_ancestor {
      position: relative; }
      .sidebar .sidenav .sidenav__menu > li.current_page_item:before, .sidebar .sidenav .sidenav__menu > li.current_page_parent:before, .sidebar .sidenav .sidenav__menu > li.current_page_ancestor:before {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        left: -1.875rem;
        border-left: 4px solid #669c40; }
      .sidebar .sidenav .sidenav__menu > li.current_page_item > a, .sidebar .sidenav .sidenav__menu > li.current_page_parent > a, .sidebar .sidenav .sidenav__menu > li.current_page_ancestor > a {
        color: #003f77;
        font-weight: 700; }
    .sidebar .sidenav .sidenav__menu > li > ul {
      margin-bottom: 0.5rem; }
      .sidebar .sidenav .sidenav__menu > li > ul > li > a {
        font-weight: 400;
        font-size: 0.875rem;
        color: #746058;
        line-height: 1.7;
        padding: 0.25rem 0; }
      .sidebar .sidenav .sidenav__menu > li > ul > li > ul {
        padding-bottom: 0.5rem;
        list-style: disc;
        padding-left: 1.5rem; }
        .sidebar .sidenav .sidenav__menu > li > ul > li > ul li a {
          color: #746058;
          font-size: 0.875rem;
          line-height: 1.25rem;
          font-weight: 400;
          padding: 0.25rem 0;
          font-style: italic; }
    .sidebar .sidenav ul.sub-menu,
    .sidebar .sidenav ul.children {
      display: none; }
    .sidebar .sidenav .current-menu-item > ul.sub-menu,
    .sidebar .sidenav .current-menu-item > ul.children,
    .sidebar .sidenav .current_page_ancestor > ul.sub-menu,
    .sidebar .sidenav .current_page_ancestor > ul.children,
    .sidebar .sidenav .current_page_item > ul.sub-menu,
    .sidebar .sidenav .current_page_item > ul.children {
      display: block; }
    .sidebar .sidenav .menu-item-has-children.active > ul.sub-menu,
    .sidebar .sidenav .menu-item-has-children.active > ul.children,
    .sidebar .sidenav .page_item_has_children.active > ul.sub-menu,
    .sidebar .sidenav .page_item_has_children.active > ul.children {
      display: block; }
    .sidebar .sidenav__toggle {
      padding: 1rem 1.25rem;
      font-weight: 400;
      margin-top: 0.625rem;
      margin-bottom: 0;
      position: relative;
      display: block;
      color: #4C742F;
      font-size: 1.0625rem;
      line-height: 1.5rem; }
      @media only screen and (min-width: 1024px) {
        .sidebar .sidenav__toggle {
          font-size: 1.25rem; } }
      .sidebar .sidenav__toggle a {
        display: inline;
        color: inherit; }
        .sidebar .sidenav__toggle a:hover {
          text-decoration: none; }
        .sidebar .sidenav__toggle a span {
          color: inherit; }
      .sidebar .sidenav__toggle:after {
        content: "";
        font: normal normal normal 14px/1 "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        font-size: 16px;
        position: absolute;
        right: 20px;
        transition: all 0.15s ease-in;
        color: #746058;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      @media only screen and (min-width: 1024px) {
        .sidebar .sidenav__toggle {
          background-color: transparent;
          padding: 0;
          margin-bottom: 1.25rem;
          margin-top: 0;
          line-height: 2; }
          .sidebar .sidenav__toggle:after {
            content: none; } }
    .sidebar .sidenav.active h3 {
      border-bottom: 2px solid #cdc6c0; }
      .sidebar .sidenav.active h3:after {
        content: "\f068";
        color: #63636c; }
      @media only screen and (min-width: 1024px) {
        .sidebar .sidenav.active h3 {
          border-bottom: 0 solid #cdc6c0; }
          .sidebar .sidenav.active h3:after {
            content: ""; } }
    @media only screen and (min-width: 1024px) {
      .sidebar .sidenav .sidenav__inner {
        display: block !important;
        height: auto !important;
        padding-top: 1.25rem !important; } }
  @media only screen and (min-width: 1024px) {
    .sidebar--blog .sidenav__toggle:before {
      content: "";
      font: normal normal normal 14px/1 "Font Awesome 5 Pro";
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 8px;
      color: #746058;
      font-size: 0.9375rem;
      line-height: 1.5rem; } }
  .sidebar--blog .sidenav__search {
    padding-top: 1rem; }
    .sidebar--blog .sidenav__search input[type=text] {
      border: 2px solid #CDC6C0;
      border-radius: 20px;
      width: 100%;
      padding: 0.5rem 1.25rem 0.5rem 2.5rem;
      background-color: transparent;
      outline: none;
      background-image: url("../images/search.png");
      background-size: 15px 15px;
      background-position: 15px center;
      background-repeat: no-repeat; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
        .sidebar--blog .sidenav__search input[type=text] {
          background-image: url("../images/search@2x.png"); } }
    .sidebar--blog .sidenav__search button {
      display: none; }
  .sidebar-widgets {
    margin-bottom: 1.875rem; }
    .sidebar-widgets .widget-header {
      margin: 0; }
    .sidebar-widgets .widget-content {
      padding: 1.3125rem 1.875rem; }
    .sidebar-widgets__contact, .sidebar-widgets__text {
      background-color: #dce8f4; }
      .sidebar-widgets__contact .widget-header, .sidebar-widgets__text .widget-header {
        padding: 1.25rem 1.875rem;
        background-color: #003f77;
        color: #ffffff;
        font-size: 1.25rem;
        line-height: 1.2; }
      .sidebar-widgets__contact .widget-content .street, .sidebar-widgets__text .widget-content .street {
        display: block; }
      .sidebar-widgets__contact .widget-content h4, .sidebar-widgets__text .widget-content h4 {
        font-weight: 700;
        font-family: "Lato", sans-serif;
        margin-top: 0;
        margin-bottom: 0.625rem; }
    .sidebar-widgets__links {
      background-color: #4c742f; }
      .sidebar-widgets__links li {
        border-bottom: 2px solid #669c40; }
        .sidebar-widgets__links li:last-child {
          border: none; }
      .sidebar-widgets__links a {
        color: white;
        font-family: "Merriweather", serif;
        font-size: 1.0625rem;
        line-height: 1.5rem;
        padding: 0.8125rem 1.25rem 0.8125rem 0;
        display: block;
        position: relative; }
        @media only screen and (min-width: 1024px) {
          .sidebar-widgets__links a {
            padding: 0.625rem 1.25rem 0.625rem 0; } }
        .sidebar-widgets__links a:after {
          content: "";
          display: inline-block;
          position: absolute;
          font-family: "Font Awesome 5 Pro";
          font-size: 0.875rem;
          font-weight: 400;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0; }
        .sidebar-widgets__links a:hover {
          color: #fada63; }

.address-thumbnail {
  margin-bottom: 1.25rem; }

.footer {
  font-weight: 400;
  color: white;
  font-size: 0.875rem; }
  @media only screen and (min-width: 768px) {
    .footer {
      font-size: 1rem; } }
  .footer a {
    color: white; }
  .footer__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
    @media (min-width: 768px) {
      .footer__container {
        max-width: 720px; } }
    @media (min-width: 1024px) {
      .footer__container {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      .footer__container {
        max-width: 1140px; } }
    @media (min-width: 1440px) {
      .footer__container {
        max-width: 1230px; } }
  .footer__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer__row {
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .footer__top {
    background-color: #003f77;
    padding-top: 1.875rem;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__bottom {
    background-color: #03325c;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 300;
    font-size: 12px;
    text-align: center; }
    .footer__bottom__row {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px; }
    .footer__bottom__menu {
      position: relative;
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      padding: 0; }
      .footer__bottom__menu ul {
        list-style: none; }
        .footer__bottom__menu ul li {
          font-size: 0; }
          @media only screen and (min-width: 768px) {
            .footer__bottom__menu ul li {
              display: inline-block;
              padding-left: 0.4375rem;
              padding-right: 0.4375rem;
              border-left: 1px solid #81b0d5;
              font-size: 0.75rem; } }
          @media only screen and (min-width: 1024px) {
            .footer__bottom__menu ul li {
              padding-left: 0.5rem;
              padding-right: 0.5625rem;
              font-size: 0.875rem; } }
          .footer__bottom__menu ul li:first-child {
            border: none;
            padding-left: 0; }
          .footer__bottom__menu ul li:last-child {
            padding-right: 0; }
          .footer__bottom__menu ul li a {
            font-size: 0.875rem;
            line-height: 1.6;
            color: #81b0d5; }
            @media only screen and (min-width: 768px) {
              .footer__bottom__menu ul li a {
                font-size: 0.75rem;
                line-height: 1; } }
            .footer__bottom__menu ul li a:hover {
              color: white; }
  .footer .copyright {
    padding-right: 10px; }
  .footer__menu {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    @media only screen and (min-width: 768px) {
      .footer__menu {
        -webkit-order: 4;
            -ms-flex-order: 4;
                order: 4;
        border-top: 3px solid #004f96;
        margin-top: 1.25rem;
        padding-top: 2.5rem;
        margin-bottom: 1.875rem; } }
    .footer__menu ul {
      list-style: none;
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .footer__menu ul li {
          display: inline-block;
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          position: relative; }
          .footer__menu ul li:before {
            content: "•";
            display: block;
            position: absolute;
            left: -5px;
            top: 0;
            color: #669c40;
            font-size: 0.75rem; } }
      @media only screen and (min-width: 1024px) {
        .footer__menu ul li {
          padding-left: 1rem;
          padding-right: 1rem; } }
      .footer__menu ul li:first-child:before {
        content: none; }
      .footer__menu ul a {
        font-family: "Merriweather", serif;
        font-size: 1.0625rem;
        line-height: 2.35;
        text-align: center;
        display: block;
        border-bottom: 2px solid transparent;
        transition: all 0.15s ease; }
        @media only screen and (min-width: 768px) {
          .footer__menu ul a {
            font-size: 0.9375rem;
            line-height: 1.3; } }
        @media only screen and (min-width: 1024px) {
          .footer__menu ul a {
            font-size: 1.0625rem;
            line-height: 1.3; } }
        .footer__menu ul a:hover {
          color: #81B0D5;
          border-bottom: 2px solid #669c40; }
  .footer__logo {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
    @media only screen and (min-width: 768px) {
      .footer__logo {
        -webkit-flex: 0 0 40%;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        max-width: 40%;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    @media only screen and (min-width: 1024px) {
      .footer__logo {
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; } }
    .footer__logo span {
      background: url(/Institutions/Richland-Community-College/images/richlandlogo_logo-vert-alt.svg) no-repeat center transparent;
      width: 100%;
      height: 6.6875rem;
      display: block;
      margin: 10px auto; }
      @media only screen and (min-width: 768px) {
        .footer__logo span {
          background: url(/Institutions/Richland-Community-College/images/richlandlogo_logo-horiz-alt.svg) no-repeat center transparent;
          max-width: 18.75rem;
          height: 3.4375rem;
          margin: 0; } }
  .footer__address {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    color: #81b0d5;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-transform: uppercase; }
    .footer__address p.address {
      margin: 1.25rem auto;
      max-width: 10.625rem;
      text-align: center;
      color: #81b0d5;
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 1.6667; }
      @media only screen and (min-width: 768px) {
        .footer__address p.address {
          margin: 0;
          text-align: left; } }
      @media only screen and (min-width: 1024px) {
        .footer__address p.address {
          max-width: 100%; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .footer__address .street {
        display: block; } }
    @media only screen and (min-width: 768px) {
      .footer__address span {
        margin: 0;
        padding: 0; } }
    @media only screen and (min-width: 768px) {
      .footer__address {
        -webkit-flex: 0 0 30%;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%;
        padding: 0;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
    @media only screen and (min-width: 1024px) {
      .footer__address {
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 0;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; } }
  .footer__social {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
    @media only screen and (min-width: 768px) {
      .footer__social {
        -webkit-flex: 0 0 30%;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        max-width: 30%;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        text-align: right;
        padding: 0; } }
    @media only screen and (min-width: 1024px) {
      .footer__social {
        -webkit-flex: 0 0 33.33333%;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        -webkit-order: 3;
            -ms-flex-order: 3;
                order: 3;
        text-align: right;
        padding: 0; } }
    .footer__social ul.social {
      margin: 30px 0;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .footer__social ul.social {
          text-align: right;
          margin: 0; } }
      .footer__social ul.social li a {
        color: #81b0d5;
        font-size: 1.375rem;
        padding: 0.625rem; }
        @media only screen and (min-width: 768px) {
          .footer__social ul.social li a {
            font-size: 1.125rem;
            padding: 0 0.3125rem; } }
        @media only screen and (min-width: 1024px) {
          .footer__social ul.social li a {
            font-size: 1.125rem;
            padding: 0 0.5rem; } }
        .footer__social ul.social li a:hover {
          color: white; }
  .footer .to-top {
    position: absolute;
    top: -3.125rem;
    right: 10px;
    background-color: #003f77;
    padding: 0.3125rem 0.625rem 0.9375rem 0.625rem;
    border-radius: 50%;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    color: #fada63; }

/**
 * Miscellaneous tweaks to go at the end of the stylesheet.
 */
/* Social media icons */
ul.social {
  list-style: none;
  text-align: right; }
  ul.social li {
    display: inline-block;
    font-size: 1rem;
    margin-left: 7.5px; }
    ul.social li a {
      display: block;
      width: 100%;
      text-align: center;
      color: #e2e2e2; }
    ul.social li .fa-stack {
      display: block;
      text-align: center;
      width: 100%; }
    ul.social li .social__title {
      text-indent: -9999px;
      text-align: left;
      display: block; }

.fa-arrow-right:not(.fa-inverse) {
  color: black; }

.fa-circle-red {
  color: #93352f; }

.fa-stack .fa-circle,
.fa-stack .fa-arrow-right {
  transition: all 0.15s ease; }

/* Tiled Gallery tweaks */
#jp-carousel-comment-form-container,
#jp-carousel-comments-loading,
#jp-carousel-comment-form,
.jp-carousel-commentlink,
.jp-carousel-image-exif,
.jp-carousel-buttons {
  display: none !important;
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0; }

.rte .tiled-gallery {
  margin: 20px 0; }

/* Fixes an issue with when body is made "position: relative" by Google Translate */
@media (max-width: 600px) {
  html #wpadminbar {
    top: -46px; } }

/* Hide Google Translate logo with no alt text */
.goog-gt-tt .logo img {
  display: none; }

.form-inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/*# sourceMappingURL=app.css.map */