<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Wilson Wraight
Theme URI: http://tenfathoms.co.uk
Author: Ten Fathoms
Author URI: http://tenfathoms.co.uk
Description: Custom Theme for Wilson Wraight
Version: 1.0.0
License: Client Only
License URI: http://tenfathoms.co.uk
Text Domain: wilson-wraight
Tags:
*/
/* Scss Document */
.wpcf7-form input, .wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #FFFFFF;
  margin-top: 5px;
  margin-bottom: 12px;
  width: 100%; }

body {
  font-family: "proxima-nova", Arial, sans-serif; }

a {
  color: #FDC62C; }

a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none; }

/*copy*/
p, li {
  font-size: 14px;
  line-height: 21px;
  color: #4D4D4D;
  margin-bottom: 3px;
  margin-top: 2px; }

.intro-text {
  font-size: 21px;
  line-height: 26px;
  color: #231B33;
  font-weight: 100;
  margin-bottom: 20px; }

h1 {
  font-size: 50px;
  font-weight: 100;
  font-style: normal;
  color: #231B33;
  margin-bottom: 26px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 35px; } }

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px;
  color: #FDC62C; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #231B33; }

/* Navigation */
.navbar-brand {
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  width: 131px;
  height: 54px; }
  @media screen and (max-width: 991px) {
    .navbar-brand {
      margin-left: 12px; } }

.navbar-default {
  border: 0px;
  padding-top: 36px;
  padding-bottom: 20px;
  background-color: #231B33; }

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
  z-index: 1; }

.navbar-right {
  margin-top: 0px; }

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px; }

.navbar-default .navbar-nav &gt; li &gt; a:hover {
  color: #FDC62C; }

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
  background-color: #231B33;
  color: #FDC62C; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #352E44;
  margin-top: 18px; }

header .main-header {
  padding: 30px 0px 30px 0px; }

.social-icons-col {
  margin-top: -40px; }

.social-icon-holder {
  width: 33px;
  height: 35px;
  border-radius: 0px 0px 17px 17px;
  background-color: #352E44;
  float: right;
  margin-right: 2px; }
  .social-icon-holder:hover {
    margin-top: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.sm-linkedin {
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -50px -108px; }

.sm-twitter {
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: 3px -106px; }

.sm-fb {
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -24px -106px; }

@-webkit-keyframes animate {
  from {
    top: -30px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }
@-moz-keyframes animate {
  from {
    top: -30px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }
@-ms-keyframes animate {
  from {
    top: -30px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }
@-o-keyframes animate {
  from {
    top: -30px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }
.vidContain {
  width: 100%;
  height: 34vw;
  position: relative;
  display: inline-block;
  z-index: 0;
  margin-bottom: -6px;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .vidContain {
      height: 50vw; } }
  @media screen and (max-width: 767px) {
    .vidContain {
      height: 55vw; } }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  top: -130px;
  height: auto;
  z-index: 1; }
  @media screen and (max-width: 991px) {
    #myVideo {
      top: 0; } }

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 27, 51, 0.7);
  z-index: 2; }
  .hero-content h1 {
    color: #FFF;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .hero-content h1 {
        font-size: 26px;
        margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    .hero-content h3 {
      margin-top: 0px;
      margin-bottom: 0px; } }

.home-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 520px;
  padding-top: 160px; }
  @media screen and (max-width: 1199px) {
    .home-image {
      min-height: 400px;
      padding-top: 115px; } }
  @media screen and (max-width: 991px) {
    .home-image {
      min-height: 300px;
      padding-top: 60px; } }

.home-image h1 {
  color: #FFFFFF;
  font-size: 58px;
  margin-bottom: 12px; }
  @media screen and (max-width: 1199px) {
    .home-image h1 {
      font-size: 48px; } }
  @media screen and (max-width: 991px) {
    .home-image h1 {
      font-size: 38px; } }

.home-image h3 {
  margin-bottom: 26px; }

.animatein {
  -webkit-animation: animate 1s ease;
  -moz-animation: animate 1s ease;
  -ms-animation: animate 1s ease;
  -o-animation: animate 1s ease; }

/* Featured Snippets */
.top-head-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #231B33;
  padding: 22px 6px;
  border-left: 1px #FFFFFF solid;
  min-height: 70px;
  z-index: 5;
  text-align: center;
  height: 250px;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition: -webkit-transform 1s; }
  @media screen and (max-width: 767px) {
    .top-head-yellow {
      border-left: 0px #FFFFFF solid; } }
  .top-head-yellow:hover {
    background-color: #4D4D4D; }

.top-head-grey {
  background-color: #EDEBEA;
  padding: 22px 6px;
  border-left: 1px #FFFFFF solid;
  min-height: 100px;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    .top-head-grey {
      border-left: 0px #FFFFFF solid; } }

.top-head-yellow h2, .top-head-grey h2 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 100;
  margin: 20px 0px 0px; }
  @media screen and (max-width: 1199px) {
    .top-head-yellow h2, .top-head-grey h2 {
      font-size: 19px;
      margin: 10px 0px 0px; } }
  @media screen and (max-width: 991px) {
    .top-head-yellow h2, .top-head-grey h2 {
      font-size: 15px;
      margin: 6px 0px 0px; } }

.feature-img {
  border-left: 1px #FFFFFF solid;
  max-height: 250px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .feature-img {
      max-height: 210px; } }
  @media screen and (max-width: 991px) {
    .feature-img {
      max-height: 155px; } }
  @media screen and (max-width: 767px) {
    .feature-img {
      border-left: 0px #FFFFFF solid;
      max-height: 250px; } }

span.feature-rollover {
  opacity: 1;
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition: -webkit-transform 1s;
  background: url(images/mag.png) center center no-repeat #231B33;
  cursor: pointer;
  height: 320px;
  width: 100%;
  position: absolute;
  z-index: 4;
  opacity: 0;
  top: 80px;
  max-height: 250px;
  padding-top: 100px;
  border-right: 1px #FFFFFF solid; }
  @media screen and (max-width: 1199px) {
    span.feature-rollover {
      height: 210px;
      padding-top: 80px;
      top: 70px; } }
  @media screen and (max-width: 991px) {
    span.feature-rollover {
      height: 155px;
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    span.feature-rollover {
      border-left: 0px #FFFFFF solid;
      height: 250px;
      padding-top: 100px; } }

span.feature-rollover:hover {
  opacity: .8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

/* BUTTON */
.btn {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 50px;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px; }

.btn-primary {
  border: 1px solid #FFFFFF;
  color: #FFFFFF; }

.btn-primary:hover {
  border: 1px solid #FDC62C;
  color: #FDC62C;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn-default {
  border: 1px solid #231B33; }
  .btn-default:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #231B33;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .btn-default a {
    color: #231B33;
    padding: 10px 20px; }
    .btn-default a:hover {
      color: #FFFFFF; }

.btn-warning {
  border: 1px solid #FDC62C;
  color: #FDC62C; }

.btn-warning:hover {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn-info {
  border: 1px solid #4D4D4D;
  color: #231B33; }

.btn-info:hover {
  border: 1px solid #231B33;
  color: #231B33;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 50px;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #231B33; }
  button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: #231B33;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  button a, html input[type="button"] a, input[type="reset"] a, input[type="submit"] a {
    color: #231B33; }
    button a:hover, html input[type="button"] a:hover, input[type="reset"] a:hover, input[type="submit"] a:hover {
      color: #FDC62C; }

.contact-form input[type='text'], .contact-form input[type='email'], .contact-form textarea {
  border: 1px solid #EDEBEA;
  padding: 8px; }

.contact-form label {
  color: #231B33; }

.grey-sq-btn {
  padding: 10px 20px 10px 20px;
  background-color: #EDEBEA;
  color: #4D4D4D; }
  .grey-sq-btn a {
    color: #4D4D4D; }
  .grey-sq-btn:hover {
    background-color: #231B33;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #FFFFFF; }
  .grey-sq-btn a:hover {
    color: #FFFFFF; }

.grey-sq-btn-icon {
  width: 20px;
  height: 20px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -89px -116px;
  float: left; }

/* ICONS */
.clipboard-icon {
  width: 100%;
height: 6vw;
max-height: 100px;
background-position: center;
background-repeat: no-repeat;
    margin-bottom: 10px;
background-image: url("images/wilson-wraight-clipboard.svg");
 }

.homeowner-icon {
  width: 100%;
height: 6vw;
max-height: 100px;
background-position: center;
background-repeat: no-repeat;
    margin-bottom: 10px;
  background-image: url("images/wilson-wraight-home.svg"); }

.rural-icon {
  width: 100%;
height: 6vw;
max-height: 100px;
background-position: center;
background-repeat: no-repeat;
    margin-bottom: 10px;
  background-image: url("images/wilson-wraight-rural.svg"); }

.marker-icon {
  width: 100%;
height: 6vw;
max-height: 100px;
background-position: center;
background-repeat: no-repeat;
    margin-bottom: 10px;
  background-image: url("images/wilson-wraight-marker.svg"); }

.appraisal-icon {
  width: 36px;
  height: 36px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: 0px -150px; }

.budget-icon {
  width: 36px;
  height: 36px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -49px -147px; }

.joint-icon {
  width: 43px;
  height: 36px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -88px -144px; }

.graph-icon {
  width: 36px;
  height: 36px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -180px -148px; }

.tenders-icon {
  width: 40px;
  height: 36px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -222px -148px; }

.bookkeeping-icon {
  width: 43px;
  height: 36px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -264px -148px; }

.recruitment-icon {
  width: 36px;
  height: 36px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -310px -144px; }

.management-icon {
  width: 36px;
  height: 36px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -344px -146px; }

/* BLOG FEATURE */
.blog-feature {
  background-image: url(images/grey-diags.gif);
  padding: 100px 0px 110px 0px;
  min-height: 100px; }
  .blog-feature h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 6px; }

.blog-img-back {
  height: 220px;
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .blog-img-back {
      height: 190px; } }

.blog-feature-overlay {
  position: absolute;
  background-color: rgba(35, 27, 51, 0.8);
  height: 220px;
  z-index: 1;
  padding: 20px;
  right: 15px;
  width: 50%; }
  .blog-feature-overlay:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #231b33; }
    @media screen and (max-width: 991px) {
      .blog-feature-overlay:hover {
        width: 70%; } }
  @media screen and (max-width: 1199px) {
    .blog-feature-overlay {
      height: 190px;
      padding: 10px; } }
  @media screen and (max-width: 991px) {
    .blog-feature-overlay {
      width: 70%;
      background-color: #231b33;
      height: 170px; } }

.blog-feature img {
  width: 100%;
  height: auto; }
  @media screen and (max-width: 991px) {
    .blog-feature img {
      width: 30%; } }

.blog-feature-row {
  margin-top: 60px;
  margin-bottom: 60px; }

.blog-entry {
  background-color: #EDEBEA;
  margin-bottom: 10px; }
  .blog-entry h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px; }
    .blog-entry h1 a {
      color: #231B33; }
      .blog-entry h1 a:hover {
        color: #FDC62C; }

.blog-entry-img {
  padding: 0px; }

.blog-entry-txt {
  padding: 25px 20px 25px 20px; }

.nav-links a {
  color: #4D4D4D; }

.nav-previous {
  left: 0px;
  position: fixed;
  top: 50%;
  background: rgba(80, 80, 80, 0.1);
  padding: 10px;
  z-index: 999; }

.nav-next {
  right: 0px;
  position: fixed;
  top: 50%;
  background: rgba(80, 80, 80, 0.1);
  padding: 10px;
  z-index: 999; }

/* PAGE */
.edit-link {
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 12px 18px;
  background-color: #FDC62C;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  z-index: 999; }
  .edit-link a {
    color: #231B33; }
  .edit-link:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #EDEBEA; }

.top-head-yellow-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #231B33;
  padding: 22px 22px;
  min-height: 70px;
  z-index: 5; }
  .top-head-yellow-main h2 {
    font-weight: 100;
    margin: 0px;
color: #FFF;
text-align: left;}

.right-col {
  padding-right: 0px; }
  .right-col img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 991px) {
    .right-col {
      padding-right: 15px; } }

.left-col {
  margin-top: 60px; }
  .left-col img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 1199px) {
    .left-col {
      margin-top: 30px; } }

.quote-box {
  background-color: #EDEBEA;
  padding: 40px 20px 40px 20px; }
  .quote-box h1, .quote-box h2, .quote-box h3, .quote-box h4 {
    color: #231B33; }

.stat-box {
  padding: 40px 0px; }

.page-quote-txt {
  border-left: 6px solid #FDC62C; }
  .page-quote-txt h3 {
    font-size: 21px;
    font-weight: 100;
    line-height: 26px;
    color: #231B33;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px; }
    @media screen and (max-width: 1199px) {
      .page-quote-txt h3 {
        font-size: 17px;
        line-height: 21px; } }
  .page-quote-txt h4 {
    text-align: left; }

.text-left {
  text-align: left; }
  .text-left p {
    text-align: left; }

.quote-section {
  margin-top: 50px;
  margin-bottom: 30px; }

.icon-quote {
  width: 62px;
  height: 50px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: 0px -57px; }

.speech-bubble {
  right: 100px;
  top: 180px;
  padding: 30px;
  width: 320px;
  height: 160px;
  background: rgba(253, 198, 44, 0.9);
  position: absolute; }
  .speech-bubble h2 {
    margin-top: 0px;
    font-weight: 100; }
    @media screen and (max-width: 1199px) {
      .speech-bubble h2 {
        font-size: 22px; } }
    @media screen and (max-width: 767px) {
      .speech-bubble h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px; } }
  @media screen and (max-width: 1199px) {
    .speech-bubble {
      width: 260px;
      height: 110px;
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .speech-bubble {
      width: 80%;
      top: 150px;
      height: auto;
      right: 0px;
      padding: 10px; } }

.speech-bubble:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 0px solid rgba(253, 198, 44, 0.9);
  border-right: 40px solid rgba(253, 198, 44, 0.9);
  border-bottom: 40px solid transparent;
  margin: 130px 0 0 250px; }
  @media screen and (max-width: 1199px) {
    .speech-bubble:before {
      border-right: 30px solid rgba(253, 198, 44, 0.9);
      border-bottom: 30px solid transparent;
      margin: 90px 0 0 210px; } }
  @media screen and (max-width: 767px) {
    .speech-bubble:before {
      display: none; } }

.yellow-diag-top-strip {
  background-image: url(images/yellow-diag-back.gif);
  color: #FDC62C;
  height: 10px; }

.page-img-bio {
  padding: 0px; }
  .page-img-bio img {
    width: 100%;
    height: auto; }

.bio-box {
  padding: 25px 20px 25px 20px;
  background-color: #EDEBEA; }
  .bio-box h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px; }
  .bio-box h3 {
    font-size: 21px;
    font-weight: 100;
    line-height: 26px;
    color: #231B33;
    margin-top: 10px; }
    @media screen and (max-width: 1199px) {
      .bio-box h3 {
        font-size: 17px;
        line-height: 21px; } }
  .bio-box h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 4px 8px;
    background-color: #FDC62C;
    display: inline;
    margin-bottom: 8px; }
  .bio-box p {
    margin-top: 0px; }

.news-box {
  padding: 25px 20px 25px 20px;
  background-color: #FFFFFF; }
  .news-box h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 27px; }
  .news-box h3 {
    font-size: 21px;
    font-weight: 100;
    line-height: 26px;
    color: #231B33;
    margin-top: 10px; }
    @media screen and (max-width: 1199px) {
      .news-box h3 {
        font-size: 17px;
        line-height: 21px; } }
  .news-box h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    padding: 4px 8px;
    background-color: #FDC62C;
    display: inline;
    margin-bottom: 8px; }
  .news-box p {
    margin-top: 0px; }

.bio-container {
  background-color: #EDEBEA;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: stretch; }
  @media screen and (max-width: 1199px) {
    .bio-container {
      display: block; } }

.news-container {
  border-top: 5px solid #EDEBEA;
  padding-top: 20px; }

.email-env-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #FDC62C;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -132px -138px;
  z-index: 3; }
  .email-env-icon:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #EDEBEA; }

.home-divider {
  margin-top: 80px; }
  @media screen and (max-width: 1199px) {
    .home-divider {
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .home-divider {
      margin-top: 20px; } }

.quote-home {
  margin-top: 10px; }

.top-intro {
  margin-top: 70px;
  margin-bottom: 70px; }
  .top-intro h2 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 17px;
    color: #FDC62C;
    font-weight: 600; }
  @media screen and (max-width: 1199px) {
    .top-intro {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .top-intro {
      margin-top: 20px;
      margin-bottom: 20px; } }

.right-col-text {
  border-left: 3px #EDEBEA solid;
  padding-left: 60px; }
  .right-col-text p {
    font-size: 19px;
    line-height: 1.7em; }
  @media screen and (max-width: 1199px) {
    .right-col-text {
      border-left: none;
      padding-left: 20px;
      padding-right: 20px; } }

.left-col-text {
  padding-right: 60px; }
  .left-col-text p {
    font-size: 19px;
    line-height: 1.7em; }
  @media screen and (max-width: 1199px) {
    .left-col-text {
      padding-left: 20px;
      padding-right: 20px; } }

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: ". ." ". ."; }
  @media screen and (max-width: 991px) {
    .grid-container {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      gap: 0px 0px;
      grid-template-areas: "." "." "." "."; } }

.page-content-col ul {
  padding: 0px; }
.page-content-col li {
  list-style: none;
  padding-left: 30px;
  background-image: url("images/tick-li-yellow.svg");
  background-repeat: no-repeat;
  background-position: 1px 1px;
  margin: 10px 0px;
  background-size: 22px;
  line-height: 1.8em; }

.service-caption {
  margin-bottom: 30px;
  background-color: #ebebea;
  text-align: center;
  padding: 60px;
  border-left: 1px #FFFFFF solid; }
  @media screen and (max-width: 1199px) {
    .service-caption {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .service-caption {
      padding: 20px; } }
  .service-caption p {
    line-height: 1.8em;
    text-align: center; }

/* Footer */
.biac-footer-logo {
  width: 122px;
  height: 56px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -148px 3px; }

.ww-footer-logo {
  width: 117px;
  height: 55px;
  background-image: url(images/sprite.svg);
  background-repeat: no-repeat;
  background-size: 387px 182px;
  -webkit-background-size: 387px 182px;
  background-position: -270px 0px; }

.footer {
  padding: 80px 0px; }

.footer li {
  text-decoration: none;
  list-style: none;
  text-transform: uppercase;
  color: #4D4D4D;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 14px;
  border-bottom: 1px #FFFFFF solid;
  width: auto;
  display: block; }

.footer li:hover {
  border-bottom: 1px #FDC62C solid; }

.footer a {
  padding-bottom: 4px;
  text-decoration: none; }

.footer li a {
  text-decoration: none;
  border: 0;
  color: #4D4D4D; }

.footer li a:hover {
  text-decoration: none;
  border: 0; }

.footer-top {
  margin-top: 80px;
  background-image: url(images/grey-diags.gif);
  height: 30px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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


/* Services drop down nav
*/

.menu-services-container .menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0 2em 0;
  clear: both;
}
  .menu-services-container .menu li {
    flex-basis: 30%;
    flex-basis: calc(33% - 32px);
    color: #FDC62C;
    margin-left: 32px;
  }
    @media screen and (max-width: 550px) {
      .menu-services-container .menu li {
        flex-basis: 100%;
      }
    }
  
  .menu-services-container .menu a {
    color: #231B33;
    font-size: 17px;
    padding: 8px 0;
    display: block;
  }
    .menu-services-container .menu a:hover {
      color: #FDC62C;
    }

#menu-main-nav-menu .dropdown-menu {    
  box-shadow: 0px 3px 6px rgba(0,0,41, 0.2);
  border: 0;
  border-radius: 0;
  padding: 1em 1em 2em 1em;
  background: white;
}
  @media screen and (min-width: 767px) {
    #menu-main-nav-menu .dropdown-menu {
      position: absolute;
      margin: 0 -20vw;
      top: auto;
      width: 80vw;
    }
  }


@media screen and (min-width: 767px) {
  ul.nav li.dropdown:hover &gt; ul.dropdown-menu {
    display: block;    
  }
  .navbar-nav &gt; .open &gt; a:after, ul.nav li.dropdown:hover &gt; a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 25px 20px;
    border-color: transparent transparent #ffffff transparent;
  }
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background: none;
  color: white;
}
.dropdown-menu h2{
    color: #231B33;

}
.dropdown-menu .col-sm-6 {
    margin-top:10px;
}
.dropdown-menu .menu {
    display: none;
}

</pre></body></html>