@charset "UTF-8";
/*
 * @file        : _breakpoints.scss - A place for mediaquery breakpoints.
 * @desctiption : duplicated from bootstrap to keep us in line with our own choice of framework :)
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/*
 * @file        : _mixins.scss - Spinny doo-dads.
 * @desctiption : A place for mixin functions.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* BORDER RADIUS ******************************************************************************************************/
/* END BORDER RADIUS **************************************************************************************************/
/* TRANSITION *********************************************************************************************************/
/* END TRANSITION *****************************************************************************************************/
/* TRANSFORM **********************************************************************************************************/
/* END TRANSFORM ******************************************************************************************************/
/* ANIMATION **********************************************************************************************************/
/* END ANIMATION ******************************************************************************************************/
/* MISC ***************************************************************************************************************/
/* END MISC ***********************************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i");
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham-Medium.otf");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?akj32z");
  src: url("../fonts/icomoon.eot?akj32z#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?akj32z") format("truetype"), url("../fonts/icomoon.woff?akj32z") format("woff"), url("../fonts/icomoon.svg?akj32z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-left-arrow:before {
  content: "\e913";
}

.icon-right-arrow:before {
  content: "\e927";
}

.icon-arrow-up:before {
  content: "\e928";
}

.icon-bread:before {
  content: "\e929";
}

.icon-calendar:before {
  content: "\e92a";
}

.icon-cheers:before {
  content: "\e92b";
}

.icon-cheese-board:before {
  content: "\e92c";
}

.icon-citrus:before {
  content: "\e92d";
}

.icon-close:before {
  content: "\e92e";
}

.icon-crisp:before {
  content: "\e92f";
}

.icon-fb:before {
  content: "\e930";
}

.icon-instagram:before {
  content: "\e931";
}

.icon-kc-flag:before {
  content: "\e932";
}

.icon-pintrest:before {
  content: "\e933";
}

.icon-right-lines:before {
  content: "\e934";
}

.icon-roast:before {
  content: "\e935";
}

.icon-twitter:before {
  content: "\e936";
}

.icon-wheat-star:before {
  content: "\e937";
}

.icon-wheat:before {
  content: "\e938";
}

.icon-youtube:before {
  content: "\e939";
}

.icon-find-flavor:before {
  content: "\e926";
}

.icon-list:before {
  content: "\e925";
}

.icon-menu-icon-back:before {
  content: "\e923";
}

.icon-menu-icon:before {
  content: "\e924";
}

.icon-search:before {
  content: "\e900";
}

.icon-come:before {
  content: "\e901";
}

.icon-hops-up:before {
  content: "\e902";
}

.icon-left-lines:before {
  content: "\e903";
}

.icon-plan:before {
  content: "\e904";
}

.icon-stay:before {
  content: "\e905";
}

.icon-whats-hoppin:before {
  content: "\e906";
}

.icon-untappd-logo:before {
  content: "\e907";
}

.icon-sound-tasty:before {
  content: "\e908";
}

.icon-play:before {
  content: "\e909";
}

.icon-now-pouring:before {
  content: "\e90a";
}

.icon-meet-the-team:before {
  content: "\e90b";
}

.icon-looking-for-more:before {
  content: "\e90c";
}

.icon-hops:before {
  content: "\e90d";
}

.icon-envelope:before {
  content: "\e90e";
}

.icon-draught:before {
  content: "\e90f";
}

.icon-cart:before {
  content: "\e910";
}

.icon-can-16oz:before {
  content: "\e911";
}

.icon-can-12oz:before {
  content: "\e912";
}

.icon-box-corner-top-right:before {
  content: "\e914";
}

.icon-box-corner-top-left:before {
  content: "\e915";
}

.icon-box-corner-bottom-right:before {
  content: "\e916";
}

.icon-box-corner-bottom-left:before {
  content: "\e917";
}

.icon-boulevard-badge:before {
  content: "\e918";
}

.icon-bottle-750ml:before {
  content: "\e919";
}

.icon-bottle-12oz:before {
  content: "\e91a";
}

.icon-berries:before {
  content: "\e91b";
}

.icon-arrow-down:before {
  content: "\e91c";
}

.icon-clock:before {
  content: "\e91d";
}

.icon-glass:before {
  content: "\e91e";
}

.icon-map-pin:before {
  content: "\e920";
}

.icon-phone:before {
  content: "\e921";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Font Awesome and its magical icons */
/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only, .gform_wrapper.gravity-theme legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*
 * @file        : _branding.scss
 * @desctiption : Use this file to hold classes for brand look and feel. Assign default color variables / font family variables / logos paths / etc.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/10/4    | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* VARIABLES **********************************************************************************************************/
/* END VARIABLES ******************************************************************************************************/
/* COLOR CLASSES ******************************************************************************************************/
.txt-brand-color-1 {
  color: #373A36 !important;
}

.txt-brand-color-2 {
  color: #008C15 !important;
}

.txt-brand-color-3 {
  color: #D8D8D8 !important;
}

.txt-brand-color-4 {
  color: #979797 !important;
}

.txt-brand-color-5 {
  color: #F6A623 !important;
}

.txt-brand-color-6 {
  color: #78BE20 !important;
}

.txt-brand-color-7 {
  color: #000000 !important;
}

.txt-brand-color-8 {
  color: #373A36 !important;
}

.txt-brand-color-9 {
  color: rgba(0, 29, 74, 0.85) !important;
}

.txt-brand-color-10 {
  color: rgba(0, 185, 247, 0.7) !important;
}

.txt-brand-color-11 {
  color: #0A3464 !important;
}

.txt-brand-color-12 {
  color: #373A36 !important;
}

.txt-brand-color-13 {
  color: #D8D8D8 !important;
}

.txt-brand-color-14 {
  color: #C2C2C2 !important;
}

.txt-brand-color-15 {
  color: #ff0000 !important;
}

.txt-brand-color-16 {
  color: #142333 !important;
}

.txt-brand-color-17 {
  color: #F2F2F2 !important;
}

.txt-brand-color-18 {
  color: #A4A4A4 !important;
}

.txt-dark-blue {
  color: #373A36 !important;
}

.txt-white {
  color: #fff !important;
}

.txt-black {
  color: #000 !important;
}

.txt-grey {
  color: #008C15 !important;
}

.bg-brand-color-1 {
  background-color: #373A36;
}
.bg-brand-color-1 a:not(.btn) {
  color: #78BE20;
}

.bg-brand-color-2 {
  background-color: #008C15;
}

.bg-brand-color-3 {
  background-color: #D8D8D8;
}

.bg-brand-color-4 {
  background-color: #979797;
}

.bg-brand-color-5 {
  background-color: #F6A623;
}

.bg-brand-color-6 {
  background-color: #78BE20;
}

.bg-brand-color-7 {
  background-color: #000000;
}

.bg-brand-color-8 {
  background-color: #373A36;
}

.bg-brand-color-9 {
  background-color: rgba(0, 29, 74, 0.85);
}

.bg-brand-color-10 {
  background-color: rgba(0, 185, 247, 0.7);
}

.bg-brand-color-11 {
  background-color: #0A3464;
}

.bg-brand-color-12 {
  background-color: #373A36;
}

.bg-brand-color-13 {
  background-color: #D8D8D8;
}

.bg-brand-color-14 {
  background-color: #C2C2C2;
}

.bg-brand-color-15 {
  background-color: #ff0000;
}

.bg-brand-color-16 {
  background-color: #142333;
}

.bg-brand-color-17 {
  background-color: #F2F2F2;
}

.bg-dark-blue {
  background-color: #373A36;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-grey {
  background-color: #008C15;
}

.bg-transparent {
  background-color: transparent !important;
}

.border-brand-color-1 {
  border-color: #373A36 !important;
}

.border-brand-color-2 {
  border-color: #008C15 !important;
}

.border-brand-color-3 {
  border-color: #D8D8D8 !important;
}

.border-brand-color-4 {
  border-color: #979797 !important;
}

.border-brand-color-5 {
  border-color: #F6A623 !important;
}

.border-brand-color-6 {
  border-color: #78BE20 !important;
}

.border-brand-color-7 {
  border-color: #000000 !important;
}

.border-brand-color-8 {
  border-color: #373A36 !important;
}

.border-brand-color-9 {
  border-color: rgba(0, 29, 74, 0.85) !important;
}

.border-brand-color-10 {
  border-color: rgba(0, 185, 247, 0.7) !important;
}

.border-brand-color-11 {
  border-color: #0A3464 !important;
}

.border-brand-color-12 {
  border-color: #373A36 !important;
}

.border-brand-color-13 {
  border-color: #D8D8D8 !important;
}

.border-brand-color-14 {
  border-color: #C2C2C2 !important;
}

.border-brand-color-15 {
  border-color: #ff0000 !important;
}

.border-brand-color-16 {
  border-color: #142333 !important;
}

.border-brand-color-17 {
  border-color: #F2F2F2 !important;
}

.border-white {
  border-color: #fff;
}

.border-black {
  border-color: #000;
}

.border-grey {
  border-color: #008C15;
}

.border-red-spectrum:before {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url("../images/aera-red-spectrum-bg-repeat.png") repeat-x;
}

.heavy-overline {
  display: inline-block;
  padding-top: 15px;
  border-top-width: 18px;
  border-top-style: solid;
}

.bg-gradient-blue {
  background-image: linear-gradient(90deg, #0068B3 0%, #00B9F7 100%);
}

.enable-divider li.divider {
  color: inherit;
}

.divider-vr {
  width: 1px;
  background-color: #F6A623;
  height: 40px;
}

.color-hr {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 1.4em 0;
}
.color-hr:after {
  position: absolute;
  content: "";
  width: 80%;
  max-width: 75px;
  background-color: #000;
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
}
.color-hr.big:after {
  height: 4px;
}
.color-hr.left:after {
  left: 0;
  transform: none;
}
.color-hr.blue:after {
  background-color: #373A36;
}
.color-hr.white:after {
  background-color: #fff;
}
.color-hr.yellow:after {
  background-color: #D8D8D8;
}
.color-hr.start:after {
  left: 0;
  transform: none;
}

/* COLOR CLASSES ******************************************************************************************************/
/*
 * @file        : _boxmodel.scss - A place for layout classes.
 * @desctiption : Use this file to hold classes for layout. Assign classes for padding / margin / position / border / float etc.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* SIZING *************************************************************************************************************/
html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  padding-top: 92px;
}

.maxwidth {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

.fullheight {
  height: 100%;
}

.clearfix p:empty {
  display: none;
}

/* END SIZING *********************************************************************************************************/
/* POSITIONING ********************************************************************************************************/
.relative {
  position: relative;
}

.absolute {
  position: absolute !important;
}
.absolute.top {
  top: 0;
  bottom: auto;
}
.absolute.left {
  left: 0;
  right: auto;
}
.absolute.bottom {
  bottom: 0;
  top: auto;
}
.absolute.right {
  right: 0;
  left: auto;
}
.absolute.full {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.absolute.v-align {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.absolute.fullwidth {
  width: 100%;
}
.absolute.h-align {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.absolute.parent-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.block-display {
  display: block;
}

.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.flip-x {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.position-unset {
  position: unset !important;
}
@media only screen and (max-width: 992px) {
  .position-unset {
    position: relative !important;
  }
}

/* END POSITIONING ****************************************************************************************************/
.black-bar {
  background-color: #373A36;
  height: 18px;
  width: 100%;
  margin-top: 10px;
}
.black-bar.bg-brand-color-2 {
  background-color: #008C15;
}
.black-bar.col-sm-3 {
  max-width: 220px;
}

.white-bar {
  background-color: #fff;
  height: 18px;
  width: 100%;
  margin-top: 10px;
}

.white-bar-hero {
  position: relative !important;
  display: block;
  margin-left: -5px;
}
@media only screen and (max-width: 1249px) {
  .white-bar-hero {
    margin-left: 0;
    line-height: 47px !important;
  }
}

.white-bar-hero:before, .white-bar-hero.pseudoStyle1:before {
  content: "";
  display: block;
  position: absolute !important;
  width: 0;
  top: -37px;
  background-color: #fff !important;
  height: 24px !important;
  left: 0;
  transform: translate3d(4px, 0, 0);
  transition: all 1s linear;
}
@media only screen and (max-width: 1249px) {
  .white-bar-hero:before, .white-bar-hero.pseudoStyle1:before {
    top: -26px;
    height: 16px !important;
    transform: translate3d(3px, 0, 0) !important;
  }
}
@media only screen and (max-width: 991px) {
  .white-bar-hero:before, .white-bar-hero.pseudoStyle1:before {
    height: 14px !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

.black-bar-inline {
  display: inline-block;
  position: relative;
  margin-top: 15px;
}
.black-bar-inline:before {
  content: "";
  display: block;
  position: absolute !important;
  height: 17px;
  background-color: #000;
  top: -25px;
  left: 0;
  width: 100%;
}

span.header-bar {
  position: relative !important;
}

span.header-bar:before {
  content: "";
  display: block;
  position: absolute !important;
  width: 100% !important;
  height: 14px !important;
  background-color: #008C15 !important;
  top: -19px;
  left: 0;
  transform: translate3d(0, 0, 0);
}

/* SHADOWS ************************************************************************************************************/
.box-shadow {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.inner-shadow {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

/* END SHADOWS ********************************************************************************************************/
/* PADDING ************************************************************************************************************/
.add-padding {
  padding: 1em;
}
.add-padding.mod-padding-x2 {
  padding: 2em;
}
.add-padding.mod-padding-x3 {
  padding: 3em;
}
.add-padding.mod-padding-x4 {
  padding: 4em;
}
.add-padding.mod-padding-x5 {
  padding: 5em;
}
.add-padding.mod-padding-x6 {
  padding: 6em;
}
.add-padding.mod-padding-x7 {
  padding: 7em;
}
.add-padding.mod-padding-x8 {
  padding: 8em;
}
.add-padding.mod-padding-x9 {
  padding: 9em;
}
.add-padding.mod-padding-x10 {
  padding: 10em;
}
.add-padding.mod-padding-half {
  padding: 0.5em;
}

.add-padding-left {
  padding-left: 1em;
}
.add-padding-left.mod-padding-x2 {
  padding-left: 2em;
}
.add-padding-left.mod-padding-x3 {
  padding-left: 3em;
}
.add-padding-left.mod-padding-x4 {
  padding-left: 4em;
}
.add-padding-left.mod-padding-x5 {
  padding-left: 5em;
}
.add-padding-left.mod-padding-x6 {
  padding-left: 6em;
}
.add-padding-left.mod-padding-x7 {
  padding-left: 7em;
}
.add-padding-left.mod-padding-x8 {
  padding-left: 8em;
}
.add-padding-left.mod-padding-x9 {
  padding-left: 9em;
}
.add-padding-left.mod-padding-x10 {
  padding-left: 10em;
}
.add-padding-left.mod-padding-half {
  padding-left: 0.5em;
}

.add-padding-top {
  padding-top: 1em;
}
.add-padding-top.mod-padding-x2 {
  padding-top: 2em;
}
.add-padding-top.mod-padding-x3 {
  padding-top: 3em;
}
.add-padding-top.mod-padding-x4 {
  padding-top: 4em;
}
.add-padding-top.mod-padding-x5 {
  padding-top: 5em;
}
.add-padding-top.mod-padding-x6 {
  padding-top: 6em;
}
.add-padding-top.mod-padding-x7 {
  padding-top: 7em;
}
.add-padding-top.mod-padding-x8 {
  padding-top: 8em;
}
.add-padding-top.mod-padding-x9 {
  padding-top: 9em;
}
.add-padding-top.mod-padding-x10 {
  padding-top: 10em;
}
.add-padding-top.mod-padding-half {
  padding-top: 0.5em;
}

.add-padding-bottom {
  padding-bottom: 1em;
}
.add-padding-bottom.mod-padding-x2 {
  padding-bottom: 2em;
}
.add-padding-bottom.mod-padding-x3 {
  padding-bottom: 3em;
}
.add-padding-bottom.mod-padding-x4 {
  padding-bottom: 4em;
}
.add-padding-bottom.mod-padding-x5 {
  padding-bottom: 5em;
}
.add-padding-bottom.mod-padding-x6 {
  padding-bottom: 6em;
}
.add-padding-bottom.mod-padding-x7 {
  padding-bottom: 7em;
}
.add-padding-bottom.mod-padding-x8 {
  padding-bottom: 8em;
}
.add-padding-bottom.mod-padding-x9 {
  padding-bottom: 9em;
}
.add-padding-bottom.mod-padding-x10 {
  padding-bottom: 10em;
}
.add-padding-bottom.mod-padding-half {
  padding-bottom: 0.5em;
}

.add-padding-right {
  padding-right: 1em;
}
.add-padding-right.mod-padding-x2 {
  padding-right: 2em;
}
.add-padding-right.mod-padding-x3 {
  padding-right: 3em;
}
.add-padding-right.mod-padding-x4 {
  padding-right: 4em;
}
.add-padding-right.mod-padding-x5 {
  padding-right: 5em;
}
.add-padding-right.mod-padding-x6 {
  padding-right: 6em;
}
.add-padding-right.mod-padding-x7 {
  padding-right: 7em;
}
.add-padding-right.mod-padding-x8 {
  padding-right: 8em;
}
.add-padding-right.mod-padding-x9 {
  padding-right: 9em;
}
.add-padding-right.mod-padding-x10 {
  padding-right: 10em;
}
.add-padding-right.mod-padding-half {
  padding-right: 0.5em;
}

.add-padding-x {
  padding-left: 1em;
  padding-right: 1em;
}
.add-padding-x.mod-padding-x2 {
  padding-left: 2em;
  padding-right: 2em;
}
.add-padding-x.mod-padding-x3 {
  padding-left: 3em;
  padding-right: 3em;
}
.add-padding-x.mod-padding-x4 {
  padding-left: 4em;
  padding-right: 4em;
}
.add-padding-x.mod-padding-x5 {
  padding-left: 5em;
  padding-right: 5em;
}
.add-padding-x.mod-padding-x6 {
  padding-left: 6em;
  padding-right: 6em;
}
.add-padding-x.mod-padding-x7 {
  padding-left: 7em;
  padding-right: 7em;
}
.add-padding-x.mod-padding-x8 {
  padding-left: 8em;
  padding-right: 8em;
}
.add-padding-x.mod-padding-x9 {
  padding-left: 9em;
  padding-right: 9em;
}
.add-padding-x.mod-padding-x10 {
  padding-left: 10em;
  padding-right: 10em;
}
.add-padding-x.mod-padding-half {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.add-padding-y {
  padding-top: 1em;
  padding-bottom: 1em;
}
.add-padding-y.mod-padding-x2 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.add-padding-y.mod-padding-x3 {
  padding-top: 3em;
  padding-bottom: 3em;
}
.add-padding-y.mod-padding-x4 {
  padding-top: 4em;
  padding-bottom: 4em;
}
.add-padding-y.mod-padding-x5 {
  padding-top: 5em;
  padding-bottom: 5em;
}
.add-padding-y.mod-padding-x6 {
  padding-top: 6em;
  padding-bottom: 6em;
}
.add-padding-y.mod-padding-x7 {
  padding-top: 7em;
  padding-bottom: 7em;
}
.add-padding-y.mod-padding-x8 {
  padding-top: 8em;
  padding-bottom: 8em;
}
.add-padding-y.mod-padding-x9 {
  padding-top: 9em;
  padding-bottom: 9em;
}
.add-padding-y.mod-padding-x10 {
  padding-top: 10em;
  padding-bottom: 10em;
}
.add-padding-y.mod-padding-half {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.remove-padding {
  padding: 0 !important;
}

.remove-padding-left {
  padding-left: 0 !important;
}

.remove-padding-top {
  padding-top: 0 !important;
}

.remove-padding-bottom {
  padding-bottom: 0 !important;
}

.remove-padding-right {
  padding-right: 0 !important;
}

.remove-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.remove-padding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* END PADDING ********************************************************************************************************/
/* MARGIN *************************************************************************************************************/
.add-margin {
  margin: 1em;
}
.add-margin.mod-margin-x2 {
  margin: 2em;
}
.add-margin.mod-margin-x3, .list_row > div.add-margin {
  margin: 3em;
}
.add-margin.mod-margin-x4 {
  margin: 4em;
}
.add-margin.mod-margin-x5 {
  margin: 5em;
}
.add-margin.mod-margin-x6 {
  margin: 6em;
}
.add-margin.mod-margin-x7 {
  margin: 7em;
}
.add-margin.mod-margin-x8 {
  margin: 8em;
}
.add-margin.mod-margin-x9 {
  margin: 9em;
}
.add-margin.mod-margin-x10 {
  margin: 10em;
}
.add-margin.mod-margin-half {
  margin: 0.5em;
}

.add-margin-left {
  margin-left: 1em;
}
.add-margin-left.mod-margin-x2 {
  margin-left: 2em;
}
.add-margin-left.mod-margin-x3, .list_row > div.add-margin-left {
  margin-left: 3em;
}
.add-margin-left.mod-margin-x4 {
  margin-left: 4em;
}
.add-margin-left.mod-margin-x5 {
  margin-left: 5em;
}
.add-margin-left.mod-margin-x6 {
  margin-left: 6em;
}
.add-margin-left.mod-margin-x7 {
  margin-left: 7em;
}
.add-margin-left.mod-margin-x8 {
  margin-left: 8em;
}
.add-margin-left.mod-margin-x9 {
  margin-left: 9em;
}
.add-margin-left.mod-margin-x10 {
  margin-left: 10em;
}
.add-margin-left.mod-margin-half {
  margin-left: 0.5em;
}

.add-margin-top {
  margin-top: 1em;
}
.add-margin-top.mod-margin-x2 {
  margin-top: 2em;
}
.add-margin-top.mod-margin-x3, .list_row > div.add-margin-top {
  margin-top: 3em;
}
.add-margin-top.mod-margin-x4 {
  margin-top: 4em;
}
.add-margin-top.mod-margin-x5 {
  margin-top: 5em;
}
.add-margin-top.mod-margin-x6 {
  margin-top: 6em;
}
.add-margin-top.mod-margin-x7 {
  margin-top: 7em;
}
.add-margin-top.mod-margin-x8 {
  margin-top: 8em;
}
.add-margin-top.mod-margin-x9 {
  margin-top: 9em;
}
.add-margin-top.mod-margin-x10 {
  margin-top: 10em;
}
.add-margin-top.mod-margin-half {
  margin-top: 0.5em;
}
.add-margin-top.mod-margin-quarter {
  margin: 0.25em;
}

.add-margin-bottom, .list_row > div {
  margin-bottom: 1em;
}
.add-margin-bottom.mod-margin-x2, .list_row > div.mod-margin-x2 {
  margin-bottom: 2em;
}
.add-margin-bottom.mod-margin-x3, .list_row > div {
  margin-bottom: 3em;
}
.add-margin-bottom.mod-margin-x4, .list_row > div.mod-margin-x4 {
  margin-bottom: 4em;
}
.add-margin-bottom.mod-margin-x5, .list_row > div.mod-margin-x5 {
  margin-bottom: 5em;
}
.add-margin-bottom.mod-margin-x6, .list_row > div.mod-margin-x6 {
  margin-bottom: 6em;
}
.add-margin-bottom.mod-margin-x7, .list_row > div.mod-margin-x7 {
  margin-bottom: 7em;
}
.add-margin-bottom.mod-margin-x8, .list_row > div.mod-margin-x8 {
  margin-bottom: 8em;
}
.add-margin-bottom.mod-margin-x9, .list_row > div.mod-margin-x9 {
  margin-bottom: 9em;
}
.add-margin-bottom.mod-margin-x10, .list_row > div.mod-margin-x10 {
  margin-bottom: 10em;
}
.add-margin-bottom.mod-margin-half, .list_row > div.mod-margin-half {
  margin-bottom: 0.5em;
}

.add-margin-right {
  margin-right: 1em;
}
.add-margin-right.mod-margin-x2 {
  margin-right: 2em;
}
.add-margin-right.mod-margin-x3, .list_row > div.add-margin-right {
  margin-right: 3em;
}
.add-margin-right.mod-margin-x4 {
  margin-right: 4em;
}
.add-margin-right.mod-margin-x5 {
  margin-right: 5em;
}
.add-margin-right.mod-margin-x6 {
  margin-right: 6em;
}
.add-margin-right.mod-margin-x7 {
  margin-right: 7em;
}
.add-margin-right.mod-margin-x8 {
  margin-right: 8em;
}
.add-margin-right.mod-margin-x9 {
  margin-right: 9em;
}
.add-margin-right.mod-margin-x10 {
  margin-right: 10em;
}
.add-margin-right.mod-margin-half {
  margin-right: 0.5em;
}

.add-margin-x {
  margin-left: 1em;
  margin-right: 1em;
}
.add-margin-x.mod-margin-x2 {
  margin-left: 2em;
  margin-right: 2em;
}
.add-margin-x.mod-margin-x3, .list_row > div.add-margin-x {
  margin-left: 3em;
  margin-right: 3em;
}
.add-margin-x.mod-margin-x4 {
  margin-left: 4em;
  margin-right: 4em;
}
.add-margin-x.mod-margin-x5 {
  margin-left: 5em;
  margin-right: 5em;
}
.add-margin-x.mod-margin-x6 {
  margin-left: 6em;
  margin-right: 6em;
}
.add-margin-x.mod-margin-x7 {
  margin-left: 7em;
  margin-right: 7em;
}
.add-margin-x.mod-margin-x8 {
  margin-left: 8em;
  margin-right: 8em;
}
.add-margin-x.mod-margin-x9 {
  margin-left: 9em;
  margin-right: 9em;
}
.add-margin-x.mod-margin-x10 {
  margin-left: 10em;
  margin-right: 10em;
}
.add-margin-x.mod-margin-half {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.add-margin-y {
  margin-top: 1em;
  margin-bottom: 1em;
}
.add-margin-y.mod-margin-x2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.add-margin-y.mod-margin-x3, .list_row > div.add-margin-y {
  margin-top: 3em;
  margin-bottom: 3em;
}
.add-margin-y.mod-margin-x4 {
  margin-top: 4em;
  margin-bottom: 4em;
}
.add-margin-y.mod-margin-x5 {
  margin-top: 5em;
  margin-bottom: 5em;
}
.add-margin-y.mod-margin-x6 {
  margin-top: 6em;
  margin-bottom: 6em;
}
.add-margin-y.mod-margin-x7 {
  margin-top: 7em;
  margin-bottom: 7em;
}
.add-margin-y.mod-margin-x8 {
  margin-top: 8em;
  margin-bottom: 8em;
}
.add-margin-y.mod-margin-x9 {
  margin-top: 9em;
  margin-bottom: 9em;
}
.add-margin-y.mod-margin-x10 {
  margin-top: 10em;
  margin-bottom: 10em;
}
.add-margin-y.mod-margin-half {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.remove-margin {
  margin: 0 !important;
}

.remove-margin-left {
  margin-left: 0 !important;
}

.remove-margin-top {
  margin-top: 0 !important;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}

.remove-margin-right {
  margin-right: 0 !important;
}

.remove-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.remove-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* END MARGIN *********************************************************************************************************/
/* BORDER *************************************************************************************************************/
.add-border {
  border: 1px solid;
}
.add-border.mod-border-x2 {
  border-width: 2px;
}
.add-border.border-dotted {
  border-style: dotted;
}

.add-border-left {
  border-left: 1px solid;
}
.add-border-left.mod-border-x2 {
  border-left-width: 2px;
}
.add-border-left.border-dotted {
  border-left-style: dotted;
}

.add-border-top {
  border-top: 1px solid;
}
.add-border-top.mod-border-x2 {
  border-top-width: 2px;
}
.add-border-top.border-dotted {
  border-top-style: dotted;
}

.add-border-bottom {
  border-bottom: 1px solid;
}
.add-border-bottom.mod-border-x2 {
  border-bottom-width: 2px;
}
.add-border-bottom.border-dotted {
  border-bottom-style: dotted;
}

.add-border-right {
  border-right: 1px solid;
}
.add-border-right.mod-border-x2 {
  border-right-width: 2px;
}
.add-border-right.border-dotted {
  border-right-style: dotted;
}

.add-border-h {
  border-left: 1px solid;
  border-right: 1px solid;
}
.add-border-h.mod-border-x2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.add-border-h.border-dotted {
  border-left-style: dotted;
  border-right-style: dotted;
}

.add-border-y {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.add-border-y.mod-border-x2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.add-border-y.border-dotted {
  border-top-style: dotted;
  border-bottom-style: dotted;
}

.remove-border {
  border: none !important;
}

.remove-border-left {
  border-left: none !important;
}

.remove-border-top {
  border-top: none !important;
}

.remove-border-bottom {
  border-bottom: none !important;
}

.remove-border-right {
  border-right: none !important;
}

.remove-border-x {
  border-left: none !important;
  border-right: none !important;
}

.remove-border-y {
  border-top: none !important;
  border-bottom: none !important;
}

/* END BORDER *********************************************************************************************************/
/* FLEX MODEL *********************************************************************************************************/
.flex-container {
  display: flex;
  max-width: 100%;
  flex-flow: row wrap;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
}
.flex-container.flex-left {
  justify-content: flex-start;
}
.flex-container.pull-right {
  float: none !important;
  flex-direction: row-reverse;
}
.flex-container.pull-left {
  float: none !important;
}

.flex-vcenter {
  display: flex;
  width: 100%;
  flex-flow: column nowrap;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* END FLEX MODEL *****************************************************************************************************/
/* SECTION GENERIC ****************************************************************************************************/
img {
  max-width: 100%;
  height: auto;
}

.body-content {
  min-height: 150px; /*margin-top: 56px;*/
}
.body-content .hero {
  min-height: 445px;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
}
.body-content .hero > div {
  height: 445px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.body-content .content-section.no-background {
  background: none !important;
}
.body-content .content-section.no-title .title {
  display: none !important;
}
.body-content > .container:empty {
  display: none;
}
.body-content li.divider {
  min-width: 30px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .same_H {
    text-align: center;
  }
}
.same_H img {
  width: 70px;
  height: auto;
}
.same_H h4 {
  min-height: 45px;
  margin-top: 12px;
  font-size: 17.5px;
  line-height: 22px;
}

.page-template-page-under-age .body-content {
  margin-top: 0px;
}
.page-template-page-under-age.not-at-top .body-content { /*margin-top: 56px;*/ }

.lead_img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2/1.1;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.5%;
}
.video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

div.equal_offset_images {
  display: flex !important;
  align-items: stretch;
}
@media only screen and (max-width: 992px) {
  div.equal_offset_images {
    flex-direction: column;
  }
}
div.equal_offset_images > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.equal_offset_images .tall_img {
  display: block;
  object-fit: cover;
  width: 100%;
  flex-grow: 1;
}
div.equal_offset_images .tall_img.offset {
  width: calc((100vw - 955px) / 2 + 477.5px);
  max-width: calc((100vw - 955px) / 2 + 477.5px);
}
@media only screen and (max-width: 992px) {
  div.equal_offset_images .tall_img.offset {
    width: 100%;
    max-width: 100%;
  }
}
div.equal_offset_images .short_img {
  object-fit: cover;
  width: 100%;
}

.offset_image_single img {
  object-fit: cover;
  width: calc((100vw - 955px) / 2 + 477.5px);
  max-width: calc((100vw - 955px) / 2 + 477.5px);
  height: calc(100% + 4px);
  position: absolute;
  top: 0;
  right: 6px;
}
@media only screen and (max-width: 768px) {
  .offset_image_single img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: unset;
  }
}

.order-md-3 {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .order-md-3 {
    order: 3;
    -webkit-order: 3;
  }
}

.order-md-1 {
  order: 3;
}
@media only screen and (max-width: 768px) {
  .order-md-1 {
    order: 1;
    -webkit-order: 1;
  }
}

.bgblock_content {
  padding-left: 30px;
}
@media only screen and (max-width: 992px) {
  .bgblock_content {
    padding-left: 8px;
  }
}

.offset_images {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .offset_images {
    display: block;
    padding: 0 7px;
  }
}
@media only screen and (max-width: 768px) {
  .offset_images img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .offset_images h1 br {
    display: none;
  }
}
.offset_images p:empty {
  display: none !important;
}
.offset_images .content {
  padding: 2em;
}
@media only screen and (max-width: 992px) {
  .offset_images .content {
    padding: 45px 0 30px 0;
  }
}
.offset_images .content .content_wrap {
  padding-left: 2em;
  padding-right: 2em;
}
@media only screen and (max-width: 768px) {
  .offset_images .content .content_wrap {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .offset_images .bg-brand-color-3 .content {
    padding: 45px 15px 30px 15px;
  }
}
.offset_images.images_left {
  justify-content: flex-end;
}
.offset_images.images_left .main_image {
  width: 65%;
  position: relative;
}
.offset_images.images_left .main_image.half_image {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
  .offset_images.images_left .main_image.half_image {
    width: 100%;
  }
}
.offset_images.images_left .main_image.half_image .offset_image {
  width: calc((100vw - 955px) / 2 + 477.5px);
}
@media only screen and (max-width: 768px) {
  .offset_images.images_left .main_image.half_image .offset_image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .offset_images.images_left .main_image {
    width: 100%;
    height: unset;
  }
}
.offset_images.images_left .main_image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.offset_images.images_left .main_image p {
  margin-bottom: 0;
}
.offset_images.images_left .main_image .offset_image {
  height: 100%;
  width: calc((100vw - 955px) / 2 + 334.25px);
  position: absolute;
  top: 0;
  right: calc(100% + 15px);
}
@media only screen and (max-width: 768px) {
  .offset_images.images_left .main_image .offset_image {
    position: unset;
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .offset_images.images_left .main_image .offset_image img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
}
.offset_images.images_left .main_image .offset_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: unset;
}
.offset_images.images_right {
  justify-content: flex-start;
}
.offset_images.images_right .main_image {
  width: 60%;
  height: 700px;
  position: relative;
}
.offset_images.images_right .main_image.half_image {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .offset_images.images_right .main_image.half_image {
    width: 100%;
  }
}
.offset_images.images_right .main_image.half_image .offset_image {
  width: calc((100vw - 955px) / 2 + 477.5px);
}
@media only screen and (max-width: 768px) {
  .offset_images.images_right .main_image.half_image .offset_image {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .offset_images.images_right .main_image {
    width: 100%;
    height: auto !important;
  }
}
.offset_images.images_right .main_image > img {
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.offset_images.images_right .main_image > img:first-of-type {
  height: calc(50% - 7px);
  margin-bottom: 15px;
}
.offset_images.images_right .main_image > img:last-of-type {
  height: calc(50% - 8px);
}
.offset_images.images_right .main_image .offset_image {
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  width: calc((100vw - 955px) / 2 + 382px);
}
@media only screen and (max-width: 768px) {
  .offset_images.images_right .main_image .offset_image {
    position: unset;
    margin-top: 15px;
    width: 100%;
    height: auto;
  }
  .offset_images.images_right .main_image .offset_image img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
}
.offset_images.images_right .main_image .offset_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: unset;
}
.offset_images.images_left_right .main_image {
  width: 60%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .offset_images.images_left_right .main_image {
    width: 100%;
  }
}
.offset_images.images_left_right .main_image .content img {
  width: 100%;
}
.offset_images.images_left_right .main_image .content .image {
  position: relative;
}
.offset_images.images_left_right .main_image .content .image > img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  object-position: center top;
}
.offset_images.images_left_right .main_image .content .image .offset_image {
  right: calc(100% + 15px);
  height: 100%;
  width: calc((100vw - 955px) / 2);
  bottom: 0;
}
.offset_images.images_left_right .main_image > .offset_image {
  height: calc(100% - 10px);
  bottom: 10px;
  left: calc(100% + 15px);
}
.offset_images.images_left_right .main_image .offset_image {
  position: absolute;
  width: calc((100vw - 955px) / 2 + 382px);
}
@media only screen and (max-width: 768px) {
  .offset_images.images_left_right .main_image .offset_image {
    position: unset;
    width: 100%;
    height: auto;
  }
  .offset_images.images_left_right .main_image .offset_image img {
    width: 100%;
    height: auto;
    object-fit: unset;
  }
}
.offset_images.images_left_right .main_image .offset_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: unset;
}

.culture .gallery-slider, .culture .gallery-slider .slick-list {
  max-height: 530px;
}

.our-story .three-column-fast-facts .container {
  max-width: 100%;
  width: 100%;
}

/* END SECTION GENERIC ************************************************************************************************/
.bg-top {
  background-position: center top;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-bottom {
  background-position: center bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .w-100-mobile {
    width: 100%;
  }
}

.mx-auto {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 991px) {
  .text-sm-left {
    text-align: left !important;
  }
}

/* GENERIC ************************************************************************************************************/
.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.visability-hidden {
  visibility: hidden;
}

.visability-md-visabile {
  visibility: visible;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.row.fast_facts_margins {
  margin-left: -15px !important;
  margin-right: -2px !important;
}
.row.maxwidth {
  margin-left: auto;
  margin-right: auto;
}
.row.with_margins {
  margin-left: -7px !important;
  margin-right: -8px !important;
}
@media only screen and (max-width: 768px) {
  .row.with_margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row.with_margins .with_margins {
    margin-left: -7px !important;
    margin-right: -8px !important;
  }
}
.row.with_margins.mobile_margins {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.our_story_margin {
  margin-left: -13px;
}
@media only screen and (max-width: 767px) {
  .row.our_story_margin {
    margin-left: 0;
  }
}
.row.grid_margins {
  margin-left: -10px !important;
  margin-right: -8px !important;
}
@media only screen and (max-width: 767px) {
  .row.grid_margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.row.with_larger_margins {
  margin-left: -7px !important;
  margin-right: -8px !important;
}
.row.blog_margins {
  margin-left: -8px !important;
  margin-right: -15px !important;
}
@media only screen and (max-width: 767px) {
  .row.blog_margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.row.margins_8_8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}
.row.margins_15_0 {
  margin-left: -15px !important;
  margin-right: 0px !important;
}
.row.margins_15_15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.button_bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .extra_left {
    padding-left: 14px;
  }
}

.cover_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  z-index: 50;
}

.bg-block {
  background-size: cover;
}

.remove_p .container > p {
  display: none !important;
}
@media only screen and (max-width: 1249px) {
  .remove_p .row > .col-sm-12 {
    padding-left: 8px;
    padding-right: 7px;
  }
}

.polkadot {
  background: url(../images/polkadots.svg) center repeat;
}

.circle-icon {
  position: relative;
}
.circle-icon:after {
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #78BE20;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.circle-icon:before {
  position: relative;
  z-index: 2;
}

/* END GENERIC ********************************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 767px) {
  body {
    padding-top: 75px;
  }
  .remove-padding-xs {
    padding: 0 !important;
  }
  .remove-padding-x-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .flex-vcenter {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
  }
}
/* END MEDIA QUERY - SM ***********************************************************************************************/
@media (max-width: 991px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .mt-md-15 {
    margin-top: 15px !important;
  }
}

@media (max-width: 991px) {
  .pr-md-15 {
    padding-right: 15px !important;
  }
}

.fran-1 {
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.visible-md {
  display: none !important;
}
@media (max-width: 992px) {
  .visible-md {
    display: block !important;
  }
  .visible-md button {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: calc(100% - 40px);
  }
}
.text-no-underline {
  text-decoration: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none;
}

@media (min-width: 0) and (max-width: 991px) {
  .visible-lg-up {
    display: none !important;
  }
}

.d-flex {
  display: flex !important;
}

.d-md-flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .d-md-flex {
    flex-direction: column;
  }
}

.list_row {
  display: flex;
  flex-wrap: wrap;
}
.list_row > div {
  float: none;
}
.list_row h4 {
  margin-top: 12px;
  font-size: 17.5px;
  line-height: 1.26em;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-stretch {
  align-items: stretch;
}

.h-auto {
  height: auto !important;
}

.object-fit-cover, .rectangle_img img {
  object-fit: cover !important;
}
.object-fit-cover--center {
  object-fit: cover !important;
  object-position: center !important;
}
.object-fit-cover--top {
  object-fit: cover !important;
  object-position: top !important;
}
.object-fit-cover--bottom {
  object-fit: cover !important;
  object-position: bottom !important;
}

.rectangle_img {
  position: relative;
}
.rectangle_img img {
  width: 100%;
  aspect-ratio: 16/10.5;
}

.full_img img {
  display: block;
  width: 100%;
  max-width: 750px;
  height: auto;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .px-md-0-down {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

@media (max-width: 768px) {
  .pr-md-0-down {
    padding-right: 3em !important;
  }
}

@media (min-width: 768px) {
  .pr-md-5 {
    padding-right: 3em !important;
  }
}

@media (min-width: 768px) {
  .pl-md-5 {
    padding-left: 3em !important;
  }
}

@media (min-width: 768px) {
  .pr-md-3 {
    padding-right: 2em !important;
  }
}

@media (min-width: 768px) {
  .pl-md-3 {
    padding-left: 2em !important;
  }
}

@media (min-width: 768px) {
  .pr-md-2 {
    padding-right: 1.5em !important;
  }
}

@media (min-width: 768px) {
  .pl-md-2 {
    padding-left: 1.5em !important;
  }
}

@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0 !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1em !important;
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .mb-md-3 {
    margin-bottom: 1em !important;
  }
}

.mb-4 {
  margin-bottom: 1.5em !important;
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 1.5em !important;
  }
}

.mt-5 {
  margin-top: 3em !important;
}

@media (max-width: 768px) {
  .mt-md-5-down {
    margin-top: 3em !important;
  }
}

.mb-5 {
  margin-bottom: 3em !important;
}

@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 3em !important;
  }
}

@media (max-width: 768px) {
  .mt-md-3 {
    margin-top: 3em !important;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
}

.d-none {
  display: none !important;
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}

@media (min-width: 992px) {
  .w-md-75 {
    text-align: left !important;
  }
}

.page-template-page-no-container .title-featured-container {
  padding: 1em 0 0 0;
}

/*
 * _type.scss - Font nerd paradise
 * @desctiption : Use this file to hold classes for type. Assign default font sizes / families / styles / colors / etc.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* FONT CLASSES *******************************************************************************************************/
.font-montserrat {
  font-family: "Gotham A", "Gotham B";
}

.font-gotham-narrow {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
}

/* END FONT CLASSES ***************************************************************************************************/
/* GENERAL ************************************************************************************************************/
body {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.27px;
  color: #373A36;
  font-family: "Gotham A", "Gotham B";
}
body .txt-ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}
body .txt-shadow {
  text-shadow: #373A36 0 0 16px;
}
body .txt-de-enhance {
  font-size: 0.714em;
}
body .txt-enhance {
  font-size: 16px;
  line-height: 24px;
}
body .txt-enhance-again {
  font-size: 20px;
  line-height: 28px;
}
body .txt-enhance-again p {
  margin-bottom: 28px;
}
body .txt-outline {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000 !important;
}
body .txt-underline {
  text-decoration: underline;
}
body .txt-medium {
  font-weight: 500;
}
body .txt-book {
  font-weight: 400;
}
body .txt-upper {
  text-transform: uppercase !important;
}
body .txt-normal {
  text-transform: none;
}
body .cursor-arrow {
  cursor: default;
}
body .intro-copy {
  font-size: 1.285em;
}
body .quote-copy {
  font-size: 1.714em;
}
body strong {
  font-weight: 500;
}

/* END GENERAL ********************************************************************************************************/
/* HEADINGS ***********************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  letter-spacing: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: bold;
}

h1, .h1 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 500;
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 30px;
  line-height: 41px;
  font-weight: 500;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
h6 strong {
  font-size: 14px;
}

.subhead {
  font-weight: 500;
  letter-spacing: 1px;
  color: #373A36;
  text-transform: uppercase;
}

.subhead-small {
  font-weight: 500;
  letter-spacing: 1px;
  color: #373A36;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
}

.post-title {
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 0;
}

.api-object-container h2 {
  font-family: "Gotham A", "Gotham B";
}

/* END HEADINGS *********************************** ********************************************************************/
.cropped-header-subtitle {
  display: inline-block;
  font-size: 45px;
  padding: 25px 15px;
  background: #fff;
  top: -50px;
  z-index: 100;
  position: relative;
}

/* LINKS **************************************************************************************************************/
a {
  color: #008C15;
  text-decoration: none;
  -webkit-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-bottom: 2px solid;
}
a:hover {
  color: #008C15;
  text-decoration: none;
}
a:active {
  color: #008C15;
  text-decoration: none;
}
a:focus {
  color: #008C15;
  text-decoration: none;
}
a.learn-more {
  text-transform: uppercase;
  color: #0A3464;
}
a.add-border-bottom:hover {
  text-decoration: none;
}
a.h1 {
  border-bottom: none;
}
a.remove-underline {
  text-decoration: none;
  border-bottom-color: transparent;
}
a.remove-underline:hover {
  border-bottom: 2px solid;
}

u {
  text-decoration: none;
  -webkit-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-bottom: 2px solid;
}
u:hover {
  color: #D8D8D8;
  text-decoration: none;
}
u:active {
  color: #D8D8D8;
  text-decoration: none;
}
u:focus {
  color: #D8D8D8;
  text-decoration: none;
}

/* END LINKS **********************************************************************************************************/
/* BODY CONTENT SECTION ***********************************************************************************************/
.body-content ul, .body-content ol {
  padding-left: 18px;
}
.body-content ul li, .body-content ol li {
  padding-left: 0.75em;
}
.body-content ul.no-list-style, .body-content ol.no-list-style {
  padding-left: 0;
}
.body-content ul.no-list-style li, .body-content ol.no-list-style li {
  list-style: none;
  padding: 5px 0;
}
.body-content ul.remove-li-padding li, .body-content ol.remove-li-padding li {
  padding-left: 0;
}
.body-content ul.flex-container, .body-content ol.flex-container {
  padding-left: 0;
  padding-right: 0;
}
.body-content ul li {
  list-style: square;
}
.body-content p { /*margin-bottom: 0.15em; margin-top: 0.15em;*/ }
.body-content p.h3 {
  font-weight: 300;
}
.body-content p.intro {
  font-size: 1.375em;
}
.body-content p:only-child:empty {
  display: none;
}
.body-content .intro-copy {
  font-size: 1.375em;
}
.body-content .hero h3 {
  max-width: 565px;
  margin: 0 auto;
  font-weight: normal;
  line-height: 1.2em;
  text-shadow: 0px 2px 3px rgba(150, 150, 150, 0.5);
  padding-left: 20px;
  padding-right: 20px;
}
.body-content .hero h1 {
  text-shadow: 0px 1px 3px rgba(150, 150, 150, 0.5);
  letter-spacing: 1.19px;
}
.body-content .hero p.intro {
  max-width: 800px;
  margin: 0 auto;
}
.body-content .two-col-text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.body-content .two-col-text a {
  border: none;
}
.body-content .two-col-text a span {
  border-bottom: 2px solid;
}
.body-content .tool-tip {
  background-color: #0A3464;
  font-size: 10px;
  color: #78BE20;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 14px;
  height: 14px;
  vertical-align: text-top;
  display: inline-block;
  line-height: 15px;
  margin-right: -14px;
  margin-left: 2px;
  text-align: center;
  padding-left: 2px;
  font-weight: 500;
}

/* END BODY CONTENT SECTION *******************************************************************************************/
.body-content .dropdown-menu > li > a {
  border: none;
}
.body-content .dropdown-menu > li > a span {
  border-bottom: 2px solid transparent;
}
.body-content .dropdown-menu > li > a:hover span {
  border-bottom-color: #78BE20;
}

/* HORIZONTAL RULES ***************************************************************************************************/
hr {
  position: relative;
  height: 4px;
  margin: 1.6875em 0;
  border-top: 1px solid #D8D8D8;
  overflow: hidden; /* <-- NECESSARY TO FIX IE STUPIDITY */
}

/* END HORIZONTAL RULES ***********************************************************************************************/
.hashlink {
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
}

.mobile-phone {
  cursor: text;
}

.alternating {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 18px;
}
.alternating li {
  min-width: 50%;
}
.alternating.hide-type {
  list-style-type: none;
  padding-left: 0;
}

@media only screen and (max-width: 1250px) {
  .txt-lg-center {
    text-align: center;
  }
}
@media only screen and (max-width: 1249px) {
  .alternating li {
    font-size: 11px;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .body-content {
    font-size: 0.9em;
  }
  .body-content h1 {
    font-size: 2.3em;
    line-height: 1.2em;
  }
  .body-content .two-col-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .mobile-phone {
    cursor: pointer;
  }
  .alternating li {
    font-size: 10px;
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.font-size--18 {
  font-size: 18px;
  line-height: 25px;
}
.font-size--16 {
  font-size: 16px;
  line-height: 23px;
}
.font-size--14 {
  font-size: 14px;
  line-height: 21px;
}
.font-size--13 {
  font-size: 13px;
  line-height: 20px;
}

/* END MEDIA QUERY - SM ***********************************************************************************************/
p:empty {
  display: none;
  margin-bottom: 0 !important;
}

blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
blockquote .quote {
  font-size: 65px;
  font-weight: 600;
}
blockquote .content {
  font-size: 25px;
  line-height: 1.44em;
}
blockquote cite {
  display: block;
  padding-top: 10px;
  font-style: normal;
  font-weight: 500;
}
blockquote cite strong {
  font-weight: 600;
}

/*
 * @file        : _buttons.scss - A place for button classes.
 * @desctiption : Use this file to hold classes for buttons. These should be overrides for bootstrap button classes.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
.btn, body #mc_embed_signup .button, .wpcf7-submit, footer .btn a, footer body #mc_embed_signup .button a, body #mc_embed_signup footer .button a, input[type=submit].gform_button {
  position: relative;
  z-index: 2;
  font-size: 18px;
  padding: 7px 15px;
  border-radius: 0;
  background-color: #008C15;
  color: #fff;
  margin: 5px 15px 5px 0;
  letter-spacing: 0.18px;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border: none;
  font-weight: 500;
}
.btn.btn-center, body #mc_embed_signup .btn-center.button, .wpcf7-submit.btn-center, footer .btn a.btn-center, footer body #mc_embed_signup .button a.btn-center, body #mc_embed_signup footer .button a.btn-center, input[type=submit].gform_button.btn-center {
  margin: 1em auto;
}
.btn:hover, body #mc_embed_signup .button:hover, .btn:focus, body #mc_embed_signup .button:focus, .wpcf7-submit:hover, .wpcf7-submit:focus, footer .btn a:hover, footer body #mc_embed_signup .button a:hover, body #mc_embed_signup footer .button a:hover, footer .btn a:focus, footer body #mc_embed_signup .button a:focus, body #mc_embed_signup footer .button a:focus, input[type=submit].gform_button:hover, input[type=submit].gform_button:focus {
  background-color: #78BE20;
  text-decoration: none;
  color: #fff;
}
.btn:hover:before, body #mc_embed_signup .button:hover:before, .btn:focus:before, body #mc_embed_signup .button:focus:before, .wpcf7-submit:hover:before, .wpcf7-submit:focus:before, footer .btn a:hover:before, footer body #mc_embed_signup .button a:hover:before, body #mc_embed_signup footer .button a:hover:before, footer .btn a:focus:before, footer body #mc_embed_signup .button a:focus:before, body #mc_embed_signup footer .button a:focus:before, input[type=submit].gform_button:hover:before, input[type=submit].gform_button:focus:before {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border: 4px solid #0A3464;
}
.btn:active, body #mc_embed_signup .button:active, .wpcf7-submit:active, footer .btn a:active, footer body #mc_embed_signup .button a:active, body #mc_embed_signup footer .button a:active, input[type=submit].gform_button:active {
  background-color: rgba(0, 0, 0, 0.81);
}
.btn.btn-dark, body #mc_embed_signup .btn-dark.button, .btn.wpcf7-submit, body #mc_embed_signup .wpcf7-submit.button, .wpcf7-submit.btn-dark, .wpcf7-submit.wpcf7-submit, footer .btn a.btn-dark, footer body #mc_embed_signup .button a.btn-dark, body #mc_embed_signup footer .button a.btn-dark, footer .btn a.wpcf7-submit, footer body #mc_embed_signup .button a.wpcf7-submit, body #mc_embed_signup footer .button a.wpcf7-submit, input[type=submit].gform_button.btn-dark, input[type=submit].gform_button.wpcf7-submit {
  background-color: #008C15;
}
.btn.btn-dark:hover, body #mc_embed_signup .btn-dark.button:hover, .btn.btn-dark:focus, body #mc_embed_signup .btn-dark.button:focus, .btn.wpcf7-submit:hover, body #mc_embed_signup .wpcf7-submit.button:hover, .btn.wpcf7-submit:focus, body #mc_embed_signup .wpcf7-submit.button:focus, .wpcf7-submit.btn-dark:hover, .wpcf7-submit.btn-dark:focus, .wpcf7-submit.wpcf7-submit:hover, .wpcf7-submit.wpcf7-submit:focus, footer .btn a.btn-dark:hover, footer body #mc_embed_signup .button a.btn-dark:hover, body #mc_embed_signup footer .button a.btn-dark:hover, footer .btn a.btn-dark:focus, footer body #mc_embed_signup .button a.btn-dark:focus, body #mc_embed_signup footer .button a.btn-dark:focus, footer .btn a.wpcf7-submit:hover, footer body #mc_embed_signup .button a.wpcf7-submit:hover, body #mc_embed_signup footer .button a.wpcf7-submit:hover, footer .btn a.wpcf7-submit:focus, footer body #mc_embed_signup .button a.wpcf7-submit:focus, body #mc_embed_signup footer .button a.wpcf7-submit:focus, input[type=submit].gform_button.btn-dark:hover, input[type=submit].gform_button.btn-dark:focus, input[type=submit].gform_button.wpcf7-submit:hover, input[type=submit].gform_button.wpcf7-submit:focus {
  background-color: #D8D8D8;
}
.btn.btn-dark:active, body #mc_embed_signup .btn-dark.button:active, .btn.wpcf7-submit:active, body #mc_embed_signup .wpcf7-submit.button:active, .wpcf7-submit.btn-dark:active, .wpcf7-submit.wpcf7-submit:active, footer .btn a.btn-dark:active, footer body #mc_embed_signup .button a.btn-dark:active, body #mc_embed_signup footer .button a.btn-dark:active, footer .btn a.wpcf7-submit:active, footer body #mc_embed_signup .button a.wpcf7-submit:active, body #mc_embed_signup footer .button a.wpcf7-submit:active, input[type=submit].gform_button.btn-dark:active, input[type=submit].gform_button.wpcf7-submit:active {
  background-color: #008C15;
}
.btn.btn-light, body #mc_embed_signup .btn-light.button, .wpcf7-submit.btn-light, footer .btn a.btn-light, footer body #mc_embed_signup .button a.btn-light, body #mc_embed_signup footer .button a.btn-light, input[type=submit].gform_button.btn-light {
  background-color: transparent;
  color: #008C15;
  border: 1px solid #008C15;
}
.btn.btn-light:hover, body #mc_embed_signup .btn-light.button:hover, .btn.btn-light:focus, body #mc_embed_signup .btn-light.button:focus, .wpcf7-submit.btn-light:hover, .wpcf7-submit.btn-light:focus, footer .btn a.btn-light:hover, footer body #mc_embed_signup .button a.btn-light:hover, body #mc_embed_signup footer .button a.btn-light:hover, footer .btn a.btn-light:focus, footer body #mc_embed_signup .button a.btn-light:focus, body #mc_embed_signup footer .button a.btn-light:focus, input[type=submit].gform_button.btn-light:hover, input[type=submit].gform_button.btn-light:focus {
  background-color: #008C15;
  color: #fff;
}
.btn.btn-light:active, body #mc_embed_signup .btn-light.button:active, .wpcf7-submit.btn-light:active, footer .btn a.btn-light:active, footer body #mc_embed_signup .button a.btn-light:active, body #mc_embed_signup footer .button a.btn-light:active, input[type=submit].gform_button.btn-light:active {
  background-color: #008C15;
  color: #fff;
}
.btn.btn-black, .postcard.insights_postcard .btn, body #mc_embed_signup .btn-black.button, .postcard.insights_postcard body #mc_embed_signup .button, body #mc_embed_signup .postcard.insights_postcard .button, .wpcf7-submit.btn-black, footer .btn a.btn-black, footer body #mc_embed_signup .button a.btn-black, footer body #mc_embed_signup .button .postcard.insights_postcard a.btn, .postcard.insights_postcard footer body #mc_embed_signup .button a.btn, body #mc_embed_signup footer .button a.btn-black, body #mc_embed_signup footer .button .postcard.insights_postcard a.btn, .postcard.insights_postcard body #mc_embed_signup footer .button a.btn, input[type=submit].gform_button.btn-black {
  background-color: #373A36;
  color: #fff;
}
.btn.btn-black:hover, .postcard.insights_postcard .btn:hover, .postcard.insights_postcard body #mc_embed_signup .btn.button:hover, body #mc_embed_signup .postcard.insights_postcard .btn.button:hover, body #mc_embed_signup .btn-black.button:hover, body #mc_embed_signup .postcard.insights_postcard .button.btn:hover, .postcard.insights_postcard body #mc_embed_signup .button.btn:hover, .postcard.insights_postcard body #mc_embed_signup .button:hover, body #mc_embed_signup .postcard.insights_postcard .button:hover, .btn.btn-black:focus, .postcard.insights_postcard .btn:focus, .postcard.insights_postcard body #mc_embed_signup .btn.button:focus, body #mc_embed_signup .postcard.insights_postcard .btn.button:focus, body #mc_embed_signup .btn-black.button:focus, body #mc_embed_signup .postcard.insights_postcard .button.btn:focus, .postcard.insights_postcard body #mc_embed_signup .button.btn:focus, .postcard.insights_postcard body #mc_embed_signup .button:focus, body #mc_embed_signup .postcard.insights_postcard .button:focus, .btn.btn-black:active, .postcard.insights_postcard .btn:active, .postcard.insights_postcard body #mc_embed_signup .btn.button:active, body #mc_embed_signup .postcard.insights_postcard .btn.button:active, body #mc_embed_signup .btn-black.button:active, body #mc_embed_signup .postcard.insights_postcard .button.btn:active, .postcard.insights_postcard body #mc_embed_signup .button.btn:active, .postcard.insights_postcard body #mc_embed_signup .button:active, body #mc_embed_signup .postcard.insights_postcard .button:active, .wpcf7-submit.btn-black:hover, .postcard.insights_postcard .wpcf7-submit.btn:hover, .postcard.insights_postcard body #mc_embed_signup .wpcf7-submit.button:hover, body #mc_embed_signup .postcard.insights_postcard .wpcf7-submit.button:hover, .wpcf7-submit.btn-black:focus, .postcard.insights_postcard .wpcf7-submit.btn:focus, .postcard.insights_postcard body #mc_embed_signup .wpcf7-submit.button:focus, body #mc_embed_signup .postcard.insights_postcard .wpcf7-submit.button:focus, .wpcf7-submit.btn-black:active, .postcard.insights_postcard .wpcf7-submit.btn:active, .postcard.insights_postcard body #mc_embed_signup .wpcf7-submit.button:active, body #mc_embed_signup .postcard.insights_postcard .wpcf7-submit.button:active, footer .btn a.btn-black:hover, footer .btn .postcard.insights_postcard a.btn:hover, .postcard.insights_postcard footer .btn a.btn:hover, footer .btn .postcard.insights_postcard body #mc_embed_signup a.button:hover, .postcard.insights_postcard body #mc_embed_signup footer .btn a.button:hover, footer .btn body #mc_embed_signup .postcard.insights_postcard a.button:hover, body #mc_embed_signup .postcard.insights_postcard footer .btn a.button:hover, footer body #mc_embed_signup .button a.btn-black:hover, footer body #mc_embed_signup .button .postcard.insights_postcard a.btn:hover, .postcard.insights_postcard footer body #mc_embed_signup .button a.btn:hover, footer .postcard.insights_postcard body #mc_embed_signup .button a.button:hover, .postcard.insights_postcard footer body #mc_embed_signup .button a.button:hover, footer body #mc_embed_signup .button .postcard.insights_postcard a.button:hover, footer body #mc_embed_signup .postcard.insights_postcard .button a.button:hover, body #mc_embed_signup footer .button a.btn-black:hover, body #mc_embed_signup footer .button .postcard.insights_postcard a.btn:hover, .postcard.insights_postcard body #mc_embed_signup footer .button a.btn:hover, .postcard.insights_postcard body #mc_embed_signup footer .button a.button:hover, body #mc_embed_signup footer .button .postcard.insights_postcard a.button:hover, body #mc_embed_signup .postcard.insights_postcard footer .button a.button:hover, footer .btn a.btn-black:focus, footer .btn .postcard.insights_postcard a.btn:focus, .postcard.insights_postcard footer .btn a.btn:focus, footer .btn .postcard.insights_postcard body #mc_embed_signup a.button:focus, .postcard.insights_postcard body #mc_embed_signup footer .btn a.button:focus, footer .btn body #mc_embed_signup .postcard.insights_postcard a.button:focus, body #mc_embed_signup .postcard.insights_postcard footer .btn a.button:focus, footer body #mc_embed_signup .button a.btn-black:focus, footer body #mc_embed_signup .button .postcard.insights_postcard a.btn:focus, .postcard.insights_postcard footer body #mc_embed_signup .button a.btn:focus, footer .postcard.insights_postcard body #mc_embed_signup .button a.button:focus, .postcard.insights_postcard footer body #mc_embed_signup .button a.button:focus, footer body #mc_embed_signup .button .postcard.insights_postcard a.button:focus, footer body #mc_embed_signup .postcard.insights_postcard .button a.button:focus, body #mc_embed_signup footer .button a.btn-black:focus, body #mc_embed_signup footer .button .postcard.insights_postcard a.btn:focus, .postcard.insights_postcard body #mc_embed_signup footer .button a.btn:focus, .postcard.insights_postcard body #mc_embed_signup footer .button a.button:focus, body #mc_embed_signup footer .button .postcard.insights_postcard a.button:focus, body #mc_embed_signup .postcard.insights_postcard footer .button a.button:focus, footer .btn a.btn-black:active, footer .btn .postcard.insights_postcard a.btn:active, .postcard.insights_postcard footer .btn a.btn:active, footer .btn .postcard.insights_postcard body #mc_embed_signup a.button:active, .postcard.insights_postcard body #mc_embed_signup footer .btn a.button:active, footer .btn body #mc_embed_signup .postcard.insights_postcard a.button:active, body #mc_embed_signup .postcard.insights_postcard footer .btn a.button:active, footer body #mc_embed_signup .button a.btn-black:active, footer body #mc_embed_signup .button .postcard.insights_postcard a.btn:active, .postcard.insights_postcard footer body #mc_embed_signup .button a.btn:active, footer .postcard.insights_postcard body #mc_embed_signup .button a.button:active, .postcard.insights_postcard footer body #mc_embed_signup .button a.button:active, footer body #mc_embed_signup .button .postcard.insights_postcard a.button:active, footer body #mc_embed_signup .postcard.insights_postcard .button a.button:active, body #mc_embed_signup footer .button a.btn-black:active, body #mc_embed_signup footer .button .postcard.insights_postcard a.btn:active, .postcard.insights_postcard body #mc_embed_signup footer .button a.btn:active, .postcard.insights_postcard body #mc_embed_signup footer .button a.button:active, body #mc_embed_signup footer .button .postcard.insights_postcard a.button:active, body #mc_embed_signup .postcard.insights_postcard footer .button a.button:active, input[type=submit].gform_button.btn-black:hover, .postcard.insights_postcard input[type=submit].gform_button.btn:hover, .postcard.insights_postcard body #mc_embed_signup input[type=submit].gform_button.button:hover, body #mc_embed_signup .postcard.insights_postcard input[type=submit].gform_button.button:hover, input[type=submit].gform_button.btn-black:focus, .postcard.insights_postcard input[type=submit].gform_button.btn:focus, .postcard.insights_postcard body #mc_embed_signup input[type=submit].gform_button.button:focus, body #mc_embed_signup .postcard.insights_postcard input[type=submit].gform_button.button:focus, input[type=submit].gform_button.btn-black:active, .postcard.insights_postcard input[type=submit].gform_button.btn:active, .postcard.insights_postcard body #mc_embed_signup input[type=submit].gform_button.button:active, body #mc_embed_signup .postcard.insights_postcard input[type=submit].gform_button.button:active {
  background-color: #fff;
  color: #008C15;
}
.btn.btn-white, body #mc_embed_signup .btn-white.button, .wpcf7-submit.btn-white, footer .btn a.btn-white, footer body #mc_embed_signup .button a.btn-white, body #mc_embed_signup footer .button a.btn-white, input[type=submit].gform_button.btn-white {
  background-color: #fff;
  color: #008C15;
  border: 1px solid #008C15;
}
.btn.btn-white:hover, body #mc_embed_signup .btn-white.button:hover, .btn.btn-white:focus, body #mc_embed_signup .btn-white.button:focus, .wpcf7-submit.btn-white:hover, .wpcf7-submit.btn-white:focus, footer .btn a.btn-white:hover, footer body #mc_embed_signup .button a.btn-white:hover, body #mc_embed_signup footer .button a.btn-white:hover, footer .btn a.btn-white:focus, footer body #mc_embed_signup .button a.btn-white:focus, body #mc_embed_signup footer .button a.btn-white:focus, input[type=submit].gform_button.btn-white:hover, input[type=submit].gform_button.btn-white:focus {
  background-color: #D8D8D8;
  color: #fff;
  border-color: #D8D8D8;
}
.btn.btn-white:active, body #mc_embed_signup .btn-white.button:active, .wpcf7-submit.btn-white:active, footer .btn a.btn-white:active, footer body #mc_embed_signup .button a.btn-white:active, body #mc_embed_signup footer .button a.btn-white:active, input[type=submit].gform_button.btn-white:active {
  background-color: #D8D8D8;
  color: #fff;
  border-color: #D8D8D8;
}
.btn.fullwidth, body #mc_embed_signup .fullwidth.button, .wpcf7-submit.fullwidth, footer .btn a.fullwidth, footer body #mc_embed_signup .button a.fullwidth, body #mc_embed_signup footer .button a.fullwidth, input[type=submit].gform_button.fullwidth {
  width: 100%;
  text-align: center;
}

/* MEDIA QUERY - SM ***************************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
/*
 * @file        : _forms.scss - You must submit
 * @desctiption : A place for all things form related.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* VARIABLES **********************************************************************************************************/
/* END VARIABLES ******************************************************************************************************/
form:focus-visible, form:focus, .gform_legacy_markup_wrapper:focus-visible, .gform_legacy_markup_wrapper:focus, .popmake-content:focus-visible, .popmake-content:focus {
  outline: none;
}

input[type=file] {
  visibility: hidden;
  position: absolute;
}

label.custom-file-upload {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #000;
  border: 1px solid #979797;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #fff;
  position: relative;
  padding-left: 15px;
}
label.custom-file-upload:after {
  content: "Choose File";
  line-height: 45px;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  padding: 0 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #373A36;
  color: #78BE20;
}

.upload label {
  display: block;
  padding-bottom: 60px;
  position: relative;
  cursor: pointer;
}
.upload label:before {
  display: block;
  content: "";
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #000;
  border: 1px solid #979797;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 15px;
}
.upload label:after {
  content: "Choose File";
  line-height: 45px;
  letter-spacing: 2px;
  font-family: "Gotham A", "Gotham B";
  text-transform: uppercase;
  padding: 0 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #008C15;
  color: #fff;
}
.upload label span {
  display: block;
  font-weight: normal;
  position: absolute;
  bottom: 13px;
  left: 12px;
  z-index: 20;
}

/* GENERAL ************************************************************************************************************/
textarea, input {
  outline: none;
}

textarea {
  height: 180px;
  width: 100%;
}

label {
  display: inline;
  font-size: 14px;
  color: #444;
}
label span.required {
  color: #0A3464;
}

input:not([type=submit]):not([type=checkbox]), select, textarea {
  border: 1px solid #979797;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #373A36;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 5px 12px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.18px;
}
input:not([type=submit]):not([type=checkbox]):focus, input:not([type=submit]):not([type=checkbox]):active, select:focus, select:active, textarea:focus, textarea:active {
  border-color: #0A3464;
}

input:not([type=submit]):not([type=checkbox]), select {
  height: 45px;
  width: 100%;
  padding: 5px 15px;
  display: inline-block;
  width: auto;
}
input:not([type=submit]):not([type=checkbox]).min-medium, select.min-medium {
  min-width: 245px;
}

.project-control {
  width: 215px;
  display: inline-block;
}

.wpcf7-form-control-wrap.event-date {
  position: relative;
}
.wpcf7-form-control-wrap.event-date:after {
  content: "\e92a";
  font-family: icomoon;
  display: block;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=checkbox] {
  visibility: hidden;
  position: absolute !important;
  z-index: 1;
}
input[type=checkbox] + label {
  padding-left: 25px !important;
  position: relative;
  z-index: 2;
}
input[type=checkbox] + label:before {
  content: "";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #979797;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  color: #008C15;
}
input[type=checkbox]:checked + label:before {
  content: "\f00c";
}
input[type=checkbox].error + label:before {
  border: 1px solid #373A36;
}

input[type=radio] {
  visibility: hidden;
  position: absolute !important;
  z-index: 1;
}
input[type=radio] + label {
  padding-left: 25px !important;
  position: relative;
  z-index: 2;
}
input[type=radio] + label:before {
  content: "";
  font-family: "FontAwesome";
  text-align: center;
  line-height: 17px;
  width: 18px;
  height: 18px;
  border: 1px solid #979797;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  color: #008C15;
}
input[type=radio]:checked + label:before {
  content: "\f111";
}
input[type=radio].error + label:before {
  border: 1px solid #373A36;
}

span.wpcf7-list-item {
  display: block;
  width: 100%;
  margin-left: 0;
}
span.wpcf7-list-item label {
  font-weight: normal;
}
span.wpcf7-list-item.checked:before {
  content: "\f00c";
  font-family: FontAwesome;
  border: 1px solid;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  margin-top: -2px;
  line-height: 15px;
  font-size: 0.8em;
}
span.wpcf7-list-item.unchecked:before {
  content: " ";
  border: 1px solid;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
  margin-top: -2px;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

.scrollable .dropdown-menu {
  padding: 0 !important;
}
.scrollable .dropdown-menu ul.dropdown-menu {
  max-height: 183px;
  overflow-y: scroll;
}

.select-wrapper, .ginput_container_select {
  width: 238px;
  height: 45px;
  border: 1px solid #979797;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: block;
  cursor: pointer;
}
.select-wrapper:after, .ginput_container_select:after {
  border-left: 1px solid #373A36;
  padding-left: 16px;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #373A36;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
}
.select-wrapper select, .ginput_container_select select {
  width: 130% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
}
.select-wrapper select:focus, .ginput_container_select select:focus {
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  max-width: 100%;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: 100%;
  margin: 10px 0;
}

.btn.dropdown-toggle, body #mc_embed_signup .dropdown-toggle.button {
  position: relative;
  background-color: #fff;
  max-width: 100%;
  color: #373A36;
  font-family: "Gotham A", "Gotham B";
  margin: 0;
  height: 45px;
  padding: 0 40px 0 12px;
  line-height: 45px;
  font-size: 14px;
  text-transform: none;
  border: 1px solid #979797;
  overflow: hidden;
}
.btn.dropdown-toggle:before, body #mc_embed_signup .dropdown-toggle.button:before {
  display: none;
}
.btn.dropdown-toggle .filter-option, body #mc_embed_signup .dropdown-toggle.button .filter-option {
  height: 43px;
}
.btn.dropdown-toggle .bs-caret, body #mc_embed_signup .dropdown-toggle.button .bs-caret {
  position: absolute;
  top: 10px;
  bottom: 5px;
  right: 10px;
  background-color: #fff;
  outline: none !important;
}
.btn.dropdown-toggle .bs-caret:focus, body #mc_embed_signup .dropdown-toggle.button .bs-caret:focus {
  outline: none !important;
}
.btn.dropdown-toggle .bs-caret .caret, body #mc_embed_signup .dropdown-toggle.button .bs-caret .caret {
  border: none;
  position: absolute;
  border-left: 1px solid #979797;
  top: 0;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  right: 28px;
}
.btn.dropdown-toggle .bs-caret .caret:focus, body #mc_embed_signup .dropdown-toggle.button .bs-caret .caret:focus {
  outline: none;
}
.btn.dropdown-toggle .bs-caret .caret:before, body #mc_embed_signup .dropdown-toggle.button .bs-caret .caret:before {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-size: 18px;
  outline: none !important;
  left: 14px;
}
.btn.dropdown-toggle:focus .bs-caret, body #mc_embed_signup .dropdown-toggle.button:focus .bs-caret, .btn.dropdown-toggle.focus .bs-caret, body #mc_embed_signup .dropdown-toggle.focus.button .bs-caret, .btn.dropdown-toggle:active .bs-caret, body #mc_embed_signup .dropdown-toggle.button:active .bs-caret, .btn.dropdown-toggle.active .bs-caret, body #mc_embed_signup .dropdown-toggle.active.button .bs-caret {
  background-color: #d4d4d4;
}
.btn.dropdown-toggle:focus .bs-caret .caret, body #mc_embed_signup .dropdown-toggle.button:focus .bs-caret .caret, .btn.dropdown-toggle.focus .bs-caret .caret, body #mc_embed_signup .dropdown-toggle.focus.button .bs-caret .caret, .btn.dropdown-toggle:active .bs-caret .caret, body #mc_embed_signup .dropdown-toggle.button:active .bs-caret .caret, .btn.dropdown-toggle.active .bs-caret .caret, body #mc_embed_signup .dropdown-toggle.active.button .bs-caret .caret {
  background-color: #d4d4d4;
}

div.wpcf7-response-output {
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
}

/* END GENERAL ********************************************************************************************************/
.btn-group .select-wrapper {
  display: block;
  margin: 0;
  width: 100%;
}
.btn-group .select-wrapper:after {
  right: 0;
  height: 30px;
  width: 38px;
  line-height: 30px;
}

/* GRAVITY FORMS ******************************************************************************************************/
.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.gform_body ::-webkit-input-placeholder, .gform-body ::-webkit-input-placeholder {
  color: #373A36 !important;
}
.gform_body ::-moz-placeholder, .gform-body ::-moz-placeholder {
  color: #373A36 !important;
}
.gform_body :-ms-input-placeholder, .gform-body :-ms-input-placeholder {
  color: #373A36 !important;
}
.gform_body :-moz-placeholder, .gform-body :-moz-placeholder {
  color: #373A36 !important;
}

/* END CONTACT FORM 7 *************************************************************************************************/
/* MEDIA QUERY - XS ***************************************************************************************************/
/* MEDIA QUERY - XS ***************************************************************************************************/
.pum-theme-10065 .pum-container, .pum-theme-default-theme .pum-container {
  background-color: #D8D8D8;
}

.pum-theme-10065 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  background-color: #008C15;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 30px;
}

body #mc_embed_signup .button {
  height: unset !important;
}
body #mc_embed_signup h2 {
  font-family: "Gotham A", "Gotham B";
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 0;
}
body #mc_embed_signup .mc-field-group label {
  font-family: "Gotham A", "Gotham B";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 15px;
}
body #mc_embed_signup input {
  border-color: #979797 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-family: "Gotham A", "Gotham B";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
}
body #mc_embed_signup .asterisk {
  color: #790000 !important;
}
body #mc_embed_signup button.btn, body #mc_embed_signup button.button {
  border: none !important;
}
body #mc_embed_signup button.btn:focus, body #mc_embed_signup button.button:focus, body #mc_embed_signup button.btn:active, body #mc_embed_signup button.button:active {
  outline: none !important;
}

/*
 * @file        : _modal.scss - Pop ups.
 * @desctiption : A place for the modal styling.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* GENERAL MODAL ******************************************************************************************************/
.modal {
  position: absolute;
  z-index: 100100 !important;
}
.modal#signup_modal {
  margin-bottom: 50px;
  min-height: 100vh !important;
  width: calc(100vw + 15px);
  overflow-y: auto !important;
  position: fixed;
  right: -15px;
}
.modal#signup_modal .modal-header {
  position: relative;
}
.modal#signup_modal .modal-header .close {
  background: #008C15;
  color: #fff;
  padding: 16px 10px;
  position: absolute;
  top: 1px;
  right: -1px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal#signup_modal .modal-header .close:hover {
  background-color: #78BE20;
}
.modal#signup_modal .modal-dialog {
  top: 50px;
}

.modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-backdrop {
  background-color: #181818;
  z-index: 100050 !important;
}
.modal-backdrop.in {
  opacity: 0.8;
}

.modal.in .modal-dialog .modal-header {
  border-bottom: none;
}
.modal.in .modal-dialog .modal-header .close {
  font-size: 28px;
}

#modal-age-gate .modal-dialog {
  width: 780px;
}
#modal-age-gate .modal-content {
  position: relative;
  overflow: hidden;
  border: none;
}
#modal-age-gate .modal-content:after {
  content: "\e918";
  font-family: icomoon;
  color: #000000;
  position: absolute;
  right: -15px;
  bottom: 125px;
  font-size: 360px;
}
#modal-age-gate .modal-content .modal-body {
  position: relative;
  z-index: 3;
}
#modal-age-gate .box-corners-top {
  position: relative;
  z-index: 3;
  border: 2px solid #D8D8D8;
}
#modal-age-gate .box-corners-top:before, #modal-age-gate .box-corners-top:after {
  font-family: icomoon;
  color: #D8D8D8;
  position: absolute;
  top: -3px;
  font-size: 20px;
  line-height: 25px;
  z-index: 5;
}
#modal-age-gate .box-corners-top:before {
  content: "\e915";
  left: -2px;
}
#modal-age-gate .box-corners-top:after {
  content: "\e914";
  right: -2px;
}
#modal-age-gate .box-corners-bottom {
  position: static;
}
#modal-age-gate .box-corners-bottom:before, #modal-age-gate .box-corners-bottom:after {
  font-family: icomoon;
  color: #D8D8D8;
  position: absolute;
  bottom: -4px;
  font-size: 20px;
  line-height: 25px;
}
#modal-age-gate .box-corners-bottom:before {
  content: "\e917";
  left: -2px;
}
#modal-age-gate .box-corners-bottom:after {
  content: "\e916";
  right: -2px;
}

/* END GENERAL MODAL **************************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal {
    width: 95%;
    padding: 0;
  }
  #modal-age-gate {
    width: 100%;
    padding: 2.5% !important;
  }
  #modal-age-gate .modal {
    width: 100%;
  }
  #modal-age-gate .modal-dialog {
    width: 100%;
    margin: 10px 0;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
.scroll-table {
  width: 100%;
  padding: 1em;
  overflow-x: auto;
  overflow-y: hidden;
}

table.table {
  background-color: #fff;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.22);
}
table.table td {
  text-align: center;
}
table.table td:first-child {
  text-align: left;
}
table.table th {
  background-color: #373A36;
  color: #fff;
  text-align: center;
}
table.table .text-left {
  text-align: left !important;
}
table.table .text-right {
  text-align: right !important;
}
table.table img {
  max-width: 25px;
}
table.table tfoot tr td {
  border-top: 3px solid #373A36;
}
table.table.no-shadow {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.22);
}

.feature-table-header {
  font-size: 1.6em;
  letter-spacing: 0;
  text-transform: capitalize;
}

.feature-table {
  width: 100%;
  border-top: 1px solid #373A36;
  border-left: 1px solid #373A36;
}
.feature-table th, .feature-table td {
  border-bottom: 1px solid #373A36;
  border-right: 1px solid #373A36;
  padding: 2px 5px 0px;
}
.feature-table th {
  color: #fff;
  background-color: #D8D8D8;
}

table.table {
  background-color: #fff;
  border: 1px solid #008C15;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.carousel .carousel-inner {
  margin-bottom: 5px;
}
.carousel .carousel-inner .item {
  height: auto;
  max-height: 100%;
  background-color: transparent;
  padding-top: 25px;
}
.carousel .carousel-inner .item .slide {
  background-size: cover;
  background-position: center;
}
.carousel .carousel-inner .item .slide img {
  max-height: 100%;
}
.carousel .carousel-inner .item .slide .caption {
  padding: 0.3em 0.7em;
  text-transform: uppercase;
}
.carousel .carousel-inner .item .image-preview {
  display: flex;
  padding-bottom: 63%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.carousel .carousel-inner .item .image-preview:hover {
  opacity: 0.4;
}
.carousel .carousel-inner .item p {
  letter-spacing: 0.21px;
  font-weight: 500;
  color: #142333;
  background-color: #008C15;
  margin-top: 0;
  padding: 10px 34px;
  min-height: 63px;
  line-height: 1.4em;
}
.carousel .carousel-inner .item p a {
  letter-spacing: 0.21px;
}
.carousel .carousel-control {
  width: 34px;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: none;
}
.carousel .carousel-control i {
  position: absolute;
  top: 50%;
  font-size: 80px;
  color: #78BE20;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.carousel .carousel-control:hover {
  background-color: transparent;
}
.carousel .carousel-control.left i {
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.carousel .carousel-control.left:hover i {
  left: 45%;
}
.carousel .carousel-control.right i {
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  -moz-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
.carousel .carousel-control.right:hover i {
  right: 45%;
}

.case-study-slider-section {
  background-size: cover;
  background-position: center center;
  padding-top: 52px;
  padding-bottom: 35px;
}

.carousel-indicators {
  text-align: center;
  margin: 0 0;
  left: 0;
  z-index: 1000;
  bottom: 10px;
  width: 100%;
}
.carousel-indicators li {
  width: 11px;
  height: 11px;
  border: none;
  background-color: #008C15;
  margin: 5px 4px;
}
.carousel-indicators li.active {
  background-color: #78BE20;
  border: none;
  margin: 5px 4px;
}
.carousel-indicators li:only-child {
  display: none;
}
.carousel-indicators.carousel-thumbs {
  position: relative;
  text-align: center;
  margin: 0 0;
  left: 0;
  bottom: auto;
  top: 0%;
  padding-top: 10px;
  width: 100%;
}
.carousel-indicators.carousel-thumbs li {
  border: none;
  display: inline-block;
  border-radius: 0;
  width: 160px;
  height: 90px;
  overflow: hidden;
  position: relative;
  text-indent: 0;
  vertical-align: middle;
}
.carousel-indicators.carousel-thumbs li:before {
  content: "";
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.carousel-indicators.carousel-thumbs li:after {
  content: "";
  background-color: #373A36;
  opacity: 0.55;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.carousel-indicators.carousel-thumbs li.active {
  overflow: visible;
  height: 110px;
}
.carousel-indicators.carousel-thumbs li.active:before {
  border: 2px solid #0A3464;
  top: -8px;
  right: 10px;
  bottom: -8px;
  left: 10px;
}
.carousel-indicators.carousel-thumbs li.active:after {
  opacity: 0;
}

.body-content > .carousel .carousel-inner .item {
  padding-top: 0;
}

.slider-section {
  border: 3px solid #78BE20;
}
.slider-section .carousel .carousel-inner {
  margin-bottom: 0;
}
.slider-section.event-space-slider-section .carousel .carousel-control {
  width: 34px;
  height: 100%;
  max-height: 500px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider-section.event-space-slider-section .carousel .carousel-control i {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #78BE20;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider-section.event-space-slider-section .carousel .carousel-control:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.slider-section.event-space-slider-section .carousel .carousel-control.left i {
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.slider-section.event-space-slider-section .carousel .carousel-control.left:hover i {
  left: 45%;
}
.slider-section.event-space-slider-section .carousel .carousel-control.right i {
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  -moz-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
.slider-section.event-space-slider-section .carousel .carousel-control.right:hover i {
  right: 45%;
}
.slider-section.event-space-slider-section .carousel .carousel-inner {
  padding-bottom: 0;
}
.slider-section.event-space-slider-section .carousel .carousel-inner .item .caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 2;
  padding: 4px 10px 3px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #78BE20;
}
.slider-section.event-space-slider-section .carousel .carousel-inner .item .caption a {
  color: #78BE20;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

@media (max-width: 768px) {
  .home .carousel-indicators {
    bottom: 35px !important;
  }
}

@media only screen and (max-width: 991px) {
  .slider-section.event-space-slider-section .carousel .carousel-control {
    max-height: 350px;
  }
  .home-slider-section {
    border-top: 2px solid #78BE20;
  }
  .home-slider-section .container {
    padding: 0 !important;
  }
  .home-slider-section .container .carousel-inner {
    margin-bottom: 0;
  }
}
/*
 * _wordpress.scss - What you see here is what you get there.
 * @desctiption : Use this file to hold classes for default wysiwyg editor classes and wordpress admin bar styles.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* ADMIN BAR **********************************************************************************************************/
body {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding-top: 0px;
}
body #wpadminbar {
  position: fixed;
  padding-left: 0 !important;
  z-index: 3000002;
}
body.admin-bar {
  padding-top: 0px;
}
body.admin-bar.not-at-top nav {
  top: 32px;
}
body.admin-bar.not-at-top .beer-nav {
  top: 88px;
}
body.admin-bar.not-at-top.page-template-page-under-age nav {
  top: 32px;
}
body.admin-bar .navbar-fixed-top {
  top: 32px;
}

/* END ADMIN BAR ******************************************************************************************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[class*=page-paged-] .hide-paged {
  display: none;
}

/* WYSIWYG ASSIGNED STYLES ********************************************************************************************/
body.mce-content-body {
  background-color: #fff;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.body-content .dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #78BE20;
}

/* END WYSIWYG ASSIGNED STYLES ****************************************************************************************/
.wpview.wpview-wrap[data-wpview-type=qimg] {
  width: 25%;
  float: left;
}

.wpview.wpview-wrap[data-wpview-type=qimg] + .wpview.wpview-wrap[data-wpview-type=qimg] {
  clear: none;
}

.image-block {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}

.image-block-content > p {
  margin-bottom: 14px;
}

.flex-end {
  order: 1;
}

.sidebar-panel {
  margin-top: 30px;
  padding: 7px;
}

.price-panel {
  border: 1px solid;
  float: left;
  width: calc(25% - 20px);
  padding: 40px 10px;
  margin: 10px;
  position: relative;
  text-align: center;
  min-height: 225px;
}
.price-panel .price {
  position: absolute;
  font-size: 4em;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.callout {
  -webkit-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.13);
  margin-top: -80px;
  z-index: 90;
  position: relative;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
}

.tab-gallery-container {
  justify-content: space-between;
  margin: 30px 0;
}

.tab-gallery {
  width: 70%;
}
.tab-gallery .item {
  padding-top: 0 !important;
}
.tab-gallery .tab-showcase-image {
  padding-bottom: 75%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tab-gallery-nav {
  width: 25%;
}
.tab-gallery-nav ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.tab-gallery-nav li {
  color: #008C15;
  font-size: 0.85em;
  letter-spacing: 1.5px;
  padding-left: 15px;
  text-transform: uppercase;
  line-height: 1.3em;
  padding: 5px 15px;
}
.tab-gallery-nav li.active {
  background-color: #008C15;
  color: #fff;
  position: relative;
}
.tab-gallery-nav li.active:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #008C15;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.constrain {
  padding: 16px;
}

.qimg {
  display: block;
  position: relative;
  padding: 0 0 25%;
}
.qimg > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 2em;
}
.qimg.rect {
  padding: 0 0 36%;
}
.qimg.tall-rect {
  padding: 0 0 50%;
}
.qimg .preview-img {
  background-size: cover;
  background-position: center;
}
.qimg h4 {
  text-transform: uppercase;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
}
.qimg p {
  margin-top: 1em;
}
.qimg p span {
  width: 100%;
  display: inline-block;
  font-weight: 400;
}

.placard {
  background-position: center;
  background-size: cover;
  padding-bottom: 65%;
  max-height: 720px;
  display: block;
  clear: both;
}

.date-due {
  max-width: 200px;
  text-align: center;
  padding: 20px 10px;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 auto;
}

.bg-brand-color-1 .tag-list {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.bg-brand-color-1 .tag-list a {
  color: #373A36;
  background-color: #fff;
  display: inline-block;
  padding: 1px 7px;
  margin: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.bg-brand-color-1 .tag-list a:hover {
  background-color: #78BE20;
  text-decoration: none;
}

.menu-job_menu-container li a {
  font-size: 18px;
}

/* MEDIA QUERY - MD ***************************************************************************************************/
@media only screen and (max-width: 992px) {
  body {
    padding-top: 0px;
  }
}
/* END MEDIA QUERY - MD ***********************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 768px) {
  body {
    padding-top: 0px;
  }
  body.admin-bar {
    padding-top: 0px;
  }
  body.admin-bar nav, body.admin-bar header {
    top: 46px;
  }
  body.admin-bar .beer-nav {
    top: 104px;
  }
}
/* END MEDIA QUERY - SM ***********************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .menu-job_menu-container li a {
    font-size: 14px;
  }
  .qimg {
    display: block;
    position: relative;
    padding: 0 0 50%;
  }
}
/* END MEDIA QUERY - SM ***********************************************************************************************/
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .qimg {
    display: block;
    position: relative;
    padding: 5px 0 5px;
  }
  .qimg.rect {
    padding: 5px 0 5px;
  }
  .qimg.tall-rect {
    padding: 5px 0 5px;
  }
  .qimg > div {
    position: static;
    min-height: 100%;
    padding: 2em;
  }
  .qimg .preview-img {
    padding-bottom: 100%;
  }
  .qimg .inner-content:empty {
    display: none;
  }
  .constrain {
    float: left;
  }
  .api-object-container h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
/* END MEDIA QUERY - SM ***********************************************************************************************/
/*
 * @file        : _header.scss - Swanky hats.
 * @desctiption : A place for all things header specific.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
body.admin-bar .header-nav {
  top: 32px !important;
}

header {
  padding-top: 47px;
}
@media only screen and (max-width: 768px) {
  header {
    padding-top: 0;
  }
}
header .header-nav {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .header-nav .container.navigation {
  position: relative;
}
@media only screen and (max-width: 992px) {
  header .header-nav .container.navigation {
    width: 100%;
  }
}
header .phone-pin {
  font-size: 1.15em;
}
header .logo {
  margin: 20px 0 5px;
}
@media only screen and (max-width: 992px) {
  header .logo {
    margin: 16px 0 10px;
  }
}
header .logo img {
  max-width: 200px;
  width: 100%;
}
header .call-us-banner {
  position: absolute;
  right: 0;
  top: 32%;
  font-size: 1.5em;
}
header .nav-container {
  position: static;
}
header ul.nav {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 15px;
}
header ul.nav > li.wide_menu {
  position: static;
}
header ul.nav > li.wide_menu a {
  white-space: normal;
}
header ul.nav > li:not(.wide_menu) {
  position: relative;
}
header ul.nav > li:not(.wide_menu) a {
  white-space: nowrap;
}
header ul.nav > li.btn, header body #mc_embed_signup ul.nav > li.button, body #mc_embed_signup header ul.nav > li.button {
  border-color: #fff;
  margin-right: 0;
  padding: 10px 20px;
}
header ul.nav > li a {
  padding: 0;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 13.5px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  color: #373A36;
}
header ul.nav > li a .caret {
  display: none;
}
header ul.nav > li a:hover, header ul.nav > li a:active, header ul.nav > li a:focus {
  color: #008C15;
  background-color: transparent;
  border-bottom: 2px solid #008C15;
}
header ul.nav > li.current_page_item a {
  color: #008C15;
  background-color: transparent;
  border-bottom: 2px solid #008C15;
}
header ul.nav > li .dropdown-menu li:hover a {
  border-bottom: 2px solid #008C15;
}

header nav .menu-primary-menu-container > ul.nav li.wide_menu > .dropdown-menu > li > a {
  border-color: gainsboro;
}
header nav .menu-primary-menu-container > ul.nav .dropdown-menu li a {
  border-bottom: 2px solid transparent;
}
header nav .menu-primary-menu-container > ul.nav .dropdown-menu li:hover > a {
  border-color: #008C15;
}

@media (min-width: 992px) {
  body.desktop header .nav-container .menu-primary-menu-container > ul > li {
    padding-bottom: 33px;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li:not(:first-child) {
    margin-left: 24px;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.menu-item-has-children:hover > a {
    border-bottom: 2px solid transparent;
    position: relative;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.menu-item-has-children:hover > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #373A36 transparent;
    display: block;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li:hover > a:hover {
    border-bottom: 2px solid #008C15;
    background-color: transparent;
    display: inline-block;
  }
  body header .nav-container .menu-primary-menu-container > ul > li .dropdown-menu li a {
    color: #fff;
    font-weight: normal;
    padding: 5px;
    display: inline-block;
    background-color: transparent;
  }
  body header .nav-container .menu-primary-menu-container > ul > li .dropdown-menu::after {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 30px;
    top: -30px;
  }
}
.title-featured-container {
  margin-top: 93px;
  padding: 2em 0 3em 0;
}
.title-featured-container h1 {
  text-transform: uppercase;
  margin: 0;
  padding-top: 5px !important;
  padding-bottom: 7px !important;
}
.title-featured-container p {
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Gotham Medium";
}

.featured-image {
  width: 100%;
  height: 720px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-section,
.body-content > .carousel .carousel-inner .item .slide,
.home .hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item .slide img,
.hero_wrap .hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item .slide img,
.featured-practice-hero,
.hero-section.hero-bg .container {
  height: 720px;
}

.careers .hero-section:not(.add_overlay):before, .career-listing .hero-section:not(.add_overlay):before, .internships .hero-section:not(.add_overlay):before, .leadership .hero-section:not(.add_overlay):before {
  display: none !important;
}
.careers .hero-section .carousel-indicators, .career-listing .hero-section .carousel-indicators, .internships .hero-section .carousel-indicators, .leadership .hero-section .carousel-indicators {
  bottom: 25px;
}
.careers .slide, .career-listing .slide, .internships .slide, .leadership .slide {
  height: 100%;
}
.careers .slide .carousel-inner, .career-listing .slide .carousel-inner, .internships .slide .carousel-inner, .leadership .slide .carousel-inner {
  height: 100%;
}
.careers .slide .carousel-inner .item, .career-listing .slide .carousel-inner .item, .internships .slide .carousel-inner .item, .leadership .slide .carousel-inner .item {
  height: 100%;
}
.careers .slide .carousel-inner .item .container, .career-listing .slide .carousel-inner .item .container, .internships .slide .carousel-inner .item .container, .leadership .slide .carousel-inner .item .container {
  height: 100%;
}
.careers .slide .carousel-inner .item .slide, .career-listing .slide .carousel-inner .item .slide, .internships .slide .carousel-inner .item .slide, .leadership .slide .carousel-inner .item .slide {
  height: 100%;
}
.careers .slide .carousel-inner .item .slide img, .career-listing .slide .carousel-inner .item .slide img, .internships .slide .carousel-inner .item .slide img, .leadership .slide .carousel-inner .item .slide img {
  height: 100%;
}

.st_sharethis_large .stLarge {
  display: none !important;
}

@media (max-width: 992px) {
  header ul.nav > li > a:hover, header ul.nav > li > a:active, header ul.nav > li > a:focus {
    background-color: transparent;
    border-bottom: 2px solid #008C15;
  }
  body header .nav-container {
    position: static;
  }
  body header .nav-container .menu-primary-menu-container > ul > li {
    position: relative;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper {
    position: static;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper .mega-nav-wrapper {
    display: none;
    position: absolute;
    background: #373A36;
    padding: 50px 0;
    width: 100%;
    left: 0;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper .mega-nav-wrapper .container .menu-thumbnail {
    width: 25%;
    padding: 0 15px;
    float: left;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper .mega-nav-wrapper .container .dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
    background: #373A36;
    border-color: #373A36;
    margin: 0 auto;
    float: right;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper .mega-nav-wrapper .container .dropdown-menu:before {
    display: none;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper .mega-nav-wrapper .container .dropdown-menu li {
    margin: 0;
    width: 33.333%;
    display: block;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper .mega-nav-wrapper .container .dropdown-menu li a {
    color: #fff;
    font-weight: normal;
    padding: 5px;
    display: inline-block;
    white-space: normal;
    border-bottom: none;
  }
  body header .nav-container .menu-primary-menu-container > ul > li .dropdown-menu {
    position: absolute;
    background: #373A36;
    border-color: #373A36;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  body header .nav-container .menu-primary-menu-container > ul > li .dropdown-menu li a {
    color: #fff;
    font-weight: normal;
    padding: 5px;
    display: inline-block;
    white-space: normal;
    border-bottom: 2px solid transparent;
    background-color: transparent;
  }
  body header .nav-container .menu-primary-menu-container > ul > li:last-child .dropdown-menu:before {
    left: auto;
    right: 5px;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper .mega-nav-wrapper .dropdown-menu li:hover a {
    color: #78BE20;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid;
    background-color: transparent;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper .mega-nav-wrapper .dropdown-menu li:hover a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(100% - 3px);
    left: 5px;
    width: calc(100% - 10px);
    height: 3px;
    background-color: #78BE20;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper:hover > .hidden {
    display: block !important;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper:hover .mega-nav-wrapper {
    display: block;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper:hover > a {
    position: relative;
    border-bottom: 2px solid #008C15;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.mega-outer-wrapper:hover.menu-item-has-children > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #373A36 transparent;
    position: absolute;
    left: 50%;
    top: 130%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  body.desktop header .nav-container .menu-primary-menu-container > ul > li:hover a {
    display: inline-block;
  }
}
@media (max-width: 992px) {
  body.desktop header .nav-container .menu-primary-menu-container > ul > li:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
@media (max-width: 992px) {
  .navbar-collapse.collapsing {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-collapse, .navbar-collapse.cust-white-logo {
    width: 100% !important;
    margin-top: 15px;
    float: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-collapse, .navbar-collapse.cust-white-logo {
    margin-top: 0;
  }
}

.navbar-collapse {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navbar-collapse::-webkit-scrollbar {
  display: none;
}
.navbar-collapse-ms-overflow-style {
  display: none;
}

@media only screen and (max-width: 1250px) {
  .leadership .hero-section.hero-bg {
    height: 466px;
  }
}
@media only screen and (max-width: 768px) {
  .leadership .hero-section.hero-bg {
    height: 340px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1250px) {
  .featured-image, .hero-section, .body-content > .carousel .carousel-inner .item .slide, .home .hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item .slide img, .featured-practice-hero, .hero-section.hero-bg .container {
    height: 540px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 992px) {
  .title-featured-container .black-bar {
    margin-bottom: 1em;
  }
}
@media (max-width: 992px) {
  body.admin-bar .header-nav {
    top: 46px !important;
    padding-bottom: 0 !important;
  }
  .title-featured-container .black-bar {
    margin-bottom: 1em;
  }
  .nav-container {
    position: fixed !important;
    top: 0;
    width: 50%;
    background-color: #373A36;
    color: #fff;
    z-index: 999;
    left: unset;
    right: -100%;
    transition: 0.45s all ease-in-out;
    margin-top: 47px;
    padding-left: 37px !important;
    padding-right: 37px !important;
    padding-top: 96px !important;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav-container::-webkit-scrollbar {
    display: none;
  }
  .nav-container-ms-overflow-style {
    display: none;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .nav-container .mobile-menu-header {
    position: fixed;
    display: block;
    background-color: #373A36;
    width: 50%;
    height: 70px;
    top: 47px;
    right: -100%;
    z-index: 1001;
    transition: 0.45s all ease-in-out;
  }
}
@media only screen and (max-width: 992px) and (max-width: 768px) {
  .nav-container .mobile-menu-header {
    width: 100%;
    height: 96px;
    top: 0;
    z-index: 1001;
  }
}
@media only screen and (max-width: 992px) and (max-width: 768px) {
  .nav-container {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .nav-container.menu-open {
    right: 0;
  }
  .nav-container.menu-open .mobile-menu-header {
    right: 0;
    transition: 0.45s all ease-in-out;
  }
}
@media (max-width: 992px) {
  .nav-container .menu-thumbnail {
    display: none;
  }
}
@media (max-width: 992px) {
  .nav-container .add-padding-top {
    padding-top: 0 !important;
  }
}
@media (max-width: 992px) {
  .nav-container nav {
    border-top: none;
    box-shadow: none;
    -webkit-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .nav-container nav .hidden {
    display: block !important;
    float: none;
    width: 100%;
  }
  .nav-container nav .icon-bar {
    background-color: #fff;
  }
  .nav-container nav ul.nav > li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #707070;
  }
  .nav-container nav ul.nav > li:after {
    content: "\f067";
    margin-left: 4px;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-weight: 400;
    top: 10px;
  }
  .nav-container nav ul.nav > li > a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 12.5px;
    margin-bottom: 10.5px;
    border-bottom: 2px solid transparent;
    display: inline-block;
  }
  .nav-container nav ul.nav > li:hover {
    background-color: transparent !important;
  }
  .nav-container nav ul.nav > li ul.dropdown-menu {
    background: transparent;
    display: none;
    position: relative;
    width: 100%;
    box-shadow: none;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-container nav ul.nav > li ul.dropdown-menu li {
    border-top: 1px solid #707070;
  }
  .nav-container nav ul.nav > li ul.dropdown-menu li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    white-space: normal;
    padding: 0;
    margin: 16.5px 0 13.5px 20px;
  }
  .nav-container nav ul.nav > li ul.dropdown-menu li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #008C15;
    background-color: transparent !important;
  }
  .nav-container nav ul.nav > li:hover ul.dropdown-menu {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) and (max-width: 992px) {
  .nav-container nav ul.nav > li:hover::after {
    content: "\f068";
  }
}
@media (max-width: 992px) {
  .nav-container nav ul.nav > li .mega-nav-wrapper {
    display: block;
    position: static;
  }
  .nav-container nav ul.nav > li .mega-nav-wrapper .container .dropdown-menu {
    width: 100%;
    display: block;
    margin: 0;
    padding-top: 0;
  }
  .nav-container nav ul.nav > li .mega-nav-wrapper .container .dropdown-menu li {
    margin: 0.7em 0 0.7em;
    width: 100%;
    display: block;
  }
  .nav-container nav ul.nav > li .mega-nav-wrapper .container .dropdown-menu li a:hover {
    background-color: transparent !important;
  }
}
@media (max-width: 992px) {
  .mobile-menu-icon {
    padding-top: 2px;
    z-index: 9999;
  }
  .mobile-menu-icon .icon-bar {
    background-color: #373A36;
    width: 38px;
    height: 3px;
    margin: 7px 0;
    -webkit-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .mobile-menu-icon .menu-title {
    margin-right: 4px;
    margin-top: 27px;
    font-size: 0.875em;
  }
  .mobile-menu-icon .menu-title .open {
    display: none;
  }
  .mobile-menu-icon .navbar-toggle:not(.collapsed) {
    margin-top: 24px;
  }
  .mobile-menu-icon .navbar-toggle:not(.collapsed) + .menu-title {
    color: #fff;
    margin-right: 0;
  }
  .mobile-menu-icon .navbar-toggle:not(.collapsed) + .menu-title .closed {
    display: none;
  }
  .mobile-menu-icon .navbar-toggle:not(.collapsed) + .menu-title .open {
    display: block;
  }
  .mobile-menu-icon .navbar-toggle:not(.collapsed) .icon-bar {
    margin: 0;
    position: relative;
    top: 0;
    background-color: #fff;
  }
  .mobile-menu-icon .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    display: none;
  }
  .mobile-menu-icon .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-menu-icon .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3px;
  }
}
@media (max-width: 992px) {
  .logo {
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) and (max-width: 492px) {
  .logo {
    margin-top: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo {
    margin-left: 20px !important;
  }
  .navbar-toggle {
    margin-right: 15px;
  }
}
.cust-logo {
  float: left;
  max-width: 42.26px !important;
  position: relative;
  margin-left: 7px;
}
@media (max-width: 492px) {
  .cust-logo {
    max-width: 21.1px !important;
  }
}

header ul.nav > li > a:hover, header ul.nav > li > a:active, header ul.nav > li > a:focus {
  background-color: transparent;
}
@media only screen and (max-width: 992px) {
  header ul.nav > li > a:hover, header ul.nav > li > a:active, header ul.nav > li > a:focus {
    border-bottom: 2px solid #008C15;
  }
}

@media (max-width: 492px) {
  .site-logo {
    max-width: 100px !important;
  }
}

.logo-spacer {
  display: inline-block;
  width: 26px;
  float: left;
  height: 42px;
  position: relative;
}
@media (max-width: 492px) {
  .logo-spacer {
    height: 21px;
    width: 21px;
  }
}
.logo-spacer::before {
  content: "";
  display: block;
  position: absolute;
  height: 42px;
  width: 1px;
  left: 50%;
  background-color: white;
}
@media (max-width: 492px) {
  .logo-spacer::before {
    height: 21px;
  }
}

@media (min-width: 993px) {
  body.desktop header .nav-container .menu-primary-menu-container > ul > li.wide_menu:hover > .dropdown-menu {
    display: flex;
    justify-content: space-between;
  }
  body.desktop header .nav-container .menu-primary-menu-container > ul > li:not(.wide_menu):hover .dropdown-menu {
    display: block;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.wide_menu > .dropdown-menu {
    min-width: 939px;
    padding: 23px 13px;
    margin-top: 0;
  }
}
@media screen and (min-width: 993px) and (min-width: 1250px) {
  body header .nav-container .menu-primary-menu-container > ul > li.wide_menu > .dropdown-menu {
    width: calc(100% + 200px);
    left: -100px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1249px) {
  body header .nav-container .menu-primary-menu-container > ul > li.wide_menu > .dropdown-menu {
    width: calc(100vw - 20px);
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 993px) {
  body header .nav-container .menu-primary-menu-container > ul > li.wide_menu > .dropdown-menu > li {
    padding: 0 10px;
  }
  body header .nav-container .menu-primary-menu-container > ul > li.wide_menu > .dropdown-menu > li > a {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 993px) {
  body header .nav-container .menu-primary-menu-container > ul > li:not(.wide_menu) > .dropdown-menu {
    min-width: 250px;
  }
  body header .nav-container .menu-primary-menu-container > ul > li:not(.wide_menu):not(:last-child) > .dropdown-menu {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  body header .nav-container .menu-primary-menu-container > ul > li:not(.wide_menu):last-child > .dropdown-menu {
    left: unset;
    right: 0;
  }
}
@media (min-width: 993px) {
  body header .nav-container .menu-primary-menu-container > ul > li > .dropdown-menu {
    position: absolute;
    top: 100%;
    padding: 23px;
    background: #373A36;
    border-color: #373A36;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  body header .nav-container .menu-primary-menu-container > ul > li > .dropdown-menu .dropdown-menu {
    display: block;
    min-width: unset;
    position: static;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .nav-container {
    width: 100%;
  }
}
.logo-spacer.dark-spacer::before {
  background-color: #373A36;
}

.not-at-top .logo-spacer::before {
  background-color: #373A36;
}

@media only screen and (max-width: 768px) {
  .utility-container {
    display: none !important;
  }
}

.utility-nav {
  padding: 10px 0;
  align-items: center;
  height: 47px;
}
.utility-nav nav ul {
  margin-bottom: 0;
}
.utility-nav nav ul li {
  margin-right: 30px;
}
.utility-nav nav ul li a {
  color: white;
  border-bottom: 2px solid transparent;
}
.utility-nav nav ul li:hover a {
  border-bottom: 2px solid #008C15;
}
.utility-nav .search-social {
  margin-left: auto;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .utility-nav form {
    display: none;
  }
}
.utility-nav form .search-field {
  background-color: #676767;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.27px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
}
.utility-nav form label {
  margin-bottom: 0;
}
.utility-nav form input {
  height: 27px !important;
  padding-right: 30px !important;
}
.utility-nav form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-color: transparent;
  border: none;
}
.utility-nav form i {
  font-family: "Font Awesome 5 Pro" !important;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  padding-right: 2px;
  font-weight: 400;
}
.utility-nav .social-links {
  margin-top: 3px;
}
.utility-nav .social-links i {
  font-size: 18px;
  color: #fff;
}
.utility-nav .social-links a {
  border: none;
  margin: 0 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.utility-nav .social-links a:first-of-type {
  margin-left: 24px;
}
.utility-nav .social-links a:last-of-type {
  margin-right: 0;
}
.utility-nav .social-links a:hover i {
  color: #008C15;
}

body.admin-bar .header-nav {
  top: 32px !important;
}
@media only screen and (max-width: 768px) {
  body.admin-bar .header-nav {
    top: 46px !important;
  }
}
@media only screen and (max-width: 992px) {
  body.admin-bar .header-nav .nav-container {
    margin-top: 79px !important;
  }
}
@media only screen and (max-width: 992px) {
  body.admin-bar .header-nav .mobile-menu-header {
    top: 79px;
  }
}
@media only screen and (max-width: 768px) {
  body.admin-bar .header-nav .mobile-menu-header {
    top: 46px;
  }
}

form.search-md .search-field, form.search-sm .search-field {
  background-color: #676767;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.27px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
}
form.search-md label, form.search-sm label {
  margin-bottom: 0;
}
form.search-md input, form.search-sm input {
  height: 27px !important;
  padding-right: 30px !important;
}
form.search-md button, form.search-sm button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  background-color: transparent;
  border: none;
}
form.search-md i, form.search-sm i {
  font-family: "Font Awesome 5 Pro" !important;
  font-style: normal;
  color: #fff;
  font-size: 15px;
  padding-right: 2px;
  font-weight: 400;
}

form.search-md {
  display: none;
}
@media only screen and (max-width: 992px) {
  form.search-md {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  form.search-md {
    display: none;
  }
}
form.search-md input {
  width: 100% !important;
  height: 39px !important;
}

form.search-sm {
  display: none;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  form.search-sm {
    display: block;
  }
}
form.search-sm input {
  width: 100% !important;
  height: 39px !important;
}

.utility-sm {
  display: none;
}
.utility-sm ul {
  display: block;
}
.utility-sm ul > li {
  width: 100%;
  border-bottom: 1px solid #707070;
}
.utility-sm ul > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding-top: 0px;
  padding-bottom: 0;
  border-bottom: none;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 12.5px;
  margin-bottom: 10.5px;
  border-bottom: 2px solid transparent;
}
.utility-sm ul > li > a:hover {
  border-bottom: 2px solid #008C15;
}
.utility-sm ul > li:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .utility-sm {
    display: block;
  }
}

.social-links-mobile {
  margin-top: 30px;
  margin-bottom: 70px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .social-links-mobile {
    display: block;
  }
}
.social-links-mobile i {
  font-size: 20px;
  color: #fff;
}
.social-links-mobile a {
  border: none;
  margin: 0 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-links-mobile a:first-of-type {
  margin-left: 0;
}
.social-links-mobile a:hover i {
  color: #008C15;
}

/*
 * @file        : _footer.scss - Styles for things that go below stuff.
 * @desctiption : A place for all things footer specific.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* FOOTER *************************************************************************************************************/
footer {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  background-color: #D8D8D8;
  font-family: "Gotham A", "Gotham B" !important;
}
footer h5 {
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .logo_links a {
  display: inline-block;
  margin-bottom: 33px;
}
footer .logo_links a:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 400px) {
  footer .logo_links a {
    display: block;
  }
}
footer .location-list {
  display: block;
  max-width: 512px;
  margin-bottom: 0;
  padding-top: 0 !important;
  padding-bottom: 35px !important;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 768px) {
  footer .location-list {
    max-width: 340px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (max-width: 576px) {
  footer .location-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
footer .location-list li {
  list-style: none;
}
footer .location-list li a {
  padding: 0;
  margin-bottom: 8px;
  border: none;
  background: transparent;
  font-family: "Gotham A", "Gotham B" !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
  text-transform: none;
}
footer .location-list li a:hover {
  background-color: transparent !important;
}
footer #menu-footer-menu a {
  font-weight: bold;
}
footer .social-links {
  display: flex;
  margin: 0 auto 40px;
}
footer .social-links a {
  border: none;
  font-size: 20px;
}
footer .social-links a:not(:last-child) {
  margin-right: 20px;
}
footer #menu-pre-footer {
  padding: 0;
}
footer #menu-pre-footer ul {
  padding: 0;
}
footer #menu-pre-footer li {
  list-style: none;
  text-align: left;
}
footer #menu-pre-footer > li > a {
  display: block;
  font-family: "Gotham A", "Gotham B";
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 27px;
  text-decoration: none !important;
  pointer-events: none;
}
footer #menu-pre-footer > li li:not(:last-child) {
  margin-bottom: 10px;
}
footer .copyright-container a {
  border-bottom: 1px solid;
  display: inline-block;
}
footer .copyright-container a:hover {
  text-decoration: none;
  color: #fff;
}
footer .copyright-container.desktop {
  display: block;
}
@media only screen and (max-width: 992px) {
  footer .copyright-container.desktop {
    display: none !important;
  }
}
footer .copyright-container.mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  footer .copyright-container.mobile {
    display: block !important;
  }
}
footer #menu-footer-menu {
  margin-bottom: 0;
}
footer #menu-footer-menu a {
  border-bottom: 1px solid;
  text-transform: uppercase;
}
footer #menu-footer-menu a:hover {
  text-decoration: none;
  color: #fff;
}
footer p {
  font-family: "Gotham A", "Gotham B" !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
footer a {
  color: #373A36;
  text-decoration: underline;
  border-bottom: none !important;
  text-transform: none;
  font-family: "Gotham A", "Gotham B" !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
footer a:hover, footer a:active {
  color: #fff;
  text-decoration: none;
}
footer a:focus {
  color: #373A36;
  text-decoration: none;
}

#sb_instagram .sb_instagram_header a {
  margin-top: 0;
  padding-bottom: 0 !important;
}

.ctf-tweets {
  margin-top: 3px;
}

.ctf-twitterlink {
  display: inline-block;
}
.ctf-twitterlink:hover {
  text-decoration: none;
}
.ctf-twitterlink:before {
  content: "\f099";
  font-family: FontAwesome;
  font-size: 25px;
  border-right: 1px solid #fff;
  color: #fff;
  vertical-align: middle;
  padding-right: 10px;
  margin-right: 16px;
}

.ctf-facebooklink {
  display: inline-block;
  border: none;
}
.ctf-facebooklink:hover {
  text-decoration: none;
}
.ctf-facebooklink:before {
  content: "\f230";
  font-family: FontAwesome;
  font-size: 25px;
  border-right: 1px solid #fff;
  color: #fff;
  vertical-align: middle;
  padding-right: 13px;
  margin-right: 16px;
}

.ctf-instagramlink {
  display: inline-block;
  border: none;
}
.ctf-instagramlink:hover {
  text-decoration: none;
}
.ctf-instagramlink:before {
  content: "\f16d";
  font-family: FontAwesome;
  font-size: 25px;
  border-right: 1px solid #fff;
  color: #fff;
  vertical-align: middle;
  padding-right: 13px;
  margin-right: 16px;
}

#sb_instagram .sbi_header_text .sbi_bio {
  color: #fff;
}

#cff .cff-item {
  border: none;
}

#sb_instagram .sbi_header_text h3 {
  color: #008C15;
}

.ctf-author-box {
  display: none;
}

.ctf-twitterlink {
  border: none;
}

.cff-status-post {
  display: flex;
  flex-flow: column nowrap;
}
.cff-status-post .cff-author {
  order: 1;
  float: none !important;
}
.cff-status-post .cff-author a {
  border: none;
}
.cff-status-post .cff-post-text {
  order: 0;
  float: none !important;
}
.cff-status-post .cff-post-text {
  text-decoration: none;
}

.cff-wrapper {
  margin-top: 15px;
}

.ctf-twitterlink[style] {
  color: #78BE20 !important;
}

#sb_instagram {
  margin-top: 15px;
  overflow: hidden;
}

#sb_instagram .sbi_photo {
  border: none;
}

#sb_instagram #sbi_images {
  width: calc(100% + 20px) !important;
  margin-left: -10px;
}

#ctf .ctf-tweet-actions a {
  padding: 7px 10px 2px 5px;
}

.ctf-tweet-text-media-wrap {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #sb_instagram {
    padding: 0 7px;
  }
}

.landing-links a {
  padding: 5px;
  margin-bottom: 0;
  border: none;
  overflow: hidden;
}
.landing-links a .content {
  padding: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}
.landing-links a .content .image {
  background-position: center center;
  background-size: cover;
  z-index: -1;
  padding-bottom: 65%;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.landing-links a [class^=icon-], .landing-links a [class*=" icon-"] {
  font-size: 80px;
  color: #78BE20;
  height: 80px;
  display: block;
  margin: 0 auto 13px;
}
.landing-links a [class^=icon-].icon-plan, .landing-links a [class*=" icon-"].icon-plan {
  font-size: 65px;
  padding-top: 15px;
}
.landing-links a h2 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 72px;
  color: #78BE20;
  font-weight: 500;
  letter-spacing: 4px;
}
.landing-links a h5 {
  background-color: #fff;
  position: relative;
  z-index: 100;
  padding: 15px 10px;
}
.landing-links a:hover, .landing-links a:focus {
  text-decoration: none;
}
.landing-links a:hover .content .image, .landing-links a:focus .content .image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.landing-links a:hover .btn, .landing-links a:hover body #mc_embed_signup .button, body #mc_embed_signup .landing-links a:hover .button, .landing-links a:focus .btn, .landing-links a:focus body #mc_embed_signup .button, body #mc_embed_signup .landing-links a:focus .button {
  background-color: rgba(0, 0, 0, 0.81);
}
.landing-links a:hover .btn:before, .landing-links a:hover body #mc_embed_signup .button:before, body #mc_embed_signup .landing-links a:hover .button:before, .landing-links a:focus .btn:before, .landing-links a:focus body #mc_embed_signup .button:before, body #mc_embed_signup .landing-links a:focus .button:before {
  width: calc(100% + 5px);
  height: calc(100% + 5px);
  border-width: 4px;
}
.landing-links > .flex-container {
  margin: 0 0 0 -2px;
  width: calc(100% + 4px);
  max-width: calc(100% + 4px);
  border-top: 2px solid #78BE20;
  border-bottom: 2px solid #78BE20;
}

/*
 * @file        : _hero_slider.scss
 * @desctiption : Use this file to hold classes for the hero slider.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/10/4    | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
.hero-slider-section .carousel .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 51.536098%;
}
.hero-slider-section .carousel .item .carousel-caption {
  text-align: left;
  left: 50%;
  -webkit-transform: translate3d(-430px, 50%, 0);
  -moz-transform: translate3d(-430px, 50%, 0);
  transform: translate3d(-430px, 50%, 0);
  bottom: 50%;
  right: 0;
}
.hero-slider-section .carousel .item img.slide-background {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-slider-section .carousel .item img.slide-foreground {
  width: 79.692308%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-slider-section .carousel .item .slide-content {
  position: absolute;
  z-index: 50;
  top: 38.002981%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  color: #fff;
}
.hero-slider-section .carousel .item .slide-content h1 {
  text-align: center;
  text-transform: uppercase;
}
.hero-slider-section .carousel .item .slide-content p {
  max-width: 400px;
}

.gallery-slider, .gallery-slider2 {
  margin-bottom: 0 !important;
}

.slick-slider {
  position: relative;
}
.slick-slider .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slick-slider .slick-arrow {
  top: unset !important;
  z-index: 1;
}
.slick-slider .slick-arrow:before {
  color: white;
  font-family: "FontAwesome" !important;
  font-size: 30px !important;
  opacity: 0.6;
}
.slick-slider .slick-prev {
  left: 15px;
  top: 50% !important;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}
.slick-slider .slick-prev:before {
  content: "\f053" !important;
}
.slick-slider .slick-next {
  transform: translate3d(0, -50%, 0);
  top: 50% !important;
  right: 15px;
  z-index: 1;
}
.slick-slider .slick-next:before {
  content: "\f054" !important;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding-left: 0;
}
.slick-slider .slick-dots li, .slick-slider .slick-dots li button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
}
.slick-slider .slick-dots li button:before {
  color: #008C15;
  font-size: 15px;
  opacity: 0.9;
}
.slick-slider .slick-dots li.slick-active button:before {
  color: #78BE20;
  opacity: 0.9;
}
.slick-slider .slick-dots li.slick-active button:hover {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.fullwidth_slider {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fullwidth_slider .slick-track {
  height: 700px !important;
  max-height: 700px !important;
}
@media only screen and (max-width: 992px) {
  .fullwidth_slider .slick-track {
    height: 50vh !important;
    max-height: 500px !important;
  }
}
.fullwidth_slider .slick-arrow {
  display: none !important;
}

.grid_slider {
  margin: 30px -10px 45px -10px;
}
.grid_slider .slick-slide {
  padding: 10px;
  position: relative;
}
.grid_slider .slick-slide > div {
  overflow: hidden;
}
.grid_slider .slick-slide > div:before {
  display: block;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: black;
  opacity: 0.4;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
}
.grid_slider .slick-slide img {
  object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.grid_slider .slick-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.grid_slider .content {
  padding: 25px 20px;
  color: #fff !important;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.grid_slider .content span {
  font-style: italic;
}
.grid_slider .content h5 {
  font-weight: 500;
  line-height: 23px;
  margin-top: 3px;
}
.grid_slider .slick-arrow:before {
  display: block;
  width: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: #373A36;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 0.4;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.grid_slider .slick-arrow:hover:before {
  opacity: 0.6;
}
.grid_slider .slick-arrow.slick-prev:before {
  padding-right: 5px;
  left: 15px;
}
.grid_slider .slick-arrow.slick-next:before {
  padding-left: 5px;
  right: 15px;
}

.project_slider {
  margin: 30px -10px 45px -10px;
}
.project_slider p {
  margin: 0;
}
.project_slider .slick-slide {
  padding: 10px;
  position: relative;
}
.project_slider .slick-slide > div {
  overflow: hidden;
}
.project_slider .slick-slide img {
  object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.project_slider .slick-slide:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.project_slider .content {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 0;
  color: #fff !important;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.project_slider .content p {
  display: inline-block;
  max-width: 96%;
  padding: 10px 1em 0px 0;
  margin: 0;
  background: #fff;
  text-transform: uppercase;
  color: #373A36;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 10;
}

.circle_arrows,
.project_arrows {
  display: flex;
  align-items: center;
  padding-left: 0 !important;
  margin-bottom: 0;
}
.circle_arrows li,
.project_arrows li {
  list-style: none !important;
  padding-left: 0 !important;
  cursor: pointer;
}
.circle_arrows li i,
.project_arrows li i {
  font-size: 40px;
  color: #979797;
  opacity: 0.6;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.circle_arrows li:hover i,
.project_arrows li:hover i {
  opacity: 1;
}
.circle_arrows p,
.project_arrows p {
  margin-bottom: 0;
}
.circle_arrows span,
.project_arrows span {
  display: inline-block;
  width: 50px;
  padding: 10px;
  text-align: center;
}

.block_slider .text_side {
  padding: 35px;
}
@media only screen and (max-width: 992px) {
  .block_slider .text_side {
    padding-left: 8px;
    padding-right: 7px;
  }
}

.leader_slider .slick-track {
  display: flex !important;
}
.leader_slider .slick-slide {
  height: inherit !important;
}

.leadership_bgimg {
  width: 100%;
  height: 100%;
  min-height: 310px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.leadership_bgimg .slick-list, .leadership_bgimg .slick-track, .leadership_bgimg .bg_img {
  height: inherit;
}
.leadership_bgimg .bg_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left top;
}
@media only screen and (max-width: 992px) {
  .leadership_bgimg .bg_img {
    background-position: 34% top;
  }
}
@media only screen and (max-width: 768px) {
  .leadership_bgimg .bg_img {
    background: #D8D8D8 !important;
  }
}

.leadership_content {
  position: relative;
  z-index: 10;
}
.leadership_content .row {
  display: flex;
  justify-content: flex-end;
}
.leadership_content p {
  text-transform: none !important;
  font-size: 20px;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .leadership_content .block_slider {
    width: 100%;
  }
}
.leadership_content .block_slider .slick-dots {
  text-align: left;
  bottom: -50px;
}
.leadership_content .block_slider .slick-dots li:only-child {
  display: none;
}

.quote_slider .slick-dots {
  bottom: -40px;
}
.quote_slider .slick-dots li button:before {
  color: #ACACAC !important;
}
.quote_slider .slick-dots li.slick-active button:before {
  color: #373A36 !important;
}
.quote_slider .quote_slide {
  padding-top: 15px;
}

.location_slider img, .location_slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*
 * @file        : _hero_section.scss
 * @desctiption : Use this file to hold classes for the hero section.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/10/4    | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
.hero-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-section img {
  max-width: 100%;
}
.hero-section h5 {
  margin-top: 7px;
}
.hero-section.hero-bg {
  min-height: 340px;
}
.hero-section.hero-bg:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero-section.hero-bg h1 {
  margin: 0;
  text-transform: uppercase;
}
.hero-section.hero-bg.video-bg > div {
  z-index: 2;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 !important;
}
.hero-section.hero-bg.video-bg .video {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero-section.hero-bg.video-bg .video .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.55);
}
.hero-section.hero-bg.video-bg .video #video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}
.hero-section.hero-bg.carousel-bg {
  min-height: 0;
  position: relative;
  background-image: none !important;
}
.hero-section.hero-bg.carousel-bg:before {
  display: none;
}
.hero-section.hero-bg.carousel-bg .slide, .hero-section.hero-bg.carousel-bg .slide:before, .hero-section.hero-bg.carousel-bg .carousel-inner, .hero-section.hero-bg.carousel-bg .carousel-inner > .item, .hero-section.hero-bg.carousel-bg .item {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.hero-section.hero-bg.carousel-bg .btn:empty, .hero-section.hero-bg.carousel-bg body #mc_embed_signup .button:empty, body #mc_embed_signup .hero-section.hero-bg.carousel-bg .button:empty {
  display: none;
}
.leadership .hero-section.hero-bg.carousel-bg .text-over-carousel {
  opacity: 0;
}
@media (max-width: 768px) {
  .hero-section.hero-bg.carousel-bg .text-over-carousel img {
    max-width: 475px !important;
    width: 75% !important;
  }
}
.hero-section.hero-bg.carousel-bg .carousel {
  overflow: hidden;
  z-index: 1;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-inner {
  margin-bottom: 0 !important;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item {
  padding-bottom: 16px;
  background-color: #fff;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item .slide {
  background-position: center center;
  max-height: 100%;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item .slide:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 16px;
  right: 0;
}
.leadership .hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item .slide:before {
  opacity: 0;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item .slide img {
  max-height: 760px;
  min-height: 450px;
}
@media (max-width: 768px) {
  .hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item .slide img {
    max-height: 760px;
    min-height: 500px;
  }
}
.hero-section.hero-bg.carousel-bg .carousel .left.carousel-control img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.hero-section.hero-bg.carousel-bg .carousel .right.carousel-control img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.hero-section.hero-bg.carousel-bg .carousel .carousel-control:hover {
  opacity: 0.75;
}
.hero-section.hero-bg.carousel-bg .container {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 10;
}
@media (max-width: 768px) {
  .hero-section.hero-bg.carousel-bg .container {
    top: 20px !important;
  }
}
.hero-section.hero-bg.carousel-bg .container > div {
  position: absolute;
  top: 200px;
  left: 0;
}
.hero-section.hero-bg.carousel-bg .container > div h1 {
  font-size: 70px;
  line-height: 78px;
  padding-top: 10px;
}
.hero-section.hero-bg.carousel-bg .navigation {
  z-index: 100;
}
.hero-section.hero-bg .text-over-image {
  position: relative;
}
.hero-section.hero-bg .text-over-image > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  max-width: 100%;
}
.hero-section.hero-bg .text-over-image > div .white-bar {
  display: none;
}
.hero-section.hero-bg .text-over-image > div h1 {
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 15px;
}
.hero-section.hero-bg.no-overlay:before {
  display: none;
}
.hero-section .carousel .carousel-inner .item {
  padding-top: 0;
}
.hero-section .carousel .carousel-inner .item img {
  width: 100%;
  max-width: 475px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1250px) {
  .hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item {
    height: auto;
  }
  .hero-section.hero-bg.carousel-bg .container > div {
    position: absolute;
    top: 160px;
    left: 0;
  }
  .hero-section.hero-bg.carousel-bg .container > div h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .hero-section.hero-bg .text-over-image > div {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    max-width: 100%;
  }
  .hero-section.hero-bg .text-over-image > div h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (max-width: 991px) {
  .hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item {
    height: auto;
  }
  .hero-section.hero-bg.carousel-bg .container > div {
    position: absolute;
    top: 120px;
    left: 0;
  }
  .hero-section.hero-bg.carousel-bg .container > div h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
/* MEDIA QUERY - XS ***************************************************************************************************/
@media only screen and (max-width: 767px) {
  .hero-section.hero-bg {
    height: auto !important;
  }
  .hero-section.hero-bg.video-bg {
    min-height: 300px;
  }
  .hero-section.hero-bg.video-bg .video #video-wrapper {
    display: none !important;
  }
  .hero-section.hero-bg.carousel-bg .carousel .carousel-inner .item {
    height: auto;
  }
  .hero-section.hero-bg.carousel-bg .container {
    width: 100%;
  }
  .hero-section.hero-bg.carousel-bg .container > div {
    position: absolute;
    top: 100px;
    left: 0;
  }
  .hero-section.hero-bg.carousel-bg .container > div h1 {
    font-size: 38px;
    line-height: 38px;
  }
  .hero-section.hero-bg.carousel-bg .navigation {
    z-index: 100;
  }
  .hero-section.hero-bg .text-over-image .container {
    height: auto !important;
  }
  .hero-section.hero-bg .text-over-image > div {
    position: static;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100%;
    padding: 1.5em 1em;
  }
  .hero-section.hero-bg .text-over-image > div h1 {
    font-size: 38px;
    line-height: 38px;
  }
}
/* MEDIA QUERY - XM ***************************************************************************************************/
.white-bar-hero span {
  font-size: 70px;
  line-height: 78px;
  padding-top: 10px;
  letter-spacing: 0.27px;
  Font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .white-bar-hero span {
    font-size: 40px !important;
    line-height: 47px !important;
  }
}

.form-section {
  padding: 4em 0 10em;
}
.form-section .form-wrapper {
  background: #78BE20;
  border: 2px solid #D8D8D8;
}
.form-section .form-wrapper.box-corners-top {
  position: relative;
  z-index: 2;
}
.form-section .form-wrapper.box-corners-top:before, .form-section .form-wrapper.box-corners-top:after {
  font-family: icomoon;
  color: #D8D8D8;
  position: absolute;
  top: -3px;
  font-size: 20px;
  line-height: 25px;
}
.form-section .form-wrapper.box-corners-top:before {
  content: "\e915";
  left: -2px;
}
.form-section .form-wrapper.box-corners-top:after {
  content: "\e914";
  right: -2px;
}
.form-section .form-wrapper .box-corners-bottom {
  position: static;
}
.form-section .form-wrapper .box-corners-bottom:before, .form-section .form-wrapper .box-corners-bottom:after {
  font-family: icomoon;
  color: #D8D8D8;
  position: absolute;
  bottom: -4px;
  font-size: 20px;
  line-height: 25px;
}
.form-section .form-wrapper .box-corners-bottom:before {
  content: "\e917";
  left: -2px;
}
.form-section .form-wrapper .box-corners-bottom:after {
  content: "\e916";
  right: -2px;
}

.gallery-image-list {
  justify-content: flex-start;
}
.gallery-image-list li {
  padding: 2px !important;
}
.gallery-image-list li a {
  padding-bottom: 68%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.gallery-image-list li a:hover {
  opacity: 0.4;
}
.gallery-image-list li a.fixed-height {
  padding-bottom: auto;
}

.gallery-tile {
  overflow: hidden;
  padding: 0;
  border: 3px solid #78BE20;
}
.gallery-tile .image {
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.gallery-tile .image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .gallery-tile .image {
    width: auto;
  }
  .gallery-tile .image img {
    width: auto;
  }
}
#map {
  width: 100%;
  height: 450px;
}

.location-list {
  justify-content: flex-start;
}
.location-list a {
  display: inline-block;
  background-color: #fff;
  color: #373A36;
  -webkit-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 3px 15px;
}
.location-list a:hover {
  background-color: #78BE20;
  text-decoration: none;
}

.case-study-tabs > li > a {
  color: #373A36;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
}
.case-study-tabs > li > a:hover, .case-study-tabs > li > a:focus, .case-study-tabs > li > a.active {
  background-color: transparent;
  border-bottom: 2px solid #D8D8D8;
  color: #000;
}

.case-study-list .case-study-item {
  width: 100%;
  padding: 35px 0;
}
.case-study-list .case-study-item + .case-study-item {
  border-top: 1px solid #D8D8D8;
}
.case-study-list :first-child:not(.hidden) {
  border-top: none;
}

.postcard {
  margin: 100px 0;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .postcard {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.postcard .bottom.left, .postcard .top.left {
  padding-right: 2em;
}
.postcard .bottom.right, .postcard .top.right {
  padding-left: 2em;
}
.postcard .black-bar, .postcard .white-bar {
  margin-top: 22px;
}
.postcard h2 {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-size: 38px;
  margin-bottom: 10px;
}
.postcard.title-enhance h2 {
  font-size: 60px;
  line-height: 1em;
  margin-bottom: 20px;
}
.postcard.title-enhance p {
  font-size: 1.125em;
  line-height: 1.5em;
}
.postcard.remove-margin-bottom {
  margin-bottom: 8px !important;
}
.postcard p:empty {
  display: none;
}
.postcard .postcard-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
.postcard .postcard-wrap img {
  width: 100%;
}
.postcard .inner-content {
  max-width: 49%;
  max-width: calc(50% - 8px);
  position: absolute;
}
.postcard .inner-content.top {
  top: 0;
}
.postcard .inner-content.left {
  left: 0;
}
.postcard .inner-content.right {
  right: 0;
}
.postcard .inner-content.bottom {
  bottom: 0;
}
.postcard .bottom-btn-wrap {
  margin-bottom: 0;
}
.postcard .bottom-btn-wrap .btn, .postcard .bottom-btn-wrap body #mc_embed_signup .button, body #mc_embed_signup .postcard .bottom-btn-wrap .button {
  margin-bottom: 0;
}
.constrain h2 {
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-size: 38px;
  margin-bottom: 0.5em;
}
.constrain.title-enhance h2 {
  font-size: 55px;
  line-height: 1em;
  margin-bottom: 20px;
}
.constrain.title-enhance p {
  font-size: 1.125em;
  line-height: 1.5em;
}
.constrain.match-qimg-2-row {
  height: 450px;
  margin-top: 10px;
}

.offset_left, .offset_right {
  position: relative;
}
.offset_left .postcard, .offset_right .postcard {
  max-height: 600px;
}
@media only screen and (max-width: 992px) {
  .offset_left .postcard, .offset_right .postcard {
    max-height: unset;
  }
}
.offset_left > img, .offset_right > img {
  height: calc(100% - 15px);
  max-width: unset;
  object-fit: cover;
  position: absolute;
  top: 7px;
}
@media only screen and (max-width: 992px) {
  .offset_left > img, .offset_right > img {
    width: 100%;
    height: auto !important;
    position: unset;
  }
}
.offset_left > br, .offset_right > br {
  display: none;
}

.offset_right .postcard {
  max-width: 71%;
}
@media only screen and (max-width: 992px) {
  .offset_right .postcard {
    max-width: 100%;
  }
}
.offset_right > img {
  left: calc(71% + 15px);
  width: calc((100vw - 955px) / 2 + 276.95px);
}
@media only screen and (max-width: 992px) {
  .offset_right > img {
    width: 100%;
    height: auto;
  }
}

.offset_left > img {
  right: calc(100% + 15px);
  width: calc((100vw - 955px) / 2);
}
@media only screen and (max-width: 992px) {
  .offset_left > img {
    width: 100%;
    height: auto;
  }
}

.last_postcard {
  margin-bottom: 100px;
}
@media only screen and (max-width: 992px) {
  .last_postcard {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .postcard.title-enhance h2 {
    font-size: 38px;
    line-height: 1em;
    margin-bottom: 20px;
  }
  .postcard.title-enhance p {
    font-size: 1.125em;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .postcard .inner-content {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    max-width: 100%;
  }
  .postcard .bottom.left, .postcard .top.left {
    padding-right: 0;
  }
  .postcard .bottom.right, .postcard .top.right {
    padding-left: 0;
  }
  .constrain.match-qimg-2-row {
    float: none !important;
  }
}
.bg-block {
  background-position: center center;
  position: relative;
}
.bg-block.add-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.bg-block.add-overlay .container {
  position: relative;
}
.bg-block.empty {
  padding-bottom: 44%;
  background-position: center;
  max-height: 620px;
}
.bg-block.empty.hero-section {
  padding-bottom: 0;
  max-height: 720px;
}

.body-content .sidebar_title {
  margin-top: 5px;
}
.body-content ul.course-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: -20px;
  padding-left: 0;
}
.body-content ul.course-list li {
  position: relative;
  padding: 15px 0 30px;
  list-style: none;
  border-top: 1px solid #979797;
}
.body-content ul.course-list li:first-child {
  border-top: none;
}
.body-content ul.course-list li a {
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  border-bottom: 2px solid;
}
.body-content ul.course-list li a:hover {
  text-decoration: none;
}
.body-content ul.course-list li h3 {
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-top: 7px !important;
}
.body-content ul.course-list li img {
  height: auto;
  width: 215px;
}
.body-content .course-listing-section .main_list {
  display: block;
}
@media only screen and (max-width: 992px) {
  .body-content .course-listing-section .main_list {
    display: none;
  }
}
.body-content .course-listing-section .sidebar_dropdown {
  display: none;
}
@media only screen and (max-width: 992px) {
  .body-content .course-listing-section .sidebar_dropdown {
    display: block;
  }
}
.body-content .course-listing-section .sidebar_dropdown button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #979797 !important;
  color: #008C15;
}
.body-content .course-listing-section .sidebar_dropdown button i {
  display: inline-block;
  margin-left: 20px;
}
.body-content .course-listing-section .sidebar_dropdown .category-list {
  padding: 10px 20px;
}

.pagination-group .page-numbers {
  padding: 2px;
  margin: 0 1px;
}
.pagination-group .page-numbers.prev {
  margin-right: 1em;
  text-decoration: none;
}
.pagination-group .page-numbers.next {
  margin-left: 1em;
  text-decoration: none;
}
.pagination-group .page-numbers.current {
  text-decoration: none;
}

.single-course h4:first-child {
  margin-top: 0;
}

.body-content ul.research-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-top: 15px;
  padding-left: 0;
}
.body-content ul.research-list li {
  position: relative;
  padding-bottom: 15px;
  list-style: none;
}
.body-content ul.research-list li > div {
  display: block;
  height: 100%;
  background-color: #D8D8D8;
  padding: 15px 25px 25px;
}
.body-content ul.research-list li > div h3 {
  letter-spacing: 0;
  font-weight: 500;
}
.body-content ul.research-list li > div strong {
  font-weight: 500;
}

.pagination-group .page-numbers {
  padding: 2px;
  margin: 0 1px;
}
.pagination-group .page-numbers.prev {
  margin-right: 1em;
  text-decoration: none;
}
.pagination-group .page-numbers.next {
  margin-left: 1em;
  text-decoration: none;
}
.pagination-group .page-numbers.current {
  text-decoration: none;
}

.white_block {
  margin-top: -75px;
  position: relative;
  z-index: 100;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .white_block {
    margin-top: 0;
  }
}
.white_block:before {
  content: "";
  height: 100%;
  width: 100vw;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .white_block:before {
    display: none;
  }
}

.featured-blog-hero, .featured-practice-hero, .featured-service-hero {
  background-size: cover;
  background-position: center;
  padding-top: 180px;
  padding-bottom: 180px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .featured-blog-hero, .featured-practice-hero, .featured-service-hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.featured-blog-hero .banner-btn, .featured-practice-hero .banner-btn, .featured-service-hero .banner-btn {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  text-align: left;
  white-space: normal;
}

.featured-blog-hero:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blog-hero {
  display: flex;
  align-items: flex-end;
  min-height: 700px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .blog-hero {
    min-height: 550px;
  }
}
.blog-hero:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.blog-hero .row {
  display: flex;
  margin-right: 0;
  margin-left: -8px;
  background: #fff;
  position: relative;
}
.blog-hero .row:before {
  content: "";
  height: 100%;
  width: 50vw;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 0;
}
.blog-hero div[class^=col-] {
  display: flex;
  padding-top: 15px;
}
.blog-hero div[class^=col-]:last-child {
  padding-right: 15px;
}
.blog-hero div[class^=col-] .content {
  background: #EAEAEA;
  padding: 10px 20px;
  position: relative;
}
.blog-hero div[class^=col-] .cover_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  z-index: 50;
}

.half-image-block {
  position: relative;
  min-height: 500px;
}
.half-image-block .placard {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  padding: 0;
  background-size: cover;
  background-position: top;
}

.callout-table .callout-table-row {
  border-top: 1px solid #979797;
  padding: 3em 0;
}
.callout-table .callout-table-row:first-child {
  border-top: none;
}
.callout-table .callout-table-row h4 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-top: 0;
  padding: 0 0.5em;
}
.callout-table .callout-table-row .fa {
  font-size: 3em;
}

.project-content .carousel .carousel-inner {
  margin-bottom: 0;
}
.project-content p {
  margin-bottom: 1em;
}
.project-content .services-list a {
  color: #fff;
  border-bottom: 1px solid;
}
.project-content .services-list a:hover {
  text-decoration: none;
}

body .body-content ul.project-descriptors li {
  margin-bottom: 0;
  list-style: square;
}

.employee-content {
  margin-top: 100px;
  padding: 4em 0 5em;
}

.staff_links {
  padding: 0 0 35px 0;
}
.staff_links a {
  color: #373A36;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 3em;
  padding: 3px 0;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.staff_links a:not(:last-child) {
  margin-right: 20px;
}
.staff_links a.mixitup-control-active {
  border-color: #008C15;
}
.staff_links a span {
  display: inline-block;
  white-space: nowrap;
}

.staff_list {
  margin-left: -7px;
  margin-right: -7px;
}
.staff_list > div {
  padding: 7px;
}
.staff_list .staff_img {
  padding-bottom: 55%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.staff_list .staff_img .cover_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.staff_list .content {
  background: #F2F2F2;
  padding: 13px 18px 15px 18px;
}
.staff_list .content a {
  display: inline-block;
  color: #373A36;
}
.staff_list .content .state_link {
  padding: 0;
  font-size: 12px;
  line-height: 1em;
}
.staff_list .content .name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 0.8em;
  font-weight: 500;
}
.staff_list .content .title {
  font-size: 12px;
  letter-spacing: 0;
  margin: 7px 0 0 0;
  height: 60px;
}
.staff_list .employee_city {
  float: left;
}
.staff_list .socials {
  float: right;
  margin: 0;
  padding: 3px 0 0 0 !important;
}
.staff_list .socials li {
  padding-left: 7px;
}
.staff_list .socials li a {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
}

.body-content .socials {
  display: inline-block;
  padding: 0;
}
.body-content .socials li {
  list-style: none;
  display: inline-block;
}
.body-content .socials li a {
  display: block;
  background: #373A36;
  border: none;
  color: #F2F2F2;
  text-align: center;
}

.break-word {
  word-wrap: break-word;
}

.body-content img.featured-image {
  width: 100%;
  height: auto;
}
.body-content .plain_list {
  padding: 0;
}
.body-content .plain_list li {
  list-style: none;
  padding: 0;
}
.body-content .plain_list li a {
  font-size: 16px;
  line-height: 20px;
}
.body-content .plain_list li.jobListing a {
  font-size: 14px;
}
.body-content.employee-content {
  padding-top: 0;
  margin-top: 89px;
}
.body-content.employee-content .contact_list {
  padding: 0;
}
.body-content.employee-content .contact_list li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.body-content.employee-content .contact_list li:not(:last-child) {
  padding-right: 12px;
  margin-right: 8px;
  border-right: 1px solid #373A36;
}
.body-content.employee-content .contact_list li a {
  font-size: 14px;
  line-height: 20px;
}
.body-content.employee-content .socials li {
  padding-right: 10px;
  padding-left: 0;
}
.body-content.employee-content .socials li a {
  width: 32px;
  height: 32px;
  line-height: 34px;
  font-size: 16px;
}
.body-content .news_list a {
  font-size: 14px !important;
}

.fast-facts {
  padding: 5em 0 7em;
}
.fast-facts .h1 {
  margin-bottom: 1.5em;
}
.fast-facts .dyn {
  line-height: 1em;
  font-weight: bold;
  font-size: 12em;
  font-family: "Gotham Narrow A", "Gotham Narrow B";
}
.fast-facts .dyn sup {
  line-height: 1em;
  font-size: 0.6em;
  color: #008C15;
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
}
.fast-facts .description {
  max-width: 320px;
  font-size: 1.42875em;
  line-height: 1.4em;
}

@media only screen and (min-width: 0px) and (max-width: 992px) {
  .fast-facts .col-sm-6 {
    font-size: 0.875em;
  }
}
@media only screen and (max-width: 767px) {
  .fast-facts {
    padding-bottom: 3em;
  }
  .fast-facts .col-sm-6 {
    margin-bottom: 4em;
  }
  .fast-facts .dyn {
    width: 100%;
    display: block;
  }
  .fast-facts .description {
    max-width: 100%;
    width: auto;
    display: inline-block;
  }
}
.three-column-fast-facts .green-box {
  padding: 10px 23px;
  background-color: #008C15;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin: 30px 0 20px 0;
}
@media (min-width: 1200px) {
  .three-column-fast-facts .green-box {
    margin: 30px 0 20px;
  }
}
@media (max-width: 992px) {
  .three-column-fast-facts .green-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
@media (max-width: 992px) {
  .three-column-fast-facts p {
    margin-left: auto;
    margin-right: auto;
  }
}
.three-column-fast-facts .history-custom {
  margin-right: 70px;
}
@media (max-width: 992px) {
  .three-column-fast-facts .history-custom {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }
}

ul.client-list li {
  padding-left: 0;
  padding-right: 0.75em;
  justify-content: flex-start;
}
ul.client-list li a {
  border: none;
  justify-content: flex-start;
}

.client-logo {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100px;
}

.link-map {
  display: inline-block;
  position: relative;
}

.link-map a {
  position: absolute;
  background: #008C15;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
.link-map a:hover {
  background: #78BE20;
  text-decoration: none;
  border: none;
}
.link-map a:active {
  background: #78BE20;
  text-decoration: none;
  border: none;
}
.link-map a:focus {
  background: #78BE20;
  text-decoration: none;
  border: none;
}

@media only screen and (max-width: 992px) {
  .link-map a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .link-map a {
    font-size: 12px;
    padding: 0px 3px;
  }
}
@media only screen and (max-width: 650px) {
  .link-map a {
    font-size: 10px;
    padding: 0px 3px;
  }
}
@media only screen and (max-width: 480px) {
  .link-map a {
    font-size: 6px;
    padding: 0px 3px;
    line-height: 11px;
  }
}
.three-column-fast-facts .fact-number {
  font-size: 54px;
  font-weight: 500;
  line-height: 75px;
  color: #008C15;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .three-column-fast-facts .fact-number {
    font-size: 54px;
  }
}
.three-column-fast-facts .fact-copy {
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  color: rgb(55, 58, 54);
}
@media (max-width: 767px) {
  .three-column-fast-facts .fact-copy {
    margin-bottom: 100px;
  }
}

.three-column-section {
  padding: 4em 0;
}
.three-column-section .content-blocks {
  padding: 4em 0;
}

.three-column-icon-section .img-container {
  max-height: 68px;
  height: 68px;
  margin-bottom: 40px;
}
.three-column-icon-section span.header-bar {
  display: inline-block;
}
@media (max-width: 991px) {
  .three-column-icon-section .three-col-icon {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .three-column-icon-section br {
    display: none;
  }
}

body .ll-listing ul.research-list li > div {
  background-color: transparent;
  position: relative;
  padding: 0;
  height: 300px;
  overflow: hidden;
}
body .ll-listing .bg-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.2s linear;
  position: relative;
}
body .ll-listing .bg-image.no_img {
  background-color: #008C15;
}
body .ll-listing .bg-image:not(.no_img):before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
body .ll-listing .bg-image:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
body .ll-listing a.listing-link {
  border-bottom: 0;
  color: transparent;
}
body .ll-listing h4 {
  font-size: 16px;
  line-height: 22px;
  color: white;
  margin: 0;
  padding: 25px 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  font-weight: 400;
}
body .ll-listing h3 {
  font-size: 18px;
  line-height: 22px;
  color: white;
  margin: 0;
  padding: 25px 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  pointer-events: none;
}

.event_block h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.event_block .row {
  padding-left: 0;
  margin-bottom: 0;
}
.event_block .row li {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .event_block .row li.toggle_off {
    display: none;
  }
}
.event_block.no_event {
  border: 2px solid #008C15;
  text-align: center;
  padding: 20px;
}

.event_authors {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -25px;
}
@media screen and (max-width: 768px) {
  .event_authors {
    justify-content: center;
  }
}
.event_authors > div {
  width: 33.33%;
  max-width: 300px;
  margin: 15px 0;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .event_authors > div {
    width: 50%;
  }
}
@media screen and (max-width: 578px) {
  .event_authors > div {
    width: 100%;
  }
}
.event_authors > div img {
  margin-bottom: 15px;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container {
  flex-flow: row;
  justify-content: flex-start;
  gap: 20px;
  width: unset;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__export-icon {
  color: #fff !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  color: #fff !important;
  border-color: #008C15 !important;
  background: #008C15 !important;
}

.tribe-events .tribe-events-header {
  position: static;
  margin-top: 30px;
}

.single-tribe_events .title-featured-container {
  padding: 5px 0 !important;
}

#tribe-events-pg-template {
  max-width: 955px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  max-width: 955px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 105px;
}
@media only screen and (max-width: 992px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
  padding-left: 60px !important;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn, .tribe-common button.tribe-common-c-btn {
  font-weight: 500;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:active, .tribe-common a.tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:active, .tribe-common button.tribe-common-c-btn:hover, .tribe-common button.tribe-common-c-btn:focus, .tribe-common button.tribe-common-c-btn:active {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  background: #78BE20;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum,
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus .tribe-events-calendar-month__day-date-daynum,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover .tribe-events-calendar-month__day-date-daynum,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover .tribe-events-calendar-month__day-date {
  color: #fff !important;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  white-space: nowrap;
  font-weight: 400;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6 a {
  display: inline;
  border-bottom: 2px solid #008C15;
  color: #008C15;
}

.tribe-events-single-event-title {
  font-size: 38px;
  line-height: 1em;
  font-weight: 500 !important;
  font-family: "Gotham Narrow A", "Gotham Narrow B" !important;
  text-transform: uppercase;
}

.tribe-events-schedule {
  margin-top: 10px;
}

.tribe-common .tribe-events-calendar-month__calendar-event-details .tribe-common-h--alt {
  margin-top: 5px;
  text-transform: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-datetime-wrapper {
  margin-bottom: 0;
}

.tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
  font-size: 20px;
}

.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
  font-size: 14px !important;
}

.tribe-events-meta-group a, .tribe-events-content a,
.tribe-events-back a, .tribe-events-back a:visited {
  border-bottom: 2px solid #008C15;
  color: #008C15 !important;
}
.tribe-events-meta-group a:hover, .tribe-events-content a:hover,
.tribe-events-back a:hover, .tribe-events-back a:visited:hover {
  color: #008C15 !important;
  border-bottom: none;
}

.tribe-events .tribe-events-c-nav__next:disabled, .tribe-events button.tribe-events-c-nav__next:disabled,
.tribe-events .tribe-events-c-nav__prev:disabled, .tribe-events button.tribe-events-c-nav__prev:disabled {
  font-size: 16px !important;
}

.tribe-events-single .tribe-events-sub-nav {
  padding: 0 !important;
  margin: 0 !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  border: none !important;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .single-tribe_events .tribe-events-c-subscribe-dropdown__container, .tribe-events .tribe-events-c-subscribe-dropdown__container {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin: 30px 0 !important;
  }
  .single-tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown {
    margin: 0 !important;
  }
}

.lifecycle_wrap .container {
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  background-color: #373A36 !important;
}

.lifecycle_graphic {
  display: flex;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .lifecycle_graphic {
    flex-wrap: wrap;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}
.lifecycle_graphic p:empty {
  display: none !important;
}
.lifecycle_graphic .item {
  padding: 30px 35px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  .lifecycle_graphic .item {
    flex-wrap: wrap;
    width: 50%;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
  }
}
@media only screen and (max-width: 700px) {
  .lifecycle_graphic .item {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .lifecycle_graphic .item {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .lifecycle_graphic .item:nth-child(2n):before, .lifecycle_graphic .item:nth-child(2n):after {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .lifecycle_graphic .item:nth-child(2n):before, .lifecycle_graphic .item:nth-child(2n):after {
    display: block;
  }
}
.lifecycle_graphic .item:last-of-type:before, .lifecycle_graphic .item:last-of-type:after {
  display: none !important;
}
.lifecycle_graphic .item:before, .lifecycle_graphic .item:after {
  display: block;
  height: 0;
  width: 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 700px) {
  .lifecycle_graphic .item:before, .lifecycle_graphic .item:after {
    top: 100%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (max-width: 700px) {
  .lifecycle_graphic .item:last-of-type:before, .lifecycle_graphic .item:last-of-type:after {
    display: none;
  }
}
.lifecycle_graphic .item:before {
  right: -50px;
  z-index: 15;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #fff;
}
@media only screen and (max-width: 700px) {
  .lifecycle_graphic .item:before {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    border-bottom: none;
  }
}
.lifecycle_graphic .item:after {
  right: -36px;
  z-index: 20;
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
  border-left: 42px solid #373A36;
}
@media only screen and (max-width: 700px) {
  .lifecycle_graphic .item:after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #373A36;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1401px) {
  .lifecycle_graphic .item:not(:last-child) {
    border-right: 10px solid #fff;
  }
}
@media only screen and (max-width: 1400px) {
  .lifecycle_graphic .item:nth-child(2n+1) {
    border-right: 10px solid #fff;
  }
}
@media only screen and (max-width: 700px) {
  .lifecycle_graphic .item {
    border-right: none !important;
  }
}
.lifecycle_graphic .item h2 {
  font-size: 28px;
  font-weight: 500;
}
.lifecycle_graphic .item img {
  width: 100%;
  max-width: 150px;
  height: auto;
}
.lifecycle_graphic .item .btn_parent {
  margin-bottom: 0;
  margin-top: 30px;
}
.lifecycle_graphic .item .btn_parent .btn, .lifecycle_graphic .item .btn_parent body #mc_embed_signup .button, body #mc_embed_signup .lifecycle_graphic .item .btn_parent .button {
  width: 100%;
  margin: 0;
}
.lifecycle_graphic .item .popup {
  display: none;
  width: 750px;
  padding: 35px 30px 20px 30px;
  background: #fff;
  gap: 3em;
  color: #373A36;
  text-align: left;
  position: absolute;
  bottom: 115px;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px -7px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 850px) {
  .lifecycle_graphic .item .popup {
    width: calc(100vw - 88px);
  }
}
.lifecycle_graphic .item .popup:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -20px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.lifecycle_graphic .item .popup div {
  flex-grow: 1;
  flex-basis: 0;
}
.lifecycle_graphic .item .popup div.blue_links a {
  color: #004EA8;
}
.lifecycle_graphic .item .popup div.green_links a {
  color: #008C15;
}
.lifecycle_graphic .item .popup ul {
  padding: 0;
  margin: 0;
}
.lifecycle_graphic .item .popup ul li {
  list-style: none;
  padding: 2px 0;
}
.lifecycle_graphic .item .popup ul.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media only screen and (max-width: 480px) {
  .lifecycle_graphic .item .popup ul.two-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.lifecycle_graphic .item .popup .close_popup {
  display: inline-block;
  padding: 13px 15px;
  background: #008C15;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
  text-transform: capitalize;
}
.lifecycle_graphic .item .popup .close_popup:hover {
  background: #78BE20;
}
@media only screen and (min-width: 1401px) {
  .lifecycle_graphic .item:first-of-type .popup {
    left: 50px;
  }
  .lifecycle_graphic .item:first-of-type .popup:after {
    left: 120px;
  }
  .lifecycle_graphic .item:last-of-type .popup {
    right: 50px;
  }
  .lifecycle_graphic .item:last-of-type .popup:after {
    right: 120px;
  }
  .lifecycle_graphic .item:not(:first-of-type):not(:last-of-type) .popup {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .lifecycle_graphic .item:not(:first-of-type):not(:last-of-type) .popup:after {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (min-width: 701px) {
  .lifecycle_graphic .item:nth-child(2n+1) .popup {
    left: 0;
  }
  .lifecycle_graphic .item:nth-child(2n+1) .popup:after {
    left: 120px;
  }
  .lifecycle_graphic .item:nth-child(2n+2) .popup {
    right: 0;
  }
  .lifecycle_graphic .item:nth-child(2n+2) .popup:after {
    right: 120px;
  }
}
@media only screen and (max-width: 700px) {
  .lifecycle_graphic .item .popup {
    flex-direction: column;
    width: 110%;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .lifecycle_graphic .item .popup:after {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.lifecycle_graphic .active .popup {
  display: flex;
}

body.home .featured-project-banner {
  background-color: #008C15;
  color: #fff;
  padding: 0.7em 1em;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.home .featured-project-banner:hover {
  background-color: #78BE20;
  text-decoration: none;
}
body.home header {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background-size: cover;
}
body.home:not(.not-at-top) header .nav-container ul.nav li a {
  color: #fff;
}
body.home:not(.not-at-top) header .header-nav {
  background-color: transparent;
}
body.home:not(.not-at-top) header .header-nav .logo .not-at-top {
  display: none;
}
body.home:not(.not-at-top) header .header-nav .logo .at-top {
  display: block;
}
body.home:not(.not-at-top) header .header-nav .icon-bar {
  background-color: #fff;
}
body.home:not(.not-at-top) header .header-nav .menu-title {
  color: #fff;
}
body.home:not(.not-at-top) .cust-logo.not-at-top {
  display: none;
}
body.home:not(.not-at-top) .cust-logo.at-top {
  display: block;
}
body.home.not-at-top header .header-nav {
  background: #fff;
}
body.home.not-at-top header .header-nav .logo .not-at-top {
  display: block;
}
body.home.not-at-top header .header-nav .logo .at-top {
  display: none;
}
body.home.not-at-top .cust-logo.not-at-top {
  display: block;
}
body.home.not-at-top .cust-logo.at-top {
  display: none;
}
body.home .body-content .home-slider-section {
  background: url(../images/polkadots.svg) center repeat;
}

/* MEDIA QUERY - XS ***************************************************************************************************/
@media only screen and (max-width: 767px) {
  body.home .featured-image, body.home .hero-section, body.home .body-content > .carousel .carousel-inner .item .slide {
    height: 480px;
  }
}
/* MEDIA QUERY - XM ***************************************************************************************************/
.the-404 {
  background-color: #78BE20;
  margin: 5em auto 10em;
  max-width: 915px;
}
.the-404 h3 {
  margin-top: 0;
}
.the-404 img {
  margin-top: 10px;
}
.the-404.box-corners-top {
  position: relative;
  z-index: 3;
  border: 2px solid #D8D8D8;
}
.the-404.box-corners-top:before, .the-404.box-corners-top:after {
  font-family: icomoon;
  color: #D8D8D8;
  position: absolute;
  top: -3px;
  font-size: 20px;
  line-height: 25px;
  z-index: 5;
}
.the-404.box-corners-top:before {
  content: "\e915";
  left: -2px;
}
.the-404.box-corners-top:after {
  content: "\e914";
  right: -2px;
}
.the-404 .box-corners-bottom {
  position: static;
  padding: 5em 0 7em;
}
.the-404 .box-corners-bottom:before, .the-404 .box-corners-bottom:after {
  font-family: icomoon;
  color: #D8D8D8;
  position: absolute;
  bottom: -4px;
  font-size: 20px;
  line-height: 25px;
}
.the-404 .box-corners-bottom:before {
  content: "\e917";
  left: -2px;
}
.the-404 .box-corners-bottom:after {
  content: "\e916";
  right: -2px;
}
.the-404 .search-form {
  max-width: 560px;
  margin: 2em auto 0;
}
.the-404 .search-form label {
  display: block;
  position: relative;
  margin: 0;
  height: 30px;
}
.the-404 .search-form input:not([type=submit]).search-field {
  background-color: #000000;
  outline: 0;
  font-size: 12px;
  height: 45px;
  width: 100%;
  color: #D8D8D8;
}
.the-404 .search-form button.search-submit {
  position: absolute;
  top: 1px;
  right: 1px;
  color: #373A36;
  background-color: #000000;
  border: none;
  margin-left: -30px;
  line-height: 45px;
  font-size: 25px;
  margin-top: 0;
  height: calc(100% - 2px);
}

/* MEDIA QUERY - SM ***************************************************************************************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .the-404 .box-corners-bottom .col-sm-6 {
    text-align: center;
  }
}
/* MEDIA QUERY - SM ***************************************************************************************************/
.blog-list-entry > img {
  max-width: 50%;
}

.blog-list-entry h2 {
  margin-top: 0;
}

.blog-list-entry {
  padding: 50px 0;
  position: relative;
}
.blog-list-entry:first-child {
  padding-top: 10px !important;
}
.blog-list-entry:not(:first-child):before {
  display: block;
  content: "";
  width: calc(100% - 15px);
  border-top: 1px solid #979797;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .blog-list-entry:not(:first-child):before {
    width: 100%;
  }
}

.single-course .body-content { /*font-size:1.4285em; line-height:1.4em;*/ }
.single-course .body-content h4 { /*font-size:24px;*/
  font-weight: 500;
}
.single-course .body-content ol, .single-course .body-content ul {
  padding-left: 1.3em;
}

.blog-list {
  padding-bottom: 3em;
}
.blog-list .blog-list-entry {
  position: relative;
}
.blog-list .blog-list-entry:first-child {
  border-top: none;
}
.blog-list .subtitle {
  margin-top: 18px;
  margin-bottom: 23px;
}
.blog-list .cat {
  display: inline-block;
  padding: 3px 1.5em 0 1em;
  background: #fff;
  color: #008C15;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .blog_sidebar {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.blog_sidebar h4 {
  text-transform: uppercase;
}

.category-list {
  overflow: hidden;
}
.category-list a {
  display: inline-block;
  clear: both;
  margin-top: 6px;
}
.category-list a.active {
  font-weight: bold;
}

.collapse_toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 130px;
  padding: 4px 0;
  border: none;
}
.collapse_toggle span {
  text-transform: uppercase;
  color: #373A36;
}
.collapse_toggle i {
  display: none;
}
.collapse_toggle:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #008C15;
}
.collapse_toggle[aria-expanded=true]:after {
  content: "\f068";
}
.collapse_toggle[aria-expanded=false]:after {
  content: "\f067";
}

.pagination {
  display: block;
  font-size: 14px;
}
.pagination a, .pagination span {
  padding: 3px;
}
.pagination span {
  color: #373A36;
}
.pagination a {
  font-weight: normal;
  text-decoration: underline;
}
.pagination a, .pagination .dots {
  border: none;
  color: #008C15;
}
.pagination a:hover {
  color: #008C15;
}
.pagination .next, .pagination .prev {
  display: none;
}

.article_block {
  padding-top: 18px;
  padding-bottom: 18px;
  background: #fff;
  position: relative;
  z-index: 50;
}
.article_block.neg_position {
  margin-bottom: -130px;
  top: -130px;
}
.article_block:before {
  content: "";
  height: 100%;
  width: 50vw;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 0;
}
.article_block:after {
  content: "";
  height: 100%;
  width: 15px;
  background: #fff;
  position: absolute;
  right: -11px;
  top: 0;
}
.article_block h6 {
  margin: 0;
  font-family: "Gotham Narrow A", "Gotham Narrow B";
  font-size: 14px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: bold;
}
.article_block .breadcrumbs {
  margin-bottom: 15px;
}
.article_block .date {
  margin: 10px 0 20px 0;
  color: #A4A4A4;
}
.article_block .blog_left {
  margin-top: 5px;
}
.article_block .sidebar .social-share {
  padding-left: 0;
}
.article_block .sidebar .social-share li {
  padding-left: 0;
}
.article_block .sidebar .social-share li a {
  display: inline-block;
  padding: 15px 0;
  border: none;
  font-size: 27px;
  color: #373A36;
}
.article_block .sidebar .social-share li a:hover {
  color: #008C15;
}
.article_block .sidebar .link_list {
  padding-bottom: 10px;
}
.article_block .sidebar .link_list a {
  display: block;
  width: max-content;
  margin: 10px 0;
}
.article_block .blog_right {
  padding-left: 30px;
}
.article_block .blog_right img {
  display: block;
  margin-bottom: 11px;
}
.article_block .blog_right .author {
  margin: 8px 0;
  color: #008C15;
}
.article_block .blog_right .author_title {
  margin: 8px 0;
}
.article_block .blog_right .author_email {
  display: inline-block;
  margin-bottom: 30px;
}

.recent_posts_subfooter {
  margin-bottom: 100px;
}
.recent_posts_subfooter img {
  height: 255px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.recent_posts_subfooter h3 {
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .recent_posts_subfooter .row > div:last-child img {
    margin-top: 40px;
  }
}

.standard_margins_y {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .standard_margins_y {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .standard_margins_y {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.standard_margins_y_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .standard_margins_y_60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .standard_margins_y_60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.insights_posts {
  margin-top: -75px;
}
@media only screen and (max-width: 992px) {
  .insights_posts {
    margin-top: 0;
  }
}
.insights_posts p:first-child {
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 3px;
}
.insights_posts h4 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.insights_posts .row {
  display: flex;
  margin-right: -15px;
  margin-left: -8px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .insights_posts .row {
    display: block;
    margin-right: -7px;
  }
}
.insights_posts .row:before {
  content: "";
  height: 100%;
  width: 50vw;
  background: #fff;
  position: absolute;
  right: 100%;
  top: 0;
}
.insights_posts div[class^=col-] {
  display: flex;
  padding-top: 15px;
}
.insights_posts div[class^=col-]:last-child {
  padding-right: 15px;
}
@media only screen and (max-width: 992px) {
  .insights_posts div[class^=col-]:last-child {
    padding-right: 7px;
  }
}
.insights_posts div[class^=col-] .content {
  background: #EAEAEA;
  padding: 10px 20px;
  position: relative;
}
.insights_posts div[class^=col-] .cover_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  z-index: 50;
}

.bg_content {
  height: 100%;
  padding: 2em;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.article_gallery {
  position: relative;
}
@media only screen and (max-width: 992px) {
  .article_gallery {
    width: 100% !important;
    left: auto !important;
  }
}
@media only screen and (max-width: 992px) {
  .article_gallery.row.with_margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.article_gallery.row.with_margins > div {
  padding: 0 !important;
}
.article_gallery.left {
  width: 716px;
  left: -179px;
}
.article_gallery.fullwidth {
  width: 955px;
  left: -179px;
}
.article_gallery.right {
  width: 776px;
  left: 0;
}
.article_gallery.right .captions {
  right: 0;
}
.article_gallery.center {
  width: 100%;
}
.article_gallery.center .captions {
  width: 100%;
  position: static;
  margin: 30px auto 0 auto;
}
.article_gallery.center .captions span {
  padding: 0;
}
.article_gallery.no_controls .slick-dots, .article_gallery.no_controls .slick-arrow {
  display: none;
}
.article_gallery .img_slides {
  position: relative;
}
.article_gallery .img_slides .slick-slider, .article_gallery .img_slides .slick-list, .article_gallery .img_slides .slick-track, .article_gallery .img_slides .slick-slide {
  height: 416px;
}
@media only screen and (max-width: 992px) {
  .article_gallery .img_slides .slick-slider, .article_gallery .img_slides .slick-list, .article_gallery .img_slides .slick-track, .article_gallery .img_slides .slick-slide {
    height: 270px;
  }
}
.article_gallery .img_slides .slick-slider, .article_gallery .img_slides .slick-slide {
  width: 100%;
}
.article_gallery .img_slides img {
  object-fit: cover;
  object-position: center center;
}
.article_gallery .captions {
  width: 176px;
  position: absolute;
  top: 100%;
}
@media only screen and (max-width: 992px) {
  .article_gallery .captions {
    width: 100%;
    position: unset;
  }
}
.article_gallery .captions span {
  display: block;
  padding: 40px 40px 0 0;
}

ul.project-listing, ul.project-category-listing, ul.location-listing {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding-left: 0;
}
ul.project-listing li, ul.project-category-listing li, ul.location-listing li {
  margin-bottom: 5em;
  list-style: none;
}
ul.project-listing li > div, ul.project-category-listing li > div, ul.location-listing li > div {
  background-color: #efefef;
  position: relative;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1em;
}
ul.project-listing li > div.after-block, ul.project-category-listing li > div.after-block, ul.location-listing li > div.after-block {
  background-color: transparent;
  padding-bottom: 4em;
  margin-top: 2em;
}
ul.project-listing li > div.after-block a, ul.project-category-listing li > div.after-block a, ul.location-listing li > div.after-block a {
  position: static !important;
  font-weight: 500;
}
ul.project-listing li a, ul.project-category-listing li a, ul.location-listing li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  border: none;
}
ul.project-listing li a .overlay, ul.project-category-listing li a .overlay, ul.location-listing li a .overlay {
  background-color: #78BE20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
}
ul.project-listing li a .overlay p, ul.project-category-listing li a .overlay p, ul.location-listing li a .overlay p {
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0.5em;
}
ul.project-listing li a .overlay p .bottom-banner, ul.project-category-listing li a .overlay p .bottom-banner, ul.location-listing li a .overlay p .bottom-banner {
  color: #fff;
  background: transparent;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
ul.project-listing li a:hover .overlay, ul.project-category-listing li a:hover .overlay, ul.location-listing li a:hover .overlay {
  opacity: 1;
}
ul.project-listing li span, ul.project-category-listing li span, ul.location-listing li span {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  display: inline-block;
  color: #373A36;
  left: 0;
  height: auto;
  max-width: 96%;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 1em 0px 0;
  margin-bottom: -3px;
}
ul.project-listing .bottom-banner, ul.project-category-listing .bottom-banner, ul.location-listing .bottom-banner {
  transform: translateY(100%);
  display: block;
  padding-top: 6px;
  font-weight: 400;
  text-transform: none;
}
ul.project-listing.sectors li, ul.project-category-listing.sectors li, ul.location-listing.sectors li {
  margin-bottom: 0;
}
ul.project-listing.sectors li > div, ul.project-category-listing.sectors li > div, ul.location-listing.sectors li > div {
  margin-bottom: 18px;
}

ul.employee-listing {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding-left: 0;
  padding-left: 0;
}
ul.employee-listing li {
  list-style: none;
  padding: 1em 0;
  margin: 1em 0;
}
ul.employee-listing li p {
  margin-bottom: 4px;
}
ul.employee-listing li .name {
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
}
ul.employee-listing li .title {
  font-weight: 400;
  padding-right: 1em;
}
.project-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.project-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) a {
  color: #373A36;
}
.project-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) a:hover, .project-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) a:focus, .project-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) a:active {
  color: #78BE20;
}

@media only screen and (max-width: 1100px) {
  .project-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 175px;
  }
}
@media only screen and (max-width: 680px) {
  .project-filters .filter-title {
    display: inline-block;
    margin: 20px 0 10px;
  }
  .project-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
  }
}
.sector_leaders > div:first-child .staff_img {
  padding-bottom: 40% !important;
  background-size: cover !important;
}
.sector_leaders blockquote {
  width: 50%;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.sector_leaders .content {
  padding: 15px 0 10px 0;
  background: transparent;
}
.sector_leaders .content hr {
  margin: 7px 0;
  border-color: #373A36;
}
.sector_leaders .content .title {
  font-size: 14px;
  height: unset;
  margin: 5px 0 10px 0;
}
.sector_leaders .content span {
  display: inline-block;
  padding: 0 5px;
}
.sector_leaders .content a:not(.name) {
  color: #008C15;
}

.quote_img_background {
  background-position: center top;
}
@media only screen and (max-width: 992px) {
  .quote_img_background {
    background-position: 34% top;
  }
}
@media only screen and (max-width: 768px) {
  .quote_img_background {
    background: #D8D8D8 !important;
  }
}
@media only screen and (max-width: 768px) {
  .quote_img_background .content {
    width: 100%;
  }
}
.quote_img_background p.h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none !important;
}

.tab_list {
  margin-left: -2px;
  margin-right: -2px;
  text-align: center;
}
.tab_list ul.nav-tabs {
  display: flex;
  justify-content: space-between;
  padding-left: 0 !important;
  margin-bottom: 1px;
  border: none;
}
@media only screen and (max-width: 768px) {
  .tab_list ul.nav-tabs {
    display: block;
  }
}
.tab_list ul.nav-tabs li {
  padding-left: 0;
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .tab_list ul.nav-tabs li {
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .tab_list ul.nav-tabs li {
    width: 100%;
    max-width: 100%;
  }
}
.tab_list ul.nav-tabs li.active > .btn, .tab_list ul.nav-tabs body #mc_embed_signup li.active > .button, body #mc_embed_signup .tab_list ul.nav-tabs li.active > .button {
  background-color: #008C15;
  color: #fff;
}
.tab_list ul.nav-tabs li:not(.active) > .btn, .tab_list ul.nav-tabs body #mc_embed_signup li:not(.active) > .button, body #mc_embed_signup .tab_list ul.nav-tabs li:not(.active) > .button {
  background-color: #D8D8D8;
  color: #373A36;
}
.tab_list ul.nav-tabs li:not(.active):hover > .btn, .tab_list ul.nav-tabs body #mc_embed_signup li:not(.active):hover > .button, body #mc_embed_signup .tab_list ul.nav-tabs li:not(.active):hover > .button {
  background: #008C15;
  color: #fff;
}
.tab_list ul.nav-tabs li:not(.active):hover > .btn.disabled, .tab_list ul.nav-tabs body #mc_embed_signup li:not(.active):hover > .disabled.button, body #mc_embed_signup .tab_list ul.nav-tabs li:not(.active):hover > .disabled.button {
  background: #373A36 !important;
}
.tab_list ul.nav-tabs li .btn, .tab_list ul.nav-tabs li body #mc_embed_signup .button, body #mc_embed_signup .tab_list ul.nav-tabs li .button {
  margin: 0 2px;
  padding: 7px 17px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
}
.tab_list ul.nav-tabs li .btn.disabled, .tab_list ul.nav-tabs li body #mc_embed_signup .disabled.button, body #mc_embed_signup .tab_list ul.nav-tabs li .disabled.button {
  background: #373A36;
  color: #fff;
  opacity: 1;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .tab_list ul.nav-tabs li .btn.disabled, .tab_list ul.nav-tabs li body #mc_embed_signup .disabled.button, body #mc_embed_signup .tab_list ul.nav-tabs li .disabled.button {
    margin-bottom: 5px;
  }
}
.tab_list ul.nav-tabs li .btn.disabled:hover, .tab_list ul.nav-tabs li body #mc_embed_signup .disabled.button:hover, body #mc_embed_signup .tab_list ul.nav-tabs li .disabled.button:hover {
  background: #373A36 !important;
}
.tab_list ul.nav-tabs li .btn:hover, .tab_list ul.nav-tabs li body #mc_embed_signup .button:hover, body #mc_embed_signup .tab_list ul.nav-tabs li .button:hover {
  background: #008C15;
  color: #fff;
}
.tab_list ul.nav-tabs li:last-child {
  display: none;
}
@media only screen and (max-width: 992px) {
  .tab_list ul.nav-tabs li:last-child {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .tab_list ul.nav-tabs li:not(:first-child):not(:last-child) {
    display: none;
  }
}
.tab_list ul.nav-tabs li.dropdown .dd_toggle {
  background: #008C15;
  color: #fff;
}
.tab_list ul.nav-tabs li.dropdown .dd_toggle:after {
  display: inline-block;
  padding-left: 15px;
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.tab_list ul.nav-tabs li.dropdown.open .dropdown-menu {
  display: flex;
  flex-direction: column;
}
.tab_list ul.nav-tabs li.dropdown .dropdown-menu {
  width: 100%;
  padding: 5px 10px;
  border: none;
}
.tab_list ul.nav-tabs li.dropdown .dropdown-menu a {
  margin: 5px 0;
  background-color: #D8D8D8;
  color: #373A36;
}
.tab_list ul.nav-tabs li.dropdown .dropdown-menu a:hover {
  background: #008C15;
  color: #fff;
}

.plain_blocks .bg_content {
  padding: 0;
  position: relative;
  padding-top: 75%;
}
.plain_blocks .bg_content h4 {
  padding: 10px 1em 0px 0;
  margin: 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}
.plain_blocks .bg_content.long_image {
  padding-top: 35%;
}
@media only screen and (max-width: 767px) {
  .plain_blocks .bg_content.long_image {
    padding-top: 75%;
  }
}
.plain_blocks .bg_content.tall_image {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .plain_blocks .bg_content.tall_image {
    padding-top: 75%;
  }
}

.overlay_plain_blocks .bg_content {
  padding: 0;
  position: relative;
  padding-top: 100%;
  z-index: 50;
}
.overlay_plain_blocks .bg_content h4 {
  width: max-content;
  padding: 5px 8px 0 0;
  margin: 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.overlay_plain_blocks .bg_content.long_image {
  padding-top: 50%;
}
@media only screen and (max-width: 767px) {
  .overlay_plain_blocks .bg_content.long_image {
    padding-top: 100%;
  }
}
.overlay_plain_blocks .bg_content:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: black;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.overlay_plain_blocks .bg_content .bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.overlay_plain_blocks .bg_content .bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.overlay_plain_blocks .bg_content:hover .bg-image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.overlay_plain_blocks .content {
  width: 100%;
  padding: 25px 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff !important;
  z-index: 10;
}
.overlay_plain_blocks .content span {
  font-style: italic;
}
.overlay_plain_blocks .content h5 {
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 23px;
}

.h-100 {
  position: relative;
  height: 100%;
}

.blog_item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .blog_item {
    display: block;
  }
  .blog_item > div:last-child {
    padding: 30px 15px 0 7px;
  }
  .blog_item > div:last-child .bg_content {
    padding-bottom: 65%;
  }
}
.blog_item:before {
  display: block;
  width: calc(100% - 15px);
  content: "";
  border-top: 1px solid #373A36;
  position: absolute;
  top: 0;
  left: 7px;
}
.blog_item .bg_content {
  padding-bottom: 85% !important;
  height: auto;
}

.cx_project_wrapper {
  position: relative;
  margin-bottom: 140px;
  display: block;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .cx_project_wrapper {
    left: -127px;
    padding-left: unset;
    padding-right: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .cx_project_wrapper {
    left: unset;
  }
}

.cx_project_slider .proj_item {
  position: relative;
  height: 540px;
}
.cx_project_slider .proj_item .proj_name {
  padding: 10px 1em 0px 0;
  margin: 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .cx_project_slider .proj_item .proj_name {
    max-width: 320px;
  }
}
.cx_project_slider .proj_item .proj_img {
  z-index: 2;
}
.cx_project_slider .proj_item .proj_img img {
  max-width: 880px;
  height: 540px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .cx_project_slider .proj_item .proj_img img {
    max-width: 720px;
  }
}

.cx_project_slider_txt {
  z-index: 3;
  margin-bottom: 20px;
}
.cx_project_slider_txt blockquote p.content {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .cx_project_slider_txt {
    position: absolute;
    max-width: 560px;
    right: -245px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .cx_project_slider_txt {
    right: 0;
  }
}
.cx_project_slider_txt .slick-slide {
  min-height: 400px;
}

.cx_project_slider_arrows {
  top: 30px;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .cx_project_slider_arrows {
    position: absolute;
    right: -127px;
    top: 130px;
    z-index: 4;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .cx_project_slider_arrows {
    right: 0;
  }
}

.loc_row {
  display: flex;
}

.loc_map {
  padding: 0 !important;
  position: relative;
}
.loc_map > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.loc_info {
  max-width: 440px;
  padding: 70px 8px 70px 45px;
}

.location_list {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding-left: 0 !important;
  margin: 40px 0 !important;
}
.location_list li {
  display: inline-block;
  list-style: none;
}
.location_list li.list_item {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.location_list li.list_item.three {
  width: 33.333% !important;
}
.location_list li.list_item.two {
  width: 50% !important;
}
.location_list li.list_item.one {
  width: 100% !important;
}
.location_list li.list_item > div {
  background-color: #efefef;
  position: relative;
  padding-bottom: 75%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 1em;
}
.location_list li.list_item > div.after-block {
  background-color: transparent;
  padding-bottom: 4em;
  margin-top: 2em;
}
.location_list li.list_item > div.after-block a {
  position: static !important;
  font-weight: 500;
}
.location_list li.list_item a.main_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  border: none;
}
.location_list li.list_item a.main_link .overlay {
  background-color: #78BE20;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  opacity: 0;
}
.location_list li.list_item a.main_link .overlay p {
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0.5em;
}
.location_list li.list_item a.main_link .overlay p .bottom-banner {
  color: #fff;
  background: transparent;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.location_list li.list_item a.main_link span {
  background-color: transparent;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  display: inline-block;
  color: #373A36;
  left: 0;
  height: auto;
  max-width: 96%;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 1em 0px 0;
  margin-bottom: -3px;
}
.location_list li.list_item a.main_link .bottom-banner {
  transform: translateY(100%);
  display: block;
  padding-top: 6px;
  font-weight: 400;
  text-transform: none;
}
.location_list li.list_item a.main_link:hover .overlay {
  opacity: 1;
}
.location_list li.item_detail {
  display: flex;
  gap: 40px;
  width: calc(100% - 15px);
  height: 0;
  padding: 0;
  margin: 0 0 0 9px;
  border-top: 1px solid #373A36;
  border-bottom: 1px solid #373A36;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.location_list li.item_detail .quick_img {
  flex-grow: 1;
}
.location_list li.item_detail .quick_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.location_list li.item_detail .after-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33%;
  flex-shrink: 0;
  padding: 20px 0;
}
.location_list li.item_detail .after-block a {
  border: none;
}
.location_list li.item_detail .after-block .title {
  margin: 0;
  letter-spacing: 0;
}
.location_list li.item_detail .after-block .address {
  margin: 0;
}
.location_list li.item_detail .after-block p {
  margin-bottom: 0;
}
.location_list li.item_detail.active {
  height: unset;
  padding: 40px 0;
  margin: 6px 0 17px 9px;
  opacity: 1;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

.bg-block.shortened {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

ul.location-list li {
  padding-left: 0;
  padding-right: 0.75em;
}

.location-map {
  min-height: 220px;
}

.phone-pre {
  width: 50px;
  display: inline-block;
}

.favorites {
  margin: 5em 0;
}
.favorites .row {
  flex-direction: row;
  margin: 0;
  flex-wrap: nowrap;
}
.favorites .row .image {
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
.favorites .row .image img {
  max-width: inherit;
  min-width: 100%;
  max-height: 400px;
  visibility: hidden;
}
.favorites .row .content {
  background-color: transparent;
  padding: 0 1em;
  position: relative;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}
.favorites .row .content .favorite {
  max-width: 300px;
  width: 100%;
  background-color: #78BE20;
  padding: 45px;
}
.favorites .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.favorites .row:nth-child(2n) .image img {
  float: right;
}
.favorites .row:nth-child(2n) .content {
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.favorites .row:nth-child(2n) .content .favorite {
  background-color: #008C15;
}

.mobile .favorites .row {
  flex-wrap: nowrap;
}

.single-location .name {
  line-height: 1em;
  max-width: 100%;
  margin-top: 3px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .favorites .row {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .favorites .row .image {
    text-align: center;
    width: 100%;
  }
  .favorites .row .image img {
    max-width: 100%;
    min-width: 0;
    max-height: 100%;
    min-height: 0;
  }
  .favorites .row .content {
    width: 100%;
    padding: 0;
  }
  .favorites .row .content .favorite {
    width: 100%;
    max-width: 100%;
  }
  .favorites .row:nth-child(2n) {
    flex-direction: row;
  }
  .favorites .row:nth-child(2n) .image img {
    float: none;
  }
  .mobile .favorites .row {
    flex-wrap: wrap;
  }
}
body.locations ul.location-listing li {
  margin-bottom: 1em !important;
}
body.locations ul.location-listing li > div.after-block {
  padding-bottom: 0 !important;
}
body.locations .address {
  margin: 10px 0;
}
body.locations .slim_link {
  font-weight: normal !important;
  text-decoration: underline;
  text-transform: capitalize !important;
}
body.locations .slim_link:hover {
  text-decoration: none;
}

.job-entry {
  margin: 8px 0;
}
.job-entry > a {
  height: 100%;
  display: block;
}
.job-entry > a:hover {
  text-decoration: none;
  background: #78BE20;
}

.job-filters .bootstrap-select {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.job-filters .bootstrap-select a {
  color: #373A36;
}
.job-filters .bootstrap-select a:hover, .job-filters .bootstrap-select a:focus, .job-filters .bootstrap-select a:active {
  color: #78BE20;
}

@media only screen and (max-width: 610px) {
  .job-filters .filter-title {
    display: inline-block;
    margin: 20px 0 10px;
  }
  .job-filters .bootstrap-select {
    width: 100% !important;
  }
}
body ul.approach-links {
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
body ul.approach-links li {
  min-width: 0;
  padding: 0 10px;
}
body ul.approach-links li:after {
  background-color: #fff;
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
body ul.approach-links li:last-child:after {
  display: none;
}
body ul.approach-links li.current_page_item a {
  border: transparent;
  color: #fff;
}
body ul.approach-links li a {
  border-bottom: 2px solid #78BE20;
}
body ul.approach-links li a:hover {
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  body ul.approach-links li {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }
  body ul.approach-links li:after {
    display: none;
  }
}
.page-template-page-contact .contact-row {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.page-template-page-contact .contact-row h5 {
  margin: 0 0 5px;
}
.page-template-page-contact .contact-row p {
  line-height: 1.1em;
  margin-bottom: 5px;
}

.contact-block-stack + .contact-block-stack {
  border-top: 1px solid #fff;
  margin-top: 25px;
  padding-top: 23px;
}
.expertise-contact .contact-block-stack + .contact-block-stack {
  border-top: none !important;
  padding-top: 0 !important;
}

.contact-block-stack {
  float: left;
  width: 100%;
}

body.contact .map_block {
  display: none !important;
}

.col_images img {
  width: 100%;
  height: 71%;
  object-fit: cover;
}

.expertise-links li a {
  text-transform: uppercase;
  border-bottom: 2px solid;
  margin-top: 4px;
  display: inline-block;
}
.expertise-links li a:hover, .expertise-links li a:active, .expertise-links li a:focus {
  text-decoration: none;
  color: #fff;
  border-bottom-color: transparent;
}

.expertise-contact a {
  border-bottom: 2px solid;
  margin-top: 4px;
  display: inline-block;
}
.expertise-contact a:hover, .expertise-contact a:active, .expertise-contact a:focus {
  text-decoration: none;
  color: #fff;
  border-bottom-color: transparent;
}
.expertise-contact p {
  margin: 0;
  margin-top: 4px;
}
.expertise-contact a.name {
  border-bottom: 2px solid;
  text-transform: uppercase;
}

.related_projects .project-listing li {
  margin-bottom: 5px;
}
.related_projects .project-listing li:first-child {
  width: 100%;
}
.related_projects .project-listing li:first-child div {
  padding-bottom: 50% !important;
}
.related_projects .project-listing li:first-child div p {
  position: absolute;
  width: 100%;
}
.related_projects .project-listing li:not(:first-child) {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .related_projects .project-listing li:not(:first-child) {
    width: 100%;
  }
}

.service_list .two-col-text {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 992px) {
  .service_list .two-col-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  .service_list .two-col-text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.inner-content-60 {
  max-width: 55% !important;
  padding-right: 2em !important;
}
@media (max-width: 991px) {
  .inner-content-60 {
    max-width: 100% !important;
  }
}
.inner-content-60 .bottom-btn-wrap {
  margin-bottom: 5px;
}

.link-22 {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 2px solid;
}

.d-md-flex .image-cover {
  height: 100%;
  width: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .d-md-flex .image-cover {
    width: calc(100% - 7px);
    height: auto;
  }
}

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