@charset "UTF-8";
/*!
    Theme Name: ACI Blog Theme
    Theme URI: https://genotype.io
    Description: Genesis child theme powered with Genotype
    Author: Genotype
    Author URI: https://genotype.io

    Version: 1.1.8

    Template: genesis

    Text Domain: aci-blog-theme
*/
/* # Reset
---------------------------------------------------------------------------------------------------- */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input,
hr {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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;
}

button {
  border-radius: 0;
}

button[type="submit"] {
  cursor: pointer;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[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-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template,
[hidden] {
  display: none;
}

/* # Content
---------------------------------------------------------------------------------------------------- */
/* ## Defaults
----------------------------------------------------- */
html {
  font-size: 62.5%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  background-color: #f7f7f7;
  color: #565656;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: normal;
}

a {
  color: #5692c9;
  text-decoration: none;
}

a:hover, a:focus {
  color: #444444;
}

p {
  margin: 0 0 30px;
  padding: 0;
  word-wrap: break-word;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  background-color: #e3eaec;
  border: none;
  display: block;
  height: 2px;
  margin: 20px 0;
}

em, i {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-style: italic;
}

b,
strong {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-style: normal;
}

blockquote,
cite {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-style: italic;
}

blockquote cite {
  font-weight: 800;
  font-style: normal;
}

blockquote {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 40px;
}

blockquote::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  height: 0;
  position: relative;
  left: -20px;
  top: -20px;
  font-size: 20px;
  font-size: 2rem;
}

mark {
  background: #ffc107;
  color: #565656;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

pre {
  font-family: Monaco, "Lucida Sans Typewriter", "Lucida Typewriter", "Courier New", Courier, monospace;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  border: 2px solid #e3eaec;
  border-radius: 0;
  padding: 10px;
  background-color: #f7f7f7;
}

code {
  font-family: Monaco, "Lucida Sans Typewriter", "Lucida Typewriter", "Courier New", Courier, monospace;
  font-weight: 400;
  font-style: normal;
}

::selection {
  background-color: #ffc107;
}

/* ## Headings
----------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.3;
  color: #565656;
  margin: 10px 0 10px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
}

h3 {
  font-size: 26px;
  font-size: 2.6rem;
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
}

h5 {
  font-size: 22px;
  font-size: 2.2rem;
}

h6 {
  font-size: 20px;
  font-size: 2rem;
}

/* ## Lists
----------------------------------------------------- */
ol, ul {
  margin: 0 0 30px;
}

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

li {
  list-style-type: none;
  margin: 0 0 10px;
}

li:last-child {
  margin-bottom: 0;
}

/* ## Objects
----------------------------------------------------- */
embed,
iframe,
img,
object,
audio,
video {
  max-width: 100%;
  border: 0;
  display: block;
}

img {
  height: auto;
}

/* ## Form
----------------------------------------------------- */
input,
textarea {
  caret-color: #5692c9;
}

input,
select,
textarea {
  background-color: #fff;
  border: 2px solid #e3eaec;
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  font-family: "Muli", sans-serif;
  font-weight: 300;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #5692c9;
  outline: none;
}

span[role=textbox]:focus {
  border-color: #5692c9;
}

form button:focus {
  outline: none;
}

a,
button,
input,
textarea {
  -webkit-transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease, opacity 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease, opacity 300ms ease;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

::-webkit-input-placeholder {
  color: #444444;
  opacity: 1;
  font-family: "Muli", sans-serif;
  font-style: italic;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #444444;
  opacity: 1;
  font-family: "Muli", sans-serif;
  font-style: italic;
  font-weight: 300;
}

::placeholder {
  color: #444444;
  opacity: 1;
  font-family: "Muli", sans-serif;
  font-style: italic;
  font-weight: 300;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  width: auto;
}

input[type="button"], input[type="button"]:visited,
input[type="reset"],
input[type="reset"]:visited,
input[type="submit"],
input[type="submit"]:visited {
  border: 1px solid #5692c9;
  background-color: #5692c9;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.333;
  font-weight: 600;
  padding: 16px 20px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

@media screen and (min-width: 1024px) {
  input[type="button"], input[type="button"]:visited,
  input[type="reset"],
  input[type="reset"]:visited,
  input[type="submit"],
  input[type="submit"]:visited {
    padding: 10px 20px;
  }
}

input[type="button"]:hover, input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #444444;
  color: #fff;
  border: 1px solid #444444;
}

input:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input[type="submit"]:disabled {
  cursor: not-allowed;
}

input:disabled, input:disabled:visited,
input[type="button"]:disabled,
input[type="button"]:disabled:visited,
input[type="reset"]:disabled,
input[type="reset"]:disabled:visited,
input[type="submit"]:disabled,
input[type="submit"]:disabled:visited {
  background-color: #e3eaec;
  color: #e3eaec;
  border: 1px solid #e3eaec;
}

input:disabled:hover, input:disabled:focus,
input[type="button"]:disabled:hover,
input[type="button"]:disabled:focus,
input[type="reset"]:disabled:hover,
input[type="reset"]:disabled:focus,
input[type="submit"]:disabled:hover,
input[type="submit"]:disabled:focus {
  background-color: #e3eaec;
  color: #fff;
  border: 1px solid #e3eaec;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

fieldset {
  padding: 20px;
  border: 2px solid #e3eaec;
  margin: 20px 0;
  border-radius: 6px;
}

fieldset > legend {
  width: auto;
  padding: 0 10px;
  margin-left: -10px;
}

/* ## Table
----------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

td,
th {
  text-align: left;
}

th {
  font-weight: 700;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

/* # WordPress Common
---------------------------------------------------------------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

figure.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

figure.alignnone,
.alignnone {
  margin: 0 0 30px;
}

a.alignleft,
figure.alignleft {
  margin: 0 20px 10px 0;
}

a.alignright,
figure.alignright {
  margin: 0 0 10px 20px;
}

.avatar {
  border-radius: 50%;
  float: left;
}

.wp-caption {
  max-width: 100%;
  display: block;
}

.wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

.wp-video-shortcode {
  width: auto;
  display: block;
  margin: 0 0 10px;
}

/* ## Gallery
----------------------------------------------------- */
.gallery {
  overflow: hidden;
  margin: 0 -4px 30px;
}

.gallery img {
  height: auto;
  padding: 4px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.gallery img:hover,
.gallery img:focus {
  opacity: 0.75;
}

.gallery-caption {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
}

.gallery-item {
  float: left;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/* ## Accessibility
----------------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus, .screen-reader-text:active,
.screen-reader-shortcut:focus,
.screen-reader-shortcut:active {
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 23px 14px;
  text-decoration: none;
  z-index: 1040;
}

/* # WordPress Widget
---------------------------------------------------------------------------------------------------- */
.widget .widget-title {
  margin: 0 0 10px;
}

/* ## Tag Cloud
----------------------------------------------------- */
.widget_tag_cloud .widgettitle {
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (min-width: 1024px) {
  .widget_tag_cloud .widgettitle {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.widget_tag_cloud .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -4px;
  margin-right: -4px;
}

.widget_tag_cloud .tagcloud .tag-cloud-link {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #565656;
  background-color: #e3eaec;
  border-radius: 6px;
  padding: 16px;
  letter-spacing: 0.3px;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  text-align: center;
  margin: 4px;
}

@media screen and (min-width: 1024px) {
  .widget_tag_cloud .tagcloud .tag-cloud-link {
    letter-spacing: 0.4px;
    font-size: 13px !important;
    font-size: 1.3rem !important;
  }
}

.widget_tag_cloud .tagcloud .tag-cloud-link:hover, .widget_tag_cloud .tagcloud .tag-cloud-link:focus {
  color: #fff;
  background-color: #5692c9;
}

/* ## Search Widget
----------------------------------------------------- */
.widget_search input[type=submit] {
  margin-top: 10px;
}

/* ## Image
----------------------------------------------------- */
.widget_media_image a {
  display: block;
}

/* ## Recent Posts
----------------------------------------------------- */
.widget_recent_entries {
  line-height: 1.2;
}

.widget_recent_entries li {
  margin-bottom: 15px;
}

.widget_recent_entries li:last-child {
  margin-bottom: 0;
}

.widget_recent_entries a {
  font-size: 12px;
  font-size: 1.2rem;
}

.widget_recent_entries .post-date {
  display: block;
}

/* # WordPress Menu
---------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .menu-item--no-link > a {
    cursor: default;
  }
  .menu-item--no-link > a:focus {
    outline: none;
  }
}

/* # Genesis Structure
---------------------------------------------------------------------------------------------------- */
.wrapper {
  position: relative;
}

.site-inner {
  width: 100%;
  margin: 0 auto;
  -webkit-animation: fadeIn 600ms ease-in-out;
          animation: fadeIn 600ms ease-in-out;
}

.error404 .site-inner {
  max-width: 960px;
}

@media screen and (min-width: 1110px) {
  .error404 .site-inner {
    max-width: 1020px;
  }
}

@media screen and (min-width: 1280px) {
  .error404 .site-inner {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1440px) {
  .error404 .site-inner {
    max-width: 1310px;
  }
}

@media screen and (min-width: 1678px) {
  .error404 .site-inner {
    max-width: 1520px;
  }
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after,
.genesis-nav-menu::after {
  clear: both;
  content: "";
  display: table;
}

/* # Genesis Accessibility
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

/* # Genesis Columns
---------------------------------------------------------------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  width: 100%;
}

@media screen and (min-width: 480px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%;
  }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%;
  }
  .one-fourth {
    width: 23.076923076923077%;
  }
  .three-fourths {
    width: 74.35897435897436%;
  }
  .one-sixth {
    width: 14.52991452991453%;
  }
  .five-sixths {
    width: 82.90598290598291%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}

/* # Genesis Content
---------------------------------------------------------------------------------------------------- */
.content {
  padding: 40px 20px;
}

@media screen and (min-width: 768px) {
  .content {
    padding: 80px 20px;
  }
}

.entry {
  margin-bottom: 40px;
}

.entry-header .entry-title {
  margin-bottom: 10px;
}

.entry-header .entry-meta {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.entry-content {
  padding: 20px 0;
}

.entry-content .entry-image-link > img {
  margin: 0 20px 10px 0;
}

.entry-content p > a {
  border-bottom: 2px solid rgba(86, 146, 201, 0.3);
}

.entry-content > ul li {
  position: relative;
  list-style-type: none;
  margin-left: 0;
  padding-left: 1.5em;
}

.entry-content > ul li::before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #444444;
}

.entry-content .list--no-icon li {
  padding-left: 0;
}

.entry-content .list--no-icon li::before {
  content: "";
}

.entry-content > ol li {
  margin-left: 1em;
  padding-left: 0.5em;
  list-style-type: decimal;
}

.entry-footer .entry-meta {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
}

.entry-content .more-link {
  font-weight: 700;
  white-space: pre;
  border-bottom: 0;
}

.entry-header .entry-comments-link {
  margin-left: 10px;
  padding-left: 20px;
  position: relative;
}

.entry-header .entry-comments-link a::before {
  position: absolute;
  left: 0;
  content: "\f27a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* # Genesis Comments
---------------------------------------------------------------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 30px;
}

.entry-pings .reply {
  display: none;
}

.comment-list li {
  padding: 0 0 20px 20px;
  margin-bottom: 0;
}

.comment-list > li:last-of-type {
  padding-bottom: 0;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 20px;
}

.comment-header p {
  margin-bottom: 0;
}

.comment-content::after {
  clear: both;
  content: "";
  display: table;
}

.comment-time-link {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
}

.comment-reply-link {
  font-weight: 700;
}

.comment .avatar {
  margin: 0 20px 20px 0;
}

.comment-respond label {
  display: block;
}

.comment-respond .required {
  color: #fa3434;
}

@media screen and (min-width: 768px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 50%;
  }
}

.comment-respond input[type="checkbox"] + label {
  display: inline;
  margin-left: 10px;
}

.comment-respond .form-submit {
  margin-bottom: 0;
}

/* # Genesis Breadcrumb
---------------------------------------------------------------------------------------------------- */
.breadcrumb {
  padding: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e3eaec;
}

.breadcrumb .fas {
  color: #e3eaec;
  margin-left: 5px;
  margin-right: 5px;
}

/* # Genesis Archive
---------------------------------------------------------------------------------------------------- */
.archive-description .entry-title,
.archive-title {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.archive-description {
  margin-bottom: 40px;
}

.archive-description p:last-of-type {
  margin-bottom: 0;
}

.archive-pagination {
  margin-bottom: 30px;
  text-align: left;
}

.archive-pagination li {
  display: inline;
}

.archive-pagination li:first-child a {
  padding-left: 0;
}

.archive-pagination .active a {
  color: #565656;
}

.archive-pagination a {
  margin-bottom: 4px;
  color: #5692c9;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .archive-pagination a {
    margin-bottom: 0;
  }
}

.archive-pagination a:hover, .archive-pagination a:focus {
  color: #444444;
}

.archive .entry-content,
.blog .entry-content {
  padding: 0;
}

/* # Genesis Search
---------------------------------------------------------------------------------------------------- */
.search-results .entry-title {
  margin-bottom: 0;
}

.search-results .entry-content {
  padding-top: 10px;
  padding-bottom: 0;
}

/* # Genesis Title Area
---------------------------------------------------------------------------------------------------- */
.site-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 1.375;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .site-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
  }
}

.site-title > a {
  color: #565656;
}

.site-title > a:hover {
  color: #5692c9;
}

/* # Genesis Nav Menu
---------------------------------------------------------------------------------------------------- */
.nav-secondary .genesis-nav-menu a {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  padding: 0 16px;
  letter-spacing: 1px;
}

@media screen and (min-width: 1024px) {
  .nav-secondary .genesis-nav-menu a {
    line-height: 1.25;
  }
}

.nav-secondary .genesis-nav-menu a:hover, .nav-secondary .genesis-nav-menu a:focus {
  color: #565656;
}

.nav-secondary .genesis-nav-menu .menu-item--social a {
  font-size: 17px;
}

@media screen and (min-width: 1024px) {
  .nav-secondary .genesis-nav-menu .menu-item--social-first {
    margin-left: 45px;
  }
}

.nav-primary .genesis-nav-menu > .menu-item {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 1280px) {
  .nav-primary .genesis-nav-menu > .menu-item {
    margin-left: 33px;
    margin-right: 33px;
  }
}

.nav-primary .genesis-nav-menu > .menu-item > a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #565656;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 1024px) {
  .nav-primary .genesis-nav-menu > .menu-item > a {
    position: relative;
    line-height: 1.3;
    padding: 10px 0 27px;
  }
  .nav-primary .genesis-nav-menu > .menu-item > a::before {
    color: #565656;
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
  }
  .nav-primary .genesis-nav-menu > .menu-item > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #5692c9;
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
  }
  .nav-primary .genesis-nav-menu > .menu-item > a:hover::before, .nav-primary .genesis-nav-menu > .menu-item > a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .nav-primary .genesis-nav-menu > .menu-item > a:hover::after, .nav-primary .genesis-nav-menu > .menu-item > a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.nav-primary .genesis-nav-menu > .menu-item > a:hover, .nav-primary .genesis-nav-menu > .menu-item > a:focus {
  color: #5692c9;
}

.nav-primary .genesis-nav-menu > .menu-item.sfHover > a {
  color: #5692c9;
}

@media screen and (min-width: 1024px) {
  .nav-primary .genesis-nav-menu > .menu-item.sfHover > a::before, .nav-primary .genesis-nav-menu > .menu-item.sfHover > a::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .nav-primary .genesis-nav-menu > .menu-item.sfHover > a::after, .nav-primary .genesis-nav-menu > .menu-item.sfHover > a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.genesis-nav-menu {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.genesis-nav-menu--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.genesis-nav-menu--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.genesis-nav-menu--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.genesis-nav-menu > .menu-item {
  margin: 0;
}

.genesis-nav-menu > .menu-item > a {
  display: block;
}

@media screen and (min-width: 1024px) {
  .genesis-nav-menu .menu-item-has-children > a > span::after {
    display: inline-block;
    font-size: 14px;
    margin-left: 14px;
    text-decoration: inherit;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
}

@media screen and (min-width: 1024px) {
  .genesis-nav-menu .menu-item-has-children.sfHover > a > span::after,
  .genesis-nav-menu .menu-item-has-children > a:hover > span::after,
  .genesis-nav-menu .menu-item-has-children > a:focus > span::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (min-width: 1024px) {
  .genesis-nav-menu .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 6px 11px 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 6px 11px 16px 0 rgba(0, 0, 0, 0.2);
    border-top: 2px solid rgba(86, 146, 201, 0.26);
    border-bottom: 4px solid #5692c9;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 288px;
    padding: 25px 0 30px;
    z-index: 1000;
    margin-left: 0;
    -webkit-transform: translateX(-84px);
            transform: translateX(-84px);
  }
}

.genesis-nav-menu .sub-menu .menu-item {
  margin: 0;
  position: relative;
}

.genesis-nav-menu .sub-menu a {
  display: block;
  padding: 7px 24px;
  margin: 1px;
  color: #565656;
  font-size: 13px;
  font-size: 1.3rem;
  word-wrap: break-word;
  text-align: left;
  font-weight: 600;
  font-family: "Muli", sans-serif;
}

.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu a:focus {
  color: #5692c9;
}

.genesis-nav-menu .sub-menu .sub-menu {
  margin-right: -1px;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  top: 0;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu .menu-item:focus {
  position: static;
}

.genesis-nav-menu .menu-item > a:focus + ul.sub-menu,
.genesis-nav-menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* ## Genesis Responsive Menu
----------------------------------------------------- */
button.menu-toggle {
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  button.menu-toggle {
    display: none;
    visibility: hidden;
  }
}

.sub-menu-toggle {
  border-width: 0;
  display: block;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
}

button.menu-toggle {
  color: #5692c9;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

button.menu-toggle:focus, button.menu-toggle:hover {
  border-width: 0;
  outline: 0;
}

.sub-menu-toggle {
  color: #565656;
  background-color: transparent;
  margin: 0 auto;
  float: left;
  position: absolute;
  left: -20px;
  top: 0;
  padding: 12px;
  cursor: pointer;
}

.sub-menu-toggle:focus, .sub-menu-toggle:hover {
  border-width: 0;
  outline: 0;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  vertical-align: middle;
  line-height: 21px;
  width: 21px;
  height: 21px;
  font-size: 12px;
  text-align: center;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.sub-menu-toggle.is-active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {
  .nav-primary, .nav-secondary {
    display: none;
  }
  .genesis-responsive-menu {
    display: none;
  }
  .genesis-responsive-menu .genesis-nav-menu {
    display: block;
    margin-bottom: 12px;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item > a {
    padding: 12px 20px;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    left: auto;
    position: static;
    min-width: 0;
    max-width: none;
    margin: 0;
    display: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    padding: 7px 20px;
    line-height: 1.692307692307692;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu a {
    padding-left: 20px;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item > a {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #565656;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item > a:hover, .genesis-responsive-menu .genesis-nav-menu > .menu-item > a:focus {
    color: #5692c9;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item.moved-item-nav-secondary > a {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.41px;
    color: #5692c9;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item.moved-item-nav-secondary > a:hover, .genesis-responsive-menu .genesis-nav-menu > .menu-item.moved-item-nav-secondary > a:focus {
    color: #565656;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item.menu-item--social {
    margin: 20px 0 0;
    float: left;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item.menu-item--social a {
    padding: 12px;
    font-size: 17px;
  }
  .genesis-responsive-menu .genesis-nav-menu > .menu-item.menu-item--social-first {
    margin-left: 38px;
  }
}

/* # Page Builder
---------------------------------------------------------------------------------------------------- */
.page-builder .site-inner {
  margin: 0;
  max-width: none;
}

.page-builder .content,
.page-builder .entry-content {
  padding: 0;
}

.page-builder .entry {
  margin: 0;
}

/* # Transparent Header
---------------------------------------------------------------------------------------------------- */
.transparent-header.admin-bar .site-header {
  top: 32px;
}

.transparent-header.fl-builder-edit .site-header {
  top: 48px;
}

.transparent-header .site-header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1023px) {
  .transparent-header .site-header .genesis-responsive-menu {
    max-width: 100vw;
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    background-color: #fff;
  }
}

/* # GT Site Header
---------------------------------------------------------------------------------------------------- */
.gt-site-header {
  position: relative;
  z-index: 1000;
}

.gt-site-header__before {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gt-site-header__cart {
  position: relative;
  padding: 17px 20px;
  display: block;
  margin-right: -20px;
}

@media screen and (min-width: 1024px) {
  .gt-site-header__cart {
    padding: 10px 20px;
    margin-right: 0;
  }
}

.gt-site-header__cart--badge .gt-site-header__cart-count {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1b1919;
  color: #fff;
  height: 28px;
  min-width: 28px;
  line-height: 28px;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: fadeIn 300ms ease-in-out;
          animation: fadeIn 300ms ease-in-out;
}

.gt-site-header__cart--parentheses .gt-site-header__cart-count {
  padding-left: 5px;
}

.gt-site-header__cart--parentheses .gt-site-header__cart-count::before {
  content: '(';
}

.gt-site-header__cart--parentheses .gt-site-header__cart-count::after {
  content: ')';
}

.gt-site-header__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .gt-site-header__area {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.gt-site-header__area > nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
}

.gt-site-header__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1024px) {
  .gt-site-header__title .site-title {
    margin-left: 10px;
  }
}

.gt-site-header--color-inverted .site-title > a,
.gt-site-header--color-inverted button.menu-toggle {
  color: #fff;
}

.gt-site-header--color-inverted .site-title > a:focus, .gt-site-header--color-inverted .site-title > a:hover,
.gt-site-header--color-inverted button.menu-toggle:focus,
.gt-site-header--color-inverted button.menu-toggle:hover {
  color: #fff;
}

.gt-site-header--color-inverted .site-description {
  color: #e3eaec;
}

@media screen and (min-width: 1024px) {
  .gt-site-header--color-inverted .genesis-nav-menu > .menu-item > a {
    color: #fff;
  }
  .gt-site-header--color-inverted .genesis-nav-menu > .menu-item > a:focus, .gt-site-header--color-inverted .genesis-nav-menu > .menu-item > a:hover {
    color: #fff;
  }
}

.gt-site-header--color-inverted .hamburger-inner, .gt-site-header--color-inverted .hamburger-inner::before, .gt-site-header--color-inverted .hamburger-inner::after {
  background-color: #fff;
}

.gt-site-header--color-inverted .menu-toggle:hover .hamburger-inner, .gt-site-header--color-inverted .menu-toggle:hover .hamburger-inner::before, .gt-site-header--color-inverted .menu-toggle:hover .hamburger-inner::after,
.gt-site-header--color-inverted .menu-toggle:focus .hamburger-inner,
.gt-site-header--color-inverted .menu-toggle:focus .hamburger-inner::before,
.gt-site-header--color-inverted .menu-toggle:focus .hamburger-inner::after {
  background-color: #fff;
}

/* ## Logo
----------------------------------------------------- */
.wp-custom-logo .gt-site-header__title > a.custom-logo-link {
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
}

@media screen and (max-width: 1023px) {
  .wp-custom-logo .gt-site-header__title > a.custom-logo-link {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 46px;
  }
}

.wp-custom-logo .gt-site-header__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .wp-custom-logo .gt-site-header__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-bottom: 20px;
  }
}

.wp-custom-logo .gt-site-header__title .site-title {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (min-width: 1024px) {
  .wp-custom-logo .gt-site-header__title .site-title {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.wp-custom-logo .gt-site-header__title > a {
  display: block;
  width: 100%;
}

.gt-site-header--hide-text .site-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ## GT Site Header Responsive
----------------------------------------------------- */
@media screen and (max-width: 1023px) {
  .site-header .fl-row-fixed-width {
    max-width: 100%;
  }
  .gt-site-header__area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .gt-site-header__area > nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 12px 0;
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    background-color: #E3EAEC;
    border-top: 1px solid rgba(86, 146, 201, 0.26);
  }
  .gt-site-header__area .menu-toggle {
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 0;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .gt-site-header__area .genesis-nav-menu {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .gt-site-header__title {
    max-width: 70%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    margin-bottom: 12px;
  }
}

/* ## Sticky Header
----------------------------------------------------- */
@media screen and (min-width: 1024px) {
  .site-header--sticky {
    position: fixed;
    top: -127px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: top 300ms ease, opacity 300ms ease;
    transition: top 300ms ease, opacity 300ms ease;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .site-header--sticky + .site-container {
    padding-top: 127px;
  }
  .site-header--sticky.site-header--sticky-visible {
    top: 0;
    opacity: 1;
  }
  .admin-bar .site-header--sticky {
    top: 32px;
  }
  .site-header--sticky .gt-site-header .gt-site-header__title > a {
    max-width: 63px;
  }
  .site-header--sticky .fl-module-gt-site-header > .fl-module-content {
    margin-top: 0;
  }
  .wp-custom-logo .site-header--sticky .gt-site-header__title {
    padding-bottom: 7px;
  }
  .site-header--sticky .nav-primary .genesis-nav-menu > .menu-item > a {
    padding: 25px 0;
  }
  .site-header--sticky .gt-site-header__before {
    display: none;
  }
}

/* # GT Search
---------------------------------------------------------------------------------------------------- */
.gt-search-form__submit {
  margin-top: 10px;
}

/* # Search Toggle
---------------------------------------------------------------------------------------------------- */
.search-toggle-button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  text-align: inherit;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 17px;
  padding: 16px;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .search-toggle-button {
    display: none;
  }
}

.search-toggle-button svg {
  fill: #444444;
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}

.search-toggle-button.search-toggle-button--active, .search-toggle-button:hover, .search-toggle-button:focus {
  outline: none;
}

.search-toggle-button.search-toggle-button--active svg, .search-toggle-button:hover svg, .search-toggle-button:focus svg {
  fill: #5692c9;
}

.search-toggle {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  display: none;
}

@media screen and (min-width: 1024px) {
  .search-toggle {
    border-top: 2px solid rgba(86, 146, 201, 0.26);
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
    right: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 6px 11px 16px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 6px 11px 16px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid #5692c9;
  }
}

@media screen and (min-width: 1110px) {
  .search-toggle {
    margin-left: -5%;
    margin-right: -5%;
    width: 110%;
  }
}

.search-toggle__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

.search-toggle__input {
  border: none;
  padding: 44px 48px;
  font-size: 30px;
  font-size: 3rem;
}

.search-toggle__input::-webkit-input-placeholder {
  font-size: 20px;
  font-size: 2rem;
}

.search-toggle__input::-ms-input-placeholder {
  font-size: 20px;
  font-size: 2rem;
}

.search-toggle__input::placeholder {
  font-size: 20px;
  font-size: 2rem;
}

.genesis-responsive-menu .search-toggle__input {
  margin: 20px 30px 32px;
  padding: 20px 20px 20px 60px;
  font-size: 16px;
  font-size: 1.6rem;
  background-image: url("static/images/search.svg");
  background-repeat: no-repeat;
  background-position: 20px center;
  -webkit-transition: background-image 300ms ease;
  transition: background-image 300ms ease;
}

.genesis-responsive-menu .search-toggle__input:focus, .genesis-responsive-menu .search-toggle__input:hover {
  background-image: url("static/images/search-hover.svg");
}

.genesis-responsive-menu .search-toggle__input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}

.genesis-responsive-menu .search-toggle__input::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}

.genesis-responsive-menu .search-toggle__input::placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}

.search-toggle__submit {
  position: relative;
  background: transparent;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.5;
  border: 0;
  color: #5692c9;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 44px 36px;
  font-family: "Muli", sans-serif;
  z-index: 0;
  font-size: 24px;
  font-size: 2.4rem;
  overflow: hidden;
  -webkit-transition: color 300ms ease, padding-right 300ms ease;
  transition: color 300ms ease, padding-right 300ms ease;
}

@media screen and (max-width: 1023px) {
  .search-toggle__submit {
    display: none;
  }
}

.search-toggle__submit::before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 100%;
  top: 44px;
  opacity: 0;
  -webkit-transition: left 300ms ease, opacity 300ms ease;
  transition: left 300ms ease, opacity 300ms ease;
}

.search-toggle__submit::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.search-toggle__submit:focus, .search-toggle__submit:hover {
  color: #fff;
  padding-right: 76px;
}

.search-toggle__submit:focus::before, .search-toggle__submit:hover::before {
  left: 80%;
  opacity: 1;
}

.search-toggle__submit:focus::after, .search-toggle__submit:hover::after {
  opacity: 1;
}

.search-toggle.search-toggle--active {
  opacity: 1;
  visibility: visible;
}

.search-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("static/images/search.svg");
  background-repeat: no-repeat;
  -webkit-transition: background-image 150ms ease;
  transition: background-image 150ms ease;
}

.search-toggle-button:focus .search-icon,
.search-toggle-button:hover .search-icon {
  background-image: url("static/images/search-hover.svg");
}

.search-toggle-button.search-toggle-button--active .search-icon {
  background-image: url("static/images/close-hover.svg");
}

/* # Article
---------------------------------------------------------------------------------------------------- */
.fl-module-post-grid .fl-post-feed-post {
  border-bottom: none;
}

.featured-article.featured-article--overlay {
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .featured-article.featured-article--overlay {
    margin-bottom: 67px;
  }
}

@media screen and (min-width: 480px) {
  .featured-article.featured-article--overlay {
    height: 320px;
  }
}

@media screen and (min-width: 768px) {
  .featured-article.featured-article--overlay {
    height: 360px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-article.featured-article--overlay {
    height: 400px;
  }
}

@media screen and (min-width: 1110px) {
  .featured-article.featured-article--overlay {
    height: 440px;
  }
}

@media screen and (min-width: 1280px) {
  .featured-article.featured-article--overlay {
    height: 480px;
  }
}

@media screen and (min-width: 1440px) {
  .featured-article.featured-article--overlay {
    height: 530px;
  }
}

@media screen and (min-width: 1678px) {
  .featured-article.featured-article--overlay {
    height: 580px;
  }
}

@media screen and (min-width: 1920px) {
  .featured-article.featured-article--overlay {
    height: 630px;
  }
}

.featured-article.featured-article--overlay::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-50%, rgba(0, 0, 0, 0.75)), color-stop(150%, rgba(86, 146, 201, 0.1)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) -50%, rgba(86, 146, 201, 0.1) 150%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.featured-article.featured-article--overlay .featured-article__col {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .featured-article.featured-article--overlay .featured-article__col {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-article.featured-article--overlay .featured-article__col {
    padding: 0 84px;
  }
}

.featured-article__col:first-child {
  margin-bottom: 35px;
}

.featured-article__col:last-child {
  padding: 0 20px 57px;
}

@media screen and (min-width: 768px) {
  .featured-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 79px;
  }
  .featured-article__col:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 47%;
            flex: 1 1 47%;
    max-width: 47%;
  }
  .featured-article__col:last-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 53%;
            flex: 1 1 53%;
    max-width: 53%;
    padding: 0 32px;
  }
}

@media screen and (min-width: 1024px) {
  .featured-article {
    margin-top: 81px;
    margin-bottom: 106px;
  }
  .featured-article__col:last-child {
    padding: 0 24px 0 56px;
  }
}

@media screen and (min-width: 1110px) {
  .featured-article__col:last-child {
    padding: 0 24px 0 66px;
  }
}

@media screen and (min-width: 1280px) {
  .featured-article__col:last-child {
    padding: 0 24px 0 76px;
  }
}

@media screen and (min-width: 1440px) {
  .featured-article__col:last-child {
    padding: 0 24px 0 85px;
  }
}

@media screen and (min-width: 1920px) {
  .featured-article {
    margin-top: 32px;
    margin-bottom: 85px;
  }
  .featured-article__col:last-child {
    padding: 0 40px 0 100px;
  }
}

.featured-article__col {
  position: relative;
}

.featured-article__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 71.884057971014493%;
}

.featured-article__image > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.featured-article__image > a > img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform;
}

.featured-article__image:focus > a > img, .featured-article__image:hover > a > img, .featured-article__image.is-hovered > a > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.featured-article__category {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1000;
}

.featured-article--overlay .featured-article__category {
  left: auto;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .featured-article__category {
    left: auto;
    right: 0;
  }
}

.featured-article__category > a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .featured-article__category > a {
    padding: 13px 20px;
  }
}

.featured-article__category > a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #5692c9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.featured-article__category > a::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.featured-article__category > a:hover::after, .featured-article__category > a:focus::after {
  opacity: 1;
}

.featured-article__slogan {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .featured-article__slogan {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 1110px) {
  .featured-article__slogan {
    padding-bottom: 25px;
  }
}

.featured-article__slogan-image {
  padding-right: 16px;
}

.featured-article__slogan-image > img {
  max-width: 60px;
}

.featured-article--overlay .featured-article__slogan-image > img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.featured-article__slogan-text {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #5692c9;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.featured-article--overlay .featured-article__slogan-text {
  color: #fff;
}

.featured-article__title {
  margin: 0;
  padding-bottom: 14px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (min-width: 1024px) {
  .featured-article__title {
    padding-bottom: 18px;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -0.55px;
  }
}

@media screen and (min-width: 1110px) {
  .featured-article__title {
    font-size: 46px;
    font-size: 4.6rem;
    letter-spacing: -0.71px;
  }
}

.featured-article--overlay .featured-article__title {
  max-width: 650px;
}

.featured-article__title > a {
  color: #565656;
}

.featured-article--overlay .featured-article__title > a {
  color: #fff;
}

.featured-article--overlay .featured-article__title > a:hover, .featured-article--overlay .featured-article__title > a:focus {
  opacity: 0.5;
}

.featured-article__meta {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.31px;
  padding-bottom: 17px;
}

.featured-article--overlay .featured-article__meta {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .featured-article__meta {
    padding-bottom: 22px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.4px;
  }
  .featured-article--overlay .featured-article__meta {
    padding-bottom: 17px;
  }
}

.featured-article__meta-sep {
  display: inline-block;
  margin: 0 5px;
}

.featured-article__author > a {
  color: #565656;
}

.featured-article--overlay .featured-article__author > a {
  color: #fff;
}

.featured-article__author > a:hover, .featured-article__author > a:focus {
  color: #003a8c;
}

.featured-article--overlay .featured-article__author > a:hover, .featured-article--overlay .featured-article__author > a:focus {
  opacity: 0.5;
  color: #fff;
}

.featured-article--overlay .featured-article__action {
  padding-bottom: 40px;
}

.featured-article--overlay .featured-article__action > a {
  color: #fff;
}

.featured-article--overlay .featured-article__action > a::after {
  background: #fff;
}

@media screen and (min-width: 1024px) {
  .featured-article--overlay .featured-article__action {
    padding-bottom: 64px;
  }
}

.featured-article__action > a {
  display: inline-block;
  position: relative;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #5692c9;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding-bottom: 4px;
}

.featured-article__action > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #5692c9;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}

.featured-article__action > a:hover::after, .featured-article__action > a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.home .article-loop,
.searchwp-related .article-loop {
  margin-top: -168px;
}

@media screen and (min-width: 768px) {
  .home .article-loop,
  .searchwp-related .article-loop {
    margin-top: -174px;
  }
}

@media screen and (min-width: 1024px) {
  .home .article-loop,
  .searchwp-related .article-loop {
    margin-top: -180px;
    padding-bottom: 35px;
  }
}

@media screen and (min-width: 1440px) {
  .home .article-loop,
  .searchwp-related .article-loop {
    margin-top: -184px;
  }
}

@media screen and (min-width: 1920px) {
  .home .article-loop,
  .searchwp-related .article-loop {
    margin-top: -192px;
  }
}

.article-loop .fl-post-feed > .entry {
  padding-bottom: 65px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .article-loop .fl-post-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -16px;
  }
  .article-loop .fl-post-feed > .entry {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 0 16px 75px;
  }
  .article-loop .fl-post-feed .fl-post-grid-empty {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .article-loop .fl-post-feed {
    margin: 0 -33px;
  }
  .article-loop .fl-post-feed > .entry {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 0 33px 70px;
  }
  .home .article-loop .fl-post-feed > .entry,
  .searchwp-related .article-loop .fl-post-feed > .entry {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    max-width: 33.33%;
  }
  .article-loop .fl-post-feed .fl-post-grid-empty {
    padding-left: 33px;
    padding-right: 33px;
  }
}

@media screen and (min-width: 1280px) {
  .article-loop .fl-post-feed {
    margin: 0 -38px;
  }
  .article-loop .fl-post-feed > .entry {
    padding-left: 38px;
    padding-right: 38px;
  }
  .article-loop .fl-post-feed .fl-post-grid-empty {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media screen and (min-width: 1440px) {
  .article-loop .fl-post-feed {
    margin: 0 -42px;
  }
  .article-loop .fl-post-feed > .entry {
    padding-left: 42px;
    padding-right: 42px;
  }
  .article-loop .fl-post-feed .fl-post-grid-empty {
    padding-left: 42px;
    padding-right: 42px;
  }
}

@media screen and (min-width: 1920px) {
  .article-loop .fl-post-feed {
    margin: 0 -50px;
  }
  .article-loop .fl-post-feed > .entry {
    padding: 0 50px 114px;
  }
  .article-loop .fl-post-feed .fl-post-grid-empty {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.article-loop__image-wrap {
  position: relative;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .article-loop__image-wrap {
    margin-bottom: 37px;
  }
}

.article-loop__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 70.422535211267606%;
}

.article-loop__image > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.article-loop__image > a > img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform;
}

.article-loop__image:focus > a > img, .article-loop__image:hover > a > img, .article-loop__image.is-hovered > a > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.article-loop__category {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1000;
}

.article-loop__category > a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .article-loop__category > a {
    padding: 13px 20px;
  }
}

.article-loop__category > a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #5692c9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.article-loop__category > a::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.article-loop__category > a:hover::after, .article-loop__category > a:focus::after {
  opacity: 1;
}

.article-loop__title {
  margin: 0;
  padding-bottom: 12px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .article-loop__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .article-loop__title {
    padding-bottom: 16px;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: -0.34px;
  }
}

@media screen and (min-width: 1280px) {
  .article-loop__title {
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: -0.4px;
  }
}

.article-loop__title > a {
  color: #565656;
}

.article-loop__meta {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.31px;
  padding-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .article-loop__meta {
    padding-bottom: 24px;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.4px;
  }
}

.article-loop__meta-sep {
  display: inline-block;
  margin: 0 5px;
}

.article-loop__author > a {
  color: #565656;
}

.article-loop__author > a:hover, .article-loop__author > a:focus {
  color: #003a8c;
}

.article-loop__excerpt {
  padding-bottom: 13px;
}

@media screen and (min-width: 1024px) {
  .article-loop__excerpt {
    padding-bottom: 16px;
  }
}

.article-loop__action > a {
  display: inline-block;
  position: relative;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #5692c9;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding-bottom: 4px;
}

.article-loop__action > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #5692c9;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}

.article-loop__action > a:hover::after, .article-loop__action > a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (max-width: 1023px) {
  .home .article-loop .fl-post-feed > .entry:nth-child(6),
  .home .article-loop .fl-post-feed > .entry:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .home .article-loop .fl-post-feed > .entry:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .searchwp-related .article-loop .fl-post-feed > .entry:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .searchwp-related .article-loop .fl-post-feed > .entry:nth-child(3) {
    display: block;
  }
}

.single__back-action {
  color: #565656;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 1024px) {
  .single__back-action {
    font-weight: 300;
    letter-spacing: 0.6x;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.single__back-action:focus, .single__back-action:hover {
  opacity: 0.35;
}

.single__back-action i {
  font-size: 14px;
  margin-right: 14px;
}

@media screen and (min-width: 1024px) {
  .single__back-action i {
    margin-right: 22px;
    line-height: 24px;
    vertical-align: middle;
  }
}

.single__image-wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .single__image-wrap {
    margin: 0 20px;
  }
}

.single__image img {
  width: 100%;
}

.single__category {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1000;
}

.single__category > a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .single__category > a {
    padding: 13px 20px;
  }
}

.single__category > a::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #5692c9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.single__category > a::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.single__category > a:hover::after, .single__category > a:focus::after {
  opacity: 1;
}

.single__title {
  padding: 33px 20px 0;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .single__title {
    padding-top: 49px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.single__meta {
  padding: 24px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.31px;
}

@media screen and (min-width: 480px) {
  .single__meta {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .single__meta {
    padding-top: 31px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.4px;
  }
}

.single__meta-sep {
  display: inline-block;
  margin: 0 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.single__author {
  padding-top: 5px;
  padding-bottom: 5px;
}

.single__author > a {
  color: #565656;
}

.single__author > a:hover, .single__author > a:focus {
  color: #003a8c;
}

.single__date {
  padding-top: 5px;
  padding-bottom: 5px;
}

.single__avatar {
  width: 48px;
  margin-right: 9px;
}

@media screen and (min-width: 1024px) {
  .single__avatar {
    width: 72px;
    margin-right: 16px;
  }
}

.single__avatar img {
  border-radius: 50%;
}

.single__tags {
  padding: 24px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -4px;
}

.single__tags a {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #565656;
  background-color: #e3eaec;
  border-radius: 6px;
  padding: 16px;
  letter-spacing: 0.3px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 4px;
}

@media screen and (min-width: 1024px) {
  .single__tags a {
    letter-spacing: 0.4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.single__tags a:hover, .single__tags a:focus {
  color: #fff;
  background-color: #5692c9;
}

.single__content {
  padding: 29px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .single__content {
    padding-top: 47px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.single__content .wp-block-image figure:not(.is-resized) img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .single__content .wp-block-image {
    margin-bottom: 40px;
  }
}

.single__content figure.wp-block-image img {
  width: 100%;
}

.single__content p > a:hover, .single__content p > a:focus,
.single__content li > a:hover,
.single__content li > a:focus,
.single__content cite > a:hover,
.single__content cite > a:focus,
.single__content td > a:hover,
.single__content td > a:focus {
  text-decoration: underline;
  color: #565656;
}

.single__content > ul:not(.wp-block-gallery) li {
  position: relative;
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}

.single__content > ul:not(.wp-block-gallery) li::before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  opacity: 0.5;
}

.single__content > ul:not(.wp-block-gallery) li ul {
  padding-top: 10px;
}

.single__content > ol li {
  padding-left: 0.25em;
  margin-left: 1em;
  list-style-type: decimal;
}

.single__content > ol li ol {
  padding-top: 10px;
}

.single__content table td {
  padding: 5px 10px;
  border: 1px solid #5692c9;
}

.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-left: 8px solid #003a8c;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
}

.call-to-action__image {
  margin-left: 24px;
}

.call-to-action__image img {
  max-width: 60px;
}

.call-to-action__text {
  margin-left: 18px;
}

.call-to-action__title {
  color: #003a8c;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 10px;
}

.call-to-action__button {
  position: relative;
  padding: 8px 20px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.6px;
  background-color: #5692c9;
  border-radius: 16px;
  display: inline-block;
}

.call-to-action__button > span {
  z-index: 1;
  position: relative;
  display: block;
  left: 0;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}

.call-to-action__button > span::before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 6px;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: left 300ms ease, opacity 300ms ease;
  transition: left 300ms ease, opacity 300ms ease;
}

.call-to-action__button::after {
  border-radius: 16px;
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.call-to-action__button:hover::after, .call-to-action__button:focus::after {
  opacity: 1;
}

.call-to-action__button:focus span,
.call-to-action__button:hover span {
  left: -7px;
}

.call-to-action__button:focus span::before,
.call-to-action__button:hover span::before {
  left: 100%;
  opacity: 1;
}

.call-to-action__button:hover, .call-to-action__button:focus {
  color: #fff;
}

@media screen and (min-width: 480px) {
  .call-to-action {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .call-to-action {
    margin-bottom: 40px;
  }
}

.sidebar-loop .entry {
  margin-bottom: 8px;
}

.sidebar-loop__single {
  position: relative;
}

.sidebar-loop__overlay-link {
  display: block;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sidebar-loop__overlay-link:hover + .sidebar-loop__container img, .sidebar-loop__overlay-link:focus + .sidebar-loop__container img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.sidebar-loop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar-loop__image {
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  width: 60px;
  padding-top: 50px;
}

@media screen and (min-width: 1110px) {
  .sidebar-loop__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    width: 80px;
    padding-top: 67px;
  }
}

@media screen and (min-width: 1280px) {
  .sidebar-loop__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    padding-top: 83px;
  }
}

@media screen and (min-width: 1440px) {
  .sidebar-loop__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    width: 120px;
    padding-top: 100px;
  }
}

.sidebar-loop__image > a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  height: 100px;
}

.sidebar-loop__image > a > img {
  width: 120px;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform;
}

.sidebar-loop__category > a {
  display: inline-block;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.4px;
}

@media screen and (min-width: 1440px) {
  .sidebar-loop__category > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sidebar-loop__title {
  margin: 0 0 3px;
  font-size: 13px;
  font-size: 1.3rem;
}

.sidebar-loop__title > a {
  color: #565656;
}

@media screen and (min-width: 1440px) {
  .sidebar-loop__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sidebar-loop__meta {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.2px;
}

@media screen and (min-width: 1440px) {
  .sidebar-loop__meta {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.sidebar-loop__meta-sep {
  display: inline-block;
  margin: 0 2px;
}

@media screen and (min-width: 1440px) {
  .sidebar-loop__meta-sep {
    margin: 0 5px;
  }
}

.sidebar-loop__author > a {
  color: #565656;
}

.sidebar-loop__author > a:hover, .sidebar-loop__author > a:focus {
  color: #003a8c;
}

@media screen and (min-width: 1024px) {
  #article-sidebar .fl-col-group:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
  }
}

@media screen and (max-width: 1023px) {
  .grid-filter-wrapper .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-filter-wrapper .fl-row-fixed-width {
    max-width: 100%;
  }
  .grid-filter-wrapper .article-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-filter-wrapper .article-wrapper > .fl-col-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-filter-wrapper .fl-row-content > .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

@media screen and (max-width: 767px) {
  .grid-filter-wrapper .article-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .filter-sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.filter-sidebar__facets .fl-col-content > .fl-module:first-child {
  margin-bottom: 8px;
}

.filter-sidebar__facets .fl-col-content > .fl-module:first-child h3 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .fl-col-group:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
  }
}

@media screen and (max-width: 1023px) {
  .filter-sidebar .newsletter-box {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .article-wrapper .newsletter-box {
    display: none;
  }
}

.author-loop {
  padding-bottom: 70px;
}

.related-posts-intro .fl-row-content-wrap,
.section-intro .fl-row-content-wrap {
  background-image: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
}

/* # Author Box
---------------------------------------------------------------------------------------------------- */
.author-box {
  padding: 16px 0 41px;
  margin: 0 20px;
  border-top: 2px solid #e3eaec;
}

.author-box.author-box--top {
  border-top: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.author-box.author-box--looped {
  border-top: none;
  margin: 0 0 8px;
  padding: 16px;
  background-color: #e3eaec;
}

@media screen and (min-width: 768px) {
  .author-box.author-box--looped {
    padding: 32px;
  }
}

.author-box.author-box--searched {
  background-color: transparent;
  border-bottom: 2px solid #e3eaec;
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .author-box.author-box--searched {
    padding: 48px 0;
  }
}

@media screen and (min-width: 1024px) {
  .author-box {
    padding: 24px 20px 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin: 0;
  }
}

.author-box__avatar {
  float: left;
  padding-right: 10px;
}

@media screen and (min-width: 1024px) {
  .author-box__avatar {
    float: none;
    padding-right: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 186px;
  }
}

@media screen and (min-width: 1440px) {
  .author-box__avatar {
    padding-right: 33px;
  }
}

.author-box__avatar > img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 1024px) {
  .author-box__avatar > img {
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .author-box__text {
    padding-right: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

@media screen and (min-width: 1440px) {
  .author-box__text {
    padding-right: 10%;
  }
}

.author-box__title {
  margin: 5px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.author-box--looped .author-box__title {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .author-box--looped .author-box__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .author-box__title {
    margin-top: 0;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.author-box__title > a {
  color: #565656;
}

.author-box__other {
  display: none;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.4px;
}

@media screen and (min-width: 1024px) {
  .author-box__other {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
    display: block;
  }
}

.author-box--looped .author-box__other {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .author-box--looped .author-box__other {
    margin-top: 0;
  }
}

.author-box__position {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  letter-spacing: 0.31px;
  margin-top: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .author-box__position {
    letter-spacing: 0.4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.author-box--looped .author-box__position {
  margin-top: 8px;
}

.author-box__bio {
  clear: left;
  padding: 13px 0 17px;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .author-box__bio {
    padding: 16px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.author-box--top .author-box__bio,
.author-box--looped .author-box__bio {
  padding-bottom: 0;
}

.author-box:not(.author-box--looped) .author-box__action > a {
  display: inline-block;
  position: relative;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #5692c9;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding-bottom: 4px;
}

.author-box:not(.author-box--looped) .author-box__action > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #5692c9;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}

.author-box:not(.author-box--looped) .author-box__action > a:hover::after, .author-box:not(.author-box--looped) .author-box__action > a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.author-box--looped .author-box__action > a {
  display: inline-block;
  position: relative;
  padding: 8px 20px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.6px;
  background-color: #5692c9;
  border-radius: 16px;
}

.author-box--looped .author-box__action > a > span {
  z-index: 1;
  position: relative;
  display: block;
  left: 0;
  -webkit-transition: left 300ms ease;
  transition: left 300ms ease;
}

.author-box--looped .author-box__action > a > span::before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 100%;
  margin-left: 6px;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: left 300ms ease, opacity 300ms ease;
  transition: left 300ms ease, opacity 300ms ease;
}

.author-box--looped .author-box__action > a::after {
  border-radius: 16px;
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.author-box--looped .author-box__action > a:hover::after, .author-box--looped .author-box__action > a:focus::after {
  opacity: 1;
}

.author-box--looped .author-box__action > a:focus span,
.author-box--looped .author-box__action > a:hover span {
  left: -7px;
}

.author-box--looped .author-box__action > a:focus span::before,
.author-box--looped .author-box__action > a:hover span::before {
  left: 100%;
  opacity: 1;
}

.author-box--looped .author-box__action > a:hover, .author-box--looped .author-box__action > a:focus {
  color: #fff;
}

.author-box__count {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  letter-spacing: normal;
}

@media screen and (min-width: 1024px) {
  .author-box__count {
    display: block;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

/* # Subscribe Form
---------------------------------------------------------------------------------------------------- */
.subscribe-form_wrapper .gfield_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.subscribe-form_wrapper.gform_wrapper {
  margin: 0;
}

.subscribe-form_wrapper.gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
  margin: 0;
}

.subscribe-form_wrapper.gform_wrapper .top_label div.ginput_container {
  margin: 0;
}

.subscribe-form_wrapper.gform_wrapper .gform_footer {
  padding: 0;
  margin: 8px 0 0;
}

.subscribe-form_wrapper.gform_wrapper .gform_footer button.button {
  width: 100%;
  margin: 0 0 8px;
  padding: 10px;
  text-transform: lowercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  background-color: #5692c9;
  color: #fff;
  border: none;
}

.subscribe-form_wrapper.gform_wrapper .gform_footer button.button span::before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  left: 130%;
  margin-top: 2px;
  margin-left: 10px;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: left 300ms ease, opacity 300ms ease;
  transition: left 300ms ease, opacity 300ms ease;
}

.subscribe-form_wrapper.gform_wrapper .gform_footer button.button::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.subscribe-form_wrapper.gform_wrapper .gform_footer button.button:focus span::before,
.subscribe-form_wrapper.gform_wrapper .gform_footer button.button:hover span::before {
  left: 100%;
  opacity: 1;
}

.subscribe-form_wrapper.gform_wrapper .gform_footer button.button:focus::after, .subscribe-form_wrapper.gform_wrapper .gform_footer button.button:hover::after {
  opacity: 1;
}

.subscribe-form_wrapper.gform_wrapper .gform_footer button.button span {
  display: inline-block;
  position: relative;
  z-index: 1000;
}

.subscribe-form_wrapper.gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  padding: 6px 16px;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Muli", sans-serif;
  line-height: 1.85;
  font-weight: 600;
  border: 1px solid #1b1919;
}

/* # Beaver Builder (plugin)
---------------------------------------------------------------------------------------------------- */
.fl-builder:not(.fl-builder-edit) .bb-screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ## Row
----------------------------------------------------- */
@media screen and (min-width: 1110px) {
  .fl-row-fixed-width {
    max-width: 1020px;
  }
}

@media screen and (min-width: 1280px) {
  .fl-row-fixed-width {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1440px) {
  .fl-row-fixed-width {
    max-width: 1310px;
  }
}

@media screen and (min-width: 1678px) {
  .fl-row-fixed-width {
    max-width: 1520px;
  }
}

/* # Beaver Builder Sidebar
---------------------------------------------------------------------------------------------------- */
.fl-module-sidebar .widget {
  margin-bottom: 40px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  background-color: #f7f7f7;
  border-top: 4px solid #444444;
}

.fl-module-sidebar .widget:last-child {
  margin-bottom: 0;
}

/* ## Button
----------------------------------------------------- */
.fl-builder-content .fl-module-button .fl-button:active {
  top: auto;
}

/* ## Advanced Posts
----------------------------------------------------- */
.bb-advancced-posts--light .uabb-thumbnail-position-background .uabb-post-heading,
.bb-advancced-posts--light .uabb-thumbnail-position-background .uabb-post-meta,
.bb-advancced-posts--light .uabb-thumbnail-position-background .uabb-blog-posts-description {
  color: #fff;
}

.bb-advancced-posts--light .uabb-thumbnail-position-background .uabb-read-more-text a {
  color: #fff;
}

/* ## Advanced Menu
----------------------------------------------------- */
.fl-module-uabb-advanced-menu .menu-item-text {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

/* ## Modal
----------------------------------------------------- */
.uabb-modal .uabb-close-custom-popup-top-right {
  right: 10px;
  top: 10px;
  left: auto;
  bottom: auto;
}

@media screen and (min-width: 1024px) {
  .uabb-modal .uabb-close-custom-popup-top-right {
    right: 30px;
    top: 30px;
  }
}

.uabb-modal .fl-photo-img {
  margin: 0;
}

@media screen and (max-width: 479px) {
  .uabb-modal .uabb-content {
    margin: 5% !important;
    width: 90% !important;
  }
  .uabb-modal .uabb-modal-content-data {
    margin: 0 !important;
  }
}

.about-aci-overlay .uabb-modal {
  pointer-events: auto;
  width: 100% !important;
  height: 100%;
  overflow-y: scroll;
  top: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.about-aci-overlay .uabb-modal .uabb-modal-content-data {
  margin-top: 35px;
  margin-bottom: 35px;
}

/* # Search
---------------------------------------------------------------------------------------------------- */
.searchwp-highlight {
  color: #003a8c !important;
}

.search-loop__excerpt .searchwp-highlight,
.author-box__bio .searchwp-highlight {
  font-weight: 700;
}

.total-results {
  font-family: "Muli", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  color: #5692c9;
  padding-top: 10px;
  padding-bottom: 40px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .total-results {
    padding-bottom: 58px;
  }
}

.search-loop {
  border-top: 2px solid #e3eaec;
  padding-bottom: 70px;
}

.search-loop__single {
  padding: 32px 0;
  border-bottom: 2px solid #e3eaec;
}

.search-loop__category {
  padding-bottom: 16px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
}

.search-loop__title {
  padding-bottom: 16px;
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0;
  letter-spacing: -0.4px;
}

.search-loop__title > a {
  color: #565656;
}

.search-loop__meta {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.31px;
}

@media screen and (min-width: 1024px) {
  .search-loop__meta {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.4px;
  }
}

.search-loop__meta-sep {
  display: inline-block;
  margin: 0 5px;
}

.search-loop__author > a {
  color: #565656;
}

.search-loop__author > a:hover, .search-loop__author > a:focus {
  color: #003a8c;
}

.search-loop__excerpt {
  padding-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}

.search-loop__action > a {
  display: inline-block;
  position: relative;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  color: #5692c9;
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding-bottom: 4px;
}

.search-loop__action > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #5692c9;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}

.search-loop__action > a:hover::after, .search-loop__action > a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* # Filters & FacetWP (plugin)
---------------------------------------------------------------------------------------------------- */
.facetwp-template {
  opacity: 0.25;
}

.facetwp-selections .facetwp-selection-label,
.facetwp-selections [data-facet="categories"],
.facetwp-selections [data-facet="dates"],
.facetwp-selections [data-facet="authors"],
.facetwp-selections [data-facet="keyword"] {
  display: none;
}

.filter-sidebar__toggle {
  background-color: #e3eaec;
  padding: 2px;
}

.filter-sidebar__button {
  background-color: transparent;
  display: block;
  width: 100%;
  outline: 0;
  border: none;
  cursor: pointer;
  text-align: left;
  height: 64px;
  line-height: 64px;
  padding: 0 0 0 68px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .filter-sidebar__button {
    padding-left: 81px;
  }
}

.filter-sidebar__button::before {
  content: "";
  background-image: url("static/images/filters.png");
  width: 32px;
  height: 32px;
  background-size: contain;
  position: absolute;
  left: 25px;
  top: 16px;
}

@media screen and (min-width: 768px) {
  .filter-sidebar__button::before {
    left: 38px;
  }
}

.filter-sidebar__button::after {
  float: right;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  font-size: 12px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 26px;
}

@media screen and (min-width: 768px) {
  .filter-sidebar__button::after {
    margin-right: 38px;
  }
}

.filter-sidebar--active .filter-sidebar__button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-sidebar__button:focus {
  outline: 0;
}

#filter-sidebar .filter-sidebar__facets {
  display: none;
}

@media screen and (min-width: 1024px) {
  #filter-sidebar .filter-sidebar__facets {
    display: block !important;
  }
}

.filter-sidebar .facetwp-search {
  padding: 24px 90px 24px 68px;
  font-family: "Muli", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444444;
  border: none;
  background-image: url("static/images/search.svg");
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 24px 24px;
  -webkit-transition: background-image 300ms ease;
  transition: background-image 300ms ease;
}

.filter-sidebar .facetwp-search:hover, .filter-sidebar .facetwp-search:focus {
  background-image: url("static/images/search-hover.svg");
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-search {
    background-position: 38px center;
    padding: 24px 90px 24px 88px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-search {
    background-position: 9% center;
    padding: 26px 90px 26px 20%;
  }
}

.filter-sidebar .facetwp-search::-webkit-input-placeholder {
  font-style: italic;
}

.filter-sidebar .facetwp-search::-ms-input-placeholder {
  font-style: italic;
}

.filter-sidebar .facetwp-search::placeholder {
  font-style: italic;
}

.filter-sidebar .facetwp-search-wrap {
  display: block;
}

.filter-sidebar .facetwp-type-search {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-type-search--active .facetwp-btn {
    opacity: 1;
    visibility: visible;
  }
}

.filter-sidebar .facetwp-btn {
  visibility: hidden;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-style: normal;
  text-transform: uppercase;
  -webkit-transition: opacity 300ms ease, color 300ms ease, padding-right 300ms ease;
  transition: opacity 300ms ease, color 300ms ease, padding-right 300ms ease;
  color: #5692c9;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  will-change: padding;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.filter-sidebar .facetwp-btn:hover, .filter-sidebar .facetwp-btn:focus {
  color: #fff;
}

.filter-sidebar .facetwp-btn::before {
  background: none;
  width: auto;
  height: auto;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  right: 0;
  opacity: 0;
  -webkit-transition: right 300ms ease, opacity 300ms ease;
  transition: right 300ms ease, opacity 300ms ease;
}

.filter-sidebar .facetwp-btn::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.filter-sidebar .facetwp-btn:focus, .filter-sidebar .facetwp-btn:hover {
  color: #fff;
  padding-right: 25px;
}

.filter-sidebar .facetwp-btn:focus::before, .filter-sidebar .facetwp-btn:hover::before {
  right: 10px;
  opacity: 1;
}

.filter-sidebar .facetwp-btn:focus::after, .filter-sidebar .facetwp-btn:hover::after {
  opacity: 1;
}

.filter-sidebar h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1.75px;
  padding: 0 24px 13px;
}

@media screen and (min-width: 768px) {
  .filter-sidebar h3 {
    padding: 0 40px 13px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar h3 {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1.88px;
    padding: 0 9% 13px;
  }
}

.filter-sidebar .facetwp-type-date_range {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-type-date_range {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-type-date_range {
    padding: 0 9%;
  }
}

.filter-sidebar .facetwp-type-date_range .facetwp-date {
  width: 47.5%;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Muli", sans-serif;
  letter-spacing: 0.93px;
  font-weight: 300;
  padding: 5px;
  text-align: center;
}

.filter-sidebar .facetwp-type-date_range .facetwp-date-min {
  margin-right: 5%;
}

.filter-sidebar .facetwp-facet-tags {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -4px;
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-facet-tags {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-facet-tags {
    padding: 0 9%;
  }
}

.filter-sidebar .facetwp-facet-tags .facetwp-checkbox {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #565656;
  background-image: none;
  background-color: #e3eaec;
  border-radius: 6px;
  padding: 16px;
  letter-spacing: 0.3px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 4px;
  opacity: 1;
  -webkit-transition: color 300ms ease, background-color 300ms ease, opacity 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, opacity 300ms ease;
}

@media screen and (min-width: 1440px) {
  .filter-sidebar .facetwp-facet-tags .facetwp-checkbox {
    letter-spacing: 0.4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.filter-sidebar .facetwp-facet-tags .facetwp-checkbox .facetwp-counter {
  display: none;
}

.filter-sidebar .facetwp-facet-tags .facetwp-checkbox.checked {
  color: #fff;
  background-color: #5692c9;
}

.filter-sidebar .facetwp-facet-tags .facetwp-checkbox.disabled {
  opacity: 0.4;
}

.filter-sidebar .facetwp-facet-tags .facetwp-checkbox:hover, .filter-sidebar .facetwp-facet-tags .facetwp-checkbox:focus {
  opacity: 0.35;
}

.filter-sidebar .facetwp-facet-tags .facetwp-toggle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-left: 4px;
  padding: 0;
}

.filter-sidebar .facetwp-facet-tags .facetwp-overflow:not(.facetwp-hidden) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

.filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox {
  padding: 5px 48px 5px 24px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Muli", sans-serif;
  letter-spacing: 0.93px;
  font-weight: 300;
  background: none;
  -webkit-transition: background 300ms ease, color 300ms ease;
  transition: background 300ms ease, color 300ms ease;
}

.filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox.checked {
  background-image: url("static/images/close-filter.svg");
  background-repeat: no-repeat;
  background-position: 6px center;
  background-color: #5692c9;
  color: #fff;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox.checked {
    background-position: 14px center;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox.checked {
    background-position: 3% center;
  }
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox {
    padding: 5px 48px 5px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox {
    padding: 5px 18% 5px 9%;
  }
}

.filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox .facetwp-counter {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox .facetwp-counter {
    right: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-type-checkboxes:not(.facetwp-facet-tags) .facetwp-checkbox .facetwp-counter {
    right: 9%;
  }
}

.filter-sidebar .facetwp-toggle {
  margin-top: 10px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  text-transform: lowercase;
  text-decoration: underline;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-toggle {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-toggle {
    padding: 0 9%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.filter-sidebar .facetwp-reset {
  margin: 0 20px;
  font-family: "Muli", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #fa3434;
  font-size: 13px;
  font-size: 1.3rem;
  background: transparent;
  outline: 0;
  letter-spacing: 0.4px;
  border: none;
  cursor: pointer;
  padding: 0;
}

.filter-sidebar .facetwp-reset:hover, .filter-sidebar .facetwp-reset:focus {
  color: #565656;
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-reset {
    margin: 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-reset {
    margin: 0 9%;
  }
}

.filter-sidebar .facetwp-type-alpha {
  margin-left: -4px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .filter-sidebar .facetwp-type-alpha {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-type-alpha {
    padding: 0 9%;
    margin-left: 0;
  }
}

.filter-sidebar .facetwp-alpha {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #565656;
  padding: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  opacity: 0.35;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

@media screen and (min-width: 1024px) {
  .filter-sidebar .facetwp-alpha {
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.filter-sidebar .facetwp-alpha.selected {
  color: #5692c9;
  font-weight: 800;
  opacity: 1;
}

.filter-sidebar .facetwp-alpha.selected:hover, .filter-sidebar .facetwp-alpha.selected:focus {
  opacity: 0.7;
}

.filter-sidebar .facetwp-alpha.available {
  opacity: 1;
}

.filter-sidebar .facetwp-alpha.available:hover, .filter-sidebar .facetwp-alpha.available:focus {
  opacity: 0.7;
}

.article-wrapper .facetwp-selections li[data-facet="tags"] {
  padding-bottom: 8px;
}

.article-wrapper .facetwp-selections .facetwp-selection-value {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  color: #565656;
  background-color: #e3eaec;
  border-radius: 6px;
  padding: 16px 48px 16px 16px;
  margin-bottom: 8px;
  letter-spacing: 0.3px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-image: none;
  position: relative;
}

@media screen and (min-width: 1440px) {
  .article-wrapper .facetwp-selections .facetwp-selection-value {
    letter-spacing: 0.4px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.article-wrapper .facetwp-selections .facetwp-selection-value::after {
  display: block;
  content: "";
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("static/images/close.svg");
  background-size: 20px 20px;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.article-wrapper .facetwp-selections .facetwp-selection-value:hover::after, .article-wrapper .facetwp-selections .facetwp-selection-value:focus::after {
  opacity: 0.35;
}

.article-wrapper .facetwp-pager {
  text-align: right;
  font-family: "Muli", sans-serif;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}

.article-wrapper .facetwp-pager-label {
  text-transform: lowercase;
  font-weight: 800;
  color: #5692c9;
  margin-right: 4px;
}

.article-wrapper .facetwp-pager-sep {
  margin-right: 4px;
}

.article-wrapper .facetwp-page,
.article-wrapper .facetwp-paged {
  color: #565656;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  margin-right: 4px;
}

.article-wrapper .facetwp-page:hover, .article-wrapper .facetwp-page:focus,
.article-wrapper .facetwp-paged:hover,
.article-wrapper .facetwp-paged:focus {
  opacity: 0.35;
}

.article-wrapper .facetwp-page.active,
.article-wrapper .facetwp-paged.active {
  opacity: 1;
  color: #5692c9;
  font-weight: 600;
}

.article-wrapper .facetwp-paged {
  display: inline-block;
  padding: 0px 4px;
  cursor: pointer;
}

.article-wrapper .facetwp-paged.active {
  cursor: default;
}

.article-wrapper .facetwp-pager-previous,
.article-wrapper .facetwp-pager-next {
  font-size: 13px;
  font-size: 1.3rem;
  vertical-align: middle;
}

.search .facet-wrap {
  display: none;
}

/* # Gravity Forms (plugin)
---------------------------------------------------------------------------------------------------- */
.gform_ajax_spinner {
  width: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.gform_footer {
  position: relative;
}

.gform_confirmation_message {
  text-align: center;
}

/* # Helpers
---------------------------------------------------------------------------------------------------- */
.has-light-color {
  color: #fff;
}

.has-light-background-color {
  background-color: #fff;
}

.has-dark-color {
  color: #565656;
}

.has-dark-background-color {
  background-color: #565656;
}

.has-gray-darker-color {
  color: #1b1919;
}

.has-gray-darker-background-color {
  background-color: #1b1919;
}

.has-gray-dark-color {
  color: #444444;
}

.has-gray-dark-background-color {
  background-color: #444444;
}

.has-gray-light-color {
  color: #e3eaec;
}

.has-gray-light-background-color {
  background-color: #e3eaec;
}

.has-gray-lighter-color {
  color: #f7f7f7;
}

.has-gray-lighter-background-color {
  background-color: #f7f7f7;
}

.has-primary-color {
  color: #5692c9;
}

.has-primary-background-color {
  background-color: #5692c9;
}

.has-secondary-color {
  color: #003a8c;
}

.has-secondary-background-color {
  background-color: #003a8c;
}

.has-success-color {
  color: #28a745;
}

.has-success-background-color {
  background-color: #28a745;
}

.has-warning-color {
  color: #ffc107;
}

.has-warning-background-color {
  background-color: #ffc107;
}

.has-danger-color {
  color: #fa3434;
}

.has-danger-background-color {
  background-color: #fa3434;
}

.has-h1-size {
  font-size: 36px;
  font-size: 3.6rem;
}

.has-h2-size {
  font-size: 28px;
  font-size: 2.8rem;
}

.has-h3-size {
  font-size: 26px;
  font-size: 2.6rem;
}

.has-h4-size {
  font-size: 24px;
  font-size: 2.4rem;
}

.has-h5-size {
  font-size: 22px;
  font-size: 2.2rem;
}

.has-h6-size {
  font-size: 20px;
  font-size: 2rem;
}

/* # WP Blocks
---------------------------------------------------------------------------------------------------- */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}

.editor-block-list__layout .reusable-block-edit-panel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f9f9;
  color: #555d66;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  position: relative;
  top: -14px;
  margin: 0 -14px;
  padding: 8px 14px;
  position: relative;
  z-index: 7;
}

.editor-block-list__layout .editor-block-list__layout .reusable-block-edit-panel {
  margin: 0 -14px;
  padding: 8px 14px;
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
  margin: 0 5px;
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
  margin-right: auto;
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
  margin-right: 8px;
  white-space: nowrap;
  font-weight: 600;
}

.editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 14px;
  height: 30px;
  margin: 4px 0 8px;
}

.editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 960px) {
  .editor-block-list__layout .reusable-block-edit-panel {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    margin: 0;
  }
  .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    margin: 0 0 0 5px;
  }
}

.editor-block-list__layout .reusable-block-indicator {
  background: #fff;
  border-left: 1px dashed #e2e4e7;
  color: #555d66;
  border-bottom: 1px dashed #e2e4e7;
  top: -14px;
  height: 30px;
  padding: 4px;
  position: absolute;
  z-index: 1;
  width: 30px;
  right: -14px;
}

.wp-block-button {
  color: #fff;
  margin-bottom: 1.5em;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.wp-block-button.alignright {
  /*rtl:ignore*/
  text-align: right;
}

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word;
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  color: inherit;
}

.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.is-style-outline {
  color: #32373c;
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid currentcolor;
}

.wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}

.wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 1em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .wp-block-column {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

@media screen and (min-width: 768px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 32px;
  }
  .wp-block-column:nth-child(even) {
    margin-left: 32px;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 32px;
  }
}

.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wp-block-cover-image.has-left-content h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left;
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wp-block-cover-image.has-right-content h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right;
}

.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 610px;
  padding: 14px;
  text-align: center;
}

.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:hover,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover h2 a,
.wp-block-cover h2 a:hover,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:active,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:active {
  color: #fff;
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}

.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: inherit;
  opacity: 0.5;
  z-index: 1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10::before,
.wp-block-cover.has-background-dim.has-background-dim-10::before {
  opacity: 0.1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20::before,
.wp-block-cover.has-background-dim.has-background-dim-20::before {
  opacity: 0.2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30::before,
.wp-block-cover.has-background-dim.has-background-dim-30::before {
  opacity: 0.3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40::before,
.wp-block-cover.has-background-dim.has-background-dim-40::before {
  opacity: 0.4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50::before,
.wp-block-cover.has-background-dim.has-background-dim-50::before {
  opacity: 0.5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60::before,
.wp-block-cover.has-background-dim.has-background-dim-60::before {
  opacity: 0.6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70::before,
.wp-block-cover.has-background-dim.has-background-dim-70::before {
  opacity: 0.7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80::before,
.wp-block-cover.has-background-dim.has-background-dim-80::before {
  opacity: 0.8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90::before,
.wp-block-cover.has-background-dim.has-background-dim-90::before {
  opacity: 0.9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100::before,
.wp-block-cover.has-background-dim.has-background-dim-100::before {
  opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-cover-image::after,
.wp-block-cover::after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    content: none;
  }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.editor-block-list__block[data-type="core/embed"][data-align="left"] .editor-block-list__block-edit,
.editor-block-list__block[data-type="core/embed"][data-align="right"] .editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed {
  margin-bottom: 1em;
}

.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.wp-block-file {
  margin-bottom: 1.5em;
}

.wp-block-file.aligncenter {
  text-align: center;
}

.wp-block-file.alignright {
  /*rtl:ignore*/
  text-align: right;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 13px;
  padding: 0.5em 1em;
}

.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}

.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}

.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}

.wp-block-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 16px 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image figure,
  .wp-block-gallery .blocks-gallery-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery .blocks-gallery-image img,
  .wp-block-gallery .blocks-gallery-item img {
    width: auto;
  }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 60%, transparent);
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - 16px) / 2);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
  margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc((100% - 16px * 2) / 3);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc((100% - 16px * 3) / 4);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc((100% - 16px * 4) / 5);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc((100% - 16px * 5) / 6);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc((100% - 16px * 6) / 7);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc((100% - 16px * 7) / 8);
    margin-right: 16px;
  }
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0;
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
  width: 100%;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 305px;
  width: 100%;
}

.wp-block-gallery.alignleft, .wp-block-gallery.aligncenter, .wp-block-gallery.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img {
  max-width: 100%;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
  display: table;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1em;
}

.wp-block-image .alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1em;
}

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

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  margin-left: 52px;
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px;
}

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px;
}

.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}

.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}

.wp-block-latest-posts.is-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px);
  }
}

.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}

.wp-block-media-text {
  display: grid;
}

.wp-block-media-text {
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "media-text-media media-text-content";
  grid-template-columns: 50% auto;
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-areas: "media-text-content media-text-media";
  grid-template-columns: auto 50%;
}

.wp-block-media-text .wp-block-media-text__media {
  grid-area: media-text-media;
  margin: 0;
}

.wp-block-media-text .wp-block-media-text__content {
  word-break: break-word;
  grid-area: media-text-content;
  padding: 0 8% 0 8%;
}

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}

/*
  * Here we here not able to use a mobile first CSS approach.
  * Custom widths are set using inline styles, and on mobile,
  * we need 100% width, so we use important to overwrite the inline style.
  * If the style were set on mobile first, on desktop styles,
  * we would have no way of setting the style again to the inline style.
  */
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
    grid-template-areas: "media-text-media" "media-text-content";
  }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-areas: "media-text-content" "media-text-media";
  }
}

p.is-small-text {
  font-size: 14px;
}

p.is-regular-text {
  font-size: 16px;
}

p.is-large-text {
  font-size: 36px;
}

p.is-larger-text {
  font-size: 48px;
}

p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}

p.has-background {
  padding: 20px 30px;
}

p.has-text-color a {
  color: inherit;
}

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
}

.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 305px;
}

.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px;
}

.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6;
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}

.wp-block-pullquote .has-text-color a {
  color: inherit;
}

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}

.wp-block-pullquote.is-style-solid-color {
  border: none;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  max-width: 60%;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}

.wp-block-pullquote cite {
  color: inherit;
}

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em;
}

.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}

.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 18px;
  text-align: right;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
}

.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}

.wp-block-table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
  display: table;
  width: auto;
}

.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f3f4f5;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f3f4f5;
}

.wp-block-table.is-style-stripes td {
  border-color: transparent;
}

.wp-block-text-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-text-columns.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0;
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: calc(100% / 2);
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: calc(100% / 3);
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: calc(100% / 4);
}

pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
}

.wp-block-video {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-video video {
  max-width: 100%;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.wp-block-video.aligncenter {
  text-align: center;
}

.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px;
}

.has-pale-pink-background-color.has-pale-pink-background-color {
  background-color: #f78da7;
}

.has-vivid-red-background-color.has-vivid-red-background-color {
  background-color: #cf2e2e;
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
  background-color: #00d084;
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
  background-color: #313131;
}

.has-pale-pink-color.has-pale-pink-color {
  color: #f78da7;
}

.has-vivid-red-color.has-vivid-red-color {
  color: #cf2e2e;
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-very-light-gray-color.has-very-light-gray-color {
  color: #eee;
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color.has-very-dark-gray-color {
  color: #313131;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px;
}

/* # Misc.
---------------------------------------------------------------------------------------------------- */
.twitter-timeline {
  z-index: 1000;
}

.twitter-timeline #ctf .ctf-header-name {
  font-family: "Muli", sans-serif;
  font-weight: 800;
}

.twitter-timeline #ctf .ctf-author-name {
  display: none;
}

.twitter-timeline #ctf .ctf-author-screenname {
  margin-left: 0;
}

.twitter-timeline #ctf #ctf-more {
  font-family: "Muli", sans-serif;
  font-weight: 600;
  border-radius: 6px;
  color: #565656;
  background-color: #e3eaec;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}

.twitter-timeline #ctf #ctf-more:hover, .twitter-timeline #ctf #ctf-more:focus {
  color: #fff;
  background-color: #5692c9;
}

.twitter-timeline #ctf .ctf-header .ctf-header-follow {
  font-family: "Muli", sans-serif;
  font-weight: 800;
  font-size: 13px;
  font-size: 1.3rem;
}

@media screen and (max-width: 1023px) {
  .homepage-icon.fl-module-image-icon .uabb-icon-wrap .uabb-icon i, .homepage-icon.fl-module-image-icon .uabb-icon-wrap .uabb-icon i::before {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
  }
}

#popular-destinations-icon i {
  background-image: url("static/images/popular-destinations-icon.png");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 54% 50%;
}

@media screen and (min-width: 1024px) {
  #popular-destinations-icon i {
    background-size: 52px;
  }
}

#recent-arrivals-icon i {
  background-image: url("static/images/recent-arrivals-icon.png");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position: 50% 50%;
}

@media screen and (min-width: 1024px) {
  #recent-arrivals-icon i {
    background-size: 64px;
  }
}

#categories-grid .fl-row-content {
  padding: 0 20px;
}

#categories-grid .categories-grid__title .fl-col-content {
  background-color: #003a8c;
}

#categories-grid .fl-col-group:first-child > .fl-col:nth-last-child(3) {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  #categories-grid .fl-col-group:first-child > .fl-col:nth-last-child(3) {
    width: 33.33%;
    max-width: 33.33%;
  }
}

#categories-grid .fl-col:not(.categories-grid__title) {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  #categories-grid .fl-col:not(.categories-grid__title) {
    width: 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  #categories-grid .fl-col:not(.categories-grid__title) {
    width: 33.33%;
    max-width: 33.33%;
  }
}

#categories-grid .fl-col.categories-grid__title {
  width: auto;
}

#categories-grid .fl-col {
  max-width: 100%;
  background-color: #5692c9;
}

#categories-grid .fl-col .fl-col-content {
  height: 236px;
}

@media screen and (min-width: 1024px) {
  #categories-grid .fl-col .fl-col-content {
    height: 225px;
  }
}

@media screen and (min-width: 1110px) {
  #categories-grid .fl-col .fl-col-content {
    height: 259px;
  }
}

@media screen and (min-width: 1280px) {
  #categories-grid .fl-col .fl-col-content {
    height: 259px;
  }
}

@media screen and (min-width: 1440px) {
  #categories-grid .fl-col .fl-col-content {
    height: 291px;
  }
}

@media screen and (min-width: 1920px) {
  #categories-grid .fl-col .fl-col-content {
    height: 340px;
  }
}

#categories-grid .fl-button-text {
  position: relative;
  z-index: 1000;
}

#categories-grid .fl-button {
  position: relative;
  border: none;
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  #categories-grid .fl-button {
    width: 75%;
  }
}

#categories-grid .fl-button::after {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(314.88deg, #003A8C 0%, #5692C9 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

#categories-grid .fl-button:hover::after, #categories-grid .fl-button:focus::after {
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  #categories-grid .fl-button {
    font-size: 13px;
  }
}

@media screen and (max-width: 1023px) {
  #categories-grid .fl-button {
    font-size: 16px;
  }
}

.et_monarch .et_social_popup_content, .et_monarch .et_social_flyin, .et_monarch .et_social_networks, .et_monarch .et_social_sidebar_networks, .et_monarch .et_social_networks div, .et_monarch .et_social_sidebar_networks div, .et_monarch .et_social_networks span, .et_monarch .et_social_sidebar_networks span, .et_monarch .et_social_networks h2, .et_monarch .et_social_sidebar_networks h2, .et_monarch .et_social_networks h3, .et_monarch .et_social_sidebar_networks h3, .et_monarch .et_social_networks h4, .et_monarch .et_social_sidebar_networks h4, .et_monarch .et_social_networks p, .et_monarch .et_social_sidebar_networks p, .et_monarch .et_social_networks a, .et_monarch .et_social_sidebar_networks a, .et_monarch .et_social_networks font, .et_monarch .et_social_sidebar_networks font, .et_monarch .et_social_networks img, .et_monarch .et_social_sidebar_networks img, .et_monarch .et_social_networks strike, .et_monarch .et_social_sidebar_networks strike, .et_monarch .et_social_networks strong, .et_monarch .et_social_sidebar_networks strong, .et_monarch .et_social_networks b, .et_monarch .et_social_sidebar_networks b, .et_monarch .et_social_networks u, .et_monarch .et_social_sidebar_networks u, .et_monarch .et_social_networks i, .et_monarch .et_social_sidebar_networks i, .et_monarch .et_social_networks ol, .et_monarch .et_social_sidebar_networks ol, .et_monarch .et_social_networks ul, .et_monarch .et_social_sidebar_networks ul, .et_monarch .et_social_networks li, .et_monarch .et_social_sidebar_networks li, .et_monarch .widget_monarchwidget li, .et_monarch .widget .et_social_networks li, .et_monarch .widget_text .et_social_networks li, .et_monarch .widget_monarchwidget li:before, .et_monarch .widget_monarchwidget li:after, .et_monarch .et_social_popup_content h3, .et_monarch .et_social_popup_content p, .et_monarch .et_social_popup_content:after, .et_monarch .et_social_flyin h3, .et_monarch .et_social_flyin p, .et_monarch .et_social_flyin:after, .et_monarch .et_social_pinterest_window h3, .et_monarch .et_social_mobile, .et_monarch .et_social_mobile_button, .et_monarch .et_social_heading {
  font-family: "Muli", sans-serif !important;
  font-weight: 800 !important;
}

.et_social_heading {
  text-transform: uppercase !important;
}

/* # Animate
---------------------------------------------------------------------------------------------------- */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* # Hamburger Toggle
---------------------------------------------------------------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 28px;
  height: 21px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 28px;
  height: 3px;
  background-color: #5692c9;
  border-radius: 1.5px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -9px;
}

.hamburger-inner::after {
  bottom: -9px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ## Customizations
----------------------------------------------------- */
.menu-toggle .hamburger-box {
  margin: 2px;
}

.menu-toggle .hamburger-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.menu-toggle:not(.is-active) .hamburger-inner::after {
  -webkit-transform: scale(0.65, 1) translateX(-26.92308%);
          transform: scale(0.65, 1) translateX(-26.92308%);
}

/* # Font Awesome
---------------------------------------------------------------------------------------------------- */
/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT 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);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
          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);
          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: 2.5em;
}

.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-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.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-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.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-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.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-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.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-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-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.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-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.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-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-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.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-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.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-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.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-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.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-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.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-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.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-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.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-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.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-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.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-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.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-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.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-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.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-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.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-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.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-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.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-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.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-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.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-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.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-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.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-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.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-open:before {
  content: "\f3c1";
}

.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-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.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-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.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-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.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-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.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-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.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-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.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-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.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-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.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-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.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-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.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-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.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-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.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-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.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-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.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-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.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-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.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-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.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-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.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-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.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-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.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-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.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-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.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-wind:before {
  content: "\f72e";
}

.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-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.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-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.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-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("static/fonts/font-awesome//fa-solid-900.eot");
  src: url("static/fonts/font-awesome//fa-solid-900.eot?#iefix") format("embedded-opentype"), url("static/fonts/font-awesome//fa-solid-900.woff2") format("woff2"), url("static/fonts/font-awesome//fa-solid-900.woff") format("woff"), url("static/fonts/font-awesome//fa-solid-900.ttf") format("truetype"), url("static/fonts/font-awesome//fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("static/fonts/font-awesome//fa-regular-400.eot");
  src: url("static/fonts/font-awesome//fa-regular-400.eot?#iefix") format("embedded-opentype"), url("static/fonts/font-awesome//fa-regular-400.woff2") format("woff2"), url("static/fonts/font-awesome//fa-regular-400.woff") format("woff"), url("static/fonts/font-awesome//fa-regular-400.ttf") format("truetype"), url("static/fonts/font-awesome//fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.6.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("static/fonts/font-awesome//fa-brands-400.eot");
  src: url("static/fonts/font-awesome//fa-brands-400.eot?#iefix") format("embedded-opentype"), url("static/fonts/font-awesome//fa-brands-400.woff2") format("woff2"), url("static/fonts/font-awesome//fa-brands-400.woff") format("woff"), url("static/fonts/font-awesome//fa-brands-400.ttf") format("truetype"), url("static/fonts/font-awesome//fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* Print Styles
---------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")" !important;
    opacity: 1 !important;
    position: static !important;
    z-index: auto !important;
    text-transform: lowercase !important;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  a.custom-logo-link::after,
  .site-footer a::after {
    content: "" !important;
  }
  .call-to-action__button {
    padding: 0 !important;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    page-break-inside: avoid;
  }
  button,
  input,
  select,
  textarea,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .hidden-print,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  #article-sidebar,
  .single__back-action,
  .single__author-box-action,
  .related-posts-intro,
  .searchwp-related {
    display: none !important;
  }
  .gt-site-header {
    padding-bottom: 20px !important;
  }
  .article-loop {
    margin-top: 0 !important;
  }
  .featured-article {
    margin-top: 40px !important;
  }
  .article-loop__image > a,
  .featured-article__image > a {
    position: static !important;
  }
  .article-loop__image,
  .featured-article__image {
    padding-top: 0 !important;
  }
  .single__category,
  .featured-article__category,
  .article-loop__category {
    padding-top: 20px !important;
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .single__category a,
  .single__tags a,
  .featured-article__category a,
  .article-loop__category a {
    padding: 0 !important;
  }
  .single__category a::before,
  .featured-article__category a::before,
  .article-loop__category a::before {
    content: "Category: ";
    position: static !important;
    z-index: auto !important;
  }
  .single__tags a::before {
    content: "Tag: ";
  }
  .single__image-wrap {
    margin: 0 20px !important;
  }
  .site-footer .fl-row-content-wrap {
    padding-top: 0 !important;
  }
  .section-intro .fl-row-content-wrap {
    padding-bottom: 20px !important;
  }
  #categories-grid .fl-col .fl-col-content {
    height: auto !important;
    margin-bottom: 20px !important;
  }
  #categories-grid .fl-col {
    max-width: 100% !important;
    width: 100% !important;
  }
  .article-loop__image,
  #categories-grid .fl-col .fl-col-content,
  .single__author-box,
  .site-footer {
    page-break-inside: avoid;
  }
  .section-intro {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
