@charset "UTF-8";
html {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 8px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  margin-bottom: 10px;
  color: #142f40;
  text-transform: uppercase;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 57px;
    line-height: 57px;
    letter-spacing: 14px;
  }
}
@media screen and (min-width: 1140px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 14px;
  }
}

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

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

p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

li {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

a {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#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: 10px 0;
}
.col:first-of-type {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .col {
    margin: 10px 0 10px 20px;
  }
}

.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: 1024px) {
  .span_1_of_2 {
    width: calc(49.96% - 10px);
  }
}

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

@media only screen and (min-width: 768px) {
  .span_1_of_3 {
    width: calc(33.33% - 13.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% - 8px);
  }
}

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

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

.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: #52ecce;
  -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);
  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: #142f40;
  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: #52ecce;
}
#sticky ul li:nth-child(3) a {
  background: #142f40;
}

.button, button, .wpcf7-submit, .directions-input, .button-text, .nav-links a, .omsc-button, .wp-block-search__button {
  padding: 14px 30px;
  color: #FFF;
  background: #142f40;
  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: 12px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  border-radius: 0px;
}
.button:hover, button:hover, .wpcf7-submit:hover, .directions-input:hover, .button-text:hover, .nav-links a:hover, .omsc-button:hover, .wp-block-search__button:hover {
  background: #52ecce;
  color: #FFF;
  text-decoration: none;
}

.button-alt {
  background: #52ecce;
}
.button-alt:hover {
  background: #39c00a;
}

.aol_app_form input[type=submit]:hover {
  background: #39c00a;
}

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

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

.col-container {
  display: flex;
  width: 100%;
}

.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: #142f40;
  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: #52ecce;
}

.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;
  color: #FFF;
  background: #142f40;
  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: #52ecce;
  color: #FFF;
  text-decoration: none;
}

.contact-list li {
  list-style-type: none;
}
.contact-list li a {
  color: #142f40;
  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 {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px;
  font-size: 14px;
}

.tri-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.tri-bg img {
  height: 277px;
  object-fit: cover;
}

#rmp_menu_trigger-2003 {
  min-width: auto !important;
  right: 20px;
  top: 24px;
  border-radius: 9999px;
  background: #142f40;
  position: absolute !important;
}
@media screen and (min-width: 1140px) {
  #rmp_menu_trigger-2003 {
    top: 15px;
  }
}

button.rmp_menu_trigger .rmp-trigger-box {
  vertical-align: top;
  padding-top: 7px;
}

.cta-subtitle span a {
  background: none;
}

#container {
  padding: 0;
}

.sjb-page {
  float: left;
}

.job-info h4 {
  line-height: normal;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 0px !important;
}
.job-info h4 a {
  font-size: 22px;
}

.sjb-page .list-data .v1 .job-info h4 a {
  font-size: 22px;
  font-weight: 600;
}

.job-type, .job-location, .job-date {
  margin-top: 10px;
}

.sjb-page {
  padding-bottom: 40px;
}
.sjb-page .btn-primary {
  padding: 14px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #FFF;
  background: #142f40;
  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;
}
.sjb-page .btn-primary:hover {
  background: #52ecce;
  color: #FFF;
  text-decoration: none;
}
.sjb-page .col-sm-3 {
  padding-right: 0 !important;
}
.sjb-page .closed .v1, .sjb-page .closed header {
  background: #fdf0f0;
}

.sjb-page .sjb-filters.sjb-filters-v1 .btn-search {
  border-radius: 10px !important;
}

.closed .job-date {
  display: none;
}

.single-jobpost .closed .v1, .single-jobpost .closed header {
  background: #ffffff;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div {
  background: #d026e2;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover {
  border-color: #52ecce;
}

.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover div {
  background: #52ecce;
}

.sjb-page .flex-cols {
  text-align: left;
  padding: 0;
}

.sjb-page .list-data .v1 {
  border-radius: 10px;
}

.sjb-page .sjb-filters.sjb-filters-v1 {
  border-radius: 10px;
}

.sjb-page .col-sm-9 {
  width: 75%;
  float: left;
}

.post-type-archive-jobpost .sjb-listing .col-sm-3 {
  display: inline-block !important;
  width: 25%;
  float: left;
}

.sjb-page .list-data .v1 .company-logo img {
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .col-sm-12 {
    clear: both;
  }
}
.sjb-page .btn-primary:hover {
  background: #52ecce !important;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1340px;
  width: 100%;
  padding: 0 40px;
}
@media screen and (min-width: 1350px) {
  .centered {
    padding: 0;
  }
}

.text-slider-items {
  display: none;
}

.circles {
  display: block;
  width: 20px;
  height: 20px;
  background: #52ecce;
  border-radius: 50%;
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}

.circles2 {
  display: block;
  width: 20px;
  height: 20px;
  background: #d7d7d7;
  border-radius: 50%;
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}

.circles3 {
  display: block;
  width: 20px;
  height: 20px;
  background: #52ecce;
  border-radius: 50%;
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}

.circles4 {
  display: block;
  width: 20px;
  height: 20px;
  background: #142f40;
  border-radius: 50%;
  position: absolute;
  opacity: 0.5;
  z-index: 0;
}

::selection {
  background: #52ecce;
  color: #142f40;
}

.page-id-212 .owl-nav {
  top: 80%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-id-212 .owl-nav {
    top: 40%;
  }
}
.page-id-212 .owl-nav .owl-prev {
  min-width: auto;
  left: -20px;
  position: absolute;
}
.page-id-212 .owl-nav .owl-next {
  min-width: auto;
  right: -20px;
  position: absolute;
}

#single-ad {
  background: #142f40;
  position: relative;
}
#single-ad .button {
  margin-top: 20px;
}

#apply {
  background: #52ecce;
  position: relative;
}

.aol-form-group {
  margin-bottom: 0;
}
.aol-form-group input, .aol-form-group textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border: none;
  height: auto;
  border-radius: 0px;
  float: left;
}
@media screen and (min-width: 768px) {
  .aol-form-group input, .aol-form-group textarea {
    margin-bottom: 20px;
  }
}
.aol-form-group #_aol_app_cvupload {
  width: 100%;
}
.aol-form-group label {
  float: left;
  clear: both;
  display: block;
  width: 100%;
}

.featured-slider .panel-heading {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  background: #FFF;
}
.featured-slider .panel-body {
  background: #142f40;
}
.featured-slider .panel-body p {
  color: #FFF !important;
}
.featured-slider .panel-body .button {
  background: #52ecce;
  color: #142f40;
}

.single-aol_ad .aol-form-group {
  padding: 5px;
}
.single-aol_ad .aol-text, .single-aol_ad .aol-email, .single-aol_ad .aol-number {
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .single-aol_ad .aol-text, .single-aol_ad .aol-email, .single-aol_ad .aol-number {
    width: 33%;
  }
}

#mobile-content {
  position: relative;
}

#mylightbox {
  display: none;
  background: #142f40;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  padding: 40px;
}

.pop-content {
  background: #fff;
  padding: 20px;
  position: absolute;
  left: 40px;
  right: 40px;
  top: 80px;
  position: relative;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.pop-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.pop-content .yes-pop {
  display: block;
}

.pop-content .no-pop {
  display: none;
}

.owl-dot {
  float: left;
  float: left;
  width: 20px;
  clear: none;
  min-width: auto;
  font-size: 12px !important;
  text-align: center;
  letter-spacing: 0;
}

.owl-dots .active {
  color: #142f40 !important;
  background: #52ecce !important;
}

.filter-button {
  width: 100%;
  margin-bottom: 10px;
}

.page-id-212 .filter-lightbox {
  z-index: 100;
  background: #e9e9e9 !important;
}

#fv-dots {
  left: 93% !important;
}
@media screen and (min-width: 1024px) {
  #fv-dots {
    left: 96% !important;
  }
}

#fullview #hero-banner {
  height: -webkit-fill-available !important;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available !important;
}
@media screen and (min-width: 768px) {
  #fullview #hero-banner {
    min-height: 100vh !important;
    height: 100vh !important;
  }
}

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

.shrink {
  z-index: 9999;
  top: 0px;
  background: none;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  transition: 0.7s;
}
.shrink .alt-logo {
  width: 60px;
}
.shrink ul li a {
  color: #000000;
}
.shrink .head-buttons a {
  color: #000000;
}
.head-buttons {
  float: right;
  width: auto;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 10px;
  margin-right: 70px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .head-buttons {
    float: right;
    text-align: inherit;
    margin-right: 70px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .head-buttons {
    float: right;
    margin-right: 0;
  }
}
.head-buttons .button {
  min-width: auto;
  padding: 14px;
  float: right;
  background: none;
  color: #FFF;
  padding: 0;
  margin-top: 11px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  margin-left: 20px;
  letter-spacing: 0px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-display: swap;
}
.head-buttons .button i {
  color: #142f40;
}
.head-buttons .button-alt {
  display: none;
}
@media screen and (min-width: 768px) {
  .head-buttons .button-alt {
    display: inline-block;
    color: #FFF;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin-top: 0px;
    font-size: 13px;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .head-buttons .button-alt .fas {
    font-size: 28px;
    margin-right: 8px;
    position: relative;
    bottom: -6px;
  }
  .head-buttons .button-alt:hover {
    color: #52ecce;
  }
}

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

#strapline {
  padding: 0;
  background: #52ecce;
}
#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: 1140px) {
  .main-navigation {
    display: inline-block;
  }
}
.main-navigation li {
  border-right: solid 1px #e9e9e9;
  line-height: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.main-navigation li:last-child {
  border: none;
}
.main-navigation li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
.main-navigation li a {
  padding: 0px 10px;
  margin: 0 5px;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 1140px) {
  .main-navigation li a {
    margin: 0 5px;
    padding: 0px 5px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation li a {
    margin: 0 6px;
    padding: 0px 6px;
  }
}
@media screen and (min-width: 1300px) {
  .main-navigation li a {
    margin: 0 11px;
    padding: 0px 6px;
  }
}
.main-navigation li a:hover {
  color: #142f40;
}
@media screen and (min-width: 1140px) {
  .main-navigation {
    display: inline-block;
  }
}
.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;
  color: #142f40;
}
.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.78);
  display: block;
  top: 14px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  overflow: hidden;
  box-shadow: none;
}
.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;
  color: #000000;
}
.main-navigation .menu .sub-menu li a:hover {
  background: #142f40;
  color: #FFF;
}

.main-navigation ul ul a {
  width: 314px;
}

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;
}

.logo {
  display: block;
}

.shrink .alt-logo {
  display: block;
}
.shrink .logo {
  display: none;
}

.head-content {
  float: right;
  width: auto;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .head-content {
    width: 75%;
  }
}
@media screen and (min-width: 1140px) {
  .head-content {
    margin-top: 0px;
    width: 75%;
  }
}

#rmp_menu_trigger-471 {
  min-width: auto;
  top: 26px;
  background: #52ecce;
  right: 20px;
}

#rmp-menu-title-258 .rmp-menu-title-image {
  width: 200%;
  height: auto;
}

.nudge {
  padding-top: 138px;
}

#rmp-container-471 {
  background: #52ecce;
}

header .head-buttons .new-head-button {
  padding: 14px 30px;
  color: #FFF;
  background: #142f40;
  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: 12px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  display: none;
}
@media screen and (min-width: 1024px) {
  header .head-buttons .new-head-button {
    display: inline-block;
  }
}
header .head-buttons .new-head-button:hover {
  background: #52ecce;
  color: #FFF;
  text-decoration: none;
}

#rmp_menu_trigger-199 {
  max-width: 55px;
  min-width: 55px;
  background: #142f40;
  border-radius: 0px;
}

#rmp-menu-wrap-199 .rmp-menu-item-link {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

#rmp-container-199 {
  background-color: #0f2634;
}

footer {
  padding-top: 20px;
  background: #142f40;
  clear: both;
  max-height: 520px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  footer {
    max-height: 300px;
  }
}
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: #142f40;
  width: 18px;
}
footer .footer-3 {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .footer-3 {
    width: 25%;
  }
}
footer .footer-3 i {
  color: #142f40;
  width: 18px;
}
footer .footer-4 {
  float: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  footer .footer-4 {
    width: 25%;
  }
}

.foot-image {
  float: left;
}
.foot-image img {
  width: 100%;
  margin-top: 0px;
}

.footer-title {
  font-size: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  float: left;
  width: 100%;
  list-style-type: none;
  color: #FFF;
  font-size: 13px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: 4px;
  text-transform: uppercase;
}
footer ul li a {
  color: #FFF;
}
footer p {
  color: #FFF;
  font-size: 12px;
}

.bottom-footer {
  float: left;
  width: 100%;
  background: #112837;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 10px 0;
}
.bottom-footer .copy {
  float: left;
  width: 100%;
  padding-bottom: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 8px;
}
@media screen and (min-width: 700px) {
  .bottom-footer .copy {
    width: auto;
    padding-bottom: 0;
  }
}
.bottom-footer .by {
  float: left;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 8px;
}
.bottom-footer .by a {
  color: #52ecce;
}
@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: #142f40;
  width: 40px;
  height: 40px;
  float: left;
  border-radius: 50px;
  text-align: center;
  color: #FFF;
  line-height: 40px;
}
.social-media ul li a:hover {
  background: #142f40;
}

footer .site-info {
  padding-bottom: 20px;
}
footer .fa-facebook {
  color: #52ecce;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  bottom: -4px;
}
footer .fa-linkedin {
  color: #52ecce;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  bottom: -4px;
}
footer .fa-twitter {
  color: #52ecce;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  bottom: -4px;
}

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

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

.add-list {
  margin-top: 10px;
  overflow: hidden;
  clear: both;
  float: left;
}

.single-aol_ad footer, .page-id-212 footer {
  padding-bottom: 80px;
}

/* =====================================================
========================================================
==== 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;
  position: relative;
  background: #142f40;
}
.main-banner-repeater {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
  height: 100vh;
  margin: 0 auto;
}
.main-banner-repeater .background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-banner-repeater .background-image {
    opacity: 1;
  }
}
.main-banner-repeater .background-image img {
  object-fit: cover;
}
.main-banner-repeater .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-left: 5px;
}
@media screen and (min-width: 1024px) {
  .main-banner-repeater .banner-content {
    margin-left: 0;
  }
}
.main-banner-repeater .banner-content .wrap {
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .main-banner-repeater .banner-content .wrap {
    width: 100%;
  }
}
.main-banner-repeater .banner-content .main-banner-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 28px;
  color: #FFF;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
@media screen and (min-width: 768px) {
  .main-banner-repeater .banner-content .main-banner-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .main-banner-repeater .banner-content .main-banner-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1140px) {
  .main-banner-repeater .banner-content .main-banner-title {
    font-size: 30px;
    clear: both;
    letter-spacing: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .main-banner-repeater .banner-content .main-banner-title {
    font-size: 30px;
    clear: both;
  }
}
.main-banner-repeater .banner-content .main-banner-title span {
  color: #52ecce;
  display: block;
}
@media screen and (min-width: 768px) {
  .main-banner-repeater .banner-content .main-banner-title span {
    display: inline-block;
  }
}
.main-banner-repeater .banner-content .main-banner-sub-title {
  font-size: 20px;
  color: #FFF;
  width: 100%;
  margin: 0 auto;
  float: none;
  clear: both;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: 6px;
}
.main-banner-repeater .banner-content .main-banner-intro-content {
  color: #FFF;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 0 20px;
  letter-spacing: 6px;
  line-height: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 768px) {
  .main-banner-repeater .banner-content .main-banner-intro-content {
    padding: 0 40px;
    width: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .main-banner-repeater .banner-content .main-banner-intro-content {
    padding: 0 100px;
  }
}
.main-banner-repeater .banner-content .button {
  background: #52ecce;
  color: #FFF;
}
.main-banner-repeater .banner-content .button span {
  background: #52ecce;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  display: inline-block;
  margin-right: 10px;
}
.main-banner-repeater .banner-content .button:hover {
  background: #52ecce;
  color: #FFF;
}
.main-banner-repeater .banner-content .button:hover span {
  background: #142f40;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  display: inline-block;
  margin-right: 10px;
}
.main-banner-repeater .banner-content .button-alt {
  background: #FFF;
  color: #142f40;
}
.main-banner-repeater .banner-content .button-alt:hover {
  background: #d026e2;
  color: #FFF;
}

.hero-buttons {
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .hero-buttons {
    width: 340px;
  }
}
@media screen and (min-width: 1140px) {
  .hero-buttons {
    width: 380px;
  }
}
.hero-buttons .button {
  margin-bottom: 20px;
  padding: 14px 0;
}
@media screen and (min-width: 560px) {
  .hero-buttons .button {
    float: left;
    margin-bottom: 0px;
    width: 160px;
  }
}
@media screen and (min-width: 1140px) {
  .hero-buttons .button {
    width: 180px;
  }
}
@media screen and (min-width: 560px) {
  .hero-buttons .button-alt {
    float: right;
  }
}

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

.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-display: swap;
  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: #142f40;
  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: #142f40;
}
.promo-area .button:hover {
  background: #52ecce;
  color: #FFF;
}

#hero-banner .owl-nav {
  position: absolute;
  text-align: center;
  top: auto;
  bottom: 60px;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  #hero-banner .owl-nav {
    top: 45%;
    bottom: auto;
  }
}
#hero-banner .owl-nav .owl-prev {
  position: absolute;
  display: inline-block;
  margin-right: 0;
  min-width: auto;
  left: 4px;
  right: auto;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #52ecce;
  outline: none;
}
@media screen and (min-width: 1500px) {
  #hero-banner .owl-nav .owl-prev {
    left: 40px;
  }
}
#hero-banner .owl-nav .owl-next {
  position: absolute;
  display: inline-block;
  margin-left: 0px;
  min-width: auto;
  left: auto;
  right: 4px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #52ecce;
  outline: none;
}
@media screen and (min-width: 1500px) {
  #hero-banner .owl-nav .owl-next {
    right: 40px;
  }
}

#hero-banner .fa-angle-right:before {
  color: #FFF;
}
#hero-banner .fa-angle-left:before {
  color: #FFF;
}

.scroll-down {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 60px;
  text-align: center;
}
.scroll-down button {
  background: none;
}
.scroll-down button .fa {
  display: block;
  margin-top: 5px;
}

picture {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  picture {
    opacity: 1;
  }
}
picture source {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#internal-banner {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  background: #142f40;
}
@media screen and (min-width: 1024px) {
  #internal-banner {
    overflow: hidden;
  }
}
#internal-banner .background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #internal-banner .background-image {
    opacity: 1;
  }
}
#internal-banner .background-image img {
  object-fit: cover;
}

#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 {
  text-align: center;
}
#internal-banner .banner-content .main-banner-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 28px;
  color: #FFF;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
@media screen and (min-width: 768px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1140px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 30px;
    clear: both;
    letter-spacing: 14px;
  }
}
@media screen and (min-width: 1500px) {
  #internal-banner .banner-content .main-banner-title {
    font-size: 30px;
    clear: both;
  }
}
#internal-banner .banner-content p {
  color: #FFF;
  margin: 0;
  padding: 0;
}
#internal-banner .banner-content p a {
  color: #52ecce;
}
.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: #000000;
}

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

.new-breadcrumbs {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #FFF;
}
.new-breadcrumbs p {
  margin: 0;
  padding: 10px 0;
  line-height: normal;
  color: #FFF;
  font-size: 14px;
}
.new-breadcrumbs p a {
  color: #000000;
}
.blog #internal-banner {
  position: relative;
}

.single-aol_ad #internal-banner, .page-id-212 #internal-banner {
  height: 400px;
}
.single-aol_ad #internal-banner .internal-banner-content, .page-id-212 #internal-banner .internal-banner-content {
  margin-top: 200px;
}

#content-repeater {
  background: #FFF;
  position: relative;
}
#content-repeater ul {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
#content-repeater ul li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
#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 {
  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 {
  left: 0px;
  right: auto;
}
#content-repeater ul li h1 span, #content-repeater ul li h2 span, #content-repeater ul li h3 span, #content-repeater ul li h4 span, #content-repeater ul li h5 span, #content-repeater ul li h6 span {
  background: #52ecce;
  color: #FFF;
  top: 0px;
  position: relative;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
}
#content-repeater ul li h1 {
  font-size: 38px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
#content-repeater ul li p {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}
#content-repeater ul li img {
  margin: 0 auto;
  display: block;
}
#content-repeater ul li .col {
  padding: 0px;
  margin: 0;
}
#content-repeater ul li .col ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
#content-repeater ul li .col ul li {
  box-shadow: none;
  margin: 0;
  background: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px;
}
#content-repeater ul li .col ul li:before {
  content: "";
  position: absolute;
  font-size: 24px;
  width: auto;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #142f40;
  left: 0px;
  top: -5px;
}

.page-id-420 #content-repeater ul li .col ul li:before {
  content: "";
  color: #52ecce;
}

.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;
}

.page-id-1138 #content-repeater {
  padding-top: 0;
}

.page-id-420 #content-repeater i {
  color: #52ecce;
  padding-right: 10px;
  font-size: 24px;
  line-height: 33px;
  float: left;
}
.page-id-420 #content-repeater .button {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 14px 15px;
}
.page-id-420 li .col li {
  padding-right: 20px;
}

.page-id-1138 #content-repeater ul {
  width: auto;
  margin-right: 20px;
}
.page-id-1138 #content-repeater i {
  color: #d026e2;
  padding-right: 10px;
  font-size: 24px;
  line-height: 25px;
  float: left;
}

@media screen and (max-width: 768px) {
  .page-id-1138 #content-repeater .repeater-block-1 .flex, .page-id-1138 #content-repeater .repeater-block-5 .flex {
    display: flex;
    flex-direction: column;
  }
  .page-id-1138 #content-repeater .repeater-block-1 .flex .span_1_of_2:nth-child(2), .page-id-1138 #content-repeater .repeater-block-5 .flex .span_1_of_2:nth-child(2) {
    order: -1;
  }
}
#container {
  display: flex;
  flex-direction: column;
}

#element2 {
  order: -1;
}

.page-id-460 #content-repeater {
  background: #e9e9e9;
}

#full-col {
  float: left;
  width: 100%;
  text-align: center;
  background: #142f40;
  position: relative;
  padding: 0;
}
#full-col .wrap {
  width: 100%;
  margin: 0 auto;
}
#full-col p {
  padding: 0;
}
#full-col h2 {
  color: #FFF;
}

#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: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-id-295 #full-col {
  background: #FFF;
}
.page-id-295 #full-col iframe {
  width: 100%;
  min-height: 1100px;
  border: none;
}

#one-col {
  background: #e9e9e9;
  position: relative;
  padding: 0;
}
#one-col .one-col-content h2 {
  margin-bottom: 50px;
  color: #142f40;
}
#one-col .one-col-content p {
  margin: 0;
  text-transform: uppercase;
  color: #142f40;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 44px;
}
@media screen and (min-width: 1024px) {
  #one-col .one-col-content p {
    font-size: 30px;
    line-height: 56px;
    letter-spacing: 14px;
  }
}
#one-col .one-col-content p span, #one-col .one-col-content p strong {
  color: #52ecce !important;
  font-weight: 600;
}

#full-col {
  background: #142f40 url(https://xenialconsulting.co.uk/wp-content/uploads/2022/09/burst-bg-2.png) center;
  background-size: cover;
  position: relative;
  background-postion: center;
}
#full-col .full-col-content p {
  margin: 0;
  text-transform: uppercase;
  color: #FFF;
  font-size: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  letter-spacing: 14px;
  line-height: 56px;
}
#full-col .full-col-content p span, #full-col .full-col-content p strong {
  color: #52ecce !important;
  font-weight: 600;
}

.page-id-203 #full-col {
  background: #142f40 url(https://xenialconsulting.co.uk/wp-content/uploads/2022/09/dots-bg.png) center;
}
.page-id-203 #full-col h2 {
  margin-bottom: 50px;
}

.page-id-206 #full-col {
  background: #142f40;
}
.page-id-206 #full-col h2 {
  background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.5, #52ecce)) 0 0 no-repeat;
  -webkit-background-size: 250px;
  color: rgba(255, 255, 255, 0.1);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
}

@keyframes shine {
  0%, 10% {
    background-position: -1000px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 1000px;
  }
}
.page-id-200 #one-col p, .page-id-203 #one-col p, .page-id-206 #one-col p {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .page-id-200 #one-col p, .page-id-203 #one-col p, .page-id-206 #one-col p {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-200 #one-col p, .page-id-203 #one-col p, .page-id-206 #one-col p {
    font-size: 24px;
    letter-spacing: 14px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1500px) {
  .page-id-200 #one-col p, .page-id-203 #one-col p, .page-id-206 #one-col p {
    letter-spacing: 14px;
    line-height: 48px;
  }
}
.page-id-200 #full-col .full-col-content p, .page-id-203 #full-col .full-col-content p, .page-id-206 #full-col .full-col-content p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 19px;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  .page-id-200 #full-col .full-col-content p, .page-id-203 #full-col .full-col-content p, .page-id-206 #full-col .full-col-content p {
    font-size: 30px;
    letter-spacing: 14px;
    line-height: 56px;
  }
}

.privacy-policy #one-col .one-col-content p {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
}
.privacy-policy #one-col h2 {
  font-size: 19px;
  letter-spacing: 8px;
  margin: 5px 0;
  margin-bottom: 5px;
}

.privacy-policy .one-col-content {
  padding: 80px 0;
  overflow: scroll;
  height: 600px;
  background: #fff;
  padding: 40px;
}

.page-id-21 #one-col p {
  font-size: 16px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 600;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .page-id-21 #one-col p {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-21 #one-col p {
    font-size: 24px;
    letter-spacing: 14px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1500px) {
  .page-id-21 #one-col p {
    font-size: 30px;
    letter-spacing: 14px;
    line-height: 48px;
  }
}

.page-id-212 #one-col .one-col-content .panel-body p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.page-id-203 #full-col .full-col-content p {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  .page-id-203 #full-col .full-col-content p {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 600;
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-203 #full-col .full-col-content p {
    font-size: 24px;
    letter-spacing: 14px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1500px) {
  .page-id-203 #full-col .full-col-content p {
    letter-spacing: 14px;
    line-height: 48px;
  }
}

.one-col-content {
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  .one-col-content {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .page-id-206 #one-col .one-col-content p {
    font-size: 19px;
    letter-spacing: 8px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1350px) {
  .page-id-206 #one-col .one-col-content p {
    font-size: 24px;
    letter-spacing: 14px;
    line-height: 46px;
  }
}

@media screen and (min-width: 768px) {
  .page-id-206 #one-col p {
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-206 #one-col p {
    font-size: 24px;
    letter-spacing: 14px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1500px) {
  .page-id-206 #one-col p {
    letter-spacing: 14px;
    line-height: 48px;
  }
}

#testimonials {
  background: #FFF;
  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;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 10px 0;
}
#testimonials .testimonial-slider li {
  color: #142f40;
  list-style-type: none;
  width: 100%;
}
#testimonials .testimonial-slider li a {
  color: #142f40;
}
#testimonials .testimonial-slider li .post-content {
  position: relative;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  margin: 10px auto;
  width: 100%;
  background: #52ecce;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #testimonials .testimonial-slider li .post-content {
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
#testimonials .testimonial-slider li .post-content h2 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#testimonials .testimonial-slider li .post-content p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 28px;
  color: #142f40;
}
@media screen and (min-width: 768px) {
  #testimonials .testimonial-slider li .post-content p {
    font-size: 19px;
    letter-spacing: 8px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #testimonials .testimonial-slider li .post-content p {
    font-size: 30px;
    letter-spacing: 14px;
    line-height: 56px;
  }
}
#testimonials .testimonial-slider li .post-content .stars {
  color: #FFF;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 6px;
}
#testimonials .testimonial-slider li .post-content .author-content {
  text-align: center;
}
#testimonials .testimonial-slider li .post-content .author-content p {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0 40px 0;
  font-size: 12px;
  color: #142f40;
  text-align: center;
}
#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;
  outline: none;
  color: #FFF;
}
#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;
  color: #FFF;
  outline: none;
}

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

.page-id-21 #testimonials .fa-angle-right:before {
  color: #FFF;
}
.page-id-21 #testimonials .fa-angle-left:before {
  color: #FFF;
}

.testimonial-image {
  border-radius: 9999px;
  width: 160px;
  border-radius: 9999px;
  width: 160px;
  margin: 0 auto;
  overflow: hidden;
  height: 160px;
  margin-bottom: 20px;
}
.page-id-181 #testimonial-card {
  background: #e9e9e9;
}
.page-id-181 #testimonial-card .card {
  background: #e9e9e9;
}
.page-id-181 #testimonial-card .card li {
  background: #e9e9e9;
}

.page-id-203 #testimonials {
  background: #142f40;
}
.page-id-203 #testimonials li {
  color: #142f40;
  list-style-type: none;
  width: 100%;
  background: none;
}
.page-id-203 #testimonials li a {
  color: #142f40;
}
.page-id-203 #testimonials li .post-content {
  position: relative;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  margin: 10px auto;
  width: 100%;
  background: #FFF;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .page-id-203 #testimonials li .post-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.page-id-203 #testimonials li .post-content h2 {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-id-203 #testimonials li .post-content p {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 28px;
  color: #142f40;
}
@media screen and (min-width: 768px) {
  .page-id-203 #testimonials li .post-content p {
    font-size: 19px;
    letter-spacing: 8px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-203 #testimonials li .post-content p {
    font-size: 30px;
    letter-spacing: 14px;
    line-height: 56px;
  }
}
.page-id-203 #testimonials li .post-content .stars {
  color: #52ecce;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 6px;
}
.page-id-203 #testimonials li .post-content .author-content {
  text-align: center;
}
.page-id-203 #testimonials li .post-content .author-content p {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 20px 0 40px 0;
  font-size: 12px;
  color: #142f40;
  text-align: center;
}

.no-mo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .no-mo {
    display: block;
  }
}

.yes-mo {
  display: block;
}
@media screen and (min-width: 1024px) {
  .yes-mo {
    display: none;
  }
}

#call-to-action-repeater {
  background: #FFF url("https://xenialconsulting.co.uk/wp-content/uploads/2022/09/mesh-bg-scaled.jpg");
  background-size: cover;
  position: relative;
}
#call-to-action-repeater .intro {
  width: 80%;
  margin: 0 auto 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #call-to-action-repeater .intro {
    margin: 0 auto 60px;
  }
}
#call-to-action-repeater .call-slider {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#call-to-action-repeater .call-slider li {
  position: relative;
  width: 100%;
}
#call-to-action-repeater .call-slider li a {
  padding: 70px 20px;
  background: #52ecce;
  overflow: hidden;
  display: block;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
#call-to-action-repeater .call-slider li a:hover {
  background: #142f40;
}
#call-to-action-repeater .call-slider li a:hover p {
  color: #FFF;
}
#call-to-action-repeater .call-slider li a:hover .fa {
  color: #52ecce;
}
#call-to-action-repeater .call-slider li .image {
  overflow: hidden;
  height: auto;
}
#call-to-action-repeater .call-slider li .call-content {
  text-align: center;
}
#call-to-action-repeater .call-slider li .call-content .fas {
  color: #FFF;
  font-size: 36px;
  margin-top: 20px;
}
#call-to-action-repeater .call-slider li .call-content h2 {
  margin-bottom: 0px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 28px;
}
#call-to-action-repeater .call-slider li .call-content p {
  margin-bottom: 0;
  color: #142f40;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 10px;
}
@media screen and (min-width: 1200px) {
  #call-to-action-repeater .call-slider li .call-content p {
    font-size: 22px;
    letter-spacing: 14px;
  }
}
#call-to-action-repeater .call-slider li .call-content .button-text {
  margin: 0px auto;
  float: none;
  max-width: 176px;
  color: #FFF;
}
#call-to-action-repeater .call-slider li .call-content .button-text:hover {
  background: #000000;
}
#call-to-action-repeater .call-slider li img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  margin: 0 auto;
}
#call-to-action-repeater .call-slider li a:hover {
  text-decoration: none;
}
#call-to-action-repeater .call-slider li a:hover img {
  opacity: 0.9;
}
#call-to-action-repeater .call-slider li a:hover h2:after {
  background: #142f40;
}

#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;
  min-width: 60px;
}
#call-to-action-repeater .owl-nav .owl-next {
  position: static;
  display: inline-block;
  margin-left: 15px;
  min-width: 60px;
}
#call-to-action-repeater .owl-stage {
  display: flex;
}
#call-to-action-repeater .owl-item {
  display: flex;
  flex: 1;
}

.my-icon {
  background: #FFF;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  margin-top: 20px;
  color: #142f40;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

.x-button {
  margin-top: 30px;
  display: block;
}
.x-button span {
  background: #FFF;
  border-radius: 9999px;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  position: relative;
  top: -4px;
}
.x-button span .fa {
  margin-right: -12px;
  color: #142f40;
}
.x-button:hover {
  text-decoration: none;
  color: #FFF;
}
.x-button:hover span {
  width: 100px;
}

.call-slider a:hover .my-icon {
  width: 100px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}

#usp {
  background: #000000;
  position: relative;
  overflow: hidden;
}
#usp .wrap {
  padding-left: 60px;
  padding-right: 60px;
}
#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: 42px;
  display: block;
  color: #142f40;
  padding: 0;
  margin: 0;
}
#usp ul li .usp-info {
  font-size: 15px;
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
}

#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: -30px;
  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: -30px;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  background: #FFF;
  outline: none;
}

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

.usp-title {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

#image-slider {
  background: #FFF;
  position: relative;
}
#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-color: #FFF;
  position: relative;
}
#two-col .intro {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #two-col .intro {
    margin-bottom: 50px;
  }
}
#two-col .intro .omsc-button {
  margin-bottom: 40px !important;
}
#two-col .intro h2 {
  color: #142f40;
}
#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 p {
  color: #142f40;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  #two-col .group .col p {
    font-size: 20px;
    line-height: 34px;
  }
}
#two-col .group .col ul {
  margin-bottom: 10px;
}
#two-col .group .col ul li {
  list-style-type: none;
  margin-bottom: 16px;
}
#two-col .group .col ul li i {
  color: #142f40;
}
#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;
}

.page-id-420 #two-col .col ul {
  padding: 0 20px;
  margin-bottom: 20px;
}
.page-id-420 #two-col .col ul li {
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #000000;
}
.page-id-420 #two-col .col ul li:nth-child(odd) {
  background: rgba(73, 9, 185, 0.2);
}
.page-id-420 #two-col .col ul li i {
  padding-right: 10px;
}

.page-id-203 #two-col {
  background: #e9e9e9;
}

.no-mo {
  display: none;
}
@media screen and (min-width: 1024px) {
  .no-mo {
    display: block;
  }
}

#two-col button {
  display: block;
}
@media screen and (min-width: 1024px) {
  #two-col button {
    display: none;
  }
}

.page-id-200 #two-col .group .col p,
.page-id-203 #two-col .group .col p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .page-id-200 #two-col .group .col p,
.page-id-203 #two-col .group .col p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .page-id-200 #two-col .group .col p,
.page-id-203 #two-col .group .col p {
    margin-bottom: 1.5em;
  }
}

#three-col {
  padding: 50px 0;
}
#three-col .intro {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #three-col .group {
    display: flex;
  }
}
#three-col .group .col {
  text-align: left;
}
#three-col .group .col p {
  padding: 0 0px;
  margin-top: 0;
}

.home #three-col {
  background: #e9e9e9;
}

#four-col {
  padding: 50px 0 0 0;
}
#four-col .intro {
  text-align: center;
}
#four-col .group {
  display: none;
  text-align: center;
}
#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: #e9e9e9;
  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% - 15.3846153846px);
    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: #e9e9e9 url();
  background-size: cover;
}
#contact-module .wpcf7 {
  margin-top: 0;
}
#contact-module .form-wrap {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #FFF;
  max-width: 1000px;
  background: #FFF;
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
}
#contact-module .form-wrap .form-intro {
  text-align: center;
}
#contact-module .form-wrap .form-intro p {
  margin-bottom: 0;
}
#contact-module .form-wrap form p {
  margin-bottom: 5px;
  text-align: center;
  padding: 0;
  margin: 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 {
  margin: 5px 0;
  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 #e9e9e9;
}
#contact-module .form-wrap form .wpcf7-submit {
  max-width: 140px;
  outline: none;
  border: none;
  padding: 14px 30px;
  background: #52ecce;
  margin-top: 20px;
}
#contact-module .form-wrap form .wpcf7-submit:hover {
  background: #d026e2;
}

#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: #52ecce;
}

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: #e9e9e9;
}
#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: #52ecce;
}

#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: #142f40;
}

.page-id-351 #contact-module .form-wrap {
  padding: 20px;
  background: #e9e9e9;
}
.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: #142f40;
  border: none;
  color: #FFF;
  margin-top: 20px;
}

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

#main-contact .span_1_of_2 .wpcf7-submit {
  background: #142f40;
  border: none;
  color: #FFF;
  border-radius: 0px;
}
#main-contact .span_1_of_2 .wpcf7-submit:hover {
  background: #52ecce;
}

#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: #e9e9e9;
}
#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;
}

.form-wrap textarea {
  margin: 5px 0;
  border: none;
  font-size: 12px;
  padding: 12px;
}

div.wpcf7 input[type=file] {
  color: #000000;
}

.cvform {
  margin: 10px 0;
  float: left;
}

.page-id-2081 .form-wrap h2, .page-id-2081 .form-wrap p {
  text-align: center;
}

#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: #52ecce;
  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: #142f40;
  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: #52ecce;
}
#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 #e9e9e9;
}
#main-contact .col textarea {
  border: solid 1px #e9e9e9;
  font-size: 12px;
  padding: 12px;
}
#main-contact .col .wpcf7-submit {
  border: none;
  padding: 14px 30px;
}

#news-module {
  background: #e9e9e9;
}
#news-module .intro {
  text-align: center;
}
#news-module .group .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
}
#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: #142f40;
}
#news-module .group .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  float: left;
}
.stars {
  color: #52ecce;
}

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

#news .news-header, .category .news-header {
  float: left;
  width: 100%;
}
#news .post-slider, .category .post-slider {
  display: flex;
  flex-wrap: wrap;
}
#news .post-slider li, .category .post-slider li {
  display: flex;
  width: 100%;
  position: relative;
  background: #FFF;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #news .post-slider li, .category .post-slider li {
    background: #FFF;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #news .post-slider li h2, .category .post-slider li h2 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 8px;
  }
  #news .post-slider li h2 a, .category .post-slider li h2 a {
    color: #142f40;
  }
}
#news .post-slider li article, .category .post-slider li article {
  float: left;
  width: 100%;
}
#news .post-slider li article p, .category .post-slider li article p {
  padding: 0;
  margin: 0;
}
#news .post-slider li article .cat-links a, #news .post-slider li article .posted-on a, .category .post-slider li article .cat-links a, .category .post-slider li article .posted-on a {
  color: #52ecce;
}
#news .post-slider li article div, .category .post-slider li article div {
  width: 100%;
}
#news .post-slider li .button, .category .post-slider li .button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#news .span_2_of_3 ul, .category .span_2_of_3 ul {
  margin: 0;
  padding: 0;
}
#news .span_2_of_3 ul li, .category .span_2_of_3 ul li {
  list-style-type: none;
}

#news {
  position: relative;
  background: #52ecce;
}
@media screen and (min-width: 768px) {
  #news #secondary {
    padding: 0 10px;
  }
}
#news #secondary section {
  padding: 20px;
  background: #e9e9e9;
  margin-bottom: 20px;
  width: 100%;
}
#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: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.single-post #news .post-thumb {
  float: left;
  width: 100%;
}
.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;
}

.widget-title {
  margin-top: 0;
}

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

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

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

.posted-on {
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline-block;
  color: #52ecce;
}
.posted-on a {
  color: #52ecce;
}

.entry-content, .entry-header {
  margin-top: 0;
  padding: 10px 20px 0 20px;
}

.entry-content p .linked {
  display: none;
}

.search article, .category article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style-type: none;
}
.widget li a {
  width: auto;
  background: #142f40;
  color: #FFF;
  width: auto;
  display: inline-block;
  text-decoration: none;
  float: left;
  margin-right: 10px;
  padding: 5px;
}
.widget li a:hover {
  background: #142f40;
  color: #FFF;
  padding: 5px 8px;
}

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

#news-module .post-image {
  margin-bottom: 0;
}

#news-module ul li {
  margin-bottom: 20px;
  padding-bottom: 0;
}

#news-module .intro {
  max-width: none;
  width: 100%;
  color: #151515;
}

#news-module ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  float: left;
}

#news-module .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
}

#news-module .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  #news-module .news-post .post-content {
    text-align: left;
    padding: 20px;
    overflow: hidden;
    width: 70%;
    float: left;
  }
}
#news-module .news-post .post-content .button {
  margin-top: 20px;
  clear: both;
  width: 160px;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

#news-module .news-post .post-content p {
  padding: 0px;
  margin: 0;
}

#news-module .news-post .post-content p .posted-on a {
  color: #3099d0;
}

#news-module .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

#news-module .news-post .post-content h2:after {
  display: none;
}

#news-module .post-image {
  width: 100%;
  float: left;
}

#news-module .post-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  #news-module .post-image {
    width: 30%;
    float: left;
  }
}
.cta-subtitle .archive {
  background: none;
}

.news-cols {
  margin: 0;
  padding: 0;
  text-align: left;
}
.news-cols li {
  width: 100%;
  float: left;
  list-style-type: none;
  background: #FFF;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .news-cols li {
    width: 48%;
    margin: 1%;
    margin-bottom: 60px;
  }
}
.news-cols li h3 {
  font-size: 24px;
  margin: 10px 0 0 0;
}
@media screen and (min-width: 768px) {
  .news-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .news-cols li {
    flex: 0 0 47%;
    margin: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .news-cols li {
    flex: 0 0 31%;
  }
}

.widget_search {
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .widget_search {
    width: 100%;
  }
}

#block-6 {
  width: 100%;
  float: right;
}
.single .widget {
  width: 100%;
}

.play-button {
  margin: 0 auto;
  display: block;
  float: none;
  max-width: 200px;
  margin-bottom: 10px;
}

.wp-block-search__label {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
  color: #142f40;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 4px;
}
@media screen and (min-width: 768px) {
  .wp-block-search__label {
    font-size: 57px;
    line-height: 57px;
    letter-spacing: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-search__label {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: 14px;
  }
}

.wp-block-search__input {
  margin-bottom: 0 !important;
}

.wp-block-search {
  padding-top: 17px;
}

#block-5 {
  float: left;
  width: 100%;
}

#block-6 {
  float: right;
}

.widget_block {
  background: #FFF;
  padding: 20px;
}
#sidebar {
  position: relative;
  background: #e9e9e9;
}

#block-8 {
  margin: 0;
  padding-bottom: 0;
}

.single #news {
  background: #e9e9e9;
}
.single #news .wrap ul {
  padding: 0;
}
.single #news .wrap ul li {
  list-style-type: none;
  background: #FFF;
  overflow: hidden;
}

.blog #news .owl-nav {
  position: static;
  text-align: center;
  margin-top: 20px;
}
.blog #news .owl-nav .owl-prev {
  position: static;
  display: inline-block;
  margin-right: 15px;
  min-width: 60px;
}
.blog #news .owl-nav .owl-next {
  position: static;
  display: inline-block;
  margin-left: 15px;
  min-width: 60px;
}
.blog #news .owl-stage {
  display: flex;
}
.blog #news .owl-item {
  display: flex;
  flex: 1;
}

.blog #news .entry-title {
  font-weight: 600;
  font-style: normal;
  font-size: 19px;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 30px;
}
.blog #news .entry-title a {
  color: #142f40;
}

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

#service-col {
  position: relative;
  overflow: hidden;
  background: #142f40;
  background-size: cover;
  position: relative;
}
#service-col .flex-cols p {
  margin-bottom: 0;
}
#service-col .intro h2 {
  color: #FFF;
}
#service-col .intro p {
  color: #FFF;
  margin-bottom: 0;
}
#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: #FFF;
  margin-bottom: 60px;
  padding: 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);
}
@media screen and (min-width: 768px) {
  .flex-cols li {
    width: 48%;
    margin: 1%;
    margin-bottom: 60px;
  }
}
.flex-cols li .service-icon {
  font-size: 34px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 999px;
  margin: 0 auto;
  background: #52ecce;
  color: #FFF;
  margin-top: -40px;
}
.flex-cols li h3 {
  margin: 10px 0 0 0;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .flex-cols {
    flex-wrap: wrap;
    display: flex;
  }
  .flex-cols li {
    flex: 1 0 47%;
    margin: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .flex-cols li {
    flex: 1 0 31%;
  }
}

.page-id-1976 #service-col {
  background: #e9e9e9 url(https://technicalprospects.co.uk/wp-content/uploads/triangles-large-2.png);
  background-size: cover;
}
.page-id-1976 #service-col .intro h2 {
  color: #000000;
}
.page-id-1976 #service-col .intro p {
  color: #000000;
  margin-bottom: 0;
}
.page-id-1976 #service-col .flex-cols li .service-icon {
  background: #52ecce;
}

@media screen and (min-width: 1024px) {
  .page-id-181 .flex-cols li {
    flex: 1 0 23%;
  }
}

.page-id-181 #service-col {
  background: #142f40;
}

.page-id-179 #service-col {
  background: #142f40;
}

#service-col .x-button {
  margin: 0;
  text-transform: uppercase;
  color: #142f40;
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 8px;
  line-height: 56px;
}
#service-col .x-button .my-icon {
  background: #52ecce;
}

#service-col > div > ul > li:nth-child(1) > div {
  background: #1877f2;
}

#service-col > div > ul > li:nth-child(2) > div {
  background: #1da1f2;
}

#service-col > div > ul > li:nth-child(3) > div {
  background: #0a66c2;
}

#contact-strip {
  background: #142f40;
  padding: 30px 0;
  position: relative;
}
#contact-strip .contact-strip-title {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  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;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#contact-strip .contact-strip-title:after {
  font-family: "Font Awesome 5 Free";
  content: "";
  color: #142f40;
  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: #52ecce;
  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 {
  position: relative;
  overflow: hidden;
  background-image: url(https://technicalprospects.co.uk/wp-content/uploads/triangles2.png);
  background-color: #142f40;
  background-blend-mode: multiply;
  background-size: cover;
}
#contact-strip-alt .welcome-image img {
  border: solid 4px #FFF;
  border-radius: 9999px;
  max-width: 140px;
}
#contact-strip-alt .welcome-content h2 {
  color: #FFF;
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0;
}
@media screen and (min-width: 1140px) {
  #contact-strip-alt .welcome-content h2 {
    margin-top: 48px;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .welcome-content h2 {
    margin-top: 66px;
  }
}
#contact-strip-alt .welcome-content p {
  color: #FFF;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .welcome-content p {
    float: left;
    width: auto;
  }
}
#contact-strip-alt .welcome-content p em {
  font-size: 22px;
  font-style: italic;
}
#contact-strip-alt .welcome-content .button {
  background: #FFF;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .welcome-content .button {
    margin-top: -40px;
    float: right;
  }
}
#contact-strip-alt .welcome-content .button:hover {
  background: #d026e2;
  color: #FFF;
}
#contact-strip-alt .send-wrap {
  padding: 10px;
  margin-top: 26px;
  height: 120px;
  width: 120px;
  border-radius: 9999px;
  z-index: 2;
  display: none;
  background: #00ef97;
  background: linear-gradient(180deg, #00ef97 0%, #00d2e1 23%, #3f17c6 70%, #d427e3 100%);
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .send-wrap {
    display: inline-block;
  }
}
@media screen and (min-width: 1140px) {
  #contact-strip-alt .send-wrap {
    height: 140px;
    display: inline-block;
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-wrap {
    height: 180px;
    display: inline-block;
    width: 180px;
  }
}
#contact-strip-alt .send-ico {
  background: #FFF;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 9999px;
  position: relative;
  z-index: 10;
  display: none;
}
@media screen and (min-width: 1024px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
  }
}
@media screen and (min-width: 1140px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-ico {
    display: inline-block;
    width: 160px;
    height: 160px;
  }
}
#contact-strip-alt .send-ico i {
  font-size: 54px;
  color: #52ecce;
  line-height: 74px;
}
@media screen and (min-width: 1140px) {
  #contact-strip-alt .send-ico i {
    line-height: 88px;
  }
}
@media screen and (min-width: 1200px) {
  #contact-strip-alt .send-ico i {
    line-height: 127px;
  }
}
#contact-strip-alt .span_1_of_6 {
  display: none;
}
@media screen and (min-width: 1140px) {
  #contact-strip-alt .span_1_of_6 {
    display: inline-block;
  }
}

.omsc-button, .search-submit {
  padding: 14px 30px !important;
  border-radius: 10px !important;
  color: #FFF !important;
  background: #142f40 !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: #52ecce !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: #142f40;
  margin-top: 4px;
}

.omsc-pricing-table ul:nth-child(1) .omsc-pricing-price {
  background: #52ecce;
}
.omsc-pricing-table ul:nth-child(1) .omsc-button {
  background: #52ecce !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: #142f40;
}
.omsc-pricing-table ul:nth-child(2) .omsc-button {
  background: #142f40 !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: #142f40;
}
.omsc-pricing-table ul:nth-child(3) .omsc-button {
  background: #142f40 !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: #142f40;
}

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

.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: #e9e9e9;
  text-align: center;
}
#insta-feed .slicker-instagram-placeholder {
  margin: 10px;
}
#insta-feed .fts-instagram-scrollable {
  height: auto !important;
  clear: both;
}

#facebook-feed {
  background: #e9e9e9;
}
#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: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#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;
  position: relative;
  z-index: 999;
}

#tabs {
  width: 100%;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
}

a {
  cursor: pointer;
}

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

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

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

#tabs li .tab-button-1 {
  border-top-left-radius: 10px;
}

#tabs li .tab-button-3 {
  border-top-right-radius: 10px;
}

#tabs li .tab-button-3.inactive {
  background: #d026e2;
}

#tabs li .tab-button-2.inactive {
  background: #52ecce;
}

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

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

.container {
  clear: both;
  width: 100%;
  background: #FFF;
  padding: 20px;
}

#tabbed-section {
  background: #FFF;
}
#tabbed-section .intro {
  text-align: center;
  padding-top: 40px;
}
#tabbed-section .group .news-post {
  background: #e9e9e9;
  position: relative;
  overflow: hidden;
}
#tabbed-section .group .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #tabbed-section .group .news-post .post-content {
    flex: 1;
  }
}
#tabbed-section .group .news-post .post-content p {
  padding: 0px;
  margin: 0;
}
#tabbed-section .group .news-post .post-content p .posted-on a {
  color: #142f40;
}
#tabbed-section .group .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  float: left;
}
.stars {
  color: #52ecce;
}

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

#tabbed-section {
  background: #e9e9e9 url();
  background-size: cover;
}
#tabbed-section .linked {
  color: #142f40;
  display: none;
}
#tabbed-section .news-header {
  float: left;
  width: 100%;
}
#tabbed-section .col-container {
  display: flex;
  flex-wrap: wrap;
}
#tabbed-section .col-container li {
  width: 100%;
  position: relative;
  background: #e9e9e9;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #tabbed-section .col-container li {
    width: 32%;
    margin-right: 1%;
    position: relative;
    background: #e9e9e9;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
#tabbed-section .col-container li article {
  float: left;
  width: 100%;
}
#tabbed-section .col-container li article p {
  padding: 0;
  margin: 0;
}
#tabbed-section .col-container li article .cat-links a, #tabbed-section .col-container li article .posted-on a {
  color: #52ecce;
}
#tabbed-section .col-container li article div {
  width: 100%;
}
#tabbed-section .span_2_of_3 ul {
  margin: 0;
  padding: 0;
}
#tabbed-section .span_2_of_3 ul li {
  list-style-type: none;
}

@media screen and (min-width: 768px) {
  #tabbed-section #secondary {
    padding-left: 20px;
  }
}
#tabbed-section #secondary section {
  padding: 20px;
  background: #e9e9e9;
  margin-bottom: 20px;
}
#tabbed-section #secondary section h2:after {
  left: 0px;
  right: auto;
}
#tabbed-section #secondary section ul {
  float: left;
  width: 100%;
}
#tabbed-section #secondary section ul li {
  float: left;
  width: 100%;
}

#tabbed-section .entry-title {
  margin-top: 20px;
}
#tabbed-section .entry-title a {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-decoration: none;
}
#tabbed-section .entry-title a:hover {
  color: #142f40;
}
#tabbed-section .entry-title:after {
  left: 0px;
  right: auto;
}

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

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

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

.posted-on {
  display: inline-block;
  color: #52ecce;
}
.posted-on a {
  color: #52ecce;
}

.entry-content, .entry-header {
  margin-top: 0;
  padding: 10px 20px 0 20px;
}

.search article, .category article {
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  list-style-type: none;
  padding: 0;
}
.widget li a {
  text-decoration: none;
}
.widget li a:hover {
  background: #52ecce;
  color: #142f40;
}

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

#tabbed-section .post-image {
  margin-bottom: 0;
}

#tabbed-section ul li {
  padding-bottom: 0;
}

#tabbed-section .intro {
  max-width: none;
  width: 100%;
  color: #151515;
}

#tabbed-section ul {
  margin: 0 auto;
  padding: 0;
  margin-top: 30px;
}

#tabbed-section .news-post {
  background: #FFF;
  position: relative;
  overflow: hidden;
}

#tabbed-section .news-post .post-content {
  text-align: left;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
}

@media screen and (min-width: 768px) {
  #tabbed-section .news-post .post-content {
    text-align: left;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    float: left;
  }
}
#tabbed-section .news-post .post-content .button {
  margin-top: 20px;
  clear: both;
  width: 160px;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

#tabbed-section .news-post .post-content p {
  padding: 0px;
  margin: 0;
}

#tabbed-section .news-post .post-content p .posted-on a {
  color: #3099d0;
}

#tabbed-section .news-post .post-content h2 {
  font-size: 24px;
  line-height: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

#tabbed-section .news-post .post-content h2:after {
  display: none;
}

#tabbed-section .post-image {
  width: 100%;
  float: left;
}

#tabbed-section .post-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.cta-subtitle .archive {
  background: none;
}

.inactive .fa-arrow-down {
  display: none;
}

#tabbed-cta {
  background: #e9e9e9;
}
#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: #142f40;
  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: #142f40;
}
#tabbed-cta #cta-tabs li:nth-child(2) {
  background: #52ecce;
}
#tabbed-cta #cta-tabs li:nth-child(3) {
  background: #d026e2;
}
#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 #142f40 !important;
}

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

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

#call-back {
  background: #e9e9e9 url(https://xenialconsulting.co.uk/wp-content/uploads/2022/09/call-back-bg-scaled.jpg);
  background-size: cover;
  text-align: left;
  position: relative;
  padding: 80px 20px;
  position: relative;
}
#call-back .wrap {
  padding: 20px;
}
#call-back .wrap h2, #call-back .wrap p {
  color: #142f40;
}
#call-back .wrap h2 {
  text-align: center;
}
#call-back .wrap .form {
  z-index: 300;
}
#call-back .wrap .form p {
  margin: 0;
  padding: 0;
}

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

#call-back .wpcf7-list-item {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: block;
}
#call-back .wpcf7-form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border: none;
}
@media screen and (min-width: 1024px) {
  #call-back .wpcf7-form-control {
    margin-bottom: 20px;
  }
}
#call-back .wpcf7-acceptance {
  padding-left: 0;
}
#call-back .wpcf7-submit {
  max-width: 180px;
  padding: 14px 30px;
  margin-top: 20px auto;
  clear: both;
  display: block;
  background: #52ecce;
  border-radius: 0px;
  margin: 0 auto;
}
#call-back form p {
  padding: 0;
}
#call-back form textarea {
  max-height: 180px;
}

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

.page-id-181 #call-back {
  background: #e9e9e9 url(http://oakridgerecruitment.co.uk/wp-content/uploads/2022/06/call-back-scaled.jpg);
  background-size: cover;
}

.wpcf7 .my-field {
  color: #142f40;
  letter-spacing: 8px;
  font-size: 18px;
  padding: 14px;
}
@media screen and (min-width: 1200px) {
  .wpcf7 .my-field {
    font-size: 24px;
    padding: 20px;
  }
}

.my-field::placeholder {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  padding: 14px;
}
@media screen and (min-width: 1024px) {
  .my-field::placeholder {
    letter-spacing: 8px;
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .my-field::placeholder {
    font-size: 24px;
  }
}

.wpcf7 .my-textarea {
  color: #142f40;
  letter-spacing: 8px;
  font-size: 18px;
  padding: 14px;
  min-height: 180px;
}
@media screen and (min-width: 1024px) {
  .wpcf7 .my-textarea {
    letter-spacing: 8px;
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .wpcf7 .my-textarea {
    min-height: 300px;
    font-size: 24px;
  }
}

.wpcf7 .my-textarea::placeholder {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 16px;
  padding: 14px;
}
@media screen and (min-width: 1024px) {
  .wpcf7 .my-textarea::placeholder {
    letter-spacing: 8px;
    font-size: 18px;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .wpcf7 .my-textarea::placeholder {
    font-size: 24px;
  }
}

.wpcf7-list-item-label {
  font-size: 14px;
}

.page-id-215 .my-textarea {
  color: #142f40;
  padding: 20px;
  letter-spacing: 8px;
  font-size: 24px;
  padding: 20px;
  min-height: 200px;
}

.wpcf7-spinner {
  top: -40px;
}

.page-id-21 #call-back .form .col,
.page-id-200 #call-back .form .col,
.page-id-203 #call-back .form .col,
.page-id-206 #call-back .form .col,
.page-id-361 #call-back .form .col,
.page-id-215 #call-back .form .col {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .page-id-21 #call-back .form .col,
.page-id-200 #call-back .form .col,
.page-id-203 #call-back .form .col,
.page-id-206 #call-back .form .col,
.page-id-361 #call-back .form .col,
.page-id-215 #call-back .form .col {
    margin-bottom: 10;
    margin-top: 10px;
  }
}
.page-id-21 #call-back .form textarea,
.page-id-200 #call-back .form textarea,
.page-id-203 #call-back .form textarea,
.page-id-206 #call-back .form textarea,
.page-id-361 #call-back .form textarea,
.page-id-215 #call-back .form textarea {
  max-height: 120px;
  min-height: 120px;
}
@media screen and (min-width: 1024px) {
  .page-id-21 #call-back .form textarea,
.page-id-200 #call-back .form textarea,
.page-id-203 #call-back .form textarea,
.page-id-206 #call-back .form textarea,
.page-id-361 #call-back .form textarea,
.page-id-215 #call-back .form textarea {
    max-height: 180px;
    min-height: 180px;
  }
}

.wpcf7 input[type=file] {
  cursor: pointer;
  letter-spacing: 0;
  font-size: 16px;
  margin: 0;
  padding: 0 !important;
}

.page-id-361 #call-back {
  padding: 0;
}
.page-id-361 #call-back .wpcf7-acceptance {
  padding: 0;
}
.page-id-361 #call-back .form textarea {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .page-id-361 #call-back .form textarea {
    margin-bottom: 10px;
  }
}
.page-id-361 #call-back .form br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .page-id-361 #call-back .form br {
    display: block;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

#service-col h3 {
  display: none;
}
@media screen and (min-width: 1024px) {
  #service-col h3 {
    display: block;
  }
}

#welcome {
  background: #142f40;
  position: relative;
}
#welcome .welcome-image {
  position: relative;
  padding: 50px 0;
}
#welcome .welcome-image img {
  max-width: 300px;
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 768px) {
  #welcome .welcome-image img {
    display: block;
  }
}
#welcome .welcome-image:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: auto;
  content: "";
  background: #FFF;
  right: 8%;
  display: none;
}
@media screen and (min-width: 1024px) {
  #welcome .welcome-image:after {
    display: block;
  }
}
#welcome .welcome-content {
  position: relative;
}
#welcome .welcome-content h2 {
  font-weight: 500;
  font-size: 38px;
}
#welcome .welcome-content p {
  margin: 0;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-size: 19px;
  line-height: normal;
  margin-bottom: 0px;
  padding-bottom: 0;
  position: relative;
  margin-top: 0px;
  text-transform: uppercase;
  letter-spacing: 8px;
  line-height: 30px;
}
@media screen and (min-width: 1024px) {
  #welcome .welcome-content p {
    font-size: 30px;
    line-height: 56px;
    letter-spacing: 14px;
  }
}
#welcome .welcome-content p span, #welcome .welcome-content p strong {
  color: #52ecce !important;
  font-weight: 600;
}
#welcome .welcome-content p em {
  font-size: 22px;
  font-style: italic;
}

.page-id-200 #welcome {
  background: #52ecce;
}
.page-id-200 #welcome .welcome-content p {
  color: #142f40;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  .page-id-200 #welcome .welcome-content p {
    margin: 0;
    text-transform: uppercase;
    color: #142f40;
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    letter-spacing: 14px;
    line-height: 56px;
  }
}
.page-id-200 #welcome .welcome-content p span, .page-id-200 #welcome .welcome-content p strong {
  color: #FFF !important;
  font-weight: 600;
}
.page-id-200 #welcome .welcome-image {
  position: relative;
  padding: 70px 0;
}
.page-id-200 #welcome .welcome-image img {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.page-id-200 #welcome .welcome-image:after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: auto;
  content: "";
  background: #142f40;
  right: 8%;
}

#welcome-particles .wrap .centered .span_1_of_3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #welcome-particles .wrap .centered .span_1_of_3 {
    display: inline-block;
  }
}

#team {
  background: #e9e9e9;
}
#team .intro {
  text-align: left;
  width: 100%;
}
#team li {
  background: #FFF;
  width: 100%;
  float: left;
  list-style-type: none;
  margin-bottom: 20px;
  position: relative;
  -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);
}
@media screen and (min-width: 1024px) {
  #team li {
    margin-bottom: 34px;
  }
}
#team li:nth-child(odd) .profile-content {
  float: right;
}
#team li:nth-child(odd) .profile-content a {
  color: #142f40;
}
#team li:nth-child(odd) .profile-image {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #team li:nth-child(odd) .profile-image {
    width: 30%;
    float: left;
  }
}
#team li:nth-child(even) .profile-image {
  overflow: hidden;
}
#team .profile-image {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #team .profile-image {
    width: 30%;
    float: right;
  }
}
@media screen and (min-width: 1300px) {
  #team .profile-image {
    padding: 0;
  }
}
#team .profile-content {
  width: 100%;
  float: left;
  min-height: 330px;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
#team .profile-content a {
  color: #142f40;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #team .profile-content {
    width: 70%;
  }
}
#team .profile-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}
#team .profile-content .job-title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #142f40;
  font-size: 20px;
  width: 100%;
}
#team .profile-content h2 {
  margin: 20px 0 0px 0;
  float: left;
  width: auto;
}
#team .profile-content h2 span {
  font-size: 20px;
}
#team .profile-content h3 {
  font-size: 14px;
  margin: 0;
  color: #142f40;
}

.omsc-toggle {
  border: none;
  padding: 0;
  margin: 0;
  clear: both;
}

.omsc-toggle-inner {
  padding: 0;
}

.omsc-toggle-title {
  padding: 9px 20px;
  background: none;
}
.omsc-toggle-title:hover {
  background: none;
}
.omsc-toggle-title:after {
  left: 0;
}

.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
  background: none;
}

#team .profile-content ul {
  float: left;
  clear: none;
  margin: 29px 0 0 20px;
  border-left: solid 1px #000;
  padding-left: 20px;
}
#team .profile-content ul li {
  float: left;
  background: none;
  box-shadow: none;
  width: auto;
  margin-right: 10px;
  margin-bottom: 0;
  min-height: 483px;
  overflow: hidden;
}
#team .profile-content ul li a {
  display: inline-block;
  float: left;
}
#team .profile-content ul li a .fa-facebook {
  color: #3b5998;
}
#team .profile-content ul li a .fa-instagram {
  color: #e95950;
}
#team .profile-content ul li a .fa-linkedin {
  color: #007bb6;
}
#team .profile-content ul li a .fa-twitter {
  color: #02ccff;
}

.profile-button {
  float: left;
  background: #52ecce;
  height: 44px;
  line-height: 44px;
  min-width: 162px;
  text-align: center;
  color: #FFF !important;
  text-decoration: none !important;
  padding: 0 20px;
  margin: 4px 10px 4px 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .profile-button {
    font-size: 16px;
  }
}
.profile-button:nth-child(3) {
  background: #0189ed;
}
.profile-button:nth-child(3):hover {
  background: #52ecce;
}
.profile-button:nth-child(2) {
  background: #142f40;
}
.profile-button:nth-child(2):hover {
  background: #142f40;
}

.video-button {
  background: #0189ed;
}
.video-button:hover {
  background: #52ecce;
}

.email-button {
  background: #142f40;
}
.email-button:hover {
  background: #142f40;
}

@media screen and (min-width: 1024px) {
  #myvideo, #myvideo2 {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    top: 0;
    bottom: auto;
    height: 100%;
  }
}
#myvideo iframe, #myvideo2 iframe {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #myvideo iframe, #myvideo2 iframe {
    width: 80%;
    min-height: 483px;
    margin: 0 auto;
    display: block;
  }
}
#myvideo .button, #myvideo2 .button {
  right: 20px;
  position: absolute;
  top: auto;
  bottom: 334px;
  min-width: auto;
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  text-align: center;
  line-height: 63px;
  padding: 0;
  margin: 0;
  font-size: 36px;
  color: #000000;
  background: none;
}
@media screen and (min-width: 1024px) {
  #myvideo .button, #myvideo2 .button {
    top: 20px;
    bottom: auto;
    background: #000000;
    font-size: 36px;
    color: #FFF;
    bottom: auto;
  }
}
#myvideo .button:hover, #myvideo2 .button:hover {
  background: #FFF;
  color: #d026e2;
}

.team-profile {
  padding-left: 0;
}

#myvideo:nth-child(2) {
  display: none;
}

.vidprofile-0 #myvideo2 {
  display: none;
}
.vidprofile-0 .second-close {
  display: none !important;
}
.vidprofile-0 .vb2 {
  display: none !important;
}

.vidprofile-1 #myvideo {
  display: none;
}
.vidprofile-1 .first-close {
  display: none;
}
.vidprofile-1 .vb1 {
  display: none !important;
}

.pro-buttons {
  margin: 20px 0 0 0;
  overflow: hidden;
  clear: both;
  float: left;
}

.defs {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.video-wrapper {
  max-width: 778px;
  margin: 0 auto;
}
.video-wrapper iframe {
  width: 100%;
  height: 438px;
}

#video-intro {
  padding: 40px 0;
  clear: both;
  position: relative;
  background: #e9e9e9;
  overflow: hidden;
}
#video-intro .tri-bg img {
  min-height: 700px;
  background-size: cover;
  max-width: none;
  width: auto;
}
#video-intro .wrap {
  position: relative;
  z-index: 10;
}
#video-intro .col iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  #video-intro .col iframe {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  #video-intro .col iframe {
    height: 491px;
  }
}
@media screen and (min-width: 1140px) {
  #video-intro .col iframe {
    height: 491px;
  }
}
#video-intro .span_2_of_3 p {
  padding: 0;
  margin: 0;
}

.signature {
  font-family: quimby-gubernatorial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
  margin-top: 20px;
  display: block;
}

.position {
  font-size: 12px;
  letter-spacing: 2px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
}

.page-id-420 .span_1_of_3 ul {
  padding: 0;
}
.page-id-420 .span_1_of_3 ul li {
  list-style-type: none;
}
.page-id-420 .span_1_of_3 ul li i {
  color: #142f40;
}
.page-id-420 .span_1_of_3 p {
  margin-bottom: 0px;
}

#three-col-list {
  padding: 50px 0;
  position: relative;
}
#three-col-list .intro {
  text-align: center;
}
#three-col-list .intro .omsc-button {
  margin-bottom: 40px !important;
}
#three-col-list .intro h2 {
  color: #FFF;
}
#three-col-list .intro p {
  color: #FFF;
}
#three-col-list .group {
  display: flex;
  flex-wrap: wrap;
}
#three-col-list .group h1:after, #three-col-list .group h2:after, #three-col-list .group h3:after, #three-col-list .group h4:after, #three-col-list .group h5:after, #three-col-list .group h6:after {
  left: 0px;
  right: auto;
}
#three-col-list .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);
}
#three-col-list .group .col img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#three-col-list .group .col p {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0px;
  margin-bottom: 0;
}
#three-col-list .group .col h2 {
  padding-left: 20px;
  padding-right: 20px;
}
#three-col-list .group .col ul {
  margin-bottom: 10px;
}
#three-col-list .group .col ul li {
  list-style-type: none;
}
#three-col-list .group .col ul li i {
  color: #142f40;
}
#three-col-list .group .col ul li .fa-facebook {
  color: #0f5ae4;
}
#three-col-list .group .col ul li .fa-linkedin {
  color: #0086b4;
}
#three-col-list .group .col ul li .fa-twitter {
  color: #6fd1f3;
}

#three-col-list .col ul {
  padding: 0 20px;
  margin-bottom: 20px;
}
#three-col-list .col ul li {
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #000000;
}
#three-col-list .col ul li:nth-child(odd) {
  background: rgba(73, 9, 185, 0.2);
}
#three-col-list .col ul li i {
  padding-right: 10px;
}

.aol-heading-features {
  background: #142f40;
  color: #FFF;
  padding: 10px;
}

.single-aol_ad #news .span_2_of_3 p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.single-aol_ad #news .span_2_of_3 ul {
  margin-top: 20px;
  clear: both;
  float: left;
}
.single-aol_ad #news .span_2_of_3 ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.single-aol_ad #news .span_2_of_3 form {
  clear: both;
}

.aol-heading {
  float: left;
  width: 100%;
  clear: both;
  margin: 20px 0;
}

.single-aol_ad #news #aol_app_submit_button {
  border: none;
  background: #142f40;
  height: 50px;
  margin: 10px 0;
  color: #FFF;
}
.single-aol_ad #news .form-control {
  padding: 10px;
  height: 50px;
  width: 100%;
}

#aol_app_form > p {
  padding: 0;
  margin: 0;
}

#more-jobs {
  background: #142f40;
}
#more-jobs h2 {
  margin-bottom: 40px;
  color: #FFF;
}

.single-aol_ad #news .col p a {
  color: #142f40;
}

.ad-content p {
  padding-bottom: 0;
  float: none;
}
.ad-content h3 {
  font-size: 18px;
}

.salary {
  background: #52ecce;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
.salary p {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #FFF;
}

.job-title {
  background: #142f40;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
.job-title h1 {
  padding: 0;
  margin: 0;
  color: #FFF !important;
}

.ad-content {
  background: #e9e9e9;
  padding: 10px 20px 20px 20px;
  overflow: hidden;
}

.aol-wrapper .form-control {
  height: 52px;
  background-image: url(https://xenialconsulting.co.uk/wp-content/uploads/2023/01/select-arrow.png);
  background-repeat: no-repeat;
  margin-bottom: 5px;
  border-radius: 0;
}

.aol-md-10 .form-control {
  background-image: none;
}

.form-group {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .form-group {
    margin-bottom: 15px;
  }
}

.single-aol_ad .job-title h1 {
  font-size: 36px;
  letter-spacing: 6px;
  line-height: 36px;
}

.col-container {
  display: flex;
  width: 100%;
}

.featured-slider .owl-stage {
  display: flex;
  width: 100%;
}
.featured-slider .owl-item {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.featured-slider .owl-item .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: none;
}
.featured-slider .owl-item .panel .panel-footer {
  background: #FFF;
}

.no-fullview {
  overflow: auto !important;
  height: auto;
  scroll-behavior: auto;
}

.page-id-212 #full-col {
  background: #142f40;
}
.page-id-212 .panel {
  text-align: left;
}

#split-background {
  position: relative;
  overflow: hidden;
  padding: 0px 20px;
}
@media screen and (min-width: 1024px) {
  #split-background {
    padding: 80px 0;
  }
}
#split-background .split-image {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1024px) {
  #split-background .split-image {
    display: block;
  }
}
#split-background .wrap {
  position: relative;
  z-index: 10;
  background: #FFF;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  #split-background .wrap {
    -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.26);
  }
}
#split-background .wrap .col {
  margin-top: 0;
  margin-bottom: 0;
}
#split-background .wrap .split-content {
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  #split-background .wrap .split-content {
    padding: 20px;
  }
}

.page-id-460 #split-background {
  background: #e9e9e9;
}

#testimonial-card {
  background: #FFF;
  position: relative;
}
#testimonial-card .testimonial-slider {
  padding: 0 20px;
}
#testimonial-card .card {
  background: #FFF;
}
#testimonial-card .card .card-image {
  widfth: 100%;
  float: left;
  height: 400px;
}
@media screen and (min-width: 1024px) {
  #testimonial-card .card .card-image {
    width: 65%;
  }
}
#testimonial-card .card .card-content {
  width: 100%;
  float: right;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  #testimonial-card .card .card-content {
    width: 35%;
  }
}
#testimonial-card .card .card-content h2 {
  color: #FFF;
}
#testimonial-card .card .card-content p {
  color: #FFF;
}
#testimonial-card .card .card-content .stars {
  color: #dead3b;
  padding: 0;
}
#testimonial-card .card .card-content ul {
  margin: 0;
  padding: 0;
}
#testimonial-card .card .card-content ul li {
  text-align: center;
}
#testimonial-card .card .owl-nav {
  position: absolute;
  text-align: center;
  z-index: 9999;
  left: 0;
  top: auto;
  bottom: 20px;
}
@media screen and (min-width: 1500px) {
  #testimonial-card .card .owl-nav {
    top: 45%;
    bottom: auto;
  }
}
#testimonial-card .card .owl-nav button {
  width: 20px;
  min-width: 20px;
  outline: none;
}
#testimonial-card .card .owl-nav button i {
  color: #000000;
}
#testimonial-card .card .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;
}
#testimonial-card .card .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;
}
.testimonial-content {
  font-style: italic;
}

.card-content .post-content {
  overflow: hidden;
  padding: 20px;
}

.author-image {
  width: 20%;
  float: left;
  border-radius: 9999px;
  overflow: hidden;
}
.author-image img {
  width: 100%;
  height: auto;
}

.author-content {
  float: left;
  width: 100%;
  padding-left: 0px;
}
.author-content p {
  text-align: left;
  padding: 0;
  margin: 20px 0 0 0;
  font-size: 14px;
}

.testimonial-slider .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.testimonial-slider .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}
.testimonial-slider li {
  list-style-type: none;
  overflow: hidden;
}
.testimonial-slider li .post-content {
  padding: 20px;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .testimonial-slider li .post-content {
    text-align: left;
  }
}
.testimonial-slider li .post-content .stars {
  color: #dead3b;
  padding: 0;
  margin-bottom: 0;
}

.company-image {
  overflow: hidden;
}

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