﻿/*!
Theme Name: Army Run
Text Domain: armyrun
Version: 2.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Author: Spruce Creative
Author URI: http://www.sprucecreative.ca
Theme URI: http://www.sprucecreative.ca/

License: GNU General Public License v2 or later
License URI: LICENSE

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.



Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
::selection {
  color: #fff;
  background-color: var(--color-primary);
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2rem;
  margin: 0.67rem 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5rem;
}
sub {
  bottom: -0.25rem;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1rem 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
} /*!
 * Font Awesome Free 5.14.0 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: 400;
  font-display: block;
  src: url("fonts/fa-brands-400.eot");
  src: url("fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("fonts/fa-brands-400.woff2") format("woff2"),
    url("fonts/fa-brands-400.woff") format("woff"),
    url("fonts/fa-brands-400.ttf") format("truetype"),
    url("fonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fonts/fa-solid-900.eot");
  src: url("fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("fonts/fa-solid-900.woff2") format("woff2"),
    url("fonts/fa-solid-900.woff") format("woff"),
    url("fonts/fa-solid-900.ttf") format("truetype"),
    url("fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("fonts/fa-regular-400.woff2") format("woff2"),
    url("fonts/fa-regular-400.woff") format("woff"),
    url("fonts/fa-regular-400.ttf") format("truetype"),
    url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.fa,
.ar-fa > a,
.ar-fa > a::before,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa-regular,
.ar-fa-regular > a,
.ar-fa-regular > a::before,
.fas-regular {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fab,
.ar-fab a {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.ar-fab > a,
.ar-fa a {
  -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,
.ar-fa-lg a {
  font-size: 1.33333rem;
  line-height: 0.75rem;
  vertical-align: -0.0667rem;
}
.fa-xs,
.ar-fa-xs a {
  font-size: 0.75rem;
}
.fa-sm,
.ar-fa-sm a {
  font-size: 0.875rem;
}
.fa-1x,
.ar-fa-1x a {
  font-size: 1rem;
}
.fa-2x,
.ar-fa-2x a {
  font-size: 2rem;
}
.fa-3x,
.ar-fa-3x a {
  font-size: 3rem;
}
.fa-4x,
.ar-fa-4x a {
  font-size: 4rem;
}
.fa-5x,
.ar-fa-5x a {
  font-size: 5rem;
}
.fa-6x,
.ar-fa-6x a {
  font-size: 6rem;
}
.fa-7x,
.ar-fa-7x a {
  font-size: 7rem;
}
.fa-8x,
.ar-fa-8x a {
  font-size: 8rem;
}
.fa-9x,
.ar-fa-9x a {
  font-size: 9rem;
}
.fa-10x,
.ar-fa-10x a {
  font-size: 10rem;
}
.fa-fw,
.ar-fa-fw a {
  text-align: center;
  width: 1.25rem;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5rem;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2rem;
  position: absolute;
  text-align: center;
  width: 2rem;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08rem #eee;
  border-radius: 0.1rem;
  padding: 0.2rem 0.25rem 0.15rem;
}
.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: 0.3rem;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3rem;
}
.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-both,
.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,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  position: relative;
  vertical-align: middle;
  width: 2.5rem;
}
.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: 2rem;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "";
}
.ar-fa-accessible-icon > a::before,
.fa-accessible-icon:before {
  content: "";
}
.ar-fa-accusoft > a::before,
.fa-accusoft:before {
  content: "";
}
.ar-fa-acquisitions-incorporated > a::before,
.fa-acquisitions-incorporated:before {
  content: "";
}
.ar-fa-ad > a::before,
.fa-ad:before {
  content: "";
}
.ar-fa-address-book > a::before,
.fa-address-book:before {
  content: "";
}
.ar-fa-address-card > a::before,
.fa-address-card:before {
  content: "";
}
.ar-fa-adjust > a::before,
.fa-adjust:before {
  content: "";
}
.ar-fa-adn > a::before,
.fa-adn:before {
  content: "";
}
.ar-fa-adobe > a::before,
.fa-adobe:before {
  content: "";
}
.ar-fa-adversal > a::before,
.fa-adversal:before {
  content: "";
}
.ar-fa-affiliatetheme > a::before,
.fa-affiliatetheme:before {
  content: "";
}
.ar-fa-air-freshener > a::before,
.fa-air-freshener:before {
  content: "";
}
.ar-fa-airbnb > a::before,
.fa-airbnb:before {
  content: "";
}
.ar-fa-algolia > a::before,
.fa-algolia:before {
  content: "";
}
.ar-fa-align-center > a::before,
.fa-align-center:before {
  content: "";
}
.ar-fa-align-justify > a::before,
.fa-align-justify:before {
  content: "";
}
.ar-fa-align-left > a::before,
.fa-align-left:before {
  content: "";
}
.ar-fa-align-right > a::before,
.fa-align-right:before {
  content: "";
}
.ar-fa-alipay > a::before,
.fa-alipay:before {
  content: "";
}
.ar-fa-allergies > a::before,
.fa-allergies:before {
  content: "";
}
.ar-fa-amazon > a::before,
.fa-amazon:before {
  content: "";
}
.ar-fa-amazon-pay > a::before,
.fa-amazon-pay:before {
  content: "";
}
.ar-fa-ambulance > a::before,
.fa-ambulance:before {
  content: "";
}
.ar-fa-american-sign-language-interpreting > a::before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.ar-fa-amilia > a::before,
.fa-amilia:before {
  content: "";
}
.ar-fa-anchor > a::before,
.fa-anchor:before {
  content: "";
}
.ar-fa-android > a::before,
.fa-android:before {
  content: "";
}
.ar-fa-angellist > a::before,
.fa-angellist:before {
  content: "";
}
.ar-fa-angle-double-down > a::before,
.fa-angle-double-down:before {
  content: "";
}
.ar-fa-angle-double-left > a::before,
.fa-angle-double-left:before {
  content: "";
}
.ar-fa-angle-double-right > a::before,
.fa-angle-double-right:before {
  content: "";
}
.ar-fa-angle-double-up > a::before,
.fa-angle-double-up:before {
  content: "";
}
.ar-fa-angle-down > a::before,
.fa-angle-down:before {
  content: "";
}
.ar-fa-angle-left > a::before,
.fa-angle-left:before {
  content: "";
}
.ar-fa-angle-right > a::before,
.fa-angle-right:before {
  content: "";
}
.ar-fa-angle-up > a::before,
.fa-angle-up:before {
  content: "";
}
.ar-fa-angry > a::before,
.fa-angry:before {
  content: "";
}
.ar-fa-angrycreative > a::before,
.fa-angrycreative:before {
  content: "";
}
.ar-fa-angular > a::before,
.fa-angular:before {
  content: "";
}
.ar-fa-ankh > a::before,
.fa-ankh:before {
  content: "";
}
.ar-fa-app-store > a::before,
.fa-app-store:before {
  content: "";
}
.ar-fa-app-store-ios > a::before,
.fa-app-store-ios:before {
  content: "";
}
.ar-fa-apper > a::before,
.fa-apper:before {
  content: "";
}
.ar-fa-apple > a::before,
.fa-apple:before {
  content: "";
}
.ar-fa-apple-alt > a::before,
.fa-apple-alt:before {
  content: "";
}
.ar-fa-apple-pay > a::before,
.fa-apple-pay:before {
  content: "";
}
.ar-fa-archive > a::before,
.fa-archive:before {
  content: "";
}
.ar-fa-archway > a::before,
.fa-archway:before {
  content: "";
}
.ar-fa-arrow-alt-circle-down > a::before,
.fa-arrow-alt-circle-down:before {
  content: "";
}
.ar-fa-arrow-alt-circle-left > a::before,
.fa-arrow-alt-circle-left:before {
  content: "";
}
.ar-fa-arrow-alt-circle-right > a::before,
.fa-arrow-alt-circle-right:before {
  content: "";
}
.ar-fa-arrow-alt-circle-up > a::before,
.fa-arrow-alt-circle-up:before {
  content: "";
}
.ar-fa-arrow-circle-down > a::before,
.fa-arrow-circle-down:before {
  content: "";
}
.ar-fa-arrow-circle-left > a::before,
.fa-arrow-circle-left:before {
  content: "";
}
.ar-fa-arrow-circle-right > a::before,
.fa-arrow-circle-right:before {
  content: "";
}
.ar-fa-arrow-circle-up > a::before,
.fa-arrow-circle-up:before {
  content: "";
}
.ar-fa-arrow-down > a::before,
.fa-arrow-down:before {
  content: "";
}
.ar-fa-arrow-left > a::before,
.fa-arrow-left:before {
  content: "";
}
.ar-fa-arrow-right > a::before,
.fa-arrow-right:before {
  content: "";
}
.ar-fa-arrow-up > a::before,
.fa-arrow-up:before {
  content: "";
}
.ar-fa-arrows-alt > a::before,
.fa-arrows-alt:before {
  content: "";
}
.ar-fa-arrows-alt-h > a::before,
.fa-arrows-alt-h:before {
  content: "";
}
.ar-fa-arrows-alt-v > a::before,
.fa-arrows-alt-v:before {
  content: "";
}
.ar-fa-artstation > a::before,
.fa-artstation:before {
  content: "";
}
.ar-fa-assistive-listening-systems > a::before,
.fa-assistive-listening-systems:before {
  content: "";
}
.ar-fa-asterisk > a::before,
.fa-asterisk:before {
  content: "";
}
.ar-fa-asymmetrik > a::before,
.fa-asymmetrik:before {
  content: "";
}
.ar-fa-at > a::before,
.fa-at:before {
  content: "";
}
.ar-fa-atlas > a::before,
.fa-atlas:before {
  content: "";
}
.ar-fa-atlassian > a::before,
.fa-atlassian:before {
  content: "";
}
.ar-fa-atom > a::before,
.fa-atom:before {
  content: "";
}
.ar-fa-audible > a::before,
.fa-audible:before {
  content: "";
}
.ar-fa-audio-description > a::before,
.fa-audio-description:before {
  content: "";
}
.ar-fa-autoprefixer > a::before,
.fa-autoprefixer:before {
  content: "";
}
.ar-fa-avianex > a::before,
.fa-avianex:before {
  content: "";
}
.ar-fa-aviato > a::before,
.fa-aviato:before {
  content: "";
}
.ar-fa-award > a::before,
.fa-award:before {
  content: "";
}
.ar-fa-aws > a::before,
.fa-aws:before {
  content: "";
}
.ar-fa-baby > a::before,
.fa-baby:before {
  content: "";
}
.ar-fa-baby-carriage > a::before,
.fa-baby-carriage:before {
  content: "";
}
.ar-fa-backspace > a::before,
.fa-backspace:before {
  content: "";
}
.ar-fa-backward > a::before,
.fa-backward:before {
  content: "";
}
.ar-fa-bacon > a::before,
.fa-bacon:before {
  content: "";
}
.ar-fa-bacteria > a::before,
.fa-bacteria:before {
  content: "";
}
.ar-fa-bacterium > a::before,
.fa-bacterium:before {
  content: "";
}
.ar-fa-bahai > a::before,
.fa-bahai:before {
  content: "";
}
.ar-fa-balance-scale > a::before,
.fa-balance-scale:before {
  content: "";
}
.ar-fa-balance-scale-left > a::before,
.fa-balance-scale-left:before {
  content: "";
}
.ar-fa-balance-scale-right > a::before,
.fa-balance-scale-right:before {
  content: "";
}
.ar-fa-ban > a::before,
.fa-ban:before {
  content: "";
}
.ar-fa-band-aid > a::before,
.fa-band-aid:before {
  content: "";
}
.ar-fa-bandcamp > a::before,
.fa-bandcamp:before {
  content: "";
}
.ar-fa-barcode > a::before,
.fa-barcode:before {
  content: "";
}
.ar-fa-bars > a::before,
.fa-bars:before {
  content: "";
}
.ar-fa-baseball-ball > a::before,
.fa-baseball-ball:before {
  content: "";
}
.ar-fa-basketball-ball > a::before,
.fa-basketball-ball:before {
  content: "";
}
.ar-fa-bath > a::before,
.fa-bath:before {
  content: "";
}
.ar-fa-battery-empty > a::before,
.fa-battery-empty:before {
  content: "";
}
.ar-fa-battery-full > a::before,
.fa-battery-full:before {
  content: "";
}
.ar-fa-battery-half > a::before,
.fa-battery-half:before {
  content: "";
}
.ar-fa-battery-quarter > a::before,
.fa-battery-quarter:before {
  content: "";
}
.ar-fa-battery-three-quarters > a::before,
.fa-battery-three-quarters:before {
  content: "";
}
.ar-fa-battle-net > a::before,
.fa-battle-net:before {
  content: "";
}
.ar-fa-bed > a::before,
.fa-bed:before {
  content: "";
}
.ar-fa-beer > a::before,
.fa-beer:before {
  content: "";
}
.ar-fa-behance > a::before,
.fa-behance:before {
  content: "";
}
.ar-fa-behance-square > a::before,
.fa-behance-square:before {
  content: "";
}
.ar-fa-bell > a::before,
.fa-bell:before {
  content: "";
}
.ar-fa-bell-slash > a::before,
.fa-bell-slash:before {
  content: "";
}
.ar-fa-bezier-curve > a::before,
.fa-bezier-curve:before {
  content: "";
}
.ar-fa-bible > a::before,
.fa-bible:before {
  content: "";
}
.ar-fa-bicycle > a::before,
.fa-bicycle:before {
  content: "";
}
.ar-fa-biking > a::before,
.fa-biking:before {
  content: "";
}
.ar-fa-bimobject > a::before,
.fa-bimobject:before {
  content: "";
}
.ar-fa-binoculars > a::before,
.fa-binoculars:before {
  content: "";
}
.ar-fa-biohazard > a::before,
.fa-biohazard:before {
  content: "";
}
.ar-fa-birthday-cake > a::before,
.fa-birthday-cake:before {
  content: "";
}
.ar-fa-bitbucket > a::before,
.fa-bitbucket:before {
  content: "";
}
.ar-fa-bitcoin > a::before,
.fa-bitcoin:before {
  content: "";
}
.ar-fa-bity > a::before,
.fa-bity:before {
  content: "";
}
.ar-fa-black-tie > a::before,
.fa-black-tie:before {
  content: "";
}
.ar-fa-blackberry > a::before,
.fa-blackberry:before {
  content: "";
}
.ar-fa-blender > a::before,
.fa-blender:before {
  content: "";
}
.ar-fa-blender-phone > a::before,
.fa-blender-phone:before {
  content: "";
}
.ar-fa-blind > a::before,
.fa-blind:before {
  content: "";
}
.ar-fa-blog > a::before,
.fa-blog:before {
  content: "";
}
.ar-fa-blogger > a::before,
.fa-blogger:before {
  content: "";
}
.ar-fa-blogger-b > a::before,
.fa-blogger-b:before {
  content: "";
}
.ar-fa-bluetooth > a::before,
.fa-bluetooth:before {
  content: "";
}
.ar-fa-bluetooth-b > a::before,
.fa-bluetooth-b:before {
  content: "";
}
.ar-fa-bold > a::before,
.fa-bold:before {
  content: "";
}
.ar-fa-bolt > a::before,
.fa-bolt:before {
  content: "";
}
.ar-fa-bomb > a::before,
.fa-bomb:before {
  content: "";
}
.ar-fa-bone > a::before,
.fa-bone:before {
  content: "";
}
.ar-fa-bong > a::before,
.fa-bong:before {
  content: "";
}
.ar-fa-book > a::before,
.fa-book:before {
  content: "";
}
.ar-fa-book-dead > a::before,
.fa-book-dead:before {
  content: "";
}
.ar-fa-book-medical > a::before,
.fa-book-medical:before {
  content: "";
}
.ar-fa-book-open > a::before,
.fa-book-open:before {
  content: "";
}
.ar-fa-book-reader > a::before,
.fa-book-reader:before {
  content: "";
}
.ar-fa-bookmark > a::before,
.fa-bookmark:before {
  content: "";
}
.ar-fa-bootstrap > a::before,
.fa-bootstrap:before {
  content: "";
}
.ar-fa-border-all > a::before,
.fa-border-all:before {
  content: "";
}
.ar-fa-border-none > a::before,
.fa-border-none:before {
  content: "";
}
.ar-fa-border-style > a::before,
.fa-border-style:before {
  content: "";
}
.ar-fa-bowling-ball > a::before,
.fa-bowling-ball:before {
  content: "";
}
.ar-fa-box > a::before,
.fa-box:before {
  content: "";
}
.ar-fa-box-open > a::before,
.fa-box-open:before {
  content: "";
}
.ar-fa-box-tissue > a::before,
.fa-box-tissue:before {
  content: "";
}
.ar-fa-boxes > a::before,
.fa-boxes:before {
  content: "";
}
.ar-fa-braille > a::before,
.fa-braille:before {
  content: "";
}
.ar-fa-brain > a::before,
.fa-brain:before {
  content: "";
}
.ar-fa-bread-slice > a::before,
.fa-bread-slice:before {
  content: "";
}
.ar-fa-briefcase > a::before,
.fa-briefcase:before {
  content: "";
}
.ar-fa-briefcase-medical > a::before,
.fa-briefcase-medical:before {
  content: "";
}
.ar-fa-broadcast-tower > a::before,
.fa-broadcast-tower:before {
  content: "";
}
.ar-fa-broom > a::before,
.fa-broom:before {
  content: "";
}
.ar-fa-brush > a::before,
.fa-brush:before {
  content: "";
}
.ar-fa-btc > a::before,
.fa-btc:before {
  content: "";
}
.ar-fa-buffer > a::before,
.fa-buffer:before {
  content: "";
}
.ar-fa-bug > a::before,
.fa-bug:before {
  content: "";
}
.ar-fa-building > a::before,
.fa-building:before {
  content: "";
}
.ar-fa-bullhorn > a::before,
.fa-bullhorn:before {
  content: "";
}
.ar-fa-bullseye > a::before,
.fa-bullseye:before {
  content: "";
}
.ar-fa-burn > a::before,
.fa-burn:before {
  content: "";
}
.ar-fa-buromobelexperte > a::before,
.fa-buromobelexperte:before {
  content: "";
}
.ar-fa-bus > a::before,
.fa-bus:before {
  content: "";
}
.ar-fa-bus-alt > a::before,
.fa-bus-alt:before {
  content: "";
}
.ar-fa-business-time > a::before,
.fa-business-time:before {
  content: "";
}
.ar-fa-buy-n-large > a::before,
.fa-buy-n-large:before {
  content: "";
}
.ar-fa-buysellads > a::before,
.fa-buysellads:before {
  content: "";
}
.ar-fa-calculator > a::before,
.fa-calculator:before {
  content: "";
}
.fa-calendar:before,
.ar-fa-calendar > a::before {
  content: "";
}
.fa-calendar-alt:before,
.ar-fa-calendar-alt > a::before {
  content: "";
}
.ar-fa-calendar-check > a::before,
.fa-calendar-check:before {
  content: "";
}
.ar-fa-calendar-day > a::before,
.fa-calendar-day:before {
  content: "";
}
.ar-fa-calendar-minus > a::before,
.fa-calendar-minus:before {
  content: "";
}
.ar-fa-calendar-plus > a::before,
.fa-calendar-plus:before {
  content: "";
}
.ar-fa-calendar-times > a::before,
.fa-calendar-times:before {
  content: "";
}
.ar-fa-calendar-week > a::before,
.fa-calendar-week:before {
  content: "";
}
.ar-fa-camera > a::before,
.fa-camera:before {
  content: "";
}
.ar-fa-camera-retro > a::before,
.fa-camera-retro:before {
  content: "";
}
.ar-fa-campground > a::before,
.fa-campground:before {
  content: "";
}
.ar-fa-canadian-maple-leaf > a::before,
.fa-canadian-maple-leaf:before {
  content: "";
}
.ar-fa-candy-cane > a::before,
.fa-candy-cane:before {
  content: "";
}
.ar-fa-cannabis > a::before,
.fa-cannabis:before {
  content: "";
}
.ar-fa-capsules > a::before,
.fa-capsules:before {
  content: "";
}
.ar-fa-car > a::before,
.fa-car:before {
  content: "";
}
.ar-fa-car-alt > a::before,
.fa-car-alt:before {
  content: "";
}
.ar-fa-car-battery > a::before,
.fa-car-battery:before {
  content: "";
}
.ar-fa-car-crash > a::before,
.fa-car-crash:before {
  content: "";
}
.ar-fa-car-side > a::before,
.fa-car-side:before {
  content: "";
}
.ar-fa-caravan > a::before,
.fa-caravan:before {
  content: "";
}
.ar-fa-caret-down > a::before,
.fa-caret-down:before {
  content: "";
}
.ar-fa-caret-left > a::before,
.fa-caret-left:before {
  content: "";
}
.ar-fa-caret-right > a::before,
.fa-caret-right:before {
  content: "";
}
.ar-fa-caret-square-down > a::before,
.fa-caret-square-down:before {
  content: "";
}
.ar-fa-caret-square-left > a::before,
.fa-caret-square-left:before {
  content: "";
}
.ar-fa-caret-square-right > a::before,
.fa-caret-square-right:before {
  content: "";
}
.ar-fa-caret-square-up > a::before,
.fa-caret-square-up:before {
  content: "";
}
.ar-fa-caret-up > a::before,
.fa-caret-up:before {
  content: "";
}
.ar-fa-carrot > a::before,
.fa-carrot:before {
  content: "";
}
.ar-fa-cart-arrow-down > a::before,
.fa-cart-arrow-down:before {
  content: "";
}
.ar-fa-cart-plus > a::before,
.fa-cart-plus:before {
  content: "";
}
.ar-fa-cash-register > a::before,
.fa-cash-register:before {
  content: "";
}
.ar-fa-cat > a::before,
.fa-cat:before {
  content: "";
}
.ar-fa-cc-amazon-pay > a::before,
.fa-cc-amazon-pay:before {
  content: "";
}
.ar-fa-cc-amex > a::before,
.fa-cc-amex:before {
  content: "";
}
.ar-fa-cc-apple-pay > a::before,
.fa-cc-apple-pay:before {
  content: "";
}
.ar-fa-cc-diners-club > a::before,
.fa-cc-diners-club:before {
  content: "";
}
.ar-fa-cc-discover > a::before,
.fa-cc-discover:before {
  content: "";
}
.ar-fa-cc-jcb > a::before,
.fa-cc-jcb:before {
  content: "";
}
.ar-fa-cc-mastercard > a::before,
.fa-cc-mastercard:before {
  content: "";
}
.ar-fa-cc-paypal > a::before,
.fa-cc-paypal:before {
  content: "";
}
.ar-fa-cc-stripe > a::before,
.fa-cc-stripe:before {
  content: "";
}
.ar-fa-cc-visa > a::before,
.fa-cc-visa:before {
  content: "";
}
.ar-fa-centercode > a::before,
.fa-centercode:before {
  content: "";
}
.ar-fa-centos > a::before,
.fa-centos:before {
  content: "";
}
.ar-fa-certificate > a::before,
.fa-certificate:before {
  content: "";
}
.ar-fa-chair > a::before,
.fa-chair:before {
  content: "";
}
.ar-fa-chalkboard > a::before,
.fa-chalkboard:before {
  content: "";
}
.ar-fa-chalkboard-teacher > a::before,
.fa-chalkboard-teacher:before {
  content: "";
}
.ar-fa-charging-station > a::before,
.fa-charging-station:before {
  content: "";
}
.ar-fa-chart-area > a::before,
.fa-chart-area:before {
  content: "";
}
.ar-fa-chart-bar > a::before,
.fa-chart-bar:before {
  content: "";
}
.ar-fa-chart-line > a::before,
.fa-chart-line:before {
  content: "";
}
.ar-fa-chart-pie > a::before,
.fa-chart-pie:before {
  content: "";
}
.ar-fa-check > a::before,
.fa-check:before {
  content: "";
}
.ar-fa-check-circle > a::before,
.fa-check-circle:before {
  content: "";
}
.ar-fa-check-double > a::before,
.fa-check-double:before {
  content: "";
}
.ar-fa-check-square > a::before,
.fa-check-square:before {
  content: "";
}
.ar-fa-cheese > a::before,
.fa-cheese:before {
  content: "";
}
.ar-fa-chess > a::before,
.fa-chess:before {
  content: "";
}
.ar-fa-chess-bishop > a::before,
.fa-chess-bishop:before {
  content: "";
}
.ar-fa-chess-board > a::before,
.fa-chess-board:before {
  content: "";
}
.ar-fa-chess-king > a::before,
.fa-chess-king:before {
  content: "";
}
.ar-fa-chess-knight > a::before,
.fa-chess-knight:before {
  content: "";
}
.ar-fa-chess-pawn > a::before,
.fa-chess-pawn:before {
  content: "";
}
.ar-fa-chess-queen > a::before,
.fa-chess-queen:before {
  content: "";
}
.ar-fa-chess-rook > a::before,
.fa-chess-rook:before {
  content: "";
}
.ar-fa-chevron-circle-down > a::before,
.fa-chevron-circle-down:before {
  content: "";
}
.ar-fa-chevron-circle-left > a::before,
.fa-chevron-circle-left:before {
  content: "";
}
.ar-fa-chevron-circle-right > a::before,
.fa-chevron-circle-right:before {
  content: "";
}
.ar-fa-chevron-circle-up > a::before,
.fa-chevron-circle-up:before {
  content: "";
}
.ar-fa-chevron-down > a::before,
.fa-chevron-down:before {
  content: "";
}
.ar-fa-chevron-left > a::before,
.fa-chevron-left:before {
  content: "";
}
.ar-fa-chevron-right > a::before,
.fa-chevron-right:before {
  content: "";
}
.ar-fa-chevron-up > a::before,
.fa-chevron-up:before {
  content: "";
}
.ar-fa-child > a::before,
.fa-child:before {
  content: "";
}
.ar-fa-chrome > a::before,
.fa-chrome:before {
  content: "";
}
.ar-fa-chromecast > a::before,
.fa-chromecast:before {
  content: "";
}
.ar-fa-church > a::before,
.fa-church:before {
  content: "";
}
.ar-fa-circle > a::before,
.fa-circle:before {
  content: "";
}
.ar-fa-circle-notch > a::before,
.fa-circle-notch:before {
  content: "";
}
.ar-fa-city > a::before,
.fa-city:before {
  content: "";
}
.ar-fa-clinic-medical > a::before,
.fa-clinic-medical:before {
  content: "";
}
.ar-fa-clipboard > a::before,
.fa-clipboard:before {
  content: "";
}
.ar-fa-clipboard-check > a::before,
.fa-clipboard-check:before {
  content: "";
}
.ar-fa-clipboard-list > a::before,
.fa-clipboard-list:before {
  content: "";
}
.ar-fa-clock > a::before,
.fa-clock:before {
  content: "";
}
.ar-fa-clone > a::before,
.fa-clone:before {
  content: "";
}
.ar-fa-closed-captioning > a::before,
.fa-closed-captioning:before {
  content: "";
}
.ar-fa-cloud > a::before,
.fa-cloud:before {
  content: "";
}
.ar-fa-cloud-download-alt > a::before,
.fa-cloud-download-alt:before {
  content: "";
}
.ar-fa-cloud-meatball > a::before,
.fa-cloud-meatball:before {
  content: "";
}
.ar-fa-cloud-moon > a::before,
.fa-cloud-moon:before {
  content: "";
}
.ar-fa-cloud-moon-rain > a::before,
.fa-cloud-moon-rain:before {
  content: "";
}
.ar-fa-cloud-rain > a::before,
.fa-cloud-rain:before {
  content: "";
}
.ar-fa-cloud-showers-heavy > a::before,
.fa-cloud-showers-heavy:before {
  content: "";
}
.ar-fa-cloud-sun > a::before,
.fa-cloud-sun:before {
  content: "";
}
.ar-fa-cloud-sun-rain > a::before,
.fa-cloud-sun-rain:before {
  content: "";
}
.ar-fa-cloud-upload-alt > a::before,
.fa-cloud-upload-alt:before {
  content: "";
}
.ar-fa-cloudscale > a::before,
.fa-cloudscale:before {
  content: "";
}
.ar-fa-cloudsmith > a::before,
.fa-cloudsmith:before {
  content: "";
}
.ar-fa-cloudversify > a::before,
.fa-cloudversify:before {
  content: "";
}
.ar-fa-cocktail > a::before,
.fa-cocktail:before {
  content: "";
}
.ar-fa-code > a::before,
.fa-code:before {
  content: "";
}
.ar-fa-code-branch > a::before,
.fa-code-branch:before {
  content: "";
}
.ar-fa-codepen > a::before,
.fa-codepen:before {
  content: "";
}
.ar-fa-codiepie > a::before,
.fa-codiepie:before {
  content: "";
}
.ar-fa-coffee > a::before,
.fa-coffee:before {
  content: "";
}
.ar-fa-cog > a::before,
.fa-cog:before {
  content: "";
}
.ar-fa-cogs > a::before,
.fa-cogs:before {
  content: "";
}
.ar-fa-coins > a::before,
.fa-coins:before {
  content: "";
}
.ar-fa-columns > a::before,
.fa-columns:before {
  content: "";
}
.ar-fa-comment > a::before,
.fa-comment:before {
  content: "";
}
.ar-fa-comment-alt > a::before,
.fa-comment-alt:before {
  content: "";
}
.ar-fa-comment-dollar > a::before,
.fa-comment-dollar:before {
  content: "";
}
.ar-fa-comment-dots > a::before,
.fa-comment-dots:before {
  content: "";
}
.ar-fa-comment-medical > a::before,
.fa-comment-medical:before {
  content: "";
}
.ar-fa-comment-slash > a::before,
.fa-comment-slash:before {
  content: "";
}
.ar-fa-comments > a::before,
.fa-comments:before {
  content: "";
}
.ar-fa-comments-dollar > a::before,
.fa-comments-dollar:before {
  content: "";
}
.ar-fa-compact-disc > a::before,
.fa-compact-disc:before {
  content: "";
}
.ar-fa-compass > a::before,
.fa-compass:before {
  content: "";
}
.ar-fa-compress > a::before,
.fa-compress:before {
  content: "";
}
.ar-fa-compress-alt > a::before,
.fa-compress-alt:before {
  content: "";
}
.ar-fa-compress-arrows-alt > a::before,
.fa-compress-arrows-alt:before {
  content: "";
}
.ar-fa-concierge-bell > a::before,
.fa-concierge-bell:before {
  content: "";
}
.ar-fa-confluence > a::before,
.fa-confluence:before {
  content: "";
}
.ar-fa-connectdevelop > a::before,
.fa-connectdevelop:before {
  content: "";
}
.ar-fa-contao > a::before,
.fa-contao:before {
  content: "";
}
.ar-fa-cookie > a::before,
.fa-cookie:before {
  content: "";
}
.ar-fa-cookie-bite > a::before,
.fa-cookie-bite:before {
  content: "";
}
.ar-fa-copy > a::before,
.fa-copy:before {
  content: "";
}
.ar-fa-copyright > a::before,
.fa-copyright:before {
  content: "";
}
.ar-fa-cotton-bureau > a::before,
.fa-cotton-bureau:before {
  content: "";
}
.ar-fa-couch > a::before,
.fa-couch:before {
  content: "";
}
.ar-fa-cpanel > a::before,
.fa-cpanel:before {
  content: "";
}
.ar-fa-creative-commons > a::before,
.fa-creative-commons:before {
  content: "";
}
.ar-fa-creative-commons-by > a::before,
.fa-creative-commons-by:before {
  content: "";
}
.ar-fa-creative-commons-nc > a::before,
.fa-creative-commons-nc:before {
  content: "";
}
.ar-fa-creative-commons-nc-eu > a::before,
.fa-creative-commons-nc-eu:before {
  content: "";
}
.ar-fa-creative-commons-nc-jp > a::before,
.fa-creative-commons-nc-jp:before {
  content: "";
}
.ar-fa-creative-commons-nd > a::before,
.fa-creative-commons-nd:before {
  content: "";
}
.ar-fa-creative-commons-pd > a::before,
.fa-creative-commons-pd:before {
  content: "";
}
.ar-fa-creative-commons-pd-alt > a::before,
.fa-creative-commons-pd-alt:before {
  content: "";
}
.ar-fa-creative-commons-remix > a::before,
.fa-creative-commons-remix:before {
  content: "";
}
.ar-fa-creative-commons-sa > a::before,
.fa-creative-commons-sa:before {
  content: "";
}
.ar-fa-creative-commons-sampling > a::before,
.fa-creative-commons-sampling:before {
  content: "";
}
.ar-fa-creative-commons-sampling-plus > a::before,
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.ar-fa-creative-commons-share > a::before,
.fa-creative-commons-share:before {
  content: "";
}
.ar-fa-creative-commons-zero > a::before,
.fa-creative-commons-zero:before {
  content: "";
}
.ar-fa-credit-card > a::before,
.fa-credit-card:before {
  content: "";
}
.ar-fa-critical-role > a::before,
.fa-critical-role:before {
  content: "";
}
.ar-fa-crop > a::before,
.fa-crop:before {
  content: "";
}
.ar-fa-crop-alt > a::before,
.fa-crop-alt:before {
  content: "";
}
.ar-fa-cross > a::before,
.fa-cross:before {
  content: "";
}
.ar-fa-crosshairs > a::before,
.fa-crosshairs:before {
  content: "";
}
.ar-fa-crow > a::before,
.fa-crow:before {
  content: "";
}
.ar-fa-crown > a::before,
.fa-crown:before {
  content: "";
}
.ar-fa-crutch > a::before,
.fa-crutch:before {
  content: "";
}
.ar-fa-css3 > a::before,
.fa-css3:before {
  content: "";
}
.ar-fa-css3-alt > a::before,
.fa-css3-alt:before {
  content: "";
}
.ar-fa-cube > a::before,
.fa-cube:before {
  content: "";
}
.ar-fa-cubes > a::before,
.fa-cubes:before {
  content: "";
}
.ar-fa-cut > a::before,
.fa-cut:before {
  content: "";
}
.ar-fa-cuttlefish > a::before,
.fa-cuttlefish:before {
  content: "";
}
.ar-fa-d-and-d > a::before,
.fa-d-and-d:before {
  content: "";
}
.ar-fa-d-and-d-beyond > a::before,
.fa-d-and-d-beyond:before {
  content: "";
}
.ar-fa-dailymotion > a::before,
.fa-dailymotion:before {
  content: "";
}
.ar-fa-dashcube > a::before,
.fa-dashcube:before {
  content: "";
}
.ar-fa-database > a::before,
.fa-database:before {
  content: "";
}
.ar-fa-deaf > a::before,
.fa-deaf:before {
  content: "";
}
.ar-fa-deezer > a::before,
.fa-deezer:before {
  content: "";
}
.ar-fa-delicious > a::before,
.fa-delicious:before {
  content: "";
}
.ar-fa-democrat > a::before,
.fa-democrat:before {
  content: "";
}
.ar-fa-deploydog > a::before,
.fa-deploydog:before {
  content: "";
}
.ar-fa-deskpro > a::before,
.fa-deskpro:before {
  content: "";
}
.ar-fa-desktop > a::before,
.fa-desktop:before {
  content: "";
}
.ar-fa-dev > a::before,
.fa-dev:before {
  content: "";
}
.ar-fa-deviantart > a::before,
.fa-deviantart:before {
  content: "";
}
.ar-fa-dharmachakra > a::before,
.fa-dharmachakra:before {
  content: "";
}
.ar-fa-dhl > a::before,
.fa-dhl:before {
  content: "";
}
.ar-fa-diagnoses > a::before,
.fa-diagnoses:before {
  content: "";
}
.ar-fa-diaspora > a::before,
.fa-diaspora:before {
  content: "";
}
.ar-fa-dice > a::before,
.fa-dice:before {
  content: "";
}
.ar-fa-dice-d20 > a::before,
.fa-dice-d20:before {
  content: "";
}
.ar-fa-dice-d6 > a::before,
.fa-dice-d6:before {
  content: "";
}
.ar-fa-dice-five > a::before,
.fa-dice-five:before {
  content: "";
}
.ar-fa-dice-four > a::before,
.fa-dice-four:before {
  content: "";
}
.ar-fa-dice-one > a::before,
.fa-dice-one:before {
  content: "";
}
.ar-fa-dice-six > a::before,
.fa-dice-six:before {
  content: "";
}
.ar-fa-dice-three > a::before,
.fa-dice-three:before {
  content: "";
}
.ar-fa-dice-two > a::before,
.fa-dice-two:before {
  content: "";
}
.ar-fa-digg > a::before,
.fa-digg:before {
  content: "";
}
.ar-fa-digital-ocean > a::before,
.fa-digital-ocean:before {
  content: "";
}
.ar-fa-digital-tachograph > a::before,
.fa-digital-tachograph:before {
  content: "";
}
.ar-fa-directions > a::before,
.fa-directions:before {
  content: "";
}
.ar-fa-discord > a::before,
.fa-discord:before {
  content: "";
}
.ar-fa-discourse > a::before,
.fa-discourse:before {
  content: "";
}
.ar-fa-disease > a::before,
.fa-disease:before {
  content: "";
}
.ar-fa-divide > a::before,
.fa-divide:before {
  content: "";
}
.ar-fa-dizzy > a::before,
.fa-dizzy:before {
  content: "";
}
.ar-fa-dna > a::before,
.fa-dna:before {
  content: "";
}
.ar-fa-dochub > a::before,
.fa-dochub:before {
  content: "";
}
.ar-fa-docker > a::before,
.fa-docker:before {
  content: "";
}
.ar-fa-dog > a::before,
.fa-dog:before {
  content: "";
}
.ar-fa-dollar-sign > a::before,
.fa-dollar-sign:before,
.ar-fa-dollar-sign > a::before {
  content: "";
}
.ar-fa-dolly > a::before,
.fa-dolly:before {
  content: "";
}
.ar-fa-dolly-flatbed > a::before,
.fa-dolly-flatbed:before {
  content: "";
}
.ar-fa-donate > a::before,
.fa-donate:before {
  content: "";
}
.ar-fa-door-closed > a::before,
.fa-door-closed:before {
  content: "";
}
.ar-fa-door-open > a::before,
.fa-door-open:before {
  content: "";
}
.ar-fa-dot-circle > a::before,
.fa-dot-circle:before {
  content: "";
}
.ar-fa-dove > a::before,
.fa-dove:before {
  content: "";
}
.ar-fa-download > a::before,
.fa-download:before {
  content: "";
}
.ar-fa-draft2digital > a::before,
.fa-draft2digital:before {
  content: "";
}
.ar-fa-drafting-compass > a::before,
.fa-drafting-compass:before {
  content: "";
}
.ar-fa-dragon > a::before,
.fa-dragon:before {
  content: "";
}
.ar-fa-draw-polygon > a::before,
.fa-draw-polygon:before {
  content: "";
}
.ar-fa-dribbble > a::before,
.fa-dribbble:before {
  content: "";
}
.ar-fa-dribbble-square > a::before,
.fa-dribbble-square:before {
  content: "";
}
.ar-fa-dropbox > a::before,
.fa-dropbox:before {
  content: "";
}
.ar-fa-drum > a::before,
.fa-drum:before {
  content: "";
}
.ar-fa-drum-steelpan > a::before,
.fa-drum-steelpan:before {
  content: "";
}
.ar-fa-drumstick-bite > a::before,
.fa-drumstick-bite:before {
  content: "";
}
.ar-fa-drupal > a::before,
.fa-drupal:before {
  content: "";
}
.ar-fa-dumbbell > a::before,
.fa-dumbbell:before {
  content: "";
}
.ar-fa-dumpster > a::before,
.fa-dumpster:before {
  content: "";
}
.ar-fa-dumpster-fire > a::before,
.fa-dumpster-fire:before {
  content: "";
}
.ar-fa-dungeon > a::before,
.fa-dungeon:before {
  content: "";
}
.ar-fa-dyalog > a::before,
.fa-dyalog:before {
  content: "";
}
.ar-fa-earlybirds > a::before,
.fa-earlybirds:before {
  content: "";
}
.ar-fa-ebay > a::before,
.fa-ebay:before {
  content: "";
}
.ar-fa-edge > a::before,
.fa-edge:before {
  content: "";
}
.ar-fa-edge-legacy > a::before,
.fa-edge-legacy:before {
  content: "";
}
.ar-fa-edit > a::before,
.fa-edit:before {
  content: "";
}
.ar-fa-egg > a::before,
.fa-egg:before {
  content: "";
}
.ar-fa-eject > a::before,
.fa-eject:before {
  content: "";
}
.ar-fa-elementor > a::before,
.fa-elementor:before {
  content: "";
}
.ar-fa-ellipsis-h > a::before,
.fa-ellipsis-h:before {
  content: "";
}
.ar-fa-ellipsis-v > a::before,
.fa-ellipsis-v:before {
  content: "";
}
.ar-fa-ello > a::before,
.fa-ello:before {
  content: "";
}
.ar-fa-ember > a::before,
.fa-ember:before {
  content: "";
}
.ar-fa-empire > a::before,
.fa-empire:before {
  content: "";
}
.ar-fa-envelope > a::before,
.fa-envelope:before {
  content: "";
}
.ar-fa-envelope-open > a::before,
.fa-envelope-open:before {
  content: "";
}
.ar-fa-envelope-open-text > a::before,
.fa-envelope-open-text:before {
  content: "";
}
.ar-fa-envelope-square > a::before,
.fa-envelope-square:before {
  content: "";
}
.ar-fa-envira > a::before,
.fa-envira:before {
  content: "";
}
.ar-fa-equals > a::before,
.fa-equals:before {
  content: "";
}
.ar-fa-eraser > a::before,
.fa-eraser:before {
  content: "";
}
.ar-fa-erlang > a::before,
.fa-erlang:before {
  content: "";
}
.ar-fa-ethereum > a::before,
.fa-ethereum:before {
  content: "";
}
.ar-fa-ethernet > a::before,
.fa-ethernet:before {
  content: "";
}
.ar-fa-etsy > a::before,
.fa-etsy:before {
  content: "";
}
.ar-fa-euro-sign > a::before,
.fa-euro-sign:before {
  content: "";
}
.ar-fa-evernote > a::before,
.fa-evernote:before {
  content: "";
}
.ar-fa-exchange-alt > a::before,
.fa-exchange-alt:before {
  content: "";
}
.ar-fa-exclamation > a::before,
.fa-exclamation:before {
  content: "";
}
.ar-fa-exclamation-circle > a::before,
.fa-exclamation-circle:before {
  content: "";
}
.ar-fa-exclamation-triangle > a::before,
.fa-exclamation-triangle:before {
  content: "";
}
.ar-fa-expand > a::before,
.fa-expand:before {
  content: "";
}
.ar-fa-expand-alt > a::before,
.fa-expand-alt:before {
  content: "";
}
.ar-fa-expand-arrows-alt > a::before,
.fa-expand-arrows-alt:before {
  content: "";
}
.ar-fa-expeditedssl > a::before,
.fa-expeditedssl:before {
  content: "";
}
.ar-fa-external-link-alt > a::before,
.fa-external-link-alt:before {
  content: "";
}
.ar-fa-external-link-square-alt > a::before,
.fa-external-link-square-alt:before {
  content: "";
}
.ar-fa-eye > a::before,
.fa-eye:before {
  content: "";
}
.ar-fa-eye-dropper > a::before,
.fa-eye-dropper:before {
  content: "";
}
.ar-fa-eye-slash > a::before,
.fa-eye-slash:before {
  content: "";
}
.ar-fa-facebook > a::before,
.fa-facebook:before,
.ar-fa-facebook > a:before {
  content: "";
}
.ar-fa-facebook-f > a::before,
.fa-facebook-f:before {
  content: "";
}
.ar-fa-facebook-messenger > a::before,
.fa-facebook-messenger:before {
  content: "";
}
.ar-fa-facebook-square > a::before,
.fa-facebook-square:before {
  content: "";
}
.ar-fa-fan > a::before,
.fa-fan:before {
  content: "";
}
.ar-fa-fantasy-flight-games > a::before,
.fa-fantasy-flight-games:before {
  content: "";
}
.ar-fa-fast-backward > a::before,
.fa-fast-backward:before {
  content: "";
}
.ar-fa-fast-forward > a::before,
.fa-fast-forward:before {
  content: "";
}
.ar-fa-faucet > a::before,
.fa-faucet:before {
  content: "";
}
.ar-fa-fax > a::before,
.fa-fax:before {
  content: "";
}
.ar-fa-feather > a::before,
.fa-feather:before {
  content: "";
}
.ar-fa-feather-alt > a::before,
.fa-feather-alt:before {
  content: "";
}
.ar-fa-fedex > a::before,
.fa-fedex:before {
  content: "";
}
.ar-fa-fedora > a::before,
.fa-fedora:before {
  content: "";
}
.ar-fa-female > a::before,
.fa-female:before {
  content: "";
}
.ar-fa-fighter-jet > a::before,
.fa-fighter-jet:before {
  content: "";
}
.ar-fa-figma > a::before,
.fa-figma:before {
  content: "";
}
.ar-fa-file > a::before,
.fa-file:before {
  content: "";
}
.ar-fa-file-alt > a::before,
.fa-file-alt:before {
  content: "";
}
.ar-fa-file-archive > a::before,
.fa-file-archive:before {
  content: "";
}
.ar-fa-file-audio > a::before,
.fa-file-audio:before {
  content: "";
}
.ar-fa-file-code > a::before,
.fa-file-code:before {
  content: "";
}
.ar-fa-file-contract > a::before,
.fa-file-contract:before {
  content: "";
}
.ar-fa-file-csv > a::before,
.fa-file-csv:before {
  content: "";
}
.ar-fa-file-download > a::before,
.fa-file-download:before {
  content: "";
}
.ar-fa-file-excel > a::before,
.fa-file-excel:before {
  content: "";
}
.ar-fa-file-export > a::before,
.fa-file-export:before {
  content: "";
}
.ar-fa-file-image > a::before,
.fa-file-image:before {
  content: "";
}
.ar-fa-file-import > a::before,
.fa-file-import:before {
  content: "";
}
.ar-fa-file-invoice > a::before,
.fa-file-invoice:before {
  content: "";
}
.ar-fa-file-invoice-dollar > a::before,
.fa-file-invoice-dollar:before {
  content: "";
}
.ar-fa-file-medical > a::before,
.fa-file-medical:before {
  content: "";
}
.ar-fa-file-medical-alt > a::before,
.fa-file-medical-alt:before {
  content: "";
}
.ar-fa-file-pdf > a::before,
.fa-file-pdf:before {
  content: "";
}
.ar-fa-file-powerpoint > a::before,
.fa-file-powerpoint:before {
  content: "";
}
.ar-fa-file-prescription > a::before,
.fa-file-prescription:before {
  content: "";
}
.ar-fa-file-signature > a::before,
.fa-file-signature:before {
  content: "";
}
.ar-fa-file-upload > a::before,
.fa-file-upload:before {
  content: "";
}
.ar-fa-file-video > a::before,
.fa-file-video:before {
  content: "";
}
.ar-fa-file-word > a::before,
.fa-file-word:before {
  content: "";
}
.ar-fa-fill > a::before,
.fa-fill:before {
  content: "";
}
.ar-fa-fill-drip > a::before,
.fa-fill-drip:before {
  content: "";
}
.ar-fa-film > a::before,
.fa-film:before {
  content: "";
}
.ar-fa-filter > a::before,
.fa-filter:before {
  content: "";
}
.ar-fa-fingerprint > a::before,
.fa-fingerprint:before {
  content: "";
}
.ar-fa-fire > a::before,
.fa-fire:before {
  content: "";
}
.ar-fa-fire-alt > a::before,
.fa-fire-alt:before {
  content: "";
}
.ar-fa-fire-extinguisher > a::before,
.fa-fire-extinguisher:before {
  content: "";
}
.ar-fa-firefox > a::before,
.fa-firefox:before {
  content: "";
}
.ar-fa-firefox-browser > a::before,
.fa-firefox-browser:before {
  content: "";
}
.ar-fa-first-aid > a::before,
.fa-first-aid:before {
  content: "";
}
.ar-fa-first-order > a::before,
.fa-first-order:before {
  content: "";
}
.ar-fa-first-order-alt > a::before,
.fa-first-order-alt:before {
  content: "";
}
.ar-fa-firstdraft > a::before,
.fa-firstdraft:before {
  content: "";
}
.ar-fa-fish > a::before,
.fa-fish:before {
  content: "";
}
.ar-fa-fist-raised > a::before,
.fa-fist-raised:before {
  content: "";
}
.ar-fa-flag > a::before,
.fa-flag:before {
  content: "";
}
.ar-fa-flag-checkered > a::before,
.fa-flag-checkered:before {
  content: "";
}
.ar-fa-flag-usa > a::before,
.fa-flag-usa:before {
  content: "";
}
.ar-fa-flask > a::before,
.fa-flask:before {
  content: "";
}
.ar-fa-flickr > a::before,
.fa-flickr:before {
  content: "";
}
.ar-fa-flipboard > a::before,
.fa-flipboard:before {
  content: "";
}
.ar-fa-flushed > a::before,
.fa-flushed:before {
  content: "";
}
.ar-fa-fly > a::before,
.fa-fly:before {
  content: "";
}
.ar-fa-folder > a::before,
.fa-folder:before {
  content: "";
}
.ar-fa-folder-minus > a::before,
.fa-folder-minus:before {
  content: "";
}
.ar-fa-folder-open > a::before,
.fa-folder-open:before {
  content: "";
}
.ar-fa-folder-plus > a::before,
.fa-folder-plus:before {
  content: "";
}
.ar-fa-font > a::before,
.fa-font:before {
  content: "";
}
.ar-fa-font-awesome > a::before,
.fa-font-awesome:before {
  content: "";
}
.ar-fa-font-awesome-alt > a::before,
.fa-font-awesome-alt:before {
  content: "";
}
.ar-fa-font-awesome-flag > a::before,
.fa-font-awesome-flag:before {
  content: "";
}
.ar-fa-font-awesome-logo-full > a::before,
.fa-font-awesome-logo-full:before {
  content: "";
}
.ar-fa-fonticons > a::before,
.fa-fonticons:before {
  content: "";
}
.ar-fa-fonticons-fi > a::before,
.fa-fonticons-fi:before {
  content: "";
}
.ar-fa-football-ball > a::before,
.fa-football-ball:before {
  content: "";
}
.ar-fa-fort-awesome > a::before,
.fa-fort-awesome:before {
  content: "";
}
.ar-fa-fort-awesome-alt > a::before,
.fa-fort-awesome-alt:before {
  content: "";
}
.ar-fa-forumbee > a::before,
.fa-forumbee:before {
  content: "";
}
.ar-fa-forward > a::before,
.fa-forward:before {
  content: "";
}
.ar-fa-foursquare > a::before,
.fa-foursquare:before {
  content: "";
}
.ar-fa-free-code-camp > a::before,
.fa-free-code-camp:before {
  content: "";
}
.ar-fa-freebsd > a::before,
.fa-freebsd:before {
  content: "";
}
.ar-fa-frog > a::before,
.fa-frog:before {
  content: "";
}
.ar-fa-frown > a::before,
.fa-frown:before {
  content: "";
}
.ar-fa-frown-open > a::before,
.fa-frown-open:before {
  content: "";
}
.ar-fa-fulcrum > a::before,
.fa-fulcrum:before {
  content: "";
}
.ar-fa-funnel-dollar > a::before,
.fa-funnel-dollar:before {
  content: "";
}
.ar-fa-futbol > a::before,
.fa-futbol:before {
  content: "";
}
.ar-fa-galactic-republic > a::before,
.fa-galactic-republic:before {
  content: "";
}
.ar-fa-galactic-senate > a::before,
.fa-galactic-senate:before {
  content: "";
}
.ar-fa-gamepad > a::before,
.fa-gamepad:before {
  content: "";
}
.ar-fa-gas-pump > a::before,
.fa-gas-pump:before {
  content: "";
}
.ar-fa-gavel > a::before,
.fa-gavel:before {
  content: "";
}
.ar-fa-gem > a::before,
.fa-gem:before {
  content: "";
}
.ar-fa-genderless > a::before,
.fa-genderless:before {
  content: "";
}
.ar-fa-get-pocket > a::before,
.fa-get-pocket:before {
  content: "";
}
.ar-fa-gg > a::before,
.fa-gg:before {
  content: "";
}
.ar-fa-gg-circle > a::before,
.fa-gg-circle:before {
  content: "";
}
.ar-fa-ghost > a::before,
.fa-ghost:before {
  content: "";
}
.ar-fa-gift > a::before,
.fa-gift:before {
  content: "";
}
.ar-fa-gifts > a::before,
.fa-gifts:before {
  content: "";
}
.ar-fa-git > a::before,
.fa-git:before {
  content: "";
}
.ar-fa-git-alt > a::before,
.fa-git-alt:before {
  content: "";
}
.ar-fa-git-square > a::before,
.fa-git-square:before {
  content: "";
}
.ar-fa-github > a::before,
.fa-github:before {
  content: "";
}
.ar-fa-github-alt > a::before,
.fa-github-alt:before {
  content: "";
}
.ar-fa-github-square > a::before,
.fa-github-square:before {
  content: "";
}
.ar-fa-gitkraken > a::before,
.fa-gitkraken:before {
  content: "";
}
.ar-fa-gitlab > a::before,
.fa-gitlab:before {
  content: "";
}
.ar-fa-gitter > a::before,
.fa-gitter:before {
  content: "";
}
.ar-fa-glass-cheers > a::before,
.fa-glass-cheers:before {
  content: "";
}
.ar-fa-glass-martini > a::before,
.fa-glass-martini:before {
  content: "";
}
.ar-fa-glass-martini-alt > a::before,
.fa-glass-martini-alt:before {
  content: "";
}
.ar-fa-glass-whiskey > a::before,
.fa-glass-whiskey:before {
  content: "";
}
.ar-fa-glasses > a::before,
.fa-glasses:before {
  content: "";
}
.ar-fa-glide > a::before,
.fa-glide:before {
  content: "";
}
.ar-fa-glide-g > a::before,
.fa-glide-g:before {
  content: "";
}
.ar-fa-globe > a::before,
.fa-globe:before {
  content: "";
}
.ar-fa-globe-africa > a::before,
.fa-globe-africa:before {
  content: "";
}
.ar-fa-globe-americas > a::before,
.fa-globe-americas:before {
  content: "";
}
.ar-fa-globe-asia > a::before,
.fa-globe-asia:before {
  content: "";
}
.ar-fa-globe-europe > a::before,
.fa-globe-europe:before {
  content: "";
}
.ar-fa-gofore > a::before,
.fa-gofore:before {
  content: "";
}
.ar-fa-golf-ball > a::before,
.fa-golf-ball:before {
  content: "";
}
.ar-fa-goodreads > a::before,
.fa-goodreads:before {
  content: "";
}
.ar-fa-goodreads-g > a::before,
.fa-goodreads-g:before {
  content: "";
}
.ar-fa-google > a::before,
.fa-google:before {
  content: "";
}
.ar-fa-google-drive > a::before,
.fa-google-drive:before {
  content: "";
}
.ar-fa-google-pay > a::before,
.fa-google-pay:before {
  content: "";
}
.ar-fa-google-play > a::before,
.fa-google-play:before {
  content: "";
}
.ar-fa-google-plus > a::before,
.fa-google-plus:before {
  content: "";
}
.ar-fa-google-plus-g > a::before,
.fa-google-plus-g:before {
  content: "";
}
.ar-fa-google-plus-square > a::before,
.fa-google-plus-square:before {
  content: "";
}
.ar-fa-google-wallet > a::before,
.fa-google-wallet:before {
  content: "";
}
.ar-fa-gopuram > a::before,
.fa-gopuram:before {
  content: "";
}
.ar-fa-graduation-cap > a::before,
.fa-graduation-cap:before {
  content: "";
}
.ar-fa-gratipay > a::before,
.fa-gratipay:before {
  content: "";
}
.ar-fa-grav > a::before,
.fa-grav:before {
  content: "";
}
.ar-fa-greater-than > a::before,
.fa-greater-than:before {
  content: "";
}
.ar-fa-greater-than-equal > a::before,
.fa-greater-than-equal:before {
  content: "";
}
.ar-fa-grimace > a::before,
.fa-grimace:before {
  content: "";
}
.ar-fa-grin > a::before,
.fa-grin:before {
  content: "";
}
.ar-fa-grin-alt > a::before,
.fa-grin-alt:before {
  content: "";
}
.ar-fa-grin-beam > a::before,
.fa-grin-beam:before {
  content: "";
}
.ar-fa-grin-beam-sweat > a::before,
.fa-grin-beam-sweat:before {
  content: "";
}
.ar-fa-grin-hearts > a::before,
.fa-grin-hearts:before {
  content: "";
}
.ar-fa-grin-squint > a::before,
.fa-grin-squint:before {
  content: "";
}
.ar-fa-grin-squint-tears > a::before,
.fa-grin-squint-tears:before {
  content: "";
}
.ar-fa-grin-stars > a::before,
.fa-grin-stars:before {
  content: "";
}
.ar-fa-grin-tears > a::before,
.fa-grin-tears:before {
  content: "";
}
.ar-fa-grin-tongue > a::before,
.fa-grin-tongue:before {
  content: "";
}
.ar-fa-grin-tongue-squint > a::before,
.fa-grin-tongue-squint:before {
  content: "";
}
.ar-fa-grin-tongue-wink > a::before,
.fa-grin-tongue-wink:before {
  content: "";
}
.ar-fa-grin-wink > a::before,
.fa-grin-wink:before {
  content: "";
}
.ar-fa-grip-horizontal > a::before,
.fa-grip-horizontal:before {
  content: "";
}
.ar-fa-grip-lines > a::before,
.fa-grip-lines:before {
  content: "";
}
.ar-fa-grip-lines-vertical > a::before,
.fa-grip-lines-vertical:before {
  content: "";
}
.ar-fa-grip-vertical > a::before,
.fa-grip-vertical:before {
  content: "";
}
.ar-fa-gripfire > a::before,
.fa-gripfire:before {
  content: "";
}
.ar-fa-grunt > a::before,
.fa-grunt:before {
  content: "";
}
.ar-fa-guitar > a::before,
.fa-guitar:before {
  content: "";
}
.ar-fa-gulp > a::before,
.fa-gulp:before {
  content: "";
}
.ar-fa-h-square > a::before,
.fa-h-square:before {
  content: "";
}
.ar-fa-hacker-news > a::before,
.ar-fa-hacker-news > a::before,
.fa-hacker-news:before {
  content: "";
}
.ar-fa-hacker-news-square > a::before,
.fa-hacker-news-square:before {
  content: "";
}
.ar-fa-hackerrank > a::before,
.fa-hackerrank:before {
  content: "";
}
.ar-fa-hamburger > a::before,
.fa-hamburger:before {
  content: "";
}
.ar-fa-hammer > a::before,
.fa-hammer:before {
  content: "";
}
.ar-fa-hamsa > a::before,
.fa-hamsa:before {
  content: "";
}
.ar-fa-hand-holding > a::before,
.fa-hand-holding:before {
  content: "";
}
.ar-fa-hand-holding-heart > a::before,
.fa-hand-holding-heart:before {
  content: "";
}
.ar-fa-hand-holding-medical > a::before,
.fa-hand-holding-medical:before {
  content: "";
}
.ar-fa-hand-holding-usd > a::before,
.fa-hand-holding-usd:before {
  content: "";
}
.ar-fa-hand-holding-water > a::before,
.fa-hand-holding-water:before {
  content: "";
}
.ar-fa-hand-lizard > a::before,
.fa-hand-lizard:before {
  content: "";
}
.ar-fa-hand-middle-finger > a::before,
.fa-hand-middle-finger:before {
  content: "";
}
.ar-fa-hand-paper > a::before,
.fa-hand-paper:before {
  content: "";
}
.ar-fa-hand-peace > a::before,
.fa-hand-peace:before {
  content: "";
}
.ar-fa-hand-point-down > a::before,
.fa-hand-point-down:before {
  content: "";
}
.ar-fa-hand-point-left > a::before,
.fa-hand-point-left:before {
  content: "";
}
.ar-fa-hand-point-right > a::before,
.fa-hand-point-right:before {
  content: "";
}
.ar-fa-hand-point-up > a::before,
.fa-hand-point-up:before {
  content: "";
}
.ar-fa-hand-pointer > a::before,
.fa-hand-pointer:before {
  content: "";
}
.ar-fa-hand-rock > a::before,
.fa-hand-rock:before {
  content: "";
}
.ar-fa-hand-scissors > a::before,
.fa-hand-scissors:before {
  content: "";
}
.ar-fa-hand-sparkles > a::before,
.fa-hand-sparkles:before {
  content: "";
}
.ar-fa-hand-spock > a::before,
.fa-hand-spock:before {
  content: "";
}
.ar-fa-hands > a::before,
.fa-hands:before {
  content: "";
}
.ar-fa-hands-helping > a::before,
.fa-hands-helping:before {
  content: "";
}
.ar-fa-hands-wash > a::before,
.fa-hands-wash:before {
  content: "";
}
.ar-fa-handshake > a::before,
.fa-handshake:before {
  content: "";
}
.ar-fa-handshake-alt-slash > a::before,
.fa-handshake-alt-slash:before {
  content: "";
}
.ar-fa-handshake-slash > a::before,
.fa-handshake-slash:before {
  content: "";
}
.ar-fa-hanukiah > a::before,
.fa-hanukiah:before {
  content: "";
}
.ar-fa-hard-hat > a::before,
.fa-hard-hat:before {
  content: "";
}
.ar-fa-hashtag > a::before,
.fa-hashtag:before {
  content: "";
}
.ar-fa-hat-cowboy > a::before,
.fa-hat-cowboy:before {
  content: "";
}
.ar-fa-hat-cowboy-side > a::before,
.fa-hat-cowboy-side:before {
  content: "";
}
.ar-fa-hat-wizard > a::before,
.fa-hat-wizard:before {
  content: "";
}
.ar-fa-hdd > a::before,
.fa-hdd:before {
  content: "";
}
.ar-fa-head-side-cough > a::before,
.fa-head-side-cough:before {
  content: "";
}
.ar-fa-head-side-cough-slash > a::before,
.fa-head-side-cough-slash:before {
  content: "";
}
.ar-fa-head-side-mask > a::before,
.fa-head-side-mask:before {
  content: "";
}
.ar-fa-head-side-virus > a::before,
.fa-head-side-virus:before {
  content: "";
}
.ar-fa-heading > a::before,
.fa-heading:before {
  content: "";
}
.ar-fa-headphones > a::before,
.fa-headphones:before {
  content: "";
}
.ar-fa-headphones-alt > a::before,
.fa-headphones-alt:before {
  content: "";
}
.ar-fa-headset > a::before,
.fa-headset:before {
  content: "";
}
.ar-fa-heart > a::before,
.fa-heart:before {
  content: "";
}
.ar-fa-heart-broken > a::before,
.fa-heart-broken:before {
  content: "";
}
.ar-fa-heartbeat > a::before,
.fa-heartbeat:before {
  content: "";
}
.ar-fa-helicopter > a::before,
.fa-helicopter:before {
  content: "";
}
.ar-fa-highlighter > a::before,
.fa-highlighter:before {
  content: "";
}
.ar-fa-hiking > a::before,
.fa-hiking:before {
  content: "";
}
.ar-fa-hippo > a::before,
.fa-hippo:before {
  content: "";
}
.ar-fa-hips > a::before,
.fa-hips:before {
  content: "";
}
.ar-fa-hire-a-helper > a::before,
.fa-hire-a-helper:before {
  content: "";
}
.ar-fa-history > a::before,
.fa-history:before {
  content: "";
}
.ar-fa-hockey-puck > a::before,
.fa-hockey-puck:before {
  content: "";
}
.ar-fa-holly-berry > a::before,
.fa-holly-berry:before {
  content: "";
}
.ar-fa-home > a::before,
.fa-home:before {
  content: "";
}
.ar-fa-hooli > a::before,
.fa-hooli:before {
  content: "";
}
.ar-fa-hornbill > a::before,
.fa-hornbill:before {
  content: "";
}
.ar-fa-horse > a::before,
.fa-horse:before {
  content: "";
}
.ar-fa-horse-head > a::before,
.fa-horse-head:before {
  content: "";
}
.ar-fa-hospital > a::before,
.fa-hospital:before {
  content: "";
}
.ar-fa-hospital-alt > a::before,
.fa-hospital-alt:before {
  content: "";
}
.ar-fa-hospital-symbol > a::before,
.fa-hospital-symbol:before {
  content: "";
}
.ar-fa-hospital-user > a::before,
.fa-hospital-user:before {
  content: "";
}
.ar-fa-hot-tub > a::before,
.fa-hot-tub:before {
  content: "";
}
.ar-fa-hotdog > a::before,
.fa-hotdog:before {
  content: "";
}
.ar-fa-hotel > a::before,
.fa-hotel:before {
  content: "";
}
.ar-fa-hotjar > a::before,
.fa-hotjar:before {
  content: "";
}
.ar-fa-hourglass > a::before,
.fa-hourglass:before {
  content: "";
}
.ar-fa-hourglass-end > a::before,
.fa-hourglass-end:before {
  content: "";
}
.ar-fa-hourglass-half > a::before,
.fa-hourglass-half:before {
  content: "";
}
.ar-fa-hourglass-start > a::before,
.fa-hourglass-start:before {
  content: "";
}
.ar-fa-house-damage > a::before,
.fa-house-damage:before {
  content: "";
}
.ar-fa-house-user > a::before,
.fa-house-user:before {
  content: "";
}
.ar-fa-houzz > a::before,
.fa-houzz:before {
  content: "";
}
.ar-fa-hryvnia > a::before,
.fa-hryvnia:before {
  content: "";
}
.ar-fa-html5 > a::before,
.fa-html5:before {
  content: "";
}
.ar-fa-hubspot > a::before,
.fa-hubspot:before {
  content: "";
}
.ar-fa-i-cursor > a::before,
.fa-i-cursor:before {
  content: "";
}
.ar-fa-ice-cream > a::before,
.fa-ice-cream:before {
  content: "";
}
.ar-fa-icicles > a::before,
.fa-icicles:before {
  content: "";
}
.ar-fa-icons > a::before,
.fa-icons:before {
  content: "";
}
.ar-fa-id-badge > a::before,
.fa-id-badge:before {
  content: "";
}
.ar-fa-id-card > a::before,
.fa-id-card:before {
  content: "";
}
.ar-fa-id-card-alt > a::before,
.fa-id-card-alt:before {
  content: "";
}
.ar-fa-ideal > a::before,
.fa-ideal:before {
  content: "";
}
.ar-fa-igloo > a::before,
.fa-igloo:before {
  content: "";
}
.ar-fa-image > a::before,
.fa-image:before {
  content: "";
}
.ar-fa-images > a::before,
.fa-images:before {
  content: "";
}
.ar-fa-imdb > a::before,
.fa-imdb:before {
  content: "";
}
.ar-fa-inbox > a::before,
.fa-inbox:before {
  content: "";
}
.ar-fa-indent > a::before,
.fa-indent:before {
  content: "";
}
.ar-fa-industry > a::before,
.fa-industry:before {
  content: "";
}
.ar-fa-infinity > a::before,
.fa-infinity:before {
  content: "";
}
.ar-fa-info > a::before,
.fa-info:before,
.ar-fa-info > a::before {
  content: "";
}
.ar-fa-info-circle > a::before,
.fa-info-circle:before,
.ar-fa-info-circle > a::before {
  content: "";
}
.ar-fa-instagram > a::before,
.fa-instagram:before {
  content: "";
}
.ar-fa-instagram-square > a::before,
.fa-instagram-square:before {
  content: "";
}
.ar-fa-intercom > a::before,
.fa-intercom:before {
  content: "";
}
.ar-fa-internet-explorer > a::before,
.fa-internet-explorer:before {
  content: "";
}
.ar-fa-invision > a::before,
.fa-invision:before {
  content: "";
}
.ar-fa-ioxhost > a::before,
.fa-ioxhost:before {
  content: "";
}
.ar-fa-italic > a::before,
.fa-italic:before {
  content: "";
}
.ar-fa-itch-io > a::before,
.fa-itch-io:before {
  content: "";
}
.ar-fa-itunes > a::before,
.fa-itunes:before {
  content: "";
}
.ar-fa-itunes-note > a::before,
.fa-itunes-note:before {
  content: "";
}
.ar-fa-java > a::before,
.fa-java:before {
  content: "";
}
.ar-fa-jedi > a::before,
.fa-jedi:before {
  content: "";
}
.ar-fa-jedi-order > a::before,
.fa-jedi-order:before {
  content: "";
}
.ar-fa-jenkins > a::before,
.fa-jenkins:before {
  content: "";
}
.ar-fa-jira > a::before,
.fa-jira:before {
  content: "";
}
.ar-fa-joget > a::before,
.fa-joget:before {
  content: "";
}
.ar-fa-joint > a::before,
.fa-joint:before {
  content: "";
}
.ar-fa-joomla > a::before,
.fa-joomla:before {
  content: "";
}
.ar-fa-journal-whills > a::before,
.fa-journal-whills:before {
  content: "";
}
.ar-fa-js > a::before,
.fa-js:before {
  content: "";
}
.ar-fa-js-square > a::before,
.fa-js-square:before {
  content: "";
}
.ar-fa-jsfiddle > a::before,
.fa-jsfiddle:before {
  content: "";
}
.ar-fa-kaaba > a::before,
.fa-kaaba:before {
  content: "";
}
.ar-fa-kaggle > a::before,
.fa-kaggle:before {
  content: "";
}
.ar-fa-key > a::before,
.fa-key:before {
  content: "";
}
.ar-fa-keybase > a::before,
.fa-keybase:before {
  content: "";
}
.ar-fa-keyboard > a::before,
.fa-keyboard:before {
  content: "";
}
.ar-fa-keycdn > a::before,
.fa-keycdn:before {
  content: "";
}
.ar-fa-khanda > a::before,
.fa-khanda:before {
  content: "";
}
.ar-fa-kickstarter > a::before,
.fa-kickstarter:before {
  content: "";
}
.ar-fa-kickstarter-k > a::before,
.fa-kickstarter-k:before {
  content: "";
}
.ar-fa-kiss > a::before,
.fa-kiss:before {
  content: "";
}
.ar-fa-kiss-beam > a::before,
.fa-kiss-beam:before {
  content: "";
}
.ar-fa-kiss-wink-heart > a::before,
.fa-kiss-wink-heart:before {
  content: "";
}
.ar-fa-kiwi-bird > a::before,
.fa-kiwi-bird:before {
  content: "";
}
.ar-fa-korvue > a::before,
.fa-korvue:before {
  content: "";
}
.ar-fa-landmark > a::before,
.fa-landmark:before {
  content: "";
}
.ar-fa-language > a::before,
.fa-language:before {
  content: "";
}
.ar-fa-laptop > a::before,
.fa-laptop:before {
  content: "";
}
.ar-fa-laptop-code > a::before,
.fa-laptop-code:before {
  content: "";
}
.ar-fa-laptop-house > a::before,
.fa-laptop-house:before {
  content: "";
}
.ar-fa-laptop-medical > a::before,
.fa-laptop-medical:before {
  content: "";
}
.ar-fa-laravel > a::before,
.fa-laravel:before {
  content: "";
}
.ar-fa-lastfm > a::before,
.fa-lastfm:before {
  content: "";
}
.ar-fa-lastfm-square > a::before,
.fa-lastfm-square:before {
  content: "";
}
.ar-fa-laugh > a::before,
.fa-laugh:before {
  content: "";
}
.ar-fa-laugh-beam > a::before,
.fa-laugh-beam:before {
  content: "";
}
.ar-fa-laugh-squint > a::before,
.fa-laugh-squint:before {
  content: "";
}
.ar-fa-laugh-wink > a::before,
.fa-laugh-wink:before {
  content: "";
}
.ar-fa-layer-group > a::before,
.fa-layer-group:before {
  content: "";
}
.ar-fa-leaf > a::before,
.fa-leaf:before {
  content: "";
}
.ar-fa-leanpub > a::before,
.fa-leanpub:before {
  content: "";
}
.ar-fa-lemon > a::before,
.fa-lemon:before {
  content: "";
}
.ar-fa-less > a::before,
.fa-less:before {
  content: "";
}
.ar-fa-less-than > a::before,
.fa-less-than:before {
  content: "";
}
.ar-fa-less-than-equal > a::before,
.fa-less-than-equal:before {
  content: "";
}
.ar-fa-level-down-alt > a::before,
.fa-level-down-alt:before {
  content: "";
}
.ar-fa-level-up-alt > a::before,
.fa-level-up-alt:before {
  content: "";
}
.ar-fa-life-ring > a::before,
.fa-life-ring:before {
  content: "";
}
.ar-fa-lightbulb > a::before,
.fa-lightbulb:before {
  content: "";
}
.ar-fa-line > a::before,
.fa-line:before {
  content: "";
}
.ar-fa-link > a::before,
.fa-link:before {
  content: "";
}
.ar-fa-linkedin > a::before,
.fa-linkedin:before {
  content: "";
}
.ar-fa-linkedin-in > a::before,
.fa-linkedin-in:before {
  content: "";
}
.ar-fa-linode > a::before,
.fa-linode:before {
  content: "";
}
.ar-fa-linux > a::before,
.fa-linux:before {
  content: "";
}
.ar-fa-lira-sign > a::before,
.fa-lira-sign:before {
  content: "";
}
.ar-fa-list > a::before,
.fa-list:before {
  content: "";
}
.ar-fa-list-alt > a::before,
.fa-list-alt:before {
  content: "";
}
.ar-fa-list-ol > a::before,
.fa-list-ol:before {
  content: "";
}
.ar-fa-list-ul > a::before,
.fa-list-ul:before {
  content: "";
}
.ar-fa-location-arrow > a::before,
.fa-location-arrow:before {
  content: "";
}
.ar-fa-lock > a::before,
.fa-lock:before {
  content: "";
}
.ar-fa-lock-open > a::before,
.fa-lock-open:before {
  content: "";
}
.ar-fa-long-arrow-alt-down > a::before,
.fa-long-arrow-alt-down:before {
  content: "";
}
.ar-fa-long-arrow-alt-left > a::before,
.fa-long-arrow-alt-left:before {
  content: "";
}
.ar-fa-long-arrow-alt-right > a::before,
.fa-long-arrow-alt-right:before {
  content: "";
}
.ar-fa-long-arrow-alt-up > a::before,
.fa-long-arrow-alt-up:before {
  content: "";
}
.ar-fa-low-vision > a::before,
.fa-low-vision:before {
  content: "";
}
.ar-fa-luggage-cart > a::before,
.fa-luggage-cart:before {
  content: "";
}
.ar-fa-lungs > a::before,
.fa-lungs:before {
  content: "";
}
.ar-fa-lungs-virus > a::before,
.fa-lungs-virus:before {
  content: "";
}
.ar-fa-lyft > a::before,
.fa-lyft:before {
  content: "";
}
.ar-fa-magento > a::before,
.fa-magento:before {
  content: "";
}
.ar-fa-magic > a::before,
.fa-magic:before {
  content: "";
}
.ar-fa-magnet > a::before,
.fa-magnet:before {
  content: "";
}
.ar-fa-mail-bulk > a::before,
.fa-mail-bulk:before {
  content: "";
}
.ar-fa-mailchimp > a::before,
.fa-mailchimp:before {
  content: "";
}
.ar-fa-male > a::before,
.fa-male:before {
  content: "";
}
.ar-fa-mandalorian > a::before,
.fa-mandalorian:before {
  content: "";
}
.ar-fa-map > a::before,
.fa-map:before {
  content: "";
}
.ar-fa-map-marked > a::before,
.fa-map-marked:before {
  content: "";
}
.ar-fa-map-marked-alt > a::before,
.fa-map-marked-alt:before {
  content: "";
}
.ar-fa-map-marker > a::before,
.fa-map-marker:before {
  content: "";
}
.ar-fa-map-marker-alt > a::before,
.fa-map-marker-alt:before {
  content: "";
}
.ar-fa-map-pin > a::before,
.fa-map-pin:before {
  content: "";
}
.ar-fa-map-signs > a::before,
.fa-map-signs:before {
  content: "";
}
.ar-fa-markdown > a::before,
.fa-markdown:before {
  content: "";
}
.ar-fa-marker > a::before,
.fa-marker:before {
  content: "";
}
.ar-fa-mars > a::before,
.fa-mars:before {
  content: "";
}
.ar-fa-mars-double > a::before,
.fa-mars-double:before {
  content: "";
}
.ar-fa-mars-stroke > a::before,
.fa-mars-stroke:before {
  content: "";
}
.ar-fa-mars-stroke-h > a::before,
.fa-mars-stroke-h:before {
  content: "";
}
.ar-fa-mars-stroke-v > a::before,
.fa-mars-stroke-v:before {
  content: "";
}
.ar-fa-mask > a::before,
.fa-mask:before {
  content: "";
}
.ar-fa-mastodon > a::before,
.fa-mastodon:before {
  content: "";
}
.ar-fa-maxcdn > a::before,
.fa-maxcdn:before {
  content: "";
}
.ar-fa-mdb > a::before,
.fa-mdb:before {
  content: "";
}
.ar-fa-medal > a::before,
.fa-medal:before,
.ar-fa-medal > a::before {
  content: "";
}
.ar-fa-medapps > a::before,
.fa-medapps:before {
  content: "";
}
.ar-fa-medium > a::before,
.fa-medium:before {
  content: "";
}
.ar-fa-medium-m > a::before,
.fa-medium-m:before {
  content: "";
}
.ar-fa-medkit > a::before,
.fa-medkit:before {
  content: "";
}
.ar-fa-medrt > a::before,
.fa-medrt:before {
  content: "";
}
.ar-fa-meetup > a::before,
.fa-meetup:before {
  content: "";
}
.ar-fa-megaport > a::before,
.fa-megaport:before {
  content: "";
}
.ar-fa-meh > a::before,
.fa-meh:before {
  content: "";
}
.ar-fa-meh-blank > a::before,
.fa-meh-blank:before {
  content: "";
}
.ar-fa-meh-rolling-eyes > a::before,
.fa-meh-rolling-eyes:before {
  content: "";
}
.ar-fa-memory > a::before,
.fa-memory:before {
  content: "";
}
.ar-fa-mendeley > a::before,
.fa-mendeley:before {
  content: "";
}
.ar-fa-menorah > a::before,
.fa-menorah:before {
  content: "";
}
.ar-fa-mercury > a::before,
.fa-mercury:before {
  content: "";
}
.ar-fa-meteor > a::before,
.fa-meteor:before {
  content: "";
}
.ar-fa-microblog > a::before,
.fa-microblog:before {
  content: "";
}
.ar-fa-microchip > a::before,
.fa-microchip:before {
  content: "";
}
.ar-fa-microphone > a::before,
.fa-microphone:before {
  content: "";
}
.ar-fa-microphone-alt > a::before,
.fa-microphone-alt:before {
  content: "";
}
.ar-fa-microphone-alt-slash > a::before,
.fa-microphone-alt-slash:before {
  content: "";
}
.ar-fa-microphone-slash > a::before,
.fa-microphone-slash:before {
  content: "";
}
.ar-fa-microscope > a::before,
.fa-microscope:before {
  content: "";
}
.ar-fa-microsoft > a::before,
.fa-microsoft:before {
  content: "";
}
.ar-fa-minus > a::before,
.fa-minus:before {
  content: "";
}
.ar-fa-minus-circle > a::before,
.fa-minus-circle:before {
  content: "";
}
.ar-fa-minus-square > a::before,
.fa-minus-square:before {
  content: "";
}
.ar-fa-mitten > a::before,
.fa-mitten:before {
  content: "";
}
.ar-fa-mix > a::before,
.fa-mix:before {
  content: "";
}
.ar-fa-mixcloud > a::before,
.fa-mixcloud:before {
  content: "";
}
.ar-fa-mixer > a::before,
.fa-mixer:before {
  content: "";
}
.ar-fa-mizuni > a::before,
.fa-mizuni:before {
  content: "";
}
.ar-fa-mobile > a::before,
.fa-mobile:before {
  content: "";
}
.ar-fa-mobile-alt > a::before,
.fa-mobile-alt:before {
  content: "";
}
.ar-fa-modx > a::before,
.fa-modx:before {
  content: "";
}
.ar-fa-monero > a::before,
.fa-monero:before {
  content: "";
}
.ar-fa-money-bill > a::before,
.fa-money-bill:before {
  content: "";
}
.ar-fa-money-bill-alt > a::before,
.fa-money-bill-alt:before {
  content: "";
}
.ar-fa-money-bill-wave > a::before,
.fa-money-bill-wave:before {
  content: "";
}
.ar-fa-money-bill-wave-alt > a::before,
.fa-money-bill-wave-alt:before {
  content: "";
}
.ar-fa-money-check > a::before,
.fa-money-check:before {
  content: "";
}
.ar-fa-money-check-alt > a::before,
.fa-money-check-alt:before {
  content: "";
}
.ar-fa-monument > a::before,
.fa-monument:before {
  content: "";
}
.ar-fa-moon > a::before,
.fa-moon:before {
  content: "";
}
.ar-fa-mortar-pestle > a::before,
.fa-mortar-pestle:before {
  content: "";
}
.ar-fa-mosque > a::before,
.fa-mosque:before {
  content: "";
}
.ar-fa-motorcycle > a::before,
.fa-motorcycle:before {
  content: "";
}
.ar-fa-mountain > a::before,
.fa-mountain:before {
  content: "";
}
.ar-fa-mouse > a::before,
.fa-mouse:before {
  content: "";
}
.ar-fa-mouse-pointer > a::before,
.fa-mouse-pointer:before {
  content: "";
}
.ar-fa-mug-hot > a::before,
.fa-mug-hot:before {
  content: "";
}
.ar-fa-music > a::before,
.fa-music:before {
  content: "";
}
.ar-fa-napster > a::before,
.fa-napster:before {
  content: "";
}
.ar-fa-neos > a::before,
.fa-neos:before {
  content: "";
}
.ar-fa-network-wired > a::before,
.fa-network-wired:before {
  content: "";
}
.ar-fa-neuter > a::before,
.fa-neuter:before {
  content: "";
}
.ar-fa-newspaper > a::before,
.ar-fa-newspaper > a::before,
.fa-newspaper:before {
  content: "";
}
.ar-fa-nimblr > a::before,
.fa-nimblr:before {
  content: "";
}
.ar-fa-node > a::before,
.fa-node:before {
  content: "";
}
.ar-fa-node-js > a::before,
.fa-node-js:before {
  content: "";
}
.ar-fa-not-equal > a::before,
.fa-not-equal:before {
  content: "";
}
.ar-fa-notes-medical > a::before,
.fa-notes-medical:before {
  content: "";
}
.ar-fa-npm > a::before,
.fa-npm:before {
  content: "";
}
.ar-fa-ns8 > a::before,
.fa-ns8:before {
  content: "";
}
.ar-fa-nutritionix > a::before,
.fa-nutritionix:before {
  content: "";
}
.ar-fa-object-group > a::before,
.fa-object-group:before {
  content: "";
}
.ar-fa-object-ungroup > a::before,
.fa-object-ungroup:before {
  content: "";
}
.ar-fa-odnoklassniki > a::before,
.fa-odnoklassniki:before {
  content: "";
}
.ar-fa-odnoklassniki-square > a::before,
.fa-odnoklassniki-square:before {
  content: "";
}
.ar-fa-oil-can > a::before,
.fa-oil-can:before {
  content: "";
}
.ar-fa-old-republic > a::before,
.fa-old-republic:before {
  content: "";
}
.ar-fa-om > a::before,
.fa-om:before {
  content: "";
}
.ar-fa-opencart > a::before,
.fa-opencart:before {
  content: "";
}
.ar-fa-openid > a::before,
.fa-openid:before {
  content: "";
}
.ar-fa-opera > a::before,
.fa-opera:before {
  content: "";
}
.ar-fa-optin-monster > a::before,
.fa-optin-monster:before {
  content: "";
}
.ar-fa-orcid > a::before,
.fa-orcid:before {
  content: "";
}
.ar-fa-osi > a::before,
.fa-osi:before {
  content: "";
}
.ar-fa-otter > a::before,
.fa-otter:before {
  content: "";
}
.ar-fa-outdent > a::before,
.fa-outdent:before {
  content: "";
}
.ar-fa-page4 > a::before,
.fa-page4:before {
  content: "";
}
.ar-fa-pagelines > a::before,
.fa-pagelines:before {
  content: "";
}
.ar-fa-pager > a::before,
.fa-pager:before {
  content: "";
}
.ar-fa-paint-brush > a::before,
.fa-paint-brush:before {
  content: "";
}
.ar-fa-paint-roller > a::before,
.fa-paint-roller:before {
  content: "";
}
.ar-fa-palette > a::before,
.fa-palette:before {
  content: "";
}
.ar-fa-palfed > a::before,
.fa-palfed:before {
  content: "";
}
.ar-fa-pallet > a::before,
.fa-pallet:before {
  content: "";
}
.ar-fa-paper-plane > a::before,
.fa-paper-plane:before {
  content: "";
}
.ar-fa-paperclip > a::before,
.fa-paperclip:before {
  content: "";
}
.ar-fa-parachute-box > a::before,
.fa-parachute-box:before {
  content: "";
}
.ar-fa-paragraph > a::before,
.fa-paragraph:before {
  content: "";
}
.ar-fa-parking > a::before,
.fa-parking:before {
  content: "";
}
.ar-fa-passport > a::before,
.fa-passport:before {
  content: "";
}
.ar-fa-pastafarianism > a::before,
.fa-pastafarianism:before {
  content: "";
}
.ar-fa-paste > a::before,
.fa-paste:before {
  content: "";
}
.ar-fa-patreon > a::before,
.fa-patreon:before {
  content: "";
}
.ar-fa-pause > a::before,
.fa-pause:before {
  content: "";
}
.ar-fa-pause-circle > a::before,
.fa-pause-circle:before {
  content: "";
}
.ar-fa-paw > a::before,
.fa-paw:before {
  content: "";
}
.ar-fa-paypal > a::before,
.fa-paypal:before {
  content: "";
}
.ar-fa-peace > a::before,
.fa-peace:before {
  content: "";
}
.ar-fa-pen > a::before,
.fa-pen:before {
  content: "";
}
.ar-fa-pen-alt > a::before,
.fa-pen-alt:before {
  content: "";
}
.ar-fa-pen-fancy > a::before,
.fa-pen-fancy:before {
  content: "";
}
.ar-fa-pen-nib > a::before,
.fa-pen-nib:before {
  content: "";
}
.ar-fa-pen-square > a::before,
.fa-pen-square:before {
  content: "";
}
.ar-fa-pencil-alt > a::before,
.fa-pencil-alt:before {
  content: "";
}
.ar-fa-pencil-ruler > a::before,
.fa-pencil-ruler:before {
  content: "";
}
.ar-fa-penny-arcade > a::before,
.fa-penny-arcade:before {
  content: "";
}
.ar-fa-people-arrows > a::before,
.fa-people-arrows:before {
  content: "";
}
.ar-fa-people-carry > a::before,
.fa-people-carry:before {
  content: "";
}
.ar-fa-pepper-hot > a::before,
.fa-pepper-hot:before {
  content: "";
}
.ar-fa-percent > a::before,
.fa-percent:before {
  content: "";
}
.ar-fa-percentage > a::before,
.fa-percentage:before {
  content: "";
}
.ar-fa-periscope > a::before,
.fa-periscope:before {
  content: "";
}
.ar-fa-person-booth > a::before,
.fa-person-booth:before {
  content: "";
}
.ar-fa-phabricator > a::before,
.fa-phabricator:before {
  content: "";
}
.ar-fa-phoenix-framework > a::before,
.fa-phoenix-framework:before {
  content: "";
}
.ar-fa-phoenix-squadron > a::before,
.fa-phoenix-squadron:before {
  content: "";
}
.ar-fa-phone > a::before,
.fa-phone:before {
  content: "";
}
.ar-fa-phone-alt > a::before,
.fa-phone-alt:before {
  content: "";
}
.ar-fa-phone-slash > a::before,
.fa-phone-slash:before {
  content: "";
}
.ar-fa-phone-square > a::before,
.fa-phone-square:before {
  content: "";
}
.ar-fa-phone-square-alt > a::before,
.fa-phone-square-alt:before {
  content: "";
}
.ar-fa-phone-volume > a::before,
.fa-phone-volume:before {
  content: "";
}
.ar-fa-photo-video > a::before,
.fa-photo-video:before {
  content: "";
}
.ar-fa-php > a::before,
.fa-php:before {
  content: "";
}
.ar-fa-pied-piper > a::before,
.fa-pied-piper:before {
  content: "";
}
.ar-fa-pied-piper-alt > a::before,
.fa-pied-piper-alt:before {
  content: "";
}
.ar-fa-pied-piper-hat > a::before,
.fa-pied-piper-hat:before {
  content: "";
}
.ar-fa-pied-piper-pp > a::before,
.fa-pied-piper-pp:before {
  content: "";
}
.ar-fa-pied-piper-square > a::before,
.fa-pied-piper-square:before {
  content: "";
}
.ar-fa-piggy-bank > a::before,
.fa-piggy-bank:before {
  content: "";
}
.ar-fa-pills > a::before,
.fa-pills:before {
  content: "";
}
.ar-fa-pinterest > a::before,
.fa-pinterest:before {
  content: "";
}
.ar-fa-pinterest-p > a::before,
.fa-pinterest-p:before {
  content: "";
}
.ar-fa-pinterest-square > a::before,
.fa-pinterest-square:before {
  content: "";
}
.ar-fa-pizza-slice > a::before,
.fa-pizza-slice:before {
  content: "";
}
.ar-fa-place-of-worship > a::before,
.fa-place-of-worship:before {
  content: "";
}
.ar-fa-plane > a::before,
.fa-plane:before {
  content: "";
}
.ar-fa-plane-arrival > a::before,
.fa-plane-arrival:before {
  content: "";
}
.ar-fa-plane-departure > a::before,
.fa-plane-departure:before {
  content: "";
}
.ar-fa-plane-slash > a::before,
.fa-plane-slash:before {
  content: "";
}
.ar-fa-play > a::before,
.fa-play:before {
  content: "";
}
.ar-fa-play-circle > a::before,
.fa-play-circle:before {
  content: "";
}
.ar-fa-playstation > a::before,
.fa-playstation:before {
  content: "";
}
.ar-fa-plug > a::before,
.fa-plug:before {
  content: "";
}
.ar-fa-plus > a::before,
.fa-plus:before {
  content: "";
}
.ar-fa-plus-circle > a::before,
.fa-plus-circle:before {
  content: "";
}
.ar-fa-plus-square > a::before,
.fa-plus-square:before {
  content: "";
}
.ar-fa-podcast > a::before,
.fa-podcast:before {
  content: "";
}
.ar-fa-poll > a::before,
.fa-poll:before {
  content: "";
}
.ar-fa-poll-h > a::before,
.fa-poll-h:before {
  content: "";
}
.ar-fa-poo > a::before,
.fa-poo:before {
  content: "";
}
.ar-fa-poo-storm > a::before,
.fa-poo-storm:before {
  content: "";
}
.ar-fa-poop > a::before,
.fa-poop:before {
  content: "";
}
.ar-fa-portrait > a::before,
.fa-portrait:before {
  content: "";
}
.ar-fa-pound-sign > a::before,
.fa-pound-sign:before {
  content: "";
}
.ar-fa-power-off > a::before,
.fa-power-off:before {
  content: "";
}
.ar-fa-pray > a::before,
.fa-pray:before {
  content: "";
}
.ar-fa-praying-hands > a::before,
.fa-praying-hands:before {
  content: "";
}
.ar-fa-prescription > a::before,
.fa-prescription:before {
  content: "";
}
.ar-fa-prescription-bottle > a::before,
.fa-prescription-bottle:before {
  content: "";
}
.ar-fa-prescription-bottle-alt > a::before,
.fa-prescription-bottle-alt:before {
  content: "";
}
.ar-fa-print > a::before,
.fa-print:before {
  content: "";
}
.ar-fa-procedures > a::before,
.fa-procedures:before {
  content: "";
}
.ar-fa-product-hunt > a::before,
.fa-product-hunt:before {
  content: "";
}
.ar-fa-project-diagram > a::before,
.fa-project-diagram:before {
  content: "";
}
.ar-fa-pump-medical > a::before,
.fa-pump-medical:before {
  content: "";
}
.ar-fa-pump-soap > a::before,
.fa-pump-soap:before {
  content: "";
}
.ar-fa-pushed > a::before,
.fa-pushed:before {
  content: "";
}
.ar-fa-puzzle-piece > a::before,
.fa-puzzle-piece:before {
  content: "";
}
.ar-fa-python > a::before,
.fa-python:before {
  content: "";
}
.ar-fa-qq > a::before,
.fa-qq:before {
  content: "";
}
.ar-fa-qrcode > a::before,
.fa-qrcode:before {
  content: "";
}
.ar-fa-question > a::before,
.fa-question:before {
  content: "";
}
.ar-fa-question-circle > a::before,
.fa-question-circle:before,
.ar-fa-question-circle > a::before {
  content: "";
}
.ar-fa-quidditch > a::before,
.fa-quidditch:before {
  content: "";
}
.ar-fa-quinscape > a::before,
.fa-quinscape:before {
  content: "";
}
.ar-fa-quora > a::before,
.fa-quora:before {
  content: "";
}
.ar-fa-quote-left > a::before,
.fa-quote-left:before {
  content: "";
}
.ar-fa-quote-right > a::before,
.fa-quote-right:before {
  content: "";
}
.ar-fa-quran > a::before,
.fa-quran:before {
  content: "";
}
.ar-fa-r-project > a::before,
.fa-r-project:before {
  content: "";
}
.ar-fa-radiation > a::before,
.fa-radiation:before {
  content: "";
}
.ar-fa-radiation-alt > a::before,
.fa-radiation-alt:before {
  content: "";
}
.ar-fa-rainbow > a::before,
.fa-rainbow:before {
  content: "";
}
.ar-fa-random > a::before,
.fa-random:before {
  content: "";
}
.ar-fa-raspberry-pi > a::before,
.fa-raspberry-pi:before {
  content: "";
}
.ar-fa-ravelry > a::before,
.fa-ravelry:before {
  content: "";
}
.ar-fa-react > a::before,
.fa-react:before {
  content: "";
}
.ar-fa-reacteurope > a::before,
.fa-reacteurope:before {
  content: "";
}
.ar-fa-readme > a::before,
.fa-readme:before {
  content: "";
}
.ar-fa-rebel > a::before,
.fa-rebel:before {
  content: "";
}
.ar-fa-receipt > a::before,
.fa-receipt:before {
  content: "";
}
.ar-fa-record-vinyl > a::before,
.fa-record-vinyl:before {
  content: "";
}
.ar-fa-recycle > a::before,
.fa-recycle:before {
  content: "";
}
.ar-fa-red-river > a::before,
.fa-red-river:before {
  content: "";
}
.ar-fa-reddit > a::before,
.fa-reddit:before {
  content: "";
}
.ar-fa-reddit-alien > a::before,
.fa-reddit-alien:before {
  content: "";
}
.ar-fa-reddit-square > a::before,
.fa-reddit-square:before {
  content: "";
}
.ar-fa-redhat > a::before,
.fa-redhat:before {
  content: "";
}
.ar-fa-redo > a::before,
.fa-redo:before {
  content: "";
}
.ar-fa-redo-alt > a::before,
.fa-redo-alt:before {
  content: "";
}
.ar-fa-registered > a::before,
.fa-registered:before {
  content: "";
}
.ar-fa-remove-format > a::before,
.fa-remove-format:before {
  content: "";
}
.ar-fa-renren > a::before,
.fa-renren:before {
  content: "";
}
.ar-fa-reply > a::before,
.fa-reply:before {
  content: "";
}
.ar-fa-reply-all > a::before,
.fa-reply-all:before {
  content: "";
}
.ar-fa-replyd > a::before,
.fa-replyd:before {
  content: "";
}
.ar-fa-republican > a::before,
.fa-republican:before {
  content: "";
}
.ar-fa-researchgate > a::before,
.fa-researchgate:before {
  content: "";
}
.ar-fa-resolving > a::before,
.fa-resolving:before {
  content: "";
}
.ar-fa-restroom > a::before,
.fa-restroom:before {
  content: "";
}
.ar-fa-retweet > a::before,
.fa-retweet:before {
  content: "";
}
.ar-fa-rev > a::before,
.fa-rev:before {
  content: "";
}
.ar-fa-ribbon > a::before,
.fa-ribbon:before {
  content: "";
}
.ar-fa-ring > a::before,
.fa-ring:before {
  content: "";
}
.ar-fa-road > a::before,
.fa-road:before {
  content: "";
}
.ar-fa-robot > a::before,
.fa-robot:before {
  content: "";
}
.ar-fa-rocket > a::before,
.fa-rocket:before {
  content: "";
}
.ar-fa-rocketchat > a::before,
.fa-rocketchat:before {
  content: "";
}
.ar-fa-rockrms > a::before,
.fa-rockrms:before {
  content: "";
}
.ar-fa-route > a::before,
.fa-route:before {
  content: "";
}
.ar-fa-rss > a::before,
.fa-rss:before {
  content: "";
}
.ar-fa-rss-square > a::before,
.fa-rss-square:before {
  content: "";
}
.ar-fa-ruble-sign > a::before,
.fa-ruble-sign:before {
  content: "";
}
.ar-fa-ruler > a::before,
.fa-ruler:before {
  content: "";
}
.ar-fa-ruler-combined > a::before,
.fa-ruler-combined:before {
  content: "";
}
.ar-fa-ruler-horizontal > a::before,
.fa-ruler-horizontal:before {
  content: "";
}
.ar-fa-ruler-vertical > a::before,
.fa-ruler-vertical:before {
  content: "";
}
.ar-fa-running > a::before,
.fa-running:before {
  content: "";
}
.ar-fa-rupee-sign > a::before,
.fa-rupee-sign:before {
  content: "";
}
.ar-fa-rust > a::before,
.fa-rust:before {
  content: "";
}
.ar-fa-sad-cry > a::before,
.fa-sad-cry:before {
  content: "";
}
.ar-fa-sad-tear > a::before,
.fa-sad-tear:before {
  content: "";
}
.ar-fa-safari > a::before,
.fa-safari:before {
  content: "";
}
.ar-fa-salesforce > a::before,
.fa-salesforce:before {
  content: "";
}
.ar-fa-sass > a::before,
.fa-sass:before {
  content: "";
}
.ar-fa-satellite > a::before,
.fa-satellite:before {
  content: "";
}
.ar-fa-satellite-dish > a::before,
.fa-satellite-dish:before {
  content: "";
}
.ar-fa-save > a::before,
.fa-save:before {
  content: "";
}
.ar-fa-schlix > a::before,
.fa-schlix:before {
  content: "";
}
.ar-fa-school > a::before,
.fa-school:before {
  content: "";
}
.ar-fa-screwdriver > a::before,
.fa-screwdriver:before {
  content: "";
}
.ar-fa-scribd > a::before,
.fa-scribd:before {
  content: "";
}
.ar-fa-scroll > a::before,
.fa-scroll:before {
  content: "";
}
.ar-fa-sd-card > a::before,
.fa-sd-card:before {
  content: "";
}
.ar-fa-search > a::before,
.fa-search:before {
  content: "";
}
.ar-fa-search-dollar > a::before,
.fa-search-dollar:before {
  content: "";
}
.ar-fa-search-location > a::before,
.fa-search-location:before {
  content: "";
}
.ar-fa-search-minus > a::before,
.fa-search-minus:before {
  content: "";
}
.ar-fa-search-plus > a::before,
.fa-search-plus:before {
  content: "";
}
.ar-fa-searchengin > a::before,
.fa-searchengin:before {
  content: "";
}
.ar-fa-seedling > a::before,
.fa-seedling:before {
  content: "";
}
.ar-fa-sellcast > a::before,
.fa-sellcast:before {
  content: "";
}
.ar-fa-sellsy > a::before,
.fa-sellsy:before {
  content: "";
}
.ar-fa-server > a::before,
.fa-server:before {
  content: "";
}
.ar-fa-servicestack > a::before,
.fa-servicestack:before {
  content: "";
}
.ar-fa-shapes > a::before,
.fa-shapes:before {
  content: "";
}
.ar-fa-share > a::before,
.fa-share:before {
  content: "";
}
.ar-fa-share-alt > a::before,
.fa-share-alt:before {
  content: "";
}
.ar-fa-share-alt-square > a::before,
.fa-share-alt-square:before {
  content: "";
}
.ar-fa-share-square > a::before,
.fa-share-square:before {
  content: "";
}
.ar-fa-shekel-sign > a::before,
.fa-shekel-sign:before {
  content: "";
}
.ar-fa-shield-alt > a::before,
.fa-shield-alt:before {
  content: "";
}
.ar-fa-shield-virus > a::before,
.fa-shield-virus:before {
  content: "";
}
.ar-fa-ship > a::before,
.fa-ship:before {
  content: "";
}
.ar-fa-shipping-fast > a::before,
.fa-shipping-fast:before {
  content: "";
}
.ar-fa-shirtsinbulk > a::before,
.fa-shirtsinbulk:before {
  content: "";
}
.ar-fa-shoe-prints > a::before,
.fa-shoe-prints:before {
  content: "";
}
.ar-fa-shopify > a::before,
.fa-shopify:before {
  content: "";
}
.ar-fa-shopping-bag > a::before,
.fa-shopping-bag:before {
  content: "";
}
.ar-fa-shopping-basket > a::before,
.fa-shopping-basket:before {
  content: "";
}
.ar-fa-shopping-cart > a::before,
.fa-shopping-cart:before {
  content: "";
}
.ar-fa-shopware > a::before,
.fa-shopware:before {
  content: "";
}
.ar-fa-shower > a::before,
.fa-shower:before {
  content: "";
}
.ar-fa-shuttle-van > a::before,
.fa-shuttle-van:before {
  content: "";
}
.ar-fa-sign > a::before,
.fa-sign:before {
  content: "";
}
.ar-fa-sign-in-alt > a::before,
.fa-sign-in-alt:before {
  content: "";
}
.ar-fa-sign-language > a::before,
.fa-sign-language:before {
  content: "";
}
.ar-fa-sign-out-alt > a::before,
.fa-sign-out-alt:before {
  content: "";
}
.ar-fa-signal > a::before,
.fa-signal:before {
  content: "";
}
.ar-fa-signature > a::before,
.fa-signature:before {
  content: "";
}
.ar-fa-sim-card > a::before,
.fa-sim-card:before {
  content: "";
}
.ar-fa-simplybuilt > a::before,
.fa-simplybuilt:before {
  content: "";
}
.ar-fa-sink > a::before,
.fa-sink:before {
  content: "";
}
.ar-fa-sistrix > a::before,
.fa-sistrix:before {
  content: "";
}
.ar-fa-sitemap > a::before,
.fa-sitemap:before {
  content: "";
}
.ar-fa-sith > a::before,
.fa-sith:before {
  content: "";
}
.ar-fa-skating > a::before,
.fa-skating:before {
  content: "";
}
.ar-fa-sketch > a::before,
.fa-sketch:before {
  content: "";
}
.ar-fa-skiing > a::before,
.fa-skiing:before {
  content: "";
}
.ar-fa-skiing-nordic > a::before,
.fa-skiing-nordic:before {
  content: "";
}
.ar-fa-skull > a::before,
.fa-skull:before {
  content: "";
}
.ar-fa-skull-crossbones > a::before,
.fa-skull-crossbones:before {
  content: "";
}
.ar-fa-skyatlas > a::before,
.fa-skyatlas:before {
  content: "";
}
.ar-fa-skype > a::before,
.fa-skype:before {
  content: "";
}
.ar-fa-slack > a::before,
.fa-slack:before {
  content: "";
}
.ar-fa-slack-hash > a::before,
.fa-slack-hash:before {
  content: "";
}
.ar-fa-slash > a::before,
.fa-slash:before {
  content: "";
}
.ar-fa-sleigh > a::before,
.fa-sleigh:before {
  content: "";
}
.ar-fa-sliders-h > a::before,
.fa-sliders-h:before {
  content: "";
}
.ar-fa-slideshare > a::before,
.fa-slideshare:before {
  content: "";
}
.ar-fa-smile > a::before,
.fa-smile:before {
  content: "";
}
.ar-fa-smile-beam > a::before,
.fa-smile-beam:before {
  content: "";
}
.ar-fa-smile-wink > a::before,
.fa-smile-wink:before {
  content: "";
}
.ar-fa-smog > a::before,
.fa-smog:before {
  content: "";
}
.ar-fa-smoking > a::before,
.fa-smoking:before {
  content: "";
}
.ar-fa-smoking-ban > a::before,
.fa-smoking-ban:before {
  content: "";
}
.ar-fa-sms > a::before,
.fa-sms:before {
  content: "";
}
.ar-fa-snapchat > a::before,
.fa-snapchat:before {
  content: "";
}
.ar-fa-snapchat-ghost > a::before,
.fa-snapchat-ghost:before {
  content: "";
}
.ar-fa-snapchat-square > a::before,
.fa-snapchat-square:before {
  content: "";
}
.ar-fa-snowboarding > a::before,
.fa-snowboarding:before {
  content: "";
}
.ar-fa-snowflake > a::before,
.fa-snowflake:before {
  content: "";
}
.ar-fa-snowman > a::before,
.fa-snowman:before {
  content: "";
}
.ar-fa-snowplow > a::before,
.fa-snowplow:before {
  content: "";
}
.ar-fa-soap > a::before,
.fa-soap:before {
  content: "";
}
.ar-fa-socks > a::before,
.fa-socks:before {
  content: "";
}
.ar-fa-solar-panel > a::before,
.fa-solar-panel:before {
  content: "";
}
.ar-fa-sort > a::before,
.fa-sort:before {
  content: "";
}
.ar-fa-sort-alpha-down > a::before,
.fa-sort-alpha-down:before {
  content: "";
}
.ar-fa-sort-alpha-down-alt > a::before,
.fa-sort-alpha-down-alt:before {
  content: "";
}
.ar-fa-sort-alpha-up > a::before,
.fa-sort-alpha-up:before {
  content: "";
}
.ar-fa-sort-alpha-up-alt > a::before,
.fa-sort-alpha-up-alt:before {
  content: "";
}
.ar-fa-sort-amount-down > a::before,
.fa-sort-amount-down:before {
  content: "";
}
.ar-fa-sort-amount-down-alt > a::before,
.fa-sort-amount-down-alt:before {
  content: "";
}
.ar-fa-sort-amount-up > a::before,
.fa-sort-amount-up:before {
  content: "";
}
.ar-fa-sort-amount-up-alt > a::before,
.fa-sort-amount-up-alt:before {
  content: "";
}
.ar-fa-sort-down > a::before,
.fa-sort-down:before {
  content: "";
}
.ar-fa-sort-numeric-down > a::before,
.fa-sort-numeric-down:before {
  content: "";
}
.ar-fa-sort-numeric-down-alt > a::before,
.fa-sort-numeric-down-alt:before {
  content: "";
}
.ar-fa-sort-numeric-up > a::before,
.fa-sort-numeric-up:before {
  content: "";
}
.ar-fa-sort-numeric-up-alt > a::before,
.fa-sort-numeric-up-alt:before {
  content: "";
}
.ar-fa-sort-up > a::before,
.fa-sort-up:before {
  content: "";
}
.ar-fa-soundcloud > a::before,
.fa-soundcloud:before {
  content: "";
}
.ar-fa-sourcetree > a::before,
.fa-sourcetree:before {
  content: "";
}
.ar-fa-spa > a::before,
.fa-spa:before {
  content: "";
}
.ar-fa-space-shuttle > a::before,
.fa-space-shuttle:before {
  content: "";
}
.ar-fa-speakap > a::before,
.fa-speakap:before {
  content: "";
}
.ar-fa-speaker-deck > a::before,
.fa-speaker-deck:before {
  content: "";
}
.ar-fa-spell-check > a::before,
.fa-spell-check:before {
  content: "";
}
.ar-fa-spider > a::before,
.fa-spider:before {
  content: "";
}
.ar-fa-spinner > a::before,
.fa-spinner:before {
  content: "";
}
.ar-fa-splotch > a::before,
.fa-splotch:before {
  content: "";
}
.ar-fa-spotify > a::before,
.fa-spotify:before {
  content: "";
}
.ar-fa-spray-can > a::before,
.fa-spray-can:before {
  content: "";
}
.ar-fa-square > a::before,
.fa-square:before {
  content: "";
}
.ar-fa-square-full > a::before,
.fa-square-full:before {
  content: "";
}
.ar-fa-square-root-alt > a::before,
.fa-square-root-alt:before {
  content: "";
}
.ar-fa-squarespace > a::before,
.fa-squarespace:before {
  content: "";
}
.ar-fa-stack-exchange > a::before,
.fa-stack-exchange:before {
  content: "";
}
.ar-fa-stack-overflow > a::before,
.fa-stack-overflow:before {
  content: "";
}
.ar-fa-stackpath > a::before,
.fa-stackpath:before {
  content: "";
}
.ar-fa-stamp > a::before,
.fa-stamp:before {
  content: "";
}
.ar-fa-star > a::before,
.fa-star:before {
  content: "";
}
.ar-fa-star-and-crescent > a::before,
.fa-star-and-crescent:before {
  content: "";
}
.ar-fa-star-half > a::before,
.fa-star-half:before {
  content: "";
}
.ar-fa-star-half-alt > a::before,
.fa-star-half-alt:before {
  content: "";
}
.ar-fa-star-of-david > a::before,
.fa-star-of-david:before {
  content: "";
}
.ar-fa-star-of-life > a::before,
.fa-star-of-life:before {
  content: "";
}
.ar-fa-staylinked > a::before,
.fa-staylinked:before {
  content: "";
}
.ar-fa-steam > a::before,
.fa-steam:before {
  content: "";
}
.ar-fa-steam-square > a::before,
.fa-steam-square:before {
  content: "";
}
.ar-fa-steam-symbol > a::before,
.fa-steam-symbol:before {
  content: "";
}
.ar-fa-step-backward > a::before,
.fa-step-backward:before {
  content: "";
}
.ar-fa-step-forward > a::before,
.fa-step-forward:before {
  content: "";
}
.ar-fa-stethoscope > a::before,
.fa-stethoscope:before {
  content: "";
}
.ar-fa-sticker-mule > a::before,
.fa-sticker-mule:before {
  content: "";
}
.ar-fa-sticky-note > a::before,
.fa-sticky-note:before {
  content: "";
}
.ar-fa-stop > a::before,
.fa-stop:before {
  content: "";
}
.ar-fa-stop-circle > a::before,
.fa-stop-circle:before {
  content: "";
}
.ar-fa-stopwatch > a::before,
.fa-stopwatch:before {
  content: "";
}
.ar-fa-stopwatch-20 > a::before,
.fa-stopwatch-20:before {
  content: "";
}
.ar-fa-store > a::before,
.fa-store:before {
  content: "";
}
.ar-fa-store-alt > a::before,
.fa-store-alt:before {
  content: "";
}
.ar-fa-store-alt-slash > a::before,
.fa-store-alt-slash:before {
  content: "";
}
.ar-fa-store-slash > a::before,
.fa-store-slash:before {
  content: "";
}
.ar-fa-strava > a::before,
.fa-strava:before {
  content: "";
}
.ar-fa-stream > a::before,
.fa-stream:before {
  content: "";
}
.ar-fa-street-view > a::before,
.fa-street-view:before {
  content: "";
}
.ar-fa-strikethrough > a::before,
.fa-strikethrough:before {
  content: "";
}
.ar-fa-stripe > a::before,
.fa-stripe:before {
  content: "";
}
.ar-fa-stripe-s > a::before,
.fa-stripe-s:before {
  content: "";
}
.ar-fa-stroopwafel > a::before,
.fa-stroopwafel:before {
  content: "";
}
.ar-fa-studiovinari > a::before,
.fa-studiovinari:before {
  content: "";
}
.ar-fa-stumbleupon > a::before,
.fa-stumbleupon:before {
  content: "";
}
.ar-fa-stumbleupon-circle > a::before,
.fa-stumbleupon-circle:before {
  content: "";
}
.ar-fa-subscript > a::before,
.fa-subscript:before {
  content: "";
}
.ar-fa-subway > a::before,
.fa-subway:before {
  content: "";
}
.ar-fa-suitcase > a::before,
.fa-suitcase:before {
  content: "";
}
.ar-fa-suitcase-rolling > a::before,
.fa-suitcase-rolling:before {
  content: "";
}
.ar-fa-sun > a::before,
.fa-sun:before {
  content: "";
}
.ar-fa-superpowers > a::before,
.fa-superpowers:before {
  content: "";
}
.ar-fa-superscript > a::before,
.fa-superscript:before {
  content: "";
}
.ar-fa-supple > a::before,
.fa-supple:before {
  content: "";
}
.ar-fa-surprise > a::before,
.fa-surprise:before {
  content: "";
}
.ar-fa-suse > a::before,
.fa-suse:before {
  content: "";
}
.ar-fa-swatchbook > a::before,
.fa-swatchbook:before {
  content: "";
}
.ar-fa-swift > a::before,
.fa-swift:before {
  content: "";
}
.ar-fa-swimmer > a::before,
.fa-swimmer:before {
  content: "";
}
.ar-fa-swimming-pool > a::before,
.fa-swimming-pool:before {
  content: "";
}
.ar-fa-symfony > a::before,
.fa-symfony:before {
  content: "";
}
.ar-fa-synagogue > a::before,
.fa-synagogue:before {
  content: "";
}
.ar-fa-sync > a::before,
.fa-sync:before {
  content: "";
}
.ar-fa-sync-alt > a::before,
.fa-sync-alt:before {
  content: "";
}
.ar-fa-syringe > a::before,
.fa-syringe:before {
  content: "";
}
.ar-fa-table > a::before,
.fa-table:before {
  content: "";
}
.ar-fa-table-tennis > a::before,
.fa-table-tennis:before {
  content: "";
}
.ar-fa-tablet > a::before,
.fa-tablet:before {
  content: "";
}
.ar-fa-tablet-alt > a::before,
.fa-tablet-alt:before {
  content: "";
}
.ar-fa-tablets > a::before,
.fa-tablets:before {
  content: "";
}
.ar-fa-tachometer-alt > a::before,
.fa-tachometer-alt:before {
  content: "";
}
.ar-fa-tag > a::before,
.fa-tag:before {
  content: "";
}
.ar-fa-tags > a::before,
.fa-tags:before {
  content: "";
}
.ar-fa-tape > a::before,
.fa-tape:before {
  content: "";
}
.ar-fa-tasks > a::before,
.fa-tasks:before {
  content: "";
}
.ar-fa-taxi > a::before,
.fa-taxi:before {
  content: "";
}
.ar-fa-teamspeak > a::before,
.fa-teamspeak:before {
  content: "";
}
.ar-fa-teeth > a::before,
.fa-teeth:before {
  content: "";
}
.ar-fa-teeth-open > a::before,
.fa-teeth-open:before {
  content: "";
}
.ar-fa-telegram > a::before,
.fa-telegram:before {
  content: "";
}
.ar-fa-telegram-plane > a::before,
.fa-telegram-plane:before {
  content: "";
}
.ar-fa-temperature-high > a::before,
.fa-temperature-high:before {
  content: "";
}
.ar-fa-temperature-low > a::before,
.fa-temperature-low:before {
  content: "";
}
.ar-fa-tencent-weibo > a::before,
.fa-tencent-weibo:before {
  content: "";
}
.ar-fa-tenge > a::before,
.fa-tenge:before {
  content: "";
}
.ar-fa-terminal > a::before,
.fa-terminal:before {
  content: "";
}
.ar-fa-text-height > a::before,
.fa-text-height:before {
  content: "";
}
.ar-fa-text-width > a::before,
.fa-text-width:before {
  content: "";
}
.ar-fa-th > a::before,
.fa-th:before {
  content: "";
}
.ar-fa-th-large > a::before,
.fa-th-large:before {
  content: "";
}
.ar-fa-th-list > a::before,
.fa-th-list:before {
  content: "";
}
.ar-fa-the-red-yeti > a::before,
.fa-the-red-yeti:before {
  content: "";
}
.ar-fa-theater-masks > a::before,
.fa-theater-masks:before {
  content: "";
}
.ar-fa-themeco > a::before,
.fa-themeco:before {
  content: "";
}
.ar-fa-themeisle > a::before,
.fa-themeisle:before {
  content: "";
}
.ar-fa-thermometer > a::before,
.fa-thermometer:before {
  content: "";
}
.ar-fa-thermometer-empty > a::before,
.fa-thermometer-empty:before {
  content: "";
}
.ar-fa-thermometer-full > a::before,
.fa-thermometer-full:before {
  content: "";
}
.ar-fa-thermometer-half > a::before,
.fa-thermometer-half:before {
  content: "";
}
.ar-fa-thermometer-quarter > a::before,
.fa-thermometer-quarter:before {
  content: "";
}
.ar-fa-thermometer-three-quarters > a::before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.ar-fa-think-peaks > a::before,
.fa-think-peaks:before {
  content: "";
}
.ar-fa-thumbs-down > a::before,
.fa-thumbs-down:before {
  content: "";
}
.ar-fa-thumbs-up > a::before,
.fa-thumbs-up:before {
  content: "";
}
.ar-fa-thumbtack > a::before,
.fa-thumbtack:before {
  content: "";
}
.ar-fa-ticket-alt > a::before,
.fa-ticket-alt:before {
  content: "";
}
.ar-fa-tiktok > a::before,
.fa-tiktok:before {
  content: "";
}
.ar-fa-times > a::before,
.fa-times:before {
  content: "";
}
.ar-fa-times-circle > a::before,
.fa-times-circle:before {
  content: "";
}
.ar-fa-tint > a::before,
.fa-tint:before {
  content: "";
}
.ar-fa-tint-slash > a::before,
.fa-tint-slash:before {
  content: "";
}
.ar-fa-tired > a::before,
.fa-tired:before {
  content: "";
}
.ar-fa-toggle-off > a::before,
.fa-toggle-off:before {
  content: "";
}
.ar-fa-toggle-on > a::before,
.fa-toggle-on:before {
  content: "";
}
.ar-fa-toilet > a::before,
.fa-toilet:before {
  content: "";
}
.ar-fa-toilet-paper > a::before,
.fa-toilet-paper:before {
  content: "";
}
.ar-fa-toilet-paper-slash > a::before,
.fa-toilet-paper-slash:before {
  content: "";
}
.ar-fa-toolbox > a::before,
.fa-toolbox:before {
  content: "";
}
.ar-fa-tools > a::before,
.fa-tools:before {
  content: "";
}
.ar-fa-tooth > a::before,
.fa-tooth:before {
  content: "";
}
.ar-fa-torah > a::before,
.fa-torah:before {
  content: "";
}
.ar-fa-torii-gate > a::before,
.fa-torii-gate:before {
  content: "";
}
.ar-fa-tractor > a::before,
.fa-tractor:before {
  content: "";
}
.ar-fa-trade-federation > a::before,
.fa-trade-federation:before {
  content: "";
}
.ar-fa-trademark > a::before,
.fa-trademark:before {
  content: "";
}
.ar-fa-traffic-light > a::before,
.fa-traffic-light:before {
  content: "";
}
.ar-fa-trailer > a::before,
.fa-trailer:before {
  content: "";
}
.ar-fa-train > a::before,
.fa-train:before {
  content: "";
}
.ar-fa-tram > a::before,
.fa-tram:before {
  content: "";
}
.ar-fa-transgender > a::before,
.fa-transgender:before {
  content: "";
}
.ar-fa-transgender-alt > a::before,
.fa-transgender-alt:before {
  content: "";
}
.ar-fa-trash > a::before,
.fa-trash:before {
  content: "";
}
.ar-fa-trash-alt > a::before,
.fa-trash-alt:before {
  content: "";
}
.ar-fa-trash-restore > a::before,
.fa-trash-restore:before {
  content: "";
}
.ar-fa-trash-restore-alt > a::before,
.fa-trash-restore-alt:before {
  content: "";
}
.ar-fa-tree > a::before,
.fa-tree:before {
  content: "";
}
.ar-fa-trello > a::before,
.fa-trello:before {
  content: "";
}
.ar-fa-tripadvisor > a::before,
.fa-tripadvisor:before {
  content: "";
}
.ar-fa-trophy > a::before,
.fa-trophy:before {
  content: "";
}
.ar-fa-truck > a::before,
.fa-truck:before {
  content: "";
}
.ar-fa-truck-loading > a::before,
.fa-truck-loading:before {
  content: "";
}
.ar-fa-truck-monster > a::before,
.fa-truck-monster:before {
  content: "";
}
.ar-fa-truck-moving > a::before,
.fa-truck-moving:before {
  content: "";
}
.ar-fa-truck-pickup > a::before,
.fa-truck-pickup:before {
  content: "";
}
.ar-fa-tshirt > a::before,
.fa-tshirt:before {
  content: "";
}
.ar-fa-tty > a::before,
.fa-tty:before {
  content: "";
}
.ar-fa-tumblr > a::before,
.fa-tumblr:before {
  content: "";
}
.ar-fa-tumblr-square > a::before,
.fa-tumblr-square:before {
  content: "";
}
.ar-fa-tv > a::before,
.fa-tv:before {
  content: "";
}
.ar-fa-twitch > a::before,
.fa-twitch:before {
  content: "";
}
.ar-fa-twitter > a::before,
.fa-twitter:before,
.ar-fa-twitter > a::before {
  content: "";
}
.ar-fa-twitter-square > a::before,
.fa-twitter-square:before {
  content: "";
}
.ar-fa-typo3 > a::before,
.fa-typo3:before {
  content: "";
}
.ar-fa-uber > a::before,
.fa-uber:before {
  content: "";
}
.ar-fa-ubuntu > a::before,
.fa-ubuntu:before {
  content: "";
}
.ar-fa-uikit > a::before,
.fa-uikit:before {
  content: "";
}
.ar-fa-umbraco > a::before,
.fa-umbraco:before {
  content: "";
}
.ar-fa-umbrella > a::before,
.fa-umbrella:before {
  content: "";
}
.ar-fa-umbrella-beach > a::before,
.fa-umbrella-beach:before {
  content: "";
}
.ar-fa-underline > a::before,
.fa-underline:before {
  content: "";
}
.ar-fa-undo > a::before,
.fa-undo:before {
  content: "";
}
.ar-fa-undo-alt > a::before,
.fa-undo-alt:before {
  content: "";
}
.ar-fa-uniregistry > a::before,
.fa-uniregistry:before {
  content: "";
}
.ar-fa-unity > a::before,
.fa-unity:before {
  content: "";
}
.ar-fa-universal-access > a::before,
.fa-universal-access:before {
  content: "";
}
.ar-fa-university > a::before,
.fa-university:before {
  content: "";
}
.ar-fa-unlink > a::before,
.fa-unlink:before {
  content: "";
}
.ar-fa-unlock > a::before,
.fa-unlock:before {
  content: "";
}
.ar-fa-unlock-alt > a::before,
.fa-unlock-alt:before {
  content: "";
}
.ar-fa-unsplash > a::before,
.fa-unsplash:before {
  content: "";
}
.ar-fa-untappd > a::before,
.fa-untappd:before {
  content: "";
}
.ar-fa-upload > a::before,
.fa-upload:before {
  content: "";
}
.ar-fa-ups > a::before,
.fa-ups:before {
  content: "";
}
.ar-fa-usb > a::before,
.fa-usb:before {
  content: "";
}
.ar-fa-user > a::before,
.fa-user:before {
  content: "";
}
.ar-fa-user-alt > a::before,
.fa-user-alt:before {
  content: "";
}
.ar-fa-user-alt-slash > a::before,
.fa-user-alt-slash:before {
  content: "";
}
.ar-fa-user-astronaut > a::before,
.fa-user-astronaut:before {
  content: "";
}
.ar-fa-user-check > a::before,
.fa-user-check:before {
  content: "";
}
.ar-fa-user-circle > a::before,
.fa-user-circle:before {
  content: "";
}
.ar-fa-user-clock > a::before,
.fa-user-clock:before {
  content: "";
}
.ar-fa-user-cog > a::before,
.fa-user-cog:before {
  content: "";
}
.ar-fa-user-edit > a::before,
.fa-user-edit:before {
  content: "";
}
.ar-fa-user-friends > a::before,
.fa-user-friends:before {
  content: "";
}
.ar-fa-user-graduate > a::before,
.fa-user-graduate:before {
  content: "";
}
.ar-fa-user-injured > a::before,
.fa-user-injured:before {
  content: "";
}
.ar-fa-user-lock > a::before,
.fa-user-lock:before {
  content: "";
}
.ar-fa-user-md > a::before,
.fa-user-md:before {
  content: "";
}
.ar-fa-user-minus > a::before,
.fa-user-minus:before {
  content: "";
}
.ar-fa-user-ninja > a::before,
.fa-user-ninja:before {
  content: "";
}
.ar-fa-user-nurse > a::before,
.fa-user-nurse:before {
  content: "";
}
.ar-fa-user-plus > a::before,
.fa-user-plus:before {
  content: "";
}
.ar-fa-user-secret > a::before,
.fa-user-secret:before {
  content: "";
}
.ar-fa-user-shield > a::before,
.fa-user-shield:before {
  content: "";
}
.ar-fa-user-slash > a::before,
.fa-user-slash:before {
  content: "";
}
.ar-fa-user-tag > a::before,
.fa-user-tag:before {
  content: "";
}
.ar-fa-user-tie > a::before,
.fa-user-tie:before {
  content: "";
}
.ar-fa-user-times > a::before,
.fa-user-times:before {
  content: "";
}
.ar-fa-users > a::before,
.fa-users:before {
  content: "";
}
.ar-fa-users-cog > a::before,
.fa-users-cog:before {
  content: "";
}
.ar-fa-users-slash > a::before,
.fa-users-slash:before {
  content: "";
}
.ar-fa-usps > a::before,
.fa-usps:before {
  content: "";
}
.ar-fa-ussunnah > a::before,
.fa-ussunnah:before {
  content: "";
}
.ar-fa-utensil-spoon > a::before,
.fa-utensil-spoon:before {
  content: "";
}
.ar-fa-utensils > a::before,
.fa-utensils:before {
  content: "";
}
.ar-fa-vaadin > a::before,
.fa-vaadin:before {
  content: "";
}
.ar-fa-vector-square > a::before,
.fa-vector-square:before {
  content: "";
}
.ar-fa-venus > a::before,
.fa-venus:before {
  content: "";
}
.ar-fa-venus-double > a::before,
.fa-venus-double:before {
  content: "";
}
.ar-fa-venus-mars > a::before,
.fa-venus-mars:before {
  content: "";
}
.ar-fa-viacoin > a::before,
.fa-viacoin:before {
  content: "";
}
.ar-fa-viadeo > a::before,
.fa-viadeo:before {
  content: "";
}
.ar-fa-viadeo-square > a::before,
.fa-viadeo-square:before {
  content: "";
}
.ar-fa-vial > a::before,
.fa-vial:before {
  content: "";
}
.ar-fa-vials > a::before,
.fa-vials:before {
  content: "";
}
.ar-fa-viber > a::before,
.fa-viber:before {
  content: "";
}
.ar-fa-video > a::before,
.fa-video:before {
  content: "";
}
.ar-fa-video-slash > a::before,
.fa-video-slash:before {
  content: "";
}
.ar-fa-vihara > a::before,
.fa-vihara:before {
  content: "";
}
.ar-fa-vimeo > a::before,
.fa-vimeo:before {
  content: "";
}
.ar-fa-vimeo-square > a::before,
.fa-vimeo-square:before {
  content: "";
}
.ar-fa-vimeo-v > a::before,
.fa-vimeo-v:before {
  content: "";
}
.ar-fa-vine > a::before,
.fa-vine:before {
  content: "";
}
.ar-fa-virus > a::before,
.fa-virus:before {
  content: "";
}
.ar-fa-virus-slash > a::before,
.fa-virus-slash:before {
  content: "";
}
.ar-fa-viruses > a::before,
.fa-viruses:before {
  content: "";
}
.ar-fa-vk > a::before,
.fa-vk:before {
  content: "";
}
.ar-fa-vnv > a::before,
.fa-vnv:before {
  content: "";
}
.ar-fa-voicemail > a::before,
.fa-voicemail:before {
  content: "";
}
.ar-fa-volleyball-ball > a::before,
.fa-volleyball-ball:before {
  content: "";
}
.ar-fa-volume-down > a::before,
.fa-volume-down:before {
  content: "";
}
.ar-fa-volume-mute > a::before,
.fa-volume-mute:before {
  content: "";
}
.ar-fa-volume-off > a::before,
.fa-volume-off:before {
  content: "";
}
.ar-fa-volume-up > a::before,
.fa-volume-up:before {
  content: "";
}
.ar-fa-vote-yea > a::before,
.fa-vote-yea:before {
  content: "";
}
.ar-fa-vr-cardboard > a::before,
.fa-vr-cardboard:before {
  content: "";
}
.ar-fa-vuejs > a::before,
.fa-vuejs:before {
  content: "";
}
.ar-fa-walking > a::before,
.fa-walking:before {
  content: "";
}
.ar-fa-wallet > a::before,
.fa-wallet:before {
  content: "";
}
.ar-fa-warehouse > a::before,
.fa-warehouse:before {
  content: "";
}
.ar-fa-water > a::before,
.fa-water:before {
  content: "";
}
.ar-fa-wave-square > a::before,
.fa-wave-square:before {
  content: "";
}
.ar-fa-waze > a::before,
.fa-waze:before {
  content: "";
}
.ar-fa-weebly > a::before,
.fa-weebly:before {
  content: "";
}
.ar-fa-weibo > a::before,
.fa-weibo:before {
  content: "";
}
.ar-fa-weight > a::before,
.fa-weight:before {
  content: "";
}
.ar-fa-weight-hanging > a::before,
.fa-weight-hanging:before {
  content: "";
}
.ar-fa-weixin > a::before,
.fa-weixin:before {
  content: "";
}
.ar-fa-whatsapp > a::before,
.fa-whatsapp:before {
  content: "";
}
.ar-fa-whatsapp-square > a::before,
.fa-whatsapp-square:before {
  content: "";
}
.ar-fa-wheelchair > a::before,
.fa-wheelchair:before {
  content: "";
}
.ar-fa-whmcs > a::before,
.fa-whmcs:before {
  content: "";
}
.ar-fa-wifi > a::before,
.fa-wifi:before {
  content: "";
}
.ar-fa-wikipedia-w > a::before,
.fa-wikipedia-w:before {
  content: "";
}
.ar-fa-wind > a::before,
.fa-wind:before {
  content: "";
}
.ar-fa-window-close > a::before,
.fa-window-close:before {
  content: "";
}
.ar-fa-window-maximize > a::before,
.fa-window-maximize:before {
  content: "";
}
.ar-fa-window-minimize > a::before,
.fa-window-minimize:before {
  content: "";
}
.ar-fa-window-restore > a::before,
.fa-window-restore:before {
  content: "";
}
.ar-fa-windows > a::before,
.fa-windows:before {
  content: "";
}
.ar-fa-wine-bottle > a::before,
.fa-wine-bottle:before {
  content: "";
}
.ar-fa-wine-glass > a::before,
.fa-wine-glass:before {
  content: "";
}
.ar-fa-wine-glass-alt > a::before,
.fa-wine-glass-alt:before {
  content: "";
}
.ar-fa-wix > a::before,
.fa-wix:before {
  content: "";
}
.ar-fa-wizards-of-the-coast > a::before,
.fa-wizards-of-the-coast:before {
  content: "";
}
.ar-fa-wolf-pack-battalion > a::before,
.fa-wolf-pack-battalion:before {
  content: "";
}
.ar-fa-won-sign > a::before,
.fa-won-sign:before {
  content: "";
}
.ar-fa-wordpress > a::before,
.fa-wordpress:before {
  content: "";
}
.ar-fa-wordpress-simple > a::before,
.fa-wordpress-simple:before {
  content: "";
}
.ar-fa-wpbeginner > a::before,
.fa-wpbeginner:before {
  content: "";
}
.ar-fa-wpexplorer > a::before,
.fa-wpexplorer:before {
  content: "";
}
.ar-fa-wpforms > a::before,
.fa-wpforms:before {
  content: "";
}
.ar-fa-wpressr > a::before,
.fa-wpressr:before {
  content: "";
}
.ar-fa-wrench > a::before,
.fa-wrench:before {
  content: "";
}
.ar-fa-x-ray > a::before,
.fa-x-ray:before {
  content: "";
}
.ar-fa-xbox > a::before,
.fa-xbox:before {
  content: "";
}
.ar-fa-xing > a::before,
.fa-xing:before {
  content: "";
}
.ar-fa-xing-square > a::before,
.fa-xing-square:before {
  content: "";
}
.ar-fa-y-combinator > a::before,
.fa-y-combinator:before {
  content: "";
}
.ar-fa-yahoo > a::before,
.fa-yahoo:before {
  content: "";
}
.ar-fa-yammer > a::before,
.fa-yammer:before {
  content: "";
}
.ar-fa-yandex > a::before,
.fa-yandex:before {
  content: "";
}
.ar-fa-yandex-international > a::before,
.fa-yandex-international:before {
  content: "";
}
.ar-fa-yarn > a::before,
.fa-yarn:before {
  content: "";
}
.ar-fa-yelp > a::before,
.fa-yelp:before {
  content: "";
}
.ar-fa-yen-sign > a::before,
.fa-yen-sign:before {
  content: "";
}
.ar-fa-yin-yang > a::before,
.fa-yin-yang:before {
  content: "";
}
.ar-fa-yoast > a::before,
.fa-yoast:before {
  content: "";
}
.ar-fa-youtube > a::before,
.fa-youtube:before,
.ar-fa-youtube > a::before {
  content: "";
}
.ar-fa-youtube-square > a::before,
.fa-youtube-square:before {
  content: "";
}
.ar-fa-zhihu > a::before,
.fa-zhihu:before {
  content: "";
}
.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;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
blockquote,
details,
hr,
fieldset,
pre,
table,
caption,
menu {
  margin: 0 0 1.5rem;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
h1,
.heading-1 {
  line-height: 1.3;
  font-size: 1.81rem;
  font-family: "Roboto Slab", serif;
}
@media only screen and (min-width: 48rem) {
  h1,
  .heading-1 {
    font-size: 3.06rem;
  }
}
@media only screen and (min-width: 62rem) {
  h1,
  .heading-1 {
    font-size: 4.21rem;
  }
}
h2,
.heading-2 {
  line-height: 1.3;
  font-size: 1.61rem;
  font-family: "Roboto Slab", serif;
  color: var(--color-primary);
}
@media only screen and (min-width: 48rem) {
  h2,
  .heading-2 {
    font-size: 2.45rem;
  }
}
@media only screen and (min-width: 62rem) {
  h2,
  .heading-2 {
    font-size: 3.16rem;
  }
}
h3,
.heading-3 {
  line-height: 1.3;
  font-size: 1.43rem;
  font-family: "Roboto Slab", serif;
  color: var(--color-primary);
}
@media only screen and (min-width: 48rem) {
  h3,
  .heading-3 {
    font-size: 1.96rem;
  }
}
@media only screen and (min-width: 62rem) {
  h3,
  .heading-3 {
    font-size: 2.37rem;
  }
}
h4,
.heading-4 {
  line-height: 1.3;
  font-size: 1.27rem;
  color: var(--color-primary);
}
@media only screen and (min-width: 48rem) {
  h4,
  .heading-4 {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  h4,
  .heading-4 {
    font-size: 1.78rem;
  }
}
h5,
.heading-5 {
  line-height: 1.3;
  font-size: 1.13rem;
}
@media only screen and (min-width: 48rem) {
  h5,
  .heading-5 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  h5,
  .heading-5 {
    font-size: 1.34rem;
  }
}
h6,
.heading-6 {
  line-height: 1.3;
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  h6,
  .heading-6 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 62rem) {
  h6,
  .heading-6 {
    font-size: 1rem;
  }
}
small,
.type-small {
  font-size: 0.89rem;
}
p {
  margin-bottom: 1.5rem;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5rem;
}
address {
  margin: 0 0 1.5rem;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
blockquote {
  clear: both;
}
.text-center {
  text-align: center;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  background: #fff;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5rem;
}
ul,
ol {
  margin: 0 0 1.5rem;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5rem;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5rem 1.5rem;
}
img {
  height: auto;
  max-width: 100%;
}
.img-flex {
  width: 100%;
  max-width: auto;
}
figure {
  margin: 1rem 0;
}
table {
  margin: 0 0 1.5rem;
  width: 100%;
}
.icon-menu a {
  display: flex;
  align-items: center;
}
.icon-menu a::before {
  content: " ";
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--color-primary);
  margin-right: 1.5rem;
  display: inline-block;
}
.btn,
.btn__outline,
.btn__outline--full,
.btn--full {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #fff;
  font-weight: bold;
  padding: 0.75em 2.5em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
  border-radius: 3em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    box-shadow 0.3s;
}
.btn:hover,
.btn__outline:hover,
.btn__outline--full:hover,
.btn--full:hover,
.btn:focus,
.btn__outline:focus,
.btn__outline--full:focus,
.btn--full:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.btn--full {
  width: 100%;
}
.btn__outline,
.btn__outline--full {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  color: var(--color-primary);
}
.btn__outline:hover,
.btn__outline--full:hover,
.btn__outline:focus,
.btn__outline--full:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.btn__outline--full {
  width: 100%;
}
.btn--close {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  padding: 1.5rem;
  font-size: 2rem;
  border-radius: 0;
  line-height: 1;
  transition: transform 0.3s;
}
.btn--close:hover,
.btn--close:focus {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  transform: scale(1.1);
}
.btn__secondary,
.hero .btn-wrap .btn:nth-child(even),
.hero .btn-wrap .btn--full:nth-child(even),
.hero .btn-wrap .btn__outline:nth-child(even),
.hero .btn-wrap .btn__outline--full:nth-child(even),
.btn__secondary--full {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #fff;
  font-weight: bold;
  padding: 0.75em 2.5em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
  border-radius: 3em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    box-shadow 0.3s;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn__secondary:hover,
.hero .btn-wrap .btn:hover:nth-child(even),
.hero .btn-wrap .btn--full:hover:nth-child(even),
.hero .btn-wrap .btn__outline:hover:nth-child(even),
.hero .btn-wrap .btn__outline--full:hover:nth-child(even),
.btn__secondary--full:hover,
.btn__secondary:focus,
.hero .btn-wrap .btn:focus:nth-child(even),
.hero .btn-wrap .btn--full:focus:nth-child(even),
.hero .btn-wrap .btn__outline:focus:nth-child(even),
.hero .btn-wrap .btn__outline--full:focus:nth-child(even),
.btn__secondary--full:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.btn__secondary:hover,
.hero .btn-wrap .btn:hover:nth-child(even),
.hero .btn-wrap .btn--full:hover:nth-child(even),
.hero .btn-wrap .btn__outline:hover:nth-child(even),
.hero .btn-wrap .btn__outline--full:hover:nth-child(even),
.btn__secondary--full:hover,
.btn__secondary:focus,
.hero .btn-wrap .btn:focus:nth-child(even),
.hero .btn-wrap .btn--full:focus:nth-child(even),
.hero .btn-wrap .btn__outline:focus:nth-child(even),
.hero .btn-wrap .btn__outline--full:focus:nth-child(even),
.btn__secondary--full:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn__secondary--full {
  width: 100%;
}
.bg-dark .btn,
.bg-dark .btn__outline,
.bg-dark .btn__outline--full,
.bg-dark .btn--full {
  background-color: #fff;
  border-color: #fff;
  color: var(--color-primary);
}
.bg-dark.bg-primary .btn:hover,
.bg-dark.bg-primary .btn__outline:hover,
.bg-dark.bg-primary .btn__outline--full:hover,
.bg-dark.bg-primary .btn:focus,
.bg-dark.bg-primary .btn__outline:focus,
.bg-dark.bg-primary .btn__outline--full:focus,
.bg-dark.bg-primary .btn--full:hover,
.bg-dark.bg-primary .btn--full:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.bg-dark.bg-secondary .btn:hover,
.bg-dark.bg-secondary .btn__outline:hover,
.bg-dark.bg-secondary .btn__outline--full:hover,
.bg-dark.bg-secondary .btn:focus,
.bg-dark.bg-secondary .btn__outline:focus,
.bg-dark.bg-secondary .btn__outline--full:focus,
.bg-dark.bg-secondary .btn--full:hover,
.bg-dark.bg-secondary .btn--full:focus,
.bg-dark.bg-accent-1 .btn:hover,
.bg-dark.bg-accent-1 .btn__outline:hover,
.bg-dark.bg-accent-1 .btn__outline--full:hover,
.bg-dark.bg-accent-1 .btn:focus,
.bg-dark.bg-accent-1 .btn__outline:focus,
.bg-dark.bg-accent-1 .btn__outline--full:focus,
.bg-dark.bg-accent-1 .btn--full:hover,
.bg-dark.bg-accent-1 .btn--full:focus,
.bg-dark.bg-accent-2 .btn:hover,
.bg-dark.bg-accent-2 .btn__outline:hover,
.bg-dark.bg-accent-2 .btn__outline--full:hover,
.bg-dark.bg-accent-2 .btn:focus,
.bg-dark.bg-accent-2 .btn__outline:focus,
.bg-dark.bg-accent-2 .btn__outline--full:focus,
.bg-dark.bg-accent-2 .btn--full:hover,
.bg-dark.bg-accent-2 .btn--full:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.loader-circle-wrap {
  width: 5rem;
  height: 5rem;
  position: relative;
  display: inline-block;
  margin-right: 2rem;
}
.loader-spinner {
  fill: none;
  stroke-width: 0.5rem;
  stroke-dasharray: 101.09px 201.09px;
  stroke-dashoffset: 101.09px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  animation-name: spinner;
  animation-duration: 2s;
  animation-timing-function: cubic-bezier(0.75, 0, 0.25, 1);
  animation-iteration-count: infinite;
}
.loader-spinner circle {
  stroke: var(--color-primary);
}
@keyframes spinner {
  0% {
    stroke-dashoffset: 101.09px;
    transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: -201.09px;
    transform: rotate(630deg);
  }
}
.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6666666667);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.loading .form-loader {
  opacity: 1;
  pointer-events: all;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid var(--color-primary);
  padding: 0.75rem 1.25rem;
  display: block;
  border-radius: 5rem;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
  border-radius: 1.5rem;
}
label {
  display: block;
}
.label-faux {
  color: var(--color-primary);
  font-weight: bold;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"].filter-checkbox {
  display: inline-block;
  appearance: none;
}
input[type="radio"] + .wpcf7-list-item-label::before,
input[type="checkbox"] + .wpcf7-list-item-label::before,
.form-group .checkbox label::before,
input[type="checkbox"].filter-checkbox::before {
  content: " ";
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 1.5em;
  margin-right: 0.5rem;
  position: relative;
  vertical-align: middle;
  top: -0.1em;
  width: 1.5em;
  background-color: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 0.25rem;
  line-height: inherit;
}
input[type="radio"]:focus + .wpcf7-list-item-label::before,
input[type="checkbox"]:focus + .wpcf7-list-item-label::before {
  outline: 2px solid var(--color-accent-2);
  outline-offset: 3px;
}
[type="checkbox"]:checked + .wpcf7-list-item-label::before,
input[type="checkbox"].filter-checkbox:checked::before {
  content: "";
}
[type="radio"]:checked + .wpcf7-list-item-label::before {
  content: "";
}
.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  left: -200vw;
}
.contact-form-grid,
.expo-form-grid {
  display: grid;
  gap: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .contact-form-grid,
  .expo-form-grid {
    grid-template-columns: 1fr 1fr;
  }
  .contact-form-grid .form-unit-logo,
  .expo-form-grid .form-unit-logo {
    grid-column: span 2;
  }
}
.contact-form-grid .wpcf7-list-item.first,
.contact-form-grid p,
.expo-form-grid .wpcf7-list-item.first,
.expo-form-grid p {
  margin: 0;
}
.contact-form-grid .checkbox-intro,
.expo-form-grid .checkbox-intro {
  line-height: 1.3;
  font-size: 1.13rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .contact-form-grid .checkbox-intro,
  .expo-form-grid .checkbox-intro {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .contact-form-grid .checkbox-intro,
  .expo-form-grid .checkbox-intro {
    font-size: 1.34rem;
  }
}
.contact-form-grid .form-unit-full,
.expo-form-grid .form-unit-full {
  grid-column: 1/-1;
}
.expo-form-grid {
  position: relative;
}
.expo-form-grid label {
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.expo-form-grid .expo-content-label {
  margin-bottom: -1.75rem;
}
@media only screen and (min-width: 62rem) {
  .expo-form-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .expo-form-grid .form-unit-half {
    grid-column: span 2;
  }
}
.expo-form-grid .ql-container {
  height: auto;
}
.media-accreditation-form fieldset {
  display: contents;
}
.media-accreditation-form legend {
  line-height: 1.3;
  font-size: 1.27rem;
  color: var(--color-primary);
  margin: 3rem 0 1rem;
}
@media only screen and (min-width: 48rem) {
  .media-accreditation-form legend {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .media-accreditation-form legend {
    font-size: 1.78rem;
  }
}
.media-accreditation-form .form-grid {
  display: grid;
  --cols: 1;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .media-accreditation-form .form-grid {
    --cols: 2;
  }
}
@media only screen and (min-width: 62rem) {
  .media-accreditation-form .form-grid {
    --cols: 4;
  }
}
.media-accreditation-form .form-grid .form-unit {
  grid-column: span 2;
}
.media-accreditation-form .form-grid .full {
  grid-column: 1/-1;
}
.media-accreditation-form .form-grid label,
.media-accreditation-form .form-grid .label-faux {
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 0.25rem;
}
.media-accreditation-form .form-grid .wpcf7-list-item label {
  color: #000;
  font-weight: normal;
  margin: 0;
}
.media-accreditation-form .form-grid .sub-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 1.5rem;
}
a {
  color: var(--color-primary);
  transition: background-color 0.3s, border-color 0.3s, color 0.3s, opacity 0.3s,
    transform 0.3s, left 0.3s, right 0.3s, box-shadow 0.3s;
}
a:hover,
a:focus,
a:active {
  color: var(--color-secondary);
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: grid;
  gap: 1.5rem;
  width: min(75em, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
}
.comment-navigation .nav-links > *,
.posts-navigation .nav-links > *,
.post-navigation .nav-links > * {
  grid-column: span 4;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    grid-template-columns: repeat(6, 1fr);
  }
  .comment-navigation .nav-links > *,
  .posts-navigation .nav-links > *,
  .post-navigation .nav-links > * {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 62rem) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    grid-template-columns: repeat(12, 1fr);
  }
  .comment-navigation .nav-links > *,
  .posts-navigation .nav-links > *,
  .post-navigation .nav-links > * {
    grid-column: span 12;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5rem;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  grid-column: span 2;
}
@media only screen and (min-width: 48rem) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 62rem) {
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    grid-column: span 6;
  }
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right;
  grid-column: 3/5;
}
@media only screen and (min-width: 48rem) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    grid-column: 4/7;
  }
}
@media only screen and (min-width: 62rem) {
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    grid-column: 7/13;
  }
}
.nav-toggle {
  width: 2.25rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 62rem) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle::after {
  content: " ";
  position: absolute;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.nav-toggle:focus {
  outline: 0;
}
.nav-toggle .tog {
  width: 100%;
  height: 0.25rem;
  background-color: var(--color-primary);
  position: relative;
  transition: top 0.3s cubic-bezier(0.58, -0.35, 0.42, 1.35),
    bottom 0.3s cubic-bezier(0.58, -0.35, 0.42, 1.35),
    transform 0.3s cubic-bezier(0.58, -0.35, 0.42, 1.35),
    background-color 0.3s cubic-bezier(0.58, -0.35, 0.42, 1.35),
    color 0.3s cubic-bezier(0.58, -0.35, 0.42, 1.35);
}
.nav-toggle .top {
  top: 0;
}
.nav-toggle .bottom {
  bottom: 0;
}
.nav-toggle-transition .top {
  top: 50%;
  transform: translateY(-50%);
}
.nav-toggle-transition .bottom {
  bottom: 50%;
  transform: translateY(50%);
}
.nav-toggle-open .top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.nav-toggle-open .bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
*:focus {
  outline: 0;
}
.user-is-tabbing *:focus {
  outline: 2px solid var(--color-accent-2);
  outline-offset: 3px;
}
.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.alignright {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 48rem) {
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5rem;
    margin-bottom: 0;
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
body:not(.user-is-tabbing) button:focus {
  outline: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.embed {
  position: relative;
  display: block;
}
.embed.embed-16by9 {
  padding-top: 56.25%;
}
.embed.embed-1by1 {
  padding-top: 100%;
}
.embed img,
.embed svg,
.embed iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.hidden {
  display: none;
}
@media only screen and (min-width: 30rem) {
  .hidden-s {
    display: none;
  }
}
@media only screen and (min-width: 48rem) {
  .hidden-m {
    display: none;
  }
}
@media only screen and (min-width: 62rem) {
  .hidden-l {
    display: none;
  }
}
@media only screen and (min-width: 75rem) {
  .hidden-xl {
    display: none;
  }
}
body {
  --headerOffset: 70px;
  padding-top: var(--headerOffset);
}
body main {
  min-height: calc(100vh - var(--mainHeightOffset));
}
@media only screen and (min-width: 62rem) {
  body main {
    min-height: auto;
  }
}
@media only screen and (min-width: 62rem) {
  body {
    padding-top: 0;
  }
}
@media only screen and (min-width: 62rem) {
  .site {
    display: grid;
    grid-template-areas: "header main" "header footer";
    grid-template-columns: 20rem 1fr;
    grid-template-rows: 1fr auto;
  }
  .site .masthead {
    grid-area: header;
  }
  .site .content-area {
    grid-area: main;
  }
  .site .site-footer {
    grid-area: footer;
  }
}
.container {
  display: grid;
  gap: 1.5rem;
  width: min(75em, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
.container > * {
  grid-column: span 4;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .container {
    grid-template-columns: repeat(6, 1fr);
  }
  .container > * {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 62rem) {
  .container {
    grid-template-columns: repeat(12, 1fr);
  }
  .container > * {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48rem) {
  .container .contained-narrow {
    grid-column: 2 / span 4;
  }
}
@media only screen and (min-width: 62rem) {
  .container .contained-narrow {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 75rem) {
  .container .contained-narrow {
    grid-column: 2 / span 8;
  }
}
@media only screen and (min-width: 48rem) {
  .container .contained-narrow-left {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 62rem) {
  .container .contained-narrow-left {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 75rem) {
  .container .contained-narrow-left {
    grid-column: span 8;
  }
}
@media only screen and (min-width: 48rem) {
  .container .contained-narrow-right {
    grid-column: 3 / span 4;
  }
}
@media only screen and (min-width: 62rem) {
  .container .contained-narrow-right {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 75rem) {
  .container .contained-narrow-right {
    grid-column: 5 / span 8;
  }
}
.container-sidebar {
  display: grid;
  gap: 1.5rem;
  width: min(75em, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
}
.container-sidebar > * {
  grid-column: span 4;
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .container-sidebar {
    grid-template-columns: repeat(6, 1fr);
  }
  .container-sidebar > * {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 62rem) {
  .container-sidebar {
    grid-template-columns: repeat(12, 1fr);
  }
  .container-sidebar > * {
    grid-column: span 12;
  }
}
.container-sidebar .container {
  padding: 0;
}
.container-sidebar [class*="bg"] .container,
.container-sidebar .full-width .container {
  padding: 0 1.5rem;
}
.container-sidebar .section-flexible.full-width:not(:first-of-type) {
  grid-column: 1/-1;
}
@media only screen and (min-width: 48rem) {
  .container-sidebar .section-flexible {
    grid-column: 1/5;
  }
  .container-sidebar .section-flexible:first-child {
    grid-row: 1/2;
  }
  .container-sidebar .sidebar-wrap {
    grid-column: 5/7;
    grid-row: 1/2;
  }
  .container-sidebar .sections-wrap {
    grid-column: 1/5;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 62rem) {
  .container-sidebar .section-flexible,
  .container-sidebar .section-flexible:first-child,
  .container-sidebar .sidebar-wrap {
    grid-column: 1/-1;
  }
  .container-sidebar .sections-wrap {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
@media only screen and (min-width: 75rem) {
  .container-sidebar .section-flexible {
    grid-column: 1/9;
  }
  .container-sidebar .section-flexible:first-child {
    grid-row: 1/2;
  }
  .container-sidebar .sidebar-wrap {
    grid-column: 9/13;
    grid-row: 1/2;
  }
  .container-sidebar .sections-wrap {
    grid-column: 1/9;
    grid-row: 1/2;
  }
}
@media only screen and (min-width: 48rem) {
  .container-sidebar.has-full-width .sidebar-wrap {
    position: relative;
  }
  .container-sidebar.has-full-width .sidebar-wrap .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 62rem) {
  .container-sidebar.has-full-width .sidebar-wrap .sidebar {
    position: static;
  }
}
@media only screen and (min-width: 75rem) {
  .container-sidebar.has-full-width .sidebar-wrap .sidebar {
    position: absolute;
  }
}
.section-flexible {
  position: relative;
}
.has-full-width .section-flexible.full-width {
  --marginAdjust: -1.5rem;
  margin-left: var(--marginAdjust);
  margin-right: var(--marginAdjust);
}
@media only screen and (min-width: 95rem) {
  .has-full-width .section-flexible.full-width {
    --marginAdjust: calc(-1 * (100vw - 20rem - 75em) / 2 - 1.5rem);
  }
}
@media only screen and (max-width: 61.999rem) {
  .sidebar-wrap + .section-flexible,
  .sidebar-wrap + .sections-wrap .section-flexible:first-child {
    padding-top: 0;
  }
}
@media only screen and (min-width: 75rem) {
  .sidebar-wrap + .section-flexible,
  .sidebar-wrap + .sections-wrap .section-flexible:first-child {
    padding-top: 0;
  }
}
.pad-t-0 {
  padding-top: 0;
}
.pad-t-1-2 {
  padding-top: 0.75rem;
}
.pad-t {
  padding-top: 1.5rem;
}
.pad-t-2 {
  padding-top: 3rem;
}
.pad-t-3 {
  padding-top: 4.5rem;
}
.pad-t-4 {
  padding-top: 6rem;
}
.pad-t-5 {
  padding-top: 7.5rem;
}
.pad-b-0 {
  padding-bottom: 0;
}
.pad-b-1-2 {
  padding-bottom: 0.75rem;
}
.pad-b {
  padding-bottom: 1.5rem;
}
.pad-b-2 {
  padding-bottom: 3rem;
}
.pad-b-3 {
  padding-bottom: 4.5rem;
}
.pad-b-4 {
  padding-bottom: 6rem;
}
.pad-b-5 {
  padding-bottom: 7.5rem;
}
.island-0 {
  padding: 0;
}
.island-1-2 {
  padding: 0.75rem;
}
.island {
  padding: 1.5rem;
}
.island-2 {
  padding: 3rem;
}
.island-3 {
  padding: 4.5rem;
}
.island-4 {
  padding: 6rem;
}
.island-5 {
  padding: 7.5rem;
}
.push-0 {
  margin-bottom: 0;
}
.push-1-2 {
  margin-bottom: 0.75rem;
}
.push {
  margin-bottom: 1.5rem;
}
.push-2 {
  margin-bottom: 3rem;
}
.push-3 {
  margin-bottom: 4.5rem;
}
.push-4 {
  margin-bottom: 6rem;
}
.push-5 {
  margin-bottom: 7.5rem;
}
.push-l-0 {
  margin-left: 0;
}
.push-l-1-2 {
  margin-left: 0.75rem;
}
.push-l {
  margin-left: 1.5rem;
}
.push-l-2 {
  margin-left: 3rem;
}
.push-l-3 {
  margin-left: 4.5rem;
}
.push-l-4 {
  margin-left: 6rem;
}
.push-l-5 {
  margin-left: 7.5rem;
}
.push-r-0 {
  margin-right: 0;
}
.push-r-1-2 {
  margin-right: 0.75rem;
}
.push-r {
  margin-right: 1.5rem;
}
.push-r-2 {
  margin-right: 3rem;
}
.push-r-3 {
  margin-right: 4.5rem;
}
.push-r-4 {
  margin-right: 6rem;
}
.push-r-5 {
  margin-right: 7.5rem;
}
.fill-primary {
  fill: var(--color-primary);
}
.fill-secondary {
  fill: var(--color-secondary);
}
.fill-accent-1 {
  fill: var(--color-accent-1);
}
.fill-accent-2 {
  fill: var(--color-accent-2);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-accent-1 {
  background-color: var(--color-accent-1);
}
.bg-accent-2 {
  background-color: var(--color-accent-2);
}
.bg-grey-light {
  background-color: #f2f2f2;
}
.text-primary {
  color: var(--color-primary);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-accent-1 {
  color: var(--color-accent-1);
}
.text-accent-2 {
  color: var(--color-accent-2);
}
.text-fff {
  color: #fff;
}
.masthead {
  --collapse-height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f6f4;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: var(--collapse-height);
  min-height: var(--collapse-height);
  z-index: 10000;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
  transition: min-height 0.3s, height 0.3s;
}
.masthead.open {
  min-height: 100vh;
  overflow-y: scroll;
}
@media only screen and (min-width: 62rem) {
  .masthead {
    min-height: 100vh;
    position: sticky;
    overflow-y: auto;
  }
}
.masthead .header-cadpat-wrap .header-cadpat {
  display: block;
}
@media only screen and (min-width: 30rem) {
  .masthead .header-cadpat-wrap {
    height: 1rem;
    overflow: hidden;
    position: relative;
    padding-top: 1rem;
  }
  .masthead .header-cadpat-wrap .header-cadpat {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 62rem) {
  .masthead .header-cadpat-wrap {
    height: auto;
    padding: 0;
  }
  .masthead .header-cadpat-wrap .header-cadpat {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
  }
}
.masthead .header-column {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.masthead .header-column .logo-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0.75rem 1.5rem;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 62rem) {
  .masthead .header-column .logo-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.masthead .header-column .logo-wrap .site-title {
  width: min(15rem, 66.6666%);
  margin: 0;
}
.masthead .header-column .logo-wrap .site-title .logo {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 14.31798927%;
}
.masthead .header-column .logo-wrap .site-title .logo:hover,
.masthead .header-column .logo-wrap .site-title .logo:focus {
  opacity: 0.75;
}
.masthead .header-column .logo-wrap .site-title .logo img {
  width: 100%;
}
.masthead .header-column .logo-wrap .site-title .logo .logo-desktop {
  display: none;
}
.masthead .header-column .logo-wrap .site-title .logo .logo-mobile {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media only screen and (min-width: 62rem) {
  .masthead .header-column .logo-wrap .site-title {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .masthead .header-column .logo-wrap .site-title .logo {
    padding-top: 0;
  }
  .masthead .header-column .logo-wrap .site-title .logo .logo-mobile {
    display: none;
  }
  .masthead .header-column .logo-wrap .site-title .logo .logo-desktop {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}
.masthead .header-column .logo-wrap .presented-by-bmo {
  display: none;
}
.masthead .header-column .logo-wrap .presented-by-bmo:hover,
.masthead .header-column .logo-wrap .presented-by-bmo:focus {
  opacity: 0.75;
}
@media only screen and (min-width: 62rem) {
  .masthead .header-column .logo-wrap .presented-by-bmo {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  .masthead .header-column .logo-wrap .presented-by-bmo img {
    width: 100%;
  }
}
.masthead .header-column .nav > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.masthead .header-column .nav > ul .btn,
.masthead .header-column .nav > ul .btn--full,
.masthead .header-column .nav > ul .btn__outline,
.masthead .header-column .nav > ul .btn__outline--full {
  padding: 0 1.5rem;
  margin: 0 0 0.75rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  cursor: auto;
}
.masthead .header-column .nav > ul .btn a,
.masthead .header-column .nav > ul .btn--full a,
.masthead .header-column .nav > ul .btn__outline a,
.masthead .header-column .nav > ul .btn__outline--full a {
  width: 100%;
  font-size: 1.25rem;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: #fff;
  font-weight: bold;
  padding: 0.75em 2.5em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
  border-radius: 3em;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    box-shadow 0.3s;
  padding: 0.5rem 0;
}
.masthead .header-column .nav > ul .btn a:hover,
.masthead .header-column .nav > ul .btn--full a:hover,
.masthead .header-column .nav > ul .btn__outline a:hover,
.masthead .header-column .nav > ul .btn__outline--full a:hover,
.masthead .header-column .nav > ul .btn a:focus,
.masthead .header-column .nav > ul .btn--full a:focus,
.masthead .header-column .nav > ul .btn__outline a:focus,
.masthead .header-column .nav > ul .btn__outline--full a:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
.masthead
  .header-column
  .nav
  > ul
  > li:not(.btn):not(.btn--full):not(.btn__outline):not(.btn__outline--full)
  > a {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif;
}
.masthead
  .header-column
  .nav
  > ul
  > li:not(.btn):not(.btn--full):not(.btn__outline):not(.btn__outline--full)
  > a::before {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.masthead
  .header-column
  .nav
  > ul
  > li:not(.btn):not(.btn--full):not(.btn__outline):not(.btn__outline--full)
  > a:hover,
.masthead
  .header-column
  .nav
  > ul
  > li:not(.btn):not(.btn--full):not(.btn__outline):not(.btn__outline--full)
  > a:focus {
  background-color: var(--color-primary);
  color: #f7f6f4;
}
.masthead
  .header-column
  .nav
  > ul
  > li:not(.btn):not(.btn--full):not(.btn__outline):not(.btn__outline--full)
  > a:hover
  + .dropdown-toggle,
.masthead
  .header-column
  .nav
  > ul
  > li:not(.btn):not(.btn--full):not(.btn__outline):not(.btn__outline--full)
  > a:focus
  + .dropdown-toggle {
  color: #f7f6f4;
}
.masthead
  .header-column
  .nav
  > ul
  > li:not(:first-child):not(.ar-fa)
  a::before {
  content: " ";
}
.masthead
  .header-column
  .nav
  > ul
  li:not(.btn):not(.btn--full):not(.btn__outline):not(
    .btn__outline--full
  ).current-page-ancestor
  > a,
.masthead
  .header-column
  .nav
  > ul
  li:not(.btn):not(.btn--full):not(.btn__outline):not(
    .btn__outline--full
  ).current-menu-item
  > a,
.masthead .header-column .nav > ul a[aria-current="page"] {
  background-color: var(--color-primary);
  color: #fff;
}
.masthead
  .header-column
  .nav
  > ul
  li:not(.btn):not(.btn--full):not(.btn__outline):not(
    .btn__outline--full
  ).current-page-ancestor
  > a:hover,
.masthead
  .header-column
  .nav
  > ul
  li:not(.btn):not(.btn--full):not(.btn__outline):not(
    .btn__outline--full
  ).current-page-ancestor
  > a:focus,
.masthead
  .header-column
  .nav
  > ul
  li:not(.btn):not(.btn--full):not(.btn__outline):not(
    .btn__outline--full
  ).current-menu-item
  > a:hover,
.masthead
  .header-column
  .nav
  > ul
  li:not(.btn):not(.btn--full):not(.btn__outline):not(
    .btn__outline--full
  ).current-menu-item
  > a:focus,
.masthead .header-column .nav > ul a[aria-current="page"]:hover,
.masthead .header-column .nav > ul a[aria-current="page"]:focus {
  background-color: var(--color-secondary);
}
.masthead
  .header-column
  .nav
  > ul
  li:not(.btn):not(.btn--full):not(.btn__outline):not(
    .btn__outline--full
  ).current-page-ancestor
  > a
  + .dropdown-toggle,
.masthead
  .header-column
  .nav
  > ul
  li:not(.btn):not(.btn--full):not(.btn__outline):not(
    .btn__outline--full
  ).current-menu-item
  > a
  + .dropdown-toggle,
.masthead .header-column .nav > ul a[aria-current="page"] + .dropdown-toggle {
  color: #fff;
}
.masthead .header-column .nav > ul li.menu-item-has-children {
  position: relative;
}
.masthead .header-column .nav > ul li.menu-item-has-children .dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  background-color: rgba(0, 0, 0, 0);
  color: var(--color-primary);
  border: 0;
  cursor: pointer;
  transition: transform 0.3s;
}
.masthead
  .header-column
  .nav
  > ul
  li.menu-item-has-children
  .dropdown-toggle:hover {
  transform: scale(1.5);
}
.masthead
  .header-column
  .nav
  > ul
  li.menu-item-has-children
  .dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
  transition: transform 0.3s;
}
.masthead
  .header-column
  .nav
  > ul
  li.menu-item-has-children
  .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}
.masthead .header-column .nav > ul ul.sub-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}
.masthead .header-column .nav > ul ul.sub-menu > li:last-child a {
  border-bottom: 2px solid var(--color-primary);
}
.masthead .header-column .nav > ul ul.sub-menu > li > a {
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--color-primary);
  text-decoration: none;
  font-weight: bold;
  font-family: "Roboto Slab", serif;
}
.masthead .header-column .nav > ul ul.sub-menu > li > a::before {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.masthead .header-column .nav > ul ul.sub-menu > li > a:hover,
.masthead .header-column .nav > ul ul.sub-menu > li > a:focus {
  background-color: var(--color-primary);
  color: #f7f6f4;
}
.masthead
  .header-column
  .nav
  > ul
  ul.sub-menu
  > li
  > a:hover
  + .dropdown-toggle,
.masthead
  .header-column
  .nav
  > ul
  ul.sub-menu
  > li
  > a:focus
  + .dropdown-toggle {
  color: #f7f6f4;
}
.masthead .header-column .nav > ul ul.sub-menu > li:not(.ar-fa) > a::before {
  content: " ";
}
.masthead .header-column .nav > ul button[aria-expanded="true"] + .sub-menu {
  height: var(--subHeight);
}
.masthead .header-column .bmo-ad-space {
  margin: 0.75rem 0 1.5rem;
  padding: 0 1.5rem;
}
.masthead .header-column .bmo-ad-space .embed {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 62rem) {
  .masthead .header-column .bmo-ad-space .embed {
    display: block;
  }
}
.masthead .header-column .header-search-wrap {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.masthead .header-column .search-form {
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}
.masthead .header-column .search-form [type="search"] {
  padding-left: 3rem;
}
.masthead .header-column .search-form button[type="submit"] {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 1rem;
  color: var(--color-primary);
  box-shadow: none;
}
.masthead .header-column .search-form button[type="submit"]::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  font-weight: bold;
  font-size: 1rem;
  color: var(--color-primary);
}
.masthead .header-column .search-form button[type="submit"] span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.masthead .header-column .social-nav-wrap {
  padding: 1.5rem 1.5rem 0.75rem;
}
.masthead .header-column .social-nav-wrap .social-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.masthead .header-column .social-nav-wrap .social-menu li {
  display: flex;
  align-items: center;
}
.masthead .header-column .social-nav-wrap .social-menu li:not(:last-child) {
  margin-right: 1.5rem;
}
.masthead .header-column .social-nav-wrap .social-menu li a {
  text-decoration: none;
}
.masthead .header-column .social-nav-wrap .social-menu li a::before {
  font-size: 1.5rem;
}
.masthead .header-column .social-nav-wrap .social-menu li.wpml-ls-item-fr {
  margin-left: auto;
}
.masthead
  .header-column
  .social-nav-wrap
  .social-menu
  li.wpml-ls-item-fr
  a::before {
  content: "FR";
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.13rem;
}
@media only screen and (min-width: 48rem) {
  .masthead
    .header-column
    .social-nav-wrap
    .social-menu
    li.wpml-ls-item-fr
    a::before {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .masthead
    .header-column
    .social-nav-wrap
    .social-menu
    li.wpml-ls-item-fr
    a::before {
    font-size: 1.34rem;
  }
}
.masthead .header-column .social-nav-wrap .social-menu li.wpml-ls-item-en {
  margin-left: auto;
}
.masthead
  .header-column
  .social-nav-wrap
  .social-menu
  li.wpml-ls-item-en
  a::before {
  content: "EN";
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.13rem;
}
@media only screen and (min-width: 48rem) {
  .masthead
    .header-column
    .social-nav-wrap
    .social-menu
    li.wpml-ls-item-en
    a::before {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .masthead
    .header-column
    .social-nav-wrap
    .social-menu
    li.wpml-ls-item-en
    a::before {
    font-size: 1.34rem;
  }
}
.masthead .ar-fa.ar-dog-tag a {
  position: relative;
}
.masthead .ar-fa.ar-dog-tag a::before,
.masthead .ar-fa.ar-dog-tag a::after {
  content: " ";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}
.masthead .ar-fa.ar-dog-tag a::before {
  background-image: url("./images/icon-dog-tag-green-solid.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.masthead .ar-fa.ar-dog-tag a::after {
  background-image: url("./images/icon-dog-tag-white-solid.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  translate: 0 -50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.masthead .ar-fa.ar-dog-tag a:hover::after,
.masthead .ar-fa.ar-dog-tag a:focus::after {
  opacity: 1;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5rem;
}
.events-preview-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 30rem) {
  .events-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 48rem) {
  .events-preview-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 62rem) {
  .events-preview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 75rem) {
  .events-preview-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.events-preview-grid .grid-unit-full {
  grid-column: 1/-1;
}
.basic-page .entry-header {
  background-color: var(--color-primary);
  color: #fff;
}
.news-preview {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 30rem) {
  .news-preview {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 48rem) {
  .news-preview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 62rem) {
  .news-preview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 75rem) {
  .news-preview {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-preview .grid-unit-full {
  grid-column: 1/-1;
}
.news-preview__item {
  text-decoration: none;
  color: #404040;
  background-color: #fff;
}
.news-preview__item:nth-child(2) .news-preview__title {
  color: var(--color-secondary);
}
.news-preview__item:nth-child(3) .news-preview__title {
  color: var(--color-accent-1);
}
.news-preview__item:nth-child(4) .news-preview__title {
  color: var(--color-accent-2);
}
.news-preview__img {
  position: relative;
  padding-top: 50%;
}
.news-preview__img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.news-preview__title {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1.27rem;
}
@media only screen and (min-width: 48rem) {
  .news-preview__title {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .news-preview__title {
    font-size: 1.78rem;
  }
}
.news-preview__date {
  margin-bottom: 0.75rem;
  font-size: 0.89rem;
}
.news-preview__content {
  padding: 1.5rem;
}
.news-preview__content :last-child {
  margin: 0;
}
@media only screen and (min-width: 48rem) {
  .more-news .news-preview__item:nth-child(3) {
    display: none;
  }
}
@media only screen and (min-width: 75rem) {
  .more-news .news-preview__item:nth-child(3) {
    display: block;
  }
}
.date-display {
  line-height: 1.3;
  font-size: 1.13rem;
  font-weight: bold;
  color: var(--color-primary);
}
@media only screen and (min-width: 48rem) {
  .date-display {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .date-display {
    font-size: 1.34rem;
  }
}
.wpv-filter-form .form-group ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wpv-filter-form .form-group li:not(:last-child) {
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 75rem) {
  .updates-results {
    grid-column: 1 / span 8;
    grid-row: 1/2;
  }
  .updates-results .news-preview {
    grid-template-columns: repeat(2, 1fr);
  }
}
#page.site.under-construction {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/armyrun/images/blurred-homepage.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  color: #fff;
}
#page.site.under-construction::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#page.site.under-construction h1 {
  position: relative;
  z-index: 2;
}
.bg-cadpat {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  opacity: 0.15;
}
.bg-cadpat svg {
  width: auto;
  height: 300vmax;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 48rem) {
  .bg-cadpat svg {
    height: 200vmax;
  }
}
@media only screen and (min-width: 62rem) {
  .bg-cadpat svg {
    height: 100vmax;
  }
}
.sidebar {
  display: grid;
  gap: 1.5rem;
}
.sidebar__item {
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
  background-color: #f7f6f4;
}
.sidebar h2,
.sidebar__title {
  line-height: 1.3;
  font-size: 1.27rem;
}
@media only screen and (min-width: 48rem) {
  .sidebar h2,
  .sidebar__title {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .sidebar h2,
  .sidebar__title {
    font-size: 1.78rem;
  }
}
.sidebar__content :last-child {
  margin-bottom: 0;
}
.page-nav h2 {
  margin-bottom: 0.75rem;
}
.page-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-nav ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.page-nav ul li a {
  text-decoration: none;
}
.resources h2 {
  margin-bottom: 0.75rem;
}
.resources ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.resources ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.resources ul li a {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.regular__content :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 48rem) {
  .regular.full-width .regular__title,
  .regular.full-width .regular__content {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 62rem) {
  .regular.full-width .regular__title,
  .regular.full-width .regular__content {
    grid-column: span 12;
  }
}
.regular.intro-content .regular__content {
  line-height: 1.3;
  font-size: 1.13rem;
  color: var(--color-primary);
}
@media only screen and (min-width: 48rem) {
  .regular.intro-content .regular__content {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .regular.intro-content .regular__content {
    font-size: 1.34rem;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 61.999em) {
  .regular.btn-w-title .regular__title {
    grid-column: span 4;
    grid-row: 1/2;
  }
  .regular.btn-w-title .btn-wrap {
    grid-column: span 2;
    grid-row: 1/2;
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 75rem) {
  .regular.btn-w-title .regular__title {
    grid-column: span 8;
    grid-row: 1/2;
  }
  .regular.btn-w-title .btn-wrap {
    grid-column: span 4;
    grid-row: 1/2;
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: flex-end;
  }
}
.card,
.news-preview__item {
  position: relative;
  border-radius: 1.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
  border-bottom: 0.75rem solid var(--color-primary);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card:hover,
.news-preview__item:hover,
.card:focus,
.news-preview__item:focus {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4666666667);
  transform: scale(1.025);
}
.card:nth-of-type(4n - 2),
.news-preview__item:nth-of-type(4n - 2) {
  border-color: var(--color-secondary);
}
.card:nth-of-type(4n - 2) .btn,
.news-preview__item:nth-of-type(4n - 2) .btn,
.card:nth-of-type(4n - 2) .btn--full,
.news-preview__item:nth-of-type(4n - 2) .btn--full,
.card:nth-of-type(4n - 2) .btn__outline,
.news-preview__item:nth-of-type(4n - 2) .btn__outline,
.card:nth-of-type(4n - 2) .btn__outline--full,
.news-preview__item:nth-of-type(4n - 2) .btn__outline--full {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.card:nth-of-type(4n - 2) .btn:hover,
.news-preview__item:nth-of-type(4n - 2) .btn:hover,
.card:nth-of-type(4n - 2) .btn--full:hover,
.news-preview__item:nth-of-type(4n - 2) .btn--full:hover,
.card:nth-of-type(4n - 2) .btn__outline:hover,
.news-preview__item:nth-of-type(4n - 2) .btn__outline:hover,
.card:nth-of-type(4n - 2) .btn__outline--full:hover,
.news-preview__item:nth-of-type(4n - 2) .btn__outline--full:hover,
.card:nth-of-type(4n - 2) .btn:focus,
.news-preview__item:nth-of-type(4n - 2) .btn:focus,
.card:nth-of-type(4n - 2) .btn--full:focus,
.news-preview__item:nth-of-type(4n - 2) .btn--full:focus,
.card:nth-of-type(4n - 2) .btn__outline:focus,
.news-preview__item:nth-of-type(4n - 2) .btn__outline:focus,
.card:nth-of-type(4n - 2) .btn__outline--full:focus,
.news-preview__item:nth-of-type(4n - 2) .btn__outline--full:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.card:nth-of-type(4n - 1),
.news-preview__item:nth-of-type(4n - 1) {
  border-color: var(--color-accent-1);
}
.card:nth-of-type(4n - 1) .btn,
.news-preview__item:nth-of-type(4n - 1) .btn,
.card:nth-of-type(4n - 1) .btn--full,
.news-preview__item:nth-of-type(4n - 1) .btn--full,
.card:nth-of-type(4n - 1) .btn__outline,
.news-preview__item:nth-of-type(4n - 1) .btn__outline,
.card:nth-of-type(4n - 1) .btn__outline--full,
.news-preview__item:nth-of-type(4n - 1) .btn__outline--full {
  background-color: var(--color-accent-1);
  border-color: var(--color-accent-1);
}
.card:nth-of-type(4n - 1) .btn:hover,
.news-preview__item:nth-of-type(4n - 1) .btn:hover,
.card:nth-of-type(4n - 1) .btn--full:hover,
.news-preview__item:nth-of-type(4n - 1) .btn--full:hover,
.card:nth-of-type(4n - 1) .btn__outline:hover,
.news-preview__item:nth-of-type(4n - 1) .btn__outline:hover,
.card:nth-of-type(4n - 1) .btn__outline--full:hover,
.news-preview__item:nth-of-type(4n - 1) .btn__outline--full:hover,
.card:nth-of-type(4n - 1) .btn:focus,
.news-preview__item:nth-of-type(4n - 1) .btn:focus,
.card:nth-of-type(4n - 1) .btn--full:focus,
.news-preview__item:nth-of-type(4n - 1) .btn--full:focus,
.card:nth-of-type(4n - 1) .btn__outline:focus,
.news-preview__item:nth-of-type(4n - 1) .btn__outline:focus,
.card:nth-of-type(4n - 1) .btn__outline--full:focus,
.news-preview__item:nth-of-type(4n - 1) .btn__outline--full:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.card:nth-of-type(4n),
.news-preview__item:nth-of-type(4n) {
  border-color: var(--color-accent-2);
}
.card:nth-of-type(4n) .btn,
.news-preview__item:nth-of-type(4n) .btn,
.card:nth-of-type(4n) .btn--full,
.news-preview__item:nth-of-type(4n) .btn--full,
.card:nth-of-type(4n) .btn__outline,
.news-preview__item:nth-of-type(4n) .btn__outline,
.card:nth-of-type(4n) .btn__outline--full,
.news-preview__item:nth-of-type(4n) .btn__outline--full {
  background-color: var(--color-accent-2);
  border-color: var(--color-accent-2);
}
.card:nth-of-type(4n) .btn:hover,
.news-preview__item:nth-of-type(4n) .btn:hover,
.card:nth-of-type(4n) .btn--full:hover,
.news-preview__item:nth-of-type(4n) .btn--full:hover,
.card:nth-of-type(4n) .btn__outline:hover,
.news-preview__item:nth-of-type(4n) .btn__outline:hover,
.card:nth-of-type(4n) .btn__outline--full:hover,
.news-preview__item:nth-of-type(4n) .btn__outline--full:hover,
.card:nth-of-type(4n) .btn:focus,
.news-preview__item:nth-of-type(4n) .btn:focus,
.card:nth-of-type(4n) .btn--full:focus,
.news-preview__item:nth-of-type(4n) .btn--full:focus,
.card:nth-of-type(4n) .btn__outline:focus,
.news-preview__item:nth-of-type(4n) .btn__outline:focus,
.card:nth-of-type(4n) .btn__outline--full:focus,
.news-preview__item:nth-of-type(4n) .btn__outline--full:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: min(60rem, 100vh);
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 62rem) {
  .hero {
    margin-top: 0;
    align-items: flex-end;
    height: auto;
    min-height: 100vh;
  }
  .hero.hero--short {
    min-height: 50vh;
    padding: 6rem 0 3rem;
  }
}
.hero::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/armyrun/images/bg-overlay-updated.png")
    left bottom/auto 100% no-repeat;
  opacity: 0.65;
  transform: rotate(0.5turn);
}
@media only screen and (min-width: 48rem) {
  .hero::before {
    transform: rotate(0.25turn);
    height: 100vw;
  }
}
@media only screen and (min-width: 62rem) {
  .hero::before {
    transform: none;
    height: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 62rem) {
  .hero.hero--short {
    min-height: 50vh;
    padding: 6rem 0 3rem;
  }
  .hero.hero--short::before {
    height: 150%;
  }
}
.hero .container {
  position: relative;
}
@media only screen and (min-width: 48rem) {
  .hero__content {
    grid-column: span 5;
  }
}
@media only screen and (min-width: 62rem) {
  .hero__content {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 75rem) {
  .hero__content {
    grid-column: span 8;
  }
}
.hero__headline {
  color: #fff;
  line-height: 1.3;
  font-size: 1.81rem;
  font-weight: bold;
  margin: 0;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
}
@media only screen and (min-width: 48rem) {
  .hero__headline {
    font-size: 3.06rem;
  }
}
@media only screen and (min-width: 62rem) {
  .hero__headline {
    font-size: 4.21rem;
  }
}
.hero__headline--pretitle {
  display: block;
  line-height: 1.3;
  font-size: 1.43rem;
  font-weight: normal;
}
@media only screen and (min-width: 48rem) {
  .hero__headline--pretitle {
    font-size: 1.96rem;
  }
}
@media only screen and (min-width: 62rem) {
  .hero__headline--pretitle {
    font-size: 2.37rem;
  }
}
.hero__byline {
  color: #fff;
  line-height: 1.3;
  font-size: 1.27rem;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
}
@media only screen and (min-width: 48rem) {
  .hero__byline {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .hero__byline {
    font-size: 1.78rem;
  }
}
.hero .btn-wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero__cards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 30rem) {
  .hero__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 48rem) {
  .hero__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 62rem) {
  .hero__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 75rem) {
  .hero__cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
.hero__cards .grid-unit-full {
  grid-column: 1/-1;
}
.hero.bg-adjust-4089 {
  background-position: 80% top;
}
.hero.bg-adjust-4089::before {
  background-color: #000;
  height: 100%;
  background: none;
  transform: none;
}
@media only screen and (min-width: 75rem) {
  .hero.bg-adjust-4089::before {
    display: none;
  }
}
.hero--single {
  height: auto;
  min-height: 15rem;
  align-items: flex-end;
  padding: 1.5rem 0;
}
.hero--single::before {
  height: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  transform: none;
}
@media only screen and (min-width: 62rem) {
  .hero--single::before {
    background-size: auto 100%;
    background-position: left center;
  }
}
@media only screen and (min-width: 48rem) {
  .hero--single {
    min-height: 30rem;
  }
}
.event-preview {
  padding-top: 100%;
  color: #fff;
  background-color: #000;
}
.event-preview:hover,
.event-preview:focus {
  color: #fff;
}
@media only screen and (min-width: 30rem) {
  .event-preview {
    padding-top: 66.6666%;
  }
}
@media only screen and (min-width: 48rem) {
  .event-preview {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 62rem) {
  .event-preview {
    padding-top: 50%;
  }
}
@media only screen and (min-width: 75rem) {
  .event-preview {
    padding-top: 100%;
  }
}
.event-preview__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.event-preview__title {
  text-align: center;
  margin: 0;
  color: #fff;
}
.event-preview__title--type {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  display: block;
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.27rem;
}
@media only screen and (min-width: 48rem) {
  .event-preview__title--type {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .event-preview__title--type {
    font-size: 1.78rem;
  }
}
.event-preview__title--distance {
  line-height: 1.3;
  font-size: 1.61rem;
  display: block;
}
@media only screen and (min-width: 48rem) {
  .event-preview__title--distance {
    font-size: 2.45rem;
  }
}
@media only screen and (min-width: 62rem) {
  .event-preview__title--distance {
    font-size: 3.16rem;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 61.999rem) {
  .event-preview__title--distance {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 75rem) and (max-width: 89.999rem) {
  .event-preview__title--distance {
    font-size: 2.25rem;
  }
}
.event-preview__date {
  margin: 0;
}
.breadcrumbs {
  line-height: 1.3;
  font-size: 1.13rem;
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .breadcrumbs {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .breadcrumbs {
    font-size: 1.34rem;
  }
}
.breadcrumbs span {
  display: flex;
  align-items: center;
}
.breadcrumbs a {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #fff;
  opacity: 0.75;
}
.breadcrumbs .breadcrumb-divider {
  line-height: 1.3;
  font-size: 1.27rem;
  margin: 0 0.5rem;
}
@media only screen and (min-width: 48rem) {
  .breadcrumbs .breadcrumb-divider {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .breadcrumbs .breadcrumb-divider {
    font-size: 1.78rem;
  }
}
.breadcrumbs .breadcrumb_last {
  color: #fff;
}
.sponsors {
  overflow: hidden;
}
.sponsor-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}
.sponsor-bar__prev,
.sponsor-bar__next {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: var(--color-primary);
  display: inline-block;
  font-size: 2rem;
  padding: 0.25rem 0.5rem;
  line-height: 1;
  position: relative;
  z-index: 3;
  transition: opacity 0.3s;
}
.sponsor-bar__prev::after,
.sponsor-bar__next::after {
  display: block;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
}
.sponsor-bar__prev {
  grid-column: 1/2;
  grid-row: 1/2;
  transform: translateX(-1rem);
}
.sponsor-bar__prev::after {
  content: "";
}
.sponsor-bar__next {
  grid-column: 3/4;
  grid-row: 1/2;
  transform: translateX(1rem);
}
.sponsor-bar__next::after {
  content: "";
}
.sponsor-bar__items {
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
  height: var(--sbHeight);
  overflow: hidden;
}
.sponsor-bar__items::before,
.sponsor-bar__items::after {
  content: " ";
  width: 1rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  z-index: 5;
}
.sponsor-bar__items::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.sponsor-bar__item {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  padding: 1.5rem;
}
.sponsor-bar__item.off-deck,
.sponsor-bar__item.pos-1,
.sponsor-bar__item.pos-2 {
  display: block;
}
.sponsor-bar__item.off-deck {
  transform: translateX(-100%);
}
.sponsor-bar__item.pos-1 {
  opacity: 1;
  left: 0;
  pointer-events: all;
}
.sponsor-bar__item.pos-2 {
  left: 100%;
}
@media only screen and (min-width: 30rem) {
  .sponsor-bar__item {
    width: 50%;
  }
  .sponsor-bar__item.off-deck,
  .sponsor-bar__item.pos-1,
  .sponsor-bar__item.pos-2,
  .sponsor-bar__item.pos-3 {
    display: block;
  }
  .sponsor-bar__item.pos-1,
  .sponsor-bar__item.pos-2 {
    opacity: 1;
    pointer-events: all;
  }
  .sponsor-bar__item.pos-2 {
    left: 50%;
  }
  .sponsor-bar__item.pos-3 {
    left: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  .sponsor-bar__item {
    width: 33.3333%;
  }
  .sponsor-bar__item.off-deck,
  .sponsor-bar__item.pos-1,
  .sponsor-bar__item.pos-2,
  .sponsor-bar__item.pos-3,
  .sponsor-bar__item.pos-4 {
    display: block;
  }
  .sponsor-bar__item.pos-1,
  .sponsor-bar__item.pos-2,
  .sponsor-bar__item.pos-3 {
    opacity: 1;
    pointer-events: all;
  }
  .sponsor-bar__item.pos-2 {
    left: 33.3333%;
  }
  .sponsor-bar__item.pos-3 {
    left: 66.6666%;
  }
  .sponsor-bar__item.pos-4 {
    left: 100%;
  }
}
@media only screen and (min-width: 75rem) {
  .sponsor-bar__item {
    width: 25%;
  }
  .sponsor-bar__item.off-deck,
  .sponsor-bar__item.pos-1,
  .sponsor-bar__item.pos-2,
  .sponsor-bar__item.pos-3,
  .sponsor-bar__item.pos-4,
  .sponsor-bar__item.on-deck {
    display: block;
  }
  .sponsor-bar__item.pos-1,
  .sponsor-bar__item.pos-2,
  .sponsor-bar__item.pos-3,
  .sponsor-bar__item.pos-4 {
    opacity: 1;
    pointer-events: all;
  }
  .sponsor-bar__item.pos-2 {
    left: 25%;
  }
  .sponsor-bar__item.pos-3 {
    left: 50%;
  }
  .sponsor-bar__item.pos-4 {
    left: 75%;
  }
  .sponsor-bar__item.on-deck {
    left: 100%;
  }
}
.sponsor-bar__item .embed img {
  object-fit: contain;
}
.sponsor-bar__item:hover,
.sponsor-bar__item:focus {
  transform: scale(1.1);
}
.sponsor-list__item {
  grid-column: span 2;
}
@media only screen and (min-width: 62rem) {
  .sponsor-list__item {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 75rem) {
  .sponsor-list__item {
    grid-column: span 3;
  }
}
.sponsor-list__item .embed img {
  object-fit: contain;
}
.sponsor-list__medium .sponsor-list__item {
  grid-column: span 4;
}
@media only screen and (min-width: 48rem) {
  .sponsor-list__medium .sponsor-list__item {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 62rem) {
  .sponsor-list__medium .sponsor-list__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 75rem) {
  .sponsor-list__medium .sponsor-list__item {
    grid-column: span 4;
  }
}
.sponsor-list__large .sponsor-list__item {
  grid-column: span 4;
}
@media only screen and (min-width: 48rem) {
  .sponsor-list__large .sponsor-list__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 62rem) {
  .sponsor-list__large .sponsor-list__item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 75rem) {
  .sponsor-list__large .sponsor-list__item {
    grid-column: span 6;
  }
}
.link-cards__item {
  display: block;
  padding-top: 100%;
}
@media only screen and (min-width: 30rem) {
  .link-cards__item {
    padding-top: 50%;
  }
}
@media only screen and (min-width: 48rem) {
  .link-cards__item {
    padding-top: 100%;
    grid-column: span 3;
  }
  .link-cards__item:nth-of-type(3) {
    grid-column: span 6;
    padding-top: 50%;
  }
}
@media only screen and (min-width: 62rem) {
  .link-cards__item {
    grid-column: span 6;
  }
  .link-cards__item:nth-of-type(3) {
    grid-column: span 12;
  }
}
@media only screen and (min-width: 90rem) {
  .link-cards__item.cards-3 {
    grid-column: span 4;
  }
}
.link-cards__content {
  text-align: center;
  width: calc(100% - 3rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, top 0.3s;
}
@media only screen and (min-width: 48rem) {
  .link-cards__content {
    top: 100%;
    transform: translate(-50%, -3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .link-cards__content {
    transform: translate(-50%, -4rem);
  }
}
.link-cards__content--wrap {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  padding: 1.5rem;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0.6)
  );
  background-size: 100% 200%;
  background-position: bottom;
  transition: background-position 0.3s;
}
@media only screen and (min-width: 48rem) {
  .link-cards__content--wrap {
    background-position: top;
  }
}
.link-cards__content--wrap:hover,
.link-cards__content--wrap:focus {
  background-position: bottom;
}
.link-cards__content--wrap:hover .link-cards__content,
.link-cards__content--wrap:focus .link-cards__content {
  top: 50%;
  transform: translate(-50%, -50%);
}
.link-cards__content--wrap:hover .link-cards__title,
.link-cards__content--wrap:hover .link-cards__text,
.link-cards__content--wrap:focus .link-cards__title,
.link-cards__content--wrap:focus .link-cards__text {
  transform: translateY(0);
  opacity: 1;
}
.link-cards__content--wrap:hover .btn-wrap,
.link-cards__content--wrap:focus .btn-wrap {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 48rem) {
  .link-cards__content--wrap:hover .link-cards__content,
  .link-cards__content--wrap:focus .link-cards__content {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (min-width: 48rem) {
  .link-cards__content--wrap:hover .link-cards__content,
  .link-cards__content--wrap:focus .link-cards__content {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.link-cards__title {
  color: #fff;
  line-height: 1.3;
  font-size: 1.43rem;
  margin: 0;
  transition: transform 0.3s;
}
@media only screen and (min-width: 48rem) {
  .link-cards__title {
    font-size: 1.96rem;
  }
}
@media only screen and (min-width: 62rem) {
  .link-cards__title {
    font-size: 2.37rem;
  }
}
@media only screen and (min-width: 62rem) {
  .link-cards__title {
    line-height: 1.3;
    font-size: 1.27rem;
  }
}
@media only screen and (min-width: 62rem) and (min-width: 48rem) {
  .link-cards__title {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) and (min-width: 62rem) {
  .link-cards__title {
    font-size: 1.78rem;
  }
}
@media only screen and (min-width: 75rem) {
  .link-cards__title {
    line-height: 1.3;
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 75rem) and (min-width: 48rem) {
  .link-cards__title {
    font-size: 1.96rem;
  }
}
@media only screen and (min-width: 75rem) and (min-width: 62rem) {
  .link-cards__title {
    font-size: 2.37rem;
  }
}
.link-cards__title.push {
  margin-bottom: 1.5rem;
}
.link-cards__text {
  color: #fff;
  line-height: 1.3;
  font-size: 1.13rem;
  transition: opacity 0.3s, transform 0.3s;
}
@media only screen and (min-width: 48rem) {
  .link-cards__text {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .link-cards__text {
    font-size: 1.34rem;
  }
}
@media only screen and (min-width: 48rem) {
  .link-cards__text {
    opacity: 0;
  }
}
@media only screen and (min-width: 90rem) {
  .link-cards__text {
    padding: 0 1.3rem;
  }
}
.link-cards__text :last-child {
  margin-bottom: 0.75rem;
}
.link-cards .btn-wrap {
  transition: opacity 0.3s, transform 0.3s;
}
@media only screen and (min-width: 48rem) {
  .link-cards .btn-wrap {
    opacity: 0;
  }
}
.newsletter-sign-up {
  background-color: var(--color-accent-2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter-sign-up__title,
.newsletter-sign-up__content {
  color: #fff;
}
@media only screen and (min-width: 48rem) {
  .newsletter-sign-up__title,
  .newsletter-sign-up__content {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 62rem) {
  .newsletter-sign-up__title,
  .newsletter-sign-up__content {
    grid-column: span 10;
  }
}
@media only screen and (min-width: 75rem) {
  .newsletter-sign-up__title,
  .newsletter-sign-up__content {
    grid-column: 1 / span 8;
  }
}
.newsletter-sign-up__title .form-grid,
.newsletter-sign-up__content .form-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 30rem) {
  .newsletter-sign-up__title .form-grid,
  .newsletter-sign-up__content .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 48rem) {
  .newsletter-sign-up__title .form-grid,
  .newsletter-sign-up__content .form-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 62rem) {
  .newsletter-sign-up__title .form-grid,
  .newsletter-sign-up__content .form-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 75rem) {
  .newsletter-sign-up__title .form-grid,
  .newsletter-sign-up__content .form-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.newsletter-sign-up__title .form-grid .grid-unit-full,
.newsletter-sign-up__content .form-grid .grid-unit-full {
  grid-column: 1/-1;
}
.newsletter-sign-up__title .form-grid .grid-unit--email,
.newsletter-sign-up__content .form-grid .grid-unit--email {
  grid-column: span 2;
}
.newsletter-sign-up__title .form-grid .grid-unit--button .btn,
.newsletter-sign-up__title .form-grid .grid-unit--button .btn--full,
.newsletter-sign-up__title .form-grid .grid-unit--button .btn__outline,
.newsletter-sign-up__title .form-grid .grid-unit--button .btn__outline--full,
.newsletter-sign-up__content .form-grid .grid-unit--button .btn,
.newsletter-sign-up__content .form-grid .grid-unit--button .btn--full,
.newsletter-sign-up__content .form-grid .grid-unit--button .btn__outline,
.newsletter-sign-up__content .form-grid .grid-unit--button .btn__outline--full {
  width: 100%;
  padding: 0.75em 0;
}
.newsletter-sign-up__content {
  line-height: 1.3;
  font-size: 1.13rem;
}
@media only screen and (min-width: 48rem) {
  .newsletter-sign-up__content {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .newsletter-sign-up__content {
    font-size: 1.34rem;
  }
}
.newsletter-sign-up::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/wp-content/themes/armyrun/images/bg-overlay-updated.png")
    left bottom/auto 150% no-repeat;
  opacity: 0.65;
}
.accordion__button {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0.75rem;
  background-color: #f7f6f4;
  text-decoration: none;
  align-items: center;
}
.accordion__button:hover,
.accordion__button:focus {
  color: var(--color-secondary);
}
.accordion__button:hover .accordion__title,
.accordion__button:focus .accordion__title {
  color: var(--color-secondary);
}
.accordion__button i.fas {
  line-height: 1.3;
  font-size: 1.27rem;
  transition: transform 0.3s;
}
@media only screen and (min-width: 48rem) {
  .accordion__button i.fas {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .accordion__button i.fas {
    font-size: 1.78rem;
  }
}
.accordion__title {
  line-height: 1.3;
  font-size: 1.27rem;
  margin: 0;
  transition: color 0.3s;
}
@media only screen and (min-width: 48rem) {
  .accordion__title {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .accordion__title {
    font-size: 1.78rem;
  }
}
.accordion__content {
  padding: 0.75rem 0.75rem 0;
}
.accordion__content--wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.accordion__content :last-child {
  margin: 0;
}
.accordion .active i.fas {
  transform: rotate(0.125turn);
}
.accordion .active .accordion__content--wrap {
  max-height: var(--height);
}
.cta-banner .card,
.cta-banner .news-preview__item {
  position: relative;
  padding-top: 33.3333%;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: box-shadow 0.3s, transform 0.3s;
  text-decoration: none;
  text-align: center;
}
.cta-banner .card > div,
.cta-banner .news-preview__item > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3333333333);
}
@media only screen and (min-width: 48rem) {
  .gallery.full-width .gallery__item--wrap {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 62rem) {
  .gallery.full-width .gallery__item--wrap {
    grid-column: span 4;
  }
}
@media only screen and (min-width: 90rem) {
  .gallery.full-width .gallery__item--wrap {
    grid-column: span 3;
  }
}
.gallery__item {
  margin: 0;
  padding-top: 100%;
  position: relative;
  cursor: pointer;
}
.gallery__item--wrap {
  display: block;
}
@media only screen and (min-width: 30rem) {
  .gallery__item--wrap {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 48rem) {
  .gallery__item--wrap {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 62rem) {
  .gallery__item--wrap {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 90rem) {
  .gallery__item--wrap {
    grid-column: span 4;
  }
}
@media print {
  .gallery__item {
    padding: 0;
    text-decoration: none;
  }
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print {
  .gallery__item img {
    position: static;
    height: auto;
    width: auto;
    max-width: 100%;
  }
}
.gallery__item figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6))
    bottom left/100% no-repeat;
  color: #fff;
  transition: opacity 0.3s;
}
@media print {
  .gallery__item figcaption {
    position: static;
    opacity: 1;
    color: #000;
    padding: 0.25rem 0 0;
  }
}
.gallery__item:hover figcaption,
.gallery__item:focus figcaption {
  opacity: 1;
}
.gallery__modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 62rem) {
  .gallery__modal {
    z-index: 10000000;
  }
}
.gallery__modal.open {
  display: flex;
}
.gallery__modal.transitioned {
  opacity: 1;
}
.gallery__modal figcaption {
  max-height: 50%;
  overflow: scroll;
}
.gallery__modal button {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border: 0;
  opacity: 1;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-size: 1.13rem;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 48rem) {
  .gallery__modal button {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .gallery__modal button {
    font-size: 1.34rem;
  }
}
.gallery__modal button::after,
.gallery__modal button::before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
  line-height: 1.3;
  font-size: 1.43rem;
}
@media only screen and (min-width: 48rem) {
  .gallery__modal button::after,
  .gallery__modal button::before {
    font-size: 1.96rem;
  }
}
@media only screen and (min-width: 62rem) {
  .gallery__modal button::after,
  .gallery__modal button::before {
    font-size: 2.37rem;
  }
}
.gallery__modal button:hover,
.gallery__modal button:focus {
  opacity: 0.5;
}
.gallery__modal button:focus {
  outline-color: #fff;
}
.gallery__modal__prev {
  left: 0;
  bottom: -5rem;
}
@media only screen and (min-width: 75rem) {
  .gallery__modal__prev {
    top: 50%;
    transform: translate(calc(-100% - 3rem), -50%);
  }
}
.gallery__modal__prev::before {
  content: "";
  margin-right: 0.75rem;
}
@media only screen and (min-width: 75rem) {
  .gallery__modal__prev::before {
    margin-right: 0;
  }
}
.gallery__modal__next {
  right: 0;
  bottom: -5rem;
}
@media only screen and (min-width: 75rem) {
  .gallery__modal__next {
    top: 50%;
    transform: translate(calc(100% + 3rem), -50%);
  }
}
.gallery__modal__next::after {
  content: "";
  margin-left: 0.75rem;
}
@media only screen and (min-width: 75rem) {
  .gallery__modal__next::after {
    margin-left: 0;
  }
}
.gallery__modal__close {
  top: 3rem;
  right: 1.5rem;
}
@media only screen and (min-width: 62rem) {
  .gallery__modal__close {
    right: 3rem;
  }
}
.gallery__modal__close::after {
  content: "";
}
.gallery__modal figure {
  width: calc(100vmin - 3rem);
  height: calc(100vmin - 3rem);
  position: relative;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.gallery__modal figure.transitioning img,
.gallery__modal figure.transitioning figcaption {
  opacity: 0;
}
.gallery__modal figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.2s;
}
.gallery__modal figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    )
    bottom left/100% no-repeat;
  color: #fff;
  transition: opacity 0.2s;
}
.gallery__modal figure figcaption h2,
.gallery__modal figure figcaption h3,
.gallery__modal figure figcaption h4,
.gallery__modal figure figcaption h5,
.gallery__modal figure figcaption h6 {
  color: #fff;
  font-size: 1rem;
}
.gallery__modal figure figcaption h2 {
  line-height: 1.3;
  font-size: 1.13rem;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 48rem) {
  .gallery__modal figure figcaption h2 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .gallery__modal figure figcaption h2 {
    font-size: 1.34rem;
  }
}
.gallery__modal figure figcaption h3 {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.gallery__modal figure figcaption h4 {
  font-size: 1.05rem;
  margin-top: 0.5rem;
}
.gallery.remembrance-row .caption__title {
  color: #fff;
  line-height: 1.3;
  font-size: 1.27rem;
  margin: 0;
}
@media only screen and (min-width: 48rem) {
  .gallery.remembrance-row .caption__title {
    font-size: 1.57rem;
  }
}
@media only screen and (min-width: 62rem) {
  .gallery.remembrance-row .caption__title {
    font-size: 1.78rem;
  }
}
.gallery.remembrance-row .caption__service-record {
  margin: 0;
  font-style: italic;
}
.gallery.remembrance-row .caption__content {
  margin: 0.75rem 0 0;
}
.gallery.remembrance-row .caption__content > :last-child {
  margin-bottom: 0;
}
.gallery.remembrance-row .gallery__item--wrap .caption__content {
  display: none;
}
.pop-up {
  width: min(100% - 3rem, 60em);
  max-height: calc(100vh - 3rem);
  background-color: #f7f6f4;
  overflow-y: scroll;
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2666666667);
  position: relative;
  transform: translateY(3rem);
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.pop-up--overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000000;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 75rem) {
  .pop-up--overlay {
    width: calc(100vw - 20rem);
  }
}
@media only screen and (min-width: 48rem) {
  .pop-up {
    padding: 3rem;
  }
}
.pop-up__title {
  padding-right: 3rem;
}
.pop-up .btn--close {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 48rem) {
  .pop-up .btn--close {
    top: 0.25rem;
    right: 0.75rem;
  }
}
.pop-up--overlay.open {
  pointer-events: all;
  opacity: 1;
}
.pop-up--overlay.open .pop-up {
  transform: none;
  opacity: 1;
}
.tabbed-sections {
  margin-bottom: 3rem;
}
.tabbed-sections__tabs {
  border-bottom: 0.125rem solid var(--color-primary);
  padding-top: 3rem;
  display: flex;
  gap: 0.5rem;
}
.tabbed-sections__tab {
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  display: inline-block;
  border-radius: 0.75rem 0.75rem 0 0;
  background-color: #f2f2f2;
}
.tabbed-sections__tab.active {
  background-color: var(--color-primary);
  color: #fff;
}
.tabbed-sections__section {
  display: none;
}
.tabbed-sections__section .container::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.125rem;
  background-color: #f2f2f2;
  width: calc(100% - 3rem);
}
.tabbed-sections__section.active {
  display: block;
}
.hybrid-events-preview .events-preview-grid--wrap {
  padding: 3rem 0;
}
.hybrid-events-preview .hybrid-title-wrap {
  grid-column: 1/-1;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.hybrid-events-preview .hybrid-title {
  margin: 0;
  position: relative;
}
.hybrid-events-preview.has-both-event-types {
  overflow: hidden;
}
.hybrid-events-preview.has-both-event-types .container {
  padding: 0;
  gap: 0;
}
.hybrid-events-preview.has-both-event-types .events-preview-grid--wrap {
  position: relative;
  padding: 3rem 1.5rem;
  background-color: #fafafa;
}
.hybrid-events-preview.has-both-event-types
  .events-preview-grid--wrap:last-child {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 48rem) {
  .hybrid-events-preview.has-both-event-types .events-preview-grid--wrap {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 62rem) {
  .hybrid-events-preview.has-both-event-types .events-preview-grid--wrap {
    grid-column: span 6;
  }
  .hybrid-events-preview.has-both-event-types
    .events-preview-grid--wrap::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
    background-color: #fafafa;
  }
  .hybrid-events-preview.has-both-event-types
    .events-preview-grid--wrap:last-child {
    background-color: #f2f2f2;
  }
  .hybrid-events-preview.has-both-event-types
    .events-preview-grid--wrap:last-child::before {
    right: auto;
    left: 0;
    background-color: #f2f2f2;
  }
}
.hybrid-events-preview.has-both-event-types .events-preview-grid--hybrid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 30rem) {
  .hybrid-events-preview.has-both-event-types .events-preview-grid--hybrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 48rem) {
  .hybrid-events-preview.has-both-event-types .events-preview-grid--hybrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 62rem) {
  .hybrid-events-preview.has-both-event-types .events-preview-grid--hybrid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 75rem) {
  .hybrid-events-preview.has-both-event-types .events-preview-grid--hybrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hybrid-events-preview.has-both-event-types
  .events-preview-grid--hybrid
  .grid-unit-full {
  grid-column: 1/-1;
}
@media only screen and (min-width: 62rem) {
  .hybrid-events-preview.has-both-event-types
    .events-preview-grid
    .hybrid-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 90rem) {
  .hybrid-events-preview.has-both-event-types
    .events-preview-grid
    .hybrid-title {
    font-size: 2.5rem;
  }
}
.expo__item-preview {
  display: block;
  position: relative;
}
.expo__item-preview .embed::after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6666666667)
  );
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.expo__item-preview h3 {
  position: absolute;
  bottom: 0;
  padding: 1.5rem;
  margin: 0;
  color: #fff;
  width: 100%;
}
@media only screen and (min-width: 48rem) {
  .expo__item-preview {
    grid-column: span 3;
  }
}
@media only screen and (min-width: 62rem) {
  .expo__item-preview {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 75rem) {
  .expo__item-preview {
    grid-column: span 4;
  }
}
.expo__items {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - var(--headerOffset));
  padding: 3.5rem 1.5rem 4rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: opacity 0.3s;
}
.expo__items.active {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (min-width: 62rem) {
  .expo__items {
    z-index: 10000000;
    height: 100%;
    padding: 6rem 3rem;
  }
}
.expo__item {
  display: none;
  grid-template-areas: "content" "photos";
  gap: 3rem;
  background-color: #fff;
  height: 100%;
  width: min(100%, 75em);
  overflow-y: scroll;
  padding: 1.5rem;
  border-radius: 0.5rem;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 62rem) {
  .expo__item {
    grid-template-areas: "photos content";
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}
.expo__item.active {
  display: grid;
}
.expo__item.transition-out {
  opacity: 0;
}
.expo__content {
  grid-area: content;
}
@media only screen and (min-width: 62rem) {
  .expo__content {
    max-height: calc(100vh - 15rem);
    overflow-y: scroll;
  }
}
.expo__logo {
  display: block;
  width: min(100%, 15rem);
  margin: 0 0 1.5rem;
}
.expo__pre-title {
  text-transform: uppercase;
  font-weight: bold;
}
.expo__title {
  margin-bottom: 0.75rem;
}
.expo__byline {
  line-height: 1.3;
  font-size: 1.13rem;
  font-style: italic;
}
@media only screen and (min-width: 48rem) {
  .expo__byline {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 62rem) {
  .expo__byline {
    font-size: 1.34rem;
  }
}
.expo__photos {
  grid-area: photos;
}
.expo__photos-grid {
  display: grid;
  --cols: 4;
  grid-template-columns: repeat(var(--cols), 1fr);
  flex-wrap: wrap;
  gap: 0.75rem;
}
.expo__full-photo {
  grid-column: 1/5;
  width: 100%;
  background-color: #000;
}
.expo__full-photo img {
  object-fit: contain;
}
.expo__small-photo {
  background-color: #000;
}
.expo__small-photo img {
  transition: opacity 0.3s;
}
.expo__small-photo .active img {
  opacity: 0.5;
}
.expo__prev,
.expo__next,
.expo__close {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  padding: 0.75rem;
  border: 0;
}
.expo__prev::before,
.expo__next::before,
.expo__close::before {
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
  line-height: 1.3;
  font-size: 1.43rem;
}
@media only screen and (min-width: 48rem) {
  .expo__prev::before,
  .expo__next::before,
  .expo__close::before {
    font-size: 1.96rem;
  }
}
@media only screen and (min-width: 62rem) {
  .expo__prev::before,
  .expo__next::before,
  .expo__close::before {
    font-size: 2.37rem;
  }
}
.expo__close {
  top: 0.25rem;
  right: 0.75rem;
}
.expo__close::before {
  content: "";
}
.expo__prev {
  bottom: 0.25rem;
  left: 0.75rem;
}
.expo__prev::before {
  content: "";
}
@media only screen and (min-width: 90rem) {
  .expo__prev {
    top: 50%;
    right: calc(50% + 37.5em + 3rem);
    left: auto;
    transform: translateY(-50%);
  }
}
.expo__next {
  bottom: 0.25rem;
  right: 0.75rem;
}
.expo__next::before {
  content: "";
}
@media only screen and (min-width: 90rem) {
  .expo__next {
    top: 50%;
    left: calc(50% + 37.5em + 3rem);
    right: auto;
    transform: translateY(-50%);
  }
}
.event-container {
  align-items: flex-start;
}
.event-container .event-side-bar {
  display: grid;
  gap: 1.5rem;
}
@media only screen and (min-width: 38em) {
  .event-container .event-side-bar {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 48rem) {
  .event-container .event-side-bar {
    grid-template-columns: 1fr;
    grid-column: span 3;
  }
}
@media only screen and (min-width: 62rem) {
  .event-container .event-side-bar {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 75rem) {
  .event-container .event-side-bar {
    grid-column: span 4;
  }
}
.event-container .event-side-bar__item {
  padding: 1.5rem;
  border-radius: 1.5rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3333333333);
  background-color: #f7f6f4;
  display: flex;
  flex-direction: column;
}
.event-container .event-side-bar__item--content {
  flex-grow: 1;
}
.event-container .event-info-wrap {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: auto 1fr;
}
.event-container .event-info-wrap .btn-registration {
  grid-column: span 2;
  margin-bottom: 0.75rem;
}
.event-container .event-info-wrap .event-info {
  display: contents;
}
.event-container .event-info-wrap .event-info dt {
  color: var(--color-primary);
}
.event-container .event-info-wrap .event-info dt p {
  color: #404040;
  font-weight: 400;
}
.event-container .event-info-wrap .event-info dd {
  text-align: right;
  margin: 0;
}
.event-info-block .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 48rem) {
  .event-info-block__content {
    grid-row: 1 / span 1;
    grid-column: 1 / span 3;
  }
}
@media only screen and (min-width: 62rem) {
  .event-info-block__content {
    grid-column: 1 / span 6;
  }
}
@media only screen and (min-width: 75rem) {
  .event-info-block__content {
    grid-column: 1 / span 8;
  }
}
@media only screen and (min-width: 62rem) {
  .event-entry-content {
    grid-column: 1 / span 8;
  }
}
.no-results .search-form {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 1.5rem;
}
.site-footer {
  background-color: var(--color-accent-1);
  background-image: url("/wp-content/themes/armyrun/images/bg-overlay-full.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--color-accent-1);
  opacity: 0.85;
}
.site-footer .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover,
.site-footer a:focus {
  opacity: 0.5;
}
.site-footer small {
  display: block;
}
.site-footer .site-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.site-footer .site-info small:first-child {
  width: 100%;
  margin-bottom: 0.375rem;
}
@media only screen and (min-width: 62rem) {
  .site-footer .site-info small:first-child {
    margin: 0 0.75rem 0 0;
    width: max-content;
  }
}
.site-footer .site-info .footer-menu {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}
.site-footer .site-info .footer-menu li:not(:last-child) {
  margin-right: 0.75rem;
}
@media only screen and (min-width: 75rem) {
  .site-footer .site-info,
  .site-footer .credit {
    grid-column: span 6;
  }
  .site-footer .site-info {
    justify-content: flex-start;
    text-align: left;
  }
  .site-footer .credit {
    text-align: right;
  }
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.breakpoint-display {
  position: fixed;
  z-index: 1000000;
}
.breakpoint-display::after {
  content: "Phone Small";
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 0.5rem;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 1.5rem;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2666666667);
  z-index: 1000000;
}
@media only screen and (min-width: 30rem) {
  .breakpoint-display::after {
    content: "phones";
  }
}
@media only screen and (min-width: 48rem) {
  .breakpoint-display::after {
    content: "tablet";
  }
}
@media only screen and (min-width: 62rem) {
  .breakpoint-display::after {
    content: "desktop";
  }
}
@media only screen and (min-width: 75rem) {
  .breakpoint-display::after {
    content: "lg_desktop";
  }
}
@media only screen and (min-width: 90rem) {
  .breakpoint-display::after {
    content: "widescreen";
  }
}
@media only screen and (min-width: 100rem) {
  .breakpoint-display::after {
    content: "lg_widescreen";
  }
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5rem;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
} /*# sourceMappingURL=style.css.map */
