/**
 * Style file @
 *
 * This file is compiled into style.css
 */
/* ---------- Import base ---------- */
/* Layout */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Paytone+One");
/* Color palette */
/* Colors */
/* Forms */
/* Elements */
/* Borders */
/* Links */
/* Font stuff */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/*  Better box model */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

/**
* Mixins
*
* Snippets of reusable CSS to develop faster and keep code readable
*/
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.visibility-hidden, header .block-title {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 19, 2018 */
@font-face {
  font-family: 'Glypha';
  src: url("../fonts/glypha-bold-webfont.woff2") format("woff2"), url("../fonts/glypha-bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Glypha';
  src: url("../fonts/glypha-webfont.woff2") format("woff2"), url("../fonts/glypha-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/**
 * Typography
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 92%; } }

html,
button,
input,
select,
textarea {
  font-family: "Montserrat", Arial, sans-serif; }

body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  font-weight: 300; }

h1 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.3;
  color: #192228;
  margin-bottom: .67em;
  font-weight: 600; }
  * + h1 {
    margin-top: .67em; }
  @media only screen and (min-width: 391px) and (max-width: 480px) {
    h1 {
      text-align: center; } }

h1, h2, h3, .views-table caption, h4, h5, h6 {
  font-family: "Glypha", "Montserrat", Arial, sans-serif;
  margin-top: 0; }

h4, h5, h6 {
  font-family: "Montserrat", Arial, sans-serif; }

h2 {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.3;
  color: #192228;
  margin-bottom: .83em;
  font-weight: 600; }
  * + h2 {
    margin-top: .83em; }

h3, .views-table caption, .webform-client-form h2 {
  font-size: 24pxpx;
  font-size: 1.5pxrem;
  line-height: 1.3;
  color: #192228;
  margin-bottom: 1em; }
  * + h3, .views-table * + caption, .webform-client-form * + h2 {
    margin-top: 1em; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #192228;
  margin-top: 1.33em; }
  * + h4 {
    margin-bottom: 1.33em; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #192228;
  margin-top: 1.67em;
  text-transform: uppercase; }
  * + h5 {
    margin-bottom: 1.67em; }

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #192228;
  margin-top: 2.33em; }
  * + h6 {
    margin-bottom: 2.33em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong, em {
  font-weight: 500; }

dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-family: 'courier new',monospace;
  font-size: 18px;
  font-size: 1.125rem; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q,
blockquote,
.field-name-field-bol-quote {
  font-size: 34px;
  font-size: 2.125rem;
  color: #830051;
  font-style: italic;
  line-height: 1.3;
  quotes: none;
  position: relative; }

small {
  font-size: 16px;
  font-size: 1rem; }

large {
  font-size: 20px;
  font-size: 1.25rem; }

sub,
sup {
  font-size: 16px;
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

dl, ol, ul {
  margin: 1.5em 0; }
  dl dl, dl menu, dl ul, ol dl, ol menu, ol ul, ul dl, ul menu, ul ul {
    margin: 0; }

dd {
  margin: 0 0 0 30px; }

ul {
  padding: 0 0 0 30px;
  list-style: disc; }
  ul.rteindent1 {
    padding: 0; }

ol {
  padding: 0 0 0 30px;
  list-style: decimal; }
  ol.rteindent1 {
    padding: 0; }

ol ol {
  margin: 0;
  list-style: lower-alpha; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

.content > *:first-child,
.field-item > *:first-child {
  margin-top: 0; }

.more-link a,
.more-help-link a,
.node-readmore a {
  color: #006983; }
  .more-link a:focus, .more-link a:hover,
  .more-help-link a:focus,
  .more-help-link a:hover,
  .node-readmore a:focus,
  .node-readmore a:hover {
    color: #003f4f; }

.text-align-left .group-text, .group-right.Left .group-text {
  text-align: left !important; }

.text-align-center .group-text, .group-right.Center .group-text {
  text-align: center !important; }

.text-align-right .group-text, .group-right.Right .group-text {
  text-align: right !important; }

/* ---------- Components ---------- */
blockquote,
.field-name-field-bol-quote .field-item {
  padding-bottom: .5em; }
  blockquote::after,
  .field-name-field-bol-quote .field-item::after {
    position: absolute;
    right: 1em;
    bottom: -0.5em;
    content: '';
    display: block;
    height: 70px;
    width: 95px;
    background: url(../img/quotation-marks.svg) center bottom no-repeat;
    background-size: contain; }
  @media only screen and (max-width: 1024px) {
    blockquote,
    .field-name-field-bol-quote .field-item {
      font-size: 30px;
      font-size: 1.875rem; }
      blockquote::after,
      .field-name-field-bol-quote .field-item::after {
        height: 50px;
        width: 75px; } }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    blockquote,
    .field-name-field-bol-quote .field-item {
      font-size: 24px;
      font-size: 1.5rem; } }

/*
 * Buttons
 */
.button,
input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  border-radius: 0px;
  background-color: #cf0072;
  color: #FFF; }
  .button:focus, .button:hover, .button:active,
  input[type=submit]:focus,
  input[type=submit]:hover,
  input[type=submit]:active {
    background-color: #830051;
    color: #FFF;
    text-decoration: none; }

.more-link {
  text-align: left;
  margin-top: 5rem; }
  .more-link a {
    color: #FFF;
    background: #ad0779;
    padding: 10px 30px; }
    .more-link a:hover, .more-link a:active, .more-link a:focus {
      background: #550532;
      color: white; }

.main > ul.action-links {
  list-style: none;
  padding: 0;
  margin-left: 2rem; }
  .main > ul.action-links li {
    display: inline-block;
    margin-right: .5em; }
    .main > ul.action-links li:last-child {
      margin-right: 0; }
    .main > ul.action-links li a {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block;
      padding: 10px 15px;
      border: 0;
      border-radius: 0px;
      background-color: #cf0072;
      color: #FFF; }
      .main > ul.action-links li a:focus, .main > ul.action-links li a:hover, .main > ul.action-links li a:active {
        background-color: #830051;
        color: #FFF;
        text-decoration: none; }

.breadcrumb,
.easy-breadcrumb {
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 1.5em 0; }
  .breadcrumb li,
  .easy-breadcrumb li {
    list-style-type: none;
    display: inline-block; }
  .breadcrumb .easy-breadcrumb_segment-separator,
  .easy-breadcrumb .easy-breadcrumb_segment-separator {
    display: inline-block;
    color: #ad0779;
    margin: 0 6.66667px;
    width: 20px;
    overflow: hidden;
    position: relative;
    text-indent: -999px; }
    .breadcrumb .easy-breadcrumb_segment-separator::after,
    .easy-breadcrumb .easy-breadcrumb_segment-separator::after {
      position: absolute;
      content: '';
      background: url(../img/arrow.svg);
      height: 12px;
      width: 12px;
      left: 0;
      bottom: 0;
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0); }
  .breadcrumb a,
  .easy-breadcrumb a {
    color: #192228; }
    .breadcrumb a:last-of-type,
    .easy-breadcrumb a:last-of-type {
      color: #ad0779; }
    .breadcrumb a:hover,
    .easy-breadcrumb a:hover {
      border-bottom: 1px solid; }

/*
 * caption.js styles
 */
/* Main */
.caption {
  line-height: 0; }

.caption figcaption {
  display: block;
  line-height: 1.2;
  font-size: 90%;
  padding: 1em 0; }

/*
 * Classes that can be used in CKEditor
 */
.layout-row {
  *zoom: 1; }
  .layout-row:before, .layout-row:after {
    content: '';
    display: table; }
  .layout-row:after {
    clear: both; }

body.cke_editable {
  height: 100%;
  padding: 20px; }
  body.cke_editable .layout-row {
    padding: 10px;
    margin: 0 -10px 20px;
    border: 1px dashed #facae6; }
  body.cke_editable .layout-row > div {
    border: 1px dashed #a2ecff; }
  body.cke_editable table td {
    border: 1px dashed #f0f1f2;
    border: 1px dashed #f0f1f2; }

@media only screen and (min-width: 481px) {
  .col-one-half:before:after,
.col-one-half:after:after,
.col-one-third:before:after,
.col-one-third:after:after,
.col-two-thirds:before:after,
.col-two-thirds:after:after,
.col-one-quarter:before:after,
.col-one-quarter:after:after {
    content: '';
    display: block;
    clear: both; }
  .col-one-half:after,
  .col-two-thirds:after,
  .col-one-third:after,
  .col-one-quarter:after {
    clear: both; }
  .col-one-half:last-child,
  .col-one-third:last-child,
  .col-two-thirds:last-child,
  .col-one-quarter:last-child {
    margin-right: 0%; }
  .col-one-half,
  .col-one-third,
  .col-two-thirds,
  .col-one-quarter {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    margin-left: 0%;
    margin-right: 3%; }
  .col-one-third {
    width: 31.33333%; }
  .col-one-half {
    width: 48.5%; }
  .col-two-thirds {
    width: 65.66667%; }
  .col-one-quarter {
    width: 22.75%; } }

.image-left,
.image-right {
  float: right;
  background-color: #FFF;
  border: 1px solid #f0f1f2;
  padding: 5px;
  margin-left: 1.25em; }

#colorbox,
#cboxWrapper,
#cboxLoadedContent,
#cboxContent {
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important; }

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

#cboxContent {
  top: 10vh !important;
  max-width: 1000px;
  margin-left: calc(50% - 500px); }
  @media only screen and (max-width: 1024px) {
    #cboxContent {
      max-width: 98%;
      margin-left: 0; } }
  @media only screen and (max-width: 768px) {
    #cboxContent {
      max-width: 100%;
      top: 0 !important; } }

#cboxLoadedContent {
  background: #FFF;
  border-radius: 2px;
  max-height: 80vh;
  max-width: 860px;
  margin: auto; }
  @media only screen and (max-width: 1024px) {
    #cboxLoadedContent {
      max-width: 675px; } }
  @media only screen and (max-width: 768px) {
    #cboxLoadedContent {
      max-height: 100%;
      max-width: 100%; } }

#cboxWrapper {
  overflow-y: auto; }

#cboxWrapper,
#cboxContent {
  background: transparent; }

#cboxOverlay {
  background: rgba(25, 34, 40, .9); }

#cboxClose {
  position: absolute;
  top: 2em;
  right: 5em;
  height: 30px;
  width: 30px;
  background: #FFF;
  border-radius: 50px;
  border: 2px solid #cf0072;
  bottom: auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  #cboxClose::before, #cboxClose::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background-color: #cf0072;
    width: 60%;
    height: 2px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  #cboxClose::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  #cboxClose:hover, #cboxClose:focus, #cboxClose:active {
    background-color: #cf0072; }
    #cboxClose:hover::before, #cboxClose:hover::after, #cboxClose:focus::before, #cboxClose:focus::after, #cboxClose:active::before, #cboxClose:active::after {
      background-color: #FFF; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    #cboxClose {
      right: calc(50% - 323.5px); } }
  @media only screen and (max-width: 768px) {
    #cboxClose {
      top: 20px;
      right: 20px; } }

#cboxCurrent {
  padding-right: 40px;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 70%, rgba(255, 255, 255, 0) 100%); }

#cboxContent #cboxNext,
#cboxContent #cboxPrevious {
  background: url(../img/icon-arrow.svg) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
  top: 50%; }

#cboxContent #cboxNext {
  left: auto;
  right: 0; }

#cboxContent #cboxPrevious {
  background: url(../img/icon-arrow-back.svg) no-repeat center;
  background-size: contain; }

#cboxCurrent {
  left: 80px; }

/*
* Forms, webforms
*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-text,
select,
textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  background-color: #f0f1f2;
  border: 2px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 2px 15px #c2c6c9;
          box-shadow: inset 0px 2px 15px #c2c6c9;
  color: #2d3d47;
  font-size: 18;
  width: 100%;
  outline: none; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  .form-text:focus,
  .form-text:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    -webkit-box-shadow: 0 0 5px 0 #00626e;
            box-shadow: 0 0 5px 0 #00626e;
    border: 2px solid #00626e; }

select {
  background-color: #FFF;
  border: 2px solid #8aa4b6;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 38px;
  padding: 0 0.6em; }

fieldset {
  margin-bottom: rem(27);
  padding: 0;
  border: 0; }
  fieldset fieldset {
    margin-bottom: 0; }

form fieldset:last-of-type {
  margin-bottom: 0; }

.fieldset-description {
  margin-bottom: 1.5em; }

.grippie {
  max-width: 500px; }

/*  legend... wait for it... dary! */
legend {
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid #8aa4b6;
  display: block;
  width: 100%;
  margin-bottom: 1.5em; }

label {
  display: block;
  margin-bottom: 0.5em; }

.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/*  Placeholders. Keep as seperate selectors or it won't work  */
.placeholder {
  color: #686c70; }

::-webkit-input-placeholder {
  color: #686c70; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #686c70; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #686c70; }

:-ms-input-placeholder {
  color: #686c70; }

/*  Drupal classes */
.form-item {
  margin-bottom: 1.5em; }

.views-reset-button input[type="submit"], .views-reset-button
.form-submit {
  background-color: #192228; }
  .views-reset-button input[type="submit"]:hover, .views-reset-button input[type="submit"]:focus, .views-reset-button input[type="submit"]:active, .views-reset-button
  .form-submit:hover, .views-reset-button
  .form-submit:focus, .views-reset-button
  .form-submit:active {
    background-color: #003f4f; }

.form-managed-file .form-submit {
  background-color: #006983; }
  .form-managed-file .form-submit:hover, .form-managed-file .form-submit:active, .form-managed-file .form-submit:focus {
    background-color: #003f4f; }

.description {
  font-size: 16px;
  font-size: 1rem;
  color: #547286;
  margin: 0.75em 0; }

.form-type-checkbox {
  margin-bottom: 0; }
  .form-type-checkbox label {
    font-weight: 400; }

.form-type-radio {
  margin-bottom: 0; }

.form-radios label,
label.option {
  display: inline; }

.form-managed-file .form-file {
  display: inline;
  width: auto; }

.form-type-date select {
  width: auto; }

.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0; }

.view-filters {
  margin: 1em 0; }

/*
WEBFORM
*/
.webform-client-form .form,
.webform-client-form .form-item {
  margin-bottom: 1.5em; }

.webform-client-form .form-item {
  position: relative; }
  .webform-client-form .form-item > label {
    font-weight: 500; }
  .webform-client-form .form-item .label-inline {
    display: inline; }
  .webform-client-form .form-item textarea {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #8aa4b6;
    padding: 10px;
    border-radius: 0; }
    .webform-client-form .form-item textarea:focus {
      -webkit-box-shadow: 0 0 5px 0 #00626e;
      box-shadow: 0 0 5px 0 #00626e;
      border: 2px solid #00626e; }
  .webform-client-form .form-item input[readonly="readonly"] {
    background-color: #fcfcfc;
    border-color: #8aa4b6; }

.webform-client-form .webform-component-checkboxes input,
.webform-client-form .webform-component-radios input {
  padding-top: 2px; }

.webform-client-form .webform-component-checkboxes.form-item .form-item,
.webform-client-form .webform-component-radios.form-item .form-item {
  margin-bottom: 0; }
  .webform-client-form .webform-component-checkboxes.form-item .form-item label,
  .webform-client-form .webform-component-radios.form-item .form-item label {
    font-weight: normal;
    margin-bottom: 0; }
  .webform-client-form .webform-component-checkboxes.form-item .form-item .form-type-checkbox,
  .webform-client-form .webform-component-radios.form-item .form-item .form-type-checkbox {
    margin: 0;
    padding: 10px 0 10px 5px; }

.webform-client-form .form-item-clear {
  width: auto;
  border: 0;
  padding: 0;
  font-weight: 500; }

.webform-client-form .webform-component-date .form-select,
.webform-client-form .webform-component-time .form-select {
  width: auto; }

.webform-client-form .webform-component-textarea .grippie {
  display: none; }

/**
* Google Recaptcha
*/
.g-recaptcha {
  margin-bottom: 1.5em; }

#user-login {
  max-width: 580px; }

.file-application-pdf .file .file-icon {
  display: none; }

.file-application-pdf .file a {
  position: relative;
  padding-left: 25px; }
  .file-application-pdf .file a::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background: url(../img/application-pdf.png) no-repeat;
    background-size: contain; }

.help-block {
  background: #192228;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  padding: 0.5rem 1em;
  border-radius: 0px;
  position: relative;
  color: #fff;
  margin: 0.3rem 0; }
  .help-block.form-error {
    background: #d9534f; }

.group-right {
  position: relative; }
  .group-right .help-block.form-error {
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0.3rem 0; }

.element-invisible.coordinate-block,
.form-item-submitted-event-location-addressfield-country .element-invisible {
  display: none; }

.form-item select,
.form-item input {
  height: 42px !important; }

.form-item input.webform-calendar {
  height: auto !important; }

/*
 * Workbench info
 */
div.workbench-info-block {
  padding: 0.6em 1em;
  border: 1px solid #ffd88f; }

/*
 * Formtip fix
 */
a.formtip {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: url(../img/help.png) no-repeat;
  background-size: 12px; }

#login-top img {
  max-width: 70%;
  margin: 0 auto;
  display: block; }

#auth_box {
  font-family: "Montserrat", Arial, sans-serif;
  width: 400px;
  margin: 3em auto 0; }
  #auth_box .form-submit {
    width: 100%;
    float: none;
    padding: 12px;
    font-weight: 700;
    text-transform: uppercase; }

#auth_box input[type="text"], #auth_box input[type="password"] {
  width: 100%;
  padding: 12px;
  background: #f2f2f2; }

#top_part {
  margin-top: 2em; }

#login-middle {
  border: 1px solid #8aa4b6;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 25px #f2f2f2;
          box-shadow: 0 0 25px #f2f2f2;
  padding: 1em;
  margin-bottom: 2em; }

#login-middle:after {
  content: '';
  display: block;
  clear: both; }
  #login-middle h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-top: 0; }

#login-bottom {
  text-align: center; }

.login-footer {
  margin-top: 4em;
  text-align: center; }

.page-maintenance {
  padding: 50px 20px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }
  .page-maintenance h1:before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 1em;
    background: url("../img/admin/info.png");
    background: url("../img/admin/info.svg"), none;
    background-size: 150px 150px; }

.view-mythbusting .view-content ul {
  margin: 0;
  padding: 0; }
  .view-mythbusting .view-content ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 0; }

.view-mythbusting .view-content .views-row {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 8px; }

.view-mythbusting .view-content .item-list > ul {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px; }

.view-mythbusting .view-content .item-list > ul:after {
  content: '';
  display: block;
  clear: both; }
  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .view-mythbusting .view-content .item-list > ul > li {
      float: left;
      width: calc(99.99% * 1/2 - 20px);
      margin-left: 10px;
      margin-right: 10px; } }
  @media only screen and (min-width: 1025px) {
    .view-mythbusting .view-content .item-list > ul > li {
      float: left;
      width: calc(99.99% * 1/3 - 20px);
      margin-left: 10px;
      margin-right: 10px; } }

.view-mythbusting .views-field-title,
.view-mythbusting .field-name-field-fact-summary,
.view-mythbusting .field-name-field-fact-points,
.view-mythbusting .field-name-field-myth-link {
  padding: 1rem; }

.view-mythbusting .views-field-title {
  background: #003f4f;
  border-radius: 3px 3px 0 0;
  padding-right: 2rem;
  width: calc(100% - 3rem); }
  .view-mythbusting .views-field-title .views-label-title {
    text-transform: uppercase;
    font-weight: 600; }
  .view-mythbusting .views-field-title * {
    font-size: 19px;
    font-size: 1.1875rem;
    font-family: "Glypha", "Montserrat", Arial, sans-serif;
    color: #FFF; }

.view-mythbusting .views-field-rendered-entity {
  background: #FFF;
  border-radius: 2px;
  border: 3px solid #00626e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -.5rem;
  position: relative; }
  .view-mythbusting .views-field-rendered-entity .field-name-field-fact-summary * {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "Glypha", "Montserrat", Arial, sans-serif;
    display: inline;
    float: none; }
  .view-mythbusting .views-field-rendered-entity .field-name-field-fact-summary .field-label {
    font-size: 24px;
    font-size: 1.5rem;
    color: #00626e;
    text-transform: uppercase; }

.view-mythbusting .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  content: "";
  background: #f0f1f2 no-repeat center;
  background-size: 55px;
  background-image: url(../img/icon-organ.svg);
  display: inline-block;
  float: right;
  border-radius: 50%;
  height: 90px;
  margin-top: -60px;
  margin-right: -25px;
  padding: 5px;
  position: relative;
  width: 90px; }

.view-mythbusting .icon-family .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  background-image: url(../img/icons-collaboration.png); }

.view-mythbusting .icon-religion .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  background-image: url(../img/icons-pray.png); }

.view-mythbusting .icon-age .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  background-image: url(../img/icons-elderly-person.png); }

.view-mythbusting .icon-lifestyle .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  background-image: url(../img/icons-standing-man.png); }

.view-mythbusting .icon-concern .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  background-image: url(../img/icons-question-mark.png); }

.view-mythbusting .icon-organ .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  background-image: url(../img/icons-stethoscope.png); }

.view-mythbusting .icon-tissue .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  background-image: url(../img/icon-tissue.svg); }

.view-mythbusting .icon-identity .views-field-rendered-entity .field-name-field-fact-summary .field-item::before {
  background-image: url(../img/icons-id-verified.png); }

.view-mythbusting .field-name-field-fact-points {
  padding-top: 0; }
  .view-mythbusting .field-name-field-fact-points .field-item {
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    position: relative; }
  .view-mythbusting .field-name-field-fact-points .field-item::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    background: url(../img/arrow-blue.svg) no-repeat;
    height: 20px;
    width: 15px;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0); }

.view-mythbusting .field-name-field-myth-link {
  border-top: 1px solid rgba(142, 146, 150, .5);
  margin: 0;
  padding: 0 1rem; }
  .view-mythbusting .field-name-field-myth-link .field-items {
    background: #f0f1f2;
    margin-left: -1rem;
    padding: 1rem;
    width: calc(100% + 2rem); }

/*
* Pagination
*/
.item-list {
  overflow: visible; }
  .item-list .pager {
    padding: 0;
    text-align: left;
    overflow: auto;
    max-width: 875px;
    padding: 1rem 0 !important; }
    .item-list .pager li {
      float: left;
      list-style: none;
      padding: 0;
      margin: 0 0 3px 9px; }
      .item-list .pager li a:focus {
        background: #003f4f;
        border-color: #003f4f;
        color: #FFF;
        text-decoration: none;
        color: #FFF; }
    .item-list .pager a {
      text-transform: uppercase;
      color: #006983;
      border: 1px solid #8aa4b6;
      display: inline-block;
      padding: 5px 12px;
      font-size: 14px;
      font-size: 0.875rem; }
    .item-list .pager a:hover, .item-list .pager:focus {
      background: #003f4f;
      border-color: #003f4f;
      color: #FFF;
      text-decoration: none; }
    .item-list .pager a:active {
      background: #830051; }
    .item-list .pager .pager-ellipsis,
    .item-list .pager .pager-current {
      font-size: 14px;
      font-size: 0.875rem;
      background: #003f4f;
      border: 1px solid #8aa4b6;
      color: #fff;
      padding: 5px 12px; }
    .item-list .pager .pager-ellipsis {
      background: #fff;
      color: #006983; }

#block-block-6 {
  border-radius: 5px;
  border: 2px solid #830051;
  padding: 10px; }
  #block-block-6 .block-title {
    margin: 0; }
  #block-block-6 .content {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px; }
    #block-block-6 .content p {
      margin: 0;
      position: relative; }
      #block-block-6 .content p a {
        width: calc(100% - 2.5rem); }
      #block-block-6 .content p::after {
        content: '';
        background: url(../img/arrow.svg);
        position: absolute;
        height: 30px;
        width: 30px;
        display: block;
        top: 0;
        right: 0;
        -webkit-transform: translateY(50%);
            -ms-transform: translateY(50%);
                transform: translateY(50%); }
  @media only screen and (max-width: 768px) {
    #block-block-6 .content p:after {
      top: -15px; } }

.site-map ul {
  padding: 0;
  margin: 0; }
  .site-map ul ul {
    padding-left: 20px; }
    .site-map ul ul a:hover, .site-map ul ul a:focus, .site-map ul ul a:active {
      background: #de099b; }
    .site-map ul ul ul a:hover, .site-map ul ul ul a:focus, .site-map ul ul ul a:active {
      background: #f624b4; }
    .site-map ul ul ul ul a:hover, .site-map ul ul ul ul a:focus, .site-map ul ul ul ul a:active {
      background: #f855c5; }
    .site-map ul ul ul ul ul a:hover, .site-map ul ul ul ul ul a:focus, .site-map ul ul ul ul ul a:active {
      background: #fa86d6; }
  .site-map ul a {
    padding: 5px 10px;
    /* Change to primary-color colour */ }

.site-map li {
  list-style: none;
  padding: 0;
  margin: 0; }
  .site-map li.expanded {
    list-style-image: none;
    list-style-type: disc; }

.site-map a {
  color: #ad0779;
  display: inline-block;
  margin-bottom: 1px; }
  .site-map a:hover, .site-map a:focus, .site-map a:active {
    background: #7c0557;
    color: #fff; }

.search-results {
  list-style-type: none;
  padding: 0; }
  .search-results a {
    font-weight: 700; }
  .search-results .search-snippet {
    font-size: 17; }

#views-exposed-form-search-page,
#edit-search-api-views-fulltext-wrapper,
#block-views-exp-search-page--2,
#views-exposed-form-search-page {
  position: relative; }
  #views-exposed-form-search-page .views-exposed-form .views-exposed-widgets,
  #edit-search-api-views-fulltext-wrapper .views-exposed-form .views-exposed-widgets,
  #block-views-exp-search-page--2 .views-exposed-form .views-exposed-widgets,
  #views-exposed-form-search-page .views-exposed-form .views-exposed-widgets {
    margin-bottom: 0;
    position: relative;
    z-index: 499; }
  #views-exposed-form-search-page .views-exposed-form .views-exposed-widget,
  #edit-search-api-views-fulltext-wrapper .views-exposed-form .views-exposed-widget,
  #block-views-exp-search-page--2 .views-exposed-form .views-exposed-widget,
  #views-exposed-form-search-page .views-exposed-form .views-exposed-widget {
    padding: 0; }
  #views-exposed-form-search-page .views-submit-button,
  #edit-search-api-views-fulltext-wrapper .views-submit-button,
  #block-views-exp-search-page--2 .views-submit-button,
  #views-exposed-form-search-page .views-submit-button {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: calc(100% - 0.5rem); }

.view-display-id-page > .view-filters form, .view-display-id-page > .view-filters .form-item, #block-block-4 form, #block-block-4 .form-item, #block-views-exp-search-page--2 form, #block-views-exp-search-page--2 .form-item {
  display: inline-block;
  min-width: 210px; }

.view-display-id-page > .view-filters input[type=text], #block-block-4 input[type=text], #block-views-exp-search-page--2 input[type=text] {
  border: 2px solid transparent;
  border-radius: 3px;
  padding: .5em 2em .5em .6em;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background ease 0.5s;
  -o-transition: background ease 0.5s;
  transition: background ease 0.5s; }
  .view-display-id-page > .view-filters input[type=text]:focus, .view-display-id-page > .view-filters input[type=text]:active, #block-block-4 input[type=text]:focus, #block-block-4 input[type=text]:active, #block-views-exp-search-page--2 input[type=text]:focus, #block-views-exp-search-page--2 input[type=text]:active {
    -webkit-box-shadow: 0 0 5px 0 #00626e;
            box-shadow: 0 0 5px 0 #00626e;
    border: 2px solid #00626e; }
  .view-display-id-page > .view-filters input[type=text]:hover, #block-block-4 input[type=text]:hover, #block-views-exp-search-page--2 input[type=text]:hover {
    background-color: #e6e6e6; }

.view-display-id-page > .view-filters .button, .view-display-id-page > .view-filters input[type=submit], #block-block-4 .button, #block-block-4 input[type=submit], #block-views-exp-search-page--2 .button, #block-views-exp-search-page--2 input[type=submit] {
  border-radius: 0 3px 3px 0;
  height: 100%;
  width: auto;
  background-color: transparent;
  font-size: 0;
  position: relative;
  left: -1px;
  background-image: url(../img/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px; }
  .view-display-id-page > .view-filters .button:before, .view-display-id-page > .view-filters input[type=submit]:before, #block-block-4 .button:before, #block-block-4 input[type=submit]:before, #block-views-exp-search-page--2 .button:before, #block-views-exp-search-page--2 input[type=submit]:before {
    content: '';
    display: block; }
  .view-display-id-page > .view-filters .button:hover, .view-display-id-page > .view-filters .button:active, .view-display-id-page > .view-filters .button:focus, .view-display-id-page > .view-filters input[type=submit]:hover, .view-display-id-page > .view-filters input[type=submit]:active, .view-display-id-page > .view-filters input[type=submit]:focus, #block-block-4 .button:hover, #block-block-4 .button:active, #block-block-4 .button:focus, #block-block-4 input[type=submit]:hover, #block-block-4 input[type=submit]:active, #block-block-4 input[type=submit]:focus, #block-views-exp-search-page--2 .button:hover, #block-views-exp-search-page--2 .button:active, #block-views-exp-search-page--2 .button:focus, #block-views-exp-search-page--2 input[type=submit]:hover, #block-views-exp-search-page--2 input[type=submit]:active, #block-views-exp-search-page--2 input[type=submit]:focus {
    cursor: pointer; }

.view-display-id-page > .view-filters .form-item, #block-block-4 .form-item, #block-views-exp-search-page--2 .form-item {
  margin-top: 0;
  margin-bottom: 0; }

.view-display-id-page > .view-filters .form-item input.error, .view-display-id-page > .view-filters .form-item textarea.error, .view-display-id-page > .view-filters .form-item select.error, #block-block-4 .form-item input.error, #block-block-4 .form-item textarea.error, #block-block-4 .form-item select.error, #block-views-exp-search-page--2 .form-item input.error, #block-views-exp-search-page--2 .form-item textarea.error, #block-views-exp-search-page--2 .form-item select.error {
  border: none; }

@media only screen and (min-width: 769px) {
  .layout-2-cols:after {
    content: '';
    display: block;
    clear: both; }
    .layout-2-cols .col-1, .layout-2-cols .col-2 {
      width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
    .layout-2-cols .col-1:nth-child(1n), .layout-2-cols .col-2:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .layout-2-cols .col-1:last-child, .layout-2-cols .col-2:last-child {
      margin-right: 0; }
    .layout-2-cols .col-1:nth-child(2n), .layout-2-cols .col-2:nth-child(2n) {
      margin-right: 0;
      float: right; }
    .layout-2-cols .col-1:nth-child(2n + 1), .layout-2-cols .col-2:nth-child(2n + 1) {
      clear: both; }
  .layout-3-cols:after {
    content: '';
    display: block;
    clear: both; }
    .layout-3-cols .col-1, .layout-3-cols .col-2, .layout-3-cols .col-3 {
      width: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
    .layout-3-cols .col-1:nth-child(1n), .layout-3-cols .col-2:nth-child(1n), .layout-3-cols .col-3:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .layout-3-cols .col-1:last-child, .layout-3-cols .col-2:last-child, .layout-3-cols .col-3:last-child {
      margin-right: 0; }
    .layout-3-cols .col-1:nth-child(3n), .layout-3-cols .col-2:nth-child(3n), .layout-3-cols .col-3:nth-child(3n) {
      margin-right: 0;
      float: right; }
    .layout-3-cols .col-1:nth-child(3n + 1), .layout-3-cols .col-2:nth-child(3n + 1), .layout-3-cols .col-3:nth-child(3n + 1) {
      clear: both; }
  .layout-3-cols ul li {
    list-style-type: none; } }

.layout-3-cols li, .layout-2-cols li {
  list-style-type: none; }

.cke_editable .layout-2-cols div, .cke_editable .layout-3-cols div {
  border: dashed 1px #8e9296; }

.sidebar h2 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 10px; }

.sidebar a {
  color: #000;
  display: block;
  font-weight: normal;
  position: relative; }

.sidebar a.active {
  color: #550532; }

.sidebar .menu,
.sidebar .facetapi-facetapi-links {
  padding: 0; }
  .sidebar .menu li,
  .sidebar .facetapi-facetapi-links li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none; }
  .sidebar .menu li a,
  .sidebar .facetapi-facetapi-links li a {
    padding: 10px; }

.sidebar .facetapi-facetapi-links {
  margin-bottom: 40px; }

.sidebar .menu:first-child > .first,
.sidebar .facetapi-facetapi-links:first-child > .first {
  border-top: solid 1px #003f4f; }

.sidebar .menu:first-child > li,
.sidebar .facetapi-facetapi-links:first-child > li {
  border-bottom: solid 1px #003f4f;
  position: relative; }
  .sidebar .menu:first-child > li > a,
  .sidebar .facetapi-facetapi-links:first-child > li > a {
    font-weight: 500;
    padding-right: 50px; }
  .sidebar .menu:first-child > li > a.facetapi-active,
  .sidebar .facetapi-facetapi-links:first-child > li > a.facetapi-active {
    display: inline-block;
    padding-right: 10px; }
  html.js .sidebar .menu:first-child > li:not(.active-trail) > ul.menu, html.js
  .sidebar .facetapi-facetapi-links:first-child > li:not(.active-trail) > ul.menu {
    display: none; }

.sidebar .menu:first-child > li button,
.sidebar .facetapi-facetapi-links:first-child > li button {
  -webkit-appearance: none;
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  display: block;
  height: calc(1.125rem + 25px);
  width: calc(1.125rem + 25px);
  background: url(../img/arrow.svg) center no-repeat;
  background-size: 15px 15px;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  text-indent: -9999999px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer; }

.sidebar .menu:first-child > li.sidemenu-closed button,
.sidebar .facetapi-facetapi-links:first-child > li.sidemenu-closed button {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.sidebar .menu > li > .menu > li {
  border-top: solid 1px rgba(0, 0, 0, .25); }
  .sidebar .menu > li > .menu > li a {
    padding: 10px 20px 10px; }

.sidebar .menu li .menu li .menu li a {
  padding: 10px 35px 10px; }
  .sidebar .menu li .menu li .menu li a::before {
    content: '-';
    color: #ad0779;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.webform-client-form h2, .webform-client-form .webform-component--heading {
  margin: 0; }

.webform-client-form > div:after {
  content: '';
  display: block;
  clear: both; }

@media only screen and (min-width: 481px) {
  .webform-client-form .webform-component {
    width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
  .webform-client-form .webform-component:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .webform-client-form .webform-component:last-child {
    margin-right: 0; }
  .webform-client-form .webform-component:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .webform-client-form .webform-component:nth-child(2n + 1) {
    clear: both; }
    .webform-client-form .webform-component:nth-child(1n) {
      float: left !important; } }

@media only screen and (min-width: 481px) {
  .webform-client-form .webform-component.full-width {
    width: calc(99.99% * 1/1 - (20px - 20px * 1/1)); }
  .webform-client-form .webform-component.full-width:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .webform-client-form .webform-component.full-width:last-child {
    margin-right: 0; }
  .webform-client-form .webform-component.full-width:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .webform-client-form .webform-component.full-width:nth-child(1n + 1) {
    clear: both; }
  .webform-client-form .webform-component.half-width {
    width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
  .webform-client-form .webform-component.half-width:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .webform-client-form .webform-component.half-width:last-child {
    margin-right: 0; }
  .webform-client-form .webform-component.half-width:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .webform-client-form .webform-component.half-width:nth-child(2n + 1) {
    clear: both; }
  .webform-client-form .webform-component.third-width {
    width: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
  .webform-client-form .webform-component.third-width:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .webform-client-form .webform-component.third-width:last-child {
    margin-right: 0; }
  .webform-client-form .webform-component.third-width:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .webform-client-form .webform-component.third-width:nth-child(3n + 1) {
    clear: both; }
  .webform-client-form .webform-component.quarter-width {
    width: calc(99.99% * 1/4 - (20px - 20px * 1/4)); }
  .webform-client-form .webform-component.quarter-width:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .webform-client-form .webform-component.quarter-width:last-child {
    margin-right: 0; }
  .webform-client-form .webform-component.quarter-width:nth-child(4n) {
    margin-right: 0;
    float: right; }
  .webform-client-form .webform-component.quarter-width:nth-child(4n + 1) {
    clear: both; }
  .webform-client-form .webform-component.sub-component {
    clear: none !important; } }

.webform-client-form .form-actions {
  clear: both; }

.webform-client-form .webform-component-markup {
  width: 100%; }
  .webform-client-form .webform-component-markup * {
    margin-bottom: 0; }

.webform-client-form .form-item-url label {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

.webform-client-form .webform-addressfield-extra-wrapper .form-item {
  margin: 0 0 .5rem 0; }

.webform-client-form .message {
  float: left; }

.webform-client-form .message:after {
  content: '';
  display: block;
  clear: both; }

.webform-client-form label.error {
  display: block; }

.page-node-435 .webform-component--enquiry-or-feedback {
  width: 100%; }

@media only screen and (hover: hover) {
  .page-node-435 select {
    height: 38px; } }

@media only screen and (min-width: 481px) and (max-width: 768px) {
  .page-node-435 .form-item.webform-component.webform-component-textfield.webform-component--email-address {
    float: left;
    position: relative;
    left: calc(99.99% * -1/2 - (20px - 20px * -1/2) + 20px); } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-node-435 .webform-component--email-address {
    width: 100%; } }

@media only screen and (min-width: 1025px) {
  .page-node-435 .webform-component--email, .page-node-435 .webform-component--postcode, .page-node-435 .webform-component--phone-number {
    width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
    display: inline; }
  .page-node-435 .webform-component--email:nth-child(1n), .page-node-435 .webform-component--postcode:nth-child(1n), .page-node-435 .webform-component--phone-number:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .page-node-435 .webform-component--email:last-child, .page-node-435 .webform-component--postcode:last-child, .page-node-435 .webform-component--phone-number:last-child {
    margin-right: 0; }
  .page-node-435 .webform-component--email:nth-child(0n), .page-node-435 .webform-component--postcode:nth-child(0n), .page-node-435 .webform-component--phone-number:nth-child(0n) {
    float: right; }
  .page-node-435 .webform-component--email {
    width: 49%; }
  .page-node-435 .webform-component--postcode {
    width: 20%; }
  .page-node-435 .webform-component--phone-number {
    width: 25%;
    margin-right: 0 !important; }
  .page-node-435 .webform-component--topic {
    margin-bottom: 36px; } }

.page-node-435 .layout-2-cols {
  padding: 20px;
  background: rgba(236, 236, 236, .4);
  -webkit-box-shadow: 0 0 20px -3px #a7acb1;
          box-shadow: 0 0 20px -3px #a7acb1;
  border-radius: 0px; }
  .page-node-435 .layout-2-cols .col-1 {
    width: 20%;
    margin-right: 0; }
  .page-node-435 .layout-2-cols .col-2 {
    width: 80%; }
  @media only screen and (max-width: 768px) {
    .page-node-435 .layout-2-cols .col-1, .page-node-435 .layout-2-cols .col-2 {
      width: 100%;
      text-align: center; } }

.page-node-536 .webform-component .form-item {
  margin: 0; }
  .page-node-536 .webform-component .form-item.form-type-radio {
    margin-left: 10px; }
    .page-node-536 .webform-component .form-item.form-type-radio > label {
      margin: 0; }

.page-node-536 .webform-component--name-of-event {
  width: 100%; }

.page-node-536 .webform-component--name, .page-node-536 .webform-component--email-address, .page-node-536 .webform-component--contact-number {
  width: calc(99.99% * 1/1 - (20px - 20px * 1/1)); }

.page-node-536 .webform-component--name:nth-child(1n), .page-node-536 .webform-component--email-address:nth-child(1n), .page-node-536 .webform-component--contact-number:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.page-node-536 .webform-component--name:last-child, .page-node-536 .webform-component--email-address:last-child, .page-node-536 .webform-component--contact-number:last-child {
  margin-right: 0; }

.page-node-536 .webform-component--name:nth-child(0n), .page-node-536 .webform-component--email-address:nth-child(0n), .page-node-536 .webform-component--contact-number:nth-child(0n) {
  float: right; }

.page-node-536 .webform-component--state {
  float: left !important; }

.page-node-536 .webform-component--description-of-event {
  width: 100%; }

@media only screen and (min-width: 391px) {
  .page-node-536 .webform-component--event-location {
    width: 100%; } }

@media only screen and (min-width: 769px) {
  .page-node-536 .webform-component--name-of-event, .page-node-536 .webform-component--date, .page-node-536 .webform-component--time {
    width: calc(99.99% * 1/1 - (20px - 20px * 1/1)); }
  .page-node-536 .webform-component--name-of-event:nth-child(1n), .page-node-536 .webform-component--date:nth-child(1n), .page-node-536 .webform-component--time:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .page-node-536 .webform-component--name-of-event:last-child, .page-node-536 .webform-component--date:last-child, .page-node-536 .webform-component--time:last-child {
    margin-right: 0; }
  .page-node-536 .webform-component--name-of-event:nth-child(1n), .page-node-536 .webform-component--date:nth-child(1n), .page-node-536 .webform-component--time:nth-child(1n) {
    margin-right: 0;
    float: right; }
  .page-node-536 .webform-component--name-of-event:nth-child(1n + 1), .page-node-536 .webform-component--date:nth-child(1n + 1), .page-node-536 .webform-component--time:nth-child(1n + 1) {
    clear: both; }
  .page-node-536 .webform-component--contact-number, .page-node-536 .webform-component--time {
    margin-right: 0 !important; } }

@media only screen and (hover: hover) and (min-width: 1025px) {
  .page-node-536 .webform-component--date, .page-node-536 .webform-component--time {
    width: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
  .page-node-536 .webform-component--date:nth-child(1n), .page-node-536 .webform-component--time:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .page-node-536 .webform-component--date:last-child, .page-node-536 .webform-component--time:last-child {
    margin-right: 0; }
  .page-node-536 .webform-component--date:nth-child(0n), .page-node-536 .webform-component--time:nth-child(0n) {
    float: right; }
  .page-node-536 .webform-component--date, .page-node-536 .webform-component--time {
    width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
  .page-node-536 .webform-component--date:nth-child(1n), .page-node-536 .webform-component--time:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .page-node-536 .webform-component--date:last-child, .page-node-536 .webform-component--time:last-child {
    margin-right: 0; }
  .page-node-536 .webform-component--date:nth-child(2n), .page-node-536 .webform-component--time:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .page-node-536 .webform-component--date:nth-child(2n + 1), .page-node-536 .webform-component--time:nth-child(2n + 1) {
    clear: both; } }

.page-node-537 .webform-component--your-story, .page-node-537 .webform-component--add-your-photo {
  width: 100%; }

.page-node-535 .webform-component--involvement, .page-node-535 .webform-component--workshop-gain, .page-node-535 .webform-component--dietary-requirements {
  width: calc(99.99% * 1/1 - (20px - 20px * 1/1)); }

.page-node-535 .webform-component--involvement:nth-child(1n), .page-node-535 .webform-component--workshop-gain:nth-child(1n), .page-node-535 .webform-component--dietary-requirements:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.page-node-535 .webform-component--involvement:last-child, .page-node-535 .webform-component--workshop-gain:last-child, .page-node-535 .webform-component--dietary-requirements:last-child {
  margin-right: 0; }

.page-node-535 .webform-component--involvement:nth-child(1n), .page-node-535 .webform-component--workshop-gain:nth-child(1n), .page-node-535 .webform-component--dietary-requirements:nth-child(1n) {
  margin-right: 0;
  float: right; }

.page-node-535 .webform-component--involvement:nth-child(1n + 1), .page-node-535 .webform-component--workshop-gain:nth-child(1n + 1), .page-node-535 .webform-component--dietary-requirements:nth-child(1n + 1) {
  clear: both; }

.webform-client-form-535 .webform-component-addressfield .form-item-submitted-location-autocompletion-block {
  margin: 0 !important; }

.confirmation {
  padding: 20px;
  position: relative;
  background: rgba(236, 236, 236, .4);
  -webkit-box-shadow: 0 0 20px -3px #a7acb1;
          box-shadow: 0 0 20px -3px #a7acb1;
  border-radius: 0px; }
  .confirmation::after {
    position: absolute;
    content: "";
    background: url(../img/icon-organ.svg) no-repeat;
    background-size: contain;
    display: block;
    height: 50px;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px; }
  .confirmation > * {
    margin-left: 70px; }

.webform-component-addressfield .form-item {
  margin: 20px 0 0 !important; }

.webform-component-addressfield .form-item-submitted-event-location-addressfield-postal-code, .webform-component-addressfield .form-item-submitted-event-location-addressfield-locality, .webform-component-addressfield .form-item-submitted-event-location-addressfield-administrative-area {
  width: 100% !important; }

.webform-component-addressfield .form-item-submitted-location-addressfield-locality, .webform-component-addressfield .form-item-submitted-location-addressfield-administrative-area, .webform-component-addressfield .form-item-submitted-location-addressfield-postal-code, .webform-component-addressfield .form-item-submitted-location-addressfield-country {
  width: 100% !important; }

.webform-component-addressfield .form-item[class*="autocompletion-block"] + div[class*="toogle"] a {
  color: #ad0779;
  border-bottom: solid 1px; }

.node-type-article .field-name-field-addthis a, .node-type-event .field-name-field-addthis a {
  float: left !important;
  margin-right: 0.5rem; }

.field-name-field-addthis .addthis_button_facebook .at-icon-wrapper, .field-name-field-addthis .addthis_button_pinterest_share .at-icon-wrapper {
  background-color: #a7acb1 !important;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.field-name-field-addthis .addthis_button_twitter .at-icon-wrapper, .field-name-field-addthis .addthis_button_link .at-icon-wrapper {
  background: transparent !important; }
  .field-name-field-addthis .addthis_button_twitter .at-icon-wrapper g, .field-name-field-addthis .addthis_button_link .at-icon-wrapper g {
    fill: #a7acb1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

.field-name-field-addthis .at-icon-wrapper {
  display: block; }

.field-name-field-addthis .addthis_default_style .addthis_separator, .field-name-field-addthis .addthis_default_style .at4-icon, .field-name-field-addthis .addthis_default_style .at300b, .field-name-field-addthis .addthis_default_style .at300bo, .field-name-field-addthis .addthis_default_style .at300bs, .field-name-field-addthis .addthis_default_style .at300m {
  float: none; }

.field-name-field-addthis a:focus, .field-name-field-addthis a:hover, .field-name-field-addthis a:focus, .field-name-field-addthis a:hover {
  border: none; }

#cboxLoadedContent {
  position: relative; }

.addthis_toolbox > a:hover.addthis_button_facebook .at-icon-wrapper, .addthis_toolbox > a:hover.addthis_button_pinterest_share .at-icon-wrapper, .addthis_toolbox > a:focus.addthis_button_facebook .at-icon-wrapper, .addthis_toolbox > a:focus.addthis_button_pinterest_share .at-icon-wrapper, .addthis_toolbox > a:active.addthis_button_facebook .at-icon-wrapper, .addthis_toolbox > a:active.addthis_button_pinterest_share .at-icon-wrapper {
  background-color: #ad0779 !important; }

.addthis_toolbox > a:hover.addthis_button_twitter .at-icon-wrapper g, .addthis_toolbox > a:hover.addthis_button_link .at-icon-wrapper g, .addthis_toolbox > a:focus.addthis_button_twitter .at-icon-wrapper g, .addthis_toolbox > a:focus.addthis_button_link .at-icon-wrapper g, .addthis_toolbox > a:active.addthis_button_twitter .at-icon-wrapper g, .addthis_toolbox > a:active.addthis_button_link .at-icon-wrapper g {
  fill: #ad0779 !important; }

.field-group-htabs-wrapper .horizontal-tabs {
  border: none; }
  .field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes > fieldset {
    padding: 0;
    margin: 0; }

.field-group-htabs-wrapper ul.horizontal-tabs-list {
  border-bottom: #a7acb1 solid 1px;
  border-right: none;
  background-color: transparent;
  margin-bottom: 3rem; }
  .field-group-htabs-wrapper ul.horizontal-tabs-list li {
    border: #a7acb1 solid 1px;
    border-radius: 0px 0px 0 0;
    border-bottom: transparent;
    margin-right: 1rem;
    background: #ececec;
    -webkit-transition: ease 1s;
    -o-transition: ease 1s;
    transition: ease 1s;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background; }
    .field-group-htabs-wrapper ul.horizontal-tabs-list li a {
      color: #192228; }
      .field-group-htabs-wrapper ul.horizontal-tabs-list li a:hover, .field-group-htabs-wrapper ul.horizontal-tabs-list li a:active, .field-group-htabs-wrapper ul.horizontal-tabs-list li a:focus {
        background: #a7acb1;
        border-bottom: none; }
    .field-group-htabs-wrapper ul.horizontal-tabs-list li h2 {
      font-size: 18px;
      margin-bottom: 0;
      font-family: "Montserrat", Arial, sans-serif; }
  .field-group-htabs-wrapper ul.horizontal-tabs-list li.selected {
    z-index: 999999;
    margin-bottom: -5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .field-group-htabs-wrapper ul.horizontal-tabs-list li.selected h2 {
      color: #ad0779; }
    .field-group-htabs-wrapper ul.horizontal-tabs-list li.selected:hover, .field-group-htabs-wrapper ul.horizontal-tabs-list li.selected:active, .field-group-htabs-wrapper ul.horizontal-tabs-list li.selected:focus {
      background: white; }
      .field-group-htabs-wrapper ul.horizontal-tabs-list li.selected:hover a, .field-group-htabs-wrapper ul.horizontal-tabs-list li.selected:active a, .field-group-htabs-wrapper ul.horizontal-tabs-list li.selected:focus a {
        background: white; }
  .field-group-htabs-wrapper ul.horizontal-tabs-list li:first-child {
    margin-left: 2rem; }
  .field-group-htabs-wrapper ul.horizontal-tabs-list a:hover, .field-group-htabs-wrapper ul.horizontal-tabs-list a:active, .field-group-htabs-wrapper ul.horizontal-tabs-list a:focus {
    border-bottom: transparent solid 1px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg); }

.hamburger--3dxy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrowturn.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
       -o-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
       -o-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
       -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
       -o-transition-delay: 0.075s;
          transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  -webkit-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  -o-transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  -webkit-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  -o-transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
       -o-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
      -ms-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
      -ms-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.logged-in #offscreen {
  top: 45px; }

#offscreen-menu {
  padding: 0; }
  #offscreen-menu .hamburger-inner,
  #offscreen-menu .hamburger-inner::before,
  #offscreen-menu .hamburger-inner::after {
    background-color: #FFF;
    width: 35px; }
  #offscreen-menu .hamburger-box {
    width: 35px; }
  #offscreen-menu--collapse .hamburger-box {
    width: auto; }

#offscreen .mm-listview .mm-listitem {
  margin: 0; }
  #offscreen .mm-listview .mm-listitem::after {
    left: 0; }
  #offscreen .mm-listview .mm-listitem a {
    font-weight: normal; }
    #offscreen .mm-listview .mm-listitem a:focus, #offscreen .mm-listview .mm-listitem a:hover, #offscreen .mm-listview .mm-listitem a:active {
      color: #ad0779; }
  #offscreen .mm-listview .mm-listitem .menuparent {
    font-weight: 500;
    color: #000; }

#offscreen .mm-listview .menu-mlid-669 a, #offscreen .mm-listview .menu-mlid-1293 a {
  font-weight: 500;
  color: #000; }

#offscreen .mm-searchfield,
#offscreen input[type=text],
#offscreen input[type=password],
#offscreen input[type=email],
#offscreen input[type=url],
#offscreen input[type=date],
#offscreen input[type=month],
#offscreen input[type=time],
#offscreen input[type=datetime],
#offscreen input[type=datetime-local],
#offscreen input[type=week],
#offscreen input[type=number],
#offscreen input[type=search],
#offscreen input[type=tel],
#offscreen input[type=color],
#offscreen .form-text,
#offscreen select,
#offscreen textarea {
  background-color: #FFF; }

#offscreen .mm-searchfield input:focus {
  outline: 5px solid #ad0779 !important;
  outline-style: auto !important; }

#offscreen .mm-panel > .mm-navbar {
  background: #830051; }
  #offscreen .mm-panel > .mm-navbar > * {
    color: #FFF; }
    #offscreen .mm-panel > .mm-navbar > *::before, #offscreen .mm-panel > .mm-navbar > *::after {
      border-color: #FFF; }

#offscreen .mm-listview .mm-btn_next:focus,
#offscreen .mm-listview .mm-btn_next:hover,
#offscreen .mm-listview .mm-btn_next:active {
  background-color: rgba(167, 172, 177, .3); }
  #offscreen .mm-listview .mm-btn_next:focus::after,
  #offscreen .mm-listview .mm-btn_next:hover::after,
  #offscreen .mm-listview .mm-btn_next:active::after {
    border-color: #006983; }

#offscreen .mm-listview .mm-btn_next:after,
#offscreen .mm-listview .mm-btn_next:before,
#offscreen .mm-listview .mm-listitem::after {
  border-color: #830051; }

#offscreen #mm-0 .mm-listview .mm-btn_next:after,
#offscreen #mm-0 .mm-listview .mm-btn_next:before,
#offscreen #mm-0 .mm-listview .mm-listitem::after {
  border-color: #ad0779; }

#offscreen #mm-1 .mm-listview .mm-btn_next:after,
#offscreen #mm-1 .mm-listview .mm-btn_next:before,
#offscreen #mm-1 .mm-listview .mm-listitem::after {
  border-color: #cf0072; }

#offscreen .mm-navbar__title, #offscreen .mm-panel__noresultsmsg, #offscreen .mm-searchfield__input {
  padding-right: 50px; }

.field-name-field-resource > .field-items {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .field-name-field-resource > .field-items > .field-item {
    margin-bottom: 20px; }
    @media only screen and (min-width: 481px) {
      .field-name-field-resource > .field-items > .field-item {
        float: left;
        width: calc(99.99% * 1/2 - 20px);
        margin-left: 10px;
        margin-right: 10px; } }
    .field-name-field-resource > .field-items > .field-item .file .content a {
      display: block;
      border: none; }
      .field-name-field-resource > .field-items > .field-item .file .content a, .field-name-field-resource > .field-items > .field-item .file .content a * {
        line-height: 0; }
      .field-name-field-resource > .field-items > .field-item .file .content a:hover, .field-name-field-resource > .field-items > .field-item .file .content a:active, .field-name-field-resource > .field-items > .field-item .file .content a:focus {
        opacity: 0.8; }
    .field-name-field-resource > .field-items > .field-item .file .content img {
      width: 100%; }
    .field-name-field-resource > .field-items > .field-item .file .content img.file-icon {
      width: auto; }
  @media only screen and (min-width: 481px) {
    .field-name-field-resource > .field-items .file-document {
      position: relative !important; }
      .field-name-field-resource > .field-items .file-document .contextual-links-wrapper {
        display: none; }
      .field-name-field-resource > .field-items .file-document .file {
        position: absolute;
        top: auto;
        bottom: 0px;
        padding: 1rem;
        width: 100%;
        background: rgba(25, 34, 40, .7); }
        .field-name-field-resource > .field-items .file-document .file a {
          color: white;
          padding: 0; }
          .field-name-field-resource > .field-items .file-document .file a:hover, .field-name-field-resource > .field-items .file-document .file a:active, .field-name-field-resource > .field-items .file-document .file a:focus {
            border-bottom: solid 1px;
            cursor: pointer; }
          .field-name-field-resource > .field-items .file-document .file a::before {
            display: none; }
        .field-name-field-resource > .field-items .file-document .file .file-size {
          display: none; }
      .field-name-field-resource > .field-items .file-document .file-icon {
        display: none; } }

.field-name-field-resource ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .field-name-field-resource ul li {
    padding: 0;
    margin: 0; }

.file a:hover, .file a:focus, .file a:active {
  border-bottom: solid 1px; }

.ckeditor-accordion dt {
  margin-top: 1rem; }
  .ckeditor-accordion dt a:hover, .ckeditor-accordion dt a:active, .ckeditor-accordion dt a:focus {
    border-bottom: solid 1px transparent !important;
    color: #550532; }
  .ckeditor-accordion dt a:before {
    color: #ad0779; }

.views-table a.tabledrag-handle .handle {
  height: 25px; }

/*
 * Drupal messages
 *
 */
.message-wrapper .container {
  padding: 0 20px; }

.messages .message,
.aodr-messages .message {
  padding: 1em 3em 1em 1em;
  border-radius: 0px;
  position: relative;
  color: #fff;
  margin: 1.5em 0; }
  .messages .message a,
  .aodr-messages .message a {
    color: yellow; }
    .messages .message a:hover,
    .aodr-messages .message a:hover {
      color: yellow;
      text-decoration: underline; }
  .messages .message.info,
  .aodr-messages .message.info {
    background: #5bc0de; }
  .messages .message.error,
  .aodr-messages .message.error {
    background: #d9534f; }
  .messages .message.warning,
  .aodr-messages .message.warning {
    background: #f0ad4e; }
  .messages .message.status,
  .aodr-messages .message.status {
    background: #5cb85c; }
  .messages .message .close,
  .aodr-messages .message .close {
    border-radius: 0px;
    color: #fff;
    font-size: 34px;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    height: 26px;
    width: 26px;
    line-height: 24px;
    text-align: center;
    border: 2px solid transparent; }
    .messages .message .close:hover,
    .aodr-messages .message .close:hover {
      text-decoration: none;
      background: #fff;
      color: #192228; }
  .messages .message .placeholder,
  .aodr-messages .message .placeholder {
    color: #fff;
    font-weight: 500; }
  .messages .message ul,
  .messages .message p,
  .aodr-messages .message ul,
  .aodr-messages .message p {
    margin: 1em 0; }
  .messages .message ul,
  .aodr-messages .message ul {
    margin-left: 2em; }

.aodr-messages .message {
  background: #d9534f; }
  .aodr-messages .message p {
    font-weight: 400; }

/*
 * Tables
 */
table {
  background-color: #fff;
  border: 0 solid transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em; }
  table caption {
    text-align: left; }
  table th {
    background-color: #ececec;
    font-weight: 500;
    text-align: left; }
  table td {
    vertical-align: top;
    background-color: #FFF;
    border-bottom: 1px solid #ececec; }
  table td > *,
  table th > * {
    margin: 0; }
  table > tbody > tr > td,
  table > tbody > tr > th,
  table > tfoot > tr > td,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > thead > tr > th {
    padding: 10px;
    vertical-align: top;
    border-bottom: 1px solid #8aa4b6; }
  table > thead > tr > th {
    vertical-align: bottom;
    border: 0; }
  table > colgroup + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > thead:first-child > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > caption + thead > tr:first-child > th {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #8aa4b6; }
  table table {
    background-color: #fff;
    margin-bottom: 0; }
  table tbody {
    border: 0; }

/**
 * Responsive tables. tables in node content are wrapped with a div with class "table-responsive" via js in scripts.js
 */
.table-responsive {
  width: 100%;
  overflow-y: auto; }

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px; }

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3); }

.table-bordered {
  border: 1px solid #8aa4b6; }
  .table-bordered > tbody > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > thead > tr > th {
    border: 1px solid #8aa4b6;
    padding: 5px; }

.table-striped .odd-row,
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2; }

.table-striped td,
.table-striped th {
  border: 0; }

.table-striped-vertical .odd-column,
.table-striped-vertical td:nth-child(odd),
.table-striped-vertical th:nth-child(odd) {
  background-color: #f2f2f2; }

.table-striped-vertical td,
.table-striped-vertical th {
  border: 0; }

.table-vertical td,
.table-vertical th {
  border-top: 0;
  border-bottom: 0;
  border-right: 1px solid #8aa4b6; }

.table-vertical tr td:last-child,
.table-vertical tr th:last-child {
  border: 0; }

.table-unstyled > tbody > tr > td,
.table-unstyled > tbody > tr > th,
.table-unstyled > tfoot > tr > td,
.table-unstyled > tfoot > tr > th,
.table-unstyled > thead > tr > td,
.table-unstyled > thead > tr > th {
  padding: 0;
  vertical-align: top;
  border: 0; }

/**
* Tabs
*/
.tabs.primary {
  border: 0;
  list-style: none;
  min-height: 40px;
  margin: 5px 0;
  padding: 0; }
.tabs.primary:before {
  content: '';
  display: table; }
.tabs.primary:after {
  content: '';
  display: table;
  clear: both; }
  .tabs.primary li {
    float: left;
    margin-bottom: 9px;
    border-bottom: 1px solid #8aa4b6;
    margin-bottom: 5px; }
  .tabs.primary a {
    display: inline-block;
    padding: 0.5em 1em; }
    .tabs.primary a.active {
      border-top: 1px solid #8aa4b6;
      border-left: 1px solid #8aa4b6;
      border-right: 1px solid #8aa4b6;
      border-bottom: 0 solid white;
      background: white; }

/* ---------- Import Sections ---------- */
/**
* Layout
*
* All layout theming should go in this file
*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px; }
.container:after {
  content: '';
  display: block;
  clear: both; }

@media only screen and (min-width: 769px) {
  .content-area-wrapper > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.content-area-wrapper {
  margin: 40px 0 40px; }

.page-node-435 .content-area-wrapper {
  margin: 40px 0 0; }

.page-node-435 .content-below {
  margin: 0 0 80px; }

.node-type-landing-page .content-area-wrapper {
  margin-bottom: 0; }

.node-type-landing-page .content-below {
  margin-bottom: 40px; }

@media only screen and (min-width: 769px) {
  .content-area-wrapper {
    margin: 60px 0 60px; }
  .node-type-landing-page .content-below {
    margin-bottom: 120px; }
  .one-sidebar.sidebar-first .main {
    width: calc(99.99% * 7/12 - (60px - 60px * 7/12));
    position: relative;
    left: calc(99.99% * 5/12 - (60px - 60px * 5/12) + 60px); }
  .one-sidebar.sidebar-first .main:nth-child(1n) {
    float: left;
    margin-right: 60px;
    clear: none; }
  .one-sidebar.sidebar-first .main:last-child {
    margin-right: 0; }
  .one-sidebar.sidebar-first .main:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .one-sidebar.sidebar-first .main:nth-child(2n + 1) {
    clear: both; }
  .one-sidebar.sidebar-second .main {
    width: calc(99.99% * 7/12 - (60px - 60px * 7/12)); }
  .one-sidebar.sidebar-second .main:nth-child(1n) {
    float: left;
    margin-right: 60px;
    clear: none; }
  .one-sidebar.sidebar-second .main:last-child {
    margin-right: 0; }
  .one-sidebar.sidebar-second .main:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .one-sidebar.sidebar-second .main:nth-child(2n + 1) {
    clear: both; }
  .one-sidebar aside.sidebar_first {
    width: calc(99.99% * 5/12 - (60px - 60px * 5/12));
    position: relative;
    left: calc(99.99% * -7/12 - (60px - 60px * -7/12) + 60px); }
  .one-sidebar aside.sidebar_first:nth-child(1n) {
    float: left;
    margin-right: 60px;
    clear: none; }
  .one-sidebar aside.sidebar_first:last-child {
    margin-right: 0; }
  .one-sidebar aside.sidebar_first:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .one-sidebar aside.sidebar_first:nth-child(2n + 1) {
    clear: both; }
  .one-sidebar aside.sidebar_second {
    width: calc(99.99% * 5/12 - (60px - 60px * 5/12)); }
  .one-sidebar aside.sidebar_second:nth-child(1n) {
    float: left;
    margin-right: 60px;
    clear: none; }
  .one-sidebar aside.sidebar_second:last-child {
    margin-right: 0; }
  .one-sidebar aside.sidebar_second:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .one-sidebar aside.sidebar_second:nth-child(2n + 1) {
    clear: both; }
  .two-sidebars .main {
    width: calc(99.99% * 4/6 - (60px - 60px * 4/6));
    position: relative;
    left: calc(99.99% * 1/6 - (60px - 60px * 1/6) + 60px); }
  .two-sidebars .main:nth-child(1n) {
    float: left;
    margin-right: 60px;
    clear: none; }
  .two-sidebars .main:last-child {
    margin-right: 0; }
  .two-sidebars .main:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .two-sidebars .main:nth-child(3n + 1) {
    clear: both; }
  .two-sidebars .sidebar_first {
    width: calc(99.99% * 1/6 - (60px - 60px * 1/6));
    position: relative;
    left: calc(99.99% * -4/6 - (60px - 60px * -4/6) + 60px); }
  .two-sidebars .sidebar_first:nth-child(1n) {
    float: left;
    margin-right: 60px;
    clear: none; }
  .two-sidebars .sidebar_first:last-child {
    margin-right: 0; }
  .two-sidebars .sidebar_first:nth-child(3n) {
    margin-right: 0;
    float: right; }
  .two-sidebars .sidebar_first:nth-child(3n + 1) {
    clear: both; }
  .two-sidebars .sidebar_second {
    width: calc(99.99% * 1/6 - (20px - 20px * 1/6)); }
  .two-sidebars .sidebar_second:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .two-sidebars .sidebar_second:last-child {
    margin-right: 0; }
  .two-sidebars .sidebar_second:nth-child(6n) {
    margin-right: 0;
    float: right; }
  .two-sidebars .sidebar_second:nth-child(6n + 1) {
    clear: both; } }

@media only screen and (min-width: 1025px) {
  .one-sidebar.sidebar-first .main {
    width: calc(99.99% * 4/6 - (160px - 160px * 4/6));
    position: relative;
    left: calc(99.99% * 2/6 - (160px - 160px * 2/6) + 160px); }
  .one-sidebar.sidebar-first .main:nth-child(1n) {
    float: left;
    margin-right: 160px;
    clear: none; }
  .one-sidebar.sidebar-first .main:last-child {
    margin-right: 0; }
  .one-sidebar.sidebar-first .main:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .one-sidebar.sidebar-first .main:nth-child(2n + 1) {
    clear: both; }
  .one-sidebar.sidebar-second .main {
    width: calc(99.99% * 4/6 - (160px - 160px * 4/6)); }
  .one-sidebar.sidebar-second .main:nth-child(1n) {
    float: left;
    margin-right: 160px;
    clear: none; }
  .one-sidebar.sidebar-second .main:last-child {
    margin-right: 0; }
  .one-sidebar.sidebar-second .main:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .one-sidebar.sidebar-second .main:nth-child(2n + 1) {
    clear: both; }
  .one-sidebar aside.sidebar_first {
    width: calc(99.99% * 2/6 - (160px - 160px * 2/6));
    position: relative;
    left: calc(99.99% * -4/6 - (160px - 160px * -4/6) + 160px); }
  .one-sidebar aside.sidebar_first:nth-child(1n) {
    float: left;
    margin-right: 160px;
    clear: none; }
  .one-sidebar aside.sidebar_first:last-child {
    margin-right: 0; }
  .one-sidebar aside.sidebar_first:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .one-sidebar aside.sidebar_first:nth-child(2n + 1) {
    clear: both; }
  .one-sidebar aside.sidebar_second {
    width: calc(99.99% * 2/6 - (160px - 160px * 2/6)); }
  .one-sidebar aside.sidebar_second:nth-child(1n) {
    float: left;
    margin-right: 160px;
    clear: none; }
  .one-sidebar aside.sidebar_second:last-child {
    margin-right: 0; }
  .one-sidebar aside.sidebar_second:nth-child(2n) {
    margin-right: 0;
    float: right; }
  .one-sidebar aside.sidebar_second:nth-child(2n + 1) {
    clear: both; } }

.list-no-style {
  margin: 0;
  padding: 0; }
  .list-no-style > li {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.not-front .content .field-name-body a, .not-front .field-name-field-text-only a {
  border-bottom: solid 1px;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  .not-front .content .field-name-body a:hover, .not-front .field-name-field-text-only a:hover {
    border-bottom: transparent;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .not-front .content .field-name-body a:visited, .not-front .field-name-field-text-only a:visited {
    color: #003f4f; }

.rtecenter {
  text-align: center; }

.node-article .field-name-body .file-image {
  text-align: center; }

footer {
  background-color: #1d384c; }
  footer .container {
    max-width: 1525px;
    padding-top: 40px; }
    footer .container h3, footer .container .views-table caption, .views-table footer .container caption {
      color: #FFF !important;
      margin-bottom: 10px;
      font-weight: bold; }
  footer *, footer a, footer h3, footer .views-table caption, .views-table footer caption {
    color: #FFF; }
  footer a {
    border-bottom: 1px solid transparent; }
  footer .content a:focus,
  footer .content a:hover,
  footer .content a:active {
    color: #c2c6c9;
    border-color: #FFF; }
  footer .container:after {
  content: '';
  display: block;
  clear: both; }
  footer .column {
    width: calc(99.99% * 1/1 - (20px - 20px * 1/1)); }
  footer .column:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  footer .column:last-child {
    margin-right: 0; }
  footer .column:nth-child(1n) {
    margin-right: 0;
    float: right; }
  footer .column:nth-child(1n + 1) {
    clear: both; }
    @media only screen and (min-width: 551px) {
      footer .column {
        width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
      footer .column:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      footer .column:last-child {
        margin-right: 0; }
      footer .column:nth-child(2n) {
        margin-right: 0;
        float: right; }
      footer .column:nth-child(2n + 1) {
        clear: both; }
        footer .column:last-child {
          width: calc(99.99% * 1/1 - (20px - 20px * 1/1)); }
        footer .column:last-child:nth-child(1n) {
          float: left;
          margin-right: 20px;
          clear: none; }
        footer .column:last-child:last-child {
          margin-right: 0; }
        footer .column:last-child:nth-child(1n) {
          margin-right: 0;
          float: right; }
        footer .column:last-child:nth-child(1n + 1) {
          clear: both; } }
    @media only screen and (min-width: 769px) {
      footer .column {
        width: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
      footer .column:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      footer .column:last-child {
        margin-right: 0; }
      footer .column:nth-child(3n) {
        margin-right: 0;
        float: right; }
      footer .column:nth-child(3n + 1) {
        clear: both; } }
    @media only screen and (max-width: 1024px) {
      footer .column {
        margin-bottom: 40px; } }
    footer .column .block:nth-child(2) {
      margin-top: 40px; }
  footer .block-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Montserrat", Arial, sans-serif;
    margin: 0; }
  footer a {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem; }
  footer ul,
  footer .menu {
    margin: 0;
    padding: 0; }
    footer ul li,
    footer .menu li {
      list-style: none;
      margin: 0; }
  footer #block-block-2 {
    width: 100%; }
    footer #block-block-2 li {
      display: inline-block;
      margin-top: .5rem; }
      footer #block-block-2 li img {
        max-height: 90px;
        height: 100%;
        width: auto; }
      footer #block-block-2 li #file-284 {
        max-width: 150px; }
      footer #block-block-2 li #file-283 {
        max-width: 81px; }
    footer #block-block-2 li:first-child {
      margin-right: 20px; }
    footer #block-block-2 li:last-child {
      display: block; }
      footer #block-block-2 li:last-child p {
        font-size: 14.4px;
        font-size: 0.9rem; }
  footer li a.active {
    color: white; }

#facebook, #instagram, #twitter {
  text-indent: -99999px;
  white-space: nowrap;
  height: 30px;
  width: 30px;
  display: block;
  overflow: hidden; }
  #facebook:before, #instagram:before, #twitter:before {
    content: '';
    height: 29px;
    width: 29px;
    display: block; }
  #facebook:hover, #facebook:focus, #facebook:active, #instagram:hover, #instagram:focus, #instagram:active, #twitter:hover, #twitter:focus, #twitter:active {
    border-color: transparent; }
    #facebook:hover:before, #facebook:focus:before, #facebook:active:before, #instagram:hover:before, #instagram:focus:before, #instagram:active:before, #twitter:hover:before, #twitter:focus:before, #twitter:active:before {
      filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
      -webkit-filter: brightness(0.9);
              filter: brightness(0.9); }

#facebook:before {
  background: url(../img/icon-facebook.svg) center no-repeat; }

#instagram:before {
  background: url(../img/icon-instagram.svg) center no-repeat; }

#twitter:before {
  background: url(../img/icon-twitter.svg) center no-repeat; }

#block-menu-menu-social-media-links li {
  display: inline-block; }

header {
  /**
  * The navigation bar
  */ }
  @media only screen and (max-width: 768px) {
    header .primary-navigation {
      display: none; } }
  header .container {
    max-width: 1525px;
    padding: 0; }
  @media only screen and (min-width: 769px) {
    header .header .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      header .header .container .header-region {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-left: 20px; } }
  header .header {
    padding: 1rem;
    background: #FFF; }
  header .header-region {
    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; }
    @media only screen and (min-width: 769px) {
      header .header-region {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    header .header-region #block-bean-header-button .content {
      background: #cf0072;
      border-radius: 5px;
      padding: 2px 15px; }
      header .header-region #block-bean-header-button .content a {
        color: white; }
      header .header-region #block-bean-header-button .content .field {
        margin-bottom: 0; }
  header .branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    header .branding h1 {
      margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      header .branding {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    header .branding #logo {
      margin-right: 10px;
      display: inline-block; }
      header .branding #logo > img,
      header .branding #logo > svg {
        height: 85px;
        width: auto; }
      header .branding #logo #Layer_1 > g {
        margin-right: 5rem; }
      @media only screen and (max-width: 768px) {
        header .branding #logo > svg {
          display: block;
          margin: 0 auto; } }
      @media only screen and (max-width: 1024px) {
        header .branding #logo {
          margin: 0 0 20px 0;
          width: 100%; }
          header .branding #logo svg g#logo {
            translate: none; }
          header .branding #logo svg g#c {
            display: none; } }
    header .branding #name-and-slogan #site-name {
      font-size: 32px;
      font-size: 2rem;
      line-height: 1.3;
      margin-bottom: 10px; }
  header .primary-navigation,
  header .primary-navigation .container {
    background-color: #ad0779; }
  header ul#superfish-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    header ul#superfish-1 a,
    header ul#superfish-1 span.nolink {
      font-weight: normal; }
    header ul#superfish-1 ul {
      font-size: 90%;
      padding-left: 0; }
    header ul#superfish-1 > li {
      position: static; }
      header ul#superfish-1 > li > a:active, header ul#superfish-1 > li a:focus, header ul#superfish-1 > li a:hover {
        border-bottom: solid 1px transparent; }
      header ul#superfish-1 > li a {
        border-bottom: solid 1px transparent; }
    header ul#superfish-1 li.sf-depth-2 a:active, header ul#superfish-1 li.sf-depth-2 a:focus, header ul#superfish-1 li.sf-depth-2 a:hover {
      border-bottom: solid 1px #003f4f; }
    header ul#superfish-1 .sfHover > ul {
      top: 3.3em;
      left: 0;
      right: 0;
      width: 100%; }
    header ul#superfish-1 .sf-depth-1 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      color: #FFF;
      text-align: center;
      font-weight: 500; }
      header ul#superfish-1 .sf-depth-1 > span.nolink,
      header ul#superfish-1 .sf-depth-1 > a {
        border-bottom: solid 1px transparent;
        color: inherit;
        padding: 1em; }
      header ul#superfish-1 .sf-depth-1 > ul {
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
                box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
        background-color: #FFF;
        padding: 20px; }
      header ul#superfish-1 .sf-depth-1 li {
        text-align: left; }
        header ul#superfish-1 .sf-depth-1 li a,
        header ul#superfish-1 .sf-depth-1 li span.nolink {
          background-color: #FFF;
          padding: 0.75em .5em;
          color: #006983; }
    header ul#superfish-1 .sf-depth-2 .sf-depth-2 {
      color: #000;
      font-weight: 500;
      line-height: 1.3;
      text-transform: uppercase; }
    header ul#superfish-1 #join-register {
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #007997;
      border: 0;
      color: #FFF;
      height: 100%; }
      header ul#superfish-1 #join-register:focus, header ul#superfish-1 #join-register:hover, header ul#superfish-1 #join-register:active {
        background: #00626e;
        border-radius: 0;
        text-decoration: none; }
    header ul#superfish-1 .sf-depth-1 > span.nolink:hover,
    header ul#superfish-1 .sf-depth-1 > a:hover,
    header ul#superfish-1 .sf-depth-1 > span.nolink:active,
    header ul#superfish-1 .sf-depth-1 > a:active,
    header ul#superfish-1 .sf-depth-1 > span.nolink:focus,
    header ul#superfish-1 .sf-depth-1 > a:focus {
      background-color: #FFF;
      border-radius: 0px 0px 0 0;
      color: #830051;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    header ul#superfish-1 .active-trail a {
      background-color: #830051;
      color: #FFF; }
    header ul#superfish-1 .sfHover a {
      background-color: #FFF;
      color: #830051; }
  @media only screen and (min-width: 481px) {
    header #superfish-1 #menu-1293-1,
    header #superfish-1 #menu-1452-1,
    header #superfish-1 #menu-2014-1,
    header .menu-mobile-only {
      display: none; } }

.utility-region {
  background: #1d384c;
  padding: 0; }
  @media only screen and (max-width: 480px) {
    .utility-region {
      padding: 8px; }
      .utility-region .hamburger-box {
        top: 4px; } }
  .utility-region a {
    color: white;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 500;
    border-bottom: 1px solid transparent; }
    .utility-region a.active, .utility-region a:focus, .utility-region a:hover, .utility-region a:active {
      color: #c2c6c9;
      border-color: #FFF; }
  .utility-region ul.menu {
    margin-top: 2.5px; }
  .utility-region ul {
    float: right;
    margin-bottom: 0;
    padding: 0; }
  .utility-region ul li.leaf {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.5em 0 0; }
  .utility-region #facebook, .utility-region #instagram, .utility-region #twitter {
    height: 21px;
    width: 21px; }
    .utility-region #facebook:before, .utility-region #instagram:before, .utility-region #twitter:before {
      content: '';
      height: 20px;
      width: 20px; }
    .utility-region #facebook:hover, .utility-region #facebook:focus, .utility-region #facebook:active, .utility-region #instagram:hover, .utility-region #instagram:focus, .utility-region #instagram:active, .utility-region #twitter:hover, .utility-region #twitter:focus, .utility-region #twitter:active {
      border-color: transparent; }
      .utility-region #facebook:hover:before, .utility-region #facebook:focus:before, .utility-region #facebook:active:before, .utility-region #instagram:hover:before, .utility-region #instagram:focus:before, .utility-region #instagram:active:before, .utility-region #twitter:hover:before, .utility-region #twitter:focus:before, .utility-region #twitter:active:before {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
        -webkit-filter: brightness(0.9);
                filter: brightness(0.9); }
  .utility-region #block-superfish-2 {
    display: none; }
  .utility-region ul#superfish-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px .5rem;
    position: relative;
    z-index: 500; }
    .utility-region ul#superfish-2 a,
    .utility-region ul#superfish-2 span.nolink {
      font-weight: normal; }
    .utility-region ul#superfish-2 ul {
      font-size: 90%;
      padding-left: 0; }
    .utility-region ul#superfish-2 li.sf-depth-2 a:active, .utility-region ul#superfish-2 li.sf-depth-2 a:focus, .utility-region ul#superfish-2 li.sf-depth-2 a:hover {
      border-bottom: solid 1px #003f4f; }
    .utility-region ul#superfish-2 .sf-depth-1 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      color: #FFF;
      background-color: #24465e;
      text-align: center;
      font-weight: 500; }
      .utility-region ul#superfish-2 .sf-depth-1 > span.nolink,
      .utility-region ul#superfish-2 .sf-depth-1 > a {
        border-bottom: solid 1px transparent;
        color: inherit;
        padding: 1em; }
      .utility-region ul#superfish-2 .sf-depth-1 > ul {
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
                box-shadow: 0 10px 15px rgba(0, 0, 0, .5);
        background-color: #FFF;
        padding: 20px; }
        @media only screen and (min-width: 481px) {
          .utility-region ul#superfish-2 .sf-depth-1 > ul {
            min-width: 110%; } }
      .utility-region ul#superfish-2 .sf-depth-1 li {
        text-align: left;
        float: none;
        width: 100%; }
        .utility-region ul#superfish-2 .sf-depth-1 li a,
        .utility-region ul#superfish-2 .sf-depth-1 li span.nolink {
          background-color: #FFF;
          padding: 0.75em .5em;
          color: #006983; }
    .utility-region ul#superfish-2 .sf-depth-1 > span.nolink:hover,
    .utility-region ul#superfish-2 .sf-depth-1 > a:hover,
    .utility-region ul#superfish-2 .sf-depth-1 > span.nolink:active,
    .utility-region ul#superfish-2 .sf-depth-1 > a:active,
    .utility-region ul#superfish-2 .sf-depth-1 > span.nolink:focus,
    .utility-region ul#superfish-2 .sf-depth-1 > a:focus {
      background-color: #FFF;
      border-radius: 0px 0px 0 0;
      color: #830051;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .utility-region ul#superfish-2 .sf-depth-1.active-trail > a {
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, #f9f9f9), color-stop(5%, #006983));
      background-image: -o-linear-gradient(top, #f9f9f9 95%, #006983 5%);
      background-image: linear-gradient(to bottom, #f9f9f9 95%, #006983 5%);
      border-color: #006983;
      color: #1d384c; }
    .utility-region ul#superfish-2 li.sfHover > ul {
      top: calc(2.5em + 5px); }
    .utility-region ul#superfish-2 .sfHover a {
      background-color: #FFF;
      color: #830051; }
  .utility-region #offscreen-menu {
    display: inline-block; }
    @media only screen and (min-width: 769px) {
      .utility-region #offscreen-menu {
        display: none; } }
  @media only screen and (min-width: 481px) {
    .utility-region .container {
      padding: 5px 20px; } }
  @media only screen and (min-width: 769px) {
    .utility-region #block-superfish-2 {
      display: block; } }

/*
*Search
*/
#block-search-api-page-search #autocomplete, #search-api-page-search-form #autocomplete, #block-views-exp-search-page #autocomplete {
  border-color: #006983; }
  #block-search-api-page-search #autocomplete li, #search-api-page-search-form #autocomplete li, #block-views-exp-search-page #autocomplete li {
    padding: 3px 10px; }

#block-search-api-page-search form, #block-search-api-page-search .form-item, #search-api-page-search-form form, #search-api-page-search-form .form-item, #block-views-exp-search-page form, #block-views-exp-search-page .form-item {
  display: inline-block;
  min-width: 210px; }

#block-search-api-page-search input[type=text], #search-api-page-search-form input[type=text], #block-views-exp-search-page input[type=text] {
  border-radius: 3px 0 0 3px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none; }

#block-search-api-page-search .button, #block-search-api-page-search input[type=submit], #search-api-page-search-form .button, #search-api-page-search-form input[type=submit], #block-views-exp-search-page .button, #block-views-exp-search-page input[type=submit] {
  border-radius: 0 3px 3px 0;
  padding: 9px 15px;
  background-color: #f0f1f2;
  color: #FFF;
  cursor: pointer;
  text-indent: -999999px;
  position: relative;
  left: -2px;
  background-image: url(../img/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 2px; }
  #block-search-api-page-search .button:before, #block-search-api-page-search input[type=submit]:before, #search-api-page-search-form .button:before, #search-api-page-search-form input[type=submit]:before, #block-views-exp-search-page .button:before, #block-views-exp-search-page input[type=submit]:before {
    content: '';
    display: block; }

#block-search-api-page-search .form-item, #search-api-page-search-form .form-item, #block-views-exp-search-page .form-item {
  margin-top: 0;
  margin-bottom: 0; }

#block-search-api-page-search .form-item input.error, #block-search-api-page-search .form-item textarea.error, #block-search-api-page-search .form-item select.error, #search-api-page-search-form .form-item input.error, #search-api-page-search-form .form-item textarea.error, #search-api-page-search-form .form-item select.error, #block-views-exp-search-page .form-item input.error, #block-views-exp-search-page .form-item textarea.error, #block-views-exp-search-page .form-item select.error {
  border: none; }

.sf-menu li.sf-depth-2 {
  width: calc(99.99% * 1/4 - (20px - 20px * 1/4)); }

.sf-menu li.sf-depth-2:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none; }

.sf-menu li.sf-depth-2:last-child {
  margin-right: 0; }

.sf-menu li.sf-depth-2:nth-child(4n) {
  margin-right: 0;
  float: right; }

.sf-menu li.sf-depth-2:nth-child(4n + 1) {
  clear: both; }
  @media only screen and (min-width: 1201px) {
    .sf-menu li.sf-depth-2 {
      width: calc(99.99% * 1/6 - (20px - 20px * 1/6)); }
    .sf-menu li.sf-depth-2:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .sf-menu li.sf-depth-2:last-child {
      margin-right: 0; }
    .sf-menu li.sf-depth-2:nth-child(6n) {
      margin-right: 0;
      float: right; }
    .sf-menu li.sf-depth-2:nth-child(6n + 1) {
      clear: both; } }

/* ---------- Import design ---------- */
/*
* Book of Life layout.
*/
body.section-book-of-life .content-area-wrapper {
  margin: 0; }
  body.section-book-of-life .content-area-wrapper .content-wrapper .container {
    max-width: none;
    background: #FFF;
    padding: 0; }
  body.section-book-of-life .content-area-wrapper .content-wrapper .container .node-promoted,
  body.section-book-of-life .content-area-wrapper .content-wrapper #block-easy-breadcrumb-easy-breadcrumb .easy-breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px; }
  body.section-book-of-life .content-area-wrapper .content-wrapper #block-easy-breadcrumb-easy-breadcrumb {
    background: #ececec; }
  @media only screen and (min-width: 769px) {
    body.section-book-of-life .content-area-wrapper #main-content .node-promoted > * {
      width: calc(99.99% * 4/5 - (20px - 20px * 4/5)); }
    body.section-book-of-life .content-area-wrapper #main-content .node-promoted > *:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    body.section-book-of-life .content-area-wrapper #main-content .node-promoted > *:last-child {
      margin-right: 0; }
    body.section-book-of-life .content-area-wrapper #main-content .node-promoted > *:nth-child(0n) {
      float: right; } }
  @media only screen and (min-width: 1025px) {
    body.section-book-of-life .content-area-wrapper #main-content .node-promoted > * {
      width: calc(99.99% * 4/6 - (20px - 20px * 4/6)); }
    body.section-book-of-life .content-area-wrapper #main-content .node-promoted > *:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    body.section-book-of-life .content-area-wrapper #main-content .node-promoted > *:last-child {
      margin-right: 0; }
    body.section-book-of-life .content-area-wrapper #main-content .node-promoted > *:nth-child(0n) {
      float: right; } }

/* Book of life banner */
body.section-book-of-life {
  background-color: #ececec; }
  body.section-book-of-life .content-above {
    background: -o-radial-gradient(35%, circle, #dddfe1, #a7acb1);
    background: radial-gradient(circle at 35%, #dddfe1, #a7acb1);
    overflow: hidden;
    padding-top: 40px; }
    body.section-book-of-life .content-above .page-title {
      color: inherit; }
    body.section-book-of-life .content-above h1 {
      color: #003f4f; }
    body.section-book-of-life .content-above .field-name-field-paragraph-body {
      font-size: 18px;
      font-size: 1.125rem;
      color: #003f4f;
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 500; }
      @media only screen and (min-width: 481px) {
        body.section-book-of-life .content-above .field-name-field-paragraph-body {
          font-size: 21.6px;
          font-size: 1.35rem; } }
      @media only screen and (min-width: 769px) and (max-width: 1024px) {
        body.section-book-of-life .content-above .field-name-field-paragraph-body {
          font-size: 18px;
          font-size: 1.125rem; } }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      body.section-book-of-life .content-above {
        padding-top: 60px; } }
  body.section-book-of-life .content-above .container {
    max-width: 1525px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    position: relative; }
  body.section-book-of-life .content-above .container:before {
    content: '';
    display: table; }
  body.section-book-of-life .content-above .container:after {
    content: '';
    display: table;
    clear: both; }
  body.section-book-of-life .tabs.primary {
    background: #ececec;
    margin: 0;
    padding: 5px 5px 0 1em; }
  body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-items:after {
  content: '';
  display: block;
  clear: both; }
  body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item {
    margin-bottom: .5rem; }
  body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item:last-child {
    margin-bottom: 0; }
  body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    border-radius: 0px;
    background-color: #cf0072;
    color: #FFF;
    text-align: left;
    text-transform: none; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item a:focus, body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item a:hover, body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item a:active {
      background-color: #830051;
      color: #FFF;
      text-decoration: none; }
  body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item:nth-child(1) a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    border-radius: 0px;
    background-color: #00626e;
    color: #FFF;
    text-transform: none; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item:nth-child(1) a:focus, body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item:nth-child(1) a:hover, body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item:nth-child(1) a:active {
      background-color: #003f4f;
      color: #FFF;
      text-decoration: none; }
  @media only screen and (min-width: 481px) and (max-width: 768px) {
    body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-items {
      text-align: center; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item {
      display: inline-block; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .field-name-field-paragraph-links .field-item:first-child {
      margin-right: .5rem; } }
  body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right {
    text-align: center; }
  body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left, body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right {
    float: none;
    width: auto;
    position: relative; }
  @media only screen and (min-width: 481px) {
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right {
      text-align: left; } }
  @media only screen and (min-width: 769px) {
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left {
      width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
      position: relative;
      left: calc(99.99% * 1/2 - (20px - 20px * 1/2) + 20px); }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:last-child {
      margin-right: 0; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:nth-child(2n) {
      margin-right: 0;
      float: right; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:nth-child(2n + 1) {
      clear: both; }
      body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:nth-child(2n) {
        float: left;
        margin-right: 20px; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right {
      width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
      position: relative;
      left: calc(99.99% * -1/2 - (20px - 20px * -1/2) + 20px); }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:last-child {
      margin-right: 0; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:nth-child(2n) {
      margin-right: 0;
      float: right; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:nth-child(2n + 1) {
      clear: both; }
      body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:nth-child(2n + 1) {
        clear: none; } }
  @media only screen and (min-width: 1025px) {
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left {
      width: calc(99.99% * 2/3 - (20px - 20px * 2/3));
      position: relative;
      left: calc(99.99% * 1/3 - (20px - 20px * 1/3) + 20px); }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:last-child {
      margin-right: 0; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:nth-child(3n) {
      margin-right: 0;
      float: right; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-left:nth-child(3n + 1) {
      clear: both; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right {
      width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
      position: relative;
      left: calc(99.99% * -2/3 - (20px - 20px * -2/3) + 20px); }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:last-child {
      margin-right: 0; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:nth-child(3n) {
      margin-right: 0;
      float: right; }
    body.section-book-of-life .paragraphs-item-banner-image-buttons .group-right:nth-child(3n + 1) {
      clear: both; } }

/* Book of Life search positioning */
#block-views-book-of-life-block .views-exposed-widgets {
  position: relative; }

#block-views-book-of-life-block .views-exposed-widget {
  padding-right: 0; }

#block-views-book-of-life-block .views-exposed-form {
  width: 50%; }
  @media only screen and (max-width: 768px) {
    #block-views-book-of-life-block .views-exposed-form {
      width: 100%; } }

#block-views-book-of-life-block .views-exposed-form #edit-combine-wrapper {
  width: 100%; }

#block-views-book-of-life-block .views-exposed-form .description {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

#block-views-book-of-life-block input[type=text] {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #FFF;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  #block-views-book-of-life-block input[type=text]:hover {
    background-color: #e6e6e6; }

#block-views-book-of-life-block input[type=submit] {
  position: absolute;
  top: 0;
  right: 0.7rem;
  bottom: 0.5rem;
  cursor: pointer;
  margin: 0;
  background: url("../img/icon-search.svg") no-repeat;
  background-size: contain;
  display: block;
  text-indent: -99999px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  height: 1.8rem;
  width: 1.8rem;
  overflow: hidden;
  border: 0; }

.view .item-list > ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .view .item-list > ul > li {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0; }

/* Book of Life stories layout & styling */
#block-views-book-of-life-block .view-content, #block-views-book-of-life-block-1 .view-content {
  padding-top: 1em; }
#block-views-book-of-life-block .view-content:after,
#block-views-book-of-life-block-1 .view-content:after {
  content: '';
  display: block;
  clear: both; }
  #block-views-book-of-life-block .view-content .views-row, #block-views-book-of-life-block-1 .view-content .views-row {
    width: calc(99.99% * 1/2); }
  #block-views-book-of-life-block .view-content .views-row:nth-child(1n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(1n) {
    float: left;
    margin-right: 0;
    clear: none; }
  #block-views-book-of-life-block .view-content .views-row:last-child, #block-views-book-of-life-block-1 .view-content .views-row:last-child {
    margin-right: 0; }
  #block-views-book-of-life-block .view-content .views-row:nth-child(2n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(2n) {
    margin-right: 0;
    float: right; }
  #block-views-book-of-life-block .view-content .views-row:nth-child(2n + 1), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(2n + 1) {
    clear: both; }
    @media only screen and (min-width: 481px) {
      #block-views-book-of-life-block .view-content .views-row, #block-views-book-of-life-block-1 .view-content .views-row {
        width: calc(99.99% * 1/3); }
      #block-views-book-of-life-block .view-content .views-row:nth-child(1n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none; }
      #block-views-book-of-life-block .view-content .views-row:last-child, #block-views-book-of-life-block-1 .view-content .views-row:last-child {
        margin-right: 0; }
      #block-views-book-of-life-block .view-content .views-row:nth-child(3n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(3n) {
        margin-right: 0;
        float: right; }
      #block-views-book-of-life-block .view-content .views-row:nth-child(3n + 1), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(3n + 1) {
        clear: both; } }
    @media only screen and (min-width: 769px) {
      #block-views-book-of-life-block .view-content .views-row, #block-views-book-of-life-block-1 .view-content .views-row {
        width: calc(99.99% * 1/5); }
      #block-views-book-of-life-block .view-content .views-row:nth-child(1n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none; }
      #block-views-book-of-life-block .view-content .views-row:last-child, #block-views-book-of-life-block-1 .view-content .views-row:last-child {
        margin-right: 0; }
      #block-views-book-of-life-block .view-content .views-row:nth-child(5n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(5n) {
        margin-right: 0;
        float: right; }
      #block-views-book-of-life-block .view-content .views-row:nth-child(5n + 1), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(5n + 1) {
        clear: both; } }
    @media only screen and (min-width: 1025px) {
      #block-views-book-of-life-block .view-content .views-row, #block-views-book-of-life-block-1 .view-content .views-row {
        width: calc(99.99% * 1/6); }
      #block-views-book-of-life-block .view-content .views-row:nth-child(1n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none; }
      #block-views-book-of-life-block .view-content .views-row:last-child, #block-views-book-of-life-block-1 .view-content .views-row:last-child {
        margin-right: 0; }
      #block-views-book-of-life-block .view-content .views-row:nth-child(6n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(6n) {
        margin-right: 0;
        float: right; }
      #block-views-book-of-life-block .view-content .views-row:nth-child(6n + 1), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(6n + 1) {
        clear: both; } }
    #block-views-book-of-life-block .view-content .views-row a, #block-views-book-of-life-block-1 .view-content .views-row a {
      border: none; }
  @supports (-ms-ime-align: auto) {
    #block-views-book-of-life-block .view-content .views-row, #block-views-book-of-life-block-1 .view-content .views-row {
      width: calc(99.9% * 1/2); }
    #block-views-book-of-life-block .view-content .views-row:nth-child(1n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(1n) {
      float: left;
      margin-right: 0;
      clear: none; }
    #block-views-book-of-life-block .view-content .views-row:last-child, #block-views-book-of-life-block-1 .view-content .views-row:last-child {
      margin-right: 0; }
    #block-views-book-of-life-block .view-content .views-row:nth-child(2n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(2n) {
      margin-right: 0;
      float: right; }
    #block-views-book-of-life-block .view-content .views-row:nth-child(2n + 1), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(2n + 1) {
      clear: both; }
      @media only screen and (min-width: 481px) {
        #block-views-book-of-life-block .view-content .views-row, #block-views-book-of-life-block-1 .view-content .views-row {
          width: calc(99.9% * 1/3); }
        #block-views-book-of-life-block .view-content .views-row:nth-child(1n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(1n) {
          float: left;
          margin-right: 0;
          clear: none; }
        #block-views-book-of-life-block .view-content .views-row:last-child, #block-views-book-of-life-block-1 .view-content .views-row:last-child {
          margin-right: 0; }
        #block-views-book-of-life-block .view-content .views-row:nth-child(3n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(3n) {
          margin-right: 0;
          float: right; }
        #block-views-book-of-life-block .view-content .views-row:nth-child(3n + 1), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(3n + 1) {
          clear: both; } }
      @media only screen and (min-width: 769px) {
        #block-views-book-of-life-block .view-content .views-row, #block-views-book-of-life-block-1 .view-content .views-row {
          width: calc(99.9% * 1/5); }
        #block-views-book-of-life-block .view-content .views-row:nth-child(1n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(1n) {
          float: left;
          margin-right: 0;
          clear: none; }
        #block-views-book-of-life-block .view-content .views-row:last-child, #block-views-book-of-life-block-1 .view-content .views-row:last-child {
          margin-right: 0; }
        #block-views-book-of-life-block .view-content .views-row:nth-child(5n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(5n) {
          margin-right: 0;
          float: right; }
        #block-views-book-of-life-block .view-content .views-row:nth-child(5n + 1), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(5n + 1) {
          clear: both; } }
      @media only screen and (min-width: 1025px) {
        #block-views-book-of-life-block .view-content .views-row, #block-views-book-of-life-block-1 .view-content .views-row {
          width: calc(99.9% * 1/6); }
        #block-views-book-of-life-block .view-content .views-row:nth-child(1n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(1n) {
          float: left;
          margin-right: 0;
          clear: none; }
        #block-views-book-of-life-block .view-content .views-row:last-child, #block-views-book-of-life-block-1 .view-content .views-row:last-child {
          margin-right: 0; }
        #block-views-book-of-life-block .view-content .views-row:nth-child(6n), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(6n) {
          margin-right: 0;
          float: right; }
        #block-views-book-of-life-block .view-content .views-row:nth-child(6n + 1), #block-views-book-of-life-block-1 .view-content .views-row:nth-child(6n + 1) {
          clear: both; } } }

#block-views-book-of-life-block .views-field-view-node a.colorbox-node, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node {
  position: relative;
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 0; }
  #block-views-book-of-life-block .views-field-view-node a.colorbox-node:before, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  #block-views-book-of-life-block .views-field-view-node a.colorbox-node > *, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #block-views-book-of-life-block .views-field-view-node a.colorbox-node h3, #block-views-book-of-life-block .views-field-view-node a.colorbox-node .views-table caption, .views-table #block-views-book-of-life-block .views-field-view-node a.colorbox-node caption, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node h3, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node .views-table caption, .views-table #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node caption {
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 10px;
    width: 100%;
    background: -o-radial-gradient(35%, circle, rgba(25, 34, 40, .6), rgba(25, 34, 40, .8));
    background: radial-gradient(circle at 35%, rgba(25, 34, 40, .6), rgba(25, 34, 40, .8));
    color: #FFF;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    @media only screen and (max-width: 1024px) {
      #block-views-book-of-life-block .views-field-view-node a.colorbox-node h3, #block-views-book-of-life-block .views-field-view-node a.colorbox-node .views-table caption, .views-table #block-views-book-of-life-block .views-field-view-node a.colorbox-node caption, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node h3, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node .views-table caption, .views-table #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node caption {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; } }
    @media only screen and (hover: none) {
      #block-views-book-of-life-block .views-field-view-node a.colorbox-node h3, #block-views-book-of-life-block .views-field-view-node a.colorbox-node .views-table caption, .views-table #block-views-book-of-life-block .views-field-view-node a.colorbox-node caption, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node h3, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node .views-table caption, .views-table #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node caption {
        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; } }
  #block-views-book-of-life-block .views-field-view-node a.colorbox-node img, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node img {
    height: 100%;
    width: auto; }
  #block-views-book-of-life-block .views-field-view-node a.colorbox-node:focus, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node:focus {
    outline: 5px solid #ad0779 !important;
    outline-style: auto !important; }

#block-views-book-of-life-block .views-field-view-node a.colorbox-node:focus h3, #block-views-book-of-life-block .views-field-view-node a.colorbox-node:focus .views-table caption, .views-table #block-views-book-of-life-block .views-field-view-node a.colorbox-node:focus caption,
#block-views-book-of-life-block .views-field-view-node a.colorbox-node:hover h3,
#block-views-book-of-life-block .views-field-view-node a.colorbox-node:hover .views-table caption,
.views-table #block-views-book-of-life-block .views-field-view-node a.colorbox-node:hover caption, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node:focus h3, #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node:focus .views-table caption, .views-table #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node:focus caption,
#block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node:hover h3,
#block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node:hover .views-table caption,
.views-table #block-views-book-of-life-block-1 .views-field-view-node a.colorbox-node:hover caption {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%); }

#block-views-book-of-life-block .pager--infinite-scroll, #block-views-book-of-life-block-1 .pager--infinite-scroll {
  padding: 0;
  list-style-type: none;
  text-align: center; }

#block-views-book-of-life-block .pager--infinite-scroll .pager__item > a, #block-views-book-of-life-block-1 .pager--infinite-scroll .pager__item > a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 15px;
  border: 0;
  border-radius: 0px;
  background-color: #cf0072;
  color: #FFF;
  background-color: transparent;
  border: 3px solid #006983;
  color: #003f4f;
  text-transform: none; }
  #block-views-book-of-life-block .pager--infinite-scroll .pager__item > a:focus, #block-views-book-of-life-block .pager--infinite-scroll .pager__item > a:hover, #block-views-book-of-life-block .pager--infinite-scroll .pager__item > a:active, #block-views-book-of-life-block-1 .pager--infinite-scroll .pager__item > a:focus, #block-views-book-of-life-block-1 .pager--infinite-scroll .pager__item > a:hover, #block-views-book-of-life-block-1 .pager--infinite-scroll .pager__item > a:active {
    background-color: #830051;
    color: #FFF;
    text-decoration: none; }
  #block-views-book-of-life-block .pager--infinite-scroll .pager__item > a:focus, #block-views-book-of-life-block .pager--infinite-scroll .pager__item > a:hover, #block-views-book-of-life-block .pager--infinite-scroll .pager__item > a:active, #block-views-book-of-life-block-1 .pager--infinite-scroll .pager__item > a:focus, #block-views-book-of-life-block-1 .pager--infinite-scroll .pager__item > a:hover, #block-views-book-of-life-block-1 .pager--infinite-scroll .pager__item > a:active {
    background-color: #006983; }

/* Book of Life Colorbox */
.node-book-life-story {
  padding: 2rem 1rem 4rem 3rem; }
.node-book-life-story:after {
  content: '';
  display: block;
  clear: both; }
  @media only screen and (max-width: 768px) {
    .node-book-life-story {
      padding: 20px; } }
  .node-book-life-story .group-header,
  .node-book-life-story .group-left {
    width: calc(99.99% * 15/16 - (20px - 20px * 15/16));
    border-right: 1px solid #c2c6c9;
    padding: 0 3em 0 0; }
  .node-book-life-story .group-header:nth-child(1n),
  .node-book-life-story .group-left:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .node-book-life-story .group-header:last-child,
  .node-book-life-story .group-left:last-child {
    margin-right: 0; }
  .node-book-life-story .group-header:nth-child(16n),
  .node-book-life-story .group-left:nth-child(16n) {
    margin-right: 0;
    float: right; }
  .node-book-life-story .group-header:nth-child(16n + 1),
  .node-book-life-story .group-left:nth-child(16n + 1) {
    clear: both; }
    @media only screen and (max-width: 768px) {
      .node-book-life-story .group-header,
      .node-book-life-story .group-left {
        padding-right: 0; } }
  .node-book-life-story .group-header {
    padding-top: 1em; }
    @media only screen and (max-width: 768px) {
      .node-book-life-story .group-header {
        padding-right: 2em; } }
  .node-book-life-story .group-header .field {
    margin-bottom: 0.5em; }
  .node-book-life-story .group-right {
    width: calc(99.99% * 1/16 - (20px - 20px * 1/16));
    margin-right: 0; }
  .node-book-life-story .group-right:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  .node-book-life-story .group-right:last-child {
    margin-right: 0; }
  .node-book-life-story .group-right:nth-child(16n) {
    margin-right: 0;
    float: right; }
  .node-book-life-story .group-right:nth-child(16n + 1) {
    clear: both; }
  .node-book-life-story .group-right .field-name-author {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  @media only screen and (max-width: 768px) {
    .node-book-life-story .group-header,
    .node-book-life-story .group-left,
    .node-book-life-story .group-right {
      width: calc(99.99% * 1/1 - (20px - 20px * 1/1));
      border: 0;
      float: none; }
    .node-book-life-story .group-header:nth-child(1n),
    .node-book-life-story .group-left:nth-child(1n),
    .node-book-life-story .group-right:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .node-book-life-story .group-header:last-child,
    .node-book-life-story .group-left:last-child,
    .node-book-life-story .group-right:last-child {
      margin-right: 0; }
    .node-book-life-story .group-header:nth-child(1n),
    .node-book-life-story .group-left:nth-child(1n),
    .node-book-life-story .group-right:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .node-book-life-story .group-header:nth-child(1n + 1),
    .node-book-life-story .group-left:nth-child(1n + 1),
    .node-book-life-story .group-right:nth-child(1n + 1) {
      clear: both; } }
  .node-book-life-story .field-name-title h2 {
    margin-bottom: 0; }
  .node-book-life-story .field-name-field-bol-name {
    font-weight: 500;
    color: #2d3d47;
    text-transform: uppercase; }
  .node-book-life-story .field-name-field-bol-name .label-inline {
    display: inline-block;
    margin-right: 0.2em; }
    .node-book-life-story .field-name-field-bol-name .label-inline::before {
      position: relative;
      bottom: 5px;
      content: "";
      display: inline-block;
      width: 60px;
      background-color: #2d3d47;
      height: 2px;
      margin-right: 0.5em; }
  .node-book-life-story .field-name-field-bol-quote {
    margin: 20px 0 40px 0;
    max-height: 170px;
    float: left;
    width: calc(100% - 240px); }
  .node-book-life-story .field-name-field-bol-quote:after {
  content: '';
  display: block;
  clear: both; }
    @media only screen and (max-width: 768px) {
      .node-book-life-story .field-name-field-bol-quote {
        width: 100%; } }
  .node-book-life-story .field-name-field-bol-quote .field-items:after {
  content: '';
  display: block;
  clear: both; }
  .node-book-life-story .field-name-field-bol-quote .field-item {
    float: left;
    clear: none;
    display: inline; }
    .node-book-life-story .field-name-field-bol-quote .field-item:after {
      margin-right: 1em;
      position: inherit;
      float: right; }
  .node-book-life-story .field-name-field-bol-image {
    float: left;
    margin: 20px 20px 40px 0;
    line-height: 0;
    max-width: 200px; }
    @media only screen and (max-width: 768px) {
      .node-book-life-story .field-name-field-bol-image {
        margin: 0 0 20px 0; } }
  .node-book-life-story .field-name-body {
    float: left; }
  .node-book-life-story .field-name-body,
  .node-book-life-story .field-name-body .field-item p:last-child {
    margin-bottom: 0; }
  .node-book-life-story .field-name-field-addthis {
    position: absolute;
    right: 17px;
    top: 100px; }

@media only screen and (min-width: 481px) {
  .node-type-photo-gallery .field-name-field-gallery-images .field-item {
    width: calc(99.99% * 1/3);
    max-width: calc(99.99% * 1/3);
    height: calc(99.99% * 1/3); }
  .node-type-photo-gallery .field-name-field-gallery-images .field-item:nth-child(1n) {
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    clear: none; }
  .node-type-photo-gallery .field-name-field-gallery-images .field-item:last-child {
    margin-right: 0;
    margin-bottom: 0; }
  .node-type-photo-gallery .field-name-field-gallery-images .field-item:nth-child(3n) {
    margin-right: 0; }
  .node-type-photo-gallery .field-name-field-gallery-images .field-item:nth-child(3n + 1) {
    clear: both; }
  .node-type-photo-gallery .field-name-field-gallery-images .field-item:nth-last-child(-n + 3) {
    margin-bottom: 0; } }

.node-type-photo-gallery .field-name-field-gallery-images .field-item img {
  width: 100%;
  height: auto; }

.node-type-photo-gallery .field-name-field-gallery-images .field-item a {
  display: block;
  line-height: 0;
  border: 0; }
  .node-type-photo-gallery .field-name-field-gallery-images .field-item a:hover, .node-type-photo-gallery .field-name-field-gallery-images .field-item a:active, .node-type-photo-gallery .field-name-field-gallery-images .field-item a:focus {
    opacity: 0.8; }

.view-gallery:after {
  content: '';
  display: block;
  clear: both; }
  .view-gallery img {
    width: 100%;
    height: auto; }
  .view-gallery ul {
    padding: 0;
    margin: 0; }
    .view-gallery ul li {
      list-style-type: none;
      padding: 0;
      margin: 0; }
  @media only screen and (min-width: 481px) {
    .view-gallery .views-row {
      width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
      max-width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
      height: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
    .view-gallery .views-row:nth-child(1n) {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      clear: none; }
    .view-gallery .views-row:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .view-gallery .views-row:nth-child(2n) {
      margin-right: 0; }
    .view-gallery .views-row:nth-child(2n + 1) {
      clear: both; }
    .view-gallery .views-row:nth-last-child(-n + 2) {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1201px) {
    .view-gallery .views-row {
      width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
      max-width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
      height: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
    .view-gallery .views-row:nth-child(1n) {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      clear: none; }
    .view-gallery .views-row:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .view-gallery .views-row:nth-child(3n) {
      margin-right: 0; }
    .view-gallery .views-row:nth-child(3n + 1) {
      clear: both; }
    .view-gallery .views-row:nth-last-child(-n + 3) {
      margin-bottom: 0; } }
  @media only screen and (max-width: 480px) {
    .view-gallery .views-row {
      margin-bottom: 20px !important; } }
  .view-gallery .field-name-title h2 {
    font-size: calc(13.16279px + 1.62791vw); }
  @media screen and (min-width: 1280px){
  .view-gallery .field-name-title h2{
    font-size: 34px; } }
  @media screen and (max-width: 420px){
  .view-gallery .field-name-title h2{
    font-size: 20px; } }
  .view-gallery .view-mode-teaser {
    position: relative;
    overflow: hidden; }
    .view-gallery .view-mode-teaser .field-type-text-with-summary {
      position: absolute;
      opacity: 0;
      -webkit-transition: opacity ease 0.5s;
      -o-transition: opacity ease 0.5s;
      transition: opacity ease 0.5s; }
    .view-gallery .view-mode-teaser a:hover .group-link-content, .view-gallery .view-mode-teaser a:focus .group-link-content {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
    .view-gallery .view-mode-teaser a:hover .field-type-text-with-summary, .view-gallery .view-mode-teaser a:focus .field-type-text-with-summary {
      opacity: 1; }
    .view-gallery .view-mode-teaser a:focus .group-link-content {
      outline: 5px solid #ad0779 !important;
      outline-style: auto !important;
      height: 98%;
      width: 98%;
      left: 3px;
      right: 3px;
      top: 3px;
      bottom: 3px; }
    .view-gallery .view-mode-teaser .field {
      margin: 0; }
  .view-gallery .group-link-content {
    background: rgba(25, 34, 40, .7);
    bottom: 0;
    padding: 20px;
    height: 100%;
    position: absolute;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 100%; }
    .view-gallery .group-link-content * {
      color: #FFF; }
  @media only screen and (max-width: 1024px) {
    .view-gallery .view-mode-teaser a:hover .group-link-content {
      padding: 20px; } }

.field-type-image > .field-items > .field-item {
  line-height: 0; }

.node-photo-gallery.node-teaser h2 {
  font-size: 1.4rem; }

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 1; }

.pswp__button.pswp__button--arrow--right, .pswp__button.pswp__button--arrow--left {
  height: 50px;
  width: 50px; }

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  top: 13px; }

.pswp__button:focus {
  border: solid 1px #ad0779; }

/*
* Design
*
* Include all your design elements in this file.
*/
html[xmlns] {
  background-color: #1d384c; }

body {
  background: #FFF;
  color: #192228; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #ad0779;
  font-weight: 500;
  text-decoration: none; }
  a:focus, a:hover, a:active {
    color: #830051;
    background-color: transparent;
    background-color: initial; }
  .content a .field a {
    border-bottom: 1px solid transparent; }
    .content a .field a:focus, .content a .field a:hover, .content a .field a:active {
      border-color: #ad0779; }

#main-content .field-item a:focus,
#main-content .field-item a:hover,
#main-content .field-item a:active {
  text-decoration: underline; }

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

.content img {
  max-width: 100%; }

.file img,
.pager--infinite-scroll img,
.page-user-scheduler table img {
  width: auto; }

.field {
  margin-bottom: 1em; }
  .field .field-label {
    font-weight: 700; }

.overlay-spinner .spinner {
  left: calc(50% - 20px); }

.logged-in .slicknav_menu {
  position: relative;
  z-index: 3; }

.messages,
.message.error {
  word-break: break-word; }

.views-exposed-form .form-item {
  list-style: none;
  padding: 0;
  margin: 0; }

#block-views-events-block ul li {
  list-style-type: none;
  margin: 0; }

#block-views-events-block .view-events {
  list-style: none;
  padding: 0;
  margin: 0; }
  #block-views-events-block .view-events .node-event {
    padding: 0;
    margin: 45px auto;
    border: 1px solid #c3c5c7;
    border-radius: 0px;
    -webkit-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, .2);
            box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, .2);
    position: relative; }

#block-views-events-block .node-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#block-views-events-block .node-teaser:after {
  content: '';
  display: block;
  clear: both; }
  #block-views-events-block .node-teaser .group-left {
    background-color: #8e9296;
    position: relative;
    min-height: 140px;
    width: calc(99.99% * 1/1 - (20px - 20px * 1/1));
    margin-right: 0; }
  #block-views-events-block .node-teaser .group-left:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  #block-views-events-block .node-teaser .group-left:last-child {
    margin-right: 0; }
  #block-views-events-block .node-teaser .group-left:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #block-views-events-block .node-teaser .group-left:nth-child(1n + 1) {
    clear: both; }
    @media only screen and (min-width: 769px) {
      #block-views-events-block .node-teaser .group-left {
        width: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
      #block-views-events-block .node-teaser .group-left:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      #block-views-events-block .node-teaser .group-left:last-child {
        margin-right: 0; }
      #block-views-events-block .node-teaser .group-left:nth-child(3n) {
        margin-right: 0;
        float: right; }
      #block-views-events-block .node-teaser .group-left:nth-child(3n + 1) {
        clear: both; } }
  #block-views-events-block .node-teaser .group-right {
    width: calc(99.99% * 1/1 - (20px - 20px * 1/1));
    padding: 20px;
    position: relative; }
  #block-views-events-block .node-teaser .group-right:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  #block-views-events-block .node-teaser .group-right:last-child {
    margin-right: 0; }
  #block-views-events-block .node-teaser .group-right:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #block-views-events-block .node-teaser .group-right:nth-child(1n + 1) {
    clear: both; }
    @media only screen and (min-width: 769px) {
      #block-views-events-block .node-teaser .group-right {
        width: calc(99.99% * 2/3 - (20px - 20px * 2/3));
        margin-right: 0;
        padding: 20px 20px 20px 0; }
      #block-views-events-block .node-teaser .group-right:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      #block-views-events-block .node-teaser .group-right:last-child {
        margin-right: 0; }
      #block-views-events-block .node-teaser .group-right:nth-child(3n) {
        margin-right: 0;
        float: right; }
      #block-views-events-block .node-teaser .group-right:nth-child(3n + 1) {
        clear: both; } }
    #block-views-events-block .node-teaser .group-right .more-link {
      display: block;
      margin-top: 1em; }
    #block-views-events-block .node-teaser .group-right > div:last-child {
      margin-bottom: 0; }

#block-views-events-block .views-widget-filter-field_state_tid:after {
  content: '';
  display: block;
  clear: both; }
  #block-views-events-block .views-widget-filter-field_state_tid label, #block-views-events-block .views-widget-filter-field_state_tid .views-widget {
    float: left; }
  #block-views-events-block .views-widget-filter-field_state_tid label {
    margin: 5px 15px 0 0; }

#block-views-events-block .field-name-field-state {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 100; }
  #block-views-events-block .field-name-field-state .field-item {
    font-size: 14px;
    font-size: 0.875rem;
    margin: auto;
    background: #006983;
    padding: 5px 10px;
    min-width: 70px;
    border-radius: 3px;
    color: white;
    display: inline-block; }
    #block-views-events-block .field-name-field-state .field-item a {
      color: white; }

#block-views-events-block .field-name-title h2 {
  font-size: 24px;
  font-size: 1.5rem; }

#block-views-events-block .group-date-time .field-name-field-date {
  margin: 0; }
  #block-views-events-block .group-date-time .field-name-field-date .field-item {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
  #block-views-events-block .group-date-time .field-name-field-date .date-day {
    display: block;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1; }
  #block-views-events-block .group-date-time .field-name-field-date .date-month,
  #block-views-events-block .group-date-time .field-name-field-date .date-year {
    text-transform: uppercase;
    margin: 0 1px; }

#block-views-events-block .group-date-time {
  background: rgba(25, 34, 40, .7);
  color: #FFF;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }

/*
* Frontpage
*/
body.front {
  background: #ececec;
  /***************** Homepage Banner *****************/
  /*****************Paragraph contents*****************/
  /***************** Paragraph - hompage button / decide block *****************/
  /***************** Paragraph - statistics *****************/
  /***************** FAQs *****************/ }
  body.front .content h2 {
    color: #1d384c; }
  body.front .node-landing-page > h1 {
    display: none; }
  body.front .slick-dots {
    bottom: -40px; }
    body.front .slick-dots button:before {
      color: #ad0779; }
  body.front .content-above .container {
    padding-bottom: 0;
    max-width: none;
    padding: 0; }
  body.front .content-above #block-bean-homepage-banner-content {
    position: relative; }
    body.front .content-above #block-bean-homepage-banner-content:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      max-width: 50%;
      right: 0;
      z-index: 10; }
    body.front .content-above #block-bean-homepage-banner-content .img-cover-processed .img-cover-wrapper {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      position: absolute; }
    body.front .content-above #block-bean-homepage-banner-content .img-cover-processed img {
      display: none !important; }
    body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked {
      max-height: 585px;
      overflow: hidden;
      max-width: 1888px;
      margin: 0 auto;
      position: relative; }
    body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked:after {
  content: '';
  display: block;
  clear: both; }
      @media only screen and (min-width: 769px) {
        body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked {
          min-height: 400px; } }
      body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked > * {
        float: none;
        width: auto; }
      body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked .field-name-field-banner-image {
        margin-bottom: 0; }
        body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked .field-name-field-banner-image img {
          min-height: 100%;
          position: absolute;
          -o-object-fit: cover;
             object-fit: cover; }
          @media only screen and (min-width: 1391px) {
            body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked .field-name-field-banner-image img {
              -webkit-transform: translateY(-5%);
                  -ms-transform: translateY(-5%);
                      transform: translateY(-5%); } }
          @media only screen and (min-width: 1491px) {
            body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked .field-name-field-banner-image img {
              -webkit-transform: translateY(-10%);
                  -ms-transform: translateY(-10%);
                      transform: translateY(-10%); } }
          @media only screen and (min-width: 1591px) {
            body.front .content-above #block-bean-homepage-banner-content .ds-2col-stacked .field-name-field-banner-image img {
              -webkit-transform: translateY(-15%);
                  -ms-transform: translateY(-15%);
                      transform: translateY(-15%); } }
    body.front .content-above #block-bean-homepage-banner-content .group-right {
      z-index: 15;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 55%; }
      body.front .content-above #block-bean-homepage-banner-content .group-right h3, body.front .content-above #block-bean-homepage-banner-content .group-right .views-table caption, .views-table body.front .content-above #block-bean-homepage-banner-content .group-right caption {
        display: none; }
      body.front .content-above #block-bean-homepage-banner-content .group-right .field-name-field-icon {
        max-width: 210px;
        margin: auto; }
      body.front .content-above #block-bean-homepage-banner-content .group-right .group-text {
        width: calc(100% - 20px);
        text-align: center; }
      body.front .content-above #block-bean-homepage-banner-content .group-right .field-group-format-wrapper img {
        max-height: 400px;
        width: 100%; }
      body.front .content-above #block-bean-homepage-banner-content .group-right .group-text h2 {
        color: white;
        display: block;
        max-width: 600px;
        margin: auto;
        margin-bottom: 2rem;
        font-family: "Montserrat", Arial, sans-serif;
        font-size: calc(12.72558px + 1.25581vw); }
      @media screen and (min-width: 1280px){
  body.front .content-above #block-bean-homepage-banner-content .group-right .group-text h2{
    font-size: 28.8px; } }
      @media screen and (max-width: 420px){
  body.front .content-above #block-bean-homepage-banner-content .group-right .group-text h2{
    font-size: 18px; } }
      body.front .content-above #block-bean-homepage-banner-content .group-right .group-text .field-name-field-bean-button-link-url a {
        padding: 10px 15px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background: #007997;
        border: 0;
        color: #FFF;
        white-space: nowrap; }
        body.front .content-above #block-bean-homepage-banner-content .group-right .group-text .field-name-field-bean-button-link-url a:focus, body.front .content-above #block-bean-homepage-banner-content .group-right .group-text .field-name-field-bean-button-link-url a:hover, body.front .content-above #block-bean-homepage-banner-content .group-right .group-text .field-name-field-bean-button-link-url a:active {
          background: #00626e;
          border-radius: 0;
          text-decoration: none; }
    body.front .content-above #block-bean-homepage-banner-content.text-centre .group-right {
      left: 50%;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media only screen and (min-width: 1025px) {
        body.front .content-above #block-bean-homepage-banner-content.text-centre .group-right .group-text {
          width: 58%; } }
    body.front .content-above #block-bean-homepage-banner-content.text-left .group-right {
      right: auto;
      left: 1rem; }
      @media only screen and (min-width: 481px) {
        body.front .content-above #block-bean-homepage-banner-content.text-left .group-right {
          left: 3rem; } }
    body.front .content-above #block-bean-homepage-banner-content .group-left {
      max-width: 50%;
      min-height: 250px;
      width: 45%; }
      @media only screen and (max-width: 450px) {
        body.front .content-above #block-bean-homepage-banner-content .group-left {
          min-height: 220px; } }
      body.front .content-above #block-bean-homepage-banner-content .group-left .field-name-field-image {
        padding-top: 1rem;
        margin: 0; }
      @media only screen and (max-width: 500px) {
        body.front .content-above #block-bean-homepage-banner-content .group-left {
          position: relative; }
          body.front .content-above #block-bean-homepage-banner-content .group-left .field-name-field-image {
            position: absolute;
            left: 0;
            bottom: 0; } }
    @media only screen and (max-width: 480px) {
      body.front .content-above #block-bean-homepage-banner-content .group-right {
        width: 80% !important; } }
    @media only screen and (max-width: 768px) {
      body.front .content-above #block-bean-homepage-banner-content .group-right {
        width: 48%; }
        body.front .content-above #block-bean-homepage-banner-content .group-right .group-icon {
          display: none; } }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      body.front .content-above #block-bean-homepage-banner-content .group-right {
        width: 45%; } }
    @media only screen and (min-width: 1025px) {
      body.front .content-above #block-bean-homepage-banner-content .group-left {
        width: 50%; }
      body.front .content-above #block-bean-homepage-banner-content .group-right {
        width: 46%; }
        body.front .content-above #block-bean-homepage-banner-content .group-right .group-icon,
        body.front .content-above #block-bean-homepage-banner-content .group-right .group-text {
          display: inline-block;
          vertical-align: middle; }
        body.front .content-above #block-bean-homepage-banner-content .group-right .group-icon {
          margin-right: 20px;
          width: 33%; }
        body.front .content-above #block-bean-homepage-banner-content .group-right .group-text {
          width: 85%;
          max-width: 500px;
          text-align: left; }
          body.front .content-above #block-bean-homepage-banner-content .group-right .group-text h2 {
            margin-bottom: 3rem; } }
  body.front #main-content .content-wrapper > .node {
    margin-bottom: 20px;
    border-radius: 0px; }
  body.front .custom-layout .col-1 {
    border-bottom: solid 4px #ad0779;
    margin-bottom: 2rem; }
  @media only screen and (min-width: 769px) {
    body.front .custom-layout .col-1 {
      width: 30%;
      border-right: solid 4px #ad0779;
      border-bottom: none;
      margin-bottom: 0; }
    body.front .custom-layout .col-2 {
      width: calc(70% - 20px); }
    body.front .custom-layout h2 {
      max-width: 300px;
      text-align: right; } }
  body.front .custom-layout h2 {
    font-size: 63px;
    font-size: 3.9375rem;
    margin-bottom: 1rem;
    color: #1d384c;
    padding-right: 1rem; }
  body.front .content-wrapper .container {
    padding-bottom: 0; }
  body.front tbody {
    border-top: none; }
  body.front table > tbody > tr > td, body.front table > tbody > tr > th, body.front table > tfoot > tr > td, body.front table > tfoot > tr > th, body.front table > thead > tr > td, body.front table > thead > tr > th {
    border-bottom: none; }
  body.front .layout-2-cols strong {
    font-size: 24px;
    font-size: 1.5rem;
    color: #ad0779; }
  body.front .layout-2-cols h3, body.front .layout-2-cols .views-table caption, .views-table body.front .layout-2-cols caption {
    font-size: 20px;
    font-size: 1.25rem; }
  body.front .layout-2-cols img {
    width: 100%; }
  body.front .layout-2-cols .media .content {
    padding: 0 !important; }
  body.front .slick-arrow::before {
    content: '';
    display: block;
    width: 20px;
    height: 30px;
    background-size: cover; }
  body.front .slick-next::before {
    background: url(../img/chevron-right.png);
    background-size: cover; }
  body.front .slick-prev::before {
    background: url(../img/chevron-left.png);
    background-size: cover; }
  body.front .slick-prev {
    left: -35px; }
  body.front .slick-next {
    right: -35px; }
  body.front .slick-prev:focus,
  body.front .slick-next:focus,
  body.front .slick-dots li button:focus {
    outline: 5px solid #ad0779 !important;
    outline-style: auto !important; }
  body.front .bean-homepage-button .field-name-field-content {
    margin-bottom: 0; }
    body.front .bean-homepage-button .field-name-field-content > .field-items:after {
  content: '';
  display: block;
  clear: both; }
      @media only screen and (min-width: 769px) {
        body.front .bean-homepage-button .field-name-field-content > .field-items {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item {
        padding: 20px; }
        body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child {
          background: white;
          -webkit-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:hover, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:active, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:focus {
            background: #006983; }
            body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:hover a, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:active a, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:focus a {
              color: #FFF; }
              body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:hover a:after, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:active a:after, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:first-child:focus a:after {
                background: url(../img/arrow-white.svg) no-repeat; }
        body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-of-type(2) {
          background: #1d384c;
          -webkit-transition: all ease 0.5s;
          -o-transition: all ease 0.5s;
          transition: all ease 0.5s; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-of-type(2):hover, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-of-type(2):active, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-of-type(2):focus {
            background: #006983; }
            body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-of-type(2):hover a, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-of-type(2):active a, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-of-type(2):focus a {
              color: #FFF; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-of-type(2) a {
            color: white; }
        @media only screen and (min-width: 769px) {
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child ~ .field-item {
            width: calc(99.99% * 1/2); }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child:nth-child(1n), body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child ~ .field-item:nth-child(1n) {
            float: left;
            margin-right: 0;
            clear: none; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child:last-child, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child ~ .field-item:last-child {
            margin-right: 0; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child:nth-child(2n), body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child ~ .field-item:nth-child(2n) {
            margin-right: 0;
            float: right; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child:nth-child(2n + 1), body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(2):first-child ~ .field-item:nth-child(2n + 1) {
            clear: both; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3), body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3) ~ .field-item {
            width: calc(99.99% * 1/3); }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3):nth-child(1n), body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3) ~ .field-item:nth-child(1n) {
            float: left;
            margin-right: 0;
            clear: none; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3):last-child, body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3) ~ .field-item:last-child {
            margin-right: 0; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3):nth-child(3n), body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3) ~ .field-item:nth-child(3n) {
            margin-right: 0;
            float: right; }
          body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3):nth-child(3n + 1), body.front .bean-homepage-button .field-name-field-content > .field-items > .field-item:nth-last-child(n+3) ~ .field-item:nth-child(3n + 1) {
            clear: both; } }
    body.front .bean-homepage-button .field-name-field-content .group-left {
      height: 100px;
      width: 100px;
      float: left;
      margin-right: 1rem; }
    body.front .bean-homepage-button .field-name-field-content .group-right {
      width: calc(100% - 120px); }
      body.front .bean-homepage-button .field-name-field-content .group-right h3, body.front .bean-homepage-button .field-name-field-content .group-right .views-table caption, .views-table body.front .bean-homepage-button .field-name-field-content .group-right caption {
        font-size: 23px;
        font-size: 1.4375rem;
        margin: 0;
        position: relative; }
        body.front .bean-homepage-button .field-name-field-content .group-right h3 a::after, body.front .bean-homepage-button .field-name-field-content .group-right .views-table caption a::after, .views-table body.front .bean-homepage-button .field-name-field-content .group-right caption a::after {
          display: inline-block;
          content: '';
          height: 24px;
          width: 24px;
          right: 0;
          bottom: 0;
          margin-left: 6.66667px;
          -webkit-transform: translateY(25%);
              -ms-transform: translateY(25%);
                  transform: translateY(25%); }
    body.front .bean-homepage-button .field-name-field-content ul li.field-item.even .group-right h3 a:after, body.front .bean-homepage-button .field-name-field-content ul li.field-item.even .group-right .views-table caption a:after, .views-table body.front .bean-homepage-button .field-name-field-content ul li.field-item.even .group-right caption a:after {
      background: url(../img/arrow.svg) no-repeat; }
    body.front .bean-homepage-button .field-name-field-content ul li.odd .group-right h3 a:after, body.front .bean-homepage-button .field-name-field-content ul li.odd .group-right .views-table caption a:after, .views-table body.front .bean-homepage-button .field-name-field-content ul li.odd .group-right caption a:after {
      background: url(../img/arrow-white.svg) no-repeat; }
    @media only screen and (min-width: 769px) and (max-width: 1024px) {
      body.front .bean-homepage-button .field-name-field-content .group-left {
        height: 80px;
        width: 80px;
        float: none;
        margin-bottom: 1rem; }
        body.front .bean-homepage-button .field-name-field-content .group-left .icon-image {
          margin: 0 auto; }
      body.front .bean-homepage-button .field-name-field-content .group-right {
        width: 100%;
        float: none;
        margin-right: 0; } }
    body.front .bean-homepage-button .field-name-field-content .icon-image {
      width: 100%;
      height: 100%;
      text-align: center; }
      body.front .bean-homepage-button .field-name-field-content .icon-image img {
        width: 100%;
        height: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
  @media only screen and (min-width: 1025px) {
    body.front .bean-homepage-button .paragraphs-items {
      max-width: 1525px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 20px; }
    body.front .bean-homepage-button .paragraphs-items:before {
      content: '';
      display: table; }
    body.front .bean-homepage-button .paragraphs-items:after {
      content: '';
      display: table;
      clear: both; } }
  body.front .paragraphs-item-two-images-and-link .field-items:after {
  content: '';
  display: block;
  clear: both; }
    @media only screen and (min-width: 769px) {
      body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child, body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child ~ .field-item {
        width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
      body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child:nth-child(1n), body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child ~ .field-item:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child:last-child, body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child ~ .field-item:last-child {
        margin-right: 0; }
      body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child:nth-child(2n), body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child ~ .field-item:nth-child(2n) {
        margin-right: 0;
        float: right; }
      body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child:nth-child(2n + 1), body.front .paragraphs-item-two-images-and-link .field-items .field-item:nth-last-child(2):first-child ~ .field-item:nth-child(2n + 1) {
        clear: both; } }
    body.front .paragraphs-item-two-images-and-link .field-items img {
      width: 100%;
      height: auto; }
  body.front .paragraphs-item-text .layout-3-cols img {
    max-height: 130px; }
  @media only screen and (max-width: 768px) {
    body.front .paragraphs-item-text .layout-3-cols > div {
      text-align: center;
      margin: 0 auto 40px auto;
      max-width: 450px; } }
  body.front #block-views-faqs-block .views-exposed-form .bef-select-as-links > .form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  body.front #block-views-faqs-block .views-exposed-form .bef-select-as-links > .form-item:after {
  content: '';
  display: block;
  clear: both; }
    @media only screen and (max-width: 570px) {
      body.front #block-views-faqs-block .views-exposed-form .bef-select-as-links > .form-item {
        display: block; } }
  body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link {
    width: calc(99.99% * 1/4 - (20px - 20px * 1/4));
    text-align: center; }
  body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link:last-child {
    margin-right: 0; }
  body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link:nth-child(4n) {
    margin-right: 0;
    float: right; }
  body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link:nth-child(4n + 1) {
    clear: both; }
  body.front #block-views-faqs-block .views-exposed-widgets {
    max-width: 1000px;
    margin: 0 auto;
    border-radius: 0px; }
    body.front #block-views-faqs-block .views-exposed-widgets .views-widget-filter-field_category_tid {
      float: none;
      padding: .5rem 1rem 0 1rem; }
    body.front #block-views-faqs-block .views-exposed-widgets a {
      font-size: 14px;
      font-size: 0.875rem;
      background: white;
      border-radius: 0px;
      border: 1px solid transparent;
      font-weight: normal;
      color: black;
      display: block;
      height: 100%;
      width: 100%;
      padding: .5rem 1rem; }
      body.front #block-views-faqs-block .views-exposed-widgets a:focus, body.front #block-views-faqs-block .views-exposed-widgets a:hover {
        color: #192228;
        border-color: #8e9296; }
      body.front #block-views-faqs-block .views-exposed-widgets a.active {
        color: #ad0779;
        border-color: #ad0779; }
  body.front #block-views-faqs-block .slick__slide {
    border: solid 2px #ececec;
    margin-right: 1rem;
    border-bottom: solid 2px #006983; }
  body.front #block-views-faqs-block .slick--less .slick-track {
    text-align: left; }
  body.front #block-views-faqs-block .field-name-title {
    margin-bottom: 0; }
    body.front #block-views-faqs-block .field-name-title .field-item {
      padding: 20px 20px 0; }
    body.front #block-views-faqs-block .field-name-title h3, body.front #block-views-faqs-block .field-name-title .views-table caption, .views-table body.front #block-views-faqs-block .field-name-title caption {
      margin-bottom: 0;
      color: #1d384c; }
  body.front #block-views-faqs-block .field-type-text-with-summary .field-item {
    padding: 20px 20px 0 20px; }
  body.front #block-views-faqs-block .field-name-node-link {
    position: absolute;
    bottom: -15px;
    margin-bottom: 0; }
  body.front #block-views-faqs-block .form-item:after {
  content: '';
  display: block;
  clear: both; }
  @media only screen and (max-width: 570px) {
    body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link {
      width: calc(99.99% * 1/1 - (20px - 20px * 1/1));
      margin-bottom: .5rem; }
    body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link:last-child {
      margin-right: 0; }
    body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link:nth-child(1n) {
      margin-right: 0;
      float: right; }
    body.front #block-views-faqs-block .views-exposed-form .form-type-bef-link:nth-child(1n + 1) {
      clear: both; } }

/***************** events *****************/
#block-views-news-listing-block-1 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  #block-views-news-listing-block-1 .slick-track .slick__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto; }
    #block-views-news-listing-block-1 .slick-track .slick__slide:focus {
      outline: none; }

#block-views-news-listing-block-1 .slide__content {
  background: #ececec;
  margin-right: 1rem;
  border-radius: 3px;
  width: 100%; }

#block-views-news-listing-block-1 .field-name-title {
  margin-bottom: 0; }
  #block-views-news-listing-block-1 .field-name-title .field-item {
    padding: 20px 20px 0; }
  #block-views-news-listing-block-1 .field-name-title h3, #block-views-news-listing-block-1 .field-name-title .views-table caption, .views-table #block-views-news-listing-block-1 .field-name-title caption {
    margin-bottom: 0;
    color: #1d384c; }

#block-views-news-listing-block-1 .field-type-image {
  margin-bottom: 0; }
  #block-views-news-listing-block-1 .field-type-image .field-item {
    padding: 0; }

#block-views-news-listing-block-1 .field-type-text-with-summary, #block-views-news-listing-block-1 .field-type-text-with-summary * {
  padding-bottom: 0;
  margin-bottom: 0; }

#block-views-news-listing-block-1 .field-name-node-link {
  bottom: 0px;
  margin-bottom: 0; }
  #block-views-news-listing-block-1 .field-name-node-link a {
    color: #1d384c;
    position: relative;
    border-bottom: solid 1px transparent; }
    #block-views-news-listing-block-1 .field-name-node-link a:hover, #block-views-news-listing-block-1 .field-name-node-link a:active, #block-views-news-listing-block-1 .field-name-node-link a:focus {
      border-bottom: solid 1px #1d384c; }
    #block-views-news-listing-block-1 .field-name-node-link a::after {
      display: inline-block;
      content: '';
      background: url(../img/arrow-blue.svg) no-repeat;
      background-position: center center;
      height: 18px;
      width: 18px;
      right: 0;
      bottom: 0;
      -webkit-transform: translateY(25%);
          -ms-transform: translateY(25%);
              transform: translateY(25%);
      margin-left: 6.66667px; }

/***************** Gender hompage layout *****************/
.front.node-type-landing-page .content-wrapper {
  /*background colouring*/ }
  .front.node-type-landing-page .content-wrapper #block-easy-breadcrumb-easy-breadcrumb,
  .front.node-type-landing-page .content-wrapper .node-landing-page .bean-image-text-button > h2,
  .front.node-type-landing-page .content-wrapper .entity-paragraphs-item .content,
  .front.node-type-landing-page .content-wrapper .paragraphs-item-text {
    max-width: 1200px;
    margin: 0 auto; }
  .front.node-type-landing-page .content-wrapper .container {
    max-width: none;
    padding: 0; }
  .front.node-type-landing-page .content-wrapper .tabs.primary {
    max-width: 1200px;
    margin: auto; }
  .front.node-type-landing-page .content-wrapper #block-bean-learn-about-organ-and-tissue-don {
    background: #ececec; }

.front.node-type-landing-page .field-type-paragraphs > .field-items > .even {
  background: #ececec; }

.front.node-type-landing-page .field-type-paragraphs > .field-items > .odd {
  background: #FFF; }

.front.node-type-landing-page .field-type-paragraphs > .field-items .even, .front.node-type-landing-page .field-type-paragraphs > .field-items .odd {
  padding: 20px; }

@media only screen and (max-width: 480px) {
  .front.node-type-landing-page .more-link {
    text-align: center; } }

.view-child-navigation-block:after {
  content: '';
  display: block;
  clear: both; }
  .view-child-navigation-block ul {
    margin-bottom: 0; }
    .view-child-navigation-block ul li {
      list-style-type: none;
      margin: 0; }
  .view-child-navigation-block img {
    width: 100%;
    height: auto; }
  @media only screen and (min-width: 481px) {
    .view-child-navigation-block .views-row {
      width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
      max-width: calc(99.99% * 1/2 - (20px - 20px * 1/2));
      height: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
    .view-child-navigation-block .views-row:nth-child(1n) {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      clear: none; }
    .view-child-navigation-block .views-row:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .view-child-navigation-block .views-row:nth-child(2n) {
      margin-right: 0; }
    .view-child-navigation-block .views-row:nth-child(2n + 1) {
      clear: both; }
    .view-child-navigation-block .views-row:nth-last-child(-n + 2) {
      margin-bottom: 0; } }
  @media only screen and (min-width: 769px) {
    .view-child-navigation-block .views-row {
      width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
      max-width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
      height: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
    .view-child-navigation-block .views-row:nth-child(1n) {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      clear: none; }
    .view-child-navigation-block .views-row:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    .view-child-navigation-block .views-row:nth-child(3n) {
      margin-right: 0; }
    .view-child-navigation-block .views-row:nth-child(3n + 1) {
      clear: both; }
    .view-child-navigation-block .views-row:nth-last-child(-n + 3) {
      margin-bottom: 0; } }
  @media only screen and (max-width: 480px) {
    .view-child-navigation-block .views-row {
      margin-bottom: 20px !important; } }
  .view-child-navigation-block .field-name-title h2 {
    font-size: calc(13.16279px + 1.62791vw); }
  @media screen and (min-width: 1280px){
  .view-child-navigation-block .field-name-title h2{
    font-size: 34px; } }
  @media screen and (max-width: 420px){
  .view-child-navigation-block .field-name-title h2{
    font-size: 20px; } }
  .view-child-navigation-block .view-mode-landing_page_block {
    position: relative; }
    .view-child-navigation-block .view-mode-landing_page_block:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
    .view-child-navigation-block .view-mode-landing_page_block > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; }
    .view-child-navigation-block .view-mode-landing_page_block > a:focus {
      outline: 5px solid #ad0779 !important;
      outline-style: auto !important;
      /*
      // This was horrible
      .group-link-content  {
      height: 98%;
      width: 98%;
      left: 3px;
      right: 3px;
      top: 3px;
      bottom: 3px;
    }
    */ }
    .view-child-navigation-block .view-mode-landing_page_block > a:hover .group-link-content, .view-child-navigation-block .view-mode-landing_page_block > a:focus .group-link-content, .view-child-navigation-block .view-mode-landing_page_block > a:active .group-link-content {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      padding: 60px 20px 40px; }
    .view-child-navigation-block .view-mode-landing_page_block > a:hover h2, .view-child-navigation-block .view-mode-landing_page_block > a:focus h2, .view-child-navigation-block .view-mode-landing_page_block > a:active h2 {
      margin-bottom: 20px; }
    .view-child-navigation-block .view-mode-landing_page_block > a:hover .field-type-text-with-summary,
    .view-child-navigation-block .view-mode-landing_page_block > a:hover .paragraphs-items, .view-child-navigation-block .view-mode-landing_page_block > a:focus .field-type-text-with-summary,
    .view-child-navigation-block .view-mode-landing_page_block > a:focus .paragraphs-items, .view-child-navigation-block .view-mode-landing_page_block > a:active .field-type-text-with-summary,
    .view-child-navigation-block .view-mode-landing_page_block > a:active .paragraphs-items {
      opacity: 1; }
    .view-child-navigation-block .view-mode-landing_page_block .field {
      margin: 0; }
  .view-child-navigation-block .field-name-field-image.field-type-image * {
    line-height: 0; }
  .view-child-navigation-block .group-link-content {
    background: rgba(25, 34, 40, .7);
    bottom: 0;
    padding: 20px;
    height: 100%;
    position: absolute;
    -webkit-transform: translateY(65%);
        -ms-transform: translateY(65%);
            transform: translateY(65%);
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 100%; }
    .view-child-navigation-block .group-link-content * {
      color: #FFF; }
    .view-child-navigation-block .group-link-content h2 {
      font-size: 25px;
      font-size: 1.5625rem; }
    .view-child-navigation-block .group-link-content .field-type-text-with-summary,
    .view-child-navigation-block .group-link-content .paragraphs-items {
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      opacity: 0; }
  @media only screen and (max-width: 1024px) {
    .view-child-navigation-block .group-link-content {
      -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
              transform: translateY(50%); }
      .view-child-navigation-block .group-link-content h2 {
        font-size: 21px;
        font-size: 1.3125rem; }
    .view-child-navigation-block .view-mode-landing_page_block a:hover .group-link-content, .view-child-navigation-block .view-mode-landing_page_block a:focus .group-link-content, .view-child-navigation-block .view-mode-landing_page_block a:active .group-link-content {
      padding: 20px; } }
  @media only screen and (max-width: 480px) {
    .view-child-navigation-block .group-link-content {
      -webkit-transform: translateY(65%);
          -ms-transform: translateY(65%);
              transform: translateY(65%); }
      .view-child-navigation-block .group-link-content h2 {
        font-size: 25px;
        font-size: 1.5625rem; }
    .view-child-navigation-block .view-mode-landing_page_block a:hover .group-link-content, .view-child-navigation-block .view-mode-landing_page_block a:focus .group-link-content, .view-child-navigation-block .view-mode-landing_page_block a:active .group-link-content {
      padding: 60px 20px 40px;
      outline: 5px solid #ad0779 !important;
      outline-style: auto !important; } }
  .view-child-navigation-block .views-row {
    margin-bottom: 20px; }

.not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container {
  max-width: none;
  padding: 0; }
  .not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main .node-landing-page {
    color: #2d3d47; }
  .not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main > .block,
  .not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main > ul,
  .not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main .node > *:not(.content),
  .not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main .node > .content .entity-paragraphs-item > * {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px; }
  .not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main > .block:after,
.not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main > ul:after,
.not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main .node > *:not(.content):after,
.not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main .node > .content .entity-paragraphs-item > *:after {
  content: '';
  display: block;
  clear: both; }
  .not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main .field-type-paragraphs.field-name-field-content > .field-items > .field-item > .entity-paragraphs-item {
    display: block;
    padding: 20px 0; }
  .not-front.node-type-landing-page .content-area-wrapper > .content-wrapper > .container > article.main .field-type-paragraphs.field-name-field-content > .field-items > .field-item > .entity-paragraphs-item:after {
  content: '';
  display: block;
  clear: both; }

.node-type-landing-page .entity-paragraphs-item.paragraph-purple {
  background-color: #ad0779; }
  .node-type-landing-page .entity-paragraphs-item.paragraph-purple * {
    color: #FFF; }

.node-type-landing-page .paragraphs-item-text h2 {
  line-height: 0.9; }

.page-node-571 .content ol {
  font-weight: bold; }

#block-views-news-listing-block-2 ul.news-articles {
  list-style: none;
  padding: 0;
  margin: 0; }
  #block-views-news-listing-block-2 ul.news-articles li.news-article {
    padding: 0;
    margin: 45px auto;
    border: 1px solid #c3c5c7;
    border-radius: 0px;
    -webkit-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, .2);
            box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, .2); }

#block-views-news-listing-block-2 .node-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#block-views-news-listing-block-2 .node-teaser:after {
  content: '';
  display: block;
  clear: both; }
  #block-views-news-listing-block-2 .node-teaser .group-left {
    background-color: #8e9296;
    position: relative;
    min-height: 100px;
    width: calc(99.99% * 1/1 - (20px - 20px * 1/1));
    margin-right: 0; }
  #block-views-news-listing-block-2 .node-teaser .group-left:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  #block-views-news-listing-block-2 .node-teaser .group-left:last-child {
    margin-right: 0; }
  #block-views-news-listing-block-2 .node-teaser .group-left:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #block-views-news-listing-block-2 .node-teaser .group-left:nth-child(1n + 1) {
    clear: both; }
    @media only screen and (min-width: 769px) {
      #block-views-news-listing-block-2 .node-teaser .group-left {
        width: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
      #block-views-news-listing-block-2 .node-teaser .group-left:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      #block-views-news-listing-block-2 .node-teaser .group-left:last-child {
        margin-right: 0; }
      #block-views-news-listing-block-2 .node-teaser .group-left:nth-child(3n) {
        margin-right: 0;
        float: right; }
      #block-views-news-listing-block-2 .node-teaser .group-left:nth-child(3n + 1) {
        clear: both; } }
  #block-views-news-listing-block-2 .node-teaser .group-right {
    width: calc(99.99% * 1/1 - (20px - 20px * 1/1));
    padding: 20px; }
  #block-views-news-listing-block-2 .node-teaser .group-right:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  #block-views-news-listing-block-2 .node-teaser .group-right:last-child {
    margin-right: 0; }
  #block-views-news-listing-block-2 .node-teaser .group-right:nth-child(1n) {
    margin-right: 0;
    float: right; }
  #block-views-news-listing-block-2 .node-teaser .group-right:nth-child(1n + 1) {
    clear: both; }
    @media only screen and (min-width: 769px) {
      #block-views-news-listing-block-2 .node-teaser .group-right {
        width: calc(99.99% * 2/3 - (20px - 20px * 2/3));
        margin-right: 0;
        padding: 20px 20px 0 0; }
      #block-views-news-listing-block-2 .node-teaser .group-right:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      #block-views-news-listing-block-2 .node-teaser .group-right:last-child {
        margin-right: 0; }
      #block-views-news-listing-block-2 .node-teaser .group-right:nth-child(3n) {
        margin-right: 0;
        float: right; }
      #block-views-news-listing-block-2 .node-teaser .group-right:nth-child(3n + 1) {
        clear: both; } }

#block-views-news-listing-block-2 .views-widget-filter-field_state_tid:after {
  content: '';
  display: block;
  clear: both; }
  #block-views-news-listing-block-2 .views-widget-filter-field_state_tid label, #block-views-news-listing-block-2 .views-widget-filter-field_state_tid .views-widget {
    float: left; }
  #block-views-news-listing-block-2 .views-widget-filter-field_state_tid label {
    margin: 5px 15px 0 0; }

#block-views-news-listing-block-2 .field-name-field-state {
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 100; }
  #block-views-news-listing-block-2 .field-name-field-state .field-item {
    font-size: 14px;
    font-size: 0.875rem;
    margin: auto;
    background: #006983;
    padding: 5px 10px;
    min-width: 70px;
    border-radius: 3px;
    color: white;
    display: inline-block; }

#block-views-news-listing-block-2 .field-name-title h2 {
  font-size: 24px;
  font-size: 1.5rem; }

#block-views-news-listing-block-2 .field-name-field-article-date {
  margin: 0; }
  #block-views-news-listing-block-2 .field-name-field-article-date .field-item {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
  #block-views-news-listing-block-2 .field-name-field-article-date .date-day {
    display: block;
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1; }
  #block-views-news-listing-block-2 .field-name-field-article-date .date-month,
  #block-views-news-listing-block-2 .field-name-field-article-date .date-year {
    text-transform: uppercase;
    margin: 0 1px; }

#block-views-news-listing-block-2 .group-date-time {
  background: rgba(25, 34, 40, .7);
  color: #FFF;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }

.node-type-article .field-name-body {
  max-width: 960px; }

.node-type-article .label-inline {
  display: inline-block; }

.node-type-article .date-display-single {
  margin-bottom: 1em; }

.page-search #main-content {
  width: calc(99.99% * 5/6 - (160px - 160px * 5/6)); }

.page-search #main-content:nth-child(1n) {
  float: left;
  margin-right: 160px;
  clear: none; }

.page-search #main-content:last-child {
  margin-right: 0; }

.page-search #main-content:nth-child(2n) {
  margin-right: 0;
  float: right; }

.page-search #main-content:nth-child(2n + 1) {
  clear: both; }
  @media only screen and (max-width: 1024px) {
    .page-search #main-content {
      width: calc(99.99% * 1/1 - (20px - 20px * 1/1)); }
    .page-search #main-content:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    .page-search #main-content:last-child {
      margin-right: 0; }
    .page-search #main-content:nth-child(1n) {
      margin-right: 0;
      float: right; }
    .page-search #main-content:nth-child(1n + 1) {
      clear: both; } }

.page-search #views-exposed-form-search-page,
.page-search #edit-search-api-views-fulltext-wrapper,
.page-search #edit-search-api-views-fulltext-wrapper .form-type-textfield {
  width: 100%; }

.page-search #edit-search-api-views-fulltext {
  font-size: 27px;
  font-size: 1.6875rem;
  padding: .8rem 5rem .8rem 2rem;
  font-style: italic;
  border-radius: 50px; }

.page-search #views-exposed-form-search-page .views-submit-button {
  height: 50px; }
  @media only screen and (min-width: 769px) {
    .page-search #views-exposed-form-search-page .views-submit-button {
      height: 57px; } }

.page-search ol {
  padding: 0; }
  .page-search ol li {
    list-style-type: none; }

.page-search .views-row {
  position: relative;
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #c3c5c7;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, .2);
          box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, .2); }
  .page-search .views-row h3, .page-search .views-row .views-table caption, .views-table .page-search .views-row caption {
    margin: 10px 0; }
    .page-search .views-row h3 a, .page-search .views-row .views-table caption a, .views-table .page-search .views-row caption a {
      border-bottom: 1px solid; }
      .page-search .views-row h3 a:focus, .page-search .views-row .views-table caption a:focus, .views-table .page-search .views-row caption a:focus, .page-search .views-row h3 a:hover, .page-search .views-row .views-table caption a:hover, .views-table .page-search .views-row caption a:hover, .page-search .views-row h3 a:active, .page-search .views-row .views-table caption a:active, .views-table .page-search .views-row caption a:active {
        border-color: #ad0779; }
  .page-search .views-row strong {
    font-style: italic; }
  .page-search .views-row .search-contetype {
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    top: -12px;
    text-align: center;
    margin: auto;
    background: #006983;
    padding: 5px 10px;
    min-width: 70px;
    border-radius: 3px;
    color: white;
    display: inline-block;
    text-transform: uppercase; }
  .page-search .views-row .search-book_life_story img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: block;
    max-width: 120px;
    margin-top: 1rem;
    opacity: 1; }
    .page-search .views-row .search-book_life_story img:focus, .page-search .views-row .search-book_life_story img:hover, .page-search .views-row .search-book_life_story img:active {
      opacity: .8; }
  @media only screen and (min-width: 481px) {
    .page-search .views-row .search-book_life_story {
      padding-right: 185px;
      min-height: 160px; }
      .page-search .views-row .search-book_life_story img {
        max-width: 165px;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        margin: 0; }
      .page-search .views-row .search-book_life_story h3, .page-search .views-row .search-book_life_story .views-table caption, .views-table .page-search .views-row .search-book_life_story caption {
        width: calc(100% - 120px); } }

.view-multicultural-and-faith-communities li {
  list-style-type: none; }

.view-multicultural-and-faith-communities li.views-row {
  margin: 2rem 0 0 0;
  padding: 1rem !important;
  background: #ececec;
  border-radius: 0px 0 0 0px;
  border-left: solid 3px #ad0779;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .view-multicultural-and-faith-communities li.views-row:hover {
    border-left: solid 12px #ad0779; }

.view-multicultural-and-faith-communities .views-submit-button {
  margin-top: 44px;
  padding-top: 0; }

.view-multicultural-and-faith-communities #edit-submit-multicultural-and-faith-communities {
  padding: 5px 15px; }

.view-multicultural-and-faith-communities div.item-list > ul {
  margin-bottom: 2rem; }

.view-multicultural-and-faith-communities #edit-field-faith-tid-wrapper .views-widget:after {
  content: 'or';
  display: inline-block;
  margin-left: 1em; }

.view-multicultural-and-faith-communities #edit-field-faith-tid-wrapper .form-type-select {
  display: inline-block; }

#block-views-board-members-block ul, #block-views-board-members-block-1 ul, #block-views-board-members-block-2 ul {
  margin: 0; }
  #block-views-board-members-block ul li, #block-views-board-members-block-1 ul li, #block-views-board-members-block-2 ul li {
    list-style-type: none;
    margin: 0; }

#block-views-board-members-block .views-row, #block-views-board-members-block-1 .views-row, #block-views-board-members-block-2 .views-row {
  border-bottom: solid 2px transparent;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }
  @media only screen and (min-width: 481px) {
    #block-views-board-members-block .views-row, #block-views-board-members-block-1 .views-row, #block-views-board-members-block-2 .views-row {
      width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
      max-width: calc(99.99% * 1/3 - (20px - 20px * 1/3));
      height: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
    #block-views-board-members-block .views-row:nth-child(1n), #block-views-board-members-block-1 .views-row:nth-child(1n), #block-views-board-members-block-2 .views-row:nth-child(1n) {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      clear: none; }
    #block-views-board-members-block .views-row:last-child, #block-views-board-members-block-1 .views-row:last-child, #block-views-board-members-block-2 .views-row:last-child {
      margin-right: 0;
      margin-bottom: 0; }
    #block-views-board-members-block .views-row:nth-child(3n), #block-views-board-members-block-1 .views-row:nth-child(3n), #block-views-board-members-block-2 .views-row:nth-child(3n) {
      margin-right: 0; }
    #block-views-board-members-block .views-row:nth-child(3n + 1), #block-views-board-members-block-1 .views-row:nth-child(3n + 1), #block-views-board-members-block-2 .views-row:nth-child(3n + 1) {
      clear: both; }
    #block-views-board-members-block .views-row:nth-last-child(-n + 3), #block-views-board-members-block-1 .views-row:nth-last-child(-n + 3), #block-views-board-members-block-2 .views-row:nth-last-child(-n + 3) {
      margin-bottom: 0; } }
  #block-views-board-members-block .views-row h3, #block-views-board-members-block .views-row .views-table caption, .views-table #block-views-board-members-block .views-row caption, #block-views-board-members-block-1 .views-row h3, #block-views-board-members-block-1 .views-row .views-table caption, .views-table #block-views-board-members-block-1 .views-row caption, #block-views-board-members-block-2 .views-row h3, #block-views-board-members-block-2 .views-row .views-table caption, .views-table #block-views-board-members-block-2 .views-row caption {
    margin-bottom: 0.5rem; }
  #block-views-board-members-block .views-row p, #block-views-board-members-block-1 .views-row p, #block-views-board-members-block-2 .views-row p {
    margin: 0; }
  #block-views-board-members-block .views-row:hover, #block-views-board-members-block .views-row:focus, #block-views-board-members-block .views-row:active, #block-views-board-members-block-1 .views-row:hover, #block-views-board-members-block-1 .views-row:focus, #block-views-board-members-block-1 .views-row:active, #block-views-board-members-block-2 .views-row:hover, #block-views-board-members-block-2 .views-row:focus, #block-views-board-members-block-2 .views-row:active {
    border-bottom: solid 2px #ad0779; }
    #block-views-board-members-block .views-row:hover img, #block-views-board-members-block .views-row:focus img, #block-views-board-members-block .views-row:active img, #block-views-board-members-block-1 .views-row:hover img, #block-views-board-members-block-1 .views-row:focus img, #block-views-board-members-block-1 .views-row:active img, #block-views-board-members-block-2 .views-row:hover img, #block-views-board-members-block-2 .views-row:focus img, #block-views-board-members-block-2 .views-row:active img {
      opacity: 0.8; }
  #block-views-board-members-block .views-row a.colorbox-node:focus, #block-views-board-members-block-1 .views-row a.colorbox-node:focus, #block-views-board-members-block-2 .views-row a.colorbox-node:focus {
    outline: none;
    display: block;
    border-bottom: solid 2px #ad0779; }
    #block-views-board-members-block .views-row a.colorbox-node:focus img, #block-views-board-members-block-1 .views-row a.colorbox-node:focus img, #block-views-board-members-block-2 .views-row a.colorbox-node:focus img {
      opacity: 0.8; }

/* Book of Life Colorbox */
.node-board-or-executive-member {
  padding: 2rem 1rem 4rem 3rem; }
.node-board-or-executive-member:after {
  content: '';
  display: block;
  clear: both; }
  @media only screen and (max-width: 768px) {
    .node-board-or-executive-member {
      padding: 20px; } }
  .node-board-or-executive-member .field-name-title h3, .node-board-or-executive-member .field-name-title .views-table caption, .views-table .node-board-or-executive-member .field-name-title caption {
    margin-bottom: 0; }
  .node-board-or-executive-member .field-name-title, .node-board-or-executive-member .field-name-field-role {
    margin: 20px 0 0 0;
    max-height: 170px;
    float: left;
    width: calc(100% - 240px); }
  .node-board-or-executive-member .field-name-title:after,
.node-board-or-executive-member .field-name-field-role:after {
  content: '';
  display: block;
  clear: both; }
    @media only screen and (max-width: 768px) {
      .node-board-or-executive-member .field-name-title, .node-board-or-executive-member .field-name-field-role {
        width: 100%; } }
  .node-board-or-executive-member .field-name-field-role {
    font-weight: 500;
    color: #ad0779;
    margin: 10px 0 0 0; }
  .node-board-or-executive-member .field-name-title .field-items:after {
  content: '';
  display: block;
  clear: both; }
  .node-board-or-executive-member .field-name-field-image {
    float: left;
    margin: 20px 20px 40px 0;
    line-height: 0;
    max-width: 200px; }
    @media only screen and (max-width: 768px) {
      .node-board-or-executive-member .field-name-field-image {
        margin: 0 0 20px 0; } }
  .node-board-or-executive-member .field-name-body {
    float: left; }
  .node-board-or-executive-member .field-name-body {
    max-width: 700px; }

.page-node-641 img.file-default, .page-node-642 img.file-default, .page-node-643 img.file-default, .page-node-644 img.file-default, .page-node-645 img.file-default, .page-node-646 img.file-default, .page-node-647 img.file-default, .page-node-648 img.file-default {
  max-height: 215px;
  width: auto; }

/* AODR layout and styling */
@media only screen and (min-width: 1025px) {
  #main-content > #node-556,
  #block-ota-aodr-ota-aodr {
    width: calc(99.99% * 2/3 - (20px - 20px * 2/3)); }
  #main-content > #node-556:nth-child(1n),
  #block-ota-aodr-ota-aodr:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  #main-content > #node-556:last-child,
  #block-ota-aodr-ota-aodr:last-child {
    margin-right: 0; }
  #main-content > #node-556:nth-child(0n),
  #block-ota-aodr-ota-aodr:nth-child(0n) {
    float: right; } }

#block-ota-aodr-ota-aodr .form-inline .form-group {
  display: inline-block; }
  #block-ota-aodr-ota-aodr .form-inline .form-group select {
    height: 42px !important; }

#block-ota-aodr-ota-aodr .form-inline select, #block-ota-aodr-ota-aodr .form-inline input, #block-ota-aodr-ota-aodr .form-group select, #block-ota-aodr-ota-aodr .form-group input {
  height: 42px !important; }

#block-ota-aodr-ota-aodr form:after {
  content: '';
  display: block;
  clear: both; }
  #block-ota-aodr-ota-aodr form .drivers-licence {
    clear: both; }
  #block-ota-aodr-ota-aodr form .drivers-licence:after {
  content: '';
  display: block;
  clear: both; }

@media only screen and (min-width: 769px) {
  #block-ota-aodr-ota-aodr .group-right,
  #block-ota-aodr-ota-aodr .group-left {
    width: calc(99.99% * 1/2 - (20px - 20px * 1/2)); }
  #block-ota-aodr-ota-aodr .group-right:nth-child(1n),
  #block-ota-aodr-ota-aodr .group-left:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none; }
  #block-ota-aodr-ota-aodr .group-right:last-child,
  #block-ota-aodr-ota-aodr .group-left:last-child {
    margin-right: 0; }
  #block-ota-aodr-ota-aodr .group-right:nth-child(2n),
  #block-ota-aodr-ota-aodr .group-left:nth-child(2n) {
    margin-right: 0;
    float: right; }
  #block-ota-aodr-ota-aodr .group-right:nth-child(2n + 1),
  #block-ota-aodr-ota-aodr .group-left:nth-child(2n + 1) {
    clear: both; } }

#block-ota-aodr-ota-aodr .group-left,
#block-ota-aodr-ota-aodr .group-right {
  margin-bottom: 1.5rem; }
  #block-ota-aodr-ota-aodr .group-left > .form-group,
  #block-ota-aodr-ota-aodr .group-right > .form-group {
    margin: 1rem 0 1.5rem; }
  #block-ota-aodr-ota-aodr .group-left .form-inline:after,
#block-ota-aodr-ota-aodr .group-right .form-inline:after {
  content: '';
  display: block;
  clear: both; }
    #block-ota-aodr-ota-aodr .group-left .form-inline .form-group,
    #block-ota-aodr-ota-aodr .group-right .form-inline .form-group {
      width: calc(99.99% * 1/3 - (20px - 20px * 1/3)); }
    #block-ota-aodr-ota-aodr .group-left .form-inline .form-group:nth-child(1n),
    #block-ota-aodr-ota-aodr .group-right .form-inline .form-group:nth-child(1n) {
      float: left;
      margin-right: 20px;
      clear: none; }
    #block-ota-aodr-ota-aodr .group-left .form-inline .form-group:last-child,
    #block-ota-aodr-ota-aodr .group-right .form-inline .form-group:last-child {
      margin-right: 0; }
    #block-ota-aodr-ota-aodr .group-left .form-inline .form-group:nth-child(3n),
    #block-ota-aodr-ota-aodr .group-right .form-inline .form-group:nth-child(3n) {
      margin-right: 0;
      float: right; }
    #block-ota-aodr-ota-aodr .group-left .form-inline .form-group:nth-child(3n + 1),
    #block-ota-aodr-ota-aodr .group-right .form-inline .form-group:nth-child(3n + 1) {
      clear: both; }

#block-ota-aodr-ota-aodr .drivers-licence,
#block-ota-aodr-ota-aodr .terms-conditions {
  margin: 1em 0; }
  #block-ota-aodr-ota-aodr .drivers-licence .consent:not(.emphasis),
  #block-ota-aodr-ota-aodr .terms-conditions .consent:not(.emphasis) {
    font-size: 15px;
    font-size: 0.9375rem; }
  #block-ota-aodr-ota-aodr .drivers-licence .emphasis,
  #block-ota-aodr-ota-aodr .terms-conditions .emphasis {
    font-weight: normal; }

#block-ota-aodr-ota-aodr .aodr-messages .close-aodr {
  border-radius: 4px;
  color: #fff;
  font-size: 34px;
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  height: 26px;
  width: 26px;
  line-height: 24px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  #block-ota-aodr-ota-aodr .aodr-messages .close-aodr:hover {
    text-decoration: none;
    background: #fff;
    color: #333; }

#block-ota-aodr-ota-aodr input#id_reference_number {
  width: 80px; }

.page-node-556 .bean-basic-content {
  text-align: center; }
  .page-node-556 .bean-basic-content .layout-4-cols {
    list-style-type: none; }
  @media only screen and (min-width: 769px) {
    .page-node-556 .bean-basic-content .layout-4-cols:after {
    content: '';
    display: block;
    clear: both; }
      .page-node-556 .bean-basic-content .layout-4-cols .col-4 {
        width: calc(99.99% * 1/4 - (20px - 20px * 1/4)); }
      .page-node-556 .bean-basic-content .layout-4-cols .col-4:nth-child(1n) {
        float: left;
        margin-right: 20px;
        clear: none; }
      .page-node-556 .bean-basic-content .layout-4-cols .col-4:last-child {
        margin-right: 0; }
      .page-node-556 .bean-basic-content .layout-4-cols .col-4:nth-child(4n) {
        margin-right: 0;
        float: right; }
      .page-node-556 .bean-basic-content .layout-4-cols .col-4:nth-child(4n + 1) {
        clear: both; } }

.page-node-556 .content-area-wrapper {
  margin: 40px 0 0; }

.page-node-556 .content-below .container {
  padding: 0 20px 20px; }

.slick-carousel-thanks {
  padding: 0; }
  .slick-carousel-thanks .slick-slide {
    display: block;
    width: 100%;
    min-height: 100px;
    background: #ececec;
    font-weight: bold;
    padding: 50px 120px; }
  .slick-carousel-thanks .slick-arrow {
    z-index: 1; }
    .slick-carousel-thanks .slick-arrow:before {
      color: #2d3d47; }
  .slick-carousel-thanks .slick-prev {
    left: 20px; }
  .slick-carousel-thanks .slick-next {
    right: 20px; }

.thanks-sharer-links {
  text-align: center;
  padding-top: 20px; }
  .thanks-sharer-links a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    border-radius: 0px;
    background-color: #cf0072;
    color: #FFF;
    border: none;
    color: #FFF !important;
    text-decoration: none;
    text-transform: none; }
    .thanks-sharer-links a:focus, .thanks-sharer-links a:hover, .thanks-sharer-links a:active {
      background-color: #830051;
      color: #FFF;
      text-decoration: none; }
    .thanks-sharer-links a + a {
      margin-left: 20px; }
    .thanks-sharer-links a.tw-sharer:before, .thanks-sharer-links a.fb-sharer:before {
      content: '';
      height: 29px;
      width: 29px;
      display: inline-block;
      background: center no-repeat;
      background-size: contain;
      margin-right: 0.6em;
      vertical-align: bottom; }
    .thanks-sharer-links a.fb-sharer:before {
      background-image: url(../img/icon-facebook.svg); }
    .thanks-sharer-links a.tw-sharer:before {
      background-image: url(../img/icon-twitter.svg); }

@media only screen and (min-width: 769px) {
  .view-faqs.view-display-id-block_1 .view-content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
    .view-faqs.view-display-id-block_1 .view-content > * {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      margin-bottom: 20px; }
    .view-faqs.view-display-id-block_1 .view-content .item-list {
      margin-right: 20px; } }

@media only screen and (min-width: 1025px) {
  .view-faqs.view-display-id-block_1 .view-content .item-list {
    margin-right: 40px; } }

.view-faqs.view-display-id-block_1 .item-list h2 {
  font-size: 24px;
  position: relative;
  padding: 10px 20px 10px 70px; }
  .view-faqs.view-display-id-block_1 .item-list h2::after {
    position: absolute;
    content: "";
    background: #f0f1f2 no-repeat center;
    background-size: 35px;
    background-image: url(../img/icon-organ.svg);
    display: block;
    border-radius: 50%;
    height: 50px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 5px;
    width: 50px; }

.view-faqs.view-display-id-block_1 .item-list ul {
  list-style: none; }
  .view-faqs.view-display-id-block_1 .item-list ul li {
    margin: 0;
    border-top: solid 1px rgba(0, 0, 0, .25); }
    .view-faqs.view-display-id-block_1 .item-list ul li li {
      border-top: none;
      margin-bottom: 5px; }
      .view-faqs.view-display-id-block_1 .item-list ul li li:last-child {
        margin-bottom: 0; }

.view-faqs.view-display-id-block_1 .faq-category {
  font-family: "Glypha", "Montserrat", Arial, sans-serif; }

.view-faqs.view-display-id-block_1 dt, .view-faqs.view-display-id-block_1 dd {
  padding: 10px 50px 10px 5px; }

.view-faqs.view-display-id-block_1 dt {
  cursor: pointer;
  position: relative; }
  .view-faqs.view-display-id-block_1 dt:hover, .view-faqs.view-display-id-block_1 dt:focus, .view-faqs.view-display-id-block_1 dt:active {
    text-decoration: underline; }
  .view-faqs.view-display-id-block_1 dt::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    background: url(../img/arrow.svg) center no-repeat;
    background-size: 15px 15px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }

.view-faqs.view-display-id-block_1 dl[aria-expanded="true"] dt::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

.view-faqs.view-display-id-block_1 dd {
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0; }

.view-faqs.view-display-id-block_1 dd.def-closed {
  display: none; }

.page-node-636 .layout-3-cols {
  text-align: center;
  margin-bottom: 0; }
  .page-node-636 .layout-3-cols p {
    margin: 0; }
  .page-node-636 .layout-3-cols a {
    font-weight: 600;
    border-bottom: none !important;
    text-decoration: underline;
    text-underline-position: under; }
    .page-node-636 .layout-3-cols a:hover {
      text-decoration: none; }
  .page-node-636 .layout-3-cols img {
    max-height: 150px; }

.partner-logo img {
  max-width: 150px !important; }
#block-ota-aodr-ota-aodr{
  float:none !important;;
}
.page-node-556 .message-wrapper{
  display:none;
}

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