/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.container {
  width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1179px) {
    .container {
      width: 100%;
      margin: 0;
      padding: 0 4vw; } }
  .container--tight {
    padding: 0 4vw; }

.container--with-sidebar {
  display: flex; }
  @media (max-width: 1179px) {
    .container--with-sidebar {
      flex-direction: column; } }
  @media screen and (max-width: 1179px) and (-ms-high-contrast: active), (max-width: 1179px) and (-ms-high-contrast: none) {
    .container--with-sidebar {
      display: block; } }

.clear {
  clear: both; }

.push {
  margin-bottom: 40px; }
  .push--small {
    margin-bottom: 20px; }

.pull {
  margin-top: 40px; }

.responsive-image {
  width: 100%;
  height: auto; }

.divider {
  margin-bottom: 40px;
  border-bottom: 1px solid #EBE8E2; }

@font-face {
  font-family: 'FSAlbert';
  src: url("../fonts/FSAlbertWeb-Regular.eot");
  src: url("../fonts/FSAlbertWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FSAlbertWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
html {
  box-sizing: border-box; }

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

body {
  line-height: 1.5;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #575757;
  font-size: 16px; }

textarea, input {
  outline: none; }

.contrast {
  color: #fff; }

input {
  border-radius: 0;
  -webkit-appearance: none; }

i {
  display: inline-block; }

hr {
  border: none;
  border-bottom: 1px solid #EBE8E2; }

h1 {
  margin-bottom: 40px;
  font-size: 44px;
  color: #003F5A;
  line-height: 1.25;
  font-family: "FSAlbert", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 600px) {
    h1 {
      font-size: 40px; } }

h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.25;
  font-family: "FSAlbert", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 600px) {
    h2 {
      font-size: 26px; } }

ul + h2,
ol + h2 {
  margin-top: 40px; }

h3 {
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  font-size: 24px;
  color: #003F5A;
  line-height: 1.25;
  font-family: "FSAlbert", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 600px) {
    h3 {
      font-size: 22px; } }

p + h3,
ul + h3,
ol + h3,
h2 + h3 {
  margin-top: 40px; }

.boxed-heading {
  width: 100%;
  text-align: center;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #003f5a 51%, rgba(255, 255, 255, 0) 52%);
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .boxed-heading {
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 48%, #003f5a 51%, rgba(255, 255, 255, 0) 52%); } }
  .boxed-heading h2, .boxed-heading h3, .boxed-heading h4 {
    border: 1px solid #003F5A;
    display: inline-block;
    color: #003F5A;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 1.5px; }
    @media (max-width: 600px) {
      .boxed-heading h2, .boxed-heading h3, .boxed-heading h4 {
        max-width: 75%; } }
  .boxed-heading .fa-map-marker {
    font-size: 23px;
    margin-left: 5px;
    position: relative;
    top: 2px; }
  .boxed-heading--alt {
    text-align: left; }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease-in-out; }

.smallprint {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 40px; }

.copy {
  font-size: 14px;
  margin-bottom: 40px;
  transition: all 0.2s ease-in-out; }
  .copy--tight {
    padding: 0 4vw; }
    @media (max-width: 1179px) {
      .copy--tight {
        padding: 0; } }
  .copy--center {
    text-align: center; }
  .copy .fake-anchor {
    color: #0081B8; }
  .copy a {
    color: #0081B8; }
    .copy a:hover {
      text-decoration: underline; }
  .copy .full-width-image {
    margin-bottom: 20px; }
  .copy .floating-image {
    float: left;
    width: 400px;
    height: auto;
    margin: 0 20px 20px 0; }
    @media (max-width: 1179px) {
      .copy .floating-image {
        width: 40%; } }
  .copy blockquote {
    display: flex;
    align-items: flex-start; }
    .copy blockquote img {
      width: 64px;
      min-width: 64px;
      height: auto;
      margin-right: 20px;
      margin-bottom: 20px;
      position: relative;
      top: 4px; }
    .copy blockquote .quote {
      font-size: 18px;
      margin-bottom: 40px;
      font-style: italic; }
      @media (max-width: 600px) {
        .copy blockquote .quote {
          font-size: 17px; } }
      .copy blockquote .quote a {
        display: block;
        font-size: 12px; }
  .copy p + blockquote {
    margin-top: 40px; }
  .copy p {
    margin-bottom: 20px;
    line-height: 1.75; }
    @media (max-width: 600px) {
      .copy p {
        text-align: justify; } }
    .copy p em, .copy p i {
      font-style: italic; }
    .copy p strong, .copy p b {
      font-weight: bold;
      color: #000; }
  .copy ol {
    list-style: decimal inside; }
  .copy ul {
    list-style: disc inside;
    padding-left: 40px; }
  .copy li {
    margin-bottom: 20px; }
    .copy li ol, .copy li ul {
      padding-left: 40px; }
    .copy li ol {
      list-style: lower-roman inside; }
    .copy li ul {
      list-style: circle inside; }
  .copy p + table {
    margin-top: 40px; }
  .copy table {
    border-collapse: collapse;
    margin-bottom: 40px; }
  .copy table, .copy th, .copy td {
    border: 1px solid #EBE8E2;
    padding: 20px; }
  .copy th {
    text-transform: lowercase;
    text-transform: capitalize;
    font-weight: bold; }

.break-words {
  word-wrap: break-word; }

.header {
  display: flex; }
  @media (max-width: 1179px) {
    .header {
      flex-flow: column wrap; } }
  .header__logo {
    width: 20%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    min-height: 220px;
    border-bottom: 1px solid #EBE8E2; }
    @media (max-width: 1179px) {
      .header__logo {
        width: 100%;
        min-height: 0; } }
    @media (max-width: 600px) {
      .header__logo {
        max-height: 100%; } }
  .header__main {
    width: 80%;
    display: flex;
    flex-flow: column; }
    @media (max-width: 1179px) {
      .header__main {
        width: 100%; } }
    .header__main .top {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #EBE8E2;
      padding: 0 40px;
      color: #003F5A;
      min-height: 110px;
      border-left: 1px solid #EBE8E2; }
      @media (max-width: 1179px) {
        .header__main .top {
          padding: 0 4vw;
          border-left: none;
          min-height: 80px; } }
      @media (max-width: 600px) {
        .header__main .top {
          flex-flow: column nowrap;
          justify-content: center;
          align-items: center;
          padding: 20px;
          text-align: center; } }
      .header__main .top a {
        font-weight: bold; }
        .header__main .top a:hover {
          color: #0081B8; }
    .header__main .bottom {
      min-height: 110px;
      background-color: #003F5A;
      color: #fff; }
      @media (max-width: 1179px) {
        .header__main .bottom {
          min-height: 60px; } }
      .header__main .bottom .close-menu {
        width: 100%;
        text-align: center;
        background-color: red; }
      .header__main .bottom .burger {
        display: none;
        text-align: center;
        font-size: 20px;
        padding: 20px; }
        @media (max-width: 600px) {
          .header__main .bottom .burger {
            display: block; } }
        .header__main .bottom .burger i {
          margin-left: 10px; }

.main-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  height: 100%; }
  @media (max-width: 600px) {
    .main-nav {
      display: none; } }
  .main-nav a {
    text-decoration: none; }
  .main-nav li {
    display: flex;
    align-items: center;
    border-right: 1px solid #00638d;
    height: 100%;
    transition: background 0.4s ease-in-out; }
    @media (max-width: 1179px) {
      .main-nav li {
        flex-grow: 1;
        text-align: center;
        display: block; } }
    .main-nav li:hover {
      background: #0081B8; }
  .main-nav__link {
    display: inline-block;
    padding: 40px 3vw; }
    @media (max-width: 1379px) {
      .main-nav__link {
        padding: 40px 2.5vw; } }
    @media (max-width: 1179px) {
      .main-nav__link {
        padding: 20px;
        display: block;
        white-space: nowrap;
        font-size: 16px; } }
  .main-nav--sidebar {
    width: 60%;
    background-color: #003F5A;
    height: 100%;
    overflow-y: scroll;
    border-right: 1px solid #003F5A; }
    @media (max-width: 600px) {
      .main-nav--sidebar {
        width: 100%; } }
    .main-nav--sidebar li {
      background-color: #0081B8;
      font-size: 22px; }
      .main-nav--sidebar li i {
        transition: transform 0.4s ease-in-out;
        margin-left: 20px; }
        .main-nav--sidebar li i.active {
          transform: rotate(90deg); }
      .main-nav--sidebar li a {
        display: inline-block;
        padding: 20px;
        width: 100%; }
      .main-nav--sidebar li ul {
        display: none;
        padding: 0 20px; }
        .main-nav--sidebar li ul li {
          font-size: 18px; }

.page-header {
  padding: 40px 0 0;
  border-bottom: 1px solid #EBE8E2;
  margin-bottom: 40px;
  background-color: #FAFAFA; }
  .page-header .breadcrumbs {
    margin-bottom: 20px;
    white-space: nowrap; }
    @media (max-width: 1179px) {
      .page-header .breadcrumbs {
        overflow-x: auto; } }
    @media (max-width: 600px) {
      .page-header .breadcrumbs {
        margin-bottom: 5px;
        height: 35px; } }
    .page-header .breadcrumbs a:hover {
      text-decoration: underline; }
    .page-header .breadcrumbs li {
      display: inline-block; }
      .page-header .breadcrumbs li::after {
        margin: 0 10px;
        content: '-'; }
      .page-header .breadcrumbs li:last-of-type::after {
        content: ''; }

.footer {
  padding: 40px;
  border-top: 1px solid #EBE8E2; }
  @media (max-width: 1179px) {
    .footer {
      padding: 40px 0; } }
  .footer a {
    text-decoration: underline; }
    .footer a:hover {
      text-decoration: underline; }
  .footer__nav {
    margin-bottom: 40px;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    text-align: center; }
    @media (max-width: 600px) {
      .footer__nav {
        margin-bottom: 20px; } }
    .footer__nav .fa {
      margin-right: 10px; }
    .footer__nav li {
      font-weight: normal; }
      .footer__nav li.footer__nav--heading {
        font-weight: bold;
        width: 30%; }
        @media (max-width: 600px) {
          .footer__nav li.footer__nav--heading {
            max-width: 50%;
            width: 50%;
            margin-bottom: 20px; } }
      .footer__nav li ul {
        margin-top: 20px; }
        .footer__nav li ul li {
          width: 100%;
          margin-bottom: 20px; }
  .footer__logo {
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .footer__logo {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        text-align: center; } }
    @media (max-width: 770px) {
      .footer__logo {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        text-align: center; } }
  .footer__legal {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; }
    @media (max-width: 600px) {
      .footer__legal {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    @media (max-width: 770px) {
      .footer__legal {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .footer__legal span {
      display: inline-block;
      font-size: 14px; }
      @media (max-width: 600px) {
        .footer__legal span {
          width: 100%;
          margin-bottom: 20px; } }
    .footer__legal--logo {
      text-align: center; }
    .footer__legal--regulatory {
      text-align: left;
      margin-bottom: 20px;
      flex-grow: 3;
      line-height: 1.75; }
      @media (max-width: 600px) {
        .footer__legal--regulatory {
          width: 100%;
          margin-bottom: 20px;
          text-align: center;
          margin-left: 0;
          justify-content: center; } }
      @media (max-width: 770px) {
        .footer__legal--regulatory {
          width: 100%;
          margin-bottom: 20px;
          text-align: center;
          margin-left: 0;
          justify-content: center; } }
      .footer__legal--regulatory strong {
        font-weight: bold;
        color: #000; }
    .footer__legal--copyright {
      text-align: center; }

.footer__legal--logo {
  margin-left: 12%;
  text-align: center;
  margin-right: 25px;
  margin-top: 8px; }
  @media (max-width: 600px) {
    .footer__legal--logo {
      width: 100%;
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      text-align: center; } }
  @media (max-width: 770px) {
    .footer__legal--logo {
      width: 100%;
      margin: 0;
      padding: 0;
      margin-bottom: 20px;
      text-align: center; } }

.hero {
  display: flex;
  flex-flow: row wrap; }
  .hero p {
    font-size: 20px; }
  .hero__block {
    width: 50%;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (max-width: 1179px) {
      .hero__block {
        width: 100%; } }
    @media (max-width: 600px) {
      .hero__block {
        padding: 40px 4vw; } }
    .hero__block--image {
      min-height: 50vh;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 1179px) {
        .hero__block--image {
          min-height: 40vh; } }
    .hero__block--text {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 1179px) {
        .hero__block--text {
          text-align: center; } }
    .hero__block--location-search {
      background-color: #0081B8;
      color: #fff; }
    .hero__block--form {
      background-color: #003F5A;
      color: #fff; }

.cta, .form .field.assets .heading label {
  border: 1px solid #003F5A;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 40px;
  display: inline-block;
  background: #003F5A;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif; }
  .cta:hover, .form .field.assets .heading label:hover {
    background-color: #ffae00;
    color: #fff; }
  .cta--alt, .form .field.assets .heading label {
    color: #003F5A;
    background: #fff; }
  .cta--hero {
    background: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif; }
    .cta--hero--light {
      color: #0081B8;
      border: 1px solid #0081B8; }
      .cta--hero--light:hover {
        background-color: #ffae00;
        color: #fff; }
    .cta--hero--dark {
      color: #003F5A;
      border: 1px solid #003F5A; }
      .cta--hero--dark:hover {
        background-color: #ffae00;
        color: #fff; }
  @media (max-width: 1179px) {
    .cta--modal-form {
      margin-bottom: 40px; } }

form {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  transition: opacity 0.2s ease-in-out; }
  form input[type="text"], form input[type="email"], form input[type="search"], form textarea {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    padding: 20px;
    font-size: 21px;
    color: inherit;
    border: 1px solid #00638d;
    background: none; }
    form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="search"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.3; }
    form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="search"]:-moz-placeholder, form textarea:-moz-placeholder {
      color: #fff;
      opacity: 0.3; }
    form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="search"]::-moz-placeholder, form textarea::-moz-placeholder {
      color: #fff;
      opacity: 0.3; }
    form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="search"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
      color: #fff;
      opacity: 0.3; }
    form input[type="text"]:focus, form input[type="email"]:focus, form input[type="search"]:focus, form textarea:focus {
      border: 1px solid #fff; }
  form.form--hero {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 600px) {
      form.form--hero {
        flex-direction: column; } }
    form.form--hero.light input[type="text"] {
      border: 1px solid #00a5eb; }
      form.form--hero.light input[type="text"]:focus {
        border: 1px solid #fff; }

.form {
  position: relative; }
  .form--processing {
    pointer-events: none; }
    .form--processing::after {
      display: block;
      content: ' ';
      background: rgba(255, 255, 255, 0.8) url("/assets/img/ring.gif") center center no-repeat;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      left: 0; }
  .form--search-again {
    margin-bottom: 80px; }
    .form--search-again input[type="search"] {
      border: 1px solid #EBE8E2;
      padding: 20px;
      background: #FAFAFA;
      width: 320px;
      font-size: 14px; }
      .form--search-again input[type="search"]::-webkit-input-placeholder {
        color: #575757;
        opacity: 0.8; }
      .form--search-again input[type="search"]:-moz-placeholder {
        color: #575757;
        opacity: 0.8; }
      .form--search-again input[type="search"]::-moz-placeholder {
        color: #575757;
        opacity: 0.8; }
      .form--search-again input[type="search"]:-ms-input-placeholder {
        color: #575757;
        opacity: 0.8; }
      .form--search-again input[type="search"]:focus {
        border: 1px solid #003F5A;
        background: #fff; }
  .form--site-search {
    white-space: nowrap;
    position: relative;
    display: inline-block; }
    @media (max-width: 600px) {
      .form--site-search {
        margin-top: 20px; } }
    .form--site-search #site-search__submit {
      display: none; }
    .form--site-search__submit-label {
      position: absolute;
      top: 11px;
      right: 10px;
      cursor: pointer; }
      .form--site-search__submit-label img {
        min-width: 22px;
        height: 22px;
        min-height: 22px;
        width: 22px; }
    .form--site-search input[type="text"], .form--site-search input[type="search"] {
      background: #fff;
      color: #575757;
      border: 1px solid #EBE8E2;
      padding: 10px 40px 10px 10px;
      font-size: 19px; }
      .form--site-search input[type="text"]::-webkit-input-placeholder, .form--site-search input[type="search"]::-webkit-input-placeholder {
        color: #575757;
        opacity: 0.8; }
      .form--site-search input[type="text"]:-moz-placeholder, .form--site-search input[type="search"]:-moz-placeholder {
        color: #575757;
        opacity: 0.8; }
      .form--site-search input[type="text"]::-moz-placeholder, .form--site-search input[type="search"]::-moz-placeholder {
        color: #575757;
        opacity: 0.8; }
      .form--site-search input[type="text"]:-ms-input-placeholder, .form--site-search input[type="search"]:-ms-input-placeholder {
        color: #575757;
        opacity: 0.8; }
      @media (max-width: 600px) {
        .form--site-search input[type="text"], .form--site-search input[type="search"] {
          width: 260px; } }
      @media (max-width: 1179px) {
        .form--site-search input[type="text"], .form--site-search input[type="search"] {
          font-size: 16px; } }
      .form--site-search input[type="text"]:focus, .form--site-search input[type="search"]:focus {
        border: 1px solid #003F5A; }
  .form-results {
    display: none;
    font-size: 22px;
    text-align: center;
    color: #003F5A;
    padding: 40px; }
    .form-results--telephoneConsultation {
      display: none;
      padding: 0;
      color: #fff;
      text-align: left; }
  .form__input--full {
    flex: 2;
    margin-right: 10px;
    width: 100%; }
    @media (max-width: 600px) {
      .form__input--full {
        margin: 0 0 20px 0; } }
  .form__input--half {
    flex: 2;
    margin-right: 10px;
    width: 100%; }
    @media (max-width: 600px) {
      .form__input--half {
        margin: 0 0 10px 0; } }
  .form .field {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .form .field {
        flex-direction: column;
        align-items: flex-start; } }
    .form .field .heading {
      flex: 1; }
    .form .field.required label:after {
      content: ' *';
      color: red; }
    .form .field.assets {
      justify-content: flex-end; }
      .form .field.assets .label {
        flex: 1; }
      .form .field.assets .heading {
        flex: 2;
        text-align: left; }
      .form .field.assets .input {
        display: none; }
    .form .field .input {
      flex: 2; }
      @media (max-width: 600px) {
        .form .field .input {
          width: 100%; } }
      .form .field .input input[type="text"], .form .field .input input[type="email"], .form .field .input input[type="search"], .form .field .input textarea {
        width: 100%;
        background-color: #FAFAFA;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, Sans-Serif; }
        .form .field .input input[type="text"]:focus, .form .field .input input[type="email"]:focus, .form .field .input input[type="search"]:focus, .form .field .input textarea:focus {
          border: 1px solid #003F5A;
          background-color: #fff; }
  .form .submit {
    text-align: right;
    margin-bottom: 40px; }
    @media (max-width: 600px) {
      .form .submit {
        margin: 40px 0;
        text-align: center; } }

.homepage-content {
  display: flex; }
  @media (max-width: 1179px) {
    .homepage-content {
      flex-direction: column; } }
  .homepage-content__faq {
    width: 30%;
    padding: 40px 4vw 0;
    background: #FAFAFA;
    border-right: 1px solid #EBE8E2; }
    @media (max-width: 1179px) {
      .homepage-content__faq {
        width: 100%;
        order: 2;
        border: none; } }
    .homepage-content__faq p {
      margin-bottom: 40px; }
      .homepage-content__faq p:last-of-type {
        margin-bottom: 0; }
  .homepage-content__services {
    width: 70%;
    padding: 4vw; }
    .homepage-content__services a {
      text-decoration: none; }
    @media (max-width: 1179px) {
      .homepage-content__services {
        width: 100%;
        order: 1;
        border-bottom: 1px solid #EBE8E2; } }
    @media (max-width: 600px) {
      .homepage-content__services {
        padding: 40px 4vw; } }
    .homepage-content__services .tab {
      display: inline-block; }
      @media (max-width: 600px) {
        .homepage-content__services .tab {
          max-width: calc(100% - 105px); } }
      .homepage-content__services .tab--more {
        position: relative; }
      .homepage-content__services .tab a {
        display: inline-block;
        background-color: #FAFAFA;
        border: 1px solid #EBE8E2;
        border-bottom: none;
        padding: 20px;
        font-size: 14px;
        font-weight: bold;
        color: #717171;
        text-align: center;
        height: 62px; }
        .homepage-content__services .tab a:hover {
          background-color: #ffae00;
          color: #fff; }
        @media (max-width: 1179px) {
          .homepage-content__services .tab a {
            font-size: 12px; } }
        @media (max-width: 600px) {
          .homepage-content__services .tab a {
            max-width: 100%;
            height: 100%; } }
      .homepage-content__services .tab.active {
        background-color: #0081B8;
        color: #fff;
        background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 90%, #003f5a 91%); }
        .homepage-content__services .tab.active:hover {
          background-color: #ffae00;
          color: #fff; }
      .homepage-content__services .tab--hover-more:hover {
        background-color: #ffae00;
        color: #fff; }
      .homepage-content__services .tab--hover-more:hover + .tab__hidden {
        display: inline-block; }
      .homepage-content__services .tab--hover-more i {
        margin-left: 5px; }
      .homepage-content__services .tab__hidden {
        display: none;
        position: absolute;
        right: 0;
        top: 62px; }
        .homepage-content__services .tab__hidden:hover {
          display: inline-block; }
        .homepage-content__services .tab__hidden li:last-of-type .tab {
          border-bottom: 1px solid #EBE8E2; }
        .homepage-content__services .tab__hidden .tab {
          width: 200px; }
          @media (max-width: 1179px) {
            .homepage-content__services .tab__hidden .tab {
              width: 180px; } }
          @media (max-width: 600px) {
            .homepage-content__services .tab__hidden .tab {
              max-width: 100%; } }
    .homepage-content__services__container {
      padding: 40px;
      border: 1px solid #EBE8E2; }
      @media (max-width: 600px) {
        .homepage-content__services__container {
          padding: 40px 20px; } }

.sidebar {
  width: 25%;
  margin-bottom: 40px; }
  @media (max-width: 1179px) {
    .sidebar {
      width: 100%;
      order: 2;
      border-top: 1px solid #EBE8E2;
      padding-top: 40px; } }
  .sidebar--js {
    position: fixed;
    left: -60%;
    top: 0;
    padding: 4vw 0;
    background: #fff;
    height: 100vh;
    transition: left 0.5s ease-in-out;
    background-color: #003F5A;
    color: #fff;
    z-index: 1; }
    .sidebar--js h3 {
      color: #fff;
      padding: 4vw;
      display: none; }
    .sidebar--js .sidebar__nav li {
      margin: 0; }
      .sidebar--js .sidebar__nav li.active a {
        background-color: #ffae00; }
      .sidebar--js .sidebar__nav li a {
        width: 100%;
        display: block;
        padding: 4vw;
        background-color: #0081B8;
        border-bottom: 1px solid #003F5A; }
  .sidebar a:hover {
    text-decoration: underline; }
  .sidebar__nav {
    min-height: 500px;
    border-right: 1px solid #EBE8E2;
    padding-right: 40px;
    margin-right: 40px; }
    @media (max-width: 1179px) {
      .sidebar__nav {
        margin-right: 0;
        padding-right: 0;
        min-height: 0;
        border: none; } }
    .sidebar__nav li {
      margin-bottom: 20px; }
      .sidebar__nav li.active {
        font-weight: bold;
        color: #0081B8; }
  .sidebar__tab {
    position: fixed;
    left: 0;
    bottom: 0;
    color: #fff;
    background: #0081B8;
    padding: 20px; }

.inner-content {
  flex: 2;
  margin-bottom: 40px;
  width: 75%; }
  @media (max-width: 1179px) {
    .inner-content {
      width: 100%;
      margin-bottom: 0;
      order: 1; } }

.bio__cta {
  text-align: center;
  margin-bottom: 40px; }
.bio__img {
  border: 1px solid #EBE8E2;
  margin-left: 40px;
  width: 400px;
  float: right; }
  @media (max-width: 600px) {
    .bio__img {
      float: none;
      width: 100%;
      margin: 0; } }
  .bio__img-text {
    position: relative;
    top: -54px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 49%, black 50%, rgba(255, 255, 255, 0) 51%);
    text-align: center; }
    .bio__img-text h2 {
      display: inline-block;
      background-color: #fff;
      margin: 0;
      padding: 0 20px; }
.bio__cards {
  display: flex;
  flex-flow: row wrap; }
.bio__card {
  width: calc(33.3333% - 54px);
  margin-right: 80px;
  margin-bottom: 80px; }
  @media (max-width: 1179px) {
    .bio__card {
      margin-bottom: 40px; } }
  @media (max-width: 600px) {
    .bio__card {
      width: 100%;
      margin-right: 0; } }
  .bio__card:nth-of-type(3n+3) {
    margin-right: 0; }
  .bio__card:last-of-type {
    margin-right: 0; }
  .bio__card:hover {
    text-decoration: underline;
    color: #003F5A; }
    .bio__card:hover img {
      opacity: 1; }
  .bio__card img {
    border: 1px solid #EBE8E2;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.9; }
  .bio__card--no-link:hover {
    text-decoration: none;
    color: inherit; }
  .bio__card--no-link img {
    opacity: 1; }

.steps {
  margin-top: 80px; }

.step {
  margin-bottom: 60px;
  /*
  position: relative;
  left: -3px;
  border-left: 4px solid $colourBlueLight;
  */ }
  @media (max-width: 1179px) {
    .step {
      margin-bottom: 40px; } }
  .step .copy {
    margin-bottom: 0; }
    .step .copy p:last-of-type {
      margin: 0; }

.jsAccordion i {
  margin-left: 20px;
  transition: transform 0.4s ease-in-out; }
  .jsAccordion i.active {
    transform: rotate(90deg); }

.search-results__amount {
  font-size: 14px;
  margin-bottom: 20px; }
.search-results--site li {
  margin-bottom: 40px; }
  .search-results--site li a:hover {
    text-decoration: underline; }
  .search-results--site li h3 {
    margin: 0; }
.search-results--location .search-result {
  margin-bottom: 40px;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid #EBE8E2; }
  @media (max-width: 600px) {
    .search-results--location .search-result {
      flex-direction: column; } }
  .search-results--location .search-result--first, .search-results--location .search-result--last {
    border: none;
    padding-bottom: 0; }
  .search-results--location .search-result--map {
    width: 30%;
    margin-right: 40px; }
    @media (max-width: 600px) {
      .search-results--location .search-result--map {
        width: 100%; } }
    .search-results--location .search-result--map img {
      width: 100%;
      height: auto; }
  .search-results--location .search-result--content {
    width: calc(70% - 40px); }
    @media (max-width: 600px) {
      .search-results--location .search-result--content {
        width: 100%; } }
  .search-results--location .search-result--contact {
    width: 100%; }
    @media (max-width: 600px) {
      .search-results--location .search-result--contact {
        width: 100%; } }
    .search-results--location .search-result--contact table {
      margin-bottom: 40px; }
      .search-results--location .search-result--contact table a {
        text-decoration: underline;
        color: #0081B8; }
        .search-results--location .search-result--contact table a:hover {
          color: #003F5A; }
      .search-results--location .search-result--contact table, .search-results--location .search-result--contact table th, .search-results--location .search-result--contact table td {
        border: 1px solid black;
        border-collapse: collapse;
        padding: 10px; }
      .search-results--location .search-result--contact table tr td {
        width: 350px; }
        .search-results--location .search-result--contact table tr td:first-of-type {
          font-weight: bold;
          width: 70px; }

.service-cards {
  transition: opacity 0.2s ease-in-out;
  opacity: 1; }
  .service-cards:hover > .service-card {
    opacity: 0.3; }
  .service-cards:hover > .service-card:hover {
    opacity: 1; }

.service-card {
  transition: opacity 0.2s ease-in-out; }
  .service-card a h2 {
    color: #0081B8; }

.service__cta {
  display: flex;
  justify-content: center; }

.blog-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 60%;
  margin: 0 auto; }
  @media (max-width: 600px) {
    .blog-cards {
      width: 100%; } }
  .blog-cards:hover > .blog-card {
    opacity: 0.3; }
  .blog-cards:hover > .blog-card:hover {
    opacity: 1; }

.blog-card {
  transition: opacity 0.2s ease-in-out;
  padding: 40px 0 0; }
  @media (max-width: 1179px) {
    .blog-card {
      width: 100%; } }
  .blog-card:last-of-type {
    border-bottom: none; }
  .blog-card__pagination {
    padding: 0 4vw;
    margin-bottom: 40px;
    color: #0081B8;
    overflow: auto; }
    .blog-card__pagination a:hover {
      text-decoration: underline; }
    .blog-card__pagination .left {
      float: left; }
    .blog-card__pagination .right {
      float: right; }
  .blog-card__description {
    width: 60%;
    margin: 0 auto; }
    @media (max-width: 600px) {
      .blog-card__description {
        width: 100%; } }

.author {
  font-size: 14px; }
  .author__container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    margin-bottom: 60px; }
  .author a {
    color: #0081B8; }
  .author__post-date {
    font-size: 12px; }
  .author__image img {
    float: right;
    border-radius: 50%;
    border: 2px solid #EBE8E2;
    width: 64px;
    height: auto;
    margin: 0 20px 0 0; }

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: not-allowed;
  display: none;
  z-index: 1; }
  .modal__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    margin: 40px 0; }
  .modal__form {
    border: 1px solid #003F5A;
    padding: 40px;
    width: 50%;
    margin: 0 auto;
    background: #fff;
    cursor: default; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .modal__form {
        margin: 0; } }
    @media (max-width: 1179px) {
      .modal__form {
        width: 95%; } }
    @media (max-width: 600px) {
      .modal__form {
        max-height: 95%;
        overflow-y: scroll;
        position: relative;
        padding-bottom: 0; } }
    .modal__form__close {
      display: none; }
      @media (max-width: 600px) {
        .modal__form__close {
          position: absolute;
          right: 5px;
          top: -1px;
          display: inline-block;
          font-size: 24px; } }

.sponsorship-events__block {
  padding: 40px 0;
  display: flex;
  width: 100%; }
  @media (max-width: 1179px) {
    .sponsorship-events__block {
      flex-direction: column; } }
  .sponsorship-events__block--topline {
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
.sponsorship-events__logo {
  height: 60px;
  width: auto;
  margin-right: 20px; }
.sponsorship-events__title {
  display: inline-block;
  font-size: 22px;
  color: #003F5A; }
.sponsorship-events__content {
  padding-right: 40px;
  max-width: calc(100% - 370px); }
  @media (max-width: 1179px) {
    .sponsorship-events__content {
      max-width: 100%;
      width: 100%;
      margin-bottom: 40px; } }
  .sponsorship-events__content .copy {
    margin: 0; }
.sponsorship-events__image {
  width: 370px; }
  @media (max-width: 1179px) {
    .sponsorship-events__image {
      width: 100%; }
      .sponsorship-events__image img {
        width: 100%;
        height: auto; } }

.grid {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  overflow: visible;
  /* Clear for old browsers that are using clear */
  /* Adding this block means child elements don't span 100% height. Useful for some sidebars */
  /* Make a 12 column grid system */ }
  .grid:after {
    content: " ";
    display: block;
    clear: both; }
  .grid__block {
    flex: 0 1 auto;
    margin: 0 20px;
    float: left; }
    .grid__block--equal-height {
      display: flex; }
  .grid__no-grow {
    width: 100%; }
  @media (min-width: 1180px) {
    .grid .grid__block--l1 {
      flex: 0 0 calc(8.33333% - 40px);
      width: calc(8.33333% - 40px); }
    .grid .grid__push--l1 {
      margin-left: calc(8.33333% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m1 {
      flex: 0 0 calc(8.33333% - 40px);
      width: calc(8.33333% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s1 {
      flex: 0 0 calc(8.33333% - 40px);
      width: calc(8.33333% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l2 {
      flex: 0 0 calc(16.66667% - 40px);
      width: calc(16.66667% - 40px); }
    .grid .grid__push--l2 {
      margin-left: calc(16.66667% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m2 {
      flex: 0 0 calc(16.66667% - 40px);
      width: calc(16.66667% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s2 {
      flex: 0 0 calc(16.66667% - 40px);
      width: calc(16.66667% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l3 {
      flex: 0 0 calc(25% - 40px);
      width: calc(25% - 40px); }
    .grid .grid__push--l3 {
      margin-left: calc(25% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m3 {
      flex: 0 0 calc(25% - 40px);
      width: calc(25% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s3 {
      flex: 0 0 calc(25% - 40px);
      width: calc(25% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l4 {
      flex: 0 0 calc(33.33333% - 40px);
      width: calc(33.33333% - 40px); }
    .grid .grid__push--l4 {
      margin-left: calc(33.33333% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m4 {
      flex: 0 0 calc(33.33333% - 40px);
      width: calc(33.33333% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s4 {
      flex: 0 0 calc(33.33333% - 40px);
      width: calc(33.33333% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l5 {
      flex: 0 0 calc(41.66667% - 40px);
      width: calc(41.66667% - 40px); }
    .grid .grid__push--l5 {
      margin-left: calc(41.66667% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m5 {
      flex: 0 0 calc(41.66667% - 40px);
      width: calc(41.66667% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s5 {
      flex: 0 0 calc(41.66667% - 40px);
      width: calc(41.66667% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l6 {
      flex: 0 0 calc(50% - 40px);
      width: calc(50% - 40px); }
    .grid .grid__push--l6 {
      margin-left: calc(50% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m6 {
      flex: 0 0 calc(50% - 40px);
      width: calc(50% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s6 {
      flex: 0 0 calc(50% - 40px);
      width: calc(50% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l7 {
      flex: 0 0 calc(58.33333% - 40px);
      width: calc(58.33333% - 40px); }
    .grid .grid__push--l7 {
      margin-left: calc(58.33333% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m7 {
      flex: 0 0 calc(58.33333% - 40px);
      width: calc(58.33333% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s7 {
      flex: 0 0 calc(58.33333% - 40px);
      width: calc(58.33333% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l8 {
      flex: 0 0 calc(66.66667% - 40px);
      width: calc(66.66667% - 40px); }
    .grid .grid__push--l8 {
      margin-left: calc(66.66667% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m8 {
      flex: 0 0 calc(66.66667% - 40px);
      width: calc(66.66667% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s8 {
      flex: 0 0 calc(66.66667% - 40px);
      width: calc(66.66667% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l9 {
      flex: 0 0 calc(75% - 40px);
      width: calc(75% - 40px); }
    .grid .grid__push--l9 {
      margin-left: calc(75% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m9 {
      flex: 0 0 calc(75% - 40px);
      width: calc(75% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s9 {
      flex: 0 0 calc(75% - 40px);
      width: calc(75% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l10 {
      flex: 0 0 calc(83.33333% - 40px);
      width: calc(83.33333% - 40px); }
    .grid .grid__push--l10 {
      margin-left: calc(83.33333% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m10 {
      flex: 0 0 calc(83.33333% - 40px);
      width: calc(83.33333% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s10 {
      flex: 0 0 calc(83.33333% - 40px);
      width: calc(83.33333% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l11 {
      flex: 0 0 calc(91.66667% - 40px);
      width: calc(91.66667% - 40px); }
    .grid .grid__push--l11 {
      margin-left: calc(91.66667% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m11 {
      flex: 0 0 calc(91.66667% - 40px);
      width: calc(91.66667% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s11 {
      flex: 0 0 calc(91.66667% - 40px);
      width: calc(91.66667% - 40px); } }
  @media (min-width: 1180px) {
    .grid .grid__block--l12 {
      flex: 0 0 calc(100% - 40px);
      width: calc(100% - 40px); }
    .grid .grid__push--l12 {
      margin-left: calc(100% + 20px); } }
  @media (max-width: 1180px) {
    .grid .grid__block--m12 {
      flex: 0 0 calc(100% - 40px);
      width: calc(100% - 40px); } }
  @media (max-width: 600px) {
    .grid .grid__block--s12 {
      flex: 0 0 calc(100% - 40px);
      width: calc(100% - 40px); } }

.cards {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
  margin-bottom: 20px; }
  .cards:hover > .card {
    opacity: 0.5; }
  .cards:hover > .card:hover {
    opacity: 1; }

.card {
  border: 1px solid #EBE8E2;
  margin-bottom: 40px;
  transition: opacity 0.2s ease-in-out; }
  .card__title {
    margin-bottom: 10px; }
  .card__thumbnail--map {
    position: relative; }
    .card__thumbnail--map img {
      width: 100%;
      height: auto; }
  .card__content {
    padding: 20px;
    position: relative; }
  .card__arrow {
    position: absolute;
    right: 30px;
    top: 40px; }
  .card__tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: #0081B8;
    color: #fff; }

.office__map {
  height: 500px; }
  @media (max-width: 600px) {
    .office__map {
      height: 40vh; } }
.office__main {
  padding: 40px;
  text-align: center; }
.office__intro {
  text-align: center;
  font-weight: 400; }
.office__advisors {
  display: flex;
  justify-content: center; }
  @media (max-width: 600px) {
    .office__advisors {
      display: block; } }
.office__advisor {
  margin: 0 40px;
  text-align: center; }
  .office__advisor .copy {
    text-align: center; }
    @media (max-width: 600px) {
      .office__advisor .copy p {
        text-align: center; } }
.office__bio-heading {
  font-weight: lighter;
  text-align: center;
  margin-bottom: 40px; }
.office__advisor-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid #EBE8E2;
  margin-bottom: 40px; }
.office__modal {
  background: #fff;
  text-align: center;
  width: 1180px;
  margin: 0 auto;
  cursor: default;
  position: relative; }
  @media (max-width: 1180px) {
    .office__modal {
      width: 100%;
      margin: 0; } }
  .office__modal .cta, .office__modal .form .field.assets .heading label, .form .field.assets .heading .office__modal label {
    margin-bottom: 40px; }
.office__close-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #003F5A;
  z-index: 1;
  padding: 10px;
  cursor: pointer; }
  .office__close-icon:hover {
    background: #ffae00; }
  .office__close-icon img {
    display: block; }

#office {
  overflow: scroll; }

.header__main {
  display: none; }

.service-cards:hover > .service-card {
  opacity: 1; }

.footer__nav {
  display: none; }

.sidebar {
  display: none; }
  @media (max-width: 1180px) {
    .sidebar {
      display: none; } }

.fake-anchor {
  display: none; }

.breadcrumbs {
  display: none; }

.cta, .form .field.assets .heading label {
  display: none; }

.hero__block--location-search {
  display: none; }
.hero__block--form {
  display: none; }

.tabs {
  display: none; }

.jsTabContent {
  display: block !important; }
  .jsTabContent:last-of-type .copy {
    border-bottom: none; }
  .jsTabContent .copy {
    border-bottom: 1px solid #EBE8E2; }
