/*
Theme Name: The Pad Default Template 2020
Theme URI: https://padcreative.co.uk/
Description: The Pad Default theme for WordPress.
Author: Pad Creative Ltd
Version: 7.1.0
GitHub Theme URI: https://github.com/padcreative/pad-template
*/
/*
.                                  .MMM
.                                  .MMM
.                                  .MMM
.                                  .MMM
. ,MMMMMMMM .  MMMMMMMMM    MMMMMMMMMMM
.MMMMMMMMMMMM.MMMMMMMMMMM.MMMMMMMMMMMMM
MMMM    .8MMMMMMM    .MMMMMMM?    .MMMM
MMM      .MMMMMM      .MMMMMM.     ~MMM
MMM.      MMMMMM.      MMMMMM.    .7MMM.
MMMM.   .MMMMMMMM    .MMMMMMMM.  .+MMMM.
MMMMMMMMMMMMO.MMMMMMMMMMMMMMMMMMMMMMMM.
MMMMMMMMMMM.. .+MMMMMM MMM. MMMMMMMM.
MMM
MMM
MMM               Pad Creative - design
MMM               www.padcreative.co.uk

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 500px;
}

#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  text-align: center;
  line-height: 0;
}

#jquery-lightbox a img {
  border: none;
}

#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

#lightbox-container-image {
  padding: 10px;
}

#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

#lightbox-nav a {
  outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}

#lightbox-nav-btnPrev {
  left: 0;
  float: left;
}

#lightbox-nav-btnNext {
  right: 0;
  float: right;
}

#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}

#lightbox-container-image-data {
  padding: 0 10px;
  color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

#lightbox-image-details-caption {
  font-weight: bold;
}

#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10rem);
            transform: translateX(-10rem);
  }
  80% {
    -webkit-transform: translateX(1rem);
            transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
  }
  80% {
    -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  min-height: 0;
  min-width: 0;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

@media only screen and (max-width: 320em) {
  html {
    font-size: 100%;
  }
}

@media only screen and (max-width: 256em) {
  html {
    font-size: 93.75%;
  }
}

@media only screen and (max-width: 240em) {
  html {
    font-size: 87.50%;
  }
}

@media only screen and (max-width: 202.5em) {
  html {
    font-size: 81.25%;
  }
}

@media only screen and (max-width: 180em) {
  html {
    font-size: 75%;
  }
}

@media only screen and (max-width: 160em) {
  html {
    font-size: 68.75%;
  }
}

@media only screen and (max-width: 120em) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 80em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}

body {
  background-color: transparent;
}

html, body {
  overflow-x: hidden;
}

html.scroll, body.scroll {
  overflow: hidden;
  height: 100%;
}

::-moz-selection {
  background-color: #767479;
  color: #fff;
}

::selection {
  background-color: #767479;
  color: #fff;
}

.container {
  max-width: 128rem;
  position: relative;
}

.main-content__loop:after {
  content: '';
  display: table;
  clear: both;
}

a {
  color: red;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, a:active, a:focus {
  color: blue;
  text-decoration: none;
}

ol li, ul li {
  margin: 0 0 1rem;
}

ol li ol, ol li ul, ul li ol, ul li ul {
  margin: .5rem 0 0 0;
}

ol li ol li, ol li ul li, ul li ol li, ul li ul li {
  font-size: 1em;
  margin-left: 1.5rem;
}

ol li ol li ol, ol li ol li ul, ol li ul li ol, ol li ul li ul, ul li ol li ol, ul li ol li ul, ul li ul li ol, ul li ul li ul {
  margin: 0;
}

ol li ol li ol li, ol li ol li ul li, ol li ul li ol li, ol li ul li ul li, ul li ol li ol li, ul li ol li ul li, ul li ul li ol li, ul li ul li ul li {
  font-size: 1em;
  margin-bottom: .5rem;
  margin-left: 3rem;
}

table {
  border: 1px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 2rem;
}

table td {
  border: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
  font-size: 1em;
  padding: .8rem;
}

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

img.alignnone {
  margin-bottom: 1.5rem;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1.5rem;
}

img.alignright {
  float: right;
  clear: both;
  margin: 0 0 1.5rem 1.5rem;
}

img.alignleft {
  float: left;
  clear: both;
  margin: 0 1.5rem 1.5rem 0;
}

/**
 * Basic typography styles
 */
body {
  color: #414040;
  font: normal 16px/120% "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: left;
}

/* Main Text Settings */
strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

p, li, td {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  margin-bottom: 1.5rem;
}

ol, ul {
  margin: 0 0 1.5rem 1.7rem;
}

ol li {
  list-style-type: decimal;
}

ul li {
  list-style-type: disc;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-family: "Saira Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: underline;
}

h1 a:hover, h1 a:active, h1 a:focus, h2 a:hover, h2 a:active, h2 a:focus, h3 a:hover, h3 a:active, h3 a:focus, h4 a:hover, h4 a:active, h4 a:focus, h5 a:hover, h5 a:active, h5 a:focus, h6 a:hover, h6 a:active, h6 a:focus {
  text-decoration: none;
}

input, button, textarea {
  white-space: normal;
  line-height: 1em;
  font-weight: 400;
  display: block;
  background: transparent;
}

input[type='submit'], button {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Headings */
h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 2rem;
}

h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 1rem;
}

h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 1rem;
}

h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
}

h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: .5rem;
}

h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: .5rem;
}

/* Intro Text Styles */
.intro {
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
}

/**
 * Clear inner floats
 */
.clearfix::after, .row::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.relative {
  position: relative;
}

.padding-bottom {
  padding-bottom: 3rem;
}

.padding-top {
  padding-top: 3rem;
}

.margin-bottom {
  margin-bottom: 3rem;
}

.margin-top {
  margin-top: 3rem;
}

.margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.arrow {
  border: solid currentColor;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow.right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.arrow.left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.arrow.up {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.arrow.down {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 
.	Header 
.	--------------------------------------------------------------------
*/
.header {
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
  margin: 0;
}

.header__container {
  height: 12rem;
  -webkit-transition: inherit;
  transition: inherit;
}

.scrolling .header__container {
  height: 9rem;
}

.header__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

.header__logo-box {
  padding-left: 15px;
  padding-right: 15px;
}

.header__logo {
  display: block;
}

.header__contact-box {
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}

.header__contact-box {
  color: #fff;
  background-color: transparent;
}

.header__contact-box:hover, .header__contact-box:active, .header__contact-box:focus {
  color: #fff;
  background-color: transparent;
}

/* 
	 Footer 
 	 --------------------------------------------------------------------
*/
.footer {
  background-color: #efefef;
  margin: 0;
  padding: 3rem 0;
}

.footer ul {
  margin: 0;
}

.footer ul li {
  list-style: none;
  margin: 0;
}

.footer ul li li {
  margin-left: 20px;
}

.footer p, .footer li {
  color: #414040;
  text-align: left;
  line-height: 1.8rem;
}

.footer p a, .footer li a {
  color: #414040;
}

.footer p a:hover, .footer p a:active, .footer p a:focus, .footer li a:hover, .footer li a:active, .footer li a:focus {
  color: #767479;
}

.footer p span, .footer li span {
  color: #808080;
}

.container {
  max-width: 128rem;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@supports (display: flex) {
  .row::after {
    display: none;
  }
}

[class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

body:not(.MSIE):not(.IE) [class*="col-"] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.col-xs-12 {
  float: left;
  width: calc(100%/(12/12) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-12 {
  -ms-flex-preferred-size: calc(100%/(12/12) - 1px);
      flex-basis: calc(100%/(12/12) - 1px);
}

.col-xs-11 {
  float: left;
  width: calc(100%/(12/11) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-11 {
  -ms-flex-preferred-size: calc(100%/(12/11) - 1px);
      flex-basis: calc(100%/(12/11) - 1px);
}

.col-xs-10 {
  float: left;
  width: calc(100%/(12/10) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-10 {
  -ms-flex-preferred-size: calc(100%/(12/10) - 1px);
      flex-basis: calc(100%/(12/10) - 1px);
}

.col-xs-9 {
  float: left;
  width: calc(100%/(12/9) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-9 {
  -ms-flex-preferred-size: calc(100%/(12/9) - 1px);
      flex-basis: calc(100%/(12/9) - 1px);
}

.col-xs-8 {
  float: left;
  width: calc(100%/(12/8) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-8 {
  -ms-flex-preferred-size: calc(100%/(12/8) - 1px);
      flex-basis: calc(100%/(12/8) - 1px);
}

.col-xs-7 {
  float: left;
  width: calc(100%/(12/7) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-7 {
  -ms-flex-preferred-size: calc(100%/(12/7) - 1px);
      flex-basis: calc(100%/(12/7) - 1px);
}

.col-xs-6 {
  float: left;
  width: calc(100%/(12/6) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-6 {
  -ms-flex-preferred-size: calc(100%/(12/6) - 1px);
      flex-basis: calc(100%/(12/6) - 1px);
}

.col-xs-5 {
  float: left;
  width: calc(100%/(12/5) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-5 {
  -ms-flex-preferred-size: calc(100%/(12/5) - 1px);
      flex-basis: calc(100%/(12/5) - 1px);
}

.col-xs-4 {
  float: left;
  width: calc(100%/(12/4) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-4 {
  -ms-flex-preferred-size: calc(100%/(12/4) - 1px);
      flex-basis: calc(100%/(12/4) - 1px);
}

.col-xs-3 {
  float: left;
  width: calc(100%/(12/3) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-3 {
  -ms-flex-preferred-size: calc(100%/(12/3) - 1px);
      flex-basis: calc(100%/(12/3) - 1px);
}

.col-xs-2 {
  float: left;
  width: calc(100%/(12/2) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-2 {
  -ms-flex-preferred-size: calc(100%/(12/2) - 1px);
      flex-basis: calc(100%/(12/2) - 1px);
}

.col-xs-1 {
  float: left;
  width: calc(100%/(12/1) - 1px);
}

body:not(.MSIE):not(.IE) .col-xs-1 {
  -ms-flex-preferred-size: calc(100%/(12/1) - 1px);
      flex-basis: calc(100%/(12/1) - 1px);
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-12 {
    float: left;
    width: calc(100%/(12/12) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-12 {
    -ms-flex-preferred-size: calc(100%/(12/12) - 1px);
        flex-basis: calc(100%/(12/12) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-11 {
    float: left;
    width: calc(100%/(12/11) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-11 {
    -ms-flex-preferred-size: calc(100%/(12/11) - 1px);
        flex-basis: calc(100%/(12/11) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-10 {
    float: left;
    width: calc(100%/(12/10) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-10 {
    -ms-flex-preferred-size: calc(100%/(12/10) - 1px);
        flex-basis: calc(100%/(12/10) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-9 {
    float: left;
    width: calc(100%/(12/9) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-9 {
    -ms-flex-preferred-size: calc(100%/(12/9) - 1px);
        flex-basis: calc(100%/(12/9) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-8 {
    float: left;
    width: calc(100%/(12/8) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-8 {
    -ms-flex-preferred-size: calc(100%/(12/8) - 1px);
        flex-basis: calc(100%/(12/8) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-7 {
    float: left;
    width: calc(100%/(12/7) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-7 {
    -ms-flex-preferred-size: calc(100%/(12/7) - 1px);
        flex-basis: calc(100%/(12/7) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-6 {
    float: left;
    width: calc(100%/(12/6) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-6 {
    -ms-flex-preferred-size: calc(100%/(12/6) - 1px);
        flex-basis: calc(100%/(12/6) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-5 {
    float: left;
    width: calc(100%/(12/5) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-5 {
    -ms-flex-preferred-size: calc(100%/(12/5) - 1px);
        flex-basis: calc(100%/(12/5) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-4 {
    float: left;
    width: calc(100%/(12/4) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-4 {
    -ms-flex-preferred-size: calc(100%/(12/4) - 1px);
        flex-basis: calc(100%/(12/4) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-3 {
    float: left;
    width: calc(100%/(12/3) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-3 {
    -ms-flex-preferred-size: calc(100%/(12/3) - 1px);
        flex-basis: calc(100%/(12/3) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-2 {
    float: left;
    width: calc(100%/(12/2) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-2 {
    -ms-flex-preferred-size: calc(100%/(12/2) - 1px);
        flex-basis: calc(100%/(12/2) - 1px);
  }
}

@media only screen and (min-width: 37.5625em) {
  .col-sm-1 {
    float: left;
    width: calc(100%/(12/1) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-sm-1 {
    -ms-flex-preferred-size: calc(100%/(12/1) - 1px);
        flex-basis: calc(100%/(12/1) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-12 {
    float: left;
    width: calc(100%/(12/12) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-12 {
    -ms-flex-preferred-size: calc(100%/(12/12) - 1px);
        flex-basis: calc(100%/(12/12) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-11 {
    float: left;
    width: calc(100%/(12/11) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-11 {
    -ms-flex-preferred-size: calc(100%/(12/11) - 1px);
        flex-basis: calc(100%/(12/11) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-10 {
    float: left;
    width: calc(100%/(12/10) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-10 {
    -ms-flex-preferred-size: calc(100%/(12/10) - 1px);
        flex-basis: calc(100%/(12/10) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-9 {
    float: left;
    width: calc(100%/(12/9) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-9 {
    -ms-flex-preferred-size: calc(100%/(12/9) - 1px);
        flex-basis: calc(100%/(12/9) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-8 {
    float: left;
    width: calc(100%/(12/8) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-8 {
    -ms-flex-preferred-size: calc(100%/(12/8) - 1px);
        flex-basis: calc(100%/(12/8) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-7 {
    float: left;
    width: calc(100%/(12/7) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-7 {
    -ms-flex-preferred-size: calc(100%/(12/7) - 1px);
        flex-basis: calc(100%/(12/7) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-6 {
    float: left;
    width: calc(100%/(12/6) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-6 {
    -ms-flex-preferred-size: calc(100%/(12/6) - 1px);
        flex-basis: calc(100%/(12/6) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-5 {
    float: left;
    width: calc(100%/(12/5) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-5 {
    -ms-flex-preferred-size: calc(100%/(12/5) - 1px);
        flex-basis: calc(100%/(12/5) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-4 {
    float: left;
    width: calc(100%/(12/4) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-4 {
    -ms-flex-preferred-size: calc(100%/(12/4) - 1px);
        flex-basis: calc(100%/(12/4) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-3 {
    float: left;
    width: calc(100%/(12/3) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-3 {
    -ms-flex-preferred-size: calc(100%/(12/3) - 1px);
        flex-basis: calc(100%/(12/3) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-2 {
    float: left;
    width: calc(100%/(12/2) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-2 {
    -ms-flex-preferred-size: calc(100%/(12/2) - 1px);
        flex-basis: calc(100%/(12/2) - 1px);
  }
}

@media only screen and (min-width: 56.3125em) {
  .col-md-1 {
    float: left;
    width: calc(100%/(12/1) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-md-1 {
    -ms-flex-preferred-size: calc(100%/(12/1) - 1px);
        flex-basis: calc(100%/(12/1) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-12 {
    float: left;
    width: calc(100%/(12/12) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-12 {
    -ms-flex-preferred-size: calc(100%/(12/12) - 1px);
        flex-basis: calc(100%/(12/12) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-11 {
    float: left;
    width: calc(100%/(12/11) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-11 {
    -ms-flex-preferred-size: calc(100%/(12/11) - 1px);
        flex-basis: calc(100%/(12/11) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-10 {
    float: left;
    width: calc(100%/(12/10) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-10 {
    -ms-flex-preferred-size: calc(100%/(12/10) - 1px);
        flex-basis: calc(100%/(12/10) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-9 {
    float: left;
    width: calc(100%/(12/9) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-9 {
    -ms-flex-preferred-size: calc(100%/(12/9) - 1px);
        flex-basis: calc(100%/(12/9) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-8 {
    float: left;
    width: calc(100%/(12/8) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-8 {
    -ms-flex-preferred-size: calc(100%/(12/8) - 1px);
        flex-basis: calc(100%/(12/8) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-7 {
    float: left;
    width: calc(100%/(12/7) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-7 {
    -ms-flex-preferred-size: calc(100%/(12/7) - 1px);
        flex-basis: calc(100%/(12/7) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-6 {
    float: left;
    width: calc(100%/(12/6) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-6 {
    -ms-flex-preferred-size: calc(100%/(12/6) - 1px);
        flex-basis: calc(100%/(12/6) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-5 {
    float: left;
    width: calc(100%/(12/5) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-5 {
    -ms-flex-preferred-size: calc(100%/(12/5) - 1px);
        flex-basis: calc(100%/(12/5) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-4 {
    float: left;
    width: calc(100%/(12/4) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-4 {
    -ms-flex-preferred-size: calc(100%/(12/4) - 1px);
        flex-basis: calc(100%/(12/4) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-3 {
    float: left;
    width: calc(100%/(12/3) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-3 {
    -ms-flex-preferred-size: calc(100%/(12/3) - 1px);
        flex-basis: calc(100%/(12/3) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-2 {
    float: left;
    width: calc(100%/(12/2) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-2 {
    -ms-flex-preferred-size: calc(100%/(12/2) - 1px);
        flex-basis: calc(100%/(12/2) - 1px);
  }
}

@media only screen and (min-width: 80.0625em) {
  .col-lg-1 {
    float: left;
    width: calc(100%/(12/1) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-lg-1 {
    -ms-flex-preferred-size: calc(100%/(12/1) - 1px);
        flex-basis: calc(100%/(12/1) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-12 {
    float: left;
    width: calc(100%/(12/12) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-12 {
    -ms-flex-preferred-size: calc(100%/(12/12) - 1px);
        flex-basis: calc(100%/(12/12) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-11 {
    float: left;
    width: calc(100%/(12/11) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-11 {
    -ms-flex-preferred-size: calc(100%/(12/11) - 1px);
        flex-basis: calc(100%/(12/11) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-10 {
    float: left;
    width: calc(100%/(12/10) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-10 {
    -ms-flex-preferred-size: calc(100%/(12/10) - 1px);
        flex-basis: calc(100%/(12/10) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-9 {
    float: left;
    width: calc(100%/(12/9) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-9 {
    -ms-flex-preferred-size: calc(100%/(12/9) - 1px);
        flex-basis: calc(100%/(12/9) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-8 {
    float: left;
    width: calc(100%/(12/8) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-8 {
    -ms-flex-preferred-size: calc(100%/(12/8) - 1px);
        flex-basis: calc(100%/(12/8) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-7 {
    float: left;
    width: calc(100%/(12/7) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-7 {
    -ms-flex-preferred-size: calc(100%/(12/7) - 1px);
        flex-basis: calc(100%/(12/7) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-6 {
    float: left;
    width: calc(100%/(12/6) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-6 {
    -ms-flex-preferred-size: calc(100%/(12/6) - 1px);
        flex-basis: calc(100%/(12/6) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-5 {
    float: left;
    width: calc(100%/(12/5) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-5 {
    -ms-flex-preferred-size: calc(100%/(12/5) - 1px);
        flex-basis: calc(100%/(12/5) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-4 {
    float: left;
    width: calc(100%/(12/4) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-4 {
    -ms-flex-preferred-size: calc(100%/(12/4) - 1px);
        flex-basis: calc(100%/(12/4) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-3 {
    float: left;
    width: calc(100%/(12/3) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-3 {
    -ms-flex-preferred-size: calc(100%/(12/3) - 1px);
        flex-basis: calc(100%/(12/3) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-2 {
    float: left;
    width: calc(100%/(12/2) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-2 {
    -ms-flex-preferred-size: calc(100%/(12/2) - 1px);
        flex-basis: calc(100%/(12/2) - 1px);
  }
}

@media only screen and (min-width: 100.0625em) {
  .col-xl-1 {
    float: left;
    width: calc(100%/(12/1) - 1px);
  }
  body:not(.MSIE):not(.IE) .col-xl-1 {
    -ms-flex-preferred-size: calc(100%/(12/1) - 1px);
        flex-basis: calc(100%/(12/1) - 1px);
  }
}

.visible-xl {
  display: none !important;
}

@media only screen and (max-width: 100em) {
  .visible-xl {
    display: block !important;
  }
}

.visible-lg {
  display: none !important;
}

@media only screen and (max-width: 80em) {
  .visible-lg {
    display: block !important;
  }
}

.visible-md {
  display: none !important;
}

@media only screen and (max-width: 56.25em) {
  .visible-md {
    display: block !important;
  }
}

.visible-sm {
  display: none !important;
}

@media only screen and (max-width: 37.5em) {
  .visible-sm {
    display: block !important;
  }
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 25em) {
  .visible-xs {
    display: block !important;
  }
}

@media only screen and (max-width: 100em) {
  table.visible-xl {
    display: table !important;
  }
}

@media only screen and (max-width: 80em) {
  table.visible-lg {
    display: table !important;
  }
}

@media only screen and (max-width: 56.25em) {
  table.visible-md {
    display: table !important;
  }
}

@media only screen and (max-width: 37.5em) {
  table.visible-sm {
    display: table !important;
  }
}

@media only screen and (max-width: 25em) {
  table.visible-xs {
    display: table !important;
  }
}

@media only screen and (max-width: 100em) {
  tr.visible-xl {
    display: table-row !important;
  }
}

@media only screen and (max-width: 80em) {
  tr.visible-lg {
    display: table-row !important;
  }
}

@media only screen and (max-width: 56.25em) {
  tr.visible-md {
    display: table-row !important;
  }
}

@media only screen and (max-width: 37.5em) {
  tr.visible-sm {
    display: table-row !important;
  }
}

@media only screen and (max-width: 25em) {
  tr.visible-xs {
    display: table-row !important;
  }
}

@media only screen and (max-width: 100em) {
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 80em) {
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 56.25em) {
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 37.5em) {
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media only screen and (max-width: 25em) {
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

.header__fixed {
  position: fixed;
  z-index: 200;
  width: 100%;
  background-color: transparent;
  margin: 0;
}

@media only screen and (max-width: 56.25em) {
  .header__fixed:not(.header__fixed--overlay) {
    position: relative;
  }
  .header__fixed.scrolling .container {
    height: auto;
  }
}

.header__fixed-spacer {
  height: 12rem;
}

@media only screen and (max-width: 56.25em) {
  .header__fixed-spacer {
    height: 0;
  }
}

.header__static--overlay {
  position: absolute;
  z-index: 200;
  width: 100%;
  background-color: transparent;
  margin: 0;
}

.slideshow-banner {
  background-color: transparent;
  overflow: hidden;
}

.slideshow-banner__slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.slideshow-banner__slide .container {
  height: 100%;
}

.slideshow-banner__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

#module-slideshow-banner-full-screen-scroller {
  position: relative;
}

#module-slideshow-banner-full-screen-scroller p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 3rem;
  font-size: 1.5rem;
  z-index: 150;
  margin-bottom: 0;
}

#module-slideshow-banner-full-screen-scroller p a {
  color: #fff;
}

#module-slideshow-banner-full-screen-scroll-down-anchor {
  position: fixed;
  display: block;
}

#module-menu-full {
  background-color: #1D1D1B;
  height: 3.2rem;
}

#module-menu-full #top-menu {
  top: 0;
  bottom: auto;
  z-index: 400;
  position: static;
}

#module-menu-full #top-menu.nav-menu ul {
  display: table;
  width: 100%;
}

#module-menu-full #top-menu.nav-menu ul li {
  display: table-cell;
  float: none;
  text-align: center;
}

#module-menu-full #top-menu.nav-menu ul li.current-menu-item a,
#module-menu-full #top-menu.nav-menu ul li.current-menu-item a,
#module-menu-full #top-menu.nav-menu ul li.current-page-ancestor a {
  background-color: #fff;
  color: #1D1D1B;
}

#module-menu-full #top-menu.nav-menu ul li a {
  color: #fff;
}

#module-menu-full #top-menu.nav-menu ul li a:hover, #module-menu-full #top-menu.nav-menu ul li a:active, #module-menu-full #top-menu.nav-menu ul li a:focus {
  background-color: #fff;
  color: #1D1D1B;
}

#module-menu-full #top-menu.nav-menu ul li .sub-menu {
  width: auto;
  display: block;
}

#module-menu-full #top-menu.nav-menu ul li .sub-menu li {
  text-align: left;
  display: block;
}

.form-section {
  background-color: #6f6f6e;
}

.form-section .gravity-form {
  background-color: transparent;
  padding: 0;
}

.section-tabs {
  background: #fff;
  position: relative;
  z-index: 100;
}

.section-tabs__container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.section-tabs input {
  position: absolute;
  visibility: hidden;
}

body.IE .section-tabs input {
  position: relative;
}

.section-tabs input#tab-1:checked ~ .section-tabs__container #content-1,
.section-tabs input#tab-2:checked ~ .section-tabs__container #content-2,
.section-tabs input#tab-3:checked ~ .section-tabs__container #content-3,
.section-tabs input#tab-4:checked ~ .section-tabs__container #content-4,
.section-tabs input#tab-5:checked ~ .section-tabs__container #content-5 {
  display: block;
  z-index: 150;
}

.section-tabs input:checked + label {
  background: #1D1D1B;
  cursor: default;
}

.section-tabs input.visible {
  visibility: visible !important;
}

.section-tabs__label {
  padding: 1rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #7D7BA0;
  display: block;
  float: left;
  width: 20%;
}

@supports (display: flex) {
  .section-tabs__label {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
    width: auto;
    float: none;
  }
}

.section-tabs__label:hover {
  background: #1D1D1B;
  cursor: pointer;
}

.section-tabs__content {
  display: none;
  z-index: -100;
}

/* Cookie Legal Message */
.cookie-message {
  background: #aaa;
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: none;
  border-bottom: solid 1px #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#888888));
  background: linear-gradient(to bottom, #aaaaaa, #888888);
}

.cookie-message__inner {
  width: 128rem;
  padding: 1rem 0;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cookie-message__inner::after {
  content: '';
  display: block;
  clear: both;
}

.cookie-message__content {
  text-align: left;
  color: #fff;
  margin: 0 auto;
}

.cookie-message__privacy-link {
  color: #375D92;
}

.cookie-message__privacy-link:hover {
  color: #666;
}

.cookie-message__close-btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: right;
  display: block;
  background: transparent url("images/close.png") no-repeat;
  width: 15px;
  height: 15px;
  z-index: 100;
  text-decoration: none;
  border: solid 0px #555;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1em;
  text-transform: lowercase;
  font-weight: bold;
}

.cookie-message__close-btn:hover {
  opacity: .8;
}

/* 
.	 Responsive Bar
. 	 --------------------------------------------------------------------
*/
.responsive-bar {
  background-color: #1D1D1B;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  -webkit-box-shadow: 0 0 1.5rem rgba(33, 33, 33, 0.5);
          box-shadow: 0 0 1.5rem rgba(33, 33, 33, 0.5);
}

.admin-bar .responsive-bar {
  top: 32px;
}

@media screen and (max-width: 48.875em) {
  .admin-bar .responsive-bar {
    top: 46px;
  }
}

.responsive-bar .responsive-bar-inner {
  padding: 1rem;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button {
  width: 3rem;
  display: block;
  height: 2.9rem;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button .line {
  border-radius: 2rem;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
}

/* 
.	 Responsive Menu 
.	 --------------------------------------------------------------------
*/
.responsive-menu {
  left: -100%;
  position: absolute;
  position: fixed;
  height: 100%;
  z-index: 1999;
  width: 40%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #d4d7d7;
  color: #6f6f6e;
  top: 4.9rem;
  -webkit-box-shadow: 0 0 1.5rem #1D1D1B;
          box-shadow: 0 0 1.5rem #1D1D1B;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

.admin-bar .responsive-menu {
  top: 81px;
}

@media screen and (max-width: 48.875em) {
  .admin-bar .responsive-menu {
    top: 95px;
  }
}

.responsive-menu.activate {
  left: 0;
}

.responsive-menu .responsive-menu-inner {
  padding: 0 0 1.5rem;
}

.responsive-menu.right {
  left: auto;
  right: -26rem;
}

.responsive-menu.left {
  right: auto;
  left: -26rem;
}

.responsive-menu h1,
.responsive-menu h2,
.responsive-menu h3,
.responsive-menu h4,
.responsive-menu h5,
.responsive-menu h6 {
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0 1.5rem;
  margin: 0 0 .5rem;
  color: #fff;
  line-height: 2.4rem;
  background-color: #4d4d4d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#1a1a1a));
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.responsive-menu p {
  margin: 0 0 1.2rem;
}

.responsive-menu p a {
  color: rgba(255, 255, 255, 0.9);
}

.responsive-menu ul {
  margin: 0;
}

.responsive-menu ul li {
  display: block;
  margin: 0;
  line-height: 4rem;
  border-top: 1px solid #1D1D1B;
  font-weight: 300;
}

.responsive-menu ul li.menu-item-first {
  border-top: 0;
}

.responsive-menu ul li.menu-item-last {
  padding-bottom: 10rem;
}

.responsive-menu ul li a,
.responsive-menu ul li span {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  color: #1D1D1B;
  text-transform: uppercase;
}

.responsive-menu ul li ul {
  border-bottom: none;
  margin: 0;
}

.responsive-menu ul li ul li {
  line-height: 4rem;
}

.responsive-menu ul li ul li:last-child {
  border-bottom: none;
}

.responsive-menu ul li ul li a,
.responsive-menu ul li ul li span {
  padding-left: 3rem;
}

/* 
.	Nav Menus 
.	--------------------------------------------------------------------
*/
.nav-menu ul {
  list-style-type: none;
  margin: 0;
}

.nav-menu ul li {
  list-style-type: none;
  margin: 0;
  position: relative;
}

.nav-menu ul li a {
  color: #fff;
  background-color: transparent;
  display: block;
  padding: .5rem 1.5rem;
}

.nav-menu ul li a:hover, .nav-menu ul li a:active, .nav-menu ul li a:focus {
  color: #fff;
  background-color: transparent;
}

.nav-menu ul li.current-menu-item a,
.nav-menu ul li.current-menu-item a,
.nav-menu ul li.current-page-ancestor a {
  color: #fff;
  background-color: transparent;
}

.nav-menu ul li .sub-menu {
  float: none;
  margin: 0px auto;
  position: absolute;
  left: -999em;
  text-align: left;
  border: 0 solid #ccc;
  background-color: #fff;
  padding: 0;
  z-index: 1000;
}

.nav-menu ul li:hover .sub-menu {
  left: 0;
  z-index: 1000;
}

.nav-menu ul li .sub-menu li {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: normal;
  float: none;
  padding: 0;
  background-image: none;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  clear: both;
  position: relative;
}

.nav-menu ul li .sub-menu li a {
  color: #fff;
  padding: 0;
  background-color: #414040;
  white-space: nowrap;
  padding: .5rem 1.5rem;
}

.nav-menu ul li .sub-menu li a:hover {
  color: #414040;
  background-color: #fff;
}

.nav-menu ul li .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: -999em;
}

.nav-menu ul li .sub-menu:hover .sub-menu {
  left: 100%;
}

/* Horizontal Menu */
.nav-menu--horiz ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-menu--horiz ul::after {
  content: '';
  display: table;
  clear: both;
}

.nav-menu--horiz ul li {
  float: left;
  font-size: 1.5rem;
}

.nav-menu--horiz ul li.menu-item-last {
  margin-right: 0;
  padding-right: 0;
  background-image: none;
}

.nav-menu--horiz-right ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Top Menu */
#top-menu {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* 
.	Buttons 
.	--------------------------------------------------------------------
*/
.btn, .btn:link, .btn:visited, .button, .button:link, .button:visited {
  display: inline-block;
  line-height: 1.3rem;
  background-color: #fff;
  color: #414040;
  padding: 0.7rem 3rem;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.btn:hover, .button:hover {
  background-color: #414040;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 2rem rgba(29, 29, 27, 0.5);
          box-shadow: 0 1rem 2rem rgba(29, 29, 27, 0.5);
}

.btn:active, .btn:focus, .button:active, .button:focus {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(29, 29, 27, 0.5);
          box-shadow: 0 0.5rem 1rem rgba(29, 29, 27, 0.5);
}

/* 
.	Cycle Overlay 
.	--------------------------------------------------------------------
*/
.cycle-overlay {
  background-color: #414040;
  color: #fff;
  width: 30rem;
  padding: 2rem;
  padding-top: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cycle-overlay__heading {
  color: #fff;
}

.cycle-overlay__text {
  margin-bottom: 2rem;
}

.cycle-overlay__button {
  text-transform: uppercase;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* 
.	Slider 
. 	--------------------------------------------------------------------
*/
#dummy {
  width: 100%;
  display: block;
  min-height: 24rem;
}

#slideshow {
  background-color: transparent;
  overflow: hidden;
}

#slideshow .cycle-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* 
.	Scrolling Logos 
.	--------------------------------------------------------------------
*/
#scrolling-logos {
  margin: 0 -1.5rem;
  position: relative;
}

#scrolling-logos #scrolling-logos-inner {
  position: relative;
}

#scrolling-logos #scrolling-logos-inner div img {
  display: block;
  margin: 0 auto;
}

#scrolling-logos #scrolling-logos-inner .slick-slide {
  /*width: 21.6rem !important; 
			height: 6.5rem; 
			margin-right: 3.2rem; */
  vertical-align: top;
  padding: 0 1.5rem;
}

#scrolling-logos #scrolling-logos-inner .slick-slide img {
  display: block;
}

#scrolling-logos .prev-next {
  display: block;
  position: absolute;
  top: 1.8rem;
  width: 3rem;
  height: 3rem;
}

#scrolling-logos .prev-next:hover {
  background-position: center bottom;
}

#scrolling-logos #prev {
  background-image: url("images/prev.png");
  left: -3rem;
}

#scrolling-logos #next {
  background-image: url("images/next.png");
  right: -3rem;
}

/* 
.	Gravity Form 
.	--------------------------------------------------------------------
*/
.gravity-form {
  background-color: #1D1D1B;
  padding: 2rem;
}

.gravity-form h3 {
  color: #fff;
}

.gravity-form ul {
  margin: 0;
}

.gravity-form ul li {
  list-style: none;
  margin: 0 0 20px 0;
}

.gravity-form input,
.gravity-form textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.gravity-form input::-webkit-input-placeholder,
.gravity-form textarea::-webkit-input-placeholder {
  color: #1D1D1B;
  opacity: 1;
  line-height: normal;
}

.gravity-form input:-ms-input-placeholder,
.gravity-form textarea:-ms-input-placeholder {
  color: #1D1D1B;
  opacity: 1;
  line-height: normal;
}

.gravity-form input::-ms-input-placeholder,
.gravity-form textarea::-ms-input-placeholder {
  color: #1D1D1B;
  opacity: 1;
  line-height: normal;
}

.gravity-form input::placeholder,
.gravity-form textarea::placeholder {
  color: #1D1D1B;
  opacity: 1;
  line-height: normal;
}

.gravity-form textarea {
  height: 10rem;
}

.gravity-form .ginput_container {
  padding: .5rem;
  background-color: #fff;
}

.gravity-form .ginput_container.ginput_container_select {
  padding: 0;
}

.gravity-form .ginput_container.ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: normal;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 0px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: inherit;
  display: block;
  background: transparent;
  border-radius: 0;
  width: 100%;
  cursor: pointer;
  padding: .5rem;
  line-height: 1.5rem;
  background-image: url("images/drop-down.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 3rem auto;
  height: 3.2rem;
}

.gravity-form .ginput_container.ginput_container_fileupload {
  padding: 0;
  background-color: transparent;
  color: #fff;
  position: relative;
  /*input {
        		opacity: 0;
    		}
    		&:after {
        		@include button-style();
        		content: 'Choose File';
        		font-size: 1rem;
        		position: absolute;
        		top: 0;
        		pointer-events: none;
    		}
    		&:hover {
        		&:after {
            		
        		}
    		}
    		/*input[type='file'] {
        		@include button-style();
    		}*/
}

.gravity-form .ginput_container.ginput_container_fileupload input {
  /*font-size: 1.5rem;*/
}

.gravity-form .ginput_container.ginput_container_radio {
  padding: 0;
  padding-top: .5rem;
  background-color: transparent;
}

.gravity-form .ginput_container.ginput_container_radio li {
  margin-bottom: .5rem;
}

.gravity-form .ginput_container.ginput_container_radio li input {
  width: auto;
  display: inline;
  margin-right: 1rem;
}

.gravity-form .ginput_container.ginput_container_checkbox {
  padding: 0;
  padding-top: .5rem;
  background-color: transparent;
}

.gravity-form .ginput_container.ginput_container_checkbox li {
  margin-bottom: .5rem;
}

.gravity-form .ginput_container.ginput_container_checkbox li input {
  width: auto;
  display: inline;
  margin-right: 1rem;
}

.gravity-form p, .gravity-form label {
  color: #fff;
}

.gravity-form input[type="submit"] {
  display: inline-block;
  padding: 0.7rem 3rem;
  width: auto;
  font-size: 1.5rem;
  text-transform: uppercase;
  background-color: #fff;
  color: #414040;
  line-height: 1.3rem;
}

.gravity-form input[type="submit"]:hover, .gravity-form input[type="submit"]:active, .gravity-form input[type="submit"]:focus {
  background-color: #414040;
  color: #fff;
}

.gravity-form .validation_error {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 2rem;
  color: red;
}

.gravity-form .validation_message {
  color: red;
}

.gravity-form .gf-left {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1rem;
  width: 50%;
}

.gravity-form .gf-right {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1rem;
  width: 50%;
}

#ui-datepicker-div {
  background-color: #fff;
}

#ui-datepicker-div .ui-datepicker-header {
  padding: .5rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
  padding: .5rem 1rem;
  font-size: 1.3rem;
  background-color: #1D1D1B;
  color: #fff;
  margin-bottom: .5rem;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all:hover {
  background-color: #fff;
  color: #1D1D1B;
}

#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
  float: right;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: right;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  margin-left: .5rem;
}

#ui-datepicker-div table thead th {
  border-bottom: 1px solid #ddd;
  font-size: 1.3rem;
  padding: .5rem;
}

#ui-datepicker-div table tbody td {
  font-size: 1.3rem;
  cursor: pointer;
}

#ui-datepicker-div table tbody td:hover {
  background-color: #1D1D1B;
}

#ui-datepicker-div table tbody td:hover a {
  color: #fff;
}

#ui-datepicker-div table tbody td a {
  color: #1D1D1B;
}

/* Testimonials */
.testimonials {
  margin: 0 0 2rem;
}

.testimonials quote {
  background-image: url("images/quote-l.png");
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 1.6rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding: 2rem 0 0 2rem;
}

.testimonials quote span {
  background-image: url("images/quote-r.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 0 2rem 2rem 0;
  display: block;
}

.testimonials citation {
  font-weight: bold;
  font-size: 1.3rem;
  padding-left: 2rem;
  margin-bottom: 0;
}

h1 {
  color: #D60B51;
  font-weight: 400;
  margin-bottom: 4rem;
  line-height: 1.1em;
}

@media only screen and (max-width: 37.5em) {
  h1 {
    font-size: 40px;
  }
}

h3 {
  color: #230927;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

p {
  color: #230927;
}

@media only screen and (max-width: 37.5em) {
  h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 37.5em) {
  h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 37.5em) {
  .intro {
    font-size: 18px;
  }
}

[class*="col-"] {
  /*
	padding-left: 20px;
	padding-right: 20px;
*/
}

@media only screen and (max-width: 56.25em) {
  [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.display-block {
  display: block;
}

html .scroll {
  -webkit-overflow-scrolling: touch;
}

.btn, .btn:link, .btn:visited {
  display: inline-block;
  position: relative;
  z-index: 200;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Saira Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #230927;
  padding: 13px 30px;
  line-height: 0.8em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn:hover, .btn:active, .btn:focus {
  background-color: #230927;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

.btn--pink, .btn--pink:link, .btn--pink:visited {
  border: 2px solid #D60B51;
  color: #D60B51;
}

.btn--pink:hover, .btn--pink:active, .btn--pink:focus {
  background-color: #D60B51;
  color: #fff;
}

.btn--white, .btn--white:link, .btn--white:visited {
  border: 2px solid #fff;
  color: #fff;
}

.btn--white:hover, .btn--white:active, .btn--white:focus {
  background-color: #fff;
  color: #230927;
}

.cookie-message {
  position: fixed;
  bottom: 0;
  z-index: 201;
  width: 100%;
  left: 0;
  background: #3D1C4A;
  background-color: #3D1C4A;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.cookie-message strong {
  color: #fff;
}

.cookie-message__content {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.1em;
  margin: 0;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .cookie-message__content {
    padding: 0 3rem;
  }
}

.cookie-message__outer-cookie {
  margin-left: 2rem;
  width: 12rem;
}

.cookie-message__close-btn {
  width: auto;
  height: auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  background-color: transparent;
}

.cookie-message__close-btn:hover, .cookie-message__close-btn:active, .cookie-message__close-btn:focus {
  color: #fff;
}

.cookie-message__inner {
  max-width: 128rem;
  width: 100%;
  padding: 1rem 2.5rem 1rem 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie-message__privacy-link {
  font-weight: 600;
  color: #F29100;
  position: relative;
}

.cookie-message__privacy-link:hover, .cookie-message__privacy-link:active, .cookie-message__privacy-link:focus {
  color: #D60B51;
}

.responsive-bar {
  background-color: transparent;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}

.responsive-bar .responsive-bar-inner {
  padding: 0 1.5rem 0 0;
}

@media only screen and (max-width: 56.25em) {
  .responsive-bar .responsive-bar-inner {
    padding: 0 4.5rem 0 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .responsive-bar .responsive-bar-inner {
    padding: 0 4.5rem 4rem 0;
  }
}

@media only screen and (max-width: 25em) {
  .responsive-bar .responsive-bar-inner {
    padding: 0 4.5rem 1rem 0;
  }
}

.responsive-bar .responsive-bar-inner #responsive-menu-button {
  width: 4rem;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button {
  width: 30px;
  height: auto;
  position: relative;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button .line {
  display: block;
  background: #fff;
  width: 30px;
  height: 2px;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 6px 0;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button .line.line-1 {
  top: 0;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button .line.line-2 {
  top: 50%;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button .line.line-3 {
  top: 100%;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button.activate .line-1 {
  -webkit-transform: translateY(8.5px) translateX(0) rotate(45deg);
          transform: translateY(8.5px) translateX(0) rotate(45deg);
}

.responsive-bar .responsive-bar-inner #responsive-menu-button.activate .line-2 {
  opacity: 0;
}

.responsive-bar .responsive-bar-inner #responsive-menu-button.activate .line-3 {
  -webkit-transform: translateY(-8.5px) translateX(0) rotate(-45deg);
          transform: translateY(-8.5px) translateX(0) rotate(-45deg);
}

.header__fixed {
  top: 39px;
  z-index: 205;
  background-color: rgba(35, 9, 39, 0.7);
}

@media only screen and (max-width: 56.25em) {
  .header__fixed.scrolling .container {
    height: 70px;
  }
}

@media only screen and (max-width: 37.5em) {
  .header__fixed.scrolling .container {
    height: 120px;
  }
}

@media only screen and (max-width: 25em) {
  .header__fixed.scrolling .container {
    height: 110px;
  }
}

@media only screen and (max-width: 100em) {
  .header__fixed {
    top: 36px;
  }
}

@media only screen and (max-width: 37.5em) {
  .header__fixed {
    background-color: transparent;
    top: 0;
  }
}

.header__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 37.5em) {
  .header__container {
    background-color: transparent;
    background-image: url(images/icon-header-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 120px;
  }
}

@media only screen and (max-width: 25em) {
  .header__container {
    height: 110px;
  }
}

.header__container.activate {
  background-color: #230927;
}

.header__contact {
  background-color: #230927;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 202;
}

@media only screen and (max-width: 37.5em) {
  .header__contact {
    display: none;
  }
}

.header__contact-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 15px;
}

@media only screen and (max-width: 37.5em) {
  .header__contact-logo {
    display: none;
  }
}

.header__contact-logo img {
  max-height: 42px;
  width: auto;
}

.header__contact-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 15px;
}

@media only screen and (max-width: 37.5em) {
  .header__contact-col {
    display: none;
  }
}

.header__contact-link {
  color: #fff;
  font-size: 14px;
}

.header__contact-link:hover, .header__contact-link:active, .header__contact-link:focus {
  color: #F29100;
}

.header__logo {
  display: block;
  width: 200px;
  height: 25px;
}

@media only screen and (max-width: 37.5em) {
  .header__logo {
    width: 150px;
    height: 20px;
  }
}

@media only screen and (max-width: 56.25em) {
  .header__logo-box {
    padding-left: 4rem;
    margin-top: -2rem;
  }
}

@media only screen and (max-width: 25em) {
  .header__logo-box {
    margin-top: -1rem;
  }
}

.header__search input {
  outline: none;
}

.header__search input::-webkit-search-decoration, .header__search input::-webkit-search-cancel-button {
  display: none;
}

.header__search input[type=search] {
  font-family: inherit;
  font-size: 1.2rem;
  background-image: url(images/icon-search.svg);
  width: 15px;
  height: 15px;
  margin-left: 2.5rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: left 8px center;
  padding: 12px;
}

.header__search input[type=search]:focus {
  width: 180px;
  padding-left: 32px;
  border: 1px solid #fff;
  color: #fff;
  cursor: auto;
}

.header__search input:-moz-placeholder {
  color: transparent;
}

.header__search input::-webkit-input-placeholder {
  color: transparent;
}

.header__search input::-moz-selection {
  background: #ffb7b7;
  /* WebKit/Blink Browsers */
}

.header__search input::selection {
  background: #ffb7b7;
  /* WebKit/Blink Browsers */
}

.header__search input::-moz-selection {
  background: #ffb7b7;
  /* Gecko Browsers */
}

@media only screen and (max-width: 56.25em) {
  .header__search {
    margin-right: 3rem;
  }
}

/* Search Style */
.mobile-menu-col {
  display: none;
}

@media only screen and (max-width: 56.25em) {
  .mobile-menu-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}

#search-popup {
  background-image: url(images/icon-search.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3.5rem 3rem 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
}

@media only screen and (max-width: 37.5em) {
  #search-popup {
    display: block;
  }
}

@media only screen and (max-width: 25em) {
  #search-popup {
    margin: 0 1.5rem 1rem 0;
  }
}

#search-form {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 9, 39, 0.9);
  opacity: 0;
  display: none;
}

#search-form.open {
  opacity: 1;
  z-index: 3000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search-form input[type="search"] {
  padding: 10px 20px 10px 40px;
  width: 100%;
  height: auto;
  margin-left: 0;
  font-size: 18px;
  border: 1px solid #fff;
}

#search-form input[type="search"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#search-form input[type="search"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#search-form input[type="search"]::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#search-form input[type="search"]::placeholder {
  color: #fff;
  opacity: 1;
}

#search-form input[type="search"]:-ms-input-placeholder {
  color: #fff;
}

#search-form input[type="search"]::-ms-input-placeholder {
  color: #fff;
}

#search-form .close {
  position: fixed;
  top: 35px;
  right: 35px;
  opacity: 1;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#search-form .close:hover {
  color: #F29100;
  cursor: pointer;
}

.nav-menu--horiz ul {
  display: block;
}

@media only screen and (max-width: 80em) {
  .nav-menu--horiz ul {
    margin-right: 2rem;
  }
}

/*
.nav-menu {
	position: relative;
	ul {
		display: inline-block;
	    width: 100%;
	    margin-bottom: 0;
	    li {
		    float: left;
		    a {
			    position: relative;
		    }
		    .custom-sub {
				z-index: 10;
			    background-color: #fff;
			    left: 0;
			    overflow-x: hidden;
			    top: 28px;
			    border-top: 1px solid #696c6f;
			    position: absolute;
				width: 100%;
				min-height: 150px;
				padding: 3px 0;
				ul {
					width: 25%;
					min-height: 200px;
					li a {
						position: relative;
					}
				}
		    }
	    }
	}
}
*/
.nav-menu ul li {
  font-size: 23px;
  width: 10.6rem;
  margin: 0 1rem 0 0;
  line-height: 1em;
  border-left: 1px solid #D60B51;
  position: relative;
}

@media only screen and (max-width: 80em) {
  .nav-menu ul li {
    font-size: 19px;
    width: 10rem;
  }
}

@media (max-width: 960px) {
  .nav-menu ul li {
    margin: 0 0.5rem 0 0;
    font-size: 17px;
    width: 9.1rem;
  }
}

.nav-menu ul li.current_page_item {
  font-weight: 400;
}

.nav-menu ul li.menu-item-has-children .active {
  font-weight: 400;
}

.nav-menu ul li.disable a {
  pointer-events: none;
}

.nav-menu ul li.disable .sub-menu li a {
  pointer-events: auto;
}

.nav-menu ul li a {
  font-family: "Saira Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  padding: 0 1rem;
  text-transform: uppercase;
}

.nav-menu ul li:hover .custom-sub {
  top: 46px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  padding-top: 22px;
}

@media only screen and (max-width: 80em) {
  .nav-menu ul li:hover .custom-sub {
    padding-top: 13px;
  }
}

.nav-menu ul li:hover .custom-sub .sub-menu {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-menu ul li .custom-sub {
  position: absolute;
  left: -2000px;
  right: -2000px;
  overflow: hidden;
  top: -9000px;
  z-index: 2000;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.nav-menu ul li .custom-sub .sub-menu {
  display: block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(35, 9, 39, 0.8);
  overflow: hidden;
  padding: 1rem 1.5rem 1rem 2000px;
  position: static;
}

.nav-menu ul li .custom-sub .sub-menu li {
  border: none;
  display: table;
  float: none;
  padding: 0;
  width: 220px;
}

.nav-menu ul li .custom-sub .sub-menu li a {
  width: 100%;
  font-size: 1.8rem;
  padding: 1rem 0;
  text-transform: none;
  background-color: transparent;
}

.nav-menu ul li .custom-sub .sub-menu li a:hover, .nav-menu ul li .custom-sub .sub-menu li a:active, .nav-menu ul li .custom-sub .sub-menu li a:focus {
  color: #D60B51;
}

@media only screen and (max-width: 56.25em) {
  .nav-menu {
    display: none;
  }
}

.nav-main {
  -webkit-transition: left .25s ease-in-out;
  transition: left .25s ease-in-out;
  background: #230927;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  left: -100%;
  top: 13rem;
  bottom: 0;
  z-index: 2000;
}

@media only screen and (max-width: 37.5em) {
  .nav-main {
    top: 12rem;
  }
}

.nav-main .nav-container {
  -webkit-transition: left .25s ease-in-out;
  transition: left .25s ease-in-out;
  position: relative;
  left: 0;
}

.nav-main .nav-container.show-sub {
  left: -100%;
}

.nav-main .nav-container ul {
  margin: 0;
}

.nav-main .nav-container ul li {
  list-style: none;
  border-bottom: 1px solid #D60B51;
  font-family: "Saira Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

.nav-main .nav-container ul li.has-sub-nav ul a {
  background: 0 0;
}

.nav-main .nav-container ul li.active ul {
  display: block;
}

.nav-main .nav-container ul li a {
  display: block;
  padding: 1rem 4rem;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  background-image: url(images/icon-arrow-right.svg);
  background-position: right 4rem center;
  background-repeat: no-repeat;
  background-size: 10px;
}

.nav-main .nav-container ul li a:hover {
  color: #D60B51;
}

@media only screen and (max-width: 56.25em) {
  .nav-main .nav-container ul li a br {
    display: none;
  }
}

.nav-main .nav-container ul li ul {
  display: none;
  width: 100%;
  position: absolute;
  right: -100%;
  top: 0;
}

.nav-main .nav-container ul li ul li {
  text-transform: none;
  margin-left: 0;
}

.nav-main .nav-container ul li ul li.nav-label {
  border-top: 1px solid #d5d7da;
  padding: 25px 0 10px;
}

.nav-main .nav-container ul li ul li.back a {
  padding: 1rem 1.5rem 1rem 4.5rem;
  background-color: #3D1C4A;
  text-transform: lowercase;
  background-image: url(images/icon-arrow-left.svg);
  background-position: left 1.5rem center;
  background-size: 10px;
  background-repeat: no-repeat;
}

.nav-main.activate {
  left: 0;
}

#dummy {
  height: 100%;
  min-height: 70rem;
}

@media only screen and (max-width: 80em) {
  #dummy {
    min-height: 60rem;
  }
}

@media only screen and (max-width: 56.25em) {
  #dummy {
    min-height: 65rem;
  }
}

@media only screen and (max-width: 37.5em) {
  #dummy {
    min-height: 63rem;
  }
}

#dummy-two {
  min-height: 50rem;
}

@media only screen and (max-width: 56.25em) {
  #dummy-two {
    min-height: 40rem;
  }
}

@media only screen and (max-width: 37.5em) {
  #dummy-two {
    min-height: 35rem;
  }
}

.banner {
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .banner__row {
    margin: 0 3rem 6rem 0;
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
  }
}

.banner .container {
  height: 100%;
}

.banner .cycle-overlay {
  background-color: transparent;
  padding: 0;
  width: auto;
  position: absolute;
  top: 25%;
  right: 0;
  width: 57%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 37.5em) {
  .banner .cycle-overlay {
    width: 55%;
    top: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner .cycle-overlay .btn--last, .banner .cycle-overlay .btn--last:link, .banner .cycle-overlay .btn--last:visited {
  margin-bottom: 0;
}

.banner .cycle-overlay .btn, .banner .cycle-overlay .btn:link, .banner .cycle-overlay .btn:visited {
  font-size: 2.5rem;
  width: 100%;
  padding: 18px 10px;
  border-width: 3px;
  border-radius: 40px;
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 56.25em) {
  .banner .cycle-overlay .btn, .banner .cycle-overlay .btn:link, .banner .cycle-overlay .btn:visited {
    width: 150px;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .banner .cycle-overlay .btn, .banner .cycle-overlay .btn:link, .banner .cycle-overlay .btn:visited {
    padding: 15px 10px;
  }
}

.banner__buttons {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 3rem;
}

@media only screen and (max-width: 80em) {
  .banner__buttons {
    width: 35%;
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .banner__buttons {
    width: 100%;
    margin: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
  }
}

@media screen and (max-width: 330px) {
  .banner__buttons {
    padding-right: 10px;
  }
}

.banner__heading {
  color: #D60B51;
  font-size: 34rem;
  line-height: 0.55em;
  margin: 0;
  text-transform: lowercase;
}

@media only screen and (max-width: 80em) {
  .banner__heading {
    font-size: 25rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .banner__heading {
    font-size: 20rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .banner__heading {
    font-size: 20rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 330px) {
  .banner__heading {
    font-size: 18rem;
  }
}

.banner__heading span {
  color: #fff;
  display: block;
  margin-left: 3rem;
  font-size: 27rem;
}

@media only screen and (max-width: 80em) {
  .banner__heading span {
    font-size: 20rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .banner__heading span {
    font-size: 13rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .banner__heading span {
    font-size: 15rem;
    margin-left: 0;
  }
}

@media screen and (max-width: 330px) {
  .banner__heading span {
    font-size: 13rem;
  }
}

.banner__title-container {
  background: left 3% bottom 20%/21% 180px no-repeat url(images/bromley-logo.svg), top center/110% 110% no-repeat url(images/bg-gradient.png);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -75px;
  z-index: 200;
  min-height: 260px;
}

.banner__title-container .container {
  width: 100%;
}

@media only screen and (max-width: 37.5em) {
  .banner__title-container {
    top: -35px;
    min-height: 150px;
    background: right 1% top 4px/24% no-repeat url(images/bromley-logo.svg), top center/100% 100% no-repeat url(images/bg-mob-gradient.png);
  }
}

.banner__slide {
  background-position: left top 25%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 56.25em) {
  .banner__slide {
    background-position: left top;
  }
}

@media screen and (max-width: 450px) {
  .banner__slide {
    background-size: 132%;
    background-position: left -12rem bottom -3rem;
  }
}

@media only screen and (max-width: 25em) {
  .banner__slide {
    background-size: 155%;
  }
}

@media screen and (max-width: 330px) {
  .banner__slide {
    background-position: left -12rem bottom;
    background-size: 160%;
  }
}

.banner__slide--slim {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media only screen and (max-width: 56.25em) {
  .banner__slide--slim {
    background-position: center bottom;
  }
}

.banner__title {
  color: #fff;
  margin-bottom: 0;
  font-family: "Saira Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 6rem 0 0;
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .banner__title {
    margin: 0px;
    text-align: left;
    padding: 6rem 0;
  }
  .banner__title .display-block {
    display: inline;
  }
}

.banner__title--small {
  font-size: 30px;
  line-height: 1.2em;
}

.main-content--no-img {
  margin-top: 15rem;
}

.main-content--no-img .no-img-title {
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .main-content--no-img .no-img-title {
    font-size: 45px;
    margin-top: 3rem;
    text-align: left;
  }
}

.main-content__loop {
  text-align: center;
  padding: 0 3.5rem;
}

.main-content__loop--flexible {
  text-align: left;
  margin-bottom: 2.5rem;
  padding: 0;
}

.main-content__loop .btn, .main-content__loop .btn:link, .main-content__loop .btn:visited {
  font-style: italic;
  background: none;
  background-color: transparent;
  font-style: normal;
}

.main-content__loop .btn:hover, .main-content__loop .btn:active, .main-content__loop .btn:focus {
  color: #230927;
  color: #fff;
}

.main-content__loop .btn--pink, .main-content__loop .btn--pink:link, .main-content__loop .btn--pink:visited {
  color: #D60B51;
}

.main-content__loop .btn--pink:hover, .main-content__loop .btn--pink:active, .main-content__loop .btn--pink:focus {
  background-color: #D60B51;
}

@media only screen and (max-width: 56.25em) {
  .main-content__loop h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 37.5em) {
  .main-content__loop h1 {
    font-size: 40px;
  }
}

.main-content__loop h2 {
  color: #D60B51;
  margin-bottom: 2.5rem;
}

.main-content__loop h3, .main-content__loop h4 {
  color: #230927;
  margin-bottom: 2rem;
}

.main-content__loop h2 a, .main-content__loop h2 a:link, .main-content__loop h2 a:visited {
  color: #D60B51;
}

.main-content__loop h2 strong, .main-content__loop h3 strong, .main-content__loop h4 strong, .main-content__loop h5 strong {
  font-weight: 600;
}

@media only screen and (max-width: 37.5em) {
  .main-content__loop {
    text-align: left;
    padding: 0;
  }
}

.main-content__loop p {
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 2.5rem;
}

.main-content__loop ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.main-content__loop ol > li {
  padding: 0 0 0 25px;
  text-indent: -27px;
  list-style-type: none;
  counter-increment: item;
  font-weight: 300;
}

.main-content__loop ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: 800;
  text-align: right;
  content: counter(item) ".";
}

.main-content__loop ul {
  margin: 0 0 1.5rem 2.5rem;
}

.main-content__loop ul li {
  list-style: none;
  font-weight: 300;
}

.main-content__loop ul li::before {
  content: "\2022";
  color: #D60B51;
  font-weight: 800;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.main-content__loop ul li:last-child {
  margin-bottom: 2.5rem;
}

.main-content__loop img {
  margin-bottom: 0.5rem;
}

.main-content__loop a.with-img-link, .main-content__loop a.with-img-link:link, .main-content__loop a.with-img-link:visited {
  background: none;
  display: inline-block;
}

.main-content__loop a, .main-content__loop a:link, .main-content__loop a:visited {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f1bfc3), color-stop(0, transparent));
  background: linear-gradient(to top, #f1bfc3 40%, transparent 0);
  font-style: italic;
  color: #230927;
}

.main-content__loop a:hover, .main-content__loop a:active, .main-content__loop a:focus {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #fac36f), color-stop(0%, transparent));
  background: linear-gradient(to top, #fac36f 40%, transparent 0%);
}

.main-content__loop a.dictionary-term, .main-content__loop a.dictionary-term:link, .main-content__loop a.dictionary-term:visited {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #fac36f), color-stop(0, transparent));
  background: linear-gradient(to top, #fac36f 40%, transparent 0);
}

.main-content__loop a.dictionary-term:hover, .main-content__loop a.dictionary-term:active, .main-content__loop a.dictionary-term:focus {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f1bfc3), color-stop(0%, transparent));
  background: linear-gradient(to top, #f1bfc3 40%, transparent 0%);
}

@media only screen and (max-width: 80em) {
  .sidebar__col {
    margin: 4rem 0 0;
  }
}

@media only screen and (max-width: 56.25em) {
  .sidebar__col {
    margin: 4rem 0 1rem;
  }
}

.sidebar__about-us-outer {
  padding: 0 0 0 8rem;
}

@media only screen and (max-width: 80em) {
  .sidebar__about-us-outer {
    padding: 0 0 0 4rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .sidebar__about-us-outer {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

.sidebar__about-us {
  position: relative;
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 80em) {
  .sidebar__about-us {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .sidebar__about-us {
    margin-top: 6rem;
    margin-bottom: 0;
  }
}

.sidebar__about-btn, .sidebar__about-btn:link, .sidebar__about-btn:visited {
  position: absolute;
  bottom: -30px;
  right: 70px;
  margin: 0;
}

@media only screen and (max-width: 80em) {
  .sidebar__about-btn, .sidebar__about-btn:link, .sidebar__about-btn:visited {
    position: static;
    margin-top: 1rem;
  }
}

.sidebar__icon {
  background-repeat: no-repeat;
  width: 278px;
  background-position: left center;
  height: 130px;
  float: right;
  -webkit-transition: none;
  transition: none;
  display: block;
  margin-bottom: 1rem;
}

.sidebar__icon--az-dictionary {
  background-image: url(images/icon-az.png);
}

.sidebar__icon--get-involved {
  background-image: url(images/icon-get-involved.png);
}

.sidebar__icon:hover, .sidebar__icon:active, .sidebar__icon:focus {
  background-position: right -1px center;
}

@media only screen and (max-width: 56.25em) {
  .sidebar__icon {
    float: none;
    margin: 0 auto;
  }
}

.cta {
  background-image: url(images/bg-gradient.png);
  background-size: 110% 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.cta__container {
  width: 100%;
}

@media only screen and (max-width: 37.5em) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 220px;
    background-image: url(images/bg-mob-gradient.png);
  }
}

.cta__heading {
  color: #fff;
  font-weight: 800;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 38px;
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 37.5em) {
  .cta__heading {
    display: none;
  }
}

.cta__email {
  color: #fff;
  font-size: 23px;
  margin-bottom: 0;
}

@media only screen and (max-width: 37.5em) {
  .cta__email {
    font-size: 18px;
  }
}

.cta__email-link {
  color: #fff;
  font-weight: 800;
  position: relative;
  padding-left: 4rem;
}

.cta__email-link:before {
  content: "";
  width: 3rem;
  height: 3rem;
  display: block;
  background-image: url(images/icon-email.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cta__email-link:hover, .cta__email-link:active, .cta__email-link:focus {
  color: #3D1C4A;
}

.cta__col {
  padding-top: 6rem;
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .cta__col {
    padding-top: 0;
  }
}

.notice {
  text-align: center;
}

.notice--home {
  display: block;
}

@media only screen and (max-width: 37.5em) {
  .notice--home {
    display: none;
  }
}

.notice__title {
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.5rem;
}

.notice__cat {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 11px;
}

.notice__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.notice__post {
  padding: 2rem;
  position: relative;
  width: 33%;
  margin-bottom: 4px;
  background-size: cover;
  min-height: 28rem;
}

.notice__post:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(29, 29, 27, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 56.25em) {
  .notice__post {
    width: 49.6%;
  }
}

@media only screen and (max-width: 25em) {
  .notice__post {
    width: 100%;
  }
}

.notice__post:hover:after, .notice__post:active:after, .notice__post:focus:after {
  background-color: rgba(111, 111, 110, 0.8);
}

.notice__post-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.notice__post-heading {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: none;
}

.notice__excerpt {
  font-size: 15px;
  font-weight: 300;
}

.notice__post-heading, .notice__heading-panel, .notice__excerpt, .notice__cat {
  width: 100%;
  position: relative;
  z-index: 201;
  color: #fff;
  text-align: left;
}

.notice__btn {
  margin: 3rem 0 0;
}

.noticeboard-scrolling {
  display: none;
}

@media only screen and (max-width: 37.5em) {
  .noticeboard-scrolling {
    display: block;
  }
}

.noticeboard-scrolling__container-fluid {
  padding: 0;
}

.news__col-one {
  /*
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
*/
  padding-right: 5rem;
}

@media only screen and (max-width: 56.25em) {
  .news__sidebar-col {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 37.5em) {
  .news__sidebar-col {
    display: block;
  }
}

.news__sidebar h2 {
  color: #D60B51;
  font-size: 3rem;
}

.news__sidebar ul li {
  list-style: none;
  font-weight: 300;
  font-size: 16px;
}

.news__sidebar ul li a {
  color: #230927;
}

.news__sidebar ul li .children {
  margin-top: 1rem;
}

.news__sidebar ul li::before {
  content: "\2022";
  color: #D60B51;
  font-weight: 800;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.news__sidebar--archive {
  margin-top: 3rem;
}

@media only screen and (max-width: 56.25em) {
  .news__sidebar--archive {
    margin-top: 0;
    margin-left: 8rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .news__sidebar--archive {
    margin: 3rem;
    margin-left: 0;
  }
}

.news__back {
  width: 100%;
  text-align: center;
  float: left;
  margin-top: 4rem;
}

/*

.category-list-mob {
	display: none;
	@include responsive(tablet-portrait) {
		display: block;
		.dropbtn {
			margin-bottom: 2px;
			.topple-arrow {
				margin: 2px 12px;
			    position: relative;
			    float: right;
			    &::before {
				    transform: rotate(45deg);
					left: 0;
			    }
			    &::after {
				    transform: rotate(-45deg);
					left: 4px;
			    }
				&::before,
				&::after {
					position: absolute;
				    top: 6px;
				    content: "";
				    display: inline-block;
				    height: 2px;
				    width: 7px;
				    background: rgba(0,0,0,.7);
				    transition: transform .4s;
				}
				&.is-open {
					&::before {
				    transform: rotate(-45deg);
			    	}
				    &::after {
					    transform: rotate(45deg);
					}
				}
				
			}
			
		}
		.dropdown-container {
			//display: none;
		    max-height: 1px;
		    overflow: hidden;
		    transition: .25s;
		    margin: 0 0 24px;
		    list-style: none;
			&.show {
				//display: block;
				max-height: 1000px;
			}
		}
	}
}
*/
/* Blog Comments */
#comments {
  float: left;
  margin-top: 4rem;
  width: 100%;
}

.form {
  /*
	.field {
		text-align: left;
		margin-bottom: 1.5rem;
		&.checkbox {
			span.wpcf7-list-item {
				text-align: center;
			    display: block;
			    margin-top: 2.5rem;
			    margin-left: 0;
			}
			input {
				width: auto;
				display: inline-block;
				margin-right: 1rem;
			}
		}
	}
	label {
		font-weight: $bold-font-weight;
		display: block;
		margin-bottom: 0.5rem;
	}
	input, textarea {
		padding: 1rem;
		width: 100%;
		background-color: #fbedee;
	}
	.submit-button {
		text-align: center;
		width: 100%;
		margin: 3rem 0 2rem;
	} */
}

@media only screen and (max-width: 56.25em) {
  .form__panel-inner {
    margin-top: 4rem;
  }
}

.form__heading {
  text-align: center;
  margin-bottom: 4rem;
}

.form .gform_wrapper ul.gform_fields li.gfield {
  margin: 0 0 1.5rem;
  padding: 0;
}

.form .gform_wrapper ul.gform_fields li.gfield#field_1_4 .ginput_container_consent {
  text-align: center;
  display: block;
  margin-top: 2.5rem;
  margin-left: 0;
}

.form .gform_wrapper ul.gform_fields li.gfield#field_1_4 .gfield_label {
  display: none;
}

.form .gform_wrapper ul.gform_fields li.gfield#field_1_4 input {
  display: inline-block;
  margin-right: 1rem;
}

.form .gform_wrapper ul.gform_fields li.gfield#field_1_4 label {
  font-size: 16px;
}

.form .gform_wrapper .top_label .ginput_container {
  margin-top: 0;
}

.form .gform_wrapper .top_label .gfield_label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.form .gform_wrapper textarea,
.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 1rem;
  width: 100%;
  background-color: #fbedee;
  font-size: 16px;
}

.form .gform_wrapper .gform_footer {
  text-align: center;
}

.form .gform_wrapper .gform_footer input[type=submit] {
  width: auto;
  line-height: 1.2em !important;
}

.form .gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #F29100;
}

.form input[type='submit'], .form input[type='submit']:link, .form input[type='submit']:visited {
  display: inline-block;
  width: auto;
  position: relative;
  z-index: 200;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Saira Condensed", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  border-radius: 25px;
  border: 2px solid #230927;
  padding: 13px 30px;
  line-height: 0.8em;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form input[type='submit']:hover, .form input[type='submit']:active, .form input[type='submit']:focus {
  background-color: #230927;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  -webkit-transform: none;
          transform: none;
}

.navigation {
  float: left;
  width: 100%;
  display: block;
  margin-top: 4rem;
}

.navigation .nav-btn {
  /*
		a {
			@include link {
				display: inline-block;
				position: relative;
				z-index: 200;
				background-color: transparent;
				text-transform: uppercase;
				font-weight: $light-font-weight;
				font-family: $heading-font;
			    font-size: 16px;
			    line-height: 0.8em;
			    text-align: center;
			    color: $color-dark-purple;
			}
			@include on-event {
				color: $color-pink;
			}
		}
*/
}

.navigation .nav-btn a, .navigation .nav-btn a:link, .navigation .nav-btn a:visited {
  position: relative;
  display: inline-block;
  font-style: italic;
  color: #230927;
}

.navigation .nav-btn a::after, .navigation .nav-btn a:link::after, .navigation .nav-btn a:visited::after {
  content: attr(data-content);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #f1bfc3;
  display: block;
  z-index: -2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navigation .nav-btn a:hover::after, .navigation .nav-btn a:active::after, .navigation .nav-btn a:focus::after {
  background-color: #fac36f;
}

.navigation .nav-btn-next {
  float: right;
}

.navigation .nav-btn-prev {
  float: left;
}

.archive__pagetitle {
  margin-bottom: 2.5rem;
  color: #D60B51;
}

.downloads--pdf {
  position: relative;
  padding-left: 6rem;
}

.downloads--pdf:before {
  content: "";
  width: 5rem;
  height: 5rem;
  display: block;
  background-image: url(images/icon-download.svg);
  position: absolute;
  top: 1rem;
  left: 0;
  background-repeat: no-repeat;
}

.downloads__heading {
  color: #230927;
  font-weight: 400;
}

.downloads__heading a, .downloads__heading a:link, .downloads__heading a:visited {
  position: relative;
  display: inline-block;
  font-style: italic;
  color: #230927;
}

.downloads__heading a::after, .downloads__heading a:link::after, .downloads__heading a:visited::after {
  content: attr(data-content);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #f1bfc3;
  display: block;
  z-index: -2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.downloads__heading a:hover::after, .downloads__heading a:active::after, .downloads__heading a:focus::after {
  background-color: #fac36f;
}

.downloads__btn {
  margin: 1rem 0 0 0;
}

.downloads__job-description {
  font-weight: 600;
  color: #D60B51;
}

.dictionary__intro {
  text-align: center;
  margin-top: 3rem;
  font-weight: 600;
}

.dictionary__item {
  border-top: 1px solid #D60B51;
  margin-top: 3rem;
  padding-top: 3rem;
}

.dictionary__item.first {
  border-top: none;
}

.dictionary__btn-panel {
  margin-top: 4rem;
  text-align: center;
}

.dictionary__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 37.5em) {
  .dictionary__menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.dictionary__menu ul li {
  list-style-type: none;
  color: #230927;
}

@media only screen and (max-width: 37.5em) {
  .dictionary__menu ul li {
    margin: 0 1rem 1rem;
  }
}

.dictionary__menu ul li a {
  font-weight: 600;
  color: #F29100;
}

.dictionary__menu ul li a:hover, .dictionary__menu ul li a:active, .dictionary__menu ul li a:focus {
  color: #D60B51;
}

.search__item {
  border-top: 1px solid #D60B51;
  margin-top: 3rem;
  padding-top: 3rem;
}

.search__item:first-child {
  padding-top: 0;
  border-top: none;
}

.search__item .display-block {
  display: inline;
}

.testimonial {
  margin-bottom: 5rem;
}

.testimonial__text {
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  color: #3D1C4A;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .testimonial__text {
    font-size: 20px;
  }
}

.testimonial__name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}

.expandable-faqs {
  margin-bottom: 4rem;
}

.expandable-faqs__question {
  font-weight: 600;
  color: #D60B51;
  cursor: pointer;
  margin-bottom: 2rem;
}

.expandable-faqs__question.active .expandable-faqs__arrow::before {
  color: #230927;
  content: "\2212";
}

.expandable-faqs__arrow {
  position: relative;
}

.expandable-faqs__arrow::before {
  content: "\002B";
  color: #230927;
  position: absolute;
  left: 1rem;
}

.expandable-faqs__answer {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition: visibility 0s, max-height 0, opacity 0.5s;
  transition: visibility 0s, max-height 0, opacity 0.5s;
  margin-bottom: 0;
  overflow: hidden;
}

.expandable-faqs__answer.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s, max-height 0.5s, opacity 0.5s;
  transition: visibility 0s, max-height 0.5s, opacity 0.5s;
  max-height: 100%;
}

.gallery__heading {
  margin: 0 0 2rem;
  color: #D60B51;
}

.gallery__heading--home {
  margin: 6rem 0 2rem;
}

@media only screen and (max-width: 56.25em) {
  .gallery__heading--home {
    margin: 3rem 0 2rem;
  }
}

#gallery {
  position: relative;
  z-index: 199;
  margin-bottom: 4rem;
  margin-left: calc(-100vw / 2);
  margin-right: calc(-100vw / 2);
}

@media only screen and (max-width: 56.25em) {
  #gallery {
    margin: 3rem -6rem;
  }
}

@media only screen and (max-width: 37.5em) {
  #gallery {
    margin: 3rem -5rem;
  }
}

@media only screen and (max-width: 25em) {
  #gallery {
    margin: 3rem 0rem;
  }
}

@media only screen and (max-width: 56.25em) {
  #gallery .slick-slide img {
    padding: 0 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  a.gallery__image.lightbox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer {
  background-color: #fff;
}

.footer__copyright {
  margin-bottom: 0;
  font-size: 12px;
  color: #230927;
  font-weight: 600;
}

.footer__copyright--end {
  margin-bottom: 1.5rem;
}

.footer p a, .footer li a {
  color: #230927;
  font-weight: 600;
}

.footer p a:hover, .footer p a:active, .footer p a:focus, .footer li a:hover, .footer li a:active, .footer li a:focus {
  color: #F29100;
}

.footer__left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 37.5em) {
  .footer__left-col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__logo {
  margin-left: 4rem;
}

@media only screen and (max-width: 37.5em) {
  .footer__logo {
    margin-left: 0;
  }
}

.menu-footer-menu-container ul li {
  font-size: 12px;
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */