/*
 * Custom CSS
 *
 * Place here your custom CSS. This will keep your custom css when there is a theme update.
 *
 */
body {
  font-size: 1.8rem; }

h1 {
  text-transform: uppercase;
  color: #0060aa; }

h2, .box_content h2 {
  color: #0060aa;
  text-transform: uppercase; }

a {
  color: #0060aa; }
  a:hover, a:active, a:focus {
    color: #f99734; }

.site-container {
  padding: 0; }

#home_welcome {
  height: 80vh !important; }

#home_welcome .box_content {
  width: 55%; }

#home-where-is-value .column_wrapper {
  margin-top: 0; }

#TAB-home-video .column_wrapper, #is-tab-for-you-video .column_wrapper, #about-TAB-video .column_wrapper {
  max-width: 1200px;
  display: block;
  text-align: center; }

#home_membership .column_wrapper {
  margin: 0 auto; }
#home_membership br {
  display: none; }
#home_membership .zps_one_half {
  margin: 0;
  width: 50%; }

.box_content.box_right {
  right: 0; }

.image_section {
  background-size: 100% 100%; }

.home .box_left {
  left: 7%; }

.home .box_left .video-intro, .home .box-_left .zzp-heading {
  padding-right: 20px; }

.background-cta {
  padding: 10%;
  position: relative;
  color: #fff;
  min-height: 405px;
  overflow: hidden; }
  .background-cta:hover .background-cta__image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .background-cta p, .background-cta h3 {
    z-index: 10;
    position: relative; }
  .background-cta h3 {
    text-transform: uppercase; }

.background-cta__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 1.25s;
  -moz-transition: all 1.25s;
  -ms-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s; }
  .background-cta__image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 98, 174, 0.4);
    z-index: 1; }

.background-cta__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10%; }

.testimonial {
  padding: 10%; }

#home_member_success .testimonial {
  padding: 5% 0 0 10%; }
#home_member_success .zps_column.zps_two_thirds {
  padding-top: 0; }

.quotes .tbo-testimonials__item--default {
  padding: 60px 20px 20px 20px;
  position: relative;
  text-align: left; }

.testimonial:before, .quotes .tbo-testimonials__item--default:before, blockquote:before {
  color: #0060aa;
  font-size: 60px;
  line-height: 0.5em;
  width: 100%;
  content: "\f10d";
  font-family: FontAwesome;
  text-align: left; }

blockquote {
  padding-top: 50px;
  border-top: none;
  font-size: 26px;
  line-height: 1.7em; }

.quotes .tbo-testimonials__item--default:before {
  position: absolute;
  top: 15px;
  left: 0; }

.testimonial-inner {
  width: 100%;
  font-size: 1.7em;
  line-height: 1.3em;
  color: #0060aa; }

.testimonial-name {
  font-style: italic;
  font-size: 0.8em; }

#about-2 {
  padding-bottom: 4em;
  height: auto !important; }
  #about-2 h2 {
    margin-top: 4em; }

.zps_btn, .btn-white, .ninja-forms-field[type=button] {
  font-size: 1em;
  background-color: #f99734;
  color: #ffffff;
  border: none; }
  .zps_btn:hover, .zps_btn:focus, .zps_btn:active, .btn-white:hover, .btn-white:focus, .btn-white:active, .ninja-forms-field[type=button]:hover, .ninja-forms-field[type=button]:focus, .ninja-forms-field[type=button]:active {
    background-color: #0060aa;
    border: none;
    color: #ffffff;
    cursor: pointer; }

.hasImage h1, .hasImage h2, .blue-bg h1, .blue-bg h2, #home_signup h1, #home_signup h2 {
  color: #ffffff; }

#service-3 h2 {
  color: #ffffff; }

.zzp-divider {
  border-color: #f99734;
  padding-top: 0.5em !important; }

.site-header {
  min-height: 145px;
  border-bottom: solid 2px #f99734; }
  .admin-bar .site-header {
    top: 32px; }
  .site-header .wrap {
    padding-top: 1em; }

.site_credits {
  display: none; }

.social-media a {
  display: inline-block;
  padding: 30px 16px;
  height: 40px;
  width: 32px;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  color: #0060aa; }
  .social-media a:hover {
    color: #f99734; }
.social-media .fa {
  font-size: 2.2rem;
  vertical-align: middle; }

.genesis-nav-menu .menu-item a {
  font-size: 1em;
  line-height: 1.4em;
  color: #0060aa;
  font-weight: bold; }
  .genesis-nav-menu .menu-item a:hover {
    color: #f99734; }
.genesis-nav-menu .current-menu-item a {
  color: #f99734; }

#is-tab-for-you-member-stories .background-cta {
  margin-bottom: 2em; }

@media only screen and (max-width: 1500px) {
  body {
    font-size: 2.2rem; }

  .genesis-nav-menu .menu-item a {
    font-size: 1.6rem;
    line-height: 1.4em;
    padding: 2rem 1rem; } }
.site-inner, .overlay_search_form {
  margin-top: 145px; }

#tab-footer, #twitter-feed {
  height: auto !important;
  padding: 2em;
  text-align: center; }
  #tab-footer .column_wrapper, #twitter-feed .column_wrapper {
    padding: 0; }

#tab-footer {
  font-size: 1.6rem; }

#tab-footer a {
  color: #ffffff; }

#tab-footer a:hover, #tab-footer a:active, #tab-footer a:focus {
  color: #f99734; }

.blue-bg {
  padding: 2em;
  text-align: center;
  background-color: #0062ae;
  color: #ffffff; }

.twitter-tweet {
  width: 31.33% !important;
  float: left !important;
  overflow: hidden !important;
  margin-left: 3% !important; }

.twitter-tweet:nth-child(3n + 1) {
  margin-left: 0 !important;
  clear: left !important; }

.fetch-tweets-twitter {
  height: auto !important; }
  .fetch-tweets-twitter iframe {
    width: 50%;
    float: left; }

#tbos-section {
  height: auto !important; }

.tbos-list-wrapper {
  position: relative;
  padding-bottom: 40px; }

.tbos-list {
  margin: 0;
  padding: 0;
  display: block; }

.tbos-list::after {
  content: '';
  visibility: hidden;
  clear: both;
  display: block;
  height: 1px; }

.tbos-list .tbos-list__item {
  margin: 0 2% 2% 0;
  float: left;
  width: 32%;
  max-height: 400px;
  position: relative;
  list-style: none;
  overflow: hidden; }

.tbos-list .tbos-list__item:nth-child(3n) {
  margin-right: 0; }

.tbos-list .tbos-list__item:nth-child(3n + 1) {
  clear: left; }

.tbos-list__item:hover .tbos-list__item-background {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.tbos-list .tbos-list__item-background {
  padding-top: 99%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 1.25s;
  -moz-transition: all 1.25s;
  -ms-transition: all 1.25s;
  -o-transition: all 1.25s;
  transition: all 1.25s; }
  .tbos-list .tbos-list__item-background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 98, 174, 0.4);
    z-index: 1; }

.tbos-list .tbos-list__title-group {
  position: absolute;
  width: 90%;
  padding: 0 5%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.tbos-list__title {
  color: white;
  font-size: 3.2rem; }

.tbos-list__location {
  color: white;
  font-size: 2.2rem; }

.tbos-list .tbos-list__url {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.tbos-list__loading {
  font-size: 3.2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: none; }

.loading .tbos-list__loading {
  display: block; }

.tbos-list__categories {
  padding: 0 0 0 0;
  margin-top: 1em; }
  .tbos-list__categories ul, .tbos-list__categories li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tbos-list__categories ul {
    display: block;
    text-align: center; }
  .tbos-list__categories li {
    display: inline-block; }
    .tbos-list__categories li.active a {
      font-weight: bold;
      color: #f99734; }
  .tbos-list__categories a {
    display: inline-block;
    padding: 10px 20px; }

.tbos-filter {
  margin-bottom: 5rem; }

.tbos-filter__inner {
  padding: 4rem 0 0 0;
  text-align: center; }
  .tbos-filter__inner label {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.2rem;
    padding-right: 20px; }
  .tbos-filter__inner input {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    border: 1px solid #000000;
    color: black;
    font-size: 2.2rem;
    padding: 4px 10px 4px 40px;
    height: 48px; }
  .tbos-filter__inner .input-postcode {
    display: inline-block;
    position: relative; }
    .tbos-filter__inner .input-postcode::before {
      content: '\f002';
      position: absolute;
      left: 10px;
      top: 0;
      font-family: FontAwesome;
      z-index: 1;
      font-size: 2.2rem;
      line-height: 48px; }

.tbos-result {
  position: relative;
  padding-bottom: 40px;
  display: none; }
  .tbos-result.tbos-result--center {
    text-align: center; }
    .tbos-result.tbos-result--center .tbos-list .tbos-list__item {
      float: none;
      margin: 10px auto;
      display: inline-block; }

.tbo-cta {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .tbo-cta.active {
    opacity: 1;
    visibility: visible; }
  .tbo-cta .tbo-cta__inner {
    width: 80%;
    max-width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .tbo-cta .tbo-cta__content {
    padding: 4rem;
    background-color: white;
    text-align: center; }
  .tbo-cta .tbo-cta__close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.2rem;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
    text-align: center; }

#advisory-board-welcome {
  height: auto !important; }

.post-type-archive-testimonial main.content {
  float: none;
  width: auto;
  padding-bottom: 0; }

.single-post .zp_featured_header, .single-testimonial .zp_featured_header, .single-portfolio .zp_featured_header {
  width: 100%;
  float: none;
  height: 200px !important; }
.single-post main.content, .single-testimonial main.content, .single-portfolio main.content {
  float: none;
  width: auto;
  padding-bottom: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 0; }
.single-post h1.entry-title, .single-testimonial h1.entry-title, .single-portfolio h1.entry-title {
  font-size: 6rem;
  color: #0060aa; }
  .single-post h1.entry-title::after, .single-testimonial h1.entry-title::after, .single-portfolio h1.entry-title::after {
    content: '';
    display: block;
    width: 115px;
    padding-top: 0;
    animation: 0.2s;
    border-bottom: 3px solid;
    border-color: #f99734;
    margin: 20px 0; }

.single-post .content-sidebar-wrap {
  min-height: 0; }

.no-header .zp_featured_header, .single-testimonial .zp_featured_header {
  display: none; }

.category-whitepapers .blog_meta {
  display: none; }

@media only screen and (max-width: 768px) {
  .single-post main.content, .single main.content, .single-portfolio main.content {
    max-width: 100%;
    padding: 20px; }

  .cta {
    float: none;
    width: 100% !important;
    margin: 0;
    padding-top: 20px; } }
.section_credit {
  position: absolute;
  left: 50%;
  bottom: 30px;
  padding: 10px;
  color: white;
  z-index: 2;
  width: 600px;
  margin-left: -300px;
  text-align: center; }

.single-tbo .content-sidebar-wrap {
  max-width: 1200px;
  margin-top: 5em; }
.single-tbo h1.entry-title::after {
  background: #f99734;
  margin: 20px 0; }
.single-tbo h1.entry-title {
  color: #0060aa; }
.single-tbo .tbo-meta {
  width: 30%;
  float: left; }
.single-tbo .tbo-image img {
  width: 100%;
  height: auto; }
.single-tbo main.content {
  width: 70%; }
.single-tbo article.entry:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }
.single-tbo .entry-title {
  margin-top: 0; }
.single-tbo .tbo-socials {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 15px; }
  .single-tbo .tbo-socials a {
    display: inline-block;
    width: 40px;
    color: #000000; }
    .single-tbo .tbo-socials a:hover {
      background-color: gray;
      color: white; }
.single-tbo .tbo-contact {
  text-align: center; }
  .single-tbo .tbo-contact p {
    margin-top: 0;
    margin-bottom: 15px; }
  .single-tbo .tbo-contact .enquiry-button {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #000000;
    color: #000000; }
    .single-tbo .tbo-contact .enquiry-button:hover {
      background-color: gray;
      color: white;
      border-color: gray; }

.tbo-testimonials {
  padding: 40px 0;
  text-align: center;
  width: 100%;
  overflow: hidden; }
  .tbo-testimonials .column_wrapper {
    display: block; }
  .tbo-testimonials .tbo-testimonials__list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .tbo-testimonials .tbo-testimonials__list:after {
      content: '';
      display: block;
      clear: both;
      visibility: hidden;
      height: 0; }
  .tbo-testimonials .tbo-testimonials__item {
    list-style: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative; }
    .tbo-testimonials .tbo-testimonials__item:hover .tbo-testimonials__background {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .tbo-testimonials .tbo-testimonials__item:nth-child(3n) {
      margin-right: 0; }
    .tbo-testimonials .tbo-testimonials__item:nth-child(3n+1) {
      clear: both; }
    .tbo-testimonials .tbo-testimonials__item p {
      margin-top: 0; }
  .tbo-testimonials .tbo-testimonials__image {
    padding-top: 75%;
    position: relative;
    overflow: hidden; }
    .tbo-testimonials .tbo-testimonials__image:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 98, 174, 0.4);
      z-index: 1; }
  .tbo-testimonials .tbo-testimonials__background {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 1.25s;
    -moz-transition: all 1.25s;
    -ms-transition: all 1.25s;
    -o-transition: all 1.25s;
    transition: all 1.25s; }
  .tbo-testimonials .tbo-testimonials__title {
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    color: white;
    margin: 0;
    z-index: 1; }
  .tbo-testimonials .tbo-testimonials__url {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .tbo-testimonials .tbo-testimonials__item--video {
    position: relative; }
    .tbo-testimonials .tbo-testimonials__item--video .tbo-testimonials__title {
      top: auto;
      bottom: 20%;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
    .tbo-testimonials .tbo-testimonials__item--video .tbo-testimonials__play {
      font-size: 10rem;
      color: white;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 2; }
  .tbo-testimonials .tbo-testimonials__read-more {
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px solid #000000;
    color: #000000; }
    .tbo-testimonials .tbo-testimonials__read-more:hover {
      background-color: gray;
      color: white;
      border-color: gray; }

.tbo-blog {
  padding: 40px 0;
  text-align: center; }
  .tbo-blog .tbo-blog__column_wrapper {
    max-width: 1200px;
    margin: 0 auto; }
  .tbo-blog .tbo-blog__title {
    text-transform: uppercase; }
  .tbo-blog .tbo-blog__list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
    .tbo-blog .tbo-blog__list:after {
      content: '';
      display: block;
      clear: both;
      visibility: hidden;
      height: 0; }
  .tbo-blog .tbo-blog__item {
    list-style: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative; }
    .tbo-blog .tbo-blog__item:hover .tbo-blog__background {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .tbo-blog .tbo-blog__item:nth-child(3n) {
      margin-right: 0; }
    .tbo-blog .tbo-blog__item:nth-child(3n+1) {
      clear: both; }
    .tbo-blog .tbo-blog__item .tbo-blog__image {
      padding-top: 99%;
      position: relative;
      overflow: hidden; }
      .tbo-blog .tbo-blog__item .tbo-blog__image:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 98, 174, 0.4);
        z-index: 1; }
    .tbo-blog .tbo-blog__item .tbo-blog__background {
      background: url("../images/blank.jpg") no-repeat center;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 1.25s;
      -moz-transition: all 1.25s;
      -ms-transition: all 1.25s;
      -o-transition: all 1.25s;
      transition: all 1.25s; }
    .tbo-blog .tbo-blog__item .tbo-blog__item-title {
      position: absolute;
      left: 5%;
      top: 50%;
      width: 90%;
      color: white;
      margin: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
    .tbo-blog .tbo-blog__item .tbo-blog__url {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }
  .tbo-blog .tbo-blog__read-more {
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px solid #000000;
    color: #000000; }
    .tbo-blog .tbo-blog__read-more:hover {
      background-color: gray;
      color: white;
      border-color: gray; }

.tbo-events {
  padding: 40px 0;
  text-align: center; }
  .tbo-events .tbo-events__column_wrapper {
    max-width: 1200px;
    margin: 0 auto; }
  .tbo-events .tbo-events__title {
    text-transform: uppercase; }
  .tbo-events .tbo-events__list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center; }
    .tbo-events .tbo-events__list:after {
      content: '';
      display: block;
      clear: both;
      visibility: hidden;
      height: 0; }
  .tbo-events .tbo-events__item {
    list-style: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative; }
    .tbo-events .tbo-events__item:hover .tbo-events__background {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .tbo-events .tbo-events__item:nth-child(3n) {
      margin-right: 0; }
    .tbo-events .tbo-events__item:nth-child(3n+1) {
      clear: both; }
    .tbo-events .tbo-events__item:only-child {
      margin: 0; }
    .tbo-events .tbo-events__item .tbo-events__image {
      padding-top: 99%;
      position: relative;
      overflow: hidden; }
      .tbo-events .tbo-events__item .tbo-events__image:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 98, 174, 0.4);
        z-index: 1; }
    .tbo-events .tbo-events__item .tbo-events__background {
      background: url("../images/blank.jpg") no-repeat center;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      -webkit-transition: all 1.25s;
      -moz-transition: all 1.25s;
      -ms-transition: all 1.25s;
      -o-transition: all 1.25s;
      transition: all 1.25s; }
    .tbo-events .tbo-events__item .tbo-events__item-title {
      position: absolute;
      left: 5%;
      top: 50%;
      width: 90%;
      color: white;
      margin: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1; }
    .tbo-events .tbo-events__item .tbo-events__url {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }
  .tbo-events .tbo-events__read-more {
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px solid #000000;
    color: #000000; }
    .tbo-events .tbo-events__read-more:hover {
      background-color: gray;
      color: white;
      border-color: gray; }

#tab-resources {
  height: auto !important;
  padding: 6rem 0; }

.cfblog {
  position: relative; }
  .cfblog:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }
  .cfblog.loading .cfblog__loading {
    display: block; }
  .cfblog .cfblog__list {
    display: flex;
    flex-wrap: wrap; }
    .cfblog .cfblog__list:after {
      content: '';
      display: block;
      clear: both;
      visibility: hidden;
      height: 0; }
  .cfblog .cfblog__loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 1.6em;
    display: none; }
  .cfblog .cfblog__description {
    padding-bottom: 4rem;
    text-align: left; }
  .cfblog .cfblog__categories {
    padding: 4rem 0; }
    .cfblog .cfblog__categories ul, .cfblog .cfblog__categories li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .cfblog .cfblog__categories ul {
      display: block;
      text-align: center; }
    .cfblog .cfblog__categories li {
      display: inline-block; }
      .cfblog .cfblog__categories li.active a {
        font-weight: bold;
        color: #f99734; }
      .cfblog .cfblog__categories li.hidden {
        display: none; }
    .cfblog .cfblog__categories a {
      display: inline-block;
      padding: 10px 20px; }
  .cfblog .zps_column_cta {
    background-color: #1a60ac;
    color: white;
    position: relative; }
    .cfblog .zps_column_cta .zp_center_content_wrap {
      display: block; }
    .cfblog .zps_column_cta .zp_center_content {
      position: absolute;
      left: 20px;
      top: 50%;
      right: 20px;
      display: block;
      width: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .cfblog .zps_column_cta .zp_center_content .zzp-heading h1, .cfblog .zps_column_cta .zp_center_content .zzp-heading h2 {
        color: white; }

.footer-widget-inner {
  padding: 0 2em; }

.footer-widgets .textwidget img {
  max-width: 3.5%;
  margin: 0 1% 0 0; }

.page-id-83 .breadcrumb {
  display: none !important; }

section.disable-full-height {
  height: auto !important;
  padding: 6rem; }

.column_wrapper {
  max-width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto 0 auto; }
  .column_wrapper .zps_column {
    margin-bottom: 0 !important; }
    .column_wrapper .zps_column img {
      margin-bottom: 0;
      vertical-align: top; }

.zp_center_content, .zp_portfolio_section {
  max-width: 1200px; }

#home_news .column_wrapper, #home_section_four .column_wrapper, #home_section_find-out-more .column_wrapper {
  display: block; }

#TAB-home-video iframe, #is-tab-for-you-video iframe {
  max-height: 405px;
  margin-top: 1em; }
#TAB-home-video .zps_column:last-child, #is-tab-for-you-video .zps_column:last-child {
  float: right; }

.content-sidebar-wrap:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

#cta_banner {
  background-color: #1a60ac;
  color: white; }
  #cta_banner .zzp-heading h1, #cta_banner .zzp-heading h2 {
    color: white; }

.zps_column.zps_two_thirds {
  width: 65%;
  padding: 0 5% 5% 0; }
  .zps_column.zps_two_thirds.text-right {
    padding-left: 5%; }

/** Temp remove intro ***/
#home_intro {
  font-size: 1.5em;
  line-height: 1.6em;
  color: #0060aa; }
  #home_intro em {
    color: #f99734;
    margin-top: 1em;
    font-size: 0.8em;
    display: block; }

#home_membership {
  display: none; }

.breadcrumb {
  display: none; }

.section_vertical_nav {
  display: none; }

#lightbox-enquiry,
#lightbox-cta,
.lightbox-cta {
  width: 600px; }

.lightbox-enquiry__inner,
.lightbox-cta__inner {
  padding: 20px; }
  .lightbox-enquiry__inner .nf-field-element input[type=tel],
  .lightbox-enquiry__inner .nf-field-element input[type=text],
  .lightbox-enquiry__inner .nf-field-element input[type=email],
  .lightbox-enquiry__inner .nf-field-element input[type=phone],
  .lightbox-enquiry__inner .nf-field-element select, .lightbox-enquiry__inner .nf-field-element textarea,
  .lightbox-cta__inner .nf-field-element input[type=tel],
  .lightbox-cta__inner .nf-field-element input[type=text],
  .lightbox-cta__inner .nf-field-element input[type=email],
  .lightbox-cta__inner .nf-field-element input[type=phone],
  .lightbox-cta__inner .nf-field-element select,
  .lightbox-cta__inner .nf-field-element textarea {
    border-color: #333333; }
  .lightbox-enquiry__inner .nf-field-element input[type=checkbox],
  .lightbox-cta__inner .nf-field-element input[type=checkbox] {
    -webkit-appearance: checkbox; }

.nf-field-hidden {
  display: none; }

.additional-contacts {
  clear: both; }

.additional-contacts__item {
  padding-top: 4rem; }
  .additional-contacts__item:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

.nf-form-fields-required {
  display: none; }

.nf-field-html {
  margin: 0 !important; }
  .nf-field-html p {
    margin: 0; }

.nf-form-wrap .field-wrap > div input[type=checkbox] {
  width: 15px;
  height: 15px;
  -webkit-appearance: checkbox; }

.readonly input,
.disabled input {
  color: #cccccc !important; }

.zpblog .thumbnail > a {
  position: relative;
  display: block;
  font-size: 0;
  overflow: hidden; }
  .zpblog .thumbnail > a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 98, 174, 0.4);
    z-index: 1; }
  .search .zpblog .thumbnail > a {
    max-height: 292px; }
  .zpblog .thumbnail > a img {
    -webkit-transition: all 1.25s;
    -moz-transition: all 1.25s;
    -ms-transition: all 1.25s;
    -o-transition: all 1.25s;
    transition: all 1.25s; }
.zpblog .thumbnail:hover > a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.img-container {
  position: relative;
  overflow: hidden; }
  .img-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 98, 174, 0.4);
    z-index: 1; }
  .img-container img {
    -webkit-transition: all 1.25s;
    -moz-transition: all 1.25s;
    -ms-transition: all 1.25s;
    -o-transition: all 1.25s;
    transition: all 1.25s; }
  .zps_column:hover .img-container img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

span.blue-mask {
  display: inline-block;
  position: relative; }
  span.blue-mask:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 98, 174, 0.4);
    z-index: 1; }

.zp-portfolio-item a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 98, 174, 0.4);
  z-index: 1; }

.zp-gallery-filter {
  display: none !important; }

.cta {
  float: right;
  width: 300px;
  margin: 0 0 15px 15px; }
  .cta.form {
    width: 100%; }
    .cta.form .nf-form-cont {
      color: #ffffff; }
    .cta.form .field-wrap {
      text-align: left;
      color: white; }
      .cta.form .field-wrap a {
        color: white; }
        .cta.form .field-wrap a:hover, .cta.form .field-wrap a:focus, .cta.form .field-wrap a:active {
          color: #f99734; }
      .cta.form .field-wrap.submit-wrap {
        text-align: center; }
    .cta.form .nf-error-wrap, .cta.form .nf-error-msg {
      text-align: left; }
    .cta.form .html-container {
      margin-bottom: 0; }
      .cta.form .html-container p {
        margin-bottom: 0; }
    .cta.form .nf-response-msg a {
      color: white; }
      .cta.form .nf-response-msg a:hover, .cta.form .nf-response-msg a:focus, .cta.form .nf-response-msg a:active {
        color: #f99734; }

.cta__inner {
  padding-top: 90%;
  background-color: #1a60ac;
  position: relative; }
  .form .cta__inner {
    padding-top: 0; }

.cta__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover; }

.cta__content {
  text-align: center;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .cta__content .zps_btn {
    font-size: 14px;
    padding: 10px; }
  .form .cta__content {
    position: relative;
    transform: none;
    padding-top: 10%;
    left: auto;
    right: auto; }

.cta__title {
  margin: 0 0 15px 0 !important;
  color: white !important; }

.cta__url {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2; }

.video-image {
  display: inline-block;
  position: relative; }
  .video-image:after {
    content: '\f144';
    font-family: FontAwesome;
    font-size: 10rem;
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#about-our-team .zps_column.zps_two_thirds,
#about-1 .zps_column.zps_two_thirds {
  padding-bottom: 0; }

#is_tab_for_you_intro .zps_column.zps_two_thirds, .single-post .zps_column.zps_two_thirds {
  padding: 0 5% 0 0; }

#cookie-notice .button {
  background-color: #f99734; }
  #cookie-notice .button:hover, #cookie-notice .button:focus, #cookie-notice .button:active {
    border: 2px solid; }

.error404 .zp_featured_header {
  display: none; }
.error404 .content-sidebar-wrap {
  min-height: 0; }
.error404 main.content {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }
.error404 .search-form {
  max-width: 400px; }

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

.page-id-2055 .zps_one_half {
width: 100% !important;
}

.page-id-2055 .thumbnail {
border: none;
background-color: #f5f5f5;
}

.events .zpblog {
    overflow: visible;
}

.ect-list-post-left{

    width: 15% !important;
}

@media only screen and (max-width: 790px) {
.ect-list-post-left{
    width: 100% !important;
}}

.ect-list-post{
    max-width: 1200px !important;
}


.ect-list-post-left .ect-list-date {
    width: 100% !important;
}

.ev-day {
    padding-top: 20px !important;
}

.ect-list-post-right .ect-list-venue {
    vertical-align: middle !important;
}

.ect-list-img{
    background-image: none !important;
}

.ect-event-content a.more-link {
    display: none !important;
}

.zps_two_thirds.text-right
{ text-align: left;
}

/* Joe Fix */
.nf-field-element input {
    color: black !important;
}