/********************* SASS SUPPORTING FILES *********************/
/********************* SUSY BASE GRID *********************/
.pinterest {
  display: none;
}

/*********************
CSS3 GRADIENTS
*********************/
/*********************
BOX SIZING
*********************/
/*********************
VERTICAL CENTRE
*********************/
/*********************
STICKY FOOTER
*********************/
/*********************
BOX SHADOW
*********************/
/********************* IMPORTING MODULES *********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
form {
  margin: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

p .blueBtn, .blueBtn, input[type="submit"], .greenBtn, .dgreyBtn, .whiteBtn, .outlineBtn, #cn-accept-cookie, #cn-more-info, .outlineGreyBtn, .outlineBtnBlue, .outlineBtnBlueArrow {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  padding: 14px 14px 14px 14px;
  margin: 0;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.14s ease-in-out;
  transition: all 0.14s ease-in-out;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 2.4rem;
  transition: background 0.15s;
  font-size: 14px;
  min-width: 116px;
  padding-right: 20px;
  border: none;
}
.blueBtn:hover, input[type="submit"]:hover, .greenBtn:hover, .dgreyBtn:hover, .whiteBtn:hover, .outlineBtn:hover, #cn-accept-cookie:hover, #cn-more-info:hover, .outlineGreyBtn:hover, .outlineBtnBlue:hover, .outlineBtnBlueArrow:hover, .blueBtn:focus, input[type="submit"]:focus, .greenBtn:focus, .dgreyBtn:focus, .whiteBtn:focus, .outlineBtn:focus, #cn-accept-cookie:focus, #cn-more-info:focus, .outlineGreyBtn:focus, .outlineBtnBlue:focus, .outlineBtnBlueArrow:focus {
  text-decoration: none;
  color: #fff;
}
.blueBtn:after, input[type="submit"]:after, .greenBtn:after, .dgreyBtn:after, .whiteBtn:after, .outlineBtn:after, #cn-accept-cookie:after, #cn-more-info:after, .outlineGreyBtn:after, .outlineBtnBlue:after, .outlineBtnBlueArrow:after {
  font-family: "fontawesome";
  content: "\f105";
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em;
  line-height: 1;
  padding-right: 20px;
}

button {
  border: none;
}

p .blueBtn, .blueBtn, input[type="submit"] {
  padding-left: 20px;
  background-color: #00add8;
}
p .blueBtn:hover, p .blueBtn:focus, p .blueBtn:active, .blueBtn:hover, .blueBtn:focus, .blueBtn:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  background-color: #0099bf;
}
p .blueBtn.disable, .blueBtn.disable, input[type="submit"].disable {
  background-color: rgba(0, 173, 216, 0.3);
}

p .blueBtn {
  padding-bottom: 14px !important;
  padding-right: 40px !important;
}

.greenBtn {
  padding-left: 20px;
  background-color: #4CAF50;
}
.greenBtn:hover, .greenBtn:focus, .greenBtn:active {
  background-color: #449d48;
}
.greenBtn.disable {
  background-color: rgba(76, 175, 80, 0.3);
}

.dgreyBtn {
  background-color: #e0e0e0;
  color: #2c2c2c;
}
.dgreyBtn:hover, .dgreyBtn:focus, .dgreyBtn:active {
  background-color: lightgray;
  color: #00add8;
}
.dgreyBtn.disable {
  background-color: rgba(224, 224, 224, 0.3);
}

.whiteBtn {
  background-color: #fff;
  color: #2c2c2c;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.whiteBtn:hover, .whiteBtn:focus, .whiteBtn:active {
  background-color: #f2f2f2;
  color: #2c2c2c;
}
.whiteBtn.disable {
  background-color: rgba(255, 255, 255, 0.3);
}
.whiteBtn:after {
  color: #2c2c2c;
}

.outlineBtn, #cn-accept-cookie, #cn-more-info {
  border: 1px solid #fff;
  background: none;
  padding: 13px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.outlineBtn:hover, .outlineBtn:focus, #cn-accept-cookie:hover, #cn-accept-cookie:focus, #cn-more-info:hover, #cn-more-info:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
.outlineBtn:active, #cn-accept-cookie:active, #cn-more-info:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.outlineBtn:after, #cn-accept-cookie:after, #cn-more-info:after {
  content: "";
  padding: 0;
}

.outlineGreyBtn {
  border: 1px solid #e0e0e0;
  color: #00add8;
  background: none;
  padding: 13px;
}
.outlineGreyBtn:hover, .outlineGreyBtn:focus {
  background-color: #e0e0e0;
  color: #fff;
}
.outlineGreyBtn:active {
  background-color: #e0e0e0;
  color: #fff;
}
.outlineGreyBtn:after {
  content: "";
  padding: 0;
}

.outlineBtnBlue {
  border: 1px solid #00add8;
  background: none;
  padding: 13px;
}
.outlineBtnBlue:hover, .outlineBtnBlue:focus {
  background-color: rgba(238, 238, 238, 0.8);
}
.outlineBtnBlue:active {
  background-color: rgba(238, 238, 238, 0.8);
}
.outlineBtnBlue:after {
  content: "";
  padding: 0;
}

.outlineBtnBlueArrow {
  border: 1px solid #00add8;
  background: #fff;
  color: #00add8;
  padding: 13px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}
.outlineBtnBlueArrow:hover, .outlineBtnBlueArrow:focus {
  background-color: rgba(255, 255, 255, 0.2);
  color: #00add8;
}
.outlineBtnBlueArrow:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #00add8;
}

.noArrow, input[type="submit"] {
  padding: 14px;
  text-align: center;
}
.noArrow:after, input[type="submit"]:after {
  display: none;
}

.btnWrap {
  display: block;
  text-align: center;
  margin-left: -15px;
}
@media screen and (min-width: 1024px) {
  .btnWrap {
    margin-left: -60px;
  }
}
.btnWrap .quoteBtn {
  margin-top: 35px;
}

.contentBtn {
  border-bottom: none !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  color: #fff !important;
  padding-right: 40px;
}
.contentBtn:hover, .contentBtn:focus, .contentBtn:active {
  background-color: #0099bf !important;
}

.menuBtn {
  border-radius: 0;
  box-shadow: none;
  background-color: #00add8;
}
.menuBtn:after {
  content: "\f0c9";
  background-color: #00add8;
  font-size: 20px;
  padding: 0px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .menuBtn:after {
    line-height: 46px;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .menuBtn {
    top: 10px;
  }
  .menuBtn:after {
    line-height: 40px;
  }
}

.closeBtn {
  border-radius: 0;
  box-shadow: none;
  background-color: #00add8;
}
.closeBtn:after {
  content: "\f00d";
  background-color: #00add8;
  font-size: 20px;
  min-width: 23px;
  text-align: center;
  padding: 0px;
  line-height: 40px;
  width: 40px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .closeBtn:after {
    line-height: 46px;
    box-shadow: none;
  }
}
@media screen and (min-width: 1024px) {
  .closeBtn {
    top: 10px;
  }
  .closeBtn:after {
    line-height: 40px;
  }
}

.downBtn:after {
  content: "\f107";
}

.chatBtn:after {
  content: "\f075";
}

.socialBtn, .sharecount {
  width: 25px;
  text-align: center;
  margin-right: 6px;
  display: inline-block;
  line-height: 25px;
  color: #fff;
}
.socialBtn.totop, .sharecount.totop {
  background-color: #1c5a7d;
}
.socialBtn.totop:hover, .socialBtn.totop:focus, .sharecount.totop:hover, .sharecount.totop:focus {
  background-color: #174b68;
  color: #fff;
}
.socialBtn.chat, .sharecount.chat {
  background-color: #00add8;
}
.socialBtn.chat:hover, .socialBtn.chat:focus, .sharecount.chat:hover, .sharecount.chat:focus {
  background-color: #0099bf;
  color: #fff;
}
.socialBtn.google, .sharecount.google {
  background-color: #dd4b39;
}
.socialBtn.google:hover, .socialBtn.google:focus, .sharecount.google:hover, .sharecount.google:focus {
  background-color: #d73925;
  color: #fff;
}
.socialBtn.linkedin, .sharecount.linkedin {
  background-color: #007bb6;
}
.socialBtn.linkedin:hover, .socialBtn.linkedin:focus, .sharecount.linkedin:hover, .sharecount.linkedin:focus {
  background-color: #006a9d;
  color: #fff;
}
.socialBtn.twitter, .sharecount.twitter {
  background-color: #00aced;
}
.socialBtn.twitter:hover, .socialBtn.twitter:focus, .sharecount.twitter:hover, .sharecount.twitter:focus {
  background-color: #0099d4;
  color: #fff;
}
.socialBtn.youtube, .sharecount.youtube {
  background-color: #c4302b;
}
.socialBtn.youtube:hover, .socialBtn.youtube:focus, .sharecount.youtube:hover, .sharecount.youtube:focus {
  background-color: #af2b26;
  color: #fff;
}
.socialBtn.facebook, .sharecount.facebook {
  background-color: #3b5998;
}
.socialBtn.facebook:hover, .socialBtn.facebook:focus, .sharecount.facebook:hover, .sharecount.facebook:focus {
  background-color: #344e86;
  color: #fff;
}
.socialBtn.pinterest, .sharecount.pinterest {
  background-color: #cb2027;
}
.socialBtn.pinterest:hover, .socialBtn.pinterest:focus, .sharecount.pinterest:hover, .sharecount.pinterest:focus {
  background-color: #b51d23;
  color: #fff;
}
.socialBtn.email, .sharecount.email {
  background-color: #919699;
}
.socialBtn.email:hover, .socialBtn.email:focus, .sharecount.email:hover, .sharecount.email:focus {
  background-color: #84898d;
  color: #fff;
}
.socialBtn .toShare, .sharecount .toShare {
  display: none;
}

.emailBtn {
  background-color: #00add8;
}

.sharecount {
  background: #eeeeee;
  color: #00add8;
  margin-left: -6px;
  margin-right: 6px;
}

input[type="submit"] {
  background-image: none;
  padding-right: 1em;
}

.bg, .pulsBtn {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.container {
  position: fixed;
  bottom: 79px;
  right: 79px;
  z-index: 100;
}
.container .bg {
  display: none;
  animation: pulse 1.5s linear infinite;
  background: transparent;
  border: 1px solid #4CAF50;
}
@keyframes pulse {
  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}
.container .bg:nth-child(2) {
  animation-delay: .5s;
}

.chaport-launcher-button {
  background: #4CAF50 !important;
}

.pulseBtn {
  display: block;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  border: none;
  background: #4CAF50;
  background-size: 30px;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
}
.pulseBtn a {
  position: absolute;
  color: #fff;
  font-size: 0;
  width: 100%;
  text-align: center;
}
.pulseBtn a i {
  line-height: 59px;
  font-size: 34px;
}

.lpBtn {
  border: 1px solid #fff;
}

input[type="submit"] {
  margin-bottom: 0px;
  padding-left: 2em;
  padding-right: 2em !important;
}

.icon {
  font-family: "fontawesome";
}

html * {
  font-family: Arial, Helvetica, sans-serif;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.mainContent h2 a {
  font-size: 20px;
}

.mainContent article ul {
  margin: 5px 0px 15px 0px;
}

@media screen and (min-width: 1024px) {
  .mainContent article ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .mainContent a {
    font-size: 16px;
  }
  .mainContent .blueBtn, .mainContent .outlineBtn {
    font-size: 14px;
  }
}
h1, h2, h3, h4, h5, h6, p, .h2 {
  color: #2c2c2c;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.5em;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, .h2 a {
  text-decoration: none;
}
h1 a:hover, h1 afocus, h2 a:hover, h2 afocus, h3 a:hover, h3 afocus, h4 a:hover, h4 afocus, h5 a:hover, h5 afocus, h6 a:hover, h6 afocus, p a:hover, p afocus, .h2 a:hover, .h2 afocus {
  text-decoration: none;
}

h1 {
  font-size: 1.7em;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 20px;
}
h1:before {
  content: "";
  height: 100%;
  width: 20px;
  background: #1c5a7d;
  position: absolute;
  left: -30px;
  top: 0px;
}
@media screen and (min-width: 1024px) {
  h1 {
    margin-bottom: 30px;
    line-height: 1.13em;
    font-size: 43px;
    min-height: 95px;
  }
  h1:before {
    content: "";
    width: 45px;
    left: -60px;
    min-height: 96px;
  }
}

.servicePg .article-header, .servicePg .postHeader, .blogSection .article-header, .blogSection .postHeader, .blogHomeCTA .article-header, .blogHomeCTA .postHeader {
  min-height: 62px;
  display: table;
  height: 62px;
  margin-bottom: 20px;
}
.servicePg .article-header h1, .servicePg .postHeader h1, .blogSection .article-header h1, .blogSection .postHeader h1, .blogHomeCTA .article-header h1, .blogHomeCTA .postHeader h1 {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .servicePg .article-header, .servicePg .postHeader, .blogSection .article-header, .blogSection .postHeader, .blogHomeCTA .article-header, .blogHomeCTA .postHeader {
    min-height: 96px;
  }
}

.searchCTA .wrap .page-header {
  min-height: auto;
  height: auto;
  margin-bottom: 20px;
}
.searchCTA .wrap .page-header h1 {
  vertical-align: middle;
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .searchCTA .wrap .page-header {
    min-height: auto;
  }
  .searchCTA .wrap .page-header .page-title {
    min-height: auto;
    padding: 15px 25px !important;
  }
}

.officePageSection .postHeader .title, .blueSection .postHeader .title {
  min-height: 62px;
  display: table;
  height: 62px;
  margin-bottom: 20px;
}
.officePageSection .postHeader .title h1, .blueSection .postHeader .title h1 {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .officePageSection .postHeader .title, .blueSection .postHeader .title {
    min-height: 96px;
  }
}

h2, .h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 35px;
}
h2:before, .h2:before {
  content: "";
  height: 7px;
  width: 73px;
  background: #1c5a7d;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  h2, .h2 {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
h2 span, .h2 span {
  font-size: 20px;
}

.schema-faq-question {
  display: block;
}

h3 {
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 0px;
}

h4 {
  font-size: 14px;
  line-height: 1.45;
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 0.9em;
}

p {
  color: #2c2c2c;
  font-weight: 400;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 26px;
}

span, strong {
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #2c2c2c;
}
a:hover, a:focus {
  text-decoration: none;
  color: #0084a5;
}

.pageSection h1 a, .pageSection h2 a, .pageSection h3 a, .pageSection h4 a, .pageSection p a, .pageSection li a, .pageSection dd a {
  text-decoration: none;
  border-bottom: 2px solid #00add8;
  padding-bottom: 2px;
}
.pageSection h1 a:hover, .pageSection h1 a:focus, .pageSection h2 a:hover, .pageSection h2 a:focus, .pageSection h3 a:hover, .pageSection h3 a:focus, .pageSection h4 a:hover, .pageSection h4 a:focus, .pageSection p a:hover, .pageSection p a:focus, .pageSection li a:hover, .pageSection li a:focus, .pageSection dd a:hover, .pageSection dd a:focus {
  color: #0084a5;
}

.notice a {
  text-decoration: none;
  border-bottom: 2px solid #00add8;
  padding-bottom: 2px;
}
.notice a:hover, .notice a:focus {
  color: #0084a5;
}

.policyMenu ul li a {
  padding-bottom: 0px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1.75;
}
.policyMenu ul li a:hover, .policyMenu ul li a:focus {
  text-decoration: none;
  color: #fff;
}

.linkStyle {
  text-decoration: none;
  border-bottom: 2px solid #00add8;
  padding-bottom: 2px;
}
.linkStyle:hover, .linkStyle:focus {
  color: #0084a5;
}

.linkStyleWhite {
  border-bottom: 3px solid #fff;
  color: #fff;
}
.linkStyleWhite:hover, .linkStyleWhite:focus {
  color: #fff;
}

.noLinkStyle {
  box-shadow: none !important;
  border: none !important;
}
.noLinkStyle:hover, .noLinkStyle:focus {
  color: #2c2c2c;
  background: transparent !important;
}

.mainContent .arrowLink {
  margin-top: -13px;
}
.mainContent li .arrowLink {
  margin-top: 0px;
}

.advisorImg .arrowLink {
  margin-top: 10px;
}

.arrowLink, .arrowLinkInline {
  box-shadow: none !important;
  border: none !important;
  font-weight: 600;
  color: #00add8 !important;
  display: table;
  margin-right: 20px;
  line-height: 24px;
}
.arrowLink:after, .arrowLinkInline:after {
  margin-left: 4px;
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "\e317";
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
}
.arrowLink:hover, .arrowLink:focus, .arrowLinkInline:hover, .arrowLinkInline:focus {
  background: transparent !important;
  color: #0099bf !important;
}
.arrowLink:hover:after, .arrowLink:focus:after, .arrowLinkInline:hover:after, .arrowLinkInline:focus:after {
  margin-left: 8px;
}

.arrowLinkInline {
  display: inline-block;
  margin-top: 0px;
}

.arrowLink + p {
  margin-top: 1em !important;
}

.arrowLink + .notice {
  margin-top: 50px !important;
}

.schema-faq-answer a {
  box-shadow: none !important;
  border: none !important;
  font-weight: 600;
  color: #00add8 !important;
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  line-height: 24px;
}
.schema-faq-answer a:after {
  margin-left: 4px;
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "\e317";
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
}
.schema-faq-answer a:hover, .schema-faq-answer a:focus {
  background: transparent !important;
  color: #0099bf !important;
}
.schema-faq-answer a:hover:after, .schema-faq-answer a:focus:after {
  margin-left: 8px;
}

.horizontal:before {
  content: "";
  height: 7px;
  min-height: 7px;
  width: 73px;
  background: #1c5a7d;
  display: block;
  margin-bottom: 5px;
  position: relative;
}

.horizontalWhite:before {
  content: "";
  height: 7px;
  min-height: 7px;
  width: 73px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
  position: static;
}

.simpleHeader:before {
  display: none;
}

.centered {
  text-align: center;
}
.centered:before {
  height: 7px;
  width: 73px;
  display: block;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  top: auto;
  min-height: auto;
  position: relative;
}

.mobileBlock {
  padding-left: 0;
  text-align: center;
  color: #fff;
  background: #1c5a7d;
  padding: 10px;
}
.mobileBlock:before {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mobileBlock {
    padding: 0px;
    text-align: left;
    color: #2c2c2c;
    background: transparent;
    margin-left: 0px;
  }
  .mobileBlock:before {
    content: "";
    height: 7px;
    width: 73px;
    background: #1c5a7d;
    display: block;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .centered {
    text-align: center;
  }
}
.CTAHeader {
  padding-left: 20px;
  min-height: auto;
}
.CTAHeader:before {
  background: #fff;
  display: inline-block;
  margin-bottom: 5px;
  content: "";
  height: 100%;
  width: 7px;
  position: absolute;
  left: 0px;
  min-height: auto;
}

/********************* BREAKPOINTS *********************/
.sideContent {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

.headerWarning, .mobHeaderWarning {
  background: #eaf6eb;
  border-bottom: 2px solid #4caf50;
  width: 100%;
}
.headerWarning .wrap, .mobHeaderWarning .wrap {
  padding: 0px 10px;
  border: none;
  overflow: hidden;
}
.headerWarning .wrap p, .mobHeaderWarning .wrap p {
  margin: 0px;
  padding: 6px 22px;
  padding-left: 30px;
  font-weight: bold;
}
.headerWarning .wrap p strong, .mobHeaderWarning .wrap p strong {
  color: red;
}
.headerWarning .wrap p:before, .mobHeaderWarning .wrap p:before {
  content: " ";
  margin-right: 10px;
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 7px;
  bottom: 0px;
  line-height: 34px;
  background-image: url("https://www.wilsonfield.co.uk/imgs/covid-19.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
  width: 20px;
  height: 24px;
  padding-left: 15px;
  margin-left: -5px;
  display: none;
}
.headerWarning .wrap p:after, .mobHeaderWarning .wrap p:after {
  margin-left: 4px;
  direction: ltr;
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  content: "\e317";
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
}
.headerWarning:hover .wrap p:after, .mobHeaderWarning:hover .wrap p:after {
  margin-left: 8px;
}

.headerRing {
  height: 18px;
  width: 18px;
  border: 2px solid red;
  border-radius: 50%;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: -3px;
  background: #eaf6eb;
  position: absolute;
  z-index: 1000;
  top: 10px;
}
.headerRing .headerDot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 2px;
  right: 2px;
  animation: dot 2s infinite;
}
@keyframes dot {
  0%, 100% {
    background-color: red;
  }
  50% {
    background-color: #ffb3b3;
  }
}
.mobHeaderWarning {
  display: block;
  z-index: 10000;
  position: fixed;
  top: 0;
  max-height: 40px;
}
.mobHeaderWarning .wrap .headerBBLWrap {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  width: 100%;
}
.mobHeaderWarning .wrap .headerBBLWrap .arrowLink {
  display: inline-block;
  color: #2c2c2c !important;
  font-size: 14px;
}
.mobHeaderWarning .wrap .headerBBLWrap .arrowLink:after {
  font-size: 21px;
}
.mobHeaderWarning .wrap .headerBBLWrap .arrowLink:hover {
  color: #2c2c2c !important;
}
.mobHeaderWarning .wrap:before {
  content: "";
  margin-right: 10px;
  font-size: 22px;
  position: absolute;
  left: 0px;
  top: 7px;
  bottom: auto;
  line-height: 34px;
  color: #2c2c2c;
  background: #eaf6eb;
  z-index: 1000;
  padding-left: 5px;
  background-image: url("https://www.wilsonfield.co.uk/imgs/covid-19.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  width: 20px;
  height: 24px;
  padding-left: 5px;
  padding-right: 12px;
  margin-left: 0px;
  display: none;
}
.mobHeaderWarning .wrap p {
  text-align: center;
  white-space: nowrap;
  /* Starting position */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */
  -moz-animation: scroll-left 15s linear infinite;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
}
.mobHeaderWarning .wrap p:before {
  left: 5px;
  display: none;
  padding: 6px 22px;
}
.mobHeaderWarning .headerRingWrap {
  position: absolute;
  z-index: 1000;
  top: 10px;
  background: #eaf6eb;
}
.mobHeaderWarning .headerRingWrap .headerRing {
  position: relative;
  top: auto;
}
.mobHeaderWarning .headerRingWrap .headerRing .headerDot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
}

/* animating marquee */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.headerWarning {
  display: none;
}

.phoneIcon, .mobBtn, .searchToggle {
  top: 48px !important;
}

.searchBtn {
  top: 46px !important;
}

.phoneIconNumber {
  top: 60px !important;
}

.sticky .phoneIcon, .sticky .mobBtn, .sticky .searchToggle {
  top: 8px !important;
}
.sticky .searchBtn {
  top: 6px !important;
}
.sticky .phoneIconNumber {
  top: 56px !important;
}

#mobHeader {
  height: 98px !important;
  padding-top: 38px;
}

#mobHeaderStay {
  padding-top: 38px;
}

.siteHeader .wrap {
  position: relative;
}
.siteHeader .theBrand {
  padding-top: 0px;
  padding-top: 38px;
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 100;
  margin-top: 30px;
  margin-top: 2px;
}
.siteHeader .theBrand .searchMenu {
  position: absolute;
}
.siteHeader .theBrand .searchMenu:after {
  color: #fff;
}
.siteHeader .sticky .phoneIconNumber, .siteHeader .sticky .phoneIcon:after, .siteHeader .sticky .searchBtn:after, .siteHeader .sticky .searchMenu:after {
  color: #1c5a7d !important;
  background: transparent;
  border: 1px solid #e0e0e0;
}
.siteHeader .sticky .btnWrapper {
  position: relative;
}
.siteHeader .sticky .brand {
  background: #fff;
}
.siteHeader .sticky .brand .whiteLogo {
  display: none !important;
}
.siteHeader .sticky .brand .normalLogo {
  display: inline-block;
}

.scrolled {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

div#ui-datepicker-div {
  z-index: 1000 !important;
}

.alert {
  background: #eeeeee;
  padding: 10px;
  border-left: 7px solid #00add8;
}

#cookie-notice {
  z-index: 21474835001 !important;
}

html, body, #siteWrapper, #siteContent, #SiteFooter {
  width: 100%;
}

#siteWrapper {
  overflow-y: initial;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow-x: hidden;
  background: #eeeeee;
}

.overlay {
  background: rgba(44, 44, 44, 0.75);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: scroll;
}

.serviceMenu .menu > li > .sub-menu {
  display: none;
}

.ads {
  display: none;
}

.headerPlaceholder {
  display: block;
  min-height: 90px;
}

.siteHeader {
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 90px;
  height: 90px;
  max-height: 98px;
  height: 98px;
  background: #2c2c2c;
  overflow-y: auto;
  transition: max-height .25s ease-in-out;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.siteHeader:-webkit-scrollbar {
  display: none;
}
.siteHeader .brand {
  height: 60px;
}
.siteHeader .brand .normalLogo {
  display: none;
}
.siteHeader .brand, .siteHeader .contact {
  background: #1c5a7d;
  padding: 10px;
}
.siteHeader .brand img, .siteHeader .contact img {
  width: auto;
  height: 40px;
  display: inline-block;
}
.siteHeader .contact {
  display: none;
}
.siteHeader nav ul {
  margin: 0;
}
.siteHeader nav ul li {
  position: relative;
  margin: 0;
}
.siteHeader nav ul li a {
  color: #fff;
  padding: 0 23px 0 1em;
  display: block;
  font-size: 16px;
}
.siteHeader nav.topMenu .topMenuWrap .headerMenuWrap {
  display: none;
}
.siteHeader nav.topMenu .topMenuWrap nav, .siteHeader nav.serviceMenu {
  display: none;
}
.siteHeader nav.topMenu .topMenuWrap nav ul, .siteHeader nav.serviceMenu ul {
  background: #1c5a7d;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li, .siteHeader nav.serviceMenu ul li {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px #1c5a7d solid;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li:last-of-type, .siteHeader nav.serviceMenu ul li:last-of-type {
  border-bottom: none;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li a, .siteHeader nav.serviceMenu ul li a {
  display: block;
  line-height: 1;
  padding-top: 23px;
  padding-bottom: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li a:after, .siteHeader nav.serviceMenu ul li a:after {
  font-family: "fontawesome";
  line-height: 10px;
  color: #fff;
  font-size: 20px;
  padding: 0px;
  float: right;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children a:after, .siteHeader nav.serviceMenu ul li.menu-item-has-children a:after {
  content: "\f107";
  color: #fff;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children .upArrow:after, .siteHeader nav.serviceMenu ul li.menu-item-has-children .upArrow:after {
  content: "\f106";
}
.siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children ul, .siteHeader nav.serviceMenu ul li.menu-item-has-children ul {
  display: none;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children ul li, .siteHeader nav.serviceMenu ul li.menu-item-has-children ul li {
  border-bottom: none;
  background: #fff;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children ul li a, .siteHeader nav.serviceMenu ul li.menu-item-has-children ul li a {
  padding-left: 1em;
  color: #2c2c2c;
  font-weight: 400;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children ul li:hover, .siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children ul li:focus, .siteHeader nav.serviceMenu ul li.menu-item-has-children ul li:hover, .siteHeader nav.serviceMenu ul li.menu-item-has-children ul li:focus {
  background: #eeeeee;
}
.siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children ul li:hover a, .siteHeader nav.topMenu .topMenuWrap nav ul li.menu-item-has-children ul li:focus a, .siteHeader nav.serviceMenu ul li.menu-item-has-children ul li:hover a, .siteHeader nav.serviceMenu ul li.menu-item-has-children ul li:focus a {
  color: #00add8;
}
.siteHeader nav.serviceMenu {
  padding-top: 0px;
}
.siteHeader nav.serviceMenu ul li:last-of-type {
  border-bottom: 1px #1c5a7d solid;
}
.siteHeader .topMenu {
  display: none;
}
.siteHeader .topMenu .topMenuWrap .headerBBLWrap {
  display: none;
}
.siteHeader .topMenu .topMenuWrap nav ul {
  background: #1c5a7d;
}
.siteHeader .topMenu .topMenuWrap nav ul li {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px #1c5a7d solid;
}
.siteHeader .topMenu .topMenuWrap nav ul li:last-of-type {
  border-bottom: none;
}
.siteHeader .topMenu .topMenuWrap nav ul li a {
  display: block;
  line-height: 1;
  padding-top: 23px;
  padding-bottom: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.siteHeader .topMenu .topMenuWrap nav ul li a:after {
  font-family: "fontawesome";
  line-height: 10px;
  color: #fff;
  font-size: 20px;
  padding: 0px;
  float: right;
}
.siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children a:after {
  content: "\f107";
  color: #fff;
}
.siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children .upArrow:after {
  content: "\f106";
}
.siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children ul {
  display: none;
}
.siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children ul li {
  border-bottom: none;
  background: #fff;
}
.siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children ul li a {
  padding-left: 1em;
  color: #2c2c2c;
  font-weight: 400;
}
.siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children ul li:hover, .siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children ul li:focus {
  background: #eeeeee;
}
.siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children ul li:hover a, .siteHeader .topMenu .topMenuWrap nav ul li.menu-item-has-children ul li:focus a {
  color: #00add8;
}

.searchBtn, .searchDesktop {
  position: fixed;
  top: 10px;
  right: 65px;
  left: auto;
  z-index: 10000;
  padding: 0px;
}
.searchBtn:after, .searchDesktop:after {
  content: "\f002";
  font-size: 20px;
  padding: 9px;
  font-family: "fontawesome";
  color: #1c5a7d;
  position: absolute;
  right: 0;
  top: 0px;
  line-height: 1;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.phoneIcon {
  position: fixed;
  top: 10px;
  right: 116px;
  left: auto;
  z-index: 10000;
  padding: 0px;
}
.phoneIcon:after {
  content: "\f095";
  font-size: 20px;
  padding: 9px;
  font-family: "fontawesome";
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.searchBtn:after {
  color: #fff;
}

.mobBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  z-index: 1000;
  padding: 0px;
}
.mobBtn span {
  display: none;
}

#siteContent, #siteFooter {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.siteHeader:target {
  height: auto;
  max-height: 100%;
  z-index: 10001;
}
.siteHeader:target .serviceMenu, .siteHeader:target .topMenu {
  display: block;
}
.siteHeader:target .searchToggle {
  position: absolute;
}

#siteSearch {
  margin: 20px 0;
}

.searchBox {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #eeeeee;
  height: 250px;
  z-index: 20000;
  border-bottom: 3px solid #00add8;
}
.searchBox .brand {
  padding: 10px 0px 0px 10px;
}
.searchBox .brand a img {
  height: 40px;
  width: auto;
}
.searchBox .mobBtn {
  background: none;
  display: block;
  top: 10px;
  right: 10px;
}
.searchBox .mobBtn:after {
  content: "\f00d";
  background-color: #00add8;
  color: #fff;
  font-size: 20px;
  min-width: 23px;
  text-align: center;
  padding: 0px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
}
.searchBox #siteSearch {
  margin-top: 50px;
  padding: 0px 1em;
}
.searchBox #siteSearch .search-field {
  background: none;
  border: none;
  border-bottom: 1px solid #1c5a7d;
  color: #1c5a7d;
  padding: 0px;
  padding-bottom: 20px;
  padding-right: 40px;
  font-size: 21px;
  font-weight: 600;
  border-radius: 0;
  -webkit-appearance: none;
  height: auto;
}
.searchBox #siteSearch .search-field::placeholder {
  color: #1c5a7d;
  font-size: 21px;
  font-weight: 600;
  opacity: 0.4;
}
.searchBox #siteSearch button {
  color: #1c5a7d;
  opacity: 0.4;
  width: 64px;
  font-size: 35px;
  height: auto;
  top: -15px;
}

.phoneIconNumber {
  display: none;
}

#mobHeader, #mobHeaderStay {
  background: #1c5a7d;
}
#mobHeader img, #mobHeaderStay img {
  margin: 10px;
  width: auto;
  height: 40px;
  display: inline-block;
}
#mobHeader .sticky .phoneIconNumber, #mobHeader .sticky .phoneIcon:after, #mobHeader .sticky .searchBtn:after, #mobHeader .sticky .searchMenu:after, #mobHeaderStay .sticky .phoneIconNumber, #mobHeaderStay .sticky .phoneIcon:after, #mobHeaderStay .sticky .searchBtn:after, #mobHeaderStay .sticky .searchMenu:after {
  color: #1c5a7d;
  background: transparent;
  border: 1px solid #e0e0e0;
}
#mobHeader .sticky .whitelogo, #mobHeaderStay .sticky .whitelogo {
  display: inline-block;
}
#mobHeader .sticky .normalLogo, #mobHeaderStay .sticky .normalLogo {
  display: none;
}

#mobHeader {
  display: none;
  height: 60px;
  animation: fadeIn 0.1s;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #fff;
  z-index: 999;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: 0.25s;
}
#mobHeader .searchBtn:after {
  color: #fff;
}

.hideCTA {
  display: none;
}

.homeCTA {
  overflow: hidden;
}
.homeCTA h1:before {
  display: none;
}
.homeCTA h2:before {
  display: none;
}
.homeCTA .downBtn {
  display: none;
}
.homeCTA .outlineBtn {
  margin-right: 0px;
}
.homeCTA .homeCTA-header {
  padding: 25px 10px;
}
.homeCTA .homeCTA-header h1 {
  font-size: 25px;
}

.featuredReviews {
  padding-top: 70px;
}
.featuredReviews .featuredReviewsLogos {
  margin-bottom: 10px;
  padding-top: 20px;
}
.featuredReviews .featuredReviewsLogos img {
  width: 35px;
  display: inline-bloxk;
}
.featuredReviews .featuredReviewsLogos img:first-of-type {
  margin-right: 10px;
}
.featuredReviews .material-icons {
  color: #fbbc04;
  font-size: 28px;
}
.featuredReviews .arrowLink {
  text-align: center;
  display: block;
  margin-top: 5px;
  color: #fff !important;
}

.pageSectionReviewCta {
  background: #1c5a7d;
  overflow: hidden;
}
.pageSectionReviewCta .wrap .serviceReviewCta {
  clear: both;
  text-align: center;
  padding: 40px 10px;
  overflow: hidden;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .slick-slide {
  display: inline-block;
  padding: 0px 10px;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview {
  width: 48.83721%;
  float: left;
  margin-right: 2.32558%;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview:nth-child(even) {
  width: 48.83721%;
  float: right;
  margin-right: 0;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview .reviewStars span {
  color: #fbbc04;
  font-size: 24px;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview .fourStarReview span:last-of-type {
  color: #eeeeee;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview .fourStarReview .threeStarReview span:last-of-type, .pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview .fourStarReview .threeStarReview span:nth-last-child(2) {
  color: #eeeeee;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview .reviewText {
  color: #fff;
  font-style: italic;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 12px;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaLink {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaLink img {
  width: 20px;
  margin-right: 5px;
  margin-bottom: -4px;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaLink .serviceCtaReviewButton {
  color: #fff !important;
  margin-top: 15px;
  display: inline-block;
  vertical-align: bottom;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaLink span {
  color: #fff;
}
.pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaLink .arrowLink {
  display: block;
}
.pageSectionReviewCta .wrap .serviceReviewCta .slick-slide {
  vertical-align: top;
}

.homeCTA, .pageCTA {
  background: #1c5a7d;
}
.homeCTA:before, .homeCTA:after, .pageCTA:before, .pageCTA:after {
  content: "";
  display: table;
}
.homeCTA:after, .pageCTA:after {
  clear: both;
}
.homeCTA header, .pageCTA header {
  padding: 1em;
  text-align: center;
}
.homeCTA header:before, .homeCTA header:after, .pageCTA header:before, .pageCTA header:after {
  content: "";
  display: table;
}
.homeCTA header:after, .pageCTA header:after {
  clear: both;
}
.homeCTA header .subheader, .pageCTA header .subheader {
  margin-top: 0px;
}
.homeCTA header .subheader:before, .pageCTA header .subheader:before {
  background: #fff;
}
.homeCTA header:before, .pageCTA header:before {
  display: none;
}
.homeCTA header h1, .homeCTA header h2, .pageCTA header h1, .pageCTA header h2 {
  color: #fff;
}
.homeCTA header h2, .pageCTA header h2 {
  font-weight: 600;
}
.homeCTA header form, .pageCTA header form {
  width: 100%;
  float: right;
  margin-right: 0;
}
.homeCTA header .outlineBtn, .pageCTA header .outlineBtn {
  padding: 1em 0;
  width: 47.61905%;
  float: left;
  margin-right: 4.7619%;
  margin-bottom: 1.5em;
}
.homeCTA header .whiteBtn, .pageCTA header .whiteBtn {
  width: 47.61905%;
  float: right;
  margin-right: 0;
  padding: 1em 0.5em 1em 0;
}
.homeCTA header .lastBtn, .pageCTA header .lastBtn {
  width: 47.61905%;
  float: right;
  margin-right: 0;
}
.homeCTA header .contactMethodsOffline, .pageCTA header .contactMethodsOffline {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.homeCTA header .contactMethodsOffline .whiteBtn, .homeCTA header .contactMethodsOffline .outlineBtn, .pageCTA header .contactMethodsOffline .whiteBtn, .pageCTA header .contactMethodsOffline .outlineBtn {
  display: block;
}
.homeCTA header .contactMethodsOffline .contactScheduleCall, .pageCTA header .contactMethodsOffline .contactScheduleCall {
  display: none;
}
.homeCTA header .points p, .pageCTA header .points p {
  display: block;
  color: #fff;
  position: relative;
  text-align: center;
  height: 60px;
  margin-bottom: 0;
  font-size: 17px;
}
.homeCTA header .points p:before, .pageCTA header .points p:before {
  display: block;
  font-family: "fontawesome";
  content: "\f00c";
  color: #fff;
  font-size: 1.85em;
  line-height: 1.15;
}
.homeCTA header .points p u, .pageCTA header .points p u {
  color: #fff;
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dotted #fff;
}
.homeCTA header .points p u:before, .pageCTA header .points p u:before {
  left: auto;
  top: 10px;
  right: -20px;
}
.homeCTA header .points p u .tooltip, .pageCTA header .points p u .tooltip {
  margin: 0px auto;
  left: auto;
  right: auto;
}
.homeCTA header .points p u .tooltip .toolTipLink, .pageCTA header .points p u .tooltip .toolTipLink {
  text-decoration: underline;
  display: inline;
}
.homeCTA header .points p u .tooltip .toolTipLink:hover, .pageCTA header .points p u .tooltip .toolTipLink:hover {
  cursor: pointer;
}
.homeCTA header .points p u .tooltip .tooltip-arrow, .pageCTA header .points p u .tooltip .tooltip-arrow {
  margin: 0px auto;
  left: 0px;
  right: 0px;
}
.homeCTA header .points p:last-of-type, .pageCTA header .points p:last-of-type {
  margin-bottom: 0px;
}
.homeCTA header .points p .quoteBtn, .pageCTA header .points p .quoteBtn {
  color: #fff;
}
.homeCTA header h2 span, .pageCTA header h2 span {
  font-size: 17px;
}

.pageCTA.default {
  background-color: #00add8;
}
.pageCTA.cvl {
  background-color: #4f738a;
}
.pageCTA.admin {
  background-color: #0082a2;
}
.pageCTA.cva {
  background-color: #644b60;
}
.pageCTA.wind {
  background-color: #d64c01;
}
.pageCTA.hmrc {
  background-color: #ef8e23;
}
.pageCTA.mvl {
  background-color: #4f9887;
}
.pageCTA.wrong {
  background-color: #4f738a;
}
.pageCTA header {
  text-align: left;
  background: none;
  padding: 40px 10px;
}
.pageCTA header h1 {
  font-size: 1.6em;
  margin-bottom: 25px;
  font-weight: 600;
}
.pageCTA header .outlineBtn {
  text-align: center;
}
.pageCTA header form {
  border: none;
  background: #fff;
  padding: 2em;
  margin: 0;
  margin-top: 25px;
}
.pageCTA header form .blueBtn {
  display: block;
  margin: 0px auto;
}
.pageCTA header form .wpcf7-spinner {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
}
.pageCTA header form .select:after {
  color: #2c2c2c;
}
.pageCTA header form .select select {
  border: none;
  color: #2c2c2c;
  border: 1px solid #00add8;
  padding: 7px;
}
.pageCTA header form .select:first-of-type {
  margin-bottom: 28px;
}
.pageCTA header form .select .wpcf7-not-valid-tip {
  right: 30px;
}
.pageCTA header .points p {
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  height: 60px;
  text-align: center;
}
.pageCTA header .points p:before {
  left: 15px;
  line-height: 60px;
  position: absolute;
}
.pageCTA header .points p a {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  line-height: 1.25;
}
.pageCTA .serviceBullets {
  display: block;
}
.pageCTA .serviceBullets h2 {
  line-height: 1;
  margin-bottom: 15px;
}
.pageCTA .serviceBullets h2:before {
  display: none;
}
.pageCTA .serviceBullets p, .pageCTA .serviceBullets li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.pageCTA .serviceBullets p a, .pageCTA .serviceBullets li a {
  font-weight: 600;
}
.pageCTA .serviceBullets ul {
  margin-top: 0px;
  margin-bottom: 25px;
}
.pageCTA .serviceBullets ul li {
  margin-left: 2.5em;
  position: relative;
}
.pageCTA .serviceBullets ul li:before {
  position: absolute;
  line-height: 1;
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 1.5em;
  left: -1.75em;
  color: #fff;
}
.pageCTA .serviceBullets ul li:last-of-type {
  margin-bottom: 0px;
}
.pageCTA .serviceBullets p {
  line-height: 1.5;
}
.pageCTA .serviceBullets .phoneAndChat {
  display: none;
}
.pageCTA .serviceBullets .ctaContactWrap {
  display: none;
}
.pageCTA .serviceBullets .ctaContactWrap .ctaContact {
  width: 55%;
  display: inline-block;
}
.pageCTA .serviceBullets .ctaContactWrap .ctaContact:before {
  content: "\f095";
  font-size: 25px;
  padding: 9px;
  font-family: "fontawesome";
  color: #1c5a7d;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  float: left;
  line-height: 32px;
}
.pageCTA .serviceBullets .ctaContactWrap .ctaContact p {
  margin-left: 8px;
  display: inline-block;
  margin-bottom: 0px;
}
.pageCTA .serviceBullets .ctaContactWrap .ctaContact a {
  display: inline-block;
  margin-left: 8px;
  text-decoration: none;
}
.pageCTA .serviceBullets .ctaContactWrap .ctaChat {
  width: 43%;
}
.pageCTA .serviceBullets .ctaContactWrap .ctaChat:before {
  content: "\f086";
}
.pageCTA .serviceBullets .ctaContactWrap .ctaCall {
  display: none;
}
.pageCTA .serviceBullets .ctaContactWrap .ctaCall:before {
  content: "\f274";
  padding: 9px 8px 9px 10px;
}
@media screen and (min-width: 1250px) {
  .pageCTA .serviceBullets .ctaContactWrap .ctaContact {
    width: 47%;
  }
}
.pageCTA .serviceBullets .noVid {
  display: none !important;
}
.pageCTA .serviceBullets .ctaVideo {
  display: none;
  background: #fff;
  margin-bottom: 25px;
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 0px;
}
.pageCTA .serviceBullets .ctaVideo:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.18), 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 0 20px 4px rgba(0, 0, 0, 0.16);
}
.pageCTA .serviceBullets .ctaVideo img {
  width: 5.71429%;
  float: left;
  margin-right: 0.57143%;
  width: 120px;
}
.pageCTA .serviceBullets .ctaVideo span {
  width: 56%;
  float: left;
  margin-right: 0.57143%;
  text-align: center;
  line-height: 67px;
  color: #1c5a7d;
  font-weight: 800;
}
.pageCTA .serviceBullets .ctaVideo .ctaPlayBtn {
  position: absolute;
  left: 38px;
  line-height: 67px;
}
.pageCTA .serviceBullets .ctaVideo .ctaPlayBtn:after {
  content: "\f04b";
  font-family: "fontawesome";
  color: #fff;
  padding: 10px 12px;
  border-radius: 50%;
  font-size: 30px;
}
@media screen and (min-width: 370px) {
  .pageCTA .serviceBullets .ctaVideo span {
    width: 49.71429%;
    float: left;
    margin-right: 0.57143%;
  }
  .pageCTA .serviceBullets .ctaVideo .ctaPlayBtn {
    position: initial;
    width: 5.71429%;
    float: right;
    margin-right: 0;
    width: 14%;
  }
  .pageCTA .serviceBullets .ctaVideo .ctaPlayBtn:after {
    background: #00add8;
    padding: 10px 12px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    font-size: 16px;
  }
  .pageCTA .serviceBullets .ctaVideo .ctaPlayBtn:hover:after {
    background-color: #0099bf;
  }
}
.pageCTA .serviceBullets .ctaVidWrap {
  position: relative;
  height: auto;
  margin-bottom: 20px;
}
.pageCTA .serviceBullets .ctaVidWrap .ctaVid {
  display: block;
  width: 100%;
  margin-top: 35px;
  border: 3px solid #fff;
}
.pageCTA .serviceBullets .ctaVidWrap .ctaVid .video-container {
  width: 100%;
  margin: 0px !important;
  padding-top: 4px !important;
  padding-bottom: 55.25% !important;
}
.pageCTA .serviceBullets .ctaVidWrap .ctaVid .video-container iFrame {
  margin-left: -1px;
}
.pageCTA .serviceBullets .vidActive {
  height: auto;
}
.pageCTA .basicCTA {
  background-color: #1c5a7d;
}
.pageCTA .basicCTA header {
  padding: 2em 1em;
}
.pageCTA .basicCTA header h1, .pageCTA .basicCTA header h2 {
  color: #fff;
  margin-bottom: 5px;
}
.pageCTA .CTABtns {
  margin-bottom: 25px;
  display: block;
}
.pageCTA .CTABtns:before, .pageCTA .CTABtns:after {
  content: "";
  display: table;
}
.pageCTA .CTABtns:after {
  clear: both;
}
.pageCTA .CTABtns .outlineBtn {
  margin-bottom: 0px;
  color: #fff;
}
.pageCTA .CTABtns .last {
  width: 47.61905%;
  float: right;
  margin-right: 0;
}

.formLogoWrap {
  display: none;
  position: relative;
  border-bottom: 0px;
  margin-left: 0px;
  background: #eeeeee;
  padding: 15px 43px;
  margin-top: 25px;
}
.formLogoWrap:before {
  right: 25px;
  left: auto;
  top: 15px;
}
.formLogoWrap picture img {
  width: 100%;
}

.mobileFormLogo {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slideWrap {
  position: relative;
  margin-bottom: 15px;
}
.slideWrap [data-name="debtText"], .slideWrap [data-name="assetText"], .slideWrap [data-name="creditorText"], .slideWrap [data-name="balanceText"] {
  position: absolute;
  right: 0px;
  display: inline-block;
  float: none;
  top: -8px;
  width: 40%;
}
.slideWrap [data-name="debtText"] .slideVal, .slideWrap [data-name="assetText"] .slideVal, .slideWrap [data-name="creditorText"] .slideVal, .slideWrap [data-name="balanceText"] .slideVal {
  text-align: right;
  background: transparent;
}

@media only screen and (min-width: 768px) {
  .phoneIconNumber {
    position: fixed;
    display: block;
    right: 213px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    top: 51px;
    z-index: 10000;
  }

  .phoneIcon {
    right: 355px;
    top: 13px;
  }
  .phoneIcon:after {
    padding-top: 10px;
    padding-bottom: 8px;
  }

  .mobBtn {
    padding: 1.1em 3em 1.1em 1em;
    top: 7px;
  }
  .mobBtn span {
    display: block;
  }

  .searchBtn {
    right: 150px;
    top: 10px;
  }

  .searchBtnWhite {
    right: 70px;
  }

  .searchDesktop {
    right: 150px;
    top: 10px;
  }

  .homeCTA .downBtn {
    display: inline-block;
    border-radius: 2.4rem;
  }

  .homeCTA .serviceBullets p, .pageCTA .serviceBullets p {
    display: block;
  }
  .homeCTA .serviceBullets p a, .pageCTA .serviceBullets p a {
    color: #fff;
  }
  .homeCTA header, .pageCTA header {
    padding: 6em 2em;
  }
  .homeCTA header h1, .pageCTA header h1 {
    font-size: 3em;
    margin-top: 0;
  }
  .homeCTA header .outlineBtn, .homeCTA header .whiteBtn, .pageCTA header .outlineBtn, .pageCTA header .whiteBtn {
    display: none;
  }
  .homeCTA header .contactMethods, .pageCTA header .contactMethods {
    display: block;
  }
  .homeCTA header .contactMethods:before, .homeCTA header .contactMethods:after, .pageCTA header .contactMethods:before, .pageCTA header .contactMethods:after {
    content: "";
    display: table;
  }
  .homeCTA header .contactMethods:after, .pageCTA header .contactMethods:after {
    clear: both;
  }
  .homeCTA header .contactMethods a, .pageCTA header .contactMethods a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    margin-bottom: 2em;
    text-align: center;
  }
  .homeCTA header .contactMethods a i, .pageCTA header .contactMethods a i {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50%;
    width: 70px;
    line-height: 70px;
    margin-bottom: 0.25em;
    font-size: 1.9em;
  }
  .homeCTA header .contactMethods a span, .pageCTA header .contactMethods a span {
    display: block;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
  }
  .homeCTA header .contactMethods a span.bigTxt, .pageCTA header .contactMethods a span.bigTxt {
    font-size: 28px;
  }
  .homeCTA header .contactMethods .homeMessage, .pageCTA header .contactMethods .homeMessage {
    display: none;
  }
  .homeCTA header .points:before, .homeCTA header .points:after, .pageCTA header .points:before, .pageCTA header .points:after {
    content: "";
    display: table;
  }
  .homeCTA header .points:after, .pageCTA header .points:after {
    clear: both;
  }
  .homeCTA header .points p, .pageCTA header .points p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.66667%;
    padding-right: 1.66667%;
    line-height: 1.15;
  }
  .homeCTA header .points p a, .pageCTA header .points p a {
    font-size: 1.15em;
    cursor: default;
  }
  .homeCTA header .blueBtn, .pageCTA header .blueBtn {
    margin: 0 auto 0.67em;
  }

  .pageCTA header {
    padding: 2em;
  }
  .pageCTA header h1 {
    font-size: 2em;
  }
  .pageCTA header .points {
    margin: 0;
    margin-bottom: -25px;
    border: 1px solid #fff;
  }
  .pageCTA header .points p {
    margin: 0;
    background: none;
    border-right: 1px solid #fff;
    font-size: 0.9em;
  }
  .pageCTA header .points p:last-of-type {
    border-right: none;
  }
  .pageCTA header .points p a {
    font-size: 1em;
  }
  .pageCTA header .points p:last-of-type {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: right;
    padding-left: 0.98039%;
    padding-right: 0.98039%;
  }
  .pageCTA header form {
    display: block;
    margin-top: 0px;
  }
  .pageCTA header form:before, .pageCTA header form:after {
    content: "";
    display: table;
  }
  .pageCTA header form:after {
    clear: both;
  }
  .pageCTA header form fieldset {
    width: 47.61905%;
    float: left;
    margin-right: 4.7619%;
  }
  .pageCTA header form fieldset.last {
    width: 47.61905%;
    float: right;
    margin-right: 0;
    margin-top: 27px;
  }
  .pageCTA header form fieldset.noSlider {
    margin-top: 0px;
  }
  .pageCTA header form .wpcf7-validation-errors, .pageCTA header form .wpcf7-mail-sent-ok {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  .pageCTA .CTABtns {
    display: none;
  }

  .formLogoWrap {
    display: inline-block;
    max-width: 304px;
  }

  .mobileFormLogo {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  #siteContent {
    padding-top: 0px;
  }

  .headerPlaceholder {
    display: none;
  }

  .mobBtn {
    padding: 12px 3em 12px 10px;
    top: 12px;
  }

  .siteHeader {
    height: auto;
  }
  .siteHeader .wrap .theBrand {
    position: relative;
  }
  .siteHeader .wrap .serviceMenu {
    display: block;
  }

  .homeCTA {
    position: relative;
    height: 580px;
    display: block;
  }
  .homeCTA video, .homeCTA .homeCTA-header {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    transition: 1s opacity;
  }
  .homeCTA .homeCTA-header {
    height: 580px;
    padding: 0 3em;
    background: rgba(44, 44, 44, 0.5);
  }
  .homeCTA .homeCTA-header .wrap {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homeCTA .homeCTA-header h2 span {
    font-size: 20px;
  }

  .pageCTA header {
    padding: 3em 2em;
  }
  .pageCTA header .wrap > h2 {
    display: none;
  }
  .pageCTA header .wrap h1 {
    margin-bottom: 45px;
  }
  .pageCTA header .wrap form {
    margin-top: 0px;
  }
  .pageCTA header .wrap form .blueBtn {
    float: right;
  }
  .pageCTA .homeCTA-header .serviceBullets .ctaVidWrap {
    margin-top: 35px;
    margin-bottom: 35px;
    height: 70px;
  }
  .pageCTA .homeCTA-header .serviceBullets .ctaVidWrap .ctaVideo {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
  }
  .pageCTA .homeCTA-header .serviceBullets .ctaVidWrap .ctaVideo span {
    width: 44.97143%;
    margin-right: 0px;
  }
  .pageCTA .homeCTA-header .serviceBullets .ctaVidWrap .ctaVideo .ctaPlayBtn:after {
    width: 14%;
  }
  .pageCTA .homeCTA-header .serviceBullets .ctaVidWrap .ctaVid {
    display: none;
  }
  .pageCTA .homeCTA-header .serviceBullets .vidActive {
    height: 100%;
  }

  .formLogoWrap {
    max-width: 296px;
  }

  .pageSectionReviewCta .wrap .serviceReviewCta {
    padding-bottom: 50px;
    padding-top: 100px;
  }
  .pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview {
    width: 23.25581%;
    float: left;
    margin-right: 2.32558%;
  }
  .pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview:nth-child(even) {
    width: 23.25581%;
    float: left;
    margin-right: 2.32558%;
  }
  .pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview:last-of-type {
    width: 23.25581%;
    float: right;
    margin-right: 0;
  }
  .pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaWrap .googleReview .reviewText {
    -webkit-line-clamp: 5;
    /* number of lines to show */
    line-clamp: 5;
    font-size: 16px;
    line-height: 22px;
  }
  .pageSectionReviewCta .wrap .serviceReviewCta .serviceReviewCtaLink {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1028px) {
  .headerWarning {
    display: block;
  }
  .headerWarning .wrap {
    padding-bottom: 0px !important;
    border: none !important;
    max-width: 1200px !important;
    padding: 0px !important;
  }
  .headerWarning .wrap p {
    padding: 10px 22px;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .headerWarning .wrap p strong {
    font-size: 14px;
  }
  .headerWarning .wrap p:before {
    width: 28px;
    height: 26px;
    top: 10px;
    background-position-x: left;
    padding: 0px;
    background-size: cover;
    margin: 0px;
    padding: 0px;
  }

  .mobHeaderWarning {
    display: none !important;
  }

  /********************************************
  COMMON SITE STYLES
  ********************************************/
  #siteWrapper {
    overflow-y: hidden;
  }

  .wrap {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
  }

  .headerPlaceholder {
    height: 261px !important;
    display: block;
    background-color: #1c5a7d;
  }

  .searchBox {
    height: 370px;
  }
  .searchBox .wrap {
    position: relative;
  }
  .searchBox .wrap .brand {
    padding-top: 63px;
    padding-left: 0px;
  }
  .searchBox .wrap .brand a img {
    width: 115px;
    height: auto;
  }
  .searchBox .wrap .mobBtn {
    position: static;
    padding: 0px;
  }
  .searchBox .wrap .mobBtn:after {
    padding: 0px;
    top: 68px;
    padding: 0px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    font-size: 25px;
  }
  .searchBox .wrap .mobBtn:hover:after, .searchBox .wrap .mobBtn:focus:after {
    background-color: #0099bf;
  }
  .searchBox .wrap .siteSearch {
    padding: 0px;
    margin-top: 75px;
  }
  .searchBox .wrap .siteSearch button {
    padding: 0px;
    width: auto;
  }

  .siteHeader {
    position: fixed;
    width: 100%;
    overflow: visible;
    background: #fff;
    max-height: 100%;
  }
  .siteHeader .brand, .siteHeader .contact {
    padding: 1em;
    height: auto;
    background: none;
  }
  .siteHeader .brand img, .siteHeader .contact img {
    width: 50%;
    height: auto;
    margin-bottom: 0.75em;
  }
  .siteHeader .wrap {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 40px;
    border-bottom: solid 7px #00add8;
  }
  .siteHeader .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  .siteHeader .wrap .topMenu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fafafa;
    height: 36px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    height: auto;
    z-index: 101;
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .topMenu {
    padding: 0px;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .topMenu .topMenuWrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap {
    width: 23%;
    display: inline-block;
    padding-top: 6px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap {
    width: 30%;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .headerRing {
    height: 16px;
    width: 16px;
    top: 0px;
    border: 2px solid red;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -3px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .headerRing {
    height: 18px;
    width: 18px;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .headerRing .headerDot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    animation: dot 2s infinite;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .headerRing .headerDot {
    height: 10px;
    width: 10px;
  }
}
@media only screen and (min-width: 1028px) {
  @keyframes dot {
    0%, 100% {
      background-color: red;
    }
    50% {
      background-color: #ffb3b3;
    }
  }
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .arrowLink {
    display: inline-block;
    color: #2c2c2c !important;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .arrowLink {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .arrowLink:after {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .arrowLink:after {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .topMenu .topMenuWrap .headerBBLWrap .arrowLink:hover {
    color: #2c2c2c !important;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav {
    width: 77%;
    float: right;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .topMenu .topMenuWrap nav {
    width: 70%;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .topMenu .topMenuWrap nav ul {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    text-align: right;
    background: #fafafa;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li {
    border: none;
    border-right: 1px solid #eeeeee;
    display: inline-block;
    line-height: 1;
    padding: 0;
    background: #fafafa;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li:first-of-type {
    border-left: 1px solid #eeeeee;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li a {
    line-height: 1;
    color: #2c2c2c;
    font-size: 12px;
    padding: 1em 0.75em;
    display: block;
    font-weight: 400;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li a {
    padding: 1em;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li a:hover, .siteHeader .wrap .topMenu .topMenuWrap nav ul li a:active {
    background: #e6e6e6;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li a:after {
    content: "";
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children {
    position: relative;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children a {
    padding-right: 2.5em;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children a:after {
    color: #2c2c2c;
    line-height: 38px;
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 1em;
    content: "\f107";
    font-family: 'FontAwesome';
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 35px;
    width: 308px;
    background: #fff;
    padding: 0;
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    z-index: 10001;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children .sub-menu li {
    border: none;
    border-top: 1px solid #e0e0e0;
    background: #fafafa;
    display: block;
    height: 40px;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children .sub-menu li a {
    padding: 1em;
    text-align: left;
    line-height: 1.15;
    height: 100%;
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children .sub-menu li a:after {
    content: "";
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children:hover, .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children:active, .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-childrenfocus {
    background: #eeeeee;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children:hover a:after, .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children:active a:after, .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-childrenfocus a:after {
    content: "\f106";
  }
  .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children:hover .sub-menu, .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-children:active .sub-menu, .siteHeader .wrap .topMenu .topMenuWrap nav ul li.menu-item-has-childrenfocus .sub-menu {
    display: block;
  }
  .siteHeader .wrap .serviceMenu {
    position: absolute;
    top: auto;
    bottom: -7px;
    left: 0;
    right: 0;
    max-width: 1028px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item {
    background: #1c5a7d;
  }
  .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item:hover, .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item:focus {
    background: #174b68;
  }
  .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item a {
    color: #fff;
  }
  .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item a:after {
    color: #fff;
  }
  .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item .sub-menu li {
    background: #fff;
  }
  .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item .sub-menu li:hover, .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item .sub-menu li:focus {
    background: #eeeeee;
  }
  .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item .sub-menu li:hover a, .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item .sub-menu li:focus a {
    color: #00add8;
  }
  .siteHeader .wrap .serviceMenu > #menu-service-menu > .current-menu-item .sub-menu li a {
    color: #2c2c2c;
  }
  .siteHeader .wrap .serviceMenu li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    height: 40px;
    text-align: center;
    background: none;
    transition: background 0.15s;
    border-bottom: none;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .serviceMenu li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .serviceMenu li.default {
    background-color: #00add8;
  }
  .siteHeader .wrap .serviceMenu li.default:hover, .siteHeader .wrap .serviceMenu li.default:focus {
    background-color: #0099bf;
  }
  .siteHeader .wrap .serviceMenu li.cvl {
    background-color: #4f738a;
  }
  .siteHeader .wrap .serviceMenu li.cvl:hover, .siteHeader .wrap .serviceMenu li.cvl:focus {
    background-color: #46657a;
  }
  .siteHeader .wrap .serviceMenu li.admin {
    background-color: #0082a2;
  }
  .siteHeader .wrap .serviceMenu li.admin:hover, .siteHeader .wrap .serviceMenu li.admin:focus {
    background-color: #006e89;
  }
  .siteHeader .wrap .serviceMenu li.cva {
    background-color: #644b60;
  }
  .siteHeader .wrap .serviceMenu li.cva:hover, .siteHeader .wrap .serviceMenu li.cva:focus {
    background-color: #554052;
  }
  .siteHeader .wrap .serviceMenu li.wind {
    background-color: #d64c01;
  }
  .siteHeader .wrap .serviceMenu li.wind:hover, .siteHeader .wrap .serviceMenu li.wind:focus {
    background-color: #bd4301;
  }
  .siteHeader .wrap .serviceMenu li.hmrc {
    background-color: #ef8e23;
  }
  .siteHeader .wrap .serviceMenu li.hmrc:hover, .siteHeader .wrap .serviceMenu li.hmrc:focus {
    background-color: #e88211;
  }
  .siteHeader .wrap .serviceMenu li.mvl {
    background-color: #4f9887;
  }
  .siteHeader .wrap .serviceMenu li.mvl:hover, .siteHeader .wrap .serviceMenu li.mvl:focus {
    background-color: #468778;
  }
  .siteHeader .wrap .serviceMenu li.wrong {
    background-color: #4f738a;
  }
  .siteHeader .wrap .serviceMenu li.wrong:hover, .siteHeader .wrap .serviceMenu li.wrong:focus {
    background-color: #46657a;
  }
  .siteHeader .wrap .serviceMenu li:hover.menu-item-has-children, .siteHeader .wrap .serviceMenu li:focus.menu-item-has-children {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .siteHeader .wrap .serviceMenu li:hover.menu-item-has-children a:after, .siteHeader .wrap .serviceMenu li:focus.menu-item-has-children a:after {
    color: #fff;
    content: "\f106";
  }
  .siteHeader .wrap .serviceMenu li:hover.menu-item-has-children .sub-menu li a:after, .siteHeader .wrap .serviceMenu li:focus.menu-item-has-children .sub-menu li a:after {
    content: "";
  }
  .siteHeader .wrap .serviceMenu li:hover a, .siteHeader .wrap .serviceMenu li:focus a {
    color: #fff;
  }
  .siteHeader .wrap .serviceMenu li a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.875em;
    padding: 0 1em;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    height: 100%;
  }
  .siteHeader .wrap .serviceMenu li a:after {
    content: "";
  }
  .siteHeader .wrap .serviceMenu li:last-of-type {
    border-bottom: none;
  }
  .siteHeader .wrap .serviceMenu li .sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    width: 150%;
    background: #fff;
    padding: 0;
    z-index: 1000000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition-delay: 0.15s;
  }
  .siteHeader .wrap .serviceMenu li .sub-menu li {
    display: block;
    width: 100%;
    border-top: 1px solid #e0e0e0;
  }
  .siteHeader .wrap .serviceMenu li .sub-menu li a {
    color: #2c2c2c;
    text-align: left;
    height: 100%;
    line-height: 40px;
    font-weight: 600;
  }
  .siteHeader .wrap .serviceMenu li .sub-menu li a:after {
    content: "";
  }
  .siteHeader .wrap .serviceMenu li.menu-item-has-children:hover .sub-menu, .siteHeader .wrap .serviceMenu li.menu-item-has-children:active .sub-menu {
    display: block;
  }
  .siteHeader .wrap .serviceMenu li.menu-item-has-children a:after {
    color: #fff;
    float: none;
    font-size: 12px;
    margin-left: 10px;
  }
  .siteHeader .wrap .serviceMenu .hmrc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 17.22222%;
    float: left;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .serviceMenu .hmrc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .serviceMenu ul > .current-menu-ancestor {
    background: #1c5a7d;
    border-bottom: solid 7px #1c5a7d;
  }
  .siteHeader .wrap .serviceMenu ul > .current-menu-ancestor:hover, .siteHeader .wrap .serviceMenu ul > .current-menu-ancestor:focus {
    background: #1c5a7d;
  }
  .siteHeader .wrap .serviceMenu ul > .current-menu-ancestor a {
    color: #fff;
  }
  .siteHeader .wrap .serviceMenu ul > .current-menu-ancestor a:after {
    color: #fff;
  }
  .siteHeader .wrap .serviceMenu ul > .current-menu-ancestor .current-menu-ancestor {
    background: #fff;
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
  }
  .siteHeader .wrap .serviceMenu ul > .current-menu-ancestor .current-menu-ancestor:hover, .siteHeader .wrap .serviceMenu ul > .current-menu-ancestor .current-menu-ancestor:focus {
    background: #eeeeee;
  }
  .siteHeader .wrap .theBrand {
    width: 100%;
    max-width: 1028px;
    margin: 0 auto;
    padding-top: 3.5em;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .theBrand {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .theBrand:before, .siteHeader .wrap .theBrand:after {
    content: "";
    display: table;
  }
  .siteHeader .wrap .theBrand:after {
    clear: both;
  }
  .siteHeader .wrap .theBrand .brand {
    width: 14.83871%;
    float: left;
    margin-right: 0.64516%;
    border: none;
    padding-left: 0;
    padding-bottom: 7px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1100px) {
  .siteHeader .wrap .theBrand .brand {
    width: 14.83871%;
    float: left;
    margin-right: 0.64516%;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .theBrand .brand .whiteLogo {
    display: none;
  }
  .siteHeader .wrap .theBrand .brand .normalLogo {
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .theBrand .brand .normalLogo {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .theBrand .brand a img {
    width: 85%;
  }
  .siteHeader .wrap .theBrand .ads {
    width: 45.80645%;
    float: left;
    margin-right: 0.64516%;
    height: 60px;
    margin-top: 1.15em;
    display: block;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1150px) {
  .siteHeader .wrap .theBrand .ads {
    width: 49.67742%;
    float: left;
    margin-right: 0.64516%;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .theBrand .ads .alert {
    display: inline-block;
    height: 100%;
  }
  .siteHeader .wrap .theBrand .ads .alert span {
    font-size: 14px;
    display: inline-block;
  }
  .siteHeader .wrap .theBrand .ads .alert a {
    font-size: 14px;
    float: none;
    margin-left: 5px;
  }
  .siteHeader .wrap .theBrand .ads .blueBtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 158px;
    margin-top: 14px;
    float: none;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews {
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap {
    overflow: hidden;
    width: 265px;
    margin: 0px;
    float: left;
    display: inline-block;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap {
    background: #eeeeee;
    display: inline-block;
    border-radius: 5rem;
    padding: 5px;
    text-align: left;
    border-right: 6px solid #fff;
    position: relative;
    z-index: 1;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview img, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap img {
    height: 65px;
    display: inline-block;
    float: left;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .onScrollImg, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .onScrollImg {
    display: none;
    vertical-align: middle;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .nameStars, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .nameStars {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .nameStars h3, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .nameStars h3 {
    margin-top: 11px;
    margin-left: 2px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .nameStars .reviewStars span, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .nameStars .reviewStars span {
    display: inline-block;
    color: #fbbc04;
    margin-left: -4px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .nameStars .reviewStars span:first-of-type, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .nameStars .reviewStars span:first-of-type {
    margin-left: auto;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .headerReviewBtn, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .headerReviewBtn {
    display: inline-block;
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    width: 158px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .headerReviewBtn:after, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .headerReviewBtn:after {
    color: #00add8;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .material-icons, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .material-icons {
    background: white;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    font-size: 45px;
    line-height: 50px;
    display: inline-block;
    float: left;
    margin: 0px;
    color: #1c5a7d;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview .material-icons:after, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap .material-icons:after {
    content: "Est. 2001";
    font-size: 9px;
    display: block;
    line-height: 1;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .googleReview p, .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewWrap .estWrap p {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: right;
    width: 70%;
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewContact {
    display: none;
    background: #eeeeee;
    position: absolute;
    right: auto;
    left: 212px;
    top: 0px;
    padding: 16px;
    padding-left: 65px;
    border-radius: 0px 3rem 3rem 0px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewContact:before {
    content: "";
    width: 55px;
    height: 95px;
    background: #fff;
    border-radius: 0px 3rem 3rem 0px;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewContact a {
    display: inline-block;
    padding: 1em;
    width: auto;
    min-width: auto;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1200px) {
  .siteHeader .wrap .theBrand .ads .headerReviews .headerReviewContact {
    display: block;
  }
}
@media only screen and (min-width: 1028px) {
  .siteHeader .wrap .theBrand .ads .headerReviews .headerFeaturedReviews {
    display: inline-block;
    padding: 0px;
    float: right;
    width: 158px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerFeaturedReviews .featuredReviewsLogos {
    padding: 0px;
    margin-bottom: 0px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerFeaturedReviews .featuredReviewsLogos img {
    width: 22px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerFeaturedReviews span {
    display: inline-block;
    font-size: 22px;
  }
  .siteHeader .wrap .theBrand .ads .headerReviews .headerFeaturedReviews .arrowLink {
    color: #00add8 !important;
    padding-right: 16px;
    width: 100%;
    margin-top: -2px;
    font-size: 14px;
  }
  .siteHeader .wrap .theBrand .contact {
    width: 30.32258%;
    float: left;
    margin-right: 0.64516%;
    display: block;
    text-align: center;
    background: none;
    margin-right: 0px;
    padding-right: 0px;
    width: 28.32258%;
  }
  .siteHeader .wrap .theBrand .contact .tagline {
    color: #00add8;
    margin: 0;
    font-size: 14px;
    line-height: 1;
  }
  .siteHeader .wrap .theBrand .contact a {
    color: #1c5a7d;
    margin: 0;
  }
  .siteHeader .wrap .theBrand .contact a.phone, .siteHeader .wrap .theBrand .contact a.chat {
    font-size: 2.25em;
    margin: 0;
  }
  .siteHeader .wrap .theBrand .contact a.chat {
    font-size: 0.9em;
  }
  .siteHeader .wrap .theBrand .contact a.phone {
    display: block;
  }
  .siteHeader .wrap .theBrand .searchDesktop {
    width: 3.22581%;
    float: right;
    margin-right: 0;
    display: inline-block;
    position: relative;
    right: auto;
    top: 20px !important;
    background: #00add8;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
  }
  .siteHeader .wrap .theBrand .searchDesktop:hover, .siteHeader .wrap .theBrand .searchDesktop:focus {
    background-color: #0099bf;
  }
  .siteHeader .wrap .theBrand .searchDesktop:after {
    background: none;
    color: #fff;
    padding: 0px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
    position: relative;
    border: none;
  }
  .siteHeader .wrap .theBrand .phoneIcon {
    display: none;
  }
  .siteHeader .wrap .theBrand .phoneIconNumber {
    display: none;
  }

  .stickyHeader {
    position: fixed;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .stickyHeader .headerWarning {
    display: none;
  }
  .stickyHeader .wrap .theBrand {
    padding-top: 37px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .brand a .normalLogo {
    height: 51px;
    margin-bottom: 0px;
    width: auto;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .contact {
    padding: 0px;
    padding-top: 5px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .contact .phone {
    font-size: 30px !important;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .searchToggle {
    width: 40px;
    height: 40px;
    top: 10px;
    margin-top: 1px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .searchToggle:after {
    line-height: 40px;
    font-size: 18px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads {
    margin-top: 9px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .estWrap .material-icons {
    height: 53px;
    width: 53px;
    font-size: 40px;
    line-height: 45px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .estWrap .material-icons:after {
    font-size: 7px;
    line-height: 0.5;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .estWrap p {
    font-size: 13px;
    line-height: 16px;
    width: 73%;
    margin-top: 4px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .googleReview {
    padding-bottom: 4px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .googleReview img {
    height: 52px;
    display: none;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .googleReview .onScrollImg {
    display: inline-block;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .googleReview .nameStars {
    margin-right: 53px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .googleReview .nameStars h3 {
    margin-top: 8px;
    font-size: 14px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .googleReview .nameStars .reviewStars span {
    font-size: 18px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewWrap .googleReview .headerReviewBtn {
    margin-top: 5px;
    margin-right: 5px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewContact {
    padding: 10px;
    padding-left: 72px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .headerReviewContact:before {
    height: 85px;
    top: -12px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .featuredReviews {
    margin-top: 10px;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .headerReviews .featuredReviews .material-icons {
    display: none;
  }
  .stickyHeader .wrap .theBrand .btnWrapper .ads .blueBtn {
    margin-top: 0px;
  }

  .mobBtn {
    display: none;
  }

  .searchBtn {
    display: none;
  }

  #mobHeader {
    display: none;
  }

  #mobHeaderStay {
    display: none;
  }

  .homeCTA {
    overflow: hidden;
    height: 680px;
  }
  .homeCTA .homeCTA-header h1 {
    font-size: 35px;
  }
  .homeCTA .homeCTA-header h2 {
    font-size: 1.428em;
    margin: 44px 0;
    font-weight: 500;
  }
  .homeCTA .homeCTA-header h2 span {
    display: inline-block;
    position: relative;
  }
  .homeCTA .homeCTA-header h2 span:after, .homeCTA .homeCTA-header h2 span:before {
    right: 100%;
    margin-right: 15px;
    content: "";
    position: absolute;
    height: 0;
    border-top: 1px solid #00add8;
    top: 16px;
    width: 250px;
  }
  .homeCTA .homeCTA-header h2 span:after {
    left: 100%;
    margin-left: 15px;
  }
  .homeCTA .homeCTA-header .downBtn {
    padding: 1.25em 3em 1.25em 1.25em;
  }
  .homeCTA .homeCTA-header .downBtn:after {
    padding: 1.25em;
  }
  .homeCTA .contactMethods, .homeCTA .contactMethodsOffline
  .points {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .homeCTA .contactMethods:after, .homeCTA .contactMethodsOffline
  .points:after {
    content: " ";
    display: block;
    clear: both;
  }
  .homeCTA .contactMethods, .homeCTA .contactMethodsOffline {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .homeCTA .contactMethods:after, .homeCTA .contactMethodsOffline:after {
    content: " ";
    display: block;
    clear: both;
  }
  .homeCTA .contactMethods .whiteBtn, .homeCTA .contactMethods .outlineBtn, .homeCTA .contactMethodsOffline .whiteBtn, .homeCTA .contactMethodsOffline .outlineBtn {
    display: inline-block;
    font-size: 18px;
    width: 44%;
    margin-bottom: 0px;
  }
  .homeCTA .contactMethods .whiteBtn, .homeCTA .contactMethodsOffline .whiteBtn {
    float: right;
  }
  .homeCTA .contactMethods .whiteBtn:after, .homeCTA .contactMethodsOffline .whiteBtn:after {
    display: none;
  }

  .featuredReviewsLogo {
    padding-top: 0px;
  }

  .pageCTA .homeCTA-header {
    padding: 50px 0px 0px 0px;
  }
  .pageCTA .homeCTA-header .wrap h1 {
    font-size: 1.75em;
    line-height: 1.25;
    margin-bottom: 50px;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets {
    width: 36.75676%;
    float: left;
    margin-right: 2.16216%;
    display: block;
    padding-right: 10px;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets h2 {
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets p, .pageCTA .homeCTA-header .wrap .serviceBullets li {
    color: #fff;
    font-size: 16px;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets p a, .pageCTA .homeCTA-header .wrap .serviceBullets li a {
    font-weight: 600;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets ul {
    margin-top: 0.5em;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets ul li {
    margin: 0 0 1em 2.5em;
    position: relative;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets ul li:before {
    position: absolute;
    line-height: 1;
    font-family: 'FontAwesome';
    content: '\f00c';
    font-size: 1.5em;
    left: -1.75em;
    color: #fff;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets p {
    line-height: 1.5;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets .phoneAndChat {
    display: block;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets .ctaContactWrap {
    display: block;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets .ctaVideo span {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1250px) {
  .pageCTA .homeCTA-header .wrap .serviceBullets .ctaVideo span {
    width: 48.57143%;
    float: left;
    margin-right: 2.85714%;
  }
}
@media only screen and (min-width: 1028px) {
  .pageCTA .homeCTA-header .wrap .serviceBullets .ctaVideo .ctaPlayBtn:after {
    width: 16%;
  }
  .pageCTA .homeCTA-header .wrap .serviceBullets .ctaVidWrap {
    margin-bottom: 0px;
  }
  .pageCTA .homeCTA-header .wrap .points {
    margin: 0;
    width: 61.08108%;
    float: right;
    margin-right: 0;
    max-width: 672px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1200px) {
  .pageCTA .homeCTA-header .wrap .points {
    width: 65.94595%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1028px) {
  .pageCTA .homeCTA-header .wrap .points h2 span {
    font-size: 20px;
  }
  .pageCTA .homeCTA-header .wrap .points p a u {
    border: none;
    margin-left: -24px;
    padding-top: 0px;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    text-decoration: underline;
    text-decoration-style: dotted;
  }
  .pageCTA .homeCTA-header .wrap .points p a u:before {
    top: 5px;
    right: 5px;
  }
  .pageCTA .homeCTA-header .wrap form {
    width: 61.08108%;
    float: right;
    margin-right: 0;
    padding: 25px;
    max-width: 672px;
  }
}
@media only screen and (min-width: 1028px) and (min-width: 1200px) {
  .pageCTA .homeCTA-header .wrap form {
    width: 65.94595%;
    float: right;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1028px) {
  .pageCTA .homeCTA-header .wrap form fieldset:last-of-type {
    margin: 0px;
  }
  .pageCTA .homeCTA-header .wrap form .sliders .debtValue, .pageCTA .homeCTA-header .wrap form .sliders .assetValue, .pageCTA .homeCTA-header .wrap form .sliders .creditorValue, .pageCTA .homeCTA-header .wrap form .sliders .balanceValue {
    width: 70.56277%;
    float: left;
    margin-right: 3.0303%;
  }
  .pageCTA .homeCTA-header .wrap form .sliders .theSlider {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 20px;
    margin-top: 16px;
  }
  .pageCTA .homeCTA-header .wrap form .sliders .theSlider:first-of-type {
    margin-top: 0px;
  }
  .pageCTA .homeCTA-header .wrap form .sliders .slideWrap {
    height: 50px;
    margin-bottom: 25px;
  }
  .pageCTA .homeCTA-header .wrap form .sliders .slideWrap .theSlider .debtValue, .pageCTA .homeCTA-header .wrap form .sliders .slideWrap .theSlider .assetValue, .pageCTA .homeCTA-header .wrap form .sliders .slideWrap .theSlider .creditorValue, .pageCTA .homeCTA-header .wrap form .sliders .slideWrap .theSlider .balanceValue {
    width: 100%;
  }
  .pageCTA .homeCTA-header .wrap form .sliders .slideWrap [data-name="debtText"], .pageCTA .homeCTA-header .wrap form .sliders .slideWrap [data-name="assetText"], .pageCTA .homeCTA-header .wrap form .sliders .slideWrap [data-name="creditorText"], .pageCTA .homeCTA-header .wrap form .sliders .slideWrap [data-name="balanceText"] {
    width: 30%;
  }
  .pageCTA .homeCTA-header .wrap form .sliders .slideWrap [data-name="debtText"] input[type="text"], .pageCTA .homeCTA-header .wrap form .sliders .slideWrap [data-name="assetText"] input[type="text"], .pageCTA .homeCTA-header .wrap form .sliders .slideWrap [data-name="creditorText"] input[type="text"], .pageCTA .homeCTA-header .wrap form .sliders .slideWrap [data-name="balanceText"] input[type="text"] {
    text-align: right;
  }
  .pageCTA .homeCTA-header .wrap form .sliders [data-name="debtText"], .pageCTA .homeCTA-header .wrap form .sliders [data-name="assetText"], .pageCTA .homeCTA-header .wrap form .sliders [data-name="creditorText"], .pageCTA .homeCTA-header .wrap form .sliders [data-name="balanceText"] {
    width: 26.40693%;
    float: right;
    margin-right: 0;
  }
  .pageCTA .homeCTA-header .wrap form .sliders [data-name="debtText"] input[type="text"], .pageCTA .homeCTA-header .wrap form .sliders [data-name="assetText"] input[type="text"], .pageCTA .homeCTA-header .wrap form .sliders [data-name="creditorText"] input[type="text"], .pageCTA .homeCTA-header .wrap form .sliders [data-name="balanceText"] input[type="text"] {
    text-align: left;
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 0px;
  }
  .pageCTA .homeCTA-header .wrap form input[type="submit"] {
    margin-bottom: 0px;
    padding-left: 2em;
    padding-right: 2em;
  }

  input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="file"], select {
    height: 35px;
    padding: 5px 15px;
    margin-bottom: 15px;
  }

  .pageCTA .youngCTA {
    padding-bottom: 50px;
  }
  .pageCTA .youngCTA .wrap .serviceBullets {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .pageCTA .youngCTA .wrap .serviceBullets a {
    width: 39.42308%;
    float: left;
    margin-right: 3.84615%;
  }
  .pageCTA .youngCTA .wrap .serviceBullets h1 {
    width: 56.73077%;
    float: right;
    margin-right: 0;
    font-size: 1.6em;
  }
  .pageCTA .youngCTA .wrap .yngFormHeader {
    width: 56.73077%;
    float: right;
    margin-right: 0;
  }
  .pageCTA .youngCTA .wrap .youngForm {
    width: 56.73077%;
    float: right;
    margin-right: 0;
  }
  .pageCTA .youngCTA .wrap .young {
    width: 39.42308%;
    float: left;
    margin-right: 3.84615%;
    margin-top: -70px;
  }
  .pageCTA .youngCTA .wrap .young .youngContent {
    min-height: 251px;
    position: relative;
  }
  .pageCTA .youngCTA .wrap .young .youngContent h2, .pageCTA .youngCTA .wrap .young .youngContent p {
    line-height: 1.3em;
  }
  .pageCTA .youngCTA .wrap .young .youngContent h3 {
    font-weight: 400;
  }
  .pageCTA .youngCTA .wrap .young .youngContent .yngRSVP {
    position: absolute;
    bottom: 2em;
    margin-bottom: 0px;
  }

  .siteHeader .wrap .theBrand {
    max-width: 1200px;
  }
  .siteHeader .wrap .serviceMenu {
    max-width: 1200px;
  }
  .siteHeader .wrap .topMenu .menu {
    max-width: 1200px;
  }

  .homeCTA .wrap, .homePg .wrap {
    max-width: 1200px;
  }

  .pageCTA .homeCTA-header .wrap {
    max-width: 1200px;
  }

  #siteContent .searchBox .wrap {
    max-width: 1200px;
  }
}
