@charset "UTF-8";
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

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

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

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

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

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong {
  font-weight: bold;
}

dfn, em {
  font-style: italic;
}

small {
  font-size: 75%;
}

dd {
  margin: 0;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
/*
    @font-face{
        font-family:"Neue Helvetica_n1";
        src:url("../fonts/neue-helvetica/c0c7b087-4dbd-4c75-8acc-8f4444b2ee1d.eot?#iefix") format("eot")
    }
    @font-face{
        font-family:"Neue Helvetica";
        src:url("../fonts/neue-helvetica/c0c7b087-4dbd-4c75-8acc-8f4444b2ee1d.eot?#iefix");
        src:url("../fonts/neue-helvetica/c0c7b087-4dbd-4c75-8acc-8f4444b2ee1d.eot?#iefix") format("eot"),url("../fonts/neue-helvetica/e206f16e-f3ae-45eb-b7a9-c0a42ed7537f.woff2") format("woff2"),url("../fonts/neue-helvetica/f4d1bafa-befd-4f3f-ba25-7c0f77c6651e.woff") format("woff"),url("../fonts/neue-helvetica/428bc0de-414b-4e68-8f07-4f1a8d3f3aa3.ttf") format("truetype"),url("../fonts/neue-helvetica/a7ab0375-c1d6-4096-8f03-dd2e2d9112f3.svg#a7ab0375-c1d6-4096-8f03-dd2e2d9112f3") format("svg");
font-weight: 100;
font-style: normal;
    }
    @font-face{
        font-family:"Neue Helvetica_n2";
        src:url("../fonts/neue-helvetica/d63f77e2-a23d-496f-bc30-c61c7a689aa6.eot?#iefix") format("eot")
    }
    @font-face{
        font-family:"Neue Helvetica";
        src:url("../fonts/neue-helvetica/d63f77e2-a23d-496f-bc30-c61c7a689aa6.eot?#iefix");
        src:url("../fonts/neue-helvetica/d63f77e2-a23d-496f-bc30-c61c7a689aa6.eot?#iefix") format("eot"),url("../fonts/neue-helvetica/4ff9f3fa-9221-4fc5-97e6-93572b6efa24.woff2") format("woff2"),url("../fonts/neue-helvetica/ca8d25cd-e264-4404-b271-4afc45c779c4.woff") format("woff"),url("../fonts/neue-helvetica/e8f8260f-dbee-4daa-81a4-0e415715c569.ttf") format("truetype"),url("../fonts/neue-helvetica/307413a4-d77e-4111-8ba5-e3b7d1e7c160.svg#307413a4-d77e-4111-8ba5-e3b7d1e7c160") format("svg");
font-weight: 200;
font-style: normal;
    }
*/
@font-face {
  font-family: "Neue Helvetica_n3";
  src: url("../fonts/neue-helvetica/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Neue Helvetica";
  src: url("../fonts/neue-helvetica/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix");
  src: url("../fonts/neue-helvetica/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix") format("eot"), url("../fonts/neue-helvetica/3a46542f-f429-4821-9a88-62e3be54a640.woff2") format("woff2"), url("../fonts/neue-helvetica/50ac1699-f3d2-47b6-878f-67a368a17c41.woff") format("woff"), url("../fonts/neue-helvetica/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf") format("truetype"), url("../fonts/neue-helvetica/82a4e1c2-7ffd-4c58-86fa-4010a6723c8e.svg#82a4e1c2-7ffd-4c58-86fa-4010a6723c8e") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Neue Helvetica_n4";
  src: url("../fonts/neue-helvetica/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Neue Helvetica";
  src: url("../fonts/neue-helvetica/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix");
  src: url("../fonts/neue-helvetica/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix") format("eot"), url("../fonts/neue-helvetica/3dac71eb-afa7-4c80-97f0-599202772905.woff2") format("woff2"), url("../fonts/neue-helvetica/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff") format("woff"), url("../fonts/neue-helvetica/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf") format("truetype"), url("../fonts/neue-helvetica/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1") format("svg");
  font-weight: 400;
  font-style: normal;
}

/*
    @font-face{
        font-family:"Neue Helvetica_n5";
        src:url("../fonts/neue-helvetica/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot")
    }
    @font-face{
        font-family:"Neue Helvetica";
        src:url("../fonts/neue-helvetica/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix");
        src:url("../fonts/neue-helvetica/f95f9fc2-ffda-431c-9d6a-2c3668f5b20b.eot?#iefix") format("eot"),url("../fonts/neue-helvetica/5b1fbd62-45dc-4433-a7df-a2b24a146411.woff2") format("woff2"),url("../fonts/neue-helvetica/050b1948-f226-4d20-a65a-15d8ed031222.woff") format("woff"),url("../fonts/neue-helvetica/beb88be6-2a60-46fe-914f-6892b3ae46ce.ttf") format("truetype"),url("../fonts/neue-helvetica/e5567978-93ef-4de1-804d-1f0e3654a014.svg#e5567978-93ef-4de1-804d-1f0e3654a014") format("svg");
font-weight: 500;
font-style: normal;
    }
*/
@font-face {
  font-family: "Neue Helvetica_n7";
  src: url("../fonts/neue-helvetica/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot");
}

@font-face {
  font-family: "Neue Helvetica";
  src: url("../fonts/neue-helvetica/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix");
  src: url("../fonts/neue-helvetica/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix") format("eot"), url("../fonts/neue-helvetica/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2") format("woff2"), url("../fonts/neue-helvetica/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff") format("woff"), url("../fonts/neue-helvetica/419a308d-b777-4f84-9235-2caf4a98ec23.ttf") format("truetype"), url("../fonts/neue-helvetica/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*
    @font-face{
        font-family:"Neue Helvetica_n8";
        src:url("../fonts/neue-helvetica/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix") format("eot")
    }
    @font-face{
        font-family:"Neue Helvetica";
        src:url("../fonts/neue-helvetica/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix");
        src:url("../fonts/neue-helvetica/6492b5a6-2267-40e3-8ede-fd8b730790b1.eot?#iefix") format("eot"),url("../fonts/neue-helvetica/bd8486cc-4614-412d-ba1d-15e1a7c9fada.woff2") format("woff2"),url("../fonts/neue-helvetica/a7bdf5a9-752e-4e69-b17c-b7e62575b07a.woff") format("woff"),url("../fonts/neue-helvetica/e1f8b69f-5d23-44bc-88bf-94778cc978a3.ttf") format("truetype"),url("../fonts/neue-helvetica/22a406f9-eeb2-41eb-ab5e-242ec26f3a88.svg#22a406f9-eeb2-41eb-ab5e-242ec26f3a88") format("svg");
font-weight: 800;
font-style: normal;
    }
*/
@font-face {
  font-family: "bentleys";
  src: url("../fonts/bentleys/bentleys.eot");
  src: url("../fonts/bentleys/bentleys.eot?#iefix") format("embedded-opentype"), url("../fonts/bentleys/bentleys.woff") format("woff"), url("../fonts/bentleys/bentleys.ttf") format("truetype"), url("../fonts/bentleys/bentleys.svg#bentleys") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "bentleys" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before, .slick-prev:before,
.slick-next:before, .card--title-arrow:before, .layer__background-shapes-small:before, .layer__background-shapes-small:after,
.layer__background-shapes-large:before,
.layer__background-shapes-large:after,
.layer__background-shapes-wide:before,
.layer__background-shapes-wide:after, .drawer-content__contact .banner--office-phone:before {
  font-family: "bentleys" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: baseline;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bchev-down:before {
  content: "\61";
}

.icon-bchev-left:before, .slick-prev:before, .layer__background-shapes-small:before,
.layer__background-shapes-large:before,
.layer__background-shapes-wide:before {
  content: "\62";
}

.icon-bchev-right:before, .slick-next:before, .card--title-arrow:before, .layer__background-shapes-small:after,
.layer__background-shapes-large:after,
.layer__background-shapes-wide:after {
  content: "\63";
}

.icon-bchev-up:before {
  content: "\64";
}

.icon-email:before {
  content: "\65";
}

.icon-location:before {
  content: "\66";
}

.icon-location-building:before,
.icon-office:before {
  content: "\79";
}

.icon-phone:before, .drawer-content__contact .banner--office-phone:before {
  content: "\67";
}

.icon-user:before {
  content: "\68";
}

.icon-search:before {
  content: "\69";
}

.icon-location-arrow:before {
  content: "\6a";
}

.icon-share:before {
  content: "\6b";
}

.icon-calendar:before {
  content: "\6c";
}

.icon-chevron-down:before {
  content: "\6d";
}

.icon-chevron-left:before {
  content: "\6e";
}

.icon-chevron-right:before {
  content: "\6f";
}

.icon-chevron-up:before {
  content: "\70";
}

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

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

.icon-linkedin:before,
.icon-linkedin-square:before {
  content: "\73";
}

.icon-youtube:before {
  content: "\74";
}

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

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

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

.icon-close:before {
  content: "\78";
}

/* === TYPOGRAPHY === */
/* === COLOURS === */
/* === BREAKPOINTS === */
/* === GRID === */
/* === ELEMENTS === */
/* === MENUS === */
/**
 * A few mixins used by the framework
 */
/* Sizes are declared on their own here in extendable classes */
h1, .h1 {
  font-size: 69px;
  font-size: 6.9rem;
}

@media screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 55px;
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 1023px) {
  h1, .h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

h2, .h2, .large-cta--title {
  font-size: 45px;
  font-size: 4.5rem;
}

@media screen and (max-width: 1199px) {
  h2, .h2, .large-cta--title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1023px) {
  h2, .h2, .large-cta--title {
    font-size: 31px;
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 767px) {
  h2, .h2, .large-cta--title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

h3, .h3, .small-cta--text, .feature-boxes--item-title {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1199px) {
  h3, .h3, .small-cta--text, .feature-boxes--item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1023px) {
  h3, .h3, .small-cta--text, .feature-boxes--item-title {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

h4, .h4, select[data-inlineselect], .page-header--subtitle, .footer--footer-menu a, .testimonial--testimonial, .solution-finder--sentence, .home-slider--slide-link, .event-sidebar-card--item-title {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1199px) {
  h4, .h4, select[data-inlineselect], .page-header--subtitle, .footer--footer-menu a, .testimonial--testimonial, .solution-finder--sentence, .home-slider--slide-link, .event-sidebar-card--item-title {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  h4, .h4, select[data-inlineselect], .page-header--subtitle, .footer--footer-menu a, .testimonial--testimonial, .solution-finder--sentence, .home-slider--slide-link, .event-sidebar-card--item-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h5, .h5, .card__linkonly .card--title, .card__linkonly .card--title a, .feature-boxes--item-title__long {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1199px) {
  h5, .h5, .card__linkonly .card--title, .card__linkonly .card--title a, .feature-boxes--item-title__long {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1023px) {
  h5, .h5, .card__linkonly .card--title, .card__linkonly .card--title a, .feature-boxes--item-title__long {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

.lede, .sf-results--no-results,
.lead, .article--hero-caption {
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .lede, .sf-results--no-results,
  .lead, .article--hero-caption {
    font-size: 20px;
    font-size: 2rem;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

blockquote {
  font-size: 35px;
  font-size: 3.5rem;
}

@media screen and (max-width: 1023px) {
  blockquote {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.lt-ie9 img {
  width: auto;
}

.aligncenter,
.alignright,
.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone {
  margin: 0;
}

p .alignnone {
  margin-bottom: -10px;
}

@media screen and (min-width: 480px) {
  .alignright {
    float: right;
    margin: 0 0 28px 28px;
    max-width: 60%;
  }
  .alignleft {
    float: left;
    margin: 0 28px 28px 0;
    max-width: 60%;
  }
}

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  float: none;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

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

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border: 1px solid #dfdfdf;
  background: #f6f6f6;
  cursor: pointer;
  color: #6c6e71;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 0.2em 1em;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
}

button:hover, button:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  background: #e9e9e9;
  border-color: #d2d2d2;
  text-decoration: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  width: 100%;
  display: block;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #dfdfdf;
  color: #6c6e71;
  outline: 0;
  margin: 0;
  padding: 0.1em 0.5em;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  font-family: "Neue Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  vertical-align: middle;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #AAA;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAA;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAA;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #AAA;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Neue Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  max-width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: "Neue Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
}

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.media-img {
  margin-bottom: 18.48px;
}

.media-body {
  overflow: hidden;
}

.media-body > :last-child {
  margin-bottom: 0;
}

.media-body > :last-child > :last-child {
  margin-bottom: 0;
}

.media-body > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}

.media,
.xs-media,
.s-media,
.m-media,
.l-media,
.xl-media,
.xxl-media {
  display: block;
}

.media > .media-img {
  float: left;
  margin-right: 28px;
  max-width: 25%;
}

@media screen and (min-width: 480px) {
  .xs-media > .media-img {
    float: left;
    margin-right: 28px;
    max-width: 25%;
  }
}

@media screen and (min-width: 600px) {
  .s-media > .media-img {
    float: left;
    margin-right: 28px;
    max-width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .m-media > .media-img {
    float: left;
    margin-right: 28px;
    max-width: 25%;
  }
}

@media screen and (min-width: 1024px) {
  .l-media > .media-img {
    float: left;
    margin-right: 28px;
    max-width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .xl-media > .media-img {
    float: left;
    margin-right: 28px;
    max-width: 25%;
  }
}

@media screen and (min-width: 1300px) {
  .xxl-media > .media-img {
    float: left;
    margin-right: 28px;
    max-width: 25%;
  }
}

/* 
<ul class="nav">
    <li><a>Link</a></li>
</ul>
*/
.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
 * Grids are based on CSS Wizardry Grids, but have the option of using floated columns in
 * situations where you don't want to comment out whitespace (most of the time).
 
<div class="grid">
    <div class="col xs-one-half m-one-quarter">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
    <div class="col xs-one-half m-one-quarter xs-first m-not-first">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
</div>

 */
.grid, .newsletter--gform .gform_fields {
  margin-left: -16px;
  list-style: none;
  margin-bottom: 0;
  vertical-align: top;
}

.grid.tight, .newsletter--gform .tight.gform_fields {
  margin-left: -4px;
}

.grid.tight .col, .newsletter--gform .tight.gform_fields .col, .grid.tight .grid-item, .newsletter--gform .tight.gform_fields .grid-item, .grid.tight .grid-item, .newsletter--gform .tight.gform_fields .grid-item {
  padding-left: 4px;
  margin-bottom: 4px;
}

.grid.snug, .newsletter--gform .snug.gform_fields {
  margin-left: 0;
}

.grid.snug .col, .newsletter--gform .snug.gform_fields .col, .grid.snug .grid-item, .newsletter--gform .snug.gform_fields .grid-item, .grid.snug .grid-item, .newsletter--gform .snug.gform_fields .grid-item {
  padding-left: 0;
  margin-bottom: 0;
}

.grid > .grid, .newsletter--gform .gform_fields > .grid, .newsletter--gform .grid > .gform_fields, .newsletter--gform .gform_fields > .gform_fields {
  margin-left: 0;
}

.col, .grid-item {
  display: block;
  float: left;
  width: 100%;
  padding-left: 16px;
}

.col.has-bottom-gutter, .has-bottom-gutter.grid-item {
  margin-bottom: 16px;
}

.grid-item {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1023px) {
  .grid, .newsletter--gform .gform_fields {
    margin-left: -16px;
  }
  .col, .grid-item, .grid-item {
    padding-left: 16px;
  }
}

@media screen and (max-width: 599px) {
  .grid, .newsletter--gform .gform_fields {
    margin-left: -16px;
  }
  .col, .grid-item, .grid-item {
    padding-left: 16px;
  }
}

.one-whole {
  width: 100%;
}

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}

.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}

.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}

.one-fifth, .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths {
  width: 80%;
}

.one-sixth, .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.first {
  clear: left;
}

.not-first {
  clear: none;
}

@media screen and (min-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }
  .xs-one-half, .xs-two-quarters, .xs-three-sixths, .xs-four-eighths, .xs-five-tenths, .xs-six-twelfths {
    width: 50%;
  }
  .xs-one-third, .xs-two-sixths, .xs-four-twelfths {
    width: 33.333%;
  }
  .xs-two-thirds, .xs-four-sixths, .xs-eight-twelfths {
    width: 66.666%;
  }
  .xs-one-quarter, .xs-two-eighths, .xs-three-twelfths {
    width: 25%;
  }
  .xs-three-quarters, .xs-six-eighths, .xs-nine-twelfths {
    width: 75%;
  }
  .xs-one-fifth, .xs-two-tenths {
    width: 20%;
  }
  .xs-two-fifths, .xs-four-tenths {
    width: 40%;
  }
  .xs-three-fifths, .xs-six-tenths {
    width: 60%;
  }
  .xs-four-fifths, .xs-eight-tenths {
    width: 80%;
  }
  .xs-one-sixth, .xs-two-twelfths {
    width: 16.666%;
  }
  .xs-five-sixths, .xs-ten-twelfths {
    width: 83.333%;
  }
  .xs-one-eighth {
    width: 12.5%;
  }
  .xs-three-eighths {
    width: 37.5%;
  }
  .xs-five-eighths {
    width: 62.5%;
  }
  .xs-seven-eighths {
    width: 87.5%;
  }
  .xs-one-tenth {
    width: 10%;
  }
  .xs-three-tenths {
    width: 30%;
  }
  .xs-seven-tenths {
    width: 70%;
  }
  .xs-nine-tenths {
    width: 90%;
  }
  .xs-one-twelfth {
    width: 8.333%;
  }
  .xs-five-twelfths {
    width: 41.666%;
  }
  .xs-seven-twelfths {
    width: 58.333%;
  }
  .xs-eleven-twelfths {
    width: 91.666%;
  }
  .xs-first {
    clear: left;
  }
  .xs-not-first {
    clear: none;
  }
}

@media screen and (min-width: 600px) {
  .s-one-whole {
    width: 100%;
  }
  .s-one-half, .s-two-quarters, .s-three-sixths, .s-four-eighths, .s-five-tenths, .s-six-twelfths {
    width: 50%;
  }
  .s-one-third, .s-two-sixths, .s-four-twelfths {
    width: 33.333%;
  }
  .s-two-thirds, .s-four-sixths, .s-eight-twelfths {
    width: 66.666%;
  }
  .s-one-quarter, .s-two-eighths, .s-three-twelfths {
    width: 25%;
  }
  .s-three-quarters, .s-six-eighths, .s-nine-twelfths {
    width: 75%;
  }
  .s-one-fifth, .s-two-tenths {
    width: 20%;
  }
  .s-two-fifths, .s-four-tenths {
    width: 40%;
  }
  .s-three-fifths, .s-six-tenths {
    width: 60%;
  }
  .s-four-fifths, .s-eight-tenths {
    width: 80%;
  }
  .s-one-sixth, .s-two-twelfths {
    width: 16.666%;
  }
  .s-five-sixths, .s-ten-twelfths {
    width: 83.333%;
  }
  .s-one-eighth {
    width: 12.5%;
  }
  .s-three-eighths {
    width: 37.5%;
  }
  .s-five-eighths {
    width: 62.5%;
  }
  .s-seven-eighths {
    width: 87.5%;
  }
  .s-one-tenth {
    width: 10%;
  }
  .s-three-tenths {
    width: 30%;
  }
  .s-seven-tenths {
    width: 70%;
  }
  .s-nine-tenths {
    width: 90%;
  }
  .s-one-twelfth {
    width: 8.333%;
  }
  .s-five-twelfths {
    width: 41.666%;
  }
  .s-seven-twelfths {
    width: 58.333%;
  }
  .s-eleven-twelfths {
    width: 91.666%;
  }
  .s-first {
    clear: left;
  }
  .s-not-first {
    clear: none;
  }
}

@media screen and (min-width: 768px) {
  .m-one-whole {
    width: 100%;
  }
  .m-one-half, .m-two-quarters, .m-three-sixths, .m-four-eighths, .m-five-tenths, .m-six-twelfths {
    width: 50%;
  }
  .m-one-third, .m-two-sixths, .m-four-twelfths {
    width: 33.333%;
  }
  .m-two-thirds, .m-four-sixths, .m-eight-twelfths {
    width: 66.666%;
  }
  .m-one-quarter, .m-two-eighths, .m-three-twelfths {
    width: 25%;
  }
  .m-three-quarters, .m-six-eighths, .m-nine-twelfths {
    width: 75%;
  }
  .m-one-fifth, .m-two-tenths {
    width: 20%;
  }
  .m-two-fifths, .m-four-tenths {
    width: 40%;
  }
  .m-three-fifths, .m-six-tenths {
    width: 60%;
  }
  .m-four-fifths, .m-eight-tenths {
    width: 80%;
  }
  .m-one-sixth, .m-two-twelfths {
    width: 16.666%;
  }
  .m-five-sixths, .m-ten-twelfths {
    width: 83.333%;
  }
  .m-one-eighth {
    width: 12.5%;
  }
  .m-three-eighths {
    width: 37.5%;
  }
  .m-five-eighths {
    width: 62.5%;
  }
  .m-seven-eighths {
    width: 87.5%;
  }
  .m-one-tenth {
    width: 10%;
  }
  .m-three-tenths {
    width: 30%;
  }
  .m-seven-tenths {
    width: 70%;
  }
  .m-nine-tenths {
    width: 90%;
  }
  .m-one-twelfth {
    width: 8.333%;
  }
  .m-five-twelfths {
    width: 41.666%;
  }
  .m-seven-twelfths {
    width: 58.333%;
  }
  .m-eleven-twelfths {
    width: 91.666%;
  }
  .m-first {
    clear: left;
  }
  .m-not-first {
    clear: none;
  }
}

@media screen and (min-width: 1024px) {
  .l-one-whole {
    width: 100%;
  }
  .l-one-half, .l-two-quarters, .l-three-sixths, .l-four-eighths, .l-five-tenths, .l-six-twelfths {
    width: 50%;
  }
  .l-one-third, .l-two-sixths, .l-four-twelfths {
    width: 33.333%;
  }
  .l-two-thirds, .l-four-sixths, .l-eight-twelfths {
    width: 66.666%;
  }
  .l-one-quarter, .l-two-eighths, .l-three-twelfths {
    width: 25%;
  }
  .l-three-quarters, .l-six-eighths, .l-nine-twelfths {
    width: 75%;
  }
  .l-one-fifth, .l-two-tenths {
    width: 20%;
  }
  .l-two-fifths, .l-four-tenths {
    width: 40%;
  }
  .l-three-fifths, .l-six-tenths {
    width: 60%;
  }
  .l-four-fifths, .l-eight-tenths {
    width: 80%;
  }
  .l-one-sixth, .l-two-twelfths {
    width: 16.666%;
  }
  .l-five-sixths, .l-ten-twelfths {
    width: 83.333%;
  }
  .l-one-eighth {
    width: 12.5%;
  }
  .l-three-eighths {
    width: 37.5%;
  }
  .l-five-eighths {
    width: 62.5%;
  }
  .l-seven-eighths {
    width: 87.5%;
  }
  .l-one-tenth {
    width: 10%;
  }
  .l-three-tenths {
    width: 30%;
  }
  .l-seven-tenths {
    width: 70%;
  }
  .l-nine-tenths {
    width: 90%;
  }
  .l-one-twelfth {
    width: 8.333%;
  }
  .l-five-twelfths {
    width: 41.666%;
  }
  .l-seven-twelfths {
    width: 58.333%;
  }
  .l-eleven-twelfths {
    width: 91.666%;
  }
  .l-first {
    clear: left;
  }
  .l-not-first {
    clear: none;
  }
}

@media screen and (min-width: 1200px) {
  .xl-one-whole {
    width: 100%;
  }
  .xl-one-half, .xl-two-quarters, .xl-three-sixths, .xl-four-eighths, .xl-five-tenths, .xl-six-twelfths {
    width: 50%;
  }
  .xl-one-third, .xl-two-sixths, .xl-four-twelfths {
    width: 33.333%;
  }
  .xl-two-thirds, .xl-four-sixths, .xl-eight-twelfths {
    width: 66.666%;
  }
  .xl-one-quarter, .xl-two-eighths, .xl-three-twelfths {
    width: 25%;
  }
  .xl-three-quarters, .xl-six-eighths, .xl-nine-twelfths {
    width: 75%;
  }
  .xl-one-fifth, .xl-two-tenths {
    width: 20%;
  }
  .xl-two-fifths, .xl-four-tenths {
    width: 40%;
  }
  .xl-three-fifths, .xl-six-tenths {
    width: 60%;
  }
  .xl-four-fifths, .xl-eight-tenths {
    width: 80%;
  }
  .xl-one-sixth, .xl-two-twelfths {
    width: 16.666%;
  }
  .xl-five-sixths, .xl-ten-twelfths {
    width: 83.333%;
  }
  .xl-one-eighth {
    width: 12.5%;
  }
  .xl-three-eighths {
    width: 37.5%;
  }
  .xl-five-eighths {
    width: 62.5%;
  }
  .xl-seven-eighths {
    width: 87.5%;
  }
  .xl-one-tenth {
    width: 10%;
  }
  .xl-three-tenths {
    width: 30%;
  }
  .xl-seven-tenths {
    width: 70%;
  }
  .xl-nine-tenths {
    width: 90%;
  }
  .xl-one-twelfth {
    width: 8.333%;
  }
  .xl-five-twelfths {
    width: 41.666%;
  }
  .xl-seven-twelfths {
    width: 58.333%;
  }
  .xl-eleven-twelfths {
    width: 91.666%;
  }
  .xl-first {
    clear: left;
  }
  .xl-not-first {
    clear: none;
  }
}

@media screen and (min-width: 1300px) {
  .xxl-one-whole {
    width: 100%;
  }
  .xxl-one-half, .xxl-two-quarters, .xxl-three-sixths, .xxl-four-eighths, .xxl-five-tenths, .xxl-six-twelfths {
    width: 50%;
  }
  .xxl-one-third, .xxl-two-sixths, .xxl-four-twelfths {
    width: 33.333%;
  }
  .xxl-two-thirds, .xxl-four-sixths, .xxl-eight-twelfths {
    width: 66.666%;
  }
  .xxl-one-quarter, .xxl-two-eighths, .xxl-three-twelfths {
    width: 25%;
  }
  .xxl-three-quarters, .xxl-six-eighths, .xxl-nine-twelfths {
    width: 75%;
  }
  .xxl-one-fifth, .xxl-two-tenths {
    width: 20%;
  }
  .xxl-two-fifths, .xxl-four-tenths {
    width: 40%;
  }
  .xxl-three-fifths, .xxl-six-tenths {
    width: 60%;
  }
  .xxl-four-fifths, .xxl-eight-tenths {
    width: 80%;
  }
  .xxl-one-sixth, .xxl-two-twelfths {
    width: 16.666%;
  }
  .xxl-five-sixths, .xxl-ten-twelfths {
    width: 83.333%;
  }
  .xxl-one-eighth {
    width: 12.5%;
  }
  .xxl-three-eighths {
    width: 37.5%;
  }
  .xxl-five-eighths {
    width: 62.5%;
  }
  .xxl-seven-eighths {
    width: 87.5%;
  }
  .xxl-one-tenth {
    width: 10%;
  }
  .xxl-three-tenths {
    width: 30%;
  }
  .xxl-seven-tenths {
    width: 70%;
  }
  .xxl-nine-tenths {
    width: 90%;
  }
  .xxl-one-twelfth {
    width: 8.333%;
  }
  .xxl-five-twelfths {
    width: 41.666%;
  }
  .xxl-seven-twelfths {
    width: 58.333%;
  }
  .xxl-eleven-twelfths {
    width: 91.666%;
  }
  .xxl-first {
    clear: left;
  }
  .xxl-not-first {
    clear: none;
  }
}

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/
#fb-root {
  display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.cf, .media,
.xs-media,
.s-media,
.m-media,
.l-media,
.xl-media,
.xxl-media, .nav, .grid, .newsletter--gform .gform_fields, .gfield_checkbox > li,
.gfield_radio > li, .ui-datepicker-title, .clear-multi, .ginput_complex, .card-table--row, .card__body-slide, .card__media, .small-cta, .page-header--wrap, .page-header--inner, .banner, .banner--contact, .newsletter--about-wrap, .newsletter--form-fields, .layer--inner, .quick-links--item-inner, .advisors-carousel--items, .home-slider, .home-slider--highlights, .top-bar, .top-menu, .office-header--images, .single-layout, .event-card--body {
  zoom: 1;
}

.cf:before, .media:before,
.xs-media:before,
.s-media:before,
.m-media:before,
.l-media:before,
.xl-media:before,
.xxl-media:before, .nav:before, .grid:before, .newsletter--gform .gform_fields:before, .gfield_checkbox > li:before,
.gfield_radio > li:before, .ui-datepicker-title:before, .clear-multi:before, .ginput_complex:before, .card-table--row:before, .card__body-slide:before, .card__media:before, .small-cta:before, .page-header--wrap:before, .page-header--inner:before, .banner:before, .banner--contact:before, .newsletter--about-wrap:before, .newsletter--form-fields:before, .layer--inner:before, .quick-links--item-inner:before, .advisors-carousel--items:before, .home-slider:before, .home-slider--highlights:before, .top-bar:before, .top-menu:before, .office-header--images:before, .single-layout:before, .event-card--body:before, .cf:after, .media:after,
.xs-media:after,
.s-media:after,
.m-media:after,
.l-media:after,
.xl-media:after,
.xxl-media:after, .nav:after, .grid:after, .newsletter--gform .gform_fields:after, .gfield_checkbox > li:after,
.gfield_radio > li:after, .ui-datepicker-title:after, .clear-multi:after, .ginput_complex:after, .card-table--row:after, .card__body-slide:after, .card__media:after, .small-cta:after, .page-header--wrap:after, .page-header--inner:after, .banner:after, .banner--contact:after, .newsletter--about-wrap:after, .newsletter--form-fields:after, .layer--inner:after, .quick-links--item-inner:after, .advisors-carousel--items:after, .home-slider:after, .home-slider--highlights:after, .top-bar:after, .top-menu:after, .office-header--images:after, .single-layout:after, .event-card--body:after {
  content: "";
  display: table;
}

.cf:after, .media:after,
.xs-media:after,
.s-media:after,
.m-media:after,
.l-media:after,
.xl-media:after,
.xxl-media:after, .nav:after, .grid:after, .newsletter--gform .gform_fields:after, .gfield_checkbox > li:after,
.gfield_radio > li:after, .ui-datepicker-title:after, .clear-multi:after, .ginput_complex:after, .card-table--row:after, .card__body-slide:after, .card__media:after, .small-cta:after, .page-header--wrap:after, .page-header--inner:after, .banner:after, .banner--contact:after, .newsletter--about-wrap:after, .newsletter--form-fields:after, .layer--inner:after, .quick-links--item-inner:after, .advisors-carousel--items:after, .home-slider:after, .home-slider--highlights:after, .top-bar:after, .top-menu:after, .office-header--images:after, .single-layout:after, .event-card--body:after {
  clear: both;
}

.clear {
  clear: both;
}

* {
  box-sizing: border-box;
}

.nav, .datepicker-panel > ul, .gform_fields, .inlineSelect--list, .edit-location--list, .footer--footer-menu ul, .footer--solutions-menu, .footer--legal ul, .sidebar-meta--authors,
.sidebar-meta--offices, .sidebar-meta--terms, .sidebar-advisor-card--deets, .office-finder--body ul, .main-menu, .top-menu, .top-bar--login-list, .social-links, .drawer-content__menu ul, .event-card--deets {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li, .datepicker-panel > ul li, .gform_fields li, .inlineSelect--list li, .edit-location--list li, .footer--footer-menu ul li, .footer--solutions-menu li, .footer--legal ul li, .sidebar-meta--authors li,
.sidebar-meta--offices li, .sidebar-meta--terms li, .sidebar-advisor-card--deets li, .office-finder--body ul li, .main-menu li, .top-menu li, .top-bar--login-list li, .social-links li, .drawer-content__menu ul li, .event-card--deets li {
  padding: 0;
  position: static;
}

.nav li:before, .datepicker-panel > ul li:before, .gform_fields li:before, .inlineSelect--list li:before, .edit-location--list li:before, .footer--footer-menu ul li:before, .footer--solutions-menu li:before, .footer--legal ul li:before, .sidebar-meta--authors li:before,
.sidebar-meta--offices li:before, .sidebar-meta--terms li:before, .sidebar-advisor-card--deets li:before, .office-finder--body ul li:before, .main-menu li:before, .top-menu li:before, .top-bar--login-list li:before, .social-links li:before, .drawer-content__menu ul li:before, .event-card--deets li:before {
  content: none;
}

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

.screen-reader-text,
.sr-text {
  display: none;
  visibility: hidden;
}

.inline {
  display: inline;
}

.at-least-xs,
.at-least-s,
.at-least-m,
.at-least-l,
.at-least-xl,
.at-least-xxl {
  display: none;
}

@media screen and (min-width: 480px) {
  .at-least-xs {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .at-least-s {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .at-least-m {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .at-least-l {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .at-least-xl {
    display: block;
  }
}

@media screen and (min-width: 1300px) {
  .at-least-xxl {
    display: block;
  }
}

.less-than-xs,
.less-than-s,
.less-than-m,
.less-than-l,
.less-than-xl,
.less-than-xxl {
  display: block;
}

@media screen and (min-width: 480px) {
  .less-than-xs {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .less-than-s {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .less-than-m {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .less-than-l {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .less-than-xl {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .less-than-xxl {
    display: none;
  }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

@media screen and (min-width: 480px) {
  .xs-pull-left {
    float: left;
  }
  .xs-pull-right {
    float: right;
  }
}

@media screen and (min-width: 600px) {
  .s-pull-left {
    float: left;
  }
  .s-pull-right {
    float: right;
  }
}

@media screen and (min-width: 768px) {
  .m-pull-left {
    float: left;
  }
  .m-pull-right {
    float: right;
  }
}

@media screen and (min-width: 1024px) {
  .l-pull-left {
    float: left;
  }
  .l-pull-right {
    float: right;
  }
}

@media screen and (min-width: 1200px) {
  .xl-pull-left {
    float: left;
  }
  .xl-pull-right {
    float: right;
  }
}

@media screen and (min-width: 1300px) {
  .xxl-pull-left {
    float: left;
  }
  .xxl-pull-right {
    float: right;
  }
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 20;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  box-shadow: none;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  cursor: default;
}

.slick-prev:before,
.slick-next:before {
  font-size: 26px;
  color: #ea5d0a;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

[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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

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

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 * Datepicker v@VERSION
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-@YEAR Fengyuan Chen
 * Released under the MIT license
 *
 * Date: @DATE
 */
.datepicker-container {
  transform: translateY(-10px);
  font-size: 14;
  line-height: 24.5px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container:before, .datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border: 5px solid transparent;
}

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  box-sizing: content-box;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #ea5d0a;
  /*
  &:before,
  &:after {
    top: -5px;
    left: 10px;

    border-top: 0;
  }

  &:before {
    border-bottom-color: $brand-color;
  }

  &:after {
    top: -4px;

    border-bottom-color: #fff;
  }
*/
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #ea5d0a;
}

.datepicker-bottom-left:before, .datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0;
}

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #ea5d0a;
}

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff;
}

.datepicker-top-right:before, .datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto;
}

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' ';
}

.datepicker-panel > ul:after {
  clear: both;
}

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0;
}

.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
}

.datepicker-panel > ul > li:hover {
  background-color: #f6f6f6;
}

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e3e4e5;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #f6f6f6;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #ea5d0a;
}

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff;
}

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #fbc9ab;
}

.datepicker-panel > ul > li[data-view='years prev'], .datepicker-panel > ul > li[data-view='year prev'], .datepicker-panel > ul > li[data-view='month prev'], .datepicker-panel > ul > li[data-view='years next'], .datepicker-panel > ul > li[data-view='year next'], .datepicker-panel > ul > li[data-view='month next'], .datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view='years current'], .datepicker-panel > ul > li[data-view='year current'], .datepicker-panel > ul > li[data-view='month current'] {
  width: 150px;
}

.datepicker-panel > ul[data-view='years'] > li, .datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px;
}

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;
  background-color: #fff;
}

.datepicker-hide {
  display: none;
}

/**
 * Nothing too special here, just some
 * standard defaults. You probably won't need
 * to change this up too much, but who knows...
 */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  min-height: 100%;
}

body {
  min-height: 100%;
  font-family: "Neue Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.75;
  color: #6c6e71;
  -webkit-font-smoothing: antialiased;
}

.site-wrap {
  min-height: 100%;
  overflow: hidden;
}

.flow, .aligncenter,
.alignright,
.alignleft, .gform_wrapper, .card-table, .event-sidebar-card,
p,
ul,
ol,
blockquote,
blockquote + cite,
hr,
table,
pre,
.well,
.well-tight {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.byline {
  margin-bottom: 21px;
  margin-bottom: 2.1rem;
  margin-top: 0;
}

.byline p {
  margin-bottom: 0;
}

.widget {
  margin-bottom: 16px;
}

/* === PAGE WIDTH === */
.page-width {
  width: 90%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.page-width__narrow {
  max-width: 1000px;
}

/**
 * Typography. Edit as desired.
 */
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #000;
  font-weight: 300;
  font-family: "Neue Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.3;
}

h1, .h1 {
  color: #ea5d0a;
}

.byline {
  margin-top: -23px;
  font-style: italic;
  font-weight: 300;
}

/* === BLOCKQUOTE === */
blockquote {
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-align: center;
  font-family: "Neue Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  color: #3d3e40;
  line-height: 1.3;
  position: relative;
  padding: 0.75em 0;
}

blockquote :last-child {
  margin-bottom: 0;
}

blockquote:before, blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 0.15em;
  height: 0.2em;
  border-left: 1px solid #f19100;
  border-right: 1px solid #f19100;
  transform: skew(-40deg) translateX(-50%);
}

blockquote:after {
  top: auto;
  bottom: 0;
}

blockquote + cite,
blockquote + p cite {
  display: block;
  text-align: center;
  font-style: normal;
  color: #000;
}

/* === LISTS === */
ul,
ol {
  padding-left: 1.2em;
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
  padding-left: 2em;
  position: relative;
}

ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 1em;
  height: 0.15em;
  background: #f19100;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

/* === SIZES === */
.tiny {
  font-size: 0.8em;
}

.small {
  font-size: 0.9em;
}

.large {
  font-size: 1.1em;
}

.extra-large {
  font-size: 1.2em;
}

/* === EMPHASIS === */
.zomg {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ea5d0a;
}

/* === LEADING PARAGRAPH === */
.lede, .sf-results--no-results,
.lead {
  font-weight: 300;
  font-family: "Neue Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.36;
}

a {
  color: #ea5d0a;
  text-decoration: none;
  transition: color .2s linear;
}

a:hover, a:active {
  color: #f19100;
}

.feature-link {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}

.feature-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  opacity: 0;
  height: 2px;
  background: #ea5d0a;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none;
}

.feature-link:hover {
  color: #ea5d0a;
}

.feature-link:hover:before {
  opacity: 1;
  transform: translateY(0);
}

a.img-link:hover {
  opacity: 0.8;
}

.btn, input[type="submit"].gform_button, .gpoll_button,
input.btn,
input[type="submit"].gform_button,
.gpoll_button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.9em 2em;
  background: transparent;
  border: 2px solid #ea5d0a;
  border-radius: 0;
  font-family: "Neue Helvetica", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.075);
  transition: background .5s ease, color .5s ease, border-color .5s ease;
  color: #ea5d0a;
  cursor: pointer;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

.btn:link, input[type="submit"].gform_button:link, .gpoll_button:link, .btn:visited, input[type="submit"].gform_button:visited, .gpoll_button:visited,
input.btn:link,
input[type="submit"].gform_button:link,
.gpoll_button:link,
input.btn:visited,
input[type="submit"].gform_button:visited,
.gpoll_button:visited {
  color: #ea5d0a;
}

.btn:hover, input[type="submit"].gform_button:hover, .gpoll_button:hover, .btn:active, input[type="submit"].gform_button:active, .gpoll_button:active,
input.btn:hover,
input[type="submit"].gform_button:hover,
.gpoll_button:hover,
input.btn:active,
input[type="submit"].gform_button:active,
.gpoll_button:active {
  color: #FFF;
  background: #ea5d0a;
  border-color: #ea5d0a;
  text-decoration: none;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.075);
}

.btn:active, input[type="submit"].gform_button:active, .gpoll_button:active,
input.btn:active,
input[type="submit"].gform_button:active,
.gpoll_button:active {
  transform: translate(0, 1px);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.075);
}

@media screen and (max-width: 767px) {
  .btn, input[type="submit"].gform_button, .gpoll_button,
  input.btn,
  input[type="submit"].gform_button,
  .gpoll_button {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.75em 1.25em;
  }
}

.btn + .btn, input[type="submit"].gform_button + .btn, .gpoll_button + .btn, .btn + input[type="submit"].gform_button, input[type="submit"].gform_button + input[type="submit"].gform_button, .gpoll_button + input[type="submit"].gform_button, .btn + .gpoll_button, input[type="submit"].gform_button + .gpoll_button, .gpoll_button + .gpoll_button {
  margin-left: 0.66em;
}

.btn__large {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 1.15em 2.2em;
}

.btn__wide, input[type="submit"].gform_button, .gpoll_button {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.btn__block {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.btn__solid {
  background: #ea5d0a;
  color: #FFF;
}

.btn__solid:before {
  display: none;
}

.btn__solid:link, .btn__solid:visited {
  color: #FFF;
}

.btn__solid:hover, .btn__solid:active {
  background: #3d3e40;
  border-color: #3d3e40;
  color: #FFF;
}

.btn__solid-white {
  background: #FFF;
  border-color: #FFF;
  color: #ea5d0a;
}

.btn__solid-white:before {
  display: none;
}

.btn__solid-white:link, .btn__solid-white:visited {
  color: #ea5d0a;
}

.btn__solid-white:hover, .btn__solid-white:active {
  background: #3d3e40;
  border-color: #3d3e40;
  color: #FFF;
}

.btn__white {
  border-color: #FFF;
  color: #FFF;
}

.btn__white:link, .btn__white:visited {
  color: #FFF;
}

.btn__white:hover, .btn__white:active {
  border-color: #FFF;
  color: #ea5d0a;
}

.btn__no-shadow {
  box-shadow: none !important;
}

.csstransforms3d .btn:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white), .csstransforms3d input[type="submit"].gform_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white), .csstransforms3d .gpoll_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white) {
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.csstransforms3d .btn:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):before, .csstransforms3d input[type="submit"].gform_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):before, .csstransforms3d .gpoll_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #ea5d0a;
  z-index: -1;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform-origin: 0% 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.csstransforms3d .btn:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):hover, .csstransforms3d input[type="submit"].gform_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):hover, .csstransforms3d .gpoll_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):hover, .csstransforms3d .btn:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):active, .csstransforms3d input[type="submit"].gform_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):active, .csstransforms3d .gpoll_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):active {
  background: transparent;
}

.csstransforms3d .btn:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):hover:before, .csstransforms3d input[type="submit"].gform_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):hover:before, .csstransforms3d .gpoll_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):hover:before, .csstransforms3d .btn:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):active:before, .csstransforms3d input[type="submit"].gform_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):active:before, .csstransforms3d .gpoll_button:not(input):not(.compact-filters--btn):not(.btn__solid):not(.btn__solid-white):active:before {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.csstransforms3d .btn__white:before {
  background: #FFF !important;
}

/**
 * Theme Specific Form Styles.
 * These extend the styles in the framework/objects/forms file.
 * Includes styling for Gravity Forms (a WordPress form plugin).
 */
.form-item,
.gform_fields > li {
  margin-bottom: 14px;
}

label,
.gform_label {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
}

label.is-focused,
.gform_label.is-focused {
  color: #000;
}

.ginput_complex label {
  font-size: 0.9em;
}

select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"],
textarea {
  max-width: 100%;
  padding: 0.5em 1em;
  border: 1px solid #dfdfdf;
  background-color: transparent;
}

select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="file"]:focus,
textarea:focus {
  border-color: #666666;
  box-shadow: none;
  outline: none;
}

textarea {
  height: 120px;
}

select {
  background-image: url(../images/select-down-arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 36px;
  -moz-appearance: none;
}

.gfield_checkbox > li,
.gfield_radio > li {
  margin-bottom: 4px;
}

.gfield_checkbox input[type="checkbox"],
.gfield_checkbox input[type="radio"],
.gfield_radio input[type="checkbox"],
.gfield_radio input[type="radio"] {
  margin-right: 12px;
  float: left;
  margin-top: 6px;
}

.gfield_checkbox label,
.gfield_radio label {
  overflow: hidden;
  display: block;
}

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: March 18, 2013 4:24 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

----------------------------------------------------------------
*/
.ui-datepicker-title select {
  width: 75px;
  margin: 1px;
  float: left;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 1001 !important;
  background: #FFF;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker-arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

.ginput_container {
  position: relative;
}

input.datepicker_with_icon {
  padding-left: 2.5em !important;
}

img.ui-datepicker-trigger {
  position: absolute;
  top: 7px;
  left: 9px;
}

.clear-multi {
  max-width: 100%;
}

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  float: left;
  width: 30.6%;
  margin-right: 4%;
}

.gfield_date_dropdown_year {
  margin-right: 0;
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
  display: block;
  width: 48%;
  float: left;
}

.ginput_complex .ginput_right {
  float: right;
}

.gfield-clear {
  clear: both;
}

@media screen and (min-width: 600px) {
  .gfield-half {
    width: calc(50% - 16px / 2);
    margin-right: 16px;
    float: left;
  }
  .gfield-first {
    clear: both;
  }
  .gfield-last {
    margin-right: 0 !important;
  }
  .gfield-last + .gfield {
    clear: both;
  }
}

input[type="submit"].gform_button, .gpoll_button {
  margin-bottom: 0;
  margin-top: 6px;
}

.gfield_required,
.gfield_error .validation_message,
.validation_error {
  color: #d10f0f;
}

#gforms_confirmation_message {
  color: #378a0f;
}

.gform_validation_container {
  display: none;
  visibility: hidden;
}

.gpoll_field label,
.gpoll_field .gfield_label {
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.gpoll_field .gfield_label,
.gpoll_field .gpoll_field_label {
  display: block;
  margin-bottom: 12px;
  font-weight: bold;
  color: #3b3d40;
}

.gpoll_container .gpoll_field .gpoll_ratio_box {
  border-radius: 0;
  background: #3d3e40;
}

.gpoll_container .gpoll_field .gpoll_bar_juice {
  background: #ea5d0a;
  border-radius: 0;
  box-shadow: none;
}

.gpoll_container .gpoll_field .gpoll_bar_juice:after {
  display: none;
}

.gpoll_container .gpoll_field .gpoll_bar_count {
  text-shadow: none;
}

table,
.tablepress {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

table th,
table td,
.tablepress th,
.tablepress td {
  padding: 5px;
  vertical-align: top;
  border-top: 1px solid #dfdfdf;
  text-align: left;
  max-width: 400px;
}

table th:first-child,
table td:first-child,
.tablepress th:first-child,
.tablepress td:first-child {
  padding-left: 0 !important;
}

table th:last-child,
table td:last-child,
.tablepress th:last-child,
.tablepress td:last-child {
  padding-right: 0 !important;
}

table th:not(:empty),
table td:not(:empty),
.tablepress th:not(:empty),
.tablepress td:not(:empty) {
  min-width: 160px;
}

table thead th,
table tfoot th,
.tablepress thead th,
.tablepress tfoot th {
  border-top: 5px solid #ea5d0a;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000000;
  background: transparent;
  border-bottom: none;
}

table thead th,
.tablepress thead th {
  vertical-align: bottom;
}

table tbody tr:first-child td,
.tablepress tbody tr:first-child td {
  border-top: 1px solid #dfdfdf;
}

table .row-title,
.tablepress .row-title {
  color: #222425;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  table.table__padded td,
  .tablepress.table__padded td {
    padding: 1.5em 0.5em;
  }
}

table.table__title-col td:first-child,
.tablepress.table__title-col td:first-child {
  color: #ea5d0a;
  font-size: 1.3em;
  line-height: 1.3;
}

.table--wrapper {
  overflow-x: auto;
  width: 100%;
}

.card-table--row {
  background: #FFF;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.125);
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 16px;
  overflow: hidden;
}

.card-table--title-col {
  padding: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.card-table--row-title {
  color: #ea5d0a;
  font-size: 1.3em;
  line-height: 1.3;
}

.card-table--content-col {
  padding: 20px 20px 0;
}

.card-table--content-col__2 {
  padding: 0 20px;
}

.card-table--button-col {
  padding: 0 20px 20px;
}

@media screen and (min-width: 1024px) {
  .card-table--title-col {
    padding: 30px;
    border-bottom: none;
    float: left;
    width: 14%;
    position: relative;
  }
  .card-table--title-col:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 1000px;
    width: 0;
    border-left: 1px solid #dfdfdf;
  }
  .card-table--content-col {
    padding: 30px;
    float: left;
    width: 33%;
  }
  .card-table--content-col p:last-child,
  .card-table--content-col ul:last-child,
  .card-table--content-col ol:last-child {
    margin-bottom: 0;
  }
  .card-table--button-col {
    float: left;
    padding: 30px;
    width: 20%;
    text-align: right;
  }
}

/**
 * Even if you don't think your site
 * will include any code blocks, including this
 * file makes debugging slightly prettier. 
 */
pre {
  border: 1px solid #dfdfdf;
  overflow: auto;
  padding: 0 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: linear-gradient(#f6f6f6 50%, transparent 50%, transparent);
  background-size: 100% 4em;
  background-color: #FFF;
  color: #6c6e71;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  position: relative;
  left: 0;
  text-transform: none;
}

pre code {
  background-color: transparent;
}

code {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  background-color: lightyellow;
  color: #666;
}

.well, .well-tight {
  padding: 28px 28px 0;
  background: #f6f6f6;
  border: 1px solid #e3e4e5;
}

.well-tight {
  padding: 5px;
}

.well-tight > :last-child {
  margin-bottom: 0;
}

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #dfdfdf;
}

/**
 * A file for reusable classes that are part of the skin.
 * E.g. .entry-item - vertically space these 'things' and include a bottom border.
 * Feel free to delete what's here, but it's a good idea to include
 * your own objects.
 */
.entry-item {
  /* Elements inside the item should take care of padding */
  border-bottom: 1px solid #e3e4e5;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  /* Except on media entry-items */
}

.entry-item.media {
  padding-bottom: 28px;
  padding-bottom: 2.8rem;
}

.entry-item.spaced {
  padding-bottom: 18.48px;
  padding-bottom: 1.848rem;
  margin-bottom: 46.48px;
  margin-bottom: 4.648rem;
}

.entry-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.search-form {
  background: #FFF;
  border: 1px solid #a2a3a5;
  position: relative;
}

.search-form .s {
  background: transparent;
  border: none;
  padding-right: 35px;
  max-width: 100%;
}

.search-form .search-submit {
  position: absolute;
  width: 30px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: #ea5d0a;
  border: none;
  text-align: center;
  color: #FFF;
  font-size: 19px;
  font-size: 1.9rem;
  vertical-align: middle;
  transition: .2s;
  padding: 0;
}

.search-form .search-submit i {
  position: relative;
  top: -1px;
}

.search-form .search-submit:hover {
  background: #3d3e40;
}

.search--result {
  padding-left: 40px;
  margin-left: 40px;
  border-left: 1px solid #dfdfdf;
}

.search--result-title {
  margin-bottom: 0px;
}

.search--result-title a {
  color: #000;
}

.search--result-link-date,
.search--result-link-date a {
  color: #b3b5b7;
}

.card {
  position: relative;
  background: #FFF;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.125);
  font-size: 14px;
  font-size: 1.4rem;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform .3s ease;
  will-change: transform;
}

.card:hover {
  transform: scale(1.05) translate3d(0, 0, 0) perspective(1px);
  z-index: 2;
}

.card--image {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.card--image img {
  width: 100%;
  transform: scale(1) translate3d(0, 0, 0);
  transition: transform .3s ease;
}

.card:hover .card--image img {
  transform: scale(1.025) translate3d(0, 0, 0);
}

.card--body {
  padding: 1em 1.5em;
  background: #FFF;
}

.card--meta {
  margin-bottom: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card--meta-item,
.card--meta-space {
  display: inline;
  margin-right: 0.1em;
}

.card--meta-item {
  text-overflow: ellipsis;
}

.card--meta-item span {
  color: #b3b5b7;
}

.card--meta-item a {
  color: #b3b5b7;
}

.card--meta-item a:hover {
  color: #6c6e71;
}

.card--meta-space {
  color: #ea5d0a;
}

.card--title,
.card--title a {
  font-size: 25px;
  font-size: 2.5rem;
  color: #ea5d0a;
  margin-bottom: 0.33em;
}

@media screen and (max-width: 1023px) {
  .card--title,
  .card--title a {
    font-size: 20px;
    font-size: 2rem;
  }
}

.card--title a {
  display: block;
}

.card--title a:hover {
  color: #000;
}

.card--subtitle {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  margin-top: -0.5em;
  margin-bottom: 1em;
}

.card--title-arrow {
  float: right;
  width: 10px;
  height: 12px;
  position: relative;
  top: 0.4em;
  font-size: 0.6em;
  margin-left: 1em;
}

.card--intro {
  line-height: 1.3;
  margin: 0;
  color: #b3b5b7;
}

.card--content {
  margin: 0;
  line-height: 1.3;
}

.card--content p {
  margin-bottom: 0;
}

.card--content .card--byline {
  margin-top: 0.5em;
  font-style: italic;
}

.card__toggle-content:hover {
  transform: scale(1);
  z-index: 2;
}

.card--body__toggle {
  height: 84px;
  position: relative;
}

.card--toggle-group {
  padding: 0 2em;
  height: 84px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  transform: scale(1), translate3d(0, 0, 0);
  transition: transform .3s ease, height .3s ease;
  will-change: transform;
}

.card--toggle-group .card--title-wrap {
  height: 84px;
  position: relative;
}

.card--toggle-group .card--title {
  line-height: 1.1;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.card--toggle-group .card--content {
  height: 40px;
  overflow: hidden;
  margin-top: -0.75em;
  opacity: 0;
  transition: opacity .1s ease;
}

.card:hover .card--toggle-group {
  height: 124px;
  transform: scale(1.05);
}

.card:hover .card--toggle-group .card--content {
  opacity: 1;
  transition: opacity .15s ease .15s;
}

.card__body-slide .card--image {
  margin-bottom: 130px;
}

.card__body-slide .card--content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.card__body-slide:hover .card--content {
  max-height: 100px;
}

.card--body__slide {
  padding: 2em 2.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .card--body__slide {
    padding: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .card--body__slide {
    padding: 1em;
  }
}

@media screen and (min-width: 768px) {
  .card__media .card--image {
    float: left;
    width: 33%;
    max-width: 300px;
    overflow: hidden;
    position: relative;
  }
  .card__media .card--image:after {
    content: "";
    position: absolute;
    right: -25px;
    background: #FFF;
    top: -5px;
    bottom: -5px;
    width: 25px;
    transform: translateX(0);
    transition: transform .3s ease;
  }
  .card__media .card--body {
    overflow: hidden;
    padding: 3em 2em 1.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card__media .card--body {
    padding: 1.5em 2em;
  }
}

@media screen and (min-width: 768px) {
  .card__media .card--content {
    max-width: 600px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .card__media:hover {
    transform: scale(1.02) translate3d(0, 0, 0);
  }
  .card__media:hover .card--image:after {
    transform: translateX(-20px) translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 1200px) {
  .card__media .card--body {
    padding: 4em 3em 0;
  }
}

.card__linkonly .card--body {
  padding: 0.75em 1.25em;
}

.card__linkonly .card--title, .card__linkonly .card--title a {
  margin-bottom: 0;
}

.card__linkonly .card--title-arrow {
  top: 0.8em;
}

.layout-column p, .layout-column ul, .layout-column ol {
  margin-right: 24px;
}

.layout-column p > img {
  max-width: calc(100% + 24px);
}

.layout-column p > img.alignnone {
  margin-bottom: -18px;
}

@media screen and (min-width: 1200px) {
  .layout-column p, .layout-column ul, .layout-column ol {
    margin-right: 40px;
  }
  .layout-column p[style*="text-align: center;"] {
    margin-right: 0;
  }
  .layout-column p > img {
    max-width: calc(100% + 40px);
  }
  .layout-column blockquote p {
    margin-right: 0;
  }
  .layout-column blockquote + p cite {
    margin-right: -40px;
  }
}

.large-quote {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 14px;
  padding: 0;
  -webkit-font-smoothing: auto;
  position: relative;
}

.large-quote:before, .large-quote:after {
  display: none;
  border: none;
  transform: none;
}

@media screen and (max-width: 1023px) {
  .large-quote {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 767px) {
  .large-quote {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 599px) {
  .large-quote {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.large-quote--quote {
  quotes: "“" "”" "‘" "’";
}

.large-quote--quote:before, .large-quote--quote:after {
  content: open-quote;
  position: static;
  display: inline-block;
  margin: 0 4px;
}

.large-quote--quote:after {
  content: close-quote;
  width: 0;
}

.large-quote--cite {
  font-size: 15px;
  font-size: 1.5rem;
  font-style: normal;
  -webkit-font-smoothing: auto;
  position: relative;
}

.large-quote--cite:before {
  content: "";
  width: 65px;
  height: 1px;
  border-top: 2px solid #FFF;
  position: absolute;
}

.large-quote--testifier {
  display: inline-block;
  margin: 0 5px;
}

.large-quote--company {
  display: inline-block;
  margin: 0 5px;
}

.large-quote__align-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2em;
  padding-right: 2em;
}

.large-quote__align-left .large-quote--quote:before {
  position: absolute;
  left: 0;
  top: -0.15em;
  font-size: 1.66em;
}

.large-quote__align-left .large-quote--cite {
  padding-left: 85px;
  margin-left: 65px;
}

.large-quote__align-left .large-quote--cite:before {
  top: 50%;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .large-quote__align-left {
    padding-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .large-quote__align-left {
    padding-left: 1.5em;
    padding-right: 0;
  }
  .large-quote__align-left .large-quote--cite {
    padding-left: 40px;
    margin-left: 0;
  }
  .large-quote__align-left .large-quote--cite:before {
    width: 25px;
    top: 50%;
    left: 0;
  }
}

.large-quote__align-centre {
  text-align: center;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.large-quote__align-centre .large-quote--cite:before {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.small-cta {
  text-align: center;
}

.small-cta--text {
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
}

.small-cta--button {
  margin-bottom: 28px;
}

@media screen and (min-width: 1024px) {
  .small-cta {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .small-cta--text {
    -ms-flex: 0 1 90%;
        flex: 0 1 90%;
  }
  .small-cta--button {
    margin-bottom: 0;
    margin-left: 20px;
    text-align: right;
    -ms-flex: 0 1 10%;
        flex: 0 1 10%;
    white-space: nowrap;
  }
}

.large-cta {
  text-align: center;
}

.large-cta--title {
  -webkit-font-smoothing: antialiased;
}

.large-cta--content {
  line-height: 1.33;
}

@media screen and (min-width: 1024px) {
  .large-cta--content {
    margin: 0 1.5em;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.large-cta--button {
  margin-bottom: 28px;
}

.inlineSelect {
  position: relative;
  display: inline-block;
}

.inlineSelect--toggle {
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 75%, transparent 0%);
  background-position: left bottom;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  transition: all .3s ease;
}

.inlineSelect--toggle:hover {
  color: black;
  background-image: linear-gradient(to right, black 75%, transparent 0%);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

.inlineSelect--list {
  display: none;
  background: #FFF;
  padding: 0.5em 0;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  width: 240px;
  height: 300px;
  margin-left: -120px;
  margin-top: -150px;
  overflow-y: auto;
  position: absolute;
  z-index: 500;
  left: 50%;
  top: 50%;
  transform: scale(0.5);
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
}

.inlineSelect--list.is-active {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .inlineSelect--list {
    position: fixed;
  }
}

ul .inlineSelect--item {
  display: block;
  padding: 0.5em 1em;
  cursor: pointer;
  color: #f19100;
  line-height: 1.3;
  transition: color .3s ease;
}

ul .inlineSelect--item:hover {
  color: #ea5d0a;
}

select[data-inlineselect] {
  display: inline-block;
  width: 5em;
  background: transparent;
  border: none;
  padding: 0;
}

.layer__background-colour-darkgrey .inlineSelect--toggle,
.layer__background-colour-brandorange .inlineSelect--toggle,
.layer__background-colour-lightorange .inlineSelect--toggle {
  color: rgba(255, 255, 255, 0.6);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 0%);
}

.layer__background-colour-darkgrey .inlineSelect--toggle:hover,
.layer__background-colour-brandorange .inlineSelect--toggle:hover,
.layer__background-colour-lightorange .inlineSelect--toggle:hover {
  color: white;
  background-image: linear-gradient(to right, white 75%, rgba(255, 255, 255, 0) 0%);
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}

.edit-location {
  position: relative;
  display: inline-block;
}

.edit-location--link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #b3b5b7;
}

.edit-location--link:hover {
  color: #3c3c3c;
}

.edit-location--list {
  display: none;
  position: absolute;
  z-index: 901;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  text-align: center;
  top: 0;
  left: 50%;
  transform: scale(0.5);
  opacity: 0;
  width: 220px;
  margin-left: -130px;
  margin-top: -20px;
  height: 240px;
  overflow-y: auto;
  background: #FFF;
  padding: 0.5em 0;
  transition: transform .2s ease, opacity .2s ease;
}

.edit-location--list li {
  display: block;
}

.edit-location--list a {
  display: block;
  padding: 0.5em 1em;
}

.edit-location--list.is-active {
  transform: scale(1);
  opacity: 1;
}

.share-page {
  position: relative;
  z-index: 400;
}

.share-page--toggle {
  outline: none !important;
}

.share-page--popover {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -10px);
  background: #FFF;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
  padding: 16px;
}

.share-page--popover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 8px solid transparent;
  border-top-color: #FFF;
  transform: translate(-50%, 0);
}

.share-page.is-active .share-page--popover {
  display: block;
}

/**
 * A blank slate for your page styles.
 * Include things like feature images, 
 * title layout etc.
 */
.page-header {
  background: #3d3e40;
  overflow: hidden;
}

.csstransforms .page-header {
  position: relative;
}

.csstransforms .page-header:before, .csstransforms .page-header:after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 50%;
  left: 70%;
  background: #414345;
  width: 2000px;
  height: 2000px;
  transform: translate(-144%, -54%) rotate(-35deg) skew(15deg);
}

.csstransforms .page-header:after {
  left: 50%;
  background: #46484a;
}

.csstransforms .page-header .page-header--chev {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #434548;
  width: 300px;
  height: 300px;
  transform: translate(-70%, -32%) rotate(-66deg) skew(-40deg);
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .csstransforms .page-header:before {
    left: 188%;
  }
  .csstransforms .page-header:after {
    left: 140%;
  }
}

.page-header--inner {
  position: relative;
  z-index: 2;
  padding-right: 250px;
}

.page-header--hgroup {
  position: relative;
}

.page-header--title {
  color: #FFF;
  margin-top: 0.66em;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}

.page-header--subtitle {
  color: #FFF;
  margin: 0;
  line-height: 1.2;
}

.page-header--breadcrumbs {
  position: relative;
  margin-top: 1.25em;
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #6f7175;
}

.page-header--breadcrumbs a {
  color: #6f7175;
}

.page-header--breadcrumbs a:hover {
  color: #FFF;
}

.page-header--share {
  position: absolute;
  bottom: 1em;
  right: 0;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-font-smoothing: auto;
}

.page-header--share a {
  color: #ea5d0a;
}

.page-header--share a:hover {
  color: #FFF;
}

.page-header--share i {
  position: relative;
  top: 0.2em;
  margin-left: 0.3em;
}

.page-header--btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 240px;
}

@media screen and (max-width: 767px) {
  .page-header {
    text-align: center;
  }
  .page-header--inner {
    padding-right: 0;
  }
  .page-header--share {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    margin-bottom: 1em;
  }
  .page-header--btn {
    position: static;
    transform: none;
    margin-bottom: 1em;
    max-width: 100%;
    /*.btn {
			@include font-size(12);
			padding: 0.75em 1.25em;
		}*/
  }
}

.article--hero {
  position: relative;
  height: 0;
  padding-top: 38.33%;
  background: #6c6e71 center center no-repeat;
  background-size: cover;
}

.article--hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.article--hero-content {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.article--hero-btn {
  float: right;
  margin-left: 1em;
  padding-top: 10px;
}

.article--hero-caption {
  color: #FFF;
  max-width: 750px;
  margin: 0;
  line-height: 1.2;
}

@media screen and (max-width: 1023px) {
  .article--hero-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .article--hero {
    padding-top: 55%;
  }
  .article--hero-content {
    text-align: center;
  }
  .article--hero-btn {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .article--hero-caption {
    margin-bottom: 60px;
  }
}

.gated-header {
  background: #3d3e40 center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 350px;
  padding-bottom: 40px;
}

.gated-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.slim-header .gated-header {
  padding-top: 150px !important;
}

.gated-header--bar {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
}

.gated-header--logo {
  float: left;
  width: 95px;
  display: inline-block;
}

.gated-header--back {
  color: #FFF;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 10px 0 10px 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: color .3s ease;
}

.gated-header--back i {
  font-size: 1.1em;
  position: relative;
  top: 0.18em;
}

a:hover .gated-header--back {
  color: #DDD;
}

.gated-header--content {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.gated-header--title {
  color: #FFF;
}

.gated-header--share {
  margin-bottom: 28px;
}

.gated-header--share a {
  color: #ea5d0a;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.gated-header--share a:hover {
  color: #FFF;
}

@media screen and (max-width: 1199px) {
  .gated-header {
    padding-top: 320px;
  }
}

@media screen and (max-width: 1023px) {
  .gated-header {
    padding-top: 275px;
  }
}

@media screen and (max-width: 767px) {
  .gated-header {
    padding-top: 200px;
  }
}

@media screen and (max-width: 599px) {
  .gated-header {
    padding-top: 170px;
  }
  .gated-header--bar {
    left: 15px;
    top: 15px;
  }
  .gated-header--back {
    font-size: 10px;
    font-size: 1rem;
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 479px) {
  .gated-header {
    padding-top: 100px;
  }
}

.single-header {
  background: #3d3e40 center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 40px;
}

.single-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.single-header__has-bg {
  padding-top: 25%;
  background-color: transparent;
}

.single-header--content {
  position: relative;
  padding-right: 300px;
  z-index: 2;
}

.single-header--title {
  color: #FFF;
  line-height: 1.3;
}

.single-header--breadcrumbs {
  position: relative;
  margin-top: 1.25em;
  padding-bottom: 1em;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #FFF;
}

.single-header--breadcrumbs a {
  color: #FFF;
}

.single-header--breadcrumbs a:hover {
  color: #EEE;
}

.single-header--share {
  position: absolute;
  bottom: 1em;
  margin: 0;
  right: 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #ea5d0a;
  -webkit-font-smoothing: auto;
}

.single-header--share i {
  position: relative;
  top: 0.2em;
  margin-left: 0.3em;
}

.single-header--share:hover {
  color: #FFF;
}

.single-header--btn {
  position: absolute;
  right: 0;
  bottom: 60px;
}

@media screen and (max-width: 767px) {
  .single-header--content {
    text-align: center;
    padding-right: 0;
  }
  .single-header--share {
    position: relative;
    bottom: auto;
    right: auto;
    padding-bottom: 1em;
  }
  .single-header--btn {
    position: static;
    padding-bottom: 1em;
  }
}

.sticky-header,
.sticky-header-sizer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background-color: white;
}

.admin-bar .sticky-header {
  top: 32px;
}

.sticky-header-sizer {
  position: relative;
  z-index: 1;
  height: 79px;
}

@media screen and (min-width: 600px) {
  .sticky-header-sizer {
    height: 92px;
  }
}

@media screen and (min-width: 1200px) {
  .sticky-header-sizer {
    height: 182px;
  }
}

@media screen and (min-width: 1024px) {
  .sticky-header {
    will-change: transform;
    transform: translateY(0);
    transition: transform .5s ease;
  }
  .sticky-header .banner {
    transition: all .5s ease;
  }
  .sticky-header.headroom--unpinned:not(.banner__loggedin) {
    transform: translateY(-48px);
  }
  .sticky-header.headroom--not-top .banner {
    padding-top: 0;
  }
  .sticky-header.headroom--not-top .banner .main-menu > li > a {
    padding-bottom: 36px;
  }
}

.banner {
  position: relative;
  z-index: 900;
  padding: 21px 30px 0;
}

.banner--logo {
  display: block;
  float: left;
  max-width: 170px;
  margin-right: 20px;
  margin-top: 5px;
}

.banner--menu {
  display: block;
  float: left;
}

.banner--contact {
  padding-top: 22px;
  float: right;
  text-align: right;
}

.banner--contact-btn {
  float: right;
  margin-left: 30px;
}

.banner--contact-content {
  float: right;
  width: 300px;
  line-height: 1.4;
  padding-top: 4px;
}

.banner--contact-edit i {
  position: relative;
  top: 0.1em;
}

.banner--office {
  font-size: 15px;
  font-size: 1.5rem;
  color: #3c3c3c;
  margin: 0;
  white-space: nowrap;
  margin: 0;
}

.banner--office a {
  color: #3c3c3c;
}

.banner--office a:hover {
  color: #ea5d0a;
}

.banner--office-office {
  display: inline-block;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.banner--office-dash {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  color: #ea5d0a;
}

.banner--office-phone {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.banner--contact-edit {
  font-size: 15px;
  font-size: 1.5rem;
  color: #b3b5b7;
}

.banner--contact-edit:hover {
  color: #3c3c3c;
}

@media screen and (max-width: 1479px) {
  .banner--contact {
    padding-top: 0;
  }
  .banner--contact-content {
    clear: right;
  }
}

.newsletter {
  border-top: 1px solid #dfdfdf;
}

.newsletter--about-wrap {
  padding: 24px 0;
}

.newsletter--title {
  margin-bottom: 0.2em;
}

.newsletter--intro p {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .newsletter--about-wrap {
    padding: 0;
  }
  .newsletter--title {
    margin: 0;
    height: 116px;
    line-height: 116px;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #dfdfdf;
    float: left;
    font-size: 35px;
    font-size: 3.5rem;
  }
  .newsletter--intro-wrap {
    overflow: hidden;
  }
  .newsletter--intro {
    height: 116px;
    position: relative;
  }
  .newsletter--intro p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .newsletter--btn {
    text-align: right;
    line-height: 116px;
  }
}

.newsletter--form-wrap {
  display: none;
  border-top: 1px solid #dfdfdf;
  padding: 24px 0;
}

.newsletter--form-wrap .gform_wrapper {
  margin-bottom: 0;
}

.newsletter--form {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .newsletter--form {
    padding-right: 76px;
  }
}

.newsletter--form-field {
  margin-bottom: 12px;
}

@media screen and (min-width: 600px) {
  .newsletter--form-field {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .newsletter--form-btn {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .newsletter--form-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 76px;
    text-align: right;
  }
  .newsletter--form-btn .btn, .newsletter--form-btn input[type="submit"].gform_button, .newsletter--form-btn .gpoll_button {
    padding: 0;
    line-height: 42px;
    width: 60px;
    text-align: center;
  }
}

.newsletter--gform {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .newsletter--gform {
    padding-right: 76px;
  }
}

.newsletter--gform .gform_fields {
  margin-left: -16px;
}

.newsletter--gform .grid-item {
  padding-left: 16px;
}

.newsletter--gform .gfield_required {
  margin-left: 4px;
}

@media screen and (min-width: 600px) {
  .newsletter--gform .gform_button.button {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .newsletter--gform .gform_button.button {
    top: 14px;
    position: absolute;
    right: 0;
    width: 76px;
    text-align: right;
    padding: 0;
    line-height: 42px;
    width: 60px;
    text-align: center;
  }
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, transparent 100%);
}

.footer a:hover {
  color: #000;
}

.footer--inner {
  position: relative;
  z-index: 2;
}

.footer--top {
  margin-bottom: 36px;
}

.footer--footer-menu {
  margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
  .footer--footer-menu {
    max-width: 500px;
  }
}

.footer--footer-menu ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.footer--footer-menu li {
  display: block;
  margin-bottom: 1em;
}

.footer--footer-menu a {
  line-height: 1.3;
  display: block;
  color: #3a3b3c;
  font-weight: 300;
  -webkit-font-smoothing: auto;
}

.footer--solutions-menu-title {
  margin-bottom: 0.25em;
  color: #3a3b3c;
}

.footer--solutions-menu {
  overflow: hidden;
  margin-bottom: 24px;
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .footer--solutions-menu {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}

@media screen and (min-width: 1200px) {
  .footer--solutions-menu {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}

.footer--solutions-menu li {
  display: block;
  position: relative;
  top: -1px;
  /*
		@include at-least($bp-xl) {
			width: 46%;
			float: left;
			&:nth-child(even) {
				float: right;
			}
		}
		@include between($bp-s, $bp-l) {
			width: 46%;
			float: left;
			&:nth-child(even) {
				float: right;
			}
		}
		*/
}

.footer--solutions-menu li:first-child {
  border-top: none;
}

.footer--solutions-menu a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #757779;
  display: block;
  padding: 7px 0;
  border-top: 1px solid #dfdfdf;
}

.footer--bottom {
  border-top: 1px solid #dfdfdf;
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

.footer--logo {
  width: 140px;
}

.footer--logo__left {
  float: left;
}

.footer--logo__right {
  float: right;
}

@media screen and (max-width: 767px) {
  .footer--logos {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .footer--logo {
    width: 50%;
  }
  .footer--logo img {
    width: 114px;
  }
}

.footer--social {
  margin-bottom: 1.5em;
}

.footer--social-title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  color: #757779;
  margin-bottom: 0.25em;
}

.footer--copyright {
  margin-bottom: 0.2em;
  color: #757779;
  font-weight: bold;
}

.footer--legal li {
  display: inline-block;
  border-left: 1px solid #dfdfdf;
}

.footer--legal li:first-child {
  border-left: none;
}

.footer--legal a {
  color: #757779;
  line-height: 1.1;
  display: block;
  padding: 0 6px 0 8px;
}

.footer__minimal {
  background: #FFF;
  padding-top: 0;
}

.footer__minimal:before {
  display: none;
}

.footer__minimal .footer--bottom {
  border: none;
}

.sidebar {
  margin-top: 40px;
}

.sidebar__no-top-margin {
  margin-top: 0;
}

.sidebar-meta {
  text-align: center;
}

.sidebar-meta--item {
  padding: 28px 0;
  border-top: 1px solid #e3e4e5;
}

.sidebar-meta--item:first-child {
  border-top: none;
  padding-top: 0;
}

.sidebar-meta--item p {
  margin: 0;
}

.sidebar-meta--item address {
  font-style: normal;
}

.sidebar-meta--date {
  color: #3b3d40;
}

.sidebar-meta--label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b3b5b7;
}

.sidebar-meta--authors a,
.sidebar-meta--offices a {
  color: #3b3d40;
}

.sidebar-meta--authors a:hover,
.sidebar-meta--offices a:hover {
  text-decoration: underline;
}

.sidebar-meta--organiser a {
  color: #3b3d40;
}

.sidebar-meta--organiser a:hover {
  text-decoration: underline;
}

.sidebar-meta--terms li {
  line-height: 1.3;
  margin-bottom: 5px;
}

.sidebar-meta--terms a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
}

.sidebar-meta--terms a:hover {
  text-decoration: underline;
}

.sidebar-advisor-card:hover {
  transform: none;
}

.sidebar-advisor-card .card--body {
  padding-top: 24px;
}

.sidebar-advisor-card .card--title {
  color: #000;
}

.sidebar-advisor-card--social {
  float: right;
}

.sidebar-advisor-card--deets {
  font-size: 14px;
  font-size: 1.4rem;
}

.sidebar-advisor-card--deets li {
  padding: 9px 0 9px 30px;
  position: relative;
  border-top: 1px solid #e3e4e5;
}

.sidebar-advisor-card--deets li:first-child {
  border-top: none;
}

.sidebar-advisor-card--deets a {
  color: #b3b5b7;
}

.sidebar-advisor-card--deets a:hover {
  color: #6c6e71;
}

.sidebar-advisor-card--deets i {
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 8px;
  left: 0;
}

.sidebar-advisor-card--btn {
  margin-top: 10px;
}

.layer:focus {
  outline: none;
}

.layer__padding-bottom-none {
  padding-top: 0;
}

.layer__padding-top-small {
  padding-top: 24px;
}

.layer__padding-top-medium {
  padding-top: 40px;
}

.layer__padding-top-large {
  padding-top: 76px;
}

.layer__padding-top-extra {
  padding-top: 100px;
}

.layer__padding-bottom-none {
  padding-bottom: 0;
}

.layer__padding-bottom-small {
  padding-bottom: 28px;
}

.layer__padding-bottom-medium {
  padding-bottom: 12px;
}

.layer__padding-bottom-large {
  padding-bottom: 48px;
}

.layer__padding-bottom-extra {
  padding-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .layer__padding-top-medium {
    padding-top: 24px;
  }
  .layer__padding-top-large {
    padding-top: 40px;
  }
  .layer__padding-top-extra {
    padding-top: 70px;
  }
  .layer__padding-bottom-medium {
    padding-bottom: -4px;
  }
  .layer__padding-bottom-large {
    padding-bottom: 12px;
  }
  .layer__padding-bottom-extra {
    padding-bottom: 42px;
  }
}

.layer__background-colour-none {
  background-color: transparent;
}

.layer__background-colour-lightgrey {
  background-color: #f6f6f6;
}

.layer__background-colour-darkgrey {
  background-color: #4c4d4f;
}

.layer__background-colour-peach {
  background-color: #fff3e3;
}

.layer__background-colour-lightorange {
  background-color: #f19100;
}

.layer__background-colour-brandorange {
  background-color: #f26721;
}

.layer__border-top {
  border-top: 1px solid #dfdfdf;
}

.layer__border-bottom {
  border-bottom: 1px solid #dfdfdf;
}

.layer__background-shapes-small,
.layer__background-shapes-large,
.layer__background-shapes-wide {
  position: relative;
  overflow: hidden;
}

.layer__background-shapes-small:before, .layer__background-shapes-small:after,
.layer__background-shapes-large:before,
.layer__background-shapes-large:after,
.layer__background-shapes-wide:before,
.layer__background-shapes-wide:after {
  position: absolute;
  color: rgba(0, 0, 0, 0.045);
}

.layer__background-shapes-small .layer--inner,
.layer__background-shapes-large .layer--inner,
.layer__background-shapes-wide .layer--inner {
  position: relative;
  z-index: 2;
}

.layer__background-shapes-small.layer__background-colour-peach:before, .layer__background-shapes-small.layer__background-colour-peach:after,
.layer__background-shapes-large.layer__background-colour-peach:before,
.layer__background-shapes-large.layer__background-colour-peach:after,
.layer__background-shapes-wide.layer__background-colour-peach:before,
.layer__background-shapes-wide.layer__background-colour-peach:after {
  color: #fcecd6;
}

.layer__background-shapes-small.layer__background-colour-darkgrey:before, .layer__background-shapes-small.layer__background-colour-darkgrey:after,
.layer__background-shapes-large.layer__background-colour-darkgrey:before,
.layer__background-shapes-large.layer__background-colour-darkgrey:after,
.layer__background-shapes-wide.layer__background-colour-darkgrey:before,
.layer__background-shapes-wide.layer__background-colour-darkgrey:after {
  color: rgba(255, 255, 255, 0.03);
}

.layer__background-shapes-small.layer__background-colour-lightgrey:before, .layer__background-shapes-small.layer__background-colour-lightgrey:after, .layer__background-shapes-small.layer__background-colour-none:before, .layer__background-shapes-small.layer__background-colour-none:after,
.layer__background-shapes-large.layer__background-colour-lightgrey:before,
.layer__background-shapes-large.layer__background-colour-lightgrey:after,
.layer__background-shapes-large.layer__background-colour-none:before,
.layer__background-shapes-large.layer__background-colour-none:after,
.layer__background-shapes-wide.layer__background-colour-lightgrey:before,
.layer__background-shapes-wide.layer__background-colour-lightgrey:after,
.layer__background-shapes-wide.layer__background-colour-none:before,
.layer__background-shapes-wide.layer__background-colour-none:after {
  color: rgba(0, 0, 0, 0.025);
}

@media screen and (max-width: 767px) {
  .layer__background-shapes-small:nth-child(even):before,
  .layer__background-shapes-large:nth-child(even):before,
  .layer__background-shapes-wide:nth-child(even):before {
    display: none;
  }
  .layer__background-shapes-small:nth-child(odd):after,
  .layer__background-shapes-large:nth-child(odd):after,
  .layer__background-shapes-wide:nth-child(odd):after {
    display: none;
  }
}

.layer__background-shapes-small:before, .layer__background-shapes-small:after {
  font-size: 350px;
}

.layer__background-shapes-small:before {
  top: -90px;
  left: -130px;
  transform: rotate(15deg);
}

.layer__background-shapes-small:after {
  bottom: -120px;
  right: -60px;
  transform: rotate(-76deg);
}

.layer__background-shapes-large:before, .layer__background-shapes-large:after {
  font-size: 760px;
}

.layer__background-shapes-large:before {
  top: -340px;
  left: -340px;
  transform: rotate(10deg);
}

.layer__background-shapes-large:after {
  bottom: -340px;
  right: -340px;
  transform: rotate(33deg);
}

.layer__background-shapes-wide:before, .layer__background-shapes-wide:after {
  font-size: 350px;
}

.layer__background-shapes-wide:before {
  top: -142px;
  left: -175px;
  transform: rotate(40deg);
}

.layer__background-shapes-wide:after {
  top: -120px;
  right: -190px;
  transform: rotate(-90deg);
}

.layer__background-image {
  background-position: center center;
  background-size: cover;
}

.layer__background-image:before, .layer__background-image:after {
  display: none;
}

.layer__background-colour-peach {
  color: #3e4347;
}

.layer__background-colour-peach h1, .layer__background-colour-peach h2, .layer__background-colour-peach h3, .layer__background-colour-peach h4, .layer__background-colour-peach h5, .layer__background-colour-peach h6, .layer__background-colour-peach p, .layer__background-colour-peach ul, .layer__background-colour-peach ol, .layer__background-colour-peach blockquote, .layer__background-colour-peach cite {
  color: #3e4347;
}

.layer__background-colour-darkgrey,
.layer__background-colour-lightorange,
.layer__background-colour-brandorange,
.layer__background-image {
  color: #FFF;
}

.layer__background-colour-darkgrey h1, .layer__background-colour-darkgrey h2, .layer__background-colour-darkgrey h3, .layer__background-colour-darkgrey h4, .layer__background-colour-darkgrey h5, .layer__background-colour-darkgrey h6, .layer__background-colour-darkgrey p, .layer__background-colour-darkgrey ul, .layer__background-colour-darkgrey ol, .layer__background-colour-darkgrey blockquote, .layer__background-colour-darkgrey cite,
.layer__background-colour-lightorange h1,
.layer__background-colour-lightorange h2,
.layer__background-colour-lightorange h3,
.layer__background-colour-lightorange h4,
.layer__background-colour-lightorange h5,
.layer__background-colour-lightorange h6,
.layer__background-colour-lightorange p,
.layer__background-colour-lightorange ul,
.layer__background-colour-lightorange ol,
.layer__background-colour-lightorange blockquote,
.layer__background-colour-lightorange cite,
.layer__background-colour-brandorange h1,
.layer__background-colour-brandorange h2,
.layer__background-colour-brandorange h3,
.layer__background-colour-brandorange h4,
.layer__background-colour-brandorange h5,
.layer__background-colour-brandorange h6,
.layer__background-colour-brandorange p,
.layer__background-colour-brandorange ul,
.layer__background-colour-brandorange ol,
.layer__background-colour-brandorange blockquote,
.layer__background-colour-brandorange cite,
.layer__background-image h1,
.layer__background-image h2,
.layer__background-image h3,
.layer__background-image h4,
.layer__background-image h5,
.layer__background-image h6,
.layer__background-image p,
.layer__background-image ul,
.layer__background-image ol,
.layer__background-image blockquote,
.layer__background-image cite {
  color: #FFF;
}

.quick-links {
  text-align: center;
}

.quick-links--item {
  margin-bottom: 28px;
  display: inline-block;
  width: 50%;
}

@media screen and (min-width: 480px) {
  .quick-links--item {
    width: 33.33%;
  }
}

@media screen and (min-width: 768px) {
  .quick-links--item {
    width: 20%;
  }
}

.quick-links--item-inner {
  width: 137px;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .quick-links--item-inner {
    width: 175px;
  }
}

@media screen and (min-width: 1200px) {
  .quick-links--item-inner {
    width: 200px;
  }
}

.quick-links--icon {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}

.quick-links--icon svg {
  width: 36px;
  height: 36px;
  fill: #66696a;
  transition: fill .3s ease;
}

@media screen and (min-width: 1200px) {
  .quick-links--icon {
    width: 70px;
    height: 70px;
    margin-right: 24px;
  }
  .quick-links--icon svg {
    width: 70px;
    height: 70px;
  }
}

.quick-links--title {
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  display: block;
  overflow: hidden;
  color: #66696a;
  transition: color .3s ease;
}

@media screen and (min-width: 1200px) {
  .quick-links--title {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.quick-links--item:hover .quick-links--icon svg {
  fill: #ea5d0a;
}

.quick-links--item:hover .quick-links--title {
  color: #ea5d0a;
}

.layer__background-colour-darkgrey .quick-links--icon svg,
.layer__background-colour-lightorange .quick-links--icon svg,
.layer__background-colour-brandorange .quick-links--icon svg {
  fill: #848889;
}

.layer__background-colour-darkgrey .quick-links--title,
.layer__background-colour-lightorange .quick-links--title,
.layer__background-colour-brandorange .quick-links--title {
  color: #848889;
}

.layer__background-colour-darkgrey .quick-links--item:hover .quick-links--icon svg,
.layer__background-colour-lightorange .quick-links--item:hover .quick-links--icon svg,
.layer__background-colour-brandorange .quick-links--item:hover .quick-links--icon svg {
  fill: #FFF;
}

.layer__background-colour-darkgrey .quick-links--item:hover .quick-links--title,
.layer__background-colour-lightorange .quick-links--item:hover .quick-links--title,
.layer__background-colour-brandorange .quick-links--item:hover .quick-links--title {
  color: #FFF;
}

.layer__background-colour-lightorange .quick-links--icon svg,
.layer__background-colour-brandorange .quick-links--icon svg {
  fill: rgba(255, 255, 255, 0.8);
}

.layer__background-colour-lightorange .quick-links--title,
.layer__background-colour-brandorange .quick-links--title {
  color: rgba(255, 255, 255, 0.8);
}

.our-values--icon {
  width: 110px;
  height: 110px;
  margin-bottom: 28px;
  display: inline-block;
}

.our-values--icon svg {
  width: 110px;
  height: 110px;
  fill: #f8b033;
}

.our-values--content {
  max-width: 340px;
  font-size: 14px;
  font-size: 1.4rem;
}

.our-values__align-centre {
  text-align: center;
}

.our-values__align-centre .our-values--content {
  margin: 0 auto;
}

.layer__background-colour-darkgrey .our-values--icon svg,
.layer__background-colour-lightorange .our-values--icon svg,
.layer__background-colour-brandorange .our-values--icon svg {
  fill: #FFF;
}

.testimonials--intro {
  padding-bottom: 24px;
}

.testimonials--testimonials .grid, .testimonials--testimonials .newsletter--gform .gform_fields, .newsletter--gform .testimonials--testimonials .gform_fields {
  margin-left: -100px;
}

.testimonials--testimonials .grid .col, .testimonials--testimonials .newsletter--gform .gform_fields .col, .newsletter--gform .testimonials--testimonials .gform_fields .col, .testimonials--testimonials .grid .grid-item, .testimonials--testimonials .newsletter--gform .gform_fields .grid-item, .newsletter--gform .testimonials--testimonials .gform_fields .grid-item, .testimonials--testimonials .grid .grid-item, .testimonials--testimonials .newsletter--gform .gform_fields .grid-item, .newsletter--gform .testimonials--testimonials .gform_fields .grid-item {
  padding-left: 100px;
}

.testimonials--testimonial {
  margin-bottom: 32px;
}

.testimonial--image {
  margin-bottom: 24px;
  position: relative;
}

.testimonial--quote {
  text-align: left;
  margin: 0;
  padding: 0;
}

.testimonial--quote:before, .testimonial--quote:after {
  display: none;
}

.testimonial--testimonial {
  line-height: 1.4;
  font-weight: 300;
  position: relative;
  quotes: "“" "”" "‘" "’";
}

.testimonial--testimonial:before {
  content: open-quote;
  color: rgba(0, 0, 0, 0.04);
  font-size: 200px;
  position: absolute;
  font-weight: 400;
  top: -82px;
  left: -64px;
}

.testimonial--testimonial:after {
  content: close-quote;
  display: inline-block;
  width: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.testimonial--cite {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  padding-left: 40px;
  margin-left: 40px;
  display: block;
  position: relative;
}

.testimonial--cite:before {
  top: 50%;
  left: 0;
  content: "";
  width: 24px;
  height: 1px;
  border-top: 2px solid rgba(0, 0, 0, 0.7);
  position: absolute;
}

.testimonial--testifier {
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

.testimonial--company {
  font-weight: 400;
  display: inline-block;
}

.testimonial--video-play-button {
  position: absolute;
  height: 70px;
  width: 70px;
  background-image: url(../images/play-button.png);
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.articles {
  margin-bottom: 12px;
}

.articles--article {
  margin-bottom: 16px;
}

.advisors-carousel {
  position: relative;
}

.advisors-carousel .slick-slide {
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.advisors-carousel .slick-slide.slick-active {
  opacity: 1;
  pointer-events: all;
}

.advisors-carousel .slick-list {
  overflow: visible;
}

.advisors-carousel--title {
  text-align: center;
}

.advisors-carousel--items {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.advisors-carousel__items-3 .advisors-carousel--items {
  max-width: 975px;
  padding: 0;
}

.advisors-carousel__items-2 .advisors-carousel--items {
  max-width: 650px;
  padding: 0;
}

.advisors-carousel__items-1 .advisors-carousel--items {
  max-width: 325px;
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .advisors-carousel--items {
    padding: 0 60px;
  }
  .advisors-carousel--items .slick-prev {
    left: 0;
  }
  .advisors-carousel--items .slick-next {
    right: 0;
  }
}

.advisors-carousel--item {
  width: 330px;
  float: left;
  padding: 8px;
}

.advisors-carousel--item .card {
  margin: auto;
  max-width: 320px;
}

.advisors-carousel--footer {
  text-align: center;
}

.advisors-carousel--explanation {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #3c3c3c;
}

.advisors-carousel--change-location {
  margin-bottom: 21px;
}

.solution-finder--sentence {
  margin: 28px 0 37.24px;
}

.solution-finder__align-centre {
  text-align: center;
}

.solution-finder__align-left .solution-finder--sentence {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .solution-finder__align-left .solution-finder--form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .solution-finder__align-left .solution-finder--sentence {
    -ms-flex: 0 1 90%;
        flex: 0 1 90%;
  }
  .solution-finder__align-left .solution-finder--btn {
    margin-bottom: 0;
    margin-left: 20px;
    text-align: right;
    -ms-flex: 0 1 10%;
        flex: 0 1 10%;
    white-space: nowrap;
  }
  .solution-finder__align-left .solution-finder--btn .btn, .solution-finder__align-left .solution-finder--btn input[type="submit"].gform_button, .solution-finder__align-left .solution-finder--btn .gpoll_button {
    white-space: nowrap;
  }
}

.sf-results--title {
  text-align: center;
  margin-bottom: 1em;
}

.sf-results--results {
  text-align: center;
}

.sf-results--result {
  margin-bottom: 16px;
  text-align: left;
}

.sf-results--show-more {
  text-align: center;
  margin-top: 3em;
}

.sf-results--no-results {
  text-align: center;
}

.sf-results--reset {
  text-align: center;
  margin-top: 4em;
}

.compact-filters {
  background: #f6f6f6;
  position: relative;
}

.compact-filters input[type="text"],
.compact-filters input[type="search"],
.compact-filters input[type="date"],
.compact-filters input[type="month"],
.compact-filters select {
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  border: 1px solid #FFF;
  color: #3b3d40;
  transition: background .3s ease;
  border-bottom: 2px solid #f6f6f6;
}

.compact-filters input[type="text"]:hover, .compact-filters input[type="text"]:active, .compact-filters input[type="text"]:focus,
.compact-filters input[type="search"]:hover,
.compact-filters input[type="search"]:active,
.compact-filters input[type="search"]:focus,
.compact-filters input[type="date"]:hover,
.compact-filters input[type="date"]:active,
.compact-filters input[type="date"]:focus,
.compact-filters input[type="month"]:hover,
.compact-filters input[type="month"]:active,
.compact-filters input[type="month"]:focus,
.compact-filters select:hover,
.compact-filters select:active,
.compact-filters select:focus {
  border-bottom: 2px solid #ea5d0a;
  background-color: #e3e4e5;
}

.compact-filters select::-ms-expand {
  display: none;
}

.compact-filters input[type="search"],
.compact-filters input[data-toggle="datepicker"] {
  background-image: url(../images/search-bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.compact-filters input[data-toggle="datepicker"] {
  background-image: url(../images/calendar-bg.png);
}

.compact-filters .btn, .compact-filters input[type="submit"].gform_button, .compact-filters .gpoll_button {
  width: 60px;
  height: 60px;
  text-align: center;
  padding: 0;
  box-shadow: none;
  border: none;
  background: #f6f6f6;
  color: #ea5d0a;
  border: 1px solid #FFF;
}

.compact-filters .btn i, .compact-filters input[type="submit"].gform_button i, .compact-filters .gpoll_button i {
  font-size: 20px;
  position: relative;
  top: 0.2em;
}

.compact-filters .btn:hover, .compact-filters input[type="submit"].gform_button:hover, .compact-filters .gpoll_button:hover {
  background: #e3e4e5;
}

.compact-filters--form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.compact-filters--item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}

.compact-filters--btn {
  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
}

.compact-filters--item-before-btn {
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
}

@media screen and (min-width: 600px) {
  .compact-filters--item__one-half,
  .compact-filters--item__one-quarter {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .compact-filters--item__one-fifth {
    -ms-flex-preferred-size: calc(33.33% - 20px);
        flex-basis: calc(33.33% - 20px);
  }
  .compact-filters--item__two-fifths {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .compact-filters--item__one-fifth {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .compact-filters--item__two-fifths {
    -ms-flex-preferred-size: calc(40% - 60px);
        flex-basis: calc(40% - 60px);
  }
  .compact-filters--item__three-fifths {
    -ms-flex-preferred-size: calc(60% - 60px);
        flex-basis: calc(60% - 60px);
  }
  .compact-filters--item__one-quarter {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .compact-filters--item__one-quarter.compact-filters--item-before-btn {
    -ms-flex-preferred-size: calc(25% - 60px);
        flex-basis: calc(25% - 60px);
  }
}

.solutions-grid--title {
  text-align: center;
}

.solutions-grid--items {
  margin-bottom: 28px;
  text-align: center;
}

.solutions-grid--item {
  text-align: left;
}

.solutions-grid--footer {
  text-align: center;
}

.solutions-grid--change-location {
  margin-bottom: 28px;
}

.feature-boxes--item {
  position: relative;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  height: 0;
}

.feature-boxes--item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  background: black;
}

.feature-boxes--item:hover {
  color: #FFF;
}

.feature-boxes--item:hover:before {
  opacity: 0.2;
}

.feature-boxes--item-inner {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  max-width: 250px;
}

.feature-boxes--item__featured .feature-boxes--item-inner,
.feature-boxes--item__wide .feature-boxes--item-inner {
  max-width: 320px;
}

.feature-boxes--item-pre-title {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.feature-boxes--item-title {
  display: block;
  line-height: 1.2;
}

.feature-boxes--item__featured {
  padding-top: 81%;
}

.feature-boxes--item__small {
  padding-top: 80.6%;
}

.feature-boxes--item__wide {
  padding-top: 79%;
}

@media screen and (min-width: 1024px) {
  .feature-boxes--item__wide {
    padding-top: 40%;
  }
}

.feature-boxes--item__gradient-grey {
  background-color: #4c4d4f;
  background: radial-gradient(circle at bottom right, #91573c 0%, #4c4d4f 200px);
}

.feature-boxes--item__gradient-orange {
  background-color: #ff9900;
  background: radial-gradient(circle at bottom right, #ffc23a 0%, #ff9900 200px);
}

.featured-boxes--item__has-bg-img {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}

.featured-boxes--item__has-bg-img:before {
  top: 30%;
  opacity: 0.5;
  background: linear-gradient(to top, black 0%, transparent 100%);
  transition: opacity .3s ease, top .3s ease;
}

.featured-boxes--item__has-bg-img:hover:before {
  opacity: 0.85;
  top: 0;
}

@media screen and (max-width: 599px) {
  .feature-boxes--item {
    padding-top: 100%;
  }
  .feature-boxes--item__featured {
    padding-top: 60%;
  }
  .feature-boxes--item-pre-title {
    font-size: 10px;
    font-size: 1rem;
  }
  .feature-boxes--item-title,
  .feature-boxes--item-title__long {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.1;
  }
  .feature-boxes--item-inner {
    padding: 10px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  .feature-boxes--item {
    padding-top: 60%;
  }
  .feature-boxes--item__featured {
    padding-top: 40%;
  }
}

.home-slider--outer {
  overflow: hidden;
}

.home-slider {
  position: relative;
}

.home-slider--image-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60%;
  width: 1080px;
  background-color: #3d3e40;
}

.home-slider--image-slider:before {
  content: "";
  position: absolute;
  z-index: 200;
  top: 50%;
  left: -78px;
  width: 156px;
  border-top: 3px solid #ea5d0a;
}

.home-slider--image-slider .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.home-slider--image-slider .slick-track {
  position: absolute;
  top: 0;
  bottom: 0;
}

.home-slider--image-slider .slick-prev,
.home-slider--image-slider .slick-next {
  top: auto;
  bottom: 20px;
  transform: none;
  left: 20px;
}

.home-slider--image-slider .slick-prev:before,
.home-slider--image-slider .slick-next:before {
  color: #e3e4e5;
}

.home-slider--image-slider .slick-next {
  left: 50px;
}

.home-slider--image-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.home-slider--image-slide:first-child {
  display: block;
}

.home-slider--content-col {
  width: 55%;
}

.home-slider--content-slider-wrap {
  max-width: 650px;
  height: 590px;
  position: relative;
  transition: height .3s ease;
}

.home-slider--content-slider {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.home-slider--content-slide {
  display: none;
}

.home-slider--content-slide:first-child {
  display: block;
}

.home-slider--slide-title {
  color: #000000;
  font-size: 50px;
  font-size: 5rem;
}

.home-slider--slide-link {
  display: block;
}

.home-slider--slide-link i {
  font-size: 1.5em;
  margin-right: 5px;
  position: relative;
  top: 0.3em;
}

.home-slider--highlights {
  margin-bottom: 25px;
}

.home-slider--highlight {
  width: 50%;
  float: left;
  padding: 0 20px 5px;
}

.home-slider--highlight:first-child {
  padding-left: 0;
  border-right: 1px solid #dfdfdf;
}

.home-slider--highlight:last-child {
  padding-right: 0;
}

.home-slider--highlight-pre-title {
  text-transform: uppercase;
  color: #b3b5b7;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.home-slider--highlight-link {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #6c6e71;
  line-height: 1.3;
}

.home-slider--highlight-link i {
  float: right;
  position: relative;
  margin: 0 0 30px 30px;
  top: .2em;
  color: #b3b5b7;
}

.home-slider--highlight-link:hover {
  color: #3b3d40;
}

@media screen and (min-width: 2440px) {
  .home-slider--image-slider .slick-list {
    overflow: visible;
  }
  .home-slider--image-slide:before, .home-slider--image-slide:after {
    content: "";
    position: absolute;
    background: #3d3e40;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 1000px;
  }
  .home-slider--image-slide:after {
    background: linear-gradient(to right, rgba(61, 62, 64, 0) 0%, #3d3e40 100%);
    left: auto;
    right: 0;
    width: 400px;
  }
}

@media screen and (max-width: 2099px) {
  .home-slider--image-slider {
    width: 916px;
  }
}

@media screen and (max-width: 1799px) {
  .home-slider--image-slider {
    width: 770px;
  }
}

@media screen and (max-width: 1499px) {
  .home-slider--image-slider {
    width: 630px;
  }
  .home-slider--content-slider-wrap {
    height: 500px;
  }
}

@media screen and (max-width: 1349px) {
  .home-slider--content-slider-wrap {
    height: 420px;
  }
  .home-slider--slide-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .home-slider--content-col {
    width: 50%;
  }
  .home-slider--image-slider {
    left: 55%;
  }
  .home-slider--highlight-link i {
    margin: 0 0 15px 15px;
  }
}

@media screen and (max-width: 1099px) {
  .home-slider--image-slider {
    width: 520px;
  }
  .home-slider--content-slider-wrap {
    height: 340px;
  }
  .home-slider--slide-title {
    font-size: 30px;
    font-size: 3rem;
  }
  .home-slider--image-slider:before {
    left: -50px;
    width: 100px;
  }
}

@media screen and (max-width: 959px) {
  .home-slider--image-slider {
    width: 450px;
  }
  .home-slider--content-col {
    width: 47%;
  }
  .home-slider--image-slider {
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  .home-slider--content-col {
    width: 100%;
  }
  .home-slider--slide-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .home-slider--content-slider-wrap {
    width: 45%;
    height: 300px;
  }
  .home-slider--image-slider {
    bottom: auto;
    height: 300px;
    width: 400px;
  }
  .home-slider--image-slider:before {
    left: -30px;
    width: 60px;
  }
  .home-slider--image-slider .slick-prev:before,
  .home-slider--image-slider .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
  .home-slider--highlights {
    padding-top: 30px;
  }
}

@media screen and (max-width: 679px) {
  .home-slider--image-slider {
    position: relative;
    left: -7%;
    width: 114%;
    padding-top: 60%;
    height: 0;
  }
  .home-slider--image-slider:before {
    display: none;
  }
  .home-slider--image-slide {
    background-size: cover;
    background-position: center center;
  }
  .home-slider--content-slider-wrap {
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  .home-slider--content-slider {
    top: auto;
    transform: none;
  }
  .home-slider--slide-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 6px;
  }
  .home-slider--highlight {
    padding: 0 10px 5px;
    /*&:first-child {
            padding-left: 0;
            border-right: 1px solid $border-colour;
        }
        &:last-child {
            padding-right: 0;
        }*/
  }
  .home-slider--highlight-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .home-slider--highlight-link i {
    margin: 0 0 15px 10px;
  }
}

.vacancies--vacancies .grid, .vacancies--vacancies .newsletter--gform .gform_fields, .newsletter--gform .vacancies--vacancies .gform_fields {
  margin-left: -100px;
}

.vacancies--vacancies .grid .col, .vacancies--vacancies .newsletter--gform .gform_fields .col, .newsletter--gform .vacancies--vacancies .gform_fields .col, .vacancies--vacancies .grid .grid-item, .vacancies--vacancies .newsletter--gform .gform_fields .grid-item, .newsletter--gform .vacancies--vacancies .gform_fields .grid-item, .vacancies--vacancies .grid .grid-item, .vacancies--vacancies .newsletter--gform .gform_fields .grid-item, .newsletter--gform .vacancies--vacancies .gform_fields .grid-item {
  padding-left: 100px;
  margin-bottom: 60px;
}

.vacancy--image {
  margin-bottom: 24px;
}

.vacancy--title {
  margin: 0;
}

.vacancy--title a {
  color: #6c6e71;
}

.vacancy--subtitle {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b3b5b7;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

.office-finder--map {
  width: 100%;
  height: 840px;
}

.office-finder--inner {
  position: relative;
}

.office-finder--overlay {
  background: #FFF;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 2;
  width: 500px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

.office-finder--title {
  padding: 20px;
  margin: 0;
}

.office-finder--form {
  position: relative;
  z-index: 4;
}

.office-finder--body {
  margin: -15px;
  max-height: 400px;
  overflow-y: auto;
}

.office-finder--body ul {
  margin: 15px 15px 100px;
}

.office-finder--body li {
  display: block;
  border-bottom: 1px solid #f6f6f6;
}

.office-finder--office-item {
  padding: 20px;
  background: #FFF;
  position: relative;
  transform: scale(1);
  transition: transform .3s ease;
}

.office-finder--office-item:hover {
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 3;
}

.office-finder--map .office-finder--office-item {
  padding: 5px;
}

.office-finder--map .office-finder--office-item:hover {
  transform: none;
  box-shadow: none;
}

.office-finder--item-title {
  display: block;
}

.office-finder--item-title i {
  font-size: 0.9em;
  float: right;
  margin: 0.2em 0 0 10px;
}

.office-finder--item-topline,
.office-finder--item-address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.office-finder--item-phone i,
.office-finder--item-email i,
.office-finder--item-address i {
  color: #3b3d40;
  display: inline-block;
  margin-right: 6px;
}

.office-finder--item-phone,
.office-finder--item-email {
  display: inline-block;
}

.office-finder--item-phone {
  margin-right: 20px;
}

.office-finder--item-email i {
  font-size: 1.2em;
  position: relative;
  top: 0.2em;
}

.office-finder--overlay-footer {
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  position: relative;
  z-index: 4;
}

.office-finder--overlay-footer:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}

@media screen and (max-width: 1199px) {
  .office-finder--map {
    height: 640px;
  }
}

@media screen and (max-width: 1023px) {
  .office-finder--overlay {
    width: 320px;
  }
  .office-finder--office-item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .office-finder--overlay {
    width: 100%;
    position: relative;
    top: 10px;
  }
  .office-finder--body {
    max-height: none;
    overflow: visible;
  }
  .office-finder--map {
    height: 400px;
  }
}

@media screen and (max-width: 599px) {
  .office-finder--map {
    height: 300px;
  }
}

.link-list {
  margin-bottom: 12px;
}

.gallery-slideshow {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.gallery-slideshow .slide {
  background: center center no-repeat;
  background-size: cover;
}

.gallery-slideshow .slide:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.main-menu a {
  color: #333333;
  display: block;
  transition: background .3s ease, color .3s ease;
}

.main-menu > li {
  display: block;
  float: left;
}

.main-menu > li > a {
  line-height: 30px;
  padding: 31px 17px 52px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 1599px) {
  .main-menu > li > a {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1299px) {
  .main-menu > li > a {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.main-menu > li:hover > a {
  background: #f6f6f6;
}

.main-menu > li.current-menu-item > a, .main-menu > li.current_page_item > a {
  background: #f6f6f6;
}

.main-menu > li.menu-item-has-children:first-of-type .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 602px;
  max-width: 100%;
}

.main-menu > li.menu-item-has-children:first-of-type .sub-menu li {
  height: 57px;
  width: 301px;
  white-space: nowrap;
}

.main-menu ul {
  left: -9999px;
  opacity: 0;
  position: absolute;
  z-index: 100;
  top: auto;
  width: 240px;
  transition: opacity .3s ease, left 0s ease .3s;
}

.main-menu ul li {
  float: none;
  border-top: 1px solid #e9e9e9;
}

.main-menu ul li:first-child {
  border-top: none;
}

.main-menu ul li:hover a {
  background: #e9e9e9;
}

.main-menu ul li.current-menu-item > a, .main-menu ul li.current_page_item > a {
  background: #e9e9e9;
}

.main-menu ul a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  background: #f6f6f6;
  padding: 1em 1.25em;
  transition: background .3s ease;
}

.main-menu li:hover > ul {
  opacity: 1;
  left: auto;
  transition: opacity .3s ease, left 0s ease;
}

.top-bar-item, .top-menu li, .top-bar--biq, .top-bar--login, .top-bar--search {
  display: block;
  float: left;
  line-height: 48px;
  font-size: 15px;
  font-size: 1.5rem;
}

.top-bar {
  position: relative;
  z-index: 901;
  padding: 0 0 0 30px;
  background: #f6f6f6;
  height: 48px;
}

.top-menu {
  float: left;
}

.top-menu li {
  margin: 0 10px;
}

.top-menu li:first-child {
  margin-left: 0;
}

.top-menu a {
  color: #6c6e71;
}

.top-menu a:hover {
  color: #000000;
}

.top-bar--right {
  float: right;
}

.top-bar--biq {
  -webkit-font-smoothing: auto;
  padding: 0 15px;
  color: #a73616;
}

.top-bar--biq span {
  color: #f8b033;
}

.top-bar--login {
  position: relative;
  padding: 0 20px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  transition: background .3s ease, color .3s ease;
}

.top-bar--login.is-open {
  background: #3d3e40;
  color: #FFF;
}

.top-bar--login.is-open .top-bar--login-btn {
  color: #FFF !important;
}

.top-bar--login.is-open .top-bar--login-btn .icon-chevron-down:before {
  transform: rotate(180deg);
}

.top-bar--login-btn {
  color: #6c6e71;
  display: block;
  outline: none !important;
}

.top-bar--login-btn i {
  position: relative;
  top: 0.2em;
  margin: 0 3px;
}

.top-bar--login-btn i:before {
  display: inline-block;
  transition: transform .3s ease;
  transform: rotate(0deg);
}

.top-bar--login-btn:hover {
  color: #000;
}

.top-bar--search {
  width: 230px;
}

.top-bar--search .search-form {
  height: 48px;
  background: #e9e9e9;
  border: none;
  padding-right: 30px;
}

.top-bar--search .s {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0 35px 0 1em;
  line-height: 48px;
}

.top-bar--search .s::-webkit-input-placeholder {
  font-style: italic;
}

.top-bar--search .s::-moz-placeholder {
  font-style: italic;
}

.top-bar--search .s:-ms-input-placeholder {
  font-style: italic;
}

.top-bar--search .s:-moz-placeholder {
  font-style: italic;
}

.top-bar--search .search-submit {
  right: 30px;
  background: transparent !important;
  color: #ea5d0a;
}

.top-bar--search .search-submit:hover {
  color: black;
}

.top-bar--login-dropdown {
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: auto;
  background: #3d3e40;
  width: 340px;
  transition: opacity .3s ease, left 0s ease .3s;
}

.top-bar--login.is-open .top-bar--login-dropdown {
  opacity: 1;
  left: 0;
  transition: opacity .3s ease, left 0s ease;
}

.top-bar--login-list {
  overflow: hidden;
}

.top-bar--login-list li {
  position: relative;
  display: block;
  height: 52px;
  border-top: 1px solid #4c4d4f;
  box-sizing: content-box;
  background: #454648;
}

.top-bar--login-list li:first-child {
  border-top: none;
}

.top-bar--login-list li > a {
  position: relative;
  z-index: 2;
  transform: translateX(0);
  transition: transform .6s ease, color .3s ease;
  background: #3d3e40;
  color: #969798;
  padding: 0 1em;
  outline: none !important;
}

.top-bar--login-list li > a:hover {
  color: #FFF;
}

.top-bar--login-list li.is-active > a {
  transform: translateX(-100%);
}

.top-bar--login-list a {
  display: block;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
}

.top-bar--login-links {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  height: 52px;
  padding: 5px 0;
}

.top-bar--login-links a {
  display: block;
  height: 42px;
  line-height: 42px;
  color: #f8b033;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

.top-bar--login-links a:hover {
  color: #f19100;
}

.top-bar--login-links a i {
  font-size: 120%;
  position: relative;
  top: 0.2em;
}

.top-bar--login-links__2 a {
  width: 50%;
  float: left;
}

.top-bar--login-links__2 a:first-child {
  border-right: 1px solid #4c4d4f;
}

.social-links {
  white-space: nowrap;
}

.social-links li {
  display: inline-block;
  margin: 0 2px;
}

.social-links a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #f8b033;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 100%;
  transition: background .2s ease;
}

.social-links a:hover {
  background: #ea5d0a;
  color: #FFF;
}

.social-links i {
  vertical-align: middle;
  position: relative;
  top: 1px;
  margin: 0;
}

#submenu {
  margin-bottom: 0;
}

#submenu .widget {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}

#submenu .submenu {
  display: none;
  padding: 10px;
}

@media screen and (min-width: 1024px) {
  #submenu .widget {
    margin-bottom: 16px;
  }
  #submenu .submenu {
    display: block !important;
  }
}

#submenu ul ul {
  margin-top: 4px;
  margin-left: 4px;
}

#submenu ul ul ul {
  margin-top: 0;
  margin-left: 12px;
}

#submenu li {
  position: relative;
  font-weight: bold;
}

#submenu li li {
  padding-left: 10px;
  font-weight: normal;
}

#submenu li li:before {
  content: "";
  position: absolute;
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #a2a3a5;
  left: 0;
  top: 6px;
}

#submenu li.current-menu-item, #submenu li.current-page-item {
  font-weight: bold !important;
}

#submenu-title i {
  margin-right: 5px;
}

@media screen and (min-width: 1024px) {
  #submenu-title i {
    display: none;
  }
}

.pagination {
  text-align: center;
  margin: 3em 0 28px;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 1px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b3b5b7;
  font-weight: bold;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
  color: #ea5d0a;
  border: 2px solid #ea5d0a;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
  color: #ea5d0a;
}

.pagination .page-numbers i {
  position: relative;
  top: 0.2em;
}

.banner--mobile-icons {
  display: none;
  float: right;
  margin-top: 24px;
}

.banner--mobile-icon {
  background: transparent !important;
  border: none;
  padding: 6px;
  font-size: 26px;
  font-size: 2.6rem;
  color: #3b3d40;
  outline: none !important;
  box-shadow: none !important;
  display: inline-block;
}

.banner--drawer {
  background: #222425;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0 30px;
  display: none;
  transform: translateY(-100px);
  will-change: transform;
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
  z-index: 3;
  box-shadow: 0 0 50px black;
}

.banner--drawer.is-open {
  display: block;
}

.banner--drawer.transition-in {
  transform: translateY(0);
  opacity: 1;
}

.banner--drawer .page-width {
  position: relative;
}

.banner--drawer .banner--menu {
  display: block;
}

@media screen and (min-width: 1180px) {
  .banner--drawer {
    display: none !important;
  }
}

.banner--drawer-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #FFF;
  font-size: 16px;
  padding: 5px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (max-width: 1179px) {
  .banner--contact,
  .banner--menu,
  .top-bar {
    display: none;
  }
  .banner--mobile-icons {
    display: block;
  }
  .banner {
    padding: 4px 30px;
  }
  .banner--logo {
    max-width: 145px;
  }
}

@media screen and (max-width: 599px) {
  .banner {
    padding: 4px 16px;
  }
  .banner--logo {
    max-width: 120px;
  }
  .banner--mobile-icons {
    margin-top: 20px;
  }
  .banner--mobile-icon {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.drawer-content__menu {
  overflow: scroll;
  height: 100vh;
  padding-bottom: 75px;
}

.drawer-content__menu .top-bar--search {
  width: 100%;
  margin-bottom: 1.5em;
  float: none;
}

.drawer-content__menu .top-bar--search .search-form {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 0;
}

.drawer-content__menu .top-bar--search .s {
  padding: 0 35px 0 0;
  color: #EEE;
}

.drawer-content__menu .top-bar--search .search-submit {
  color: #EEE;
  right: 0;
}

.drawer-content__menu ul {
  text-align: center;
}

.drawer-content__menu ul li {
  display: block;
}

.drawer-content__menu ul a {
  display: block;
  color: #EEE;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  padding: 0.2em;
}

.drawer-content__menu ul ul {
  margin-bottom: 0.75em;
}

.drawer-content__menu ul ul a {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: none;
  font-weight: normal;
}

.drawer-content__contact {
  text-align: center;
}

.drawer-content__contact a {
  color: #FFF;
}

.drawer-content__contact a:hover {
  color: #DDD;
}

.drawer-content__contact .banner--office-office,
.drawer-content__contact .banner--office-phone,
.drawer-content__contact .banner--contact-edit {
  display: block;
  width: auto;
}

.drawer-content__contact .banner--office-office {
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0.25em;
}

.drawer-content__contact .banner--office-phone {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.drawer-content__contact .banner--office-phone:before {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 0.1em;
}

.drawer-content__contact .banner--contact-edit {
  margin-bottom: 25px;
}

.drawer-content__contact .edit-location--link {
  color: #DDD;
}

.drawer-content__contact .edit-location--link:hover {
  color: #FFF;
}

.drawer-content__account {
  text-align: center;
}

.drawer-content__account .top-bar--biq {
  display: block;
  color: #FFF;
  float: none;
  font-size: 20px;
  font-size: 2rem;
}

.drawer-content__account .top-bar--biq:hover {
  color: #DDD;
}

.drawer-content__account .top-bar--login {
  display: block;
  float: none;
  border: none;
  padding: 0;
}

.drawer-content__account .top-bar--login-btn {
  color: #DDD;
}

.drawer-content__account .top-bar--login-dropdown {
  display: block !important;
  left: 0;
  width: 100%;
  opacity: 1;
  position: static;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.drawer-content__account .top-bar--login-list li {
  background: #222425;
}

.layer__home-content {
  background: linear-gradient(to bottom, #ededed 0%, #fff 40px);
}

.office-header {
  background: #FFF;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

.office-header--images {
  line-height: 0;
}

.office-header--map {
  width: 50%;
  float: left;
}

.office-header--hero {
  width: 50%;
  float: right;
}

.office-header--body {
  padding: 20px 45px;
  position: relative;
  overflow: hidden;
}

.office-header--deets {
  margin-right: 20px;
}

.office-header--title {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.office-header--phone,
.office-header--email,
.office-header--address {
  color: #b3b5b7;
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

.office-header--phone a,
.office-header--email a,
.office-header--address a {
  color: #b3b5b7;
}

.office-header--phone a:hover,
.office-header--email a:hover,
.office-header--address a:hover {
  color: #3b3d40;
}

.office-header--phone i,
.office-header--email i,
.office-header--address i {
  position: absolute;
  top: 0.2em;
  left: 0;
  color: #3b3d40;
  font-size: 1.2em;
}

.office-header--phone {
  margin-right: 40px;
}

.office-header--address {
  display: block;
}

.office-header--address a {
  color: #ea5d0a;
}

.office-header--address a:hover {
  color: #f19100;
}

.office-header--map-link {
  display: inline-block;
  margin-left: 10px;
}

.office-header--social {
  float: right;
  margin-right: 260px;
  margin-top: 30px;
}

.office-header--btn {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  text-align: right;
}

.office-header--btn:before {
  content: "";
  position: absolute;
  top: -200px;
  bottom: -200px;
  left: 0;
  border-left: 1px solid #dfdfdf;
}

@media screen and (max-width: 1023px) {
  .office-header--map,
  .office-header--hero {
    width: 100%;
    float: none;
  }
  .office-header--hero {
    display: none;
  }
  .office-header--body {
    padding-left: 30px;
    padding-right: 30px;
  }
  .office-header--social {
    margin-right: 0;
    margin-top: 0;
  }
  .office-header--btn {
    clear: right;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    transform: none;
    width: auto;
    text-align: right;
    padding-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .office-header--social,
  .office-header--btn {
    float: none;
    text-align: center;
    margin: 20px 0 0;
    padding: 0;
  }
  .office-header--social:before,
  .office-header--btn:before {
    display: none;
  }
}

.single-layout--main {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .single-layout--main {
    width: 66%;
    float: left;
  }
  .single-layout--sidebar {
    float: right;
    width: 29%;
  }
  .single-layout__bentleys-event .single-layout--main,
  .single-layout__bentleys-advisor .single-layout--main {
    width: 55%;
  }
  .single-layout__bentleys-event .single-layout--sidebar,
  .single-layout__bentleys-advisor .single-layout--sidebar {
    width: 40%;
  }
}

@media screen and (min-width: 1024px) {
  .single-layout--main {
    width: 71%;
    float: left;
  }
  .single-layout--sidebar {
    float: right;
    width: 25%;
  }
  .single-layout__bentleys-event .single-layout--main {
    width: 63%;
  }
  .single-layout__bentleys-event .single-layout--sidebar {
    width: 28%;
  }
  .single-layout__bentleys-advisor .single-layout--main {
    width: 63%;
  }
  .single-layout__bentleys-advisor .single-layout--sidebar {
    width: 32%;
  }
}

@media screen and (min-width: 1200px) {
  .single-layout--main {
    width: 66%;
  }
  .single-layout__bentleys-event .single-layout--main {
    width: 63%;
  }
  .single-layout__bentleys-advisor .single-layout--main {
    width: 59%;
  }
}

@media screen and (max-width: 767px) {
  .single-layout__bentleys-advisor,
  .single-layout__bentleys-event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-layout__bentleys-advisor .single-layout--main,
  .single-layout__bentleys-event .single-layout--main {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .single-layout__bentleys-advisor .single-layout--sidebar,
  .single-layout__bentleys-event .single-layout--sidebar {
    -ms-flex-order: 0;
        order: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.resources-slider {
  position: relative;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

.resources-slider .slick-prev,
.resources-slider .slick-next {
  top: auto;
  left: auto;
  bottom: 20px;
  transform: none;
  right: 20px;
}

.resources-slider .slick-prev:before,
.resources-slider .slick-next:before {
  color: #f6f6f6;
}

.resources-slider .slick-prev {
  right: 50px;
}

.resources-slider--image-slider {
  line-height: 0;
}

.resources-slider--image-slide {
  display: none;
}

.resources-slider--image-slide:first-child {
  display: block;
}

.resources-slider--content-slider-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}

.resources-slider--content-slider-label {
  background: #f19100;
  color: #FFF;
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 40px;
}

.resources-slider--content-slider {
  clear: left;
  background: #FFF;
  padding: 20px 40px;
}

.resources-slider--content-slide {
  display: none;
}

.resources-slider--content-slide:first-child {
  display: block;
}

.resources-slider--slide-title {
  margin: 0 0 0.4em;
}

@media screen and (max-width: 1023px) {
  .resources-slider--content-slider-wrap {
    width: 66%;
  }
  .resources-slider--content-slider,
  .resources-slider--content-slider-label {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 599px) {
  .resources-slider--content-slider-wrap {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .resources-slider--content-slider,
  .resources-slider--content-slider-label {
    padding-left: 20px;
    padding-right: 20px;
  }
  .resources-slider--content-slider-label {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
}

.single-layout--sidebar .form-layer {
  margin-top: 1em;
}

.single-layout--sidebar .gform_footer {
  text-align: center;
}

.event-sidebar-card {
  background: #FFF;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.1);
}

.event-sidebar-card--body {
  padding: 24px 30px 30px;
}

.event-sidebar-card--item {
  border-top: 1px solid #e3e4e5;
  padding-top: 20px;
  margin-top: 20px;
}

.event-sidebar-card--item:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.event-sidebar-card--item i {
  float: left;
  color: #3b3d40;
  font-size: 24px;
  margin-right: 18px;
}

.event-sidebar-card--item-title {
  margin-bottom: 8px;
}

.event-sidebar-card--item-info {
  overflow: hidden;
  margin: 0;
}

.event-sidebar-card--map {
  line-height: 0;
}

.event-listings--title {
  margin-bottom: 28px;
}

.event-listings--listing {
  margin-bottom: 28px;
}

.event-card .card--meta {
  margin-bottom: 0.4em;
}

.event-card .card--title {
  margin-bottom: 0.66em;
}

.event-card .card--content {
  margin-bottom: 1em;
}

.event-card--date {
  position: absolute;
  display: block;
  width: 66px;
  text-align: center;
  background: #ea5d0a;
  color: #FFF;
  top: 20px;
  left: 0;
  padding: 10px 0;
  -webkit-font-smoothing: auto;
}

.event-card--date-day {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1;
  display: block;
}

.event-card--date-month {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.event-card--deets {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0.33em;
  margin-bottom: 1em;
}

.event-card--deets li {
  border-top: 1px solid #e3e4e5;
  margin-top: 1em;
  padding-top: 1em;
}

.event-card--deets li:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.event-card--deets dl {
  margin: 0;
}

.event-card--deets dt {
  font-weight: normal;
  color: #3b3d40;
  float: left;
  width: 80px;
}

.event-card--deets dd {
  overflow: hidden;
  display: block;
}

@media screen and (min-width: 768px) {
  .card .event-card--image {
    width: 33%;
    max-width: 445px;
  }
  .card .event-card--body {
    padding: 2.5em 2em 1em;
  }
}

@media screen and (min-width: 1024px) {
  .card .event-card--body {
    padding: 2.8em 3em 1em;
  }
  .event-card--left {
    float: left;
    width: 46%;
  }
  .event-card--right {
    float: right;
    width: 43%;
  }
}

@media screen and (min-width: 1200px) {
  .event-card--left {
    float: left;
    width: 46%;
  }
  .event-card--right {
    float: right;
    width: 40%;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .noprint,
  .sidebar,
  .main-menu {
    display: none !important;
    visibility: hidden !important;
  }
  .main-col,
  .page-width {
    width: 100% !important;
    max-width: 100% !important;
  }
}
