/* ========================================================================== */
/* BUTTONS
/* ========================================================================== */
.btn {
  padding: 15px 80px;
  font-size: 1.2em;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: all .3s;
  border-radius: 30px;
  color: #323232;
  box-shadow: none;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) and (max-width: 320px) {
  .btn {
    padding: 15px 60px;
  }
}
.btn:focus {
  background-image: none;
  box-shadow: inset 0px 1px 10px rgba(33, 33, 33, 0.3);
  outline: none;
}
.btn:hover {
  box-shadow: 0px 5px 20px 2px rgba(33, 33, 33, 0.2);
}
.btn.btn--default {
  background-color: #FFD404;
  border-color: #ffffff;
}
.btn.btn--primary {
  background-color: #323232;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn--secondry {
  background-color: #0EA0E5;
  color: #ffffff;
  border-color: #0EA0E5;
}
.btn.btn--small {
  padding: 10px 35px;
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 65%;
}
h1 {
  font-size: 44px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
}
h2 {
  font-size: 37px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 54px;
  }
}
h3 {
  font-size: 31px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
h1,
h2 {
  font-weight: 900;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.8;
  margin: 0 0 2em;
}
p a:not([class*='btn']) {
  color: #323232;
  text-decoration: none;
}
p a:not([class*='btn']):active,
p a:not([class*='btn']):hover {
  color: #181818 !important;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
}
ol,
ul {
  margin: 0 0 1.5em;
}
ol li,
ul li {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.8;
}
ol a,
ul a {
  color: #323232;
}
ol a:active,
ul a:active,
ol a:hover,
ul a:hover {
  color: #181818 !important;
}
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-italic {
  font-style: italic;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.text-capitalize {
  text-transform: capitalize;
  letter-spacing: 0;
}
.text-black {
  color: #323232;
}
.text-gray {
  color: #464646;
}
.text-yellow {
  color: #FFD404;
}
.text-white {
  color: #ffffff;
}
.text-blue {
  color: #0EA0E5;
}
.text-green {
  color: #06BC48;
}
.text-serif,
.text-serif p {
  font-family: "museo-slab", georgia, serif;
}
.text-sans-serif,
.text-sans-serif p {
  font-family: 'Roboto', sans-serif;
}
.text-thin {
  font-weight: 300;
}
.no-text-break {
  white-space: nowrap;
}
h1 span.font-size-xsmall,
h1.font-size-xsmall {
  font-size: 26px;
}
h1 span.font-size-small,
h1.font-size-small {
  font-size: 39px;
}
h1 span.font-size-normal,
h1.font-size-normal {
  font-size: 52px;
}
h1 span.font-size-large,
h1.font-size-large {
  font-size: 64px;
}
h1 span.font-size-xlarge,
h1.font-size-xlarge {
  font-size: 77px;
}
h2 span.font-size-xsmall,
h2.font-size-xsmall {
  font-size: 22px;
}
h2 span.font-size-small,
h2.font-size-small {
  font-size: 33px;
}
h2 span.font-size-normal,
h2.font-size-normal {
  font-size: 44px;
}
h2 span.font-size-large,
h2.font-size-large {
  font-size: 54px;
}
h2 span.font-size-xlarge,
h2.font-size-xlarge {
  font-size: 65px;
}
h3 span.font-size-xsmall,
h3.font-size-xsmall {
  font-size: 13px;
}
h3 span.font-size-small,
h3.font-size-small {
  font-size: 19px;
}
h3 span.font-size-normal,
h3.font-size-normal {
  font-size: 25px;
}
h3 span.font-size-large,
h3.font-size-large {
  font-size: 31px;
}
h3 span.font-size-xlarge,
h3.font-size-xlarge {
  font-size: 38px;
}
h4 span.font-size-xsmall,
h4.font-size-xsmall {
  font-size: 10px;
}
h4 span.font-size-small,
h4.font-size-small {
  font-size: 15px;
}
h4 span.font-size-normal,
h4.font-size-normal {
  font-size: 20px;
}
h4 span.font-size-large,
h4.font-size-large {
  font-size: 24px;
}
h4 span.font-size-xlarge,
h4.font-size-xlarge {
  font-size: 29px;
}
h5 span.font-size-xsmall,
h5.font-size-xsmall {
  font-size: 8px;
}
h5 span.font-size-small,
h5.font-size-small {
  font-size: 11px;
}
h5 span.font-size-normal,
h5.font-size-normal {
  font-size: 15px;
}
h5 span.font-size-large,
h5.font-size-large {
  font-size: 18px;
}
h5 span.font-size-xlarge,
h5.font-size-xlarge {
  font-size: 22px;
}
h6 span.font-size-xsmall,
h6.font-size-xsmall {
  font-size: 6px;
}
h6 span.font-size-small,
h6.font-size-small {
  font-size: 9px;
}
h6 span.font-size-normal,
h6.font-size-normal {
  font-size: 12px;
}
h6 span.font-size-large,
h6.font-size-large {
  font-size: 14px;
}
h6 span.font-size-xlarge,
h6.font-size-xlarge {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  h1 span.font-size-xsmall,
  h1.font-size-xsmall {
    font-size: 32px;
  }
  h1 span.font-size-small,
  h1.font-size-small {
    font-size: 52px;
  }
  h1 span.font-size-normal,
  h1.font-size-normal {
    font-size: 64px;
  }
  h1 span.font-size-large,
  h1.font-size-large {
    font-size: 90px;
  }
  h1 span.font-size-xlarge,
  h1.font-size-xlarge {
    font-size: 116px;
  }
  h2 span.font-size-xsmall,
  h2.font-size-xsmall {
    font-size: 27px;
  }
  h2 span.font-size-small,
  h2.font-size-small {
    font-size: 44px;
  }
  h2 span.font-size-normal,
  h2.font-size-normal {
    font-size: 54px;
  }
  h2 span.font-size-large,
  h2.font-size-large {
    font-size: 76px;
  }
  h2 span.font-size-xlarge,
  h2.font-size-xlarge {
    font-size: 98px;
  }
  h3 span.font-size-xsmall,
  h3.font-size-xsmall {
    font-size: 16px;
  }
  h3 span.font-size-small,
  h3.font-size-small {
    font-size: 25px;
  }
  h3 span.font-size-normal,
  h3.font-size-normal {
    font-size: 31px;
  }
  h3 span.font-size-large,
  h3.font-size-large {
    font-size: 44px;
  }
  h3 span.font-size-xlarge,
  h3.font-size-xlarge {
    font-size: 56px;
  }
  h4 span.font-size-xsmall,
  h4.font-size-xsmall {
    font-size: 12px;
  }
  h4 span.font-size-small,
  h4.font-size-small {
    font-size: 20px;
  }
  h4 span.font-size-normal,
  h4.font-size-normal {
    font-size: 24px;
  }
  h4 span.font-size-large,
  h4.font-size-large {
    font-size: 34px;
  }
  h4 span.font-size-xlarge,
  h4.font-size-xlarge {
    font-size: 44px;
  }
  h5 span.font-size-xsmall,
  h5.font-size-xsmall {
    font-size: 9px;
  }
  h5 span.font-size-small,
  h5.font-size-small {
    font-size: 15px;
  }
  h5 span.font-size-normal,
  h5.font-size-normal {
    font-size: 18px;
  }
  h5 span.font-size-large,
  h5.font-size-large {
    font-size: 26px;
  }
  h5 span.font-size-xlarge,
  h5.font-size-xlarge {
    font-size: 33px;
  }
  h6 span.font-size-xsmall,
  h6.font-size-xsmall {
    font-size: 7px;
  }
  h6 span.font-size-small,
  h6.font-size-small {
    font-size: 12px;
  }
  h6 span.font-size-normal,
  h6.font-size-normal {
    font-size: 14px;
  }
  h6 span.font-size-large,
  h6.font-size-large {
    font-size: 20px;
  }
  h6 span.font-size-xlarge,
  h6.font-size-xlarge {
    font-size: 26px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
  min-height: 190px;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide:focus {
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -103px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  z-index: 99999;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFD404;
  border: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:before {
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "\f111";
  text-align: center;
  opacity: 1;
  color: #8F8F8F;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slideshow__nav {
  border: 2px solid #ffffff;
  height: 50px;
  left: 2rem;
  border-radius: 25px;
  width: 100px;
  display: table;
  position: relative;
}
.slideshow__nav::after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 50%;
  width: 1px;
  background: #ffffff;
}
.slideshow__nav .nav--next,
.slideshow__nav .nav--prev {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}
/* ========================================================================== */
/* FOR THIS PRESENTATION ONLY */
/* ========================================================================== */
.wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.container {
  width: 90%;
}
section {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 100px 0;
  }
}
section:after {
  clear: both;
}
.header {
  background-image: url('../img/banner_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 500px) {
  .header {
    min-height: 550px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    background-position: center top 10%;
    height: 100vh;
  }
}
.header:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180.23deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.56) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header__logo {
  margin-top: 3%;
  z-index: 2;
  position: relative;
}
.header__content {
  position: relative;
  z-index: 10;
  left: 100%;
  -webkit-transform: perspective(1px) translate(-100%, 0);
          transform: perspective(1px) translate(-100%, 0);
  max-width: 100%;
  margin-top: 20%;
}
@media screen and (min-width: 360px) {
  .header__content {
    margin-top: 50%;
  }
}
@media screen and (min-width: 500px) {
  .header__content {
    margin-top: 15%;
  }
}
@media screen and (min-width: 768px) {
  .header__content {
    max-width: 70%;
    margin-top: 10%;
  }
}
@media screen and (min-width: 992px) {
  .header__content {
    max-width: 50%;
  }
}
@media screen and (min-width: 320px) and (max-width: 320px) {
  .header__content h1 {
    font-size: 32px;
  }
}
.header__content p {
  font-style: italic;
}
.header__content a.btn {
  border: none;
  font-weight: 400;
  background: #FFD404;
  color: #2C2C2C;
}
/* ========================================================================== */
/* PROCESS */
/* ========================================================================== */
.process .step-description {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .process .step-description {
    margin-top: 0;
  }
}
.process .steps {
  padding: 0px 10px 0 10px;
  position: relative;
}
.process .steps__step {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .process .steps__step {
    margin-bottom: 0px;
  }
}
.process .steps__step img {
  margin-bottom: 25px;
  height: 62px;
  width: auto;
}
.process .steps__step h3 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
}
.process .steps__step__count {
  width: 100%;
  opacity: 0.1;
  font-size: 12em;
  position: absolute;
  top: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .process .steps__step__count {
    font-size: 14em;
  }
}
/* ========================================================================== */
/* JOBFORM */
/* ========================================================================== */
.contact-about {
  padding: 50px 0;
}
.contact__section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.contact__section--left {
  width: 100%;
  background: #AED4DE;
  padding: 5%;
}
.contact__section--left:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact__section--left {
    width: 50%;
    float: left;
    padding: 11rem 6% ;
  }
}
@media screen and (min-width: 992px) {
  .contact__section--left {
    position: relative;
    background: #AED4DE;
  }
  .contact__section--left:after {
    display: block;
    position: absolute;
    content: '';
    border-top: 68rem solid #AED4DE;
    border-bottom: 0 solid transparent;
    border-right: 8rem solid transparent;
    border-left: 0 solid transparent;
    top: 0;
    right: -8rem;
    z-index: 999;
  }
}
@media screen and (min-width: 992px) {
  .contact__section--left.contact__section--left.expanded:after {
    border-top: 77rem solid #AED4DE;
  }
}
.contact__section--left .contact__form__heading {
  margin-bottom: 20px;
  color: #003C4E;
}
.contact__section--left .contact__form form .text-blue {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #003C4E;
}
.contact__section--left .contact__form form .form-group label {
  font-weight: bold;
  color: #323232;
  text-transform: uppercase;
  font-family: sans-serif;
}
.contact__section--left .contact__form form .form-group .form-control.error {
  border: 1px solid #ff1919;
}
.contact__section--left .contact__form form .form-group .select-box {
  position: relative;
}
.contact__section--left .contact__form form .form-group .select-box:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  font-size: 1.5em;
  z-index: 2;
  line-height: 46px;
  text-align: center;
  display: inline;
  pointer-events: none;
  top: -2px;
  right: 10px;
  color: #6d6d6d;
}
.contact__section--left .contact__form form .form-group .select-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 44px;
  border-radius: 6px;
  color: #6d6d6d;
  border: 1px solid #9AC1D0;
}
.contact__section--left .contact__form form .form-group .date-box {
  position: relative;
}
.contact__section--left .contact__form form .form-group .date-box:after {
  content: "\f272";
  font-family: FontAwesome;
  position: absolute;
  font-size: 1.5em;
  z-index: 2;
  line-height: 46px;
  text-align: center;
  display: inline;
  pointer-events: none;
  top: -2px;
  right: 10px;
  color: #6d6d6d;
}
.contact__section--left .contact__form form .form-group .date-box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 44px;
  border-radius: 6px;
  color: #6d6d6d;
  border: 1px solid #9AC1D0;
}
.contact__section--left .contact__form form .form-group input {
  border-radius: 6px;
  height: 44px;
  color: #6d6d6d;
  border: 1px solid #9AC1D0;
}
.contact__section--left .contact__form form button {
  background: #003C4E;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.contact__section--right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__section--right {
    width: 50%;
    float: left;
    padding: 5%;
  }
}
.contact__testimonials {
  position: relative;
  margin: 100px auto 30px;
}
@media screen and (min-width: 768px) {
  .contact__testimonials {
    margin: 20px auto 30px;
  }
}
.contact__testimonials p {
  position: relative;
  padding-top: 30px;
}
.contact__testimonials p:after {
  content: '\201C';
  position: absolute;
  font-size: 250px;
  top: -35px;
  left: 40%;
  line-height: 1;
  opacity: .3;
  font-family: 'Oswald', sans-serif;
}
@media screen and (min-width: 1050px) {
  .contact__testimonials p {
    width: 65%;
    margin: 0 auto;
  }
}
.contact__testimonials h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.contact__testimonials .slick-slide {
  text-align: center;
  padding: 1rem 2rem;
  margin-right: 0.5rem;
  opacity: 0.6;
  position: relative;
}
.contact__testimonials .slick-slide.active {
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.16);
}
.contact__testimonials .slick-arrow {
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  bottom: -68px;
  z-index: 999999;
  font-size: 0;
  outline: none;
}
.contact__testimonials .slick-next {
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .contact__testimonials .slick-next {
    right: 20%;
    -webkit-transform: translateX(26%);
            transform: translateX(26%);
  }
}
.contact__testimonials .slick-next::after {
  content: "\f105";
  font-family: fontawesome;
  color: #FFD404;
  font-size: 70px;
  line-height: 1;
}
.contact__testimonials .slick-prev {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .contact__testimonials .slick-prev {
    left: 20%;
    -webkit-transform: translateX(-26%);
            transform: translateX(-26%);
  }
}
.contact__testimonials .slick-prev:after {
  content: "\f104";
  font-family: fontawesome;
  font-size: 70px;
  color: #FFD404;
  line-height: 1;
}
/* ========================================================================== */
/* JOBFORM */
/* ========================================================================== */
.about {
  padding: 80px 0 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 0;
  }
}
.about__section {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
}
.about__section--left {
  width: 100%;
  padding: 5% 6%;
}
.about__section--left:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .about__section--left {
    width: 50%;
    float: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .about__section--left {
    position: relative;
  }
  .about__section--left:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0rem;
    border-top: 0 solid transparent;
    border-bottom: 70rem solid #35879F;
    border-right: 0rem solid transparent;
    border-left: 7.3rem solid transparent;
    z-index: 99;
  }
}
.about__section--left .about__content p {
  margin-top: 30px;
}
.about__section--left .about__content p a {
  font-weight: bold;
  color: #323232;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .about__section--left .about__content p {
    width: 95%;
    font-size: 15px;
    line-height: 27px;
  }
}
.about__section--right {
  width: 100%;
  background: #35879F;
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.about__section--right img {
  position: static;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .about__section--right {
    width: 50%;
    float: left;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media screen and (min-width: 992px) {
  .about__section--right {
    padding: 5%;
    background: #35879F ;
    min-height: 70rem;
    position: relative;
    z-index: 100;
  }
  .about__section--right img {
    position: absolute;
    left: -10%;
    top: 15px;
    height: 68.5rem;
    -o-object-position: top center;
       object-position: top center;
  }
}
@media screen and (min-width: 1440px) {
  .about__section--right img {
    -o-object-fit: contain;
       object-fit: contain;
    bottom: 0;
  }
}
/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
.footer {
  padding: 30px 0;
}
.footer__title {
  margin-bottom: 0.2em;
  font-size: 16px;
  color: #464646;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__title {
    text-align: left;
  }
}
.footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__social {
    text-align: left;
  }
}
.footer__social li {
  display: inline-block;
}
.footer__social li a {
  color: #323232;
  border-right: 1px solid #464646;
  padding: 0px 12px 0 8px;
  font-size: 18px;
}
.footer__social li:first-child a {
  padding-left: 0;
}
.footer .footer-button {
  text-align: center;
  margin-bottom: 20px;
}
.footer .footer-button a.btn {
  background: #F2C626;
  font-weight: bold;
  width: 100%;
  padding: 15px;
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
}
@media screen and (min-width: 500px) {
  .footer .footer-button a.btn {
    width: auto;
    padding: 15px 80px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-button {
    text-align: left;
    margin-top: 0;
  }
}
.footer__copy {
  color: #8F8F8F;
  padding-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__copy {
    text-align: left;
  }
}
.footer__copy a {
  color: #8F8F8F !important;
}
