@charset "UTF-8";
.footer_copy {
  background: #FFF !important;
  color: #303032 !important;
}
.footer_copy .one {
  margin-bottom: 20px;
  padding-top: 30px;
  min-height: 33px;
}

.button-flat a.button:not(.action_button), .button-flat:not(.header-plain) a.button.action_button, .button-flat a.tp-button, .button-flat button, .button-flat input[type=submit], .button-flat input[type=reset], .button-flat input[type=button] {
  background: #F17030;
  padding: 10px 22px;
  border-radius: 2px;
  border: 2px solid #F17030 !important;
  color: #0F2F67;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  font-family: "Raleway";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
.button-flat a.button:not(.action_button):after, .button-flat:not(.header-plain) a.button.action_button:after, .button-flat a.tp-button:after, .button-flat button:after, .button-flat input[type=submit]:after, .button-flat input[type=reset]:after, .button-flat input[type=button]:after {
  display: none !important;
}
.button-flat a.button:not(.action_button):hover, .button-flat a.button:not(.action_button):focus, .button-flat:not(.header-plain) a.button.action_button:hover, .button-flat:not(.header-plain) a.button.action_button:focus, .button-flat a.tp-button:hover, .button-flat a.tp-button:focus, .button-flat button:hover, .button-flat button:focus, .button-flat input[type=submit]:hover, .button-flat input[type=submit]:focus, .button-flat input[type=reset]:hover, .button-flat input[type=reset]:focus, .button-flat input[type=button]:hover, .button-flat input[type=button]:focus {
  background: #FF7C3A;
  border-color: #FF7C3A !important;
  box-shadow: 0 2px 6px 0 rgba(112, 120, 135, 0.24);
}
.button-flat a.button:not(.action_button) svg, .button-flat:not(.header-plain) a.button.action_button svg, .button-flat a.tp-button svg, .button-flat button svg, .button-flat input[type=submit] svg, .button-flat input[type=reset] svg, .button-flat input[type=button] svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 0 0;
  position: relative;
  top: -2px;
}
.button-flat a.button:not(.action_button).button-bordered, .button-flat:not(.header-plain) a.button.action_button.button-bordered, .button-flat a.tp-button.button-bordered, .button-flat button.button-bordered, .button-flat input[type=submit].button-bordered, .button-flat input[type=reset].button-bordered, .button-flat input[type=button].button-bordered {
  background: transparent;
}
.button-flat a.button:not(.action_button).button-bordered:hover, .button-flat a.button:not(.action_button).button-bordered:focus, .button-flat:not(.header-plain) a.button.action_button.button-bordered:hover, .button-flat:not(.header-plain) a.button.action_button.button-bordered:focus, .button-flat a.tp-button.button-bordered:hover, .button-flat a.tp-button.button-bordered:focus, .button-flat button.button-bordered:hover, .button-flat button.button-bordered:focus, .button-flat input[type=submit].button-bordered:hover, .button-flat input[type=submit].button-bordered:focus, .button-flat input[type=reset].button-bordered:hover, .button-flat input[type=reset].button-bordered:focus, .button-flat input[type=button].button-bordered:hover, .button-flat input[type=button].button-bordered:focus {
  background: #F17030;
}

.arrow-link {
  position: relative;
  color: #0F2F67;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  font-family: Raleway;
  display: inline-block;
  padding: 0 24px 0 0;
}
.arrow-link:after {
  width: calc(100% + 24px);
  height: 1px;
  background: #F17030;
  display: block;
  transition: 0.3s ease-in-out;
  content: "";
  bottom: 1px;
  left: 0px;
  opacity: 0;
}
.arrow-link:before {
  display: block;
  position: absolute;
  top: 0px;
  right: 5px;
  width: 12px;
  height: 28px;
  transition: 0.3s ease-in-out;
  background: url(../images/arrow-link.svg) no-repeat right center;
  content: "";
}
.arrow-link:hover, .arrow-link:focus {
  text-decoration: none;
}
.arrow-link:hover:before, .arrow-link:focus:before {
  right: 0px;
}
.arrow-link:hover:after, .arrow-link:focus:after {
  opacity: 1;
}

.spacer {
  height: 96px;
}
.spacer.spacer-extra-small {
  height: 32px;
}
.spacer.spacer-small {
  height: 48px;
}
.spacer.spacer-large {
  height: 128px;
}
.spacer.spacer-extra-large {
  height: 150px;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media all and (max-width: 1023px) {
  .spacer {
    height: 48px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 64px;
  }
  .spacer.spacer-extra-large {
    height: 72px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

.animate {
  opacity: 0;
}

.animated-delay-100 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animated-delay-200 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animated-delay-300 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animated-delay-400 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated-delay-500 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animated-delay-600 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.animated-delay-700 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.animated-delay-800 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.animated-delay-900 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.animated-delay-1000 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.animated-delay-1100 {
  animation-delay: 1s;
  -webkit-animation-delay: 1.1s;
}

.animated-delay-1200 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .section_wrapper, .container, .four.columns .widget-area {
    max-width: calc(100% - 40px) !important;
  }
}
.icon-link {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #F17030;
  display: inline-block;
  font-weight: 600;
  text-decoration: none !important;
}
.icon-link:before {
  display: none;
}
.icon-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.icon-link:hover, .icon-link:focus {
  color: #0C2858;
}

.share-item {
  position: relative;
  display: inline-block;
}
.share-item .share-item-list {
  text-align: left;
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 170px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
  padding: 6px 0;
}
.share-item .share-item-list li a {
  display: block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #72758D;
}
.share-item .share-item-list li a:hover {
  color: #4A99D3;
}
.share-item.share-item-active .share-item-link {
  color: #3F8AC1;
}
.share-item.share-item-active .share-item-list {
  display: block;
}

#Content {
  padding: 0px;
}

#Top_bar .top_bar_left {
  width: 100%;
}

@media all and (min-width: 1240px) {
  #Content {
    padding: 0px;
  }
  #Content .content_wrapper {
    padding: 100px 0 0 0;
  }

  #Top_bar {
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07) !important;
    height: 100px;
    position: fixed !important;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 1000;
  }

  #Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar #logo {
    padding: 20px 0;
  }

  #Top_bar .menu > li > a {
    padding: 20px 0 !important;
  }
}
@media only screen and (min-width: 1240px) {
  .menu-line-below #Top_bar .menu > li > a:after {
    bottom: 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #Top_bar .top_bar_left {
    width: 100%;
  }
}
.page-block-video-banner .video-banner {
  display: flex;
  align-items: center;
}
.page-block-video-banner .video-banner .video-banner-content {
  display: block;
  width: 49%;
  padding: 0 16px 0 0;
}
.page-block-video-banner .video-banner .video-banner-content h3 {
  font-size: 20px;
  line-height: 36px;
  color: #0F2F67;
  font-weight: bold;
  margin: 0 0 11px 0;
}
.page-block-video-banner .video-banner .video-banner-content h2 {
  font-size: 52px;
  line-height: 60px;
  color: #222222;
  font-weight: bold;
  margin: 0 0 52px 0;
}
.page-block-video-banner .video-banner .video-banner-content .buttons a {
  margin: 0 16px 0 0;
}
.page-block-video-banner .video-banner .video-banner-video {
  display: block;
  width: 51%;
  padding: 0 0 0 16px;
}

.video-link {
  position: relative;
  display: block;
  border-radius: 8px;
}
.video-link:before {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  display: block;
  content: "";
  border-radius: 8px;
}
.video-link .video-link-image-holder {
  overflow: hidden;
  border-radius: 8px;
  display: block;
  height: 0px;
  position: relative;
  padding-top: 77%;
}
.video-link .video-link-image-holder .video-link-image {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.video-link .video-link-play-button {
  background: url(../images/video-icon.svg) no-repeat;
  width: 85px;
  display: block;
  transition: 0.3s ease-in-out;
  height: 85px;
  left: 26px;
  position: absolute;
  bottom: 18px;
}
.video-link:hover .video-link-image {
  transform: scale(1.2);
}
.video-link:hover .video-link-play-button {
  opacity: 0.8;
  transform: scale(1.2);
}

.mfp-iframe-holder {
  padding: 148px 0 40px 0 !important;
}
.mfp-iframe-holder .mfp-close {
  background: url(../images/close-icon.svg) no-repeat center center !important;
  border: 2px solid #FFFFFF !important;
  width: 52px !important;
  height: 52px !important;
  left: auto !important;
  top: -108px !important;
  opacity: 1 !important;
  text-align: left !important;
  text-indent: -9999px !important;
}
.mfp-iframe-holder .mfp-close:hover {
  background-image: url(../images/close-icon-hover.svg) !important;
  background-color: #FFF !important;
}

.what-to-expect-video-banner .video-banner .video-banner-content h2 {
  font-size: 48px;
  line-height: 60px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-video-banner .video-banner .video-banner-content h3,
.what-to-expect-video-banner .video-banner .video-banner-content h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 8px 0;
  }
  .page-block-video-banner .video-banner .video-banner-content h2,
.what-to-expect-video-banner .video-banner .video-banner-content h2 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0.35px;
    margin: 0 0 39px 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-video-banner .video-banner {
    display: block;
  }
  .page-block-video-banner .video-banner .video-banner-content {
    width: auto;
    display: block;
    clear: both;
    padding: 0 0 48px 0;
  }
  .page-block-video-banner .video-banner .video-banner-video {
    padding: 0px;
    clear: both;
    display: block;
    width: auto;
  }

  .video-link .video-link-play-button {
    width: 54px;
    height: 54px;
    background-size: 54px auto;
    bottom: 24px;
    left: 24px;
  }
}
.page-block-our-values .our-values {
  text-align: center;
}
.page-block-our-values .our-values h3 {
  font-size: 20px;
  line-height: 36px;
  color: #0F2F67;
  font-weight: bold;
  margin: 0 0 13px 0;
}
.page-block-our-values .our-values ul {
  margin: 0 0 21px 0;
}
.page-block-our-values .our-values ul li {
  display: inline-block;
  font-family: Raleway;
  padding: 0 56px 0 0;
  position: relative;
  font-size: 40px;
  line-height: 60px;
  color: #222222;
  font-weight: bold;
}
.page-block-our-values .our-values ul li:before {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 2px;
  background: #F17030;
  display: block;
  content: "";
  margin: -1px 0 0 0;
}
.page-block-our-values .our-values ul li:last-child {
  padding: 0px;
}
.page-block-our-values .our-values ul li:last-child:before {
  display: none;
}
.page-block-our-values .our-values .our-values-link {
  text-align: center;
  display: block;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-our-values .our-values {
    text-align: left;
  }
  .page-block-our-values .our-values h3 {
    font-size: 16px;
    line-height: 36px;
    margin: 0 0 8px 0;
  }
  .page-block-our-values .our-values ul {
    margin: 0 0 13px 0;
  }
  .page-block-our-values .our-values ul li {
    font-size: 32px;
    line-height: 48px;
    padding: 0 48px 6px 0;
  }
  .page-block-our-values .our-values ul li:before {
    right: 16px;
    width: 16px;
  }
  .page-block-our-values .our-values .our-values-link {
    text-align: left;
  }
}
.page-block-why-join-us {
  background: #0F2F67;
  position: relative;
  padding: 98px 0 87px 0;
}
.page-block-why-join-us:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.14);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.page-block-why-join-us .why-join-us {
  display: flex;
  align-items: center;
}
.page-block-why-join-us .why-join-us header {
  width: 34%;
  display: block;
  padding: 0 32px 0 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-block-why-join-us .why-join-us header h2 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 32px 0;
}
.page-block-why-join-us .why-join-us header ul li {
  display: block;
  margin: 0 0 22px 0;
}
.page-block-why-join-us .why-join-us header ul li a {
  opacity: 0.8;
  font-size: 24px;
  line-height: 36px;
  padding: 0 28px 0 0;
  transition: 0.3s ease-in-out;
  color: #FFF;
}
.page-block-why-join-us .why-join-us header ul li a:before {
  right: 0px;
  height: 36px;
  background-image: url(../images/arrow-link-white.svg);
}
.page-block-why-join-us .why-join-us header ul li a:after {
  display: none;
}
.page-block-why-join-us .why-join-us header ul li a:hover {
  opacity: 1;
}
.page-block-why-join-us .why-join-us header ul li.active a {
  opacity: 1;
}
.page-block-why-join-us .why-join-us .join-us-slider {
  width: 66%;
  background: #FFF;
}
.page-block-why-join-us .why-join-us .join-us-slider .join-us-slide {
  position: relative;
  float: left;
  padding: 55px 64px 52px 64px;
}
.page-block-why-join-us .why-join-us .join-us-slider h4 {
  font-size: 24px;
  line-height: 36px;
  color: #222222;
  margin: 0 0 6px 0;
}
.page-block-why-join-us .why-join-us .join-us-slider p {
  font-size: 16px;
  line-height: 28px;
  font-family: Raleway;
  margin: 0 0 28px 0;
  color: #4B4D5D;
}
.page-block-why-join-us .why-join-us .join-us-slider .slick-arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-indent: -9999px;
  width: 52px;
  border-radius: 0px !important;
  margin: 0px !important;
  box-shadow: none !important;
  z-index: 10;
  background: url(../images/slick-arrow-right.svg) no-repeat center center #F17030;
}
.page-block-why-join-us .why-join-us .join-us-slider .slick-arrow.slick-prev {
  right: 52px;
  background-image: url(../images/slick-arrow-left.svg);
}
.page-block-why-join-us .why-join-us .join-us-slider .slick-arrow:hover {
  background-color: #FF7C3A;
}

@media all and (max-width: 1240px) and (min-width: 0px) {
  .page-block-why-join-us .why-join-us header ul li a {
    font-size: 18px;
    line-height: 28px;
  }
  .page-block-why-join-us .why-join-us header ul li a:before {
    height: 28px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-why-join-us {
    background: none;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .page-block-why-join-us .container {
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-block-why-join-us:before {
    display: none;
  }
  .page-block-why-join-us .why-join-us {
    display: block;
  }
  .page-block-why-join-us .why-join-us header {
    float: none;
    width: auto;
    position: relative;
    padding: 54px 0 0 0;
    background: #0F2F67;
  }
  .page-block-why-join-us .why-join-us header:before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.14);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
  }
  .page-block-why-join-us .why-join-us header h2 {
    font-size: 32px;
    line-height: 48px;
    margin: 0 20px;
  }
  .page-block-why-join-us .why-join-us header ul {
    display: flex;
    overflow-x: auto !important;
    padding: 0 8px 0 8px;
  }
  .page-block-why-join-us .why-join-us header ul li {
    display: block;
    margin: 0px;
    float: left;
  }
  .page-block-why-join-us .why-join-us header ul li:last-child {
    margin-right: 20px;
  }
  .page-block-why-join-us .why-join-us header ul li a {
    white-space: nowrap;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 28px;
    padding: 23px 12px 21px 12px;
  }
  .page-block-why-join-us .why-join-us header ul li a:before {
    display: none;
  }
  .page-block-why-join-us .why-join-us header ul li.active a {
    border-bottom: 2px solid #FFF;
    padding-bottom: 19px;
  }
  .page-block-why-join-us .why-join-us .join-us-slider {
    float: none;
    width: auto;
  }
  .page-block-why-join-us .why-join-us .join-us-slider .join-us-slide {
    padding: 32px 20px 0 20px;
  }
  .page-block-why-join-us .why-join-us .join-us-slider .slick-arrow {
    display: none !important;
  }
}
.page-block-key-benefits .key-benefits {
  display: flex;
  align-items: center;
  margin: 0 0 0 -100px;
}
.page-block-key-benefits .key-benefits .image-holder {
  width: 52%;
  padding: 0 35px 0 0;
}
.page-block-key-benefits .key-benefits .image-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.page-block-key-benefits .key-benefits article {
  width: 48%;
  padding: 0 0 0 35px;
}
.page-block-key-benefits .key-benefits article h3 {
  font-size: 48px;
  line-height: 60px;
  color: #222222;
  margin: 0 0 35px 0;
}
.page-block-key-benefits .key-benefits article ul {
  columns: 2;
  margin: 0 -16px -26px -16px;
  width: calc(100% + 32px);
}
.page-block-key-benefits .key-benefits article ul li {
  display: block;
  padding: 4px 16px 4px 48px;
  padding: 4px 16px 4px 64px;
  margin: 0 0 26px 0;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  font-weight: bold;
  font-family: Raleway;
  position: relative;
  background: url(../images/benefits-tick.svg) no-repeat 16px top;
}

@media all and (max-width: 1350px) and (min-width: 0px) {
  .page-block-key-benefits .key-benefits {
    margin: 0px;
  }
}
@media all and (max-width: 1240px) and (min-width: 0px) {
  .page-block-key-benefits .key-benefits article h3 {
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 17px 0;
  }
  .page-block-key-benefits .key-benefits article ul {
    columns: 1;
    width: auto;
    margin: 0px;
  }
  .page-block-key-benefits .key-benefits article ul li {
    padding: 5px 0 3px 45px;
    background: url(../images/benefits-tick-mobile.svg) no-repeat 3px 3px;
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 28px;
  }
}
@media all and (max-width: 768px) and (min-width: 0px) {
  .page-block-key-benefits .key-benefits {
    display: block;
  }
  .page-block-key-benefits .key-benefits .image-holder {
    padding: 0px;
    display: block;
    width: auto;
    margin: 0 0 28px 0;
  }
  .page-block-key-benefits .key-benefits article {
    width: auto;
    padding: 0px;
  }
}
.clearfix {
  display: block;
  clear: both;
}

.page-block-testimonials {
  background: #0F2F67;
  padding: 90px 0 0 0;
}
.page-block-testimonials header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 340px;
  padding: 76px 0 0 0;
  background: url(../images/quote-icon.svg) no-repeat left top;
}
.page-block-testimonials header h2 {
  font-size: 32px;
  line-height: 42px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 14px 0;
}
.page-block-testimonials .testimonials {
  padding: 0 0 118px 370px;
  position: relative;
}
.page-block-testimonials .testimonials .testimonial {
  display: block;
}
.page-block-testimonials .testimonials .testimonial blockquote {
  top: 0px;
  margin: 0px;
}
.page-block-testimonials .testimonials .testimonial blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  font-family: Raleway;
  font-style: italic;
  margin: 0 0 31px 0;
}
.page-block-testimonials .testimonials .testimonial blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-family: Raleway;
  font-style: normal;
  color: #FFF;
}
.page-block-testimonials .testimonials .testimonial blockquote cite .bullet {
  margin: 0 8px;
  vertical-align: middle;
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #FFF;
  border-radius: 100%;
}
.page-block-testimonials .testimonials .slick-arrow {
  position: absolute;
  bottom: 0px;
  left: -320px;
  text-indent: -9999px;
  width: 52px;
  margin: 0px !important;
  box-shadow: none !important;
  border: 2px solid #F17030;
  border-radius: 0 2px 2px 0 !important;
  z-index: 10;
  background: url(../images/slick-arrow-right-orange.svg) no-repeat center center transparent;
}
.page-block-testimonials .testimonials .slick-arrow:hover {
  background-color: #F17030;
  background-image: url(../images/slick-arrow-right.svg);
}
.page-block-testimonials .testimonials .slick-arrow.slick-prev {
  left: -370px;
  border-radius: 2px 0 0 2px !important;
  background-image: url(../images/slick-arrow-left-orange.svg);
}
.page-block-testimonials .testimonials .slick-arrow.slick-prev:hover {
  background-image: url(../images/slick-arrow-left.svg);
}
.page-block-testimonials .testimonials .slick-dots {
  margin: 0 -4px;
  position: absolute;
  bottom: -22px;
  left: 0px;
}
.page-block-testimonials .testimonials .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.page-block-testimonials .testimonials .slick-dots li button {
  display: block;
  text-indent: -9999px;
  font-size: 1px;
  padding: 0px;
  width: 8px;
  height: 8px;
  border: 1px solid #FFF !important;
  border-radius: 100%;
  background: transparent;
  line-height: 0px;
  margin: 0px;
}
.page-block-testimonials .testimonials .slick-dots li.slick-active button {
  border: 1px solid #F17030 !important;
  background: #F17030;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-testimonials {
    padding: 39px 0 0 0;
  }
  .page-block-testimonials header {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    background-size: 40px auto;
    padding: 56px 0 0 0;
  }
  .page-block-testimonials header h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-block-testimonials .testimonials {
    padding: 0 0 114px 0;
  }
  .page-block-testimonials .testimonials .testimonial-slider {
    margin: 0 -20px;
  }
  .page-block-testimonials .testimonials .testimonial {
    padding: 0 20px;
  }
  .page-block-testimonials .testimonials .testimonial p {
    font-size: 16px;
    margin: 0 0 18px 0;
  }
  .page-block-testimonials .testimonials .slick-dots {
    width: 100%;
    text-align: center;
    bottom: -70px;
  }
  .page-block-testimonials .testimonials .slick-arrow {
    left: 0px;
  }
  .page-block-testimonials .testimonials .slick-arrow.slick-next {
    right: 20px;
    left: auto;
    bottom: -94px;
  }
  .page-block-testimonials .testimonials .slick-arrow.slick-prev {
    bottom: -94px;
    left: 20px;
  }
}
.page-block-call-to-action {
  position: relative;
  padding: 128px 0 136px 0;
}
.page-block-call-to-action .call-to-action-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-call-to-action .call-to-action .call-to-action-box {
  width: 455px;
  background: #FFF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 55px 40px 64px 64px;
}
.page-block-call-to-action .call-to-action .call-to-action-box h4 {
  font-size: 20px;
  line-height: 36px;
  color: #0F2F67;
  font-weight: bold;
  margin: 0 0 13px 0;
}
.page-block-call-to-action .call-to-action .call-to-action-box h3 {
  font-size: 40px;
  line-height: 46px;
  color: #222222;
  font-weight: bold;
  margin: 0 0 32px 0;
}
.page-block-call-to-action .call-to-action .call-to-action-box p {
  font-size: 18px;
  line-height: 28px;
  color: #4B4D5D;
  font-family: Raleway;
  margin: -17px 0 48px 0;
}
.page-block-call-to-action .call-to-action .call-to-action-box .button {
  margin: 0px;
}

@media all and (max-width: 768px) and (min-width: 0px) {
  .page-block-call-to-action {
    position: relative;
    padding: 200px 0 0 0;
  }
  .page-block-call-to-action .call-to-action-background {
    height: 312px;
  }
  .page-block-call-to-action .call-to-action .call-to-action-box {
    width: auto;
    box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
    padding: 42px 32px;
  }
  .page-block-call-to-action .call-to-action .call-to-action-box h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 6px 0;
  }
  .page-block-call-to-action .call-to-action .call-to-action-box h3 {
    font-size: 32px;
    line-height: 46px;
    margin: 0 0 28px 0;
  }
}
.page-block-connect .container {
  text-align: center;
}
.page-block-connect .connect {
  margin: 0 auto;
  max-width: 632px;
}
.page-block-connect .connect h4 {
  font-size: 20px;
  line-height: 36px;
  color: #0F2F67;
  font-weight: bold;
  margin: 0 0 9px 0;
}
.page-block-connect .connect h3 {
  font-size: 48px;
  line-height: 60px;
  color: #222222;
  font-weight: bold;
  margin: 0 0 24px 0;
}
.page-block-connect .connect p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Raleway";
  color: #4B4D5D;
  margin: 0 0 40px 0;
}
.page-block-connect .connect .social-links {
  margin: 0 -10px;
}
.page-block-connect .connect .social-links a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  color: #F17030;
}
.page-block-connect .connect .social-links a:hover {
  color: #0F2F67;
}

@media all and (max-width: 768px) and (min-width: 0px) {
  .page-block-connect .container {
    text-align: left;
  }
  .page-block-connect .connect {
    margin: 0 auto;
    max-width: none;
  }
  .page-block-connect .connect h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 13px 0;
  }
  .page-block-connect .connect h3 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 7px 0;
  }
  .page-block-connect .connect p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 32px 0;
  }
}
.page-block-story-signpost {
  background: #EFEFEF;
}

.story-signpost {
  padding: 72px 407px 81px 0;
}
.story-signpost h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #0F2F67;
  margin: 0 0 6px 0;
}
.story-signpost h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin: 0 0 30px 0;
  color: #222222;
}
.story-signpost img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
}

body.button-flat .story-signpost .button {
  border-color: #0F2F67 !important;
  margin: 0px;
}
body.button-flat .story-signpost .button:hover {
  border-color: #0F2F67 !important;
  background: #0F2F67 !important;
  color: #FFF !important;
}

@media all and (max-width: 1240px) and (min-width: 0px) {
  .story-signpost {
    padding: 72px 200px 81px 0;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .story-signpost {
    padding: 54px 0 101px 0;
  }
  .story-signpost h3 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 2px 0;
  }
  .story-signpost h2 {
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 35px 0;
  }
  .story-signpost img {
    width: 144px;
    right: -10px;
  }
}
#jobs-banner {
  position: relative;
  background: none no-repeat center center;
  background-size: cover;
}
#jobs-banner .container {
  text-align: center;
  padding: 127px 0 231px 0;
}
#jobs-banner .back-link {
  position: absolute;
  top: 21px;
  left: 0px;
  color: #FFF;
  font-size: 13px;
  line-height: 28px;
  display: block;
  text-decoration: none;
  font-family: Raleway;
  font-weight: bold;
  background: url(../images/back-arrow.svg) no-repeat left center;
  padding: 0 0 0 23px;
}
#jobs-banner .back-link:hover {
  opacity: 0.7;
}
#jobs-banner .jobs-banner-inner {
  background: rgba(0, 0, 0, 0.2);
}
#jobs-banner .jobs-banner-inner h2 {
  font-size: 20px;
  line-height: 36px;
  color: #FFF;
  margin: 0 0 11px 0;
  font-weight: bold;
}
#jobs-banner .jobs-banner-inner h1 {
  font-size: 52px;
  line-height: 60px;
  max-width: 734px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
}

@media all and (max-width: 768px) and (min-width: 0px) {
  #jobs-banner .container {
    padding: 100px 0 200px 0;
  }
  #jobs-banner .jobs-banner-inner h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 24px 0;
  }
  #jobs-banner .jobs-banner-inner h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
.page-block-job-listings {
  position: relative;
}
.page-block-job-listings .container {
  position: relative;
  margin-top: -98px;
  max-width: 892px;
}
.page-block-job-listings .job-listings {
  margin: 0 0 108px 0;
}
.page-block-job-listings .job-listings section {
  margin: 0 0 32px 0;
}
.page-block-job-listings .job-listings section a {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.19);
  padding: 40px 100px 32px 40px;
  position: relative;
}
.page-block-job-listings .job-listings section a:before {
  width: 12px;
  height: 12px;
  background: url(../images/job-listing-arrow.svg) no-repeat center center;
  right: 62px;
  top: 50%;
  margin: -6px 0 0 0;
  display: block;
  content: "";
  position: absolute;
}
.page-block-job-listings .job-listings section a .job-location {
  display: block;
  float: left;
  margin: 0 16px 12px 0;
  border: 1px solid #0F2F67;
  background: #0F2F67;
  border-radius: 2px;
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
  font-family: Raleway;
  font-weight: bold;
  padding: 2px 10px;
}
.page-block-job-listings .job-listings section a .job-term {
  border: 1px solid #0F2F67;
  display: block;
  float: left;
  margin: 0 16px 12px 0;
  background: transparent;
  border-radius: 2px;
  color: #0F2F67;
  font-size: 14px;
  line-height: 26px;
  font-family: Raleway;
  font-weight: bold;
  padding: 2px 10px;
}
.page-block-job-listings .job-listings section a h3 {
  clear: both;
  font-size: 26px;
  line-height: 36px;
  color: #222222;
  font-weight: bold;
  margin: 0 0 9px 0;
}
.page-block-job-listings .job-listings section a .job-closing-date {
  display: block;
  font-size: 12px;
  font-family: Raleway;
  color: #4B4D5D;
  line-height: 22px;
  font-weight: 600;
}
.page-block-job-listings .job-listings section a:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.29);
  text-decoration: none;
}
.page-block-job-listings .job-listings section a:hover h3 {
  color: #0F2F67;
}

@media all and (max-width: 768px) and (min-width: 0px) {
  .page-block-job-listings {
    position: relative;
  }
  .page-block-job-listings .container {
    margin-top: -72px;
  }
  .page-block-job-listings .job-listings {
    margin: 0 0 72px 0;
  }
  .page-block-job-listings .job-listings section {
    margin: 0 0 24px 0;
  }
  .page-block-job-listings .job-listings section a {
    padding: 24px 24px 64px 24px;
  }
  .page-block-job-listings .job-listings section a:after {
    height: 1px;
    bottom: 50px;
    display: block;
    width: calc(100% - 24px);
    right: 0px;
    content: "";
    background: #E8E8E8;
    display: block;
    position: absolute;
  }
  .page-block-job-listings .job-listings section a:before {
    content: "View details";
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    font-family: Raleway;
    font-weight: bold;
    position: absolute;
    width: calc(100% - 48px);
    left: 24px;
    right: auto;
    top: auto;
    margin: 0px;
    bottom: 0px;
    background-position: right center;
  }
  .page-block-job-listings .job-listings section a .job-location,
.page-block-job-listings .job-listings section a .job-term {
    margin: 0 12px 14px 0;
  }
  .page-block-job-listings .job-listings section a h3 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 8px 0;
  }
}
#job-banner {
  background: #0F2F67;
  position: relative;
}
#job-banner:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.14);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
#job-banner .back-link {
  position: absolute;
  top: 21px;
  left: 0px;
  color: #FFF;
  font-size: 13px;
  line-height: 28px;
  display: block;
  text-decoration: none;
  font-family: Raleway;
  font-weight: bold;
  background: url(../images/back-arrow.svg) no-repeat left center;
  padding: 0 0 0 23px;
}
#job-banner .back-link:hover {
  opacity: 0.7;
}
#job-banner .container {
  padding: 134px 0 94px 0;
}
#job-banner h1 {
  font-size: 52px;
  line-height: 60px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 22px 0;
  max-width: 706px;
}
#job-banner p {
  font-size: 12px;
  line-height: 22px;
  color: #FFF;
  font-family: Raleway;
  font-weight: 600;
}

#job-wrapper {
  padding: 80px 0 122px 0;
}
#job-wrapper .job-meta {
  position: relative;
  z-index: 1;
  float: right;
  width: 335px;
  text-align: center;
}
#job-wrapper .job-meta .job-meta-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: left;
  margin: -134px 0 40px 0;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.19);
  padding: 37px 40px 40px 40px;
}
#job-wrapper .job-meta .job-meta-box ul {
  margin: 0 0 37px 0;
}
#job-wrapper .job-meta .job-meta-box ul li {
  display: block;
  padding: 10px 0 10px 34px;
  position: relative;
  font-size: 18px;
  font-family: Raleway;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
}
#job-wrapper .job-meta .job-meta-box ul li svg {
  color: #0F2F67;
  position: absolute;
  left: 0px;
  top: 10px;
}
#job-wrapper .job-meta .job-meta-box .button {
  display: block;
  text-align: center;
  margin: 0px;
}
#job-wrapper .at-above-post {
  display: none;
}
#job-wrapper article {
  padding: 0 366px 0 0;
}
#job-wrapper article h3 {
  font-size: 20px;
  line-height: 36px;
  color: #222222;
  font-weight: 600;
  margin: 0 0 13px 0;
}
#job-wrapper article h2 {
  padding: 47px 0 0 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  color: #222;
  margin: 0 0 17px 0;
}
#job-wrapper article p {
  font-size: 18px;
  line-height: 26px;
  font-family: Raleway;
  color: #4B4D5D;
  margin: 0 0 13px 0;
}
#job-wrapper article ul li {
  display: block;
  padding: 0 0 0 26px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-family: Raleway;
  color: #4B4D5D;
  margin: 0 0 19px 0;
}
#job-wrapper article ul li:before {
  content: "•";
  position: absolute;
  top: 0px;
  left: 0px;
}

.page-block-call-to-action-job-interested .call-to-action-background {
  background-image: url(../images/send-cv-back.jpg);
}
.page-block-call-to-action-job-interested .call-to-action .call-to-action-box h4 {
  margin: 0px;
}

.mobile-share-item {
  display: none;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #job-banner .container {
    padding: 116px 0 125px 0;
  }
  #job-banner .container h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 18px 0;
  }
  #job-banner .container p {
    font-size: 12px;
    line-height: 22px;
  }

  #job-wrapper {
    padding: 0px;
  }
  #job-wrapper .job-meta {
    float: none;
    width: auto;
  }
  #job-wrapper .job-meta .job-meta-box {
    padding: 20px 32px;
    margin: -52px 0 55px 0;
  }
  #job-wrapper .job-meta .job-meta-box ul {
    margin: 0px;
  }
  #job-wrapper .job-meta .job-meta-box .button {
    display: none;
  }
  #job-wrapper .job-meta .share-item {
    display: none;
  }
  #job-wrapper article {
    padding: 0 0 40px 0;
  }
  #job-wrapper article h3 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 12px 0;
  }
  #job-wrapper article h2 {
    padding: 30px 0 0 0;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 12px 0;
  }
  #job-wrapper article p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 12px 0;
  }
  #job-wrapper article ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .page-block-call-to-action-job-interested .call-to-action .call-to-action-box p {
    margin: 0px;
  }
  .page-block-call-to-action-job-interested .call-to-action .call-to-action-box .button {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    padding: 14px 20px;
    text-align: center;
  }

  .mobile-share-item {
    text-align: center;
    display: block;
    padding: 32px 0 48px 0;
  }
}
#interested-in-job-popup {
  background: #FFF;
  position: fixed;
  overflow: auto;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100%;
  height: 100vh;
  top: -9999px;
  left: -9999px;
}
#interested-in-job-popup.active {
  top: 0px;
  left: 0px;
}
#interested-in-job-popup .close-popup {
  position: absolute;
  background: url(../images/close-icon.svg) no-repeat center center;
  border: 2px solid #FFFFFF;
  width: 52px;
  height: 52px;
  top: 32px;
  display: block;
  text-indent: -9999px;
  z-index: 10;
  right: 32px;
}
#interested-in-job-popup .close-popup:hover {
  background-image: url(../images/close-icon-hover.svg);
  background-color: #FFF;
}
#interested-in-job-popup header {
  background: #0F2F67;
  position: relative;
  padding: 96px 0 107px 0;
}
#interested-in-job-popup header:before {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(0, 0, 0, 0.14);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
#interested-in-job-popup header .container {
  text-align: center;
  max-width: 707px;
}
#interested-in-job-popup header h3 {
  font-size: 52px;
  line-height: 60px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 26px 0;
}
#interested-in-job-popup header p {
  font-size: 18px;
  line-height: 26px;
  color: #FFF;
  font-family: Raleway;
  margin: 0px;
}
#interested-in-job-popup header p a {
  color: #FFF;
  text-decoration: underline;
}
#interested-in-job-popup .interested-in-job-form .container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 707px;
  background: #FFF;
  position: relative;
  margin: -34px auto 0 auto;
  padding: 62px 94px;
}
#interested-in-job-popup .interested-in-job-form .container h5 {
  font-size: 18px;
  line-height: 21px;
  color: #0F2F67;
  font-weight: 600;
  margin: 0 0 36px 0;
}
#interested-in-job-popup .interested-in-job-form .container h5 strong {
  font-size: 24px;
  line-height: 26px;
  padding: 8px 0 0 0;
  font-weight: bold;
  color: #222222;
  display: block;
}

@media all and (max-width: 768px) and (min-width: 0px) {
  #interested-in-job-popup .close-popup {
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
  }
  #interested-in-job-popup header {
    padding: 118px 0 153px 0;
  }
  #interested-in-job-popup header .container {
    text-align: left;
  }
  #interested-in-job-popup header h3 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 16px 0;
  }
  #interested-in-job-popup header p {
    font-size: 16px;
    line-height: 26px;
  }
  #interested-in-job-popup .interested-in-job-form {
    padding-bottom: 64px;
  }
  #interested-in-job-popup .interested-in-job-form .container {
    max-width: calc(100% - 20px) !important;
    margin-top: -48px;
    margin-right: 0px;
    margin-left: 0;
    padding: 44px 0 0 20px;
  }
  #interested-in-job-popup .interested-in-job-form .container h5 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 24px 0;
  }
  #interested-in-job-popup .interested-in-job-form .container h5 strong {
    padding: 14px 0 0 0;
    font-size: 24px;
    line-height: 32px;
  }
}
/* Contact form */
.gform_wrapper {
  position: relative;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding: 0 0 24px 0 !important;
  position: relative;
  margin: 0px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.gform_wrapper ul.gform_fields li.field-job,
.gform_wrapper ul.gform_fields li.field-job-link {
  display: none;
}

.gform_wrapper ul.gform_fields li.field-optional:before {
  position: absolute;
  font-size: 12px;
  content: "Optional";
  display: block;
  float: right;
  left: auto;
  margin: 0px;
  font-family: Raleway, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  color: #4B4D5D;
  line-height: 26px;
  top: 12px;
  right: 19px;
  position: absolute;
  z-index: 1;
}

.gform_wrapper ul.gform_fields li.gfield label {
  margin: 0px;
  display: block;
  color: #0F2F67;
  font-family: Raleway, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  top: 16px;
  left: 19px;
  position: absolute;
  z-index: 1;
}

.gform_wrapper ul.gform_fields li.gfield label .gfield_required {
  display: none;
}

.gform_wrapper ul.gform_fields li.gfield input[type=text],
.gform_wrapper ul.gform_fields li.gfield input[type=email],
.gform_wrapper ul.gform_fields li.gfield input[type=tel],
.gform_wrapper ul.gform_fields li.gfield textarea {
  z-index: 2;
  margin: 0px;
  border-radius: 0px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Raleway;
  box-shadow: none;
  display: block;
  background: transparent !important;
  width: 100%;
  border: 1px solid #D2D7FF;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 18px;
  line-height: 28px;
  color: #4B4D5D;
  height: 76px;
  padding: 36px 25px 12px 19px !important;
  border: 1px solid #DDE0F4;
  position: relative;
}

.gform_wrapper ul.gform_fields li.gfield textarea {
  height: 175px;
}

.gform_wrapper ul.gform_fields li.gfield input[type=text]:focus,
.gform_wrapper ul.gform_fields li.gfield input[type=email]:focus,
.gform_wrapper ul.gform_fields li.gfield input[type=tel]:focus,
.gform_wrapper ul.gform_fields li.gfield textarea:focus {
  border-color: #E2E9F2;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_error input[type=text],
.gform_wrapper ul.gform_fields li.gfield.gfield_error input[type=email],
.gform_wrapper ul.gform_fields li.gfield.gfield_error input[type=tel],
.gform_wrapper ul.gform_fields li.gfield.gfield_error textarea {
  border-color: #EF3340 !important;
}

.gform_wrapper li.field-message.gfield_error.gfield_contains_required div.gfield_description {
  left: 25px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  padding: 0 0 40px 0 !important;
  margin: 0px !important;
  border: none !important;
  background: transparent !important;
}

.gform_wrapper ul.gform_fields li.gfield.gfield_error .validation_message {
  position: absolute;
  bottom: 4px;
  left: 0px;
  font-size: 12px;
  line-height: 22px;
  display: block;
  color: #EF3340 !important;
}

.gform_wrapper div.validation_error {
  color: #EF3340 !important;
  border-color: #EF3340 !important;
  color: #FFF !important;
}

.gform_wrapper ul.gform_fields li.field-privacy {
  font-size: 12px;
  line-height: 22px !important;
}

.gform_wrapper ul.gform_fields li.field-privacy a {
  text-decoration: underline;
}

body .gform_wrapper .top_label div.ginput_container {
  margin: 0px !important;
}

.page-block-content .gform_body {
  padding: 0 50% 0 0;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.page-block-content .gform_wrapper ul.gform_fields li {
  padding-right: 16px;
}

.page-block-content .gform_wrapper ul.gform_fields li.field-town {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  padding-left: 16px;
  padding-right: 0px;
}

.page-block-content .gform_wrapper ul.gform_fields li.field-subject,
.page-block-content .gform_wrapper ul.gform_fields li.field-date-of-issue {
  position: absolute;
  top: 117px;
  right: 0px;
  width: 50%;
  padding-left: 16px;
  padding-right: 0px;
}

/*.page-block-content .gform_wrapper ul.gform_fields li.field-privacy {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 44%;
	padding: 0px;
	line-height: 22px;
}*/
.page-block-content .gform_wrapper ul.gform_fields li.field-privacy {
  margin-bottom: 0px;
  padding-bottom: 0px;
  width: 200%;
}

.page-block-content .gform_wrapper ul.gform_fields li.field-town .gfield_label,
.page-block-content .gform_wrapper ul.gform_fields li.field-subject .gfield_label,
.page-block-content .gform_wrapper ul.gform_fields li.field-date-of-issue .gfield_label {
  margin-left: 16px;
}

.gform_wrapper ul li.gfield .ginput_container_radio li {
  position: relative;
  margin: 0 0 20px 0;
}

.gform_wrapper ul li.gfield .ginput_container_radio li input,
.gform_wrapper ul li.gfield .ginput_container_checkbox li input {
  position: absolute;
  left: -9999px;
}

.gform_wrapper ul li.gfield .ginput_container_radio li label,
.gform_wrapper ul li.gfield .ginput_container_checkbox li label {
  display: block !important;
  position: relative !important;
  padding: 0 0 0 28px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  text-transform: none !important;
  font-weight: normal !important;
  top: auto !important;
  left: auto !important;
  margin: 0px !important;
  letter-spacing: 0px !important;
  line-height: 26px !important;
  color: #4B4D5D;
}
.gform_wrapper ul li.gfield .ginput_container_radio li label a,
.gform_wrapper ul li.gfield .ginput_container_checkbox li label a {
  color: #4B4D5D;
  text-decoration: underline;
}
.gform_wrapper ul li.gfield .ginput_container_radio li label a:hover,
.gform_wrapper ul li.gfield .ginput_container_checkbox li label a:hover {
  color: #F17030;
}

.gform_wrapper ul li.gfield .ginput_container_radio li label:before,
.gform_wrapper ul li.gfield .ginput_container_radio li label:after,
.gform_wrapper ul li.gfield .ginput_container_checkbox li label:before,
.gform_wrapper ul li.gfield .ginput_container_checkbox li label:after {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid #F17030;
  display: block;
  content: "";
  text-align: center;
  background: #FFF;
}

.gform_wrapper ul li.gfield .ginput_container_checkbox li label:before,
.gform_wrapper ul li.gfield .ginput_container_checkbox li label:after {
  border-radius: 0px;
}

.gform_wrapper ul li.gfield .ginput_container_radio li label:after {
  display: none;
  background: #76BC21;
  width: 8px;
  height: 8px;
  border: none;
}

.gform_wrapper ul li.gfield .ginput_container_checkbox li label:after {
  display: none;
  background: #F17030;
  width: 8px;
  height: 8px;
  border: none;
  content: "";
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 4px;
}

.gform_wrapper ul li.gfield .ginput_container_radio li input:checked + label:after,
.gform_wrapper ul li.gfield .ginput_container_checkbox li input:checked + label:after {
  display: block;
}

.gform_wrapper ul.gform_fields li.field-upload {
  margin: 0 0 30px 0;
}
.gform_wrapper ul.gform_fields li.field-upload label.gfield_label {
  position: relative;
  top: auto;
  left: auto;
  font-size: 18px;
  line-height: 21px;
  padding: 12px 0 0 0;
  color: #222222;
  font-weight: 600;
  margin: 0 0 4px 0;
}
.gform_wrapper ul.gform_fields li.field-upload .gfield_description {
  font-size: 14px;
  line-height: 26px;
  margin: 0 0 16px 0;
  font-family: Raleway;
}

.gform_wrapper ul li.gfield .jbfile-styler .gform_drop_area {
  border: 1px dashed #D2D7FF;
  padding: 32px;
  margin: 0 0 24px 0;
  background: transparent;
}

.gfield .jbfile-styler .gform_drop_instructions:before {
  background: url(../images/upload-icon.svg) no-repeat center center;
  text-indent: -99999px;
  text-align: left;
  height: 20px;
  margin: 0 0 12px 0;
}

.gfield .jbfile-styler .gform_drop_instructions span {
  font-size: 16px !important;
  line-height: 19px !important;
  color: #0F2F67 !important;
  font-weight: 600 !important;
  text-align: center !important;
  font-family: Raleway !important;
  margin: 0 0 13px 0 !important;
}

.gform_wrapper .gfield .jbfile-styler {
  text-align: center !important;
}

body .gform_wrapper .gfield .jbfile-styler input.button.gform_button_select_files {
  background: transparent !important;
  padding: 0px !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  font-family: Raleway !important;
  line-height: 16px !important;
  font-weight: 600 !important;
  color: #F17030 !important;
  border: none !important;
  box-shadow: none !important;
  display: block !important;
  text-align: center !important;
}
body .gform_wrapper .gfield .jbfile-styler input.button.gform_button_select_files:hover {
  color: #0F2F67 !important;
}

.gfield .jbfile-styler .gform_drop_instructions:after {
  display: none !important;
}

body .gform_wrapper #gform_preview_1_6 .ginput_preview {
  border: 1px solid #D2D7FF;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  font-family: Raleway;
  font-weight: 600;
  padding: 17px 100px 12px 87px;
}
body .gform_wrapper #gform_preview_1_6 .ginput_preview strong {
  font-weight: bold;
}
body .gform_wrapper #gform_preview_1_6 .ginput_preview span.file-size {
  font-size: 14px;
  line-height: 26px;
  font-family: Raleway;
  font-weight: normal;
  color: #4B4D5D;
  display: block;
}
body .gform_wrapper #gform_preview_1_6 .ginput_preview button {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #F17030;
  background: transparent;
  border: none !important;
  box-shadow: none;
  padding: 0px;
  margin: -8px 0 0 0;
}
body .gform_wrapper #gform_preview_1_6 .ginput_preview button:hover {
  background: transparent;
  color: #000;
}
body .gform_wrapper #gform_preview_1_6 .ginput_preview:before {
  width: 64px;
  height: calc(100% + 2px);
  background: url(../images/file-icon.svg) no-repeat center center #0F2F67;
  display: block;
  text-indent: -9999px;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 10;
}

body .gform_wrapper ul.gform_fields li.field-accept {
  margin: 0 !important;
  padding-bottom: 0px !important;
}
body .gform_wrapper ul.gform_fields li.field-accept .gfield_description {
  font-size: 12px;
  line-height: 20px;
  color: #4B4D5D;
  font-family: Raleway;
  margin: 0 0 32px 0;
}
body .gform_wrapper ul.gform_fields li.field-accept.gfield_error {
  margin-bottom: 24px !important;
}
body .gform_wrapper ul.gform_fields li.field-accept.gfield_error .ginput_container_checkbox li label:before {
  border-color: #EF3340 !important;
}
body .gform_wrapper ul.gform_fields li.field-accept.gfield_error .validation_message {
  bottom: -50px;
}

body .gform_wrapper ul.gform_fields li.field-accept#field_1_8 {
  margin: 0 0 24px 0 !important;
}

body .gform_wrapper .gform_footer {
  padding: 0px !important;
  margin: 0px !important;
}
body .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  display: block;
  margin: 0px;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  max-width: none !important;
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 0px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px !important;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_error .validation_message {
  left: 0px !important;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_error.field-town .validation_message {
  left: 16px !important;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_error.field-privacy .validation_message {
  top: 30px !important;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    width: auto !important;
    cursor: pointer;
  }
}
#application-complete-banner {
  height: 525px;
  background: url(../images/application-complete-banner.jpg) no-repeat center center;
  background-size: cover;
}

.application-complete {
  position: relative;
}
.application-complete .container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 890px;
  padding: 54px 90px;
  background: #FFF;
  margin: -110px auto 0 auto;
}
.application-complete .container h3 {
  font-size: 20px;
  line-height: 36px;
  color: #0F2F67;
  font-weight: bold;
  margin: 0 0 8px 0;
}
.application-complete .container h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.application-complete .container p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 52px 0;
  font-family: Raleway;
}
.application-complete .container a.button .button_label {
  padding: 0px;
}

@media all and (max-width: 768px) and (min-width: 0px) {
  #application-complete-banner {
    height: 349px;
  }

  .application-complete .container {
    padding: 28px 0 0 20px;
    margin: -92px 20px 0 0;
    max-width: none !important;
  }
  .application-complete .container h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 5px 0;
  }
  .application-complete .container h1 {
    font-size: 32px;
    line-height: 36px;
    margin: 0 40px 17px 0;
  }
  .application-complete .container p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 42px 0;
  }
}
.team-profile-filters {
  margin: 0 0 20px 0;
}
.team-profile-filters li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.team-profile-filters li.active a {
  color: #000;
  font-weight: bold;
}

.team-profile-modal-back {
  background: #0F2F67;
  position: fixed;
  overflow: auto;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100%;
  height: 100vh;
  top: -9999px;
  left: -9999px;
}
.team-profile-modal-back.active {
  top: 0px;
  left: 0px;
}
.team-profile-modal-back:before {
  width: 100%;
  height: 100%;
  content: "";
  position: fixed;
  display: block;
  z-index: 0;
  background: linear-gradient(to bottom right, #0F2F67 0%, #0F2F67 50%, #0C2858 50%, #0C2858 100%);
}
.team-profile-modal-back .close-team-profile-modal {
  position: absolute;
  background: url(../images/close-icon.svg) no-repeat center center;
  border: 2px solid #FFFFFF;
  width: 52px;
  height: 52px;
  top: 32px;
  display: block;
  text-indent: -9999px;
  z-index: 110;
  right: 32px;
}
.team-profile-modal-back .close-team-profile-modal:hover {
  background-image: url(../images/close-icon-hover.svg);
  background-color: #FFF;
}
.team-profile-modal-back .team-profiles-modal-content {
  position: relative;
  z-index: 100;
  padding: 190px 0 120px 0;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 57%;
  float: left;
  padding: 0 90px 0 0;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left h4 {
  font-size: 52px;
  line-height: 60px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 4px 0;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left h5 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #FFF;
  margin: 0px;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article {
  padding: 10px 0 0 0;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article h2,
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article h3,
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article h4,
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #FFF;
  padding: 20px 0 0 0;
  margin: 0 0 6px 0;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  font-family: Raleway;
  margin: 0 0 10px 0;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article ul {
  color: #FFF;
  margin: 0 0 10px 0;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article ul li {
  display: block;
  padding: 0 0 0 26px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-family: Raleway;
  color: #FFF;
  margin: 0;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left article ul li:before {
  content: "•";
  position: absolute;
  top: 0px;
  left: 0px;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-right {
  float: right;
  width: 43%;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-right .team-profile-images {
  margin: 0 0 45px 0;
  overflow: hidden;
  display: block;
  max-width: 460px;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-right .team-profile-images .team-image {
  width: 276px;
  float: left;
  display: block;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-right .team-profile-images .team-image-alt {
  width: 53%;
  float: right;
  margin: -146px 0 0 -7%;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-right blockquote {
  padding: 62px 0 0 0;
  margin: 0px;
  background: url(../images/team-quote.svg) no-repeat;
}
.team-profile-modal-back .team-profiles-modal-content .team-profile-modal-right blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  font-family: Raleway;
  font-style: italic;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left {
    padding-right: 60px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .team-profile-modal-back .team-profiles-modal-content {
    padding: 100px 0 120px 0;
  }
  .team-profile-modal-back .team-profiles-modal-content .team-profile-modal-left {
    float: none;
    width: auto;
    padding: 0 0 40px 0;
  }
  .team-profile-modal-back .team-profiles-modal-content .team-profile-modal-right {
    float: none;
    width: auto;
    padding: 0px;
  }
}
.page-block-team-profiles {
  padding: 134px 0 94px 0;
}
.page-block-team-profiles .team-profiles {
  margin: 0 -16px;
}
.page-block-team-profiles .team-profiles section {
  padding: 0 16px 32px 16px;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 33.33%;
}
.page-block-team-profiles .team-profiles section .modal-content {
  display: none;
}
.page-block-team-profiles .team-profiles section a {
  display: block;
  position: relative;
  height: 368px;
  overflow: hidden;
}
.page-block-team-profiles .team-profiles section a .team-image,
.page-block-team-profiles .team-profiles section a .team-image-alt {
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  display: block;
  z-index: 0;
}
.page-block-team-profiles .team-profiles section a .team-image-alt {
  opacity: 0;
}
.page-block-team-profiles .team-profiles section a .team-overlay {
  position: absolute;
  height: 50%;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.page-block-team-profiles .team-profiles section a .team-text {
  transition: 0.3s ease-in-out;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  padding: 0 32px 27px 32px;
}
.page-block-team-profiles .team-profiles section a .team-text h4 {
  font-size: 26px;
  line-height: 36px;
  color: #FFF;
  font-weight: bold;
  margin: 0 0 7px 0;
}
.page-block-team-profiles .team-profiles section a .team-text .team-text-position,
.page-block-team-profiles .team-profiles section a .team-text .team-text-head-of {
  font-size: 14px;
  line-height: 21px;
  color: #FFF;
  font-weight: 500;
  display: block;
}
.page-block-team-profiles .team-profiles section a .team-read-bio {
  position: absolute;
  bottom: -36px;
  left: 32px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #FFF;
  z-index: 4;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.page-block-team-profiles .team-profiles section a:hover .team-image {
  opacity: 0;
}
.page-block-team-profiles .team-profiles section a:hover .team-image-alt {
  opacity: 1;
}
.page-block-team-profiles .team-profiles section a:hover .team-text {
  bottom: 60px;
  bottom: 39px;
}
.page-block-team-profiles .team-profiles section a:hover .team-read-bio {
  bottom: 28px;
  opacity: 1;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-team-profiles .team-profiles section {
    width: 50%;
  }
}
@media all and (max-width: 640px) and (min-width: 0px) {
  .page-block-team-profiles .team-profiles section {
    width: auto;
    float: none;
  }
}

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