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

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

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

select, input {
  margin: 0px;
}

ol, ul {
  list-style: none;
}

em {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

iframe {
  max-width: 100%;
}

html {
  scroll-behavior: smooth !important;
}

.hideScale {
  overflow: hidden;
  display: block;
}

.scale {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  margin: auto;
  width: 100%;
}

.hideScale:hover .scale {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fiUp {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.fiUp.fadeInUp {
  opacity: 1;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.boxHolder:nth-child(1) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.boxHolder:nth-child(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.boxHolder:nth-child(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #1D1D1B;
  background-color: #1D1D1B;
  font-size: 20px;
  font-size: 1.11111rem;
}

a, .mobButton, input[type="submit"], input[type="button"], button, .arrow, .close-button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #1D1D1B;
}

a:focus, a:active, .mobButton:focus, .mobButton:active, input[type="submit"]:focus, input[type="submit"]:active, input[type="button"]:focus, input[type="button"]:active, button:focus, button:active, .arrow:focus, .arrow:active, .close-button:focus, .close-button:active {
  outline: 0;
}

h1, h2, h3, h4 {
  line-height: 1.2;
  padding-bottom: 20px;
}

h1, .largeH2 {
  font-size: 66px;
  line-height: 70px;
  /*
	@include mediaMax($bp-tablet-s) {
		@include font-size(66);
	 }
	 */
}

@media (max-width: 1123.99px) {
  h1, .largeH2 {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media (max-width: 567.99px) {
  h1, .largeH2 {
    font-size: 40px;
  }
}

h2, .headerBar h2, .headerBar h1 {
  font-size: 52px;
}

@media (max-width: 767.99px) {
  h2, .headerBar h2, .headerBar h1 {
    font-size: 40px;
  }
}

@media (max-width: 599.99px) {
  h2, .headerBar h2, .headerBar h1 {
    font-size: 30px;
  }
}

h3 {
  font-size: 45px;
  font-weight: normal;
}

@media (max-width: 767.99px) {
  h3 {
    font-size: 35px;
  }
}

@media (max-width: 599.99px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}

.openSans {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.mainNav {
  font-family: "Open Sans", sans-serif;
}

.content ul.noList {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*** Main Content fonts ***/
p:empty {
  display: none;
}

.content blockquote {
  line-height: 1.5;
  font-style: italic;
  padding-left: 15px;
  border-left: 5px solid #FBBD1C;
  margin-bottom: 20px;
}

.content ol {
  list-style: decimal;
  margin: 0 0 25px 30px;
}

.content ul {
  margin: 0 0 25px 0;
}

.content ul li {
  position: relative;
  padding: 0 0 10px 30px;
}

.content ul li a {
  text-decoration: underline;
}

.content ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #FBBD1C;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

.content p {
  padding-bottom: 20px;
}

.content p + h2, .content p + h3, .content p + h4 {
  padding-top: 20px;
}

.content p, .content li {
  line-height: 1.5;
}

.content li {
  padding-bottom: 5px;
}

ul + h2, ul + h3, ul + h4 {
  padding-top: 15px;
}

.button + h2, .button + h3, .button + h4 {
  padding-top: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

p a {
  text-decoration: underline;
}

.prods a {
  text-decoration: none;
}

a img {
  border: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

p a {
  position: relative;
  display: inline-block;
}

p a.more {
  text-decoration: none;
}

p.smallFont {
  font-size: 12px;
  font-size: 0.66667rem;
}

p:empty {
  display: none;
}

::-moz-selection {
  background: #FBBD1C;
  color: #fff;
}

::selection {
  background: #FBBD1C;
  color: #fff;
}

::-moz-selection {
  background: #FBBD1C;
  color: #fff;
}

p iframe {
  display: inline-block;
  max-width: 100%;
}

.midSection {
  padding-bottom: 50px;
}

/* Colours */
.red {
  color: #A71615;
}

.redBg {
  background-color: #A71615;
}

.white {
  color: #fff;
}

.whiteBg {
  background-color: #fff;
}

.black {
  color: #1D1D1B;
}

.blackBg {
  background-color: #1D1D1B;
  color: #fff;
}

.blackBg a {
  color: #fff;
}

.blackTbg {
  background-color: rgba(29, 29, 27, 0.3);
}

.yellow {
  color: #FBBD1C;
}

.yellowBg {
  background-color: #FBBD1C;
}

/*** General Styles ***/
body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#wrap {
  overflow-x: hidden;
  position: relative;
}

.slidePanel {
  background-color: #fff;
  min-height: 100vh;
  position: relative;
  z-index: 50;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.slidePanel.open {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}

.table, .tableCell {
  width: 100%;
  height: 100%;
}

.table {
  display: table;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.slidePanel, .mainMenu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container {
  display: block;
  width: 1280px;
  margin: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1679.99px) {
  .container {
    margin: 0 50px;
    width: auto;
    padding: 0;
  }
}

@media (max-width: 567.99px) {
  .container {
    margin: 0 30px;
  }
}

.sContainer {
  display: block;
  width: 750px;
  padding: 0;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lContainer {
  width: 1500px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.padd {
  display: block;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*** Cookie Bar ***/
#cookie-bar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(29, 29, 27, 0.9);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding: 15px;
  font-size: 14px;
}

#cookie-bar.show {
  z-index: 99999;
  opacity: 1;
  max-height: 150px;
}

#cookie-bar a.acceptButton {
  padding: 8px;
  background-color: #FBBD1C;
  display: inline-block;
  border-radius: 5px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

#cookie-bar a.acceptButton:hover {
  background-color: #e0a304;
}

#cookie-bar i {
  font-size: 20px;
  position: absolute;
  top: 4px;
}

@media (max-width: 289.99px) {
  #cookie-bar {
    text-align: center;
  }
  #cookie-bar .left-side span {
    text-align: left;
    padding: 0 0 15px 32px;
  }
}

#cookie-bar a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

#acceptCookie {
  text-decoration: none;
  font-size: 12px;
  margin-left: 10px;
  padding: 5px;
}

#acceptCookie:hover {
  background-color: #fff;
  color: #1D1D1B;
}

@media (max-width: 289.99px) {
  #acceptCookie {
    margin-left: 0;
  }
}

.left-side span {
  padding-left: 30px;
  display: inline-block;
}

.cookie-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media (max-width: 289.99px) {
  .cookie-inner {
    display: block;
  }
}

.right-side {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*** Structure ***/
.left {
  float: left;
}

.right {
  float: right;
}

.twoCol {
  display: block;
  width: 50%;
}

.threeCol {
  display: block;
  width: 33.3333%;
}

.hideScale {
  overflow: hidden;
  display: block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.hideScale:hover .scale {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.scale {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  margin: auto;
  width: 100%;
}

.column .padd {
  padding: 30px 30px 0 0;
}

@media (max-width: 649.99px) {
  .column + .column .padd {
    padding-top: 0;
  }
}

.column.twoCol {
  float: left;
  width: 50%;
}

@media (max-width: 649.99px) {
  .column.twoCol {
    width: 100%;
    float: none;
  }
}

.column.threeCol {
  float: left;
  width: 33.3333%;
}

@media (max-width: 839.99px) {
  .column.threeCol {
    width: 50%;
  }
}

@media (max-width: 649.99px) {
  .column.threeCol {
    width: 100%;
    float: none;
  }
}

.column.fourCol {
  float: left;
  width: 25%;
}

@media (max-width: 1023.99px) {
  .column.fourCol {
    width: 50%;
  }
}

@media (max-width: 649.99px) {
  .column.fourCol {
    width: 100%;
    float: none;
  }
}

/*** Social ***/
ul.social li span {
  display: inline-block;
  position: relative;
}

ul.social li i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1D1D1B;
  font-size: 16px;
  font-size: 0.88889rem;
}

/*** Buttons ***/
p + .button, p + p > a.button {
  margin-top: 15px;
}

.introCircle p + .button, .introCircle p + p > a.button {
  margin-top: 35px;
}

.content a.button {
  text-decoration: none;
}

p .button {
  line-height: 1.3;
}

.button, a.button, input[type="submit"] {
  font-weight: 600;
  padding: 15px 120px 15px 20px;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  background-color: #1D1D1B;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.11111rem;
}

.button.yellowBg, .button.yellow, a.button.yellowBg, a.button.yellow, input[type="submit"].yellowBg, input[type="submit"].yellow {
  background-color: #FBBD1C;
  color: #fff;
}

.button.yellowBg:hover, .button.yellow:hover, a.button.yellowBg:hover, a.button.yellow:hover, input[type="submit"].yellowBg:hover, input[type="submit"].yellow:hover {
  background-color: #c79104;
}

.button:hover, a.button:hover, input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}

.button:after, a.button:after, input[type="submit"]:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11px;
}

.blackBg .button.yellowBg, .blackBg .button.yellow {
  color: #1D1D1B;
  font-weight: bold;
}

a.smallButton {
  font-size: 13px;
  font-size: 0.72222rem;
  text-transform: uppercase;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 12px;
}

/*** MainSection ***/
.mainSection {
  display: block;
  position: relative;
  z-index: 100;
}

.mainSection.padd {
  padding: 50px 0 80px;
}

.mainSection.paddTop {
  padding-top: 50px;
}

.mainSection.casePadd {
  padding: 50px 0 20px;
}

.introPadd {
  padding: 0 0 50px;
}

/*** HeaderBar ***/
.headerBar {
  display: block;
  padding: 30px 0;
  text-align: right;
}

.headerBar h1, .headerBar h2 {
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
}

.breadcrumbs {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-size: 0.88889rem;
}

.breadcrumbs span.post-post.post {
  max-width: 250px;
  display: inline-block;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumbs span, .breadcrumbs a {
  display: inline-block;
  padding-bottom: 5px;
}

.breadcrumbs a {
  color: #fff;
}

.breadcrumbs a span {
  padding-bottom: 0;
}

/*** Yellow Circle ***/
.ie .yellowCircle {
  display: block;
}

.ie .yellowCircle .content {
  display: block;
  padding: 245px 175px;
  width: auto;
}

.yellowCircle {
  background-color: #FBBD1C;
  border-radius: 50%;
  position: fixed;
  width: 1100px;
  height: 1100px;
  top: -100px;
  right: -250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
  @include mediaMax($bp-laptop) {
    width: 700px;
    height: 700px;
    top: -30px;
    right: -70px;
  }
  @include mediaMax($bp-tablet-l) {
    width: 500px;
    height: 500px;
    top: 50px;
    
  }
  */
  /*
  @include mediaMax($bp-laptop) {
    position: relative;
    display: block;
    border-radius: 0;
    width: auto;
    height: auto;
    right: auto;
    top: auto!important;
    padding-top: 0;
    transform: none!important;
    
    .content {
      padding: 50px 40px 60px;

      h1 br, h2 br {
        display: none;
      }
      
    }
  }
  */
}

.yellowCircle .breadcrumbs {
  font-size: 20px;
  padding-bottom: 30px;
}

@media (max-width: 599.99px) {
  .yellowCircle .breadcrumbs {
    font-size: 16px;
  }
}

.yellowCircle .content {
  display: block;
  margin: auto;
  width: 90%;
  padding: 150px 235px 150px 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.yellowCircle .content h1 {
  font-size: 85px;
  font-weight: bold;
  line-height: .85;
  padding-bottom: 30px;
  margin-left: -7px;
}

@media (max-width: 1379.99px) {
  .yellowCircle .content h1 {
    font-size: 40px;
    padding-bottom: 0;
    margin-left: 0;
  }
}

@media (max-width: 1023.99px) {
  .yellowCircle .content h1 {
    font-size: 35px;
  }
}

.yellowCircle .content h2 {
  font-size: 45px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 30px;
}

@media (max-width: 1379.99px) {
  .yellowCircle .content h2 {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 1023.99px) {
  .yellowCircle .content h2 {
    font-size: 25px;
    font-size: 1.38889rem;
  }
}

@media (max-width: 1379.99px) {
  .yellowCircle .content {
    width: 90%;
    padding: 100px;
  }
  .yellowCircle .content h3 {
    font-size: 24px;
  }
}

@media (max-width: 1023.99px) {
  .yellowCircle .content {
    padding: 100px 90px;
  }
}

@media (max-width: 567.99px) {
  .yellowCircle .content {
    padding: 40px 30px;
  }
}

.yellowCircle .content p {
  font-size: 20px;
  font-size: 1.11111rem;
  color: #fff;
}

.yellowCircle .content p strong {
  color: #1D1D1B;
}

@media (max-width: 767.99px) {
  .yellowCircle {
    position: relative;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    top: auto;
    border-radius: 0;
  }
}

@media (max-width: 1379.99px) {
  .yellowCircle {
    right: -70px;
    width: 800px;
    height: 800px;
	top:-100px !important;
  }
}

/*** Intro Circle (history) ***/
.page-template-history .introCircle {
  top: -665px;
}

@media (max-width: 1023.99px) {
  .page-template-history .introCircle {
    top: -560px;
  }
}

@media (max-width: 567.99px) {
  .page-template-history .introCircle {
    top: auto;
  }
  .page-template-history .introCircle .content {
    padding: 60px 0 30px;
  }
}

@media (max-width: 567.99px) {
  .page-template-history .mainSection.padd {
    padding-top: 0;
  }
}

.introCircle {
  position: absolute;
  text-align: center;
  width: 750px;
  height: 750px;
  top: -70px;
  left: 50%;
  margin-left: -375px;
  display: block;
  border-radius: 50%;
  z-index: 1000;
}

.introCircle .introPadd {
  padding: 0 0 50px;
}

.introCircle .breadcrumbs {
  margin-bottom: 50px;
  font-size: 20px;
}

.introCircle .content {
  display: block;
  margin: auto;
  width: auto;
  padding: 150px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.introCircle .content h1 {
  font-size: 100px;
  font-size: 5.55556rem;
  font-weight: bold;
  line-height: .85;
  padding-bottom: 40px;
}

@media (max-width: 1379.99px) {
  .introCircle .content h1 {
    font-size: 70px;
    font-size: 3.88889rem;
  }
}

@media (max-width: 1023.99px) {
  .introCircle .content h1 {
    font-size: 45px;
    font-size: 2.5rem;
  }
}

.introCircle .content h2 {
  font-size: 45px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding-bottom: 30px;
}

@media (max-width: 1379.99px) {
  .introCircle .content h2 {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 1023.99px) {
  .introCircle .content h2 {
    font-size: 25px;
    font-size: 1.38889rem;
  }
}

.introCircle .content p {
  padding: 0 30px;
  font-size: 22px;
  font-size: 1.22222rem;
}

@media (max-width: 1379.99px) {
  .introCircle .content {
    width: auto;
  }
}

@media (max-width: 1023.99px) {
  .introCircle .content {
    padding: 100px 90px;
  }
}

@media (max-width: 567.99px) {
  .introCircle .content {
    padding: 100px 20px;
  }
}

@media (max-width: 1023.99px) {
  .introCircle {
    width: 630px;
    height: 630px;
    margin-left: -315px;
    top: 20px;
  }
}

@media (max-width: 567.99px) {
  .introCircle {
    width: auto;
    height: auto;
    margin-left: 0;
    top: 0;
    width: 100%;
    left: 0;
    border-radius: 0;
    position: relative;
  }
}

.preCircle, .endCircle {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border: 5px solid #FBBD1C;
  border-radius: 50%;
  top: 100%;
  margin-top: -70px;
  left: 50%;
  margin-left: -60px;
  font-size: 24px;
  font-size: 1.33333rem;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.3;
}

.endCircle {
  top: 100%;
}

.endCircle p {
  line-height: 1.3;
}

.endDot {
  width: 31px;
  height: 31px;
  background-color: #FBBD1C;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  margin-top: -30px;
}

/*
.dateCircle {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -100px;
  @include font-size(45);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  font-weight: $fw_bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 54px;
  color: $black;
  z-index: 9999;

  p {
    line-height: 52px;
    padding: 0;
    margin: 0;
  }
}
*/
.content .eventBox p + h2 {
  padding-top: 0;
}

@media (max-width: 567.99px) {
  .content .eventBox h2 {
    font-size: 18px !important;
  }
  .content .eventBox p {
    font-size: 14px;
  }
}

[class*="tl_img"] {
  position: absolute;
  max-width: 260px;
  height: auto;
  z-index: 1;
}

@media (max-width: 979.99px) {
  [class*="tl_img"] {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    margin-bottom: 25px;
    max-width: 100%;
    height: auto;
  }
}

.tl_img1 {
  top: 50px;
  left: -180px;
}

.tl_img2 {
  top: -100px;
  right: -130px;
}

.tl_img3 {
  top: -130px;
  right: -180px;
}

.tl_img4 {
  top: 144px;
  right: -126px;
}

.tl_img5 {
  top: -150px;
  left: -202px;
}

.tl_img6 {
  top: -142px;
  right: -44px;
}

.tl_img7 {
  top: 20px;
  right: -78px;
}

.tl_img8 {
  top: -150px;
  left: -218px;
}

.timeLine {
  width: 1280px;
  max-width: 100%;
  padding-top: 100px;
  margin-bottom: 50px;
  position: relative;
  display: block;
  margin: auto;
}

.timeLine h2 {
  font-size: 24px;
  font-size: 1.33333rem;
  text-transform: uppercase;
  font-weight: bold;
}

.timeLine .leftSide {
  float: left;
  padding: 0 140px 0 50px;
  text-align: right;
}

.timeLine .rightSide {
  float: right;
  padding: 0 135px 0 140px;
}

.timeLine .leftSide, .timeLine .rightSide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 50%;
}

@media (max-width: 979.99px) {
  .timeLine .leftSide, .timeLine .rightSide {
    padding: 0 30px;
  }
}

@media (max-width: 567.99px) {
  .timeLine .leftSide, .timeLine .rightSide {
    padding: 0 20px;
  }
}

.timeLine .eventBox {
  display: block;
  padding-bottom: 108px;
  position: relative;
}

.timeLine .eventBox p, .timeLine .eventBox h2, .timeLine .eventBox h3 {
  position: relative;
  z-index: 10;
}

.timeLine .eventBox.rightSide {
  padding-top: 40px;
}

@media (max-width: 1419.99px) {
  .timeLine .eventBox {
    padding-bottom: 8.5%;
  }
}

@media (max-width: 1023.99px) {
  .timeLine .eventBox {
    padding-bottom: 6%;
  }
}

.timeLine [class*="step"].skrollable-after {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.timeLine .step20.skrollable-after {
  opacity: 1 !important;
}

.timeLine .mobileDate {
  display: none;
}

@media (max-width: 979.99px) {
  .timeLine .mobileDate {
    display: block;
    font-weight: 700;
  }
}

.timeLine .dateCircle {
  z-index: 10000;
  position: absolute;
  background-color: #1D1D1B;
  top: -70px;
  font-size: 45px;
  font-size: 2.5rem;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 54px;
  color: #FBBD1C;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  /*
    &.skrollable-after {
      transform: scale(0.6);
      background-color: #fff;
      color: $black;
      border: 7px solid $yellow;
    }
    */
}

.timeLine .dateCircle p {
  position: absolute;
  line-height: 52px;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.timeLine .dateCircle p.active {
  display: block;
}

@media (max-width: 979.99px) {
  .timeLine .dateCircle {
    display: none;
  }
}

.timeLine .lineBlock {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  top: 0;
  bottom: 0;
}

.timeLine .lineBlock .outerLine {
  background-image: repeating-linear-gradient(0, #fff, #fff 58px, #fbbd1c 0, #fbbd1c 62px);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  display: block;
  left: 50%;
  margin-left: -20px;
}

@media (max-width: 567.99px) {
  .timeLine .lineBlock .outerLine {
    width: 22px;
    margin-left: -11px;
  }
}

.timeLine .lineBlock .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  bottom: 0;
  display: block;
  width: 0;
  border-right: 5px solid #FBBD1C;
  height: 100%;
}

@media (max-width: 979.99px) {
  .timeLine {
    padding-top: 150px;
  }
}

@media (max-width: 567.99px) {
  .timeLine {
    padding: 50px 0;
  }
}

.content table {
  margin-bottom: 30px;
}

/*** Intro ***/
.introBlock {
  display: block;
  padding-bottom: 30px;
}

.bigPadd {
  display: block;
  padding: 200px 0;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.block {
  display: block;
  padding: 100px 0;
  position: relative;
}

.block + .block {
  padding-top: 0;
}

@media (max-width: 1279.99px) {
  .block {
    padding: 50px 0;
  }
}

.block .negMargin {
  margin-left: -2%;
  margin-right: -2%;
}

.block .twoCol {
  width: 46%;
  float: left;
  margin: 0 2%;
}

.block .threeCol {
  width: 29.3333%;
  float: left;
  margin: 0 2%;
}

.block.noTop {
  padding-top: 0;
}

.block.noBottom {
  padding-bottom: 0;
}

.block.noPadd {
  padding: 0;
}

/*** Grid ***/
/*** Flexible ***/
.imgHolder {
  position: relative;
}

.page-template-glossary .descCircle .inner {
  margin: 30px;
}

.page-template-glossary .descCircle .inner:before {
  content: "";
  display: none;
}

.descCircle {
  background-color: #FBBD1C;
  border-radius: 50%;
  position: absolute;
  width: 235px;
  height: 235px;
  top: 55%;
  left: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.descCircle strong {
  display: inline-block;
}

.descCircle .inner {
  display: block;
  margin: 30px 30px 30px 50px;
  position: relative;
}

.descCircle .small p {
  font-size: 13px;
}

.descCircle .inner:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: -20px;
  font-size: 15px;
  color: #fff;
}

.descCircle p {
  padding-bottom: 5px;
  line-height: 1.2;
  font-size: 15px;
}

@media (max-width: 1679.99px) {
  .descCircle {
    left: -80px;
  }
}

@media (max-width: 839.99px) {
  .descCircle {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 649.99px) {
  .descCircle {
    position: relative;
    top: -100px;
  }
}

.circleImg {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}

@media (max-width: 767.99px) {
  .circleImg {
    -webkit-transform: none !important;
            transform: none !important;
    top: 0;
  }
}

.blockImg .twoCol .content {
  padding: 0 0 0 100px;
}

@media (max-width: 1123.99px) {
  .blockImg .twoCol .content {
    padding: 0 0 0 50px;
  }
}

@media (max-width: 767.99px) {
  .blockImg .twoCol .content {
    padding: 0 0 50px;
  }
}

.blockImg .twoCol.left .content {
  padding: 0 100px 50px 0;
}

@media (max-width: 1123.99px) {
  .blockImg .twoCol.left .content {
    padding: 0 50px 50px 0;
  }
}

@media (max-width: 1023.99px) {
  .blockImg .twoCol.left .content {
    padding: 0 0 50px;
  }
}

.blockImg .twoCol {
  position: relative;
  min-height: 200px;
}

@media (max-width: 1023.99px) {
  .blockImg .twoCol {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
  .blockImg .twoCol .imgHolder {
    margin-left: 60px;
  }
}

.blockImg .twoCol:last-child {
  margin-bottom: 0;
}

.blockImg.v2 .descCircle {
  left: auto;
  top: -20px;
  -webkit-transition: none;
  transition: none;
  right: -100px;
}

@media (max-width: 1123.99px) {
  .blockImg.v2 .descCircle {
    top: -70px;
    right: auto;
  }
}

.blockImg.v2 .imgHolder {
  margin-left: 0;
  margin-right: 80px;
}

@media (max-width: 1123.99px) {
  .blockImg.v2 .imgHolder {
    margin-right: 0;
  }
}

.page-template-contact .imgHolder {
  top: -97px;
  right: -50px;
}

@media (max-width: 1679.99px) {
  .page-template-contact .imgHolder {
    right: auto;
  }
}

@media (max-width: 1123.99px) {
  .page-template-contact .imgHolder {
    top: -50px;
    margin-bottom: 50px;
  }
}

.twoCol .content {
  padding: 0 50px 0 0;
}

.overlapImg {
  min-height: 300px;
  display: block;
  padding: 70px 0;
}

.overlapImg.yellowBg .content {
  width: 54%;
}

@media (max-width: 1279.99px) {
  .overlapImg.yellowBg .content {
    width: auto;
    padding-bottom: 80px;
    float: left;
  }
}

@media (max-width: 1279.99px) {
  .overlapImg .content {
    width: auto;
    padding-bottom: 80px;
    float: left;
  }
}

.overlapImg .twoCol, .overlapImg .container {
  position: relative;
}

.overlapImg .circleImg {
  position: absolute;
  top: -128px;
  bottom: -150px;
  z-index: 1000;
  right: 0;
  left: auto;
}

@media (max-width: 1279.99px) {
  .overlapImg .circleImg {
    /*
      position: relative;
      top: auto;
      bottom: auto;
      width: 45%;
      display: block;
      margin: auto;
      float: none;
      */
    position: relative;
    top: auto;
    bottom: auto;
    width: 45%;
    float: right;
  }
}

@media (max-width: 839.99px) {
  .overlapImg .circleImg {
    display: block;
    margin: auto;
    float: none;
  }
}

@media (max-width: 649.99px) {
  .overlapImg .circleImg {
    width: 90%;
  }
}

@media (max-width: 839.99px) {
  .overlapImg .twoCol {
    text-align: center;
    width: auto;
    float: none;
    margin-bottom: 50px;
  }
  .overlapImg .twoCol .content {
    padding-right: 0;
  }
}

.iconBlock {
  padding-bottom: 70px;
}

.iconBlock .content ul.icons {
  margin: 0;
  padding: 50px 0 0;
  list-style: none;
}

.iconBlock .content ul.icons li {
  padding-left: 0;
  width: 160px;
  text-align: center;
  display: inline-block;
  margin: 0 48px 30px 0;
  vertical-align: top;
  font-size: 22px;
  font-size: 1.22222rem;
}

.iconBlock .content ul.icons li:before {
  display: none;
}

.iconBlock .content ul.icons li:last-child {
  margin-right: 0;
}

.iconBlock .content ul.icons li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.iconBlock .content ul.icons li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.iconBlock .content ul.icons li:nth-child(4) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.iconBlock .content ul.icons li:nth-child(5) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.iconBlock .content ul.icons li:nth-child(6) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.iconBlock .content ul.icons li:nth-child(7) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.iconBlock .content ul.icons li:nth-child(8) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.iconBlock .content ul.icons li:nth-child(9) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.iconBlock .content ul.icons li:nth-child(10) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.iconBlock .content ul.icons li:nth-child(11) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.iconBlock .content ul.icons li:nth-child(12) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.iconBlock .content ul.icons li img {
  display: inline-block;
  height: 76px;
  width: auto;
  margin-bottom: 16px;
  max-width: 100%;
}

@media (max-width: 1379.99px) {
  .iconBlock .content ul.icons li {
    margin: 0 30px 30px;
  }
  .iconBlock .content ul.icons li:last-child {
    margin-right: 50px;
  }
}

@media (max-width: 567.99px) {
  .iconBlock .content ul.icons li {
    margin: 0 30px 30px;
    width: 110px;
  }
}

.iconBlock .content ul.icons.smallIcons li {
  font-size: 16px;
  font-size: 0.88889rem;
}

@media (max-width: 1379.99px) {
  .iconBlock {
    text-align: center;
  }
}

@media (max-width: 567.99px) {
  .iconBlock .container {
    margin: 0 20px;
  }
}

.contactBlock {
  display: block;
  padding: 80px 0;
}

@media (max-width: 1279.99px) {
  .contactBlock .left {
    margin-bottom: 30px;
  }
}

@media (max-width: 1279.99px) {
  .contactBlock .left h2 br {
    display: none;
  }
}

.contactBlock .left p {
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 21px;
}

.contactBlock .left.large {
  width: 40%;
}

@media (max-width: 1279.99px) {
  .contactBlock .left.large {
    width: auto;
    display: block;
    clear: both;
    float: none;
  }
}

.contactBlock .left.large p:first-child {
  padding-bottom: 27px;
}

.contactBlock .left.small {
  width: 22%;
}

@media (max-width: 1279.99px) {
  .contactBlock .left.small {
    width: auto;
  }
}

.contactBlock .left .paddRight {
  padding-right: 60px;
}

.contactBlock .left .paddRight h1, .contactBlock .left .paddRight h2, .contactBlock .left .paddRight h3 {
  padding-bottom: 30px;
}

@media (max-width: 1123.99px) {
  .contactBlock .left .paddRight {
    padding-right: 0;
  }
}

.contactBlock .left a {
  font-weight: 700;
  text-decoration: none;
}

.contactBlock .left a:not(.button):hover {
  text-decoration: underline;
}

@media (max-width: 1123.99px) {
  .contactBlock .left {
    float: none;
  }
}

.content ul.buttons, .contactBlock ul.buttons {
  margin-right: 60px;
}

.content ul.buttons li, .contactBlock ul.buttons li {
  padding-left: 0;
  width: 100%;
  margin-bottom: 25px;
}

.content ul.buttons li:before, .contactBlock ul.buttons li:before {
  display: none;
}

.content ul.buttons li a, .contactBlock ul.buttons li a {
  display: block;
  color: #fff;
}

@media (max-width: 767.99px) {
  .content ul.buttons li, .contactBlock ul.buttons li {
    width: 31.3333%;
  }
}

@media (max-width: 1123.99px) {
  .content ul.buttons, .contactBlock ul.buttons {
    margin-right: 0;
  }
  .content ul.buttons li, .contactBlock ul.buttons li {
    display: block;
    float: left;
    margin-right: 2%;
    width: 31.3333%;
  }
}

@media (max-width: 599.99px) {
  .content ul.buttons li, .contactBlock ul.buttons li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.bigTel {
  font-size: 38px;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 0;
}

.ctaBar {
  display: block;
  padding: 40px 30px;
}

.ctaBar h2 {
  font-size: 52px;
  font-size: 2.88889rem;
  padding-bottom: 0;
}

@media (max-width: 979.99px) {
  .ctaBar h2 {
    font-size: 35px;
    font-size: 1.94444rem;
  }
}

.parallaxBox {
  display: block;
  position: relative;
  overflow: hidden;
  height: 1300px;
}

.parallaxBox .circle {
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.parallaxBox .circle .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.parallaxBox .circle p {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4;
}

.parallaxBox .circle .largeFont {
  font-size: 65px;
  font-size: 3.61111rem;
  line-height: 1;
  font-weight: bold;
}

.parallaxBox .circle.blackBg {
  color: #FBBD1C;
}

.parallaxBox .cImg_1 {
  left: -50px;
  top: 100px;
}

.parallaxBox .cImg_2 {
  left: 20%;
  top: 750px;
}

.parallaxBox .cImg_3 {
  left: 50%;
  bottom: 100px;
}

.parallaxBox .cImg_4 {
  right: 150px;
  top: 300px;
}

.parallaxBox .circleInfo_1 {
  width: 250px;
  height: 250px;
  top: 500px;
  left: 2%;
}

.parallaxBox .circleInfo_1 .content {
  padding: 0 40px;
}

.parallaxBox .circleInfo_4 {
  width: 400px;
  height: 400px;
  top: 30px;
  right: 20%;
}

.parallaxBox .circleInfo_4 .content {
  padding: 0 80px;
}

.parallaxBox .circleInfo_4 .largeFont {
  font-size: 95px;
  font-size: 5.27778rem;
}

.parallaxBox .circleInfo_3 {
  width: 305px;
  height: 305px;
  top: 250px;
  left: 30%;
  z-index: 20;
}

.parallaxBox .circleInfo_3 .content {
  padding: 0 70px;
}

.parallaxBox .circleInfo_3 .largeFont {
  font-size: 95px;
  font-size: 5.27778rem;
}

.parallaxBox .circleInfo_2 {
  width: 275px;
  height: 275px;
  top: 550px;
  left: 28%;
  z-index: 10;
}

.parallaxBox .circleInfo_2 .largeFont {
  font-size: 75px;
  font-size: 4.16667rem;
}

.parallaxBox .circleInfo_2 .content {
  padding: 0 40px;
}

.parallaxBox .circleInfo_5 {
  width: 400px;
  height: 400px;
  top: 150px;
  right: -1%;
}

.parallaxBox .circleInfo_5 .content {
  padding: 0 80px;
}

.parallaxBox .circleInfo_5 .largeFont {
  font-size: 95px;
  font-size: 5.27778rem;
}

.parallaxBox .bottomLayer {
  z-index: 1;
}

.parallaxBox .topLayer {
  z-index: 5;
}

@media (max-width: 649.99px) {
  .parallaxBox {
    display: none;
  }
}

.inNumbers {
  padding: 100px 0 80px;
}

.inNumbers .circHolder {
  display: block;
  padding: 0 60px 150px;
}

.inNumbers .circle, .inNumbers .container {
  position: relative;
}

.inNumbers .container {
  position: relative;
}

.inNumbers .bottomText {
  /*
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    */
  display: block;
  padding-top: 50px;
}

.inNumbers .bottomText p {
  padding: 0 30px 15px;
}

.inNumbers .circle_1 {
  width: 250px;
  height: 250px;
  z-index: 10;
  padding-top: 50px;
  /*
    top: 30%;
    left: 0;
    */
}

.inNumbers .circle_1 .content {
  padding: 0 40px;
}

.inNumbers .circle_1 .largeFont {
  font-size: 65px;
}

.inNumbers .circle_2 {
  padding-top: 50px;
  z-index: 20;
  width: 300px;
  height: 300px;
}

.inNumbers .circle_2 .content {
  padding: 0 80px;
}

.inNumbers .circle_2 .largeFont {
  font-size: 75px;
}

.inNumbers .circle_3 {
  padding-top: 85px;
  z-index: 30;
  width: 350px;
  height: 350px;
  z-index: 20;
}

.inNumbers .circle_3 .content {
  padding: 0 70px;
}

.inNumbers .circle_3 .largeFont {
  font-size: 85px;
}

.inNumbers .circle_4 {
  padding-top: 85px;
  z-index: 40;
  width: 400px;
  height: 400px;
}

.inNumbers .circle_4 .content {
  padding: 0 40px;
}

.inNumbers .circle_4 .largeFont {
  font-size: 95px;
}

.inNumbers .circle_5 {
  padding-top: 100px;
  width: 450px;
  height: 450px;
  z-index: 50;
}

.inNumbers .circle_5 .content {
  padding: 0 80px;
}

.inNumbers .circle_5 .largeFont {
  font-size: 105px;
}

.inNumbers .circle {
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0 -15px -30px;
  text-align: center;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.inNumbers .circle .content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inNumbers .circle p {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 1.4;
}

@media (max-width: 599.99px) {
  .inNumbers .circle p {
    font-size: 14px;
  }
}

.inNumbers .circle .largeFont {
  line-height: 1;
  font-weight: bold;
}

.inNumbers .circle.blackBg {
  color: #FBBD1C;
}

@media (max-width: 599.99px) {
  .inNumbers .circle {
    width: 250px;
    height: 250px;
    padding-top: 42px;
  }
  .inNumbers .circle .content {
    padding: 0 30px;
  }
  .inNumbers .circle .largeFont {
    font-size: 60px;
    padding-bottom: 10px;
  }
}

@media (max-width: 979.99px) {
  .inNumbers {
    padding: 50px 0 80px;
  }
}

@media (max-width: 649.99px) {
  .paraCTA {
    display: none;
  }
}

.grid {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}

.titleBar {
  display: block;
  position: relative;
  padding: 0 240px 20px 0;
}

.titleBar #search-filter-form-215 {
  position: absolute;
  top: 0;
  right: 0;
}

.titleBar #search-filter-form-215 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.titleBar #search-filter-form-215 ul li {
  float: none;
  display: inline;
  padding: 0;
}

.titleBar #search-filter-form-215 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #FBBD1C;
  padding: 12px 50px 12px 0;
  width: 210px;
  max-width: 100%;
  font-size: 18px;
  font-size: 1rem;
  cursor: pointer;
  background-image: url(../images/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
}

.titleBar #search-filter-form-215 select option {
  line-height: 1.5;
}

@media (max-width: 767.99px) {
  .titleBar #search-filter-form-215 {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (max-width: 767.99px) {
  .blogSection .titleBar {
    padding-right: 0;
  }
}

.single-post .mainSection .content .mainContent h1 {
  padding-bottom: 30px;
}

.single-post .mainSection .content .mainContent a {
  color: #A71615;
}

.single-post .mainSection .content .mainContent a.black {
  color: #1D1D1B;
  text-decoration: none;
}

.fImg {
  margin: 0 0 30px 30px;
  display: block;
  max-width: 100%;
  margin-right: -100px;
  width: auto;
  height: auto;
}

@media (max-width: 1679.99px) {
  .fImg {
    margin-right: -50px;
    width: 45%;
  }
}

.postBox {
  display: block;
  width: 33.3333%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.postBox .bgImg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #efefef;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.postBox img {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15px;
}

.postBox h2 {
  font-size: 20px;
}

.postBox .padd {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 410px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 15px;
}

.postBox .padd .centerCircle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 40px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  display: block;
  background-color: #FBBD1C;
  width: 280px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.postBox .padd .centerCircle p {
  font-size: 18px;
  font-size: 1rem;
}

.postBox .padd .centerCircle p.date {
  padding-bottom: 0;
}

@media (max-width: 709.99px) {
  .postBox .padd {
    height: auto;
    padding: 90px 0;
  }
}

.postBox.bigPost {
  width: 66.6666%;
}

.postBox.bigPost .padd {
  height: 850px;
}

@media (max-width: 709.99px) {
  .postBox.bigPost .padd {
    height: auto;
  }
}

.postBox.bigPost .centerCircle {
  padding: 50px;
  width: 510px;
  height: 510px;
}

.postBox.bigPost .centerCircle h2 {
  font-size: 36px;
  font-size: 2rem;
}

@media (max-width: 709.99px) {
  .postBox.bigPost .centerCircle h2 {
    font-size: 20px;
    font-size: 1.11111rem;
  }
}

.postBox.bigPost .centerCircle p {
  padding-bottom: 50px;
}

@media (max-width: 709.99px) {
  .postBox.bigPost .centerCircle {
    padding: 50px 20px;
    width: 280px;
    height: 280px;
  }
  .postBox.bigPost .centerCircle p:not(.date) {
    display: none;
  }
}

@media (max-width: 1279.99px) {
  .postBox.bigPost {
    float: none;
    width: auto;
  }
}

@media (max-width: 1279.99px) {
  .postBox {
    width: 50%;
  }
}

@media (max-width: 899.99px) {
  .postBox {
    width: auto;
    float: none;
  }
}

p.postInfo {
  padding-bottom: 30px;
  font-size: 16px;
  font-size: 0.88889rem;
  font-style: italic;
}

p.postInfo a {
  color: #A71615;
  text-decoration: underline;
}

p.postInfo > span {
  padding-right: 20px;
}

.pagination {
  text-align: center;
  display: block;
  padding: 50px 0 0;
}

.pagination a, .pagination span {
  margin: 0 7px;
  font-weight: bold;
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagination a {
  background-color: #E2E2E2;
}

.pagination span {
  background-color: #FBBD1C;
}

.blogContact {
  display: block;
  padding: 30px 0 50px;
}

.blogContact ul.buttons {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
}

.blogContact ul.buttons li {
  float: left;
  margin-right: 30px;
  width: auto;
  display: inline-block;
}

.blogContact ul.buttons li a.button {
  font-size: 25px;
  font-size: 1.38889rem;
}

.single .ctaBar, .flexStories .ctaBar {
  margin-bottom: 30px;
}

.flexStories {
  padding-bottom: 80px;
}

.content ul.noList li {
  padding-left: 0;
}

.content ul.noList li:before {
  display: none;
}

.peopleGrid {
  display: block;
  padding-top: 20px;
  text-align: left;
  margin-left: -17px;
  margin-right: -17px;
}

.peopleGrid ul {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.peopleGrid ul li {
  display: inline-block;
  width: 225px;
  margin: 0 17px 30px;
  vertical-align: top;
}

.peopleGrid ul li p {
  padding-bottom: 10px;
}

.peopleGrid ul li p.staffName {
  font-size: 24px;
  font-size: 1.33333rem;
}

.peopleGrid ul li p.jTitle {
  font-size: 22px;
  font-size: 1.22222rem;
}

.peopleGrid ul li .staffPic {
  display: block;
  margin-bottom: 20px;
}

.peopleGrid ul li img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
  width: 100%;
  border-radius: 50%;
}

.peopleGrid ul li a {
  text-decoration: none;
}

.peopleGrid ul li a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.overlapImg.joinUs {
  padding: 70px 0 90px;
  margin-bottom: 80px;
}

.overlapImg.joinUs h2 {
  font-size: 100px;
  font-size: 5.55556rem;
  text-transform: uppercase;
}

.single-team_members h1 {
  text-transform: uppercase;
}

.single-team_members .yellowCircle {
  top: -180px;
}

.single-team_members .blockImg.v2 .descCircle {
  top: auto;
  bottom: -40px;
}

.single-team_members .blockImg.v2 .descCircle p {
  font-size: 18px;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4;
}

.single-team_members .descCircle {
  width: 300px;
  height: 300px;
}

.single-team_members .descCircle .inner:before {
  content: "";
  display: none;
}

.descCircle.leftDesc {
  left: -97px;
  top: 70%;
}

.staffInfo p {
  font-size: 24px;
  font-size: 1.33333rem;
  padding-bottom: 10px;
}

.staffInfo p a {
  text-decoration: none;
  font-weight: 400;
}

.staffInfo p a:hover {
  text-decoration: underline;
}

.caseIntro {
  padding: 20px 0 10px;
  position: relative;
}

@media (max-width: 1023.99px) {
  .caseIntro h2 {
    padding-bottom: 50px;
  }
}

.controls {
  position: absolute;
  bottom: 24px;
  right: 0;
}

.controls .flex-control-paging {
  position: relative;
  bottom: auto;
  margin-top: 44px;
}

.controls .flex-control-paging li {
  display: block;
  float: left;
}

.controls .flex-control-paging li a {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: 12px;
  height: 12px;
  display: block;
  border: 5px solid #FBBD1C;
  background-color: #FBBD1C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.controls .flex-control-paging li a.flex-active {
  background: #1D1D1B;
}

@media (max-width: 567.99px) {
  .controls .flex-control-paging {
    display: none;
  }
}

.caseSlider {
  display: block;
  position: relative;
  overflow: hidden;
}

.caseSlider h2 {
  font-size: 38px;
}

.caseSlider .container {
  position: relative;
  z-index: 500;
  padding-bottom: 70px;
}

@media (max-width: 1679.99px) {
  .caseSlider .container {
    margin: 0 98px;
  }
}

@media (max-width: 767.99px) {
  .caseSlider .container {
    margin: 0 86px;
  }
}

.caseSlider .slide {
  position: relative;
}

.caseSlider .overlay {
  background-color: rgba(255, 255, 255, 0.2);
}

.caseSlider .overlay.blackTbg {
  background-color: rgba(29, 29, 27, 0.3);
}

.caseSlider .caption {
  display: block;
  max-width: 500px;
  padding: 100px 0 0;
}

@media (max-width: 767.99px) {
  .caseSlider .caption {
    text-align: center;
    padding: 100px 70px 0;
  }
}

@media (max-width: 767.99px) {
  .caseSlider .caption {
    padding: 100px 0 0;
  }
}

.caseSlider .button {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@media (max-width: 767.99px) {
  .caseSlider .button {
    float: none;
    width: 150px;
    max-width: 100%;
    padding-right: 50px;
    margin: 0 auto 50px;
    display: block;
  }
}

.caseSlider .dManual i {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 50px;
  z-index: 500;
  cursor: pointer;
}

.caseSlider .dManual .goLeft i {
  left: 100px;
}

@media (max-width: 1679.99px) {
  .caseSlider .dManual .goLeft i {
    left: 30px !important;
  }
}

.caseSlider .dManual .goRight i {
  right: 100px;
}

@media (max-width: 1679.99px) {
  .caseSlider .dManual .goRight i {
    right: 30px !important;
  }
}

.caseSlider .flex-direction-nav a {
  opacity: 1;
  width: 31px;
  height: 50px;
  z-index: 100;
  background-repeat: no-repeat;
  background-size: 100%;
}

.searchPop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(29, 29, 27, 0.98);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.searchPop .close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.searchPop.open {
  z-index: 999999;
  opacity: 1;
  visibility: visible;
}

.formHolder {
  display: block;
  width: 750px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  position: relative;
}

.formHolder form input[type="search"] {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  padding: 22px 75px 22px 22px;
}

.formHolder form input[type="submit"] {
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-image: url(../images/mag.svg);
  background-size: 40px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

.formHolder form input[type="submit"]:hover {
  background-image: url(../images/mag.svg);
  background-size: 40px;
  background-color: transparent;
}

.mapHolder {
  height: 800px;
  display: block;
  position: relative;
}

.mapHolder iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contactInfo {
  padding: 20px 0 50px;
}

.contactInfo a {
  text-decoration: none;
}

.contactInfo p {
  line-height: 1.2;
  padding-bottom: 10px;
}

.contactInfo .largeFont {
  font-size: 38px;
  font-size: 2.11111rem;
  font-weight: bold;
}

#search-filter-form-1037 {
  padding: 12px 0 4px;
}

@media (max-width: 1379.99px) {
  #search-filter-form-1037 {
    text-align: center;
    margin-left: -4px;
    margin-right: -4px;
  }
}

#search-filter-form-1037 ul {
  margin: 0;
  padding: 0;
}

#search-filter-form-1037 ul li {
  padding: 0;
}

#search-filter-form-1037 ul ul {
  display: block;
  clear: both;
}

#search-filter-form-1037 ul ul:after {
  content: "";
  display: block;
  clear: both;
}

#search-filter-form-1037 ul ul li {
  display: block;
  float: left;
  margin: 0 8px 8px 0;
}

@media (max-width: 1379.99px) {
  #search-filter-form-1037 ul ul li {
    margin: 0 4px 8px;
    float: none;
    display: inline-block;
  }
}

#search-filter-form-1037 ul ul li[data-sf-count~="0"] label {
  background-color: #E2E2E2;
  color: #1D1D1B;
}

#search-filter-form-1037 ul ul li.sf-option-active label {
  background-color: #fff;
  color: #1D1D1B;
}

#search-filter-form-1037 ul ul li:first-child {
  display: none;
}

#search-filter-form-1037 ul ul li:last-child {
  margin-right: 0;
}

#search-filter-form-1037 ul ul li label {
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  padding: 11px 0 0 0;
  text-align: center;
  background-color: #1D1D1B;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  width: 40px;
  height: 40px;
}

#search-filter-form-1037 ul ul li input {
  display: none;
}

a.backTop {
  opacity: 0;
  text-decoration: none;
  cursor: pointer;
  position: fixed;
  bottom: 15%;
  right: 45px;
  padding: 14px;
  font-weight: bold;
  font-size: 20px;
  z-index: 9999;
}

a.backTop i {
  margin-left: 10px;
}

a.backTop.show {
  opacity: 1;
}

.glossBox {
  margin-bottom: 30px;
}

.glossBox h2 {
  font-weight: bold;
}

.glossResults {
  display: block;
  padding: 80px 0;
}

.glossResults .container {
  position: relative;
}

.currentLetter {
  border-radius: 50%;
  background-color: #FBBD1C;
  font-weight: bold;
  width: 164px;
  height: 164px;
  font-size: 100px;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 50px;
}

.topPadd {
  padding-top: 80px;
}

@media (max-width: 839.99px) {
  .topPadd {
    padding-top: 50px;
  }
}

.negTop {
  position: relative;
  top: -80px;
}

.contactLeft {
  float: left;
  width: 60%;
}

@media (max-width: 1679.99px) {
  .contactLeft {
    width: 48%;
  }
}

@media (max-width: 839.99px) {
  .contactLeft {
    width: auto;
    float: none;
  }
}

.contactRight {
  width: 40%;
  float: right;
}

.contactRight .mib, .contactRight .iso {
  display: block;
  clear: both;
}

.contactRight .iso {
  margin-right: 60px;
}

.contactRight .mib {
  margin: 0 100px 30px 0;
}

.contactRight .circleImg {
  max-width: 9999px;
}

@media (max-width: 1679.99px) {
  .contactRight .circleImg {
    max-width: 100%;
    top: auto;
  }
}

.contactRight ul.social {
  margin-right: 80px;
}

.contactRight ul.social li {
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 25px;
}

.contactRight ul.social li a {
  display: block;
}

.contactRight ul.social li a i {
  font-size: 48px;
}

@media (max-width: 1679.99px) {
  .contactRight {
    width: 48%;
  }
}

@media (max-width: 839.99px) {
  .contactRight {
    display: none;
  }
}

.dloadBlock {
  display: block;
  padding: 50px 0;
}

.dloadBlock h2 i {
  margin-right: 10px;
  color: #FBBD1C;
}

.dloadBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dloadBlock ul li {
  width: 33.3333%;
  float: left;
  font-weight: bold;
  font-size: 20px;
}

.dloadBlock ul li a {
  display: block;
  font-weight: normal;
  margin-top: 10px;
  color: #FBBD1C;
  text-decoration: underline;
  padding-right: 50px;
}

.dloadBlock ul li a i {
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.dloadBlock.noTop {
  padding: 0 0 50px;
}

.dloadBlock.noBott {
  padding: 50px 0 0;
}

.dloadBlock.noPadd {
  padding: 0;
}

.content table {
  border-collapse: collapse;
  line-height: 1.5;
}

.content table td, .content table th {
  padding: 15px 25px;
}

.content table, .content table td, .content table th {
  border: 1px solid #c1c1c1;
}

.content table tr:nth-child(even) {
  background-color: #cdcdcd;
}

.content table.technical tr {
  background-color: #fff;
}

.mainSection #tablepress-3_wrapper .dataTables_paginate.paging_simple {
  padding-top: 30px;
}

.mainSection #tablepress-3_wrapper .paging_simple .paginate_button.next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #FBBD1C;
}

.mainSection #tablepress-3_wrapper .paging_simple .paginate_button.previous:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  color: #FBBD1C;
}

.mainSection #tablepress-3_wrapper .paging_simple .paginate_button.next:after, .mainSection #tablepress-3_wrapper .paging_simple .paginate_button.previous:before {
  text-shadow: none;
  top: 1px;
}

.mainSection #tablepress-3_wrapper .dataTables_paginate a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.content thead tr:first-child, .tablepress thead tr:first-child {
  background-color: #fab220;
  font-weight: 700;
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
  padding: 7px;
}

.dataTables_length, .dataTables_filter {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 709.99px) {
  .dataTables_length, .dataTables_filter {
    float: none !important;
    width: auto;
  }
}

.content table.technical td {
  padding: 10px 5px;
}

/* .content table.technical td img { display: block; margin: auto; max-width: 100%; min-width: 15px; } */
.tablepress.fixedHeader-floating, body .tablepress.fixedHeader-floating.vertical-headings {
  top: 228px !important;
}

.tablepress.fixedHeader-floating th, body .tablepress.fixedHeader-floating.vertical-headings th {
  padding: 10px 17px;
  font-size: 13px;
}

body .tablepress thead th, .content .tablepress tfoot th, .content .tablepress thead th {
  background-color: transparent;
}

.content #tablepress-2 td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.content #tablepress-2 th {
  width: auto !important;
}

/* table { overflow-x: auto; max-width: 100%;  -webkit-overflow-scrolling: touch; display: inline-block;  } */
.content #tablepress-2 {
  font-size: 11px;
}

table.tablepress {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  display: inline-block;
}

table#tablepress-3.vertical-headings thead th {
  height: 260px;
}

table#tablepress-3.vertical-headings {
  font-size: 13px;
}

table#tablepress-3.vertical-headings .dataTables_info {
  margin-top: 20px;
}

.content #tablepress-3_wrapper label select {
  border: 2px solid #1d1d1b;
}

.content table#tablepress-3.vertical-headings td, .content table#tablepress-3.vertical-headings th {
  padding: 5px 19px;
}

table.vertical-headings thead th {
  height: 140px;
  white-space: nowrap;
}

table.vertical-headings thead th > div {
  -webkit-transform: translate(25px, 51px) rotate(270deg);
  transform: translate(8px, 51px) rotate(270deg);
  width: 20px;
}

table.vertical-headings th {
  padding: 5px 11px;
}

table.vertical-headings .sorting:after, table.vertical-headings .sorting_asc:after, table.vertical-headings .sorting_desc:after {
  top: auto;
  bottom: 5px;
}

span.vertical-text {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  display: block;
}

.content .dataTables_info {
  margin-top: 30px;
}

.dataTables_wrapper .dataTables_filter input {
  border: 2px solid #1D1D1B;
  margin: 0;
}

.oflowImg .imgHolder {
  width: 45%;
  max-width: 100%;
}

.oflowImg .imgHolder.left {
  width: 38%;
}

@media (max-width: 839.99px) {
  .oflowImg .imgHolder.left {
    width: auto;
  }
}

.oflowImg .imgHolder .ofImg {
  width: 100%;
}

@media (max-width: 839.99px) {
  .oflowImg .imgHolder {
    width: auto;
    float: none;
    padding: 0 30px;
  }
}

.oflowImg .ovfContent {
  width: 50%;
  margin-right: 7%;
}

.oflowImg .ovfContent.left {
  width: 50%;
  margin-right: 0;
}

@media (max-width: 839.99px) {
  .oflowImg .ovfContent.left {
    width: auto;
  }
}

@media (max-width: 839.99px) {
  .oflowImg .ovfContent {
    width: auto;
    float: none;
    padding: 0 30px;
    margin-bottom: 30px;
  }
}

/*** Header ***/
header {
  position: relative;
  z-index: 5000;
  background-color: #1D1D1B;
  /*
  &.scrolling {
    .subHead {
      transform: scale(0.5);

      &:before {
        top: -58px;
      }
    }

    .logo {
        top: -98px;
      }
  }
  */
}

header .subHead {
  position: relative;
  z-index: 5000;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*
    &:before {
      position: absolute;
      content: "";
      width: 150px;
      display: block;
      height: 82px;
      background-color: #1c1c1c;
      float: left;

      @include mediaMax($bp-tablet-m) {
        width: 200px;
        height: 52px;
      }
      @include mediaMax($bp-phone-s) {
        height: 33px;
        width: 105px;
      }

    }
    */
}

header .logo {
  position: absolute;
  left: 0;
  top: 13px;
}

@media (max-width: 839.99px) {
  header .logo {
    top: calc(100% - 26px);
  }
  header .logo img {
    width: 180px;
  }
}

@media (max-width: 479.99px) {
  header .logo {
    left: 0;
    top: calc(100% - 19px);
  }
  header .logo img {
    width: 120px;
  }
}

.toolBar {
  display: block;
  padding: 15px 50px;
  color: #FBBD1C;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-size: 0.83333rem;
}

.toolBar ul {
  padding: 0;
}

.toolBar ul li {
  display: block;
  float: left;
  margin-right: 28px;
}

.toolBar a {
  color: #FBBD1C;
}

.toolBar.scrollBar {
  position: fixed;
  background-color: #1D1D1B;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toolBar.scrollBar .mobButton {
  margin-top: 2px;
}

@media (max-width: 599.99px) {
  .toolBar.scrollBar .mobButton {
    margin-top: 0;
  }
}

.toolBar.scrollBar ul {
  padding-top: 2px;
}

.toolBar.scrollBar a.miniLogo {
  display: block;
  float: left;
}

@media (max-width: 599.99px) {
  .toolBar.scrollBar a.miniLogo {
    width: 200px;
  }
  .toolBar.scrollBar a.miniLogo img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 479.99px) {
  .toolBar.scrollBar a.miniLogo {
    display: none;
  }
}

.toolBar.scrollBar.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 899.99px) {
  .toolBar ul.right li.strap {
    display: none;
  }
}

@media (max-width: 649.99px) {
  .toolBar {
    padding: 15px 30px;
  }
}

header .logo img {
  width: 300px;
}

/*** Main Nav ***/
nav.mainNav {
  /* background-color: $grey; */
}

nav.mainNav > ul > li {
  display: block;
  float: left;
  margin: 0 40px 0 0;
  font-size: 12px;
  font-size: 0.66667rem;
}

nav.mainNav > ul > li:last-child {
  margin-right: 0;
}

nav.mainNav > ul > li > a {
  display: block;
  padding: 10px 10px 10px 0;
  color: #1D1D1B;
  position: relative;
  text-align: center;
}

nav.mainNav > ul > li:hover a, nav.mainNav > ul > li.current-menu-item a {
  color: #000;
}

@media (max-width: 839.99px) {
  nav.mainNav > ul > li {
    display: none;
  }
}

@media (max-width: 839.99px) {
  nav.mainNav > ul > li {
    margin: 0 15px 0 0;
    font-size: 13px;
    font-size: 0.72222rem;
  }
}

nav.mainNav ul.right li {
  margin: 0 0 0 10px;
}

nav.mainNav ul.right li a {
  display: block;
  padding: 10px 0 10px 5px;
}

nav.mainNav ul.right li a i {
  margin-left: 3px;
}

/* Mobile Nav */
.mobButton {
  display: block;
  cursor: pointer;
  position: relative;
}

.mobButton:before {
  content: "Menu";
  display: block;
  color: #FBBD1C;
  position: relative;
  float: left;
  padding: 0 15px 0 0;
  top: 0;
  font-weight: 200;
}

.nav-icon {
  float: left;
  width: 16px;
  height: 14px;
  margin: 0;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FBBD1C;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 6px;
}

.nav-icon span:nth-child(4) {
  top: 12px;
}

.nav-icon.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

/* Side Menu */
.sideMenu {
  display: block;
  padding: 0;
  top: 44px;
  right: 0;
  bottom: 0;
  position: fixed;
  background-repeat: no-repeat;
  width: 450px;
  max-width: 100%;
  z-index: 99999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(450px, 0, 0);
          transform: translate3d(450px, 0, 0);
  -webkit-overflow-scrolling: touch;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  /*
  &.open { 
    // transform: translateX(0);
    // transform: translate3d(100px,0,0);
    
    ul.menu { 
      opacity: 1; 
      transform: scale(1);
      li {
        a {
          
        }
      }          
    }

  }
  */
  /*
  .box { padding: 30px; }
 
  &.open .box > ul.menu > li {
   opacity: 1;
   transform: translateX(0);
  }
  */
}

.sideMenu .close {
  position: absolute;
  top: 15px;
  right: 25px;
  cursor: pointer;
  padding: 12px;
  color: #FBBD1C;
  font-size: 13px;
  font-size: 0.72222rem;
  z-index: 9999;
}

.sideMenu nav {
  position: relative;
  height: 100%;
  padding: 0 50px 0 0;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1D1D1B;
  margin-left: 70px;
  z-index: 1010;
}

@media (max-width: 567.99px) {
  .sideMenu nav {
    padding: 0 30px 0 0;
    margin-left: 30px;
  }
}

.sideMenu nav ul.menu {
  padding: 40px 0 30px;
  -webkit-transform-origin: 100% 150px;
          transform-origin: 100% 150px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sideMenu nav ul.menu.show {
  padding: 100px 0 50px;
}

@media (max-width: 567.99px) {
  .sideMenu nav ul.menu {
    padding: 60px 0 50px;
  }
}

.sideMenu nav ul.menu > li {
  display: block;
  position: relative;
}

.sideMenu nav ul.menu > li.current-menu-parent {
  /*
          ul {
            display: block; 
            max-height: 800px; 
            transform: scale(1);
          }
          */
}

.sideMenu nav ul.menu > li.current-menu-parent > a {
  color: #FBBD1C;
}

.sideMenu nav ul.menu > li a {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  font-size: 22px;
  font-size: 1.22222rem;
  color: #fff;
  padding: 12px 28px 12px 0;
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1.3;
}

.sideMenu nav ul.menu > li a:hover {
  color: #FBBD1C;
}

.sideMenu nav ul.menu > li > ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .7s;
  transition: all .7s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.sideMenu nav ul.menu > li > ul.sideshow {
  display: block;
  max-height: 800px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.sideMenu nav ul.menu > li > ul li a {
  font-size: 16px;
  font-size: 0.88889rem;
  padding: 8px 10px 8px 0;
  text-transform: none;
  color: #FBBD1C;
}

.sideMenu nav ul.menu > li > ul li a:hover {
  text-decoration: underline;
}

.sideMenu nav ul.menu > li > ul li.current-menu-item > a {
  text-decoration: underline;
}

.sideMenu nav ul.menu > li > ul li ul li {
  padding: 0 0 6px 15px;
  position: relative;
}

.sideMenu nav ul.menu > li > ul li ul li a {
  padding: 4px 0 !important;
}

.sideMenu nav ul.menu > li > ul li ul li:before {
  position: absolute;
  top: 3px;
  left: 0;
  color: #FBBD1C;
  content: "-";
}

.sideMenu nav ul.menu > li > ul li ul li:last-child {
  padding-bottom: 0;
}

.sideMenu .sideNav ul li.menu-item-has-children .arrow {
  position: absolute;
  right: 0;
  top: 9px;
  display: block;
  cursor: pointer;
  z-index: 9999;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sideMenu .sideNav ul.menu li.menu-item-has-children .arrow:before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 15px;
}

.sideMenu .sideNav ul.menu li.menu-item-has-children .arrow.open:before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 900;
}

.sideMenu::-webkit-scrollbar {
  display: none;
}

/*
.content-wrap {
 transition: transform 0.3s;
 -webkit-overflow-scrolling: touch;
}
*/
.content-wrap {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
}

/* Morph Shape */
.morph-shape {
  position: absolute;
  width: 70px;
  height: 100%;
  top: 0;
  left: 5px;
  fill: #1D1D1B;
  z-index: 1000;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 567.99px) {
  .morph-shape {
    left: 0;
    width: 30px;
  }
}

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.show-menu .content-wrap {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*** Banner ***/
.siteBanner {
  height: 685px;
  display: block;
  min-height: 353px;
  height: 100vh;
}

.siteBanner .clipText {
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 50;
  line-height: 1.3;
  font-size: 15px;
  font-size: 0.83333rem;
}

.siteBanner .clipText.white {
  color: #fff;
}

.siteBanner .clipText.white p, .siteBanner .clipText.white a {
  color: #fff;
}

.siteBanner .clipText:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 2px;
  left: -20px;
  font-size: 15px;
  font-size: 0.83333rem;
  color: #fff;
}

.siteBanner .clipText .smalltext {
  font-size: 13px;
  font-size: 0.72222rem;
}

@media (max-width: 767.99px) {
  .siteBanner .yellowCircle {
    position: relative;
    right: auto;
    width: auto;
    height: auto;
    top: auto;
  }
}

.banner .slide {
  height: 800px !important;
}

.banner .animate {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@media (max-width: 1379.99px) {
  .banner .slide {
    height: 600px !important;
  }
}

.banner, .siteBanner {
  position: relative;
}

@media (max-width: 839.99px) {
  .banner, .siteBanner {
    height: auto !important;
  }
  .banner .table, .siteBanner .table {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    height: 400px;
  }
}

@media (max-width: 839.99px) {
  .banner .slides, .siteBanner .slides {
    height: 100%;
  }
}

.banner .slide, .siteBanner .slide {
  position: relative;
  height: 685px;
  min-height: 353px;
}

.banner .slide .table, .siteBanner .slide .table {
  z-index: 50;
  position: relative;
}

@media (max-width: 839.99px) {
  .banner .slide, .siteBanner .slide {
    height: 100% !important;
  }
  .banner .slide .yellowCircle, .siteBanner .slide .yellowCircle {
    display: none;
  }
}

.banner .overlay, .banner .bgImg, .siteBanner .overlay, .siteBanner .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}

@media (max-width: 839.99px) {
  .banner .bgImg, .siteBanner .bgImg {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    height: 400px;
    background-position: center left;
  }
}

.banner .overlay, .siteBanner .overlay {
  z-index: 2;
}

.banner .bgImg, .siteBanner .bgImg {
  z-index: 1;
}

.banner .flex-control-nav, .siteBanner .flex-control-nav {
  bottom: 50px;
  left: 50px;
  z-index: 50;
  width: auto;
  text-align: center;
}

@media (max-width: 599.99px) {
  .banner .flex-control-nav, .siteBanner .flex-control-nav {
    left: 25px;
    bottom: 30px;
  }
}

.banner .flex-control-paging li, .siteBanner .flex-control-paging li {
  margin: 0 5px;
  line-height: 1;
}

.banner .flex-control-paging li:last-child, .siteBanner .flex-control-paging li:last-child {
  margin-right: 0;
}

.banner .flex-control-paging li a, .siteBanner .flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  border: 5px solid #fff;
  background: #fff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
          box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
}

.banner .flex-control-paging li a.flex-active, .siteBanner .flex-control-paging li a.flex-active {
  background: #1D1D1B;
}

.banner .caption, .siteBanner .caption {
  width: 50%;
  position: relative;
  z-index: 99999;
}

.banner .caption .content, .siteBanner .caption .content {
  display: block;
  padding: 100px 0;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 900px;
  max-width: 100%;
}

.banner .caption .content a.play, .siteBanner .caption .content a.play {
  width: 50px;
  display: block;
  margin: 0 auto 30px;
}

.banner .caption .content a.play img, .siteBanner .caption .content a.play img {
  width: 50px;
}

.banner .caption .content h2, .siteBanner .caption .content h2 {
  font-size: 36px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  padding-bottom: 15px;
}

@media (max-width: 599.99px) {
  .banner .caption .content h2, .siteBanner .caption .content h2 {
    font-size: 20px;
    font-size: 1.11111rem;
    padding-bottom: 5px;
  }
}

.banner .caption .content h2, .banner .caption .content p, .siteBanner .caption .content h2, .siteBanner .caption .content p {
  color: #fff;
}

@media (max-width: 839.99px) {
  .banner .caption .content, .siteBanner .caption .content {
    margin-bottom: 0;
    width: auto;
    display: block;
    float: none;
  }
}

.banner .caption a.textLink, .siteBanner .caption a.textLink {
  color: #fff;
}

.banner .caption .aDelay, .siteBanner .caption .aDelay {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.banner .caption.noCircle, .siteBanner .caption.noCircle {
  width: auto;
  float: none;
}

.banner .caption.noCircle .content, .siteBanner .caption.noCircle .content {
  margin: 0 auto 50px;
}

.banner .caption.noCircle .content p, .siteBanner .caption.noCircle .content p {
  color: #1D1D1B;
}

@media (max-width: 1679.99px) {
  .banner .caption h1 br, .banner .caption h2 br, .siteBanner .caption h1 br, .siteBanner .caption h2 br {
    display: none;
  }
}

@media (max-width: 839.99px) {
  .banner .caption, .siteBanner .caption {
    width: auto;
  }
}

@media (max-width: 599.99px) {
  .banner .caption, .siteBanner .caption {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    height: auto;
    padding: 10px 20px 20px;
  }
  .banner .caption .content, .siteBanner .caption .content {
    padding: 0;
    margin: 0;
  }
}

.banner .overlay, .siteBanner .overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

@media (max-width: 599.99px) {
  .banner .overlay, .siteBanner .overlay {
    display: none;
  }
}

.single-team_members .bgImg {
  /*
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); 
    transition: all 20s ease; 
    background-position: center right;
    opacity: 0.5;
    */
  background-position: left center;
}

.flexslider .slides {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flexslider.loading .slides {
  opacity: 0;
}

.staticBanner {
  height: 570px;
  display: block;
  position: relative;
}

@media (max-width: 567.99px) {
  .staticBanner {
    height: 400px;
  }
}

.flexslider, [class^="flexslider"] {
  height: 100vh !important;
}

.flexslider .slides > li, [class^="flexslider"] .slides > li, .flexslider .slides > .slide {
  height: 100vh !important;
}

.arrow.bounce {
  position: absolute !important;
  top: 90%;
  left: 50%;
  z-index: 9999;
}

.bounce {
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*** Single Post ***/
/***** Contact Form 7 *****/
.content form label {
  color: #9B9B9B;
}

.content form ul {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.content form ul > li {
  display: block;
  width: 47%;
  margin: 0 1.5% 20px;
  float: left;
  padding-left: 0;
}

.content form ul > li.fWidth {
  width: auto;
  float: none;
  clear: both;
}

.content form ul > li.fWidth:after {
  content: "";
  display: block;
  clear: both;
}

.content form ul > li:before {
  display: none;
}

.content form ul > li > label {
  float: left;
  padding-right: 20px;
}

.content form ul > li ul li {
  padding: 0;
  float: left;
  width: auto;
  margin: 0 30px 0 0;
}

.content form ul > li ul li:before {
  display: none;
}

.content form ul > li ul li label {
  display: inline-block;
  padding-right: 10px;
}

.formHolder form.searchBox input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: none;
}

form label {
  display: block;
}

form input, form textarea, form select {
  width: 100%;
  position: relative;
  border: 1px solid #dedede;
  outline: none;
  padding: 15px 20px;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  font-size: 18px;
}

form textarea {
  min-height: 200px;
  max-width: 100%;
}

form input[type="checkbox"] {
  width: 10px;
  height: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

form input[type="submit"] {
  cursor: pointer;
  z-index: 50;
}

form input[type="submit"] {
  font-weight: 700;
  padding: 15px 120px 15px 20px;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  text-decoration: none;
  width: auto;
  color: #fff;
  background-color: #1D1D1B;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  background-image: url(../images/arrow-right.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 20px;
}

form input[type="checkbox"] {
  width: auto;
  position: relative;
  top: 2px;
}

form p .gdpr-agree {
  font-size: 13px;
  font-size: 0.72222rem;
  padding-top: 10px;
}

form input.wpcf7-not-valid, form textarea.wpcf7-not-valid {
  border: 1px solid #cd7174 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(205, 113, 116, 0.75) !important;
  box-shadow: 0px 0px 10px 0px rgba(205, 113, 116, 0.75) !important;
}

form.wpcf7-form .ajax-loader {
  position: absolute;
  top: 20px;
  right: -30px;
}

form .gdpr-agree {
  display: block;
  text-align: left;
}

form .gdpr-agree span.wpcf7-list-item {
  margin: 0;
}

form .gdpr-agree span.wpcf7-list-item a {
  text-decoration: underline;
}

div.wpcf7 .ajax-loader {
  margin-left: 15px;
}

div.wpcf7 input[type="checkbox"] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  width: auto;
  height: auto;
}

div.wpcf7 .gdpr-accept {
  font-size: 13px;
}

div.wpcf7 .gdpr-accept span.wpcf7-list-item {
  margin: 0;
}

.g-recaptcha {
  margin-bottom: 25px;
}

@media screen and (max-height: 575px) {
  .g-recaptcha {
    -webkit-transform: scale(0.77);
            transform: scale(0.77);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

form input, form textarea, form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok, div.wpcf7-spam-blocked {
  clear: both;
  border: none;
  display: block;
  margin: 0px;
  padding: 30px 30px 30px 60px;
  width: 100%;
  font-size: 0.8em;
  background-color: #fafafa;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

div.wpcf7-validation-errors:before, div.wpcf7-mail-sent-ok:before, div.wpcf7-spam-blocked:before {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 16px;
  font-weight: 600;
}

div.wpcf7-validation-errors, div.wpcf7-spam-blocked {
  color: #c61d22;
  line-height: 1.4em;
}

div.wpcf7-validation-errors:before, div.wpcf7-spam-blocked:before {
  margin-top: -10px;
}

.wpcf7-mail-sent-ok {
  color: #398F14;
}

.formBlock h2 {
  padding-bottom: 30px;
}

/*** Footer ***/
footer {
  position: relative;
  z-index: 500;
  background-color: #fff;
}

footer p, footer li {
  font-size: 15px;
  font-size: 0.83333rem;
  line-height: 1.4;
}

footer .container {
  position: relative;
}

footer .container .logo {
  position: absolute;
  top: -36px;
  left: 0;
}

@media (max-width: 479.99px) {
  footer .container .logo {
    top: -23px;
  }
  footer .container .logo img {
    width: 180px;
  }
}

footer .footBar p.left {
  padding-top: 30px;
  font-size: 16px;
  font-size: 0.88889rem;
  margin-left: 270px;
}

@media (max-width: 899.99px) {
  footer .footBar p.left {
    display: none;
  }
}

footer .footBar ul.social {
  padding: 25px 0;
}

footer .footBar ul.social li {
  float: left;
  margin-left: 30px;
}

footer .footBar ul.social li a {
  display: block;
  color: #fff;
  -webkit-transition: none;
  transition: none;
}

footer .footBar ul.social li a:hover {
  color: #FBBD1C;
}

footer .footBar ul.social li i {
  color: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 30px;
  font-size: 1.66667rem;
}

@media (max-width: 567.99px) {
  footer .footBar ul.social li {
    margin-left: 14px;
  }
}

@media (max-width: 479.99px) {
  footer .footBar ul.social {
    padding: 14px 0;
  }
}

@media (max-width: 479.99px) {
  footer .footBar .container {
    margin: 0 20px;
  }
}

footer .mainFoot {
  display: block;
  padding: 80px 0 60px;
}

footer .mainFoot > .container > div {
  display: block;
  float: left;
  margin-right: 50px;
}

footer .mainFoot > .container > div:not(.gitouch) {
  max-width: 180px;
}

footer .mainFoot > .container > div p {
  line-height: 1.3;
  padding-bottom: 10px;
}

footer .mainFoot > .container > div p a {
  text-decoration: none;
}

footer .mainFoot > .container > div h3 {
  font-size: 22px;
  font-size: 1.22222rem;
  color: #FBBD1C;
  font-weight: 700;
  padding-bottom: 20px;
}

footer .mainFoot > .container > div ul li {
  margin-bottom: 20px;
}

footer .mainFoot > .container > div ul li a:hover {
  text-decoration: underline;
}

footer .mainFoot > .container > div.gitouch img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
  width: auto;
  max-height: 60px;
  height: auto;
}

footer .mainFoot > .container > div.gitouch a:hover {
  text-decoration: underline;
}

footer .mainFoot > .container > div.gitouch p.large {
  font-size: 22px;
  font-size: 1.22222rem;
}

footer .mainFoot > .container > div.gitouch i {
  color: #FBBD1C;
  margin-right: 5px;
}

footer .mainFoot > .container > div.gitouch i.fa-at {
  font-size: 24px;
  font-size: 1.33333rem;
}

footer .mainFoot > .container > div.gitouch p.emailAdd {
  margin-bottom: 20px;
}

footer .mainFoot > .container > div:last-child {
  margin-right: 0;
}

@media (max-width: 1174.99px) {
  footer .mainFoot > .container > div {
    float: none;
    text-align: center;
  }
  footer .mainFoot > .container > div:not(.gitouch) {
    display: none;
  }
}

@media (max-width: 1123.99px) {
  footer .mainFoot {
    padding: 50px 0;
  }
}

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

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

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

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

.fa-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-adversal:before {
  content: "\f36a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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-atom:before {
  content: "\f5d2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

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

.fa-file-audio:before {
  content: "\f1c7";
}

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

.fa-file-contract:before {
  content: "\f56c";
}

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

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

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

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

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

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

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

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

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

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

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

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

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

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

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

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

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

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

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

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

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

.fa-paw:before {
  content: "\f1b0";
}

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

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-people-carry:before {
  content: "\f4ce";
}

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

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

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

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

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

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

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

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

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

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

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

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

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

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

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smoking:before {
  content: "\f48d";
}

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

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

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

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

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

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

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

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

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

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

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

.fa-stopwatch:before {
  content: "\f2f2";
}

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

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

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

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

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

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

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

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-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-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

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

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

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

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

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

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

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

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

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

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

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.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-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fontawesome/webfonts/fa-brands-400.eot");
  src: url("../fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fontawesome/webfonts/fa-regular-400.eot");
  src: url("../fontawesome/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("../fontawesome/webfonts/fa-regular-400.woff") format("woff"), url("../fontawesome/webfonts/fa-regular-400.ttf") format("truetype"), url("../fontawesome/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fontawesome/webfonts/fa-solid-900.eot");
  src: url("../fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider, [class^="flexslider"] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.flexslider .slides > li, [class^="flexslider"] .slides > li, .flexslider .slides > .slide, .caseSlider.flexslider .slides > .slide {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.slides > li:first-child, .slides > .slide:first-child, .caseSlider.flexslider .slides > .slide:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}

.flexslider .slides img, [class^="flexslider"] .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides li:after {
  content: ".";
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: -1000;
}

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* .flexslider {margin: 0 0 60px; background: #404040; position: relative; min-height: 300px; zoom: 1; float: left; width: 100%; } */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides, [class^="flexslider"] .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px;
}

.flex-direction-nav .flex-prev {
  left: -36px;
}

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px;
}

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 99030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 99060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 99040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 99040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99010;
  background: url("fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: hidden;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 99050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 99050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

[class*="wp-image"] {
  max-width: 100%;
  height: auto;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

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

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

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

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

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

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 10px 6px 10px;
  text-align: center;
}

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

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

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

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

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*# sourceMappingURL=all-styles.css.map */

/*# Recognition added CSS */
.single-career-content hr {
	border-top: 5px solid #FBBD1D;
	margin-top: 25px;
	margin-bottom: 25px;
}
.oneCol hr {
	border-top: 5px solid #FBBD1D;
	margin-top: 25px;
	margin-bottom: 25px;
}