/********************
   COLOURS        
*******************/
/********************
   WIDTHS        
*******************/
/********************
   COLUMN LAYOUT        
*******************/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

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

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

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

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

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

dd {
  margin: 0 0 0 40px; }

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

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

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

body {
  width: 100%;
  *zoom: 1; }
  body:before, body:after {
    content: "";
    display: table; }
  body:after {
    clear: both; }

* {
  box-sizing: border-box; }

@media all and (max-width: 47.99em) {
  body {
    width: 100%; } }
@media all and (min-width: 48em) {
  body {
    width: 100%;
    min-width: 1082px; } }

@media all and (min-width: 20em) and (max-width: 47.99em) {
  .u-StructureWrapper, .PrimaryNavigationInner, .tb-megamenu, .proto-fullwidth-withbg.full-width .card .card-body {
    width: 100%;
    padding-left: 1em !important;
    padding-right: 1em !important; } }
@media all and (min-width: 48em) {
  .u-StructureWrapper, .PrimaryNavigationInner, .tb-megamenu, .proto-fullwidth-withbg.full-width .card .card-body {
    width: 1082px;
    max-width: 1082px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto; } }

.MainContent {
  margin: 0 auto; }

.u-GridContainer {
  overflow: hidden;
  position: relative; }
  .u-GridContainer .u-GridRow {
    overflow: hidden;
    margin: 0 0 5px 0;
    width: 100%; }
    @media all and (max-width: 47.99em) {
      .u-GridContainer .u-GridRow {
        margin-bottom: 0px; } }
    .u-GridContainer .u-GridRow .u-GridItem {
      margin-bottom: 0px; }
      @media all and (max-width: 47.99em) {
        .u-GridContainer .u-GridRow .u-GridItem {
          margin-bottom: 10px; } }
  .u-GridContainer .u-GridItem {
    margin-bottom: 10px; }
    @media all and (min-width: 48em) {
      .u-GridContainer .u-GridItem.u-GridItem--colSpan12 {
        display: inline;
        float: left;
        width: 99.07407%;
        margin: 0 0.46296%;
        margin-bottom: 10px; }
      .u-GridContainer .u-GridItem.u-GridItem--colSpan8 {
        display: inline;
        float: left;
        width: 65.74074%;
        margin: 0 0.46296%;
        margin-bottom: 10px; }
      .u-GridContainer .u-GridItem.u-GridItem--colSpan6 {
        display: inline;
        float: left;
        width: 49.07407%;
        margin: 0 0.46296%;
        margin-bottom: 10px; }
      .u-GridContainer .u-GridItem.u-GridItem--colSpan4 {
        display: inline;
        float: left;
        width: 32.40741%;
        margin: 0 0.46296%;
        margin-bottom: 10px; }
      .u-GridContainer .u-GridItem.u-GridItem--colSpan3 {
        display: inline;
        float: left;
        width: 24.07407%;
        margin: 0 0.46296%;
        margin-bottom: 10px; } }
  @media all and (min-width: 48em) and (max-width: 67.615em) {
    .u-GridContainer .u-GridItem.u-GridItem--colSpan3 {
      display: inline;
      float: left;
      width: 49.07407%;
      margin: 0 0.46296%;
      margin-bottom: 10px; }
      .u-GridContainer .u-GridItem.u-GridItem--colSpan3:nth-child(odd) {
        clear: both; } }

    @media all and (max-width: 47.99em) {
      .u-GridContainer .u-GridItem.u-GridItem--colSpan8, .u-GridContainer .u-GridItem.u-GridItem--colSpan6, .u-GridContainer .u-GridItem.u-GridItem--colSpan4, .u-GridContainer .u-GridItem.u-GridItem--colSpan3, .u-GridContainer .u-GridItem.u-GridItem--colSpan12 {
        width: 100%;
        margin: 0 0 10px 0; } }

/********************
   UTILITIES        
*******************/
.u-floatLeft {
  float: left; }

.u-floatRight {
  float: right; }

@media all and (min-width: 67.625em) {
  .u-GridItem.u-GridItem--colSpan6 {
    position: relative;
    /*  &:before{
    	content: "";
    	display:block;
    	padding-top: 100%;
    	
    }  */
    /* 	.u-GridItemInnerContainer{
    		margin:2em;
    		position: absolute;
    	    top: 0;
    	    bottom: 0;
    	    left: 0;
    	    right: 0;
    	    overflow:hidden;
    	} */ } }

.u-visuallyHidden {
  text-indent: -9999px;
  display: inline-block;
  height: 0;
  width: 0;
  position: absolute;
  left: -9999px; }

/************************************************************************************
   COLOURS
*************************************************************************************/
/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  display: inline-block;
  position: relative;
  line-height: 1;
  border: 0;
  background: #3c1a40;
  color: white;
  padding: 0.6em 1em;
  border-radius: 3px;
  font-size: 19px;
  outline: 0;
  outline-offset: -2px;
  /* Opera */
  cursor: default; }
  @media all and (min-width: 48em) {
    .sod_select {
      width: 68%; } }
  @media all and (max-width: 47.99em) {
    .sod_select {
      width: 100%; } }

/* Down arrow */
.sod_select:after {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 27px;
  content: "\f106";
  color: white; }

/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
  border-color: #000000; }

.sod_select:focus {
  -webkit-box-shadow: 0px 0px 7px 0px #6b6b6b;
  -moz-box-shadow: 0px 0px 7px 0px #6b6b6b;
  box-shadow: 0px 0px 7px 0px #6b6b6b; }

.sod_select.open {
  color: white; }

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed; }

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 15px; }

.sod_select .sod_prefix {
  /* Use this if you're using a prefix and want to style it */ }

.sod_select .sod_placeholder {
  /* Use this if you're using a placeholder and want to style it */ }

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  height: auto;
  width: 100%;
  margin: 0;
  background: #ffffff;
  border: 1px solid #ccc;
  border-top: none;
  color: #444444;
  font-weight: 300;
  z-index: 1; }

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block; }

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none; }

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
  border-top: 3px solid #000000;
  border-bottom: none; }

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  max-height: 70vh; }
  .lt-ie9 .sod_select .sod_list {
    max-height: 25em; }

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px 10px;
  list-style-type: none; }

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic; }

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px; }

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none; }

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc; }

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  background: #f7f7f7;
  color: #333333; }

/*Make room for the check mark */
.sod_select .sod_option.selected {
  font-weight: 700;
  padding-right: 25px; }

/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  color: #808080;
  height: 9px;
  width: 10px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K); }

/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300; }

.sod_select.no_highlight .sod_option.selected:before {
  display: none; }

.sod_select .sod_option.link {
  /* If data-link is set on a specific option */ }

.sod_select .sod_option.linkexternal {
  /* If data-link-external is set on a specific option */ }

/* Hide native select */
.sod_select select {
  display: none !important; }

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100% !important;
  opacity: 0;
  z-index: 1; }

/**********************************************************************************************8
FOOTABLE
*************************************************************************************************/
@font-face {
  font-family: 'footable';
  src: url("../fonts/footable.eot");
  src: url("../fonts/footable.eot?#iefix") format("embedded-opentype"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg#footable") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'footable';
    src: url("../fonts/footable.svg#footable") format("svg");
    font-weight: normal;
    font-style: normal; } }
.footable {
  width: 100%;
  /** SORTING **/
  /** PAGINATION **/ }

.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none; }

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e001"; }

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer; }

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
  font-size: 14px;
  color: #888888; }

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
  content: "\e000"; }

.footable.breakpoint.toggle-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e005"; }

.footable.breakpoint.toggle-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e004"; }

.footable.breakpoint.toggle-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e003"; }

.footable.breakpoint.toggle-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e002"; }

.footable.breakpoint.toggle-square > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e007"; }

.footable.breakpoint.toggle-square > tbody > tr > td > span.footable-toggle:before {
  content: "\e006"; }

.footable.breakpoint.toggle-square-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e009"; }

.footable.breakpoint.toggle-square-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e008"; }

.footable.breakpoint.toggle-arrow > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00f"; }

.footable.breakpoint.toggle-arrow > tbody > tr > td > span.footable-toggle:before {
  content: "\e011"; }

.footable.breakpoint.toggle-arrow-small > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e013"; }

.footable.breakpoint.toggle-arrow-small > tbody > tr > td > span.footable-toggle:before {
  content: "\e015"; }

.footable.breakpoint.toggle-arrow-circle > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01b"; }

.footable.breakpoint.toggle-arrow-circle > tbody > tr > td > span.footable-toggle:before {
  content: "\e01d"; }

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e00b"; }

.footable.breakpoint.toggle-arrow-circle-filled > tbody > tr > td > span.footable-toggle:before {
  content: "\e00d"; }

.footable.breakpoint.toggle-arrow-tiny > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e01f"; }

.footable.breakpoint.toggle-arrow-tiny > tbody > tr > td > span.footable-toggle:before {
  content: "\e021"; }

.footable.breakpoint.toggle-arrow-alt > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
  content: "\e017"; }

.footable.breakpoint.toggle-arrow-alt > tbody > tr > td > span.footable-toggle:before {
  content: "\e019"; }

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
  font-size: 18px; }

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
  font-size: 24px; }

.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }

.footable > thead > tr > th.footable-sortable:hover {
  cursor: pointer; }

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
  content: "\e013"; }

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
  content: "\e012"; }

.footable > thead > tr > th > span.footable-sort-indicator {
  display: inline-block;
  font-family: 'footable';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 5px; }

.footable > thead > tr > th > span.footable-sort-indicator:before {
  content: "\e022"; }

.footable > tfoot .pagination {
  margin: 0; }

.footable.no-paging .hide-if-no-paging {
  display: none; }

.footable-row-detail-inner {
  display: table; }

.footable-row-detail-row {
  display: table-row;
  line-height: 1.5em; }

.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: bold; }

.footable-row-detail-name {
  display: table-cell;
  font-weight: bold;
  padding-right: 0.5em; }

.footable-row-detail-value {
  display: table-cell; }
  @media all and (max-width: 47.99em) {
    .footable-row-detail-value {
      width: 80%; } }

.footable-odd {
  background-color: #f7f7f7; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* Google translate */
.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

/* Recite me */
.reciteme {
  position: fixed;
  bottom: 0;
  right: 50px;
  z-index: 99;
  cursor: pointer;
  width: 130px;
  height: 50px;
  background: url("../img/design/recite1.png");
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #e91e25; }
  .reciteme:hover {
    opacity: 0.9; }

@font-face {
  font-family: 'trm-lexia-thin';
  src: url("../fonts/Lexia_W_Th.eot");
  src: url("../fonts/Lexia_W_Th.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/Lexia_W_Th.woff?eliy9y") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'trm-lexia-light';
  src: url("../fonts/Lexia_W_Lt.eot");
  src: url("../fonts/Lexia_W_Lt.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/Lexia_W_Lt.woff?eliy9y") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'trm-lexia-regular';
  src: url("../fonts/Lexia_W_Rg.eot");
  src: url("../fonts/Lexia_W_Rg.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/Lexia_W_Rg.woff?eliy9y") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'trm-lexia-bold';
  src: url("../fonts/Lexia_W_Bd.eot");
  src: url("../fonts/Lexia_W_Bd.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/Lexia_W_Bd.woff?eliy9y") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-regular';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-thin';
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-light';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Roboto-bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'trm-icon';
  src: url("../fonts/trm.eot?eliy9y");
  src: url("../fonts/trm.eot?#iefixeliy9y") format("embedded-opentype"), url("../fonts/trm.woff?eliy9y") format("woff"), url("../fonts/trm.ttf?eliy9y") format("truetype"), url("../fonts/trm.svg?eliy9y#trm") format("svg");
  font-weight: normal;
  font-style: normal; }
.font-smoothing, html, body, input {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px; }

html, body, input {
  font-family: 'trm-lexia-regular', Arial, sans-serif; }

.lexiaThin {
  font-family: 'trm-lexia-thin', Arial, sans-serif; }

.lexiaLight {
  font-family: 'trm-lexia-light', Arial, sans-serif; }

.lexiaRegular {
  font-family: 'trm-lexia-regular', Arial, sans-serif; }

.lexiaBold {
  font-family: 'trm-lexia-bold', Arial, sans-serif; }

h1 {
  font-family: 'trm-lexia-thin', Arial, sans-serif;
  font-size: 38px;
  font-weight: normal;
  line-height: 50px; }
  @media all and (max-width: 47.99em) {
    h1 {
      font-size: 22pt;
      line-height: 35px; } }

h2, .h2 {
  font-family: 'trm-lexia-thin', Arial, sans-serif;
  font-size: 24pt;
  font-weight: normal;
  line-height: 33px; }

h3, .h3 {
  font-family: 'trm-lexia-thin', Arial, sans-serif;
  font-size: 24pt;
  line-height: 34px;
  font-weight: normal; }

/* Private care */
/* Icons */
[class^="icon-"], [class*=" icon-"], .iconFont, .sod_select:after, .js .heroImage.video .overlay:after {
  font-family: 'trm-icon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.SocialLinks [class^="icon-"] {
  line-height: 1.1;
  padding-left: 4px; }

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

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

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

.icon-FacebookFooter:before {
  content: "\e62e"; }

.icon-TwitterFooter:before {
  content: "\e62f"; }

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

.icon-YouTubeFooter:before {
  content: "\e630"; }

.icon-rm_PrintIcon:before {
  content: "\e623"; }

.icon-rm_ShareIcon:before {
  content: "\e624"; }

.icon-rm_EmailIcon:before {
  content: "\e625"; }

.icon-rmFacebookLogo:before {
  content: "\e626"; }

.icon-rmGooglePlusLogo:before {
  content: "\e627"; }

.icon-rmTwitterLogo:before {
  content: "\e628"; }

.icon-rmNHSLogo:before {
  content: "\e629"; }

.icon-rmQuoteMarksLeft:before {
  content: "\e62a"; }

.icon-rmQuoteMarksRight:before {
  content: "\e62b"; }

.icon-printer:before {
  content: "\e954"; }

.icon-quotes-left:before {
  content: "\e977"; }

.icon-quotes-right:before {
  content: "\e978"; }

.icon-google-plus3:before {
  content: "\ea8a"; }

.icon-facebook3:before {
  content: "\ea8e"; }

.icon-twitter3:before {
  content: "\ea93"; }

.icon-linkedin2:before {
  content: "\eac9"; }

.icon-google-with-circle:before {
  content: "\e622"; }

.icon-facebook-with-circle:before {
  content: "\e621"; }

.icon-linkedin-with-circle:before {
  content: "\e620"; }

.icon-mail:before {
  content: "\e61f"; }

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

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

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

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

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

.icon-bars:before {
  content: "\f0c9"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-arrow-down-large-red:before {
  content: "\e600"; }

.icon-arrow-down-medium-red:before {
  content: "\e601"; }

.icon-arrow-down-small-black:before {
  content: "\e602"; }

.icon-arrow-right-medium-red:before {
  content: "\e603"; }

.icon-arrow-right-mini-aubergine:before {
  content: "\e604"; }

.icon-arrow-right-small-red:before {
  content: "\e605"; }

.icon-arrow-up-small-red:before {
  content: "\e606"; }

.icon-checkbox-checked .path1:before {
  content: "\e607";
  color: white; }

.icon-checkbox-checked .path2:before {
  content: "\e608";
  margin-left: -1em;
  color: black; }

.icon-checkbox-checked .path3:before {
  content: "\e609";
  margin-left: -1em;
  color: black; }

.icon-form-dropdown-btn .path1:before {
  content: "\e60a";
  color: #616365; }

.icon-form-dropdown-btn .path2:before {
  content: "\e60b";
  margin-left: -1em;
  color: white; }

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

.icon-email .path1:before {
  content: "\e60d";
  color: #616365; }

.icon-email .path2:before {
  content: "\e60e";
  margin-left: -1.0224609375em;
  color: white; }

.icon-facebook .path1:before {
  content: "\e60f";
  color: #616365; }

.icon-facebook .path2:before {
  content: "\e610";
  margin-left: -1.0224609375em;
  color: white; }

.icon-googleplus .path1:before {
  content: "\e611";
  color: #616365; }

.icon-googleplus .path2:before {
  content: "\e612";
  margin-left: -1em;
  color: white; }

.icon-linkedin .path1:before {
  content: "\e613";
  color: #616365; }

.icon-linkedin .path2:before {
  content: "\e614";
  margin-left: -1.0224609375em;
  color: white; }

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

.icon-print-page .path1:before {
  content: "\e616";
  color: #616365; }

.icon-print-page .path2:before {
  content: "\e617";
  margin-left: -1em;
  color: white; }

.icon-print-page .path3:before {
  content: "\e618";
  margin-left: -1em;
  color: white; }

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

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

.icon-quotation-mark:before {
  content: "\e905"; }

.icon-quotation-mark-close:before {
  content: "\e906"; }

.icon-twitter .path1:before {
  content: "\e61a";
  color: #616365; }

.icon-twitter .path2:before {
  content: "\e61b";
  margin-left: -1.0224609375em;
  color: #f2f2f2; }

.icon-play-video .path1:before {
  content: "\e61c";
  color: #616365; }

.icon-play-video .path2:before {
  content: "\e61d";
  margin-left: -1em;
  color: white; }

/*********************8
************************/
.icon-angle-down:before {
  content: "\f106"; }

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

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

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

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

.icon-bars:before {
  content: "\f0c9"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-play2:before {
  content: "\ea15"; }

.icon-rm_PrintIcon:before {
  content: "\e623"; }

.icon-rm_ShareIcon:before {
  content: "\e624"; }

.icon-rm_EmailIcon:before {
  content: "\e625"; }

.icon-rmFacebookLogo:before {
  content: "\e626"; }

.icon-rmGooglePlusLogo:before {
  content: "\e627"; }

.icon-rmTwitterLogo:before {
  content: "\e628"; }

.icon-rmNHSLogo:before {
  content: "\e629"; }

.icon-rmQuoteMarksLeft:before {
  content: "\e62a"; }

.icon-rmQuoteMarksRight:before {
  content: "\e62b"; }

.icon-printer:before {
  content: "\e954"; }

.icon-quotes-left:before {
  content: "\e977"; }

.icon-quotes-right:before {
  content: "\e978"; }

.icon-google-plus3:before {
  content: "\ea8a"; }

.icon-facebook3:before {
  content: "\ea8e"; }

.icon-twitter3:before {
  content: "\ea93"; }

.icon-linkedin2:before {
  content: "\eac9"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-rmExternalLinksIcon:before {
  content: "\e62d"; }

.icon-rmDownloadRoll:before {
  content: "\e62c"; }

.icon-arrow-down-large-red:before {
  content: "\e600"; }

.icon-arrow-down-medium-red:before {
  content: "\e601"; }

.icon-arrow-down-small-black:before {
  content: "\e602"; }

.icon-arrow-right-medium-red:before {
  content: "\e603"; }

.icon-arrow-right-mini-aubergine:before {
  content: "\e604"; }

.icon-arrow-right-small-red:before {
  content: "\e605"; }

.icon-arrow-up-small-red:before {
  content: "\e606"; }

.icon-checkbox-checked .path1:before {
  content: "\e607";
  color: white; }

.icon-checkbox-checked .path2:before {
  content: "\e608";
  margin-left: -1em;
  color: black; }

.icon-checkbox-checked .path3:before {
  content: "\e609";
  margin-left: -1em;
  color: black; }

.icon-form-dropdown-btn .path1:before {
  content: "\e60a";
  color: #616365; }

.icon-form-dropdown-btn .path2:before {
  content: "\e60b";
  margin-left: -1em;
  color: white; }

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

.icon-email .path1:before {
  content: "\e60d";
  color: #616365; }

.icon-email .path2:before {
  content: "\e60e";
  margin-left: -1.0224609375em;
  color: white; }

.icon-facebook .path1:before {
  content: "\e60f";
  color: #616365; }

.icon-facebook .path2:before {
  content: "\e610";
  margin-left: -1.0224609375em;
  color: white; }

.icon-googleplus .path1:before {
  content: "\e611";
  color: #616365; }

.icon-googleplus .path2:before {
  content: "\e612";
  margin-left: -1em;
  color: white; }

.icon-linkedin .path1:before {
  content: "\e613";
  color: #616365; }

.icon-linkedin .path2:before {
  content: "\e614";
  margin-left: -1.0224609375em;
  color: white; }

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

.icon-print-page .path1:before {
  content: "\e616";
  color: #616365; }

.icon-print-page .path2:before {
  content: "\e617";
  margin-left: -1em;
  color: white; }

.icon-print-page .path3:before {
  content: "\e618";
  margin-left: -1em;
  color: white; }

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

.icon-twitter .path1:before {
  content: "\e61a";
  color: #616365; }

.icon-twitter .path2:before {
  content: "\e61b";
  margin-left: -1.0224609375em;
  color: #f2f2f2; }

.icon-play-video .path1:before {
  content: "\e61c";
  color: #616365; }

.icon-play-video .path2:before {
  content: "\e61d";
  margin-left: -1em;
  color: white; }

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

.icon-mail:before {
  content: "\e61f"; }

.icon-google-with-circle:before {
  content: "\e622"; }

.icon-facebook-with-circle:before {
  content: "\e621"; }

.icon-linkedin-with-circle:before {
  content: "\e620"; }

.u-bgOffWhite {
  background-color: #f8f8f8; }

.u-borderBottomWhite {
  border-bottom: white solid 1px; }

.u-borderBottomFuchsia {
  border-bottom: #cc0099 solid 1px; }

.u-borderBottomDarkFuchsia {
  border-bottom: #da3d81 solid 1px; }

.u-borderBottomPurple {
  border-bottom: #3c1a40 solid 1px; }

.u-borderBottomGrey {
  border-bottom: #cccccc solid 1px; }

.u-borderBottomAqua {
  border-bottom: #ccedec solid 1px; }

.u-borderBottomTurquoise {
  border-bottom: #00a0cd solid 1px; }

.u-borderBottomPrivateCareTurquoise {
  border-bottom: #00a4a1 solid 1px; }

.u-borderWhite {
  border-color: white; }

.u-borderFuchsia {
  border-color: #cc0099; }

.u-borderDarkFuchsia {
  border-color: #da3d81; }

.u-borderPurple {
  border-color: #3c1a40; }

.u-borderGrey {
  border-color: #cccccc; }

.u-borderAqua {
  border-color: #ccedec; }

.u-borderTopPurple {
  border-top: #3c1a40 solid 1px; }

.u-borderTopGrey {
  border-top: #cccccc solid 1px; }

.u-bgTurquoise {
  background-color: #00a0cd;
  color: white; }

.u-bgAubergine {
  background-color: #3c1a40;
  color: white; }

.u-bgDarkAubergine {
  background-color: #250e28;
  color: white; }

.u-bgFuchsia {
  background-color: #cc0099;
  color: white; }

.u-bgGrey {
  background-color: #F1F1F1;
  color: #727678; }

.u-bgSlate {
  background-color: #727678;
  color: #fff; }

.u-bgActualTurquoise {
  background-color: #00a4a1;
  color: #fff; }

.u-textCenter {
  text-align: center; }

.u-textRight {
  text-align: right; }

.u-whiteText {
  color: white; }

.u-ULReset {
  margin: 0;
  padding: 0;
  list-style: none; }

.u-overflow {
  overflow: hidden; }

.u-turquoiseText {
  color: #00a0cd; }

.u-rtl {
  direction: rtl; }

.underline, .MainBodyText a, .mapModule a {
  text-decoration: underline; }
  .underline:hover, .MainBodyText a:hover, .mapModule a:hover, .underline:focus, .MainBodyText a:focus, .mapModule a:focus {
    text-decoration: none; }

.u-FirstLetter::first-letter, p.firstBlock::first-letter, ul.secondaryNav li .content p:first-child::first-letter, .u-FirstLetter:first-letter, p.firstBlock:first-letter, ul.secondaryNav li .content p:first-child:first-letter {
  color: white;
  background-color: #3c1a40;
  font-size: 2.2em;
  border-radius: 3px;
  padding: 0.2em;
  float: left;
  margin-right: 0.2em;
  line-height: 1.2em; }

.u-mobilePadding {
  padding-left: 1rem;
  padding-right: 1rem; }

.u-clearfix:after {
  content: " ";
  display: table;
  clear: both; }

.u-showOnFocus {
  position: absolute;
  left: -999px; }
  .u-showOnFocus:focus {
    left: 5px; }

.u-focusOutline:focus {
  outline: dotted white 1px; }

.u-posRel {
  position: relative; }

.u-w100 {
  width: 100%; }

.u-marginBottom {
  margin-bottom: 20px; }

.u-left {
  float: left; }

.u-right {
  float: right; }

.u-half {
  width: 100%; }
  @media all and (min-width: 28.125em) {
    .u-half {
      width: 100%; }
      .u-half .u-half {
        width: 100%; } }
  @media all and (min-width: 48em) {
    .u-half {
      width: 521px; }
      .u-half .u-half {
        width: 521px; } }

.u-quarter {
  margin-bottom: 20px;
  width: 100%; }
  @media all and (min-width: 28.125em) {
    .u-quarter {
      width: 49%; } }
  @media all and (min-width: 48em) {
    .u-quarter {
      width: 250px; }
      .u-half .u-quarter {
        width: 250px; } }

@media all and (min-width: 28.125em) {
  .u-tall {
    min-height: 510px; }
    .u-tall.u-half {
      min-height: 350px; } }
@media all and (max-width: 28.115em) {
  .u-tall {
    min-height: 450px; } }
@media all and (min-width: 67.625em) {
  .u-tall {
    height: 1px; } }

@media all and (min-width: 28.125em) {
  .u-taller {
    min-height: 510px; } }
@media all and (min-width: 67.625em) {
  .u-taller {
    height: 1px; } }

@media print {
  .hide-on-print {
    display: none; } }

.print-only {
  display: none; }
  @media print {
    .print-only {
      display: block; } }

@media print {
  *, body, input, html {
    font-family: Georgia, arial, sans-serif; } }
/**********************************************************************

	STRUCTURE

***********************************************************************/
.row {
  overflow: hidden; }

.row-flush {
  margin: 0 -1.04167%; }

@media all and (min-width: 67.625em) {
  .gs-desktop12 {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .gs-desktop11 {
    display: inline;
    float: left;
    width: 89.58333%;
    margin: 0 1.04167%; }

  .gs-desktop10 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 0 1.04167%; }

  .gs-desktop9 {
    display: inline;
    float: left;
    width: 72.91667%;
    margin: 0 1.04167%; }

  .gs-desktop8 {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%; }

  .gs-desktop7 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%; }

  .gs-desktop6 {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }

  .gs-desktop5 {
    display: inline;
    float: left;
    width: 39.58333%;
    margin: 0 1.04167%; }

  .gs-desktop4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; }

  .gs-desktop3 {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; }

  .gs-desktop2 {
    display: inline;
    float: left;
    width: 14.58333%;
    margin: 0 1.04167%; }

  .gs-desktop1 {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 0 1.04167%; } }
@media all and (min-width: 48em) and (max-width: 67.615em) {
  .gs-tablet12 {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .gs-tablet11 {
    display: inline;
    float: left;
    width: 89.58333%;
    margin: 0 1.04167%; }

  .gs-tablet10 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 0 1.04167%; }

  .gs-tablet9 {
    display: inline;
    float: left;
    width: 72.91667%;
    margin: 0 1.04167%; }

  .gs-tablet8 {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%; }

  .gs-tablet7 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%; }

  .gs-tablet6 {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }

  .gs-tablet5 {
    display: inline;
    float: left;
    width: 39.58333%;
    margin: 0 1.04167%; }

  .gs-tablet4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; }

  .gs-tablet3 {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; }

  .gs-tablet2 {
    display: inline;
    float: left;
    width: 14.58333%;
    margin: 0 1.04167%; }

  .gs-tablet1 {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 0 1.04167%; } }
@media all and (min-width: 28.125em) and (max-width: 47.99em) {
  .gs-smallMobile12 {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .gs-smallMobile11 {
    display: inline;
    float: left;
    width: 89.58333%;
    margin: 0 1.04167%; }

  .gs-smallMobile10 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 0 1.04167%; }

  .gs-smallMobile9 {
    display: inline;
    float: left;
    width: 72.91667%;
    margin: 0 1.04167%; }

  .gs-smallMobile8 {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%; }

  .gs-smallMobile7 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%; }

  .gs-smallMobile6 {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }

  .gs-smallMobile5 {
    display: inline;
    float: left;
    width: 39.58333%;
    margin: 0 1.04167%; }

  .gs-smallMobile4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; }

  .gs-smallMobile3 {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; }

  .gs-smallMobile2 {
    display: inline;
    float: left;
    width: 14.58333%;
    margin: 0 1.04167%; }

  .gs-smallMobile1 {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 0 1.04167%; } }
@media all and (max-width: 28.115em) {
  .gs-mobile12 {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; }

  .gs-mobile11 {
    display: inline;
    float: left;
    width: 89.58333%;
    margin: 0 1.04167%; }

  .gs-mobile10 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 0 1.04167%; }

  .gs-mobile9 {
    display: inline;
    float: left;
    width: 72.91667%;
    margin: 0 1.04167%; }

  .gs-mobile8 {
    display: inline;
    float: left;
    width: 64.58333%;
    margin: 0 1.04167%; }

  .gs-mobile7 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.04167%; }

  .gs-mobile6 {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; }

  .gs-mobile5 {
    display: inline;
    float: left;
    width: 39.58333%;
    margin: 0 1.04167%; }

  .gs-mobile4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; }

  .gs-mobile3 {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; }

  .gs-mobile2 {
    display: inline;
    float: left;
    width: 14.58333%;
    margin: 0 1.04167%; }

  .gs-mobile1 {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 0 1.04167%; } }
/************************************************************************************
   NAVIGATION
*************************************************************************************/
#block-gtranslate-gtranslate {
  text-align: right;
  background: #250e28; }
  #block-gtranslate-gtranslate .sod_select {
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    border: 0 !important; }
    #block-gtranslate-gtranslate .sod_select .sod_list_wrapper {
      outline: none !important;
      position: relative !important;
      display: block !important;
      background: transparent !important;
      box-shadow: none !important;
      color: #ffffff;
      font-size: 12px;
      font-family: 'Roboto-regular', Arial, sans-serif;
      border: none; }
    #block-gtranslate-gtranslate .sod_select:after {
      content: unset; }
    #block-gtranslate-gtranslate .sod_select select {
      display: none !important; }
  #block-gtranslate-gtranslate .sod_label {
    display: none; }
  #block-gtranslate-gtranslate .sod_list .sod_option {
    float: right;
    background: transparent !important;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5) !important; }
    #block-gtranslate-gtranslate .sod_list .sod_option.selected {
      font-weight: bold;
      color: #ffffff !important;
      padding-right: 10px; }
      #block-gtranslate-gtranslate .sod_list .sod_option.selected:before {
        content: unset; }
    #block-gtranslate-gtranslate .sod_list .sod_option:first-child {
      display: none; }

.skipLink {
  color: white;
  top: 0;
  z-index: 100; }

.non-private {
  display: none; }

#block-bean-header .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17); }

.masthead {
  background-color: #ffffff;
  background-color: #3c1a40;
  top: 0;
  width: 100%;
  z-index: 2;
  left: 0; }
  @media all and (min-width: 48em) {
    .masthead {
      min-width: 1082px; } }
  @media all and (max-width: 28.115em) {
    .masthead .close_button {
      width: 100%;
      text-align: center; } }
  .masthead .close_button {
    color: white; }
    @media all and (min-width: 28.125em) {
      .masthead .close_button {
        font-size: 25px;
        line-height: 25px;
        position: absolute;
        right: 0; } }

@media all and (min-width: 48em) {
  .shallow-header .headerBG {
    height: 312px; } }
.shallow-header .pageHeader {
  padding-bottom: 0.8em; }

@media all and (min-width: 48em) {
  .hero-image .page-head {
    padding-bottom: 5em;
    margin-bottom: -5em; } }

@media all and (min-width: 48em) {
  .homepage .page-head {
    height: 440px;
    margin-bottom: -19em; } }

@media all and (min-width: 48em) {
  .page-head {
    background-color: #3c1a40;
    padding-bottom: 1em;
    margin-bottom: 2em;
    color: white;
    padding-top: 2.3em; } }
@media all and (max-width: 47.99em) {
  .page-head {
    margin-top: 1em; } }

/* .homepage{
	.headerBG{
		@include mq($from: tablet){
			background-color: $aubergine;
			position:absolute;
			top:0;
			height:550px;
			width:100%;
			z-index: -1;
			left: 0;
			min-width: 1082px;
		}
	}
} */
.MainHeader {
  position: relative; }
  .MainHeader .lowerRow {
    display: flex;
    align-items: center; }
  @media all and (max-width: 61.1775em) {
    .MainHeader {
      padding: 1em; }
      .MainHeader .btn-navbar {
        display: none !important; } }

.TRMLogo img, .nhs-logo img {
  max-width: 100%; }

.TRMLogo a {
  font-family: 'trm-lexia-light', Arial, sans-serif;
  background-image: url("../img/design/trmlogo.svg");
  background-repeat: no-repeat;
  height: 3em;
  display: inline-block;
  background-size: contain;
  background-position: center;
  color: #fff;
  font-size: 1.3em;
  text-decoration: none;
  margin: 1em 0; }
  .TRMLogo a.private-only {
    background-image: url("../img/design/trmTrustLogo-original.png");
    background-image: url("../img/design/rmLogo.svg"); }
    .TRMLogo a.private-only img {
      visibility: hidden; }
      @media all and (min-width: 48em) {
        .TRMLogo a.private-only img {
          height: 31px;
          width: 312px; } }
    @media all and (max-width: 28.115em) {
      .TRMLogo a.private-only {
        background-position: initial; } }
    @media all and (min-width: 28.125em) {
      .TRMLogo a.private-only {
        background-position: center -2px; } }
  @media all and (max-width: 28.115em) {
    .TRMLogo a {
      font-size: .8em; } }
  .TRMLogo a span {
    display: none;
    padding: 5px 0 0 54px; }
    @media all and (max-width: 28.115em) {
      .TRMLogo a span {
        margin-top: -8px;
        padding: 0 0 0 34px; } }
.TRMLogo img {
  visibility: hidden; }
@media all and (max-width: 28.115em) {
  .TRMLogo {
    position: relative;
    width: 190px;
    display: block;
    float: left; } }

.nhs-logo a, .nhs-logo span {
  font-size: 4em;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-top: -17px; }
  @media all and (min-width: 48em) {
    .nhs-logo a, .nhs-logo span {
      margin-right: -10px; } }
  @media all and (max-width: 28.115em) {
    .nhs-logo a, .nhs-logo span {
      font-size: 2em;
      margin-top: -7px; } }
  @media all and (min-width: 28.125em) and (max-width: 47.99em) {
    .nhs-logo a, .nhs-logo span {
      font-size: 3em;
      margin-top: -13px;
      margin-right: -7px; } }
.nhs-logo img {
  visibility: hidden; }
@media all and (min-width: 28.125em) and (max-width: 47.99em) {
  .nhs-logo {
    width: auto;
    float: right; }
    .nhs-logo img {
      visibility: hidden; } }
@media all and (max-width: 28.115em) {
  .nhs-logo {
    position: relative;
    float: right; } }

@media all and (max-width: 47.99em) {
  .primNavTContainer {
    text-align: center;
    margin-top: 0.4em; }
    .primNavTContainer .primaryNavToggle {
      margin-left: 4%; } }
@media all and (min-width: 48em) {
  .primNavTContainer {
    position: absolute;
    width: 200px;
    text-align: center;
    top: 32px;
    z-index: 1;
    left: 45%; } }

.primaryNavToggle {
  text-decoration: none;
  outline: none;
  display: none; }
  @media all and (max-width: 61.1775em) {
    .primaryNavToggle {
      display: inline-block; } }
  .primaryNavToggle .text {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 0.9375em;
    top: 4px;
    position: relative; }
    @media all and (min-width: 48em) {
      .primaryNavToggle .text {
        float: left; } }
    @media all and (max-width: 47.99em) {
      .primaryNavToggle .text {
        top: -7px; } }
  .primaryNavToggle .icon {
    position: relative;
    width: 40px;
    height: 26px;
    margin: 1em; }
    .lt-ie9 .primaryNavToggle .icon {
      height: 44px;
      width: 44px;
      font-size: 25px;
      line-height: 25px; }
      .lt-ie9 .primaryNavToggle .icon:before {
        background-size: 100%; }
    @media all and (min-width: 61.1875em) {
      .primaryNavToggle .icon {
        float: left;
        display: inline-block; } }
    .primaryNavToggle .icon div {
      position: absolute;
      top: 0;
      width: 40px;
      height: 2px;
      background-color: white;
      -webkit-transition: all 400ms;
      transition: all 400ms;
      left: 0px; }
      .primaryNavToggle .icon div.top {
        top: 0; }
      .primaryNavToggle .icon div.middle {
        top: 12px; }
      .primaryNavToggle .icon div.bottom {
        top: 24px; }
  .primaryNavToggle:focus {
    outline: none; }
    .primaryNavToggle:focus span {
      text-decoration: underline; }
  .primaryNavToggle:hover {
    outline: none; }
    .primaryNavToggle:hover .icon div.top {
      top: 2px; }
    .primaryNavToggle:hover .icon div.middle {
      top: 12px; }
    .primaryNavToggle:hover .icon div.bottom {
      top: 22px; }
  .primaryNavToggle.open .icon div {
    z-index: 1; }
    .primaryNavToggle.open .icon div.top {
      top: 12px;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .primaryNavToggle.open .icon div.middle {
      left: 15px;
      width: 0px; }
    .primaryNavToggle.open .icon div.bottom {
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      top: 12px; }

/*.MainSearch{
	margin-left: 30%;
	opacity:0;
	height: auto;
	transition: opacity 400ms;
	position: absolute;
	left:0;
	right:0;
	bottom: -106px;
	background-color: $white;
	&.open{
		opacity: 1;
		transition: opacity 400ms;
		z-index: 99;
	}
	@include mq($until: tablet){
		padding: 1em 1em 0.4em;
	}
	@include mq($from: tablet){
		//width: 1028px;
		//max-width: 1028px;
	}
	
}
#MainSearch {
	padding: 1em;
}
.MainSearch-field{
	background-color: transparent;
	border: 0;
	//color: white;
	color: $aubergine;
	padding: 0.4em;
	width:90%;
	font-size: 2.3125em;
	@include mq($until: tablet){
		font-size: 1em;
	}
	@include placeholderText($aubergine);
}
.MainSearch-submit{
	background-color: transparent;
	border: 0;
	text-indent: -9999px;
	height: 32px;
	width: 31px;
	background-repeat: no-repeat;
	background-image: url('../img/design/search-aubergine.svg');
	@include mq($from: tablet){
		margin-top:1.4em;
		padding: 0 1.5em;
	}
	@include mq($until: tablet){
		width: 24px;
		height: 24px;
		background-size: 24px 24px;
	}
}

.no-svg .MainSearch-submit{
	background-image: url('../img/design/search.png');
}
*/
.js .PrimaryNavigation {
  position: relative; }

body.mobileNavOpen {
  overflow: hidden; }
body.navOpen {
  overflow: hidden; }
  body.navOpen .TRMLogo, body.navOpen .nhs-logo {
    transition: all 400ms;
    opacity: 0; }
  @media all and (max-width: 47.99em) {
    body.navOpen .row {
      height: 0px;
      transition: all 400ms; } }
  body.navOpen .masthead {
    position: fixed;
    height: 100%;
    overflow-y: scroll; }
  body.navOpen .PrimaryNavigation {
    opacity: 1;
    height: 100%;
    position: relative;
    z-index: 100; }
    @media all and (max-width: 47.99em) {
      body.navOpen .PrimaryNavigation {
        margin-top: -20px; } }

.PrimaryNavigation {
  border-top: 1px solid rgba(255, 255, 255, 0.6); }

.PrimaryNavigationInner {
  padding-left: 0;
  padding-right: 0;
  margin-top: -1px;
  position: relative; }

.primaryNavigationUL {
  padding: 0;
  margin: 0;
  display: inline-flex; }
  @media all and (max-width: 47.99em) {
    .primaryNavigationUL {
      font-size: 1em; } }
  @media all and (min-width: 48em) {
    .primaryNavigationUL {
      font-size: 1em; } }
  .primaryNavigationUL li {
    float: left;
    		/* &:last-child{
    			background-color: $grey500;
    			a{
    				&:hover, &:focus{
    					background-color: $grey500;
    					text-decoration: underline;
    				}
    			}
    			@include mq($from: desktop){
    				width: 100%;
    				max-width: 100%;
    
    			}
    			@include mq($until: tablet){
    				padding-bottom: 3em;
    			}
    		}
    		&.lastChild{
    			background-color: $grey500;
    			a{
    				&:hover, &:focus{
    					background-color: $grey500;
    					text-decoration: underline;
    				}
    			}
    			@include mq($from: desktop){
    				width: 100%;
    				max-width: 100%;
    
    			}
    			@include mq($until: tablet){
    				padding-bottom: 3em;
    			}
    		} */ }
    .primaryNavigationUL li a {
      color: #3c1a40;
      display: block;
      padding: 0.8em 1em;
      text-decoration: none;
      border-top: 3px solid transparent; }
      .primaryNavigationUL li a:hover, .primaryNavigationUL li a:focus {
        border-top: 3px solid #3c1a40; }

.no-js .headerBG {
  display: none; }
.no-js .masthead {
  position: relative; }
.no-js .primaryNavigationUL {
  padding-top: 0; }

.js .cookieMessage {
  display: none; }

.cookieMessage {
  padding: 1em 0; }
  .cookieMessage a {
    color: white; }
    .cookieMessage a:hover, .cookieMessage a:focus {
      text-decoration: none; }
  @media all and (max-width: 47.99em) {
    .cookieMessage {
      padding: 1em; } }
  @media all and (max-width: 28.115em) {
    .cookieMessage .cookie_agree {
      width: 100%; } }
  .cookieMessage p {
    font-size: 1.1875em; }
    @media all and (max-width: 47.99em) {
      .cookieMessage p {
        font-size: 1em; } }
  @media all and (max-width: 47.99em) {
    .cookieMessage .cookie_agree {
      padding: 0.4em;
      font-size: 1em; } }
  @media all and (min-width: 48em) {
    .cookieMessage .close_button {
      top: 7px; } }

.emergencyMessage {
  padding: 0 1em 1em; }
  .emergencyMessage a {
    color: white; }
    .emergencyMessage a:hover, .emergencyMessage a:focus {
      text-decoration: none; }
  @media all and (max-width: 47.99em) {
    .emergencyMessage h1 {
      font-size: 1em; }
    .emergencyMessage p {
      font-size: 0.9375em; } }
  .emergencyMessage .close_button {
    color: #cc0099; }
    @media all and (min-width: 48em) {
      .emergencyMessage .close_button {
        top: 76px; } }

#site-toggle {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0; }
  #site-toggle li {
    float: left; }
    #site-toggle li a {
      display: block;
      text-decoration: none;
      padding: 2em 0;
      margin: 0 1em;
      font-size: 20px;
      font-family: 'trm-lexia-light', Arial, sans-serif;
      color: rgba(255, 255, 255, 0.5);
      border-top: 7px solid transparent; }
      #site-toggle li a.active {
        color: #ffffff;
        border-top: 7px solid #ffffff; }
      #site-toggle li a.private {
        margin-right: 0; }
  #site-toggle.site-toggle-mobile {
    display: none; }
  @media all and (max-width: 61.1775em) {
    #site-toggle.site-toggle-desktop {
      display: none; }
    #site-toggle.site-toggle-mobile {
      display: block;
      width: 100%; }
      #site-toggle.site-toggle-mobile li a {
        padding: 10px;
        font-size: 15px;
        border-top: 4px solid transparent !important; }
        #site-toggle.site-toggle-mobile li a.active {
          border-top: 4px solid #ffffff !important; }
        #site-toggle.site-toggle-mobile li a:focus {
          background-color: transparent !important; } }
  @media all and (max-width: 20em) {
    #site-toggle.site-toggle-mobile li a {
      font-size: 12px; } }

#lowerHeaderMobile {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17); }

/************************************************************************************
   FOOTER

*************************************************************************************/
.GlobalFooter .privateBottomMenu {
  display: none; }
.GlobalFooter .relatedLinks {
  position: relative;
  width: 200px;
  padding: 1em 0 0;
  background-image: url("../img/design/accreditations-white.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 100%;
  height: 5em;
  background-position: bottom; }
  .GlobalFooter .relatedLinks img {
    visibility: hidden; }
  @media all and (max-width: 28.115em) {
    .GlobalFooter .relatedLinks {
      width: auto;
      height: 5em; } }
.GlobalFooter .lowerFooter .u-floatRight > a {
  display: block;
  padding-right: 2em; }
.GlobalFooter .tagline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden; }
.GlobalFooter .trm-nhs {
  width: 100%;
  margin-top: 1em; }
  .GlobalFooter .trm-nhs a {
    background-image: url("../img/design/Marsden_NHS_white.png");
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 100%;
    background-position: center 5px; }
    .GlobalFooter .trm-nhs a img {
      visibility: hidden;
      height: 37px;
      width: 67px; }
    .no-svg .GlobalFooter .trm-nhs a {
      background-image: url("../img/design/Marsden_NHS_white.png"); }
.GlobalFooter .trm-crest a {
  background-image: url("../img/design/Marsden_crest_white.png");
  background-repeat: no-repeat;
  height: 5em;
  display: inline-block;
  background-size: 85%;
  background-position: bottom; }
  .GlobalFooter .trm-crest a img {
    visibility: hidden; }
    @media all and (max-width: 28.115em) {
      .GlobalFooter .trm-crest a img {
        height: 4em; } }
  .no-svg .GlobalFooter .trm-crest a {
    background-image: url("../img/design/CoatofArms.png"); }
  @media all and (max-width: 28.115em) {
    .GlobalFooter .trm-crest a {
      height: 5em; } }
.GlobalFooter .trm-crest .footer-slogan {
  font-family: 'trm-lexia-regular', Arial, sans-serif;
  font-size: 22px;
  opacity: .8;
  position: relative;
  top: 4px;
  left: 4px;
  color: #00a0cd; }
  body.private .GlobalFooter .trm-crest .footer-slogan, body.privateblog .GlobalFooter .trm-crest .footer-slogan {
    color: #3c1a40; }
.GlobalFooter .footer-heading {
  margin-top: 0;
  color: #f3bfdb; }

.upperFooter {
  padding: 4em 0 0 0; }
  @media all and (max-width: 47.99em) {
    .upperFooter {
      padding: 2em 1rem 0; } }
  .upperFooter a {
    text-decoration: none; }
  .upperFooter h1, .upperFooter p {
    margin-top: 0; }
  .upperFooter p {
    font-family: 'Roboto-thin', Arial, sans-serif;
    font-size: 22px;
    line-height: 32px; }
  .upperFooter .cta, .upperFooter .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .upperFooter .form-submit {
    margin-left: 0;
    background-color: #ffffff !important;
    color: #3c1a40; }
  .upperFooter .row {
    padding: 0 0 40px 0; }
    @media all and (max-width: 47.99em) {
      .upperFooter .row {
        padding: 0; } }

.lowerFooter {
  background-color: #37153b; }
  .lowerFooter a {
    text-decoration: none; }
  .lowerFooter .cqc-logo {
    margin-right: 13px; }
    @media all and (max-width: 34.6775em) {
      .lowerFooter .cqc-logo {
        margin-right: 0;
        margin-top: 1em; } }
    @media all and (min-width: 34.6875em) {
      .lowerFooter .cqc-logo {
        position: relative;
        top: -3px; } }
    .lowerFooter .cqc-logo img {
      height: 40px;
      width: auto; }
  @media all and (max-width: 28.115em) {
    .lowerFooter .cqc-logo, .lowerFooter .logo-nhs {
      float: none;
      clear: both;
      margin-top: 1em; }
      .lowerFooter .cqc-logo a, .lowerFooter .logo-nhs a {
        padding: 0 !important; }
      .lowerFooter .cqc-logo img, .lowerFooter .logo-nhs img {
        display: block;
        margin: auto; } }
  @media all and (max-width: 47.99em) {
    .lowerFooter {
      background-color: #3c1a40 !important; } }

.GlobalFooter-siteLinks {
  text-align: center; }
  @media all and (min-width: 48em) {
    .GlobalFooter-siteLinks ul {
      margin: 10px 0; } }
  @media all and (max-width: 47.99em) {
    .GlobalFooter-siteLinks ul {
      margin: 1em 0;
      text-align: right; }
      .GlobalFooter-siteLinks ul li {
        display: block; } }
  @media all and (min-width: 48em) {
    .GlobalFooter-siteLinks ul li {
      display: inline-block;
      padding: 10px 0; } }
  .GlobalFooter-siteLinks ul li a {
    color: rgba(255, 255, 255, 0.54);
    font-family: 'Roboto-light', Arial, sans-serif;
    text-decoration: none;
    margin: 0 1.6em;
    font-size: 0.9375em;
    letter-spacing: 0; }
    .GlobalFooter-siteLinks ul li a:hover, .GlobalFooter-siteLinks ul li a:focus {
      text-decoration: underline; }

@media all and (max-width: 47.99em) {
  .socialColumn {
    display: none; } }

.footer-social-links {
  overflow: hidden;
  width: 100%;
  float: right;
  margin-top: 1em; }
  @media all and (min-width: 28.125em) {
    .footer-social-links {
      float: right; } }
  @media all and (max-width: 47.99em) {
    .footer-social-links {
      margin-bottom: 1em; } }
  @media all and (max-width: 28.115em) {
    .footer-social-links {
      margin-bottom: 1.5em; } }
  .footer-social-links span {
    left: -9999px;
    position: absolute; }
  .footer-social-links a {
    color: white;
    font-size: 37px;
    margin-right: 0.3em; }
    .footer-social-links a:hover.fb, .footer-social-links a:focus.fb {
      color: #3b5998; }
    .footer-social-links a:hover.tw, .footer-social-links a:focus.tw {
      color: #55acee; }
    .footer-social-links a:hover.yt, .footer-social-links a:focus.yt {
      color: #cd201f; }
  .footer-social-links p {
    padding: 0.25em 2em; }
    @media all and (min-width: 28.125em) and (max-width: 47.99em) {
      .footer-social-links p {
        padding: 0.1em 2em; } }
    @media all and (max-width: 28.115em) {
      .footer-social-links p {
        padding: 0;
        margin: 0.5em auto;
        text-align: center; } }
  @media all and (min-width: 28.125em) {
    .footer-social-links p {
      float: left;
      margin: 0; } }
  .footer-social-links ul {
    line-height: 0;
    margin: 0;
    float: right;
    display: inline; }
    @media all and (max-width: 28.115em) {
      .footer-social-links ul {
        display: block; } }
    .footer-social-links ul li:last-child a {
      margin-right: 0; }
    @media all and (min-width: 28.125em) {
      .footer-social-links ul li {
        float: left; } }
    @media all and (max-width: 28.115em) {
      .footer-social-links ul li {
        display: inline-block; }
        .footer-social-links ul li:first-child a {
          margin-left: 0.3em; } }
    @media all and (max-width: 28.115em) {
      .footer-social-links ul {
        text-align: right;
        margin: auto; } }

/************************************************************************************
   MAIN CONTENT  ELEMENTS

*************************************************************************************/
@media all and (min-width: 48em) {
  #content {
    min-height: 500px; } }

@media all and (max-width: 47.99em) {
  .private .mainBodyContent main .page-head {
    padding: 1em 1em 1em;
    padding: 1em 1rem 1rem;
    margin: 0 -1em 1em;
    margin: 0 -1rem 1rem;
    color: #fff; }
    .private .mainBodyContent main .page-head .IntroText {
      color: #fff; } }
.mainBodyContent table {
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-top: 0;
  width: 100%; }
.mainBodyContent tr {
  border-top: 1px solid #ccc; }
.mainBodyContent td {
  border-left: 1px solid #ccc; }
  .mainBodyContent td:first-child {
    border: 0; }
.mainBodyContent th, .mainBodyContent td {
  padding: 1em; }
.mainBodyContent th {
  text-align: left;
  background-color: #f5f3f5; }

.pageHeader {
  font-weight: normal;
  font-family: 'trm-lexia-light', Arial, sans-serif;
  font-size: 1.1875em; }
  @media all and (min-width: 48em) {
    .pageHeader {
      font-size: 3.56em;
      color: white;
      margin: 0.36em 0; } }

.no-js .pageHeader {
  color: #3c1a40; }
.no-js .IntroText {
  color: #3c1a40; }

/*********************************************************************************************************************
HOMEPAGE
*********************************************************************************************************************/
.homepage .IntroText {
  font-size: 2.3125em;
  margin: 0;
  font-family: 'trm-lexia-light', Arial, sans-serif; }
  @media all and (max-width: 48em) {
    .homepage .IntroText {
      font-size: 1.375em;
      margin: 1em 0; } }
.homepage.private {
          /*  .headerBG{
                @include mq($from: $desktop){
                    height: 600px;
		}
            }*/ }
  .homepage.private .pageHeader {
    font-size: 3.56em;
    margin: 0.36em 0; }
    @media all and (max-width: 48em) {
      .homepage.private .pageHeader {
        font-size: 1.375em;
        margin: 1em 0; } }
  .homepage.private .IntroText {
    margin-bottom: 0; }
  @media all and (min-width: 67.625em) {
    .homepage.private .heroImage {
      margin-top: 1em; } }
@media all and (min-width: 48em) {
  .homepage .heroImage {
    margin-bottom: 1em; } }

.homepageSpotlights .linkContainer {
  display: table;
  width: calc(100% + 2em);
  table-layout: fixed;
  margin-left: -1em;
  border-spacing: 1.125em; }
  @media all and (min-width: 48em) {
    .homepageSpotlights .linkContainer {
      padding: 1em 0; } }
  @media all and (max-width: 47.99em) {
    .homepageSpotlights .linkContainer {
      margin-top: -1.4em; } }
  .homepageSpotlights .linkContainer a {
    position: relative;
    text-decoration: none;
    display: block;
    color: white;
    background-color: #cc0099;
    padding-right: 1.4em; }
    .homepageSpotlights .linkContainer a:hover {
      border-spacing: 1.125em; }
    .homepageSpotlights .linkContainer a span {
      position: absolute; }
    @media all and (min-width: 48em) {
      .homepageSpotlights .linkContainer a {
        font-size: 2.3125em;
        display: table-cell;
        padding: 0.6em 1.4em 2em 0.8em; }
        .homepageSpotlights .linkContainer a:hover span, .homepageSpotlights .linkContainer a:focus span {
          right: 14px; }
        .homepageSpotlights .linkContainer a span {
          transition: right 200ms;
          bottom: 34px;
          right: 24px;
          font-size: 41px; } }
    @media all and (max-width: 47.99em) {
      .homepageSpotlights .linkContainer a {
        font-size: 0.9375em;
        margin: 0.6em 0;
        padding: 1em 2em 1em 1em;
        border-bottom: 0; }
        .homepageSpotlights .linkContainer a span {
          bottom: 6px;
          right: 8px;
          font-size: 41px; } }
    .homepageSpotlights .linkContainer a:first-child {
      background-color: #4ca900; }
    .homepageSpotlights .linkContainer a:first-child + a {
      background-color: #00a0cd; }

.IntroText a:hover, .IntroText a:focus {
  text-decoration: none; }
@media all and (max-width: 47.99em) {
  .IntroText {
    color: #333333; }
    .IntroText a {
      color: #333333; } }
@media all and (min-width: 48em) {
  .IntroText {
    font-family: 'trm-lexia-thin', Arial, sans-serif;
    font-size: 2.3125em;
    color: white;
    margin: 0.72em 0; }
    .IntroText a {
      font-family: 'trm-lexia-thin', Arial, sans-serif;
      color: white; } }

.heroImage {
  position: relative;
  background-color: #cc0099; }
  @media all and (min-width: 48em) {
    .heroImage {
      margin: 2.5em 0 4em;
      min-height: 17em; } }
  @media all and (max-width: 47.99em) {
    .heroImage {
      margin-bottom: 1em; } }
  .heroImage .caption {
    border-bottom-width: 5px; }
  .heroImage img {
    max-width: 100%;
    width: 100%; }
  .heroImage figcaption {
    padding: 1em; }
    @media all and (min-width: 48em) {
      .heroImage figcaption {
        width: 80%;
        width: -webkit-calc(100% - 320px);
        width: calc(100% - 320px);
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 1.375em;
        padding: 1.2em 1em; } }
    @media all and (max-width: 47.99em) {
      .heroImage figcaption {
        font-size: 0.875em; } }
  .heroImage.video {
    position: relative; }
    @media print {
      .heroImage.video iframe {
        display: none; } }
    .heroImage.video .overlay {
      display: none; }
      @media print {
        .heroImage.video .overlay {
          display: block !important; } }
      .heroImage.video .overlay img {
        width: 100% !important;
        height: auto !important; }

.js .heroImage.video {
  position: relative; }
  .js .heroImage.video .overlay {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    transition: all 200ms; }
    @media all and (max-width: 47.99em) {
      .js .heroImage.video .overlay {
        display: none; } }
    .js .heroImage.video .overlay:after {
      content: "\ea15";
      position: relative;
      display: block;
      top: 42%;
      text-align: center;
      color: #ccc;
      font-size: 100px; }
      @media all and (max-width: 47.99em) {
        .js .heroImage.video .overlay:after {
          font-size: 50px; } }
    .js .heroImage.video .overlay:hover:after, .js .heroImage.video .overlay:focus:after {
      color: white; }
    .js .heroImage.video .overlay img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: block; }

body.navOpen .overlay {
  display: none !important; }

.MainBodyText h2 {
  color: #3c1a40;
  font-family: 'trm-lexia-bold', Arial, sans-serif;
  font-size: 1.5em; }
  @media all and (max-width: 47.99em) {
    .MainBodyText h2 {
      font-size: 1.1875em; } }
.MainBodyText h3 {
  font-family: 'trm-lexia-bold', Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400; }
  @media all and (max-width: 47.99em) {
    .MainBodyText h3 {
      font-size: 1.0625em; } }
.MainBodyText ul, .MainBodyText p, .MainBodyText ol {
  font-size: 1.1875em;
  color: #333333;
  font-family: 'trm-lexia-light', Arial, sans-serif; }
  @media all and (max-width: 47.99em) {
    .MainBodyText ul, .MainBodyText p, .MainBodyText ol {
      font-size: 1em; } }
.MainBodyText ul[dir=rtl], .MainBodyText ol[dir=rtl] {
  padding: 0 40px 0 0; }
.MainBodyText a {
  font-family: 'trm-lexia-light', Arial, sans-serif;
  color: #333333; }
  .MainBodyText a.external:after {
    content: "\e62d";
    font-family: 'trm-icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #cc0099;
    margin-left: 3px; }
@media all and (min-width: 48em) {
  .MainBodyText {
    margin-bottom: 4.2em; } }

@media all and (min-width: 48em) {
  .blockquote {
    padding: 0em 8em 1em;
    margin-top: 0; } }
@media all and (max-width: 47.99em) {
  .blockquote {
    padding: 0;
    margin: 0 1em; } }
.blockquote p {
  color: #3c1a40;
  font-size: 2em; }
  @media all and (max-width: 47.99em) {
    .blockquote p {
      font-size: 1em; } }
  .blockquote p span.icon {
    color: #e4dfe4;
    display: inline-block;
    font-size: 2.2em; }
    @media print {
      .blockquote p span.icon {
        display: none; } }
    .blockquote p span.icon.icon-rmQuoteMarksLeft {
      margin-bottom: -3px;
      vertical-align: bottom; }
      @media all and (max-width: 47.99em) {
        .blockquote p span.icon.icon-rmQuoteMarksLeft {
          margin-right: -24px; } }
      @media all and (min-width: 48em) {
        .blockquote p span.icon.icon-rmQuoteMarksLeft {
          margin-right: -46px; } }
    .blockquote p span.icon.icon-rmQuoteMarksRight {
      vertical-align: bottom; }
      @media all and (max-width: 47.99em) {
        .blockquote p span.icon.icon-rmQuoteMarksRight {
          margin-left: -26px;
          margin-bottom: -13px; } }
      @media all and (min-width: 48em) {
        .blockquote p span.icon.icon-rmQuoteMarksRight {
          margin-left: -59px;
          margin-bottom: -26px; } }
  .blockquote p span.quote {
    font-family: 'trm-lexia-thin', Arial, sans-serif;
    position: relative; }
.blockquote .footer {
  color: #3c1a40;
  font-size: 1.1875em; }
  @media all and (max-width: 47.99em) {
    .blockquote .footer {
      font-size: 1em; } }
.blockquote.blue .icon {
  color: #D9F2F9; }
.blockquote.blue footer {
  color: #007ab3; }
.blockquote.fuchsia .icon {
  color: #FAE5F6; }
.blockquote.fuchsia footer {
  color: #cc0099; }
.blockquote.aquaGreen .icon {
  color: #D9F2F9; }
.blockquote.aquaGreen footer {
  color: #00a4a1; }

/************************************************************************************
   SPOTLIGHTS

*************************************************************************************/
.SpotlightNavigation {
  overflow: hidden;
  border-bottom-width: 5px;
  position: relative; }
  @media all and (max-width: 47.99em) {
    .SpotlightNavigation {
      margin-bottom: 1em; } }
  .SpotlightNavigation .form-selectWrapper {
    margin-top: -0.8em; }
  .SpotlightNavigation h1 {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-size: 2.3125em; }
    @media all and (min-width: 48em) {
      .SpotlightNavigation h1 {
        margin: 0.7em 0 0.9em; } }
    @media all and (max-width: 47.99em) {
      .SpotlightNavigation h1 {
        font-size: 1.1875em; } }
  .SpotlightNavigation.StandardContent h1 {
    color: #3c1a40; }
    @media all and (min-width: 48em) {
      .SpotlightNavigation.StandardContent h1 {
        text-align: center; } }
  .SpotlightNavigation.noBorder {
    border-color: white; }
  .SpotlightNavigation h1 {
    font-weight: normal;
    color: #00a0cd; }
  @media all and (min-width: 48em) {
    .SpotlightNavigation .spotlightUL li {
      width: 320px;
      margin-right: 32px; }
      .SpotlightNavigation .spotlightUL li:nth-child(3n+0) {
        margin-right: 0; } }

@media all and (max-width: 28.115em) {
  .SpotlightNavigationItem-img {
    height: auto !important; } }

@media all and (min-width: 48em) {
  .SpotlightNavigationItem {
    margin-bottom: 40px; } }
@media all and (max-width: 47.99em) {
  .SpotlightNavigationItem {
    margin-bottom: 20px; } }
@media all and (max-width: 28.115em) {
  .SpotlightNavigationItem {
    height: auto !important; } }
.SpotlightNavigationItem p {
  font-family: 'trm-lexia-light', Arial, sans-serif; }
  @media all and (max-width: 47.99em) {
    .SpotlightNavigationItem p {
      font-size: 0.875em; } }
.SpotlightNavigationItem a {
  position: relative;
  display: block;
  color: #3c1a40;
  transition: all 300ms;
  text-decoration: none;
  font-size: 1.375em; }
  @media all and (max-width: 47.99em) {
    .SpotlightNavigationItem a {
      font-size: 1em; } }
  .SpotlightNavigationItem a:hover span, .SpotlightNavigationItem a:focus span {
    margin-right: 0; }
  .SpotlightNavigationItem a img {
    width: 100%; }
  .SpotlightNavigationItem a div {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .SpotlightNavigationItem a p {
    background-color: white;
    width: 80%;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    font-size: 15px;
    padding-right: 1em;
    letter-spacing: 0.02em;
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    margin: 0;
    float: left; }
    @media all and (min-width: 48em) {
      .SpotlightNavigationItem a p {
        padding: 1em 1em 1em 0; } }
    @media all and (min-width: 28.125em) {
      .SpotlightNavigationItem a p {
        min-height: 5em; } }
    @media all and (max-width: 47.99em) {
      .SpotlightNavigationItem a p {
        padding-top: 1em; } }
    .SpotlightNavigationItem a p.hover {
      background-color: white;
      display: inline-block;
      height: 100%;
      width: 0;
      padding: 0;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
    @media print {
      .SpotlightNavigationItem a p {
        background-color: white !important; } }
  .SpotlightNavigationItem a span {
    float: right;
    margin-right: 20px;
    color: #b8babb;
    -webkit-transition: all 300ms;
    transition: all 300ms; }

.SpotlightNavigation.lower {
  border-top: #cccccc 1px solid; }
  @media all and (min-width: 48em) {
    .SpotlightNavigation.lower {
      padding-bottom: 5em;
      margin-bottom: 0; } }
  @media all and (max-width: 47.99em) {
    .SpotlightNavigation.lower h1 {
      font-size: 1.1875em; } }
  @media all and (min-width: 48em) {
    .SpotlightNavigation.lower h1 {
      font-size: 2em;
      margin: 2em 0; } }

.SpotlightNavigation-default a {
  font-size: 0.9375em; }
  .SpotlightNavigation-default a p {
    background-color: #3c1a40;
    color: white;
    padding: 1em;
    text-shadow: none; }
    .SpotlightNavigation-default a p.hover {
      background-color: #3c1a40; }

.SpotlightNavigation-blue a p {
  background-color: #007ab3; }
  .SpotlightNavigation-blue a p.hover {
    background-color: #007ab3; }

.SpotlightNavigation-thirdwidth .SpotlightNavigationItem {
  float: left; }
  @media all and (min-width: 48em) {
    .SpotlightNavigation-thirdwidth .SpotlightNavigationItem {
      width: 337px;
      margin-left: 25px; }
      .SpotlightNavigation-thirdwidth .SpotlightNavigationItem:first-child {
        margin-left: 0; } }
  @media all and (min-width: 28.125em) and (max-width: 47.99em) {
    .SpotlightNavigation-thirdwidth .SpotlightNavigationItem {
      width: 48%; }
      .SpotlightNavigation-thirdwidth .SpotlightNavigationItem:first-child {
        margin-right: 4%; } }
  @media all and (max-width: 28.115em) {
    .SpotlightNavigation-thirdwidth .SpotlightNavigationItem {
      width: 100%; } }

.SpotlightNavigation-halfwidth .SpotlightNavigationItem {
  float: left; }
  @media all and (min-width: 48em) {
    .SpotlightNavigation-halfwidth .SpotlightNavigationItem {
      width: 518px; }
      .SpotlightNavigation-halfwidth .SpotlightNavigationItem:first-child {
        margin-right: 25px; } }
  @media all and (min-width: 28.125em) and (max-width: 47.99em) {
    .SpotlightNavigation-halfwidth .SpotlightNavigationItem {
      width: 48%; }
      .SpotlightNavigation-halfwidth .SpotlightNavigationItem:first-child {
        margin-right: 4%; } }
  @media all and (max-width: 28.115em) {
    .SpotlightNavigation-halfwidth .SpotlightNavigationItem {
      width: 100%; } }

/************************************************************************************
   Used for videos, audio embeds etc
*************************************************************************************/
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  @media all and (min-width: 48em) {
    .embed-responsive {
      margin-bottom: 4.2em; } }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%; }
  .embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1; }

/************************************************************************************
   UTILITIES BAR - SHARING, PRINT, EMAIL, CONTAINS SOCIAL
*************************************************************************************/
.Utilities {
  padding-top: 2em;
  position: relative; }
  @media all and (min-width: 48em) {
    .Utilities {
      padding-bottom: 3.5em; } }
  @media all and (max-width: 47.99em) {
    .Utilities {
      padding-bottom: 4em; } }
  .Utilities li {
    display: inline; }
  .Utilities a {
    text-decoration: none; }
  .Utilities .tools li {
    margin-right: 1em; }
    .Utilities .tools li a {
      font-size: 1.1875em;
      color: #3c1a40;
      line-height: 1.4em; }
      .Utilities .tools li a span {
        font-family: 'trm-lexia-regular', Arial, sans-serif; }
      @media all and (max-width: 47.99em) {
        .Utilities .tools li a {
          font-size: 0.8em; } }
      .Utilities .tools li a:hover {
        color: #cc0099; }
      .Utilities .tools li a:before {
        font-size: 1.5em;
        vertical-align: bottom; }
  .Utilities .SocialLinks {
    position: absolute;
    width: 500px;
    left: 99em;
    -webkit-transition: all 400ms;
    transition: all 400ms; }
    @media all and (min-width: 48em) {
      .Utilities .SocialLinks {
        margin-top: -7px; } }
    @media all and (max-width: 47.99em) {
      .Utilities .SocialLinks {
        width: 100%;
        margin-top: 10px;
        height: 50px;
        top: 3.4em; } }
    .Utilities .SocialLinks li {
      overflow: hidden;
      display: inline-block;
      width: 50px; }
      @media all and (max-width: 47.99em) {
        .Utilities .SocialLinks li {
          width: 22%;
          text-align: center; } }
      .Utilities .SocialLinks li a {
        font-size: 2.6em;
        color: #3c1a40; }
        @media all and (max-width: 47.99em) {
          .Utilities .SocialLinks li a {
            font-size: 2em; } }
        .Utilities .SocialLinks li a:hover {
          color: #cc0099; }
        .Utilities .SocialLinks li a span {
          left: -9999px;
          position: absolute; }
        .Utilities .SocialLinks li a.icon-twitter3 {
          font-size: 2.55em; }
          @media all and (max-width: 47.99em) {
            .Utilities .SocialLinks li a.icon-twitter3 {
              font-size: 2em; } }
    .Utilities .SocialLinks.open {
      left: 24em; }
      @media all and (max-width: 47.99em) {
        .Utilities .SocialLinks.open {
          left: 0; } }

/************************************************************************************
   TAGS - RELATED CONTENT TAGS, ETC

*************************************************************************************/
.Tags li {
  display: inline-block;
  margin: 0 0.4em 0.7em 0; }
  .Tags li a {
    text-decoration: none;
    color: white;
    background-color: #3c1a40;
    display: inherit;
    width: auto;
    padding: 0.5em 1.2em 0.6em;
    font-weight: normal;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    font-size: 0.9375em;
    text-shadow: none;
    letter-spacing: 0.002em; }
    @media all and (max-width: 47.99em) {
      .Tags li a {
        padding: 0.3em 1em;
        font-size: 0.875em; } }
    .Tags li a:hover, .Tags li a:focus {
      background-color: #727678; }

@media all and (min-width: 48em) {
  .relatedTags {
    margin-bottom: 6em; } }
.relatedTags li:first-child a {
  background-color: #da3d81; }

/************************************************************************************
   BREADCRUMBS

*************************************************************************************/
.Breadcrumbs li a {
  background-color: #cc0099;
  border-radius: 4px; }
  .Breadcrumbs li a:hover, .Breadcrumbs li a:focus {
    background-color: #ff00bf; }
  .Breadcrumbs li a span {
    font-size: 0.7em; }
.Breadcrumbs li.last-child a {
  font-family: 'trm-lexia-bold', Arial, sans-serif;
  background-color: white;
  color: #3c1a40; }
  .Breadcrumbs li.last-child a span {
    display: none; }
  @media all and (max-width: 47.99em) {
    .Breadcrumbs li.last-child a {
      background-color: #3c1a40;
      color: white; } }

/************************************************************************************
   SECONDARY NAVIGATION

*************************************************************************************/
ul.secondaryNav {
  background-color: white;
  border-width: 3px; }
  @media all and (min-width: 48em) {
    ul.secondaryNav {
      margin-bottom: 4em; } }
  ul.secondaryNav li {
    border-width: 3px; }
    ul.secondaryNav li .content {
      margin-top: -1em; }
      ul.secondaryNav li .content p {
        font-family: 'trm-lexia-light', Arial, sans-serif;
        font-size: 1.1875em;
        min-height: 4em; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li .content p {
            font-size: 1em; } }
    ul.secondaryNav li a.mainLink {
      padding-top: 0.8em;
      padding-bottom: 0.8em;
      color: #3c1a40;
      text-decoration: none;
      font-size: 2.3125em;
      display: inline-block;
      width: 100%;
      font-family: 'trm-lexia-bold', Arial, sans-serif; }
      @media all and (max-width: 47.99em) {
        ul.secondaryNav li a.mainLink {
          padding-top: 1em;
          padding-bottom: 1em; } }
      @media all and (max-width: 47.99em) {
        ul.secondaryNav li a.mainLink {
          font-size: 1.0625em; } }
      ul.secondaryNav li a.mainLink:focus {
        outline: 0;
        text-decoration: underline; }
      ul.secondaryNav li a.mainLink:hover .icon-chevron-right, ul.secondaryNav li a.mainLink:hover .icon-angle-right {
        margin-right: 0px; }
      ul.secondaryNav li a.mainLink:hover i .v {
        top: 3px;
        height: 0px; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li a.mainLink:hover i .v {
            top: 12px; } }
      ul.secondaryNav li a.mainLink.open i .v {
        top: 3px;
        height: 0px; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li a.mainLink.open i .v {
            top: 12px; } }
      ul.secondaryNav li a.mainLink .mainLink-text {
        width: 70%;
        -ms-width: calc(100% - 150px);
        -webkit-width: calc(100% - 150px);
        -moz-width: calc(100% - 150px);
        width: calc(100% - 150px);
        display: inline-block; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li a.mainLink .mainLink-text {
            width: 70%;
            -ms-width: calc(100% - 50px);
            -webkit-width: calc(100% - 50px);
            -moz-width: calc(100% - 50px);
            width: calc(100% - 50px); } }
      ul.secondaryNav li a.mainLink.hasChildren .mainLink-text {
        width: 70%;
        -ms-width: calc(100% - 170px);
        -webkit-width: calc(100% - 170px);
        -moz-width: calc(100% - 170px);
        width: calc(100% - 170px); }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li a.mainLink.hasChildren .mainLink-text {
            width: 70%;
            -ms-width: calc(100% - 50px);
            -webkit-width: calc(100% - 50px);
            -moz-width: calc(100% - 50px);
            width: calc(100% - 50px); } }
      ul.secondaryNav li a.mainLink .icon-chevron-right, ul.secondaryNav li a.mainLink .icon-angle-right {
        -webkit-transition: all 300ms;
        transition: all 300ms;
        color: #cccccc;
        display: inline-block;
        float: right;
        margin-top: 12px;
        margin-right: 0.6em; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li a.mainLink .icon-chevron-right, ul.secondaryNav li a.mainLink .icon-angle-right {
            margin-top: 3px; } }
    ul.secondaryNav li a .mainLink-button {
      float: right;
      text-decoration: none;
      margin-right: 16px; }
      @media all and (max-width: 47.99em) {
        ul.secondaryNav li a .mainLink-button {
          margin-top: -4px;
          margin-right: 0.5rem; } }
      ul.secondaryNav li a .mainLink-button .text {
        display: inline-block;
        color: #3c1a40;
        margin-right: 0.4em;
        font-family: "Trebuchet MS", Arial, sans-serif;
        font-size: 17px; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li a .mainLink-button .text {
            display: none; } }
      ul.secondaryNav li a .mainLink-button i {
        display: inline-block;
        height: 25px;
        width: 25px;
        position: relative; }
        @media all and (min-width: 48em) {
          ul.secondaryNav li a .mainLink-button i {
            margin-bottom: -15px; } }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li a .mainLink-button i {
            height: 16px;
            width: 16px; } }
        ul.secondaryNav li a .mainLink-button i div {
          background-color: #cccccc;
          position: absolute; }
        ul.secondaryNav li a .mainLink-button i .h {
          width: 25px;
          height: 5px; }
          @media all and (max-width: 47.99em) {
            ul.secondaryNav li a .mainLink-button i .h {
              width: 16px;
              height: 4px;
              top: 12px; } }
        ul.secondaryNav li a .mainLink-button i .v {
          width: 5px;
          top: -10px;
          height: 25px;
          left: 10px;
          transition: height 400ms, top 400ms;
          -webkit-transition: height 400ms, top 400ms;
          -ms-transition: height 400ms, top 400ms; }
          @media all and (max-width: 47.99em) {
            ul.secondaryNav li a .mainLink-button i .v {
              height: 16px;
              width: 4px;
              top: 6px;
              left: 6px; } }
    ul.secondaryNav li a .mainLink-toggle {
      /* &.open{
      	i{
      		.v{
      			top: 0px;
      			height: 0px;
      		}
      	}
      } */ }
    ul.secondaryNav li ul.tertiaryNav li {
      background-color: #f5f3f5;
      border-width: 1px; }
      ul.secondaryNav li ul.tertiaryNav li .header {
        padding: 0; }
      ul.secondaryNav li ul.tertiaryNav li a {
        padding: 0.5em; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li ul.tertiaryNav li a {
            padding: 1em; } }
      ul.secondaryNav li ul.tertiaryNav li .goToLink {
        background-color: #9d8c9f;
        border-top: 1px #847386 solid;
        border-bottom: 1px #847386 solid; }
        ul.secondaryNav li ul.tertiaryNav li .goToLink a {
          color: white; }
          ul.secondaryNav li ul.tertiaryNav li .goToLink a span {
            color: white; }
      ul.secondaryNav li ul.tertiaryNav li .reveal .content {
        padding: 1.2em; }
      ul.secondaryNav li ul.tertiaryNav li .reveal .goToLink a {
        padding: 0.6em;
        font-size: 22px; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li ul.tertiaryNav li .reveal .goToLink a {
            font-size: 1rem; } }
      ul.secondaryNav li ul.tertiaryNav li .mainLink {
        font-family: 'trm-lexia-regular', Arial, sans-serif; }
        @media all and (max-width: 47.99em) {
          ul.secondaryNav li ul.tertiaryNav li .mainLink {
            font-size: 1em; } }

/************************************************************************************
   FORM ITEMS

*************************************************************************************/
.form-selectWrapper {
  position: relative;
  height: 86px;
  margin-right: 0;
  float: right;
  margin-top: 1em; }
  @media all and (max-width: 47.99em) {
    .form-selectWrapper {
      width: 100%; } }
  .form-selectWrapper ul {
    overflow: hidden;
    padding: 16px 16px  16px 0;
    background: url("../img/design/down_arrow.png");
    background-repeat: no-repeat;
    background-position: 98% 10px;
    display: inline-block;
    right: 0;
    position: absolute;
    z-index: 1;
    background-color: white;
    margin: 0;
    padding: 0;
    padding-top: 11px;
    border: solid #b8babb 1px; }
    .form-selectWrapper ul.closed {
      border-color: white;
      height: 70px; }
    .form-selectWrapper ul li {
      display: table;
      width: 100%; }
      @media all and (max-width: 47.99em) {
        .form-selectWrapper ul li {
          width: 100% !important; } }
      .form-selectWrapper ul li a {
        padding: 0 4em 0 1em;
        height: 60px;
        display: table-cell;
        vertical-align: middle;
        color: #3c1a40;
        text-decoration: none; }
        .form-selectWrapper ul li a:hover, .form-selectWrapper ul li a:focus {
          text-decoration: underline; }
        @media all and (max-width: 47.99em) {
          .form-selectWrapper ul li a {
            font-size: 0.8em; } }
        .form-selectWrapper ul li a span {
          color: #cccccc;
          position: absolute;
          right: 32px; }
        .form-selectWrapper ul li a.inital {
          text-transform: uppercase;
          font-family: "Trebuchet MS", arial, sans-serif; }
      .form-selectWrapper ul li:first-child a span {
        display: none; }

.standard-web-form {
  background: white;
        /* .webform-component-checkboxes{
            @include mq($until: tablet){
				.checkbox{
					//float: left;
					//margin-top: 7px;
				}
				label{
					width: auto;
					float: none;
				}
			}
			@include mq($from: tablet){
				label, .checkbox{
					float: left;
				}
				label{
					width: 30%;
				}
				.checkbox{
					width: 70%;
					padding: 0.4em 0.6em;
				}
                .form-checkboxes{
                  //  float: left;
                 //   width: 70%;
                    .form-type-checkbox{
                //        overflow: hidden;
                    }
                }
			}
        } */ }
  @media all and (min-width: 48em) {
    .standard-web-form {
      padding: 1em 0;
      width: 70%; } }
  .standard-web-form .form-element {
    padding: 0.4em 0;
    overflow: hidden; }
    @media all and (min-width: 48em) {
      .standard-web-form .form-element {
        padding: 1em 0; } }
    .standard-web-form .form-element label {
      font-family: 'trm-lexia-thin', Arial, sans-serif;
      font-size: 1.1875em;
      padding: 0.2em 0;
      line-height: 1.4em; }
      @media all and (max-width: 47.99em) {
        .standard-web-form .form-element label {
          font-size: 1em; } }
    .standard-web-form .form-element input {
      padding: 0.4em 0.6em; }
    .standard-web-form .form-element select {
      border: 0;
      background: #3c1a40;
      color: white;
      padding: 0.6em 1em;
      border-radius: 3px;
      font-size: 19px; }
      @media all and (min-width: 48em) {
        .standard-web-form .form-element select {
          width: 68%; } }
      @media all and (max-width: 47.99em) {
        .standard-web-form .form-element select {
          width: 100%; } }
    .standard-web-form .form-element textarea {
      width: 100%;
      padding: 1em; }
  .standard-web-form .form-element-text label,
  .standard-web-form .webform-component-email label,
  .standard-web-form .webform-component-number label {
    display: block; }
  .standard-web-form .form-element-text input,
  .standard-web-form .webform-component-email input,
  .standard-web-form .webform-component-number input {
    width: 100%; }
  @media all and (max-width: 47.99em) {
    .standard-web-form .form-element-text label,
    .standard-web-form .webform-component-email label,
    .standard-web-form .webform-component-number label {
      margin-bottom: 0.4em; } }
  @media all and (min-width: 48em) {
    .standard-web-form .form-element-text label, .standard-web-form .form-element-text input,
    .standard-web-form .webform-component-email label,
    .standard-web-form .webform-component-email input,
    .standard-web-form .webform-component-number label,
    .standard-web-form .webform-component-number input {
      float: left; }
    .standard-web-form .form-element-text label,
    .standard-web-form .webform-component-email label,
    .standard-web-form .webform-component-number label {
      width: 30%; }
    .standard-web-form .form-element-text input,
    .standard-web-form .webform-component-email input,
    .standard-web-form .webform-component-number input {
      width: 70%; } }
  .standard-web-form .form-element-radio p {
    font-size: 1.1875em; }
  @media all and (min-width: 48em) {
    .standard-web-form .form-element-radio label, .standard-web-form .form-element-radio .radio {
      float: none; }
    .standard-web-form .form-element-radio label {
      width: 30%;
      float: left; }
    .standard-web-form .form-element-radio .radio, .standard-web-form .form-element-radio .form-radios {
      float: right;
      width: 70%;
      padding-top: 0; }
      .standard-web-form .form-element-radio .radio label, .standard-web-form .form-element-radio .form-radios label {
        float: none; } }
  @media all and (max-width: 47.99em) {
    .standard-web-form .form-element-radio {
      margin: 0 0 1em; }
      .standard-web-form .form-element-radio .radio, .standard-web-form .form-element-radio .form-radios {
        float: none;
        margin-top: 6px; }
      .standard-web-form .form-element-radio label {
        width: auto;
        float: none; } }
  .standard-web-form .form-element-checkbox .form-checkboxes div {
    display: block; }
  @media all and (min-width: 48em) {
    .standard-web-form .form-element-checkbox input {
      margin-right: 10px;
      margin-top: -5px; } }
  .standard-web-form .form-element-select,
  .standard-web-form .form-element-textarea {
    overflow: visible; }
    .standard-web-form .form-element-select label,
    .standard-web-form .form-element-textarea label {
      display: block;
      padding: 1em 0; }
  .standard-web-form .form-element-submit input {
    transition: all 200ms; }
    .standard-web-form .form-element-submit input:hover, .standard-web-form .form-element-submit input:focus {
      background-color: #3c1a40; }
    @media all and (max-width: 47.99em) {
      .standard-web-form .form-element-submit input {
        font-size: 1em;
        padding: 1em 3em; } }
    @media all and (max-width: 28.115em) {
      .standard-web-form .form-element-submit input {
        padding: 0.6em;
        width: 100%;
        margin-bottom: 1em; } }
  .standard-web-form fieldset {
    border: 0;
    padding: 0.35em 0 0.75em; }
    .standard-web-form fieldset legend {
      font-size: 2.3125em;
      font-weight: bold; }
      @media all and (max-width: 47.99em) {
        .standard-web-form fieldset legend {
          font-size: 1.1875em;
          font-weight: normal; } }

.webform-component.webform-component-date {
  overflow: visible; }
  .webform-component.webform-component-date input.webform-calendar {
    display: none; }
  .webform-component.webform-component-date .sod_select {
    margin-bottom: 1em; }
    @media all and (min-width: 48em) {
      .webform-component.webform-component-date .sod_select {
        width: 32%; } }

.skipToNav {
  overflow: hidden;
  margin-bottom: 4.2em; }
  .skipToNav a {
    float: right;
    background-color: #3c1a40;
    color: white;
    padding: 0.6em;
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    text-shadow: none;
    letter-spacing: 0.03em;
    font-size: 0.9375em; }
    .skipToNav a:hover, .skipToNav a:focus {
      background-color: #727678; }
    .skipToNav a span:hover {
      text-decoration: none; }

#homepageAjax-select li a {
  padding: 0 6em 0 1em; }
@media all and (min-width: 48em) {
  #homepageAjax-select {
    margin-top: 1em; } }
#homepageAjax-select a:focus {
  outline: none; }
@media print {
  #homepageAjax-select {
    display: none; } }

/****************************************************************************************************
	DOWNLOAD SECTION

*****************************************************************************************************/
.downloads {
  margin-bottom: 6em; }
  .downloads h1 {
    font-weight: normal;
    font-size: 2em; }
    @media all and (max-width: 47.99em) {
      .downloads h1 {
        font-size: 1.1875em; } }
  .downloads p {
    font-size: 1.1875em; }
    @media all and (min-width: 48em) {
      .downloads p {
        font-family: 'trm-lexia-thin', Arial, sans-serif; } }
    @media all and (max-width: 47.99em) {
      .downloads p {
        font-size: 0.9375em; } }
  .downloads h2 {
    font-family: 'trm-lexia-bold', Arial, sans-serif;
    font-size: 1.5em; }
    @media all and (max-width: 47.99em) {
      .downloads h2 {
        font-size: 1em; } }
  .downloads a {
    font-size: 1.1875em;
    text-decoration: none;
    color: #cc0099; }
    @media all and (max-width: 47.99em) {
      .downloads a {
        font-size: 0.9375em; } }
    .downloads a:hover, .downloads a:focus {
      color: #3c1a40; }
    .downloads a span {
      font-size: 1.875em;
      line-height: 30px;
      vertical-align: middle; }
  .downloads ul li {
    border-bottom: #cccccc solid thin; }

/****************************************************************************************************
	MAP SECTION

*****************************************************************************************************/
#map-canvas {
  width: 450px;
  height: 370px; }
  @media all and (min-width: 28.125em) and (max-width: 47.99em) {
    #map-canvas {
      width: 50%;
      height: 200px; } }
  @media all and (max-width: 28.115em) {
    #map-canvas {
      width: 100%;
      height: 250px; } }

.mapModule {
  margin-bottom: 6em;
  padding: 2em 0;
  border: 0 #3c1a40 solid;
  border-top-width: 3px;
  border-bottom-width: 3px;
  color: #333333; }
  @media all and (min-width: 48em) {
    .mapModule .details {
      width: 490px;
      margin-left: 55px;
      font-size: 1.1875em; } }
  @media all and (min-width: 28.125em) and (max-width: 47.99em) {
    .mapModule .details {
      width: 45%;
      margin-left: 5%; } }
  @media all and (max-width: 28.115em) {
    .mapModule .details {
      width: 100%; } }
  .mapModule .details .tel {
    color: #333333; }
  .mapModule .details .email {
    color: #3c1a40; }
  .mapModule .osm-container {
    position: relative; }
    .mapModule .osm-container .links {
      position: absolute;
      top: 1px;
      right: 1px;
      margin: 0 0 25px 0px;
      background: rgba(255, 255, 255, 0.7);
      padding: 0 5px;
      font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }
      .mapModule .osm-container .links a {
        font-size: 13px;
        color: #0078A8;
        text-decoration: none; }
        .mapModule .osm-container .links a:hover {
          text-decoration: underline; }
      .mapModule .osm-container .links span.sep {
        color: #333; }
    @media all and (max-width: 47.99em) {
      .mapModule .osm-container {
        width: 100%; }
        .mapModule .osm-container iframe {
          width: 100%; } }

/**********************************************************************************************
	GALLERY MODULE

***********************************************************************************************/
.galleryModule {
  border-bottom-width: 5px;
  padding-bottom: 1em;
  margin-bottom: 3em; }
  .galleryModule .mainImage {
    margin-bottom: 1em; }
    .galleryModule .mainImage img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: 0 auto; }
      @media all and (min-width: 48em) {
        .galleryModule .mainImage img {
          min-height: 400px; } }
  .galleryModule .thumbnails {
    position: relative; }
  .galleryModule .controls {
    width: 10%;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    color: #3c1a40;
    text-decoration: none;
    transition: all 400ms; }
    .galleryModule .controls:hover {
      color: #b8babb; }
    .galleryModule .controls.controls-left {
      left: 0; }
      .galleryModule .controls.controls-left:hover:before {
        padding-left: 45%; }
      .galleryModule .controls.controls-left:before {
        padding-left: 50%; }
    .galleryModule .controls.controls-right {
      right: 0;
      text-align: right; }
      .galleryModule .controls.controls-right:hover:before {
        padding-right: 45%; }
      .galleryModule .controls.controls-right:before {
        padding-right: 50%; }
    .galleryModule .controls:before {
      transition: all 400ms;
      display: block;
      padding-top: 87%; }
      @media all and (min-width: 48em) {
        .galleryModule .controls:before {
          font-size: 35px; } }
  .galleryModule .owl-carousel-container {
    width: 80%;
    margin: 0 10%; }
    .galleryModule .owl-carousel-container .owl-item {
      padding: 1em; }

.pattern-library .icoMoon {
  font-size: 2em; }
.pattern-library .icoMoon,
.pattern-library .iconClass,
.pattern-library .code {
  margin-right: 2em; }
.pattern-library .patternIcon {
  display: none; }

/****************************************************************************************************
	LISTINGS PAGE

*****************************************************************************************************/
.listingModule {
  border-bottom: 5px solid #3c1a40; }
  .listingModule .results-number {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 1.5em;
    margin: 20px 0 0;
    text-align: center; }

.listingModule-search {
  *zoom: 1;
  width: 100%; }
  .listingModule-search:before, .listingModule-search:after {
    content: "";
    display: table; }
  .listingModule-search:after {
    clear: both; }
  .listingModule-search .sod_select {
    width: auto; }
    @media all and (max-width: 47.99em) {
      .listingModule-search .sod_select {
        width: 100%; } }
  .listingModule-search .form-element {
    padding: 2em 0 1em; }
  .listingModule-search .form-element-text {
    width: 600px;
    float: left; }
    @media all and (max-width: 47.99em) {
      .listingModule-search .form-element-text {
        width: 100%;
        margin: 0;
        float: none; } }
    .listingModule-search .form-element-text input {
      width: 100% !important; }
  .listingModule-search .form-element-select {
    float: left;
    margin: 0 0 0 20px; }
    @media all and (max-width: 47.99em) {
      .listingModule-search .form-element-select {
        margin: 0;
        float: none;
        padding-top: 0; } }
    .listingModule-search .form-element-select label {
      float: left;
      padding: 20px 12px 0 0 !important;
      padding: 8px 10px 0 0 !important; }
  .listingModule-search .form-element-submit {
    float: right;
    margin: 1.4em 0 0;
    padding: 0.6em 0; }
    .listingModule-search .form-element-submit input {
      min-width: 180px; }
    .listingModule-search .form-element-submit .cta, .listingModule-search .form-element-submit .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .listingModule-search .form-element-submit .form-submit {
      padding: 0.3em 2em; }
    @media all and (max-width: 47.99em) {
      .listingModule-search .form-element-submit {
        float: none;
        clear: both;
        text-align: center; }
        .listingModule-search .form-element-submit input {
          width: 100%; }
        .listingModule-search .form-element-submit .cta, .listingModule-search .form-element-submit .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .listingModule-search .form-element-submit .form-submit {
          padding: 0.8em 2em; } }

.listingModule-filter .sod_select {
  width: 200px; }
  @media all and (max-width: 47.99em) {
    .listingModule-filter .sod_select {
      width: 100%; } }
.listingModule-filter > .form-element-select:first-child {
  margin: 0 !important; }

.listing {
  padding: 0; }
  .listing li {
    padding: 20px 0;
    border-bottom: #cccccc 1px solid;
    list-style: none; }
    @media all and (max-width: 47.99em) {
      .listing li {
        padding-bottom: 10px; } }
    .listing li.has-image {
      padding-left: 200px;
      position: relative;
      min-height: 220px; }
      @media all and (max-width: 47.99em) {
        .listing li.has-image {
          padding-left: 0;
          min-height: 0; } }
      .listing li.has-image img {
        max-width: 170px;
        position: absolute;
        left: 0;
        top: 25px; }
        @media all and (max-width: 47.99em) {
          .listing li.has-image img {
            display: none; } }
    .listing li h2 {
      margin: 0 0 5px; }
      .listing li h2 a {
        color: #3c1a40;
        text-decoration: none;
        font-family: 'trm-lexia-regular', Arial, sans-serif;
        font-size: 18pt;
        font-weight: bold; }
        .listing li h2 a:hover, .listing li h2 a:focus {
          text-decoration: underline; }
    .listing li h3 {
      font-family: 'trm-lexia-bold', Arial, sans-serif;
      margin: 5px 0;
      color: #727678;
      font-size: 1.1875em; }
    .listing li p {
      font-family: 'trm-lexia-thin', Arial, sans-serif;
      font-size: 1.1875em;
      margin: 10px 0; }
    .listing li .more {
      color: #cc0099;
      font-weight: bold;
      font-size: 1.1875em;
      text-decoration: none; }
      .listing li .more:hover, .listing li .more:focus {
        text-decoration: underline; }

/******************************** Listing overrides ********************************************************/
.searchListingPage {
  padding-bottom: 100px; }
  .searchListingPage .view-empty {
    padding: 30px 0; }
  .searchListingPage .views-exposed-form .views-exposed-widget {
    padding: 2em 0 1em; }
    .searchListingPage .views-exposed-form .views-exposed-widget label {
      font-family: 'trm-lexia-thin', Arial, sans-serif;
      font-size: 1.1875em;
      line-height: 1.4em; }
    .searchListingPage .views-exposed-form .views-exposed-widget.views-widget-filter-field_available_at {
      padding-left: 2em; }
  .searchListingPage .views-exposed-form .views-submit-button {
    float: right; }
    .searchListingPage .views-exposed-form .views-submit-button input {
      min-width: 180px; }
    .searchListingPage .views-exposed-form .views-submit-button .form-submit {
      -webkit-appearance: none;
      border: 0px;
      border-radius: 3px;
      margin: 0 0 0 20px !important; }
    @media all and (max-width: 47.99em) {
      .searchListingPage .views-exposed-form .views-submit-button {
        float: none;
        clear: both;
        text-align: center; }
        .searchListingPage .views-exposed-form .views-submit-button input {
          width: 100%; }
        .searchListingPage .views-exposed-form .views-submit-button .form-submit {
          padding: 0.8em 2em; } }
  .searchListingPage .searchListingPage-search .views-exposed-widget {
    display: none; }
  .searchListingPage .searchListingPage-search .views-widget-filter-search_api_views_fulltext, .searchListingPage .searchListingPage-search .views-widget-per-page, .searchListingPage .searchListingPage-search .views-submit-button {
    display: block; }
  .searchListingPage .searchListingPage-search .views-widget-filter-search_api_views_fulltext {
    width: 600px;
    margin-right: 20px; }
    .searchListingPage .searchListingPage-search .views-widget-filter-search_api_views_fulltext input {
      width: 100%;
      padding: 0.4em 0.6em;
      border-radius: 5px;
      border: 1px solid #3c1a40;
      height: 48px; }
      .searchListingPage .searchListingPage-search .views-widget-filter-search_api_views_fulltext input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #3c1a40; }
      .searchListingPage .searchListingPage-search .views-widget-filter-search_api_views_fulltext input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #3c1a40;
        opacity: 1; }
      .searchListingPage .searchListingPage-search .views-widget-filter-search_api_views_fulltext input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #3c1a40;
        opacity: 1; }
      .searchListingPage .searchListingPage-search .views-widget-filter-search_api_views_fulltext input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #3c1a40; }
    .searchListingPage .searchListingPage-search .views-widget-filter-search_api_views_fulltext label {
      display: none; }
  .searchListingPage .searchListingPage-search .views-widget-per-page label {
    padding: 8px 10px 0 0; }
  .searchListingPage .searchListingPage-search .views-widget-per-page label, .searchListingPage .searchListingPage-search .views-widget-per-page .sod_select {
    float: left; }
  .searchListingPage .searchListingPage-search .views-widget-per-page .sod_select {
    width: auto;
    height: 48px;
    line-height: 1.4; }
  .searchListingPage .searchListingPage-filter .views-widget-per-page, .searchListingPage .searchListingPage-filter .views-widget-filter-search_api_views_fulltext {
    display: none; }
  .searchListingPage .searchListingPage-filter .views-exposed-widget label {
    padding: 8px 10px 0 0; }
  .searchListingPage .searchListingPage-filter .views-exposed-widget label, .searchListingPage .searchListingPage-filter .views-exposed-widget .views-widget {
    float: left; }
  .searchListingPage .searchListingPage-filter .views-exposed-widget .sod_select {
    width: 200px; }
    @media all and (max-width: 47.99em) {
      .searchListingPage .searchListingPage-filter .views-exposed-widget .sod_select {
        width: 100%; } }
  .searchListingPage .searchListingPage-filter .views-exposed-widget > .form-type-select:first-child {
    margin: 0 !important; }

/************************************************************************************************************
        Pagination

************************************************************************************************************/
.item-list .pager {
  line-height: 55px;
  margin: 1em 0; }
  .item-list .pager li {
    margin: 0;
    padding: 0; }
    .item-list .pager li.pager-current,
    .item-list .pager li a {
      font-weight: bold;
      padding: 10px 15px;
      text-decoration: none;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: 1px solid #c2c2c2;
      color: #cc0099; }
    .item-list .pager li a:hover, .item-list .pager li a:focus {
      color: #fff;
      background: #cc0099;
      border: 1px solid #cc0099; }
    .item-list .pager li.pager-current {
      background-color: #cc0099;
      border-color: #cc0099;
      color: #fff;
      margin-left: 15px; }
    .item-list .pager li.pager-next a, .item-list .pager li.pager-last a, .item-list .pager li.pager-first a, .item-list .pager li.pager-previous a {
      border: 0;
      padding: 0; }
      .item-list .pager li.pager-next a:hover, .item-list .pager li.pager-next a:focus, .item-list .pager li.pager-last a:hover, .item-list .pager li.pager-last a:focus, .item-list .pager li.pager-first a:hover, .item-list .pager li.pager-first a:focus, .item-list .pager li.pager-previous a:hover, .item-list .pager li.pager-previous a:focus {
        text-decoration: underline;
        color: #cc0099;
        background: none; }
  .item-list .pager li + li a {
    margin-left: 15px; }

/************************************************************************************************************
        Private homepage

************************************************************************************************************/
.spot {
  padding: 20px 20px 50px;
  margin-bottom: 20px;
  position: relative; }
  @media all and (min-width: 48em) {
    .spot {
      padding: 30px 30px 50px; } }
  .spot a {
    text-decoration: none; }
    .spot a:hover, .spot a:focus {
      text-decoration: underline; }
  .spot.u-bgAubergine a, .spot.u-bgSlate a, .spot.u-bgActualTurquoise a {
    color: #fff; }
  .spot.u-bgGrey a {
    color: #727678; }
  .spot h2 {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    margin: 10px 0 20px; }
    @media all and (min-width: 28.125em) {
      .spot h2 {
        margin: 10px 0 80px; } }
  .spot p {
    font-family: 'trm-lexia-thin', Arial, sans-serif;
    font-size: 1.1875em; }
  .spot .more {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    position: absolute;
    bottom: 30px; }

.spot-quote blockquote {
  text-align: center;
  padding: 0 0 20px; }
  @media all and (min-width: 48em) {
    .spot-quote blockquote {
      padding: 60px 0 0; } }
  .spot-quote blockquote p {
    font-family: 'trm-lexia-thin', Arial, sans-serif;
    font-size: 1.375em;
    margin-bottom: 1.3em; }
    @media all and (min-width: 28.125em) {
      .spot-quote blockquote p {
        font-size: 1.75em; } }
  .spot-quote blockquote cite {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 1.0625em;
    font-style: normal; }
    @media all and (min-width: 28.125em) {
      .spot-quote blockquote cite {
        font-size: 1.1875em; } }

/***********************************************************************************
	EVENT BOOKING PAGE
*************************************************************************************/
.MainBodyText p .event-booking {
  background-color: #3c1a40;
  color: white;
  text-decoration: none;
  padding: 0.6em;
  margin: 1em 0;
  border-radius: 3px; }
  .MainBodyText p .event-booking:hover, .MainBodyText p .event-booking:focus {
    background-color: #3d1a41; }

/***********************************************************************************
	ITEM INFO PAGE
*************************************************************************************/
.item-info p {
  font-size: 1.125em; }

.externalLink {
  padding: 3em; }
  .externalLink a {
    text-decoration: none; }
    .externalLink a:hover, .externalLink a:focus {
      background-color: #66004d; }

/************************************************************************************
   Private Care Styles
*************************************************************************************/
.private-only {
  display: none !important; }

.private, .privateblog {
  /*.MainSearch{
  	background-color: $privateCareDarkGrey;
  	border-bottom: 1px solid $white;
  }
  .MainSearch-field{
  	color: $white;
  	@include placeholderText($white);
  }
  .MainSearch-submit{
  	background-image: url('../img/design/search-white.svg');
  }*/
  /* mega menu */ }
  .private #block-bean-header .content, .privateblog #block-bean-header .content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
  .private .cta, .private .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .private .form-submit, .privateblog .cta, .privateblog .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .privateblog .form-submit {
    text-transform: uppercase;
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.83px; }
  .private .non-private, .privateblog .non-private {
    display: none !important; }
  .private .private-only, .privateblog .private-only {
    display: inline-block !important; }
  .private .TRMLogo a span, .privateblog .TRMLogo a span {
    display: block; }
  .private .icon-rmNHSLogo, .privateblog .icon-rmNHSLogo {
    display: none; }
  .private .headerBG,
  .private .masthead,
  .private .page-head,
  .private .lowerFooter,
  .private .PrimaryNavigation, .privateblog .headerBG,
  .privateblog .masthead,
  .privateblog .page-head,
  .privateblog .lowerFooter,
  .privateblog .PrimaryNavigation {
    background-color: #727678 !important; }
  .private #site-toggle li a, .privateblog #site-toggle li a {
    color: #ffffff;
    border-top: 7px solid white; }
    .private #site-toggle li a.active, .privateblog #site-toggle li a.active {
      color: rgba(255, 255, 255, 0.7);
      border-top: 7px solid transparent; }
  @media all and (max-width: 47.99em) {
    .private #site-toggle li a, .privateblog #site-toggle li a {
      border-top: 4px solid #ffffff !important; }
      .private #site-toggle li a.active, .privateblog #site-toggle li a.active {
        border-top: 4px solid transparent !important; } }
  .private #lowerHeaderMobile, .privateblog #lowerHeaderMobile {
    border-bottom: none !important; }
  .private .primaryNavigationUL li a, .privateblog .primaryNavigationUL li a {
    color: #ffffff; }
    .private .primaryNavigationUL li a:hover, .private .primaryNavigationUL li a:focus, .privateblog .primaryNavigationUL li a:hover, .privateblog .primaryNavigationUL li a:focus {
      border-top: 3px solid #ffffff;
      background-color: #525658; }
  .private .Breadcrumbs li a, .privateblog .Breadcrumbs li a {
    background-color: #525658; }
  .private .Breadcrumbs li.last-child a, .privateblog .Breadcrumbs li.last-child a {
    background-color: white; }
    @media all and (max-width: 47.99em) {
      .private .Breadcrumbs li.last-child a, .privateblog .Breadcrumbs li.last-child a {
        font-family: 'trm-lexia-regular', Arial, sans-serif;
        background-color: #525658;
        color: white; } }
  .private .GlobalFooter .lowerFooter .u-floatRight, .privateblog .GlobalFooter .lowerFooter .u-floatRight {
    display: none; }
  .private .GlobalFooter .trm-crest a, .privateblog .GlobalFooter .trm-crest a {
    height: 5em;
    background-size: 100%;
    background-image: url("../img/design/rmCrestWhite.svg"); }
    @media all and (max-width: 28.115em) {
      .private .GlobalFooter .trm-crest a, .privateblog .GlobalFooter .trm-crest a {
        height: 4em; } }
  .private .GlobalFooter .relatedLinks, .privateblog .GlobalFooter .relatedLinks {
    height: 5em;
    background-image: url("../img/design/accreditations-white.png"); }
    @media all and (max-width: 28.115em) {
      .private .GlobalFooter .relatedLinks, .privateblog .GlobalFooter .relatedLinks {
        height: 4em; } }
  .private .GlobalFooter, .privateblog .GlobalFooter {
    background-color: #727678; }
    .private .GlobalFooter .trustBottomMenu, .privateblog .GlobalFooter .trustBottomMenu {
      display: none; }
    .private .GlobalFooter .privateBottomMenu, .privateblog .GlobalFooter .privateBottomMenu {
      display: block; }
    .private .GlobalFooter .upperFooter .topRow, .privateblog .GlobalFooter .upperFooter .topRow {
      display: none; }
    .private .GlobalFooter .upperFooter .middleRow .footer-social-links, .privateblog .GlobalFooter .upperFooter .middleRow .footer-social-links {
      opacity: 0;
      visibility: hidden;
      display: none; }
    .private .GlobalFooter .upperFooter .middleRow .trm-nhs, .privateblog .GlobalFooter .upperFooter .middleRow .trm-nhs {
      opacity: 0;
      visibility: hidden;
      display: none; }
    .private .GlobalFooter .upperFooter .middleRow, .privateblog .GlobalFooter .upperFooter .middleRow {
      padding: 0 0 60px 0; }
      @media all and (max-width: 28.115em) {
        .private .GlobalFooter .upperFooter .middleRow, .privateblog .GlobalFooter .upperFooter .middleRow {
          padding: 0 0 40px 0; } }
  .private #block-bean-header, .privateblog #block-bean-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
  .private #block-gtranslate-gtranslate, .privateblog #block-gtranslate-gtranslate {
    background: #64686a !important; }
  .private #appointment-block, .privateblog #appointment-block {
    padding: 13px 4em; }
    .private #appointment-block p, .privateblog #appointment-block p {
      font-size: 14px;
      font-family: 'trm-lexia-light', Arial, sans-serif;
      margin: 0;
      color: #ffffff; }
      @media all and (max-width: 47.99em) {
        .private #appointment-block p, .privateblog #appointment-block p {
          font-size: 16px; } }
    .private #appointment-block span, .privateblog #appointment-block span {
      margin-right: 10px;
      color: rgba(255, 255, 255, 0.8); }
  .private .mainBodyContent .pc-appointment-block, .privateblog .mainBodyContent .pc-appointment-block {
    display: none; }
    @media all and (max-width: 47.99em) {
      .private .mainBodyContent .pc-appointment-block, .privateblog .mainBodyContent .pc-appointment-block {
        display: block !important;
        background: #3c1a40;
        padding: 1em !important; } }
  .private .tb-megamenu, .privateblog .tb-megamenu {
    border-top: 0;
    /* Mobile menu styling */ }
    .private .tb-megamenu .nav li > a, .private .tb-megamenu .nav li.dropdown > a, .privateblog .tb-megamenu .nav li > a, .privateblog .tb-megamenu .nav li.dropdown > a {
      background: transparent;
      border-top: none;
      color: #ffffff; }
      .private .tb-megamenu .nav li > a:hover, .private .tb-megamenu .nav li.dropdown > a:hover, .privateblog .tb-megamenu .nav li > a:hover, .privateblog .tb-megamenu .nav li.dropdown > a:hover {
        border-top: 0px;
        color: #ffffff;
        background: transparent; }
      .private .tb-megamenu .nav li > a.dropdown-toggle, .private .tb-megamenu .nav li > a .contactBtn, .private .tb-megamenu .nav li.dropdown > a.dropdown-toggle, .private .tb-megamenu .nav li.dropdown > a .contactBtn, .privateblog .tb-megamenu .nav li > a.dropdown-toggle, .privateblog .tb-megamenu .nav li > a .contactBtn, .privateblog .tb-megamenu .nav li.dropdown > a.dropdown-toggle, .privateblog .tb-megamenu .nav li.dropdown > a .contactBtn {
        border-top: 4px solid transparent;
        padding: 20px 20px 25px 20px;
        background: transparent !important;
        color: white !important; }
        @media all and (max-width: 47.99em) {
          .private .tb-megamenu .nav li > a.dropdown-toggle, .private .tb-megamenu .nav li > a .contactBtn, .private .tb-megamenu .nav li.dropdown > a.dropdown-toggle, .private .tb-megamenu .nav li.dropdown > a .contactBtn, .privateblog .tb-megamenu .nav li > a.dropdown-toggle, .privateblog .tb-megamenu .nav li > a .contactBtn, .privateblog .tb-megamenu .nav li.dropdown > a.dropdown-toggle, .privateblog .tb-megamenu .nav li.dropdown > a .contactBtn {
            margin: 0; } }
    .private .tb-megamenu .nav li.open .tb-megamenu-subnav a, .private .tb-megamenu .nav li.open .tb-megamenu-subnav a:hover, .private .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a, .private .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a:hover, .privateblog .tb-megamenu .nav li.open .tb-megamenu-subnav a, .privateblog .tb-megamenu .nav li.open .tb-megamenu-subnav a:hover, .privateblog .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a, .privateblog .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a:hover {
      color: #ffffff;
      border: 0;
      background: #6a6a6a !important; }
    .private .tb-megamenu .nav li.open > .dropdown-toggle, .private .tb-megamenu .nav li.dropdown.open > .dropdown-toggle, .privateblog .tb-megamenu .nav li.open > .dropdown-toggle, .privateblog .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
      color: #ffffff;
      border-top: 4px solid white;
      background: #6a6a6a !important; }
    .private .tb-megamenu .nav li.open .mega-group-title, .private .tb-megamenu .nav li.dropdown.open .mega-group-title, .privateblog .tb-megamenu .nav li.open .mega-group-title, .privateblog .tb-megamenu .nav li.dropdown.open .mega-group-title {
      color: #ffffff !important;
      font-family: 'Roboto-regular', Arial, sans-serif;
      font-weight: normal;
      letter-spacing: 2px;
      font-size: 12px; }
    .private .tb-megamenu .nav li.open.active > .dropdown-toggle, .private .tb-megamenu .nav li.open.active a:hover, .private .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .private .tb-megamenu .nav li.dropdown.open.active a:hover, .privateblog .tb-megamenu .nav li.open.active > .dropdown-toggle, .privateblog .tb-megamenu .nav li.open.active a:hover, .privateblog .tb-megamenu .nav li.dropdown.open.active > .dropdown-toggle, .privateblog .tb-megamenu .nav li.dropdown.open.active a:hover {
      border-color: white; }
    .private .tb-megamenu .nav li.search-toggle .dropdown-toggle, .private .tb-megamenu .nav li.dropdown.search-toggle .dropdown-toggle, .privateblog .tb-megamenu .nav li.search-toggle .dropdown-toggle, .privateblog .tb-megamenu .nav li.dropdown.search-toggle .dropdown-toggle {
      line-height: 0 !important;
      padding: 25px 20px 33px 20px !important; }
      @media all and (max-width: 47.99em) {
        .private .tb-megamenu .nav li.search-toggle .dropdown-toggle, .private .tb-megamenu .nav li.dropdown.search-toggle .dropdown-toggle, .privateblog .tb-megamenu .nav li.search-toggle .dropdown-toggle, .privateblog .tb-megamenu .nav li.dropdown.search-toggle .dropdown-toggle {
          padding: 10px 35px !important;
          line-height: inherit !important; } }
    .private .tb-megamenu .nav .tb-megamenu-submenu, .privateblog .tb-megamenu .nav .tb-megamenu-submenu {
      background: #6a6a6a; }
      .private .tb-megamenu .nav .tb-megamenu-submenu .cta, .private .tb-megamenu .nav .tb-megamenu-submenu .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .private .tb-megamenu .nav .tb-megamenu-submenu .form-submit, .privateblog .tb-megamenu .nav .tb-megamenu-submenu .cta, .privateblog .tb-megamenu .nav .tb-megamenu-submenu .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .privateblog .tb-megamenu .nav .tb-megamenu-submenu .form-submit {
        background-color: #ffffff;
        color: #3c1a40; }
      .private .tb-megamenu .nav .tb-megamenu-submenu .first-column, .privateblog .tb-megamenu .nav .tb-megamenu-submenu .first-column {
        position: relative; }
        .private .tb-megamenu .nav .tb-megamenu-submenu .first-column:after, .privateblog .tb-megamenu .nav .tb-megamenu-submenu .first-column:after {
          border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .private .tb-megamenu .search-toggle .tb-megamenu-submenu, .privateblog .tb-megamenu .search-toggle .tb-megamenu-submenu {
      position: absolute;
      left: -550px; }
    .private .tb-megamenu .search-toggle .dropdown-toggle, .privateblog .tb-megamenu .search-toggle .dropdown-toggle {
      background: transparent !important;
      color: #ffffff !important; }
    .private .tb-megamenu .MainSearch, .privateblog .tb-megamenu .MainSearch {
      background-color: #6a6a6a;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .private .tb-megamenu .MainSearch .MainSearch-field, .privateblog .tb-megamenu .MainSearch .MainSearch-field {
        color: #ffffff;
        width: 100%; }
        .private .tb-megamenu .MainSearch .MainSearch-field::-webkit-input-placeholder, .privateblog .tb-megamenu .MainSearch .MainSearch-field::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #ffffff; }
        .private .tb-megamenu .MainSearch .MainSearch-field:-moz-placeholder, .privateblog .tb-megamenu .MainSearch .MainSearch-field:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #ffffff;
          opacity: 1; }
        .private .tb-megamenu .MainSearch .MainSearch-field::-moz-placeholder, .privateblog .tb-megamenu .MainSearch .MainSearch-field::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #ffffff;
          opacity: 1; }
        .private .tb-megamenu .MainSearch .MainSearch-field:-ms-input-placeholder, .privateblog .tb-megamenu .MainSearch .MainSearch-field:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #ffffff; }
      .private .tb-megamenu .MainSearch .MainSearch-submit, .privateblog .tb-megamenu .MainSearch .MainSearch-submit {
        display: none;
        background-image: url("../img/design/search-white.svg"); }
    .private .tb-megamenu .tb-block .block-apachesolr-stats, .private .tb-megamenu .tb-block .block-search-api-stats-block, .privateblog .tb-megamenu .tb-block .block-apachesolr-stats, .privateblog .tb-megamenu .tb-block .block-search-api-stats-block {
      background-color: none; }
      .private .tb-megamenu .tb-block .block-apachesolr-stats h2, .private .tb-megamenu .tb-block .block-search-api-stats-block h2, .privateblog .tb-megamenu .tb-block .block-apachesolr-stats h2, .privateblog .tb-megamenu .tb-block .block-search-api-stats-block h2 {
        color: rgba(255, 255, 255, 0.49);
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        font-family: 'Roboto-regular', Arial, sans-serif; }
      .private .tb-megamenu .tb-block .block-apachesolr-stats .content li a, .private .tb-megamenu .tb-block .block-search-api-stats-block .content li a, .privateblog .tb-megamenu .tb-block .block-apachesolr-stats .content li a, .privateblog .tb-megamenu .tb-block .block-search-api-stats-block .content li a {
        display: block;
        background-color: #ffffff;
        color: #3c1a40;
        text-transform: uppercase;
        letter-spacing: 1.83px; }
    @media all and (max-width: 47.99em) {
      .private .tb-megamenu .nav li.open .tb-megamenu-subnav a, .private .tb-megamenu .nav li.open .tb-megamenu-subnav a:hover, .private .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a, .private .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a:hover, .privateblog .tb-megamenu .nav li.open .tb-megamenu-subnav a, .privateblog .tb-megamenu .nav li.open .tb-megamenu-subnav a:hover, .privateblog .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a, .privateblog .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a:hover {
        background: transparent !important; }
      .private .tb-megamenu .nav-collapse, .privateblog .tb-megamenu .nav-collapse {
        background-color: #727678; }
        .private .tb-megamenu .nav-collapse .tb-megamenu-nav, .privateblog .tb-megamenu .nav-collapse .tb-megamenu-nav {
          background-color: #727678; }
        .private .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu, .privateblog .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu {
          background-color: #525658; }
          .private .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .submenuTitle, .privateblog .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .submenuTitle {
            background-color: #727678; }
            .private .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .submenuTitle .icon, .privateblog .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .submenuTitle .icon {
              background-color: #525658; }
          .private .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .tb-megamenu-row .tb-megamenu-column .tb-megamenu-item a, .privateblog .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .tb-megamenu-row .tb-megamenu-column .tb-megamenu-item a {
            text-decoration: none; }
          .private .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu > .mega-dropdown-inner, .privateblog .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu > .mega-dropdown-inner {
            background-color: #525658 !important; }
        .private .tb-megamenu .nav-collapse .search-toggle .tb-block .block-apachesolr-stats .content li a, .private .tb-megamenu .nav-collapse .search-toggle .tb-block .block-search-api-stats-block .content li a, .privateblog .tb-megamenu .nav-collapse .search-toggle .tb-block .block-apachesolr-stats .content li a, .privateblog .tb-megamenu .nav-collapse .search-toggle .tb-block .block-search-api-stats-block .content li a {
          font-size: 11px; }
      .private .tb-megamenu .pc-appointment-block, .privateblog .tb-megamenu .pc-appointment-block {
        display: none; } }
    .private .tb-megamenu .block-bean .content p, .private .tb-megamenu .block, .privateblog .tb-megamenu .block-bean .content p, .privateblog .tb-megamenu .block {
      color: #ffffff; }
  .private .verticalTabsWrapper, .privateblog .verticalTabsWrapper {
    background-color: #f8f8f8 !important; }
  .private .heroParagraph .card, .privateblog .heroParagraph .card {
    width: 64%; }
  @media all and (max-width: 47.99em) {
    .private .heroParagraph, .privateblog .heroParagraph {
      background-position-y: top; }
      .private .heroParagraph .card, .privateblog .heroParagraph .card {
        margin-top: 375px;
        margin-bottom: 0;
        background-color: #ffffff;
        width: 100%;
        bottom: 0;
        top: unset; }
        .private .heroParagraph .card .card-body .card-title, .privateblog .heroParagraph .card .card-body .card-title {
          color: #000000;
          width: 100%;
          font-size: 40px; }
        .private .heroParagraph .card .cta, .private .heroParagraph .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .private .heroParagraph .card .form-submit, .privateblog .heroParagraph .card .cta, .privateblog .heroParagraph .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .privateblog .heroParagraph .card .form-submit {
          display: block;
          background-color: #3c1a40 !important; }
        .private .heroParagraph .card .mobile-cta, .privateblog .heroParagraph .card .mobile-cta {
          display: none; } }
  .private .proto-3-col-block.no-image .card .card-body, .privateblog .proto-3-col-block.no-image .card .card-body {
    padding: 10px 10px 20px 10px; }
    .private .proto-3-col-block.no-image .card .card-body .card-text, .privateblog .proto-3-col-block.no-image .card .card-body .card-text {
      margin: 1em 0;
      font-size: 22px;
      line-height: 28px; }
  .private .proto-fullwidth-withbg .card .card-body .card-text, .privateblog .proto-fullwidth-withbg .card .card-body .card-text {
    font-size: 22px;
    line-height: 32px; }
  .private .proto-fullwidth-withbg .card .card-body .card-title, .privateblog .proto-fullwidth-withbg .card .card-body .card-title {
    font-family: 'Roboto-thin', Arial, sans-serif;
    font-size: 22px;
    line-height: 32px; }
  .private .proto-fullwidth-withbg.imageCenter .image-caption, .privateblog .proto-fullwidth-withbg.imageCenter .image-caption {
    text-align: center; }
  .private .proto-fullwidth-withbg .image-caption, .privateblog .proto-fullwidth-withbg .image-caption {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.83px;
    text-transform: uppercase;
    font-weight: normal;
    height: 52px; }
  @media all and (max-width: 47.99em) {
    .private .proto-fullwidth-withbg .image-caption, .privateblog .proto-fullwidth-withbg .image-caption {
      display: block;
      background-color: #ffffff; }
    .private .proto-fullwidth-withbg.topLeft .card, .private .proto-fullwidth-withbg.topRight .card, .privateblog .proto-fullwidth-withbg.topLeft .card, .privateblog .proto-fullwidth-withbg.topRight .card {
      top: 0;
      /*account for caption*/
      margin-top: 0;
      margin-bottom: 375px; }
    .private .proto-fullwidth-withbg.topLeft.hasCaption .card, .private .proto-fullwidth-withbg.topRight.hasCaption .card, .privateblog .proto-fullwidth-withbg.topLeft.hasCaption .card, .privateblog .proto-fullwidth-withbg.topRight.hasCaption .card {
      top: 45px !important; }
    .private .proto-fullwidth-withbg.topLeft .content, .private .proto-fullwidth-withbg.topRight .content, .privateblog .proto-fullwidth-withbg.topLeft .content, .privateblog .proto-fullwidth-withbg.topRight .content {
      background-position-y: bottom; }
    .private .proto-fullwidth-withbg .card .card-body .card-title, .privateblog .proto-fullwidth-withbg .card .card-body .card-title {
      line-height: 28px !important;
      text-align: center; }
    .private .proto-fullwidth-withbg .card .cta, .private .proto-fullwidth-withbg .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .private .proto-fullwidth-withbg .card .form-submit, .privateblog .proto-fullwidth-withbg .card .cta, .privateblog .proto-fullwidth-withbg .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .privateblog .proto-fullwidth-withbg .card .form-submit {
      margin: 35px auto 0; } }
  .private .swiperParagraph .controls-container.top, .privateblog .swiperParagraph .controls-container.top {
    width: 100%; }
  .private .swiperParagraph .controls-container .controls-right, .privateblog .swiperParagraph .controls-container .controls-right {
    float: right; }

@media all and (max-width: 47.99em) {
  .private-first-row {
    display: none; } }

a {
  transition: all 200ms; }

/*.cta{
	font-size: em(24px);
	padding: 0.4em 2em;
	border-radius: 3px;
	border:0;
}*/
.webform-client-form input.cta, .webform-client-form .searchListingPage .views-exposed-form .views-submit-button input.form-submit, .searchListingPage .views-exposed-form .views-submit-button .webform-client-form input.form-submit, .webform-submit .cta, .webform-submit .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .webform-submit .form-submit {
  font-size: 24px;
  padding: 0.4em 2em;
  margin: 15px 0; }

.cta, .searchListingPage .views-exposed-form .views-submit-button .form-submit, a.cta, .searchListingPage .views-exposed-form .views-submit-button a.form-submit {
  font-size: 15px;
  border: 0;
  -webkit-appearance: none;
  background-color: #3c1a40;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 30px;
  margin: 35px;
  text-align: center;
  width: fit-content;
  display: block;
  font-family: 'trm-lexia-regular', Arial, sans-serif; }
  .cta.u-bgWhite, .searchListingPage .views-exposed-form .views-submit-button .u-bgWhite.form-submit, a.cta.u-bgWhite, .searchListingPage .views-exposed-form .views-submit-button a.u-bgWhite.form-submit {
    background-color: white !important;
    color: #3c1a40 !important; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS */
  .cta, .searchListingPage .views-exposed-form .views-submit-button .form-submit, a.cta, .searchListingPage .views-exposed-form .views-submit-button a.form-submit {
    display: table; } }
@supports not (width: fit-content) {
  /* Edge 12+ CSS */
  .cta, .searchListingPage .views-exposed-form .views-submit-button .form-submit, a.cta, .searchListingPage .views-exposed-form .views-submit-button a.form-submit {
    display: table; } }
@supports (-ms-ime-align: auto) {
  /* Edge 16+ CSS */
  .cta, .searchListingPage .views-exposed-form .views-submit-button .form-submit, a.cta, .searchListingPage .views-exposed-form .views-submit-button a.form-submit {
    display: table; } }
.cookie_agree {
  background-color: white;
  color: #00a0cd;
  font-weight: bold;
  margin: 0 !important; }

.icon-close {
  background-color: transparent;
  border: 0; }

.privateblog, .privateblog.editorial .SpotlightNavigationItem a p {
  background: #f3f3f3; }

.editorial-wrapper {
  position: relative;
  overflow: hidden; }

.editorial img {
  max-width: 100%; }
.editorial .blog-home {
  text-align: center;
  margin: 48px 0 36px;
  display: block; }
  @media all and (max-width: 48em) {
    .editorial .blog-home {
      max-width: 50%;
      margin: 2em auto; } }
.editorial .topic-filter-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 0 30px; }
  @media all and (max-width: 48em) {
    .editorial .topic-filter-wrap {
      margin: 10px 0 10px; } }
  @media all and (min-width: 48em) {
    .editorial .topic-filter-wrap:before {
      content: "";
      border-top: 1px solid #b8babb;
      width: 100%;
      height: 1px;
      display: block;
      position: absolute;
      top: 50%; } }
.editorial .topic-filter {
  font-size: 19px;
  background: #fff;
  z-index: 4;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
  background: #fff; }
  .privateblog.editorial .topic-filter {
    background: #f3f3f3; }
  .editorial .topic-filter + .topic-filter {
    z-index: 3; }
    @media all and (min-width: 48em) {
      .editorial .topic-filter + .topic-filter {
        padding-left: 0;
        z-index: 4;
        left: -5px; }
        .js .editorial .topic-filter + .topic-filter ul {
          left: 0; } }
  @media all and (max-width: 48em) {
    .editorial .topic-filter {
      font-size: 18px;
      margin-bottom: 10px; } }
  @media all and (min-width: 48em) {
    .editorial .topic-filter {
      position: relative;
      text-align: left;
      margin-bottom: 0;
      display: inline-block; } }
  .editorial .topic-filter a {
    color: #333;
    padding: 5px 10px;
    text-decoration: none;
    background: #fff; }
  .editorial .topic-filter .topic-filter--toggle {
    position: relative;
    padding: 5px 35px 5px 10px;
    border: 1px solid #b8babb;
    display: inline-block; }
    @media all and (min-width: 48em) {
      .editorial .topic-filter .topic-filter--toggle {
        min-width: 300px; } }
    .editorial .topic-filter .topic-filter--toggle:after {
      content: "";
      width: 22px;
      height: 12px;
      background: url("../img/design/trm-sprite.png") 0 -2040px;
      position: absolute;
      right: 10px;
      top: 12px; }
    .editorial .topic-filter .topic-filter--toggle.open {
      font-weight: bold; }
  .js .editorial .topic-filter ul {
    position: absolute;
    left: 20px;
    right: 20px;
    list-style: none;
    background: #fff;
    padding: 0;
    margin: -1px 0 0;
    display: none;
    border: 1px solid #b8babb;
    border-top: none; }
    .js .editorial .topic-filter ul a {
      padding: 5px 10px;
      display: block; }
.editorial .editorial-hero-landing img {
  width: 100%; }
.editorial .editorial-hero-landing div {
  position: relative;
  padding: 20px; }
  @media all and (min-width: 48em) {
    .editorial .editorial-hero-landing div {
      margin: -50px 170px 50px;
      padding: 30px 30px 40px; } }
  .editorial .editorial-hero-landing div .topic {
    color: #fff;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 13px; }
  .editorial .editorial-hero-landing div h2 {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    font-weight: normal; }
.editorial .editorial-listing-wrapper + .editorial-listing-wrapper {
  clear: both; }
@media all and (min-width: 48em) {
  .editorial .editorial-listing-left {
    float: left;
    width: 700px; }
    .privateblog.editorial .editorial-listing-left {
      width: 520px; }
    .editorial .editorial-listing-left .editorial-listing-item div span span {
      display: inline;
      position: relative; } }
@media all and (min-width: 48em) {
  .editorial .editorial-listing-right {
    float: right;
    width: 340px; }
    .privateblog.editorial .editorial-listing-right {
      width: 520px; }
    .editorial .editorial-listing-right .editorial-listing-item h2 {
      font-size: 24px; }
    .editorial .editorial-listing-right .editorial-listing-item p {
      font-size: 15px; }
    .editorial .editorial-listing-right .editorial-listing-item div span {
      position: static;
      display: block; }
      .editorial .editorial-listing-right .editorial-listing-item div span span {
        display: inline; } }
.editorial .editorial-listing-item {
  border-bottom: 1px solid #b8babb;
  padding: 10px 0; }
  .privateblog.editorial .editorial-listing-item {
    border: none;
    margin-bottom: 2em !important;
    padding-bottom: 2em !important; }
    .privateblog.editorial .editorial-listing-item.no-img {
      background-color: #727678;
      color: white;
      padding-left: 2em;
      padding-right: 2em; }
      .privateblog.editorial .editorial-listing-item.no-img a {
        color: white; }
  @media all and (min-width: 48em) {
    .editorial .editorial-listing-item {
      padding: 30px 0; }
      .privateblog.editorial .editorial-listing-item {
        padding: 21px 0 0; } }
  .editorial .editorial-listing-item img {
    display: block;
    width: 100%; }
    .editorial .editorial-listing-item img + div {
      background: #fff;
      padding: 20px; }
      @media all and (min-width: 48em) {
        .privateblog.editorial .editorial-listing-item img + div {
          margin: -60px 40px 0; }
          .privateblog.editorial .editorial-listing-item img + div h2 {
            font-size: 24px; }
          .privateblog.editorial .editorial-listing-item img + div p {
            font-size: 15px; } }
  .editorial .editorial-listing-item div {
    position: relative; }
    @media all and (min-width: 48em) {
      .privateblog.editorial .editorial-listing-item div {
        margin: 60px 0; } }
    .editorial .editorial-listing-item div img {
      display: block;
      width: 100%; }
    .editorial .editorial-listing-item div span {
      font-family: arial;
      font-size: 13px;
      background: #fff;
      bottom: 0;
      left: 0;
      padding-bottom: 0;
      display: inline-block; }
      .privateblog.editorial .editorial-listing-item div span {
        background: none; }
      @media all and (min-width: 48em) {
        .editorial .editorial-listing-item div span {
          position: absolute;
          min-width: 240px;
          padding: 10px 10px 5px 0; }
          .privateblog.editorial .editorial-listing-item div span {
            position: static; } }
  .privateblog.editorial .editorial-listing-item h2 {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    font-weight: normal;
    margin: 5px 0 0; }
  .privateblog.editorial .editorial-listing-item p {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    font-weight: normal; }
  .editorial .editorial-listing-item a {
    text-decoration: none;
    color: #3c1a40; }
    .editorial .editorial-listing-item a:hover, .editorial .editorial-listing-item a:focus {
      text-decoration: underline; }
  @media all and (min-width: 48em) {
    .editorial .editorial-listing-item h2 {
      font-size: 37px; }
      .privateblog.editorial .editorial-listing-item h2 {
        font-size: 37px; }
    .editorial .editorial-listing-item p {
      font-size: 19px; }
      .privateblog.editorial .editorial-listing-item p {
        font-size: 19px; }
    .editorial .editorial-listing-item .more {
      font-size: 15px; } }
.editorial .editorial-landing-hidden {
  display: none; }
.editorial .load-more {
  clear: both;
  display: block;
  margin: 2em auto;
  text-align: center;
  padding: 10px;
  color: #fff;
  border: 1px solid #cc0099;
  background: #cc0099;
  text-decoration: none;
  font-size: 20px;
  transition: all .2s; }
  .editorial .load-more.load-more-landing, .editorial .load-more img {
    display: none; }
  @media all and (min-width: 48em) {
    .editorial .load-more {
      width: 33.2%;
      margin: 40px auto 40px 33.3%;
      padding: 15px;
      font-size: 24px;
      float: left; } }
  .privateblog.editorial .load-more {
    border: none;
    color: #fff;
    background: #00a4a1; }
  .editorial .load-more:hover, .editorial .load-more:focus {
    background: #fff;
    color: #cc0099; }
    .privateblog.editorial .load-more:hover, .editorial .load-more:focus {
      color: #fff;
      background: #00a0cd; }
.editorial .topic {
  text-transform: uppercase;
  color: #00a0cd;
  font-size: 15px;
  display: block;
  padding: 1.3em 0; }
  @media all and (max-width: 48em) {
    .editorial .topic {
      clear: both; } }
  .privateblog.editorial .topic {
    color: #727678; }
  .editorial .topic span {
    color: #727678; }
.editorial .pageHeader {
  font-family: 'trm-lexia-bold'; }
  @media all and (max-width: 48em) {
    .editorial .pageHeader {
      font-size: 2em; } }
  .topic + .editorial .pageHeader {
    margin-top: 0; }
  .privateblog.editorial .pageHeader {
    font-family: 'trm-lexia-regular'; }
.editorial .pageHeader {
  color: #3c1a40; }
  .privateblog.editorial .pageHeader {
    color: #727678; }
.editorial .IntroText {
  color: #3c1a40; }
  .privateblog.editorial .IntroText {
    color: #727678; }
.editorial .tags-list {
  border-top: 1px solid #b8babb; }
  .editorial .tags-list p {
    display: inline-block;
    padding-right: 10px; }
    @media all and (max-width: 48em) {
      .editorial .tags-list p {
        margin-bottom: 0; } }
  .editorial .tags-list ul {
    display: inline-block;
    padding: 0; }
    @media all and (max-width: 48em) {
      .editorial .tags-list ul {
        display: inline; } }
  .editorial .tags-list li {
    display: inline-block; }
    .editorial .tags-list li a {
      display: inline-block;
      padding: 5px 10px;
      margin: 0 2px 5px;
      border: 1px solid #3c1a40;
      color: #3c1a40;
      text-decoration: none;
      transition: all .2s; }
      .privateblog.editorial .tags-list li a {
        border: 1px solid #00a0cd; }
      .editorial .tags-list li a:hover, .editorial .tags-list li a:focus {
        color: #fff;
        background: #3c1a40; }
        .privateblog.editorial .tags-list li a:hover, .editorial .tags-list li a:focus {
          background: #00a0cd; }
.editorial .author-info {
  margin-bottom: 1em;
  display: block; }
  .editorial .author-info a {
    text-decoration: none;
    color: #3c1a40;
    display: inline-block; }
    .privateblog.editorial .author-info a {
      color: #727678; }
  .editorial .author-info span {
    vertical-align: middle;
    font-size: 1.3em;
    color: #af80dc; }
    .privateblog.editorial .author-info span {
      color: #727678; }
.editorial .editorial-hero {
  position: relative;
  margin: 2em 0;
  clear: both; }
  @media all and (min-width: 48em) {
    .editorial .editorial-hero {
      margin: 4em 0; } }
  .privateblog.editorial .editorial-hero {
    padding-bottom: 2em; }
  .editorial .editorial-hero img {
    display: block;
    width: 100%; }
  .editorial .editorial-hero p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    max-width: 490px;
    padding: 10px 10px 0 0;
    margin: 0;
    font-family: arial;
    font-size: 12px; }
    @media all and (max-width: 48em) {
      .editorial .editorial-hero p {
        position: static; } }
    .privateblog.editorial .editorial-hero p {
      color: #333;
      font-family: georgia;
      font-style: italic;
      font-size: 15px;
      text-align: center;
      padding: 20px; }
      @media all and (min-width: 48em) {
        .privateblog.editorial .editorial-hero p {
          width: 722px;
          max-width: none;
          left: 170px; } }
.editorial .editorial-group {
  overflow: hidden; }
  @media all and (min-width: 48em) {
    .editorial .editorial-group {
      padding: 0 170px; } }
  @media all and (max-width: 48em) {
    .editorial .editorial-group div {
      width: 44vw; } }
  .editorial .editorial-group img {
    display: block;
    margin-bottom: 22px;
    max-width: 100%; }
    @media all and (max-width: 48em) {
      .editorial .editorial-group img {
        margin-bottom: 3vw; } }
  .editorial .editorial-group p {
    clear: both;
    font-size: 15px;
    font-family: arial; }
    .privateblog.editorial .editorial-group p {
      color: #333;
      font-family: georgia;
      font-style: italic;
      text-align: center; }
  @media all and (max-width: 48em) {
    .editorial .editorial-group.editorial-gallery .u-floatLeft {
      float: left;
      width: 48%; }
    .editorial .editorial-group.editorial-gallery .u-floatRight {
      float: right;
      width: 48%; } }
  @media all and (max-width: 34.6875em) {
    .editorial .editorial-group.editorial-gallery .u-floatLeft, .editorial .editorial-group.editorial-gallery .u-floatRight {
      float: none;
      width: 70%;
      max-width: 400px;
      margin: auto; }
      .editorial .editorial-group.editorial-gallery .u-floatLeft img, .editorial .editorial-group.editorial-gallery .u-floatRight img {
        width: 100%; } }
  @media all and (max-width: 28.125em) {
    .editorial .editorial-group.editorial-gallery .u-floatLeft, .editorial .editorial-group.editorial-gallery .u-floatRight {
      width: 80%; } }
.editorial .blockquote {
  padding: 1em 0;
  margin: 3em 0;
  clear: both; }
  .privateblog.editorial .blockquote {
    color: #727678; }
  .editorial .blockquote .quote {
    font-family: georgia;
    font-style: italic; }
    .privateblog.editorial .blockquote .quote {
      color: #727678;
      font-family: arial;
      font-style: normal; }
  .editorial .blockquote footer {
    color: #cc0099;
    font-family: arial;
    font-size: 15px; }
    .privateblog.editorial .blockquote footer {
      text-transform: none;
      color: #727678;
      font-family: 'trm-lexia-regular'; }
    .editorial .blockquote footer span {
      display: block; }
.editorial .MainBodyText {
  line-height: 1.5;
  margin-bottom: 2em; }
  .editorial .MainBodyText.MainBodyText-first p:first-child::first-letter {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 5px 7px 0 7px;
    line-height: 1.2;
    font-size: 2em;
    background: #3c1a40;
    color: #fff;
    vertical-align: middle;
    border-radius: 4px; }
    .privateblog.editorial .MainBodyText.MainBodyText-first p:first-child::first-letter {
      background: #727678; }
  @media all and (min-width: 48em) {
    .editorial .MainBodyText {
      padding: 0 170px; } }
  .editorial .MainBodyText img {
    width: 100%;
    display: block;
    margin: 2em 0; }
.editorial .article-link, .editorial .article-stat {
  border: 1px solid #cc0099;
  border-width: 1px 0;
  padding: 20px 0;
  margin: 10px 0; }
  .editorial .article-link + .article-link, .editorial .article-link + .article-stat, .editorial .article-stat + .article-link, .editorial .article-stat + .article-stat {
    margin-top: 50px; }
  .privateblog.editorial .article-link, .editorial .article-stat {
    border-color: #727678; }
  .editorial .article-link.purple, .editorial .article-stat.purple {
    border-color: #3c1a40; }
  .editorial .article-link.fuchsia, .editorial .article-stat.fuchsia {
    border-color: #cc0099; }
  .editorial .article-link.dark-fuchsia, .editorial .article-stat.dark-fuchsia {
    border-color: #da3d81; }
  .editorial .article-link.turquoise, .editorial .article-stat.turquoise {
    border-color: #00a4a1; }
  .editorial .article-link.aqua, .editorial .article-stat.aqua {
    border-color: #ccedec; }
  .editorial .article-link.grey, .editorial .article-stat.grey {
    border-color: #727678; }
  .editorial .article-link.white, .editorial .article-stat.white {
    border-color: #ffffff; }
  .editorial .article-link span, .editorial .article-stat span {
    text-transform: uppercase;
    font-family: arial;
    color: #00a0cd;
    font-size: 13px; }
    .privateblog.editorial .article-link span, .editorial .article-stat span {
      color: #727678; }
  .editorial .article-link h2, .editorial .article-stat h2 {
    margin-bottom: 0; }
  .editorial .article-link a, .editorial .article-stat a {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    color: #3c1a40;
    text-decoration: none; }
    .editorial .article-link a:hover, .editorial .article-link a:focus, .editorial .article-stat a:hover, .editorial .article-stat a:focus {
      text-decoration: underline; }
  .editorial .article-link p, .editorial .article-stat p {
    font-size: 1.1875em; }
  @media all and (min-width: 48em) {
    .editorial .article-link, .editorial .article-stat {
      padding: 40px 20px 40px 0;
      width: 320px; }
      .editorial .article-link.u-floatLeft, .editorial .article-stat.u-floatLeft {
        margin-left: -170px;
        margin-right: 20px; }
      .editorial .article-link.u-floatRight, .editorial .article-stat.u-floatRight {
        margin-right: -170px;
        margin-left: 20px; }
      .editorial .article-link.article-link-full, .editorial .article-stat.article-link-full {
        width: 722px;
        padding: 40px 20px;
        margin: 0 auto 4em;
        background: #f8f8f8; }
        .privateblog.editorial .article-link.article-link-full, .editorial .article-stat.article-link-full {
          background: #fff; }
        .editorial .article-link.article-link-full h2, .editorial .article-stat.article-link-full h2 {
          font-size: 37px;
          margin-top: .7em; } }
.editorial .u-floatLeft .article-link, .editorial .u-floatLeft .article-stat {
  margin-left: -170px;
  margin-right: 20px; }
.editorial .u-floatRight .article-link, .editorial .u-floatRight .article-stat {
  margin-right: -170px;
  margin-left: 20px; }
.editorial .article-stat {
  border-top-width: 5px;
  border-color: #3c1a40;
  padding: 0 0 20px; }
  .editorial .article-stat b {
    line-height: 1.2;
    font-size: 60px;
    color: #00a4a1; }
    @media all and (min-width: 48em) {
      .editorial .article-stat b {
        font-size: 100px; } }
    .privateblog.editorial .article-stat b {
      color: #727678; }
  .editorial .article-stat p {
    font-size: 37px;
    margin: -10px 0 0; }
.editorial .SpotlightNavigation-nolinks img {
  width: 100%; }
.editorial .SpotlightNavigation-nolinks .SpotlightNavigationItem {
  position: relative; }
  .editorial .SpotlightNavigation-nolinks .SpotlightNavigationItem div {
    position: absolute;
    bottom: 0;
    width: 100%; }
.editorial .SpotlightNavigation-nolinks p {
  background-color: white;
  width: 75%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  font-size: 12px;
  padding: 1em 1em 1em 0;
  letter-spacing: 0.02em;
  font-family: 'trm-lexia-regular', Arial, sans-serif;
  margin: 0;
  float: left; }
.editorial .secondaryNavigation {
  border-width: 5px; }
  .editorial .secondaryNavigation h2 {
    font-size: 37px; }
  .editorial .secondaryNavigation ul.secondaryNav {
    background: none;
    border-width: 1px; }
  .editorial .secondaryNavigation li {
    border-width: 1px; }
    .editorial .secondaryNavigation li .mainLink {
      font-family: 'trm-lexia-regular', Arial, sans-serif;
      padding: .5em 0; }
      .editorial .secondaryNavigation li .mainLink .icon-angle-right {
        margin-top: 0;
        font-size: 1.4em; }
.editorial .SpotlightNavigationItem a p {
  font-size: 23px;
  min-height: 4em;
  padding: .5em .5em .5em 0; }
  @media all and (min-width: 34.6875em) and (max-width: 48em) {
    .editorial .SpotlightNavigationItem a p {
      font-size: 1em; } }
  @media all and (min-width: 28.125em) and (max-width: 34.6875em) {
    .editorial .SpotlightNavigationItem a p {
      font-size: 0.8em; } }
@media all and (min-width: 48em) {
  .editorial .Utilities {
    margin-left: 170px;
    margin-right: 170px; } }
.editorial .editorial-qna {
  border-width: 5px; }
  .editorial .editorial-qna h1 {
    margin-top: 0; }
  .editorial .editorial-qna div {
    border: 5px solid #cccccc;
    padding: 10px;
    margin: 10px 0; }
    @media all and (min-width: 48em) {
      .editorial .editorial-qna div {
        border-width: 10px;
        padding: 75px;
        margin: 25px 85px; } }
    .editorial .editorial-qna div.u-borderWhite {
      border-color: white;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 15px;
      border: none; }
    .editorial .editorial-qna div.u-borderFuchsia {
      border-color: #cc0099; }
    .editorial .editorial-qna div.u-borderDarkFuchsia {
      border-color: #da3d81; }
    .editorial .editorial-qna div.u-borderPurple {
      border-color: #3c1a40; }
    .editorial .editorial-qna div.u-borderGrey {
      border-color: #cccccc; }
    .editorial .editorial-qna div.u-borderAqua {
      border-color: #ccedec; }
    .editorial .editorial-qna div.u-borderTurquoise {
      border-color: #00a0cd; }
    .editorial .editorial-qna div h1 {
      font-size: 57px;
      font-family: arial;
      font-weight: normal;
      margin-bottom: .5em; }
      @media all and (max-width: 48em) {
        .editorial .editorial-qna div h1 {
          font-size: 37px; }
          .topic + .editorial .editorial-qna div h1 {
            margin-top: 0; } }
    .editorial .editorial-qna div .IntroText {
      font-size: 24px;
      border: none; }
      @media all and (max-width: 48em) {
        .editorial .editorial-qna div .IntroText {
          padding-bottom: 0; } }
    .editorial .editorial-qna div h2 {
      font-family: georgia;
      font-size: 19px;
      font-style: italic;
      font-weight: normal; }
    .editorial .editorial-qna div p {
      border-bottom: 1px solid #cccccc !important;
      padding-bottom: 1em;
      font-size: 19px; }
      @media all and (max-width: 48em) {
        .editorial .editorial-qna div p {
          font-size: 1em; } }
      .editorial .editorial-qna div p:last-child {
        border: none !important;
        padding-bottom: 0; }
.editorial .editorial-spot {
  border-width: 5px;
  padding: 2em 0; }
  @media all and (min-width: 48em) {
    .editorial .editorial-spot {
      padding: 80px 170px 60px; }
      .editorial .editorial-spot .article-img {
        max-width: 320px; }
        .editorial .editorial-spot .article-img.u-floatLeft {
          margin: 0 20px 10px -170px; }
        .editorial .editorial-spot .article-img.u-floatRight {
          margin: 0 -170px 10px 20px; }
      .editorial .editorial-spot h1 {
        font-size: 37px; }
      .editorial .editorial-spot p {
        font-size: 19px; } }
  .editorial .editorial-spot .topic {
    padding-bottom: 0; }
  .editorial .editorial-spot p {
    font-style: italic;
    font-family: georgia; }
.privateblog.editorial .SpotlightNavigation h1 {
  color: #727678; }
.privateblog.editorial .secondaryNavigation h2 {
  color: #727678; }
.editorial .blockquote p span.icon.icon-rmQuoteMarksRight {
  float: right; }
@media all and (max-width: 48em) {
  .editorial .MainBodyText.editorial-content .u-floatRight, .editorial .u-floatLeft {
    float: none;
    margin: auto; }
    .editorial .MainBodyText.editorial-content .u-floatRight .article-link, .editorial .MainBodyText.editorial-content .u-floatRight .article-stat, .editorial .u-floatLeft .article-link, .editorial .u-floatLeft .article-stat {
      margin-right: 0;
      margin-left: 0; } }
.editorial .external-link {
  display: inline-block; }

.Utilities-editorial {
  max-width: 320px;
  padding: 10px 0 0;
  margin: 0 !important; }
  @media all and (max-width: 48em) {
    .Utilities-editorial.Utilities-editorial-content.u-floatRight {
      float: none; } }
  @media all and (min-width: 48em) {
    .Utilities-editorial.Utilities-editorial-landing {
      max-width: 340px;
      width: 340px;
      border-bottom: 1px solid #cccccc;
      padding-bottom: 20px; }
      .privateblog .Utilities-editorial.Utilities-editorial-landing {
        max-width: 520px;
        width: 520px;
        border: none;
        text-align: center;
        padding: 40px 0; } }
  .Utilities-editorial p {
    display: inline-block;
    margin: 0; }
  .Utilities-editorial .SocialLinks {
    left: auto;
    width: auto;
    position: static;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle; }
    .Utilities-editorial .SocialLinks li {
      width: 45px; }
    body .Utilities-editorial .SocialLinks a {
      color: #3c1a40;
      line-height: 1.2;
      float: right; }
      body .Utilities-editorial .SocialLinks a:hover, body .Utilities-editorial .SocialLinks a:focus {
        color: #af80dc; }
  .privateblog .Utilities-editorial .SocialLinks a {
    color: #727678; }

#block-bean-footer {
  clear: both; }

.editorial .utilities-share-simulate {
  height: 0; }
  @media all and (min-width: 48em) {
    .editorial .utilities-share-simulate {
      height: 60px; } }

.privateblog.editorial .utilities-share-simulate {
  height: 0; }
  @media all and (min-width: 48em) {
    .privateblog.editorial .utilities-share-simulate {
      height: 100px; } }

.privateblog .external-link {
  background-color: #00a4a1; }

.tb-megamenu {
  padding-left: 0;
  padding-right: 0;
  margin-top: -1px;
  position: relative;
  background: none;
  /* padding inside dropdown fix*/
  /********** SEARCH BLOCK **************/
  /****** MOBILE STYLING ******/ }
  .tb-megamenu .level-0 > li:first-child {
    margin-left: 54px; }
    @media all and (max-width: 47.99em) {
      .tb-megamenu .level-0 > li:first-child {
        margin: 0; } }
  .tb-megamenu .submenuTitle {
    display: none; }
  .tb-megamenu .mega > .mega-dropdown-menu {
    min-width: 300px; }
  .tb-megamenu .tb-megamenu-column {
    overflow: hidden; }
    .tb-megamenu .tb-megamenu-column .img-wrapper {
      height: 150px;
      overflow: hidden; }
      .tb-megamenu .tb-megamenu-column .img-wrapper img {
        width: 100%;
        height: auto;
        /* height: 100%; 
        width: 100%; 
        object-fit: cover;
        object-position: center; */ }
    .tb-megamenu .tb-megamenu-column.u-bgWhite {
      background: #ffffff !important; }
  .tb-megamenu .nav li > a, .tb-megamenu .nav li.dropdown > a {
    font-family: 'trm-lexia-light', Arial, sans-serif;
    font-size: 1.0625em;
    line-height: 33px;
    letter-spacing: 0;
    border: 0;
    font-weight: normal;
    padding: 20px;
    color: #ffffff;
    text-decoration: none; }
    .tb-megamenu .nav li > a .caret, .tb-megamenu .nav li.dropdown > a .caret {
      display: none !important; }
    .tb-megamenu .nav li > a:hover, .tb-megamenu .nav li > a:focus, .tb-megamenu .nav li.dropdown > a:hover, .tb-megamenu .nav li.dropdown > a:focus {
      background: #ffffff;
      color: #3c1a40; }
    .tb-megamenu .nav li > a i, .tb-megamenu .nav li.dropdown > a i {
      line-height: 1.4;
      font-size: 15px; }
  .tb-megamenu .nav li.active a, .tb-megamenu .nav li.active > .dropdown-toggle, .tb-megamenu .nav li.active a:hover, .tb-megamenu .nav li.active.open > .dropdown-toggle, .tb-megamenu .nav li.active.open > a:hover, .tb-megamenu .nav li.dropdown.active a, .tb-megamenu .nav li.dropdown.active > .dropdown-toggle, .tb-megamenu .nav li.dropdown.active a:hover, .tb-megamenu .nav li.dropdown.active.open > .dropdown-toggle, .tb-megamenu .nav li.dropdown.active.open > a:hover {
    background: white;
    color: #3c1a40; }
  .tb-megamenu .nav li.open .tb-megamenu-subnav .tb-megamenu-submenu, .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav .tb-megamenu-submenu {
    padding: 0; }
  .tb-megamenu .nav li.open .tb-megamenu-subnav a, .tb-megamenu .nav li.open .tb-megamenu-subnav a:hover, .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a, .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a:hover {
    color: #3c1a40;
    border: 0;
    background: transparent; }
  .tb-megamenu .nav li.open > .dropdown-toggle, .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
    color: #3c1a40; }
  .tb-megamenu .nav li.search-toggle a, .tb-megamenu .nav li.dropdown.search-toggle a {
    display: flex;
    align-items: center; }
  .tb-megamenu .nav .tb-megamenu-submenu {
    padding: 1em;
    background: #ffffff;
    overflow: hidden; }
    .tb-megamenu .nav .tb-megamenu-submenu .tb-megamenu-item > a {
      color: #3c1a40; }
    .tb-megamenu .nav .tb-megamenu-submenu .first-column {
      position: relative; }
      .tb-megamenu .nav .tb-megamenu-submenu .first-column:after {
        position: absolute;
        top: 0;
        right: 0;
        content: "";
        border-right: 1px solid rgba(151, 151, 151, 0.09);
        height: 100vh; }
      @media all and (max-width: 47.99em) {
        .tb-megamenu .nav .tb-megamenu-submenu .first-column {
          /* bean dropdown info */ }
          .tb-megamenu .nav .tb-megamenu-submenu .first-column:after {
            content: unset; }
          .tb-megamenu .nav .tb-megamenu-submenu .first-column .mega-inner {
            padding-top: 0; }
          .tb-megamenu .nav .tb-megamenu-submenu .first-column .block-bean {
            font-family: 'trm-lexia-light', Arial, sans-serif;
            line-height: 23px;
            font-size: 16px; } }
  .tb-megamenu .cta, .tb-megamenu .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .tb-megamenu .form-submit {
    margin: 35px 0 0 0;
    color: #ffffff;
    padding: 15px 30px; }
  .tb-megamenu .mega-nav > li a {
    padding: 0; }
  .tb-megamenu .mega-nav .mega-group > .mega-group-title {
    font-size: 12px;
    color: #727678;
    padding: 0;
    font-family: 'Roboto-regular', Arial, sans-serif;
    letter-spacing: 2px;
    font-weight: normal;
    text-transform: uppercase; }
    .tb-megamenu .mega-nav .mega-group > .mega-group-title .caret {
      display: none !important; }
  .tb-megamenu .dropdown-menu {
    border: 0 !important;
    box-shadow: none; }
    .tb-megamenu .dropdown-menu .cta, .tb-megamenu .dropdown-menu .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .tb-megamenu .dropdown-menu .form-submit {
      color: #ffffff;
      padding: 15px 30px; }
    .tb-megamenu .dropdown-menu .mega-nav > li a {
      padding: 0; }
    .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.8) !important;
      padding: 0;
      font-family: 'Roboto-regular', Arial, sans-serif;
      letter-spacing: 2px;
      font-weight: normal;
      text-transform: uppercase; }
      @media all and (max-width: 61.1775em) {
        .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title {
          color: rgba(255, 255, 255, 0.5) !important;
          text-decoration: none !important; } }
      .tb-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title .caret {
        display: none !important; }
  .tb-megamenu .grey-bg {
    background: white !important; }
    .tb-megamenu .grey-bg .mega-dropdown-inner {
      background-color: rgba(0, 0, 0, 0.04); }
  .tb-megamenu .white-bg {
    background: #ffffff; }
  .tb-megamenu .no-padding {
    padding: 0 !important; }
  .tb-megamenu .tb-block {
    margin: 0; }
  .tb-megamenu .mega-inner {
    padding: 20px 15px; }
  .tb-megamenu .tb-megamenu-column-inner.mega-inner:nth-child(n+2) {
    padding-top: 0px; }
  .tb-megamenu .span12.mega-col-nav .mega-inner {
    padding: 0; }
  .tb-megamenu .u-floatRight {
    float: right !important; }
  .tb-megamenu .hide-text i {
    font-size: initial; }
  .tb-megamenu .search-toggle .tb-megamenu-row {
    padding: 0;
    border: 0; }
  .tb-megamenu .search-toggle .mega-inner {
    padding: 0px; }
  .tb-megamenu #block-search-form, .tb-megamenu .MainSearch {
    background-color: #ffffff;
    width: 600px;
    padding: 20px 20px 10px 20px; }
    @media all and (max-width: 47.99em) {
      .tb-megamenu #block-search-form, .tb-megamenu .MainSearch {
        padding: 1em 1em 0.4em; } }
    .tb-megamenu #block-search-form input[name="search_block_form"], .tb-megamenu #block-search-form .MainSearch-field, .tb-megamenu .MainSearch input[name="search_block_form"], .tb-megamenu .MainSearch .MainSearch-field {
      background-color: transparent;
      border: 0;
      border-radius: 0;
      color: #3c1a40;
      height: auto;
      width: 90%;
      line-height: auto;
      margin-bottom: 0px;
      padding: 0.4em;
      font-size: 20pt;
      display: inline-block;
      box-shadow: none;
      font-family: 'trm-lexia-thin', Arial, sans-serif; }
      .tb-megamenu #block-search-form input[name="search_block_form"]::-webkit-input-placeholder, .tb-megamenu #block-search-form .MainSearch-field::-webkit-input-placeholder, .tb-megamenu .MainSearch input[name="search_block_form"]::-webkit-input-placeholder, .tb-megamenu .MainSearch .MainSearch-field::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #3c1a40; }
      .tb-megamenu #block-search-form input[name="search_block_form"]:-moz-placeholder, .tb-megamenu #block-search-form .MainSearch-field:-moz-placeholder, .tb-megamenu .MainSearch input[name="search_block_form"]:-moz-placeholder, .tb-megamenu .MainSearch .MainSearch-field:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #3c1a40;
        opacity: 1; }
      .tb-megamenu #block-search-form input[name="search_block_form"]::-moz-placeholder, .tb-megamenu #block-search-form .MainSearch-field::-moz-placeholder, .tb-megamenu .MainSearch input[name="search_block_form"]::-moz-placeholder, .tb-megamenu .MainSearch .MainSearch-field::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #3c1a40;
        opacity: 1; }
      .tb-megamenu #block-search-form input[name="search_block_form"]:-ms-input-placeholder, .tb-megamenu #block-search-form .MainSearch-field:-ms-input-placeholder, .tb-megamenu .MainSearch input[name="search_block_form"]:-ms-input-placeholder, .tb-megamenu .MainSearch .MainSearch-field:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #3c1a40; }
      @media all and (max-width: 47.99em) {
        .tb-megamenu #block-search-form input[name="search_block_form"], .tb-megamenu #block-search-form .MainSearch-field, .tb-megamenu .MainSearch input[name="search_block_form"], .tb-megamenu .MainSearch .MainSearch-field {
          font-size: 16pt; } }
    .tb-megamenu #block-search-form input[type="submit"], .tb-megamenu #block-search-form .MainSearch-submit, .tb-megamenu .MainSearch input[type="submit"], .tb-megamenu .MainSearch .MainSearch-submit {
      display: none;
      width: 10%;
      display: inline-block;
      background-color: transparent;
      border: 0;
      text-indent: -9999px;
      height: 32px;
      width: 31px;
      background-repeat: no-repeat;
      background-image: url("../img/design/search-icon-thin-aubergine.svg");
      background-size: contain; }
      @media all and (min-width: 48em) {
        .tb-megamenu #block-search-form input[type="submit"], .tb-megamenu #block-search-form .MainSearch-submit, .tb-megamenu .MainSearch input[type="submit"], .tb-megamenu .MainSearch .MainSearch-submit {
          margin-top: 0.8em;
          padding: 0 1.5em; } }
      @media all and (max-width: 47.99em) {
        .tb-megamenu #block-search-form input[type="submit"], .tb-megamenu #block-search-form .MainSearch-submit, .tb-megamenu .MainSearch input[type="submit"], .tb-megamenu .MainSearch .MainSearch-submit {
          width: 24px;
          height: 24px;
          background-size: 24px 24px; } }
  .tb-megamenu .tb-block .block-apachesolr-stats, .tb-megamenu .tb-block .block-search-api-stats-block {
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.04); }
    .tb-megamenu .tb-block .block-apachesolr-stats h2, .tb-megamenu .tb-block .block-search-api-stats-block h2 {
      color: #727678;
      font-size: 16px;
      font-family: 'trm-lexia-light', Arial, sans-serif;
      margin: 0; }
    .tb-megamenu .tb-block .block-apachesolr-stats .content li, .tb-megamenu .tb-block .block-search-api-stats-block .content li {
      display: inline-block; }
      .tb-megamenu .tb-block .block-apachesolr-stats .content li a, .tb-megamenu .tb-block .block-search-api-stats-block .content li a {
        display: block;
        background-color: #3c1a40;
        color: #ffffff;
        font-size: 15px;
        text-align: center;
        text-transform: capitalize;
        padding: 17px;
        margin: 15px 15px 0px 0px;
        font-family: 'trm-lexia-regular', Arial, sans-serif; }
      .tb-megamenu .tb-block .block-apachesolr-stats .content li:nth-child(n+5), .tb-megamenu .tb-block .block-search-api-stats-block .content li:nth-child(n+5) {
        display: none; }
  .tb-megamenu .no-svg .MainSearch-submit {
    background-image: url("../img/design/search.png"); }
  @media all and (max-width: 61.1775em) {
    .tb-megamenu .btn-navbar {
      display: none;
      box-shadow: none !important;
      border: 0 !important;
      border-radius: 0 !important;
      -webkit-appearance: none !important;
      text-shadow: none !important;
      outline: none !important;
      background: none !important;
      margin: 0 !important; }
      .tb-megamenu .btn-navbar:hover, .tb-megamenu .btn-navbar:focus, .tb-megamenu .btn-navbar:active, .tb-megamenu .btn-navbar.active, .tb-megamenu .btn-navbar.disabled {
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        -webkit-appearance: none !important;
        text-shadow: none !important;
        outline: none !important;
        background: none !important;
        margin: 0 !important; }
        .tb-megamenu .btn-navbar:hover i, .tb-megamenu .btn-navbar:focus i, .tb-megamenu .btn-navbar:active i, .tb-megamenu .btn-navbar.active i, .tb-megamenu .btn-navbar.disabled i {
          font-size: 40pt; }
    .tb-megamenu .nav li.open .tb-megamenu-subnav a, .tb-megamenu .nav li.open .tb-megamenu-subnav .tb-megamenu-subnav a:hover, .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav a, .tb-megamenu .nav li.dropdown.open .tb-megamenu-subnav .tb-megamenu-subnav a:hover {
      color: #ffffff; }
    .tb-megamenu .nav-collapse {
      height: 0 !important;
      overflow: hidden !important;
      left: 0;
      top: 0;
      margin: 0;
      background-color: #3c1a40;
      transition: height 1s ease-in-out;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .tb-megamenu .nav-collapse.open {
        height: calc(100vh - 145px) !important; }
      .tb-megamenu .nav-collapse .contactBtn {
        display: none !important; }
      .tb-megamenu .nav-collapse .search-toggle {
        float: none !important;
        font: inherit;
        color: white; }
        .tb-megamenu .nav-collapse .search-toggle .icon-search-thin {
          padding: 0 35px;
          position: absolute;
          right: 0; }
        .tb-megamenu .nav-collapse .search-toggle input.MainSearch-field {
          padding: 0.4em 0;
          color: white;
          outline: none;
          box-shadow: none;
          width: 85%; }
          .tb-megamenu .nav-collapse .search-toggle input.MainSearch-field::-webkit-input-placeholder {
            /* WebKit browsers */
            color: rgba(255, 255, 255, 0.4); }
          .tb-megamenu .nav-collapse .search-toggle input.MainSearch-field:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: rgba(255, 255, 255, 0.4);
            opacity: 1; }
          .tb-megamenu .nav-collapse .search-toggle input.MainSearch-field::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: rgba(255, 255, 255, 0.4);
            opacity: 1; }
          .tb-megamenu .nav-collapse .search-toggle input.MainSearch-field:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: rgba(255, 255, 255, 0.4); }
        .tb-megamenu .nav-collapse .search-toggle #block-search-form, .tb-megamenu .nav-collapse .search-toggle .MainSearch {
          width: auto;
          padding: 1em 15px 0 15px;
          border: none; }
          .tb-megamenu .nav-collapse .search-toggle #block-search-form form, .tb-megamenu .nav-collapse .search-toggle .MainSearch form {
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            padding-bottom: 10px; }
          .tb-megamenu .nav-collapse .search-toggle #block-search-form .MainSearch-submit, .tb-megamenu .nav-collapse .search-toggle #block-search-form input[type="submit"], .tb-megamenu .nav-collapse .search-toggle .MainSearch .MainSearch-submit, .tb-megamenu .nav-collapse .search-toggle .MainSearch input[type="submit"] {
            background-image: url("../img/design/search-icon-thin-white.svg");
            opacity: 0.4;
            height: 42px;
            width: 25px;
            background-position: center;
            background-size: 20px;
            display: block; }
        .tb-megamenu .nav-collapse .search-toggle .tb-block .block-apachesolr-stats, .tb-megamenu .nav-collapse .search-toggle .tb-block .block-search-api-stats-block {
          padding: 20px 15px; }
          .tb-megamenu .nav-collapse .search-toggle .tb-block .block-apachesolr-stats h2, .tb-megamenu .nav-collapse .search-toggle .tb-block .block-search-api-stats-block h2 {
            color: white; }
          .tb-megamenu .nav-collapse .search-toggle .tb-block .block-apachesolr-stats .content li a, .tb-megamenu .nav-collapse .search-toggle .tb-block .block-search-api-stats-block .content li a {
            background-color: white;
            color: #3c1a40;
            font-family: 'trm-lexia-light', Arial, sans-serif;
            font-size: 15px;
            padding: 10px 20px; }
      .tb-megamenu .nav-collapse .tb-megamenu-submenu {
        padding: 0;
        /* 3 col news block */ }
        .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu {
          position: fixed !important;
          left: 100% !important;
          top: 0;
          transition: left 1s ease-in-out;
          background-color: #250e28;
          height: calc(100vh - 96px) !important; }
          .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu.open {
            left: 0 !important; }
          .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .cta, .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .form-submit {
            background-color: #ffffff !important;
            color: #3c1a40 !important; }
          .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu > .mega-dropdown-inner {
            padding: 20px 35px 35px 35px;
            overflow-y: scroll !important;
            height: calc(100vh - 210px);
            background-color: #250e28; }
          .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .tb-megamenu-row .mega-inner {
            padding-bottom: 0; }
          .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .tb-megamenu-row div {
            background: transparent !important;
            color: #ffffff !important; }
          .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .tb-megamenu-row .tb-megamenu-column .tb-megamenu-item a {
            margin: 0;
            padding-left: 0 !important;
            padding-right: 0 !important;
            text-decoration: underline;
            color: #ffffff !important; }
          .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .submenuTitle {
            padding: 1em;
            color: #ffffff;
            background-color: #3c1a40;
            display: block; }
            .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .submenuTitle .icon {
              border-radius: 50%;
              padding: 15px;
              background-color: #250e28; }
              .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .submenuTitle .icon::after {
                color: #ffffff; }
            .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .submenuTitle h2 {
              display: inline-block;
              margin: 0;
              padding: 0 0 0 20px;
              font-size: 22pt; }
          .tb-megamenu .nav-collapse .tb-megamenu-submenu.dropdown-menu.mega-dropdown-menu .mega-nav > li a {
            margin-left: 0px; }
        .tb-megamenu .nav-collapse .tb-megamenu-submenu .proto-3-col-block.menu-columns .card .card-title a {
          color: #ffffff;
          font-size: 17px; }
        .tb-megamenu .nav-collapse .tb-megamenu-submenu .proto-3-col-block.menu-columns .card .card-text {
          color: #ffffff; }
      .tb-megamenu .nav-collapse ul.level-0 > li > a {
        padding: 10px 35px !important;
        background-color: transparent !important;
        color: white !important; }
      .tb-megamenu .nav-collapse .tb-megamenu-nav {
        background-color: #3c1a40; }
        .tb-megamenu .nav-collapse .tb-megamenu-nav li a {
          font-family: 'trm-lexia-thin', Arial, sans-serif;
          border: 0 !important;
          font-weight: normal !important; } }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box; }
  .card .card-body {
    padding: 35px;
    font-family: 'Roboto-regular', Arial, sans-serif; }
  .card .card-title {
    font-family: 'trm-lexia-thin', Arial, sans-serif; }

.proto-3-col-block.menu-columns .row, .paragraphs-item-3-column-block.menu-columns .row {
  padding: 40px 0 10px 0; }
.proto-3-col-block.menu-columns .card, .paragraphs-item-3-column-block.menu-columns .card {
  margin: 0; }
  .proto-3-col-block.menu-columns .card .card-img, .paragraphs-item-3-column-block.menu-columns .card .card-img {
    height: 150px;
    margin-bottom: 10px; }
  .proto-3-col-block.menu-columns .card .card-body, .paragraphs-item-3-column-block.menu-columns .card .card-body {
    padding: 0; }
    .proto-3-col-block.menu-columns .card .card-body .card-text, .paragraphs-item-3-column-block.menu-columns .card .card-body .card-text {
      font-family: 'Roboto-light', Arial, sans-serif;
      font-size: 15px;
      line-height: 21px;
      color: black;
      margin: 0 0 1em 0; }
  .proto-3-col-block.menu-columns .card .card-title a, .paragraphs-item-3-column-block.menu-columns .card .card-title a {
    color: #3c1a40;
    padding: 0;
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 17px;
    line-height: 33px; }
.proto-3-col-block .row, .paragraphs-item-3-column-block .row {
  padding: 60px 0; }
.proto-3-col-block .card, .paragraphs-item-3-column-block .card {
  display: inline-block;
  position: relative;
  margin: 0 10px 1em 10px;
  border-radius: 0;
  border: 0;
  color: #000;
  background-color: #fff; }
  .proto-3-col-block .card .card-title, .paragraphs-item-3-column-block .card .card-title {
    margin: 0; }
    .proto-3-col-block .card .card-title a, .paragraphs-item-3-column-block .card .card-title a {
      text-decoration: none;
      color: #000;
      line-height: 45px;
      font-size: 23px;
      font-family: 'trm-lexia-thin', Arial, sans-serif; }
      .proto-3-col-block .card .card-title a:hover, .paragraphs-item-3-column-block .card .card-title a:hover {
        text-decoration: underline;
        color: #3c1a40; }
  .proto-3-col-block .card .card-body, .paragraphs-item-3-column-block .card .card-body {
    padding: 10px 20px 20px 20px; }
    .proto-3-col-block .card .card-body .card-text, .paragraphs-item-3-column-block .card .card-body .card-text {
      font-size: 18px;
      line-height: 28px;
      font-family: 'Roboto-thin', Arial, sans-serif;
      margin: 0; }
  .proto-3-col-block .card .card-img, .paragraphs-item-3-column-block .card .card-img {
    height: 280px;
    overflow: hidden; }
    .proto-3-col-block .card .card-img img.card-img-top, .paragraphs-item-3-column-block .card .card-img img.card-img-top {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center;
      transition: all 0.2s ease-out; }
  .proto-3-col-block .card.u-textLeft .cta, .proto-3-col-block .card.u-textLeft .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-3-col-block .card.u-textLeft .form-submit, .paragraphs-item-3-column-block .card.u-textLeft .cta, .paragraphs-item-3-column-block .card.u-textLeft .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .paragraphs-item-3-column-block .card.u-textLeft .form-submit {
    margin-left: 0 !important; }
  .proto-3-col-block .card.u-textRight .cta, .proto-3-col-block .card.u-textRight .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-3-col-block .card.u-textRight .form-submit, .paragraphs-item-3-column-block .card.u-textRight .cta, .paragraphs-item-3-column-block .card.u-textRight .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .paragraphs-item-3-column-block .card.u-textRight .form-submit {
    margin-right: 0 !important; }
.proto-3-col-block.column-block .title, .paragraphs-item-3-column-block.column-block .title {
  margin: 0 0 2em 0;
  font-size: 26px;
  line-height: 45px;
  font-family: 'trm-lexia-thin', Arial, sans-serif; }
.proto-3-col-block.column-block .card, .paragraphs-item-3-column-block.column-block .card {
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in-out;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in-out;
  -moz-transform: scale(1);
  transition: all 200ms ease-in-out;
  transform: scale(1); }
  .proto-3-col-block.column-block .card:hover, .paragraphs-item-3-column-block.column-block .card:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in-out;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in-out;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in-out;
    transform: scale(1.1); }
.proto-3-col-block.with-icon .title, .paragraphs-item-3-column-block.with-icon .title {
  width: 75%;
  margin: 0 0 1em 0;
  font-size: 38px;
  line-height: 50px;
  font-family: 'trm-lexia-thin', Arial, sans-serif; }
.proto-3-col-block.with-icon .card, .paragraphs-item-3-column-block.with-icon .card {
  background: none; }
  .proto-3-col-block.with-icon .card .card-body, .paragraphs-item-3-column-block.with-icon .card .card-body {
    padding: 10px 0; }
    .proto-3-col-block.with-icon .card .card-body .card-text, .paragraphs-item-3-column-block.with-icon .card .card-body .card-text {
      margin-top: 0.5em;
      color: #6a6a6a; }
    .proto-3-col-block.with-icon .card .card-body .card-title a, .paragraphs-item-3-column-block.with-icon .card .card-body .card-title a {
      font-size: 26px;
      text-decoration: underline;
      color: #3c1a40; }
    .proto-3-col-block.with-icon .card .card-body .card-text, .paragraphs-item-3-column-block.with-icon .card .card-body .card-text {
      font-size: 16px;
      line-height: 24px;
      font-family: 'Roboto-light', Arial, sans-serif; }
  .proto-3-col-block.with-icon .card .card-img, .paragraphs-item-3-column-block.with-icon .card .card-img {
    height: auto;
    padding: 0; }
    .proto-3-col-block.with-icon .card .card-img img, .proto-3-col-block.with-icon .card .card-img .icon, .paragraphs-item-3-column-block.with-icon .card .card-img img, .paragraphs-item-3-column-block.with-icon .card .card-img .icon {
      height: 65px;
      width: 65px;
      object-fit: unset; }
.proto-3-col-block.with-icon.u-bgAubergine .card, .paragraphs-item-3-column-block.with-icon.u-bgAubergine .card {
  color: #ffffff; }
  .proto-3-col-block.with-icon.u-bgAubergine .card .card-title a, .paragraphs-item-3-column-block.with-icon.u-bgAubergine .card .card-title a {
    color: #ffffff; }
.proto-3-col-block.no-image .card, .paragraphs-item-3-column-block.no-image .card {
  width: 100%;
  margin: 0; }
  .proto-3-col-block.no-image .card .card-title, .paragraphs-item-3-column-block.no-image .card .card-title {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.83px;
    text-transform: uppercase;
    font-weight: normal;
    color: #727678; }
  .proto-3-col-block.no-image .card .card-body .card-text, .paragraphs-item-3-column-block.no-image .card .card-body .card-text {
    margin: 1em; }
  .proto-3-col-block.no-image .card .cta, .proto-3-col-block.no-image .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-3-col-block.no-image .card .form-submit, .paragraphs-item-3-column-block.no-image .card .cta, .paragraphs-item-3-column-block.no-image .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .paragraphs-item-3-column-block.no-image .card .form-submit {
    margin: 35px auto 0 auto; }
  .proto-3-col-block.no-image .card .card-img, .paragraphs-item-3-column-block.no-image .card .card-img {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .proto-3-col-block.no-image .card .card-img img.card-img-top, .paragraphs-item-3-column-block.no-image .card .card-img img.card-img-top {
      height: 90px;
      width: 90px; }
.proto-3-col-block.no-image.u-bgWhite .card .cta, .proto-3-col-block.no-image.u-bgWhite .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-3-col-block.no-image.u-bgWhite .card .form-submit, .paragraphs-item-3-column-block.no-image.u-bgWhite .card .cta, .paragraphs-item-3-column-block.no-image.u-bgWhite .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .paragraphs-item-3-column-block.no-image.u-bgWhite .card .form-submit {
  background-color: #3c1a40 !important; }
@media all and (max-width: 47.99em) {
  .proto-3-col-block .row, .paragraphs-item-3-column-block .row {
    padding: 60px 35px !important; }
  .proto-3-col-block .card, .paragraphs-item-3-column-block .card {
    margin: 0 0 1em 0; }
    .proto-3-col-block .card .card-body .card-title a, .paragraphs-item-3-column-block .card .card-body .card-title a {
      font-size: 19px; }
    .proto-3-col-block .card .card-body .card-text, .paragraphs-item-3-column-block .card .card-body .card-text {
      font-size: 17px;
      line-height: 20px;
      margin: 0;
      color: #6a6a6a;
      font-family: 'Roboto-light', Arial, sans-serif; }
  .proto-3-col-block.column-block .title, .paragraphs-item-3-column-block.column-block .title {
    font-size: 22px;
    line-height: 28px;
    color: #f3bfdb;
    text-align: left; }
  .proto-3-col-block.with-icon .card, .paragraphs-item-3-column-block.with-icon .card {
    margin: 0 !important; }
    .proto-3-col-block.with-icon .card .card-img, .paragraphs-item-3-column-block.with-icon .card .card-img {
      padding: 0; }
    .proto-3-col-block.with-icon .card .card-body, .paragraphs-item-3-column-block.with-icon .card .card-body {
      padding: 10px 0; }
      .proto-3-col-block.with-icon .card .card-body .card-title a, .paragraphs-item-3-column-block.with-icon .card .card-body .card-title a {
        font-size: 19px; }
      .proto-3-col-block.with-icon .card .card-body .card-text, .paragraphs-item-3-column-block.with-icon .card .card-body .card-text {
        font-size: 17px;
        line-height: 20px;
        margin: 0; }
  .proto-3-col-block.with-icon .title, .paragraphs-item-3-column-block.with-icon .title {
    width: 100%;
    font-size: 19px;
    line-height: 28px; } }

.proto-fullwidth-withbg {
  /* default */
  height: 550px;
  overflow: hidden;
  position: relative;
  /* various card positions */
  /* various image positions */
  /* full width cta */
  /* Colors */
  /*****************************************************************/
  /*
  @include mq($until: tablet){ 
  	height: auto!important;
  
  	.content {
  	
  		background: none!important;
  		//height: 500px;
  		//background-position-y: top;
  		//background-position-x: center;
  		//background-size: 100% calc(100% - 50%);
  		
  		height: auto!important;
  		//display: inline-block;
  		//background-size: auto 375px!important;
  		width: 100%!important;
  	}
  	
  	.image-caption {
  		display:none;
  	}
  	
  	.card {
  		height: auto!important;
  		width: 100%!important;
  		bottom: 0!important;
  		left: 0!important;
  		right: 0!important;
  		top: unset!important;
  		background-color: $white!important;
  		color: black!important;
  		
  		position:relative;
  		//margin-top: 375px;
  		
  		.card-body {
  			padding-left: 35px!important;
  			padding-right: 35px!important;
  		}
  		.card-title{
  			font-size: 22px!important;
  			line-height: 25px!important;
  		}
  		.card-text {
  			font-size: 17px!important;
  			line-height: 20px!important;
  		}
  		&.hasImage {
  			max-width:100%;
  			
  			.card-body {
  				flex-direction: column-reverse;
  				align-items:flex-start;
  			}
  			
  			.image-wrapper{
  				width: 38%;
  				margin-bottom: 20px;
  			}
  			.text-wrapper{
  				width: 100%;
  			}
  		}
  		
  		&.u-bgTransparent {
  			background-color: white;
  			.cta {
  				background-color: $aubergine!important;
  				color: $white!important;
  			}
  		}
  	}
  	
  	&.floatLeftFull, &.floatRightFull{
  		&.imageRight, &.imageLeft, &.imageLeftPadded, &.imageRightPadded {
  			.content {
  				//background-size: auto 100%;
  			}
  		}
  	}
  	
  	&.topLeft, &.bottomLeft, &.topRight, &.bottomRight {
  		&.imageLeft, &.imageRight {
  			.content {
  				//background-size: auto 100%;
  			}
  		}
  	}
  	
  	&.imageCenter {
  		.content {
  			//background-size: auto 100%;
  		}
  	}
  	
  	&.full-width {
  		.card {
  			margin:0;
  			.card-body {
  				padding: 35px!important;
  			}
  			.card-title {
  				font-size: 28px!important;
  				line-height:34px!important;
  			}
  		}
  	}
  }
  */
  /*****************************************************************/ }
  .proto-fullwidth-withbg .content {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 550px; }
    .proto-fullwidth-withbg .content .mobile-img {
      display: none; }
    .proto-fullwidth-withbg .content .hasBg .card {
      max-width: 500px; }
  .proto-fullwidth-withbg .image-caption {
    font-size: 16px;
    color: #727678;
    padding: 15px 40px 15px 15px;
    background: #ffffff;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1; }
  .proto-fullwidth-withbg .card {
    width: 35%;
    position: absolute;
    background-color: #fff;
    /* card colours */ }
    .proto-fullwidth-withbg .card .card-body {
      padding-left: 25%;
      padding-right: 35px; }
      .proto-fullwidth-withbg .card .card-body .card-text {
        font-size: 16px;
        font-family: 'Roboto-light', Arial, sans-serif;
        line-height: 24px;
        color: #6a6a6a; }
      .proto-fullwidth-withbg .card .card-body .card-title {
        margin: 0;
        font-size: 38px;
        line-height: 50px;
        font-family: 'trm-lexia-thin', Arial, sans-serif; }
    .proto-fullwidth-withbg .card .cta, .proto-fullwidth-withbg .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-fullwidth-withbg .card .form-submit {
      margin: 35px 0 0 0; }
    .proto-fullwidth-withbg .card.hasImage {
      width: 45%;
      max-width: 45%; }
      .proto-fullwidth-withbg .card.hasImage .card-body {
        display: flex;
        align-items: flex-end;
        justify-content: center; }
      .proto-fullwidth-withbg .card.hasImage .text-wrapper, .proto-fullwidth-withbg .card.hasImage .image-wrapper {
        display: inline-block;
        margin: 0;
        padding: 0; }
      .proto-fullwidth-withbg .card.hasImage .text-wrapper {
        width: 60%; }
      .proto-fullwidth-withbg .card.hasImage .image-wrapper {
        width: 39%; }
        .proto-fullwidth-withbg .card.hasImage .image-wrapper img {
          width: 100%;
          height: auto; }
    .proto-fullwidth-withbg .card.u-bgAubergine {
      color: #ffffff !important;
      background-color: #3c1a40 !important; }
      .proto-fullwidth-withbg .card.u-bgAubergine .card-title a {
        color: #ffffff !important; }
      .proto-fullwidth-withbg .card.u-bgAubergine .cta, .proto-fullwidth-withbg .card.u-bgAubergine .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-fullwidth-withbg .card.u-bgAubergine .form-submit {
        background-color: #ffffff;
        color: #3c1a40; }
    .proto-fullwidth-withbg .card.u-bgTransparent {
      color: black;
      background-color: transparent; }
      .proto-fullwidth-withbg .card.u-bgTransparent .card-title a {
        color: black; }
      .proto-fullwidth-withbg .card.u-bgTransparent .cta, .proto-fullwidth-withbg .card.u-bgTransparent .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-fullwidth-withbg .card.u-bgTransparent .form-submit {
        background-color: #ffffff !important;
        color: black !important; }
  .proto-fullwidth-withbg.topLeft .card, .proto-fullwidth-withbg.topRight .card {
    top: 0;
    /*account for caption*/ }
  .proto-fullwidth-withbg.topLeft.hasCaption .card, .proto-fullwidth-withbg.topRight.hasCaption .card {
    top: 52px !important; }
  .proto-fullwidth-withbg.bottomLeft .card, .proto-fullwidth-withbg.bottomRight .card {
    bottom: 0; }
  .proto-fullwidth-withbg.topLeft .card, .proto-fullwidth-withbg.bottomLeft .card, .proto-fullwidth-withbg.floatLeftFull .card {
    left: 0; }
  .proto-fullwidth-withbg.topRight .card, .proto-fullwidth-withbg.bottomRight .card, .proto-fullwidth-withbg.floatRightFull .card {
    right: 0; }
  .proto-fullwidth-withbg.topRight .card .card-body, .proto-fullwidth-withbg.bottomRight .card .card-body {
    padding-left: 35px;
    padding-right: 15%; }
  .proto-fullwidth-withbg.floatLeftFull .card, .proto-fullwidth-withbg.floatRightFull .card {
    height: 100%;
    width: 50%; }
    .proto-fullwidth-withbg.floatLeftFull .card .card-body, .proto-fullwidth-withbg.floatRightFull .card .card-body {
      padding-left: 25%;
      padding-right: 25%; }
  .proto-fullwidth-withbg.floatLeftFull.imageRight .content, .proto-fullwidth-withbg.floatLeftFull.imageLeft .content, .proto-fullwidth-withbg.floatLeftFull.imageLeftPadded .content, .proto-fullwidth-withbg.floatLeftFull.imageRightPadded .content, .proto-fullwidth-withbg.floatRightFull.imageRight .content, .proto-fullwidth-withbg.floatRightFull.imageLeft .content, .proto-fullwidth-withbg.floatRightFull.imageLeftPadded .content, .proto-fullwidth-withbg.floatRightFull.imageRightPadded .content {
    width: 60%; }
  .proto-fullwidth-withbg.topLeft.imageLeft .content, .proto-fullwidth-withbg.topLeft.imageRight .content, .proto-fullwidth-withbg.bottomLeft.imageLeft .content, .proto-fullwidth-withbg.bottomLeft.imageRight .content, .proto-fullwidth-withbg.topRight.imageLeft .content, .proto-fullwidth-withbg.topRight.imageRight .content, .proto-fullwidth-withbg.bottomRight.imageLeft .content, .proto-fullwidth-withbg.bottomRight.imageRight .content {
    width: 80%; }
  .proto-fullwidth-withbg.imageLeft .content {
    float: left; }
  .proto-fullwidth-withbg.imageRight .content {
    float: right; }
  .proto-fullwidth-withbg.imageCenter .content {
    width: 70%;
    margin: auto; }
  .proto-fullwidth-withbg.imageCenter .image-caption {
    text-align: left;
    padding-left: 15%;
    padding-right: 15%; }
  .proto-fullwidth-withbg.imageRightPadded .content {
    background-position: top 40px right 40px;
    width: 100%;
    float: right; }
  .proto-fullwidth-withbg.imageLeftPadded .content {
    background-position: 40px 40px;
    width: 100%;
    float: left; }
  .proto-fullwidth-withbg.full-width {
    height: 400px; }
    .proto-fullwidth-withbg.full-width .content {
      height: 400px; }
    .proto-fullwidth-withbg.full-width .card {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center; }
      .proto-fullwidth-withbg.full-width .card .card-title {
        font-family: 'trm-lexia-thin', Arial, sans-serif;
        font-size: 38px;
        font-weight: normal;
        line-height: 50px;
        width: 75%; }
        @media all and (max-width: 47.99em) {
          .proto-fullwidth-withbg.full-width .card .card-title {
            font-size: 22pt;
            line-height: 35px; } }
        @media all and (max-width: 47.99em) {
          .proto-fullwidth-withbg.full-width .card .card-title {
            width: 100%; } }
      .proto-fullwidth-withbg.full-width .card .card-body {
        padding: 0; }
  .proto-fullwidth-withbg.u-bgAubergine .content {
    background-color: #3c1a40 !important;
    color: black; }
    .proto-fullwidth-withbg.u-bgAubergine .content .cta, .proto-fullwidth-withbg.u-bgAubergine .content .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-fullwidth-withbg.u-bgAubergine .content .form-submit {
      background: #ffffff !important;
      color: #3c1a40 !important; }
  .proto-fullwidth-withbg.u-bgTransparent .content {
    background-color: #f8f8f8; }
  .proto-fullwidth-withbg.u-bgAquaBlue .content {
    background-color: #00a0cd; }
  .proto-fullwidth-withbg.u-bgMagenta .content {
    background-color: #ed5ea6; }
  .proto-fullwidth-withbg.u-bgWhite {
    background-color: #f8f8f8; }
    .proto-fullwidth-withbg.u-bgWhite .content {
      background-color: #f8f8f8; }
    .proto-fullwidth-withbg.u-bgWhite .image-caption {
      background-color: #f8f8f8; }
  @media all and (max-width: 47.99em) {
    .proto-fullwidth-withbg {
      height: auto !important; }
      .proto-fullwidth-withbg .content {
        background-position-y: top;
        background-position-x: center;
        height: auto !important;
        display: inline-block;
        background-size: auto 375px !important;
        width: 100% !important; }
      .proto-fullwidth-withbg .image-caption {
        display: none; }
      .proto-fullwidth-withbg .card {
        height: auto !important;
        width: 100% !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: unset !important;
        background-color: #ffffff !important;
        color: black !important;
        position: relative;
        margin-top: 375px; }
        .proto-fullwidth-withbg .card .card-body {
          padding-left: 35px !important;
          padding-right: 35px !important; }
        .proto-fullwidth-withbg .card .card-title {
          font-size: 22px !important;
          line-height: 25px !important; }
        .proto-fullwidth-withbg .card .card-text {
          font-size: 17px !important;
          line-height: 20px !important; }
        .proto-fullwidth-withbg .card.hasImage {
          max-width: 100%; }
          .proto-fullwidth-withbg .card.hasImage .card-body {
            flex-direction: column-reverse;
            align-items: flex-start; }
          .proto-fullwidth-withbg .card.hasImage .image-wrapper {
            width: 38%;
            margin-bottom: 20px; }
          .proto-fullwidth-withbg .card.hasImage .text-wrapper {
            width: 100%; }
        .proto-fullwidth-withbg .card.u-bgTransparent {
          background-color: white; }
          .proto-fullwidth-withbg .card.u-bgTransparent .cta, .proto-fullwidth-withbg .card.u-bgTransparent .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .proto-fullwidth-withbg .card.u-bgTransparent .form-submit {
            background-color: #3c1a40 !important;
            color: #ffffff !important; }
      .proto-fullwidth-withbg.full-width .card {
        margin: 0; }
        .proto-fullwidth-withbg.full-width .card .card-body {
          padding: 35px !important; }
        .proto-fullwidth-withbg.full-width .card .card-title {
          font-size: 28px !important;
          line-height: 34px !important; } }

/*Owl carousel preventing workbench block from displaying correctly*/
div#block-workbench-block {
  z-index: 2; }

.swiperParagraph {
  position: relative; }
  .swiperParagraph .controls-container {
    padding: 15px 30px 15px 30px;
    position: absolute;
    left: 0;
    z-index: 10; }
    .swiperParagraph .controls-container.top {
      top: 0; }
    .swiperParagraph .controls-container.bottom {
      bottom: 0; }
    .swiperParagraph .controls-container.with-caption {
      background: #ffffff; }
    .swiperParagraph .controls-container .controls {
      text-decoration: none;
      color: #7e8284;
      font-size: 13px;
      line-height: 2; }
      .swiperParagraph .controls-container .controls:hover, .swiperParagraph .controls-container .controls:focus {
        color: #7e8284; }
      .swiperParagraph .controls-container .controls.controls-left {
        margin-right: 8px; }
    .swiperParagraph .controls-container.colorWhite .controls, .swiperParagraph .controls-container.colorWhite .controls:hover, .swiperParagraph .controls-container.colorWhite .controls:focus {
      color: #ffffff !important; }
  .swiperParagraph.threeSlide {
    padding: 4em 0 2em 0;
    background: url("../img/design/background-pattern.png");
    background-repeat: no-repeat;
    background-size: cover; }
    .swiperParagraph.threeSlide .controls-container {
      width: 100%;
      top: 0; }
      .swiperParagraph.threeSlide .controls-container .controls-left {
        float: left; }
      .swiperParagraph.threeSlide .controls-container .controls-right {
        float: right; }
      .swiperParagraph.threeSlide .controls-container .controls {
        color: #ffffff !important; }
    .swiperParagraph.threeSlide .cta, .swiperParagraph.threeSlide .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .swiperParagraph.threeSlide .form-submit {
      background-color: black !important;
      color: #ffffff !important;
      margin: 35px auto 0 auto; }
    .swiperParagraph.threeSlide .header {
      font-family: 'trm-lexia-regular', Arial, sans-serif;
      font-size: 11px;
      letter-spacing: 1.83px;
      text-transform: uppercase;
      font-weight: normal;
      position: absolute;
      width: 100%;
      text-align: center;
      color: #ffffff;
      top: 0; }
    .swiperParagraph.threeSlide .owl-carousel-container {
      height: 100%;
      display: flex;
      align-items: center; }
      .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0; }
      .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item .card {
        padding: 2em;
        background-color: #525658;
        color: #727678;
        cursor: pointer;
        transition: all .4s ease-in-out; }
        .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item .card .card-heading {
          color: #727678; }
        .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item .card .fileType {
          font-family: 'trm-lexia-regular', Arial, sans-serif;
          font-size: 11px;
          letter-spacing: 1.83px;
          text-transform: uppercase;
          font-weight: normal; }
        .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item .card .card-heading {
          font-size: 30px; }
          .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item .card .card-heading::before {
            content: "";
            width: 100%;
            border-top: 8px solid #727678;
            display: block;
            margin-bottom: 20px;
            transition: all .2s ease-in-out; }
        .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item .card .cardBottom {
          border-top: 2px solid #727678;
          padding-top: 20px;
          margin-top: 220px; }
          .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item .card .cardBottom .icon {
            float: right;
            line-height: 2;
            font-size: 11px; }
      .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item.active.center .card {
        background-color: #ffffff;
        color: #F1B828;
        z-index: 3000;
        transform: scale(1.1); }
        .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item.active.center .card .card-heading {
          color: #F1B828 !important; }
          .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item.active.center .card .card-heading::before {
            border-color: #F1B828 !important; }
        .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item.active.center .card .cardBottom {
          color: black !important;
          border-color: #F1B828 !important; }
  @media all and (max-width: 47.99em) {
    .swiperParagraph.threeSlide .owl-carousel-container {
      padding: 0 !important; }
    .swiperParagraph.threeSlide .controls-container {
      background: transparent;
      position: absolute; }
    .swiperParagraph .controls-container {
      background: #ffffff;
      position: relative; }
      .swiperParagraph .controls-container .controls-right {
        float: right; }
      .swiperParagraph .controls-container .controls {
        color: #7e8284; }
      .swiperParagraph .controls-container.colorWhite .controls {
        color: #7e8284 !important; }
        .swiperParagraph .controls-container.colorWhite .controls:hover, .swiperParagraph .controls-container.colorWhite .controls:focus {
          color: #7e8284 !important; } }
  @media all and (max-width: 19.99em) {
    .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item.active.center {
      padding: 0 60px !important;
      margin-left: -60px !important;
      margin-right: -60px !important; } }
  @media all and (min-width: 20em) and (max-width: 37.4375em) {
    .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item.active.center {
      padding: 0 100px !important;
      margin-left: -100px !important;
      margin-right: -100px !important; } }
  @media all and (min-width: 37.4375em) and (max-width: 47.99em) {
    .swiperParagraph.threeSlide .owl-carousel-container .owl-carousel-swiper .owl-item.active.center {
      padding: 0 175px !important;
      margin-left: -175px !important;
      margin-right: -175px !important; } }

.heroParagraph {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .heroParagraph .card {
    width: 50%;
    padding: 35px 0;
    height: 550px;
    justify-content: center;
    max-height: 550px; }
    .heroParagraph .card .card-body {
      padding: 0; }
      .heroParagraph .card .card-body .card-title {
        font-size: 44px;
        line-height: 55px;
        color: black; }
    .heroParagraph .card .cta, .heroParagraph .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .heroParagraph .card .form-submit {
      margin: 35px 0; }
    .heroParagraph .card .mobile-cta {
      display: none;
      height: 40px;
      width: 40px;
      position: absolute;
      bottom: -20px;
      text-decoration: none;
      background: url("../img/design/mobile-cta.png");
      background-size: cover; }
  @media all and (max-width: 47.99em) {
    .heroParagraph {
      /**** OLD LAYOUT *****/
      /*
      background-position-y: bottom;
      background-position-x: center;
      //background-size: auto calc(100% - 200px);
      
      height: auto;
      background-size: auto 375px;
      
      .card {
      	
      	background-color: $aubergine;
      	justify-content:center;
      	position:absolute;
      	color: $white;
      	height: 50%;
      	//width: 100%;
      	padding: 0;
      	//left: 0;
      	//top:0;
      	
      	position: relative;
      	margin-bottom: 375px;
      	margin-right: -1em;
      	margin-left: -1em;
      	width: auto;
      	
      	.card-body {
      		padding: 35px;
      		.card-title{
      			font-size: 22px!important;
      			line-height: 28px!important;
      			color: $lightPink;
      			width: 80%;
      		}
      	}
      	
      	
      	.cta {
      		margin-bottom:0;
      		display:none;
      	}
      	
      	
      	.mobile-cta{
      		display:block;
      	}
      }
      */
      /***** END OLD LAYOUT ********/
      /***** NEW LAYOUT ***********/
      background-position-y: top;
      background-position-x: center;
      height: auto;
      background-size: auto 375px;
      /***** END NEW LAYOUT ********/ }
      .heroParagraph .card {
        background-color: #ffffff;
        justify-content: center;
        position: absolute;
        color: #3c1a40;
        height: 50%;
        padding: 0;
        position: relative;
        margin-top: 375px;
        margin-right: -1em;
        margin-left: -1em;
        width: auto; }
        .heroParagraph .card .card-body {
          padding: 35px; }
          .heroParagraph .card .card-body .card-title {
            font-size: 22px !important;
            line-height: 28px !important; }
        .heroParagraph .card .cta, .heroParagraph .card .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .heroParagraph .card .form-submit {
          margin-bottom: 0; }
        .heroParagraph .card .mobile-cta {
          display: none; } }

.animatedCounterParagraph .card {
  display: block;
  height: 500px; }
  .animatedCounterParagraph .card .card-body {
    padding: 35px 0; }
    .animatedCounterParagraph .card .card-body .card-title {
      margin-top: 50px;
      font-weight: normal;
      width: 80%;
      font-size: 26px;
      line-height: 35px; }
    .animatedCounterParagraph .card .card-body .counter {
      font-size: 150px;
      position: absolute;
      bottom: 0;
      padding: 0 0 60px 0;
      font-family: 'trm-lexia-regular', Arial, sans-serif; }
  .animatedCounterParagraph .card .icon {
    position: relative;
    height: 100%;
    overflow: hidden; }
    .animatedCounterParagraph .card .icon img {
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 400px;
      transform: translate(-50%);
      width: 100%;
      height: auto; }
.animatedCounterParagraph.u-bgWhite {
  background-color: #ffffff; }
.animatedCounterParagraph.u-bgAubergine {
  background-color: #3c1a40; }
.animatedCounterParagraph.u-bgMagenta, .animatedCounterParagraph.u-bgFuchsia {
  background-color: #ed5ea6; }
.animatedCounterParagraph.u-bgAquaBlue {
  background-color: #00a0cd; }
.animatedCounterParagraph.u-bgAubergine, .animatedCounterParagraph.u-bgMagenta, .animatedCounterParagraph.u-bgAquaBlue {
  color: #ffffff; }
@media all and (min-width: 20em) and (max-width: 28.115em) {
  .animatedCounterParagraph .card .card-body .counter {
    font-size: 60px; } }
@media all and (min-width: 28.125em) and (max-width: 47.99em) {
  .animatedCounterParagraph .card .card-body .counter {
    font-size: 90px; } }
@media all and (max-width: 47.99em) {
  .animatedCounterParagraph .card {
    height: 500px; }
    .animatedCounterParagraph .card .card-title {
      width: 100% !important;
      font-size: 19px !important;
      line-height: 24px !important; }
    .animatedCounterParagraph .card .card-body {
      padding: 35px; }
      .animatedCounterParagraph .card .card-body .counter {
        position: relative;
        padding: 0; }
        .animatedCounterParagraph .card .card-body .counter .smallText {
          font-size: 60px; }
    .animatedCounterParagraph .card .icon {
      position: initial; }
      .animatedCounterParagraph .card .icon img {
        height: auto;
        left: unset;
        transform: translate(0);
        right: 0;
        width: 200px; } }

.verticalTabsWrapper {
  background-color: #3c1a40; }
  .verticalTabsWrapper.u-bgAubergine .tabs::before, .verticalTabsWrapper.u-bgAubergine .tabs::after {
    border-color: #ffffff !important; }
  .verticalTabsWrapper.u-bgAubergine .tabs li.tab-item a:hover, .verticalTabsWrapper.u-bgAubergine .tabs li.tab-item.active a {
    color: #3c1a40 !important; }
  .verticalTabsWrapper.u-bgAubergine .tab-content .content .cta, .verticalTabsWrapper.u-bgAubergine .tab-content .content .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsWrapper.u-bgAubergine .tab-content .content .form-submit {
    background-color: #ffffff !important; }
  .verticalTabsWrapper.u-bgAubergine .tab-content .content.testimonial::before, .verticalTabsWrapper.u-bgAubergine .tab-content .content.testimonial::after {
    color: #ffffff !important; }
  .verticalTabsWrapper.u-bgAubergine .mobile-content-item .cta, .verticalTabsWrapper.u-bgAubergine .mobile-content-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsWrapper.u-bgAubergine .mobile-content-item .form-submit {
    background-color: #ffffff !important; }

.verticalTabsParagraph.default, .verticalTabsParagraph.testimonial {
  display: flex;
  margin: 100px auto;
  position: relative; }
.verticalTabsParagraph .verticalTabTitle {
  position: absolute;
  top: -95px;
  width: 100%;
  text-align: center; }
  .verticalTabsParagraph .verticalTabTitle h2 {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.83px;
    text-transform: uppercase;
    font-weight: normal; }
.verticalTabsParagraph.colorAquaGreen .tabs::before, .verticalTabsParagraph.colorAquaGreen .tabs::after {
  border-color: #00a4a1 !important; }
.verticalTabsParagraph.colorAquaGreen .tabs li.tab-item a:hover, .verticalTabsParagraph.colorAquaGreen .tabs li.tab-item.active a {
  color: #00a4a1 !important; }
.verticalTabsParagraph.colorAquaGreen .tab-content .content .cta, .verticalTabsParagraph.colorAquaGreen .tab-content .content .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorAquaGreen .tab-content .content .form-submit {
  background-color: #00a4a1 !important; }
.verticalTabsParagraph.colorAquaGreen .tab-content .content.testimonial::before, .verticalTabsParagraph.colorAquaGreen .tab-content .content.testimonial::after {
  color: #00a4a1 !important; }
.verticalTabsParagraph.colorAquaGreen .mobile-content-item .cta, .verticalTabsParagraph.colorAquaGreen .mobile-content-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorAquaGreen .mobile-content-item .form-submit {
  background-color: #00a4a1 !important; }
.verticalTabsParagraph.colorSpicyMustard .tabs::before, .verticalTabsParagraph.colorSpicyMustard .tabs::after {
  border-color: #F1B828 !important; }
.verticalTabsParagraph.colorSpicyMustard .tabs li.tab-item > a:hover, > .verticalTabsParagraph.colorSpicyMustard .tabs li.tab-item.active a {
  color: #F1B828 !important; }
.verticalTabsParagraph.colorSpicyMustard .tab-content .content .cta, .verticalTabsParagraph.colorSpicyMustard .tab-content .content .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorSpicyMustard .tab-content .content .form-submit {
  background-color: #F1B828 !important; }
.verticalTabsParagraph.colorSpicyMustard .tab-content .content.testimonial::before, .verticalTabsParagraph.colorSpicyMustard .tab-content .content.testimonial::after {
  color: #F1B828 !important; }
.verticalTabsParagraph.colorSpicyMustard .mobile-content-item .cta, .verticalTabsParagraph.colorSpicyMustard .mobile-content-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorSpicyMustard .mobile-content-item .form-submit {
  background-color: #F1B828 !important; }
.verticalTabsParagraph.colorAubergine .tabs::before, .verticalTabsParagraph.colorAubergine .tabs::after {
  border-color: #3c1a40 !important; }
.verticalTabsParagraph.colorAubergine .tabs li.tab-item > a:hover, .verticalTabsParagraph.colorAubergine .tabs li.tab-item.active > a {
  color: #3c1a40 !important; }
.verticalTabsParagraph.colorAubergine .tabs li.location-content-item .cta, .verticalTabsParagraph.colorAubergine .tabs li.location-content-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorAubergine .tabs li.location-content-item .form-submit {
  color: #8c8c8b !important; }
.verticalTabsParagraph.colorAubergine .tab-content .content .cta, .verticalTabsParagraph.colorAubergine .tab-content .content .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorAubergine .tab-content .content .form-submit {
  background-color: #3c1a40 !important; }
.verticalTabsParagraph.colorAubergine .tab-content .content.testimonial::before, .verticalTabsParagraph.colorAubergine .tab-content .content.testimonial::after {
  color: #3c1a40 !important; }
.verticalTabsParagraph.colorAubergine .mobile-content-item .cta, .verticalTabsParagraph.colorAubergine .mobile-content-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorAubergine .mobile-content-item .form-submit {
  background-color: #3c1a40 !important; }
.verticalTabsParagraph.colorWhite {
  /*.tab-content {
  	.content {
  		.cta {
  			background-color: $aubergine!important;
  		}
  		&.testimonial {
  			&::before, &::after {
  				color: $aubergine!important;
  			}
  		}
  	}
  }
  .mobile-content-item {
  	.cta {
  		background-color: $aubergine!important;
  	}
  }*/ }
  .verticalTabsParagraph.colorWhite.location .tab-container .tabs .cta, .verticalTabsParagraph.colorWhite.location .tab-container .tabs .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorWhite.location .tab-container .tabs .form-submit {
    color: #3c1a40 !important; }
  .verticalTabsParagraph.colorWhite .tabs::before, .verticalTabsParagraph.colorWhite .tabs::after {
    border-color: #ffffff !important; }
  .verticalTabsParagraph.colorWhite .tabs li.tab-item > a:hover, .verticalTabsParagraph.colorWhite .tabs li.tab-item.active > a {
    color: #ffffff !important; }
  .verticalTabsParagraph.colorWhite .tabs .location-content-item .cta, .verticalTabsParagraph.colorWhite .tabs .location-content-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorWhite .tabs .location-content-item .form-submit {
    color: #3c1a40 !important; }
  .verticalTabsParagraph.colorWhite .tabs .location-content-item p {
    color: #ededed !important; }
.verticalTabsParagraph .tab-container .tabs {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .verticalTabsParagraph .tab-container .tabs::before, .verticalTabsParagraph .tab-container .tabs::after {
    content: "";
    width: 30%;
    display: inline-block; }
  .verticalTabsParagraph .tab-container .tabs::before {
    border-top: 8px solid #F1B828;
    margin-bottom: 1em; }
  .verticalTabsParagraph .tab-container .tabs::after {
    border-top: 3px solid #F1B828;
    margin-top: 1em; }
  .verticalTabsParagraph .tab-container .tabs li.tab-item {
    padding: 5px 0; }
    .verticalTabsParagraph .tab-container .tabs li.tab-item > a {
      color: #9f9f9e;
      text-decoration: none;
      text-transform: uppercase;
      transition: color 0.3s ease-in-out;
      cursor: pointer;
      font-family: 'trm-lexia-regular', Arial, sans-serif;
      letter-spacing: 2.49px;
      line-height: 37px;
      font-size: 15px; }
      .verticalTabsParagraph .tab-container .tabs li.tab-item > a:hover, .verticalTabsParagraph .tab-container .tabs li.tab-item > a:focus {
        color: #F1B828; }
    .verticalTabsParagraph .tab-container .tabs li.tab-item.active > a {
      color: #F1B828; }
    .verticalTabsParagraph .tab-container .tabs li.tab-item .mobile-content-item {
      display: none;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-in-out;
      padding: 0 25px; }
      .verticalTabsParagraph .tab-container .tabs li.tab-item .mobile-content-item .cta, .verticalTabsParagraph .tab-container .tabs li.tab-item .mobile-content-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph .tab-container .tabs li.tab-item .mobile-content-item .form-submit {
        margin: 0 auto 10px; }
.verticalTabsParagraph .tab-separator {
  width: 100%;
  margin-top: 50%;
  position: relative;
  /*&::after {
  	content: "";
  	border-top: 1px solid $privateCareDarkGrey;
  	width: 70%;
  	display: inline-block;
  	position: absolute;
  	top: 0;
  	left: 50%;
  	transform: translate(-50%);
  }*/ }
.verticalTabsParagraph .tab-content h2 {
  color: #727678;
  font-family: 'trm-lexia-regular', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  font-weight: normal; }
.verticalTabsParagraph .tab-content .content {
  color: #727678; }
  .verticalTabsParagraph .tab-content .content .cta, .verticalTabsParagraph .tab-content .content .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph .tab-content .content .form-submit {
    margin-left: 0; }
  .verticalTabsParagraph .tab-content .content .content-item {
    display: none;
    animation: fadeInEffect 1s ease-in-out; }
    .verticalTabsParagraph .tab-content .content .content-item p {
      font-size: 22px;
      line-height: 31px;
      font-family: 'trm-lexia-thin', Arial, sans-serif; }
    .verticalTabsParagraph .tab-content .content .content-item.active {
      display: block; }
.verticalTabsParagraph.testimonial .tab-content .content {
  position: relative; }
  .verticalTabsParagraph.testimonial .tab-content .content .content-item p {
    position: relative; }
    .verticalTabsParagraph.testimonial .tab-content .content .content-item p::before, .verticalTabsParagraph.testimonial .tab-content .content .content-item p::after {
      font-family: 'trm-icon';
      font-size: 25px;
      position: absolute;
      color: #F1B828; }
    .verticalTabsParagraph.testimonial .tab-content .content .content-item p::before {
      content: "\e905";
      line-height: unset;
      top: 0;
      left: -35px; }
    .verticalTabsParagraph.testimonial .tab-content .content .content-item p::after {
      content: "\e906";
      line-height: 0;
      bottom: 26px;
      margin-left: 10px; }
.verticalTabsParagraph.testimonial .tab-container .tab-item .mobile-content-item {
  color: #727678;
  height: 0; }
  .verticalTabsParagraph.testimonial .tab-container .tab-item .mobile-content-item p {
    padding: 40px 0;
    position: relative; }
    .verticalTabsParagraph.testimonial .tab-container .tab-item .mobile-content-item p::before, .verticalTabsParagraph.testimonial .tab-container .tab-item .mobile-content-item p::after {
      font-family: 'trm-icon';
      font-size: 35px;
      position: absolute;
      color: #F1B828;
      left: 50%;
      transform: translate(-50%); }
    .verticalTabsParagraph.testimonial .tab-container .tab-item .mobile-content-item p::before {
      content: "\e62a";
      line-height: 1.2;
      top: -10px; }
    .verticalTabsParagraph.testimonial .tab-container .tab-item .mobile-content-item p::after {
      content: "\e62b";
      line-height: .1;
      bottom: 10px; }
.verticalTabsParagraph.testimonial .tab-content .content .content-item p {
  font-size: 26px;
  line-height: 45px;
  font-family: 'trm-lexia-thin', Arial, sans-serif; }
.verticalTabsParagraph.location {
  margin-bottom: 0;
  height: 650px;
  overflow: visible; }
  .verticalTabsParagraph.location .tab-container {
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .verticalTabsParagraph.location .tab-container .tabs .cta, .verticalTabsParagraph.location .tab-container .tabs .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.location .tab-container .tabs .form-submit {
      text-transform: uppercase;
      font-family: 'trm-lexia-regular', Arial, sans-serif;
      font-size: 11px;
      letter-spacing: 1.83px;
      margin: 35px auto;
      color: #8c8c8b !important;
      background-color: #ededed !important; }
    .verticalTabsParagraph.location .tab-container .tabs .tab-item .location-content-item {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease-in-out; }
      .verticalTabsParagraph.location .tab-container .tabs .tab-item .location-content-item p {
        font-family: 'trm-lexia-regular', Arial, sans-serif;
        text-transform: uppercase;
        font-size: 15px;
        line-height: 26px;
        letter-spacing: 2.49px;
        margin-top: 5px;
        color: rgba(0, 0, 0, 0.8); }
  .verticalTabsParagraph.location .tab-separator::after {
    border-color: transparent; }
  .verticalTabsParagraph.location .tab-content {
    /*height: 650px;
    position: absolute;
    right: 0;
    margin-right: 0;
    overflow: hidden;*/ }
    .verticalTabsParagraph.location .tab-content .content {
      height: 650px;
      overflow: hidden;
      width: calc(100% + 150px); }
    .verticalTabsParagraph.location .tab-content .content-item {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
      .verticalTabsParagraph.location .tab-content .content-item img {
        /*
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        */
        display: none; }
@media all and (min-width: 67.625em) {
  .verticalTabsParagraph.location .tab-content .content {
    width: calc(100% + 250px); } }
@media all and (max-width: 61.1775em) {
  .verticalTabsParagraph .tab-separator {
    display: none; } }
@media all and (max-width: 47.99em) {
  .verticalTabsParagraph .tab-content, .verticalTabsParagraph .tab-separator {
    display: none; }
  .verticalTabsParagraph.default, .verticalTabsParagraph.testimonial {
    margin: 50px auto; }
  .verticalTabsParagraph .tab-container .tab-item .mobile-content-item {
    display: block !important;
    height: auto !important; }
  .verticalTabsParagraph.colorAquaGreen .tabs li.tab-item.active .cta, .verticalTabsParagraph.colorAquaGreen .tabs li.tab-item.active .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorAquaGreen .tabs li.tab-item.active .form-submit, .verticalTabsParagraph.colorAquaGreen .tabs li.tab-item .cta, .verticalTabsParagraph.colorAquaGreen .tabs li.tab-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.colorAquaGreen .tabs li.tab-item .form-submit {
    color: #ffffff !important;
    background-color: #00a4a1 !important; }
  .verticalTabsParagraph.location {
    height: auto; }
    .verticalTabsParagraph.location .tab-container {
      height: auto;
      margin-top: 50px;
      margin-bottom: 50px; }
    .verticalTabsParagraph.location .tab-content .content {
      width: calc(100% + 25px); }
  .verticalTabsParagraph.default .tab-container .tabs li.tab-item {
    text-align: left; }
    .verticalTabsParagraph.default .tab-container .tabs li.tab-item .mobile-content-item {
      padding: 0;
      text-align: left; }
      .verticalTabsParagraph.default .tab-container .tabs li.tab-item .mobile-content-item .cta, .verticalTabsParagraph.default .tab-container .tabs li.tab-item .mobile-content-item .searchListingPage .views-exposed-form .views-submit-button .form-submit, .searchListingPage .views-exposed-form .views-submit-button .verticalTabsParagraph.default .tab-container .tabs li.tab-item .mobile-content-item .form-submit {
        margin: 0 0 10px 0; } }

@keyframes fadeInEffect {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOutEffect {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.searchParagraphContainer {
  position: relative;
  background-color: #00a4a1;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-bottom: 40px; }
  @media all and (max-width: 47.99em) {
    .searchParagraphContainer {
      margin-bottom: 0px; } }
  .searchParagraphContainer .searchBgVideo {
    position: absolute;
    top: 0;
    height: 100%;
    transition: opacity 1s ease-in-out; }
    .searchParagraphContainer .searchBgVideo.left {
      left: 0; }
    .searchParagraphContainer .searchBgVideo.right {
      right: 0; }
    .searchParagraphContainer .searchBgVideo.full {
      height: unset; }
    @media all and (max-width: 47.99em) {
      .searchParagraphContainer .searchBgVideo.right, .searchParagraphContainer .searchBgVideo.left {
        display: none; } }
  .searchParagraphContainer.open .searchParagraphNewNew .searchForm form::after {
    transition: bottom 0.4s ease-in-out;
    bottom: 0; }
  .searchParagraphContainer.open .searchParagraphNewNew .searchForm form .form-item-search {
    /*transition: margin 0s ease-in-out 0.35s;
    margin-top: 158px!important;*/
    transition: top 0s ease-in-out 0.35s;
    top: 80% !important;
    text-align: left; }
    @media all and (max-width: 47.99em) {
      .searchParagraphContainer.open .searchParagraphNewNew .searchForm form .form-item-search {
        top: 100px !important; } }
    .searchParagraphContainer.open .searchParagraphNewNew .searchForm form .form-item-search input {
      text-align: left;
      width: calc(100% - 250px); }
  .searchParagraphContainer.open .searchBgVideo.left, .searchParagraphContainer.open .searchBgVideo.right {
    opacity: 0; }
  .searchParagraphContainer.loading .searchParagraphNewNew .searchForm form .form-item-search .search-icon:after {
    opacity: 1 !important;
    background: url("../video/loader-white.gif");
    background-size: cover;
    color: transparent !important; }

.searchParagraphNewNew {
  height: 500px;
  cursor: text; }
  .searchParagraphNewNew .ajax-progress-throbber {
    display: none; }
  .searchParagraphNewNew .searchHeading {
    font-family: 'trm-lexia-regular', Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 1.83px;
    text-transform: uppercase;
    font-weight: normal;
    position: absolute;
    top: 20px;
    color: #ffffff;
    left: 50%;
    transform: translate(-50%); }
  .searchParagraphNewNew .searchForm {
    position: relative;
    height: 500px; }
    .searchParagraphNewNew .searchForm .formWrapper {
      height: 100%;
      overflow: hidden;
      width: 100%; }
      .searchParagraphNewNew .searchForm .formWrapper .views-exposed-widgets {
        margin-bottom: 0 !important; }
        .searchParagraphNewNew .searchForm .formWrapper .views-exposed-widgets .views-exposed-widget {
          padding: 0 !important;
          float: unset !important; }
      .searchParagraphNewNew .searchForm .formWrapper .view-footer {
        position: absolute;
        top: 85%;
        right: 0;
        display: flex;
        height: 100px;
        align-items: center;
        transform: translate(-50%, -50%);
        margin-right: 50px; }
        @media all and (max-width: 47.99em) {
          .searchParagraphNewNew .searchForm .formWrapper .view-footer {
            transform: translate(0, -50px);
            display: block;
            top: 225px;
            right: unset;
            height: auto;
            margin: 0;
            padding: 0 5px; } }
        .searchParagraphNewNew .searchForm .formWrapper .view-footer .lookingFor {
          display: none; }
          .searchParagraphNewNew .searchForm .formWrapper .view-footer .lookingFor a {
            margin-right: 10px; }
        .searchParagraphNewNew .searchForm .formWrapper .view-footer p {
          margin: 0; }
        .searchParagraphNewNew .searchForm .formWrapper .view-footer a {
          font-family: 'trm-lexia-thin', Arial, sans-serif;
          text-decoration: none;
          color: #ffffff; }
        .searchParagraphNewNew .searchForm .formWrapper .view-footer .totalResults {
          font-family: 'trm-lexia-regular', Arial, sans-serif;
          font-size: 11px;
          letter-spacing: 1.83px;
          text-transform: uppercase;
          font-weight: normal;
          opacity: 0;
          visibility: hidden;
          transition: opacity 0.7s ease-in-out; }
          .searchParagraphNewNew .searchForm .formWrapper .view-footer .totalResults.loaded {
            opacity: 1;
            transition: opacity 0.7s ease-in-out;
            visibility: visible; }
      .searchParagraphNewNew .searchForm .formWrapper form .form-item-search {
        position: absolute;
        width: 90%;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline;
        transition: top 0s ease-in-out 0s, opacity 0.35s ease-in-out; }
        .searchParagraphNewNew .searchForm .formWrapper form .form-item-search .inputPlaceholder {
          opacity: 0;
          height: 0;
          overflow: hidden;
          /*@include mq($until: tablet){
          	opacity: 1;
          	height: auto;
          	color: rgba(255,255,255, 0.7);
          	@include lexiaThin;
          	position: absolute;
          	top: 34px;
          	font-size: 22px;
          	text-align: left;
          	line-height: 1.2;
          }*/ }
        @media all and (max-width: 47.99em) {
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search {
            top: 100px !important; }
            .searchParagraphNewNew .searchForm .formWrapper form .form-item-search:after {
              font-size: 25px !important;
              transform: translate(0, calc(-50% - 20px)) !important; } }
        .searchParagraphNewNew .searchForm .formWrapper form .form-item-search .search-icon {
          height: 30px;
          width: 30px;
          position: absolute;
          right: 0;
          bottom: 0;
          transform: translate(0, -50%);
          cursor: pointer; }
          @media all and (max-width: 47.99em) {
            .searchParagraphNewNew .searchForm .formWrapper form .form-item-search .search-icon {
              transform: translate(0, -100%); } }
        .searchParagraphNewNew .searchForm .formWrapper form .form-item-search .search-icon:after {
          font-family: 'trm-icon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          content: "\e904";
          color: white;
          font-size: 30px;
          opacity: 0;
          transition: opacity 0s linear; }
          @media all and (max-width: 47.99em) {
            .searchParagraphNewNew .searchForm .formWrapper form .form-item-search .search-icon:after {
              opacity: 1 !important; } }
        .searchParagraphNewNew .searchForm .formWrapper form .form-item-search.typing .search-icon:after {
          transition: opacity 0.7s ease-in-out;
          opacity: 1; }
        .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input {
          font-family: 'trm-lexia-thin', Arial, sans-serif;
          height: 100px;
          font-size: 38px;
          line-height: 50px;
          padding: 1em	0 0 0;
          color: #ffffff;
          background: none;
          outline: none;
          border: 0;
          text-align: center;
          width: 100%; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #ffffff; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #ffffff;
            opacity: 1; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #ffffff;
            opacity: 1; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #ffffff; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input::-webkit-input-placeholder {
            white-space: pre-line;
            opacity: 0.7;
            -webkit-transition: opacity 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input::-moz-placeholder {
            white-space: pre-line;
            top: -7;
            opacity: 0.7;
            -moz-transition: opacity 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input:-ms-input-placeholder {
            white-space: pre-line;
            top: -7;
            opacity: 0.7;
            -ms-transition: opacity 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input:-moz-placeholder {
            white-space: pre-line;
            top: -7;
            opacity: 0.7;
            -moz-transition: opacity 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input:focus::-webkit-input-placeholder {
            opacity: 0;
            top: -7;
            -webkit-transition: opacity 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input:focus::-moz-placeholder {
            opacity: 0;
            -moz-transition: opacity 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input:focus:-ms-input-placeholder {
            opacity: 0;
            -ms-transition: opacity 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out; }
          .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input:focus:-moz-placeholder {
            opacity: 0;
            -moz-transition: opacity 0.35s ease-in-out;
            transition: opacity 0.35s ease-in-out; }
          @media all and (max-width: 47.99em) {
            .searchParagraphNewNew .searchForm .formWrapper form .form-item-search input {
              font-size: 22px;
              border-bottom: 10px solid white;
              width: 100% !important;
              padding-right: 50px;
              text-align: left !important;
              height: 130px; } }
      .searchParagraphNewNew .searchForm .formWrapper form .views-submit-button input {
        display: none;
        position: absolute;
        bottom: -75px;
        left: 50%;
        transform: translate(-50%);
        padding: 15px 70px !important;
        margin: auto;
        color: #00a4a1 !important;
        background-color: #ffffff !important;
        border: 0;
        opacity: 0;
        transition: bottom,opacity 3s ease-in-out; }
        .searchParagraphNewNew .searchForm .formWrapper form .views-submit-button input::-webkit-input-placeholder {
          transition: opacity 0.3s linear; }
        .searchParagraphNewNew .searchForm .formWrapper form .views-submit-button input:focus::-webkit-input-placeholder {
          opacity: 0; }
      .searchParagraphNewNew .searchForm .formWrapper form::after {
        content: "";
        background-color: #ffffff;
        height: 15px;
        width: 90%;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translate(-50%);
        transition: bottom 0.4s ease-in-out; }
        @media all and (max-width: 47.99em) {
          .searchParagraphNewNew .searchForm .formWrapper form::after {
            display: none; } }
    .searchParagraphNewNew .searchForm .searchResults {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center;
      color: #ffffff; }
      @media all and (max-width: 47.99em) {
        .searchParagraphNewNew .searchForm .searchResults {
          align-items: flex-end;
          padding-bottom: 50px; }
          .searchParagraphNewNew .searchForm .searchResults.loaded td[class*=col] {
            transition: all 1s ease-in-out;
            opacity: 0; } }
      .searchParagraphNewNew .searchForm .searchResults .controls-container {
        display: none;
        position: absolute;
        bottom: 30px;
        width: 90%; }
        .searchParagraphNewNew .searchForm .searchResults .controls-container a {
          color: white;
          text-decoration: none; }
          .searchParagraphNewNew .searchForm .searchResults .controls-container a.controls-left {
            float: left; }
          .searchParagraphNewNew .searchForm .searchResults .controls-container a.controls-right {
            float: right; }
      .searchParagraphNewNew .searchForm .searchResults .resultsFound {
        display: block; }
      .searchParagraphNewNew .searchForm .searchResults .listing li {
        border: 0;
        float: left; }
      .searchParagraphNewNew .searchForm .searchResults .view-empty {
        display: none;
        text-align: center; }
        .searchParagraphNewNew .searchForm .searchResults .view-empty p {
          font-family: 'trm-lexia-regular', Arial, sans-serif;
          font-size: 11px;
          letter-spacing: 1.83px;
          text-transform: uppercase;
          font-weight: normal; }
      .searchParagraphNewNew .searchForm .searchResults tr[class*=row], .searchParagraphNewNew .searchForm .searchResults table {
        border: 0;
        margin: 0; }
      .searchParagraphNewNew .searchForm .searchResults td[class*=col] {
        display: none;
        border: 0;
        height: auto; }
        .searchParagraphNewNew .searchForm .searchResults td[class*=col] h2 {
          font-size: 18px;
          line-height: 22px;
          margin: 10px 0; }
          .searchParagraphNewNew .searchForm .searchResults td[class*=col] h2 a {
            color: #ffffff; }
            .searchParagraphNewNew .searchForm .searchResults td[class*=col] h2 a:hover, .searchParagraphNewNew .searchForm .searchResults td[class*=col] h2 a:active {
              color: #ffffff; }
        .searchParagraphNewNew .searchForm .searchResults td[class*=col] h3 {
          font-size: 20px;
          line-height: 24px;
          color: #ffffff;
          margin-top: 0; }
        .searchParagraphNewNew .searchForm .searchResults td[class*=col] p {
          font-family: 'Roboto-thin', Arial, sans-serif;
          margin: 0;
          color: #ffffff; }
          .searchParagraphNewNew .searchForm .searchResults td[class*=col] p > span {
            margin: 5px 0;
            color: #ffffff;
            font-family: 'Roboto-bold', Arial, sans-serif;
            letter-spacing: 0.5px; }
        .searchParagraphNewNew .searchForm .searchResults td[class*=col] .read-more {
          display: none;
          margin: 10px 0; }
          .searchParagraphNewNew .searchForm .searchResults td[class*=col] .read-more a {
            margin-right: 5px;
            text-decoration: none;
            color: #ffffff; }
        .searchParagraphNewNew .searchForm .searchResults td[class*=col] .consultantBio {
          display: none; }
        .searchParagraphNewNew .searchForm .searchResults td[class*=col].singleResult {
          width: 100%;
          /*display: inline-flex;
          .consultantInfo{
          	width:35%;
          	max-width: 35%;
          }
          .consultantBio{
          	/*width:70%;
          	max-width:70%;
          	padding: 0 20px;
          	p {
          		@include lexiaThin;
          		font-size: 22px;
          		line-height: 28px;
          	}
          	.read-more{
          		display:block;
          	}
          }*/ }
      .searchParagraphNewNew .searchForm .searchResults .more-link {
        display: none; }
        .searchParagraphNewNew .searchForm .searchResults .more-link a {
          margin: 35px auto;
          font-size: 15px;
          border: 0;
          -webkit-appearance: none;
          background-color: #3c1a40;
          color: #ffffff;
          text-decoration: none;
          padding: 15px 30px;
          text-align: center;
          width: fit-content;
          display: block;
          font-family: 'trm-lexia-regular', Arial, sans-serif;
          text-transform: uppercase;
          font-size: 11px;
          letter-spacing: 1.83px; }
  @media all and (max-width: 47.99em) {
    .searchParagraphNewNew {
      /*	.formWrapper {
      		form {
      			.form-item-search {
      				input {
      					font-size: 22px;
      					border-bottom: 15px solid white;
      				}
      			}
      		}
      		
      		.view-footer {
      			position: relative;
      			transform: translate(0, -50px);
      			display:block;
      			top: unset;
      			right: unset;
      			height:auto;
      		}
      	}*/ } }

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