@charset "UTF-8";
html {
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #000000;
}

h4 {
  font-size: 18px;
  line-height: 29.124px;
}

h5, h6 {
  font-size: 15px;
  line-height: 22.652px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000000;
}

li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
}

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  font-family: "Source Sans Pro", sans-serif;
}
#fifty-repeater p strong a {
  font-weight: bold;
  background: none;
  padding: 0 !important;
  color: #000000 !important;
}
#fifty-repeater p strong a:hover {
  text-decoration: underline;
}

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

section {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1350px;
  padding: 0 20px;
  clear: both;
}
.col {
  display: block;
  float: left;
  margin: 4px 0;
}
.col:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .col {
    margin: 4px 0 4px 8px;
  }
}

.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(49.96% - 4px);
  }
}

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

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

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(33.33% - 5.3333333333px);
  }
}

.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% - 3.2px);
  }
}

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

@media only screen and (min-width: 768px) {
  .span_1_of_4 {
    width: calc(25% - 6.1538461538px);
  }
}

.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_4_of_5 {
    width: 79.6%;
  }
}

@media only screen and (min-width: 768px) {
  .span_3_of_5 {
    width: 59.2%;
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_5 {
    width: 38.8%;
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_5 {
    width: 18.4%;
  }
}

.span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .span_5_of_6 {
    width: 83%;
  }
}

@media only screen and (min-width: 768px) {
  .span_4_of_6 {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .span_3_of_6 {
    width: 49%;
  }
}

@media only screen and (min-width: 768px) {
  .span_2_of_6 {
    width: 32%;
  }
}

@media only screen and (min-width: 768px) {
  .span_1_of_6 {
    width: 15%;
  }
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.clearfix {
  overflow: auto;
}

html {
  overflow-x: hidden;
}

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  clear: both;
  padding-left: 20px;
  margin: 0;
}

.no-margin {
  margin: 4px 0;
}

a {
  color: #000000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: underline;
}

.page {
  margin-bottom: 0;
}

select {
  cursor: pointer;
  background-image: url(../images/icons/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-y: 50%;
  background-position-x: calc(100% - 20px);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.featherlight-content {
  padding: 5px 5px 0 !important;
}
.featherlight-content .featherlight-next, .featherlight-content .featherlight-previous {
  top: auto;
  bottom: 0;
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.featherlight-content .featherlight-next span, .featherlight-content .featherlight-previous span {
  position: relative;
  top: 60px;
  text-shadow: none;
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.featherlight-content .featherlight-next {
  right: 0;
  left: auto;
}
.featherlight-content .featherlight-next span {
  right: -5%;
}
.featherlight-content .featherlight-previous {
  left: 0;
}
.featherlight-content .featherlight-close-icon {
  font-size: 40px;
  color: #fff;
  width: auto;
  padding: 20px;
}

.owl-nav {
  width: 100%;
  position: absolute;
  top: 45%;
}
.owl-nav div {
  position: absolute;
}
.owl-nav div i {
  font-weight: 800;
  font-size: 30px;
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}

.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: 15px;
  line-height: 22.652px;
}
#breadcrumbs ul a {
  font-weight: 800;
}

#sticky {
  position: fixed;
  right: 0px;
  top: 240px;
  overflow: hidden;
  z-index: 9999;
}
#sticky ul {
  margin: 0;
  padding: 0;
}
#sticky ul li {
  list-style-type: none;
}
#sticky ul li a {
  margin-bottom: 4px;
  text-align: left;
  display: inline-block;
  width: 100px;
  background: #d7385f;
  text-decoration: none;
  position: relative;
  right: -62px;
  color: #FFF;
  line-height: 35px;
}
#sticky ul li a:hover {
  right: 0px;
}
#sticky ul li a span {
  height: 33px;
  display: inline-block;
  margin: 0;
  float: left;
  font-size: 13px;
  color: #fff;
  padding: 0 13px;
  line-height: 35px;
  width: auto;
}
#sticky ul li:nth-child(2) a {
  background: #faa146;
}
#sticky ul li:nth-child(3) a {
  background: #d7385f;
}

.button, button, .wpcf7-submit, .directions-input, .button-text, .nav-links a, .omsc-button {
  padding: 14px 48px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #FFF;
  background: #d7385f;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 182px;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 15px;
}
.button:hover, button:hover, .wpcf7-submit:hover, .directions-input:hover, .button-text:hover, .nav-links a:hover, .omsc-button:hover {
  background: #faa146;
  color: #FFF;
  text-decoration: none;
}

.button-alt {
  background: #faa146;
}
.button-alt:hover {
  background: #042f41;
}

.button-text {
  display: inline-block;
  width: auto;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .flex {
    display: flex;
    align-items: center;
  }
}

.intro {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.page-template-page-one-col h2, .page-template-page-one-col h3 {
  position: relative;
}
.page-template-page-one-col h2:after, .page-template-page-one-col h3:after {
  left: 0px;
  right: auto;
  position: absolute;
  margin: 0 auto;
  height: 4px;
  background: #d7385f;
  width: 44px;
  bottom: -20px;
  content: "";
}

#fourofour h2:after, #fourofour h3:after, #fourofour h4:after, #fourofour h5:after, #fourofour h6:after {
  left: 0px;
  right: auto;
}

#cookie-law-info-again {
  right: 160px !important;
}

.by a {
  color: #faa146;
}

.intro p:first-of-type {
  padding-top: 0px;
  margin-top: 0;
}

.contact-col {
  float: left;
  width: 50%;
}
.contact-col input {
  width: 100%;
}

input[type=submit] {
  padding: 14px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  background: #d7385f;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 162px;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-size: 15px;
  border: none;
}
input[type=submit]:hover {
  background: #faa146;
  color: #FFF;
  text-decoration: none;
}

.contact-list li {
  list-style-type: none;
}
.contact-list li a {
  color: #d7385f;
  line-height: 34px;
}
.contact-list li .fa-facebook {
  color: #0f5ae4;
}
.contact-list li .fa-twitter {
  color: #6fd1f3;
}
.contact-list li .fa-linkedin {
  color: #0086b4;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  border-radius: 10px !important;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
  font-size: 14px;
}

section .wrap {
  z-index: 10;
  position: relative;
}
section:after {
  z-index: 1;
}

.page-template-default main {
  padding-top: 80px;
  background: #f0f0f0;
  clear: both;
}

.page-id-167 .wpcf7-list-item-label a {
  color: #FFF;
}

.charity-numbers {
  font-size: 45px;
  font-weight: bold;
  background: #39c00a;
  color: #FFF;
  padding: 8px 14px;
  border-radius: 20px;
  margin-top: 10px;
  display: inline-block;
}

.single-aol_ad .span_2_of_3 p {
  margin: 0;
}

header {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 9999;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  header {
    padding-top: 40px;
  }
}
header .logo, header .alt-logo {
  float: left;
  width: 180px;
  margin: 0px 0;
}
@media screen and (min-width: 768px) {
  header .logo, header .alt-logo {
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  header .logo, header .alt-logo {
    width: 228px;
  }
}
@media screen and (min-width: 1500px) {
  header .logo, header .alt-logo {
    width: 240px;
  }
}
header .logo img, header .alt-logo img {
  width: 100%;
  height: auto;
}

.shrink {
  position: fixed;
  padding: 10px 0;
  z-index: 9999;
  top: 0px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.shrink ul li {
  border-right: solid 1px #000000;
}
.shrink ul li a {
  color: #000000;
}
.shrink #rmp_menu_trigger-327 {
  min-width: auto;
  margin-top: 0 !important;
  border-radius: 99999px;
  top: 5px !important;
}
.shrink .alt-logo {
  height: 50px;
  width: 50px;
}
.shrink .alt-logo img {
  width: 50px;
  height: 50px;
}
.shrink .main-navigation {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shrink .head-buttons {
  margin-right: 100px;
  margin-top: 4px;
  padding: 0;
}
@media screen and (min-width: 1190px) {
  .shrink .head-buttons {
    margin-right: 0px;
  }
}
.shrink .head-buttons .button {
  color: #000000;
  font-size: 18px;
  background: #FFF;
  border: solid 2px #d7385f;
}
.shrink .head-buttons .button-alt {
  color: #000000;
}

.nudge {
  margin-top: 95px;
}

.head-buttons {
  float: right;
  width: auto;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin-right: 100px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .head-buttons {
    float: right;
    text-align: inherit;
    margin-right: 100px;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1190px) {
  .head-buttons {
    float: right;
    margin-right: 0;
    width: auto;
    margin-top: 0px;
  }
}
.head-buttons .button {
  min-width: auto;
  padding: 14px;
  float: right;
  background: none;
  color: #000000;
  padding: 0;
  margin-top: 11px;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  margin-left: 20px;
  letter-spacing: 0px;
  font-family: "Source Sans Pro", sans-serif;
}
.head-buttons .button i {
  color: #000000;
  margin-right: 5px;
}
.head-buttons .button-alt {
  display: none;
}
@media screen and (min-width: 768px) {
  .head-buttons .button-alt {
    display: inline-block;
    background: #FFF;
    color: #000000;
    border: solid 2px #d7385f;
    height: 48 px;
    line-height: 44px;
    min-width: 162px;
    text-align: center;
    margin-top: -5px;
  }
}
.head-buttons .button-alt:hover {
  background: #d7385f;
  color: #FFF;
  border: solid 2px #d7385f;
}
.head-buttons .button-alt:hover i {
  color: #FFF;
}

.head-buttons span {
  display: none;
}
@media screen and (min-width: 768px) {
  .head-buttons span {
    display: inline-block;
    margin-left: 10px;
  }
}

#strapline {
  padding: 0;
  background: #faa146;
}
#strapline .strapline-area {
  text-align: center;
  width: 100%;
  padding: 0px;
}
#strapline .strapline-area p {
  color: #fff;
  margin: 0;
  padding: 10px;
}

.main-navigation {
  float: right;
  width: auto;
  clear: none;
  margin-top: 14px;
  margin-bottom: 20px;
  display: none;
}
@media screen and (min-width: 1190px) {
  .main-navigation {
    display: inline-block;
  }
}
.main-navigation li {
  border-right: solid 1px #000000;
  line-height: 10px;
}
.main-navigation li:last-child {
  border: none;
}
.main-navigation li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
.main-navigation li a {
  padding: 0 10px;
  margin: 0 10px;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}
@media screen and (min-width: 1500px) {
  .main-navigation li a {
    margin: 0 20px;
  }
}
.main-navigation li a:hover {
  color: #faa146;
}
.main-navigation .menu-item-has-children a {
  padding-right: 20px;
}
.main-navigation .menu-item-has-children:after {
  right: 14px;
  top: 0px;
  content: "";
  position: absolute;
  font-size: 14px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.main-navigation .menu-item-has-children .sub-menu .menu-item-has-children:after {
  content: "";
  top: 8px;
}

.main-navigation .menu .sub-menu {
  background: rgba(255, 255, 255, 0.97);
}
.main-navigation .menu .sub-menu li {
  border: none;
  line-height: 24px;
}
.main-navigation .menu .sub-menu li a {
  margin: 0;
  padding: 10px;
  text-decoration: none;
}
.main-navigation .menu .sub-menu li a:hover {
  background: #d7385f;
  color: #FFF;
  padding-left: 12px;
}

button#responsive-menu-button {
  min-width: 50px;
  right: 20px;
}

button#responsive-menu-button .responsive-menu-box {
  color: #ffffff;
  margin-top: -3px;
}

.alt-logo {
  display: none;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.head-content {
  float: right;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .head-content {
    width: auto;
  }
}

#rmp_menu_trigger-327 {
  min-width: auto;
  margin-top: 0px;
  border-radius: 99999px;
  top: 10px !important;
}

footer {
  padding-top: 20px;
  background: #101010;
  clear: both;
}
footer .footer-1 {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer-1 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-1 {
    width: 25%;
  }
}
footer .footer-2 {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .footer-2 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-2 {
    width: 25%;
  }
}
footer .footer-2 i {
  color: #faa146;
}
footer .footer-3 {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .footer-3 {
    width: 25%;
  }
}
footer .footer-4 {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .footer-4 {
    width: 25%;
  }
}

.foot-image {
  float: right;
}
.foot-image img {
  width: 260px;
  margin-top: 40px;
}

.footer-title {
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", sans-serif;
}

footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  float: left;
  width: 100%;
  list-style-type: none;
  color: #FFF;
  font-size: 12px;
  line-height: 22px;
}
footer ul li a {
  color: #FFF;
}
footer p {
  color: #FFF;
  font-size: 12px;
}

.bottom-footer {
  float: left;
  width: 100%;
  background: #000000;
}
.bottom-footer .copy {
  float: left;
  width: 100%;
  padding-bottom: 0;
}
@media screen and (min-width: 700px) {
  .bottom-footer .copy {
    width: auto;
    padding-bottom: 0;
  }
}
.bottom-footer .by {
  float: left;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .bottom-footer .by {
    width: auto;
    float: right;
    padding-bottom: 0;
  }
}
.social-media ul {
  float: left;
  width: 100%;
}
.social-media ul li {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.social-media ul li a {
  background: #faa146;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
  line-height: 40px;
}
.social-media ul li a:hover {
  background: #d7385f;
}

.footer-title {
  font-size: 16px;
}

footer .site-info {
  padding-bottom: 20px;
}
footer .fa-facebook {
  color: #0f5ae4;
}
footer .fa-linkedin {
  color: #0086b4;
}
footer .fa-twitter {
  color: #6fd1f3;
}

.footer-3 a span {
  color: #faa146;
}

.menu-wrap {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1024px) {
  .menu-wrap {
    width: 50%;
  }
}

/* =====================================================
========================================================
==== Owl Carousel
========================================================
===================================================== */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* =====================================================
========================================================
==== FeatherLight
========================================================
===================================================== */
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.5.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }

  .featherlight .featherlight-content {
    border-radius: 15px;
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    /*padding: 25px 25px 0;
    border-bottom: 25px solid transparent;*/
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
    position: relative;
  }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 10px;
    right: 10px;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    /* styling */
    border: none;
  }

  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    /*padding: 10px 10px 0;
    border-bottom: 10px solid transparent;*/
  }
}
#hero-banner {
  padding: 0;
  background: #FFF;
  position: relative;
}
#hero-banner:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
#hero-banner .main-banner-repeater {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
}
#hero-banner .main-banner-repeater .background-image {
  float: right;
  width: 100%;
  margin-top: 160px;
  margin-bottom: 160px;
}
#hero-banner .main-banner-repeater .background-image img {
  opacity: 0.2;
  max-height: 400px;
  width: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #hero-banner .main-banner-repeater .background-image {
    width: 40%;
    margin-top: 100px;
    margin-bottom: 0;
  }
  #hero-banner .main-banner-repeater .background-image img {
    opacity: 1;
    max-height: none;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #hero-banner .main-banner-repeater .background-image {
    width: 60%;
    margin-top: 100px;
  }
  #hero-banner .main-banner-repeater .background-image img {
    opacity: 1;
    max-height: none;
    width: 100%;
  }
}
#hero-banner .main-banner-repeater .banner-content {
  position: absolute;
  z-index: 10;
  top: 190px;
  text-align: left;
  width: 100%;
  padding: 0px;
  left: 0px;
  right: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #hero-banner .main-banner-repeater .banner-content {
    width: 60%;
    top: 130px;
  }
}
@media screen and (min-width: 1200px) {
  #hero-banner .main-banner-repeater .banner-content {
    width: 40%;
    top: 230px;
  }
}
#hero-banner .main-banner-repeater .banner-content .wrap {
  padding: 0;
}
#hero-banner .main-banner-repeater .banner-content .main-banner-title {
  font-size: 28px;
  color: #000000;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  #hero-banner .main-banner-repeater .banner-content .main-banner-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #hero-banner .main-banner-repeater .banner-content .main-banner-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1140px) {
  #hero-banner .main-banner-repeater .banner-content .main-banner-title {
    font-size: 32px;
  }
}
#hero-banner .main-banner-repeater .banner-content .main-banner-sub-title {
  font-size: 40px;
  color: #000000;
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  margin-bottom: 0;
  font-weight: 700;
  line-height: normal;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #hero-banner .main-banner-repeater .banner-content .main-banner-sub-title {
    font-size: 75px;
    line-height: 77px;
  }
}
@media screen and (min-width: 1200px) {
  #hero-banner .main-banner-repeater .banner-content .main-banner-sub-title {
    font-size: 84px;
    line-height: 86px;
  }
}
#hero-banner .main-banner-repeater .banner-content .main-banner-intro-content {
  color: #000000;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0;
}
#hero-banner .main-banner-repeater .banner-content .button {
  background: #d7385f;
  font-weight: 400;
  color: #FFF;
  margin-right: 10px;
  margin-bottom: 10px;
}
#hero-banner .main-banner-repeater .banner-content .button:hover {
  background: #faa146;
  color: #FFF;
}
#hero-banner .main-banner-repeater .banner-content .button-alt {
  background: #FFF;
  color: #000000;
  border: solid 2px #d7385f;
}
#hero-banner .main-banner-repeater .banner-content .button-alt:hover {
  background: #FFF;
  color: #d7385f;
  border: solid 2px #000000;
}

#hero-banner li {
  list-style-type: none;
}

#hero-banner .owl-nav .owl-prev {
  left: 20px;
}
#hero-banner .owl-nav .owl-prev i {
  color: #FFF;
}
#hero-banner .owl-nav .owl-next {
  right: 20px;
}
#hero-banner .owl-nav .owl-next i {
  color: #FFF;
}

.video-banner iframe {
  height: 600px;
  width: 100%;
}
.video-banner .banner-content {
  height: 600px !important;
  top: 0px !important;
  max-width: none !important;
}

.promo-area {
  position: absolute;
  bottom: 20px;
  left: 2px;
  right: 2px;
  margin: 0 auto;
  z-index: 10;
}
.promo-area .wrap {
  background: rgba(29, 98, 139, 0.84);
  overflow: hidden;
  padding: 20px;
}

.promo-area .contact-strip-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 20px;
  color: #FFF;
  margin-top: 20px;
  padding-bottom: 0;
  padding-left: 60px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .promo-area .contact-strip-title {
    font-size: 26px;
    line-height: 36px;
  }
}
.promo-area .contact-strip-title:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #d7385f;
  background: #FFF;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 9999px;
  top: -6px;
  left: 0;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
}
.promo-area .button {
  float: right;
  margin-top: 15px;
  background: #FFF;
  color: #d7385f;
}
.promo-area .button:hover {
  background: #faa146;
  color: #FFF;
}

#internal-banner {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  background: #FFF;
}
#internal-banner:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
#internal-banner .background-image {
  margin-top: 80px;
  width: 100%;
  float: right;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  #internal-banner .background-image {
    width: 50%;
  }
}

#breadcrumbs-wrap {
  float: left;
  width: 100%;
  padding: 15px 30px;
}
#breadcrumbs-wrap #breadcrumbs {
  font-weight: 100 !important;
  padding-bottom: 0;
  padding: 0;
  margin: 0;
}
#breadcrumbs-wrap #breadcrumbs span {
  display: inline-block;
  font-size: 11px;
  margin-right: 5px;
  color: #FFF;
}
#breadcrumbs-wrap #breadcrumbs span a {
  font-weight: bold;
  font-size: 11px;
  color: #FFF;
}
#breadcrumbs-wrap #breadcrumbs span a strong {
  font-weight: 100 !important;
}

#internal-banner .banner-content {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #internal-banner .banner-content {
    padding-top: 260px;
    width: 40%;
  }
}
#internal-banner .banner-content .main-banner-title {
  font-size: 40px;
  color: #000000;
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 84px;
  }
}
#internal-banner .banner-content p {
  color: #000000;
  margin: 0;
  padding: 0;
}
#internal-banner .banner-content p a {
  color: #faa146;
}
.internal-banner-content {
  margin: 0;
  padding: 0;
}
.internal-banner-content li {
  list-style-type: none;
}

#breadcrumbs-wrap {
  padding: 10px 0;
}

#breadcrumbs-wrap #breadcrumbs {
  padding-bottom: 0;
}

#breadcrumbs-wrap #breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs-wrap span {
  font-size: 11px;
  color: #46bced;
}

#breadcrumbs-wrap span a {
  color: #fff !important;
}

.blog #internal-banner .banner-content, .single #internal-banner .banner-content, .archive #internal-banner .banner-content, .search #internal-banner .banner-content {
  float: left;
  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .blog #internal-banner .banner-content, .single #internal-banner .banner-content, .archive #internal-banner .banner-content, .search #internal-banner .banner-content {
    padding-top: 200px;
    padding-bottom: 100px;
    width: 100%;
  }
}

#content-repeater, .content-repeater-alt {
  background: #FFF;
  position: relative;
}
#content-repeater ul, .content-repeater-alt ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#content-repeater ul li, .content-repeater-alt ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
#content-repeater ul li h1, #content-repeater ul li h2, #content-repeater ul li h3, #content-repeater ul li h4, #content-repeater ul li h5, #content-repeater ul li h6, .content-repeater-alt ul li h1, .content-repeater-alt ul li h2, .content-repeater-alt ul li h3, .content-repeater-alt ul li h4, .content-repeater-alt ul li h5, .content-repeater-alt ul li h6 {
  padding-left: 20px;
  padding-right: 20px;
}
#content-repeater ul li h1:after, #content-repeater ul li h2:after, #content-repeater ul li h3:after, #content-repeater ul li h4:after, #content-repeater ul li h5:after, #content-repeater ul li h6:after, .content-repeater-alt ul li h1:after, .content-repeater-alt ul li h2:after, .content-repeater-alt ul li h3:after, .content-repeater-alt ul li h4:after, .content-repeater-alt ul li h5:after, .content-repeater-alt ul li h6:after {
  left: 0px;
  right: auto;
}
#content-repeater ul li h1, .content-repeater-alt ul li h1 {
  font-size: 38px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
#content-repeater ul li p, .content-repeater-alt ul li p {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#content-repeater ul li img, .content-repeater-alt ul li img {
  margin: 40px auto;
  display: block;
}
#content-repeater ul li .col, .content-repeater-alt ul li .col {
  padding: 0px;
  margin: 0;
}
#content-repeater ul li .col ul, .content-repeater-alt ul li .col ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
#content-repeater ul li .col ul li, .content-repeater-alt ul li .col ul li {
  box-shadow: none;
  margin: 0;
  background: none;
  color: #FFF;
}

.page-id-10 #content-repeater .section .span_1_of_2 ul {
  margin-left: 40px;
  width: auto;
}
.page-id-10 #content-repeater .section .span_1_of_2 ul li {
  list-style-type: disc;
  margin-bottom: 10px;
  padding-right: 10px;
}

.content-repeater-alt {
  background: #d7385f;
}
.content-repeater-alt:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
.content-repeater-alt li p {
  color: #FFF;
}
.content-repeater-alt li h2 {
  color: #FFF;
}
.content-repeater-alt .button {
  background: #FFF;
  color: #000000;
}
.content-repeater-alt .button:hover {
  background: #faa146;
  color: #FFF;
}

.content-repeater-alt.white {
  background: #FFF;
}
.content-repeater-alt.white:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
.content-repeater-alt.white li p {
  color: #000000;
}
.content-repeater-alt.white li h2 {
  color: #000000;
}
.content-repeater-alt.white .button {
  background: #d7385f;
  color: #FFF;
}
.content-repeater-alt.white .button:hover {
  background: #faa146;
}

.page-id-168 .content-repeater-alt {
  background: #d7385f;
}
.page-id-168 .content-repeater-alt:after {
  display: none;
}
.page-id-168 #content-repeater {
  background: #FFF;
}
.page-id-168 #content-repeater:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.page-id-165 #content-repeater {
  position: relative;
}
.page-id-165 #content-repeater:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

#full-col {
  float: left;
  width: 100%;
  text-align: left;
  background: #d7385f;
  position: relative;
  padding-top: 80px;
}
#full-col .wrap {
  width: 100%;
  margin: 0 auto;
}
#full-col p {
  padding: 0;
}
#full-col p a {
  padding: 14px 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #FFF;
  background: #d7385f;
  text-align: center;
  font-size: 15px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  min-width: 162px;
  display: inline-block;
}
#full-col p a:hover {
  background: #46bced;
  color: #FFF;
}
#full-col h2 {
  color: #FFF;
}

.aol-filter-select {
  height: 54px;
}

#full-video {
  padding-top: 40px;
}
#full-video .videowrapper {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}
#full-video iframe {
  width: 100%;
  height: 600px;
}

#full-col {
  position: relative;
}
#full-col .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
}
#full-col .background-image img {
  min-height: 600px;
  object-fit: cover;
  opacity: 0.5;
}
#full-col .full-col-content {
  float: left;
  width: 100%;
}

.has-img {
  position: relative;
  margin: 50px 0;
}
.has-img h2 {
  color: #FFF;
}
.has-img p {
  color: #FFF;
}

.panel-heading {
  font-size: 24px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}

#testimonials {
  background: #d7385f;
  text-align: center;
  padding: 60px 0;
  position: relative;
}
#testimonials .intro h2 {
  color: #FFF;
}
#testimonials .intro p {
  color: #FFF;
}
#testimonials .testimonial-slider {
  float: left;
  margin: 0;
  padding: 0;
}
#testimonials .testimonial-slider p {
  color: #FFF;
  font-style: italic;
}
#testimonials .testimonial-slider .author-content p {
  font-style: normal;
  color: #FFF;
}
#testimonials .testimonial-slider li {
  color: #FFF;
  list-style-type: none;
}
#testimonials .testimonial-slider li a {
  color: #FFF;
}
#testimonials .testimonial-slider li .post-content {
  position: relative;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
#testimonials .testimonial-slider li .post-content h2 {
  color: #FFF;
}
#testimonials .testimonial-slider li .post-content .stars {
  color: #f3eb0e;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 6px;
}
#testimonials .testimonial-slider li .owl-dots {
  margin: 0;
  bottom: -20px;
}

#testimonials .owl-nav {
  position: absolute;
  text-align: center;
  top: 45%;
  z-index: 9999;
}
#testimonials .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: 0px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #FFF;
  outline: none;
}
#testimonials .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: 0px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #FFF;
  outline: none;
}

#testimonials .fa-angle-right:before {
  color: #faa146;
}
#testimonials .fa-angle-left:before {
  color: #faa146;
}

.testimonial-image {
  border-radius: 9999px;
  width: 160px;
  border-radius: 9999px;
  width: 160px;
  margin: 0 auto;
  overflow: hidden;
  height: 160px;
  margin-bottom: 20px;
}
#call-to-action-repeater {
  background: #d7385f;
  position: relative;
}
#call-to-action-repeater:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
#call-to-action-repeater .intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#call-to-action-repeater .call-slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#call-to-action-repeater .call-slider .owl-stage-outer {
  padding-top: 80px;
}
#call-to-action-repeater .call-slider li {
  position: relative;
  margin-bottom: 9px;
  background: #FFF;
  border-radius: 20px;
  width: 100%;
  overflow: visible;
}
#call-to-action-repeater .call-slider li .image {
  height: auto;
}
#call-to-action-repeater .call-slider li .image img {
  width: 80%;
  display: block;
  text-align: center;
  margin: -40px auto 0;
}
#call-to-action-repeater .call-slider li .call-content {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 80%;
  float: left;
}
#call-to-action-repeater .call-slider li .call-content h2 {
  margin-bottom: 0px;
  color: #000000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#call-to-action-repeater .call-slider li .call-content p {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 0;
  color: #d7385f;
  text-align: left;
  font-size: 22px;
  margin-top: 0;
  padding-top: 0;
}
#call-to-action-repeater .call-slider li .call-content .button-text {
  margin: 0px auto;
  float: none;
  max-width: 176px;
  background: #faa146;
  color: #000000;
}
#call-to-action-repeater .call-slider li .call-content .button-text:hover {
  background: #46bced;
}
#call-to-action-repeater .call-slider li .call-button {
  width: 20%;
  float: right;
  text-align: center;
  width: 50px;
  float: right;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 20px;
  top: auto;
  bottom: 40px;
}
#call-to-action-repeater .call-slider li .call-button p {
  margin: 0;
  padding: 0;
  color: #d7385f;
  font-size: 45px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
#call-to-action-repeater .call-slider li img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  max-width: 317px;
  margin: 0 auto;
}
#call-to-action-repeater .call-slider li a:hover {
  text-decoration: none;
}
#call-to-action-repeater .call-slider li a:hover h2:after {
  background: #d7385f;
}

#call-to-action-repeater .owl-nav {
  position: static;
  text-align: center;
  margin-top: 20px;
}
#call-to-action-repeater .owl-nav .owl-prev {
  position: static;
  display: inline-block;
  margin-right: 15px;
}
#call-to-action-repeater .owl-nav .owl-next {
  position: static;
  display: inline-block;
  margin-left: 15px;
}
#call-to-action-repeater .owl-stage {
  display: flex;
}
#call-to-action-repeater .owl-item {
  display: flex;
  flex: 1;
}

.link .image .first-image {
  display: block !important;
}
.link .image .second-image {
  display: none !important;
}
.link:hover .image .first-image {
  display: none !important;
}
.link:hover .image .second-image {
  display: block !important;
}
.link:hover .call-content p {
  padding-left: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.link:hover .call-content h2 {
  padding-left: 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  color: #d7385f !important;
}
.link:hover .call-button p {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  color: #39c00a !important;
}

.page-id-42 #call-to-action-repeater {
  margin-bottom: 51px;
}

#call-to-action-repeater .owl-nav {
  position: absolute;
  text-align: center;
  bottom: 40px;
  top: auto;
  z-index: 9999;
}
@media screen and (min-width: 1024px) {
  #call-to-action-repeater .owl-nav {
    top: 45%;
    bottom: auto;
  }
}
#call-to-action-repeater .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: 0px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #FFF;
  outline: none;
}
#call-to-action-repeater .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: 0px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #FFF;
  outline: none;
}

#call-to-action-repeater .fa-angle-right:before {
  color: #faa146;
}
#call-to-action-repeater .fa-angle-left:before {
  color: #faa146;
}

#usp {
  background: #d7385f;
  position: relative;
}
#usp:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
#usp ul {
  padding: 0;
  margin: 0;
}
#usp ul li {
  list-style-type: none;
  text-align: center;
  overflow: hidden;
}
#usp ul li .usp-icon {
  font-size: 60px;
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
  background: #faa146;
  border-radius: 9999px;
  width: auto;
  display: inline-block;
  height: 140px;
  width: 140PX;
  line-height: 140px;
  margin-bottom: 20px;
}
#usp ul li .usp-info {
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

#usp .owl-nav {
  position: absolute;
  text-align: center;
  top: 45%;
  z-index: 9999;
}
#usp .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: 0px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #FFF;
  outline: none;
}
#usp .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: 0px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #FFF;
  outline: none;
}

#usp .fa-angle-right:before {
  color: #faa146;
}
#usp .fa-angle-left:before {
  color: #faa146;
}

#image-slider {
  background: #FFF;
  position: relative;
}
#image-slider:before {
  content: "";
  width: 100%;
  height: 68px;
  background: url(http://www.recruit-agriculture.co.uk/wp-content/uploads/2021/03/grass-white.png);
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 500;
}
#image-slider .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex: 1;
}
#image-slider .intro {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#image-slider .intro h2, #image-slider .intro p {
  color: #000000;
}
#image-slider .image-slider {
  padding: 40px;
  width: 100%;
}
#image-slider .image-slider li {
  list-style-type: none;
  padding: 20px;
}
#image-slider .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.3;
}
#image-slider .background-image img {
  height: 500px;
  object-fit: cover;
}
#image-slider .owl-nav i {
  color: #FFF;
}
#image-slider .owl-nav .owl-next {
  right: 40px;
}
#image-slider .owl-nav .owl-prev {
  left: -40px;
}

#two-col {
  padding: 50px 0;
  background: #d7385f;
  position: relative;
}
#two-col .intro {
  text-align: center;
}
#two-col .intro .omsc-button {
  margin-bottom: 40px !important;
}
#two-col .group {
  display: flex;
  flex-wrap: wrap;
}
#two-col .group h1:after, #two-col .group h2:after, #two-col .group h3:after, #two-col .group h4:after, #two-col .group h5:after, #two-col .group h6:after {
  left: 0px;
  right: auto;
}
#two-col .group .col {
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
#two-col .group .col .col {
  background: #FFF;
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: none;
  padding: 0 20px;
}
#two-col .group .col img {
  border-radius: 10px;
}
#two-col .group .col p {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  margin-bottom: 0;
}
#two-col .group .col h2 {
  padding-left: 20px;
  padding-right: 20px;
}
#two-col .group .col ul {
  margin-bottom: 10px;
}
#two-col .group .col ul li {
  list-style-type: none;
}
#two-col .group .col ul li i {
  color: #d7385f;
}
#two-col .group .col ul li .fa-facebook {
  color: #0f5ae4;
}
#two-col .group .col ul li .fa-linkedin {
  color: #0086b4;
}
#two-col .group .col ul li .fa-twitter {
  color: #6fd1f3;
}
#two-col .wpcf7-file {
  clear: both;
  width: 100%;
  margin: 10px 0;
}
#two-col .wpcf7-list-item {
  margin: 10px 0 20px 0;
}
#two-col a {
  color: #d7385f;
}

.page-id-171 #two-col {
  padding-top: 80px;
  background: #f0f0f0;
}
.page-id-171 #two-col .col ul li {
  line-height: 30px;
}
.page-id-171 .contact-logo {
  max-width: 300px;
  margin: 20px auto;
}
.page-id-171 .social-bg {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-id-171 .social-bg:after {
    background: url(http://impactiveit.com/wp-content/uploads/2021/03/social.png);
    background-size: cover;
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 340px;
    height: 340px;
  }
}

.three-col {
  padding: 50px 0;
  background: #f4f4f4;
  position: relative;
}
.three-col:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
.three-col .intro {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .three-col .group {
    display: flex;
  }
}
.three-col .group h1, .three-col .group h2, .three-col .group h3, .three-col .group h4, .three-col .group h5, .three-col .group h6 {
  font-size: 24px;
}
.three-col .group h2 {
  font-size: 30px;
}
.three-col .group h3 {
  font-size: 18px;
  color: #d7385f;
  margin: 0px;
  padding: 0;
  line-height: 18px;
}
.three-col .group .col {
  text-align: center;
  padding: 20px;
}
.three-col .group .col .figure {
  padding: 20px;
}

.three-col h2 {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.three-col .col p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.figure .second-image {
  display: none;
}
.figure:hover .first-image {
  display: none;
}
.figure:hover .second-image {
  display: block;
}

#four-col {
  padding: 50px 0;
}
#four-col .intro {
  text-align: center;
}
#four-col .group {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #four-col .group {
    display: flex;
    flex-wrap: wrap;
  }
}
#four-col .group h1, #four-col .group h2, #four-col .group h3, #four-col .group h4, #four-col .group h5, #four-col .group h6, #four-col .group p {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
#four-col .group .col {
  background: #f4f4f4;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #four-col .group .col {
    width: 48%;
    margin: 7px;
  }
}
@media screen and (min-width: 1024px) {
  #four-col .group .col {
    width: calc(24.96% - 6.1538461538px);
    margin: 4px 0 4px 6px;
  }
}

#full-gallery {
  padding: 50px 0;
}
#full-gallery .intro {
  text-align: center;
}
#full-gallery .gallery-wrap {
  width: 100%;
  overflow: hidden;
  clear: both;
}

#slider-gallery h1:after, #slider-gallery h2:after, #slider-gallery h3:after, #slider-gallery h4:after, #slider-gallery h5:after, #slider-gallery h6:after {
  left: 0px;
  right: auto;
}
#slider-gallery .slider-gallery {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#slider-gallery .slider-gallery li {
  list-style-type: none;
}

#slider-gallery .fa-angle-right:before {
  color: #FFF;
}
#slider-gallery .fa-angle-left:before {
  color: #FFF;
}

#slider-gallery .owl-nav {
  top: 49%;
}
#slider-gallery .owl-nav .owl-prev {
  left: 20px;
}
#slider-gallery .owl-nav .owl-next {
  right: 20px;
}

#contact-module {
  background: #d7385f;
  background: url("../images/callback-bg.jpg");
  background-size: cover;
}
#contact-module .form-wrap {
  width: 100%;
  max-width: 800px;
  overflow: hidden;
  margin: 0 auto;
}
#contact-module .form-wrap .form-intro {
  text-align: center;
  color: #FFF;
}
#contact-module .form-wrap form p {
  margin-bottom: 5px;
  color: #FFF;
  text-align: center;
  padding: 0;
}
#contact-module .form-wrap form .input-wrap {
  width: 100%;
  float: left;
}
@media screen and (min-width: 560px) {
  #contact-module .form-wrap form .input-wrap {
    width: 49%;
  }
  #contact-module .form-wrap form .input-wrap:nth-child(3) {
    float: right;
  }
}
#contact-module .form-wrap form .input-wrap label {
  font-size: 14px;
}
#contact-module .form-wrap form input {
  width: 100%;
  margin: 5px 0;
  border: none;
  font-size: 12px;
  padding: 12px;
}
#contact-module .form-wrap form textarea {
  max-height: 160px;
  min-height: 160px;
  max-width: 100%;
  min-width: 100%;
  border: solid 1px #c3c3c3;
  padding: 5px;
}
#contact-module .form-wrap form .wpcf7-submit {
  max-width: 140px;
  outline: none;
  border: none;
  padding: 14px 30px;
  background: #FFF;
  border-radius: 0px;
}
#contact-module .form-wrap form .wpcf7-submit:hover {
  background: #faa146;
}

#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item .checkbx {
  float: left;
  width: auto;
  margin-right: 10px;
}
#contact-module .CPchktext .wpcf7-acceptance .wpcf7-list-item .CPchklink {
  color: #faa146;
}

div.wpcf7-response-output {
  clear: both;
  margin: 0;
  background: green !important;
  border: none !important;
  color: #fff !important;
  text-align: center;
}

div.wpcf7-validation-errors {
  clear: both;
  margin: 0;
  background: red !important;
  border: none !important;
  color: #fff !important;
}

#main-contact {
  background: #f4f4f4;
}
#main-contact .span_1_of_2 {
  background: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  padding: 40px;
}
#main-contact .span_1_of_2 .input-wrap {
  float: left;
  width: 100%;
}
#main-contact .span_1_of_2 .input-wrap label {
  float: left;
  width: 100%;
  font-size: 14px;
}
#main-contact .span_1_of_2 .input-wrap label input {
  float: left;
  width: 100%;
  margin: 5px 0;
}
#main-contact .span_1_of_2 input[type=checkbox] {
  width: auto;
}
#main-contact .span_1_of_2 textarea {
  max-height: 160px;
  min-height: 160px;
  max-width: 100%;
  min-width: 100%;
}
#main-contact .span_1_of_2 .wpcf7-submit {
  max-width: 140px;
  outline: none;
}

.CPchktext .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.CPchktext .wpcf7-acceptance .wpcf7-list-item .checkbx {
  float: left;
  width: auto;
  margin-right: 10px;
  margin-top: 4px;
}
.CPchktext .wpcf7-acceptance .wpcf7-list-item .CPchklink {
  color: #faa146;
}

#wpcf7-f243-o1 > form > p > span.wpcf7-form-control-wrap.acceptance-853 > span > span > label > input[type=checkbox], #wpcf7-f352-o1 > form > div.form-wrap > p:nth-child(4) > span.wpcf7-form-control-wrap.acceptance-528 > span > span > label > input[type=checkbox] {
  width: auto;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea {
  border-radius: 0px;
}

.wpcf7-list-item-label a {
  color: #faa146;
}

.page-id-351 #contact-module .form-wrap {
  padding: 20px;
  background: #f4f4f4;
}
.page-id-351 #contact-module .form-wrap input, .page-id-351 #contact-module .form-wrap textarea {
  font-size: 12px;
  border: solid 1px #d3d3d3;
}
.page-id-351 #contact-module .form-wrap .fl, .page-id-351 #contact-module .form-wrap .wpcf7-list-item {
  color: #000000;
}
.page-id-351 #contact-module .form-wrap .wpcf7-submit {
  background: #d7385f;
  border: none;
  color: #FFF;
  margin-top: 20px;
}

#main-contact .col form p {
  margin-bottom: 0;
}

#main-contact .span_1_of_2 .wpcf7-submit {
  background: #d7385f;
  border: none;
  color: #FFF;
  border-radius: 0px;
}
#main-contact .span_1_of_2 .wpcf7-submit:hover {
  background: #faa146;
}

#main-contact .col ul {
  padding-left: 0;
}
#main-contact .col ul li {
  list-style-type: none;
  line-height: 30px;
}
#main-contact .col ul li a {
  color: #151515;
}
#main-contact .col ul li .fa-facebook {
  color: #0f5ae4;
}
#main-contact .col ul li .fa-linkedin {
  color: #0086b4;
}
#main-contact .col ul li .fa-twitter {
  color: #6fd1f3;
}

#sitemap-menu {
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
  padding: 0;
}
#sitemap-menu li {
  list-style-type: none;
  width: auto;
  margin: 10px 0;
}
#sitemap-menu li a {
  background: #faa146;
  padding: 20px 30px;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  width: auto;
  display: inline-block;
}
#sitemap-menu li a:hover {
  background: #d7385f;
  text-decoration: none;
}
#sitemap-menu li .sub-menu {
  margin: 0;
  padding: 0;
}

#sitemap-area h2:after {
  left: 0px;
  right: auto;
}

#map-module .intro {
  text-align: center;
}
#map-module .map {
  float: left;
  width: 100%;
}
#map-module .map iframe {
  width: 100%;
}
#map-module .directions {
  margin: 20px auto;
  float: none;
  width: 50%;
}
#map-module .directions form {
  float: left;
  width: 100%;
}
#map-module .directions form input {
  width: 100%;
  font-size: 14px;
  padding: 9.5px;
  float: left;
}
@media screen and (min-width: 700px) {
  #map-module .directions form input {
    width: 75%;
  }
}
#map-module .directions form .directions-input {
  width: 25%;
  padding: 14px 30px;
  font-size: 11px;
}
@media screen and (min-width: 700px) {
  #map-module .directions form .directions-input {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #main-contact .group {
    display: flex;
    width: 100%;
  }
}
#main-contact .col {
  flex: 1;
  padding: 20px;
}
#main-contact .col h1:after, #main-contact .col h2:after, #main-contact .col h3:after, #main-contact .col h4:after, #main-contact .col h5:after, #main-contact .col h6:after {
  left: 0px;
  right: auto;
}
#main-contact .col p {
  padding: 0;
}
#main-contact .col li a {
  color: #faa146;
}
#main-contact .col img {
  margin-bottom: 20px;
}
#main-contact .col input {
  width: 100%;
  margin: 5px 0;
  border: none;
  font-size: 12px;
  padding: 12px;
  border: solid 1px #c3c3c3;
}
#main-contact .col textarea {
  border: solid 1px #c3c3c3;
  font-size: 12px;
  padding: 12px;
}
#main-contact .col .wpcf7-submit {
  border: none;
  padding: 14px 30px;
}

#news-module {
  background: #f4f4f4;
}
#news-module .intro {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #news-module .group {
    display: flex;
  }
}
#news-module .group .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
#news-module .group .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #news-module .group .news-post .post-content {
    flex: 1;
  }
}
#news-module .group .news-post .post-content p {
  padding: 0px;
  margin: 0;
}
#news-module .group .news-post .post-content p .posted-on a {
  color: #d7385f;
}
#news-module .group .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  float: left;
}
#news-module .group .news-post .post-content .button {
  position: absolute;
  float: none;
  left: 20px;
  right: auto;
  display: inline-block;
  width: 162px;
  bottom: 20px;
}

.stars {
  color: #faa146;
}

.post-excerpt {
  font-style: italic;
}

#news {
  background: #f0f0f0;
  padding-top: 80px;
}
#news .search-submit {
  border-radius: 20px !important;
}
#news .news-header {
  float: left;
  width: 100%;
}
#news .col-container {
  display: flex;
  flex-wrap: wrap;
}
#news .col-container li {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  background: #FFF;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #news .col-container li {
    display: flex;
    width: 49%;
    margin-right: 1%;
    position: relative;
    padding-bottom: 60px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
    background: #FFF;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
#news .col-container li article {
  padding: 20px 20px 0 20px;
  float: left;
  width: 100%;
}
#news .col-container li article p {
  padding: 0;
  margin: 0;
}
#news .col-container li article .cat-links a, #news .col-container li article .posted-on a {
  color: #faa146;
}
#news .col-container li article div {
  width: 100%;
}
#news .col-container li .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#news .span_2_of_3 ul {
  margin: 0;
  padding: 0;
}
#news .span_2_of_3 ul li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  #news #secondary {
    padding-left: 20px;
  }
}
#news #secondary section {
  padding: 20px;
  background: #FFF;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
#news #secondary section h2:after {
  left: 0px;
  right: auto;
}
#news #secondary section ul {
  float: left;
  width: 100%;
}
#news #secondary section ul li {
  float: left;
  width: 100%;
}

.single-post #news .post-thumb {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}
.single-post #news article {
  width: 100%;
}
.single-post #news article h1, .single-post #news article h2, .single-post #news article h3, .single-post #news article h4, .single-post #news article h5, .single-post #news article h6 {
  position: relative;
}
.single-post .nav-links .nav-previous {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .nav-links .nav-previous {
    width: 49%;
  }
}
.single-post .nav-links .nav-next {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .single-post .nav-links .nav-next {
    width: 49%;
    float: right;
  }
}
.single-post .nav-links a {
  width: 100%;
}

#news .entry-title {
  margin-top: 20px;
}
#news .entry-title a {
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
}
#news .entry-title a:hover {
  color: #d7385f;
}
#news .entry-title:after {
  left: 0px;
  right: auto;
}

.widget-title {
  margin-bottom: 40px;
}

.search-field {
  width: 100%;
  margin: 5px 0;
  padding: 5px;
  font-size: 15px;
}

.entry-footer {
  margin-top: 20px;
}

.archive .page-title, .search .page-title, .single .page-title {
  margin-top: 0;
}
.archive .span_2_of_3, .search .span_2_of_3, .single .span_2_of_3 {
  background: #FFF;
  padding: 20px;
}

.posted-on {
  margin-bottom: 10px;
  display: inline-block;
}

.entry-content {
  margin-top: 0;
}

.search article, .archive article {
  border-bottom: solid 1px #151515;
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style-type: none;
  padding: 0;
}
.widget li:nth-child(1) {
  border-top: solid 1px #f4f4f4;
}
.widget li a {
  width: 100%;
  border-bottom: solid 1px #f4f4f4;
  display: block;
  padding: 5px 5px 5px 0;
  text-decoration: none;
}
.widget li a:hover {
  padding-left: 5px;
  background: #d7385f;
  color: #FFF;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  clear: both;
}

#video-module .video-area {
  max-width: 1000px;
  margin: 0 auto;
}
#video-module .video-area iframe {
  width: 100%;
  min-height: 540px;
}

#service-col {
  background: #FFF;
  position: relative;
}
#service-col:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}
#service-col .intro h2 {
  color: #000000;
}
#service-col .intro p {
  color: #000000;
}
#service-col ul li {
  position: relative;
}
#service-col ul li .button {
  position: absolute;
  bottom: 20px;
  left: 1px;
  right: 1px;
  margin: 0 auto;
  max-width: 136px;
}

.flex-cols {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 60px;
}
.flex-cols li {
  width: 100%;
  float: left;
  list-style-type: none;
  background: #f0f0f0;
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
}
.flex-cols li:nth-child(even) {
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .flex-cols li {
    width: 46%;
    margin: 2%;
    margin-bottom: 60px;
  }
}
.flex-cols li .service-content {
  padding: 20px;
  text-align: left;
}
.flex-cols li .service-content p {
  color: #d7385f;
}
.flex-cols li .service-icon-wrap {
  background: #d7385f;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.flex-cols li .service-icon-wrap .service-icon {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 999px;
  margin: 0 auto;
  background: #FFF;
  color: #d7385f;
  float: right;
}
.flex-cols li h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .flex-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .flex-cols li {
    flex: 1 0 30%;
    margin: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .flex-cols li {
    flex: 1 0 21%;
  }
}

#contact-strip {
  background: #d7385f;
  padding: 30px 0;
  position: relative;
}
#contact-strip:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
#contact-strip .contact-strip-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
  color: #FFF;
  margin-top: 0px;
  padding-bottom: 0;
  padding-left: 120px;
  line-height: 36px;
  position: relative;
  font-weight: 500;
  font-size: 38px;
}
#contact-strip .contact-strip-title:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #d7385f;
  background: #FFF;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  top: -12px;
  left: 0;
  right: auto;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  text-align: center;
  font-size: 44px;
  line-height: 102px;
}
#contact-strip .cs-left {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-left {
    width: 100%;
  }
}
#contact-strip .cs-left .contact-strip-sub-title {
  color: #FFF;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-left: 120px;
}
#contact-strip .cs-right {
  float: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-strip .cs-right {
    width: 100%;
  }
}
#contact-strip .cs-right a {
  padding: 14px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #000000;
  background: #faa146;
  text-align: center;
  font-size: 11px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  max-width: 174px;
  min-width: 174px;
  float: left;
  display: inline-block;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #contact-strip .cs-right a {
    float: right;
    margin-top: 0px;
  }
}
#contact-strip .cs-right a:hover {
  background: #FFF;
  color: #000000;
  text-decoration: none;
}

#contact-strip-alt {
  background: #f0f0f0;
  position: relative;
}
#contact-strip-alt:after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}
#contact-strip-alt .welcome-image img {
  border: solid 4px #FFF;
  border-radius: 9999px;
  max-width: 140px;
}
#contact-strip-alt .welcome-content h2 {
  color: #000000;
  font-size: 38px;
  line-height: 46px;
}
#contact-strip-alt .welcome-content p {
  color: #000000;
  margin: 0;
}
#contact-strip-alt .welcome-content p em {
  font-size: 22px;
  font-style: italic;
}
#contact-strip-alt .welcome-content .button {
  background: #d7385f;
  color: #FFF;
}
#contact-strip-alt .welcome-content .button:hover {
  background: #faa146;
}
#contact-strip-alt .send-ico {
  background: #faa146;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  margin-top: 26px;
  display: none;
}
@media screen and (min-width: 768px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .send-ico {
    width: 160px;
    height: 160px;
  }
}
#contact-strip-alt .send-ico i {
  font-size: 54px;
  color: #FFF;
  line-height: 74px;
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .send-ico i {
    line-height: 127px;
  }
}

.omsc-button, .search-submit {
  padding: 14px 30px !important;
  border-radius: 0px !important;
  color: #FFF !important;
  background: #d7385f !important;
  text-align: center !important;
  font-size: 15px !important;
  min-width: 162px !important;
  display: inline-block !important;
  border: none !important;
  cursor: pointer !important;
  border: none !important;
  margin: 10px 0 !important;
  display: inline-block !important;
  box-shadow: none !important;
  transition: all 0.2s ease !important;
}
.omsc-button:hover, .search-submit:hover {
  background: #faa146 !important;
  color: #FFF !important;
  text-decoration: none;
}

.omsc-pricing-table-wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .omsc-pricing-table-wrapper {
    padding: 0;
  }
}

.omsc-icons-ul {
  margin-left: 20px;
}
.omsc-icons-ul li {
  line-height: 28px;
}
.omsc-icons-ul li i {
  color: #d7385f;
  margin-top: 4px;
}

.omsc-pricing-table ul:nth-child(1) .omsc-pricing-price {
  background: #faa146;
}
.omsc-pricing-table ul:nth-child(1) .omsc-button {
  background: #faa146 !important;
}
.omsc-pricing-table ul:nth-child(1) .omsc-button:hover {
  background: #39c00a !important;
}
.omsc-pricing-table ul:nth-child(2) .omsc-pricing-price {
  background: #d7385f;
}
.omsc-pricing-table ul:nth-child(2) .omsc-button {
  background: #d7385f !important;
}
.omsc-pricing-table ul:nth-child(2) .omsc-button:hover {
  background: #39c00a !important;
}
.omsc-pricing-table ul:nth-child(3) .omsc-pricing-price {
  background: #d7385f;
}
.omsc-pricing-table ul:nth-child(3) .omsc-button {
  background: #d7385f !important;
}
.omsc-pricing-table ul:nth-child(3) .omsc-button:hover {
  background: #39c00a !important;
}

.omsc-pricing-column {
  margin-bottom: 20px;
}
.omsc-pricing-column:hover .omsc-pricing-price {
  background: #39c00a !important;
}
.omsc-pricing-column:hover .omsc-button {
  background: #39c00a !important;
}

.omsc-accordion {
  clear: both;
  text-align: left;
}

.omsc-toggle-title:after {
  color: #d7385f;
}

.omsc-toggle.omsc-expanded .omsc-toggle-title:after {
  color: #faa146;
}

.video-banner iframe {
  height: 100vh;
  width: 100%;
  margin-top: -20vh;
}
.video-banner .banner-content {
  height: 600px !important;
  top: 0px !important;
  max-width: none !important;
}
.video-banner .background-image {
  float: left;
  width: 100% !important;
  height: 540px !important;
}
.video-banner .background-image p {
  margin: 0;
  padding: 0;
}

#insta-feed {
  background: #f4f4f4;
  text-align: center;
}
#insta-feed .slicker-instagram-placeholder {
  margin: 10px;
}
#insta-feed .fts-instagram-scrollable {
  height: auto !important;
  clear: both;
}

#facebook-feed {
  background: #f4f4f4;
}
#facebook-feed .fts-jal-fb-header {
  display: none;
}
#facebook-feed h2:after {
  left: 0px;
  right: auto;
}
@media screen and (min-width: 1024px) {
  #facebook-feed .fts-jal-fb-group-display {
    display: flex;
  }
}
#facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post {
  width: 100%;
  float: left;
  background: #FFF;
  padding: 20px !important;
}
@media screen and (min-width: 1024px) {
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post {
    margin: 10px;
  }
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post:first-child {
    margin-left: 0px;
  }
  #facebook-feed .fts-jal-fb-group-display .fts-jal-single-fb-post:last-child {
    margin-right: 0px;
  }
}
#facebook-feed .fts-powered-by-text {
  display: none !important;
}
#facebook-feed .fts-jal-fb-message {
  font-size: 15px !important;
  font-family: "Source Sans Pro", sans-serif;
}
#facebook-feed .fts-jal-fb-user-name {
  padding-top: 16px;
}

#twitter-feed h2:after {
  left: 0px;
  right: auto;
}
#twitter-feed .fts-tweeter-wrap {
  width: 50%;
  float: left;
}

#tabbed-section {
  padding-top: 0px;
  margin-top: -44px;
  position: relative;
  z-index: 999;
}

#tabs {
  width: 324px;
  height: 44px;
  margin: 0 auto;
  padding: 0;
}

a {
  cursor: pointer;
}

#tabs li {
  float: left;
  list-style: none;
  outline: none;
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 44px;
  line-height: 45px;
}

#tabs li a {
  font-eight: bold;
  color: #d7385f;
  height: 44px;
  display: block;
  background: #FFF;
  text-decoration: none;
  outline: none;
  line-height: 45px;
}

#tabs li a.inactive {
  color: #FFF;
  background: #d7385f;
  outline: none;
}

#tabs li a:hover {
  color: #d7385f;
  outline: none;
}

#tabs li a.inactive:hover {
  color: #FFF;
  outline: none;
}

.container {
  clear: both;
  width: 100%;
  padding-top: 20px;
}

#tabbed-cta {
  background: #f0f0f0;
}
#tabbed-cta .tab-holder {
  background: #FFF;
  overflow: hidden;
}
#tabbed-cta .tab-navigation {
  width: 100%;
  float: left;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tab-navigation {
    width: 38%;
  }
}
#tabbed-cta .tabbed-content-holder {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tabbed-content-holder {
    width: 62%;
  }
}
#tabbed-cta .tabbed-content-holder .tabbed-image {
  width: 100%;
}
#tabbed-cta .tabbed-content-holder .tabbed-image img {
  height: 260px;
  object-fit: cover;
}
#tabbed-cta .tabbed-content-holder .tabbed-content {
  width: 80%;
  float: left;
  padding: 20px;
  margin: 20px 0 20px 0;
  border-right: solid 1px #000000;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta .tabbed-content-holder .tabbed-content {
    height: 180px;
  }
}
#tabbed-cta .tabbed-content-holder .tabbed-content p {
  padding: 0;
  margin: 0;
}
#tabbed-cta .tabbed-content-holder .tabbed-content h2 {
  margin-top: 0;
}
#tabbed-cta .tabbed-content-holder .tabbed-button {
  float: right;
  width: 20%;
  text-align: center;
}
#tabbed-cta .tabbed-content-holder .tabbed-button a {
  font-size: 28px;
  color: #d7385f;
  display: block;
  height: 220px;
  line-height: 220px;
}
#tabbed-cta .tabbed-content-holder .tabbed-button a:hover {
  font-size: 38px;
}
#tabbed-cta #cta-tabs {
  margin: 0;
  padding: 0;
}
#tabbed-cta #cta-tabs h2 {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs h2 {
    margin-top: 20px;
  }
}
#tabbed-cta #cta-tabs li {
  list-style-type: none;
}
#tabbed-cta #cta-tabs li:nth-child(1) {
  background: #d7385f;
}
#tabbed-cta #cta-tabs li:nth-child(2) {
  background: #faa146;
}
#tabbed-cta #cta-tabs li:nth-child(3) {
  background: #46bced;
}
#tabbed-cta #cta-tabs li p {
  margin-bottom: 0px;
  display: none;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li p {
    margin-bottom: 20px;
    display: block;
  }
}
#tabbed-cta #cta-tabs li a {
  overflow: visible;
  display: block;
  padding: 20px;
  color: #FFF;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li a {
    height: 160px;
    overflow: visible;
  }
  #tabbed-cta #cta-tabs li a:hover {
    color: #000000;
    text-decoration: none;
  }
}
#tabbed-cta #cta-tabs li a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #007bff;
  position: absolute;
  top: auto;
  bottom: -200px;
  left: 0px;
  right: auto;
  content: "";
}
@media screen and (min-width: 1024px) {
  #tabbed-cta #cta-tabs li a:after {
    right: -20px;
    top: 60px;
    bottom: auto;
    left: auto;
  }
}
#tabbed-cta #cta-tabs li .inactive:after {
  display: none;
}

#cta-tab1:after {
  border-color: transparent transparent transparent #d7385f !important;
}

#cta-tab2:after {
  border-color: transparent transparent transparent #faa146 !important;
}

#cta-tab3:after {
  border-color: transparent transparent transparent #46bced !important;
}

#call-back {
  background: #d7385f;
  text-align: center;
  position: relative;
}
#call-back:after {
  background: url(http://impactiveit.com/wp-content/uploads/2021/03/call-back.png);
  background-size: cover;
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 340px;
  height: 340px;
}
#call-back:before {
  background: url(http://impactiveit.com/wp-content/uploads/2021/03/plane.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 60px;
  top: 200px;
  width: 200px;
  height: 240px;
}
#call-back .wrap {
  max-width: 800px;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
}
#call-back .wrap h2 {
  color: #FFF;
}
#call-back .wrap p {
  color: #FFF;
}
#call-back .wrap .form {
  position: relative;
  z-index: 300;
}
#call-back .wrap .form p {
  margin: 0;
  padding: 0;
}

.page-template-page-form #call-back {
  background: #FFF;
  padding: 40px 20px;
}
.page-template-page-form #call-back textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 13px;
  border: none;
  border-radius: 0px;
  border-radius: 10px;
}

#call-back .wpcf7-form-control {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  border: none;
}
#call-back .wpcf7-submit {
  max-width: 180px;
  padding: 14px 30px;
  margin-top: 20px;
  border-radius: 10px;
  background: #FFF;
  color: #000000;
}
#call-back form p {
  padding: 0;
}
#call-back form textarea {
  border-radius: 10px;
  max-height: 180px;
}

.wpcf7 {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}

.page-id-167 #call-back {
  background: #faa146;
}

.wpcf7-file {
  background: #FFF;
  margin-top: 10px;
}

#welcome {
  background: #d7385f;
  position: relative;
}
#welcome:before {
  content: "";
  width: 100%;
  height: 68px;
  background: url(http://www.recruit-agriculture.co.uk/wp-content/uploads/2021/03/grass-dark.png);
  position: absolute;
  top: -60px;
  left: 0;
  z-index: 500;
}
#welcome .welcome-image img {
  border: solid 4px #FFF;
  border-radius: 9999px;
  max-width: 140px;
}
#welcome .welcome-content h2 {
  color: #FFF;
  font-weight: 500;
  font-size: 38px;
}
#welcome .welcome-content p {
  color: #FFF;
  margin: 0;
}
#welcome .welcome-content p em {
  font-size: 22px;
  font-style: italic;
}

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