@charset "UTF-8";
/*!
Theme Name: theprivateclinic
Theme URI: http://www.jlsitconsultants.com/themes/theprivateclinic/
Author: JLS IT Consultants Ltd
Author URI: http://www.jlsitconsultants.com
Description: This theme is for www.theprivateclinic.co.uk.
Tags: theprivateclinic, thoughtfulweb
Text Domain: theprivateclinic
Version: 1.0.3
*/
/* ThoughtfulWeb */
/*
Tools */
/* Introduced 2018-10 at TPC request */
/*
REM MIXIN
Adapted from https://github.com/bitmanic/rem/blob/master/stylesheets/_rem.scss
rem(font-size, 28px) will return:
font-size: 28px;
font-size: 1.75rem; */
/*
Hover states mixin */
/*
Standard Transition */
/* ==========================================================================
STYLING HELPER CLASSES/MIXINS
========================================================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px !important;
  border: 0 !important;
  margin: -1px !important;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0); }

/**
 * Set body to no-scroll if we have the mobile menu open
 */
.menu-is-open {
  overflow: hidden; }
  .menu-is-open body {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh; }

.clearfix, .form__field--radio, .image-slider--toggled, .modals__btns, .panel--cta--right, html.csstransforms .siteheader__nav__top {
  /* trigger hasLayout and contain floats for IE 6/7 */
  *zoom: 1; }
  .clearfix:after, .form__field--radio:after, .image-slider--toggled:after, .modals__btns:after, .panel--cta--right:after, html.csstransforms .siteheader__nav__top:after {
    content: ' ';
    display: table;
    clear: both; }

.inline-block {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top; }

.maxwidth584, form, .video-gallery, .page--home__topcontent, .page--home__topcontent__text {
  max-width: 584px;
  max-width: 36.5rem;
  margin-left: auto;
  margin-right: auto; }

.maxwidth708, .panel--location__content, .sitefooter__disclaimer {
  max-width: 708px;
  max-width: 44.25rem;
  margin-left: auto;
  margin-right: auto; }

.maxwidth760, .modals__btns, .panel--featured-text__content, .siteheader__intro {
  max-width: 760px;
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto; }

.maxwidth952, .hero-banner__wrapper, .logo-listing, .panel--cta__content, .siteheader__content, .siteheader__navstrip__items, .siteheader__top__content, html.csstransforms .siteheader__nav__top, .page--home__topcontent--columns {
  max-width: 952px;
  max-width: 59.5rem;
  margin-left: auto;
  margin-right: auto; }

.maxwidth1200, .hero-banner--top .hero-banner__wrapper, .thumbnail-listing, .blog-section ul, .columns, .sitefooter__inner {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

.sidespace, .modals__btns, .reveal-controls, .tabs__section, .columns, .sitefooter__inner, .page--contact__form, .page--home__topcontent {
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem; }

.mt--0 {
  margin-top: 0 !important; }

.mt--8 {
  margin-top: 8px !important;
  margin-top: 0.5rem !important; }

.mt--16 {
  margin-top: 16px !important;
  margin-top: 1rem !important; }

.mt--24 {
  margin-top: 24px !important;
  margin-top: 1.5rem !important; }

.mt--32 {
  margin-top: 32px !important;
  margin-top: 2rem !important; }

.mb--0 {
  margin-bottom: 0 !important; }

.mb--8 {
  margin-bottom: 8px !important;
  margin-bottom: 0.5rem !important; }

.mb--16 {
  margin-bottom: 16px !important;
  margin-bottom: 1rem !important; }

.mb--24, .blog-section ul li {
  margin-bottom: 24px !important;
  margin-bottom: 1.5rem !important; }

.mb--32 {
  margin-bottom: 32px !important;
  margin-bottom: 2rem !important; }

.pt--0 {
  padding-top: 0 !important; }

.pt--8 {
  padding-top: 8px !important;
  padding-top: 0.5rem !important; }

.pt--16 {
  padding-top: 16px !important;
  padding-top: 1rem !important; }

.pt--24 {
  padding-top: 24px !important;
  padding-top: 1.5rem !important; }

.pt--32 {
  padding-top: 32px !important;
  padding-top: 2rem !important; }

.pb--0 {
  padding-bottom: 0 !important; }

.pb--16 {
  padding-bottom: 8px !important;
  padding-bottom: 0.5rem !important; }

.pb--16 {
  padding-bottom: 16px !important;
  padding-bottom: 1rem !important; }

.pb--24 {
  padding-bottom: 24px !important;
  padding-bottom: 1.5rem !important; }

.pb--32 {
  padding-bottom: 32px !important;
  padding-bottom: 2rem !important; }

.gradient--peach, .modals__btn--third:hover, .modals__btn--third:focus, .modals__btn--third:active, .panel--featured-text, .panel--mini--gradient {
  background: #FBCFB6;
  background: linear-gradient(58deg, #DFB9A2, #FBCFB6 30%); }

.gradient--blue, .modals__btn--first:hover, .modals__btn--first:focus, .modals__btn--first:active, .panel--location {
  background: #66CCCC;
  background: linear-gradient(58deg, #55A9B1, #66CCCC 30%); }

.gradient--purple, .breadcrumbs, .modals__btn--second:hover, .modals__btn--second:focus, .modals__btn--second:active, .siteheader__navstrip {
  background: #9A80AB;
  background: linear-gradient(58deg, #736080, #9A80AB 30%); }

.gradient--grey, .panel--cta {
  background: #B4ACA9;
  background: linear-gradient(58deg, #747474, #B4ACA9 30%); }

.gradient--greylight, .panel--googleinside, .thumbnail-listing__item, .blog-section ul li, .page--contact .pagecontent {
  background: white;
  background: linear-gradient(58deg, #E5E5E5, #F9F9F9 30%); }

.gradient--greydark, .thumbnail-listing--small .thumbnail-listing__item:hover, .thumbnail-listing--small .blog-section ul li:hover, .blog-section ul .thumbnail-listing--small li:hover {
  background: #747474;
  background: linear-gradient(58deg, #575858, #747474 50%); }

.gradient--white {
  background: white; }

.list--nobull, .breadcrumbs__items, .image-slider-listing, .logo-listing, .stylised-ol, .tabs__links, .tabs__links_mobile_accordion, .tabs__links_always_open_on_mobile, .thumbnail-listing, .blog-section ul, .video-gallery__items, .sitefooter__social-links {
  list-style: none;
  padding-left: 0; }

.list--inline, .image-slider-listing, .logo-listing, .thumbnail-listing, .blog-section ul, .sitefooter__social-links, .siteheader__navstrip__items {
  margin-top: 0;
  padding-left: 0; }
  .list--inline li, .image-slider-listing li, .logo-listing li, .thumbnail-listing li, .blog-section ul li, .sitefooter__social-links li, .siteheader__navstrip__items li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top; }

.text--center, .video-gallery {
  text-align: center !important; }

.text--upper {
  text-transform: uppercase !important; }

.text--white {
  color: white !important; }

.text--small {
  font-size: 14px !important;
  font-size: 0.875rem !important; }

/*
Base */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/* CUSTOMISED */
html {
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: scroll; }

body {
  margin: 0; }

/*
Correct display in IE 9-.
1. Correct display in Edge, IE, and Firefox.
2. Correct display in IE. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/*
Correct display in IE 10-. */
[hidden] {
  display: none; }

/*
TEXT-LEVEL ELEMENTS
==========================================================================*/
/* Remove top margins for headings and paragraphs */
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0; }

/*
Remove the grey background color from active links in IE 10. */
a {
  background: transparent; }

/*
1. Remove the bottom border in Firefox 39-.
2. Correct text decoration in Chrome, Edge, IE, Opera, and Safari.
3. Show help cursor. */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
  cursor: help;
  /* 3 */ }

/*
Prevent the duplicate application of `bolder` by the next rule in Safari 6.*/
b,
strong {
  font-weight: inherit; }

/*
Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
  font-weight: bolder; }

/*
Correct inconsistent and variable font size in all browsers. */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

/*
Correct box sizing in Firefox. */
hr {
  box-sizing: content-box;
  height: 0; }

/*
Correct inheritance and scaling of font-size for preformatted text (see http://code.stephenmorley.org/html-and-css/fixing-browsers-broken-monospace-font-handling/) */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

/*
Remove list styling from nav lists. */
nav ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  list-style: none; }

/*
Normal font style for address */
address {
  font-style: normal; }

/*
EMBEDDED CONTENT
========================================================================== */
img {
  -webkit-backface-visibility: hidden;
  /* Stops image shifting in Chrome when using opacity change on hover */
  -ms-interpolation-mode: bicubic;
  /* improve image quality when scaled in IE 7 */
  vertical-align: middle;
  /* remove gap between images and the bottom of their containers */
  border: 0;
  /* Remove the border on images inside links in IE 10-. */ }

/*
Hide the overflow in IE. */
svg:not(:root) {
  overflow: hidden; }

/*
Correct display in IE 9-. */
audio,
canvas,
progress,
video {
  display: inline-block; }

/*
Correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
Correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
  vertical-align: baseline; }

/*
FORMS
========================================================================== */
legend {
  border: 0;
  padding: 0; }

/*
1. Correct the text wrapping in Edge and IE.
2. Correct the color inheritance from `fieldset` elements in IE.
3. Remove the padding so developers are not caught out when they zero out `fieldset`.
4. Remove border. */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */
  border: 0;
  /* 4 */ }

/*
Remove any webkit styling from fields */
input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="email"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="password"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type="tel"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

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

/*
Remove placeholder on input focus - http://adactio.com/journal/6147/ */
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent; }

[placeholder]:focus::-moz-placeholder {
  color: transparent; }

[placeholder]:focus:-moz-placeholder {
  color: transparent; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent; }

[placeholder]:focus::input-placeholder {
  color: transparent; }

/*
1. Correct font properties not being inherited.
2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/*
Restore the font weight unset by the previous rule. */
optgroup {
  font-weight: bold; }

/*
Correct color not being inherited. */
input,
optgroup,
select,
textarea {
  color: inherit; }

/*
1. Address `overflow` set to `hidden` in IE 8/9/10/11
2. Specify focus outline style */
button {
  overflow: visible; }
  button:focus {
    outline: 1px dotted; }

/*
1. Change the cursor in all browsers (opinionated).
2. Correct the inability to style clickable types in iOS. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

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

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

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

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

/*
Correct the cursor style of increment and decrement buttons in Chrome. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/*
1. Remove default vertical scrollbar in IE.
2. Improve readability and alignment in all browsers.
3. Allow only vertical resizing. */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/*
Correct the odd appearance of search inputs in Chrome and Safari. */
[type="search"] {
  -webkit-appearance: textfield; }

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

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

td,
th {
  padding: 0; }

/*
==========================================================================
TYPOGRAPHY
========================================================================== */
/* Prior fonts as defined during design phase, retired at TPC request 2018-10:
$sans-serif: "Gotham SSm A", "Gotham SSm B", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", Arial, sans-serif;
$serif: "Chronicle Display A", "Chronicle Display B", serif;
*/
body {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 100%;
  /* 16px */
  line-height: 1.42;
  color: #747474;
  font-weight: 300; }

/*=====*/
h1, .h1, .modals__item__heading, .panel--cta__heading, .blog-section h2 a {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 300;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  @media screen and (min-width: 60em) {
    h1, .h1, .modals__item__heading, .panel--cta__heading, .blog-section h2 a {
      font-size: 48px;
      font-size: 3rem; } }
  .panel-mini h1, .panel-mini .h1, .panel-mini .modals__item__heading, .panel-mini .panel--cta__heading, .panel-mini .blog-section h2 a, .blog-section h2 .panel-mini a {
    font-size: 80px;
    font-size: 5rem; }

h2, .h2, legend, .thumbnail-listing__item__heading {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  font-weight: 400;
  color: #736080;
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  p + h2, p + .h2, p + legend, p + .thumbnail-listing__item__heading {
    margin-top: 24px;
    margin-top: 1.5rem; }

h3, h4, h5, h6, .h3, .subnav__heading, .h4, .h5, .h6 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  color: #736080;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.page-title {
  margin-top: 0px;
  margin-top: 0px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .page-title h1 {
    color: #736080;
    margin: 0 auto;
    padding: 0 16px;
    padding: 0 1rem; }
    @media screen and (min-width: 60em) {
      .page-title h1 {
        width: 48.66667%;
        padding: 0; } }

.subheading {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #B38960; }

/*=====*/
p {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

p img {
  margin: 0; }

hr {
  border: 0;
  border-top: 1px solid;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem; }

strong {
  font-weight: 500; }

@media screen and (min-width: 60em) {
  strong {
    font-weight: 600 !important; }
  a > strong {
    font-weight: 600 !important; }
  strong > a {
    font-weight: 600 !important; } }

/* TPC (AS) have decide they do not want this on mobile now
@media screen and (max-width: em(959)) {
  a > strong {
    font-weight: 600 !important;
  }
  strong > a {
    font-weight: 600 !important;
  }
}
*/
/*====
Quotes
====*/
blockquote {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  text-align: center; }
  blockquote:before, blockquote:after {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20px;
    width: 1.25rem;
    height: 6px;
    height: 0.375rem;
    background-color: #B4ACA9; }
  blockquote:before {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  blockquote:after {
    margin-top: 24px;
    margin-top: 1.5rem; }
  blockquote p {
    font-size: 24px;
    font-size: 1.5rem;
    font-size: 100%;
    font-style: italic;
    font-weight: 300;
    color: #3A3B3B; }
  blockquote cite {
    display: block;
    font-weight: 600;
    font-style: normal;
    color: #736080;
    margin-bottom: 16px;
    margin-bottom: 1rem; }

/*====
Links
====*/
a {
  font-weight: 500;
  text-decoration: none;
  color: #38648C;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  a:hover, a:focus {
    color: #66CCCC; }
  a:active {
    color: #575858; }

html.no-touchevents a[href^='tel'] {
  color: inherit;
  pointer-events: none;
  cursor: default; }

/* Link colour change requested by TPC */
.columns__column .mb--24 a, .columns__column .blog-section ul li a, .blog-section ul .columns__column li a {
  color: #55A9B1; }
  .columns__column .mb--24 a:focus, .columns__column .blog-section ul li a:focus, .blog-section ul .columns__column li a:focus {
    color: #66CCCC; }

.columns__column .mb--24 .btn, .columns__column .blog-section ul li .btn, .blog-section ul .columns__column li .btn, .columns__column .mb--24 .buttons-list__link, .columns__column .blog-section ul li .buttons-list__link, .blog-section ul .columns__column li .buttons-list__link, .columns__column .mb--24 button[type="submit"], .columns__column .blog-section ul li button[type="submit"], .blog-section ul .columns__column li button[type="submit"],
.columns__column .mb--24 .form__btn,
.columns__column .blog-section ul li .form__btn, .blog-section ul .columns__column li .form__btn, .columns__column .mb--24 .modals__item__closebtn, .columns__column .blog-section ul li .modals__item__closebtn, .blog-section ul .columns__column li .modals__item__closebtn, .columns__column .mb--24 .pagination__pages .pagination__item, .pagination__pages .columns__column .mb--24 .pagination__item, .columns__column .blog-section ul li .pagination__pages .pagination__item, .pagination__pages .columns__column .blog-section ul li .pagination__item, .blog-section ul .columns__column li .pagination__pages .pagination__item, .pagination__pages .blog-section ul .columns__column li .pagination__item, .columns__column .mb--24 .panel--cta__btn, .columns__column .blog-section ul li .panel--cta__btn, .blog-section ul .columns__column li .panel--cta__btn, .columns__column .mb--24 .thumbnail-listing__item__btn, .columns__column .blog-section ul li .thumbnail-listing__item__btn, .blog-section ul .columns__column li .thumbnail-listing__item__btn, .columns__column .mb--24 .video-gallery__controls button, .video-gallery__controls .columns__column .mb--24 button, .columns__column .blog-section ul li .video-gallery__controls button, .video-gallery__controls .columns__column .blog-section ul li button, .blog-section ul .columns__column li .video-gallery__controls button, .video-gallery__controls .blog-section ul .columns__column li button, .columns__column .mb--24 .siteheader__contact__btn, .columns__column .blog-section ul li .siteheader__contact__btn, .blog-section ul .columns__column li .siteheader__contact__btn {
  color: white; }

.columns__column .mb--24 .btn--recessive, .columns__column .blog-section ul li .btn--recessive, .blog-section ul .columns__column li .btn--recessive, .columns__column .mb--24 .buttons-list__link, .columns__column .blog-section ul li .buttons-list__link, .blog-section ul .columns__column li .buttons-list__link, .columns__column .mb--24 .modals__item__closebtn, .columns__column .blog-section ul li .modals__item__closebtn, .blog-section ul .columns__column li .modals__item__closebtn, .columns__column .mb--24 .thumbnail-listing__item__btn, .columns__column .blog-section ul li .thumbnail-listing__item__btn, .blog-section ul .columns__column li .thumbnail-listing__item__btn, .columns__column .mb--24 .video-gallery__controls button, .video-gallery__controls .columns__column .mb--24 button, .columns__column .blog-section ul li .video-gallery__controls button, .video-gallery__controls .columns__column .blog-section ul li button, .blog-section ul .columns__column li .video-gallery__controls button, .video-gallery__controls .blog-section ul .columns__column li button {
  color: #66CCCC !important; }

.well a, .blog-section ul li a {
  color: #38648C !important; }
  .well a:focus, .blog-section ul li a:focus {
    color: #66CCCC !important; }

/*====
Lists
====*/
ul, ol {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-left: 18px;
  padding-left: 1.125rem; }
  ul li, ol li {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }

ul:not([class]) li {
  list-style-type: none; }

ul:not([class]) li::before {
  content: "\25A0";
  color: #66CCCC;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

ul ul,
ol ol {
  margin-bottom: 0; }

/*
Modules */
.back-to-top {
  display: none; }
  @media screen and (min-width: 42.5em) {
    .back-to-top {
      display: inline-block;
      margin-top: 16px;
      margin-top: 1rem;
      padding: 12px 16px 17px;
      padding: 0.75rem 1rem 1.0625rem;
      background-color: #F2F2F2;
      border: 2px solid white;
      border-radius: 100%;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5); }
      .back-to-top:hover, .back-to-top:focus {
        background-color: #736080; }
      .back-to-top:active {
        color: #747474;
        border-color: #747474;
        background-color: black;
        box-shadow: none; }
      .back-to-top--sticky {
        position: fixed;
        z-index: 110;
        bottom: 16px;
        bottom: 1rem;
        left: 50%;
        margin-left: -24px;
        margin-left: -1.5rem; } }
    @media screen and (min-width: 42.5em) and (min-width: 42.5em) {
      .back-to-top--sticky {
        bottom: 24px;
        bottom: 1.5rem; } }
  @media screen and (min-width: 42.5em) {
        .js .back-to-top--sticky {
          display: block; } }

.breadcrumbs {
  padding: 12px 16px;
  padding: 0.75rem 1rem; }
  @media screen and (min-width: 30em) {
    .breadcrumbs {
      text-align: center; } }

.breadcrumbs__items {
  margin-top: 0;
  margin-bottom: 0;
  color: #F2F2F2; }

.breadcrumbs__item {
  margin-bottom: 0; }
  .breadcrumbs__item a {
    font-weight: 400;
    color: #F2F2F2; }
    .breadcrumbs__item a:hover, .breadcrumbs__item a:focus, .breadcrumbs__item a:active {
      color: #66CCCC; }
  .breadcrumbs__item__current-text {
    color: #FBCFB6; }
  @media screen and (min-width: 30em) {
    .breadcrumbs__item {
      display: inline-block; } }

.buttons-list {
  padding: 16px;
  padding: 1rem;
  background-color: #736080;
  text-align: center; }
  @media screen and (min-width: 30em) {
    .buttons-list {
      padding-top: 32px;
      padding-top: 2rem;
      padding-bottom: 32px;
      padding-bottom: 2rem; } }

.buttons-list__items {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 0; }

@media screen and (min-width: 30em) {
  .buttons-list__item {
    display: inline-block;
    margin-right: 4px;
    margin-right: 0.25rem;
    margin-left: 4px;
    margin-left: 0.25rem; } }

.buttons-list__link {
  box-sizing: border-box;
  width: 100%; }
  .buttons-list__link:hover, .buttons-list__link:focus {
    background-color: #66CCCC !important; }
  .buttons-list__link:active {
    background-color: black !important; }

.btn, .buttons-list__link, button[type="submit"],
.form__btn, .modals__item__closebtn, .pagination__pages .pagination__item, .panel--cta__btn, .thumbnail-listing__item__btn, .video-gallery__controls button, .siteheader__contact__btn {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  padding: 14px 15px;
  padding: 0.875rem 0.9375rem;
  border: 2px solid;
  background-color: #018077;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn:hover, .buttons-list__link:hover, button:hover[type="submit"],
  .form__btn:hover, .modals__item__closebtn:hover, .pagination__pages .pagination__item:hover, .panel--cta__btn:hover, .thumbnail-listing__item__btn:hover, .video-gallery__controls button:hover, .siteheader__contact__btn:hover, .btn:focus, .buttons-list__link:focus, button:focus[type="submit"],
  .form__btn:focus, .modals__item__closebtn:focus, .pagination__pages .pagination__item:focus, .panel--cta__btn:focus, .thumbnail-listing__item__btn:focus, .video-gallery__controls button:focus, .siteheader__contact__btn:focus,
  a:hover .btn,
  a:hover .buttons-list__link,
  a:hover button[type="submit"],
  a:hover .form__btn,
  a:hover .modals__item__closebtn,
  a:hover .pagination__pages .pagination__item,
  .pagination__pages a:hover .pagination__item,
  a:hover .panel--cta__btn,
  a:hover .thumbnail-listing__item__btn,
  a:hover .video-gallery__controls button,
  .video-gallery__controls a:hover button,
  a:hover .siteheader__contact__btn,
  a:focus .btn,
  a:focus .buttons-list__link,
  a:focus button[type="submit"],
  a:focus .form__btn,
  a:focus .modals__item__closebtn,
  a:focus .pagination__pages .pagination__item,
  .pagination__pages a:focus .pagination__item,
  a:focus .panel--cta__btn,
  a:focus .thumbnail-listing__item__btn,
  a:focus .video-gallery__controls button,
  .video-gallery__controls a:focus button,
  a:focus .siteheader__contact__btn {
    background-color: #736080;
    color: white;
    outline: 0; }
  .btn:active, .buttons-list__link:active, button:active[type="submit"],
  .form__btn:active, .modals__item__closebtn:active, .pagination__pages .pagination__item:active, .panel--cta__btn:active, .thumbnail-listing__item__btn:active, .video-gallery__controls button:active, .siteheader__contact__btn:active,
  a:active .btn,
  a:active .buttons-list__link,
  a:active button[type="submit"],
  a:active .form__btn,
  a:active .modals__item__closebtn,
  a:active .pagination__pages .pagination__item,
  .pagination__pages a:active .pagination__item,
  a:active .panel--cta__btn,
  a:active .thumbnail-listing__item__btn,
  a:active .video-gallery__controls button,
  .video-gallery__controls a:active button,
  a:active .siteheader__contact__btn {
    background-color: black;
    box-shadow: none;
    color: #747474; }
  .btn--grow:hover, button:hover[type="submit"],
  .form__btn:hover, .pagination__pages .pagination__item:hover:not(.pagination__item--current), .panel--cta__btn:hover, .btn--grow:focus, button:focus[type="submit"],
  .form__btn:focus, .pagination__pages .pagination__item:focus:not(.pagination__item--current), .panel--cta__btn:focus {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .btn--grow:active, button:active[type="submit"],
  .form__btn:active, .pagination__pages .pagination__item:active:not(.pagination__item--current), .panel--cta__btn:active {
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .btn--large {
    font-size: 26px;
    font-size: 1.625rem; }
  .btn--small, .buttons-list__link, .modals__item__closebtn, .panel--cta__btn, .thumbnail-listing__item__btn, .video-gallery__controls button, .siteheader__contact__btn {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    font-size: 16px;
    font-size: 1rem; }
  .btn--recessive, .buttons-list__link, .modals__item__closebtn, .thumbnail-listing__item__btn, .video-gallery__controls button {
    background-color: transparent;
    color: #66CCCC;
    box-shadow: none; }
  .btn--recessive--white, .buttons-list__link, .modals__item__closebtn {
    color: white; }
    .btn--recessive--white a, .buttons-list__link a, .modals__item__closebtn a {
      color: white; }

/*
==========================================================================
FORMS
========================================================================== */
form {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

fieldset {
  border: none;
  padding: 0;
  margin-bottom: 32px;
  margin-bottom: 2rem; }

legend {
  float: left;
  width: 100%;
  color: #575858; }

.form__field {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  @media screen and (min-width: 36.5em) {
    .form__fields__group .form__field {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
      width: 48.63014%;
      margin-right: -4px;
      margin-left: 2.73973%; }
      .form__fields__group .form__field:first-child {
        margin-left: 0; } }

label,
.label {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #747474; }

.form__field--text label {
  display: block; }

.form__field--text input,
.form__field--text textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  padding: 1rem;
  border: 1px solid #66CCCC;
  background-color: white;
  box-shadow: 0 0 0 #B4ACA9;
  color: #575858;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .form__field--text input::-webkit-input-placeholder,
  .form__field--text textarea::-webkit-input-placeholder {
    color: #B4ACA9;
    font-style: normal; }
  .form__field--text input::-moz-placeholder,
  .form__field--text textarea::-moz-placeholder {
    color: #B4ACA9;
    font-style: normal; }
  .form__field--text input:-moz-placeholder,
  .form__field--text textarea:-moz-placeholder {
    color: #B4ACA9;
    font-style: normal; }
  .form__field--text input:-ms-input-placeholder,
  .form__field--text textarea:-ms-input-placeholder {
    color: #B4ACA9;
    font-style: normal; }
  .form__field--text input:focus,
  .form__field--text textarea:focus {
    border-color: #575858;
    color: #575858;
    box-shadow: 0 0 13px #B4ACA9; }
  .form__field--text input:disabled,
  .form__field--text textarea:disabled {
    border-color: #E5E5E5;
    background-color: #F2F2F2; }

.form__field--inline {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.form__field--select select {
  box-sizing: border-box;
  width: 100%;
  padding: 16px;
  padding: 1rem;
  border: 1px solid #66CCCC;
  color: #575858;
  background-color: white; }

html.svg .form__field--select {
  /* hide arrow in IE10+ */ }
  html.svg .form__field--select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 53px;
    height: 3.3125rem;
    padding: 16px;
    padding: 1rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    border-radius: 0;
    box-shadow: 0 0 0 #B4ACA9;
    background: white url("/assets2018/images/dropdown-arrow.svg") 97.5% center no-repeat;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    html.svg .form__field--select select:focus {
      border-color: #575858;
      color: #575858;
      box-shadow: 0 0 13px #B4ACA9; }
  html.svg .form__field--select select::-ms-expand {
    display: none; }

html.ie9 .form__field--select select {
  background-image: none;
  padding-right: 16px;
  padding-right: 1rem; }

@media screen and (min-width: 30em) {
  .form__select-group {
    text-align: center; }
    .form__select-group .form__field--select {
      display: inline-block;
      vertical-align: top;
      margin-left: 4px;
      margin-left: 0.25rem;
      margin-right: 4px;
      margin-right: 0.25rem; }
      .form__select-group .form__field--select select {
        width: auto;
        background-position: right 12px center !important; } }

.form__field--radio {
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }
  .form__field--radio label {
    display: block;
    float: left;
    width: 90%;
    padding-left: 8px;
    padding-left: 0.5rem;
    margin-bottom: 0;
    cursor: pointer; }
  .form__field--radio input {
    float: left;
    margin-top: 4px;
    margin-top: 0.25rem; }
  .form__field--radio label:hover,
  .form__field--radio input:focus + label {
    color: #55A9B1; }
  .form__field--radio--small label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300; }

.form__field--error input,
.form__field--error textarea,
.form__field--error select {
  border-color: #AA4239;
  color: #AA4239; }

.form__field--error__msg {
  display: block;
  margin-top: 12px;
  margin-top: 0.75rem;
  color: #AA4239; }
  .form__field--radio .form__field--error__msg {
    margin-top: 0;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

button[type="submit"],
.form__btn {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* New styling for form in side column */
.panel-mini h2 {
  margin-bottom: 15px; }

.panel-mini .form__fields {
  margin-bottom: 1rem !important; }
  .panel-mini .form__fields .form__field {
    width: 100%; }
    .panel-mini .form__fields .form__field input {
      width: 100% !important;
      padding: 0.25rem !important;
      margin-left: 0; }
    .panel-mini .form__fields .form__field select {
      height: 2rem !important;
      padding: 0.25rem !important; }
    .panel-mini .form__fields .form__field legend {
      text-align: left !important;
      font-size: 0.95rem !important; }
    .panel-mini .form__fields .form__field .form__field--error__msg {
      font-size: 0.9rem !important; }

.panel-mini .fieldset-marketing-opt .form__field--radio {
  width: 45% !important; }

.panel-mini .fieldset-marketing-opt legend, .panel-mini .fieldset-marketing-opt p {
  text-align: left !important;
  font-size: 0.95rem !important; }

.panel-mini .fieldset-marketing-opt .marketing-opt-yes {
  float: left !important; }
  .panel-mini .fieldset-marketing-opt .marketing-opt-yes label {
    width: 30% !important;
    margin-top: -1px !important;
    font-size: 1rem !important; }

.panel-mini .fieldset-marketing-opt .marketing-opt-no {
  float: right !important; }
  .panel-mini .fieldset-marketing-opt .marketing-opt-no label {
    width: 30% !important;
    margin-top: -1px !important;
    font-size: 1rem !important; }

.panel-mini .fieldset-marketing-opt .form__field--error__msg {
  font-size: 0.9rem !important; }

.hero-banner {
  height: 350px;
  background-position: center center;
  position: relative; }
  .hero-banner [data-responsive-background-image] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute; }
  .hero-banner [data-responsive-background-image] img {
    display: none; }

.hero-banner--top {
  height: 335px; }
  @media screen and (min-width: 36.5em) {
    .hero-banner--top {
      height: 450px; } }

.hero-banner__wrapper {
  position: relative;
  height: 100%;
  padding: 0 16px;
  padding: 0 1rem; }

.hero-banner__item {
  height: 100%;
  width: 100%;
  background-position: center center;
  position: absolute; }

.hero-banner__overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px;
  padding: 0.75rem;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  border-bottom: 6px solid #0A8D8F;
  text-align: center; }
  @media screen and (min-width: 36.5em) {
    .hero-banner__overlay {
      top: 50%;
      bottom: initial;
      transform: translateY(-50%);
      width: 400px;
      padding: 24px;
      padding: 1.5rem; } }
  .hero-banner__overlay h2 {
    color: #736080;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
    @media screen and (min-width: 36.5em) {
      .hero-banner__overlay h2 {
        font-size: 42px;
        font-size: 2.625rem;
        margin-bottom: 24px;
        margin-bottom: 1.5rem; } }

.hero-banner__btn {
  background-color: #018077;
  border-color: #018077;
  box-shadow: none;
  margin-bottom: 12px; }
  .hero-banner__btn:hover {
    border-color: #736080; }

.icon {
  display: inline-block;
  vertical-align: middle;
  background-image: url("/assets2018/images/icons-sprite.png");
  background-position: 0 0;
  background-repeat: no-repeat; }
  html.svg .icon {
    background-image: url("/assets2018/images/icons-sprite.svg"); }

.icon--twitter {
  width: 30px;
  width: 1.875rem;
  height: 27.5px;
  height: 1.71875rem;
  background-position: 0 0; }
  button:hover .icon--twitter,
  button:focus .icon--twitter,
  a:hover .icon--twitter,
  a:focus .icon--twitter {
    background-position: 0 -50px; }
  button:active .icon--twitter,
  a:active .icon--twitter {
    background-position: 0 -100px; }

.icon--linkedin {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-position: -50px 0; }
  button:hover .icon--linkedin,
  button:focus .icon--linkedin,
  a:hover .icon--linkedin,
  a:focus .icon--linkedin {
    background-position: -50px -50px; }
  button:active .icon--linkedin,
  a:active .icon--linkedin {
    background-position: -50px -100px; }

.icon--facebook {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-position: -100px 0; }
  button:hover .icon--facebook,
  button:focus .icon--facebook,
  a:hover .icon--facebook,
  a:focus .icon--facebook {
    background-position: -100px -50px; }
  button:active .icon--facebook,
  a:active .icon--facebook {
    background-position: -100px -100px; }

.icon--youtube {
  width: 30px;
  width: 1.875rem;
  height: 22px;
  height: 1.375rem;
  background-position: -150px 0; }
  button:hover .icon--youtube,
  button:focus .icon--youtube,
  a:hover .icon--youtube,
  a:focus .icon--youtube {
    background-position: -150px -50px; }
  button:active .icon--youtube,
  a:active .icon--youtube {
    background-position: -150px -100px; }

.icon--instagram {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-position: -200px 0; }
  button:hover .icon--instagram,
  button:focus .icon--instagram,
  a:hover .icon--instagram,
  a:focus .icon--instagram {
    background-position: -200px -50px; }
  button:active .icon--instagram,
  a:active .icon--instagram {
    background-position: -200px -100px; }

.icon--snapchat {
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-position: -700px 0; }
  button:hover .icon--snapchat,
  button:focus .icon--snapchat,
  a:hover .icon--snapchat,
  a:focus .icon--snapchat {
    background-position: -700px -50px; }
  button:active .icon--snapchat,
  a:active .icon--snapchat {
    background-position: -700px -100px; }

.icon--chat {
  width: 32px;
  width: 2rem;
  height: 30px;
  height: 1.875rem;
  background-position: -800px 0; }
  button:hover .icon--chat,
  button:focus .icon--chat,
  a:hover .icon--chat,
  a:focus .icon--chat {
    background-position: -800px -50px; }
  button:active .icon--chat,
  a:active .icon--chat {
    background-position: -800px -100px; }

.icon--home {
  width: 12px;
  width: 0.75rem;
  height: 15px;
  height: 0.9375rem;
  background-position: -250px 0; }
  button:hover .icon--home,
  button:focus .icon--home,
  a:hover .icon--home,
  a:focus .icon--home {
    background-position: -250px -50px; }
  button:active .icon--home,
  a:active .icon--home {
    background-position: -250px -100px; }

.icon--arrow-up {
  width: 21px;
  width: 1.3125rem;
  height: 16px;
  height: 1rem;
  background-position: -300px 0; }
  button:hover .icon--arrow-up,
  button:focus .icon--arrow-up,
  a:hover .icon--arrow-up,
  a:focus .icon--arrow-up {
    background-position: -300px -50px; }
  button:active .icon--arrow-up,
  a:active .icon--arrow-up {
    background-position: -300px -100px; }

.icon--arrow-right {
  width: 16px;
  width: 1rem;
  height: 21px;
  height: 1.3125rem;
  background-position: -350px 0; }
  button:hover .icon--arrow-right,
  button:focus .icon--arrow-right,
  a:hover .icon--arrow-right,
  a:focus .icon--arrow-right {
    background-position: -350px -50px; }
  button:active .icon--arrow-right,
  a:active .icon--arrow-right {
    background-position: -350px -100px; }

.icon--arrow-left {
  width: 16px;
  width: 1rem;
  height: 21px;
  height: 1.3125rem;
  background-position: -400px 0; }
  button:hover .icon--arrow-left,
  button:focus .icon--arrow-left,
  a:hover .icon--arrow-left,
  a:focus .icon--arrow-left {
    background-position: -400px -50px; }
  button:active .icon--arrow-left,
  a:active .icon--arrow-left {
    background-position: -400px -100px; }

.icon--arrow-right-white {
  width: 16px;
  width: 1rem;
  height: 21px;
  height: 1.3125rem;
  background-position: -450px 0; }
  button:hover .icon--arrow-right-white,
  button:focus .icon--arrow-right-white,
  a:hover .icon--arrow-right-white,
  a:focus .icon--arrow-right-white {
    background-position: -450px -50px; }
  button:active .icon--arrow-right-white,
  a:active .icon--arrow-right-white {
    background-position: -450px -100px; }

.icon--arrow-left-white {
  width: 16px;
  width: 1rem;
  height: 21px;
  height: 1.3125rem;
  background-position: -500px 0; }
  button:hover .icon--arrow-left-white,
  button:focus .icon--arrow-left-white,
  a:hover .icon--arrow-left-white,
  a:focus .icon--arrow-left-white {
    background-position: -500px -50px; }
  button:active .icon--arrow-left-white,
  a:active .icon--arrow-left-white {
    background-position: -500px -100px; }

.icon--menu {
  width: 37px;
  width: 2.3125rem;
  height: 33px;
  height: 2.0625rem;
  background-position: -550px 0; }
  button:hover .icon--menu,
  button:focus .icon--menu,
  a:hover .icon--menu,
  a:focus .icon--menu {
    background-position: -550px -50px; }
  button:active .icon--menu,
  a:active .icon--menu {
    background-position: -550px -100px; }

.icon--close {
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  background-position: -600px 0; }
  button:hover .icon--close,
  button:focus .icon--close,
  a:hover .icon--close,
  a:focus .icon--close {
    background-position: -600px -50px; }
  button:active .icon--close,
  a:active .icon--close {
    background-position: -600px -100px; }

.icon--call {
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  background-position: -750px 0; }
  button:hover .icon--call,
  button:focus .icon--call,
  a:hover .icon--call,
  a:focus .icon--call {
    background-position: -750px -50px; }
  button:active .icon--call,
  a:active .icon--call {
    background-position: -750px -100px; }

.image-slider-listing {
  max-width: 960px;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.image-slider-listing__item {
  max-width: 302px;
  max-width: 18.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
  border: 1px solid #D1C8C5;
  background-color: #F2F2F2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .image-slider-listing__item .image-slider {
    height: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  @media screen and (min-width: 35.9375em) {
    .image-slider-listing__item {
      margin-left: 6px;
      margin-left: 0.375rem;
      margin-right: 6px;
      margin-right: 0.375rem; } }
  @media screen and (min-width: 35.9375em) and (max-width: 66.25em) {
    .image-slider-listing__item {
      width: 30%; } }
  html.oldie .image-slider-listing__item {
    max-width: 300px;
    max-width: 18.75rem; }

.image-slider {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 304px;
  max-width: 19rem;
  margin-top: 0;
  text-align: center; }

.image-slider__controls {
  position: relative;
  z-index: 110;
  padding-top: 8px;
  padding-top: 0.5rem;
  height: 25px;
  height: 1.5625rem; }
  @media screen and (min-width: 30em) {
    .image-slider__controls {
      float: right;
      padding-bottom: 8px;
      padding-bottom: 0.5rem;
      width: 70px;
      width: 4.375rem;
      margin-top: -41px;
      margin-top: -2.5625rem;
      background-color: #F2F2F2; } }

.image-slider__prev,
.image-slider__next {
  position: absolute;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  padding: 0;
  border: none;
  background-color: transparent; }
  .image-slider__prev:focus,
  .image-slider__next:focus {
    outline: 0; }

.image-slider__prev {
  left: 0; }
  @media screen and (min-width: 30em) {
    .image-slider__prev {
      left: 9px;
      left: 0.5625rem; } }

.image-slider__next {
  right: 0; }

.image-slider__controls + figcaption {
  text-align: center; }
  @media screen and (min-width: 30em) {
    .image-slider__controls + figcaption {
      text-align: left; } }

.image-slider--toggled {
  max-width: 596px;
  max-width: 37.25rem; }
  .image-slider--toggled .image-slider__controls {
    display: none; }
  html.oldie .image-slider--toggled {
    width: 596px; }

.image-slider__togglebtn {
  display: none; }
  @media screen and (min-width: 47.5em) {
    .image-slider__togglebtn {
      display: block;
      width: 100%;
      padding: 0;
      padding-top: 9px;
      padding-top: 0.5625rem;
      border: none;
      background-color: transparent;
      font-weight: 600;
      color: #38648C;
      -webkit-transition: color 0.3s ease-in-out;
      -moz-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      text-align: left; }
      .image-slider__togglebtn:hover, .image-slider__togglebtn:focus, .image-slider__togglebtn:active {
        color: #66CCCC;
        outline: 0; } }

.logo-listing {
  text-align: center; }

.logo-listing__item {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  vertical-align: middle !important; }

/*
==========================================================================
EMBEDDED MEDIA
========================================================================== */
img {
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-backface-visibility: hidden; }
  a:hover img,
  a:focus img,
  a:active img {
    opacity: 0.8; }

.media {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 9px;
  padding: 0.5625rem;
  background-color: #E5E5E5; }

figcaption {
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-right: 9px;
  padding-right: 0.5625rem;
  text-align: right;
  color: #575858; }
  figcaption p {
    margin-bottom: 0; }

.media--frame {
  border: 1px solid #D1C8C5;
  background-color: #F2F2F2; }
  .media--frame figcaption {
    padding-right: 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left; }

.media--shadow {
  position: relative; }
  .media--shadow:before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -45px;
    left: -2.8125rem;
    right: 0;
    bottom: -10px;
    bottom: -0.625rem;
    height: 70px;
    height: 4.375rem;
    background-image: url("/assets2018/images/media-shadow.png");
    background-repeat: repeat-x;
    background-size: cover; }
    html.oldie .media--shadow:before {
      background-image: none; }

.media--video {
  box-sizing: border-box;
  display: block; }

.media--video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden; }
  .media--video__wrapper iframe,
  .media--video__wrapper object,
  .media--video__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

iframe {
  max-width: 100%; }

.media--google-inside-map {
  position: relative;
  padding-bottom: 35.714286%;
  height: 0;
  overflow: hidden;
  display: none; }
  @media screen and (min-width: 47.5em) {
    .media--google-inside-map {
      display: block;
      height: 200px; } }
  @media screen and (min-width: 61.25em) {
    .media--google-inside-map {
      height: auto; } }
  .media--google-inside-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.media--google-inside-link {
  display: block; }
  @media screen and (min-width: 47.5em) {
    .media--google-inside-link {
      display: none; } }

.video__pullout {
  background-color: #E0F5F5;
  padding: 16px 16px 24px;
  padding: 1rem 1rem 1.5rem;
  margin: 8px 0;
  margin: 0.5rem 0; }
  .video__pullout .video__video {
    width: 100%;
    border: 1px solid #B38960;
    box-sizing: border-box;
    margin-top: 15px; }
  .video__pullout .video__caption {
    background-color: #B38960;
    color: white;
    padding: 16px;
    padding: 1rem;
    display: block; }
    .video__pullout .video__caption--transparent {
      color: #3A3B3B;
      padding: 0;
      padding-top: 16px;
      background-color: transparent; }
    .video__pullout .video__caption p:first-of-type {
      margin-bottom: 4px; }
    .video__pullout .video__caption p:last-of-type {
      margin-bottom: 0; }
  .video__pullout h3 {
    margin-bottom: 6px; }
  .video__pullout--tabs {
    background-color: white;
    margin: 0 auto;
    padding: 16px 16px 16px;
    padding: 1rem 1rem 1rem; }
    .video__pullout--tabs .video__pullout--terms {
      font-size: 12px;
      margin-top: 8px;
      margin-bottom: 0; }
    .video__pullout--tabs h3 {
      margin-bottom: 16px;
      margin-top: 0; }
  .video__pullout--transparent {
    background-color: transparent;
    padding: 0; }

.modals__btns {
  text-align: center; }
  html.no-js .modals__btns {
    display: none; }

.modals__btn {
  position: relative;
  float: left;
  width: 33.33333%;
  border: none;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }
  @media screen and (min-width: 28.75em) {
    .modals__btn {
      font-size: 32px;
      font-size: 2rem; } }
  @media screen and (min-width: 40em) {
    .modals__btn {
      font-size: 56px;
      font-size: 3.5rem; } }
  .modals__btn:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding: 50% 0; }
  .modals__btn--first {
    background-color: #66CCCC; }
  .modals__btn--second {
    background-color: #736080;
    color: white; }
  .modals__btn--third {
    background-color: #FBCFB6; }
  .modals__btn__btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20%;
    display: none;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    border: 2px solid;
    color: white;
    font-size: 16px;
    font-size: 1rem;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase; }
  .modals__btn:hover, .modals__btn:focus, .modals__btn:active {
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    color: white;
    outline: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
    @media screen and (min-width: 50em) {
      .modals__btn:hover .modals__btn__btn, .modals__btn:focus .modals__btn__btn, .modals__btn:active .modals__btn__btn {
        display: block; } }

.modals__item {
  padding: 24px;
  padding: 1.5rem;
  text-align: left;
  color: #3A3B3B; }
  .modals__item--blue {
    background-color: #66CCCC; }
  .modals__item--purple {
    background-color: #736080;
    color: white; }
  .modals__item--peach {
    background-color: #FBCFB6; }

.modals__item__heading {
  color: white; }
  .modals__item--blue .modals__item__heading {
    color: #38648C; }
  .modals__item--peach .modals__item__heading {
    color: #B38960; }

.modals__item__closebtn {
  display: table;
  margin-left: auto;
  margin-right: auto; }

html.js .modals__item {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

html.js .modals__item--current {
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  opacity: 1; }

html.js.modal-is-open {
  overflow-y: hidden; }

.pagination {
  padding: 32px 16px 20px;
  padding: 2rem 1rem 1.25rem;
  text-align: center;
  text-transform: uppercase; }

.pagination__item {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  color: #55A9B1;
  font-weight: 600; }
  .pagination__item--disabled {
    color: #B4ACA9; }

.pagination__pages .pagination__item {
  display: inline-block;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  margin-right: 4px;
  margin-right: 0.25rem;
  margin-left: 4px;
  margin-left: 0.25rem;
  background-color: #66CCCC;
  box-shadow: none; }
  .pagination__pages .pagination__item.pagination__item--current {
    border-color: inherit;
    border-width: 1px;
    background-color: white;
    color: #575858; }

@media screen and (min-width: 37.5em) {
  .pagination__pages {
    display: inline-block; } }

.panel {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  text-align: center; }
  .panel .thumbnail-listing__item, .panel .blog-section ul li, .blog-section ul .panel li {
    background: white; }

@media screen and (min-width: 47.5em) {
  .panel--deep, .panel--featured-text, .panel--location {
    padding-top: 56px;
    padding-top: 3.5rem;
    padding-bottom: 56px;
    padding-bottom: 3.5rem; } }

@media screen and (min-width: 60em) {
  .panel--tabs {
    padding-bottom: 110px;
    padding-bottom: 6.875rem;
    margin-bottom: -53px;
    margin-bottom: -3.3125rem; }
    .panel--tabs + .tabs {
      position: relative; } }

.panel--featured-text {
  position: relative;
  border-bottom: 20px solid #FBCFB6; }
  .panel--featured-text__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    html.oldie .panel--featured-text__bg {
      background-color: #FBCFB6; }
  .panel--featured-text__content {
    position: relative; }

.panel--googleinside {
  padding-top: 64px;
  padding-top: 4rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  padding-left: 64px;
  padding-left: 4rem;
  padding-right: 64px;
  padding-right: 4rem; }

.panel--location {
  color: white; }
  .panel--location h2 {
    margin-top: 0;
    color: white; }
  .panel--location address {
    font-weight: 400; }
  .panel--location a[href^='tel'] {
    color: white; }
    .panel--location a[href^='tel']:hover, .panel--location a[href^='tel']:focus {
      color: #38648C; }
  .panel--location__address {
    margin-bottom: 32px;
    margin-bottom: 2rem; }
    @media screen and (min-width: 47.5em) {
      .panel--location__address {
        display: inline-block;
        vertical-align: middle;
        width: 55.09642%;
        margin-right: 2.20386%;
        margin-bottom: 0; } }
  @media screen and (min-width: 47.5em) {
    .panel--location__map {
      display: inline-block;
      vertical-align: middle;
      width: 39.9449%; } }

.panel--cta {
  position: relative; }
  @media screen and (min-width: 47.5em) {
    .panel--cta {
      padding-top: 142px;
      padding-top: 8.875rem;
      padding-bottom: 142px;
      padding-bottom: 8.875rem; } }
  .panel--cta__bg {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: auto 100%; }
    @media screen and (min-width: 47.5em) {
      .panel--cta__bg {
        display: block; } }
  .panel--cta__content {
    position: relative; }
  .panel--cta__heading {
    color: white;
    text-shadow: 0 0 20px #575858; }
    .panel--cta__heading a {
      font-weight: 300;
      color: white; }
    @media screen and (max-width: 26.25em) {
      .panel--cta__heading {
        font-size: 38px;
        font-size: 2.375rem; } }
  @media screen and (min-width: 60em) {
    .panel--cta__btn {
      padding: 14px 15px;
      padding: 0.875rem 0.9375rem;
      font-size: 19px;
      font-size: 1.1875rem; } }
  @media screen and (min-width: 91.25em) {
    .panel--cta--right .panel--cta__bg {
      background-position: 15% 0; }
    .panel--cta--right .panel--cta__content {
      -webkit-transform: translatex(20%);
      -moz-transform: translatex(20%);
      -ms-transform: translatex(20%);
      -o-transform: translatex(20%);
      transform: translatex(20%); } }
  @media screen and (min-width: 125em) {
    .panel--cta--right .panel--cta__bg {
      background-position: 30% 0; } }

.panel--mini {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  box-sizing: border-box;
  max-width: 224px;
  max-width: 14rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem; }
  html.oldie .panel--mini {
    width: 224px;
    width: 14rem;
    background-color: #FBCFB6; }
  .panel--mini--border {
    border: 3px solid #FBCFB6; }
  .panel--mini .h1, .panel--mini .modals__item__heading, .panel--mini .panel--cta__heading, .panel--mini .blog-section h2 a, .blog-section h2 .panel--mini a {
    font-size: 80px;
    font-size: 5rem; }

@media screen and (min-width: 31.25em) {
  .panel--minis {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.panel--minis .panel--mini {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  @media screen and (min-width: 31.25em) {
    .panel--minis .panel--mini {
      margin-bottom: 0; } }

.reveal-controls {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center; }
  .panel .reveal-controls {
    margin-bottom: 0; }

.stylised-ol {
  counter-reset: items; }
  @media screen and (min-width: 36.25em) {
    .stylised-ol {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  .stylised-ol li {
    position: relative;
    padding-left: 40px;
    padding-left: 2.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem; }
    .stylised-ol li:before {
      content: counter(items);
      counter-increment: items;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-size: 40px;
      font-size: 2.5rem;
      line-height: 1;
      font-family: "Helvetica", Arial, sans-serif;
      color: #B38960; }
    @media screen and (min-width: 36.25em) {
      .stylised-ol li {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        box-sizing: border-box;
        width: 47.43151%; } }

@media screen and (min-width: 60em) {
  .subnav--smallscreen {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0); } }

.subnav--largescreen {
  display: none; }
  @media screen and (min-width: 60em) {
    .subnav--largescreen {
      display: block; } }

.subnav__items {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.subnav__item a {
  display: block;
  padding-left: 16px;
  padding-left: 1rem; }
  .subnav__item a:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    margin-left: -16px;
    margin-left: -1rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    height: 20px;
    height: 1.25rem;
    border-left: 6px solid; }

.tabs {
  text-align: center; }
  @media screen and (max-width: 60em) {
    .tabs {
      padding-left: 0;
      padding-right: 0; } }

.tabs__text {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: left;
  display: block; }
  @media screen and (min-width: 60em) {
    .tabs__text {
      display: none; } }

.tabs__links, .tabs__links_mobile_accordion, .tabs__links_always_open_on_mobile {
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  border: 1px solid black; }
  .tabs__links li, .tabs__links_mobile_accordion li, .tabs__links_always_open_on_mobile li {
    margin-bottom: 0; }
    @media screen and (max-width: 60em) {
      .tabs__links li:last-child .tabs__links__link, .tabs__links_mobile_accordion li:last-child .tabs__links__link, .tabs__links_always_open_on_mobile li:last-child .tabs__links__link, .tabs__links li:last-child .tabs__links_mobile_accordion a, .tabs__links_mobile_accordion .tabs__links li:last-child a, .tabs__links_mobile_accordion li:last-child a, .tabs__links_always_open_on_mobile li:last-child .tabs__links_mobile_accordion a, .tabs__links_mobile_accordion .tabs__links_always_open_on_mobile li:last-child a, .tabs__links li:last-child .tabs__links_always_open_on_mobile a, .tabs__links_always_open_on_mobile .tabs__links li:last-child a, .tabs__links_mobile_accordion li:last-child .tabs__links_always_open_on_mobile a, .tabs__links_always_open_on_mobile .tabs__links_mobile_accordion li:last-child a, .tabs__links_always_open_on_mobile li:last-child a {
        border-bottom: none; } }
  @media screen and (min-width: 60em) {
    .tabs__links, .tabs__links_mobile_accordion, .tabs__links_always_open_on_mobile {
      border: none;
      border-bottom: 1px solid black;
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; }
      .tabs__links li, .tabs__links_mobile_accordion li, .tabs__links_always_open_on_mobile li {
        display: inline-block;
        vertical-align: top; } }

.tabs__links__link, .tabs__links_mobile_accordion a, .tabs__links_always_open_on_mobile a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  color: #66CCCC;
  font-weight: 600;
  background-color: #3A3B3B;
  border-bottom: 1px solid transparent;
  color: white;
  text-decoration: none;
  display: block;
  outline: none; }
  @media screen and (min-width: 60em) {
    .tabs__links__link, .tabs__links_mobile_accordion a, .tabs__links_always_open_on_mobile a {
      border: 1px solid transparent;
      border-bottom: 1px solid black;
      margin-bottom: -1px;
      margin-bottom: -0.0625rem; }
      .tabs__links__link--current {
        border-bottom: 1px solid white; } }
  .tabs__links__link--current {
    border: 1px solid black;
    border-bottom: 1px solid transparent;
    color: #575858;
    pointer-events: none;
    cursor: default;
    background-color: #F9F9F9; }
    .tabs__links__link--current:hover, .tabs__links__link--current:focus, .tabs__links__link--current:active {
      color: #575858; }
  .tabs__links__link:not(.tabs__links__link--current):hover, .tabs__links_mobile_accordion a:not(.tabs__links__link--current):hover, .tabs__links_always_open_on_mobile a:not(.tabs__links__link--current):hover, .tabs__links__link:not(.tabs__links__link--current):focus, .tabs__links_mobile_accordion a:not(.tabs__links__link--current):focus, .tabs__links_always_open_on_mobile a:not(.tabs__links__link--current):focus {
    background-color: #736080;
    color: white;
    border-top-color: #736080;
    border-right-color: #736080;
    border-left-color: #736080; }
  .tabs__links__link:not(.tabs__links__link--current):active, .tabs__links_mobile_accordion a:not(.tabs__links__link--current):active, .tabs__links_always_open_on_mobile a:not(.tabs__links__link--current):active {
    background-color: #575858;
    color: #747474; }

.tab_videos .columns {
  max-width: 40rem; }

.tabs__section {
  box-sizing: border-box;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-left: 0;
  margin-right: 0;
  min-width: 100%;
  background: linear-gradient(58deg, #E5E5E5, #F9F9F9 30%); }
  .tabs__section:focus {
    outline: 0; }
  .tabs__section .columns--wide {
    max-width: 1200px !important; }
  .tabs__section .thumbnail-listing__item, .tabs__section .blog-section ul li, .blog-section ul .tabs__section li {
    background: white; }
  html.js .tabs__section {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    html.js .tabs__section--current {
      opacity: 1; }
    html.js .tabs__section:not(.tabs__section--current) {
      position: absolute;
      width: 1px;
      height: 1px;
      border: 0;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0 0 0 0); }

/* Mobile Accordian Styling */
.tabs__links_mobile_accordion, .tabs__links_always_open_on_mobile {
  display: none;
  border-color: #018077;
  text-align: left;
  margin-left: 1rem;
  margin-right: 1rem;
  -webkit-transition: border 0.3s ease-in-out;
  -moz-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out; }
  .tabs__links_mobile_accordion:hover, .tabs__links_always_open_on_mobile:hover {
    border-color: black; }
  .tabs__links_mobile_accordion a, .tabs__links_always_open_on_mobile a {
    background-color: #018077; }

@media screen and (max-width: 60em) {
  .tabs__links_mobile_accordion, .tabs__links_always_open_on_mobile {
    display: block;
    margin-top: 15px; }
    .tabs__links_mobile_accordion a, .tabs__links_always_open_on_mobile a {
      border-bottom: none; }
      .tabs__links_mobile_accordion a span.dashicons, .tabs__links_always_open_on_mobile a span.dashicons {
        float: right; }
  section.accordian {
    padding-top: 10px;
    padding-bottom: 15px;
    border: 1px solid #018077;
    background: white;
    background: linear-gradient(58deg, #E5E5E5, #F9F9F9 30%);
    margin-left: 1rem;
    margin-right: 1rem;
    min-width: 90%; }
  .tabs_accordian {
    padding-bottom: 2.5rem; } }

/* Always open mobile tabs */
.tabs__links_always_open_on_mobile {
  margin-left: 0;
  margin-right: 0; }
  .tabs__links_always_open_on_mobile a {
    margin-top: 0 !important;
    text-align: center !important; }

@media screen and (max-width: 60em) {
  .always_open_on_mobile {
    position: initial !important;
    width: 100% !important;
    height: auto !important;
    opacity: 1 !important;
    overflow: visible !important;
    clip: initial !important;
    background: none !important;
    border: none !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important; }
    .always_open_on_mobile .mb--24, .always_open_on_mobile .blog-section ul li, .blog-section ul .always_open_on_mobile li {
      margin-top: 1rem; } }

.end-sticky {
  position: relative; }

.sticky__video__tab.has-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3A3B3B;
  padding: 24px;
  padding: 1.5rem;
  z-index: 2;
  box-sizing: border-box; }
  .sticky__video__tab.has-sticky .video__caption {
    color: white; }
  .sticky__video__tab.has-sticky.has-sticky--end {
    top: initial;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 60em) {
      .sticky__video__tab.has-sticky.has-sticky--end {
        left: -16px;
        width: calc(100% + 32px); } }

.columns--two .columns__column.video__tab__column {
  margin-bottom: 24px;
  width: 100%; }
  @media screen and (min-width: 60em) {
    .columns--two .columns__column.video__tab__column {
      width: calc(50% - 12px); } }

.video__tab__item {
  background-color: #B38960;
  display: block;
  transition: all .3s ease-out; }
  .video__tab__item:hover {
    background-color: #736080; }
  .video__tab__item.active {
    background-color: #3A3B3B; }
    .video__tab__item.active:hover {
      background-color: #3A3B3B; }
  @media screen and (min-width: 60em) {
    .video__tab__item {
      padding: 16px;
      padding: 1rem; } }
  .video__tab__item .video__tab__item__video,
  .video__tab__item .video__tab__item__meta {
    display: inline-block !important;
    vertical-align: middle; }
  .video__tab__item .video__tab__item__video {
    width: 100%; }
    @media screen and (min-width: 60em) {
      .video__tab__item .video__tab__item__video {
        width: 39%; } }
  .video__tab__item .video__tab__item__meta {
    width: 100%;
    padding: 8px;
    padding: 0.5rem;
    color: white;
    font-weight: 400; }
    .video__tab__item .video__tab__item__meta p:first-of-type {
      margin-bottom: 8px; }
    @media screen and (min-width: 60em) {
      .video__tab__item .video__tab__item__meta {
        width: calc(60% - 24px);
        margin-left: 24px;
        padding: 0; } }

.thumbnail-listing, .blog-section ul {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media screen and (min-width: 36.25em) {
    .thumbnail-listing--column {
      -webkit-box-pack: start;
      -moz-box-pack: start;
      box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -o-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: start;
      margin-left: -10px;
      margin-left: -0.625rem; } }
  @media screen and (min-width: 60em) {
    .thumbnail-listing--column {
      display: block;
      margin-left: 0; } }

.thumbnail-listing__item, .blog-section ul li {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #38648C;
  text-align: left;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  @media screen and (min-width: 25em) {
    .thumbnail-listing--large .thumbnail-listing__item, .blog-section ul .thumbnail-listing__item, .thumbnail-listing--large .blog-section ul li, .blog-section ul .thumbnail-listing--large li, .blog-section ul li {
      max-width: 358px;
      max-width: 22.375rem;
      margin-left: 10px;
      margin-left: 0.625rem;
      margin-right: 10px;
      margin-right: 0.625rem; } }
  @media screen and (min-width: 37.5em) and (max-width: 64.9375em) {
    .thumbnail-listing--large .thumbnail-listing__item, .blog-section ul .thumbnail-listing__item, .thumbnail-listing--large .blog-section ul li, .blog-section ul .thumbnail-listing--large li, .blog-section ul li {
      width: 28%; } }
  @media screen and (min-width: 65em) {
    .thumbnail-listing--large .thumbnail-listing__item, .blog-section ul .thumbnail-listing__item, .thumbnail-listing--large .blog-section ul li, .blog-section ul .thumbnail-listing--large li, .blog-section ul li {
      width: 302px;
      width: 18.875rem; } }
  .thumbnail-listing--small .thumbnail-listing__item, .thumbnail-listing--small .blog-section ul li, .blog-section ul .thumbnail-listing--small li {
    margin-left: 10px;
    margin-left: 0.625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    text-align: center; }
    @media screen and (min-width: 12.5em) {
      .thumbnail-listing--small .thumbnail-listing__item, .thumbnail-listing--small .blog-section ul li, .blog-section ul .thumbnail-listing--small li {
        width: 158px;
        width: 9.875rem; } }
  @media screen and (min-width: 60em) {
    .thumbnail-listing--column .thumbnail-listing__item, .thumbnail-listing--column .blog-section ul li, .blog-section ul .thumbnail-listing--column li {
      display: block;
      margin-left: 0;
      margin-right: 0; } }
  .thumbnail-listing__item:hover, .blog-section ul li:hover, .thumbnail-listing__item:focus, .blog-section ul li:focus, .thumbnail-listing__item:active, .blog-section ul li:active {
    background: #747474; }
    .thumbnail-listing__item:hover .thumbnail-listing__item__heading, .blog-section ul li:hover .thumbnail-listing__item__heading,
    .thumbnail-listing__item:hover .thumbnail-listing__item__text,
    .blog-section ul li:hover .thumbnail-listing__item__text, .thumbnail-listing__item:focus .thumbnail-listing__item__heading, .blog-section ul li:focus .thumbnail-listing__item__heading,
    .thumbnail-listing__item:focus .thumbnail-listing__item__text,
    .blog-section ul li:focus .thumbnail-listing__item__text, .thumbnail-listing__item:active .thumbnail-listing__item__heading, .blog-section ul li:active .thumbnail-listing__item__heading,
    .thumbnail-listing__item:active .thumbnail-listing__item__text,
    .blog-section ul li:active .thumbnail-listing__item__text {
      color: white; }

.thumbnail-listing__link {
  display: block;
  height: 100%;
  color: #38648C;
  padding: 8px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .thumbnail-listing__link:hover, .thumbnail-listing__link:focus, .thumbnail-listing__link:active {
    color: white; }

.thumbnail-listing__item__imgs {
  position: relative;
  overflow: hidden; }

.thumbnail-listing__item__img {
  opacity: 0; }
  .thumbnail-listing__item__img:first-child {
    position: absolute;
    opacity: 1; }

.thumbnail-listing__item__bottom {
  padding: 10px 8px 16px;
  padding: 0.625rem 0.5rem 1rem;
  font-weight: 300;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1; }
  .thumbnail-listing--small .thumbnail-listing__item__bottom {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

.thumbnail-listing__item__text {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1; }
  .thumbnail-listing__item__text p:last-child {
    margin-bottom: 0; }

.thumbnail-listing__item__heading {
  margin-top: 0;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-weight: 300;
  color: #38648C; }
  @media screen and (min-width: 37.5em) and (max-width: 60.6875em) {
    .thumbnail-listing--large .thumbnail-listing__item__heading, .blog-section ul .thumbnail-listing__item__heading {
      font-size: 18px;
      font-size: 1.125rem; } }
  .thumbnail-listing--small .thumbnail-listing__item__heading {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 0; }

.thumbnail-listing__item__btn {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start; }

.video-gallery {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.video-gallery__items {
  margin-top: 0; }
  @media screen and (min-width: 30em) {
    .video-gallery__items {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.video-gallery__item {
  width: 100%;
  margin-bottom: 0;
  margin-bottom: 0; }
  @media screen and (min-width: 30em) {
    .video-gallery__item {
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
      width: 32.42009%;
      margin-bottom: 8px;
      margin-bottom: 0.5rem;
      margin-right: 1.36986%; }
      .video-gallery__item:first-child {
        width: 100%;
        margin-right: 0; }
      .video-gallery__item:last-child {
        margin-right: 0; }
      html.no-flexbox .video-gallery__item {
        margin-right: 0; } }

.video-gallery__controls {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .video-gallery__controls button {
    margin-left: 8px;
    margin-left: 0.5rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    background-color: #66CCCC; }
    .video-gallery__controls button:hover, .video-gallery__controls button:focus {
      border-color: #736080; }
  @media screen and (min-width: 30em) {
    .video-gallery__controls {
      display: none; } }

.well, .blog-section ul li {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding: 13px;
  padding: 0.8125rem;
  border: 3px solid #FBCFB6; }
  .well *:last-child, .blog-section ul li *:last-child {
    margin-bottom: 0; }

.well--tan {
  border-color: #B38960; }

.well--peach {
  border-color: #FBCFB6; }

.well--blue {
  border-color: #66CCCC; }

.well--purple {
  border-color: #9A80AB; }

.well--small {
  max-width: 224px;
  max-width: 14rem; }

.well--featured {
  font-family: "Helvetica", Arial, sans-serif;
  padding: 8px;
  padding: 0.5rem;
  text-align: center; }
  .well--featured h3 {
    font-size: 28px;
    font-size: 1.75rem; }

/*
Layout */
.columns {
  margin-bottom: 32px;
  margin-bottom: 2rem; }
  .tabs .columns {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  @media screen and (min-width: 42.5em) {
    .columns--two {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      flex-flow: row wrap; }
      .columns--two .columns__column {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        vertical-align: top;
        width: 46.5%; }
        .columns--two .columns__column *:first-child {
          margin-top: 0;
          margin-left: 0; }
      .columns--two.largeLeftColumn .columns__column:first-child {
        width: 65%; }
      .columns--two.largeLeftColumn .columns__column:last-child {
        width: 31.66667%; }
      .columns--two.largeRightColumn .columns__column:first-child {
        width: 31.66667%; }
      .columns--two.largeRightColumn .columns__column:last-child {
        width: 65%; } }
  @media screen and (min-width: 60em) {
    .columns--three {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify;
      text-align: center; }
      .columns--three .columns__column {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        vertical-align: top;
        width: 18.66667%;
        text-align: left; }
        .columns--three .columns__column *:first-child {
          margin-top: 0; }
        .columns--three .columns__column--middle {
          width: 48.66667%;
          margin-left: 3.33333%;
          margin-right: 3.33333%; } }

.sitefooter {
  background-color: #60506B; }

.sitefooter__inner {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  color: white; }
  .sitefooter__inner a {
    color: #66CCCC; }
    .sitefooter__inner a:hover, .sitefooter__inner a:visited:hover {
      color: #3A3B3B; }
    .sitefooter__inner a:active, .sitefooter__inner a:visited:active {
      color: #736080; }
  .sitefooter__inner .row {
    display: block; }
    .sitefooter__inner .row .sitefooter__column {
      width: 100%;
      margin-bottom: 24px;
      text-align: left;
      display: inline-block;
      vertical-align: top; }
      .sitefooter__inner .row .sitefooter__column__text {
        margin-bottom: 8px; }
      .sitefooter__inner .row .sitefooter__column .sitefooter__call__number {
        font-family: "Helvetica", Arial, sans-serif;
        font-size: 32px;
        font-size: 2rem;
        margin-top: 8px;
        margin-top: 0.5rem;
        margin-bottom: 0;
        line-height: 1;
        display: block;
        font-weight: normal; }
        .sitefooter__inner .row .sitefooter__column .sitefooter__call__number--small {
          font-size: 18px;
          font-size: 1.125rem;
          margin-bottom: 16px;
          margin-bottom: 1rem; }
      @media screen and (max-width: 60.5em) {
        .sitefooter__inner .row .sitefooter__column:nth-of-type(4) {
          width: 100%;
          padding: 0;
          margin: 0;
          display: inline-block;
          text-align: center; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img {
            width: 130px;
            padding: 10px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img.cqc {
            margin-right: 5px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img.gmc {
            margin-left: 5px;
            width: 115px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img.baaps {
            margin-right: 5px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img.bapras {
            margin-left: 5px; } }
      @media screen and (min-width: 60.5625em) {
        .sitefooter__inner .row .sitefooter__column:nth-of-type(1) {
          width: calc(50% - 80px);
          padding-right: 80px; }
        .sitefooter__inner .row .sitefooter__column:nth-of-type(2) {
          width: 20%;
          padding-right: 70px;
          padding-right: 4.375rem; }
        .sitefooter__inner .row .sitefooter__column:nth-of-type(3) {
          width: calc(25% - 80px);
          margin-right: 0;
          float: right; }
        .sitefooter__inner .row .sitefooter__column:nth-of-type(4) {
          width: 70%;
          display: block;
          text-align: left;
          max-width: 750px;
          margin-left: 30px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img {
            width: 200px;
            padding: 20px;
            padding-top: 0px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img {
            width: 180px;
            padding: 10px;
            padding-top: 0px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img.cqc {
            padding-left: 0px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img.gmc {
            width: 115px;
            margin-left: 10px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img.bapras {
            padding-left: 0;
            padding-right: 20px; }
          .sitefooter__inner .row .sitefooter__column:nth-of-type(4) img.baaps {
            margin-left: 30px; } }

.sitefooter__logo {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.sitefooter__strapline {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  color: #736080; }

.sitefooter__social-links {
  margin-top: 32px;
  margin-top: 2rem;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .sitefooter__social-links li {
    margin-left: 4px;
    margin-left: 0.25rem;
    margin-right: 4px;
    margin-right: 0.25rem;
    vertical-align: bottom; }
    .sitefooter__social-links li a:hover, .sitefooter__social-links li a:visited:hover {
      color: #3A3B3B; }
    .sitefooter__social-links li a:active, .sitefooter__social-links li a:visited:active {
      color: #736080; }

.sitefooter__call {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #736080; }

.sitefooter__call .sitefooter__call__number {
  color: #38648C !important; }

.sitefooter__btn.sitefooter__btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  background-color: #018077;
  border-color: #018077; }
  .sitefooter__btn.sitefooter__btn:hover, .sitefooter__btn.sitefooter__btn:visited:hover {
    background-color: #3A3B3B;
    border-color: #3A3B3B;
    color: white; }
  .sitefooter__btn.sitefooter__btn:active, .sitefooter__btn.sitefooter__btn:visited:active {
    background-color: #736080;
    border-color: #736080;
    color: white; }

.sitefooter__nav {
  display: block;
  text-transform: uppercase; }
  .sitefooter__nav ul li a {
    font-weight: 400; }
  .sitefooter__nav ul li:before {
    display: none;
    content: ''; }

.sitefooter__legal {
  margin: 24px 0;
  margin: 1.5rem 0;
  font-size: 11px;
  font-size: 0.6875rem; }
  .sitefooter__legal p {
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
  .sitefooter__legal a {
    font-weight: normal; }

.sitefooter__disclaimer {
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #B38960;
  font-size: 12px;
  font-size: 0.75rem; }

.sitefooter__cta {
  display: none; }
  @media screen and (max-width: 42.5em) {
    .sitefooter__cta {
      box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.4);
      background: #66CCCC;
      background: linear-gradient(58deg, #55A9B1, #66CCCC 30%);
      position: fixed;
      box-sizing: border-box;
      bottom: -90px;
      left: 0;
      width: 100%;
      padding: 12px;
      padding: 0.75rem;
      text-align: center;
      display: flex;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; } }
  .sitefooter__cta .btn, .sitefooter__cta .buttons-list__link, .sitefooter__cta button[type="submit"],
  .sitefooter__cta .form__btn, .sitefooter__cta .modals__item__closebtn, .sitefooter__cta .pagination__pages .pagination__item, .pagination__pages .sitefooter__cta .pagination__item, .sitefooter__cta .panel--cta__btn, .sitefooter__cta .thumbnail-listing__item__btn, .sitefooter__cta .video-gallery__controls button, .video-gallery__controls .sitefooter__cta button, .sitefooter__cta .siteheader__contact__btn {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-basis: 50%;
    flex-grow: 0;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding: 6px; }
    .sitefooter__cta .btn:first-child, .sitefooter__cta .buttons-list__link:first-child, .sitefooter__cta button:first-child[type="submit"],
    .sitefooter__cta .form__btn:first-child, .sitefooter__cta .modals__item__closebtn:first-child, .sitefooter__cta .pagination__pages .pagination__item:first-child, .pagination__pages .sitefooter__cta .pagination__item:first-child, .sitefooter__cta .panel--cta__btn:first-child, .sitefooter__cta .thumbnail-listing__item__btn:first-child, .sitefooter__cta .video-gallery__controls button:first-child, .video-gallery__controls .sitefooter__cta button:first-child, .sitefooter__cta .siteheader__contact__btn:first-child {
      margin-right: 16px;
      margin-right: 1rem; }

.siteheader {
  position: relative;
  padding: 24px 16px 0;
  padding: 1.5rem 1rem 0;
  text-align: center;
  color: white; }
  .siteheader--withimage {
    margin-bottom: 120px;
    margin-bottom: 7.5rem; }
  .siteheader--withslider {
    margin-bottom: 236px;
    margin-bottom: 14.75rem; }
  .siteheader .breadcrumbs {
    margin-top: 0;
    margin-left: -16px;
    margin-left: -1rem;
    margin-right: -16px;
    margin-right: -1rem; }
    @media screen and (max-width: 30.375em) {
      .siteheader .breadcrumbs {
        text-align: left; } }

.siteheader__bg {
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: auto 100%; }
  @media screen and (min-width: 47.5em) {
    .siteheader__bg {
      display: block; } }
  .siteheader__bg--right {
    background-position: right 0; }
  .siteheader__bg--left {
    background-position: left 0; }

.siteheader__content {
  position: relative; }

.siteheader__nav {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left; }

.siteheader__navstrip {
  position: relative;
  margin-top: -16px;
  margin-top: -1rem;
  margin-left: -16px;
  margin-left: -1rem;
  margin-right: -16px;
  margin-right: -1rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-right: 16px;
  padding-right: 1rem; }
  @media screen and (min-width: 60em) {
    .siteheader__navstrip {
      display: block; } }
  @media screen and (max-width: 42.5em) {
    .siteheader__navstrip {
      padding: 0; }
      .siteheader__navstrip nav {
        width: 100%; } }

.siteheader__navstrip__items {
  margin-bottom: 0;
  text-align: center; }
  @media screen and (max-width: 42.5em) {
    .siteheader__navstrip__items {
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }

.siteheader__navstrip__item {
  margin-bottom: 0;
  margin-left: 6px;
  margin-left: 0.375rem;
  margin-right: 6px;
  margin-right: 0.375rem; }
  .siteheader__navstrip__item a {
    color: white;
    font-weight: 500; }
    .siteheader__navstrip__item a:hover, .siteheader__navstrip__item a:focus, .siteheader__navstrip__item a:active {
      opacity: 0.5; }
  @media screen and (max-width: 42.5em) {
    .siteheader__navstrip__item {
      width: 100%;
      border-right: 1px solid #8C759C;
      border-left: 1px solid #A88CBA;
      margin: 0;
      padding: 12px 0;
      padding: 0.75rem 0; }
      .siteheader__navstrip__item:first-of-type {
        border-left: none; }
      .siteheader__navstrip__item:last-of-type {
        border-right: none; } }

.siteheader__nav__search form {
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 100%; }
  @media screen and (min-width: 42.5em) {
    .siteheader__nav__search form {
      margin-top: 0;
      max-width: 584px; } }

.siteheader__nav__search input[type=search] {
  width: 100%;
  border: 1px solid white;
  padding: 12px; }

.siteheader__nav__search .form__field__btn {
  font-size: 16px;
  border: none;
  box-shadow: none;
  padding: 6px 18px; }

.siteheader__top .siteheader__logo img {
  width: 100px;
  width: 6.25rem; }

.siteheader__nav__sections {
  max-width: 1200px;
  margin-top: 40px;
  margin-bottom: auto;
  position: relative; }
  @media screen and (min-width: 42.5em) {
    html.no-flexbox .siteheader__nav__sections {
      text-align: center; } }

.siteheader__nav__section {
  margin-top: 24px; }
  .siteheader__nav__section:first-of-type {
    margin-top: 0; }
  .siteheader__nav__section:not(:first-of-type):before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #75DBDB;
    border-bottom: 1px solid #56ACB3;
    margin: 0 auto 20px; }
    @media screen and (min-width: 42.5em) {
      .siteheader__nav__section:not(:first-of-type):before {
        width: 90px;
        width: 5.625rem; } }
  @media screen and (min-width: 42.5em) {
    .siteheader__nav__section {
      width: 100%; }
      html.no-flexbox .siteheader__nav__section {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: top;
        margin-right: 16px;
        margin-right: 1rem;
        text-align: left; } }

.siteheader__nav--close_menu {
  display: block; }
  @media screen and (min-width: 42.5em) {
    .siteheader__nav--close_menu {
      display: none; } }
  .siteheader__nav--close_menu .btn, .siteheader__nav--close_menu .buttons-list__link, .siteheader__nav--close_menu button[type="submit"],
  .siteheader__nav--close_menu .form__btn, .siteheader__nav--close_menu .modals__item__closebtn, .siteheader__nav--close_menu .pagination__pages .pagination__item, .pagination__pages .siteheader__nav--close_menu .pagination__item, .siteheader__nav--close_menu .panel--cta__btn, .siteheader__nav--close_menu .thumbnail-listing__item__btn, .siteheader__nav--close_menu .video-gallery__controls button, .video-gallery__controls .siteheader__nav--close_menu button, .siteheader__nav--close_menu .siteheader__contact__btn {
    border: none;
    cursor: pointer;
    box-shadow: none; }

.siteheader__nav__heading {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  color: white;
  text-align: left; }
  .siteheader__nav__heading > a {
    color: white; }
    .siteheader__nav__heading > a:hover {
      color: #736080; }
  @media screen and (min-width: 42.5em) {
    .siteheader__nav__heading {
      text-align: center; } }

.siteheader__nav__items {
  margin-top: 0;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  text-align: left; }
  @media screen and (min-width: 42.5em) {
    .siteheader__nav__items {
      text-align: center; } }

.siteheader__nav__item {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  display: block;
  font-size: 20px;
  font-size: 1.25rem; }
  @media screen and (min-width: 42.5em) {
    .siteheader__nav__item {
      display: inline-block;
      margin-right: 32px; } }
  .siteheader__nav__item a {
    color: white;
    font-weight: 400;
    display: block; }
    .siteheader__nav__item a:hover, .siteheader__nav__item a:focus, .siteheader__nav__item a:active {
      color: #736080; }
  .siteheader__nav__item--haschildren > a:after {
    background-image: url("/assets2018/images/icons-sprite.svg");
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 16px;
    width: 1rem;
    height: 21px;
    height: 1.3125rem;
    background-position: -450px 0;
    content: '';
    float: right;
    margin-top: 2px; }
    @media screen and (min-width: 42.5em) {
      .siteheader__nav__item--haschildren > a:after {
        display: none; } }
  .siteheader__nav__item--current > a {
    color: #38648C; }

.siteheader__nav__subitems {
  display: none;
  position: absolute;
  background: #66CCCC;
  width: 100%;
  top: 0;
  left: 0; }
  .siteheader__nav__subitems .siteheader__nav__heading {
    display: block; }
  .siteheader__nav__subitems li {
    display: block; }
    @media screen and (min-width: 42.5em) {
      .siteheader__nav__subitems li {
        display: inline-block; } }
    .siteheader__nav__subitems li a {
      color: white; }
      .siteheader__nav__subitems li a:hover, .siteheader__nav__subitems li a:focus, .siteheader__nav__subitems li a:active {
        color: #736080; }
    .siteheader__nav__subitems li.siteheader__nav__item--current > a {
      color: #38648C; }
  .siteheader__nav__subitems .siteheader__nav--close_submenu {
    display: block; }
    @media screen and (max-width: 42.5em) {
      .siteheader__nav__subitems .siteheader__nav--close_submenu {
        text-align: center; } }
    .siteheader__nav__subitems .siteheader__nav--close_submenu .btn, .siteheader__nav__subitems .siteheader__nav--close_submenu .buttons-list__link, .siteheader__nav__subitems .siteheader__nav--close_submenu button[type="submit"],
    .siteheader__nav__subitems .siteheader__nav--close_submenu .form__btn, .siteheader__nav__subitems .siteheader__nav--close_submenu .modals__item__closebtn, .siteheader__nav__subitems .siteheader__nav--close_submenu .pagination__pages .pagination__item, .pagination__pages .siteheader__nav__subitems .siteheader__nav--close_submenu .pagination__item, .siteheader__nav__subitems .siteheader__nav--close_submenu .panel--cta__btn, .siteheader__nav__subitems .siteheader__nav--close_submenu .thumbnail-listing__item__btn, .siteheader__nav__subitems .siteheader__nav--close_submenu .video-gallery__controls button, .video-gallery__controls .siteheader__nav__subitems .siteheader__nav--close_submenu button, .siteheader__nav__subitems .siteheader__nav--close_submenu .siteheader__contact__btn {
      border: none;
      box-shadow: none;
      font-weight: 600;
      margin-top: 32px;
      cursor: pointer;
      display: inline-block; }
      .siteheader__nav__subitems .siteheader__nav--close_submenu .btn:hover, .siteheader__nav__subitems .siteheader__nav--close_submenu .buttons-list__link:hover, .siteheader__nav__subitems .siteheader__nav--close_submenu button:hover[type="submit"],
      .siteheader__nav__subitems .siteheader__nav--close_submenu .form__btn:hover, .siteheader__nav__subitems .siteheader__nav--close_submenu .modals__item__closebtn:hover, .siteheader__nav__subitems .siteheader__nav--close_submenu .pagination__pages .pagination__item:hover, .pagination__pages .siteheader__nav__subitems .siteheader__nav--close_submenu .pagination__item:hover, .siteheader__nav__subitems .siteheader__nav--close_submenu .panel--cta__btn:hover, .siteheader__nav__subitems .siteheader__nav--close_submenu .thumbnail-listing__item__btn:hover, .siteheader__nav__subitems .siteheader__nav--close_submenu .video-gallery__controls button:hover, .video-gallery__controls .siteheader__nav__subitems .siteheader__nav--close_submenu button:hover, .siteheader__nav__subitems .siteheader__nav--close_submenu .siteheader__contact__btn:hover {
        color: white; }

.siteheader__top {
  margin-bottom: 46px;
  margin-bottom: 2.875rem; }

.siteheader__top__content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.siteheader__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%; }
  .siteheader__logo img {
    width: 110px;
    width: 6.875rem;
    box-shadow: 0 0 150px 10px white;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out; }
  .siteheader__logo a:hover img, .siteheader__logo a:focus img, .siteheader__logo a:active img {
    opacity: 1;
    box-shadow: 0 0 150px 30px white; }
  @media screen and (min-width: 42.5em) {
    .siteheader__logo {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 32px;
      margin-bottom: 2rem;
      width: auto; } }

.siteheader__call {
  color: #018077;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px; }
  .siteheader__call .icon {
    display: block; }
  @media screen and (min-width: 42.5em) {
    .siteheader__call {
      display: none; } }

.siteheader__contact {
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 42.5em) {
    .siteheader__contact {
      display: none; } }

.siteheader__contact__btn {
  display: block;
  max-width: 200px;
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #018077; }
  .siteheader__contact__btn:first-child {
    padding-top: 6px;
    padding-top: 0.375rem;
    padding-bottom: 6px;
    padding-bottom: 0.375rem;
    padding-left: 0;
    padding-right: 0;
    background-color: white;
    border-color: white;
    color: #736080 !important;
    text-align: right;
    font-weight: 400;
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 1; }

.siteheader__title {
  text-shadow: 0 0 15px #55A9B1;
  overflow: hidden; }

.siteheader__intro {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }

.siteheader__image {
  margin-bottom: -100px;
  margin-bottom: -6.25rem; }

.siteheader__imageslider {
  margin-bottom: -216px;
  margin-bottom: -13.5rem; }
  @media screen and (min-width: 68.75em) {
    .siteheader__imageslider .image-slider {
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: 0; } }

@media screen and (min-width: 68.75em) {
  .siteheader__imageslider__btn {
    margin-left: 16px;
    margin-left: 1rem;
    margin-right: -203px;
    margin-right: -12.6875rem;
    margin-bottom: 116px;
    margin-bottom: 7.25rem; } }

@media screen and (max-width: 42.4375em) {
  html.csstransforms.menu-is-open {
    overflow-y: hidden; } }

html.csstransforms .siteheader__nav__top .siteheader__contact {
  margin-top: 24px;
  margin-top: 1.5rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 42.5em) {
    html.csstransforms .siteheader__nav__top .siteheader__contact {
      float: right;
      margin-top: 0;
      width: 220px;
      width: 13.75rem; } }

html.csstransforms .siteheader__nav__top .siteheader__contact__btn {
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 42.5em) {
  html.csstransforms .siteheader__nav__top .siteheader__menutogglebtn {
    margin-top: 32px;
    margin-top: 2rem; } }

html.csstransforms .siteheader__nav__inner {
  margin-bottom: auto;
  margin-top: 40px;
  max-width: 1200px;
  width: 100%; }

html.csstransforms .siteheader__nav {
  position: fixed;
  z-index: 150;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  padding: 16px;
  padding: 1rem;
  background-color: #66CCCC;
  opacity: 0;
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  transform: translateX(-110%);
  transition: opacity 300ms ease-in-out 0ms, transform 0ms ease-in-out 300ms; }
  html.csstransforms .siteheader__nav--open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: opacity 300ms ease-in-out; }
  html.csstransforms .siteheader__nav--notransition {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none; }
  @media screen and (min-width: 42.5em) {
    html.csstransforms .siteheader__nav {
      -webkit-transform: translateY(-110%);
      -moz-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
      -o-transform: translateY(-110%);
      transform: translateY(-110%);
      padding: 32px;
      padding: 2rem; }
      html.csstransforms .siteheader__nav--open {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); } }

html.csstransforms .siteheader__menutogglebtn {
  padding: 0;
  border: none;
  background-color: transparent;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-align: left;
  text-transform: uppercase;
  color: #018077; }
  html.csstransforms .siteheader__menutogglebtn:hover, html.csstransforms .siteheader__menutogglebtn:focus {
    color: #736080;
    outline: 0; }
  html.csstransforms .siteheader__menutogglebtn:active {
    color: #747474; }
  html.csstransforms .siteheader__menutogglebtn .icon {
    margin-right: 6px;
    margin-right: 0.375rem;
    vertical-align: top;
    display: block; }
  html.csstransforms .siteheader__menutogglebtn--close {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 200;
    color: white;
    font-size: 10px; }
    html.csstransforms .siteheader__menutogglebtn--close .icon {
      margin-bottom: 4px; }

html.csstransforms .siteheader__top {
  position: relative; }
  html.csstransforms .siteheader__top .siteheader__menutogglebtn {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 600; }
    html.csstransforms .siteheader__top .siteheader__menutogglebtn span {
      display: block;
      width: 40px;
      text-align: center;
      margin-top: 4px; }
  @media screen and (min-width: 42.5em) {
    html.csstransforms .siteheader__top .siteheader__menutogglebtn,
    html.csstransforms .siteheader__top .siteheader__logo,
    html.csstransforms .siteheader__top .siteheader__contact {
      width: 33.3333%;
      margin: 0; }
    html.csstransforms .siteheader__top .siteheader__contact__btn {
      margin-right: 0; } }

html.csstransforms.no-flexbox .siteheader__top .siteheader__menutogglebtn,
html.csstransforms.no-flexbox .siteheader__top .siteheader__logo,
html.csstransforms.no-flexbox .siteheader__top .siteheader__contact {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  vertical-align: middle;
  width: 30%; }

html.no-csstransforms .siteheader__menutogglebtn,
html.no-csstransforms .siteheader__nav__top .siteheader__contact {
  display: none; }

html.no-csstransforms .siteheader__bg {
  display: none; }

/*
Pages */
.page--contact__form {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem; }
  @media screen and (min-width: 78.125em) {
    .page--contact__form {
      background-image: url("/assets2018/images/contact-page-bg.png");
      background-position: top center;
      background-repeat: no-repeat; } }

.page--guide {
  padding: 16px;
  padding: 1rem; }
  .page--guide .note {
    display: block;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    color: #888;
    font-style: italic; }
  .page--guide h1 + .note,
  .page--guide p + .note {
    margin-top: -20px;
    margin-top: -1.25rem; }
  .page--guide table {
    width: 100%;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .page--guide th,
  .page--guide td {
    padding: 1rem;
    text-align: left; }
  .page--guide th:first-child {
    padding-left: 0; }
  .page--guide .nav__current {
    color: #66CCCC; }
  .page--guide .nav__parent {
    display: block;
    margin-top: 24px;
    margin-top: 1.5rem; }
  .page--guide .guide-header h1 {
    margin-bottom: 0; }
  @media only screen and (max-width: 87.4375em) {
    .page--guide .guide-header nav li li {
      display: inline-block;
      padding-right: 16px;
      padding-right: 1rem;
      padding-bottom: 8px;
      padding-bottom: 0.5rem; } }
  @media only screen and (min-width: 87.5em) {
    .page--guide .guide-header {
      position: fixed;
      left: 16px;
      left: 1rem;
      top: 16px;
      top: 1rem;
      width: 24%;
      height: 100%;
      overflow: auto; }
      .page--guide .guide-header .nav__parent {
        font-weight: bold; }
      .page--guide .guide-header nav > ul {
        padding-bottom: 32px;
        padding-bottom: 2rem; }
    .page--guide main {
      padding-left: 28%; } }

.page--home__topcontent {
  margin-bottom: 32px;
  margin-bottom: 2rem; }

@media screen and (min-width: 47.5em) {
  .page--home__topcontent--columns {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify; } }

.page--home__topcontent__text {
  margin-bottom: 32px;
  margin-bottom: 2rem; }
  @media screen and (min-width: 47.5em) {
    .page--home__topcontent__text {
      width: 61.34454%;
      margin: 0;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top;
      margin-right: 3.36134%; } }

.page--home__topcontent__highlight {
  max-width: 320px;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #B4ACA9;
  color: white; }
  @media screen and (min-width: 47.5em) {
    .page--home__topcontent__highlight {
      width: 33.61345%;
      margin: 0;
      display: inline-block;
      *display: inline;
      zoom: 1;
      vertical-align: top; } }

.page--home__topcontent__highlight__heading {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Helvetica", Arial, sans-serif;
  color: white; }

.page--home__topcontent__highlight__text {
  padding: 16px 24px;
  padding: 1rem 1.5rem; }

.patient-story__pullout {
  background-color: #F2F2F2;
  margin: 8px 0;
  margin: 0.5rem 0;
  padding: 16px 16px 24px;
  padding: 1rem 1rem 1.5rem; }
  .patient-story__pullout .patient-story__img {
    width: 100%;
    background-color: white; }
    .patient-story__pullout .patient-story__img img {
      margin: 0 auto; }
  .patient-story__pullout p {
    margin-top: 16px;
    margin-bottom: 0; }
  .patient-story__pullout h3 {
    margin-bottom: 16px; }

/*
Print */
/*
==========================================================================
PRINT
==========================================================================
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  thead {
    display: table-header-group;
    /* repeats table header on each page - h5bp.com/t */ }
  img {
    max-width: 100% !important; }
  tr,
  img,
  p,
  .sitefooter,
  .panel--location,
  .thumbnail-listing--small {
    page-break-inside: avoid; }
  .siteheader__navstrip,
  .siteheader__nav,
  .siteheader__menutogglebtn,
  .siteheader__contact,
  .siteheader .form__select-group,
  .sitefooter__logo,
  .sitefooter__social-links,
  .sitefooter__nav,
  .breadcrumbs, .btn, .buttons-list__link, button[type="submit"],
  .form__btn, .modals__item__closebtn, .pagination__pages .pagination__item, .panel--cta__btn, .thumbnail-listing__item__btn, .video-gallery__controls button, .siteheader__contact__btn,
  .subnav,
  .modals,
  .panel--cta,
  .tabs__dropdown, .tabs__links, .tabs__links_mobile_accordion, .tabs__links_always_open_on_mobile,
  .video-gallery,
  .media--google-inside-map,
  .image-slider__controls {
    display: none; }
  .siteheader {
    margin-top: 0px !important;
    margin-bottom: 32px !important;
    border: none; }
  .siteheader__image,
  .siteheader__imageslider {
    margin-bottom: 32px;
    margin-bottom: 2rem; }
  .text--white {
    color: #000 !important; }
  .panel--featured-text {
    border: none; }
  .image-slider-listing li {
    width: 30%; } }

/* Theme specific template-part styles */
/* Generic & Common Styles */
/* This imports the template-parts items */
.siteheader__nav__item ul.siteheader__nav__subitems {
  display: none; }

li.siteheader__nav__item--current ul.siteheader__nav__subitems {
  display: block; }

.rTapNumber30203 {
  visibility: hidden; }

/* Wordpress admin bar */
#wpadminbar {
  opacity: 0.0; }

#wpadminbar:hover {
  opacity: 0.9; }

@media screen and (max-width: 48em) {
  #wpadminbar {
    display: none; } }

/* Wordpress typography */
blockquote.--nobottom {
  margin-bottom: 0.5em; }

blockquote.--nobottom:after {
  content: "";
  background: none; }

.faq:hover {
  cursor: pointer; }

.gradient--blue .btn--recessive, .modals__btn--first:hover .btn--recessive, .modals__btn--first:focus .btn--recessive, .modals__btn--first:active .btn--recessive, .panel--location .btn--recessive, .gradient--blue .buttons-list__link, .modals__btn--first:hover .buttons-list__link, .modals__btn--first:focus .buttons-list__link, .modals__btn--first:active .buttons-list__link, .panel--location .buttons-list__link, .gradient--blue .modals__item__closebtn, .modals__btn--first:hover .modals__item__closebtn, .modals__btn--first:focus .modals__item__closebtn, .modals__btn--first:active .modals__item__closebtn, .panel--location .modals__item__closebtn, .gradient--blue .thumbnail-listing__item__btn, .modals__btn--first:hover .thumbnail-listing__item__btn, .modals__btn--first:focus .thumbnail-listing__item__btn, .modals__btn--first:active .thumbnail-listing__item__btn, .panel--location .thumbnail-listing__item__btn, .gradient--blue .video-gallery__controls button, .video-gallery__controls .gradient--blue button, .modals__btn--first:hover .video-gallery__controls button, .video-gallery__controls .modals__btn--first:hover button, .modals__btn--first:focus .video-gallery__controls button, .video-gallery__controls .modals__btn--first:focus button, .modals__btn--first:active .video-gallery__controls button, .video-gallery__controls .modals__btn--first:active button, .panel--location .video-gallery__controls button, .video-gallery__controls .panel--location button {
  color: white; }

.columns__column table tr td {
  padding: 5px; }

.siteheader--novisual {
  margin-bottom: 30px; }

h6 {
  font-size: 1em;
  font-weight: 200;
  margin-bottom: 30px; }

html.svg .form__field--select select {
  padding-bottom: 0.9rem; }

.form__btn--disabled, .form__btn--disabled:hover {
  background: grey !important;
  transform: scale(1) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important; }

.g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

.tabs__section blockquote p {
  font-size: 1.2rem; }

@media screen and (max-width: 36.25em) {
  .tabs__section blockquote p {
    font-size: 1.0rem; } }

@media screen and (min-width: 60em) {
  body.page--home .siteheader {
    max-height: 472px; }
  .page--home .siteheader__bg {
    max-height: 464px; }
  .breadcrumbs {
    /* margin-top: 48px; */ }
  body.page--home .gradient--blue, body.page--home .modals__btn--first:hover, body.page--home .modals__btn--first:focus, body.page--home .modals__btn--first:active, body.page--home .panel--location {
    padding-bottom: 4rem !important; }
  body.page--home .tabs {
    margin-top: -55px !important; } }

.spinner {
  text-align: center; }
  .spinner img {
    display: none;
    margin-bottom: 10px; }

.siteheader--black {
  border-bottom: 20px solid #000;
  background: linear-gradient(58deg, #000, #000 30%); }
  .siteheader--black .siteheader__title {
    text-shadow: 0 0 15px #000; }

.siteheader--purple {
  border-bottom: 20px solid #736080;
  background: linear-gradient(58deg, #736080, #736080 30%); }
  .siteheader--purple .siteheader__title {
    text-shadow: 0 0 15px #736080; }

.siteheader__imageslider__btn {
  background-color: transparent !important;
  color: #6cc !important;
  box-shadow: none !important; }

.siteheader__imageslider__btn:hover {
  background-color: #736080 !important;
  color: white !important; }

.sitefooter__cta {
  z-index: 9999; }

/* Blocks in column 1 are hidden on the mobile, unless they are sticky */
@media screen and (max-width: 60em) {
  .column_1_block div, .column_1_block aside, .column_1_block nav {
    display: none; }
  .column_1_block .sticky_mobile_block {
    display: block !important; } }

@media screen and (min-width: 60.0625em) {
  .column_1_block div, .column_1_block aside, .column_1_block nav {
    display: block; } }

/* Blocks from column 1 are hidden on all but the mobile format, unless they are sticky
   in which case they are always hidden */
@media screen and (max-width: 60em) {
  .block_from_col1 {
    display: block; }
  .sticky_mobile_block {
    display: none !important; } }

@media screen and (min-width: 60.0625em) {
  .block_from_col1 {
    display: none; } }

/* Reduce padding around purple panel on clinics pages and conditions pages, altern panel buttons */
@media screen and (max-width: 42.5em) {
  .posttype--clinic .panel--deep, .posttype--clinic .panel--featured-text, .posttype--clinic .panel--location {
    padding-top: 10px;
    padding-bottom: 10px; }
  .panel--cta__btn {
    margin: 5px; }
  .columns .btn--small, .columns .buttons-list__link, .columns .modals__item__closebtn, .columns .panel--cta__btn, .columns .thumbnail-listing__item__btn, .columns .video-gallery__controls button, .video-gallery__controls .columns button, .columns .siteheader__contact__btn {
    margin: 5px;
    margin-left: 0px;
    margin-right: 0px;
    /* min-width: 200px; */ }
  .posttype--condition .panel--tabs {
    padding-top: 10px;
    padding-bottom: 10px; }
    .posttype--condition .panel--tabs .h1, .posttype--condition .panel--tabs .modals__item__heading, .posttype--condition .panel--tabs .panel--cta__heading, .posttype--condition .panel--tabs .blog-section h2 a, .blog-section h2 .posttype--condition .panel--tabs a {
      font-size: 2.4rem; } }

/* Change the number of treatment photos per device size */
@media screen and (min-width: 60.0625em) {
  .image-slider-listing__item {
    max-width: 15.875rem;
    width: 22%; }
    .image-slider-listing__item .media--frame {
      display: block; } }

@media screen and (max-width: 60.0625em) and (min-width: 35.9375em) {
  .image-slider-listing__item {
    width: 40% !important; } }

.tabs {
  text-align: left; }

/* Some rules for displaying only on the mobile or only on desktop */
@media screen and (max-width: 60em) {
  .desktoponly {
    display: none; } }

@media screen and (min-width: 60.0625em) {
  .mobileonly {
    display: none; } }

#tab-section1-inserted {
  margin-top: 25px; }

.siteheader--purple .siteheader__menutogglebtn:hover, html.csstransforms .siteheader__menutogglebtn:focus {
  color: #fff !important;
  outline: 0; }

.siteheader--purple .icon--menu {
  background-position: -550px 0 !important; }

/* Reduce line height in menu as bottom items not showing */
.siteheader__nav__section {
  line-height: 1.2; }

/* Slim padding */
.slim--padding {
  padding: 5px !important; }

/* Right justify CTA on desktop is required */
@media screen and (min-width: 62em) {
  .cta_right {
    left: inherit !important; } }

/* Reset the breakpoint as it is showing desktop on landscape */
.hero-banner__overlay {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.25rem;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  border-bottom: 6px solid #0A8D8F; }
  @media screen and (min-width: 36.5em) {
    .hero-banner__overlay {
      top: 75%;
      bottom: auto;
      transform: translateY(-50%);
      width: initial;
      padding: 0.75rem;
      padding-bottom: 0.0rem;
      padding-top: 0.25rem; } }
  @media screen and (min-width: 62em) {
    .hero-banner__overlay {
      top: 50%;
      bottom: auto;
      transform: translateY(-50%);
      width: 400px;
      padding: 0.75rem;
      padding-bottom: 0.0rem;
      padding-top: 0.25rem; } }

/* The follow override means we do not have to change the HTML structure of the tabs to get the
new background */
.tabs__section {
  background: linear-gradient(58deg, #E5E5E5, #F9F9F9 30%);
  margin-left: 0;
  margin-right: 0;
  min-width: 100%; }

.columns {
  margin-left: auto;
  margin-right: auto; }

/* Move button up as truncated */
.siteheader__nav--close_submenu .btn--small, .siteheader__nav--close_submenu .buttons-list__link, .siteheader__nav--close_submenu .modals__item__closebtn, .siteheader__nav--close_submenu .panel--cta__btn, .siteheader__nav--close_submenu .thumbnail-listing__item__btn, .siteheader__nav--close_submenu .video-gallery__controls button, .video-gallery__controls .siteheader__nav--close_submenu button, .siteheader__nav--close_submenu .siteheader__contact__btn {
  margin-top: 5px !important; }

/* Place delimited between items on desktop */
@media screen and (min-width: 60em) {
  .siteheader__nav__subitems li a.item::after {
    content: "\00b7";
    margin-left: 16px;
    color: #38648C; }
  .siteheader__nav__subitems li {
    margin-right: 16px; } }

.siteheader__nav__sections {
  /* min-height: 350px !important; */ }

.siteheader__nav__subitems {
  padding-bottom: 50px; }

/* Make sure CTA is white */
.sitefooter__cta a {
  color: white !important; }

/* Reduce Telephone Number */
.siteheader__contact__btn--telephone {
  font-size: 1.5em !important; }

/* Space out the tab version of the menu */
.siteheader__tablinks li {
  margin-left: 0.7rem !important;
  margin-right: 0.7rem !important; }

.desktoponly .siteheader__navstrip__item {
  margin-left: 1.1rem !important;
  margin-right: 1.1rem !important; }

.siteheader__navstrip {
  margin-top: 30px !important; }

/* CTA if call to action */
.siteheader__contact__btn_alt {
  color: white;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: .5rem .75rem;
  display: block;
  max-width: 200px;
  max-width: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-size: .875rem;
  background-color: #018077;
  transition: all 0.3s ease-in-out;
  margin-right: 2px; }

.siteheader__contact__btn_alt:hover {
  background-color: #736080;
  color: white;
  outline: 0; }

.displaynone {
  display: none !important; }

@media screen and (min-width: 60.0625em) {
  .hero_banner {
    margin-top: -20px !important; }
  .siteheader__navstrip {
    z-index: 100; }
  .siteheader__top {
    margin-bottom: 0px; } }

.siteheader__top {
  margin-bottom: 0px; }

.desktoponly .hero-banner__overlay h2 {
  margin-bottom: 0.5rem !important; }

.hero-banner-spacer {
  height: 0px; }

@media screen and (min-width: 36.5em) {
  .hero-banner-cta-panel .hero-banner__overlay {
    top: 65%; } }

/* Sticky header on desktop */
@media screen and (min-width: 42.5em) {
  html.csstransforms .siteheader__top--sticky {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 120;
    overflow: hidden;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.5);
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; } }

.blog-section ul:not([class]) li::before {
  content: none; }

/* On the light background, show a border to thumbnails */
.thumbnail-listing .thumbnail-listing__item, .blog-section ul .thumbnail-listing__item, .thumbnail-listing .blog-section ul li, .blog-section ul .thumbnail-listing li, .blog-section ul li {
  border: 1px solid #747474; }
  .thumbnail-listing .thumbnail-listing__item .thumbnail-listing__link, .blog-section ul .thumbnail-listing__item .thumbnail-listing__link, .thumbnail-listing .blog-section ul li .thumbnail-listing__link, .blog-section ul .thumbnail-listing li .thumbnail-listing__link, .blog-section ul li .thumbnail-listing__link {
    padding: 0px; }
    .thumbnail-listing .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .thumbnail-listing .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .thumbnail-listing li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom {
      padding: 1rem; }

.gradient--blue .thumbnail-listing__item, .modals__btn--first:hover .thumbnail-listing__item, .modals__btn--first:focus .thumbnail-listing__item, .modals__btn--first:active .thumbnail-listing__item, .panel--location .thumbnail-listing__item, .gradient--blue .blog-section ul li, .blog-section ul .gradient--blue li, .modals__btn--first:hover .blog-section ul li, .blog-section ul .modals__btn--first:hover li, .modals__btn--first:focus .blog-section ul li, .blog-section ul .modals__btn--first:focus li, .modals__btn--first:active .blog-section ul li, .blog-section ul .modals__btn--first:active li, .panel--location .blog-section ul li, .blog-section ul .panel--location li, .gradient--purple .thumbnail-listing__item, .breadcrumbs .thumbnail-listing__item, .modals__btn--second:hover .thumbnail-listing__item, .modals__btn--second:focus .thumbnail-listing__item, .modals__btn--second:active .thumbnail-listing__item, .siteheader__navstrip .thumbnail-listing__item, .gradient--purple .blog-section ul li, .blog-section ul .gradient--purple li, .breadcrumbs .blog-section ul li, .blog-section ul .breadcrumbs li, .modals__btn--second:hover .blog-section ul li, .blog-section ul .modals__btn--second:hover li, .modals__btn--second:focus .blog-section ul li, .blog-section ul .modals__btn--second:focus li, .modals__btn--second:active .blog-section ul li, .blog-section ul .modals__btn--second:active li, .siteheader__navstrip .blog-section ul li, .blog-section ul .siteheader__navstrip li {
  border: none !important; }
  .gradient--blue .thumbnail-listing__item .thumbnail-listing__link, .modals__btn--first:hover .thumbnail-listing__item .thumbnail-listing__link, .modals__btn--first:focus .thumbnail-listing__item .thumbnail-listing__link, .modals__btn--first:active .thumbnail-listing__item .thumbnail-listing__link, .panel--location .thumbnail-listing__item .thumbnail-listing__link, .gradient--blue .blog-section ul li .thumbnail-listing__link, .blog-section ul .gradient--blue li .thumbnail-listing__link, .modals__btn--first:hover .blog-section ul li .thumbnail-listing__link, .blog-section ul .modals__btn--first:hover li .thumbnail-listing__link, .modals__btn--first:focus .blog-section ul li .thumbnail-listing__link, .blog-section ul .modals__btn--first:focus li .thumbnail-listing__link, .modals__btn--first:active .blog-section ul li .thumbnail-listing__link, .blog-section ul .modals__btn--first:active li .thumbnail-listing__link, .panel--location .blog-section ul li .thumbnail-listing__link, .blog-section ul .panel--location li .thumbnail-listing__link, .gradient--purple .thumbnail-listing__item .thumbnail-listing__link, .breadcrumbs .thumbnail-listing__item .thumbnail-listing__link, .modals__btn--second:hover .thumbnail-listing__item .thumbnail-listing__link, .modals__btn--second:focus .thumbnail-listing__item .thumbnail-listing__link, .modals__btn--second:active .thumbnail-listing__item .thumbnail-listing__link, .siteheader__navstrip .thumbnail-listing__item .thumbnail-listing__link, .gradient--purple .blog-section ul li .thumbnail-listing__link, .blog-section ul .gradient--purple li .thumbnail-listing__link, .breadcrumbs .blog-section ul li .thumbnail-listing__link, .blog-section ul .breadcrumbs li .thumbnail-listing__link, .modals__btn--second:hover .blog-section ul li .thumbnail-listing__link, .blog-section ul .modals__btn--second:hover li .thumbnail-listing__link, .modals__btn--second:focus .blog-section ul li .thumbnail-listing__link, .blog-section ul .modals__btn--second:focus li .thumbnail-listing__link, .modals__btn--second:active .blog-section ul li .thumbnail-listing__link, .blog-section ul .modals__btn--second:active li .thumbnail-listing__link, .siteheader__navstrip .blog-section ul li .thumbnail-listing__link, .blog-section ul .siteheader__navstrip li .thumbnail-listing__link {
    padding: .5rem !important; }
    .gradient--blue .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--first:hover .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--first:focus .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--first:active .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .panel--location .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .gradient--blue .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .gradient--blue li .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--first:hover .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .modals__btn--first:hover li .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--first:focus .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .modals__btn--first:focus li .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--first:active .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .modals__btn--first:active li .thumbnail-listing__link .thumbnail-listing__item__bottom, .panel--location .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .panel--location li .thumbnail-listing__link .thumbnail-listing__item__bottom, .gradient--purple .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .breadcrumbs .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--second:hover .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--second:focus .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--second:active .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .siteheader__navstrip .thumbnail-listing__item .thumbnail-listing__link .thumbnail-listing__item__bottom, .gradient--purple .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .gradient--purple li .thumbnail-listing__link .thumbnail-listing__item__bottom, .breadcrumbs .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .breadcrumbs li .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--second:hover .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .modals__btn--second:hover li .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--second:focus .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .modals__btn--second:focus li .thumbnail-listing__link .thumbnail-listing__item__bottom, .modals__btn--second:active .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .modals__btn--second:active li .thumbnail-listing__link .thumbnail-listing__item__bottom, .siteheader__navstrip .blog-section ul li .thumbnail-listing__link .thumbnail-listing__item__bottom, .blog-section ul .siteheader__navstrip li .thumbnail-listing__link .thumbnail-listing__item__bottom {
      padding: .625rem .5rem 1rem !important; }

/* No background on the contact form */
.page--contact__form {
  background: none !important; }

/* Video Player Overide */
@media screen and (min-width: 60em) {
  .fp-playlist-horizontal a {
    width: 50% !important; } }

/* Adjust the number of items shown on a line */
@media screen and (min-width: 36.5em) {
  .siteheader__navstrip__items {
    max-width: 80%; } }

/* TPC has decided to have book an appointment also shown on mobile, as they are stuggling to handle the call volumes */
@media screen and (max-width: 42.5em) {
  .siteheader__contact {
    display: block;
    top: 10px;
    position: relative;
    overflow: hidden; }
  .siteheader__contact__btn--telephone {
    display: none; }
  .siteheader__contact__btn_alt {
    display: none; }
  .siteheader__call {
    width: 100%; }
  .icon--call {
    margin-left: auto;
    margin-right: auto; }
  .siteheader__menutogglebtn, .siteheader__logo, .siteheader__contact {
    width: 33.33333%; }
  .siteheader__contact__btn {
    margin-left: 55px;
    margin-right: 0px;
    border: none; }
    .siteheader__contact__btn .extratext {
      display: none; }
  .siteheader__call {
    margin-left: 30px; } }

@media screen and (max-width: 320px) {
  .siteheader__contact__btn {
    margin-left: 35px !important; }
  .siteheader__call {
    margin-left: 20px !important; } }

/* Apply formatting to telephone number on desktop directly via class, instead of first child */
.siteheader__contact__btn--telephone {
  padding-top: .375rem;
  padding-bottom: .375rem;
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  border-color: white;
  color: #736080 !important;
  text-align: right;
  font-weight: 400;
  line-height: 1; }

.siteheader__contact__btn--telephone:hover {
  background-color: #fff; }

/*
@media screen and (max-width: em(680)) {
  .siteheader__contact__btn--book {
    display: none;
  }
}*/
/* Fix issue on IE where the menu keeps going long on the second level menus */
.siteheader__nav .siteheader__nav--open {
  display: -ms-flexbox; }

.hero-banner-cta-panel .male div {
  background-position: top center !important; }

/* For split purple nav on homepage */
.siteheader__navstrip__itemtop {
  border-bottom: 1px solid #8C759C; }

/* CTA text ticks format */
.cta_text_ticks h2 ul {
  padding-left: 1.5rem; }

.cta_text_ticks h2 ul li::before {
  content: "\2713" !important; }

.cta_text_ticks ul {
  padding-left: 1.5rem; }

.cta_text_ticks ul li::before {
  content: "\2713" !important; }

/* Reduce text size in CTA if flagged */
@media screen and (min-width: 60em) {
  .reduce_cta_text h2 {
    font-size: 1.5rem; }
  .reduce_cta_text ul {
    margin-top: 12px !important;
    margin-bottom: 12px !important; }
    .reduce_cta_text ul li {
      font-size: 1.5rem !important;
      color: #736080;
      font-family: "Helvetica", Arial, sans-serif; }
  .page--home .reduce_cta_text h2 {
    font-size: 2.625rem !important; } }

@media screen and (max-width: 60em) {
  .reduce_cta_text {
    padding: 0 !important; }
    .reduce_cta_text h2 {
      font-size: 1.1rem;
      padding-bottom: 0;
      margin-bottom: 0; }
      .reduce_cta_text h2 ul {
        padding-top: 0;
        margin-top: 0 !important;
        padding-bottom: 0;
        margin-bottom: 0 !important; }
    .reduce_cta_text ul {
      margin-top: 6px !important;
      margin-bottom: 6px !important; }
    .reduce_cta_text ul li {
      padding-top: 0;
      margin-top: 0;
      padding-bottom: 0;
      margin-bottom: 0;
      color: #736080;
      font-family: "Helvetica", Arial, sans-serif;
      font-size: 15px !important;
      font-weight: 400; }
    .reduce_cta_text .hero-banner__btn {
      margin-top: 5px !important;
      margin-bottom: 10px !important;
      font-size: 0.8rem; }
  .page--home .reduce_cta_text h2 {
    font-size: 1.3rem !important; } }

/* FAQ */
.faq .page-title {
  border-bottom: 6px solid #0A8D8F !important; }
  .faq .page-title h1 {
    margin: 0 0 !important; }

.faq .search-submit {
  line-height: 1.2; }

.faq #content, .faq #content2 {
  margin-top: 0; }

.faq .thumbnail-listing__link {
  padding: 5px !important; }

.faq-page .columns .column_3_block .panel-mini {
  padding-top: 0 !important; }

.faq-page .column_2_block .thumbnail-listing__link {
  padding: 5px !important; }

/* Correct issue with images in clinic listing on About Us */
.column_3_block .thumbnail-listing__item__imgs .thumbnail-listing__item__img {
  width: 100%;
  left: 0;
  width: 100%;
  left: 0; }

/* Form news opt */
.marketing-opt-in-label {
  margin-top: 3px; }

.view-privacy {
  margin-top: 50px;
  font-size: 0.9rem; }

.fieldset-marketing-opt {
  margin-bottom: 10px !important; }

.fieldset-error {
  border: 1px #AA4239 solid;
  color: #AA4239;
  padding: 10px; }

/* SEO Opening Hours */
.wpseo-opening-hours {
  width: 100%; }
  .wpseo-opening-hours .day {
    font-weight: bold;
    padding: 0; }
  .wpseo-opening-hours .day:after {
    content: ":"; }

/* SEO Address */
.wpseo-location .wpseo-business-name {
  display: none; }

.wpseo-location .region {
  display: none; }

.wpseo-location .country-name {
  display: none; }

.wpseo-location .wpseo-phone {
  display: none; }

/* Expandable button */
#expandable-btn {
  margin-top: 15px !important; }

/* Before and After Visual Tab */
.before-after-mobile .hero-banner__overlay__transparent {
  background: none;
  border: none;
  bottom: 70px !important;
  min-height: 80px; }
  .before-after-mobile .hero-banner__overlay__transparent h2 {
    font-weight: bold;
    color: white; }
  .before-after-mobile .hero-banner__overlay__transparent h3 {
    color: white; }

.before-after-desktop .hero-banner__overlay__transparent {
  background: none;
  border: none;
  bottom: 70px !important;
  min-height: 250px; }
  .before-after-desktop .hero-banner__overlay__transparent h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: white; }
  .before-after-desktop .hero-banner__overlay__transparent h3 {
    color: white;
    font-size: 1.25rem; }

/* Expert Doctors Visual Tab */
.expert-doctors-mobile .hero-banner__overlay__transparent {
  background: none;
  border: none;
  bottom: 70px !important;
  min-height: 80px; }
  .expert-doctors-mobile .hero-banner__overlay__transparent h2 {
    font-weight: bold;
    color: white; }
  .expert-doctors-mobile .hero-banner__overlay__transparent h3 {
    color: white; }

/* Patient Stories Visual Tab */
.patient-stories-mobile .hero-banner__overlay__transparent {
  background: none;
  border: none;
  bottom: 70px !important;
  min-height: 80px; }
  .patient-stories-mobile .hero-banner__overlay__transparent h2 {
    font-weight: bold;
    color: white; }
  .patient-stories-mobile .hero-banner__overlay__transparent h3 {
    color: white; }

/* Mobile FAQ On Treatment Page */
@media screen and (max-width: 60em) {
  section.tab_faqs {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    section.tab_faqs .mb--24 > h2, section.tab_faqs .blog-section ul li > h2, .blog-section ul section.tab_faqs li > h2 {
      display: none; }
    section.tab_faqs .columns__column > div {
      margin-left: 0 !important;
      margin-right: 0 !important; }
    section.tab_faqs div.faq {
      padding: 5px;
      margin: 0;
      border-top: 1px solid #018077;
      border-bottom: 1px solid #018077; }
      section.tab_faqs div.faq h3 {
        font-size: 0.9rem;
        color: #018077;
        width: 100%;
        max-width: 90%;
        margin-bottom: 0px;
        font-weight: 500; }
    section.tab_faqs div#faq_q_1 {
      border-top: 0 !important; }
    section.tab_faqs .odd {
      background: linear-gradient(58deg, white, rgba(85, 169, 177, 0.2) 30%); }
    section.tab_faqs .even {
      background: linear-gradient(58deg, #018077, rgba(85, 169, 177, 0.2) 30%); }
    section.tab_faqs .background-10 {
      background: linear-gradient(58deg, #018077, #55A9B1 10%); }
    section.tab_faqs .background-20 {
      background: linear-gradient(58deg, #018077, #55A9B1 20%); }
    section.tab_faqs .background-30 {
      background: linear-gradient(58deg, #018077, #55A9B1 30%); }
    section.tab_faqs .background-40 {
      background: linear-gradient(58deg, #018077, #55A9B1 40%); }
    section.tab_faqs .background-50 {
      background: linear-gradient(58deg, #018077, #55A9B1 50%); }
    section.tab_faqs .background-60 {
      background: linear-gradient(58deg, #018077, #55A9B1 60%); }
    section.tab_faqs .background-70 {
      background: linear-gradient(58deg, #018077, #55A9B1 70%); }
    section.tab_faqs .background-80 {
      background: linear-gradient(58deg, #018077, #55A9B1 80%); }
    section.tab_faqs .background-90 {
      background: linear-gradient(58deg, #018077, #55A9B1 90%); }
    section.tab_faqs .background-100 {
      background: linear-gradient(58deg, #018077, #55A9B1 100%); }
    section.tab_faqs .faq_answer {
      padding: 10px;
      padding-left: 0; }
    section.tab_faqs .video-gallery {
      display: none !important; }
  .dashicons-open, .dashicons-close {
    color: #018077;
    float: right;
    margin-top: -5px;
    margin-right: 15px;
    font-size: 30px !important; }
  .dashicons-open:before {
    content: "\f140"; }
  .dashicons-close:before {
    content: "\f142"; } }

@media screen and (min-width: 60.0625em) {
  section.tab_faqs .columns__column > div {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  section.tab_faqs div.faq {
    padding: 5px;
    margin: 0;
    border-top: 1px solid #018077;
    border-bottom: 1px solid #018077; }
    section.tab_faqs div.faq h3 {
      font-size: 0.9rem;
      color: #018077;
      max-width: 90%;
      margin-bottom: 0px;
      font-weight: 500;
      font-size: 1.1rem !important; }
  section.tab_faqs div#faq_q_1 {
    border-top: 0 !important; }
  section.tab_faqs .faq_answer {
    padding: 10px;
    padding-left: 0; }
  .dashicons-open, .dashicons-close {
    color: #018077;
    float: right;
    margin-top: -5px;
    margin-right: 15px;
    font-size: 30px !important; }
  .dashicons-open:before {
    content: "\f140"; }
  .dashicons-close:before {
    content: "\f142"; } }

.back-to-content .dashicons-image-rotate {
  content: "\f531";
  width: 25px !important;
  top: 2px !important;
  position: relative !important; }

.reveal-controls button {
  min-width: 210px !important; }

.advisory-text {
  font-size: 0.9rem; }

/* Hide Show Section */
.hideshow-section .hideshow-item img {
  float: left;
  margin-right: 10px;
  width: 60px; }

.hideshow-section .hideshow-item .hideshow-item-content {
  border-bottom: 2px solid #736080; }
  .hideshow-section .hideshow-item .hideshow-item-content .part2 {
    display: none; }
  .hideshow-section .hideshow-item .hideshow-item-content p {
    text-align: justify;
    margin-bottom: 25px; }

.hideshow-section .hideshow-item a.btn, .hideshow-section .hideshow-item a.buttons-list__link,
.hideshow-section .hideshow-item a.form__btn, .hideshow-section .hideshow-item a.modals__item__closebtn, .hideshow-section .hideshow-item .pagination__pages a.pagination__item, .pagination__pages .hideshow-section .hideshow-item a.pagination__item, .hideshow-section .hideshow-item a.panel--cta__btn, .hideshow-section .hideshow-item a.thumbnail-listing__item__btn, .hideshow-section .hideshow-item a.siteheader__contact__btn {
  float: right !important;
  color: #736080 !important;
  top: -20px !important;
  position: relative !important;
  background-color: white !important;
  font-size: 0.75rem !important; }

.hideshow-section .hideshow-item a.btn-less {
  float: right !important;
  color: white !important;
  top: -20px !important;
  position: relative !important;
  background-color: #736080 !important;
  border: 2px #736080 solid; }

@media screen and (max-width: 42.5em) {
  .hideshow-item {
    width: 100%;
    margin-bottom: 30px; }
    .hideshow-item .hideshow-item-content p {
      margin-bottom: 15px !important; } }

@media screen and (min-width: 42.5625em) {
  .hideshow-item {
    width: 29%;
    float: left;
    margin-left: 3%; }
    .hideshow-item h3 {
      min-height: 60px;
      max-height: 60px;
      overflow: hidden; }
    .hideshow-item .hideshow-item-content {
      min-height: 90px; } }

/* New placeholders sections used for when tabs are moved to sections */
.desktop_placeholder > h2 {
  background-color: #018077;
  /* background: linear-gradient(58deg, #018077, #6cc 90%); */
  color: white;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px; }

.desktop_placeholder section:focus {
  outline: none; }

.desktop_placeholder .tabs_section {
  position: relative; }

.desktop_placeholder .hero-banner {
  margin-bottom: 0px !important;
  /* border-bottom: 1px solid #018077; */ }

.desktop_placeholder .before-after-desktop .hero-banner {
  border-bottom: 10px solid #018077; }

.desktop_placeholder .tab_faqs .mb--24 > h2, .desktop_placeholder .tab_faqs .blog-section ul li > h2, .blog-section ul .desktop_placeholder .tab_faqs li > h2 {
  display: none; }

.desktop_placeholder .tab_faqs .mb--24 > div:last-of-type, .desktop_placeholder .tab_faqs .blog-section ul li > div:last-of-type, .blog-section ul .desktop_placeholder .tab_faqs li > div:last-of-type {
  margin-bottom: 20px; }

.desktop_placeholder .tab_reviews .tpc-testimonials-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px; }
  .desktop_placeholder .tab_reviews .tpc-testimonials-wrapper .tpc-testimonials {
    padding: 16px;
    font-size: 14px; }
    .desktop_placeholder .tab_reviews .tpc-testimonials-wrapper .tpc-testimonials blockquote p {
      text-align: left;
      font-size: 100%;
      font-style: normal;
      line-height: 24px;
      font-family: "Segoe UI","Helvetica Neue","Helvetica","Arial","sans-serif";
      font-weight: 400; }

.section_header > h2 {
  background-color: #018077;
  /* background: linear-gradient(58deg, #018077, #6cc 90%); */
  color: white;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px; }

.tab-reviews-desktop h2, .tab-reviews-desktop h3 {
  color: #736080 !important; }

/* Homepage, about us block quote */
q {
  quotes: "“" "”" "‘" "’"; }

q:before {
  content: open-quote;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 5px; }

q:after {
  content: close-quote;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 5px; }

/* About Us */
.page--home .gradient--purple h2, .page--home .breadcrumbs h2, .page--home .modals__btn--second:hover h2, .page--home .modals__btn--second:focus h2, .page--home .modals__btn--second:active h2, .page--home .siteheader__navstrip h2 {
  margin-bottom: 0px !important; }

.page--home .gradient--purple blockquote::before, .page--home .breadcrumbs blockquote::before, .page--home .modals__btn--second:hover blockquote::before, .page--home .modals__btn--second:focus blockquote::before, .page--home .modals__btn--second:active blockquote::before, .page--home .siteheader__navstrip blockquote::before {
  background-color: transparent;
  margin: 0 !important; }

.page--home .gradient--purple blockquote, .page--home .breadcrumbs blockquote, .page--home .modals__btn--second:hover blockquote, .page--home .modals__btn--second:focus blockquote, .page--home .modals__btn--second:active blockquote, .page--home .siteheader__navstrip blockquote {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem; }

.page--home .gradient--purple blockquote::after, .page--home .breadcrumbs blockquote::after, .page--home .modals__btn--second:hover blockquote::after, .page--home .modals__btn--second:focus blockquote::after, .page--home .modals__btn--second:active blockquote::after, .page--home .siteheader__navstrip blockquote::after {
  background-color: transparent;
  margin: 0 !important; }

@media screen and (max-width: 42.5em) {
  .page--home .gradient--purple blockquote, .page--home .breadcrumbs blockquote, .page--home .modals__btn--second:hover blockquote, .page--home .modals__btn--second:focus blockquote, .page--home .modals__btn--second:active blockquote, .page--home .siteheader__navstrip blockquote {
    width: 100% !important; } }

/* Homepage news */
@media screen and (max-width: 42.5em) {
  .page--home .tab_news .thumbnail-listing__item__text {
    margin-bottom: 10px; } }

@media screen and (min-width: 42.5625em) {
  .page--home .tab_news .thumbnail-listing__item__text {
    margin-bottom: 10px; } }

/* Increase spacing at bottom of small items */
.thumbnail-listing--small .thumbnail-listing__item__text {
  margin-bttom: 10px; }

/* Responsive video */
.tpc-video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.tpc-video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

/* Breadcrumbs */
.upper-breadcrumbs {
  background: none !important;
  padding-bottom: 0 !important;
  min-height: 22px; }
  .upper-breadcrumbs .upper-breadcrumbs-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-right: 1.5rem; }
  .upper-breadcrumbs a, .upper-breadcrumbs span.symbol {
    color: #55A9B1;
    text-align: right; }
  .upper-breadcrumbs a:hover {
    opacity: 0.5; }
  .upper-breadcrumbs span.breadcrumbs__item__current-text {
    color: #55A9B1; }

@media screen and (max-width: 42.5em) {
  .upper-breadcrumbs-inner {
    padding-right: 0.25rem; } }

.item-current a {
  color: #736080 !important; }

/* blog-section-treatment-page */
.blog-section-treatment-page h2 {
  /* color: #55A9B1; */ }

.blog-section-treatment-page .thumbnail-listing__item__imgs .header-text {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(58deg, #55A9B1, #66CCCC 30%);
  width: 93%;
  padding: 5px;
  margin: 5px;
  text-align: left; }
  .blog-section-treatment-page .thumbnail-listing__item__imgs .header-text .thumbnail-listing__item__heading {
    font-size: 16px;
    color: white;
    font-weight: bold; }
  .blog-section-treatment-page .thumbnail-listing__item__imgs .header-text .date {
    font-size: 14px;
    color: white !important; }

.blog-section-treatment-page .thumbnail-listing__item__text p.excerpt {
  font-size: 14px;
  margin-bottom: 10px;
  color: #747474 !important; }

@media screen and (max-width: 60em) {
  .blog-section-treatment-page .thumbnail-listing--small {
    width: 90%; }
    .blog-section-treatment-page .thumbnail-listing--small .thumbnail-listing__item, .blog-section-treatment-page .thumbnail-listing--small .blog-section ul li, .blog-section ul .blog-section-treatment-page .thumbnail-listing--small li {
      width: 100%; } }

/* Do not show post-meta */
.post-meta {
  display: none; }

/* Thumbnail listing item overide */
.greyscale_fallback {
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  -webkit-transition: .5s ease-in-out;
  /* For Webkit browsers */
  -moz-filter: grayscale(100%);
  /* For Firefox */
  -moz-transition: .5s ease-in-out;
  /* For Firefox */
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out; }

.greyscale_fallback:hover {
  -webkit-filter: grayscale(0%);
  /* For Webkit browsers */
  -webkit-transition: .5s ease-in-out;
  /* For Webkit browsers */
  -moz-filter: grayscale(0%);
  /* For Firefox */
  -moz-transition: .5s ease-in-out;
  /* For FireFox */
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out; }

.columns__column aside {
  margin-bottom: 20px; }

/* RSS Widget */
.blog-section .rss-widget-icon {
  display: none; }

.blog-section ul li {
  background: none;
  background: white;
  background: linear-gradient(58deg, #E5E5E5, #F9F9F9 30%);
  width: 15rem;
  padding: 0;
  border: 1px solid #018077; }
  .blog-section ul li a.rsswidget {
    font-size: 0.875rem;
    color: #38648C;
    margin-bottom: 1rem;
    font-weight: 300;
    /* background-color: #55A9B1; */
    background: linear-gradient(58deg, #018077, #6cc 90%);
    color: white !important;
    display: block;
    padding: 0.5rem;
    padding-bottom: 0.5rem;
    max-height: 35px;
    min-height: 55px;
    overflow: hidden; }
  .blog-section ul li a.rsswidget:hover {
    color: #6cc !important; }
  .blog-section ul li .rssSummary {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 5px;
    color: #747474;
    font-size: 0.875rem; }
  .blog-section ul li .rssSummary:hover {
    color: #6cc !important;
    cursor: pointer; }

/* Finance Calculator */
.finance-calculator .label {
  color: #555; }

.finance-calculator .fch {
  background-color: #D1C8C5; }

.finance-calculator form {
  /*margin:20px 0;*/ }

.finance-calculator-tbl td {
  /*padding:10px;*/ }

.finance-calculator-tbl tr:nth-child(even) {
  background: #EBEBEB; }

.finance-calculator button {
  padding: 8px 12px;
  padding: .5rem .75rem;
  font-size: 16px;
  font-size: 1rem; }

.finance-calculator-results {
  border: 1px solid #ccc;
  background-color: #fff;
  margin-top: 20px;
  display: none; }
  .finance-calculator-results .finance-calculator-tbl tr td:nth-child(2) {
    text-align: right; }

/* Cookie Consent */
#cookiepopup {
  position: fixed;
  width: 100%;
  display: none;
  bottom: 0;
  background: linear-gradient(58deg, #736080, #9A80AB 30%);
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 1%;
  padding-right: 1%;
  opacity: 0.85;
  color: white; }
  #cookiepopup p {
    font-size: 0.9rem;
    text-align: center; }
    #cookiepopup p a {
      color: white !important;
      text-decoration: underline; }
    #cookiepopup p a:hover {
      color: #38648C; }

@media screen and (min-width: 60em) {
  #cookiepopup {
    opacity: 1; }
    #cookiepopup #cookiecol {
      max-width: 75rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1rem;
      padding-right: 1rem; }
    #cookiepopup #cookiepopupcontent {
      width: 50%;
      margin-left: 24.6666666667%;
      margin-right: 3.3333333333%; }
  .cookie-text {
    width: 70%;
    float: left; }
  .cookie-button {
    width: 15%;
    float: left; } }

@media screen and (max-width: 60em) {
  #cookiepopup {
    position: relative;
    width: 100%;
    margin-left: 0%;
    height: auto;
    bottom: auto;
    box-shadow: 1px 1px #736080;
    opacity: 0.8;
    padding-top: 5px; }
    #cookiepopup p {
      font-size: 0.8rem;
      text-align: center; }
  .cookie-text {
    width: 95%;
    margin-left: auto;
    margin-right: auto; }
    .cookie-text p {
      margin-bottom: 0.5rem; }
  .cookie-button {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    display: block;
    padding: 2px;
    padding-left: 0px;
    padding-right: 0px; } }

/* Overlay Alert */
#overlay-frame {
  display: block;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(58deg, #736080, #9A80AB 30%); */
  background: black;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000; }

#overlay-alert {
  display: block;
  z-index: 21000;
  background: white;
  /* border: 1px solid #736080; */
  border: 1px solid white;
  /* background: linear-gradient(58deg, #736080, #9A80AB 30%); */
  background: linear-gradient(58deg, #55A9B1, #66CCCC 30%);
  color: white;
  padding: 20px; }
  #overlay-alert .overlay-alert-heading {
    font-weight: 600 !important;
    font-size: 16pt;
    color: white !important; }
  #overlay-alert .overlay-alert-text p {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8); }

/* Large Desktop */
@media screen and (min-width: 87.5em) {
  #overlay-alert {
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    position: fixed;
    margin-top: 130px; } }

/* Desktop */
@media screen and (min-width: 42.5625em) and (max-width: 87.4375em) {
  #overlay-alert {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    position: fixed;
    margin-top: 130px; } }

/* Mobile */
@media screen and (max-width: 42.5em) {
  #overlay-alert {
    width: 82%;
    margin-left: 3%;
    margin-right: 3%;
    position: fixed;
    margin-top: 140px; } }

/* Dashicons */
@font-face {
  font-family: dashicons;
  src: url(../fonts/dashicons.eot); }

@font-face {
  font-family: dashicons;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(../fonts/dashicons.ttf) format("truetype"), url(../fonts/dashicons.svg#dashicons) format("svg");
  font-weight: normal;
  font-style: normal; }

.dashicons,
.dashicons-before:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Admin Menu Icons */
.dashicons-menu:before {
  content: "\f333"; }

.dashicons-admin-site:before {
  content: "\f319"; }

.dashicons-dashboard:before {
  content: "\f226"; }

.dashicons-admin-media:before {
  content: "\f104"; }

.dashicons-admin-page:before {
  content: "\f105"; }

.dashicons-admin-comments:before {
  content: "\f101"; }

.dashicons-admin-appearance:before {
  content: "\f100"; }

.dashicons-admin-plugins:before {
  content: "\f106"; }

.dashicons-admin-users:before {
  content: "\f110"; }

.dashicons-admin-tools:before {
  content: "\f107"; }

.dashicons-admin-settings:before {
  content: "\f108"; }

.dashicons-admin-network:before {
  content: "\f112"; }

.dashicons-admin-generic:before {
  content: "\f111"; }

.dashicons-admin-home:before {
  content: "\f102"; }

.dashicons-admin-collapse:before {
  content: "\f148"; }

.dashicons-filter:before {
  content: "\f536"; }

.dashicons-admin-customizer:before {
  content: "\f540"; }

.dashicons-admin-multisite:before {
  content: "\f541"; }

/* Both Admin Menu and Post Formats */
.dashicons-admin-links:before,
.dashicons-format-links:before {
  content: "\f103"; }

.dashicons-admin-post:before,
.dashicons-format-standard:before {
  content: "\f109"; }

/* Post Format Icons */
.dashicons-format-image:before {
  content: "\f128"; }

.dashicons-format-gallery:before {
  content: "\f161"; }

.dashicons-format-audio:before {
  content: "\f127"; }

.dashicons-format-video:before {
  content: "\f126"; }

.dashicons-format-chat:before {
  content: "\f125"; }

.dashicons-format-status:before {
  content: "\f130"; }

.dashicons-format-aside:before {
  content: "\f123"; }

.dashicons-format-quote:before {
  content: "\f122"; }

/* Welcome Screen Icons */
.dashicons-welcome-write-blog:before,
.dashicons-welcome-edit-page:before {
  content: "\f119"; }

.dashicons-welcome-add-page:before {
  content: "\f133"; }

.dashicons-welcome-view-site:before {
  content: "\f115"; }

.dashicons-welcome-widgets-menus:before {
  content: "\f116"; }

.dashicons-welcome-comments:before {
  content: "\f117"; }

.dashicons-welcome-learn-more:before {
  content: "\f118"; }

/* Image Editing Icons */
.dashicons-image-crop:before {
  content: "\f165"; }

.dashicons-image-rotate:before {
  content: "\f531"; }

.dashicons-image-rotate-left:before {
  content: "\f166"; }

.dashicons-image-rotate-right:before {
  content: "\f167"; }

.dashicons-image-flip-vertical:before {
  content: "\f168"; }

.dashicons-image-flip-horizontal:before {
  content: "\f169"; }

.dashicons-image-filter:before {
  content: "\f533"; }

/* Both Image Editing and TinyMCE */
.dashicons-undo:before {
  content: "\f171"; }

.dashicons-redo:before {
  content: "\f172"; }

/* TinyMCE Icons */
.dashicons-editor-bold:before {
  content: "\f200"; }

.dashicons-editor-italic:before {
  content: "\f201"; }

.dashicons-editor-ul:before {
  content: "\f203"; }

.dashicons-editor-ol:before {
  content: "\f204"; }

.dashicons-editor-quote:before {
  content: "\f205"; }

.dashicons-editor-alignleft:before {
  content: "\f206"; }

.dashicons-editor-aligncenter:before {
  content: "\f207"; }

.dashicons-editor-alignright:before {
  content: "\f208"; }

.dashicons-editor-insertmore:before {
  content: "\f209"; }

.dashicons-editor-spellcheck:before {
  content: "\f210"; }

.dashicons-editor-distractionfree:before,
.dashicons-editor-expand:before {
  content: "\f211"; }

.dashicons-editor-contract:before {
  content: "\f506"; }

.dashicons-editor-kitchensink:before {
  content: "\f212"; }

.dashicons-editor-underline:before {
  content: "\f213"; }

.dashicons-editor-justify:before {
  content: "\f214"; }

.dashicons-editor-textcolor:before {
  content: "\f215"; }

.dashicons-editor-paste-word:before {
  content: "\f216"; }

.dashicons-editor-paste-text:before {
  content: "\f217"; }

.dashicons-editor-removeformatting:before {
  content: "\f218"; }

.dashicons-editor-video:before {
  content: "\f219"; }

.dashicons-editor-customchar:before {
  content: "\f220"; }

.dashicons-editor-outdent:before {
  content: "\f221"; }

.dashicons-editor-indent:before {
  content: "\f222"; }

.dashicons-editor-help:before {
  content: "\f223"; }

.dashicons-editor-strikethrough:before {
  content: "\f224"; }

.dashicons-editor-unlink:before {
  content: "\f225"; }

.dashicons-editor-rtl:before {
  content: "\f320"; }

.dashicons-editor-break:before {
  content: "\f474"; }

.dashicons-editor-code:before {
  content: "\f475"; }

.dashicons-editor-paragraph:before {
  content: "\f476"; }

.dashicons-editor-table:before {
  content: "\f535"; }

/* Post Icons */
.dashicons-align-left:before {
  content: "\f135"; }

.dashicons-align-right:before {
  content: "\f136"; }

.dashicons-align-center:before {
  content: "\f134"; }

.dashicons-align-none:before {
  content: "\f138"; }

.dashicons-lock:before {
  content: "\f160"; }

.dashicons-unlock:before {
  content: "\f528"; }

.dashicons-calendar:before {
  content: "\f145"; }

.dashicons-calendar-alt:before {
  content: "\f508"; }

.dashicons-visibility:before {
  content: "\f177"; }

.dashicons-hidden:before {
  content: "\f530"; }

.dashicons-post-status:before {
  content: "\f173"; }

.dashicons-edit:before {
  content: "\f464"; }

.dashicons-post-trash:before,
.dashicons-trash:before {
  content: "\f182"; }

.dashicons-sticky:before {
  content: "\f537"; }

/* Sorting */
.dashicons-external:before {
  content: "\f504"; }

.dashicons-arrow-up:before {
  content: "\f142"; }

.dashicons-arrow-down:before {
  content: "\f140"; }

.dashicons-arrow-left:before {
  content: "\f141"; }

.dashicons-arrow-right:before {
  content: "\f139"; }

.dashicons-arrow-up-alt:before {
  content: "\f342"; }

.dashicons-arrow-down-alt:before {
  content: "\f346"; }

.dashicons-arrow-left-alt:before {
  content: "\f340"; }

.dashicons-arrow-right-alt:before {
  content: "\f344"; }

.dashicons-arrow-up-alt2:before {
  content: "\f343"; }

.dashicons-arrow-down-alt2:before {
  content: "\f347"; }

.dashicons-arrow-left-alt2:before {
  content: "\f341"; }

.dashicons-arrow-right-alt2:before {
  content: "\f345"; }

.dashicons-leftright:before {
  content: "\f229"; }

.dashicons-sort:before {
  content: "\f156"; }

.dashicons-randomize:before {
  content: "\f503"; }

.dashicons-list-view:before {
  content: "\f163"; }

.dashicons-exerpt-view:before,
.dashicons-excerpt-view:before {
  content: "\f164"; }

.dashicons-grid-view:before {
  content: "\f509"; }

.dashicons-move:before {
  content: "\f545"; }

/* WPorg specific icons: Jobs, Profiles, WordCamps */
.dashicons-hammer:before {
  content: "\f308"; }

.dashicons-art:before {
  content: "\f309"; }

.dashicons-migrate:before {
  content: "\f310"; }

.dashicons-performance:before {
  content: "\f311"; }

.dashicons-universal-access:before {
  content: "\f483"; }

.dashicons-universal-access-alt:before {
  content: "\f507"; }

.dashicons-tickets:before {
  content: "\f486"; }

.dashicons-nametag:before {
  content: "\f484"; }

.dashicons-clipboard:before {
  content: "\f481"; }

.dashicons-heart:before {
  content: "\f487"; }

.dashicons-megaphone:before {
  content: "\f488"; }

.dashicons-schedule:before {
  content: "\f489"; }

/* Internal/Products */
.dashicons-wordpress:before {
  content: "\f120"; }

.dashicons-wordpress-alt:before {
  content: "\f324"; }

.dashicons-pressthis:before {
  content: "\f157"; }

.dashicons-update:before {
  content: "\f463"; }

.dashicons-screenoptions:before {
  content: "\f180"; }

.dashicons-cart:before {
  content: "\f174"; }

.dashicons-feedback:before {
  content: "\f175"; }

.dashicons-cloud:before {
  content: "\f176"; }

.dashicons-translation:before {
  content: "\f326"; }

/* Taxonomies */
.dashicons-tag:before {
  content: "\f323"; }

.dashicons-category:before {
  content: "\f318"; }

/* Widget icons */
.dashicons-archive:before {
  content: "\f480"; }

.dashicons-tagcloud:before {
  content: "\f479"; }

.dashicons-text:before {
  content: "\f478"; }

/* Media icons */
.dashicons-media-archive:before {
  content: "\f501"; }

.dashicons-media-audio:before {
  content: "\f500"; }

.dashicons-media-code:before {
  content: "\f499"; }

.dashicons-media-default:before {
  content: "\f498"; }

.dashicons-media-document:before {
  content: "\f497"; }

.dashicons-media-interactive:before {
  content: "\f496"; }

.dashicons-media-spreadsheet:before {
  content: "\f495"; }

.dashicons-media-text:before {
  content: "\f491"; }

.dashicons-media-video:before {
  content: "\f490"; }

.dashicons-playlist-audio:before {
  content: "\f492"; }

.dashicons-playlist-video:before {
  content: "\f493"; }

.dashicons-controls-play:before {
  content: "\f522"; }

.dashicons-controls-pause:before {
  content: "\f523"; }

.dashicons-controls-forward:before {
  content: "\f519"; }

.dashicons-controls-skipforward:before {
  content: "\f517"; }

.dashicons-controls-back:before {
  content: "\f518"; }

.dashicons-controls-skipback:before {
  content: "\f516"; }

.dashicons-controls-repeat:before {
  content: "\f515"; }

.dashicons-controls-volumeon:before {
  content: "\f521"; }

.dashicons-controls-volumeoff:before {
  content: "\f520"; }

/* Alerts/Notifications/Flags */
.dashicons-yes:before {
  content: "\f147"; }

.dashicons-no:before {
  content: "\f158"; }

.dashicons-no-alt:before {
  content: "\f335"; }

.dashicons-plus:before {
  content: "\f132"; }

.dashicons-plus-alt:before {
  content: "\f502"; }

.dashicons-plus-alt2:before {
  content: "\f543"; }

.dashicons-minus:before {
  content: "\f460"; }

.dashicons-dismiss:before {
  content: "\f153"; }

.dashicons-marker:before {
  content: "\f159"; }

.dashicons-star-filled:before {
  content: "\f155"; }

.dashicons-star-half:before {
  content: "\f459"; }

.dashicons-star-empty:before {
  content: "\f154"; }

.dashicons-flag:before {
  content: "\f227"; }

.dashicons-info:before {
  content: "\f348"; }

.dashicons-warning:before {
  content: "\f534"; }

/* Social Icons */
.dashicons-share:before {
  content: "\f237"; }

.dashicons-share1:before {
  content: "\f237"; }

.dashicons-share-alt:before {
  content: "\f240"; }

.dashicons-share-alt2:before {
  content: "\f242"; }

.dashicons-twitter:before {
  content: "\f301"; }

.dashicons-rss:before {
  content: "\f303"; }

.dashicons-email:before {
  content: "\f465"; }

.dashicons-email-alt:before {
  content: "\f466"; }

.dashicons-facebook:before {
  content: "\f304"; }

.dashicons-facebook-alt:before {
  content: "\f305"; }

.dashicons-networking:before {
  content: "\f325"; }

.dashicons-googleplus:before {
  content: "\f462"; }

/* Misc/CPT */
.dashicons-location:before {
  content: "\f230"; }

.dashicons-location-alt:before {
  content: "\f231"; }

.dashicons-camera:before {
  content: "\f306"; }

.dashicons-images-alt:before {
  content: "\f232"; }

.dashicons-images-alt2:before {
  content: "\f233"; }

.dashicons-video-alt:before {
  content: "\f234"; }

.dashicons-video-alt2:before {
  content: "\f235"; }

.dashicons-video-alt3:before {
  content: "\f236"; }

.dashicons-vault:before {
  content: "\f178"; }

.dashicons-shield:before {
  content: "\f332"; }

.dashicons-shield-alt:before {
  content: "\f334"; }

.dashicons-sos:before {
  content: "\f468"; }

.dashicons-search:before {
  content: "\f179"; }

.dashicons-slides:before {
  content: "\f181"; }

.dashicons-analytics:before {
  content: "\f183"; }

.dashicons-chart-pie:before {
  content: "\f184"; }

.dashicons-chart-bar:before {
  content: "\f185"; }

.dashicons-chart-line:before {
  content: "\f238"; }

.dashicons-chart-area:before {
  content: "\f239"; }

.dashicons-groups:before {
  content: "\f307"; }

.dashicons-businessman:before {
  content: "\f338"; }

.dashicons-id:before {
  content: "\f336"; }

.dashicons-id-alt:before {
  content: "\f337"; }

.dashicons-products:before {
  content: "\f312"; }

.dashicons-awards:before {
  content: "\f313"; }

.dashicons-forms:before {
  content: "\f314"; }

.dashicons-testimonial:before {
  content: "\f473"; }

.dashicons-portfolio:before {
  content: "\f322"; }

.dashicons-book:before {
  content: "\f330"; }

.dashicons-book-alt:before {
  content: "\f331"; }

.dashicons-download:before {
  content: "\f316"; }

.dashicons-upload:before {
  content: "\f317"; }

.dashicons-backup:before {
  content: "\f321"; }

.dashicons-clock:before {
  content: "\f469"; }

.dashicons-lightbulb:before {
  content: "\f339"; }

.dashicons-microphone:before {
  content: "\f482"; }

.dashicons-desktop:before {
  content: "\f472"; }

.dashicons-laptop:before {
  content: "\f547"; }

.dashicons-tablet:before {
  content: "\f471"; }

.dashicons-smartphone:before {
  content: "\f470"; }

.dashicons-phone:before {
  content: "\f525"; }

.dashicons-smiley:before {
  content: "\f328"; }

.dashicons-index-card:before {
  content: "\f510"; }

.dashicons-carrot:before {
  content: "\f511"; }

.dashicons-building:before {
  content: "\f512"; }

.dashicons-store:before {
  content: "\f513"; }

.dashicons-album:before {
  content: "\f514"; }

.dashicons-palmtree:before {
  content: "\f527"; }

.dashicons-tickets-alt:before {
  content: "\f524"; }

.dashicons-money:before {
  content: "\f526"; }

.dashicons-thumbs-up:before {
  content: "\f529"; }

.dashicons-thumbs-down:before {
  content: "\f542"; }

.dashicons-layout:before {
  content: "\f538"; }

.dashicons-paperclip:before {
  content: "\f546"; }
