html {
  overflow-x: hidden;
  height: 100%;
  margin: 0px !important;
  padding: 0px;
}

html .noscroll {
  overflow: hidden !important;
}

html body {
  /* Testing 3 */
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #F8F8F9;
  font: 500 18px/30px "Montserrat";
}

html body .main-wrapper {
  display: block;
  margin: 0px;
  padding: 0px;
  border: 0px;
  clear: both;
  position: relative;
  min-height: 1px;
}

html body .sticky-navfix {
  margin-top: 60px;
}

html body .container {
  margin: 0px auto;
  padding: 0px;
}

@media screen and (max-width: 992px) {
  html body .container {
    padding: 0px 20px;
  }
}

html body .container .row {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .hide-for-mobile {
    display: none !important;
  }
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.noflow {
  overflow: hidden;
}

.fill {
  width: 100% !important;
}

.btn {
  display: inline-block;
  letter-spacing: 0px !important;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1.4px solid #F5EB31;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 15px 20px;
  background-color: #F5EB31;
  color: #2E2E2E;
  font: 700 16px/1em "Montserrat";
  align-self: flex-start;
}

.btn:hover {
  border: 1.4px solid #2E2E2E;
  background-color: #2E2E2E;
  color: #fff;
}

.cta {
  font: 500 18px/1em "Montserrat";
}

.divider-wrap {
  display: none !important;
}

.divider-wrap .divider {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, b, a, span, li, strong, i, .btn, svg, path {
  color: #2E2E2E;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

h1 {
  font: 700 40px/50px "Montserrat";
  font-weight: 700;
}

h3 {
  font: 500 13px/1em "Montserrat";
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

p {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

p span {
  display: inline;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
}

.glyphicon, .fa {
  color: #FFFFFF;
  font-size: 32px;
}

::-webkit-scrollbar {
  display: none !important;
}

.slick-dotted {
  padding-bottom: 50px;
}

.slick-dots {
  height: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 0;
}

.slick-dots li {
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  overflow: hidden;
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border: 0px solid;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000;
  outline: none;
  text-indent: -100em;
  padding: 0 0;
}

.slick-dots li button:hover {
  background-color: #F5EB31;
}

.slick-dots li.slick-active button {
  background-color: #F5EB31;
}

.navigation-section {
  display: block;
  width: 100%;
  height: 60px;
  background: #F5EB31;
  margin: 0;
  padding: 0px 20px;
  overflow: hidden;
  z-index: 9;
  font: 500 14px/1em "Montserrat";
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
}

@media screen and (max-width: 768px) {
  .navigation-section {
    padding: 0px 15px;
  }
}

.navigation-section .navigation-section-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 4px 0 0 0;
}

.navigation-section .navigation-section-inner .progress-navbar {
  display: none;
  height: 4px;
  background: #2E2E2E;
}

.navigation-section .navigation-section-inner .left {
  display: table;
  margin: 0px 0px 0px 10px;
  height: 100%;
  float: left;
  width: 22%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border-top: 4px solid #F5EB31;
}

@media screen and (max-width: 768px) {
  .navigation-section .navigation-section-inner .left {
    width: 90%;
  }
}

@media screen and (max-width: 540px) {
  .navigation-section .navigation-section-inner .left {
    width: 85%;
  }
}

.navigation-section .navigation-section-inner .left .logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  width: 151px;
  cursor: pointer;
}

.navigation-section .navigation-section-inner .left .logo svg {
  width: 151px;
}

.navigation-section .navigation-section-inner .left .logo svg, .navigation-section .navigation-section-inner .left .logo path, .navigation-section .navigation-section-inner .left .logo polygon, .navigation-section .navigation-section-inner .left .logo rect {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
}

.navigation-section .navigation-section-inner .right {
  display: table;
  height: 100%;
  float: right;
  width: 78%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .navigation-section .navigation-section-inner .right {
    width: 10%;
    position: relative;
  }
}

@media screen and (max-width: 540px) {
  .navigation-section .navigation-section-inner .right {
    width: 15%;
  }
}

.navigation-section .navigation-section-inner .right .mobile-nav-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .navigation-section .navigation-section-inner .right .mobile-nav-icon {
    display: block;
    top: calc(50% - 27px / 2);
    right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .navigation-section .navigation-section-inner .right .mobile-nav-icon {
    top: calc(50% - 25px / 2);
  }
}

.navigation-section .navigation-section-inner .right .mobile-nav-icon .bar {
  background: #2E2E2E;
  transition: all 0.1s ease !important;
  -webkit-transition: all 0.1s ease !important;
}

.navigation-section .navigation-section-inner .right .nav-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .navigation-section .navigation-section-inner .right .nav-wrap {
    display: none;
  }
}

.navigation-section .navigation-section-inner .right .nav-wrap ul {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 15px;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li:first-child {
  padding-left: 0;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li:last-child {
  padding-right: 0;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li a {
  position: relative;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li a:after {
  content: "";
  display: block;
  position: absolute;
  background: #2E2E2E;
  opacity: 0;
  left: 30px;
  right: 30px;
  bottom: -5px;
  height: 2px;
  transition: all .4s ease 0s;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li a:hover {
  text-decoration: none;
  outline: none;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li a:focus {
  text-decoration: none;
  outline: none;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li:hover {
  text-decoration: none !important;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li:hover a {
  text-decoration: none !important;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul li:hover a:after {
  opacity: 1;
  left: 0;
  right: 0;
}

.navigation-section .navigation-section-inner .right .nav-wrap ul .active a:after, .navigation-section .navigation-section-inner .right .nav-wrap ul .current-menu-item a:after {
  content: "";
  display: block;
  position: absolute;
  background: #2E2E2E;
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  transition: all .4s ease 0s;
  -webkit-transition: all .4s ease 0s;
}

.navigation-section .navigation-section-inner .right .btn {
  display: none;
  margin: 0px 0px 0px 12px;
  color: #555759;
}

.home .navigation-section {
  height: 0;
  opacity: 0;
}

.home .navigation-section .navigation-section-inner .right .nav-wrap .btn {
  color: #555759;
}

.work .navigation-section .navigation-section-inner .left .logo svg, .work .navigation-section .navigation-section-inner .left .logo path, .work .navigation-section .navigation-section-inner .left .logo polygon, .work .navigation-section .navigation-section-inner .left .logo rect {
  fill: #2E2E2E;
}

.work .navigation-section .navigation-section-inner .right .btn {
  color: #555759;
}

.contact .navigation-section .navigation-section-inner .right .btn {
  margin: 0px 0px 0px 15px;
}

.mobile-nav-icon {
  display: block;
  width: 33px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 3;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .mobile-nav-icon {
    top: 30px;
    right: 30px;
  }
}

.mobile-nav-icon .bar {
  display: block;
  height: 3px;
  background: #FFFFFF;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  clear: both;
  float: right;
  transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
}

.mobile-nav-icon .bar:nth-of-type(1) {
  width: 65%;
}

.mobile-nav-icon .bar:nth-of-type(2) {
  width: 100%;
  margin: 8px 0px;
}

.mobile-nav-icon .bar:nth-of-type(3) {
  width: 65%;
}

.mobile-nav {
  display: block;
  width: 100%;
  height: 100%;
  background: #2E2E2E;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
}

.mobile-nav .mobile-nav-inner {
  display: block;
  padding: 12% 0px 0px 10%;
}

@media screen and (max-width: 460px) {
  .mobile-nav .mobile-nav-inner {
    padding: 12% 0px 0px 9%;
  }
}

@media screen and (max-width: 390px) {
  .mobile-nav .mobile-nav-inner {
    padding: 10% 0px 0px 8%;
  }
}

@media screen and (max-width: 334px) {
  .mobile-nav .mobile-nav-inner {
    padding: 10% 0px 0px 6%;
  }
}

.mobile-nav .mobile-nav-inner .mobile-menu-exit {
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 60px;
  right: 50px;
  background: transparent;
  cursor: pointer;
}

@media screen and (max-width: 520px) {
  .mobile-nav .mobile-nav-inner .mobile-menu-exit {
    width: 40px;
    height: 40px;
    top: 50px;
    right: 30px;
  }
}

@media screen and (max-width: 375px) {
  .mobile-nav .mobile-nav-inner .mobile-menu-exit {
    width: 35px;
    height: 35px;
    top: 40px;
    right: 20px;
  }
}

.mobile-nav .mobile-nav-inner .mobile-menu-exit span:nth-of-type(1) {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: white;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.mobile-nav .mobile-nav-inner .mobile-menu-exit span:nth-of-type(2) {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 3px;
  width: 100%;
  background: white;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.mobile-nav .mobile-nav-inner .seperator {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0px;
  padding: 0px;
}

.mobile-nav .mobile-nav-inner .seperator:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  top: -1px;
}

.mobile-nav .mobile-nav-inner ul {
  display: block;
  margin: 0px;
  padding: 0px 0px 40px 0px;
}

.mobile-nav .mobile-nav-inner ul li {
  display: block;
  margin: 0px;
  padding: 8px 0px;
  letter-spacing: 1px;
}

@media screen and (max-width: 400px) {
  .mobile-nav .mobile-nav-inner ul li {
    padding: 6px 0px;
  }
}

.mobile-nav .mobile-nav-inner ul li:first-child {
  padding-top: 0;
}

.mobile-nav .mobile-nav-inner ul li:last-child {
  padding-bottom: 0;
}

.mobile-nav .mobile-nav-inner ul li a {
  display: block;
  color: #FFFFFF;
}

.mobile-nav .mobile-nav-inner ul li a:hover {
  text-decoration: none;
  color: #F5EB31;
}

.mobile-nav .mobile-nav-inner ul li a:hover svg {
  fill: #F5EB31;
}

.mobile-nav .mobile-nav-inner ul li a:hover svg path {
  fill: #F5EB31;
}

.mobile-nav .mobile-nav-inner ul li a svg {
  fill: #FFFFFF;
}

.mobile-nav .mobile-nav-inner ul li a svg path {
  fill: #FFFFFF;
}

.mobile-nav .mobile-nav-inner ul .active a, .mobile-nav .mobile-nav-inner ul .current-menu-item a {
  color: #F5EB31;
}

.mobile-nav .mobile-nav-inner .mobile-menu-footer {
  padding-top: 40px;
}

.mobile-nav .mobile-nav-inner .mobile-menu-footer p {
  display: block;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

@media screen and (max-width: 460px) {
  .mobile-nav .mobile-nav-inner .mobile-menu-footer p {
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 400px) {
  .mobile-nav .mobile-nav-inner .mobile-menu-footer p {
    letter-spacing: 0px;
  }
}

.mobile-nav .mobile-nav-inner .mobile-menu-footer p span {
  display: block;
  color: #FFFFFF;
  padding: 10px 0px 0px 0px;
}

.mobile-nav .mobile-nav-inner .mobile-menu-footer ul {
  display: block;
  margin: 0px;
  padding: 0px;
  border: none;
}

.mobile-nav .mobile-nav-inner .mobile-menu-footer ul li {
  display: inline-block;
  padding: 0px 20px;
}

.mobile-nav .mobile-nav-inner .mobile-menu-footer ul li:first-child {
  padding-left: 0;
}

.mobile-nav .mobile-nav-inner .mobile-menu-footer ul li:last-child {
  padding-right: 0;
}

.mobile-nav .mobile-nav-inner .mobile-menu-footer ul li a {
  color: #FFFFFF;
}

.navigationFlux .bar {
  animation-name: navBarFlux;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.navigationFlux .bar:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.navigationFlux .bar:nth-of-type(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.stick {
  opacity: 1 !important;
  height: 60px !important;
  background: #F5EB31 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 9 !important;
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1) !important;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1) !important;
}

.stick .navigation-section-inner .progress-navbar {
  display: block !important;
  position: absolute;
  top: 0;
}

.stick .navigation-section-inner .left {
  border: none !important;
}

.stick .navigation-section-inner .left .logo svg, .stick .navigation-section-inner .left .logo path, .stick .navigation-section-inner .left .logo polygon, .stick .navigation-section-inner .left .logo rect {
  fill: #4B4B4B !important;
}

.stick .navigation-section-inner .right .mobile-nav-icon .bar {
  background: #2E2E2E !important;
}

.stick .navigation-section-inner .right .nav-wrap ul li a {
  color: #2E2E2E !important;
}

.stick .navigation-section-inner .right .nav-wrap ul li a:after {
  background: #2E2E2E !important;
}

.stick .navigation-section-inner .right .nav-wrap .btn {
  color: #2E2E2E !important;
  border: 1.4px solid #2E2E2E !important;
}

.stick .navigation-section-inner .right .nav-wrap .btn:hover {
  background: #F5EB31 !important;
}

.main-header {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .main-header {
    padding: 15px;
  }
}

.main-header .main-header-inner {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.main-header .main-header-inner .header-image-bg {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.main-header .main-header-inner .logo {
  display: table;
  margin: 0px;
  width: 300px;
  position: absolute;
  top: 60px;
  left: calc(50% - 300px / 2);
}

@media screen and (max-width: 1700px) {
  .main-header .main-header-inner .logo {
    top: 45px;
  }
}

@media screen and (max-width: 1200px) {
  .main-header .main-header-inner .logo {
    top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .main-header .main-header-inner .logo {
    top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main-header .main-header-inner .logo {
    top: 40px;
    width: 250px;
    left: calc(50% - 250px / 2);
  }
}

@media screen and (max-width: 580px) {
  .main-header .main-header-inner .logo {
    top: 30px;
  }
}

@media screen and (max-height: 580px) {
  .main-header .main-header-inner .logo {
    top: 20px;
  }
}

.main-header .main-header-inner .logo img {
  display: block;
  width: 100%;
}

.main-header .main-header-inner #main-header-image {
  width: 100% !important;
}

.main-header .main-header-inner .main-title {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  margin: 0 auto;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

.main-header .main-header-inner .main-title h1 {
  font: 700 80px/95px "Montserrat";
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  margin: 0;
  padding: 0px;
  animation-name: fadeInUp;
  animation-duration: 0.9s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}

@media screen and (max-width: 992px) {
  .main-header .main-header-inner .main-title h1 {
    font: 700 40px/50px "Montserrat";
    font-weight: 700;
  }
}

@media screen and (max-width: 768px) {
  .main-header .main-header-inner .main-title h1 {
    display: block;
    text-align: center;
  }
}

.main-header .main-header-inner .main-title span {
  width: auto;
  opacity: 0;
  overflow: hidden;
  animation-name: fadeInUp;
  animation-duration: 0.9s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
}

.main-header .main-header-inner .main-title span h1 p {
  color: #F5EB31;
}

.main-header .main-header-inner .header-link {
  display: table;
  position: absolute;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 4px;
  font: 700 12px/1em "Montserrat";
  cursor: pointer;
}

.main-header .main-header-inner .header-link a {
  color: #FFFFFF;
}

.main-header .main-header-inner .header-link a:hover {
  text-decoration: none;
}

.main-header .main-header-inner .welcome-link {
  left: calc(50% - 99px / 2);
  bottom: 0;
  visibility: hidden;
  animation-name: slideInUp;
  animation-duration: 0.7s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: slideInUp;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 1.3s;
  -webkit-animation-fill-mode: forwards;
}

.main-header .main-header-inner .welcome-link:after {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 26px;
  background: white;
  left: calc(50% - 1px);
  margin: 10px 0px 0px 0px;
}

.main-header .main-header-inner .contact-link {
  top: calc(50% - 56px / 2);
  right: -300px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  animation-name: slideTitleInRight;
  animation-duration: 0.7s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: slideTitleInRight;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 1.3s;
  -webkit-animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  .main-header .main-header-inner .contact-link {
    display: none;
  }
}

.main-header .main-header-inner .contact-link:before {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 26px;
  background: white;
  left: calc(50% - 1px);
  margin: 0px 0px 10px 0px;
}

.main-header .main-header-inner .work-link {
  top: calc(50% - 56px / 2);
  left: -300px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  animation-name: slideTitleInLeft;
  animation-duration: 0.7s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
  -webkit-animation-name: slideTitleInLeft;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-delay: 1.3s;
  -webkit-animation-fill-mode: forwards;
}

@media screen and (max-width: 768px) {
  .main-header .main-header-inner .work-link {
    display: none;
  }
}

.main-header .main-header-inner .work-link:before {
  content: "";
  display: block;
  position: relative;
  width: 2px;
  height: 26px;
  background: white;
  left: calc(50% - 1px);
  margin: 0px 0px 10px 0px;
}

.footer {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #f7f7f7;
}

.footer .footer-inner {
  display: flex;
  padding: 50px 20px 50px 20px;
}

@media screen and (max-width: 768px) {
  .footer .footer-inner {
    display: block;
  }
}

@media screen and (max-width: 520px) {
  .footer .footer-inner {
    padding: 40px 20px 40px 20px;
  }
}

.footer .footer-inner .address {
  display: flex;
  align-items: center;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .footer .footer-inner .address {
    display: block;
    padding-right: 0px;
  }
}

.footer .footer-inner .address p {
  color: #2E2E2E;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .footer .footer-inner .address p {
    text-align: center;
  }
}

.footer .footer-inner .address p span {
  display: inline-block;
  margin: 0px 0px 0px 10px;
}

@media screen and (max-width: 992px) {
  .footer .footer-inner .address p span {
    margin: 0px;
  }
}

@media screen and (max-width: 768px) {
  .footer .footer-inner .address p span {
    display: block;
    margin: 10px 0px 0px 0px;
  }
}

.footer .footer-inner .social-media-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .footer .footer-inner .social-media-links {
    display: block;
    padding-left: 0px;
  }
}

.footer .footer-inner .social-media-links ul {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: right;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .footer .footer-inner .social-media-links ul {
    display: table;
    margin: 25px auto 0px auto;
  }
}

.footer .footer-inner .social-media-links ul li {
  display: inline-block;
  margin: 0px;
  padding: 0px 20px;
}

.footer .footer-inner .social-media-links ul li:first-child {
  padding-left: 0px;
}

.footer .footer-inner .social-media-links ul li:last-child {
  padding-right: 0px;
}

.footer .footer-inner .social-media-links ul li a img {
  display: block;
  width: 40px;
}

@media screen and (max-width: 1700px) {
  .footer .footer-inner .social-media-links ul li a img {
    width: 35px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animatedNav {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.animatedModal {
  display: flex;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes increaseBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@-webkit-keyframes increaseBar {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

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

@keyframes increaseBarV {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}

@-webkit-keyframes increaseBarV {
  from {
    height: 0%;
  }
  to {
    height: 100%;
  }
}

.increaseBarV {
  animation-name: increaseBarV;
  -webkit-animation-name: increaseBarV;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes slideInDown {
  0% {
    visibility: hidden;
    transform: translate3d(0, -300%, 0);
  }
  100% {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInUp {
  from {
    visibility: hidden;
    transform: translate3d(0, 300%, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideTitleInRight {
  from {
    right: -300px;
  }
  to {
    right: -18px;
  }
}

.slideTitleInRight {
  animation-name: slideTitleInRight;
}

@keyframes slideTitleInLeft {
  from {
    left: -300px;
  }
  to {
    left: -2px;
  }
}

.slideTitleInLeft {
  animation-name: slideTitleInLeft;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes rubberBandZoom {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    opacity: 1;
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBandZoom {
  animation-name: rubberBandZoom;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes navBarFlux {
  0% {
    width: 100%;
  }
  50% {
    width: 10%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  99.9% {
    opacity: 1;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

.fadeIn {
  display: flex !important;
  animation-name: fadeIn;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none !important;
  }
}

.fadeOut {
  display: flex !important;
  animation-name: fadeOut;
}

.navBarFlux {
  animation-name: navBarFlux;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.apply-header {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #F6F6F6;
}

.apply-header .apply-header-inner {
  display: block;
  position: relative;
  z-index: 2;
  margin: 250px auto 40px auto;
}

@media screen and (max-width: 1700px) {
  .apply-header .apply-header-inner {
    margin: 200px auto 40px auto;
  }
}

@media screen and (max-width: 1200px) {
  .apply-header .apply-header-inner {
    margin: 125px auto 40px auto;
  }
}

@media screen and (max-width: 768px) {
  .apply-header .apply-header-inner {
    margin: 100px auto 40px auto;
  }
}

.apply-header .apply-header-inner .content-wrap {
  display: block;
  margin-bottom: 80px;
}

.apply-header .apply-header-inner .content-wrap .nf-before-form-content, .apply-header .apply-header-inner .content-wrap .nf-fu-progress {
  display: none;
}

.apply-header .apply-header-inner .content-wrap .nf-field-label {
  margin: 0;
}

.apply-header .apply-header-inner .content-wrap .nf-field-element {
  position: relative;
}

.apply-header .apply-header-inner .content-wrap .nf-field-element .carrot {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media screen and (max-width: 680px) {
  .apply-header .apply-header-inner .content-wrap .nf-field-element .carrot {
    display: none;
  }
}

.apply-header .apply-header-inner .content-wrap .nf-field-element .carrot:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8B8B8B;
  position: absolute;
  top: 0;
  right: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.apply-header .apply-header-inner .content-wrap .nf-field-element .carrot:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8B8B8B;
  position: absolute;
  top: 0;
  left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.apply-header .apply-header-inner .content-wrap h1 {
  display: table;
  margin: 0 auto 60px auto;
  color: #FFFFFF;
  text-align: center;
  max-width: 805px;
  letter-spacing: 1px;
}

@media screen and (max-width: 1700px) {
  .apply-header .apply-header-inner .content-wrap h1 {
    max-width: 675px;
  }
}

@media screen and (max-width: 768px) {
  .apply-header .apply-header-inner .content-wrap h1 {
    max-width: 430px;
  }
}

@media screen and (max-width: 580px) {
  .apply-header .apply-header-inner .content-wrap h1 {
    max-width: 340px;
  }
}

.apply-header .apply-header-inner .content-wrap h1 span {
  color: #FFFFFF;
}

.apply-header .apply-header-inner .content-wrap .divider-wrap {
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  .apply-header .apply-header-inner .content-wrap .divider-wrap {
    margin: 30px auto;
  }
}

.apply-header .apply-header-inner .content-wrap p {
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
}

@media screen and (max-width: 1700px) {
  .apply-header .apply-header-inner .content-wrap p {
    max-width: 460px;
  }
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap {
  display: table;
  width: 660px;
  background: #FFFFFF;
  margin: 50px auto 0 auto;
  padding: 50px 60px 70px 60px;
  /* target Internet Explorer 9 to undo the custom arrow */
}

@media screen and (max-width: 768px) {
  .apply-header .apply-header-inner .content-wrap .nf-form-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .apply-header .apply-header-inner .content-wrap .nf-form-wrap {
    padding: 40px 40px 50px 40px;
  }
}

@media screen and (max-width: 420px) {
  .apply-header .apply-header-inner .content-wrap .nf-form-wrap {
    padding: 30px;
  }
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap label {
  display: block;
  color: #555759;
  letter-spacing: 0.8px;
  margin: 25px 0 15px 0;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap label:nth-of-type(1) {
  margin-top: 0;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap label span {
  display: none;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap select {
  display: block;
  position: relative;
  background: #F8F8F8;
  color: #C3C3C3;
  margin: 0;
  padding: 30px 25px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  border: none;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap select:focus {
  outline: none;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

@media screen and (min-width: 0\0) {
  .apply-header .apply-header-inner .content-wrap .nf-form-wrap select {
    background: none\9;
    padding: 5px\9;
  }
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input, .apply-header .apply-header-inner .content-wrap .nf-form-wrap textarea {
  display: block;
  color: #C3C3C3;
  background: #F8F8F8;
  border: none;
  padding: 30px 25px;
  width: 100%;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input:focus, .apply-header .apply-header-inner .content-wrap .nf-form-wrap textarea:focus {
  outline: none;
  color: #8B8B8B;
}

@media screen and (max-width: 580px) {
  .apply-header .apply-header-inner .content-wrap .nf-form-wrap input, .apply-header .apply-header-inner .content-wrap .nf-form-wrap textarea {
    padding: 20px;
  }
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input::-webkit-input-placeholder, .apply-header .apply-header-inner .content-wrap .nf-form-wrap textarea::-webkit-input-placeholder {
  color: #C3C3C3;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input:-moz-placeholder, .apply-header .apply-header-inner .content-wrap .nf-form-wrap textarea:-moz-placeholder {
  color: #C3C3C3;
  opacity: 1;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input::-moz-placeholder, .apply-header .apply-header-inner .content-wrap .nf-form-wrap textarea::-moz-placeholder {
  color: #C3C3C3;
  opacity: 1;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input:-ms-input-placeholder, .apply-header .apply-header-inner .content-wrap .nf-form-wrap textarea:-ms-input-placeholder {
  color: #C3C3C3;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input::-ms-input-placeholder, .apply-header .apply-header-inner .content-wrap .nf-form-wrap textarea::-ms-input-placeholder {
  color: #C3C3C3;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 0 10px 0 25px;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input[type="title"] {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input[type="file"] {
  display: table;
  width: 110px;
  position: absolute;
  top: 19px;
  opacity: 0;
  padding: 5px 0;
  margin: 0;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input[value="Yes"] {
  margin: 0 10px 0 0;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap label[for="worked_agency"] {
  margin: 25px 0 20px 0;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input[type="button"] {
  color: #2E2E2E;
  background: #F5EB31;
  border-radius: 3px;
  border: 1.4px solid #F5EB31;
  margin: 0;
  letter-spacing: 1px;
  font: 700 16px/1em "Montserrat";
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap input[type="button"]:hover {
  border: 1.4px solid #2E2E2E;
  background-color: #2E2E2E;
  color: #fff;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown {
  display: block;
  position: relative;
  background: #F8F8F8;
  margin: 25px 0 15px 0;
  padding: 30px 25px;
  width: 100%;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner {
  display: block;
}

@media screen and (max-width: 768px) {
  .apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner {
    max-width: calc(100% - 40px);
  }
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .carrot {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .carrot:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8B8B8B;
  position: absolute;
  top: 0;
  right: -5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .carrot:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #8B8B8B;
  position: absolute;
  top: 0;
  left: -5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .o {
  top: 35%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner span {
  color: #C3C3C3;
  max-width: calc(100% - 20px);
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .selections {
  height: 0;
  position: absolute;
  background: #F8F8F8;
  border: 1px solid #F8F8F8;
  border-top: none;
  top: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .selections ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .selections ul li {
  padding: 10px 20px;
  cursor: pointer;
  color: #5d5d5d;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .selections ul li:nth-of-type(odd) {
  background: #FFFFFF;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .selections ul li:hover {
  background: #F5EB31;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropdown .dropdown-inner .drop {
  height: auto;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .dropped {
  margin: 25px 0 250px 0;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .attachment {
  display: block;
  position: relative;
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .attachment input[for="cover_letter"] {
  margin-top: 20px;
}

@media screen and (max-width: 390px) {
  .apply-header .apply-header-inner .content-wrap .nf-form-wrap .attachment {
    padding: 20px 15px;
  }
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .attachment .select-file {
  display: inline-block;
  border: 1px solid #F5EB31;
  padding: 7px 14px;
  margin: 0;
  color: #F5EB31;
  border-radius: 4px;
  letter-spacing: 0.5px;
  position: relative;
  cursor: pointer;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .attachment .select-file:hover {
  color: #2E2E2E;
  background: #F5EB31;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .attachment span {
  display: inline-block;
  margin: 0 0 0 25px;
  padding: 0;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 390px) {
  .apply-header .apply-header-inner .content-wrap .nf-form-wrap .attachment span {
    letter-spacing: 0;
    margin: 0 0 0 7px;
  }
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .cover_letter .nf-field-element, .apply-header .apply-header-inner .content-wrap .nf-form-wrap .resume .nf-field-element {
  display: block;
  position: relative;
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .cover_letter .nf-field-element button, .apply-header .apply-header-inner .content-wrap .nf-form-wrap .resume .nf-field-element button {
  display: inline-block;
  border: 1px solid #F5EB31;
  color: #2E2E2E;
  background: #F5EB31;
  border-radius: 3px;
  border: 1.4px solid #F5EB31;
  margin: 0;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .cover_letter .nf-field-element button:hover, .apply-header .apply-header-inner .content-wrap .nf-form-wrap .resume .nf-field-element button:hover {
  border: 1.4px solid #2E2E2E;
  background-color: #2E2E2E;
  color: #fff !important;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .cover_letter .nf-field-element button:hover span, .apply-header .apply-header-inner .content-wrap .nf-form-wrap .resume .nf-field-element button:hover span {
  color: #fff;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .cover_letter .nf-field-element button:focus, .apply-header .apply-header-inner .content-wrap .nf-form-wrap .resume .nf-field-element button:focus {
  outline: none;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap .cover_letter .nf-field-element .files_uploaded, .apply-header .apply-header-inner .content-wrap .nf-form-wrap .resume .nf-field-element .files_uploaded {
  display: inline-block;
  margin-left: 5px;
}

.apply-header .apply-header-inner .content-wrap .nf-form-wrap p {
  display: block;
  margin: 5px 0 0 0;
  padding: 0;
  color: #9E9E9E;
  text-align: left;
}

.apply-header .apply-header-inner .content-wrap textarea {
  resize: none;
}

.apply-header picture {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
}

.apply-header picture img {
  width: 100%;
}

.apply {
  display: block;
}

.apply .navigation-section {
  position: absolute;
  top: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 3;
}

.apply .navigation-section .left {
  border: none;
}

.apply .navigation-section .right .nav-wrap .btn {
  color: #FFFFFF;
  background: #F5EB31;
  border: 1.4px solid #F5EB31;
}

.apply .navigation-section .right .nav-wrap .btn:hover {
  color: #FFFFFF;
  background: #F5EB31;
}

.apply .footer {
  background: #FFFFFF;
}

/*# sourceMappingURL=apply-page.css.map */