@font-face {
  font-family: 'Campton';
  src: url("../fonts/campton-light.eot");
  src: url("../fonts/campton-light.eot?#iefix") format("embedded-opentype"), url("../fonts/campton-light.woff2") format("woff2"), url("../fonts/campton-light.woff") format("woff"), url("../fonts/campton-light.ttf") format("truetype"), url("../fonts/campton-light.svg#camptonlight_demo") format("svg");
  font-weight: 300;
  font-style: normal; }

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

@font-face {
  font-family: 'Campton';
  src: url("../fonts/campton-medium.eot");
  src: url("../fonts/campton-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/campton-medium.woff2") format("woff2"), url("../fonts/campton-medium.woff") format("woff"), url("../fonts/campton-medium.ttf") format("truetype"), url("../fonts/campton-medium.svg#camptonbold_demo") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Campton';
  src: url("../fonts/campton-semibold.eot");
  src: url("../fonts/campton-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/campton-semibold.woff2") format("woff2"), url("../fonts/campton-semibold.woff") format("woff"), url("../fonts/campton-semibold.ttf") format("truetype"), url("../fonts/campton-semibold.svg#camptonbold_demo") format("svg");
  font-weight: 700;
  font-style: normal; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-button-a:before {
  content: "\e900"; }

.icon-button-b:before {
  content: "\e901"; }

.icon-button-c:before {
  content: "\e902"; }

.icon-button-d:before {
  content: "\e903"; }

.icon-button-e:before {
  content: "\e904"; }

.icon-button-f:before {
  content: "\e905"; }

.icon-button-g:before {
  content: "\e906"; }

.icon-button-h:before {
  content: "\e907"; }

.icon-button-i:before {
  content: "\e908"; }

.icon-button-l:before {
  content: "\e909"; }

.icon-button-m:before {
  content: "\e90a"; }

.icon-button-o:before {
  content: "\e90b"; }

.icon-button-p:before {
  content: "\e90c"; }

.icon-button-s:before {
  content: "\e90d"; }

.icon-button-u:before {
  content: "\e90e"; }

.icon-button-v:before {
  content: "\e90f"; }

.icon-button-phone:before {
  content: "\e910"; }

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

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

.icon-plus:before {
  content: "\e913"; }

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

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

.icon-button-plus:before {
  content: "\e916"; }

.icon-button-minus:before {
  content: "\e917"; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 1.5em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address 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; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

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

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  max-width: 100vw;
  overflow-x: hidden; }

body {
  background: url(../images/background.jpg) top left no-repeat;
  background-position-y: 10px;
  background-position-x: -179px;
  font-family: Campton, sans-serif;
  font-size: 12px;
  padding-top: 63px; }

body > header nav, main, footer {
  margin: 0 auto;
  max-width: 1390px;
  padding-left: 15px;
  padding-right: 15px; }

h1 {
  font-size: 2.1666666667em;
  font-weight: 700;
  line-height: 1.2307692308em; }

h2 {
  border-bottom: 1px solid #ebaab9;
  color: #ebaab9;
  cursor: pointer;
  font-size: 1.5833333333em;
  font-weight: 600;
  line-height: 1.2105263158em;
  margin: 0.9473684211em 0 0.4736842105em 0;
  padding-bottom: 0.7368421053em; }
  h2 a {
    color: #ebaab9;
    text-decoration: none; }

p {
  color: #4d4d4d;
  font-size: 1.0833333333em;
  font-weight: normal;
  line-height: 1.6666666667em; }
  p strong {
    font-weight: 600; }

a {
  color: #0040c8; }
  a.more {
    padding-left: 0.9em;
    position: relative;
    text-transform: lowercase; }
    a.more:before {
      content: '\e913';
      color: #e4aab9;
      display: inline-block;
      font-family: icomoon;
      font-size: 0.55em;
      left: 0;
      text-decoration: none;
      top: 57%;
      transform: translateY(-50%);
      position: absolute; }
    .blog a.more {
      display: block;
      margin-top: 1.0833333333em; }

img {
  max-width: 100%;
  height: auto; }
  img.science-love-logo {
    max-width: 252px;
    padding: 0 !important;
    position: absolute;
    bottom: 15.5%;
    right: 4%; }
    .page--home img.science-love-logo {
      top: 15.5%; }
      @media only screen and (max-width: 640px) {
        .page--home img.science-love-logo {
          top: 7.5%; } }
    @media only screen and (max-width: 1200px) {
      img.science-love-logo {
        max-width: 21.8560277537%; } }
    @media only screen and (max-width: 640px) {
      img.science-love-logo {
        max-width: 35%; } }
    img.science-love-logo.align-bottom {
      bottom: 15.5%;
      top: auto; }

table {
  color: #0040c8;
  margin: 4.1666666667em 0;
  text-align: left; }
  @media only screen and (max-width: 900px) {
    table {
      font-size: 10px; } }
  @media only screen and (max-width: 550px) {
    table {
      font-size: 8px; } }
  table th {
    font-weight: 600; }
  table td {
    font-weight: 300; }
    table td strong {
      font-weight: 600; }

button.close {
  border: 0;
  cursor: pointer;
  outline: 0;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  button.close:before, button.close:after {
    content: '';
    position: absolute;
    background-color: white;
    top: 50%;
    left: 50%; }
  button.close:before {
    width: 15px;
    height: 3px;
    margin-left: -6px; }
  button.close:after {
    width: 3px;
    height: 15px;
    margin-top: -6px; }

time {
  color: #ebaab9;
  display: block;
  font-size: 1.0833333333em;
  margin-top: 3.0769230769em; }
  time + h2 {
    margin-top: 0; }
  time:first-of-type {
    margin-top: 20px; }

input,
select,
textarea {
  outline: none; }

input[type=text], input[type=email], input[type=tel], textarea, select {
  background: #eff1ec;
  border: 0;
  font-size: 1.1666666667em;
  padding: 5px 10px; }
  input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #0040c8; }
  input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #0040c8; }
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #0040c8; }
  input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #0040c8; }
  input[type=text].error, input[type=email].error, input[type=tel].error, textarea.error, select.error {
    background: #ebaab9; }

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle; }

form img {
  display: none;
  margin-bottom: 0;
  vertical-align: text-top; }

form.loading img {
  display: inline-block; }

input[type=text], input[type=email], input[type=tel] {
  width: 100%; }

textarea {
  max-width: 245px; }

label, h3 {
  color: #0040c8; }

select, option, select option:disabled {
  color: #0040c8; }

input[type=submit] {
  background: none;
  border: 0;
  display: inline-block;
  color: #0040c8;
  font-size: 1.3333333333em;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  width: auto; }

label {
  position: relative; }
  label input[type=checkbox] {
    height: 0;
    visibility: hidden;
    width: 0; }
    label input[type=checkbox] + span {
      cursor: pointer;
      display: inline-block;
      padding-left: 2em;
      vertical-align: top; }
      label input[type=checkbox] + span:before {
        content: '';
        background: #eff1ec;
        width: 13px;
        height: 13px;
        left: 0;
        position: absolute;
        top: 0; }
    label input[type=checkbox]:checked + span:after {
      content: '\e913';
      color: #0040c8;
      width: 13px;
      height: 13px;
      font-family: icomoon;
      font-size: 10px;
      font-weight: normal;
      left: 2px;
      position: absolute;
      top: 2px; }

output {
  display: block; }

span.submit {
  display: block;
  margin-top: 1.6666666667em;
  padding-left: 1.1666666667em;
  position: relative; }

.referral-source {
  column-count: 2; }
  @media only screen and (max-width: 1130px) {
    .referral-source {
      column-count: 1; } }
  .referral-source label {
    position: relative;
    margin-bottom: 10px; }
  .referral-source input {
    visibility: hidden; }

fieldset {
  border: 0;
  margin: 0;
  max-width: 245px;
  padding: 0;
  position: relative; }
  @media only screen and (max-width: 640px) {
    fieldset {
      display: block;
      max-width: 100%;
      width: 100%; } }
  fieldset.completed:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
  fieldset:nth-of-type(2) {
    margin: 0 11%; }
  fieldset + fieldset {
    display: none; }
  fieldset > div > select {
    width: 100%; }
  fieldset > div > * {
    margin-bottom: 1em; }

label {
  display: block; }
  label.error {
    display: none !important; }

textarea {
  min-height: 100px;
  width: 100%; }

.enquire-form {
  display: flex;
  justify-content: flex-start; }

button {
  background: transparent;
  border: 0;
  color: #0040c8;
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
  text-decoration: underline;
  outline: 0; }
  button:before {
    content: '\e913';
    color: #ebaab9;
    display: inline-block;
    font-family: icomoon;
    font-size: 0.7222222222em;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 0.6111111111em; }

.nf-field-container {
  margin-bottom: 11px !important; }
  .nf-field-container textarea {
    width: 100% !important;
    max-width: 100%; }
  .nf-field-container .nf-field-element input[type=checkbox],
  .nf-field-container .nf-field-element input[type=radio] {
    vertical-align: middle; }
  .nf-field-container .nf-field-label label {
    font-weight: normal; }
  .nf-field-container .submit-wrap .nf-field-element {
    font-size: 1.5em; }
    .nf-field-container .submit-wrap .nf-field-element:before {
      content: '\e913';
      color: #ebaab9;
      display: inline-block;
      font-family: icomoon;
      font-size: 0.7222222222em;
      font-weight: normal;
      left: 0;
      position: absolute;
      top: 0.6111111111em; }
    .nf-field-container .submit-wrap .nf-field-element input {
      background: transparent;
      border: 0;
      color: #0040c8;
      font-weight: bold;
      position: relative;
      text-decoration: underline;
      text-transform: lowercase;
      cursor: pointer;
      padding: 0 0 0 1em; }

.pika-button {
  font-weight: normal;
  text-align: center !important;
  text-decoration: none; }
  .pika-button:before {
    content: none; }

#referral-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #referral-form label {
    display: inline-block;
    margin-bottom: 19px;
    margin-right: 4%;
    margin-right: calc(5% - 5px);
    width: 45%; }
    #referral-form label.full-width {
      width: 100%; }
      #referral-form label.full-width textarea {
        display: block;
        max-width: 100%;
        width: 100%; }
    #referral-form label input, #referral-form label textarea {
      margin-top: 10px; }
  #referral-form ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 19px;
    width: 100%; }
    #referral-form ul label {
      margin-bottom: 0; }
      #referral-form ul label input {
        margin-top: 0; }
      #referral-form ul label span:before {
        top: 3px; }
      #referral-form ul label span:after {
        top: 0; }

.referral-details {
  display: none; }
  .referral-details.visible {
    display: block; }
  .referral-details > div {
    position: relative; }
  .referral-details p {
    font-weight: bold; }
    .referral-details p span, .referral-details p li {
      font-weight: normal; }
    .referral-details p[class*=date] {
      position: absolute;
      top: -12px;
      right: 0; }
  .referral-details ul {
    columns: 3;
    list-style: none;
    padding-left: 0; }
    .referral-details ul li {
      padding-left: 0; }

.form-completed article > p {
  display: none; }

body > header {
  position: absolute;
  z-index: 10;
  height: 63px;
  line-height: 63px;
  border-bottom: 1px solid #0040c8;
  top: 0;
  left: 0;
  right: 0; }
  .show-contact body > header,
  .sticky-header body > header {
    position: fixed;
    background-color: white; }
  .sticky-header body > header {
    -webkit-animation: sticky_header_animation 0.3s;
    -moz-animation: sticky_header_animation 0.3s;
    -ms-animation: sticky_header_animation 0.3s;
    -o-animation: sticky_header_animation 0.3s;
    animation: sticky_header_animation 0.3s; }
    @media only screen and (max-width: 1110px) {
      .sticky-header body > header {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none; } }
  body > header a {
    font-size: 1.0833333333em;
    text-decoration: none; }
  body > header > a {
    padding-left: 22px;
    padding-right: 22px;
    position: absolute;
    left: 0; }
    body > header > a img:last-of-type {
      margin-left: 31px;
      max-width: 75px; }
  body > header > a, body > header nav > div > ul, body > header nav > form {
    display: inline-block; }
  body > header img {
    display: inline-block;
    max-width: 231px;
    vertical-align: middle; }
  body > header nav {
    height: 100%;
    overflow: hidden;
    padding-left: 495px;
    padding-left: calc(495px - 1.07692em); }
    @media only screen and (max-width: 1460px) {
      body > header nav {
        padding-left: 33.904109589%; } }
    body > header nav > * + * {
      margin-left: -4px; }
    body > header nav > div {
      display: inline-block; }
  body > header ul {
    padding: 0; }
    body > header ul li {
      display: inline-block;
      vertical-align: top; }
  body > header .menu .sub-menu {
    line-height: 1.0833333333em; }
    body > header .menu .sub-menu li {
      margin-bottom: 0.8333333333em; }
      @media only screen and (max-width: 640px) {
        body > header .menu .sub-menu li {
          margin-bottom: 7px; } }
  body > header .menu > li.item--patient-portal, body > header .menu > li.item--clinicians {
    text-transform: uppercase;
    border-left: 1px solid #0040c8; }
    @media only screen and (max-width: 640px) {
      body > header .menu > li.item--patient-portal, body > header .menu > li.item--clinicians {
        border-left: 0; } }
    body > header .menu > li.item--patient-portal > a, body > header .menu > li.item--clinicians > a {
      color: #ebaab9; }
    body > header .menu > li.item--patient-portal ul, body > header .menu > li.item--clinicians ul {
      text-transform: none; }
  body > header .menu > li.item--clinicians {
    border-right: 1px solid #0040c8; }
  body > header .menu > li.item--contact {
    display: none; }
  body > header .menu > li:hover > .sub-menu {
    visibility: visible;
    height: 310px; }
  body > header .menu > li > .sub-menu {
    visibility: hidden;
    background: #eff1ec;
    padding-top: 0;
    position: absolute;
    z-index: 1;
    height: 0;
    top: 100%;
    width: 100%;
    left: 50%;
    max-width: 1220px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 410px; }
    body > header .menu > li > .sub-menu:before {
      content: '';
      position: absolute;
      background-color: #eff1ec;
      left: -99em;
      right: -99em;
      top: 0;
      bottom: 0;
      z-index: -1; }
    body > header .menu > li > .sub-menu > li {
      margin-top: 3.3333333333em;
      max-height: 100%;
      overflow: hidden; }
      body > header .menu > li > .sub-menu > li > a {
        display: block;
        font-weight: bold;
        margin-bottom: 0.8333333333em; }
        @media only screen and (max-width: 640px) {
          body > header .menu > li > .sub-menu > li > a {
            margin-bottom: 7px; } }
      body > header .menu > li > .sub-menu > li a {
        display: inline-block;
        width: 197px;
        padding-right: 30px; }
        @media only screen and (max-width: 640px) {
          body > header .menu > li > .sub-menu > li a {
            font-size: 12px; } }
    body > header .menu > li > .sub-menu .sub-menu {
      display: block;
      max-height: 190px; }
      body > header .menu > li > .sub-menu .sub-menu.two-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        -o-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        -ms-column-gap: 0;
        -o-column-gap: 0;
        column-gap: 0; }
      body > header .menu > li > .sub-menu .sub-menu li {
        display: block;
        padding-right: 0; }
        body > header .menu > li > .sub-menu .sub-menu li a:hover {
          text-decoration: underline; }
  body > header .menu .page-description {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 2.5em;
    width: 230px;
    font-size: 1.3em;
    line-height: 1.3;
    color: #0040c8;
    font-weight: bold;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s; }
  @media only screen and (min-width: 1110px) {
    body > header .menu li:hover > .page-description {
      opacity: 1; } }
  body > header .menu {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
    body > header .menu > li > a {
      font-weight: 600;
      padding: 0 1.0769230769em;
      display: block; }
      @media only screen and (max-width: 640px) {
        body > header .menu > li > a {
          font-weight: bold; } }
      body > header .menu > li > a:hover {
        background: #eff1ec; }
  body > header .toggle-nav {
    display: none; }
  body > header .contact {
    background: #0040c8;
    color: #ebaab9;
    font-size: 1em;
    font-weight: 600;
    left: auto;
    padding-right: 18px;
    padding-left: 37px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 120px; }
    body > header .contact:before {
      content: "\e910";
      font-family: icomoon;
      font-weight: normal;
      position: absolute;
      top: 0;
      left: 15px;
      font-size: 1.6153846154em; }
  body > header form[name=search] {
    padding: 0 28px; }
    body > header form[name=search] label {
      border: 1px solid #ebaab9;
      border-radius: 20px;
      display: inline;
      padding: 2px; }
      body > header form[name=search] label:after {
        content: "\e914";
        color: #ebaab9;
        font-family: icomoon;
        position: relative;
        top: 1px;
        right: 4px; }
    body > header form[name=search] input {
      background: none;
      border: 0;
      font-size: inherit;
      outline: 0;
      width: 130px; }
  @media only screen and (max-width: 1625px) {
    body > header form[name=search] input {
      width: 105px; } }
  @media only screen and (max-width: 1540px) {
    body > header form[name=search] {
      padding: 0 18px; }
      body > header form[name=search] input {
        width: 90px; } }
  @media only screen and (max-width: 1480px) {
    body > header form[search=name] {
      padding: 0 28px; }
      body > header form[search=name] input {
        width: 130px; }
    body > header nav {
      padding-left: 390px; }
    body > header .menu > li > .sub-menu {
      padding-left: 320px; } }
  @media only screen and (max-width: 1360px) {
    body > header > a img:last-of-type {
      display: none; }
    body > header nav {
      padding-left: 315px; }
    body > header .menu > li > .sub-menu {
      padding-left: 272px; } }
  @media only screen and (max-width: 1290px) {
    body > header form[name=search] input {
      width: 90px;
      padding: 0 15px; }
    body > header nav {
      padding-left: 290px; } }
  @media only screen and (max-width: 1260px) {
    body > header .menu > li > a {
      padding: 0 5px; }
    body > header .menu > li:last-child > a {
      padding-right: 15px; } }
  @media only screen and (max-width: 1110px) {
    body > header {
      position: fixed;
      background-color: white; }
      body > header .toggle-nav {
        border: 0;
        cursor: pointer;
        outline: 0;
        display: block;
        position: absolute;
        width: 62px;
        height: 62px;
        top: 0;
        right: 120px;
        border-left: 1px solid #0040c8; }
        body > header .toggle-nav span, body > header .toggle-nav:before, body > header .toggle-nav:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 18px;
          height: 3px;
          background-color: #ebaab9;
          top: 50%;
          left: 50%;
          margin: -6px 0 0 -9px; }
        body > header .toggle-nav:after {
          margin-top: 6px; }
        body > header .toggle-nav span {
          margin-top: 0; }
      body > header nav > div {
        visibility: hidden;
        opacity: 0;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 63px;
        background-color: white;
        text-align: justify;
        line-height: 0;
        padding: 0 17px;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .show-nav body > header nav > div {
          visibility: visible;
          opacity: 1; }
        body > header nav > div:after {
          display: inline-block;
          content: '';
          width: 100%; }
        body > header nav > div > ul {
          display: inline; }
      body > header .menu > li {
        display: inline; }
      body > header .menu > li > a {
        padding: 20px;
        display: inline-block; }
        body > header .menu > li > a:hover {
          background: transparent; }
      body > header .menu > li.item--portal-login, body > header .menu > li.item--clinicians {
        border: 0; }
      body > header .menu > li > .sub-menu {
        margin-top: -5px;
        padding-left: 35px;
        text-align: left; }
      body > header form[name=search] {
        position: absolute;
        right: 182px; }
        body > header form[name=search] input {
          width: 190px; } }
  @media only screen and (max-width: 750px) {
    body > header form[name=search] input {
      width: 90px; } }
  @media only screen and (max-width: 650px) {
    body > header {
      font-size: 1.6em; }
      body > header .toggle-nav {
        right: 0; }
      body > header nav, body > header .contact {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s;
        -ms-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
        .show-nav body > header nav, .show-nav body > header .contact {
          min-height: 100vh;
          visibility: visible;
          opacity: 1; }
      body > header .contact {
        position: absolute;
        top: 70px;
        right: 0;
        background-color: transparent;
        padding: 15px;
        line-height: 1;
        width: auto; }
        body > header .contact:before {
          position: static;
          background: white;
          border-radius: 50%; }
        body > header .contact span {
          display: none; }
      body > header nav {
        max-height: calc(100vh - 63px);
        overflow: auto;
        position: relative;
        top: 63px;
        background-color: #eff1ec;
        padding: 35px 0 30px 0;
        height: auto; }
        body > header nav > div {
          position: relative;
          top: 30px;
          background: transparent;
          padding: 0; }
          body > header nav > div:after {
            content: none; }
          body > header nav > div > ul {
            line-height: 1; }
      body > header .menu > li {
        display: block; }
        body > header .menu > li.show-submenu {
          padding-bottom: 10px; }
        body > header .menu > li.item--portal-login, body > header .menu > li.item--clinicians {
          border-bottom: 1px solid #0040c8; }
      body > header ul li {
        width: 100%; }
      body > header .menu > li > a {
        padding: 12px 15px 15px;
        display: block;
        font-size: 14px; }
      body > header div > ul > li {
        border-bottom: 1px solid #0040c8; }
      body > header .menu > li > .sub-menu > li {
        margin: 0; }
      body > header .menu > li > .sub-menu {
        padding-left: 58px; }
        body > header .menu > li > .sub-menu > li {
          margin: 0; }
        body > header .menu > li > .sub-menu .sub-menu {
          padding-left: 20px; }
      body > header .menu li .sub-menu,
      body > header .menu > li .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        visibility: visible;
        max-height: 0 !important;
        overflow: hidden !important;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }
        body > header .menu li .sub-menu:before,
        body > header .menu > li .sub-menu:before {
          content: none; }
      body > header .menu li > .sub-menu > li a,
      body > header .menu > li > .sub-menu > li a {
        width: auto; }
      body > header .menu li .sub-menu .sub-menu.two-columns,
      body > header .menu > li .sub-menu .sub-menu.two-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1; }
      body > header .menu li:hover > .sub-menu,
      body > header .menu > li:hover > .sub-menu {
        height: auto; }
      body > header .menu li.show-submenu > .sub-menu,
      body > header .menu > li.show-submenu > .sub-menu {
        max-height: 1000px !important; }
      body > header .menu li.menu-item-has-children > a:after,
      body > header .menu > li.menu-item-has-children > a:after {
        content: '+';
        display: inline-block;
        position: absolute;
        right: 15px;
        color: #ebaab9;
        font-size: 18px; }
      body > header .menu li.menu-item-has-children.show-submenu > a:after,
      body > header .menu > li.menu-item-has-children.show-submenu > a:after {
        content: '-'; }
      body > header .menu li .sub-menu li.menu-item-has-children > a:after {
        right: auto;
        left: 35px; }
      body > header .menu > li.item--clinicians, body > header .menu > li.item--portal-login {
        background-color: #ebaab9;
        border-left: 0;
        border-right: 0; }
        body > header .menu > li.item--clinicians > a, body > header .menu > li.item--portal-login > a {
          color: white;
          text-transform: none; }
      body > header .menu > li.item--contact {
        background-color: #0040c8;
        display: inline-block; }
        body > header .menu > li.item--contact > a {
          color: white; }
      body > header form[name=search] {
        top: 0;
        left: 0;
        right: 0;
        line-height: 1;
        height: auto;
        padding: 20px; }
        body > header form[name=search] label {
          background: white; }
        body > header form[name=search] input {
          width: calc(100% - 65px); } }

@-webkit-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-moz-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@-o-keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

@keyframes sticky_header_animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }

main {
  padding-top: 2em; }
  @media only screen and (max-width: 1110px) {
    main {
      padding-top: 0; } }

article {
  margin-bottom: 7.9166666667em;
  padding-left: 35.2%;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 1110px) {
    article {
      padding-left: 0; } }
  article ul, article ol {
    padding-left: 2em; }
    article ul li, article ol li {
      color: #4d4d4d;
      line-height: 1.6666666667em;
      margin-bottom: 0.5em;
      padding-left: 1.6666666667em; }
  article .column {
    display: inline-block;
    vertical-align: top;
    padding-right: 50px; }
    article .column img {
      max-width: calc(100% + 50px); }
    @media only screen and (min-width: 1110px) {
      article .column {
        width: 50%; } }
    @media only screen and (max-width: 640px) {
      article .column {
        padding-left: 0; }
        article .column > p:first-of-type {
          margin-top: 0; } }
  @media only screen and (max-width: 640px) {
    article > img {
      position: relative;
      left: -15px;
      max-width: calc(100% + 30px);
      width: 100%;
      width: calc(100% + 30px); } }
  article header {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 4.6153846154%;
    margin-right: 11.25874125874126%;
    max-width: 315px;
    width: 22.02797202797203%; }
    @media only screen and (max-width: 1110px) {
      article header {
        max-width: 100%;
        top: auto;
        width: 100%; }
        article header + * {
          padding-top: 9.1666666667em; }
        article header ~ * {
          margin-left: 40%; }
        .blog article header ~ * {
          margin-left: 50%; } }
    @media only screen and (max-width: 640px) {
      article header {
        position: relative; }
        article header + * {
          padding-top: 0; }
        article header ~ *, .blog article header ~ * {
          margin-left: auto; } }
    article header h1 {
      margin: 2.3076923077em 0 1.7692307692em; }
      @media only screen and (max-width: 1300px) {
        article header h1 {
          font-size: 1.6em; } }
      @media only screen and (max-width: 1110px) {
        article header h1 {
          font-size: 2.16667em; } }
  article .call-to-action {
    position: relative;
    display: block;
    padding-bottom: 58%;
    margin: 60px 0;
    text-align: center;
    background-size: cover;
    max-width: 300px; }
    @media only screen and (max-width: 1110px) {
      article .call-to-action {
        padding-bottom: 22%;
        width: 30%; } }
    @media only screen and (max-width: 640px) {
      article .call-to-action {
        display: none; } }
    article .call-to-action:before, article .call-to-action:after {
      content: '';
      display: block;
      height: 30px;
      position: absolute;
      width: 100%; }
    article .call-to-action:before {
      border-top: 1px solid #0040c8;
      top: -30px; }
    article .call-to-action:after {
      border-bottom: 1px solid #0040c8;
      bottom: -30px; }
    article .call-to-action img {
      display: block;
      width: 100%; }
    article .call-to-action a {
      color: white;
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    article .call-to-action p {
      color: white;
      font-size: 1.1666666667em;
      font-weight: bold;
      text-transform: uppercase;
      position: absolute;
      width: 100%;
      margin: 0;
      padding: 0 25%;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  article .article-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 260px;
    position: relative;
    margin-bottom: 1.5em;
    width: 100%; }
    @media only screen and (max-width: 1110px) {
      article .article-image {
        left: -15px;
        width: 110%;
        width: calc(100% + 30px); } }
    @media only screen and (max-width: 640px) {
      article .article-image {
        height: 200px; } }

article, article header {
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 640px) {
    article, article header {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }

@media only screen and (max-width: 1110px) {
  .page-info {
    padding-top: 9.1666666667em; } }

@media only screen and (max-width: 640px) {
  .page-info {
    padding-top: 0; } }

.page-info h1, .page-info p {
  color: #0040c8; }

.page-info #breadcrumbs {
  color: #4d4d4d;
  font-size: 10px;
  margin: 0; }
  @media only screen and (max-width: 1110px) {
    .page-info #breadcrumbs {
      position: absolute;
      top: 0; } }
  @media only screen and (max-width: 640px) {
    .page-info #breadcrumbs {
      position: relative; } }
  .page-info #breadcrumbs a {
    color: #4d4d4d;
    text-decoration: none; }
    .page-info #breadcrumbs a:hover {
      text-decoration: underline; }
  .page-info #breadcrumbs .breadcrumb_last {
    text-decoration: underline; }

.page-info h1 {
  text-transform: uppercase; }
  @media only screen and (max-width: 1110px) {
    .page-info h1 {
      position: absolute;
      top: 0; } }
  @media only screen and (max-width: 640px) {
    .page-info h1 {
      position: relative; } }

.page-info p {
  font-size: 1.1666666667em;
  margin-bottom: 5em; }
  @media only screen and (max-width: 1110px) {
    .page-info p {
      max-width: 300px;
      width: 29%; } }
  @media only screen and (max-width: 640px) {
    .page-info p {
      margin-bottom: 1.7142857143em;
      max-width: 100%;
      width: 100%; } }

.related-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  padding: 5.8333333333em 0;
  position: relative; }
  @media only screen and (max-width: 1110px) {
    .related-content {
      padding-top: 90px; } }
  @media only screen and (max-width: 640px) {
    .related-content {
      text-align: left; } }
  .related-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    border-top: 1px solid #0040c8; }
  .page--home .related-content {
    border-top: 0;
    margin: 4.8333333333em 0;
    padding: 0;
    text-align: left; }
    .page--home .related-content:before {
      content: initial;
      border: 0; }
  @media only screen and (max-width: 1110px) {
    .related-content {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .page--home .related-content {
        justify-content: space-between; }
        .page--home .related-content li {
          max-width: none; } }
  @media only screen and (max-width: 640px) {
    .page--home .related-content {
      margin: 30px 0; } }
  .related-content li {
    margin: 10px;
    max-width: 315px; }
    @media only screen and (max-width: 1110px) {
      .related-content li {
        width: 32%;
        width: calc(33% - 20px); } }
    @media only screen and (max-width: 640px) {
      .related-content li {
        width: auto; } }
    .related-content li:hover img {
      filter: none; }
    .related-content li:first-of-type {
      margin-left: 0; }
      @media only screen and (max-width: 1110px) {
        .related-content li:first-of-type {
          display: block;
          margin-left: 10px;
          max-width: 100%;
          text-align: left;
          top: 30px;
          position: absolute;
          width: 100%; } }
      @media only screen and (max-width: 640px) {
        .related-content li:first-of-type {
          text-align: center;
          position: relative;
          top: auto; } }
    .related-content li:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 1110px) {
      .page--home .related-content li {
        margin: 15px 0;
        width: auto; }
        .page--home .related-content li:first-of-type {
          margin-left: 0;
          text-align: left;
          position: relative;
          top: auto;
          width: auto; }
        .page--home .related-content li h1 {
          margin-top: 0; }
        .page--home .related-content li img {
          float: left;
          margin-right: 30px; } }
    @media only screen and (max-width: 900px) {
      .related-content li:first-of-type {
        display: block;
        width: 100%; }
      .page--home .related-content li {
        max-width: none;
        width: auto; } }
    @media only screen and (max-width: 640px) {
      .related-content li {
        margin: 0;
        padding: 30px 0;
        border-top: 1px solid #0040c8;
        max-width: 100%;
        width: 100%; }
        .related-content li:first-of-type {
          padding-top: 0;
          border-top: none; }
        .related-content li img {
          display: none; }
        .related-content li h1 {
          margin-top: 0; }
        .page--home .related-content li {
          margin: 10px 0; } }
  .related-content h1 {
    font-size: 1.3333333333em;
    margin-top: 2.9166666667em;
    text-transform: uppercase; }
    .related-content h1 a {
      text-decoration: none; }
  .related-content h2 {
    font-size: 1.8333333333em;
    border: none;
    color: #0040c8;
    font-weight: bold;
    margin: 0;
    padding: 0; }
    @media only screen and (max-width: 640px) {
      .related-content h2 {
        text-align: left;
        margin-left: 0; } }
  .related-content img {
    display: block;
    filter: grayscale(1);
    transition: filter 0.2s ease; }

.text-image-block {
  margin-bottom: 4.8333333333em;
  position: relative; }
  @media only screen and (max-width: 1110px) {
    .text-image-block {
      margin-left: -15px;
      margin-right: -15px;
      width: 110%;
      width: calc(100% + 30px); } }
  .text-image-block > * {
    display: block; }
  .text-image-block .text-block {
    color: white;
    padding: 3.4% 3.4% 7% 3.4%;
    position: absolute;
    height: 100%;
    width: 33.42657342657343%;
    top: 0; }
    @media only screen and (max-width: 1110px) {
      .text-image-block .text-block {
        width: 50%;
        position: relative; } }
    @media only screen and (max-width: 640px) {
      .text-image-block .text-block {
        position: relative;
        width: 100%; } }
    .text-image-block .text-block.blue {
      background: #0040c8; }
    .text-image-block .text-block.green {
      background: #55784b; }
    .text-image-block .text-block.pink {
      background: #ebaab9; }
    .text-image-block .text-block h1, .text-image-block .text-block p, .text-image-block .text-block a {
      color: white; }
    .text-image-block .text-block h1 {
      font-size: 2.8333333333em; }
    .text-image-block .text-block p {
      font-size: 1.25em; }
    .text-image-block .text-block a {
      font-size: 1.3333333333em;
      font-weight: 600;
      text-transform: lowercase; }
  @media only screen and (max-width: 640px) {
    .page--home .text-image-block {
      margin: 0 -15px 0 -15px; }
      .page--home .text-image-block .text-block {
        padding: 7.5% 15px; }
        .page--home .text-image-block .text-block h1 {
          font-size: 1.6666666667em;
          margin-top: 0; } }
  .text-image-block > img {
    width: 100%; }
    @media only screen and (max-width: 1110px) {
      .text-image-block > img.banner {
        position: absolute; } }
  .text-image-block.text-position-left .text-block {
    left: 0;
    right: auto; }
  .text-image-block.text-position-left > img {
    padding-left: 33.42657342657343%;
    padding-right: 0; }
    @media only screen and (max-width: 1110px) {
      .text-image-block.text-position-left > img.banner {
        left: 50%;
        height: 100%;
        width: auto;
        padding: 0; } }
    @media only screen and (max-width: 640px) {
      .text-image-block.text-position-left > img {
        padding: 0; }
        .text-image-block.text-position-left > img.banner {
          left: auto;
          position: relative;
          width: 100%;
          height: auto; } }
    .text-image-block.text-position-left > img.science-love-logo {
      right: 4%;
      left: auto; }
  .text-image-block.text-position-right .text-block {
    left: auto;
    right: 0; }
    @media only screen and (max-width: 1110px) {
      .text-image-block.text-position-right .text-block {
        left: 50%; } }
    @media only screen and (max-width: 640px) {
      .text-image-block.text-position-right .text-block {
        left: auto; } }
  .text-image-block.text-position-right > img {
    padding-left: 0;
    padding-right: 33.42657342657343%; }
    @media only screen and (max-width: 1110px) {
      .text-image-block.text-position-right > img.banner {
        right: 50%;
        height: 100%;
        width: auto;
        padding: 0; } }
    @media only screen and (max-width: 640px) {
      .text-image-block.text-position-right > img {
        padding: 0; }
        .text-image-block.text-position-right > img.banner {
          right: auto;
          position: relative;
          width: 100%;
          height: auto; } }
    .text-image-block.text-position-right > img.science-love-logo {
      right: auto;
      left: 4%; }

.accordion {
  margin-top: 1.6666666667em; }
  .accordion.enquire {
    margin-top: 0; }
  .accordion.gallery {
    margin-top: 0; }
  .accordion h2 {
    border-bottom: 1px solid #ebaab9;
    color: #ebaab9;
    cursor: pointer;
    font-size: 1.5833333333em;
    font-weight: 600;
    line-height: 1.2105263158em;
    margin: 0 0 0.4736842105em 0;
    padding-bottom: 0.3684210526em; }
    .accordion h2:before {
      content: '\e916';
      font-size: 0.7368421053em;
      font-family: icomoon;
      font-weight: normal;
      margin-right: 0.6428571429em;
      vertical-align: bottom; }
    .accordion h2.open:before {
      content: '\e917'; }
  .accordion .accordion-content {
    position: relative;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease; }
    .accordion .accordion-content.open {
      max-height: 5000px; }
    @media only screen and (max-width: 640px) {
      .accordion .accordion-content .column:first-child p:first-of-type {
        margin-top: 1em; } }

.gallery {
  position: relative;
  max-width: 100%; }

.gallery .image-slider {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.gallery .image-slides {
  width: 100%; }

.gallery .image-slides img {
  display: block;
  height: auto;
  width: 100%; }

.gallery .image-slider .slick-list .slick-slide {
  display: inline-block;
  padding: 0 35px; }

.gallery .image-slider .slick-list .slick-slide img {
  margin: auto;
  height: 100%;
  max-width: 850px; }

.slick-list {
  display: flex;
  align-items: center;
  width: 100%; }

.slick-arrow {
  text-indent: -10000px;
  background-color: transparent;
  border: 0 none;
  padding: 0;
  z-index: 1; }

.slick-arrow.slick-prev {
  position: absolute;
  content: '';
  background: url("../images/arrow-left.svg") no-repeat;
  height: 40px;
  width: 40px;
  left: 30px;
  top: 50%;
  transform: translate(-100%, -50%); }

.slick-arrow.slick-next {
  position: absolute;
  content: '';
  background: url("../images/arrow-right.svg") no-repeat;
  height: 40px;
  width: 40px;
  right: -50px;
  top: 50%;
  transform: translate(-100%, -50%); }

.slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  list-style-type: none;
  width: 100%;
  bottom: 10px;
  padding: 0; }

.slick-dots li {
  margin: 0 0.25rem; }

.slick-dots li button {
  display: none; }

.slick-initialized .slick-track {
  display: flex;
  align-items: center; }

main > .call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 245px;
  padding: 2.5em;
  text-align: center;
  width: 100%; }
  main > .call-to-action p, main > .call-to-action a {
    color: #0040c8;
    display: block;
    font-size: 1.8333333333em;
    font-weight: bold;
    line-height: 2.25em;
    max-width: 31.1363636364em;
    position: relative; }
  main > .call-to-action a {
    padding-left: 1em; }
    main > .call-to-action a:before {
      content: '\e913';
      color: #e4aab9;
      display: inline-block;
      font-family: icomoon;
      font-size: 0.6818181818em;
      font-weight: normal;
      left: 0;
      position: absolute;
      text-decoration: none; }

.tabbed-box dl {
  position: relative;
  margin: 2.9166666667em 0;
  width: 100%; }
  @media only screen and (min-width: 641px) {
    .tabbed-box dl:hover dt:first-of-type {
      background: #f2f5f1;
      color: #0040c8; } }
  .tabbed-box dl dt, .tabbed-box dl dd {
    transition: color .2s ease-in-out, background .2s ease-in-out; }
  .tabbed-box dl dt {
    background: #f2f5f1;
    border-bottom: 1px solid #0040c8;
    color: #0040c8;
    cursor: pointer;
    display: block;
    font-size: 1.0833333333em;
    padding: 1.6923076923em 2.6923076923em;
    position: relative;
    width: 50%; }
    @media only screen and (max-width: 640px) {
      .tabbed-box dl dt {
        padding-left: 4.6153846154em;
        width: 100%; }
        .tabbed-box dl dt:before {
          content: '\e916';
          font-size: 1.5384615385em;
          font-family: icomoon;
          font-weight: normal;
          left: 20px;
          top: 1.15em;
          margin-right: 0.64286em;
          position: absolute;
          vertical-align: bottom; }
        .tabbed-box dl dt.open {
          background: #0040c8;
          border-bottom-color: white;
          color: white; }
          .tabbed-box dl dt.open:before {
            content: '\e917'; }
          .tabbed-box dl dt.open:last-of-type {
            border-bottom: 1px solid white; }
          .tabbed-box dl dt.open + dd {
            max-height: 10000px; } }
    .tabbed-box dl dt:last-of-type {
      border-bottom: 0; }
    @media only screen and (min-width: 641px) {
      .tabbed-box dl dt:first-of-type {
        background: #0040c8;
        color: white; }
      .tabbed-box dl dt:hover {
        background: #0040c8 !important;
        color: white !important; }
        .tabbed-box dl dt:hover + dd {
          display: block; } }
    .tabbed-box dl dt p {
      color: white; }
  .tabbed-box dl dd {
    background: #0040c8;
    color: white;
    display: none;
    padding: 3.3333333333em;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%; }
    @media only screen and (max-width: 640px) {
      .tabbed-box dl dd {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 5em;
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease;
        width: 100%; } }
    .tabbed-box dl dd:first-of-type {
      display: block; }
    .tabbed-box dl dd > * {
      color: white; }
      @media only screen and (min-width: 641px) {
        .tabbed-box dl dd > *:first-child {
          margin-top: 0; }
        .tabbed-box dl dd > *:last-child {
          margin-bottom: 0; } }

.page--price-guide table {
  max-width: 763px;
  width: auto; }
  @media only screen and (max-width: 640px) {
    .page--price-guide table {
      width: 100%; } }
  .page--price-guide table tr {
    border-bottom: 1px solid #0040c8; }
  .page--price-guide table td, .page--price-guide table th {
    border-right: 1px solid #0040c8;
    height: 5em;
    font-size: 1.0833333333em;
    padding: 0.8461538462em;
    width: 16%; }
    .page--price-guide table td:first-of-type, .page--price-guide table th:first-of-type {
      width: 20%; }
      @media only screen and (max-width: 640px) {
        .page--price-guide table td:first-of-type, .page--price-guide table th:first-of-type {
          width: 38.25%; } }
    .page--price-guide table td:last-of-type, .page--price-guide table th:last-of-type {
      border-right: 0; }
  .page--price-guide table td + td {
    background: #f2f5f1; }

.archives {
  padding: 0;
  margin-top: 191px; }
  @media only screen and (max-width: 1110px) {
    .archives {
      width: 40%;
      margin-top: 54px; }
      .single .archives {
        width: 30%; } }
  @media only screen and (max-width: 640px) {
    .archives {
      width: 100%;
      margin-top: 1em; }
      .single .archives {
        width: 100%; } }
  .archives, .archives ul {
    list-style: none; }
  .archives li {
    color: #0040c8;
    font-size: 13px;
    cursor: pointer; }
    .archives li.year {
      font-weight: bold;
      padding-left: 0; }
      .archives li.year span {
        display: block;
        border-bottom: 1px solid #0040c8;
        margin-bottom: 10px;
        padding-left: 25px;
        padding-bottom: 8px; }
      .archives li.year .month > li {
        padding-left: 25px; }
      .archives li.year, .archives li.year .months > li {
        position: relative;
        max-height: 38px;
        overflow: hidden;
        transition: max-height .3s ease-in-out; }
        .archives li.year:before, .archives li.year .months > li:before {
          content: '';
          background: #eff1ec;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 4px;
          width: 13px;
          height: 13px; }
        .archives li.year:after, .archives li.year .months > li:after {
          content: "\e913";
          color: #0040c8;
          font-family: icomoon;
          font-weight: normal;
          position: absolute;
          top: 0;
          left: 3px;
          font-size: 7px; }
        .archives li.year .months > li, .archives li.year .months > li .months > li {
          max-height: 30px; }
        .archives li.year.expanded, .archives li.year .months > li.expanded {
          max-height: 10000px; }
          .archives li.year.expanded:after, .archives li.year .months > li.expanded:after {
            content: '';
            display: block;
            width: 5px;
            height: 2px;
            background: #0040c8;
            top: 10px;
            left: 4px; }
  .archives .posts {
    font-weight: normal;
    padding: 0; }
    .archives .posts li {
      padding: 0; }
  .archives time {
    color: #0040c8;
    margin-top: 10px;
    font-size: 13px; }

footer {
  margin: 6.25em auto;
  padding-top: 5.6666666667em;
  padding-bottom: 12.5em;
  position: relative; }
  footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    border-top: 1px solid #0040c8; }
  footer > * {
    display: inline-block;
    margin-right: 3.496503496503497%;
    vertical-align: top; }
    footer > *:last-child {
      margin-right: 0; }
  footer > * + * {
    margin-left: -4px; }
  footer h1 {
    color: #0040c8;
    margin-top: 0; }
  footer .subscribe-form {
    width: 21.95804195804196%; }
    footer .subscribe-form input {
      max-width: 237px; }
    footer .subscribe-form form {
      max-width: 237px;
      border-bottom: 1px solid #0040c8;
      padding-bottom: 2.0833333333em; }
      footer .subscribe-form form input {
        width: 100%;
        margin-bottom: 0.8333333333em; }
      footer .subscribe-form form button {
        margin-top: 0.4166666667em; }
    footer .subscribe-form .submit:before {
      content: '\e913';
      color: #e4aab9;
      display: inline-block;
      font-family: icomoon;
      font-size: 0.6818181818em;
      font-weight: normal;
      left: 0;
      position: absolute;
      text-decoration: none; }
    @media only screen and (max-width: 1000px) {
      footer .subscribe-form {
        width: 30%;
        margin-right: 3.33%; } }
    @media only screen and (max-width: 800px) {
      footer .subscribe-form {
        width: 45%;
        margin-right: 5%; } }
    @media only screen and (max-width: 600px) {
      footer .subscribe-form {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px; }
        footer .subscribe-form form {
          max-width: 400px; } }
  footer nav {
    width: 48.46153846153846%; }
    footer nav .menu > ul {
      -webkit-columns: 3;
      -moz-columns: 3;
      -ms-columns: 3;
      -o-columns: 3;
      columns: 3;
      margin-top: 0; }
      footer nav .menu > ul > li {
        display: inline-block;
        width: 100%;
        margin-bottom: 13px; }
    footer nav ul {
      padding: 0;
      list-style: none; }
      footer nav ul li a {
        font-size: 1em;
        font-weight: bold;
        line-height: 1.6666666667em;
        text-decoration: none;
        text-transform: uppercase; }
      footer nav ul.children li a {
        color: #4d4d4d;
        font-size: 0.9166666667em;
        font-weight: normal;
        text-decoration: none;
        text-transform: none; }
        footer nav ul.children li a:hover {
          text-decoration: underline; }
    @media only screen and (max-width: 1200px) {
      footer nav .menu > ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        -ms-columns: 2;
        -o-columns: 2;
        columns: 2; } }
    @media only screen and (max-width: 1000px) {
      footer nav {
        width: 30%;
        margin-right: 3.33%; }
        footer nav .menu > ul {
          -webkit-columns: 1;
          -moz-columns: 1;
          -ms-columns: 1;
          -o-columns: 1;
          columns: 1; }
        footer nav ul.children {
          display: none; } }
    @media only screen and (max-width: 800px) {
      footer nav {
        display: none; } }
  footer .contact {
    color: #0040c8;
    font-weight: normal;
    line-height: 1.6666666667em;
    width: 22.58741258741259%;
    max-width: 270px; }
    footer .contact > div {
      position: relative; }
      footer .contact > div:nth-of-type(1) .proudly-tasmanian-logo {
        position: absolute;
        bottom: -6px;
        right: 0; }
    footer .contact address {
      font-style: normal;
      margin-bottom: 1.3333333333em; }
    footer .contact a {
      text-decoration: none; }
      footer .contact a span {
        color: #ebaab9; }
      footer .contact a[href^="tel:"] {
        display: block; }
      footer .contact a.facebook {
        display: block;
        font-weight: 200;
        margin: 2.0833333333em 0; }
        footer .contact a.facebook:before {
          content: '\e915';
          font-family: icomoon;
          font-size: 2.0833333333em;
          font-weight: normal;
          padding-right: 0.5em;
          vertical-align: middle; }
    footer .contact h5 {
      margin: 0 0 1.6666666667em 0;
      font-size: 0.8333333333em;
      font-weight: normal; }
    footer .contact nav {
      margin-top: 1.25em;
      border-top: 1px solid #0040c8;
      padding: 0.4166666667em 0;
      display: block;
      width: 100%; }
      footer .contact nav ul {
        margin: 0; }
      footer .contact nav li {
        display: inline-block; }
        footer .contact nav li:before {
          content: ' | '; }
        footer .contact nav li:first-child:before {
          content: none; }
      footer .contact nav a {
        text-transform: none;
        font-weight: normal; }
        footer .contact nav a:hover {
          text-decoration: underline; }
    footer .contact .photography-credit {
      color: #0040c8;
      font-size: 1em; }
    @media only screen and (max-width: 1000px) {
      footer .contact {
        width: 33.33%; } }
    @media only screen and (max-width: 800px) {
      footer .contact {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      footer .contact {
        width: 100%;
        max-width: 400px; } }
  @media only screen and (max-width: 1200px) {
    footer {
      padding-bottom: 0; } }
  @media only screen and (max-width: 600px) {
    footer > * + * {
      margin-left: 0; } }

.letters {
  margin-bottom: 3.3333333333em; }
  @media only screen and (max-width: 640px) {
    .letters {
      background: white;
      margin-top: -6.1666666667em;
      float: right; } }
  .letters a {
    color: #e5e6e1;
    font-size: 3em;
    margin-right: 0.2777777778em;
    text-decoration: none; }
    @media only screen and (max-width: 1110px) {
      .letters a {
        display: inline-block;
        margin-right: 0.1666666667em;
        margin-bottom: 0.2777777778em; } }
    @media only screen and (max-width: 640px) {
      .letters a {
        color: #0040c8;
        display: block;
        font-size: 1.3333333333em;
        font-weight: bold;
        margin-bottom: 13px; }
        .letters a:before {
          content: attr(data-letter);
          font-family: Campton, sans-serif; } }
    .letters a.active {
      color: #ebaab9; }

.terms {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .terms .term {
    margin: 0 1.685% 4.1666666667em;
    width: 29.7727272727%; }
    @media only screen and (max-width: 1110px) {
      .terms .term {
        margin-right: 4%;
        width: 40%; }
        .terms .term:nth-child(odd) {
          margin-left: 0; } }
    @media only screen and (max-width: 640px) {
      .terms .term {
        margin: 0;
        width: 88%; } }

.glossary-term {
  position: relative;
  padding-right: 10px;
  cursor: pointer;
  display: inline-block;
  padding-left: 4px; }
  .glossary-term:hover:before {
    content: '';
    border-bottom: 1px solid #ebaab9;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    width: calc(100% - 10px);
    border-bottom: 1px solid #ebaab9;
    margin-left: 4px; }
  .glossary-term:after {
    content: '\e913 ';
    font-family: icomoon;
    font-size: 8px;
    right: 1px;
    position: absolute;
    top: -5px;
    color: #ebaab9; }

.glossary-terms-list {
  display: none !important; }

.ui-tooltip {
  background: #eff1ec;
  width: 300px;
  padding: 18px 20px;
  color: #0040c8;
  white-space: pre-line; }
  .ui-tooltip:first-line {
    font-weight: bold; }

.ui-helper-hidden-accessible {
  display: none; }

.page--glossary .accordion {
  margin-left: 1.685%;
  margin-right: 1.685%; }

@media only screen and (max-width: 1110px) {
  .page--glossary article .call-to-action {
    display: none; }
  .page--glossary article header ~ * {
    margin-left: 0; }
  .page--glossary article .accordion {
    width: 85.5%;
    margin-left: 0;
    margin-right: 0; }
  .page--glossary article header {
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 1110px) and (max-width: 640px) {
  .page--glossary article:after {
    content: "";
    display: table;
    clear: both; } }

.excluded-terms {
  display: none; }

.page--contact main {
  position: relative;
  color: white; }
  .page--contact main:before {
    content: '';
    background-color: #0040c8;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -99em;
    right: -99em;
    bottom: -6.2em; }

.contact-area {
  position: fixed;
  top: 63px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0040c8;
  color: white;
  font-size: .9em;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  @media only screen and (max-width: 640px) {
    .contact-area {
      z-index: 10; } }
  .show-contact .contact-area {
    visibility: visible;
    opacity: 1; }
  .page--contact .contact-area {
    position: relative;
    visibility: visible;
    opacity: 1; }
  .contact-area .close {
    position: absolute;
    top: 20px;
    right: -40px; }
  .contact-area > div {
    position: relative;
    max-width: 1260px;
    margin: auto;
    padding: 50px 20px; }
  .contact-area h3, .contact-area h4, .contact-area h5, .contact-area p, .contact-area a {
    color: white; }
  .contact-area h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    font-size: 1.4em;
    font-weight: normal; }
  .contact-area h4 {
    font-size: 1.1em; }
  .contact-area h5 {
    font-size: 1em; }
  .contact-area a {
    font-weight: bold;
    text-decoration: none; }
  .contact-area ul {
    padding: 0;
    list-style: none;
    padding-bottom: 30px; }
    .contact-area ul li {
      padding-bottom: 10px; }
  .contact-area > div > div {
    display: inline-block;
    vertical-align: top; }
    .contact-area > div > div:nth-child(1) {
      width: 33%;
      padding-right: 117px; }
    .contact-area > div > div:nth-child(2) {
      width: 25%;
      padding-right: 76px; }
    .contact-area > div > div:nth-child(3) {
      width: 19%;
      padding-right: 36px; }
  .contact-area .addresses {
    position: relative; }
    .contact-area .addresses div {
      width: 275px;
      height: 190px;
      top: 40px;
      /*right: -280px;*/ }
    .contact-area .addresses li:nth-child(2) div {
      top: 260px; }
    .contact-area .addresses li:nth-child(3) div {
      top: 450px; }
    .contact-area .addresses li:nth-child(4) div {
      top: 640px; }
  .contact-area .enquire-form {
    display: block; }
  .contact-area .accordion h2 {
    position: relative;
    color: white;
    border-color: rgba(255, 255, 255, 0.5);
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1; }
    .contact-area .accordion h2:before {
      position: absolute;
      right: -7px; }
  .contact-area .accordion label {
    color: white; }
  .contact-area .accordion input,
  .contact-area .accordion textarea,
  .contact-area .accordion select {
    color: #0040c8; }
  .contact-area .accordion textarea,
  .contact-area .accordion select {
    width: 100%;
    max-width: 100%;
    margin: 8px 0; }
  .contact-area .accordion input {
    margin: 8px 0; }
  .contact-area .accordion button {
    color: white; }
  .contact-area .accordion textarea {
    color: #0040c8; }
  .contact-area .accordion .date-of-birth select {
    display: inline-block;
    width: auto; }
  .contact-area .accordion fieldset {
    display: block;
    max-width: 100%;
    width: 100%; }
    .contact-area .accordion fieldset + fieldset {
      display: block; }
    .contact-area .accordion fieldset.completed:before {
      content: none; }
  .contact-area .accordion fieldset:nth-of-type(2) {
    margin: 0; }
  .contact-area form.loading button {
    color: transparent; }
    .contact-area form.loading button:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background: url("../images/ajax-loader-dark-bg.gif");
      background-size: cover;
      display: block;
      width: 16px;
      height: 16px;
      margin: -8px 0 0 -8px; }
  @media only screen and (min-width: 1280px) {
    .contact-area .addresses div {
      position: absolute !important; } }
  @media only screen and (max-width: 1380px) {
    .contact-area .close {
      right: 0; } }
  @media only screen and (max-width: 1280px) {
    .contact-area .close {
      right: 20px; }
    .contact-area > div {
      padding-left: 0;
      padding-right: 0; }
    .contact-area > div > div:nth-child(1), .contact-area > div > div:nth-child(2), .contact-area > div > div:nth-child(3) {
      width: 33.33%;
      padding: 0 25px; }
    .contact-area .addresses div {
      width: 100%;
      height: 190px;
      top: 0;
      right: 0; }
    .contact-area .addresses li:nth-child(2) div,
    .contact-area .addresses li:nth-child(3) div {
      top: 0; } }
  @media only screen and (max-width: 700px) {
    .contact-area > div > div:nth-child(1), .contact-area > div > div:nth-child(2), .contact-area > div > div:nth-child(3) {
      width: 100%;
      padding: 0 30px; } }
  @media only screen and (max-width: 460px) {
    .contact-area > div > div:nth-child(1), .contact-area > div > div:nth-child(2), .contact-area > div > div:nth-child(3) {
      padding: 0 20px; } }

@media print {
  header {
    page-break-after: avoid; }
    header * {
      display: none; }
    header a:first-of-type {
      display: inline; }
  article {
    padding-left: 0; }
    article .article-image {
      display: none; }
    article header {
      display: none; }
    article > p {
      display: none; }
  .referral-details {
    page-break-after: avoid; }
  footer {
    display: none; }
  body > header .contact:before {
    display: none; } }
