@import url("https://fonts.googleapis.com/css?family=Muli:300,600,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Be+Vietnam:300,600,800&display=swap");
html {
  font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
  font-weight: 300;
  color: #293451;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
      margin-bottom: 40px; } }
  h1.feature .first, h2.feature .first, h3.feature .first, h4.feature .first, h5.feature .first, h6.feature .first {
    color: #293451; }

h1 {
  font-size: 40px;
  line-height: 48px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 54px;
      line-height: 64.8px; } }
  @media screen and (min-width: 1140px) {
    h1 {
      font-size: 60px;
      line-height: 72px; } }
  @media screen and (min-width: 1550px) {
    h1 {
      font-size: 72px;
      line-height: 86.4px; } }

h2 {
  font-size: 24px;
  line-height: 28.8px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 32px;
      line-height: 38.4px; } }
  @media screen and (min-width: 1140px) {
    h2 {
      font-size: 42px;
      line-height: 50.4px; } }
  @media screen and (min-width: 1550px) {
    h2 {
      font-size: 48px;
      line-height: 57.6px; } }

h3 {
  font-size: 20px;
  line-height: 24px; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 22px;
      line-height: 26.4px; } }
  @media screen and (min-width: 1140px) {
    h3 {
      font-size: 24px;
      line-height: 28.8px; } }
  @media screen and (min-width: 1550px) {
    h3 {
      font-size: 30px;
      line-height: 36px; } }

h4 {
  font-size: 18px;
  line-height: 21.6px; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (min-width: 1140px) {
    h4 {
      font-size: 22px;
      line-height: 26.4px; } }
  @media screen and (min-width: 1550px) {
    h4 {
      font-size: 24px;
      line-height: 28.8px; } }

h5, h6 {
  font-size: 14px;
  line-height: 22.652px; }
  @media screen and (min-width: 768px) {
    h5, h6 {
      font-size: 16px;
      line-height: 25.888px; } }
  @media screen and (min-width: 1140px) {
    h5, h6 {
      font-size: 18px;
      line-height: 29.124px; } }

p {
  font-size: 14px;
  line-height: 22.652px;
  color: #212121;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    p {
      font-size: 16px;
      line-height: 25.888px; } }
  @media screen and (min-width: 1140px) {
    p {
      font-size: 18px;
      line-height: 29.124px; } }

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none; }
  a:hover {
    color: #9c9c9c; }

.section {
  clear: both;
  padding: 0;
  margin: 0; }

.wrap {
  max-width: 1550px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .wrap {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .wrap {
      padding: 0 3.5%; } }
  @media screen and (min-width: 1550px) {
    .wrap {
      padding: 0; } }

.col {
  display: block;
  float: left;
  margin: 1.75% 0; }
  .col:first-of-type {
    margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .col {
      margin: 1.75% 0 1.75% 3.5%; } }

.group {
  zoom: 1;
  /* For IE 6/7 */ }
  .group:before, .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }

.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .span_1_of_2 {
      width: calc(50% - 1.75%); }
      .span_1_of_2:nth-of-type(2n+3) {
        margin-left: 0; } }

.span_3_of_3, .span_2_of_3, .span_1_of_3 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .span_2_of_3 {
    width: calc(50% - 1.75%); } }
@media only screen and (min-width: 1024px) {
  .span_2_of_3 {
    width: calc(66.66% - 1.4%); } }

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(50% - 1.75%); }
    .span_1_of_3:nth-of-type(2n+3) {
      margin-left: 0; } }
@media only screen and (min-width: 1024px) {
  .span_1_of_3 {
    width: calc(33.33% - 2.3333333333%); }
    .span_1_of_3:nth-of-type(3n+4) {
      margin-left: 0; } }

.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
  width: 100%; }

@media only screen and (min-width: 768px) {
  .span_3_of_4 {
    width: calc(75% - 1.4%); } }

@media only screen and (min-width: 768px) {
  .span_2_of_4 {
    width: calc(50% - 1.75%); } }

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(50% - 1.75%); }
    .span_1_of_4:nth-of-type(2n+3) {
      margin-left: 0; } }
@media only screen and (min-width: 1025px) {
  .span_1_of_4 {
    width: calc(25% - 2.6923076923%); }
    .span_1_of_4:nth-of-type(3) {
      margin-left: 3.5%; }
    .span_1_of_4:nth-of-type(4n+5) {
      margin-left: 0; } }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.clearfix {
  overflow: auto; }

.First {
  margin-left: 0;
  clear: left; }

.sitRight {
  float: right;
  clear: right; }

img {
  width: 100%;
  height: auto; }

.featherlight-content {
  padding: 0 !important;
  border: 5px solid #fff !important; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous, .featherlight-content .featherlight-close-icon {
    height: 60px;
    width: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
    color: #212121;
    font-size: 20px; }
    .featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span, .featherlight-content .featherlight-close-icon span {
      margin: 0 !important;
      width: 100%;
      text-align: center;
      position: relative;
      top: 14px;
      color: #212121;
      display: block;
      font-size: 36px;
      line-height: 36px; }
  .featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
    top: auto;
    bottom: 15px;
    overflow: hidden; }
  .featherlight-content .featherlight-next {
    right: 15px;
    left: auto; }
    .featherlight-content .featherlight-next span {
      right: -1px; }
  .featherlight-content .featherlight-previous {
    left: 15px; }
    .featherlight-content .featherlight-previous span {
      left: -1px; }
  .featherlight-content .featherlight-close-icon {
    top: 15px;
    right: 15px;
    font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-weight: 700; }

.video-block iframe {
  width: 100% !important;
  height: 50.5vw; }
  @media screen and (min-width: 768px) {
    .video-block iframe {
      height: 35vw; } }
  @media screen and (min-width: 1024px) {
    .video-block iframe {
      height: 25.5vw; } }

#breadcrumbs ul {
  font-size: 14px;
  line-height: 22.652px;
  color: #212121; }
  @media screen and (min-width: 768px) {
    #breadcrumbs ul {
      font-size: 16px;
      line-height: 25.888px; } }
  @media screen and (min-width: 1140px) {
    #breadcrumbs ul {
      font-size: 18px;
      line-height: 29.124px; } }
  #breadcrumbs ul a {
    color: #9c9c9c;
    font-weight: 700; }

.text-block > ul, .split > ul {
  margin: 20px 0;
  width: 100%;
  float: left; }
  .text-block > ul li, .split > ul li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 22.652px;
    color: #212121;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .text-block > ul li, .split > ul li {
        font-size: 16px;
        line-height: 25.888px; } }
    @media screen and (min-width: 1140px) {
      .text-block > ul li, .split > ul li {
        font-size: 18px;
        line-height: 29.124px; } }
    .text-block > ul li:before, .split > ul li:before {
      content: "\f061";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #728a3f;
      position: absolute;
      top: 0;
      left: 0; }
    .text-block > ul li a, .split > ul li a {
      font-weight: 800; }
.text-block p.large-body, .split p.large-body {
  font-size: 14px;
  line-height: 22.652px; }
  @media screen and (min-width: 768px) {
    .text-block p.large-body, .split p.large-body {
      font-size: 16px;
      line-height: 25.888px; } }
  @media screen and (min-width: 1140px) {
    .text-block p.large-body, .split p.large-body {
      font-size: 18px;
      line-height: 29.124px; } }

.text-block {
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .text-block {
      margin: 40px 0; } }
  .text-block ul {
    float: left;
    margin: 10px 0 20px; }
  .text-block ul.bullet-width li {
    width: 50%; }
    @media screen and (min-width: 560px) {
      .text-block ul.bullet-width li {
        width: 50%; } }
  .text-block img {
    width: 90%;
    display: block;
    margin: 0 auto; }

.pagination {
  position: relative;
  display: block; }
  .pagination .next-button, .pagination .previous-button {
    background-color: #1D95E1;
    color: #ffffff;
    float: left;
    padding: 5px 17px;
    text-decoration: none;
    margin-right: 4px;
    font-size: 25px;
    margin-top: 4px;
    line-height: 34px; }
  .pagination .number-button {
    float: left;
    padding: 3px 15px;
    line-height: 36px;
    font-size: 18px;
    text-decoration: none;
    margin: 4px;
    border: 1px solid #b3aeae;
    color: #b3aeae; }
    .pagination .number-button:hover {
      background-color: #1D95E1;
      color: #ffffff;
      border: 1px solid #1D95E1; }
  .pagination a.active {
    background-color: #1D95E1;
    color: #ffffff;
    border: 1px solid #1D95E1; }

.blog-pager ul a {
  background: #ececec;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 700;
  color: #9c9c9c; }
  .blog-pager ul a span {
    display: none; }
.blog-pager ul .prev-p {
  float: left; }
.blog-pager ul .next-p {
  float: right; }

.twitter-carousel li img {
  height: auto;
  width: 100%;
  margin-top: 10px;
  -webkit-mask-image: linear-gradient(black 10%, rgba(0, 0, 0, 0) 40%);
  mask-image: linear-gradient(black 10%, rgba(0, 0, 0, 0) 40%); }
.twitter-carousel li.twitter-img {
  height: 200px;
  overflow: hidden; }

.owl-nav {
  width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .owl-nav {
      margin-top: 40px; } }
  .owl-nav button {
    border: 0;
    padding: 0;
    background: transparent; }
    .owl-nav button:focus {
      outline: none; }
    .owl-nav button .btn {
      margin: 0;
      margin-right: 20px; }
  .owl-nav .owl-prev {
    left: 0; }
  .owl-nav .owl-next {
    right: 0; }

.owl-dots {
  text-align: center;
  width: 100%; }
  .owl-dots .owl-dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-right: 10px;
    border: none;
    background: #ececec; }
    .owl-dots .owl-dot:focus {
      outline: none; }
    .owl-dots .owl-dot.active {
      background: #293451; }

.title-icon {
  color: #728a3f;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 5px; }
  @media screen and (min-width: 768px) {
    .title-icon {
      font-size: 54px;
      line-height: 64.8px; } }
  @media screen and (min-width: 1140px) {
    .title-icon {
      font-size: 60px;
      line-height: 72px; } }
  @media screen and (min-width: 1550px) {
    .title-icon {
      font-size: 72px;
      line-height: 86.4px; } }

@media screen and (min-width: 768px) {
  .text-main {
    padding-right: 6%; } }
@media screen and (min-width: 1140px) {
  .text-main {
    padding-right: 4%; } }
@media screen and (min-width: 768px) {
  .text-main-right {
    padding-right: 0;
    padding-left: 6%; } }
@media screen and (min-width: 1140px) {
  .text-main-right {
    padding-right: 0;
    padding-left: 4%; } }

.icon-block {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  background: #728a3f;
  padding: 26px 0;
  text-align: center;
  color: #fff;
  font-size: 24px; }

.btn {
  border: 0;
  display: inline-block;
  margin: 10px 0;
  padding: 26px 0;
  color: #9c9c9c;
  background: transparent;
  border-bottom: 4px solid #9c9c9c;
  font-size: 20px;
  font-weight: 800;
  font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif; }
  @media screen and (min-width: 1140px) {
    .btn {
      font-size: 24px; } }
  .btn.icon {
    position: relative;
    padding-left: 52px; }
    @media screen and (min-width: 1140px) {
      .btn.icon {
        padding-left: 60px; } }
    .btn.icon:before {
      position: absolute;
      top: 20px;
      left: 0;
      background: #9c9c9c;
      text-align: center;
      color: #fff;
      height: 40px;
      width: 40px;
      padding: 13px 0;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 14px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%; }
      @media screen and (min-width: 1140px) {
        .btn.icon:before {
          top: 18px;
          font-size: 18px;
          height: 45px;
          width: 45px;
          padding: 11px 0; } }
    .btn.icon.arrow:before {
      content: "\f061"; }
    .btn.icon.user:before {
      content: "\f007"; }
    .btn.icon.search:before {
      content: "\f002"; }
    .btn.icon.signup:before {
      content: "\f234"; }
    .btn.icon.logout:before {
      content: "\f2f5";}
    .btn.icon.profile:before {
      content: "\f4ff";}
    .btn.icon.arrow-left:before {
      content: "\f060";}
    .btn.icon.arrow-right:before {
      content: "\f061";}
    .btn.icon.dashboard:before {
      content: "\f3fd";}
    .btn.icon.upload:before {
      content: "\f093"; }
    .btn.icon.download:before {
      content: "\f019"; }
    .btn.icon.file:before {
      content: "\f15c"; }
    .btn.icon.plus:before {
      content: "\f055"; }
    .btn.icon.edit:before {
      content: "\f304"; }
    .btn.icon.view:before {
      content: "\f06e"; }
  .btn.color1 {
    color: #728a3f;
    border-bottom: 4px solid #728a3f; }
    .btn.color1:before {
      background: #728a3f; }
  .btn.color2 {
    color: #293451;
    border-bottom: 4px solid #293451; }
    .btn.color2:before {
      background: #293451; }
  .btn.color3 {
    color: #fd7f01;
    border-bottom: 4px solid #fd7f01; }
    .btn.color3:before {
      background: #fd7f01; }
  .btn.white {
    color: #fff;
    border-bottom: 4px solid #fff; }
    .btn.white:before {
      background: #fff;
      color: #fd7f01; }
  .btn:hover {
    color: #9c9c9c;
    border-bottom: 4px solid #9c9c9c; }
    .btn:hover:before {
      background: #9c9c9c; }
  .btn.alt {
    border-bottom: 0; }

.grow {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .grow:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.shrink {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .shrink:hover {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }

.contact-info a {
  display: inline-block;
  position: relative;
  padding-left: 26px; }
  .contact-info a i, .contact-info a p {
    font-size: 14px;
    line-height: 22.652px; }
    @media screen and (min-width: 768px) {
      .contact-info a i, .contact-info a p {
        font-size: 16px;
        line-height: 25.888px; } }
    @media screen and (min-width: 1140px) {
      .contact-info a i, .contact-info a p {
        font-size: 18px;
        line-height: 29.124px; } }
  .contact-info a i {
    position: absolute;
    top: 0;
    left: 0;
    color: #212121; }
  .contact-info a p {
    color: #007FD5;
    font-weight: 600; }

.title-icon .icon-block {
  display: block;
  margin-bottom: 20px; }
.title-icon .title {
  font-size: 24px;
  line-height: 28.8px; }
  @media screen and (min-width: 768px) {
    .title-icon .title {
      font-size: 32px;
      line-height: 38.4px; } }
  @media screen and (min-width: 1140px) {
    .title-icon .title {
      font-size: 42px;
      line-height: 50.4px; } }
  @media screen and (min-width: 1550px) {
    .title-icon .title {
      font-size: 48px;
      line-height: 57.6px; } }

.owl-nav {
  text-align: right;
  border-top: 1px solid #cfd7ae;
  margin-top: 40px;
  padding-top: 30px; }
  .owl-nav button {
    display: inline-block;
    margin-left: 20px; }
    .owl-nav button .icon-block:hover {
      background: #212121; }

.btn-container {
  background: #fd7f01;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  position: relative;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
  text-align: center; }
  .btn-container .btn {
    margin: 0; }

header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  float: left; }
  header .top-area {
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      header .top-area {
        padding: 25px 0;
        background: #fff;
        -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); } }
    header .top-area .contact-info {
      float: left;
      display: none; }
      @media screen and (min-width: 768px) {
        header .top-area .contact-info {
          display: block; } }
      header .top-area .contact-info a {
        margin-right: 25px; }
    header .top-area .primary-nav {
      float: right; }
  header .main-area {
    position: relative;
    z-index: 1; }
    header .main-area .logo {
      float: left;
      position: relative;
      z-index: 2;
      background: #fff;
      padding: 20px;
      width: 180px; }
      @media screen and (min-width: 768px) {
        header .main-area .logo {
          width: 240px;
          padding: 40px 25px; } }
      header .main-area .logo img {
        margin: 0;
        width: 100%;
        height: auto; }
    header .main-area .secondary-nav {
      float: right; }
  header .mobile-nav-btn {
    position: absolute;
    top: 20px !important;
    right: 20px;
    z-index: 10;
    color: #fff;
    background: #fd7f01;
    font-size: 22px;
    height: 75px;
    width: 75px;
    padding: 27px 0;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%; }
    @media screen and (min-width: 768px) {
      header .mobile-nav-btn {
        top: 100px; } }
    @media (min-width: 1025px) {
      header .mobile-nav-btn {
        display: none; } }
    header .mobile-nav-btn.close {
      display: none; }
  header#sticky-header {
    display: none;
    position: fixed;
    padding: 15px;
    top:0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  header#sticky-header .logo {
    float:left;
  }
  header#sticky-header .nav-area{
    float:right;
  }
  #sticky-header nav.secondary-nav > ul > li > a{
    border-bottom: none;
  }

@media (max-width: 1024px) {
  nav {
    overflow-y: scroll;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #212121;
    padding: 100px 20px 20px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    nav {
      padding: 100px 40px 40px; } }
@media (max-width: 1024px) {
    nav > ul {
      text-align: center; }
      nav > ul > li {
        display: inline-block;
        width: 100%;
        padding: 10px 0; }
        nav > ul > li > a {
          color: #fff;
          font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
          font-size: 24px;
          line-height: 28.8px; } }
        @media screen and (max-width: 1024px) and (min-width: 768px) {
          nav > ul > li > a {
            font-size: 32px;
            line-height: 38.4px; } }
        @media screen and (max-width: 1024px) and (min-width: 1140px) {
          nav > ul > li > a {
            font-size: 42px;
            line-height: 50.4px; } }
        @media screen and (max-width: 1024px) and (min-width: 1550px) {
          nav > ul > li > a {
            font-size: 48px;
            line-height: 57.6px; } }
@media (max-width: 1024px) {
          nav > ul > li > a:hover {
            color: #728a3f; }
        nav > ul > li.item-with-dropdown {
          position: relative; }
          nav > ul > li.item-with-dropdown i {
            margin-left: 8px;
            font-weight: 900;
            color: #728a3f;
            font-size: 24px;
            line-height: 28.8px; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            nav > ul > li.item-with-dropdown i {
              font-size: 32px;
              line-height: 38.4px; } }
          @media screen and (max-width: 1024px) and (min-width: 1140px) {
            nav > ul > li.item-with-dropdown i {
              font-size: 42px;
              line-height: 50.4px; } }
          @media screen and (max-width: 1024px) and (min-width: 1550px) {
            nav > ul > li.item-with-dropdown i {
              font-size: 48px;
              line-height: 57.6px; } }
@media (max-width: 1024px) {
          nav > ul > li.item-with-dropdown .dropdown {
            display: none;
            margin-top: 20px;
            left: 0;
            width: 100%;
            background: #d62828;
            padding: 40px 20px;
            text-align: center; } }
          @media screen and (max-width: 1024px) and (min-width: 768px) {
            nav > ul > li.item-with-dropdown .dropdown {
              padding: 40px; } }
@media (max-width: 1024px) {
            nav > ul > li.item-with-dropdown .dropdown .cols {
              position: relative;
              display: inline-block;
              vertical-align: top;
              width: 100%;
              margin-bottom: 20px; }
              nav > ul > li.item-with-dropdown .dropdown .cols:last-of-type {
                margin-bottom: 0; }
              nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
                text-align: left;
                margin-top: 0;
                margin-bottom: 10px;
                color: #728a3f;
                font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
                font-size: 18px;
                line-height: 21.6px; } }
              @media screen and (max-width: 1024px) and (min-width: 768px) {
                nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
                  font-size: 20px;
                  line-height: 24px; } }
              @media screen and (max-width: 1024px) and (min-width: 1140px) {
                nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
                  font-size: 22px;
                  line-height: 26.4px; } }
              @media screen and (max-width: 1024px) and (min-width: 1550px) {
                nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title {
                  font-size: 24px;
                  line-height: 28.8px; } }
@media (max-width: 1024px) {
                nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
                  color: #728a3f;
                  font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
                  font-size: 18px;
                  line-height: 21.6px; } }
                @media screen and (max-width: 1024px) and (min-width: 768px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
                    font-size: 20px;
                    line-height: 24px; } }
                @media screen and (max-width: 1024px) and (min-width: 1140px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
                    font-size: 22px;
                    line-height: 26.4px; } }
                @media screen and (max-width: 1024px) and (min-width: 1550px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title a {
                    font-size: 24px;
                    line-height: 28.8px; } }
@media (max-width: 1024px) {
                nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title i {
                  position: absolute;
                  top: 0;
                  left: 0;
                  margin-right: 10px;
                  color: #212121;
                  font-size: 40px;
                  line-height: 48px; } }
                @media screen and (max-width: 1024px) and (min-width: 768px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title i {
                    font-size: 54px;
                    line-height: 64.8px; } }
                @media screen and (max-width: 1024px) and (min-width: 1140px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title i {
                    font-size: 60px;
                    line-height: 72px; } }
                @media screen and (max-width: 1024px) and (min-width: 1550px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title i {
                    font-size: 72px;
                    line-height: 86.4px; } }
@media (max-width: 1024px) {
                nav > ul > li.item-with-dropdown .dropdown .cols .sub-nav-title:hover a {
                  color: #fff; }
              nav > ul > li.item-with-dropdown .dropdown .cols li {
                padding-left: 60px;
                margin: 10px 0;
                text-align: left; } }
              @media screen and (max-width: 1024px) and (min-width: 768px) {
                nav > ul > li.item-with-dropdown .dropdown .cols li {
                  padding-left: 80px; } }
@media (max-width: 1024px) {
                nav > ul > li.item-with-dropdown .dropdown .cols li a {
                  font-size: 14px;
                  line-height: 22.652px;
                  font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
                  color: #fff;
                  padding: 0; } }
                @media screen and (max-width: 1024px) and (min-width: 768px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols li a {
                    font-size: 16px;
                    line-height: 25.888px; } }
                @media screen and (max-width: 1024px) and (min-width: 1140px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols li a {
                    font-size: 18px;
                    line-height: 29.124px; } }
@media (max-width: 1024px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols li a:hover {
                    color: #728a3f; } }
                @media screen and (max-width: 1024px) and (min-width: 1140px) {
                  nav > ul > li.item-with-dropdown .dropdown .cols li a {
                    font-size: 18px;
                    line-height: 16.8px; } }
@media (max-width: 1024px) {
                nav > ul > li.item-with-dropdown .dropdown .cols li:not(.sub-nav-title) a {
                  font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
                  font-weight: 800; }
                nav > ul > li.item-with-dropdown .dropdown .cols li:last-of-type {
                  margin-bottom: 0; } }
@media (min-width: 1025px) {
  nav {
    position: relative;
    text-align: right; }
    nav > ul > li {
      display: inline-block;
      margin-left: 25px; } }
    @media screen and (min-width: 1025px) and (min-width: 1550px) {
      nav > ul > li {
        margin-left: 35px; } }
@media (min-width: 1025px) {
    nav.primary-nav > ul > li > a {
      font-weight: 600;
      font-size: 14px;
      line-height: 22.652px;
      color: #212121; } }
    @media screen and (min-width: 1025px) and (min-width: 768px) {
      nav.primary-nav > ul > li > a {
        font-size: 16px;
        line-height: 25.888px; } }
    @media screen and (min-width: 1025px) and (min-width: 1140px) {
      nav.primary-nav > ul > li > a {
        font-size: 18px;
        line-height: 29.124px; } }
@media (min-width: 1025px) {
      nav.primary-nav > ul > li > a:hover {
        color: #fd7f01; }
    nav.primary-nav > ul > li.item-with-dropdown {
      position: relative;
      padding-bottom: 30px; }
      nav.primary-nav > ul > li.item-with-dropdown i {
        margin-left: 8px;
        font-weight: 900;
        color: #728a3f;
        font-size: 14px;
        line-height: 22.652px; } }
      @media screen and (min-width: 1025px) and (min-width: 768px) {
        nav.primary-nav > ul > li.item-with-dropdown i {
          font-size: 16px;
          line-height: 25.888px; } }
      @media screen and (min-width: 1025px) and (min-width: 1140px) {
        nav.primary-nav > ul > li.item-with-dropdown i {
          font-size: 18px;
          line-height: 29.124px; } }
@media (min-width: 1025px) {
      nav.primary-nav > ul > li.item-with-dropdown .dropdown {
        display: none;
        position: absolute;
        z-index: 999;
        top: 30px;
        left: -150px;
        width: 300px;
        background: #212121;
        padding: 60px 8%;
        text-align: center; }
      nav.primary-nav > ul > li.item-with-dropdown:hover .dropdown {
        display: block; }
    nav.secondary-nav > ul > li {
      margin-left: 40px; } }
    @media screen and (min-width: 1025px) and (min-width: 1550px) {
      nav.secondary-nav > ul > li {
        margin-left: 70px; } }

@media (min-width: 1025px) {
  #sticky-header nav {
    top: 0;
    top: 10px;
    padding-right: 15px; }
    #sticky-header nav > ul > li > a {
      font-size: 14px;
      line-height: 22.652px; } }
    @media screen and (min-width: 1025px) and (min-width: 768px) {
      #sticky-header nav > ul > li > a {
        font-size: 16px;
        line-height: 25.888px; } }
    @media screen and (min-width: 1025px) and (min-width: 1140px) {
      #sticky-header nav > ul > li > a {
        font-size: 18px;
        line-height: 29.124px; } }

footer {
  float: left;
  width: 100%;
  background: #e8e8e8;
  margin-top: 40px; }
  footer .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      footer .title {
        font-size: 22px;
        line-height: 26.4px; } }
    @media screen and (min-width: 1140px) {
      footer .title {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1550px) {
      footer .title {
        font-size: 30px;
        line-height: 36px; } }
  footer .twitter, footer .main, footer .subscribe, footer .copyright {
    padding: 40px 0;
    float: left;
    width: 100%; }
  footer .twitter {
    color: #fff;
    padding: 40px 0;
    background: #fd7f01; }
    footer .twitter p{color:#fff;}
    footer .twitter > i {
      float: left;
      margin-bottom: 20px; }
    footer .twitter .tweets {
      float: right;
      width: 100%; }
      @media screen and (min-width: 768px) {
        footer .twitter .tweets {
          width: calc(100% - 80px); } }
      @media screen and (min-width: 1024px) {
        footer .twitter .tweets {
          width: calc(100% - 100px); } }
      footer .twitter .tweets .item {
        width: 100%;
        float: left;
        margin-bottom: 40px; }
        footer .twitter .tweets .item:last-of-type {
          margin-bottom: 0; }
        @media screen and (min-width: 1024px) {
          footer .twitter .tweets .item {
            width: 32%;
            margin-right: 2%;
            margin-bottom: 0; }
            footer .twitter .tweets .item:nth-of-type(3n) {
              margin-right: 0; } }
        footer .twitter .tweets .item p a {
          color: #fff;
          font-weight: 800; }
          footer .twitter .tweets .item p a:hover {
            color: #fff; }
          footer .twitter .icon-block {background: #fff;color: #fd7f01}
  footer .main .footer-nav a {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 21.6px;
    color: #007fd5;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      footer .main .footer-nav a {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (min-width: 1140px) {
      footer .main .footer-nav a {
        font-size: 22px;
        line-height: 26.4px; } }
    @media screen and (min-width: 1550px) {
      footer .main .footer-nav a {
        font-size: 24px;
        line-height: 28.8px; } }
    footer .main .footer-nav a:hover {
      color: #fd7f01; }
  footer .main .footer-logo {
    width: 60%;
    float: right;
    margin-bottom: 30px; }
  footer .main .address i, footer .main .address .address-line {
    float: left; }
  footer .main .address i {
    color: #293451;
    margin-right: 10px; }
  footer .main .address .address-line p {
    font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 21.6px;
    color: #fff;
    clear: right;
    margin-bottom: 5px; }
    @media screen and (min-width: 768px) {
      footer .main .address .address-line p {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (min-width: 1140px) {
      footer .main .address .address-line p {
        font-size: 22px;
        line-height: 26.4px; } }
    @media screen and (min-width: 1550px) {
      footer .main .address .address-line p {
        font-size: 24px;
        line-height: 28.8px; } }
  footer .main .contact-info a {
    padding-left: 45px;
    margin-bottom: 15px; }
    footer .main .contact-info a i, footer .main .contact-info a p {
      font-size: 18px;
      line-height: 21.6px; }
      @media screen and (min-width: 768px) {
        footer .main .contact-info a i, footer .main .contact-info a p {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        footer .main .contact-info a i, footer .main .contact-info a p {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1550px) {
        footer .main .contact-info a i, footer .main .contact-info a p {
          font-size: 24px;
          line-height: 28.8px; } }
  footer .main .social {
    margin: 20px 0;
    float: left;
    width: 100%; }
    footer .main .social a {
      margin: 0;
      float: right; }
      footer .main .social a:hover {
        color: #fff; }
      footer .main .social a i {
        float: left;
        color: #fff;
        font-size: 22px;
        background: #728A3F;
        height: 60px;
        width: 60px;
        text-align: center;
        padding: 20px 0;
        margin: 0;
        margin-left: 15px;
        margin-bottom: 10px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        footer .main .social a i:hover {
          background: #728a3f;
          color: #fff; }
    footer .main .social p {
      position: relative;
      padding-left: 40px; }
      footer .main .social p > i {
        position: absolute;
        top: 0;
        left: 0; }
  footer .main .btns li {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    footer .main .btns li .btn {
      width: auto;
      margin: 0;
      float: right; }
  footer .main .quote i {
    color: #728a3f;
    float: left;
    font-size: 40px;
    line-height: 48px; }
    @media screen and (min-width: 768px) {
      footer .main .quote i {
        font-size: 54px;
        line-height: 64.8px; } }
    @media screen and (min-width: 1140px) {
      footer .main .quote i {
        font-size: 60px;
        line-height: 72px; } }
    @media screen and (min-width: 1550px) {
      footer .main .quote i {
        font-size: 72px;
        line-height: 86.4px; } }
  footer .main .quote p {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: calc(100% - 50px);
    float: right; }
    @media screen and (min-width: 768px) {
      footer .main .quote p {
        font-size: 22px;
        line-height: 26.4px; } }
    @media screen and (min-width: 1140px) {
      footer .main .quote p {
        font-size: 24px;
        line-height: 28.8px; } }
    @media screen and (min-width: 1550px) {
      footer .main .quote p {
        font-size: 30px;
        line-height: 36px; } }
    @media screen and (min-width: 1140px) {
      footer .main .quote p {
        width: calc(100% - 90px); } }
  footer .main .logos {
    float: left;
    width: 100%;
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      footer .main .logos {
        margin-top: 80px; } }
    footer .main .logos img {
      height: 55px;
      width: auto;
      float: right;
      margin-left: 30px;
      margin-bottom: 15px; }
  footer .subscribe {
    border-bottom: 1px solid #d62828; }
    footer .subscribe > p {
      color: #fff;
      font-weight: 800;
      margin-bottom: 30px; }
    footer .subscribe form .field {
      float: left;
      margin-right: 30px;
      width: 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 1024px) {
        footer .subscribe form .field {
          width: auto;
          margin-bottom: 0; } }
      footer .subscribe form .field input::-webkit-input-placeholder {
        color: #fff !important; }
      footer .subscribe form .field input:-moz-placeholder {
        color: #fff !important; }
      footer .subscribe form .field input::-moz-placeholder {
        color: #fff !important; }
      footer .subscribe form .field input:-ms-input-placeholder {
        color: #fff !important; }
      footer .subscribe form .field select option:first {
        color: #fff; }
      footer .subscribe form .field textarea {
        color: #fff; }
      footer .subscribe form .field textarea::placeholder {
        color: #fff; }
      footer .subscribe form .field label {
        color: #fff; }
      footer .subscribe form .field input {
        background: #d62828;
        color: #fff;
        width: 100%; }
        @media screen and (min-width: 1024px) {
          footer .subscribe form .field input {
            width: auto; } }
    footer .subscribe form .btn {
      margin: 0; }
      @media screen and (min-width: 1024px) {
        footer .subscribe form .btn {
          position: relative;
          top: 10px; } }
    footer .subscribe form .terms {
      width: 100%;
      float: left;
      margin: 20px 0;
      color: #9c9c9c;
      font-size: 12px;
      line-height: 19.416px; }
      @media screen and (min-width: 768px) {
        footer .subscribe form .terms {
          font-size: 14px;
          line-height: 22.652px; } }
      footer .subscribe form .terms a {
        color: #728a3f; }
        footer .subscribe form .terms a:hover {
          color: #9c9c9c; }
  footer .copyright {
    float: left;
    width: 100%; }
    footer .copyright p {
      font-weight: 600; }
      footer .copyright p a {
        color: #f96e11; }
        footer .copyright p a:hover {
          color: #9c9c9c; }
      footer .copyright p:first-of-type {
        float: left; }
      footer .copyright p:last-of-type {
        float: right; }

.login {
  background: #fff;
  height: 100vh;
  width: 100vw;
  position: relative; }
  .login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/resources/themes/landex/images/place-image-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-color: #212121;
    background-repeat: no-repeat;
    opacity: .1; }
  .login .login-details {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    background: #fff;
    width: 85vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    height: 85vh; }
    .login .login-details:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10vw;
      height: 100%;
      background-image: url("/resources/themes/landex/images/place-image-2.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-size: cover;
      background-color: #212121;
      background-repeat: no-repeat;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
      @media screen and (min-width: 768px) {
        .login .login-details:before {
          content: "";
          width: 15vw; } }
      @media screen and (min-width: 1140px) {
        .login .login-details:before {
          width: 10vw; } }
    @media screen and (min-width: 768px) {
      .login .login-details {
        padding: 30px;
        width: 70vw;
        height: 650px;
        padding-left: 18vw; } }
    @media screen and (min-width: 1140px) {
      .login .login-details {
        width: 60vw;
        padding-left: 12vw; } }
    @media screen and (min-width: 1550px) {
      .login .login-details {
        width: 50vw; } }
    .login .login-details .logo {
      width: 130px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details .logo {
          width: 200px;
          margin-bottom: 20px; } }
    .login .login-details h3 {
      font-size: 18px;
      font-weight: 500;
      color: #9c9c9c;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details h3 {
          margin-bottom: 20px; } }
    .login .login-details .powered-by {
      font-weight: 500;
      position: absolute;
      bottom: 30px;
      right: 30px;
      color: #9c9c9c; }
      .login .login-details .powered-by a {
        color: #F96E11; }
        .login .login-details .powered-by a:hover {
          opacity: .5; }
    .login .login-details .message.warning {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .login .login-details .message.warning {
          font-size: 14px;
          line-height: 18px; } }
    .login .login-details form label {
      font-size: 14px;
      margin-bottom: 10px;
      float: left;
      width: 100%;
      color: #9c9c9c; }
    .login .login-details form input[type=text], .login .login-details form input[type=password] {
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      font-size: 14px;
      margin-bottom: 10px;
      width: 100%;
      border: 2px solid #ececec;
      padding: 15px; }
      .login .login-details form input[type=text]:focus, .login .login-details form input[type=password]:focus {
        outline: none; }
    .login .login-details form input[type=submit] {
      font-weight: 500;
      font-size: 18px;
      color: #fff;
      padding: 15px 30px;
      border: 0;
      background: #9c9c9c;
      margin: 10px 0; }
      .login .login-details form input[type=submit]:hover {
        background: #212121; }
    .login .login-details form .field.checkbox {
      margin-top: 10px; }
      .login .login-details form .field.checkbox label {
        float: left;
        width: calc(100% - 20px); }
      .login .login-details form .field.checkbox input[type=checkbox] {
        float: left;
        position: relative;
        top: 4px;
        width: 20px; }
    .login .login-details form #ForgotPassword a {
      font-size: 14px;
      font-weight: 700;
      color: #b4b4b4; }

.main-banner {
  background-color: #293451;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  height: 100vh; }
  @media screen and (min-width: 768px) {
    .main-banner {
      height: 90vh; } }
  @media screen and (min-width: 1024px) {
    .main-banner {
      height: 100vh; } }
  @media screen and (min-width: 1140px) {
    .main-banner {
      height: 700px; } }
  @media screen and (min-width: 1550px) {
    .main-banner {
      height: 850px; } }
  .main-banner .overlay {
    height: 100%;
    width: 100%;
    background: rgba(38, 38, 38, 0.75); }
  .main-banner .shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: auto; }
    @media screen and (min-width: 768px) {
      .main-banner .shape {
        width: 90%; } }
    @media screen and (min-width: 1550px) {
      .main-banner .shape {
        width: 1500px; } }
  .main-banner .title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    margin-top: 200px;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .main-banner .title {
        font-size: 54px;
        line-height: 64.8px; } }
    @media screen and (min-width: 1140px) {
      .main-banner .title {
        font-size: 60px;
        line-height: 72px; } }
    @media screen and (min-width: 1550px) {
      .main-banner .title {
        font-size: 72px;
        line-height: 86.4px; } }
    @media screen and (min-width: 768px) {
      .main-banner .title {
        margin-top: 320px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 1024px) {
      .main-banner .title {
        width: 80%; } }
    @media screen and (min-width: 1140px) {
      .main-banner .title {
        margin-bottom: 20px;
        margin-top: 300px;
        width: 70%; } }
    @media screen and (min-width: 1550px) {
      .main-banner .title {
        margin-bottom: 40px;
        margin-top: 340px;
        width: 60%; } }
  .main-banner #banner-form {
    position: relative;
    z-index: 2;
    width: 100%; }
    .main-banner #banner-form .field {
      float: left;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .main-banner #banner-form .field {
          width: 48.5%;
          margin-right: 3%; }
          .main-banner #banner-form .field:nth-of-type(2) {
            margin-right: 0; } }
      @media screen and (min-width: 1140px) {
        .main-banner #banner-form .field {
          width: 40%; } }
      @media screen and (min-width: 1550px) {
        .main-banner #banner-form .field {
          width: 42%; } }
    .main-banner #banner-form .btn {
      margin: 0;
      float: right;
      position: relative; }
      @media screen and (min-width: 1140px) {
        .main-banner #banner-form .btn {
          top: 30px; } }
      @media screen and (min-width: 1550px) {
        .main-banner #banner-form .btn {
          top: 40px; } }

.banner-ctas-container {
  float: left;
  width: 100%;
  background: #cfd7ae;
  padding: 40px 0; }
  @media screen and (min-width: 1140px) {
    .banner-ctas-container {
      padding: 60px 0; } }
  @media screen and (min-width: 1550px) {
    .banner-ctas-container {
      padding: 80px 0; } }
  .banner-ctas-container .title {
    font-size: 24px;
    line-height: 28.8px; }
    @media screen and (min-width: 768px) {
      .banner-ctas-container .title {
        font-size: 32px;
        line-height: 38.4px; } }
    @media screen and (min-width: 1140px) {
      .banner-ctas-container .title {
        font-size: 42px;
        line-height: 50.4px; } }
    @media screen and (min-width: 1550px) {
      .banner-ctas-container .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .banner-ctas-container .banner-ctas .item > i {
    float: left; }
  .banner-ctas-container .banner-ctas .item .text-area {
    float: right;
    width: 100%; }
    @media screen and (min-width: 1140px) {
      .banner-ctas-container .banner-ctas .item .text-area {
        width: calc(100% - 140px); } }
    .banner-ctas-container .banner-ctas .item .text-area .title {
      font-weight: 800;
      font-size: 20px;
      line-height: 24px;
      color: #293451;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .banner-ctas-container .banner-ctas .item .text-area .title {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1140px) {
        .banner-ctas-container .banner-ctas .item .text-area .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1550px) {
        .banner-ctas-container .banner-ctas .item .text-area .title {
          font-size: 30px;
          line-height: 36px; } }

.logo-carousel-container {
  float: left;
  width: 100%;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .logo-carousel-container {
      margin: 40px 0; } }
  .logo-carousel-container .logo-carousel .item {
    position: relative;
    height: 160px; }
    .logo-carousel-container .logo-carousel .item img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 75%; }
      @media screen and (min-width: 1140px) {
        .logo-carousel-container .logo-carousel .item img {
          height: 80%;
          width: auto; } }

.internal-banner {
  background-color: #728a3f;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
  height: 440px; }
  .internal-banner .text-area p {color: #fff;}
  @media screen and (min-width: 768px) {
    .internal-banner {
      height: 450px; } }
  @media screen and (min-width: 1140px) {
    .internal-banner {
      height: 530px; } }
  .internal-banner .overlay {
    height: 100%;
    width: 100%;
    background: rgba(38, 38, 38, 0.75); }
    .internal-banner .overlay .shape {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 150%;
      height: auto; }
      @media screen and (min-width: 768px) {
        .internal-banner .overlay .shape {
          width: 90%; } }
      @media screen and (min-width: 1550px) {
        .internal-banner .overlay .shape {
          width: 1500px; } }
    .internal-banner .overlay .text-area {
      width: 100%;
      position: relative;
      z-index: 2;
      margin-top: 160px; }
      @media screen and (min-width: 768px) {
        .internal-banner .overlay .text-area {
          margin-top: 300px; } }
      @media screen and (min-width: 1140px) {
        .internal-banner .overlay .text-area {
          margin-top: 320px; } }
      .internal-banner .overlay .text-area .title {
        font-size: 50px;
        line-height: 60px;
        color: #fff;
        margin-bottom: 20px; }
        @media screen and (min-width: 768px) {
          .internal-banner .overlay .text-area .title {
            font-size: 70px;
            line-height: 84px; } }
        @media screen and (min-width: 1024px) {
          .internal-banner .overlay .text-area .title {
            font-size: 80px;
            line-height: 96px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner .overlay .text-area .title {
            font-size: 90px;
            line-height: 108px; } }
        @media screen and (min-width: 1550px) {
          .internal-banner .overlay .text-area .title {
            font-size: 102px;
            line-height: 122.4px; } }
      .internal-banner .overlay .text-area .sub {
        font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
        font-weight: 800;
        font-size: 20px;
        line-height: 24px;
        color: #fff; }
        @media screen and (min-width: 768px) {
          .internal-banner .overlay .text-area .sub {
            font-size: 22px;
            line-height: 26.4px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner .overlay .text-area .sub {
            font-size: 24px;
            line-height: 28.8px; } }
        @media screen and (min-width: 1550px) {
          .internal-banner .overlay .text-area .sub {
            font-size: 30px;
            line-height: 36px; } }
        .internal-banner .overlay .text-area .sub span {
          color: #293451; }
  @media screen and (min-width: 1140px) {
    .internal-banner.alt {
      height: 480px; } }
  .internal-banner.alt .overlay {
    background: transparent; }
    .internal-banner.alt .overlay .text-area .title {
      font-size: 40px;
      line-height: 48px; }
      @media screen and (min-width: 768px) {
        .internal-banner.alt .overlay .text-area .title {
          font-size: 54px;
          line-height: 64.8px; } }
      @media screen and (min-width: 1140px) {
        .internal-banner.alt .overlay .text-area .title {
          font-size: 60px;
          line-height: 72px; } }
      @media screen and (min-width: 1550px) {
        .internal-banner.alt .overlay .text-area .title {
          font-size: 72px;
          line-height: 86.4px; } }
  .internal-banner.news .overlay {
    background: transparent; }
    @media screen and (min-width: 1140px) {
      .internal-banner.news .overlay .text-area {
        width: 70%; } }
    .internal-banner.news .overlay .text-area .title {
      font-size: 24px;
      line-height: 28.8px; }
      @media screen and (min-width: 768px) {
        .internal-banner.news .overlay .text-area .title {
          font-size: 32px;
          line-height: 38.4px; } }
      @media screen and (min-width: 1140px) {
        .internal-banner.news .overlay .text-area .title {
          font-size: 42px;
          line-height: 50.4px; } }
      @media screen and (min-width: 1550px) {
        .internal-banner.news .overlay .text-area .title {
          font-size: 48px;
          line-height: 57.6px; } }
  .internal-banner.job-search {
    margin-bottom: 200px; }
    @media screen and (min-width: 768px) {
      .internal-banner.job-search {
        margin-bottom: 140px; } }
    @media screen and (min-width: 1140px) {
      .internal-banner.job-search {
        height: 570px; } }
    .internal-banner.job-search .overlay {
      background: transparent; }
      .internal-banner.job-search .overlay .text-area .title {
        font-size: 40px;
        line-height: 48px; }
        @media screen and (min-width: 768px) {
          .internal-banner.job-search .overlay .text-area .title {
            font-size: 54px;
            line-height: 64.8px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner.job-search .overlay .text-area .title {
            font-size: 60px;
            line-height: 72px; } }
        @media screen and (min-width: 1550px) {
          .internal-banner.job-search .overlay .text-area .title {
            font-size: 72px;
            line-height: 86.4px; } }
      .internal-banner.job-search .overlay #job-search {
        position: relative;
        z-index: 2;
        top: 40px;
        padding-top: 15px;
        padding-bottom: 15px; }
        .internal-banner.job-search .overlay #job-search .field, .internal-banner.job-search .overlay #job-search .FieldWrapper {
          margin-bottom: 0; }
          @media screen and (min-width: 768px) {
            .internal-banner.job-search .overlay #job-search .field, .internal-banner.job-search .overlay #job-search .FieldWrapper {
              width: 49%;
              margin-right: 2%; }
              .internal-banner.job-search .overlay #job-search .field:nth-of-type(2n), .internal-banner.job-search .overlay #job-search .FieldWrapper:nth-of-type(2n) {
                margin-right: 0; } }
          @media screen and (min-width: 1140px) {
            .internal-banner.job-search .overlay #job-search .field, .internal-banner.job-search .overlay #job-search .FieldWrapper {
              width: 38%;
              margin-bottom: 20px; } }
          .internal-banner.job-search .overlay #job-search .field:before, .internal-banner.job-search .overlay #job-search .FieldWrapper:before {
            position: absolute;
            top: 32%;
            left: 0;
            content: "\f061";
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 18px;
            line-height: 21.6px;
            color: #fff; }
            @media screen and (min-width: 768px) {
              .internal-banner.job-search .overlay #job-search .field:before, .internal-banner.job-search .overlay #job-search .FieldWrapper:before {
                font-size: 20px;
                line-height: 24px; } }
            @media screen and (min-width: 1140px) {
              .internal-banner.job-search .overlay #job-search .field:before, .internal-banner.job-search .overlay #job-search .FieldWrapper:before {
                font-size: 22px;
                line-height: 26.4px; } }
            @media screen and (min-width: 1550px) {
              .internal-banner.job-search .overlay #job-search .field:before, .internal-banner.job-search .overlay #job-search .FieldWrapper:before {
                font-size: 24px;
                line-height: 28.8px; } }
          .internal-banner.job-search .overlay #job-search .field input, .internal-banner.job-search .overlay #job-search .field select, .internal-banner.job-search .overlay #job-search .field textarea, .internal-banner.job-search .overlay #job-search .FieldWrapper input, .internal-banner.job-search .overlay #job-search .FieldWrapper select, .internal-banner.job-search .overlay #job-search .FieldWrapper textarea {
            padding-left: 40px;
            font-size: 18px;
            line-height: 21.6px; }
            @media screen and (min-width: 768px) {
              .internal-banner.job-search .overlay #job-search .field input, .internal-banner.job-search .overlay #job-search .field select, .internal-banner.job-search .overlay #job-search .field textarea, .internal-banner.job-search .overlay #job-search .FieldWrapper input, .internal-banner.job-search .overlay #job-search .FieldWrapper select, .internal-banner.job-search .overlay #job-search .FieldWrapper textarea {
                font-size: 20px;
                line-height: 24px; } }
            @media screen and (min-width: 1140px) {
              .internal-banner.job-search .overlay #job-search .field input, .internal-banner.job-search .overlay #job-search .field select, .internal-banner.job-search .overlay #job-search .field textarea, .internal-banner.job-search .overlay #job-search .FieldWrapper input, .internal-banner.job-search .overlay #job-search .FieldWrapper select, .internal-banner.job-search .overlay #job-search .FieldWrapper textarea {
                font-size: 22px;
                line-height: 26.4px; } }
            @media screen and (min-width: 1550px) {
              .internal-banner.job-search .overlay #job-search .field input, .internal-banner.job-search .overlay #job-search .field select, .internal-banner.job-search .overlay #job-search .field textarea, .internal-banner.job-search .overlay #job-search .FieldWrapper input, .internal-banner.job-search .overlay #job-search .FieldWrapper select, .internal-banner.job-search .overlay #job-search .FieldWrapper textarea {
                font-size: 24px;
                line-height: 28.8px; } }
        .internal-banner.job-search .overlay #job-search .btn {
          margin-top: 0;
          float: right;
          position: relative;
          top: 10px; }
  .internal-banner.job-detail {
    margin-bottom: 200px; }
    @media screen and (min-width: 768px) {
      .internal-banner.job-detail {
        margin-bottom: 140px; } }
    @media screen and (min-width: 1140px) {
      .internal-banner.job-detail {
        height: 570px; } }
    .internal-banner.job-detail .overlay {
      background: transparent; }
      .internal-banner.job-detail .overlay .text-area .title {
        font-size: 40px;
        line-height: 48px; }
        @media screen and (min-width: 768px) {
          .internal-banner.job-detail .overlay .text-area .title {
            font-size: 54px;
            line-height: 64.8px; } }
        @media screen and (min-width: 1140px) {
          .internal-banner.job-detail .overlay .text-area .title {
            font-size: 60px;
            line-height: 72px; } }
        @media screen and (min-width: 1550px) {
          .internal-banner.job-detail .overlay .text-area .title {
            font-size: 72px;
            line-height: 86.4px; } }
      .internal-banner.job-detail .overlay .wrap {
        position: relative; }
      .internal-banner.job-detail .overlay .job-details {
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        border-radius: 35px;
        position: absolute;
        z-index: 2;
        bottom: -205px;
        background: #475527;
        padding: 30px 40px; }
        @media screen and (min-width: 1550px) {
          .internal-banner.job-detail .overlay .job-details {
            padding: 40px 50px; } }
        .internal-banner.job-detail .overlay .job-details .item {
          position: relative;
          display: inline-block;
          margin-right: 40px; }
          .internal-banner.job-detail .overlay .job-details .item i {
            position: absolute;
            top: 0;
            left: 0;
            color: #728a3f;
            font-size: 20px;
            line-height: 24px; }
            @media screen and (min-width: 768px) {
              .internal-banner.job-detail .overlay .job-details .item i {
                font-size: 22px;
                line-height: 26.4px; } }
            @media screen and (min-width: 1140px) {
              .internal-banner.job-detail .overlay .job-details .item i {
                font-size: 24px;
                line-height: 28.8px; } }
            @media screen and (min-width: 1550px) {
              .internal-banner.job-detail .overlay .job-details .item i {
                font-size: 30px;
                line-height: 36px; } }
          .internal-banner.job-detail .overlay .job-details .item p {
            color: #fff;
            padding-left: 60px;
            font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
            font-weight: 800;
            font-size: 20px;
            line-height: 24px; }
            @media screen and (min-width: 768px) {
              .internal-banner.job-detail .overlay .job-details .item p {
                font-size: 22px;
                line-height: 26.4px; } }
            @media screen and (min-width: 1140px) {
              .internal-banner.job-detail .overlay .job-details .item p {
                font-size: 24px;
                line-height: 28.8px; } }
            @media screen and (min-width: 1550px) {
              .internal-banner.job-detail .overlay .job-details .item p {
                font-size: 30px;
                line-height: 36px; } }
        .internal-banner.job-detail .overlay .job-details .btn {
          float: right;
          margin: 0;
          padding-top: 0;
          padding-bottom: 0; }
          .internal-banner.job-detail .overlay .job-details .btn:before {
            top: -6px; }

.contact-details {
  float: left;
  width: 100%;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .contact-details {
      margin: 40px 0; } }
  .contact-details .item {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    background: #ececec;
    padding: 30px;
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .contact-details .item {
        width: 49%;
        margin-right: 2%; }
        .contact-details .item:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (min-width: 1140px) {
      .contact-details .item {
        width: 32%;
        margin-right: 2%; }
        .contact-details .item:nth-of-type(2n) {
          margin-right: 2%; }
        .contact-details .item:nth-of-type(3n) {
          margin-right: 0; } }
    .contact-details .item .title, .contact-details .item p {
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      color: #293451; }
      @media screen and (min-width: 768px) {
        .contact-details .item .title, .contact-details .item p {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1140px) {
        .contact-details .item .title, .contact-details .item p {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1550px) {
        .contact-details .item .title, .contact-details .item p {
          font-size: 30px;
          line-height: 36px; } }

.icon-text-carousel-container {
  margin: 30px 0;
  padding: 0 0 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .icon-text-carousel-container {
      margin: 40px 0; } }
  .icon-text-carousel-container .icon-text-carousel .item {
    background: #f5f5f5;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    padding: 30px; }
    @media screen and (min-width: 1024px) {
      .icon-text-carousel-container .icon-text-carousel .item {
        padding: 50px 40px; } }
    .icon-text-carousel-container .icon-text-carousel .item .icon-block {
      margin-bottom: 20px; padding:20px;}
    .icon-text-carousel-container .icon-text-carousel .item .title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .icon-text-carousel-container .icon-text-carousel .item .title {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1140px) {
        .icon-text-carousel-container .icon-text-carousel .item .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1550px) {
        .icon-text-carousel-container .icon-text-carousel .item .title {
          font-size: 30px;
          line-height: 36px; } }

.image-text-icon-container {
  margin: 30px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .image-text-icon-container {
      margin: 40px 0; } }
  .image-text-icon-container .wrap {
    max-width: 1220px; }
    .image-text-icon-container .wrap .image-text-icon {
      margin: 20px auto;
      float: left;
      width: 100%;
      margin: 30px 0; }
      @media screen and (min-width: 1140px) {
        .image-text-icon-container .wrap .image-text-icon {
          margin: 60px 0; } }
      .image-text-icon-container .wrap .image-text-icon .area {
        float: left; }
      .image-text-icon-container .wrap .image-text-icon .img.area {
        width: 100%;
        position: relative; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon .img.area {
            width: 40%; } }
        @media screen and (min-width: 1140px) {
          .image-text-icon-container .wrap .image-text-icon .img.area {
            width: 50%; } }
        .image-text-icon-container .wrap .image-text-icon .img.area img {
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          -ms-border-radius: 35px;
          border-radius: 35px;
          -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); }
        .image-text-icon-container .wrap .image-text-icon .img.area .icon-block {
          position: absolute;
          top: 10px;
          left: 10px; 
          padding:18px;
        }
          @media screen and (min-width: 1140px) {
            .image-text-icon-container .wrap .image-text-icon .img.area .icon-block {
              top: -25px;
              left: -25px; } }
      .image-text-icon-container .wrap .image-text-icon .text.area {
        width: 100%; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon .text.area {
            width: 60%;
            padding-right: 5%; } }
        @media screen and (min-width: 1140px) {
          .image-text-icon-container .wrap .image-text-icon .text.area {
            width: 50%; } }
        .image-text-icon-container .wrap .image-text-icon .text.area .title {
          font-size: 24px;
          line-height: 28.8px; }
          @media screen and (min-width: 768px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 32px;
              line-height: 38.4px; } }
          @media screen and (min-width: 1140px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 42px;
              line-height: 50.4px; } }
          @media screen and (min-width: 1550px) {
            .image-text-icon-container .wrap .image-text-icon .text.area .title {
              font-size: 48px;
              line-height: 57.6px; } }
      @media screen and (min-width: 1140px) {
        .image-text-icon-container .wrap .image-text-icon.alt .img.area .icon-block {
          right: -25px;
          left: auto; } }
      .image-text-icon-container .wrap .image-text-icon.alt .text.area {
        float: right; }
        @media screen and (min-width: 768px) {
          .image-text-icon-container .wrap .image-text-icon.alt .text.area {
            padding-left: 5%;
            padding-right: 0; } }

.faqs {
  float: left;
  width: 100%;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .faqs {
      margin: 40px 0; } }
  .faqs .item {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .faqs .item .area {
      float: left;
      width: 100%; }
    .faqs .item .title.area {
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      border-radius: 35px;
      position: relative;
      cursor: pointer;
      background: #f5f5f5;
      padding: 33px 5px;
      padding-left: 110px; }
      .faqs .item .title.area .icon {
        position: absolute;
        top: 10px;
        left: 10px; }
      .faqs .item .title.area .title {
        margin: 0;
        font-size: 18px;
        line-height: 21.6px; }
        @media screen and (min-width: 768px) {
          .faqs .item .title.area .title {
            font-size: 20px;
            line-height: 24px; } }
        @media screen and (min-width: 1140px) {
          .faqs .item .title.area .title {
            font-size: 22px;
            line-height: 26.4px; } }
        @media screen and (min-width: 1550px) {
          .faqs .item .title.area .title {
            font-size: 24px;
            line-height: 28.8px; } }
      .faqs .item .title.area .arrow {
        display: none;
        position: absolute;
        top: 37%;
        right: 30px;
        font-size: 24px;
        color: #293451; }
        .faqs .item .title.area .arrow.active {
          display: block; }
    .faqs .item .text.area {
      padding: 30px;
      display: none; }

.cta {
  position: relative;
  background-color: #293451;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  float: left;
  width: 100%;
  margin-bottom: 2%; }
.cta p {color: #FFF;}
  @media screen and (min-width: 768px) {
    .cta {
      height: 570px; } }
  .cta:hover .overlay {
    background: #212121; }
  .cta .link-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .cta .overlay {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.75);
    padding: 30px; }
    @media screen and (min-width: 1140px) {
      .cta .overlay {
        padding: 50px 60px; } }
    .cta .overlay .icon-block {
      background: #fff;
      color: #728a3f;
      margin-bottom: 20px; }
    .cta .overlay .title {
      color: #fff;
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .cta .overlay .title {
          font-size: 54px;
          line-height: 64.8px; } }
      @media screen and (min-width: 1140px) {
        .cta .overlay .title {
          font-size: 60px;
          line-height: 72px; } }
      @media screen and (min-width: 1550px) {
        .cta .overlay .title {
          font-size: 72px;
          line-height: 86.4px; } }
      @media screen and (min-width: 1140px) {
        .cta .overlay .title {
          width: 75%; } }
    .cta .overlay .date {
      color: #fff;
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800; }
    .cta .overlay .btn {
      position: absolute;
      bottom: 30px;
      left: 30px; }
      @media screen and (min-width: 1140px) {
        .cta .overlay .btn {
          bottom: 60px;
          left: 50px; } }

.span_1_of_2 .cta .overlay .title {
  width: 100%;
  font-size: 30px;
  line-height: 36px; }
  @media screen and (min-width: 768px) {
    .span_1_of_2 .cta .overlay .title {
      font-size: 42px;
      line-height: 50.4px; } }
  @media screen and (min-width: 1140px) {
    .span_1_of_2 .cta .overlay .title {
      font-size: 52px;
      line-height: 62.4px; } }
  @media screen and (min-width: 1550px) {
    .span_1_of_2 .cta .overlay .title {
      font-size: 60px;
      line-height: 72px; } }

.jobs .item {
  float: left;
  width: 100%;
  background: #f5f5f5;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  padding: 30px; }
  @media screen and (min-width: 1140px) {
    .jobs .item {
      padding: 50px; } }
  .jobs .item > img {
    float: left;
    width: 50%;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .jobs .item > img {
        width: 35%; } }
    @media screen and (min-width: 1024px) {
      .jobs .item > img {
        float: right;
        width: 30%;
        margin-bottom: 0; } }
    @media screen and (min-width: 1140px) {
      .jobs .item > img {
        width: 200px; } }
  .jobs .item .title-area {
    float: left;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .jobs .item .title-area {
        width: 65%; } }
    @media screen and (min-width: 1140px) {
      .jobs .item .title-area {
        width: calc(100% - 230px); } }
    .jobs .item .title-area .title {
      font-weight: 800;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .jobs .item .title-area .title {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1140px) {
        .jobs .item .title-area .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1550px) {
        .jobs .item .title-area .title {
          font-size: 30px;
          line-height: 36px; } }
    .jobs .item .title-area p {
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 21.6px;
      margin-bottom: 10px; }
      @media screen and (min-width: 768px) {
        .jobs .item .title-area p {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .jobs .item .title-area p {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1550px) {
        .jobs .item .title-area p {
          font-size: 24px;
          line-height: 28.8px; } }
    .jobs .item .title-area .location {
      font-weight: 800; }
    .jobs .item .title-area .pay {
      font-weight: 800;
      color: #728a3f; }
  .jobs .item > p {
    float: left;
    width: 100%;
    margin-top: 20px; }
  .jobs .item .btn {
    margin-bottom: 0;
    float: left; }
.jobs-carousel {
  float: left;
  width: 100%; }
.jobs-list {
  float: left;
  width: 100%; }
  .jobs-list .item {
    margin-bottom: 30px; }

.jobs-carousel-container {
  margin: 30px 0;
  float: left;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .jobs-carousel-container {
      margin: 40px 0; } }

form.form-alt.jobs-search-filter {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  padding-left: 30px;
  border-left: 1px solid #9c9c9c; }
  form.form-alt.jobs-search-filter .field.select {
    margin-bottom: 40px; }
    form.form-alt.jobs-search-filter .field.select:before {
      top: 35%; }
    form.form-alt.jobs-search-filter .field.select select {
      font-size: 14px;
      line-height: 22.652px;
      padding: 20px 0; }
      @media screen and (min-width: 768px) {
        form.form-alt.jobs-search-filter .field.select select {
          font-size: 16px;
          line-height: 25.888px; } }
      @media screen and (min-width: 1140px) {
        form.form-alt.jobs-search-filter .field.select select {
          font-size: 18px;
          line-height: 29.124px; } }
  form.form-alt.jobs-search-filter .filter-group {
    float: left;
    width: 100%;
    margin-bottom: 40px; }
    form.form-alt.jobs-search-filter .filter-group .title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        form.form-alt.jobs-search-filter .filter-group .title {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1140px) {
        form.form-alt.jobs-search-filter .filter-group .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1550px) {
        form.form-alt.jobs-search-filter .filter-group .title {
          font-size: 30px;
          line-height: 36px; } }
    form.form-alt.jobs-search-filter .filter-group .field {
      margin-bottom: 10px; }

.job-details-container {
  padding-left: 30px;
  border-left: 1px solid #9c9c9c; }
  @media screen and (min-width: 768px) {
    .job-details-container img {
      width: 70%;
      margin-bottom: 40px; } }
  .job-details-container .item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
    .job-details-container .item i {
      position: absolute;
      top: 0;
      left: 0;
      color: #728a3f;
      font-size: 18px;
      line-height: 21.6px; }
      @media screen and (min-width: 768px) {
        .job-details-container .item i {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .job-details-container .item i {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1550px) {
        .job-details-container .item i {
          font-size: 24px;
          line-height: 28.8px; } }
    .job-details-container .item p {
      padding-left: 60px;
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800;
      font-size: 18px;
      line-height: 21.6px; }
      @media screen and (min-width: 768px) {
        .job-details-container .item p {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .job-details-container .item p {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1550px) {
        .job-details-container .item p {
          font-size: 24px;
          line-height: 28.8px; } }

.tabs-container {
  float: left;
  width: 100%; }
  .tabs-container .tabs {
    float: left;
    width: 100%;
    margin: 0; }
    .tabs-container .tabs li {
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
  .tabs-container .content {
    float: left;
    width: 100%;
    display: none; }
    .tabs-container .content.current {
      display: block; }
    .tabs-container .content > ul {
      margin: 20px 0;
      width: 100%;
      float: left; }
      .tabs-container .content > ul li {
        position: relative;
        padding-left: 30px;
        font-size: 14px;
        line-height: 22.652px;
        color: #212121;
        margin-bottom: 20px;
        width: 100%; }
        @media screen and (min-width: 768px) {
          .tabs-container .content > ul li {
            font-size: 16px;
            line-height: 25.888px; } }
        @media screen and (min-width: 1140px) {
          .tabs-container .content > ul li {
            font-size: 18px;
            line-height: 29.124px; } }
        .tabs-container .content > ul li:before {
          content: "\f061";
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          color: #728a3f;
          position: absolute;
          top: 0;
          left: 0; }
        .tabs-container .content > ul li a {
          font-weight: 800; }
  .tabs-container#tabs-full {
    position: relative;
    margin: 30px 0; }
    @media screen and (min-width: 768px) {
      .tabs-container#tabs-full {
        margin: 40px 0; } }
    .tabs-container#tabs-full .tabs {
      margin-bottom: 30px; }
      @media screen and (min-width: 1140px) {
        .tabs-container#tabs-full .tabs {
          width: 75px; } }
      .tabs-container#tabs-full .tabs li {
        float: left;
        margin-right: 20px;
        background: transparent;
        color: #728a3f;
        border: 4px solid #728a3f; 
        padding:14px;
      }
        .tabs-container#tabs-full .tabs li:last-of-type {
          margin-right: 0; }
        @media screen and (min-width: 1140px) {
          .tabs-container#tabs-full .tabs li {
            margin-right: 0;
            float: unset;
            display: block;
            margin-bottom: 20px; } }
        .tabs-container#tabs-full .tabs li.current, .tabs-container#tabs-full .tabs li:hover {
          background: #728a3f;
          color: #fff; }
    .tabs-container#tabs-full .content {
      position: relative; }
      @media screen and (min-width: 1140px) {
        .tabs-container#tabs-full .content {
          float: right;
          width: calc(100% - 110px); } }
      .tabs-container#tabs-full .content .area {
        float: left;
        width: 100%; }
        .tabs-container#tabs-full .content .area.text {
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          -ms-border-radius: 35px;
          border-radius: 35px;
          background: #f5f5f5;
          padding: 30px;
          margin-bottom: 20px; }
          @media screen and (min-width: 1140px) {
            .tabs-container#tabs-full .content .area.text {
              padding: 40px;
              width: 60%;
              padding-right: 10%; } }
          .tabs-container#tabs-full .content .area.text .title {
            font-size: 24px;
            line-height: 28.8px;
            margin-bottom: 30px; }
            @media screen and (min-width: 768px) {
              .tabs-container#tabs-full .content .area.text .title {
                font-size: 32px;
                line-height: 38.4px; } }
            @media screen and (min-width: 1140px) {
              .tabs-container#tabs-full .content .area.text .title {
                font-size: 42px;
                line-height: 50.4px; } }
            @media screen and (min-width: 1550px) {
              .tabs-container#tabs-full .content .area.text .title {
                font-size: 48px;
                line-height: 57.6px; } }
        @media screen and (min-width: 1140px) {
          .tabs-container#tabs-full .content .area.img {
            position: absolute;
            right: 0;
            top: 40px;
            width: 45%; } }
        .tabs-container#tabs-full .content .area.img img {
          -webkit-border-radius: 35px;
          -moz-border-radius: 35px;
          -ms-border-radius: 35px;
          border-radius: 35px;
          -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
          -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); }
    .tabs-container#tabs-full .shape {
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      width: 96%;
      height: 60vw; }
      @media screen and (min-width: 768px) {
        .tabs-container#tabs-full .shape {
          width: 90%;
          height: auto; } }
      @media screen and (min-width: 1024px) {
        .tabs-container#tabs-full .shape {
          width: 80%;
          height: 50vw; } }
      @media screen and (min-width: 1140px) {
        .tabs-container#tabs-full .shape {
          width: 55%;
          height: 52vw; } }
      @media screen and (min-width: 1550px) {
        .tabs-container#tabs-full .shape {
          width: 53%;
          height: 41vw; } }

.news .item {
  position: relative;
  background-color: #293451;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  float: left;
  width: 100%;
  min-height: 240px;
  margin-bottom: 2%; }
  .news .item:hover .overlay {
    background: #212121; }
  .news .item .link-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .news .item .overlay {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.75);
    padding: 30px; }
    .news .item .overlay .title {
      color: #fff;
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .news .item .overlay .title {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1140px) {
        .news .item .overlay .title {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1550px) {
        .news .item .overlay .title {
          font-size: 30px;
          line-height: 36px; } }
    .news .item .overlay .date {
      color: #fff;
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800; }
@media screen and (min-width: 768px) {
  .news-latest .item {
    width: 49%;
    margin-right: 2%; }
    .news-latest .item:nth-of-type(2n) {
      margin-right: 0; } }
@media screen and (min-width: 1140px) {
  .news-latest .item {
    width: 32%;
    margin-right: 2%; }
    .news-latest .item:nth-of-type(2n) {
      margin-right: 2%; }
    .news-latest .item:nth-of-type(3n) {
      margin-right: 0; } }
.news-latest .item .overlay .title {
  font-size: 18px;
  line-height: 21.6px; }
  @media screen and (min-width: 768px) {
    .news-latest .item .overlay .title {
      font-size: 20px;
      line-height: 24px; } }
  @media screen and (min-width: 1140px) {
    .news-latest .item .overlay .title {
      font-size: 22px;
      line-height: 26.4px; } }
  @media screen and (min-width: 1550px) {
    .news-latest .item .overlay .title {
      font-size: 24px;
      line-height: 28.8px; } }
.news-list {
  float: left;
  width: 100%;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .news-list {
      margin: 40px 0; } }
  .news-list .item {
    min-height: 360px; }
    @media screen and (min-width: 1024px) {
      .news-list .item {
        width: 49%;
        margin-right: 2%; }
        .news-list .item:nth-of-type(2n+1) {
          margin-right: 0; } }
    .news-list .item:first-of-type {
      width: 100%; }
      .news-list .item:first-of-type .overlay .title {
        font-size: 24px;
        line-height: 28.8px; }
        @media screen and (min-width: 768px) {
          .news-list .item:first-of-type .overlay .title {
            font-size: 32px;
            line-height: 38.4px; } }
        @media screen and (min-width: 1140px) {
          .news-list .item:first-of-type .overlay .title {
            font-size: 42px;
            line-height: 50.4px; } }
        @media screen and (min-width: 1550px) {
          .news-list .item:first-of-type .overlay .title {
            font-size: 48px;
            line-height: 57.6px; } }

.news-latest-container {
  float: left;
  width: 100%;
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    .news-latest-container {
      margin: 40px 0; } }

.news-categories {
  float: left;
  width: 100%;
  margin: 30px 0;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  background: #ececec;
  padding: 30px; }
  @media screen and (min-width: 768px) {
    .news-categories {
      margin: 40px 0; } }
  .news-categories .title {
    margin-bottom: 20px; }
  .news-categories li {
    margin-bottom: 20px; }
    .news-categories li a {
      font-weight: 600;
      font-size: 18px;
      line-height: 21.6px;
      color: #293451; }
      @media screen and (min-width: 768px) {
        .news-categories li a {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .news-categories li a {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1550px) {
        .news-categories li a {
          font-size: 24px;
          line-height: 28.8px; } }

.form-default, .CustomisableForm {
  float: left;
  width: 100%;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  position: relative;
  background: #475527;
  padding: 40px; }
.form-default p, .form-default h1, .form-default h2, .form-default h3, .form-default h4, .form-default h5, .form-default h6 {
  color: #fff;
}
  @media screen and (min-width: 1550px) {
    .form-default, .CustomisableForm {
      padding: 60px 50px; } }
  .form-default > i, .CustomisableForm > i {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
    display: block; }
    @media screen and (min-width: 768px) {
      .form-default > i, .CustomisableForm > i {
        font-size: 54px;
        line-height: 64.8px; } }
    @media screen and (min-width: 1140px) {
      .form-default > i, .CustomisableForm > i {
        font-size: 60px;
        line-height: 72px; } }
    @media screen and (min-width: 1550px) {
      .form-default > i, .CustomisableForm > i {
        font-size: 72px;
        line-height: 86.4px; } }
  .form-default .btn, .CustomisableForm .btn {
    margin-bottom: 0;
    display: inline-block; }
  .form-default .title, .CustomisableForm .title {
    font-size: 24px;
    line-height: 28.8px;
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .form-default .title, .CustomisableForm .title {
        font-size: 32px;
        line-height: 38.4px; } }
    @media screen and (min-width: 1140px) {
      .form-default .title, .CustomisableForm .title {
        font-size: 42px;
        line-height: 50.4px; } }
    @media screen and (min-width: 1550px) {
      .form-default .title, .CustomisableForm .title {
        font-size: 48px;
        line-height: 57.6px; } }
  .form-default .field, .form-default .FieldWrapper, .CustomisableForm .field, .CustomisableForm .FieldWrapper {
    position: relative;
    z-index: 3;
    float: left;
    width: 100%;
    margin-bottom: 25px; }
    .form-default .field label, .form-default .FieldWrapper label, .CustomisableForm .field label, .CustomisableForm .FieldWrapper label {
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800;
      font-size: 18px;
      line-height: 21.6px;
      color: #fff;
      float: left;
      width: 100%;
      margin-bottom: 0; }
      @media screen and (min-width: 768px) {
        .form-default .field label, .form-default .FieldWrapper label, .CustomisableForm .field label, .CustomisableForm .FieldWrapper label {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .form-default .field label, .form-default .FieldWrapper label, .CustomisableForm .field label, .CustomisableForm .FieldWrapper label {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1550px) {
        .form-default .field label, .form-default .FieldWrapper label, .CustomisableForm .field label, .CustomisableForm .FieldWrapper label {
          font-size: 24px;
          line-height: 28.8px; } }
    .form-default .field input, .form-default .field select, .form-default .field textarea, .form-default .FieldWrapper input, .form-default .FieldWrapper select, .form-default .FieldWrapper textarea, .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 300;
      font-size: 20px;
      line-height: 24px;
      float: left;
      width: 100%;
      color: #fff;
      padding: 25px 0;
      border: 0;
      background: transparent;
      border-bottom: solid 4px #fff; }
      @media screen and (min-width: 768px) {
        .form-default .field input, .form-default .field select, .form-default .field textarea, .form-default .FieldWrapper input, .form-default .FieldWrapper select, .form-default .FieldWrapper textarea, .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1140px) {
        .form-default .field input, .form-default .field select, .form-default .field textarea, .form-default .FieldWrapper input, .form-default .FieldWrapper select, .form-default .FieldWrapper textarea, .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
          font-size: 24px;
          line-height: 28.8px; } }
      @media screen and (min-width: 1550px) {
        .form-default .field input, .form-default .field select, .form-default .field textarea, .form-default .FieldWrapper input, .form-default .FieldWrapper select, .form-default .FieldWrapper textarea, .CustomisableForm .field input, .CustomisableForm .field select, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper input, .CustomisableForm .FieldWrapper select, .CustomisableForm .FieldWrapper textarea {
          font-size: 30px;
          line-height: 36px; } }
    .form-default .field textarea, .form-default .FieldWrapper textarea, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper textarea {
      height: 220px; }
    .form-default .field.select, .form-default .FieldWrapper.select, .CustomisableForm .field.select, .CustomisableForm .FieldWrapper.select {
      position: relative; }
      .form-default .field.select:before, .form-default .FieldWrapper.select:before, .CustomisableForm .field.select:before, .CustomisableForm .FieldWrapper.select:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #fff;
        content: "\f063";
        position: absolute;
        top: 50%;
        right: 0; }
      .form-default .field.select select, .form-default .FieldWrapper.select select, .CustomisableForm .field.select select, .CustomisableForm .FieldWrapper.select select {
        cursor: pointer;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none; }
    .form-default .field input::-webkit-input-placeholder, .form-default .FieldWrapper input::-webkit-input-placeholder, .CustomisableForm .field input::-webkit-input-placeholder, .CustomisableForm .FieldWrapper input::-webkit-input-placeholder {
      color: #fff !important; }
    .form-default .field input:-moz-placeholder, .form-default .FieldWrapper input:-moz-placeholder, .CustomisableForm .field input:-moz-placeholder, .CustomisableForm .FieldWrapper input:-moz-placeholder {
      color: #fff !important; }
    .form-default .field input::-moz-placeholder, .form-default .FieldWrapper input::-moz-placeholder, .CustomisableForm .field input::-moz-placeholder, .CustomisableForm .FieldWrapper input::-moz-placeholder {
      color: #fff !important; }
    .form-default .field input:-ms-input-placeholder, .form-default .FieldWrapper input:-ms-input-placeholder, .CustomisableForm .field input:-ms-input-placeholder, .CustomisableForm .FieldWrapper input:-ms-input-placeholder {
      color: #fff !important; }
    .form-default .field select option:first, .form-default .FieldWrapper select option:first, .CustomisableForm .field select option:first, .CustomisableForm .FieldWrapper select option:first {
      color: #fff; }
    .form-default .field textarea, .form-default .FieldWrapper textarea, .CustomisableForm .field textarea, .CustomisableForm .FieldWrapper textarea {
      color: #fff; }
    .form-default .field textarea::placeholder, .form-default .FieldWrapper textarea::placeholder, .CustomisableForm .field textarea::placeholder, .CustomisableForm .FieldWrapper textarea::placeholder {
      color: #fff; }
    .form-default .field.checkbox, .form-default .FieldWrapper.checkbox, .CustomisableForm .field.checkbox, .CustomisableForm .FieldWrapper.checkbox {
      position: relative;
      float: left;
      width: 100%; }
      .form-default .field.checkbox input, .form-default .FieldWrapper.checkbox input, .CustomisableForm .field.checkbox input, .CustomisableForm .FieldWrapper.checkbox input {
        width: 20px;
        position: absolute;
        opacity: 0; }
        .form-default .field.checkbox input + label, .form-default .FieldWrapper.checkbox input + label, .CustomisableForm .field.checkbox input + label, .CustomisableForm .FieldWrapper.checkbox input + label {
          font-family: "Be Vietnam", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
          font-weight: 300;
          font-size: 14px;
          line-height: 22.652px;
          margin-top: 10px;
          font-style: normal;
          position: relative;
          display: block;
          cursor: pointer;
          padding: 0;
          padding-left: 50px; }
          @media screen and (min-width: 768px) {
            .form-default .field.checkbox input + label, .form-default .FieldWrapper.checkbox input + label, .CustomisableForm .field.checkbox input + label, .CustomisableForm .FieldWrapper.checkbox input + label {
              font-size: 16px;
              line-height: 25.888px; } }
          @media screen and (min-width: 1140px) {
            .form-default .field.checkbox input + label, .form-default .FieldWrapper.checkbox input + label, .CustomisableForm .field.checkbox input + label, .CustomisableForm .FieldWrapper.checkbox input + label {
              font-size: 18px;
              line-height: 29.124px; } }
          .form-default .field.checkbox input + label:before, .form-default .FieldWrapper.checkbox input + label:before, .CustomisableForm .field.checkbox input + label:before, .CustomisableForm .FieldWrapper.checkbox input + label:before {
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            transition: 0.3s;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 30px;
            background: transparent;
            border: 4px solid #fff; }
        .form-default .field.checkbox input:checked + label:before, .form-default .FieldWrapper.checkbox input:checked + label:before, .CustomisableForm .field.checkbox input:checked + label:before, .CustomisableForm .FieldWrapper.checkbox input:checked + label:before {
          background: #fff; }
        .form-default .field.checkbox input:checked + label:after, .form-default .FieldWrapper.checkbox input:checked + label:after, .CustomisableForm .field.checkbox input:checked + label:after, .CustomisableForm .FieldWrapper.checkbox input:checked + label:after {
          content: '';
          position: absolute;
          left: 9px;
          top: 13px;
          background: #728a3f;
          width: 3px;
          height: 3px;
          box-shadow: 2px 0 0 #728a3f, 4px 0 0 #728a3f, 4px -2px 0 #728a3f, 4px -4px 0 #728a3f, 4px -6px 0 #728a3f, 4px -8px 0 #728a3f;
          transform: rotate(45deg); }
    .form-default .field.file input, .form-default .FieldWrapper.file input, .CustomisableForm .field.file input, .CustomisableForm .FieldWrapper.file input {
      width: 0;
      height: 0;
      opacity: 0;
      overflow: hidden; }
    .form-default .field.file label, .form-default .FieldWrapper.file label, .CustomisableForm .field.file label, .CustomisableForm .FieldWrapper.file label {
      display: block;
      position: relative;
      color: #fff;
      font-size: 18px;
      line-height: 21.6px;
      font-family: "Muli", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
      font-weight: 800;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      -ms-border-radius: 35px;
      border-radius: 35px;
      background: #728a3f;
      padding: 20px;
      padding-left: 40px;
      margin-bottom: 20px;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .form-default .field.file label, .form-default .FieldWrapper.file label, .CustomisableForm .field.file label, .CustomisableForm .FieldWrapper.file label {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .form-default .field.file label, .form-default .FieldWrapper.file label, .CustomisableForm .field.file label, .CustomisableForm .FieldWrapper.file label {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1550px) {
        .form-default .field.file label, .form-default .FieldWrapper.file label, .CustomisableForm .field.file label, .CustomisableForm .FieldWrapper.file label {
          font-size: 24px;
          line-height: 28.8px; } }
      .form-default .field.file label:before, .form-default .FieldWrapper.file label:before, .CustomisableForm .field.file label:before, .CustomisableForm .FieldWrapper.file label:before {
        content: "\f574";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 30px; }
      .form-default .field.file label:hover, .form-default .FieldWrapper.file label:hover, .CustomisableForm .field.file label:hover, .CustomisableForm .FieldWrapper.file label:hover {
        background: #212121; }
      @media screen and (min-width: 1024px) {
        .form-default .field.file label, .form-default .FieldWrapper.file label, .CustomisableForm .field.file label, .CustomisableForm .FieldWrapper.file label {
          padding: 30px 20px;
          padding-left: 70px; }
          .form-default .field.file label:before, .form-default .FieldWrapper.file label:before, .CustomisableForm .field.file label:before, .CustomisableForm .FieldWrapper.file label:before {
            left: 40px; } }
  .form-default.form-alt, .CustomisableForm.form-alt {
    background: #ececec; }
    .form-default.form-alt > i, .CustomisableForm.form-alt > i {
      color: #293451; }
    .form-default.form-alt .field label, .form-default.form-alt .FieldWrapper label, .CustomisableForm.form-alt .field label, .CustomisableForm.form-alt .FieldWrapper label {
      color: #293451; }
    .form-default.form-alt .field input, .form-default.form-alt .field select, .form-default.form-alt .field textarea, .form-default.form-alt .FieldWrapper input, .form-default.form-alt .FieldWrapper select, .form-default.form-alt .FieldWrapper textarea, .CustomisableForm.form-alt .field input, .CustomisableForm.form-alt .field select, .CustomisableForm.form-alt .field textarea, .CustomisableForm.form-alt .FieldWrapper input, .CustomisableForm.form-alt .FieldWrapper select, .CustomisableForm.form-alt .FieldWrapper textarea {
      color: #293451;
      border-bottom: solid 4px #293451; }
    .form-default.form-alt .field.select:before, .form-default.form-alt .FieldWrapper.select:before, .CustomisableForm.form-alt .field.select:before, .CustomisableForm.form-alt .FieldWrapper.select:before {
      color: #293451; }
    .form-default.form-alt .field input::-webkit-input-placeholder, .form-default.form-alt .FieldWrapper input::-webkit-input-placeholder, .CustomisableForm.form-alt .field input::-webkit-input-placeholder, .CustomisableForm.form-alt .FieldWrapper input::-webkit-input-placeholder {
      color: #293451 !important; }
    .form-default.form-alt .field input:-moz-placeholder, .form-default.form-alt .FieldWrapper input:-moz-placeholder, .CustomisableForm.form-alt .field input:-moz-placeholder, .CustomisableForm.form-alt .FieldWrapper input:-moz-placeholder {
      color: #293451 !important; }
    .form-default.form-alt .field input::-moz-placeholder, .form-default.form-alt .FieldWrapper input::-moz-placeholder, .CustomisableForm.form-alt .field input::-moz-placeholder, .CustomisableForm.form-alt .FieldWrapper input::-moz-placeholder {
      color: #293451 !important; }
    .form-default.form-alt .field input:-ms-input-placeholder, .form-default.form-alt .FieldWrapper input:-ms-input-placeholder, .CustomisableForm.form-alt .field input:-ms-input-placeholder, .CustomisableForm.form-alt .FieldWrapper input:-ms-input-placeholder {
      color: #293451 !important; }
    .form-default.form-alt .field select option:first, .form-default.form-alt .FieldWrapper select option:first, .CustomisableForm.form-alt .field select option:first, .CustomisableForm.form-alt .FieldWrapper select option:first {
      color: #293451; }
    .form-default.form-alt .field textarea, .form-default.form-alt .FieldWrapper textarea, .CustomisableForm.form-alt .field textarea, .CustomisableForm.form-alt .FieldWrapper textarea {
      color: #293451; }
    .form-default.form-alt .field textarea::placeholder, .form-default.form-alt .FieldWrapper textarea::placeholder, .CustomisableForm.form-alt .field textarea::placeholder, .CustomisableForm.form-alt .FieldWrapper textarea::placeholder {
      color: #293451; }
    .form-default.form-alt .field.checkbox input + label, .form-default.form-alt .FieldWrapper.checkbox input + label, .CustomisableForm.form-alt .field.checkbox input + label, .CustomisableForm.form-alt .FieldWrapper.checkbox input + label {
      color: #212121; }
      .form-default.form-alt .field.checkbox input + label:before, .form-default.form-alt .FieldWrapper.checkbox input + label:before, .CustomisableForm.form-alt .field.checkbox input + label:before, .CustomisableForm.form-alt .FieldWrapper.checkbox input + label:before {
        border: 4px solid #293451; }
    .form-default.form-alt .field.checkbox input:checked + label:before, .form-default.form-alt .FieldWrapper.checkbox input:checked + label:before, .CustomisableForm.form-alt .field.checkbox input:checked + label:before, .CustomisableForm.form-alt .FieldWrapper.checkbox input:checked + label:before {
      background: #293451; }
    .form-default.form-alt .field.checkbox input:checked + label:after, .form-default.form-alt .FieldWrapper.checkbox input:checked + label:after, .CustomisableForm.form-alt .field.checkbox input:checked + label:after, .CustomisableForm.form-alt .FieldWrapper.checkbox input:checked + label:after {
      content: '';
      position: absolute;
      left: 9px;
      top: 13px;
      background: #fff;
      width: 3px;
      height: 3px;
      box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
      transform: rotate(45deg); }
    .form-default.form-alt .field.file label, .form-default.form-alt .FieldWrapper.file label, .CustomisableForm.form-alt .field.file label, .CustomisableForm.form-alt .FieldWrapper.file label {
      color: #fff;
      background: #293451; }
      .form-default.form-alt .field.file label:hover, .form-default.form-alt .FieldWrapper.file label:hover, .CustomisableForm.form-alt .field.file label:hover, .CustomisableForm.form-alt .FieldWrapper.file label:hover {
        background: #212121; }
  .form-default.form-banner, .CustomisableForm.form-banner {
    background: transparent;
    padding: 0; }
    .form-default.form-banner .field:before, .form-default.form-banner .FieldWrapper:before, .CustomisableForm.form-banner .field:before, .CustomisableForm.form-banner .FieldWrapper:before {
      position: absolute;
      top: 58%;
      left: 25px;
      content: "\f061";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 18px;
      line-height: 21.6px;
      color: #9c9c9c; }
      @media screen and (min-width: 768px) {
        .form-default.form-banner .field:before, .form-default.form-banner .FieldWrapper:before, .CustomisableForm.form-banner .field:before, .CustomisableForm.form-banner .FieldWrapper:before {
          font-size: 20px;
          line-height: 24px; } }
      @media screen and (min-width: 1140px) {
        .form-default.form-banner .field:before, .form-default.form-banner .FieldWrapper:before, .CustomisableForm.form-banner .field:before, .CustomisableForm.form-banner .FieldWrapper:before {
          font-size: 22px;
          line-height: 26.4px; } }
      @media screen and (min-width: 1550px) {
        .form-default.form-banner .field:before, .form-default.form-banner .FieldWrapper:before, .CustomisableForm.form-banner .field:before, .CustomisableForm.form-banner .FieldWrapper:before {
          font-size: 24px;
          line-height: 28.8px; } }
    .form-default.form-banner .field label, .form-default.form-banner .FieldWrapper label, .CustomisableForm.form-banner .field label, .CustomisableForm.form-banner .FieldWrapper label {
      color: #fff;
      margin-bottom: 20px; }
    .form-default.form-banner .field input, .form-default.form-banner .field select, .form-default.form-banner .field textarea, .form-default.form-banner .FieldWrapper input, .form-default.form-banner .FieldWrapper select, .form-default.form-banner .FieldWrapper textarea, .CustomisableForm.form-banner .field input, .CustomisableForm.form-banner .field select, .CustomisableForm.form-banner .field textarea, .CustomisableForm.form-banner .FieldWrapper input, .CustomisableForm.form-banner .FieldWrapper select, .CustomisableForm.form-banner .FieldWrapper textarea {
      color: #293451;
      background: #fff;
      border-bottom: 0;
      padding: 25px;
      padding-left: 70px; }
    .form-default.form-banner .field.select:before, .form-default.form-banner .FieldWrapper.select:before, .CustomisableForm.form-banner .field.select:before, .CustomisableForm.form-banner .FieldWrapper.select:before {
      color: #293451; }
    .form-default.form-banner .field input::-webkit-input-placeholder, .form-default.form-banner .FieldWrapper input::-webkit-input-placeholder, .CustomisableForm.form-banner .field input::-webkit-input-placeholder, .CustomisableForm.form-banner .FieldWrapper input::-webkit-input-placeholder {
      color: #9c9c9c !important; }
    .form-default.form-banner .field input:-moz-placeholder, .form-default.form-banner .FieldWrapper input:-moz-placeholder, .CustomisableForm.form-banner .field input:-moz-placeholder, .CustomisableForm.form-banner .FieldWrapper input:-moz-placeholder {
      color: #9c9c9c !important; }
    .form-default.form-banner .field input::-moz-placeholder, .form-default.form-banner .FieldWrapper input::-moz-placeholder, .CustomisableForm.form-banner .field input::-moz-placeholder, .CustomisableForm.form-banner .FieldWrapper input::-moz-placeholder {
      color: #9c9c9c !important; }
    .form-default.form-banner .field input:-ms-input-placeholder, .form-default.form-banner .FieldWrapper input:-ms-input-placeholder, .CustomisableForm.form-banner .field input:-ms-input-placeholder, .CustomisableForm.form-banner .FieldWrapper input:-ms-input-placeholder {
      color: #9c9c9c !important; }
    .form-default.form-banner .field select option:first, .form-default.form-banner .FieldWrapper select option:first, .CustomisableForm.form-banner .field select option:first, .CustomisableForm.form-banner .FieldWrapper select option:first {
      color: #9c9c9c; }
    .form-default.form-banner .field textarea, .form-default.form-banner .FieldWrapper textarea, .CustomisableForm.form-banner .field textarea, .CustomisableForm.form-banner .FieldWrapper textarea {
      color: #9c9c9c; }
    .form-default.form-banner .field textarea::placeholder, .form-default.form-banner .FieldWrapper textarea::placeholder, .CustomisableForm.form-banner .field textarea::placeholder, .CustomisableForm.form-banner .FieldWrapper textarea::placeholder {
      color: #9c9c9c; }

#contact-form {
  margin: 30px 0; }
  @media screen and (min-width: 768px) {
    #contact-form {
      margin: 40px 0; } }
  @media screen and (min-width: 768px) {
    #contact-form .field {
      width: 49%;
      margin-right: 2%; }
      #contact-form .field:nth-of-type(2n) {
        margin-right: 0; } }
  #contact-form .field.textarea, #contact-form .field.checkbox {
    width: 100%; }

form input:focus {
  outline: none !important; }

/**
 * Custom CSS
 */

/* ----------- iPad Pro ----------- */
@media only screen 
    and (min-width: 1024px) 
    and (max-height: 1366px) 
    and (orientation: landscape) 
    and (-webkit-min-device-pixel-ratio: 1.5) {
        .main-banner {height: 110vh;}
        .main-banner h1.title {margin-top: 300px;}
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Portrait */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .main-banner h1.title {font-size: 28px;margin-top: 140px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Portrait */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .main-banner h1.title {font-size: 28px;margin-top: 140px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) { 
    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) { 
    .main-banner {height: 170vh;}
    .main-banner h1.title {font-size: 28px;margin-top: 140px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3) { 
    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Portrait */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) { 
    .main-banner h1.title {font-size: 100px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Landscape */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) { 

    .main-banner h1.title {font-size: 100px;margin-top: 140px;line-height: 38px;}        
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3) { 
    footer .main .btns li .btn, footer .main .footer-logo, footer .main .social a {float:left;}
    .secondary-nav ul li a {width: auto;}

    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) { 
    .main-banner h1.title {font-size: 28px;margin-top: 120px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {
    .main-banner {height: 130vh;}
    .main-banner .title {
        margin-bottom: 20px;
        margin-top: 200px;
    }

    .main-banner h1.title {font-size: 28px;margin-top: 200px;line-height: 38px;}      
    .main-banner input.text, .main-banner select {padding: 18px !important;}
    .main-banner .form-default.form-banner .field:before {content: none;}
}

/* ----------- iPhone 11 ----------- */
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation : portrait) {
        .main-banner {height: 90vh;}
        .main-banner h1.title {font-size: 28px;margin-top: 130px;line-height: 38px;}
}
@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3)
    and (orientation : landscape) {
        .main-banner {height: 160vh;}
        .main-banner h1.title {font-size: 28px;margin-top: 130px;line-height: 38px;}
}

/*# sourceMappingURL=main.css.map */

/**
 * Custom CSS
 */
.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724 !important;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;  
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table tbody {
    display: table-row-group;
    vertical-align: middle;  
}
.table tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;    
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-bottom: solid 4px #293451;
}

.jobs-carousel {position: relative;}
.jobs-carousel .owl-nav {border:none; position: absolute; margin-top:0; padding-top:0; top:-25%;}
