@charset "UTF-8";
body.env-local .admin-bar .site-details:after {
  z-index: 100;
  float: right;
  font-size: 13px;
  padding: 0px 6px;
  color: #1a1a1a;
  display: inline-block;
  padding: 0px 2px;
  bottom: 50px; }
  @media all and (min-width: 20em) {
    body.env-local .admin-bar .site-details:after {
      content: "mob ≥ 320px (20em)"; } }
  @media all and (min-width: 37.5em) {
    body.env-local .admin-bar .site-details:after {
      content: "phab ≥ 600px (37.5em)"; } }
  @media all and (min-width: 46.25em) {
    body.env-local .admin-bar .site-details:after {
      content: "tab ≥ 740px (46.25em)"; } }
  @media all and (min-width: 61.25em) {
    body.env-local .admin-bar .site-details:after {
      content: "lap ≥ 980px (61.25em)"; } }
  @media all and (min-width: 81.25em) {
    body.env-local .admin-bar .site-details:after {
      content: "desk ≥ 1300px (81.25em)"; } }
  @media all and (min-width: 112.5em) {
    body.env-local .admin-bar .site-details:after {
      content: "epic ≥ 1800px (112.5em)"; } }

/**
 * Tests
 * (scroll down to edit the tests)
 */
@media all and (min-width: 20em) {
  .element {
    color: green; } }

@media all and (min-width: 37.5em) {
  .element {
    color: yellow; } }

@media all and (min-width: 46.25em) {
  .element {
    color: blue; } }

@media all and (max-width: 61.24em) {
  .element {
    color: red; } }

@media all and (max-width: 400px), (min-width: 650px) and (max-width: 1200px) {
  .element {
    color: crimson; } }

@media all and (min-width: 75em) {
  .element {
    color: yellow; } }

/**
 * For older browsers that don't support @media queries
 * (in our case: IE8)


.element {
    @include mq($from: mob) {
        color: lighten(green,40);
    }
    @include mq($from: tab) {
        color: lighten(blue,40);
    }
    @include mq($to: lap) {
        color: lighten(red,40); // Not wide enough: won't be in the output
    }
    @include mq(desk) {
        color: lighten(crimson,40); // Too wide: won't be in the output
    }

}
 */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: white;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #ebf1f9;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4em;
  color: #172d4f;
  overflow-x: hidden; }

.row {
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 0 0px;
  box-sizing: border-box;
  overflow: hidden; }

.container {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1200px; }
  @media all and (max-width: 46.24em) {
    .container {
      overflow: hidden; } }
  @media all and (min-width: 46.25em) {
    .container {
      padding: 0px 20px 1px; } }
  @media all and (min-width: 61.25em) {
    .container {
      padding: 0px 20px 1px; } }
  @media all and (min-width: 81.25em) {
    .container {
      padding: 0px 20px 1px; } }

div.env-callout {
  padding: 20px;
  background: #c9c9c9;
  margin: 0 0 20px;
  background: #c9c9c9 url(/_assets/img/flash-bg.png) repeat center center; }
  div.env-callout h2 {
    font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "mabry-bold", "AvenirBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem; }
    div.env-callout h2 strong {
      font-family: "mabry-bold", "AvenirBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: white; }
  div.env-callout p {
    font-size: 24px;
    font-size: 2.4rem; }
  div.env-callout.local {
    background-color: #a2dc42; }
  div.env-callout.dev {
    background-color: #FFC416; }
  div.env-callout.stage {
    background-color: #fedea7; }
  div.env-callout.prod {
    background-color: #ea5d3b; }
  @media all and (min-width: 46.25em) {
    div.env-callout h2 {
      font-size: 46px;
      font-size: 4.6rem; } }

div.env-callout {
  padding: 20px;
  background: #c9c9c9;
  margin: 0 0 20px;
  max-width: 600px;
  box-sizing: border-box;
  background: #c9c9c9 url(/_assets/img/flash-bg.png) repeat center center; }
  div.env-callout h2 {
    font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "mabry-bold", "AvenirBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem; }
    div.env-callout h2 strong {
      font-family: "mabry-bold", "AvenirBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: white; }
  div.env-callout p {
    font-size: 24px;
    font-size: 2.4rem; }
    div.env-callout p a {
      color: #172d4f; }
  div.env-callout.local {
    background-color: #a2dc42; }
  div.env-callout.dev {
    background-color: #FFC416; }
  div.env-callout.stage {
    background-color: #fedea7; }
  div.env-callout.prod {
    background-color: #e00719; }
  @media all and (min-width: 46.25em) {
    div.env-callout h2 {
      font-size: 46px;
      font-size: 4.6rem; } }

body.show-admin-bar {
  padding-bottom: 50px; }

.admin-bar {
  background: #c9c9c9;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
  -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.5); }
  .admin-bar:not(.gr1) .admin-item.min {
    display: none; }
  @media all and (max-width: 81.24em) {
    .admin-bar .admin-item.min {
      display: none; } }
  .admin-bar .page-details {
    text-align: left; }
  .admin-bar .site-details {
    text-align: right; }
  .admin-bar .admin-item {
    display: inline-block;
    padding: 0 9px 0 5px;
    border-right: 1px solid #9a9a9a; }
    .admin-bar .admin-item:last-of-type {
      border: none; }
  .admin-bar strong {
    font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .admin-bar span {
    font-size: 13px;
    font-size: 1.3rem; }
  .admin-bar a {
    background: white;
    color: #172d4f;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 4px 1px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1);
    box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1); }
    .admin-bar a:visited {
      color: #172d4f; }
    .admin-bar a:hover {
      text-decoration: none;
      color: #1a1a1a;
      -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0);
      -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0);
      box-shadow: 0 1px 2px rgba(26, 26, 26, 0); }
  .admin-bar .status-dot {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 3px;
    -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.2) inset;
    -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.2) inset;
    box-shadow: 0 1px 2px rgba(26, 26, 26, 0.2) inset; }
  .admin-bar .st-local,
  .admin-bar .st-open {
    background-color: #89C625; }
  .admin-bar .st-dev,
  .admin-bar .st-draft {
    background-color: #FFC416; }
  .admin-bar .st-stage {
    background-color: #fedea7; }
  .admin-bar .st-prod,
  .admin-bar .st-closed {
    background-color: #ea5d3b; }

section#debug {
  border-top: 1px solid #9a9a9a;
  background: white;
  width: 100%;
  max-width: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) inset;
  margin: 0; }
  section#debug .col-group {
    max-width: 1200px;
    margin: 10px auto; }

.edit-this a {
  font-size: 70%;
  background: white;
  padding: 1px 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ea5d3b; }

h1 .edit-this {
  margin: 0 10px; }

div.env-callout {
  padding: 20px;
  background: #c9c9c9;
  margin: 0 0 20px;
  max-width: 600px;
  box-sizing: border-box;
  background: #c9c9c9 url(/_assets/img/flash-bg.png) repeat center center; }
  div.env-callout h2 {
    font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "mabry-bold", "AvenirBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem; }
    div.env-callout h2 strong {
      font-family: "mabry-bold", "AvenirBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      color: white; }
  div.env-callout p {
    font-size: 24px;
    font-size: 2.4rem; }
    div.env-callout p a {
      color: #172d4f; }
  div.env-callout.local {
    background-color: #a2dc42; }
  div.env-callout.dev {
    background-color: #FFC416; }
  div.env-callout.stage {
    background-color: #fdaf33; }
  div.env-callout.prod {
    background-color: #e00719; }
  @media all and (min-width: 46.25em) {
    div.env-callout h2 {
      font-size: 46px;
      font-size: 4.6rem; } }

body.show-admin-bar {
  padding-bottom: 50px; }

.admin-bar {
  background: #c9c9c9;
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 12px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
  -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.5);
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.5); }
  .admin-bar:not(.gr1) .admin-item.min {
    display: none; }
  @media all and (max-width: 81.24em) {
    .admin-bar .admin-item.min {
      display: none; } }
  @media all and (max-width: 46.24em) {
    .admin-bar .page-details .admin-item {
      display: none;
      border: none; }
      .admin-bar .page-details .admin-item:first-of-type {
        display: inline-block; }
    .admin-bar .site-details .admin-item {
      border: none; }
      .admin-bar .site-details .admin-item:first-of-type {
        display: inline-block;
        width: 20px;
        height: 18px;
        overflow: hidden; }
    .admin-bar .admin-item.min {
      display: none; } }
  .admin-bar .page-details {
    text-align: left; }
  .admin-bar .site-details {
    text-align: right; }
  .admin-bar .admin-item {
    display: inline-block;
    padding: 0 9px 0 5px;
    border-right: 1px solid #9a9a9a; }
    .admin-bar .admin-item:last-of-type {
      border: none; }
  .admin-bar strong {
    font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700; }
  .admin-bar span {
    font-size: 13px;
    font-size: 1.3rem; }
  .admin-bar a {
    background: white;
    color: #172d4f;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0 4px 1px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1);
    box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1); }
    .admin-bar a:visited {
      color: #172d4f; }
    .admin-bar a:hover {
      text-decoration: none;
      color: #1a1a1a;
      -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0);
      -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0);
      box-shadow: 0 1px 2px rgba(26, 26, 26, 0); }
  .admin-bar .status-dot {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    margin: 0 3px;
    -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.2) inset;
    -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.2) inset;
    box-shadow: 0 1px 2px rgba(26, 26, 26, 0.2) inset; }
  .admin-bar .st-local,
  .admin-bar .st-open {
    background-color: #89C625; }
  .admin-bar .st-dev,
  .admin-bar .st-draft {
    background-color: #FFC416; }
  .admin-bar .st-stage {
    background-color: #fdaf33; }
  .admin-bar .st-prod,
  .admin-bar .st-closed {
    background-color: #ea5d3b; }

.seo-preview {
  width: 100%;
  max-width: 440px; }
  .seo-preview h2 {
    margin-bottom: 20px; }
  .seo-preview .preview-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .seo-preview .preview-title .fa {
      font-size: 14px;
      font-size: 1.4rem; }
    .seo-preview .preview-title strong {
      font-family: Arial,Helvetica,sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700; }
    .seo-preview .preview-title .icon-share {
      font-size: 14px;
      font-size: 1.4rem;
      text-decoration: none;
      padding: 3px 3px;
      font-family: Arial,Helvetica,sans-serif; }
    .seo-preview .preview-title a.icon-share {
      background: #eee;
      padding: 3px 6px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .seo-preview .preview-title a.icon-share:hover {
        -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4);
        -moz-box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4);
        box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4); }
  .seo-preview .clip {
    max-height: 1.3em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .seo-preview .preview {
    border: 1px solid #ccc;
    padding: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .seo-preview .preview:hover {
      -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4);
      -moz-box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4);
      box-shadow: 0 1px 3px rgba(26, 26, 26, 0.4); }
  .seo-preview .title, .seo-preview .url, .seo-preview .description {
    display: inline-block;
    width: 100%;
    margin: 0 0 0px;
    line-height: 1.2;
    font-weight: 400;
    color: #1a1a1a; }
  .seo-preview .description {
    line-height: 1.4; }
  .seo-preview .google-preview {
    font-family: Arial,Helvetica,sans-serif; }
    .seo-preview .google-preview .title {
      color: #1e0fbe;
      font-size: 18px;
      font-size: 1.8rem; }
    .seo-preview .google-preview .url {
      max-width: 586px;
      font-size: 14px;
      font-size: 1.4rem;
      color: #006621; }
    .seo-preview .google-preview .description {
      color: #545454;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.6; }
  .seo-preview .twitter-preview,
  .seo-preview .facebook-preview {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.3em;
    border: 1px solid #ccc;
    padding: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden; }
    .seo-preview .twitter-preview .image,
    .seo-preview .facebook-preview .image {
      max-width: 438px;
      max-height: 220px;
      overflow: hidden;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat; }
      .seo-preview .twitter-preview .image img,
      .seo-preview .facebook-preview .image img {
        left: -999em;
        position: relative; }
    .seo-preview .twitter-preview .text,
    .seo-preview .facebook-preview .text {
      padding: 15px;
      font-size: 14px;
      font-size: 1.4rem; }
    .seo-preview .twitter-preview .title,
    .seo-preview .facebook-preview .title {
      font-weight: 700;
      margin: 0 0 5px; }
    .seo-preview .twitter-preview .description,
    .seo-preview .facebook-preview .description {
      margin: 0 0 5px; }
    .seo-preview .twitter-preview .url,
    .seo-preview .facebook-preview .url {
      color: #8899A6;
      margin: 0; }
  .seo-preview .facebook-preview {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: #dadde1; }
    .seo-preview .facebook-preview .text {
      background: #f2f3f5; }
    .seo-preview .facebook-preview .title {
      font-size: 16px;
      font-size: 1.6rem;
      color: #1d2129; }
    .seo-preview .facebook-preview .description {
      font-size: 14px;
      font-size: 1.4rem;
      color: #606770; }
    .seo-preview .facebook-preview .url {
      color: #606770;
      margin: 0;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 1.2rem; }
  .seo-preview .meta-tags {
    font-family: "Roboto Mono", Monaco, Courier New, monospace;
    font-size: 12px;
    font-size: 1.2rem;
    background: #eee;
    padding: 10px; }
    .seo-preview .meta-tags > * {
      line-height: 1.6; }

section#debug {
  border-top: 1px solid #9a9a9a;
  background: white;
  width: 100%;
  max-width: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) inset;
  margin: 0; }
  section#debug .col-group {
    max-width: 1200px;
    margin: 10px auto; }

.edit-this a {
  font-size: 70%;
  background: #f5f5f5;
  color: #172d4f;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 4px 1px;
  text-decoration: none;
  top: -3px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1);
  box-shadow: 0 1px 2px rgba(26, 26, 26, 0.1); }
  .edit-this a:visited {
    color: #172d4f; }
  .edit-this a:hover {
    text-decoration: none;
    color: #1a1a1a;
    -webkit-box-shadow: 0 1px 2px rgba(26, 26, 26, 0);
    -moz-box-shadow: 0 1px 2px rgba(26, 26, 26, 0);
    box-shadow: 0 1px 2px rgba(26, 26, 26, 0); }

h1 .edit-this {
  margin: 0 10px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

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

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: .3em;
  font-weight: 400;
  font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #9a9a9a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  *margin-left: .3em; }
  .button:visited, .button:hover {
    color: #172d4f;
    text-decoration: none; }
  .button.large-button {
    padding: 8px 15px 12px;
    font-size: 16px;
    font-size: 1.6rem; }
    .button.large-button .arrow-icon {
      width: 20px;
      margin: 2px 0 0 10px; }

.button:first-child {
  *margin-left: 0; }

.disabled-button {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default; }

.error-button {
  color: white; }
  .error-button:visited, .error-button:hover {
    color: white; }

.primary-button {
  background-color: #172d4f; }
  .primary-button:visited, .primary-button:hover {
    color: #fedea7; }

.secondary-button {
  background-color: #3d3d3b; }

.success-button {
  background-color: #3fa77b; }

.warning-button {
  background-color: #fdaf33; }

.mini-button {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px; }

.small-button {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px; }

.large-button- {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal; }

.extlarge-button {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.button-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.4em; }
  .button-group .button {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    .button-group .button:first-child {
      margin-left: 0;
      -webkit-border-top-right-radius: 2px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 2px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 2px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 2px;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .button-group .button:last-child {
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 2px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 2px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 2px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 2px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .button-group .button.large:first-child {
      margin-left: 0;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .button-group .button.large:last-child {
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 4px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }

.button-toolbar {
  clear: both;
  margin-top: 0.7em;
  margin-bottom: 0.7em; }
  .button-toolbar .button-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

form {
  margin: 0 0 1.4em 0; }
  form fieldset {
    margin-bottom: 1.4em;
    padding: 0;
    border-width: 0; }
  form legend {
    display: block;
    width: 100%;
    margin-bottom: 2.8em;
    *margin-left: -7px;
    padding: 0;
    color: #172d4f;
    border: 0;
    border-bottom: 1px solid #618dd1;
    white-space: normal; }
    form legend small {
      font-size: 14px;
      font-size: 1.4rem;
      color: #c9c9c9; }
  form p {
    margin-bottom: 0.7em; }
  form br {
    display: none; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle; }

input,
button,
select,
textarea {
  font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

label {
  display: block;
  margin-bottom: 0.175em;
  font-weight: bold;
  color: #172d4f;
  cursor: pointer; }
  label input,
  label textarea,
  label select {
    display: block; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.35em;
  background-color: white;
  border: 1px solid #618dd1;
  color: #172d4f; }
  input:hover,
  textarea:hover,
  select:hover {
    border-color: #2e5a9e; }

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible; }

select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px; }

select {
  width: auto;
  background-color: white;
  font-size: 13px;
  font-size: 1.3rem; }

select[multiple],
select[size] {
  height: auto; }

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top; }

input[type="hidden"] {
  display: none; }

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed; }

input:focus,
textarea:focus {
  border-color: #172d4f, 40%;
  outline: 0;
  outline: thin dotted \9; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.help-block,
.help-inline {
  color: #9a9a9a; }

.help-block {
  display: block;
  margin-bottom: 0.7em; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0; }

.form-inline label {
  display: inline-block; }

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0; }

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }

.form-search label {
  display: inline-block; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.4em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #618dd1;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: left; }
  table th {
    font-weight: bold; }
  table thead, table th {
    vertical-align: bottom; }
    table thead td, table th td {
      font-weight: bold; }
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 0; }
  table tbody + tbody {
    border-top: 2px solid #618dd1; }
  table tbody tr td,
  table tbody tr th {
    -webkit-transition: background-color 0.25s 0 linear;
    -moz-transition: background-color 0.25s 0 linear;
    -ms-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear; }
  table tbody tr:hover td,
  table tbody tr:hover th {
    background-color: #89aadd; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #618dd1;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #618dd1; }
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #b0c6e8; }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin-bottom: 1.4em; }
  figure img {
    margin-bottom: 0.35em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #9a9a9a; }
  figure.full-width {
    width: 100%;
    margin: 0 0 20px 0; }
  figure.thumb-left {
    width: 50%;
    float: left;
    margin: 5px 30px 20px 0; }
  figure.right {
    width: 50%;
    float: right;
    margin: 5px 0 20px 30px; }
  @media all and (min-width: 37.5em) {
    figure.right {
      margin: 5px -60% 20px 30px; } }
  figure.video {
    width: 100%;
    height: 0;
    padding: 0 0 57% 0;
    position: relative; }
    figure.video iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.list-bordered {
  list-style-type: none;
  margin: 0 0 1.4em 0;
  padding: 0; }
  .list-bordered li {
    margin-bottom: 0.35em;
    padding-bottom: 0.35em;
    border-bottom: 1px dashed #9a9a9a; }
  .list-bordered li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0; }

.link-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0; }
  .link-list li {
    margin-bottom: 15px; }
  .secondary-content .link-list {
    margin-top: 30px; }

.info-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0;
  padding: 0; }
  .info-list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    vertical-align: bottom;
    padding-right: 20px;
    padding-left: 40px;
    margin: 0 20px 15px 0;
    border-bottom: 1px solid #172d4f;
    position: relative; }
    .info-list li i {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      font-style: normal;
      font-size: 20px;
      font-size: 2rem; }
      .info-list li i.tick {
        color: #95d5d5; }
      .info-list li i.cross {
        color: #ea5d3b; }
      .info-list li i.info {
        color: #172d4f; }
  .info-list p {
    margin: 0 0 5px; }
  @media all and (min-width: 46.25em) {
    .info-list li {
      width: calc(49% - 30px); } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0); }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin-bottom: 1.4em; }
  figure img {
    margin-bottom: 0.35em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #9a9a9a; }
  figure.full-width {
    width: 100%;
    margin: 0 0 20px 0; }
  figure.thumb-left {
    width: 50%;
    float: left;
    margin: 5px 30px 20px 0; }
  figure.right {
    width: 50%;
    float: right;
    margin: 5px 0 20px 30px; }
  @media all and (min-width: 37.5em) {
    figure.right {
      margin: 5px -60% 20px 30px; } }
  figure.video {
    width: 100%;
    height: 0;
    padding: 0 0 57% 0;
    position: relative; }
    figure.video iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }

.icon {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  background: white;
  width: 30px;
  height: 20px;
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  background-image: url(/_assets/img/svg/arrow-blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .icon.large-icon {
    width: 60px;
    height: 40px; }
  .icon.arrow-icon {
    background-image: url(/_assets/img/svg/arrow-blue.svg); }
    .icon.arrow-icon.white-icon {
      background-image: url(/_assets/img/svg/arrow-white.svg); }
  .icon.down-arrow-icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .icon.open-close-icon {
    background-image: url(/_assets/img/svg/open-close-icon.svg); }
    .icon.open-close-icon.is-open {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.badge {
  background: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  padding: 0px 0px;
  text-align: center;
  margin: 0px 4px;
  width: 24px;
  height: 24px; }

.gfc {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  position: absolute;
  z-index: 0; }
  .gfc.gfc-small {
    width: 100px;
    height: 100px; }
  .gfc.gfc-large {
    width: 200px;
    height: 200px; }
  .gfc.circle {
    background-image: url(/_assets/img/single-mark.png);
    background-size: cover; }

.gfc-t {
  top: -100px;
  left: 45%; }

.arrow {
  width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .arrow.down-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 30px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizelegibility; }

h1 small, h2 small {
  font-weight: normal;
  color: #c9c9c9; }

h1, .h1 {
  margin-bottom: 0.35em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2; }

h2, .h2 {
  margin-bottom: 0.35em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2; }

h3, .h3 {
  margin-bottom: 0.4666666667em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3; }

h4, .h4 {
  margin-bottom: 0.7em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.7em; }

h6, .h6 {
  margin-bottom: 0.7em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

p, ol, ul, li, dl, address {
  margin-bottom: 1.4em;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4em; }

small {
  font-size: 0.8em; }

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid white; }

ul, ol {
  margin: 0 0 1.4em 0;
  padding: 0 0 0 20px; }
  ul li, ol li {
    margin: 0; }

blockquote {
  margin: 0 0 1.4em -20px;
  padding-left: 20px;
  border-left: 2px solid #9a9a9a;
  font-family: "mabry-regular", "AvenirBook", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal; }

q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

cite {
  font-style: normal; }

dl,
dd {
  margin-bottom: 1.4em; }

dt {
  font-weight: 700;
  text-transform: uppercase; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right; }

.dl-horizontal dd {
  margin-left: 22.78%; }

abbr[title] {
  border-bottom: 1px dotted #9a9a9a;
  cursor: help; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

ins {
  background-color: #ebf1f9;
  color: #172d4f;
  text-decoration: none; }

mark {
  background-color: #ebf1f9;
  color: #172d4f;
  font-style: italic;
  font-weight: 700; }

pre,
code,
kbd,
samp {
  font-family: "Roboto Mono", Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

a,
.link {
  text-decoration: none;
  color: #172d4f;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:visited,
  .link:visited {
    color: #172d4f; }
  a:hover,
  .link:hover {
    text-decoration: underline;
    color: #172d4f; }
  a:focus,
  .link:focus {
    outline: 0;
    color: #172d4f; }
  a:hover, a:active,
  .link:hover,
  .link:active {
    outline: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("/_assets/fonts/icomoon/icomoon.eot?-rt8vu1");
  src: url("/_assets/fonts/icomoon/icomoon.eot?#iefix-rt8vu1") format("embedded-opentype"), url("/_assets/fonts/icomoon/icomoon.woff?-rt8vu1") format("woff"), url("/_assets/fonts/icomoon/icomoon.ttf?-rt8vu1") format("truetype"), url("/_assets/fonts/icomoon/icomoon.svg?-rt8vu1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e600"; }

.icon-heart:before {
  content: "\e601"; }

.icon-heart2:before {
  content: "\e602"; }

.icon-earth:before {
  content: "\e603"; }

.icon-list:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-down:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-right:before {
  content: "\e608"; }

.icon-twitter:before {
  content: "\e609"; }

.icon-facebook:before {
  content: "\e60a"; }

.icon-googleplus:before {
  content: "\e60b"; }

.icon-instagram:before {
  content: "\e60c"; }

/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2019 Colophon Foundry
 *
 * Licenced to Colin Beaumont Affinity IT
 */
@font-face {
  font-family: 'mabry-regular';
  src: url("/_assets/fonts/mabry/mabry-regular.eot");
  src: url("/_assets/fonts/mabry/mabry-regular.eot?#iefix") format("embedded-opentype"), url("/_assets/fonts/mabry/mabry-regular.woff2") format("woff2"), url("/_assets/fonts/mabry/mabry-regular.woff") format("woff"), url("/_assets/fonts/mabry/mabry-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'mabry-bold';
  src: url("/_assets/fonts/mabry/mabry-bold.eot");
  src: url("/_assets/fonts/mabry/mabry-bold.eot?#iefix") format("embedded-opentype"), url("/_assets/fonts/mabry/mabry-bold.woff2") format("woff2"), url("/_assets/fonts/mabry/mabry-bold.woff") format("woff"), url("/_assets/fonts/mabry/mabry-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.section-title {
  padding: 30px 0 20px 0px;
  font-size: 34px;
  font-size: 3.4rem; }
  .section-title a, .section-title span {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #172d4f;
    color: #172d4f; }

.bordered-title,
.non-bordered-title {
  border: 1px solid #172d4f;
  border-top: none;
  width: auto;
  display: inline-block;
  padding: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  top: 0px;
  position: relative; }
  .blue-bg .bordered-title, .blue-bg
  .non-bordered-title {
    border-color: white;
    color: white; }
  @media all and (min-width: 46.25em) {
    .bordered-title,
    .non-bordered-title {
      font-size: 36px;
      font-size: 3.6rem;
      padding: 40px; } }

.non-bordered-title {
  border: none;
  padding: 20px 0; }
  @media all and (min-width: 46.25em) {
    .non-bordered-title {
      padding: 40px 0px 0px; } }

h2.title {
  font-size: 30px;
  font-size: 3rem; }
  @media all and (min-width: 46.25em) {
    h2.title {
      font-size: 40px;
      font-size: 4rem; } }
  @media all and (min-width: 61.25em) {
    h2.title {
      font-size: 50px;
      font-size: 5rem; } }
  @media all and (min-width: 81.25em) {
    h2.title {
      font-size: 60px;
      font-size: 6rem; } }

.social-header {
  text-align: right; }
  .social-header .container {
    padding: 10px 0px; }
  .social-header a {
    display: inline-block;
    vertical-align: top;
    width: auto;
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 5px 0;
    margin: 0 0 0 15px; }
    .social-header a .fa-twitter {
      top: 1px;
      position: relative; }
  @media all and (min-width: 61.25em) {
    .social-header .container {
      padding: 10px 5px; } }

.logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 160px; }
  @media all and (min-width: 46.25em) {
    .logo {
      left: -17px; } }
  @media all and (min-width: 61.25em) {
    .logo {
      left: -10px;
      width: 200px;
      margin: -10px; } }

@media all and (max-width: 61.24em) {
  .page-body {
    padding-top: 105px; } }

.page-header {
  display: block;
  position: relative;
  width: 100%;
  z-index: 50; }
  .page-header .row {
    overflow: visible; }
  .page-header .mobile-nav {
    display: none; }
  .page-header .site-nav ul {
    list-style: none;
    clear: both;
    float: none;
    margin: 0 0 0px 0;
    padding: 0; }
  .page-header .site-nav li, .page-header .site-nav a, .page-header .site-nav span {
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none; }
  .page-header .site-nav li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
  @media all and (max-width: 61.24em) {
    .page-header {
      position: fixed;
      top: 0;
      background: white;
      height: 60px;
      border-bottom: 1px solid #c9c9c9; }
      .page-header .social-header {
        display: none; }
      .page-header .logo {
        z-index: 10;
        width: 130px;
        position: absolute;
        top: -5px;
        left: 6px; }
      .page-header .mobile-nav {
        position: absolute;
        display: block;
        top: 0px;
        right: 0px;
        height: 60px;
        width: 60px;
        padding: 0px 0;
        line-height: 24px;
        color: #172d4f;
        font-size: 24px;
        font-size: 2.4rem;
        box-sizing: border-box;
        z-index: 60;
        text-align: center;
        line-height: 60px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .page-header .mobile-nav .menu {
          margin-top: 1px;
          margin-right: 3px;
          display: inline-block; }
        .page-header .mobile-nav .fa {
          margin-left: 5px; }
        .page-header .mobile-nav:hover {
          background: #fdaf33; }
      .page-header .site-nav {
        display: inline-block;
        top: -180vh;
        -webkit-transition: all 0.3s ease-in-out 0.3s;
        -moz-transition: all 0.3s ease-in-out 0.3s;
        -ms-transition: all 0.3s ease-in-out 0.3s;
        -o-transition: all 0.3s ease-in-out 0.3s;
        transition: all 0.3s ease-in-out 0.3s;
        position: fixed;
        background: white;
        width: 100%;
        height: 100vh;
        padding: 20px 20px 20px;
        border-top: 100px solid white;
        z-index: 9;
        left: 0; }
        .page-header .site-nav .container {
          padding: 0;
          opacity: 0.0;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .page-header .site-nav li, .page-header .site-nav a, .page-header .site-nav span {
          font-size: 18px;
          font-size: 1.8rem;
          text-decoration: none;
          margin-bottom: 5px; }
        .page-header .site-nav li {
          margin: 0 0px 5px; }
          .page-header .site-nav li .subnav-list {
            margin-top: 10px;
            margin-bottom: 20px;
            padding-left: 20px; }
          .page-header .site-nav li.subnav-list-title a {
            font-size: 21px;
            font-size: 2.1rem; }
        .page-header .site-nav .main-nav {
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 1px solid white; }
          .page-header .site-nav .main-nav > li {
            margin-bottom: 10px; }
            .page-header .site-nav .main-nav > li > a,
            .page-header .site-nav .main-nav > li > span {
              font-size: 24px;
              font-size: 2.4rem; } }
      @media all and (max-width: 61.24em) and (min-width: 46.25em) {
        .page-header .site-nav .main-nav .subnav {
          display: flex;
          flex-direction: row; }
          .page-header .site-nav .main-nav .subnav .subnav-list {
            width: 50%; } }
  @media all and (max-width: 61.24em) {
      .page-header ul {
        margin-bottom: 20px; }
      .page-header .social-nav {
        padding: 10px 0; }
        .page-header .social-nav a {
          margin: 0 10px 0 0; }
      .page-header.show-nav .site-nav.primary-nav {
        top: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        overflow-y: scroll; }
        .page-header.show-nav .site-nav.primary-nav .container {
          opacity: 1.0;
          -webkit-transition: all 0.3s ease-in-out 0.3s;
          -moz-transition: all 0.3s ease-in-out 0.3s;
          -ms-transition: all 0.3s ease-in-out 0.3s;
          -o-transition: all 0.3s ease-in-out 0.3s;
          transition: all 0.3s ease-in-out 0.3s; } }
  @media all and (min-width: 61.25em) {
    .page-header {
      position: relative; }
      .page-header .container {
        position: relative;
        padding: 10px 20px; }
      .page-header .site-nav {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        text-align: left;
        background: #172d4f; }
        .page-header .site-nav li {
          display: inline-block;
          vertical-align: top;
          width: 100%;
          box-sizing: border-box;
          position: relative;
          margin: 0; }
          .page-header .site-nav li a, .page-header .site-nav li span {
            border-bottom: 2px solid rgba(253, 175, 51, 0); }
          .page-header .site-nav li.selected > a,
          .page-header .site-nav li.selected > span {
            color: #fdaf33;
            border-bottom: 2px solid #fdaf33; }
        .page-header .site-nav a, .page-header .site-nav span {
          color: inherit; }
          .page-header .site-nav a:hover, .page-header .site-nav span:hover {
            border-bottom: 2px solid #fdaf33; }
        .page-header .site-nav .has-subnav {
          position: static; }
          .page-header .site-nav .has-subnav:hover .subnav {
            opacity: 1.0;
            z-index: 1;
            pointer-events: all; }
      .page-header .main-nav > li {
        width: auto;
        margin: 0 60px 0 0;
        padding: 20px 0; }
        .page-header .main-nav > li > a,
        .page-header .main-nav > li > span {
          font-size: 20px;
          font-size: 2rem;
          color: white; }
      .page-header .subnav {
        background: white;
        position: absolute;
        top: 73px;
        left: 20px;
        padding: 30px 30px;
        width: calc(100% - 60px);
        display: flex;
        flex-direction: row;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        pointer-events: none; }
      .page-header .subnav-list {
        list-style: none;
        clear: both;
        float: none;
        margin: 0;
        padding: 0;
        color: #172d4f;
        width: 50%; }
        .page-header .subnav-list .subnav-list-title {
          margin-bottom: 15px; }
          .page-header .subnav-list .subnav-list-title a, .page-header .subnav-list .subnav-list-title span {
            font-size: 20px;
            font-size: 2rem; }
        .page-header .subnav-list li {
          margin-bottom: 7px;
          padding-right: 20px; }
        .page-header .subnav-list a, .page-header .subnav-list span {
          color: inherit; }
      .page-header .site-nav.breadcrumbs {
        background: #fedea7; }
        .page-header .site-nav.breadcrumbs p, .page-header .site-nav.breadcrumbs a {
          font-size: 20px;
          font-size: 2rem;
          color: #172d4f; }
        .page-header .site-nav.breadcrumbs a {
          border-bottom: 2px solid rgba(253, 175, 51, 0); }
          .page-header .site-nav.breadcrumbs a:hover {
            border-bottom: 2px solid #fdaf33; }
        .page-header .site-nav.breadcrumbs p {
          margin: 10px 0; } }

.contact-links {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  background: #172d4f;
  color: white;
  padding: 0px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .contact-links .tel-row {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative; }
    .contact-links .tel-row .tel {
      color: white; }
    .contact-links .tel-row .plus img {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .contact-links .social-icons {
    font-size: 30px;
    font-size: 3rem; }
    .contact-links .social-icons a {
      padding: 10px;
      margin: 0 0px 0 0; }
  @media all and (max-width: 61.24em) {
    .contact-links {
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      top: 60px; }
      .contact-links .plus {
        background: #172d4f;
        width: 60px;
        height: 60px;
        padding: 17px;
        position: absolute;
        top: -60px;
        right: 60px;
        display: block; }
      .contact-links .tel-row {
        padding: 10px 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .contact-links .contact-icons,
      .contact-links .social-icons {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .contact-links .contact-icons a,
        .contact-links .social-icons a {
          color: white;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
          .contact-links .contact-icons a:hover,
          .contact-links .social-icons a:hover {
            color: #fdaf33;
            text-decoration: none; }
      .contact-links .contact-icons {
        max-height: 0px;
        padding: 0px 20px;
        overflow: hidden; }
        .contact-links .contact-icons a {
          display: inline-block;
          vertical-align: top;
          width: 100%;
          box-sizing: border-box;
          position: relative;
          margin: 0 5px 10px 0;
          opacity: 0.0; }
        .contact-links .contact-icons img {
          vertical-align: top;
          width: 40px;
          margin-right: 10px; }
        .contact-links .contact-icons span {
          padding: 10px;
          display: inline-block; }
      .contact-links .social-icons {
        padding: 0px 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
        top: -1px;
        right: 0px; }
        .contact-links .social-icons a {
          font-size: 20px;
          font-size: 2rem;
          margin: 0 5px 0 0; }
      .contact-links.show-contact-nav .tel-row {
        padding: 20px 20px; }
      .contact-links.show-contact-nav .contact-icons {
        max-height: 300px;
        padding: 0px 20px 20px; }
        .contact-links.show-contact-nav .contact-icons a {
          opacity: 1.0;
          -webkit-transition: all 0.3s ease-in-out 0.3s;
          -moz-transition: all 0.3s ease-in-out 0.3s;
          -ms-transition: all 0.3s ease-in-out 0.3s;
          -o-transition: all 0.3s ease-in-out 0.3s;
          transition: all 0.3s ease-in-out 0.3s; }
      .contact-links.show-contact-nav .social-icons {
        padding: 10px 0px; } }
  @media all and (min-width: 61.25em) {
    .contact-links {
      position: fixed;
      width: 280px;
      top: 0px;
      right: 0px;
      max-height: 100px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .contact-links a {
        color: inherit; }
        .contact-links a:hover {
          color: #fdaf33;
          text-decoration: none; }
      .contact-links strong {
        font-size: 30px;
        font-size: 3rem; }
      .contact-links .plus {
        background: #172d4f;
        width: 50px;
        height: 50px;
        padding: 11px;
        position: absolute;
        top: 0px;
        right: 0px;
        display: block; }
      .contact-links .tel-row {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        font-size: 20px;
        font-size: 2rem;
        padding: 10px 15px 12px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .contact-links .tel-row .tel {
          padding: 5px;
          display: inline-block; }
          .contact-links .tel-row .tel:hover {
            color: #fdaf33;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
      .contact-links .contact-icons,
      .contact-links .social-icons {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .contact-links .contact-icons a,
        .contact-links .social-icons a {
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
          .contact-links .contact-icons a:hover,
          .contact-links .social-icons a:hover {
            color: #fdaf33;
            text-decoration: none;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
      .contact-links .contact-icons {
        max-height: 0px;
        padding: 0px 20px 0px;
        overflow: hidden; }
        .contact-links .contact-icons a {
          color: white;
          display: inline-block;
          vertical-align: top;
          width: 100%;
          box-sizing: border-box;
          position: relative;
          margin: 0 5px 10px 0;
          opacity: 0.0; }
        .contact-links .contact-icons img {
          vertical-align: top;
          width: 40px;
          margin-right: 10px; }
        .contact-links .contact-icons span {
          padding: 10px;
          display: inline-block; }
      .contact-links .social-icons {
        padding: 0px 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: absolute;
        top: 5px;
        right: 280px; }
        .contact-links .social-icons a {
          color: #172d4f;
          margin: 5px 10px 0 0;
          padding: 5px;
          width: 25px;
          text-align: center;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          border-radius: 100px;
          font-size: 20px;
          font-size: 2rem;
          background: rgba(255, 255, 255, 0.8); }
          .contact-links .social-icons a:hover {
            background: white; }
      .contact-links.show-contact-nav {
        max-height: 400px; }
        .contact-links.show-contact-nav .tel-row .plus-icon {
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg); }
        .contact-links.show-contact-nav .contact-icons {
          max-height: 300px;
          padding: 10px 20px 10px; }
          .contact-links.show-contact-nav .contact-icons a {
            opacity: 1.0;
            -webkit-transition: all 0.3s ease-in-out 0.3s;
            -moz-transition: all 0.3s ease-in-out 0.3s;
            -ms-transition: all 0.3s ease-in-out 0.3s;
            -o-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s; }
        .contact-links.show-contact-nav .social-icons {
          padding: 0px 10px; } }

.page-footer .container {
  padding-bottom: 20px; }

.page-footer .footer-col {
  margin-bottom: 10px; }

.main-footer {
  overflow: visible; }
  .main-footer .footer-col,
  .main-footer .legal-line {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 15px 0px 0px 0px; }
  @media all and (min-width: 46.25em) {
    .main-footer .footer-col {
      width: 33%; } }

.footer-col {
  margin-top: 10px; }
  .footer-col p, .footer-col a {
    font-size: 20px;
    font-size: 2rem;
    color: white; }
  .footer-col a:hover {
    text-decoration: underline;
    color: #fdaf33; }
  .footer-col li {
    margin: 0; }
  .footer-col p, .footer-col ul {
    margin: 0 0 15px; }
  .footer-col strong {
    color: #172d4f;
    border-bottom: 1px solid #172d4f;
    margin-bottom: 10px; }

.locations {
  display: inline-block;
  position: relative;
  width: 60%;
  min-width: 240px; }
  .locations strong, .locations span, .locations a {
    font-size: 16px;
    font-size: 1.6rem;
    color: white; }
  .locations strong {
    display: inline-block;
    width: 100%; }
  .locations span {
    display: inline-block;
    width: 100%; }
  .locations .location-dropdown {
    display: inline-block;
    position: absolute;
    top: 24px;
    left: -10px;
    width: 100%;
    padding: 0 10px;
    background: #172d4f;
    height: auto;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .locations .location-dropdown::-webkit-scrollbar {
      width: 4px;
      height: 0px;
      background: transparent; }
    .locations .location-dropdown::-webkit-scrollbar-track {
      background: #1a1a1a; }
    .locations .location-dropdown::-webkit-scrollbar-thumb {
      background: #fedea7; }
    .locations .location-dropdown::-webkit-scrollbar-thumb:hover {
      background: #fdaf33; }
  .locations:hover .location-dropdown {
    max-height: 105px;
    padding: 10px 10px;
    overflow-y: scroll; }

.subfooter {
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 0px; }
  .subfooter p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.0em;
    color: #3d3d3b; }
    .subfooter p span, .subfooter p a {
      display: inline-block; }
  .subfooter a {
    color: #3d3d3b;
    padding: 10px 0px 10px 0;
    display: inline-block; }

.consent-module p a {
  color: #172d4f; }

.consent-module-button-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 1000;
  background: #ea5d3b;
  text-align: center; }
  .consent-module-button-container .consent-module-button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 40px;
    text-align: left; }

.consent-request-module {
  padding: 20px; }
  .consent-request-module form {
    margin: 0; }
  .consent-request-module label {
    font-weight: 700; }

.consent-block {
  border-top: 1px solid #9a9a9a;
  padding-top: 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 10px 0 20px 0; }

.consent-button {
  padding-top: 10px; }

.additional-content-container .consent-intro,
.additional-content-container .additional-content {
  height: auto;
  max-height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden; }

.additional-content-container .consent-intro {
  max-height: 1000px;
  opacity: 1.0; }

.additional-content-container .additional-content {
  max-height: 0;
  opacity: 0.0; }

.additional-content-container.show-content .consent-intro {
  max-height: 0;
  opacity: 0.0; }

.additional-content-container.show-content .additional-content {
  max-height: 1000px;
  opacity: 1.0; }

@media all and (min-width: 46.25em) {
  .consent-block-layout .consent-block-text {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    box-sizing: border-box;
    position: relative; }
  .consent-block-layout .consent-block-option {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    box-sizing: border-box;
    position: relative;
    padding-left: 4%;
    padding-top: 10px; } }

.consent-block-label {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 5px solid rgba(236, 236, 236, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .consent-block-label .fa-check {
    color: rgba(236, 236, 236, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    font-size: 22px;
    font-size: 2.2rem; }
  .consent-block-label:hover .fa-check {
    opacity: 1.0; }
  .consent-block-label.selected {
    border: 5px solid #3fa77b;
    background: rgba(63, 167, 123, 0.2); }
    .consent-block-label.selected .fa-check {
      color: #3fa77b;
      opacity: 1.0; }

.cookie-monster {
  background: url("/_assets/img/cookie_monster.jpg") center center no-repeat;
  background-size: contain;
  width: 150px;
  height: 90px;
  position: absolute;
  bottom: 10px;
  right: 15px; }

.form .form-control {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  max-width: 600px;
  margin: 0 0 10px 0; }

.form .field {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px;
  border: 1px solid #c9c9c9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .form .field:focus {
    border-color: #9a9a9a; }

.form textarea {
  min-height: 150px; }

.form .checkbox {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  margin: 5px 5px 0 0; }

.form .radio {
  display: inline-block;
  vertical-align: top;
  width: auto;
  box-sizing: border-box;
  position: relative;
  margin: 5px 5px 0 0; }

.form .req {
  color: #ea5d3b; }

.form .radio-control,
.form .checkbox-control {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem; }
  .form .radio-control input.radio,
  .form .radio-control input.checkbox,
  .form .checkbox-control input.radio,
  .form .checkbox-control input.checkbox {
    display: none;
    display: inline-block;
    opacity: 0.5; }
  .form .radio-control.selected,
  .form .checkbox-control.selected {
    color: #3fa77b; }

.form .select-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  background: white;
  color: #172d4f;
  border: 1px solid #c9c9c9; }
  .form .select-container select, .form .select-container .select, .form .select-container option {
    border: none;
    color: #172d4f;
    position: relative;
    padding: 5px 10px;
    margin: 0;
    height: 37px;
    z-index: 1;
    -webkit-appearance: none; }
  .form .select-container:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #404040; }

.form .additional-content-container {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative; }
  .form .additional-content-container .additional-content-text {
    display: block;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden; }
  .form .additional-content-container.show-text .additional-content-text {
    max-height: 1000px; }

.contact-form form table {
  width: 100%;
  max-width: 800px;
  display: block; }
  .contact-form form table tr {
    display: inline-block;
    border: none;
    width: 100%; }
    .contact-form form table tr:hover td {
      background: transparent; }
    .contact-form form table tr.show {
      opacity: 0.2; }
    .contact-form form table tr.hidden {
      display: none; }
  .contact-form form table td {
    display: inline-block;
    border: none;
    font-size: 18px;
    font-size: 1.8rem; }
  .contact-form form table tr td:first-of-type {
    width: 240px;
    line-height: 30px; }
  .contact-form form table tr td, .contact-form form table tr th {
    padding: 0; }
  .contact-form form table input,
  .contact-form form table textarea {
    padding: 6px 8px;
    font-size: 18px;
    font-size: 1.8rem; }
  .contact-form form table input[type="submit"] {
    background: #172d4f;
    color: white;
    border: none;
    padding: 6px 14px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .contact-form form table input[type="submit"]:hover {
      background: #fdaf33; }

@media all and (min-width: 46.25em) {
  .contact-form form table tr td:first-of-type {
    width: 180px;
    line-height: 30px;
    padding-right: 10px;
    font-size: 14px;
    font-size: 1.4rem; }
  .contact-form form table input[type="submit"] {
    margin-left: 180px; }
  .contact-form form table td {
    width: calc(100% - 190px); }
    .contact-form form table td input,
    .contact-form form table td textarea {
      width: 100% !important; }
    .contact-form form table td .textarea {
      min-height: 200px; } }

@media all and (min-width: 61.25em) {
  .contact-form form table tr td:first-of-type {
    width: 240px;
    font-size: 18px;
    font-size: 1.8rem; }
  .contact-form form table input[type="submit"] {
    margin-left: 240px; }
  .contact-form form table td {
    width: calc(100% - 250px); }
    .contact-form form table td input {
      width: 100% !important; } }

.login-form {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin: 40px auto 40px;
  max-width: 480px;
  margin-top: 20px;
  padding: 20px 20px 40px;
  color: #172d4f; }
  .login-form .title {
    padding: 0; }
  .login-form .form-control {
    margin: 20px 0;
    display: block; }
  .login-form label {
    color: #172d4f;
    padding: 0; }
  .login-form .field, .login-form .btn {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px; }
  .login-form .checkbox {
    display: inline-block; }
  .login-form .btn {
    background: #172d4f;
    color: white;
    padding: 10px 30px;
    margin-right: 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .login-form .btn:hover {
      background: #1a1a1a; }
  .login-form.site-live.env-local .btn.submit, .login-form.site-live.env-stage .btn.submit {
    background: #ea5d3b;
    cursor: not-allowed; }

.tile {
  padding: 10px; }

.valign-bottom > * {
  display: inline-block;
  vertical-align: bottom; }

html.flexbox .valign-bottom {
  display: flex;
  align-items: flex-end; }

.valign-middle > * {
  display: inline-block;
  vertical-align: middle; }

html.flexbox .valign-middle {
  display: flex;
  align-items: center; }
  html.flexbox .valign-middle > * {
    align-self: center; }

.image-bg {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .image-bg > img,
  .image-bg .placeholder {
    left: -9999em;
    position: relative; }

.white-bg {
  background-color: white;
  color: #172d4f; }

.offwhite-bg {
  background-color: #f5f5f5;
  color: #172d4f; }

.lightergrey-bg {
  background-color: #ececec;
  color: #172d4f; }

.lightgrey-bg {
  background-color: #c9c9c9;
  color: #172d4f; }

.grey-bg {
  background-color: #9a9a9a;
  color: #172d4f; }

.black-bg {
  background-color: #3d3d3b;
  color: white; }
  .black-bg .alt-color {
    color: #a9bef8; }

.blue-bg {
  background-color: #172d4f;
  color: white; }
  .blue-bg .alt-color {
    color: #a9bef8; }
  .blue-bg a, .blue-bg .link, .blue-bg a:visited, .blue-bg .link:visited {
    color: white;
    border-color: white; }

.lavender-bg,
.blog-bg,
.content-bg {
  background-color: #a9bef8;
  color: white; }
  .lavender-bg a, .lavender-bg .link, .lavender-bg a:visited, .lavender-bg .link:visited,
  .blog-bg a,
  .blog-bg .link,
  .blog-bg a:visited,
  .blog-bg .link:visited,
  .content-bg a,
  .content-bg .link,
  .content-bg a:visited,
  .content-bg .link:visited {
    color: white;
    border-color: white; }

.yellow-bg,
.services-bg {
  background-color: #fedea7;
  color: white; }
  .yellow-bg a, .yellow-bg .link, .yellow-bg a:visited, .yellow-bg .link:visited,
  .services-bg a,
  .services-bg .link,
  .services-bg a:visited,
  .services-bg .link:visited {
    color: white;
    border-color: white; }

.orange-bg {
  background-color: #fdaf33;
  color: white; }
  .orange-bg a, .orange-bg .link, .orange-bg a:visited, .orange-bg .link:visited {
    color: white;
    border-color: white; }

.teal-bg {
  background-color: #95d5d5;
  color: white; }
  .teal-bg a, .teal-bg .link, .teal-bg a:visited, .teal-bg .link:visited {
    color: white;
    border-color: white; }

.red-bg {
  background-color: #ea5d3b;
  color: white; }
  .red-bg a, .red-bg .link, .red-bg a:visited, .red-bg .link:visited {
    color: white;
    border-color: white; }

.green-bg,
.testimonials-bg {
  background-color: #3fa77b;
  color: white; }
  .green-bg a, .green-bg .link, .green-bg a:visited, .green-bg .link:visited,
  .testimonials-bg a,
  .testimonials-bg .link,
  .testimonials-bg a:visited,
  .testimonials-bg .link:visited {
    color: white;
    border-color: white; }

.timeline-page {
  background-blend-mode: screen;
  background-blend-mode: overlay;
  background-color: #172d4f;
  background-color: #d6d6d6;
  background-position: center center;
  background-size: cover;
  color: white;
  padding-top: 20px; }

.panel {
  padding: 20px;
  margin: 0 0 20px; }

.layers {
  position: relative; }
  .layers .layer {
    position: relative; }
  .layers .l1 {
    z-index: 1; }
  .layers .l2 {
    z-index: 2; }
  .layers .l3 {
    z-index: 3; }
  .layers .l4 {
    z-index: 4; }
  .layers .l5 {
    z-index: 5; }

.tex:before {
  width: 200px;
  height: 500px;
  content: "";
  position: absolute;
  top: -200px;
  left: -20px;
  z-index: 0; }

.tex-1:before {
  background: url("/_assets/img/svg/texture-1-grey.svg") 50% 50% no-repeat; }

.tex-1.tex-y:before {
  background: url("/_assets/img/svg/texture-1-yellow.svg") 50% 50% no-repeat; }

.tex-2:before {
  background: url("/_assets/img/svg/texture-2-grey.svg") 50% 50% no-repeat; }

.tex-2.tex-y:before {
  background: url("/_assets/img/svg/texture-2-yellow.svg") 50% 50% no-repeat; }

.tex-3:before {
  width: 500px;
  height: 200px;
  background: url("/_assets/img/svg/texture-3-grey.svg") 50% 50% no-repeat; }

.tex-3.tex-y:before {
  background: url("/_assets/img/svg/texture-3-yellow.svg") 50% 50% no-repeat; }

.image-layer.offset-bg {
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px; }
  .image-layer.offset-bg img {
    z-index: 1;
    position: relative;
    top: 0px;
    left: 0px; }
  .image-layer.offset-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -30px;
    left: 30px;
    z-index: -1;
    background: #172d4f; }
  .side-col .image-layer.offset-bg {
    margin-bottom: 60px; }
  .switcheroo .image-layer.offset-bg:after {
    left: -30px; }
  .image-layer.offset-bg.offset-alt:after {
    height: calc(100% + 60px);
    left: 60px; }
  .image-layer.offset-bg.offset-p:after {
    background: #a9bef8; }
  .image-layer.offset-bg.offset-g:after {
    background: #c9c9c9; }

.image-layer.hide-from-left-column {
  display: none; }

.follow-up-text-layer {
  padding: 20px; }
  .follow-up-text-layer p {
    margin: 0 0 20px;
    font-size: 26px;
    font-size: 2.6rem; }
    .follow-up-text-layer p:last-of-type {
      margin: 0; }
  .follow-up-text-layer.blue-bg p .icon {
    background-image: url("/_assets/img/svg/arrow-yellow.svg");
    margin: 10px 5px 0 0; }

.title-tag {
  position: relative;
  z-index: 1;
  margin-bottom: -35px; }
  .title-tag .icon-block {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    width: 70px;
    height: 70px;
    padding: 15px;
    text-align: center;
    z-index: 2; }
    .title-tag .icon-block img {
      max-height: 40px;
      max-width: 40px; }
    .title-tag .icon-block.mini-icon-block {
      width: 50px;
      height: 50px;
      padding: 10px; }
      .title-tag .icon-block.mini-icon-block img {
        max-height: 30px;
        max-width: 30px; }
  .title-tag .suptitle {
    display: inline-block;
    vertical-align: top;
    width: auto;
    box-sizing: border-box;
    position: relative;
    height: 35px;
    background: white;
    color: #172d4f;
    padding: 0 15px;
    line-height: 35px;
    margin: 0 0 0 -6px;
    z-index: 1; }
  @media all and (min-width: 46.25em) {
    .title-tag {
      margin-bottom: -50px; }
      .title-tag .icon-block {
        width: 100px;
        height: 100px;
        padding: 25px; }
        .title-tag .icon-block img {
          max-height: 50px;
          max-width: 50px; }
        .title-tag .icon-block .person {
          width: 80%; }
        .title-tag .icon-block.mini-icon-block {
          width: 70px;
          height: 70px;
          padding: 20px; }
      .title-tag .suptitle {
        height: 50px;
        padding: 0 10px;
        line-height: 45px;
        padding: 0 30px 0 15px; } }

.service-block .block-text {
  background: white;
  padding: 20px;
  color: #172d4f; }
  .service-block .block-text p {
    margin: 0; }
    .service-block .block-text p.date {
      color: #9a9a9a;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px; }
  .service-block .block-text .icon {
    margin-bottom: 10px; }
  .service-block .block-text.offwhite-bg {
    background-color: #f5f5f5; }

@media all and (min-width: 46.25em) {
  .service-block .block-text {
    width: 90%;
    margin-left: 5%;
    margin-top: -20px; }
    .service-block .block-text .block-title {
      font-size: 30px;
      font-size: 3rem; }
    .service-block .block-text p {
      font-size: 20px;
      font-size: 2rem; } }

.service-block.condensed-block .block-text {
  position: relative;
  margin-top: 0; }

.service-block.condensed-block .block-title {
  padding-right: 60px;
  margin-bottom: 10px; }

.service-block.condensed-block .block-title + i + p {
  margin-top: 10px; }

.service-block.condensed-block .icon {
  position: absolute;
  top: 28px;
  right: 20px; }

.service-block.condensed-block:hover {
  text-decoration: none; }
  .service-block.condensed-block:hover .block-title {
    text-decoration: underline; }

@media all and (min-width: 46.25em) {
  .service-block.condensed-block .block-text {
    width: 100%;
    margin-left: 0%; } }

.blog-block .title-tag {
  margin-bottom: -30px; }
  .blog-block .title-tag .suptitle {
    background: transparent;
    font-size: 18px;
    font-size: 1.8rem; }

.blog-block .block-text {
  margin-left: 85px; }

.stat-block {
  text-align: center;
  padding: 20px 20px;
  margin: 0 0 20px 0; }
  .stat-block .s1 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    border: 1px solid #172d4f;
    border-right-width: 0;
    padding: 20px 100px 20px 20px;
    width: 100%;
    text-align: left; }
  .stat-block .img {
    width: 80px;
    height: 80px;
    border: 1px solid #172d4f;
    padding: 20px;
    background: white;
    z-index: 1;
    position: relative;
    float: right;
    margin-top: -39px; }
  .stat-block .s2 {
    font-size: 50px;
    font-size: 5rem; }
  .stat-block .s3 {
    font-size: 14px;
    font-size: 1.4rem; }
  .stat-block .s0 {
    font-size: 20px;
    font-size: 2rem;
    border: 1px solid #172d4f;
    border-top: none;
    padding: 20px;
    width: calc(100% - 78px);
    margin: 22px 40px 0; }
  .stat-block.switcheroo .s1 {
    text-align: right;
    padding: 20px 20px 20px 100px;
    border-left-width: 0;
    border-right-width: 1px; }
  .stat-block.switcheroo .img {
    float: left; }
  .stat-block.blue-bg {
    color: #fedea7; }
    .stat-block.blue-bg .s1, .stat-block.blue-bg .img, .stat-block.blue-bg .s0 {
      border-color: #fedea7; }
    .stat-block.blue-bg .img {
      background: #172d4f; }
  .stat-block.lightgrey-bg .img {
    background: #ececec; }

.preview-box {
  margin: 0 0 20px; }
  .preview-box .preview-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 60px;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0; }
  .preview-box .preview-icon {
    border: 1px solid #172d4f;
    width: 80px;
    height: 80px;
    padding: 15px;
    bottom: -11px;
    position: relative;
    margin: 0 20px 0 0; }
    .preview-box .preview-icon.fa {
      font-size: 50px;
      font-size: 5rem; }
  .preview-box .preview-text {
    border: 1px solid #172d4f;
    padding: 40px 30px 20px;
    margin: 0 0 0 40px; }
    .preview-box .preview-text a {
      color: #fedea7; }
  .preview-box .tweet-date {
    font-size: 16px;
    font-size: 1.6rem; }
  .preview-box .tweet-text p {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px; }
  .preview-box .quote p {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 20px; }
  .preview-box .quote cite {
    font-size: 16px;
    font-size: 1.6rem; }
  .preview-box blockquote {
    border: none;
    padding: 0;
    margin: 0; }
  .preview-box.testimonial-preview .preview-icon,
  .preview-box.testimonial-preview .preview-text {
    border: none;
    background: #fedea7; }
  .preview-box.testimonial-preview .preview-icon {
    bottom: -10px; }
  @media all and (min-width: 46.25em) {
    .preview-box .preview-text {
      padding: 55px 40px 25px;
      margin: 0 40px; }
    .preview-box .tweet-text p {
      font-size: 28px;
      font-size: 2.8rem; }
    .preview-box .quote p {
      font-size: 28px;
      font-size: 2.8rem; }
    .preview-box.page-preview {
      padding-right: 40px; } }

.offer {
  display: flex;
  flex-direction: row;
  padding: 20px;
  box-sizing: border-box; }
  .offer .title-col {
    color: white;
    width: 40%;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid white; }
    .offer .title-col h2, .offer .title-col h3 {
      text-align: center;
      font-size: 30px;
      font-size: 3rem;
      color: white; }
  .offer .text-col {
    width: 60%;
    padding: 20px; }
  .offer .title {
    font-size: 35px;
    font-size: 3.5rem; }
  .offer.small-offer {
    position: relative;
    flex-direction: column; }
    .offer.small-offer .title-col {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid white;
      padding: 0 0 20px;
      margin: 0 0 20px; }
      .offer.small-offer .title-col h2, .offer.small-offer .title-col h3 {
        color: white;
        font-size: 30px;
        font-size: 3rem; }
      .offer.small-offer .title-col img {
        display: none; }
    .offer.small-offer .text-col {
      width: 100%;
      border-right: none; }
  .side-col .offer {
    margin-right: -20px; }
  @media all and (min-width: 46.25em) {
    .offer.small-offer {
      top: 8px; } }
  @media all and (min-width: 61.25em) {
    .side-col .offer {
      margin-right: -40px; }
    .offer.small-offer {
      top: -1px; } }

a.offer:hover {
  background: #fdaf33;
  text-decoration: none; }

.callout p {
  color: #fdaf33;
  font-size: 40px;
  font-size: 4rem; }

.additional-service-info {
  padding: 40px 0 20px 0; }

.text-content h1 {
  font-size: 40px;
  font-size: 4rem; }

.text-content h2 {
  font-size: 32px;
  font-size: 3.2rem; }

.text-content h3 {
  font-size: 26px;
  font-size: 2.6rem; }

.text-content p, .text-content li {
  font-size: 22px;
  font-size: 2.2rem; }
  .text-content p a, .text-content li a {
    text-decoration: underline; }

ol.timeline {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  margin: 40px 0 -20px; }
  ol.timeline li {
    border-left: 2px solid #172d4f;
    margin: 0 0 0px 0px;
    padding: 0 0 20px 20px;
    top: 0px;
    position: relative;
    color: #172d4f; }
    ol.timeline li .tile-container {
      position: relative;
      top: -20px; }
      ol.timeline li .tile-container:before {
        content: "";
        display: block;
        border-top: 2px solid #172d4f;
        position: absolute;
        top: 20px;
        left: -20px;
        width: 20px; }
    ol.timeline li .tile-text {
      padding: 15px 20px 50px 20px;
      background: white;
      position: relative; }
    ol.timeline li .date-bar {
      background: white;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px 40px 10px 20px;
      color: #9a9a9a;
      font-size: 14px;
      font-size: 1.4rem; }
      ol.timeline li .date-bar .plus {
        position: absolute;
        right: 15px;
        bottom: 11px;
        font-style: normal;
        font-size: 18px;
        font-size: 1.8rem; }
        ol.timeline li .date-bar .plus:before {
          content: "+"; }
    ol.timeline li .is-expandable {
      max-height: 200px;
      overflow: hidden;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      ol.timeline li .is-expandable .date-bar {
        z-index: 1; }
        ol.timeline li .is-expandable .date-bar:hover {
          color: #172d4f;
          cursor: pointer; }
        ol.timeline li .is-expandable .date-bar:before {
          background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(white));
          background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
          background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
          background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
          background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
          background-image: linear-gradient(top, rgba(255, 255, 255, 0), white);
          background-repeat: repeat-x;
          width: 100%;
          height: 30px;
          top: -30px;
          left: 0;
          position: absolute;
          content: "";
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      ol.timeline li .is-expandable.show-text {
        max-height: 2000px; }
        ol.timeline li .is-expandable.show-text .date-bar .plus:before {
          content: "-"; }
        ol.timeline li .is-expandable.show-text .date-bar:before {
          height: 10px;
          top: -10px; }
    ol.timeline li:last-of-type {
      padding-bottom: 30px; }
    ol.timeline li.year .tile-text {
      background: #172d4f;
      color: white;
      padding-bottom: 20px; }
  ol.timeline h2 {
    font-size: 60px;
    font-size: 6rem;
    margin: -10px 0 0; }
  ol.timeline p {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 10px 0; }
    ol.timeline p:last-of-type {
      margin: 0; }
  @media all and (min-width: 46.25em) {
    ol.timeline {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      ol.timeline li {
        width: 50%;
        top: 20px; }
        ol.timeline li .tile-container {
          display: flex;
          flex-direction: row;
          top: 40px; }
          ol.timeline li .tile-container .tile-text {
            width: 80%; }
          ol.timeline li .tile-container .tile-image {
            width: 45%; }
        ol.timeline li:nth-of-type(odd) {
          border-left: none;
          right: -2px;
          border-right: 2px solid #172d4f; }
          ol.timeline li:nth-of-type(odd) .tile-container {
            top: -20px;
            flex-direction: row-reverse;
            padding: 0 20px 20px 0; }
            ol.timeline li:nth-of-type(odd) .tile-container:before {
              top: 20px;
              left: auto;
              right: 0px;
              width: 20px; }
        ol.timeline li:last-of-type {
          padding-bottom: 90px; }
        ol.timeline li.year .tile-text {
          width: 50%; } }

.sticky-container .sticky-header {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: -1px;
  background: white;
  padding: 10px 0; }

.grid {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  margin: 0 0 20px; }
  .grid li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 20px;
    padding: 10px; }
  .grid a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #172d4f;
    text-decoration: none; }
  .grid img {
    margin: 0 0 10px; }
  @media all and (min-width: 61.25em) {
    .grid.has-max-2-cols {
      margin: 0 -10px 20px; }
      .grid.has-max-2-cols li {
        width: calc(49.7% - 20px);
        margin: 10px; } }
  @media all and (min-width: 46.25em) {
    .grid.has-max-3-cols {
      margin: 0 -10px 20px; }
      .grid.has-max-3-cols li {
        width: calc(49.5% - 20px);
        margin: 10px; } }
  @media all and (min-width: 61.25em) {
    .grid.has-max-3-cols li {
      width: calc(32.5% - 20px); } }
  @media all and (min-width: 46.25em) {
    .grid.has-max-4-cols {
      margin: 0 -10px 20px; }
      .grid.has-max-4-cols li {
        width: calc(49.5% - 20px);
        margin: 10px; } }
  @media all and (min-width: 61.25em) {
    .grid.has-max-4-cols li {
      width: calc(33% - 20px); } }
  @media all and (min-width: 81.25em) {
    .grid.has-max-4-cols li {
      width: calc(24.5% - 20px); } }
  .grid.services-grid .tile {
    padding-left: 50px; }
    .grid.services-grid .tile.hide-tile {
      display: none; }
    .grid.services-grid .tile.large-offer-layout {
      float: right;
      padding: 0; }
      .grid.services-grid .tile.large-offer-layout .text-layer {
        width: 100%;
        padding-left: 30px;
        margin: 60px 0 0; }
      .grid.services-grid .tile.large-offer-layout .main-text {
        padding: 40px 40px; }
  .grid.services-grid .grid-icon {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 00px; }
  .grid.services-grid .arrow {
    width: 20px;
    top: 4px;
    position: relative; }
  .grid.services-grid h3 {
    color: #172d4f;
    margin: 0 0 5px;
    font-size: 22px;
    font-size: 2.2rem; }
  .grid.services-grid p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    color: #1a1a1a; }

.partner-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  margin: 30px 0 10px; }
  .partner-list li {
    display: flex;
    background: white;
    padding: 20px;
    flex-direction: column;
    margin: 0 0 20px 0; }
  .partner-list .partner-image {
    width: 55%;
    padding: 0 35px 0 0; }
    .partner-list .partner-image img {
      width: 100%;
      height: auto; }
  .partner-list .partner-text {
    padding: 0 0px;
    width: 100%; }
    .partner-list .partner-text h3, .partner-list .partner-text p {
      max-width: 700px; }
    .partner-list .partner-text h3 {
      font-family: "mabry-bold", "AvenirBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 26px;
      font-size: 2.6rem;
      margin-bottom: 5px; }
    .partner-list .partner-text p {
      font-size: 17px;
      font-size: 1.7rem;
      margin-bottom: 13px; }
    .partner-list .partner-text .button {
      margin: 0; }
  @media all and (min-width: 46.25em) {
    .partner-list li {
      flex-direction: row; }
    .partner-list .partner-image {
      width: 25%; }
    .partner-list .partner-text {
      width: 75%; } }

.starred-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0; }
  .starred-list li {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0px 10px 10px 35px;
    margin: 0 0 10px 0; }
    .starred-list li:before {
      display: inline-block;
      margin: 6px 5px 0 -35px;
      float: left;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f005";
      color: #fdaf33; }

.lity {
  background: rgba(0, 0, 0, 0.6); }
  .lity.lity-opened .lity-close {
    opacity: 1.0;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -ms-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s; }

.lity-content {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px; }

.lity-close {
  position: absolute;
  color: #172d4f;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.0;
  background: transparent url(/_assets/img/open-close-icon.png) center center no-repeat;
  background-size: cover;
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  top: 6px;
  right: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .lity-close:hover {
    color: #fdaf33;
    text-shadow: none;
    background: transparent url(/_assets/img/open-close-icon.png) center center no-repeat;
    background-size: cover;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.slick-dots {
  list-style: none;
  clear: both;
  float: none;
  margin: 20px 0 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    box-sizing: border-box;
    position: relative;
    margin: 0 5px 0 0; }
  .slick-dots button {
    text-indent: -9999em;
    background: transparent none;
    border: 2px solid #172d4f;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .slick-dots .slick-active button {
    background: #172d4f; }
  .feature-slider .slick-dots {
    padding-left: 20px;
    margin: 0 0 20px; }

.service-slider.layout.three-block-layout.slick-slider {
  margin: 20px -20px 0px; }
  .service-slider.layout.three-block-layout.slick-slider .block.slick-slide {
    margin: 0 10px 0; }
  .service-slider.layout.three-block-layout.slick-slider .slick-dots {
    margin: 10px 20px 0; }
    .service-slider.layout.three-block-layout.slick-slider .slick-dots li {
      margin: 0 10px 0 0; }
    .service-slider.layout.three-block-layout.slick-slider .slick-dots button {
      text-indent: -999em;
      border: 2px solid white;
      width: 16px;
      height: 16px;
      display: inline-block;
      padding: 0; }
    .service-slider.layout.three-block-layout.slick-slider .slick-dots .slick-active button {
      background: white; }

.layout .section-title {
  padding-left: 0px;
  padding-right: 0px; }

.layout .col {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  position: relative; }

.layout .inner-container {
  margin: 0;
  display: inline-block;
  padding: 20px 20px;
  box-sizing: border-box;
  width: 100%; }
  .layout .inner-container.align-centre {
    text-align: center; }
  .layout .inner-container.halign-right {
    text-align: right; }
  .layout .inner-container.image-bg {
    padding: 0; }

.layout.three-block-layout {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .layout.three-block-layout .block {
    margin: 0 0 15px; }
  @media all and (min-width: 46.25em) {
    .layout.three-block-layout {
      flex-direction: row;
      margin: 0px -10px;
      box-sizing: border-box;
      flex-wrap: wrap; }
      .layout.three-block-layout .block {
        box-sizing: border-box;
        width: 33%;
        padding: 10px; }
      .layout.three-block-layout.has-max-3-cols {
        flex-wrap: wrap; }
        .layout.three-block-layout.has-max-3-cols .block {
          min-width: 30%;
          max-width: 30%; } }
  .layout.three-block-layout .pagination-block {
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #172d4f;
    margin: 10px; }

.layout.hero-layout {
  margin: 0 0 20px; }
  .layout.hero-layout a {
    display: flex;
    flex-direction: column;
    padding: 0px 0; }
    .layout.hero-layout a .block-text {
      padding: 20px; }
      .layout.hero-layout a .block-text h4 i {
        margin: 2px 3px; }
    .layout.hero-layout a .block-title {
      font-size: 30px;
      font-size: 3rem;
      position: relative;
      padding-right: 110px;
      margin-bottom: 20px; }
    .layout.hero-layout a .right-date {
      font-size: 12px;
      font-size: 1.2rem;
      color: #9a9a9a;
      position: absolute;
      bottom: 4px;
      right: 0; }
    .layout.hero-layout a:hover {
      text-decoration: none; }
    @media all and (min-width: 61.25em) {
      .layout.hero-layout a {
        flex-direction: row; }
        .layout.hero-layout a .block-text,
        .layout.hero-layout a .block-image {
          width: 50%; }
        .layout.hero-layout a .block-text {
          padding: 30px; } }

.layout.page-header-image-layout {
  display: flex;
  flex-direction: column; }
  .layout.page-header-image-layout .text-layer {
    width: 60%;
    max-width: 800px;
    padding: 20px 0px; }
    .layout.page-header-image-layout .text-layer h1, .layout.page-header-image-layout .text-layer h2, .layout.page-header-image-layout .text-layer h3 {
      font-size: 40px;
      font-size: 4rem; }
    .layout.page-header-image-layout .text-layer p {
      font-size: 26px;
      font-size: 2.6rem; }
      .layout.page-header-image-layout .text-layer p.date {
        font-size: 20px;
        font-size: 2rem;
        color: #9a9a9a; }
    .layout.page-header-image-layout .text-layer:after {
      content: "";
      width: 100%;
      max-width: 300px;
      border-bottom: 1px solid #9a9a9a;
      height: 1px;
      display: block; }

.layout.simple-text-layout .main-col {
  width: 60%;
  max-width: 800px;
  padding: 20px 0px; }
  .layout.simple-text-layout .main-col p, .layout.simple-text-layout .main-col li {
    font-size: 20px;
    font-size: 2rem; }

.layout.offset-layout {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  @media all and (min-width: 46.25em) {
    .layout.offset-layout {
      flex-direction: row;
      margin: 10px -10px; }
      .layout.offset-layout .col {
        padding: 10px; }
      .layout.offset-layout .main-col {
        width: 66%; }
      .layout.offset-layout .side-col {
        width: 33%; } }

.layout.centre-layout {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .layout.centre-layout .col {
    max-width: 680px;
    margin: 0 auto; }
  .layout.centre-layout p, .layout.centre-layout li {
    font-size: 19px;
    font-size: 1.9rem; }
  @media all and (min-width: 61.25em) {
    .layout.centre-layout {
      padding: 30px 0; } }

.layout.split-layout {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .layout.split-layout .col {
    padding-bottom: 30px; }
  @media all and (min-width: 46.25em) {
    .layout.split-layout {
      flex-direction: row;
      margin: 10px 0px; }
      .layout.split-layout .col {
        padding: 10px 0px 30px; }
      .layout.split-layout .main-col {
        width: 50%; }
      .layout.split-layout .side-col {
        width: 50%;
        padding-left: 20px; }
      .layout.split-layout.switcheroo {
        flex-direction: row-reverse; }
        .layout.split-layout.switcheroo .side-col {
          padding-left: 0;
          padding-right: 60px; } }
  @media all and (min-width: 61.25em) {
    .layout.split-layout .side-col {
      padding-left: 40px; }
    .layout.split-layout.switcheroo .side-col {
      padding-left: 0;
      padding-right: 40px; } }
  @media all and (min-width: 81.25em) {
    .layout.split-layout .side-col {
      padding-left: 60px; }
    .layout.split-layout.switcheroo .side-col {
      padding-left: 0;
      padding-right: 60px; } }

.layout.more-info-layout {
  background: #172d4f;
  padding: 20px;
  margin: 0 0 20px; }
  .layout.more-info-layout .more-info-header {
    color: white;
    padding: 0px 30px 8px 0px;
    font-size: 30px;
    font-size: 3rem;
    position: relative;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .layout.more-info-layout .more-info-header .icon {
      position: absolute;
      top: 12px;
      right: 0px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .layout.more-info-layout .more-info-header:hover {
      color: #fdaf33; }
  .layout.more-info-layout .more-info-content {
    background: white;
    margin-top: 0;
    padding: 0 20px;
    max-height: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    opacity: 0.0; }
  .layout.more-info-layout.show-content .more-info-header .icon {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .layout.more-info-layout.show-content .more-info-content {
    margin-top: 20px;
    max-height: 1000px;
    padding: 20px;
    opacity: 1.0; }

.layout.hero-image-layout {
  min-height: 60vh;
  max-height: 80vh;
  position: relative; }
  .layout.hero-image-layout .text-layer {
    color: white;
    text-align: center;
    z-index: 1;
    position: relative;
    margin-top: 40px; }
    .layout.hero-image-layout .text-layer p {
      font-size: 30px;
      font-size: 3rem;
      width: 90%;
      margin: 0 auto; }
  .layout.hero-image-layout .jump {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -25px; }
  .layout.hero-image-layout.screen-height {
    height: calc(100vh - 105px);
    max-height: none; }
  @media all and (min-width: 46.25em) {
    .layout.hero-image-layout .text-layer {
      margin-top: 90px; }
      .layout.hero-image-layout .text-layer p {
        font-size: 40px;
        font-size: 4rem;
        width: 70%; } }
  @media all and (min-width: 61.25em) {
    .layout.hero-image-layout .text-layer {
      margin-top: 130px; }
      .layout.hero-image-layout .text-layer p {
        font-size: 60px;
        font-size: 6rem;
        width: 80%; }
    .layout.hero-image-layout.screen-height {
      height: calc(100vh - 193px);
      max-height: none; } }

.feature-panel-layout {
  padding-top: 20px; }
  .feature-panel-layout .graphic-layer .graphic-text {
    position: relative;
    color: #fdaf33;
    font-size: 30px;
    font-size: 3rem;
    margin-top: -20px; }
  .feature-panel-layout .graphic-layer.news-graphic {
    margin-top: -37px; }
    .feature-panel-layout .graphic-layer.news-graphic img {
      display: inline-block;
      vertical-align: top;
      width: 54%;
      box-sizing: border-box;
      position: relative;
      top: 200px;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
      .feature-panel-layout .graphic-layer.news-graphic img.animated {
        top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .feature-panel-layout .graphic-layer.news-graphic .news-left {
      margin-right: -5%;
      -webkit-transition: all 0.6s ease-in-out 0.6s;
      -moz-transition: all 0.6s ease-in-out 0.6s;
      -ms-transition: all 0.6s ease-in-out 0.6s;
      -o-transition: all 0.6s ease-in-out 0.6s;
      transition: all 0.6s ease-in-out 0.6s; }
    .feature-panel-layout .graphic-layer.news-graphic .news-right {
      margin-top: 20%;
      margin-left: -5%;
      -webkit-transition: all 0.6s ease-in-out 1.2s;
      -moz-transition: all 0.6s ease-in-out 1.2s;
      -ms-transition: all 0.6s ease-in-out 1.2s;
      -o-transition: all 0.6s ease-in-out 1.2s;
      transition: all 0.6s ease-in-out 1.2s; }
  .feature-panel-layout .text-layer p {
    font-size: 20px;
    font-size: 2rem; }
    .feature-panel-layout .text-layer p .icon {
      top: 6px;
      margin-right: 6px; }
  @media all and (min-width: 46.25em) {
    .feature-panel-layout {
      padding-top: 40px;
      display: flex;
      flex-direction: row;
      margin-bottom: 20px; }
      .feature-panel-layout .image-col {
        width: 60%;
        position: relative; }
      .feature-panel-layout .text-col {
        width: 39%; }
      .feature-panel-layout.switcheroo {
        flex-direction: row-reverse; }
        .feature-panel-layout.switcheroo .graphic-layer {
          left: -75px; }
      .feature-panel-layout .layer {
        margin-top: 40px; }
      .feature-panel-layout .title-layer {
        width: 60%;
        margin-top: 0px;
        margin-bottom: -90px; }
      .feature-panel-layout .image-layer {
        margin-left: 0px;
        margin-bottom: 30px; }
      .feature-panel-layout .graphic-layer {
        width: 140%;
        height: auto;
        margin-top: -80px;
        left: -75px;
        text-align: right; }
        .feature-panel-layout .graphic-layer img {
          bottom: 0;
          width: 65%;
          max-height: 450px;
          max-width: 450px; }
        .feature-panel-layout .graphic-layer .graphic-text {
          margin-top: -170px;
          width: 80%;
          max-width: 500px;
          left: 75px;
          text-align: left;
          position: relative;
          color: #fdaf33;
          font-size: 40px;
          font-size: 4rem; }
        .feature-panel-layout .graphic-layer.news-graphic {
          width: 80%;
          left: 20px; }
        .feature-panel-layout .graphic-layer.has-smaller-graphic img,
        .feature-panel-layout .graphic-layer.diagram-managed-services img {
          width: 45%; }
        .feature-panel-layout .graphic-layer.has-bigger-graphic img {
          width: 85%; }
      .feature-panel-layout .text-layer {
        width: 100%;
        padding: 20px 30px; }
        .feature-panel-layout .text-layer h1, .feature-panel-layout .text-layer h2, .feature-panel-layout .text-layer h3 {
          font-size: 40px;
          font-size: 4rem; }
        .feature-panel-layout .text-layer p {
          font-size: 22px;
          font-size: 2.2rem; }
          .feature-panel-layout .text-layer p a {
            color: #fdaf33; }
            .feature-panel-layout .text-layer p a .icon {
              background-image: url("/_assets/img/svg/arrow-yellow.svg"); } }
  @media all and (min-width: 61.25em) {
    .feature-panel-layout .graphic-layer {
      width: 140%;
      left: 75px;
      margin-top: -220px; }
      .feature-panel-layout .graphic-layer.news-graphic {
        left: -75px;
        max-width: 400px;
        margin-top: -220px;
        top: 0px; }
    .feature-panel-layout.switcheroo .graphic-layer {
      left: -150px; }
      .feature-panel-layout.switcheroo .graphic-layer.news-graphic {
        left: -75px; } }

@media all and (max-width: 46.24em) {
  .header-panel-layout {
    width: calc(100% + 40px);
    margin: 20px -20px 0;
    background: white; }
    .header-panel-layout .graphic-layer {
      width: 60%;
      position: absolute;
      top: 10%;
      right: -20%; }
      .header-panel-layout .graphic-layer img {
        max-height: 400px; }
    .header-panel-layout .text-layer {
      width: calc(100% - 40px);
      padding: 20px;
      margin: -40px 20px 0;
      background: white;
      border-bottom: 1px solid #9a9a9a; }
    .header-panel-layout.no-feature-image {
      background: #fdaf33; }
      .header-panel-layout.no-feature-image .title-tag {
        top: 20px;
        left: 20px; }
      .header-panel-layout.no-feature-image .image-layer {
        min-height: 150px; }
      .header-panel-layout.no-feature-image .graphic-layer {
        top: 0%; } }

@media all and (min-width: 46.25em) {
  .header-panel-layout {
    padding-top: 40px;
    width: 100%; }
    .header-panel-layout .title-layer {
      width: 100%;
      position: relative;
      top: 0;
      right: 0; }
    .header-panel-layout .image-layer {
      width: 85%;
      margin: 0 0 20px; }
    .header-panel-layout .graphic-layer {
      width: 40%;
      position: absolute;
      top: 20%;
      right: 0; }
      .header-panel-layout .graphic-layer img {
        max-height: 550px; }
    .header-panel-layout .text-layer {
      width: 60%;
      max-width: 700px;
      margin: 0 0 20px; }
      .header-panel-layout .text-layer h1, .header-panel-layout .text-layer h2 {
        font-size: 50px;
        font-size: 5rem; }
      .header-panel-layout .text-layer p {
        font-size: 30px;
        font-size: 3rem; }
      .header-panel-layout .text-layer.tex:before {
        z-index: -1; }
    .header-panel-layout.no-feature-image .title-tag {
      margin-bottom: 50px; }
    .header-panel-layout.no-feature-image .graphic-layer {
      top: 0%; } }

.large-offer-layout {
  margin-top: 20px; }
  .large-offer-layout .text-layer .suptitle {
    padding: 10px 50px;
    border: 1px solid #172d4f;
    border-bottom: none;
    margin: 0;
    width: auto;
    display: inline-block; }
  .large-offer-layout .text-layer .main-text {
    padding: 30px 50px 20px;
    background: #fedea7;
    z-index: 1;
    position: relative; }
    .large-offer-layout .text-layer .main-text > * {
      max-width: 400px; }
    .large-offer-layout .text-layer .main-text p {
      font-size: 18px;
      font-size: 1.8rem; }
  @media all and (min-width: 46.25em) {
    .large-offer-layout .text-layer {
      width: 100%;
      padding-left: 40%;
      margin: 100px auto; }
    .large-offer-layout .graphic-layer {
      width: 400px;
      position: absolute;
      left: 0%;
      top: 0; } }
  @media all and (min-width: 61.25em) {
    .large-offer-layout .text-layer {
      width: 60%;
      padding-left: 0%;
      margin: 100px auto; }
      .large-offer-layout .text-layer .suptitle {
        padding: 20px 90px; }
      .large-offer-layout .text-layer .main-text {
        padding: 50px 90px 40px; }
    .large-offer-layout .graphic-layer {
      width: 300px;
      position: absolute;
      left: 0%;
      top: 0; }
    .large-offer-layout .offer-bg-lines {
      width: 0%;
      height: 100%;
      display: inline-block;
      position: absolute;
      z-index: 0;
      bottom: -20px;
      right: -20px;
      border: 1px solid #172d4f;
      border-top: none;
      border-left: none;
      -webkit-transition: all 0.3s ease-in-out 1s;
      -moz-transition: all 0.3s ease-in-out 1s;
      -ms-transition: all 0.3s ease-in-out 1s;
      -o-transition: all 0.3s ease-in-out 1s;
      transition: all 0.3s ease-in-out 1s; }
      .large-offer-layout .offer-bg-lines:after {
        display: inline-block;
        content: "";
        width: 120px;
        height: 120px;
        position: absolute;
        top: -20px;
        right: -40px;
        border: 1px solid #172d4f;
        background: white;
        z-index: 0; } }
  .large-offer-layout.animated .offer-bg-lines {
    width: 60%; }

.compare-features-table-layout {
  display: flex;
  flex-direction: column;
  padding: 20px 0; }
  .compare-features-table-layout table {
    list-style: none;
    clear: both;
    float: none;
    margin: 0 0 1.4em 0;
    padding: 0;
    background: rgba(201, 201, 201, 0.5);
    margin: 0 0 10px 0; }
    .compare-features-table-layout table tbody tr:hover td {
      background: #ececec; }
    .compare-features-table-layout table td, .compare-features-table-layout table th {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-top-color: #ececec; }
    .compare-features-table-layout table tr {
      background: white;
      padding: 10px;
      border-bottom: 1px solid rgba(26, 26, 26, 0.1); }
      .compare-features-table-layout table tr p {
        color: inherit;
        margin-bottom: 5px; }
      .compare-features-table-layout table tr:last-of-type {
        border-bottom: none; }
    .compare-features-table-layout table .title {
      background: #172d4f;
      color: white; }
      .compare-features-table-layout table .title p {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700; }
    .compare-features-table-layout table .highlight {
      background-color: rgba(254, 222, 167, 0.5);
      font-weight: 700; }
    .compare-features-table-layout table .cross,
    .compare-features-table-layout table .tick {
      text-align: left;
      font-size: 20px;
      font-size: 2rem; }
      .compare-features-table-layout table .cross p,
      .compare-features-table-layout table .tick p {
        display: inline;
        color: #9a9a9a;
        font-size: 16px;
        font-size: 1.6rem; }
      .compare-features-table-layout table .cross i, .compare-features-table-layout table .cross .fa,
      .compare-features-table-layout table .tick i,
      .compare-features-table-layout table .tick .fa {
        margin: 0 2px; }
    .compare-features-table-layout table .cross .fa {
      color: rgba(26, 26, 26, 0.4); }
    .compare-features-table-layout table .tick .fa {
      color: #172d4f;
      color: #3fa77b; }
    .compare-features-table-layout table .th {
      background: #172d4f;
      font-size: 24px;
      font-size: 2.4rem;
      color: white;
      padding-bottom: 12px; }
    @media all and (max-width: 46.24em) {
      .compare-features-table-layout table tr p,
      .compare-features-table-layout table .th {
        font-size: 16px;
        font-size: 1.6rem; }
      .compare-features-table-layout table .cross,
      .compare-features-table-layout table .tick {
        font-size: 18px;
        font-size: 1.8rem; }
        .compare-features-table-layout table .cross p,
        .compare-features-table-layout table .tick p {
          font-size: 14px;
          font-size: 1.4rem; } }
  @media all and (min-width: 37.5em) {
    .compare-features-table-layout {
      flex-direction: row;
      margin: 10px 0px; }
      .compare-features-table-layout ul {
        margin: 0 0px 10px 0;
        width: 50%;
        border-right: 1px solid rgba(26, 26, 26, 0.1);
        border-bottom: 1px solid rgba(26, 26, 26, 0.1); }
        .compare-features-table-layout ul:first-of-type {
          border-left: 1px solid rgba(26, 26, 26, 0.1); } }

.has-top-tint:before {
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#172d4f), to(rgba(23, 45, 79, 0)));
  background-image: -webkit-linear-gradient(top, #172d4f, rgba(23, 45, 79, 0));
  background-image: -moz-linear-gradient(top, #172d4f, rgba(23, 45, 79, 0));
  background-image: -ms-linear-gradient(top, #172d4f, rgba(23, 45, 79, 0));
  background-image: -o-linear-gradient(top, #172d4f, rgba(23, 45, 79, 0));
  background-image: linear-gradient(top, #172d4f, rgba(23, 45, 79, 0));
  background-repeat: repeat-x;
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0; }

.has-bottom-tint:before {
  width: 100%;
  height: 80px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(23, 45, 79, 0)), to(#172d4f));
  background-image: -webkit-linear-gradient(top, rgba(23, 45, 79, 0), #172d4f);
  background-image: -moz-linear-gradient(top, rgba(23, 45, 79, 0), #172d4f);
  background-image: -ms-linear-gradient(top, rgba(23, 45, 79, 0), #172d4f);
  background-image: -o-linear-gradient(top, rgba(23, 45, 79, 0), #172d4f);
  background-image: linear-gradient(top, rgba(23, 45, 79, 0), #172d4f);
  background-repeat: repeat-x;
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0; }

.map-container iframe {
  width: 100%;
  margin-bottom: -5px;
  height: 40vh; }

@media all and (min-width: 61.25em) {
  .map-container iframe {
    height: 500px;
    height: 50vh; } }

.fade {
  opacity: 0.0;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -ms-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s; }
  .fade.animated {
    opacity: 1.0; }
  html.no-js .fade {
    opacity: 1.0; }

@media all and (min-width: 46.25em) {
  .no-flexbox .general-content .fi img {
    position: relative;
    bottom: auto; }
  .no-flexbox .mainnav > .fi {
    display: inline-block;
    width: 43%;
    vertical-align: top; }
  .no-flexbox .mainnav > ul.fi {
    width: 63%; } }

@media all and (min-width: 61.25em) {
  .no-flexbox .general-content > .fi {
    display: inline-block;
    width: 43%;
    vertical-align: top; } }

html .mod span {
  display: none; }

html.flexbox .flexbox,
html.touch .touch,
html.js .js,
html.mediaqueries .mediaqueries,
html.cookies .cookies,
html.backgroundblendmode .backgroundblendmode,
html.backgroundcliptext .backgroundcliptext,
html.csscalc .csscalc,
html.csscolumns .csscolumns,
html.batteryapi .batteryapi,
html.cssfilters .cssfilters,
html.ligatures .ligatures,
html.flash .flash {
  display: inline-block; }
  html.flexbox .flexbox:before,
  html.touch .touch:before,
  html.js .js:before,
  html.mediaqueries .mediaqueries:before,
  html.cookies .cookies:before,
  html.backgroundblendmode .backgroundblendmode:before,
  html.backgroundcliptext .backgroundcliptext:before,
  html.csscalc .csscalc:before,
  html.csscolumns .csscolumns:before,
  html.batteryapi .batteryapi:before,
  html.cssfilters .cssfilters:before,
  html.ligatures .ligatures:before,
  html.flash .flash:before {
    content: "";
    background: #6be468;
    margin: 0 5px 0 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    top: -1px; }

html.safari .safari {
  display: inline-block; }

html.chrome .chrome {
  display: inline-block; }

html.firefox .firefox {
  display: inline-block; }

html.ie .ie {
  display: inline-block; }

html.mac .mac {
  display: inline-block; }

html.win .win {
  display: inline-block; }

html.webkit .webkit {
  display: inline-block; }

html.gecko .gecko {
  display: inline-block; }

html.ipod .ipod {
  display: inline-block; }

html.iphone .iphone {
  display: inline-block; }

html.ipad .ipad {
  display: inline-block; }

html.webtv .webtv {
  display: inline-block; }

html.android .android {
  display: inline-block; }

html.mobile .mobile {
  display: inline-block; }

html.no-flexbox .no-flexbox,
html.no-touch .no-touch,
html.no-js .no-js,
html.no-mediaqueries .no-mediaqueries,
html.no-cookies .no-cookies,
html.no-backgroundblendmode .no-backgroundblendmode,
html.no-backgroundcliptext .no-backgroundcliptext,
html.no-csscalc .no-csscalc,
html.no-csscolumns .no-csscolumns,
html.no-batteryapi .no-batteryapi,
html.no-cssfilters .no-cssfilters,
html.no-ligatures .no-ligatures,
html.no-flash .no-flash {
  display: inline-block;
  font-weight: bold; }
  html.no-flexbox .no-flexbox:before,
  html.no-touch .no-touch:before,
  html.no-js .no-js:before,
  html.no-mediaqueries .no-mediaqueries:before,
  html.no-cookies .no-cookies:before,
  html.no-backgroundblendmode .no-backgroundblendmode:before,
  html.no-backgroundcliptext .no-backgroundcliptext:before,
  html.no-csscalc .no-csscalc:before,
  html.no-csscolumns .no-csscolumns:before,
  html.no-batteryapi .no-batteryapi:before,
  html.no-cssfilters .no-cssfilters:before,
  html.no-ligatures .no-ligatures:before,
  html.no-flash .no-flash:before {
    content: "";
    background: #ec5463;
    margin: 0 5px 0 0;
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    top: -1px; }

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  pre, blockquote {
    border: 1px solid #9a9a9a;
    page-break-inside: avoid; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; } }

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