@charset "UTF-8";
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
@import url("//hello.myfonts.net/count/344556");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

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

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/*  Breakpoints  */
/* Theme Colors  */
/*  Fonts  */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.page-template-contact .section__content p {
  font-size: 30px; }

.page-template-contact .section__content strong {
  font-size: 50px; }

@media (max-width: 960px) {
  .page-template-contact .section__content p {
    font-size: 25px; }
  .page-template-contact .section__content strong {
    font-size: 40px; } }

/* ------------------------------------------------------------ *\	
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  line-height: 1.33;
  font-size: 15px;
  font-family: "Gilroy-Light", sans-serif;
  background: #ffffff;
  color: #000000;
  letter-spacing: -0.01em; }
  body.highcontrast {
    background: #000;
    color: #fff;
    background: #fff;
    color: #000; }
  body.active {
    overflow-y: hidden; }

a {
  text-decoration: none;
  color: #9a1d51; }
  .page-template-about .list__content a {
    color: #ab95cc; }
  .page-template-default .list__content a {
    color: #eeb162; }
    .page-template-default .list__content a:hover {
      text-decoration: underline; }
  .page-template-sitemap .list__content a {
    color: #eeb162; }
    .page-template-sitemap .list__content a:hover {
      text-decoration: underline; }
  .page-template-default-yellow .list__content a {
    color: #eeb162; }
    .page-template-default-yellow .list__content a:hover {
      text-decoration: underline; }
  .page-template-default-purple .list__content a {
    color: #ab95cc; }
    .page-template-default-purple .list__content a:hover {
      text-decoration: underline; }
  .page-template-default-blue .list__content a {
    color: #00a7bc; }
    .page-template-default-blue .list__content a:hover {
      text-decoration: underline; }
  .page-template-default-orange .list__content a {
    color: #F7972A; }
    .page-template-default-orange .list__content a:hover {
      text-decoration: underline; }
  .page-template-default-gray .list__content a {
    color: #f0efef; }
    .page-template-default-gray .list__content a:hover {
      text-decoration: underline; }
  .page-template-default-red .list__content a {
    color: #c72026; }
    .page-template-default-red .list__content a:hover {
      text-decoration: underline; }
  .page-template-default-green .list__content a {
    color: #56af47; }
    .page-template-default-green .list__content a:hover {
      text-decoration: underline; }
  .page-template-default-red-purple .list__content a {
    color: #9a1d51; }
    .page-template-default-red-purple .list__content a:hover {
      text-decoration: underline; }
  a:hover {
    color: #000000;
    text-decoration: none; }
  a:focus {
    color: #000000;
    text-decoration: none;
    outline: 0; }
  a[href^="tel"], a[href^="mail"] {
    text-decoration: none !important; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.2;
  margin-top: 0;
  font-family: "Gilroy-ExtraBold", sans-serif; }
  .highcontrast h1, .highcontrast .h1, .highcontrast
  h2, .highcontrast .h2, .highcontrast
  h3, .highcontrast .h3, .highcontrast
  h4, .highcontrast .h4, .highcontrast
  h5, .highcontrast .h5, .highcontrast
  h6, .highcontrast .h6 {
    color: #fff !important;
    color: #000 !important; }

h6.date {
  text-align: right;
  float: right;
  font-size: 15px;
  font-weight: normal;
  font-family: "Gilroy-Light", sans-serif;
  width: 100%;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    h6.date {
      float: none;
      padding-bottom: 10px; } }

h1, .h1 {
  font-size: 60px; }

h2, .h2 {
  font-size: 60px;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }
  .list__content h2, .list__content .h2 {
    font-size: 55px;
    padding-right: 15px; }
  @media (max-width: 1279px) {
    h2, .h2 {
      font-size: 52px; }
      .list__content h2, .list__content .h2 {
        font-size: 52px;
        padding-right: 15px; } }
  @media (max-width: 991px) {
    h2, .h2 {
      font-size: 43px; }
      .list__content h2, .list__content .h2 {
        font-size: 38px;
        padding-right: 15px; } }
  @media (max-width: 960px) {
    h2, .h2 {
      font-size: 33px; }
      .list__content h2, .list__content .h2 {
        font-size: 33px;
        padding-right: 0; } }

h3, .h3 {
  font-size: 50px;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }
  @media (max-width: 1279px) {
    h3, .h3 {
      font-size: 47px; } }
  @media (max-width: 991px) {
    h3, .h3 {
      font-size: 38px; } }
  @media (max-width: 960px) {
    h3, .h3 {
      font-size: 30px; } }

h4, .h4 {
  font-size: 30px;
  /* Small Desktop */
  /* Mobile */ }
  @media (max-width: 1279px) {
    h4, .h4 {
      font-size: 27px; } }
  @media (max-width: 960px) {
    h4, .h4 {
      font-size: 25px; } }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 23px; }

.section__content {
  /*
	.h3, h3{
		font-size: 25px;
	}
*/ }
  .section__content h2, .section__content .h2 {
    font-size: 30px; }

article h2, article .h2 {
  font-size: 30px; }

article .h3, article h3 {
  font-size: 25px; }

ul, ol {
  margin-left: 20px;
  padding-left: 0;
  margin-bottom: 10px; }
  ul:not(.et_social_icons_container):not(.slick-dots):not(.list-large):not(.list-tax-pills):not(.wsp-pages-list) li:not(:last-child), ol:not(.et_social_icons_container):not(.slick-dots):not(.list-large):not(.list-tax-pills):not(.wsp-pages-list) li:not(:last-child) {
    padding-bottom: 10px; }
  ul:not(.et_social_icons_container):not(.slick-dots):not(.list-large):not(.list-tax-pills):not(.wsp-pages-list) li ul, ol:not(.et_social_icons_container):not(.slick-dots):not(.list-large):not(.list-tax-pills):not(.wsp-pages-list) li ul {
    margin-top: 10px; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after, .footer__content:after, .footer__nav ul:after, .nav ul:after, .section-about .container-half:after, .section-about__aside h2:after, .list-large--yellow [class^="col"]:after, .list-large--purple [class^="col"]:after, .list-large--blue [class^="col"]:after, .list-large--orange [class^="col"]:after, .list-large--gray [class^="col"]:after, .list-large--red [class^="col"]:after, .list-large--green [class^="col"]:after, .list-large--red-purple [class^="col"]:after, .socials ul:after, .widget-expand a:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }

/*  AlignLeft & AlignRight  */
.alignleft {
  float: left; }

.alignright {
  float: right; }

/*  Centered  */
.centered {
  margin: auto;
  float: none; }

/*  Vertically Aligned  */
.valign {
  font-size: 0; }
  .valign [class^="col-"] {
    font-size: 21px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    /* Mobile */ }
    @media (max-width: 960px) {
      .valign [class^="col-"] {
        display: block; } }

/*  Notext  */
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }

.hidden {
  display: none; }

.fullsize-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }
  .single .fullsize-image {
    background-position: center; }
  .page-id-439 .fullsize-image {
    background-position: top center; }
  .fullsize-image > img {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    display: none; }

.row--gutter {
  margin: 0; }

[class^="col-"].no-gutter {
  padding: 0; }

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

html,
body {
  height: 100%; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

strong {
  font-family: "Gilroy-ExtraBold", sans-serif; }

small {
  font-size: 80%; }

figure {
  margin: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: inherit; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: inherit; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: inherit; }

input::placeholder,
textarea::placeholder {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  color: inherit; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] label[for] {
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button {
  overflow: visible; }

textarea {
  overflow: auto;
  resize: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

th,
td {
  padding: 0; }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-top: 194px; }
  @media (max-width: 1279px) {
    .wrapper {
      padding-top: 189px; } }
  @media (max-width: 1200px) {
    .wrapper {
      padding-top: 173px; } }
  @media (max-width: 991px) {
    .wrapper {
      padding-top: 174px; } }
  @media (max-width: 960px) {
    .wrapper {
      padding-top: 69px; }
      .wrapper:has(.accesibility__toolbar) {
        padding-top: 99px; } }

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
i[class^="ico-"] {
  display: inline-block;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: middle; }

.ico-facebook {
  background-image: url(../images/icons/ico-facebook.png);
  width: 10px;
  height: 21px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .ico-facebook {
      background-image: url(../images/icons/ico-facebook@2x.png);
      width: 10px;
      height: 21px; } }

.ico-twitter {
  background-image: url(../images/icons/ico-twitter.png);
  width: 21px;
  height: 18px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .ico-twitter {
      background-image: url(../images/icons/ico-twitter@2x.png);
      width: 21px;
      height: 18px; } }

.ico-twitter-blue {
  background-image: url(../images/icons/ico-twitter-blue.png);
  width: 21px;
  height: 18px; }

.ico-instagram {
  background-image: url(../images/icons/ico-instagram.png);
  width: 20px;
  height: 21px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .ico-instagram {
      background-image: url(../images/icons/ico-instagram@2x.png);
      width: 20px;
      height: 21px; } }

.ico-p {
  background-image: url(../images/icons/ico-p.png);
  width: 43px;
  height: 42px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .ico-p {
      background-image: url(../images/icons/ico-p@2x.png);
      width: 43px;
      height: 42px; } }

.ico-expand {
  background-image: url(../images/icons/ico-expand.png);
  /*
	.highcontrast &{
		background-image: url(../images/icons/ico-expand-black.png);
	}
*/
  width: 34px;
  height: 35px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .ico-expand {
      background-image: url(../images/icons/ico-expand@2x.png);
      /*
		.highcontrast &{
			background-image: url(../images/icons/ico-expand-black@2x.png); 
		}
*/
      width: 34px;
      height: 35px; } }

/* .test{
	color:blue;
	@media (min-width: $screen-xs-min) {
		color:red;
	}
	
	@media (min-width: $screen-sm-min) { 
		color:green;
	}	
}

 */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  padding: 30px 0;
  margin-top: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-box-shadow: 1px 1px 3px rgba(94, 70, 38, 0.2);
          box-shadow: 1px 1px 3px rgba(94, 70, 38, 0.2);
  /* Mobile */
  /*  Header theme colour  */ }
  @media (max-width: 960px) {
    .header {
      padding: 10px 0;
      margin-top: 0; } }
  .header .container--small {
    position: relative; }
    @media (max-width: 1200px) {
      .header .container--small {
        width: 100%; } }
  .header .nav {
    float: right;
    margin: 30px 0px 0 0;
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
    @media (min-width: 1800px) {
      .header .nav {
        margin-right: 0px; } }
    @media (max-width: 1279px) {
      .header .nav {
        margin-right: 0;
        margin-top: 20px; } }
    @media (max-width: 991px) {
      .header .nav {
        margin-right: 0; } }
    @media (max-width: 960px) {
      .header .nav {
        margin-top: 0; } }
  .header.sticky {
    z-index: 11; }
  .header--yellow {
    background: #fff; }
    .highcontrast .header--yellow {
      background: #000;
      border-bottom: 3px solid #eeb162; }
  .header--purple {
    background: #fff; }
    .highcontrast .header--purple {
      background: #000;
      border-bottom: 3px solid #ab95cc; }
  .header--blue {
    background: #fff; }
    .highcontrast .header--blue {
      background: #000;
      border-bottom: 3px solid #00a7bc; }
  .header--orange {
    background: #fff; }
    .highcontrast .header--orange {
      background: #000;
      border-bottom: 3px solid #F7972A; }
  .header--gray {
    background: #fff; }
    .highcontrast .header--gray {
      background: #000;
      border-bottom: 3px solid #f0efef; }
  .header--red {
    background: #fff; }
    .highcontrast .header--red {
      background: #000;
      border-bottom: 3px solid #c72026; }
  .header--green {
    background: #fff; }
    .highcontrast .header--green {
      background: #000;
      border-bottom: 3px solid #56af47; }
  .header--red-purple {
    background: #fff; }
    .highcontrast .header--red-purple {
      background: #000;
      border-bottom: 3px solid #9a1d51; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 32px 0;
  line-height: 1.2;
  position: relative;
  /* Mobile */
  /*  Footer theme color  */ }
  .footer .container-full {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 0; }
    @media (max-width: 960px) {
      .footer .container-full {
        position: relative; } }
    @media (min-width: 0px) {
      .footer .container-full {
        width: auto;
        padding: 0 15px; } }
    @media (min-width: 960px) {
      .footer .container-full {
        width: 960px;
        padding: 0 15px;
        position: relative; } }
    @media (min-width: 992px) {
      .footer .container-full {
        width: 100%;
        position: absolute; } }
    @media (min-width: 1230px) {
      .footer .container-full {
        width: 100%;
        position: absolute; } }
    .footer .container-full div[class^="col-"] {
      /*
			
			&:first-child{
				
			 	margin: 0 auto;
			 	
				@media(min-width: $mobile){
					width: $mobile; 
					padding: 0 15px; 
				}
			
				@media(min-width: 992px){
					width: 970px; 
				}
			
				@media(min-width: 1230px){
					width: 1230px; 
				}
			}
*/ }
  @media (max-width: 960px) {
    .footer {
      padding: 25px 0 19px; } }
  .footer .logo {
    margin-right: 30px;
    bottom: 0;
    display: block; }
    @media (max-width: 991px) {
      .footer .logo {
        margin-right: 0; } }
    @media (max-width: 960px) {
      .footer .logo {
        display: block;
        position: relative;
        margin: 10px auto 20px; } }
  .footer .footer__content {
    position: absolute;
    bottom: 0;
    z-index: 100; }
    @media (max-width: 991px) {
      .footer .footer__content {
        position: relative; } }
  .footer .menu {
    margin-left: 0; }
  .footer .footer__aside--additional {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 960px) {
      .footer .footer__aside--additional {
        position: relative; } }
    .footer .footer__aside--additional p:last-child {
      margin: 0 0 3px; }
    .footer .footer__aside--additional a {
      position: relative;
      text-decoration: none !important; }
      .footer .footer__aside--additional a:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 1px;
        background: currentcolor;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        -o-transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s, -webkit-transform .3s; }
      .footer .footer__aside--additional a:hover:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px); }
      [data-whatinput='keyboard'] .footer .footer__aside--additional a:focus:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px); }
  .footer .socials {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    display: block;
    padding-right: 0;
    right: 0;
    padding-right: 15px;
    /* Mobile */
    height: 21px; }
    @media (max-width: 991px) {
      .footer .socials {
        left: 0;
        right: unset; } }
    @media (max-width: 960px) {
      .footer .socials {
        position: relative;
        text-align: center;
        margin-bottom: 15px; } }
    .footer .socials h5, .footer .socials a {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 27px; }
      @media (max-width: 1279px) {
        .footer .socials h5, .footer .socials a {
          margin-left: 15px; } }
      @media (max-width: 1013px) {
        .footer .socials h5, .footer .socials a {
          margin-left: 10px; } }
    .footer .socials a:first-of-type {
      height: 21px; }
    .footer .socials a:last-of-type {
      height: 21px;
      margin-left: 24px; }
      @media (max-width: 1013px) {
        .footer .socials a:last-of-type {
          margin-left: 10px; } }
    .footer .socials h5, .footer .socials p {
      color: #fff;
      font-size: 15px;
      margin-left: 0;
      display: inline-block;
      font-weight: 500;
      line-height: 1;
      margin-top: 0;
      font-family: Gilroy-ExtraBold,sans-serif;
      margin-bottom: 0px;
      position: relative;
      bottom: -3px; }
  .footer .row {
    /* Mobile */ }
    @media (max-width: 960px) {
      .footer .row {
        display: table;
        width: 100%;
        margin: 0; } }
  .footer .col-sm-6 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .footer .col-sm-6 {
        width: 100%; } }
    .footer .col-sm-6:nth-child(1) {
      /* Mobile */ }
      @media (max-width: 960px) {
        .footer .col-sm-6:nth-child(1) {
          display: table-footer-group; } }
  .footer__inner {
    padding: 0;
    position: relative;
    margin: 0; }
    @media (max-width: 1279px) {
      .footer__inner {
        margin: 0; } }
    @media (max-width: 991px) {
      .footer__inner .footer__nav {
        text-align: center; } }
    .footer__inner .footer__nav li {
      margin-right: 41px;
      margin-left: 0;
      margin-bottom: 5px; }
      .footer__inner .footer__nav li:last-child {
        margin-right: 0; }
      @media (max-width: 991px) {
        .footer__inner .footer__nav li {
          float: none;
          display: inline-block;
          margin: 0 20px 5px; } }
      @media (max-width: 960px) {
        .footer__inner .footer__nav li:last-child {
          margin-right: 20px; } }
    @media (max-width: 960px) {
      .footer__inner .footer__nav {
        margin-left: -20px;
        margin-right: -20px; } }
    .footer__inner .socials {
      position: relative;
      margin-top: 15px; }
      @media (max-width: 991px) {
        .footer__inner .socials {
          text-align: center;
          margin-bottom: 40px;
          margin-top: 30px; } }
    .footer__inner .col:last-child {
      position: absolute;
      right: 110px; }
      @media (max-width: 1279px) {
        .footer__inner .col:last-child {
          right: 78px; } }
      @media (max-width: 991px) {
        .footer__inner .col:last-child {
          position: relative;
          right: 0; } }
    .footer__inner .footer-logos {
      text-align: right; }
      @media (max-width: 991px) {
        .footer__inner .footer-logos {
          text-align: center; } }
      @media (max-width: 960px) {
        .footer__inner .footer-logos {
          margin: 0 -20px -20px; } }
      .footer__inner .footer-logos .footer-logo {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-right: 30px; }
        .footer__inner .footer-logos .footer-logo p {
          color: #ffffff; }
        @media (max-width: 960px) {
          .footer__inner .footer-logos .footer-logo {
            margin: 0 20px 20px; }
            .footer__inner .footer-logos .footer-logo img {
              max-width: 80px; } }
        .footer__inner .footer-logos .footer-logo .logo--secondary {
          margin: 0; }
        .footer__inner .footer-logos .footer-logo.iso-logo {
          margin-right: 0; }
          @media (max-width: 960px) {
            .footer__inner .footer-logos .footer-logo.iso-logo {
              margin: 0 20px 20px; } }
          .footer__inner .footer-logos .footer-logo.iso-logo img {
            width: 80px; }
            @media (max-width: 991px) {
              .footer__inner .footer-logos .footer-logo.iso-logo img {
                width: 70px; } }
    .footer__inner .footer__aside--additional {
      position: relative;
      padding: 0;
      text-align: right;
      margin-top: 15px;
      float: right;
      max-width: 470px; }
      @media (max-width: 991px) {
        .footer__inner .footer__aside--additional {
          margin-top: 40px;
          text-align: center;
          float: none;
          max-width: none; } }
  .footer__aside {
    margin-right: -3px;
    text-align: right;
    width: 50%;
    float: right;
    /* Mobile */ }
    @media (max-width: 1342px) {
      .footer__aside {
        width: 60%; } }
    @media (max-width: 991px) {
      .footer__aside {
        width: 100%;
        float: none; } }
    @media (max-width: 960px) {
      .footer__aside {
        display: table;
        width: 100%;
        text-align: center;
        margin-bottom: 10px; } }
  .footer__nav {
    font-size: 15px;
    letter-spacing: -0.02em;
    /* Mobile */ }
    @media (max-width: 991px) {
      .footer__nav {
        text-align: center;
        margin-bottom: 10px; } }
    .footer__nav ul {
      list-style: none;
      /* Mobile */ }
      @media (max-width: 991px) {
        .footer__nav ul {
          display: inline-block;
          margin-left: 0; } }
    .footer__nav li {
      float: left;
      margin-right: 41px;
      /* Small Desktop */
      /* Mobile */ }
      @media (max-width: 1279px) {
        .footer__nav li {
          margin-right: 20px; } }
      @media (max-width: 960px) {
        .footer__nav li {
          margin-right: 14px; } }
    .footer__nav strong {
      font-size: 17px;
      letter-spacing: 0;
      /* Tablet Portrait */ }
      @media (max-width: 991px) {
        .footer__nav strong {
          font-size: 15px; } }
    .footer__nav a {
      position: relative;
      display: block;
      color: #ffffff;
      text-decoration: none; }
      .footer__nav a:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 1px;
        background: currentcolor;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        -webkit-transform: translateY(5px);
            -ms-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        -o-transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s, -webkit-transform .3s; }
      .footer__nav a:hover {
        text-decoration: none; }
        .footer__nav a:hover:after {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0); }
      [data-whatinput='keyboard'] .footer__nav a:focus:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); }
  .footer--yellow {
    background: #eeb162; }
    .highcontrast .footer--yellow {
      background-color: #000;
      border-top: 3px solid #eeb162; }
  .footer--purple {
    background: #ab95cc; }
    .highcontrast .footer--purple {
      background-color: #000;
      border-top: 3px solid #ab95cc; }
  .footer--blue {
    background: #00a7bc; }
    .highcontrast .footer--blue {
      background-color: #000;
      border-top: 3px solid #00a7bc; }
  .footer--orange {
    background: #F7972A; }
    .highcontrast .footer--orange {
      background-color: #000;
      border-top: 3px solid #F7972A; }
  .footer--gray {
    background: #f0efef; }
    .highcontrast .footer--gray {
      background-color: #000;
      border-top: 3px solid #f0efef; }
  .footer--red {
    background: #c72026; }
    .highcontrast .footer--red {
      background-color: #000;
      border-top: 3px solid #c72026; }
  .footer--green {
    background: #56af47; }
    .highcontrast .footer--green {
      background-color: #000;
      border-top: 3px solid #56af47; }
  .footer--red-purple {
    background: #9a1d51; }
    .highcontrast .footer--red-purple {
      background-color: #000;
      border-top: 3px solid #9a1d51; }

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
  margin: auto;
  width: 1230px;
  /*  Container Small  */ }
  @media (min-width: 0px) {
    .container {
      width: auto;
      padding: 0 15px; } }
  @media (min-width: 960px) {
    .container {
      width: 960px;
      padding: 0 15px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1230px) {
    .container {
      width: 1230px; } }
  .container--small {
    width: 1312px; }
    @media (min-width: 0px) {
      .container--small {
        width: auto;
        padding: 0 20px; } }
    @media (min-width: 960px) {
      .container--small {
        width: auto;
        padding: 0 30px; } }
    @media (min-width: 992px) {
      .container--small {
        width: 990px; } }
    @media (min-width: 1096px) {
      .container--small {
        width: 1092px; } }
    @media (min-width: 1196px) {
      .container--small {
        width: 1179px; } }
    @media (min-width: 1342px) {
      .container--small {
        width: 1312px; } }
  @media (max-width: 960px) {
    .container .row {
      margin-left: 0;
      margin-right: 0; } }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
/* @import must be at top of file, otherwise CSS will not work */
/**
 * @license
 * MyFonts Webfont Build ID 3425622, 2017-07-20T19:30:17-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-Light by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light/
 * 
 * Webfont: Gilroy-ExtraBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3425622
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * © 2017 MyFonts Inc
*/
@font-face {
  font-family: 'Gilroy-Light';
  src: url("fonts/Gilroy/344556_0_0.eot");
  src: url("fonts/Gilroy/344556_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy/344556_0_0.woff2") format("woff2"), url("fonts/Gilroy/344556_0_0.woff") format("woff"), url("fonts/Gilroy/344556_0_0.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("fonts/Gilroy/344556_1_0.eot");
  src: url("fonts/Gilroy/344556_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy/344556_1_0.woff2") format("woff2"), url("fonts/Gilroy/344556_1_0.woff") format("woff"), url("fonts/Gilroy/344556_1_0.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova/proxima-nova-medium.eot");
  src: local("☺"), url("fonts/ProximaNova/proxima-nova-medium.woff") format("woff"), url("fonts/ProximaNova/proxima-nova-medium.ttf") format("truetype"), url("fonts/ProximaNova/proxima-nova-medium.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova/ProximaNova-Bold.eot");
  src: local("☺"), url("fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype"), url("fonts/ProximaNova/ProximaNova-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GothamRounded';
  src: url("fonts/GothamRounded/GothamRounded-Book.eot");
  src: local("☺"), url("fonts/GothamRounded/GothamRounded-Book.woff") format("woff"), url("fonts/GothamRounded/GothamRounded-Book.ttf") format("truetype"), url("fonts/GothamRounded/GothamRounded-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'GothamRounded';
  src: url("fonts/GothamRounded/GothamRounded-Bold.eot");
  src: local("☺"), url("fonts/GothamRounded/GothamRounded-Bold.woff") format("woff"), url("fonts/GothamRounded/GothamRounded-Bold.ttf") format("truetype"), url("fonts/GothamRounded/GothamRounded-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  background: url(../images/logo.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  width: 178px;
  height: 60px;
  vertical-align: middle;
  margin-top: 25px;
  /* Tablet Portrait */
  /* Mobile */ }
  [data-whatinput='keyboard'] .logo:focus {
    outline: 2px solid #fff;
    outline-offset: 10px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .logo {
      background-image: url(../images/logo@2x.png);
      /*
		   width: 265px;
		   height: 90px;
*/ } }
  @media (max-width: 1279px) {
    .logo {
      margin-top: 20px; } }
  @media (max-width: 1200px) {
    .logo {
      width: 145px;
      height: 49px; } }
  @media (max-width: 991px) {
    .logo {
      width: 145px;
      height: 49px;
      margin-top: 20px; } }
  @media (max-width: 960px) {
    .logo {
      width: 147px;
      height: 50px;
      margin-top: 0; } }
  .logo--alt {
    background-image: url(../images/logo-alt.svg);
    height: 80px;
    margin-top: 15px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
      .logo--alt {
        background-image: url(../images/logo-alt.svg); } }
    @media (max-width: 1279px) {
      .logo--alt {
        margin-top: 10px;
        width: 160px; } }
    @media (max-width: 1200px) {
      .logo--alt {
        width: 145px;
        height: 64px; } }
    @media (max-width: 991px) {
      .logo--alt {
        width: 140px;
        height: 60px;
        margin-top: 15px; } }
    @media (max-width: 960px) {
      .logo--alt {
        width: 116px;
        height: 50px;
        margin-top: 0; } }
  .logo--secondary {
    width: 131px;
    height: 44px;
    background: url(../images/ontheline-logo.png) no-repeat 0 0;
    /* Mobile */ }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
      .logo--secondary {
        background-image: url(../images/ontheline-logo@2x.png);
        -webkit-background-size: contain;
                background-size: contain; } }
    @media (max-width: 991px) {
      .logo--secondary {
        width: 150px;
        height: 50px;
        -webkit-background-size: contain;
                background-size: contain; } }
    @media (max-width: 960px) {
      .logo--secondary {
        -webkit-background-size: contain;
                background-size: contain;
        width: 130px;
        height: 43px; } }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 18px;
  letter-spacing: -0.02em;
  /* Mobile */ }
  .nav__phone {
    position: absolute;
    top: -5px;
    right: 30px; }
    .nav__phone a {
      padding-bottom: 0px; }
    @media (max-width: 960px) {
      .nav__phone {
        display: none; } }
    @media (max-width: 930px) {
      .nav__phone {
        margin-left: 25px;
        margin-top: 0; }
        .nav__phone p {
          font-size: 20px; }
          .nav__phone p a {
            padding-bottom: 0;
            padding-top: 7px; } }
    .header--yellow .nav__phone p a {
      color: #eeb162; }
      .header--yellow .nav__phone p a:hover {
        color: #000000; }
    .header--purple .nav__phone p a {
      color: #ab95cc; }
      .header--purple .nav__phone p a:hover {
        color: #000000; }
    .header--blue .nav__phone p a {
      color: #00a7bc; }
      .header--blue .nav__phone p a:hover {
        color: #000000; }
    .header--orange .nav__phone p a {
      color: #F7972A; }
      .header--orange .nav__phone p a:hover {
        color: #000000; }
    .header--gray .nav__phone p a {
      color: #f0efef; }
      .header--gray .nav__phone p a:hover {
        color: #000000; }
    .header--red .nav__phone p a {
      color: #c72026; }
      .header--red .nav__phone p a:hover {
        color: #000000; }
    .header--green .nav__phone p a {
      color: #56af47; }
      .header--green .nav__phone p a:hover {
        color: #000000; }
    .header--red-purple .nav__phone p a {
      color: #9a1d51; }
      .header--red-purple .nav__phone p a:hover {
        color: #000000; }
  .nav .menu {
    float: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-left: 0; }
    .nav .menu a {
      padding-bottom: 0;
      padding-top: 10px; }
      @media (max-width: 1341px) {
        .nav .menu a {
          font-size: 17px; } }
      @media (max-width: 1200px) {
        .nav .menu a {
          font-size: 15px; } }
      @media (max-width: 991px) {
        .nav .menu a {
          font-size: 15px; } }
      @media (max-width: 960px) {
        .nav .menu a {
          font-size: 25px;
          color: #fff !important; }
          .nav .menu a br {
            display: none; }
          .nav .menu a:hover {
            color: #000 !important; } }
  @media (max-width: 960px) {
    .nav {
      background: currentcolor;
      font-size: 25px;
      visibility: hidden;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      top: -10%;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-bottom: 100px;
      text-align: center;
      overflow: auto;
      -webkit-transition: visibility .5s, opacity .5s, top .5s;
      -o-transition: visibility .5s, opacity .5s, top .5s;
      transition: visibility .5s, opacity .5s, top .5s; }
      .header--yellow .nav {
        background: #eeb162; }
        .highcontrast .header--yellow .nav {
          background-color: #000; }
      .header--purple .nav {
        background: #ab95cc; }
        .highcontrast .header--purple .nav {
          background-color: #000; }
      .header--blue .nav {
        background: #00a7bc; }
        .highcontrast .header--blue .nav {
          background-color: #000; }
      .header--orange .nav {
        background: #F7972A; }
        .highcontrast .header--orange .nav {
          background-color: #000; }
      .header--gray .nav {
        background: #f0efef; }
        .highcontrast .header--gray .nav {
          background-color: #000; }
      .header--red .nav {
        background: #c72026; }
        .highcontrast .header--red .nav {
          background-color: #000; }
      .header--green .nav {
        background: #56af47; }
        .highcontrast .header--green .nav {
          background-color: #000; }
      .header--red-purple .nav {
        background: #9a1d51; }
        .highcontrast .header--red-purple .nav {
          background-color: #000; }
      body.active .nav {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        top: 0; } }
  .nav ul {
    list-style: none;
    /* Mobile */
    /*  Dropdown  */ }
    @media (max-width: 960px) {
      .nav ul {
        margin: 80px 0 150px;
        top: 150px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        overflow: hidden; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
      .nav ul {
        /* STYLES GO HERE */
        top: 10px; } }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
      .nav ul {
        /* STYLES GO HERE */
        top: 30px; } }
    .nav ul ul {
      position: absolute;
      left: 0;
      top: 62px;
      padding: 10px;
      width: 200%;
      font-size: 16px;
      visibility: hidden;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -webkit-transition: visibility .3s, opacity .3s;
      -o-transition: visibility .3s, opacity .3s;
      transition: visibility .3s, opacity .3s;
      -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2);
      /*
			border-bottom: 1px solid rgba(94,70,38,.1);
			border-left: 1px solid rgba(94,70,38,.1);
			border-right: 1px solid rgba(94,70,38,.1);
*/
      /* Small Desktop */
      /* Tablet Portrait */
      /* Mobile */ }
      @media (max-width: 960px) {
        .nav ul ul {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
      .nav ul ul.active {
        visibility: visible;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        opacity: 1;
        height: auto;
        padding: 10px; }
        @media (max-width: 960px) {
          .nav ul ul.active {
            display: none;
            left: auto !important;
            right: auto !important;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none; }
            body.active .nav ul ul.active {
              display: block; } }
      @media (max-width: 1279px) {
        .nav ul ul {
          width: 184px; } }
      @media (max-width: 991px) {
        .nav ul ul {
          font-size: 14px;
          width: 100%; } }
      @media (max-width: 960px) {
        .nav ul ul {
          background: none !important;
          left: 50%;
          top: 40px;
          margin: 0;
          height: 0px;
          position: relative;
          top: auto;
          padding: 0;
          left: auto;
          right: auto; } }
      .header--yellow .nav ul ul {
        background: #eeb162; }
        .header--yellow .nav ul ul a:hover {
          color: #eeb162 !important;
          color: #fff !important; }
          .header--yellow .nav ul ul a:hover:after {
            width: 0; }
      .header--purple .nav ul ul {
        background: #ab95cc; }
        .header--purple .nav ul ul a:hover {
          color: #ab95cc !important;
          color: #fff !important; }
          .header--purple .nav ul ul a:hover:after {
            width: 0; }
      .header--blue .nav ul ul {
        background: #00a7bc; }
        .header--blue .nav ul ul a:hover {
          color: #00a7bc !important;
          color: #fff !important; }
          .header--blue .nav ul ul a:hover:after {
            width: 0; }
      .header--orange .nav ul ul {
        background: #F7972A; }
        .header--orange .nav ul ul a:hover {
          color: #F7972A !important;
          color: #fff !important; }
          .header--orange .nav ul ul a:hover:after {
            width: 0; }
      .header--gray .nav ul ul {
        background: #f0efef; }
        .header--gray .nav ul ul a:hover {
          color: #f0efef !important;
          color: #fff !important; }
          .header--gray .nav ul ul a:hover:after {
            width: 0; }
      .header--red .nav ul ul {
        background: #c72026; }
        .header--red .nav ul ul a:hover {
          color: #c72026 !important;
          color: #fff !important; }
          .header--red .nav ul ul a:hover:after {
            width: 0; }
      .header--green .nav ul ul {
        background: #56af47; }
        .header--green .nav ul ul a:hover {
          color: #56af47 !important;
          color: #fff !important; }
          .header--green .nav ul ul a:hover:after {
            width: 0; }
      .header--red-purple .nav ul ul {
        background: #9a1d51; }
        .header--red-purple .nav ul ul a:hover {
          color: #9a1d51 !important;
          color: #fff !important; }
          .header--red-purple .nav ul ul a:hover:after {
            width: 0; }
      .highcontrast .nav ul ul {
        background: #fff !important;
        border: 1px solid #000; }
        .highcontrast .nav ul ul a {
          color: #000 !important; }
          .highcontrast .nav ul ul a:hover {
            color: #000 !important; }
      .nav ul ul li {
        float: none;
        display: block; }
        .nav ul ul li + li {
          margin: 10px 0 0; }
      .nav ul ul a {
        padding-bottom: 0; }
        .nav ul ul a:hover {
          color: #000000 !important;
          text-decoration: underline;
          color: #fff !important; }
          .nav ul ul a:hover:after {
            width: 0; }
  .nav .sub-menu a {
    /*
			&:hover {
				&:after {
	 				@media(min-width: 1025px){
						width: 0;
	 				}

	 				@media(max-width: 1024px){
						width: 0;
						transition: width 0s;
					}
				}
			}
*/ }
    [data-whatinput='keyboard'] .nav .sub-menu a:focus {
      text-decoration: underline; }
      @media (min-width: 1025px) {
        [data-whatinput='keyboard'] .nav .sub-menu a:focus:after {
          width: 0; } }
      @media (max-width: 1024px) {
        [data-whatinput='keyboard'] .nav .sub-menu a:focus:after {
          width: 0;
          -webkit-transition: width 0s;
          -o-transition: width 0s;
          transition: width 0s;
          background: #000000; } }
  .nav li {
    float: left;
    /* Mobile */ }
    .nav li.current_page_item > a {
      color: #9a1d51; }
      .nav li.current_page_item > a:after {
        width: 100%; }
      @media (max-width: 960px) {
        .nav li.current_page_item > a {
          color: #ffffff; } }
    .nav li.menu-item-has-children {
      position: relative; }
      .nav li.menu-item-has-children .fa {
        font-size: 16px;
        margin-left: 6px;
        position: relative;
        top: -2px; }
      @media (min-width: 960px) {
        .nav li.menu-item-has-children.wpacc-hover ul {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          visibility: visible; } }
      @media (min-width: 960px) {
        .nav li.menu-item-has-children:hover ul {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          opacity: 1;
          visibility: visible; } }
    @media (max-width: 991px) {
      .nav li {
        font-size: 15px; }
        .nav li + li.menu-item {
          margin-left: 20px; } }
    @media (max-width: 930px) {
      .nav li {
        font-size: 17px; } }
    @media (max-width: 960px) {
      .nav li {
        display: block;
        float: none; } }
    @media (max-width: 1279px) {
      .nav li {
        font-size: 14px; } }
    .nav li + li {
      margin-left: 35px;
      /* Mobile */ }
      @media (max-width: 1200px) {
        .nav li + li {
          margin-left: 20px; } }
      @media (max-width: 960px) {
        .nav li + li {
          margin-left: 0 !important;
          margin: 15px 0 0; } }
  .nav a {
    position: relative;
    display: block;
    color: #ffffff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    /* Mobile */ }
    .header--yellow .nav a {
      color: #000000; }
      .header--yellow .nav a:hover {
        color: #eeb162; }
    .header--purple .nav a {
      color: #000000; }
      .header--purple .nav a:hover {
        color: #ab95cc; }
    .header--blue .nav a {
      color: #000000; }
      .header--blue .nav a:hover {
        color: #00a7bc; }
    .header--orange .nav a {
      color: #000000; }
      .header--orange .nav a:hover {
        color: #F7972A; }
    .header--gray .nav a {
      color: #000000; }
      .header--gray .nav a:hover {
        color: #f0efef; }
    .header--red .nav a {
      color: #000000; }
      .header--red .nav a:hover {
        color: #c72026; }
    .header--green .nav a {
      color: #000000; }
      .header--green .nav a:hover {
        color: #56af47; }
    .header--red-purple .nav a {
      color: #000000; }
      .header--red-purple .nav a:hover {
        color: #9a1d51; }
    @media (max-width: 960px) {
      .nav a {
        padding-bottom: 0; } }
    .nav a:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 1px;
      background: currentColor;
      width: 0%;
      -webkit-transition: width .3s;
      -o-transition: width .3s;
      transition: width .3s; }
    @media (min-width: 1025px) {
      .nav a:hover:after {
        width: 100%; } }
    @media (max-width: 1024px) {
      .nav a:hover:after {
        width: 100%; } }
    @media (min-width: 1025px) {
      [data-whatinput='keyboard'] .nav a:focus:after {
        width: 100%; } }
    @media (max-width: 1024px) {
      [data-whatinput='keyboard'] .nav a:focus:after {
        width: 100%;
        -webkit-transition: width 0s;
        -o-transition: width 0s;
        transition: width 0s;
        background: #000000; } }
    @media (max-width: 1024px) {
      [data-whatinput='keyboard'] .nav a:focus {
        background-color: #fff;
        color: #000000; } }
  .nav .widget-support {
    background: none !important;
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: inline-block;
    text-align: left; }
    .nav .widget-support a {
      display: inline-block; }
    @media (max-width: 479px) {
      .nav .widget-support {
        left: 15px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 150px; } }
  .nav-secondary--fixed {
    position: fixed; }
  .nav-secondary__heading {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .nav-secondary__heading {
        margin-bottom: 10px; } }
  .nav-secondary--yellow a {
    color: #000000; }
    .nav-secondary--yellow a:hover {
      color: #eeb162; }
  .nav-secondary--yellow ul li a.current_page_item {
    color: #eeb162; }
  .nav-secondary--yellow ul li ul li a {
    color: #000; }
  .nav-secondary--purple a {
    color: #000000; }
    .nav-secondary--purple a:hover {
      color: #ab95cc; }
  .nav-secondary--purple ul li a.current_page_item {
    color: #ab95cc; }
  .nav-secondary--purple ul li ul li a {
    color: #000; }
  .nav-secondary--blue a {
    color: #000000; }
    .nav-secondary--blue a:hover {
      color: #00a7bc; }
  .nav-secondary--blue ul li a.current_page_item {
    color: #00a7bc; }
  .nav-secondary--blue ul li ul li a {
    color: #000; }
  .nav-secondary--orange a {
    color: #000000; }
    .nav-secondary--orange a:hover {
      color: #F7972A; }
  .nav-secondary--orange ul li a.current_page_item {
    color: #F7972A; }
  .nav-secondary--orange ul li ul li a {
    color: #000; }
  .nav-secondary--gray a {
    color: #000000; }
    .nav-secondary--gray a:hover {
      color: #f0efef; }
  .nav-secondary--gray ul li a.current_page_item {
    color: #f0efef; }
  .nav-secondary--gray ul li ul li a {
    color: #000; }
  .nav-secondary--red a {
    color: #000000; }
    .nav-secondary--red a:hover {
      color: #c72026; }
  .nav-secondary--red ul li a.current_page_item {
    color: #c72026; }
  .nav-secondary--red ul li ul li a {
    color: #000; }
  .nav-secondary--green a {
    color: #000000; }
    .nav-secondary--green a:hover {
      color: #56af47; }
  .nav-secondary--green ul li a.current_page_item {
    color: #56af47; }
  .nav-secondary--green ul li ul li a {
    color: #000; }
  .nav-secondary--red-purple a {
    color: #000000; }
    .nav-secondary--red-purple a:hover {
      color: #9a1d51; }
  .nav-secondary--red-purple ul li a.current_page_item {
    color: #9a1d51; }
  .nav-secondary--red-purple ul li ul li a {
    color: #000; }
  .nav-secondary h6 {
    margin-bottom: 0;
    font-size: 18px; }
  .nav-secondary > ul {
    padding-bottom: 80px; }
    @media (max-width: 960px) {
      .nav-secondary > ul {
        padding-bottom: 0; } }
  .nav-secondary ul {
    list-style: none;
    margin-left: 0; }
    .nav-secondary ul li {
      padding-bottom: 15px;
      font-size: 20px;
      font-family: "Gilroy-ExtraBold", sans-serif; }
      .nav-secondary ul li ul {
        padding-left: 20px;
        padding-top: 10px; }
        @media (max-width: 960px) {
          .nav-secondary ul li ul {
            display: none; }
            .page-template-register .nav-secondary ul li ul {
              display: block; } }
        .nav-secondary ul li ul li {
          padding-bottom: 5px; }
          .nav-secondary ul li ul li a {
            font-family: "Gilroy-Light", sans-serif;
            font-size: 16px;
            color: #000; }
  .nav-tax-pills {
    margin-top: 40px;
    margin-bottom: 40px; }
    .nav-tax-pills:first-child {
      margin-top: 0; }
    @media (max-width: 991px) {
      .nav-tax-pills {
        margin-top: 10px;
        margin-bottom: 30px; } }
    @media (max-width: 960px) {
      .nav-tax-pills {
        margin-top: 20px; } }
    .nav-tax-pills__heading {
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .nav-tax-pills__heading {
          margin-bottom: 10px; } }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 54px 0 57px;
  /* Mobile */ }
  @media (max-width: 960px) {
    .section {
      padding: 50px 0; } }
  .highcontrast .section {
    background-color: #000;
    background-color: #fff; }

/* ------------------------------------------------------------ *\
	Section colours
\* ------------------------------------------------------------ */
.section--yellow {
  background: #eeb162; }
  .highcontrast .section--yellow {
    background-color: #000;
    background-color: #fff; }

.section--purple {
  background: #ab95cc; }
  .highcontrast .section--purple {
    background-color: #000;
    background-color: #fff; }

.section--blue {
  background: #00a7bc; }
  .highcontrast .section--blue {
    background-color: #000;
    background-color: #fff; }

.section--orange {
  background: #F7972A; }
  .highcontrast .section--orange {
    background-color: #000;
    background-color: #fff; }

.section--gray {
  background: #f0efef; }
  .highcontrast .section--gray {
    background-color: #000;
    background-color: #fff; }

.section--red {
  background: #c72026; }
  .highcontrast .section--red {
    background-color: #000;
    background-color: #fff; }

.section--green {
  background: #56af47; }
  .highcontrast .section--green {
    background-color: #000;
    background-color: #fff; }

.section--red-purple {
  background: #9a1d51; }
  .highcontrast .section--red-purple {
    background-color: #000;
    background-color: #fff; }

/* ------------------------------------------------------------ *\
	Section intro
\* ------------------------------------------------------------ */
.section--intro {
  padding: 45px 0 90px; }

/* ------------------------------------------------------------ *\
	Section tiles
\* ------------------------------------------------------------ */
.section--tiles {
  padding: 0px 0 90px; }

/* ------------------------------------------------------------ *\
	Section heading
\* ------------------------------------------------------------ */
.section--heading {
  padding: 0px 0 90px; }
  @media (max-width: 960px) {
    .section--heading {
      padding-top: 0;
      padding-bottom: 40px; } }
  .section--heading .section--page-heading {
    margin: 0 0 0; }
    .section--heading .section--page-heading.section--inherit {
      padding-bottom: 0; }

/* ------------------------------------------------------------ *\
	Section intro
\* ------------------------------------------------------------ */
.section--get-help {
  background-color: #F1F1F1; }
  .section--get-help:not(.section--get-help-alt) {
    padding-bottom: 90px; }
    @media (max-width: 991px) {
      .section--get-help:not(.section--get-help-alt) {
        padding-bottom: 80px; } }
    @media (max-width: 960px) {
      .section--get-help:not(.section--get-help-alt) {
        padding-bottom: 110px; } }
  .highcontrast .section--get-help.section--get-help-alt {
    background-color: #fff !important; }
  @media (max-width: 991px) {
    .section--get-help.section--get-help-alt .get-help__container {
      display: inline-block; } }
  .section--get-help.section--get-help-alt .get-help__container > div {
    text-align: center; }
    @media (min-width: 992px) {
      .section--get-help.section--get-help-alt .get-help__container > div {
        width: auto; } }
    .section--get-help.section--get-help-alt .get-help__container > div .get-help__icon {
      display: inline-block; }
      @media (max-width: 991px) {
        .section--get-help.section--get-help-alt .get-help__container > div .get-help__icon {
          width: 165px;
          height: 165px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .section--get-help.section--get-help-alt .get-help__container > div .get-help__icon {
          margin-bottom: 20px; } }
      .highcontrast .section--get-help.section--get-help-alt .get-help__container > div .get-help__icon {
        background-color: transparent !important;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
      .section--get-help.section--get-help-alt .get-help__container > div .get-help__icon--image {
        border: none; }
        .section--get-help.section--get-help-alt .get-help__container > div .get-help__icon--image picture {
          display: block;
          width: 100%;
          height: 100%; }
          .section--get-help.section--get-help-alt .get-help__container > div .get-help__icon--image picture img {
            position: static;
            margin: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }

/* ------------------------------------------------------------ *\
	Section related
\* ------------------------------------------------------------ */
.section-related.section-related--yellow {
  color: #eeb162; }
  .highcontrast .section-related.section-related--yellow {
    color: #000;
    background-color: #fff; }

.section-related.section-related--purple {
  color: #ab95cc; }
  .highcontrast .section-related.section-related--purple {
    color: #000;
    background-color: #fff; }

.section-related.section-related--blue {
  color: #00a7bc; }
  .highcontrast .section-related.section-related--blue {
    color: #000;
    background-color: #fff; }

.section-related.section-related--orange {
  color: #F7972A; }
  .highcontrast .section-related.section-related--orange {
    color: #000;
    background-color: #fff; }

.section-related.section-related--gray {
  color: #f0efef; }
  .highcontrast .section-related.section-related--gray {
    color: #000;
    background-color: #fff; }

.section-related.section-related--red {
  color: #c72026; }
  .highcontrast .section-related.section-related--red {
    color: #000;
    background-color: #fff; }

.section-related.section-related--green {
  color: #56af47; }
  .highcontrast .section-related.section-related--green {
    color: #000;
    background-color: #fff; }

.section-related.section-related--red-purple {
  color: #9a1d51; }
  .highcontrast .section-related.section-related--red-purple {
    color: #000;
    background-color: #fff; }

.section-related h5 {
  padding-bottom: 20px; }

.section-related .features {
  padding: 0;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 6px solid currentColor; }
  @media (max-width: 767px) {
    .section-related .features {
      margin-top: 1px; } }
  .section-related .features .row {
    padding-bottom: 65px; }

/* ------------------------------------------------------------ *\
	Section plain
\* ------------------------------------------------------------ */
.section--plain {
  padding-top: 0;
  padding-bottom: 0; }
  .section--plain .section--layout:not(.section--page-heading):not(.section--video-council) {
    margin: auto;
    width: 1230px;
    max-width: 100%; }
    @media (min-width: 0px) {
      .section--plain .section--layout:not(.section--page-heading):not(.section--video-council) {
        width: auto;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 960px) {
      .section--plain .section--layout:not(.section--page-heading):not(.section--video-council) {
        width: 960px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 992px) {
      .section--plain .section--layout:not(.section--page-heading):not(.section--video-council) {
        width: 970px; } }
    @media (min-width: 1230px) {
      .section--plain .section--layout:not(.section--page-heading):not(.section--video-council) {
        width: 1230px; } }

/* ------------------------------------------------------------ *\
	Section Features
\* ------------------------------------------------------------ */
.section--features {
  padding: 74px 0 106px;
  /* Mobile */ }
  @media (max-width: 991px) {
    .section--features {
      padding: 50px 0; } }
  .section--features-alt {
    padding-bottom: 148px;
    /* Small Desktop */
    /* Tablet Portrait */ }
    .section--features-alt h3 {
      font-size: 30px; }
    @media (max-width: 1279px) {
      .section--features-alt {
        padding-bottom: 70px; } }
    @media (max-width: 991px) {
      .section--features-alt {
        padding: 50px 0; } }

/* ------------------------------------------------------------ *\
	Section Alt
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section QnA
\* ------------------------------------------------------------ */
.section--qna {
  padding: 0 0 13px;
  /* Small Desktop */ }
  @media (max-width: 1279px) {
    .section--qna {
      padding-bottom: 50px; } }

/* ------------------------------------------------------------ *\
	Section QnA
\* ------------------------------------------------------------ */
.section--full-width:first-child {
  padding-top: 0; }

/* ------------------------------------------------------------ *\
	Section register
\* ------------------------------------------------------------ */
.section--register {
  padding-top: 0; }

/* ------------------------------------------------------------ *\
	Section Break Container
\* ------------------------------------------------------------ */
.container .section-break-container {
  position: relative; }
  .container .section-break-container:before, .container .section-break-container:after {
    width: 100vw;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: inherit; }
  .container .section-break-container:before {
    right: 100%; }
  .container .section-break-container:after {
    left: 100%; }

/* ------------------------------------------------------------ *\
	Section Partners
\* ------------------------------------------------------------ */
.section--partners {
  padding: 55px 0 37px;
  /* Mobile */ }
  @media (max-width: 960px) {
    .section--partners {
      padding: 50px 0; } }

/* ------------------------------------------------------------ *\
	Section small
\* ------------------------------------------------------------ */
.section--small {
  text-align: center;
  color: #ffffff;
  font-family: "GothamRounded", sans-serif;
  letter-spacing: -0.04em;
  padding: 44px 0 42px;
  /*  Alt  */ }
  .section--small h3 {
    color: #ffffff;
    letter-spacing: -0.05em;
    line-height: 1.15; }
    .section--small h3:last-child {
      margin-bottom: 0; }
  .section--small-alt {
    padding: 44px 0 38px; }
    .section--small-alt h3 {
      margin-bottom: 23px; }
  .section--small h4 a {
    color: inherit; }

/* ------------------------------------------------------------ *\
	Section Smaller
\* ------------------------------------------------------------ */
.section--smaller {
  padding: 52px 0 59px; }

/* ------------------------------------------------------------ *\
	Section Media
\* ------------------------------------------------------------ */
.section--media {
  padding: 61px 0 47px;
  /* Tablet Portrait */ }
  @media (max-width: 991px) {
    .section--media {
      padding: 50px 0 34px; } }
  .section--media .container {
    width: 100%;
    max-width: 1310px;
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 1342px) {
      .section--media .container {
        width: 1114px; } }
    @media (max-width: 1229px) {
      .section--media .container {
        width: 970px; } }
    @media (max-width: 991px) {
      .section--media .container {
        width: 960px; } }
    @media (max-width: 960px) {
      .section--media .container {
        width: auto; } }
  .section--media .section__aside {
    /* Mobile */ }
    @media (max-width: 960px) {
      .section--media .section__aside {
        margin-bottom: 20px; } }
  .section--media .section__title {
    margin-bottom: 25px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .section--media .section__title {
        margin-bottom: 20px; } }
  .section--media .section__content {
    margin: 5px 0 0 30px;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .section--media .section__content {
        margin: 0; } }
    @media (max-width: 960px) {
      .section--media .section__content {
        text-align: center;
        padding-bottom: 15px; } }

/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section-about .container-half {
  max-width: 524px; }

.section-about .col-sm-6:nth-child(1) {
  background: "red-purple", #9a1d51; }
  .highcontrast .section-about .col-sm-6:nth-child(1) {
    background-color: #000;
    background-color: #fff; }

.section-about .col-sm-6:nth-child(2) {
  background: "purple", #ab95cc; }
  .highcontrast .section-about .col-sm-6:nth-child(2) {
    background-color: #000;
    background-color: #fff; }

.section-about__aside {
  position: relative;
  min-height: 400px;
  background: "red-purple", #9a1d51;
  padding: 52px 68px 48px 63px;
  color: #ffffff;
  text-align: right;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }
  .highcontrast .section-about__aside {
    background-color: #000;
    background-color: #fff; }
  @media (max-width: 1279px) {
    .section-about__aside {
      padding: 52px 20px 48px 20px; } }
  @media (max-width: 991px) {
    .section-about__aside {
      min-height: 0;
      padding: 25px 15px; } }
  @media (max-width: 960px) {
    .section-about__aside {
      height: auto !important;
      min-height: 300px; } }
  .section-about__aside h2 {
    font-size: 59px;
    text-transform: uppercase;
    line-height: 0.85;
    letter-spacing: -0.05em;
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 1279px) {
      .section-about__aside h2 {
        font-size: 55px; } }
    @media (max-width: 991px) {
      .section-about__aside h2 {
        font-size: 42px; } }
    @media (max-width: 960px) {
      .section-about__aside h2 {
        font-size: 35px; } }
  .section-about__aside span {
    float: left;
    width: 86%;
    /* Mobile */ }
    @media (max-width: 960px) {
      .section-about__aside span {
        max-width: 400px;
        width: 84%; } }
  .section-about__aside strong {
    float: right;
    font-size: 125px;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .section-about__aside strong {
        font-size: 90px;
        position: relative;
        top: -7px; } }
    @media (max-width: 960px) {
      .section-about__aside strong {
        float: left;
        font-size: 75px;
        top: -3px;
        margin-left: 7px; } }
  .section-about__aside .ico-p {
    vertical-align: baseline;
    margin-left: -5px;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .section-about__aside .ico-p {
        width: 29px;
        height: 31px; } }
    @media (max-width: 960px) {
      .section-about__aside .ico-p {
        width: 24px;
        height: 25px; } }
  .section-about__aside .container-half {
    margin-left: auto;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .section-about__aside .container-half {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 350px;
        margin: auto; } }
    @media (max-width: 960px) {
      .section-about__aside .container-half {
        width: 290px;
        left: 15px;
        right: 15px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }

.section-about__content {
  color: #ffffff;
  background: "purple", #ab95cc;
  padding: 58px 63px 55px 66px;
  letter-spacing: -0.04em;
  line-height: 1.35;
  /* Small Desktop */
  /* Tablet Portrait */
  /* Mobile */ }
  .highcontrast .section-about__content {
    background-color: #000;
    background-color: #fff; }
  @media (max-width: 1279px) {
    .section-about__content {
      padding: 58px 20px 55px 20px; } }
  @media (max-width: 991px) {
    .section-about__content {
      padding: 25px 20px; } }
  @media (max-width: 960px) {
    .section-about__content {
      height: auto !important; } }
  .section-about__content .container-half {
    max-width: 500px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .section-about__content .container-half {
        margin: auto; } }
  .section-about__content p {
    width: 88%;
    /* Mobile */ }
    @media (max-width: 960px) {
      .section-about__content p {
        width: 100%; } }

.section-about__title {
  font-size: 19px;
  color: #ffffff;
  padding: 0 20px 25px 0;
  margin-bottom: 33px;
  line-height: 1.25;
  letter-spacing: -0.035em;
  font-family: GothamRounded,sans-serif;
  font-weight: 700;
  /* Tablet Portrait */
  /* Mobile */ }
  .highcontrast .section-about__title {
    color: #000 !important; }
    .highcontrast .section-about__title a {
      color: #00b0ff !important; }
  @media (max-width: 991px) {
    .section-about__title {
      font-size: 16px; } }
  @media (max-width: 960px) {
    .section-about__title {
      padding-right: 0;
      font-size: 15px;
      margin-bottom: 20px; } }

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link-burger {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 26px;
  height: 21px;
  z-index: 5;
  /* Mobile */ }
  @media (max-width: 960px) {
    .link-burger {
      display: block; } }
  .link-burger:before, .link-burger:after {
    position: absolute;
    content: ''; }
  .link-burger span, .link-burger:before, .link-burger:after {
    height: 3px;
    width: 100%;
    left: 0;
    background: currentcolor;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .link-burger span {
    position: absolute;
    left: 0;
    top: 0; }
    body.active .link-burger span {
      top: 10px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      background-color: #ffffff; }
  .link-burger:before {
    top: 9px; }
    body.active .link-burger:before {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0; }
  .link-burger:after {
    top: 18px; }
    body.active .link-burger:after {
      top: 10px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      color: #ffffff;
      background-color: #ffffff; }
  [data-whatinput='keyboard'] .link-burger:focus {
    outline: 2px solid #fff;
    outline-offset: 10px; }

/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.features {
  /* Mobile */ }
  @media (max-width: 960px) {
    .features {
      margin-bottom: -40px; } }
  .features .row {
    padding-bottom: 40px;
    /* Small Desktop */ }
    @media (max-width: 1279px) {
      .features .row {
        margin: 0 -15px;
        padding-bottom: 20px; } }
    @media (max-width: 960px) {
      .features .row {
        padding-bottom: 0; } }
  .features .col-md-3 {
    padding: 0 39px;
    /* Small Desktop */ }
    @media (max-width: 1279px) {
      .features .col-md-3 {
        padding: 0 15px; } }
  .features .col-sm-6:last-child .feature, .features .col-sm-6:nth-last-child(2) .feature {
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 960px) {
      .features .col-sm-6:last-child .feature, .features .col-sm-6:nth-last-child(2) .feature {
        margin-bottom: 40px; } }
  .features--alt .feature__image {
    margin-bottom: 38px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .features--alt .feature__image {
        margin-bottom: 20px; } }
  .features--alt .feature__title {
    margin-bottom: 22px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .features--alt .feature__title {
        margin-bottom: 18px; } }
  .features--alt .row {
    margin: 0 -40px;
    /* Small Desktop */ }
    @media (max-width: 1279px) {
      .features--alt .row {
        margin: 0 -15px; } }
  .features--alt .col-md-3 {
    padding: 0 40px;
    /* Small Desktop */ }
    @media (max-width: 1279px) {
      .features--alt .col-md-3 {
        padding: 0 15px; } }

.feature {
  position: relative;
  padding-bottom: 100px;
  line-height: 1.35;
  /* Tablet Portrait */
  /* Mobile */
  /*  Narrow  */
  /*  Alt  */ }
  @media (max-width: 991px) {
    .feature {
      margin-bottom: 50px;
      padding-bottom: 70px; } }
  @media (max-width: 960px) {
    .feature {
      height: auto !important; } }
  .feature__image {
    margin-bottom: 33px;
    /*  Large  */ }
    .feature__image a {
      display: block;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s; }
      .feature__image a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        opacity: .8; }
    .feature__image--large img {
      width: 100%; }
  .feature__head {
    min-height: 155px;
    margin-bottom: 26px;
    /* Tablet Portrait */
    /* Mobile */ }
    .feature__head.feature__head--yellow {
      border-color: #eeb162; }
    .feature__head.feature__head--purple {
      border-color: #ab95cc; }
    .feature__head.feature__head--blue {
      border-color: #00a7bc; }
    .feature__head.feature__head--orange {
      border-color: #F7972A; }
    .feature__head.feature__head--gray {
      border-color: #f0efef; }
    .feature__head.feature__head--red {
      border-color: #c72026; }
    .feature__head.feature__head--green {
      border-color: #56af47; }
    .feature__head.feature__head--red-purple {
      border-color: #9a1d51; }
    .feature__head--line {
      border-bottom: 9px solid #eeb162; }
    @media (max-width: 991px) {
      .feature__head {
        min-height: 115px; } }
    @media (max-width: 960px) {
      .feature__head {
        min-height: 0;
        padding-bottom: 20px; } }
  .feature__title {
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    line-height: 1; }
    .feature__title br {
      /* Mobile */ }
      @media (max-width: 960px) {
        .feature__title br {
          display: none; } }
  .feature__btn {
    position: absolute;
    bottom: 0;
    left: 0;
    /* Mobile */ }
    @media (max-width: 960px) {
      .feature__btn {
        position: static;
        margin-top: 10px; } }
  .feature--narrow {
    padding-bottom: 130px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .feature--narrow {
        padding-bottom: 0; } }
    .feature--narrow p {
      padding-right: 25px;
      /* Tablet Portrait */ }
      @media (max-width: 991px) {
        .feature--narrow p {
          padding: 0; } }
  .feature--alt p {
    padding-right: 20px; }
  .feature--alt .feature__title {
    padding-right: 20px;
    min-height: 93px;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .feature--alt .feature__title {
        min-height: 50px; } }
    @media (max-width: 960px) {
      .feature--alt .feature__title {
        min-height: 0; } }

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none;
  margin-left: 0; }

.list-border {
  font-size: 13px;
  /*  Dark  */
  /*  Darker  */ }
  .list-border h6 {
    font-family: "ProximaNova", sans-serif;
    font-size: 13px;
    letter-spacing: -0.04em;
    /* Tablet Portrait */ }
    @media (max-width: 991px) {
      .list-border h6 {
        width: 100%;
        float: none; } }
  .list-border a {
    color: inherit;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    .list-border a:hover {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      opacity: .8;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-border a:focus {
      text-decoration: underline; }
  .list-border p {
    display: inline-block;
    margin-bottom: 0;
    margin: 0 43px;
    /* Small Desktop */
    /* Tablet Portrait */ }
    @media (max-width: 1279px) {
      .list-border p {
        margin: 0 25px; } }
    @media (max-width: 991px) {
      .list-border p {
        display: block;
        margin: 10px 0; } }
  .list-border > li {
    border-top: 1px solid #c3c3c3;
    padding: 27px 0 16px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-border > li {
        padding: 15px 0; } }
  .list-border--dark > li {
    border-color: #878787; }
  .list-border > li {
    border-color: #787979; }

/* ------------------------------------------------------------ *\
	List Large
\* ------------------------------------------------------------ */
.list-large {
  line-height: 1.35;
  /*  taller  */
  /*  Alt  */
  /*  h2 colour  */ }
  .list-large .no-gutter {
    margin-top: 11px;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .list-large .no-gutter {
        margin: 0;
        padding: 0 15px; } }
  .list-large.list-large--yellow a {
    color: #eeb162; }
  .list-large.list-large--purple a {
    color: #ab95cc; }
  .list-large.list-large--blue a {
    color: #00a7bc; }
  .list-large.list-large--orange a {
    color: #F7972A; }
  .list-large.list-large--gray a {
    color: #f0efef; }
  .list-large.list-large--red a {
    color: #c72026; }
  .list-large.list-large--green a {
    color: #56af47; }
  .list-large.list-large--red-purple a {
    color: #9a1d51; }
  .list-large h2 {
    letter-spacing: -0.065em;
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large h2 {
        margin-bottom: 20px; } }
  .list-large p {
    margin-bottom: 20px;
    letter-spacing: -0.04em; }
    .list-large p:last-child {
      margin-bottom: 0; }
  .list-large > li.list__item {
    /* Small Desktop */
    /* Tablet Portrait */ }
    .list-large > li.list__item:first-child {
      padding-top: 0; }
    @media (max-width: 1279px) {
      .list-large > li.list__item {
        margin: 0 45px; } }
    @media (max-width: 991px) {
      .list-large > li.list__item {
        margin: 0; } }
    .list-large > li.list__item + li.list__item {
      padding-top: 62px;
      border-top: 1px solid #c7c7c7;
      margin-top: 93px;
      /* Tablet Portrait */
      /* Mobile */ }
      @media (max-width: 991px) {
        .list-large > li.list__item + li.list__item {
          padding-top: 50px;
          margin-top: 50px; } }
      @media (max-width: 960px) {
        .list-large > li.list__item + li.list__item {
          padding-top: 30px; } }
    .list-large > li.list__item ul, .list-large > li.list__item ol {
      margin-bottom: 10px;
      list-style: disc; }
      .list-large > li.list__item ul ul, .list-large > li.list__item ul ol, .list-large > li.list__item ol ul, .list-large > li.list__item ol ol {
        margin-bottom: 0; }
  .list-large--taller > li.list__item + li.list__item {
    margin-top: 134px;
    /* Tablet Portrait */ }
    @media (max-width: 991px) {
      .list-large--taller > li.list__item + li.list__item {
        margin-top: 50px; } }
  .list-large--alt {
    /*
		p {
			float: left;
			width: 86%;



			@include mobile {
				width: 82%;
			}
		}
*/ }
    .list-large--alt .col-sm-7 span {
      margin: -7px 27px 0 7px;
      /* Small Desktop */
      /* Mobile */ }
      @media (max-width: 1279px) {
        .list-large--alt .col-sm-7 span {
          margin: 0px 17px 0 0px; } }
      @media (max-width: 960px) {
        .list-large--alt .col-sm-7 span {
          margin: 0 20px 0 0; } }
    .list-large--alt > li {
      padding-top: 47px;
      min-height: 196px;
      /* Small Desktop */ }
      @media (max-width: 1279px) {
        .list-large--alt > li {
          min-height: 0;
          padding-top: 50px; } }
      .list-large--alt > li + li {
        margin-top: 4px;
        padding-top: 47px;
        /* Small Desktop */ }
        @media (max-width: 1279px) {
          .list-large--alt > li + li {
            margin-top: 50px;
            padding-top: 50px; } }
    .list-large--alt > li.list__item {
      padding-top: 47px;
      min-height: 0;
      padding-bottom: 47px;
      /* Small Desktop */ }
      @media (max-width: 1279px) {
        .list-large--alt > li.list__item {
          min-height: 0;
          padding-top: 50px;
          padding-bottom: 0; } }
      .list-large--alt > li.list__item + li.list__item {
        margin-top: 4px;
        padding-top: 47px;
        /* Small Desktop */ }
        @media (max-width: 1279px) {
          .list-large--alt > li.list__item + li.list__item {
            margin-top: 50px;
            padding-top: 50px; } }
    .list-large--alt span {
      margin-top: -7px;
      float: left;
      font-size: 60px;
      font-family: "GothamRounded", sans-serif;
      color: #000000;
      margin-right: 35px;
      font-weight: 700;
      vertical-align: top;
      line-height: 1;
      letter-spacing: -0.05em;
      /* Small Desktop */
      /* Mobile */ }
      @media (max-width: 1279px) {
        .list-large--alt span {
          margin-right: 17px;
          font-size: 50px;
          margin-top: -3px; } }
      @media (max-width: 960px) {
        .list-large--alt span {
          font-size: 44px; } }
    .list-large--alt h5 {
      letter-spacing: -0.02em;
      float: left;
      width: 70%;
      /* Small Desktop */
      /* Mobile */ }
      @media (max-width: 1279px) {
        .list-large--alt h5 {
          width: 78%; } }
      @media (max-width: 960px) {
        .list-large--alt h5 {
          font-size: 20px;
          width: 80%; } }
    .list-large--alt .qna__wrap {
      float: left;
      width: 86%;
      /* Mobile */ }
      @media (max-width: 960px) {
        .list-large--alt .qna__wrap {
          width: 82%; } }
    .list-large--alt a strong {
      font-family: "GothamRounded", sans-serif; }
    .list-large--alt .list__title {
      width: 84%;
      margin-right: -20px;
      /* Small Desktop */ }
      @media (max-width: 1279px) {
        .list-large--alt .list__title {
          width: 78%;
          margin: 0; } }
  .list-large--yellow h2 {
    color: #eeb162; }
    .highcontrast .list-large--yellow h2 {
      color: #000; }
  .list-large--yellow .col-sm-5 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large--yellow .col-sm-5 {
        margin-bottom: 20px; } }
  .list-large--yellow a {
    color: #eeb162;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .list-large--yellow a:hover {
      color: #000000;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-large--yellow a:focus {
      border: 1px solid #000000;
      color: #000000;
      padding: 2px; }
    .list-large--yellow a strong {
      text-transform: none; }
  .list-large--purple h2 {
    color: #ab95cc; }
    .highcontrast .list-large--purple h2 {
      color: #000; }
  .list-large--purple .col-sm-5 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large--purple .col-sm-5 {
        margin-bottom: 20px; } }
  .list-large--purple a {
    color: #ab95cc;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .list-large--purple a:hover {
      color: #000000;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-large--purple a:focus {
      border: 1px solid #000000;
      color: #000000;
      padding: 2px; }
    .list-large--purple a strong {
      text-transform: none; }
  .list-large--blue h2 {
    color: #00a7bc; }
    .highcontrast .list-large--blue h2 {
      color: #000; }
  .list-large--blue .col-sm-5 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large--blue .col-sm-5 {
        margin-bottom: 20px; } }
  .list-large--blue a {
    color: #00a7bc;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .list-large--blue a:hover {
      color: #000000;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-large--blue a:focus {
      border: 1px solid #000000;
      color: #000000;
      padding: 2px; }
    .list-large--blue a strong {
      text-transform: none; }
  .list-large--orange h2 {
    color: #F7972A; }
    .highcontrast .list-large--orange h2 {
      color: #000; }
  .list-large--orange .col-sm-5 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large--orange .col-sm-5 {
        margin-bottom: 20px; } }
  .list-large--orange a {
    color: #F7972A;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .list-large--orange a:hover {
      color: #000000;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-large--orange a:focus {
      border: 1px solid #000000;
      color: #000000;
      padding: 2px; }
    .list-large--orange a strong {
      text-transform: none; }
  .list-large--gray h2 {
    color: #f0efef; }
    .highcontrast .list-large--gray h2 {
      color: #000; }
  .list-large--gray .col-sm-5 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large--gray .col-sm-5 {
        margin-bottom: 20px; } }
  .list-large--gray a {
    color: #f0efef;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .list-large--gray a:hover {
      color: #000000;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-large--gray a:focus {
      border: 1px solid #000000;
      color: #000000;
      padding: 2px; }
    .list-large--gray a strong {
      text-transform: none; }
  .list-large--red h2 {
    color: #c72026; }
    .highcontrast .list-large--red h2 {
      color: #000; }
  .list-large--red .col-sm-5 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large--red .col-sm-5 {
        margin-bottom: 20px; } }
  .list-large--red a {
    color: #c72026;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .list-large--red a:hover {
      color: #000000;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-large--red a:focus {
      border: 1px solid #000000;
      color: #000000;
      padding: 2px; }
    .list-large--red a strong {
      text-transform: none; }
  .list-large--green h2 {
    color: #56af47; }
    .highcontrast .list-large--green h2 {
      color: #000; }
  .list-large--green .col-sm-5 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large--green .col-sm-5 {
        margin-bottom: 20px; } }
  .list-large--green a {
    color: #56af47;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .list-large--green a:hover {
      color: #000000;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-large--green a:focus {
      border: 1px solid #000000;
      color: #000000;
      padding: 2px; }
    .list-large--green a strong {
      text-transform: none; }
  .list-large--red-purple h2 {
    color: #9a1d51; }
    .highcontrast .list-large--red-purple h2 {
      color: #000; }
  .list-large--red-purple .col-sm-5 {
    /* Mobile */ }
    @media (max-width: 960px) {
      .list-large--red-purple .col-sm-5 {
        margin-bottom: 20px; } }
  .list-large--red-purple a {
    color: #9a1d51;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
    .list-large--red-purple a:hover {
      color: #000000;
      text-decoration: underline; }
    [data-whatinput='keyboard'] .list-large--red-purple a:focus {
      border: 1px solid #000000;
      color: #000000;
      padding: 2px; }
    .list-large--red-purple a strong {
      text-transform: none; }

/* ------------------------------------------------------------ *\
	List Default
\* ------------------------------------------------------------ */
.list-default {
  font-family: "GothamRounded", sans-serif;
  letter-spacing: -0.04em; }
  .list-default > li + li {
    margin-top: 20px; }

/* ------------------------------------------------------------ *\
	List Dots
\* ------------------------------------------------------------ */
.list-dots > li {
  position: relative;
  padding-left: 8px; }
  .list-dots > li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #000000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    left: 0;
    top: 9px; }
  .list-dots > li + li {
    margin-top: 21px; }

.widget-dots ul {
  list-style: none; }

.widget-dots li {
  position: relative;
  padding-left: 8px;
  padding-bottom: 1em; }
  .widget-dots li:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #000000;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    left: 0;
    top: 9px; }
  .widget-dots li + li {
    margin-top: 21px;
    margin-top: 0; }

.qna__wrap > ul li, .list-style > ul li {
  position: relative;
  min-height: auto; }
  .qna__wrap > ul li + li, .list-style > ul li + li {
    margin-top: 0;
    padding-top: 0; }

.list-tax-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3px;
  margin: -0.3rem; }
  .list-tax-pills li a {
    display: block;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    background-color: #F1F1F1;
    color: #000000;
    padding: 4px 14px;
    padding: 0.4rem 1.4rem;
    margin: 3px;
    margin: 0.3rem; }
    .page-color--yellow .list-tax-pills li a:hover {
      background-color: #eeb162;
      color: #ffffff; }
    .page-color--purple .list-tax-pills li a:hover {
      background-color: #ab95cc;
      color: #ffffff; }
    .page-color--blue .list-tax-pills li a:hover {
      background-color: #00a7bc;
      color: #ffffff; }
    .page-color--orange .list-tax-pills li a:hover {
      background-color: #F7972A;
      color: #ffffff; }
    .page-color--gray .list-tax-pills li a:hover {
      background-color: #f0efef;
      color: #ffffff; }
    .page-color--red .list-tax-pills li a:hover {
      background-color: #c72026;
      color: #ffffff; }
    .page-color--green .list-tax-pills li a:hover {
      background-color: #56af47;
      color: #ffffff; }
    .page-color--red-purple .list-tax-pills li a:hover {
      background-color: #9a1d51;
      color: #ffffff; }
    .highcontrast .list-tax-pills li a {
      background-color: transparent;
      font-weight: bold; }

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  color: #ffffff;
  font-family: "Gilroy-ExtraBold", sans-serif;
  text-decoration: none;
  padding: 6px 17px 7px;
  letter-spacing: -0.02em;
  -webkit-border-radius: 0;
          border-radius: 0;
  border: 1px solid transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background .3s, color .3s, border-color .3s;
  -o-transition: background .3s, color .3s, border-color .3s;
  transition: background .3s, color .3s, border-color .3s;
  /* Mobile */
  /*  Alt  */
  /*  Blue  */ }
  .section--register .btn {
    margin-top: 20px; }
  .highcontrast .btn {
    background-color: #000;
    color: #ffffff; }
    .highcontrast .btn:hover {
      border-color: #000;
      color: #000 !important;
      background: #ffffff; }
  @media (max-width: 960px) {
    .btn {
      font-size: 16px; } }
  .btn--alt {
    padding: 6px 10px 7px; }
  .btn-yellow {
    background: #eeb162; }
    .btn-yellow:hover {
      border-color: #eeb162;
      color: #eeb162;
      background: #ffffff; }
    [data-whatinput='keyboard'] .btn-yellow:focus {
      outline: none;
      border-color: #eeb162;
      color: #eeb162;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #eeb162;
              box-shadow: inset 0px 0px 0px 2px #eeb162; }
    .btn-yellow.btn-validation--error:hover {
      background: #eeb162;
      color: #ffffff; }
  .main--yellow .btn-inherit {
    background: #eeb162; }
    .main--yellow .btn-inherit:hover {
      border-color: #eeb162;
      color: #eeb162;
      background: #ffffff; }
    [data-whatinput='keyboard'] .main--yellow .btn-inherit:focus {
      outline: none;
      border-color: #eeb162;
      color: #eeb162;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #eeb162;
              box-shadow: inset 0px 0px 0px 2px #eeb162; }
  .btn-purple {
    background: #ab95cc; }
    .btn-purple:hover {
      border-color: #ab95cc;
      color: #ab95cc;
      background: #ffffff; }
    [data-whatinput='keyboard'] .btn-purple:focus {
      outline: none;
      border-color: #ab95cc;
      color: #ab95cc;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #ab95cc;
              box-shadow: inset 0px 0px 0px 2px #ab95cc; }
    .btn-purple.btn-validation--error:hover {
      background: #ab95cc;
      color: #ffffff; }
  .main--purple .btn-inherit {
    background: #ab95cc; }
    .main--purple .btn-inherit:hover {
      border-color: #ab95cc;
      color: #ab95cc;
      background: #ffffff; }
    [data-whatinput='keyboard'] .main--purple .btn-inherit:focus {
      outline: none;
      border-color: #ab95cc;
      color: #ab95cc;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #ab95cc;
              box-shadow: inset 0px 0px 0px 2px #ab95cc; }
  .btn-blue {
    background: #00a7bc; }
    .btn-blue:hover {
      border-color: #00a7bc;
      color: #00a7bc;
      background: #ffffff; }
    [data-whatinput='keyboard'] .btn-blue:focus {
      outline: none;
      border-color: #00a7bc;
      color: #00a7bc;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #00a7bc;
              box-shadow: inset 0px 0px 0px 2px #00a7bc; }
    .btn-blue.btn-validation--error:hover {
      background: #00a7bc;
      color: #ffffff; }
  .main--blue .btn-inherit {
    background: #00a7bc; }
    .main--blue .btn-inherit:hover {
      border-color: #00a7bc;
      color: #00a7bc;
      background: #ffffff; }
    [data-whatinput='keyboard'] .main--blue .btn-inherit:focus {
      outline: none;
      border-color: #00a7bc;
      color: #00a7bc;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #00a7bc;
              box-shadow: inset 0px 0px 0px 2px #00a7bc; }
  .btn-orange {
    background: #F7972A; }
    .btn-orange:hover {
      border-color: #F7972A;
      color: #F7972A;
      background: #ffffff; }
    [data-whatinput='keyboard'] .btn-orange:focus {
      outline: none;
      border-color: #F7972A;
      color: #F7972A;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #F7972A;
              box-shadow: inset 0px 0px 0px 2px #F7972A; }
    .btn-orange.btn-validation--error:hover {
      background: #F7972A;
      color: #ffffff; }
  .main--orange .btn-inherit {
    background: #F7972A; }
    .main--orange .btn-inherit:hover {
      border-color: #F7972A;
      color: #F7972A;
      background: #ffffff; }
    [data-whatinput='keyboard'] .main--orange .btn-inherit:focus {
      outline: none;
      border-color: #F7972A;
      color: #F7972A;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #F7972A;
              box-shadow: inset 0px 0px 0px 2px #F7972A; }
  .btn-gray {
    background: #f0efef; }
    .btn-gray:hover {
      border-color: #f0efef;
      color: #f0efef;
      background: #ffffff; }
    [data-whatinput='keyboard'] .btn-gray:focus {
      outline: none;
      border-color: #f0efef;
      color: #f0efef;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #f0efef;
              box-shadow: inset 0px 0px 0px 2px #f0efef; }
    .btn-gray.btn-validation--error:hover {
      background: #f0efef;
      color: #ffffff; }
  .main--gray .btn-inherit {
    background: #f0efef; }
    .main--gray .btn-inherit:hover {
      border-color: #f0efef;
      color: #f0efef;
      background: #ffffff; }
    [data-whatinput='keyboard'] .main--gray .btn-inherit:focus {
      outline: none;
      border-color: #f0efef;
      color: #f0efef;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #f0efef;
              box-shadow: inset 0px 0px 0px 2px #f0efef; }
  .btn-red {
    background: #c72026; }
    .btn-red:hover {
      border-color: #c72026;
      color: #c72026;
      background: #ffffff; }
    [data-whatinput='keyboard'] .btn-red:focus {
      outline: none;
      border-color: #c72026;
      color: #c72026;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #c72026;
              box-shadow: inset 0px 0px 0px 2px #c72026; }
    .btn-red.btn-validation--error:hover {
      background: #c72026;
      color: #ffffff; }
  .main--red .btn-inherit {
    background: #c72026; }
    .main--red .btn-inherit:hover {
      border-color: #c72026;
      color: #c72026;
      background: #ffffff; }
    [data-whatinput='keyboard'] .main--red .btn-inherit:focus {
      outline: none;
      border-color: #c72026;
      color: #c72026;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #c72026;
              box-shadow: inset 0px 0px 0px 2px #c72026; }
  .btn-green {
    background: #56af47; }
    .btn-green:hover {
      border-color: #56af47;
      color: #56af47;
      background: #ffffff; }
    [data-whatinput='keyboard'] .btn-green:focus {
      outline: none;
      border-color: #56af47;
      color: #56af47;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #56af47;
              box-shadow: inset 0px 0px 0px 2px #56af47; }
    .btn-green.btn-validation--error:hover {
      background: #56af47;
      color: #ffffff; }
  .main--green .btn-inherit {
    background: #56af47; }
    .main--green .btn-inherit:hover {
      border-color: #56af47;
      color: #56af47;
      background: #ffffff; }
    [data-whatinput='keyboard'] .main--green .btn-inherit:focus {
      outline: none;
      border-color: #56af47;
      color: #56af47;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #56af47;
              box-shadow: inset 0px 0px 0px 2px #56af47; }
  .btn-red-purple {
    background: #9a1d51; }
    .btn-red-purple:hover {
      border-color: #9a1d51;
      color: #9a1d51;
      background: #ffffff; }
    [data-whatinput='keyboard'] .btn-red-purple:focus {
      outline: none;
      border-color: #9a1d51;
      color: #9a1d51;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #9a1d51;
              box-shadow: inset 0px 0px 0px 2px #9a1d51; }
    .btn-red-purple.btn-validation--error:hover {
      background: #9a1d51;
      color: #ffffff; }
  .main--red-purple .btn-inherit {
    background: #9a1d51; }
    .main--red-purple .btn-inherit:hover {
      border-color: #9a1d51;
      color: #9a1d51;
      background: #ffffff; }
    [data-whatinput='keyboard'] .main--red-purple .btn-inherit:focus {
      outline: none;
      border-color: #9a1d51;
      color: #9a1d51;
      background: #ffffff;
      text-decoration: underline;
      -webkit-box-shadow: inset 0px 0px 0px 2px #9a1d51;
              box-shadow: inset 0px 0px 0px 2px #9a1d51; }
  .btn-white {
    color: #9a1d51;
    background: white; }
    .btn-white:hover {
      border-color: #fff;
      color: #fff;
      background: #9a1d51; }
  .btn-right {
    float: right; }
  .btn-deactivated {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    pointer-events: none; }
    .btn-deactivated:hover {
      background-color: #F1F1F1;
      border-color: #F1F1F1; }

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px; }
  @media (max-width: 991px) {
    .socials {
      display: block;
      padding-bottom: 20px; } }
  .socials ul {
    list-style: none; }
    @media (max-width: 991px) {
      .socials ul {
        margin-left: 0; } }
  .socials li {
    float: left; }
    .socials li + li {
      margin-left: 27px; }
  .socials a {
    display: block; }
    @media (min-width: 1025px) {
      .socials a:hover i {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px); } }
    [data-whatinput='keyboard'] .socials a:focus {
      padding-bottom: 2px;
      border-bottom: 2px solid #fff; }
      @media (min-width: 1025px) {
        [data-whatinput='keyboard'] .socials a:focus i {
          -webkit-transform: translateY(-3px);
              -ms-transform: translateY(-3px);
                  transform: translateY(-3px); } }
  .socials i {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.et_monarch .et_social_inline_bottom {
  margin-top: 0px; }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  position: relative;
  color: #ffffff;
  font-family: "Gilroy-ExtraBold", sans-serif;
  /*  Intro Home  */
  /*  Intro Short  */
  /*  Intro Small  */
  /*  Intro Alt  */
  /*  Intro colours  */ }
  .intro.intro--yellow__image {
    background-color: #eeb162; }
  .intro.intro--purple__image {
    background-color: #ab95cc; }
  .intro.intro--blue__image {
    background-color: #00a7bc; }
  .intro.intro--orange__image {
    background-color: #F7972A; }
  .intro.intro--gray__image {
    background-color: #f0efef; }
  .intro.intro--red__image {
    background-color: #c72026; }
  .intro.intro--green__image {
    background-color: #56af47; }
  .intro.intro--red-purple__image {
    background-color: #9a1d51; }
  .intro h2,
  .intro h1 {
    color: #ffffff;
    text-align: center;
    line-height: 1; }
    @media (max-width: 960px) {
      .intro h2,
      .intro h1 {
        font-size: 40px; } }
  .intro__image {
    min-height: inherit; }
    .highcontrast .intro__image {
      background-image: none !important;
      background-color: #fff !important; }
    .intro__image picture {
      position: absolute;
      display: block;
      inset: 0;
      width: 100%;
      height: 100%; }
    .intro__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .intro__content {
    padding: 108px 0 120px;
    text-align: center; }
    .intro__content p {
      margin-top: 37px;
      /* Mobile */ }
      @media (max-width: 960px) {
        .intro__content p {
          margin-top: 20px; } }
  .intro .widget-expand {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    position: fixed;
    top: 245px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .intro .widget-expand {
        top: 120px; } }
  .intro .widget-support {
    z-index: 10;
    position: absolute;
    top: -74px;
    top: -34px;
    right: 46px;
    right: calc(50% - 593px);
    /* Small Desktop */
    /* Tablet Portrait */
    /* Mobile */ }
    @media (min-width: 1342px) {
      .intro .widget-support {
        right: 10px; } }
    @media (min-width: 1800px) {
      .intro .widget-support {
        right: 107px; } }
    @media (max-width: 1279px) {
      .intro .widget-support {
        top: -55px;
        right: 50%; } }
    @media (max-width: 1095px) {
      .intro .widget-support {
        right: 53%; } }
    @media (max-width: 991px) {
      .intro .widget-support {
        top: -25px;
        display: none; } }
    @media (max-width: 960px) {
      .intro .widget-support {
        display: none; } }
  .intro--home .widget-expand {
    top: 19.3%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: fixed;
    top: 245px;
    /* Mobile */ }
    @media (max-width: 991px) {
      .intro--home .widget-expand {
        top: 145px; } }
    @media (max-width: 960px) {
      .intro--home .widget-expand {
        top: 120px; } }
  .intro--short h2,
  .intro--short h1 {
    line-height: 1.05; }
  .intro--short .intro__content {
    padding: 83px 0 91px; }
  .intro--small .intro__content {
    padding: 77px 0 76px; }
  .intro--small .widget-expand {
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .intro--small .widget-expand {
        top: 33%; } }
    @media (max-width: 960px) {
      .intro--small .widget-expand {
        top: 13%;
        top: 120px; } }
  .highcontrast .intro--alt {
    background-color: #000;
    background-color: #fff !important; }
  .intro--alt .intro__content {
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .intro--alt .widget-expand {
    top: 42%;
    top: 245px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .intro--alt .widget-expand {
        top: 20%;
        top: 120px; } }
  .intro--yellow {
    background: #eeb162; }
    .highcontrast .intro--yellow {
      background: #000;
      background-color: #fff !important; }
  .intro--purple {
    background: #ab95cc; }
    .highcontrast .intro--purple {
      background: #000;
      background-color: #fff !important; }
  .intro--blue {
    background: #00a7bc; }
    .highcontrast .intro--blue {
      background: #000;
      background-color: #fff !important; }
  .intro--orange {
    background: #F7972A; }
    .highcontrast .intro--orange {
      background: #000;
      background-color: #fff !important; }
  .intro--gray {
    background: #f0efef; }
    .highcontrast .intro--gray {
      background: #000;
      background-color: #fff !important; }
  .intro--red {
    background: #c72026; }
    .highcontrast .intro--red {
      background: #000;
      background-color: #fff !important; }
  .intro--green {
    background: #56af47; }
    .highcontrast .intro--green {
      background: #000;
      background-color: #fff !important; }
  .intro--red-purple {
    background: #9a1d51; }
    .highcontrast .intro--red-purple {
      background: #000;
      background-color: #fff !important; }

@media (max-width: 960px) {
  .intro_new h1 {
    font-size: 30px; } }

.intro_new .section__content {
  padding-bottom: 90px; }
  @media (max-width: 960px) {
    .intro_new .section__content {
      padding-bottom: 40px; } }

.intro_new .img-header {
  position: relative;
  width: 100%;
  height: 500px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .intro_new .img-header {
      height: 230px; } }
  .intro_new .img-header picture {
    position: absolute;
    display: block;
    inset: 0;
    width: 100%;
    height: 100%; }
  .intro_new .img-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 960px) {
  .intro_new .container-mobile {
    padding: 0px; } }

@media (max-width: 960px) {
  .intro_new .container-mobile .col-md-12 {
    padding: 0px; } }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slick-slider {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.slider {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .slider.slider--large .slider__slide {
    min-height: 477px; }
    @media (max-width: 991px) {
      .slider.slider--large .slider__slide {
        min-height: 280px; } }
  .slider.slider--small .slider__slide {
    min-height: 300px; }
    @media (max-width: 991px) {
      .slider.slider--small .slider__slide {
        min-height: 280px; } }
  .slider.slider--small .slick-slide {
    height: auto; }
  .slider .slider__slide {
    display: none; }
    .slider .slider__slide:first-child {
      display: block; }
  .slider .slick-initialized .slick-slide.slider__slide {
    display: block; }
  .slider .slick-initialized .slick-slide.slider__slide.slider--image-loaded {
    display: block; }
  .slider h1,
  .slider h2,
  .slider h3,
  .slider h4,
  .slider h5,
  .slider h6 {
    letter-spacing: -0.06em;
    line-height: 1.1;
    color: inherit; }
  @media (max-width: 960px) {
    .slider h1 {
      font-size: 30px; } }
  @media (max-width: 960px) {
    .slider h2 {
      font-size: 30px; } }
  .slider__slide {
    position: relative; }
    .slider__slide a {
      width: 100%;
      height: inherit;
      min-height: inherit; }
    .slider__slide-content {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      /* Tablet Portrait */ }
      @media (max-width: 991px) {
        .slider__slide-content .container {
          padding: 0 50px;
          /* Mobile */ } }
  @media (max-width: 991px) and (max-width: 960px) {
    .slider__slide-content .container {
      padding: 0 35px; } }
  .slider .slick-arrow {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 0;
    font-size: 0;
    background: url(../images/icons/ico-prev.png) no-repeat 0 0;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    width: 27px;
    height: 44px;
    z-index: 8;
    /* Small Desktop */
    /* Mobile */ }
    .highcontrast .slider .slick-arrow {
      background-color: #000 !important; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
      .slider .slick-arrow {
        background-image: url(../images/icons/ico-prev@2x.png);
        width: 27px;
        height: 44px; } }
    @media (max-width: 1279px) {
      .slider .slick-arrow {
        top: 50%; } }
    @media (max-width: 960px) {
      .slider .slick-arrow {
        width: 20px;
        height: 33px; } }
    .slider .slick-arrow.slick-prev {
      left: 25px;
      /* Tablet Portrait */
      /* Mobile */ }
      @media (max-width: 991px) {
        .slider .slick-arrow.slick-prev {
          left: 15px; } }
      @media (max-width: 960px) {
        .slider .slick-arrow.slick-prev {
          left: 10px; } }
    .slider .slick-arrow.slick-next {
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg);
      right: 25px;
      /* Tablet Portrait */
      /* Mobile */ }
      @media (max-width: 991px) {
        .slider .slick-arrow.slick-next {
          right: 15px; } }
      @media (max-width: 960px) {
        .slider .slick-arrow.slick-next {
          right: 10px; } }
    [data-whatinput='keyboard'] .slider .slick-arrow:focus {
      outline: 2px solid #fff;
      outline-offset: 2px; }
  .slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    list-style: none;
    padding-bottom: 24px;
    margin-left: 0px; }
    .slider .slick-dots li {
      float: left;
      font-size: 0; }
      .slider .slick-dots li button {
        display: inline-block;
        width: 15px;
        height: 15px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        border: 1px solid #ffffff;
        background: transparent; }
        .highcontrast .slider .slick-dots li button {
          border: 1px solid #000; }
        [data-whatinput='keyboard'] .slider .slick-dots li button:focus {
          -webkit-transform: scale(1.3);
              -ms-transform: scale(1.3);
                  transform: scale(1.3);
          -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
                  box-shadow: inset 0px 0px 0px 2px #fff; }
          .highcontrast [data-whatinput='keyboard'] .slider .slick-dots li button:focus {
            -webkit-box-shadow: inset 0px 0px 0px 2px #000;
                    box-shadow: inset 0px 0px 0px 2px #000; }
      .slider .slick-dots li + li {
        margin-left: 9px; }
      .slider .slick-dots li.slick-active button, .slider .slick-dots li:hover button {
        background: #ffffff; }
        .highcontrast .slider .slick-dots li.slick-active button, .highcontrast .slider .slick-dots li:hover button {
          background: #000; }
  .slider.slider-related-articles {
    color: #000000;
    text-align: left; }
    @media (max-width: 960px) {
      .slider.slider-related-articles .feature {
        margin: 0; } }
    .slider.slider-related-articles .slick-dots {
      padding-bottom: 0px; }
      .slider.slider-related-articles .slick-dots li button {
        border: 1px solid #eeb162;
        border: 1px solid #ab95cc;
        border: 1px solid #00a7bc;
        border: 1px solid #F7972A;
        border: 1px solid #f0efef;
        border: 1px solid #c72026;
        border: 1px solid #56af47;
        border: 1px solid #9a1d51; }
      .slider.slider-related-articles .slick-dots li.slick-active button, .slider.slider-related-articles .slick-dots li:hover button {
        background: #eeb162;
        background: #ab95cc;
        background: #00a7bc;
        background: #F7972A;
        background: #f0efef;
        background: #c72026;
        background: #56af47;
        background: #9a1d51; }
        .highcontrast .slider.slider-related-articles .slick-dots li.slick-active button, .highcontrast .slider.slider-related-articles .slick-dots li:hover button {
          background: #000; }

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets {
  /* Mobile */ }
  @media (max-width: 960px) {
    .widgets {
      margin-bottom: -40px; } }
  .widgets .row {
    margin: 0 -38px;
    /* Small Desktop */ }
    @media (max-width: 1279px) {
      .widgets .row {
        margin: 0 -15px; } }
  .widgets .col-md-3 {
    padding: 0 38px;
    /* Small Desktop */ }
    @media (max-width: 1279px) {
      .widgets .col-md-3 {
        padding: 0 15px; } }
  .widgets .col-sm-6:last-child .widget, .widgets .col-sm-6:nth-last-child(2) .widget {
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .widgets .col-sm-6:last-child .widget, .widgets .col-sm-6:nth-last-child(2) .widget {
        margin-bottom: 0; } }
    @media (max-width: 960px) {
      .widgets .col-sm-6:last-child .widget, .widgets .col-sm-6:nth-last-child(2) .widget {
        margin-bottom: 40px; } }

.widget {
  position: relative;
  padding-bottom: 87px;
  letter-spacing: -0.045em;
  line-height: 1.35;
  /* Tablet Portrait */
  /* Mobile */
  /*  Out  */
  /*  Tall  */
  /*  taller  */
  /*  Short  */
  /*  Alt  */
  /*  Orange  */ }
  @media (max-width: 991px) {
    .widget {
      margin-bottom: 50px;
      padding-bottom: 70px; } }
  @media (max-width: 960px) {
    .widget {
      height: auto !important;
      padding-bottom: 0;
      max-width: 300px;
      margin: 0 auto 40px; } }
  .widget h5 {
    margin-bottom: 19px; }
  .widget__head {
    min-height: 155px;
    margin-bottom: 26px;
    border-bottom: 9px solid "yellow", #eeb162;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .widget__head {
        min-height: 115px; } }
    @media (max-width: 960px) {
      .widget__head {
        min-height: 0;
        padding-bottom: 20px; } }
  .widget__title {
    letter-spacing: -0.02em;
    line-height: 1; }
    .widget__title span {
      text-transform: uppercase;
      /* Mobile */ }
      @media (max-width: 960px) {
        .widget__title span {
          display: inline-block; } }
    .widget__title br {
      /* Mobile */ }
      @media (max-width: 960px) {
        .widget__title br {
          display: none; } }
  .widget__btn {
    position: absolute;
    left: 0;
    bottom: 0;
    /* Mobile */ }
    .highcontrast .widget__btn {
      text-decoration: underline !important; }
    @media (max-width: 960px) {
      .widget__btn {
        position: static;
        margin-top: 10px; } }
  .widget--out p {
    margin-right: -20px;
    /* Tablet Portrait */ }
    @media (max-width: 991px) {
      .widget--out p {
        margin: 0; } }
  .widget--tall {
    padding-bottom: 66px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .widget--tall {
        padding-bottom: 0; } }
    .widget--tall p {
      margin-bottom: 20px; }
    [data-whatinput='keyboard'] .widget--tall a:focus {
      text-decoration: underline !important; }
  .widget--taller {
    padding-bottom: 137px;
    min-height: 489px;
    /* Small Desktop */
    /* Mobile */ }
    @media (max-width: 1279px) {
      .widget--taller {
        min-height: 0;
        padding-bottom: 70px; } }
    @media (max-width: 960px) {
      .widget--taller {
        padding-bottom: 0; } }
    [data-whatinput='keyboard'] .widget--taller a:focus {
      text-decoration: underline !important; }
  .widget--short {
    padding-bottom: 97px;
    /* Tablet Portrait */
    /* Mobile */ }
    @media (max-width: 991px) {
      .widget--short {
        padding-bottom: 70px; } }
    @media (max-width: 960px) {
      .widget--short {
        padding-bottom: 0; } }
    [data-whatinput='keyboard'] .widget--short a:focus {
      text-decoration: underline !important; }
  .widget--alt p,
  .widget--alt ul {
    padding-right: 18px;
    list-style: none; }
    .widget--alt p li,
    .widget--alt ul li {
      position: relative;
      padding-left: 8px; }
      .widget--alt p li:before,
      .widget--alt ul li:before {
        position: absolute;
        content: '';
        width: 3px;
        height: 3px;
        background: #000000;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        left: 0;
        top: 9px; }
      .widget--alt p li + li,
      .widget--alt ul li + li {
        margin-top: 21px; }
  [data-whatinput='keyboard'] .widget--alt a:focus {
    text-decoration: underline !important; }
  .widget--yellow .widget__head {
    border-color: #eeb162; }
  .widget--purple .widget__head {
    border-color: #ab95cc; }
  .widget--blue .widget__head {
    border-color: #00a7bc; }
  .widget--orange .widget__head {
    border-color: #F7972A; }
  .widget--gray .widget__head {
    border-color: #f0efef; }
  .widget--red .widget__head {
    border-color: #c72026; }
  .widget--green .widget__head {
    border-color: #56af47; }
  .widget--red-purple .widget__head {
    border-color: #9a1d51; }

/* ------------------------------------------------------------ *\
	Widget Expand
\* ------------------------------------------------------------ */
.widget-expand {
  background: #00527c;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: -0.02em;
  -webkit-border-top-left-radius: 21px;
          border-top-left-radius: 21px;
  -webkit-border-bottom-left-radius: 21px;
          border-bottom-left-radius: 21px;
  line-height: 1;
  font-weight: 700;
  /* Mobile */ }
  .highcontrast .widget-expand {
    background-color: #fff;
    background-color: #000; }
  @media (max-width: 960px) {
    .widget-expand {
      font-size: 15px; } }
  .widget-expand a {
    padding: 13px 10px 11px 15px;
    color: #ffffff;
    display: block;
    /* Mobile */ }
    .highcontrast .widget-expand a {
      color: #000;
      color: #fff; }
    @media (max-width: 960px) {
      .widget-expand a {
        padding: 10px; } }
    .widget-expand a:hover p {
      text-decoration: underline; }
    [data-whatinput='keyboard'] .widget-expand a:focus {
      padding: 13px 50px 11px 15px; }
      [data-whatinput='keyboard'] .widget-expand a:focus p {
        text-decoration: underline; }
  .widget-expand p {
    margin-bottom: 0;
    float: left;
    width: 70px;
    /* Mobile */ }
    @media (max-width: 960px) {
      .widget-expand p {
        width: 58px; } }
  .widget-expand i {
    float: right;
    margin-left: 13px;
    vertical-align: bottom;
    /* Mobile */ }
    @media (max-width: 960px) {
      .widget-expand i {
        margin-top: 3px;
        width: 24px;
        height: 24px; } }

/* ------------------------------------------------------------ *\
	Widget Support
\* ------------------------------------------------------------ */
.intro--alt {
  width: 100%;
  position: fixed;
  z-index: 1; }

.widget-login {
  width: 190px;
  position: relative;
  z-index: 100;
  background: #fff;
  padding: 10px 10px 10px;
  float: right;
  -webkit-border-radius: 0px 0px 10px 10px;
          border-radius: 0px 0px 10px 10px;
  color: #9a1d51;
  font-family: "Gilroy-Light", sans-serif;
  border: 1px solid #9a1d51;
  border: 1px solid rgba(154, 29, 81, 0.3); }
  @media (max-width: 960px) {
    .widget-login {
      margin-top: 0px;
      min-width: 100%; } }
  .widget-login a {
    text-decoration: underline; }
  .widget-login .forget {
    display: block;
    padding-left: 12px; }
  .widget-login .login__options {
    padding: 0;
    text-align: center; }
    .widget-login .login__options .visible-tablet-inline {
      display: none; }
      @media (max-width: 991px) {
        .widget-login .login__options .visible-tablet-inline {
          display: inline; }
          .page-id-863 .widget-login .login__options .visible-tablet-inline {
            display: none; } }
      @media (max-width: 960px) {
        .widget-login .login__options .visible-tablet-inline br.hidden-mobile {
          display: none; } }
  .widget-login .login__fields {
    display: none; }
    .widget-login .login__fields .form-group {
      margin-bottom: 0; }
      .widget-login .login__fields .form-group label {
        display: none; }
      .widget-login .login__fields .form-group input {
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-border-radius: 0;
                border-radius: 0; }
        .widget-login .login__fields .form-group input:hover, .widget-login .login__fields .form-group input:focus, .widget-login .login__fields .form-group input:active {
          background: #DFE0E1; }
    .widget-login .login__fields .btn {
      background: none;
      font-size: 15px;
      color: inherit;
      font-family: "Gilroy-Light", sans-serif;
      font-weight: normal;
      text-decoration: underline;
      border: none;
      padding: 6px 12px; }
      .widget-login .login__fields .btn:hover {
        border: none; }

/* ------------------------------------------------------------ *\
	Widget Twitter
\* ------------------------------------------------------------ */
@media (max-width: 960px) {
  .widget-twitter {
    max-width: 345px;
    display: block !important;
    margin: auto; } }

.widget-twitter iframe {
  min-height: 186px !important;
  /* Mobile */ }

.footer__aside--additional {
  text-align: left;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  /* padding-top: 1em; */
  display: inline-block; }

@media screen and (max-width: 767px) {
  .footer__aside--additional {
    text-align: center; } }

.footer__aside--additional p:last-child {
  margin-bottom: 0; }

.footer__aside--additional a {
  color: #fff; }

.footer__aside--additional a:hover {
  color: #fff;
  text-decoration: underline; }

.footer__aside--additional a:focus {
  color: #fff;
  text-decoration: underline; }

.section-about__content a {
  color: #fff;
  text-decoration: underline; }

[data-whatinput='keyboard'] .section-about__content a:focus {
  outline: 1px solid !important;
  background-color: #000 !important;
  outline-offset: 2px; }

.section-about__content a:hover {
  color: #000000;
  text-decoration: underline; }

.nav ul li .dropdown {
  display: none; }

.accesibility__toolbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  height: 40px;
  text-align: right; }
  .page-color--yellow .accesibility__toolbar {
    background-color: #eeb162; }
    .page-color--yellow .accesibility__toolbar--no-link {
      background-color: #54514e; }
  body.highcontrast.page-color--yellow .accesibility__toolbar {
    background-color: #54514e; }
  .page-color--purple .accesibility__toolbar {
    background-color: #ab95cc; }
    .page-color--purple .accesibility__toolbar--no-link {
      background-color: #54514e; }
  body.highcontrast.page-color--purple .accesibility__toolbar {
    background-color: #54514e; }
  .page-color--blue .accesibility__toolbar {
    background-color: #00a7bc; }
    .page-color--blue .accesibility__toolbar--no-link {
      background-color: #54514e; }
  body.highcontrast.page-color--blue .accesibility__toolbar {
    background-color: #54514e; }
  .page-color--orange .accesibility__toolbar {
    background-color: #F7972A; }
    .page-color--orange .accesibility__toolbar--no-link {
      background-color: #54514e; }
  body.highcontrast.page-color--orange .accesibility__toolbar {
    background-color: #54514e; }
  .page-color--gray .accesibility__toolbar {
    background-color: #f0efef; }
    .page-color--gray .accesibility__toolbar--no-link {
      background-color: #54514e; }
  body.highcontrast.page-color--gray .accesibility__toolbar {
    background-color: #54514e; }
  .page-color--red .accesibility__toolbar {
    background-color: #c72026; }
    .page-color--red .accesibility__toolbar--no-link {
      background-color: #54514e; }
  body.highcontrast.page-color--red .accesibility__toolbar {
    background-color: #54514e; }
  .page-color--green .accesibility__toolbar {
    background-color: #56af47; }
    .page-color--green .accesibility__toolbar--no-link {
      background-color: #54514e; }
  body.highcontrast.page-color--green .accesibility__toolbar {
    background-color: #54514e; }
  .page-color--red-purple .accesibility__toolbar {
    background-color: #9a1d51; }
    .page-color--red-purple .accesibility__toolbar--no-link {
      background-color: #54514e; }
  body.highcontrast.page-color--red-purple .accesibility__toolbar {
    background-color: #54514e; }
  @media (max-width: 960px) {
    .accesibility__toolbar {
      height: 30px; }
      .accesibility__toolbar + .header {
        margin-top: 30px; } }
  .accesibility__toolbar .header-bar-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none !important; }
    @media (max-width: 960px) {
      .accesibility__toolbar .header-bar-link {
        font-size: 1.4rem; } }
    .accesibility__toolbar .header-bar-link:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 1px;
      background: currentcolor;
      width: 100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      -o-transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s; }
    .accesibility__toolbar .header-bar-link:hover:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    [data-whatinput='keyboard'] .accesibility__toolbar .header-bar-link:focus:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
  .accesibility__toolbar button {
    height: 40px;
    border: 0;
    background-color: transparent; }
    @media (max-width: 960px) {
      .accesibility__toolbar button {
        display: none; } }
    .accesibility__toolbar button:hover {
      border-bottom: 4px solid #fff; }
    .accesibility__toolbar button:focus {
      outline: none; }
    [data-whatinput='keyboard'] .accesibility__toolbar button:focus {
      border-bottom: 4px solid #fff; }
  .accesibility__toolbar .contrast-toggle--on {
    border-bottom: 4px solid #fff; }
  .accesibility__toolbar .contrast-toggle--off {
    border-bottom: none; }

.header .contrast-toggle {
  display: none; }

@media (max-width: 960px) {
  .header .contrast-toggle {
    display: block;
    margin-top: 17px;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 60px; }
    .header .contrast-toggle svg {
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5); } }

[data-whatinput='keyboard'] .main .list__item a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

[data-whatinput='keyboard'] .main .list-large--blue a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

[data-whatinput='keyboard'] .widget p a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

[data-whatinput='keyboard'] .widget--tall p a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

[data-whatinput='keyboard'] .list-default a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

.highcontrast header .logo {
  background-image: url(../images/logo-contrast.png); }
  .highcontrast header .logo--alt {
    background-image: url(../images/logo-alt-contrast.svg); }
  @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .highcontrast header .logo {
      background-image: url(../images/logo-contrast@2x.png); }
      .highcontrast header .logo--alt {
        background-image: url(../images/logo-alt-contrast.svg); } }

.highcontrast .nav .menu a {
  color: #ffffff; }

.highcontrast .main .list__item a {
  color: #00b0FF !important;
  text-decoration: underline !important; }

.highcontrast .main .list__item a:hover {
  background: #400000 !important; }

.highcontrast .main .list__item a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

.highcontrast .main .list-large--blue a {
  color: #00b0FF !important;
  text-decoration: underline !important; }

.highcontrast .main .list-large--blue a:hover {
  background: #400000 !important; }

.highcontrast .main .list-large--blue a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

.highcontrast .list-large--alt span {
  color: #000; }

.highcontrast .widget p a {
  color: #00b0FF !important;
  text-decoration: underline !important; }

.highcontrast .widget p a:hover {
  background: #400000 !important; }

.highcontrast .widget p a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

.highcontrast .widget--tall p a {
  color: #00b0FF !important;
  text-decoration: underline !important; }

.highcontrast .widget--tall p a:hover {
  background: #400000 !important; }

.highcontrast .widget--tall p a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

.highcontrast .list-default a {
  color: #00b0FF !important;
  text-decoration: underline !important; }

.highcontrast .list-default a:hover {
  background: #400000 !important; }

.highcontrast .list-default a:focus {
  outline: 1px solid !important;
  outline-offset: 2px;
  padding: 1px; }

.highcontrast .footer .footer-subscribe {
  background-color: #000000; }
  .highcontrast .footer .footer-subscribe .footer-subscribe__button a {
    color: #ffffff; }
    .highcontrast .footer .footer-subscribe .footer-subscribe__button a h3 {
      color: #ffffff !important; }
  .highcontrast .footer .footer-subscribe input {
    background-color: #ffffff;
    color: #000000; }
    .highcontrast .footer .footer-subscribe input::-webkit-input-placeholder {
      color: #000000; }
    .highcontrast .footer .footer-subscribe input::-moz-placeholder {
      color: #000000; }
    .highcontrast .footer .footer-subscribe input::-ms-input-placeholder {
      color: #000000; }
    .highcontrast .footer .footer-subscribe input::placeholder {
      color: #000000; }
    .highcontrast .footer .footer-subscribe input:hover {
      color: #000000;
      text-decoration: underline; }

.highcontrast .footer nav a:hover {
  color: #ffffff; }

.highcontrast .footer .socials h5 {
  color: #ffffff !important; }

.highcontrast .main p a:not(.btn), .highcontrast .main li a {
  color: #00b0ff;
  text-decoration: underline !important; }
  .highcontrast .main p a:not(.btn):hover, .highcontrast .main li a:hover {
    color: #00b0ff;
    background-color: #000000;
    text-decoration: none !important; }

.highcontrast .nav-secondary--green ul li a.current_page_item {
  color: #000000; }

.highcontrast .pagination span {
  text-decoration: underline; }

.highcontrast .pagination a {
  color: #000000; }

.highcontrast .page-color--green a.btn:hover {
  color: #000000; }

.highcontrast .et_social_icons_container li {
  background-color: #000000 !important; }

.highcontrast .twitter__header .follow {
  background-color: #000000; }

.highcontrast .widget-login {
  color: #ffffff;
  background-color: #000000; }
  .highcontrast .widget-login a {
    color: #ffffff;
    text-decoration: underline !important;
    font-weight: bold; }
    .highcontrast .widget-login a:hover {
      color: #ffffff;
      background-color: #000000;
      text-decoration: none !important; }

.highcontrast .nav__phone a:hover {
  color: #ffffff !important; }

.highcontrast .header .intro--alt, .highcontrast .intro--alt {
  background-color: transparent !important; }

.highcontrast .nav-secondary li a {
  color: #000000 !important; }
  .highcontrast .nav-secondary li a:hover {
    background-color: transparent !important; }

.highcontrast .header .nav .search-link a {
  background-image: url(../images/search-icon-white.png); }

.highcontrast .section--small p {
  color: #000000 !important; }

/*
        .nav ul li .dropdown {
        	position: absolute;
			top: 60px;
			background: #eeb162;
			padding: 15px 7px 15px 0;
     	}

        .nav ul li .dropdown li {
          	float: none;
          	margin: 0;
        }

        .nav ul li .dropdown:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            background: #eeb162;
            width: 8000px;
            left: 50%;
            margin-left: -4000px;
            z-index: -1;
            box-shadow: 1px 1px 3px rgba(94,70,38,.2);
        }

        .nav ul li .dropdown:after {
            content: '';
            clear: both;
            display: table;
        }



@media screen and (min-width: $mobile:) {
    .nav ul li:hover > .dropdown {
        display: block;
    }
}
*/
.get-help__container {
  text-align: left; }

.get-help__icon {
  display: block;
  position: relative;
  width: 240px;
  height: 240px;
  background-color: inherit;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  border: 8px solid; }
  @media (max-width: 1129px) {
    .get-help__icon {
      width: 212px;
      height: 212px; } }
  @media (max-width: 991px) {
    .get-help__icon {
      width: 100%;
      height: 165px;
      margin-bottom: 20px; }
      .get-help__icon img {
        margin-left: 0;
        right: 20px; } }
  .get-help__icon span {
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-size: 40px;
    line-height: 1;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left; }
  .get-help__icon img {
    position: absolute;
    width: 110px;
    height: auto;
    bottom: 20px;
    margin-left: 20px;
    left: 0; }
    @media (max-width: 960px) {
      .get-help__icon img {
        left: auto; } }
  @media (max-width: 440px) {
    .get-help__icon {
      height: auto; }
      .get-help__icon img {
        position: relative;
        left: 0;
        margin: 0 auto 20px;
        display: block;
        bottom: auto;
        top: auto; }
      .get-help__icon span {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        bottom: auto;
        top: auto; } }
  .get-help__icon p {
    color: #fff;
    font-weight: 700;
    position: absolute;
    bottom: 28px;
    text-align: center;
    width: 100%; }
  .get-help__icon:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
    @media (max-width: 991px) {
      .get-help__icon:hover {
        -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
                transform: scale(1.03); } }
    @media (max-width: 460px) {
      .get-help__icon:hover {
        -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
                transform: scale(1.08); } }

.get-help__intro {
  margin-bottom: 40px; }
  .get-help__intro p {
    text-align: left; }
    @media (max-width: 960px) {
      .get-help__intro p br {
        display: none; } }
    .highcontrast .get-help__intro p a {
      color: #000; }

body.home .get-help__intro {
  margin-bottom: 40px; }
  body.home .get-help__intro p {
    text-align: left; }

.section--get-help--yellow .get-help__icon {
  border-color: #eeb162; }
  .section--get-help--yellow .get-help__icon span {
    color: #eeb162; }

.section--get-help--purple .get-help__icon {
  border-color: #ab95cc; }
  .section--get-help--purple .get-help__icon span {
    color: #ab95cc; }

.section--get-help--blue .get-help__icon {
  border-color: #00a7bc; }
  .section--get-help--blue .get-help__icon span {
    color: #00a7bc; }

.section--get-help--orange .get-help__icon {
  border-color: #F7972A; }
  .section--get-help--orange .get-help__icon span {
    color: #F7972A; }

.section--get-help--gray .get-help__icon {
  border-color: #f0efef; }
  .section--get-help--gray .get-help__icon span {
    color: #f0efef; }

.section--get-help--red .get-help__icon {
  border-color: #c72026; }
  .section--get-help--red .get-help__icon span {
    color: #c72026; }

.section--get-help--green .get-help__icon {
  border-color: #56af47; }
  .section--get-help--green .get-help__icon span {
    color: #56af47; }

.section--get-help--red-purple .get-help__icon {
  border-color: #9a1d51; }
  .section--get-help--red-purple .get-help__icon span {
    color: #9a1d51; }

body.highcontrast .get-help__icon {
  background-color: #000; }

body.highcontrast .video-council--mid-blue .btn {
  background-color: #000; }

.section--video-council {
  background-color: #f0f0f0; }

.video-council__wrapper {
  background: #f0f0f0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 15px;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
  /*	
		.custom-checkbox {
		    transition: background 0.3s ease-in-out;
		    height: 2.5rem;
		    width: 2.5rem;
		    display: inline-block;
		    margin: 0;
		    margin-right: 6px;
		    vertical-align: middle;
		    border-radius: 4px;
		    background: #f1f1f1;
		    
		    .check-mark {
			    opacity: 0;
			    transition: opacity 0.2s ease-in-out;
			    color: #fff;
			    display: inline-block;
			    vertical-align: middle;
			    font-size: 15px;
			     margin-bottom: 5px;
			}
			
			.glyphicon {
			    position: relative;
			    top: 1px;
			    display: inline-block;
			    font-family: 'Glyphicons Halflings';
			    font-style: normal;
			    font-weight: 400;
			    line-height: 1;
			    -webkit-font-smoothing: antialiased;
			    -moz-osx-font-smoothing: grayscale;
				&-ok:before {
				    content: "\e013";
				}
			} 
		}
		*/ }
  .video-council__wrapper label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px; }
  .video-council__wrapper input[type="text"], .video-council__wrapper input[type="search"] {
    position: relative;
    outline: none;
    margin-left: 10px;
    border: none;
    height: 40px;
    height: 4rem;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 400px;
    height: 40px;
    height: 4rem; }
    @media (max-width: 960px) {
      .video-council__wrapper input[type="text"], .video-council__wrapper input[type="search"] {
        min-width: 0; } }
  .video-council__wrapper .checkbox-text {
    padding-top: 20px;
    padding-bottom: 20px; }
  .video-council__wrapper .btn {
    padding: 10px 22px;
    font-weight: 500;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    border: none;
    font-size: 17px;
    font-size: 1.7rem; }

.video-council--dark-yellow .btn {
  background-color: #eeb162; }
  .highcontrast .video-council--dark-yellow .btn {
    background-color: #000;
    text-decoration: underline; }
    .highcontrast .video-council--dark-yellow .btn:hover {
      border-color: #000;
      color: #000;
      background: #ffffff; }

.video-council--dark-purple .btn {
  background-color: #ab95cc; }
  .highcontrast .video-council--dark-purple .btn {
    background-color: #000;
    text-decoration: underline; }
    .highcontrast .video-council--dark-purple .btn:hover {
      border-color: #000;
      color: #000;
      background: #ffffff; }

.video-council--dark-blue .btn {
  background-color: #00a7bc; }
  .highcontrast .video-council--dark-blue .btn {
    background-color: #000;
    text-decoration: underline; }
    .highcontrast .video-council--dark-blue .btn:hover {
      border-color: #000;
      color: #000;
      background: #ffffff; }

.video-council--dark-orange .btn {
  background-color: #F7972A; }
  .highcontrast .video-council--dark-orange .btn {
    background-color: #000;
    text-decoration: underline; }
    .highcontrast .video-council--dark-orange .btn:hover {
      border-color: #000;
      color: #000;
      background: #ffffff; }

.video-council--dark-gray .btn {
  background-color: #f0efef; }
  .highcontrast .video-council--dark-gray .btn {
    background-color: #000;
    text-decoration: underline; }
    .highcontrast .video-council--dark-gray .btn:hover {
      border-color: #000;
      color: #000;
      background: #ffffff; }

.video-council--dark-red .btn {
  background-color: #c72026; }
  .highcontrast .video-council--dark-red .btn {
    background-color: #000;
    text-decoration: underline; }
    .highcontrast .video-council--dark-red .btn:hover {
      border-color: #000;
      color: #000;
      background: #ffffff; }

.video-council--dark-green .btn {
  background-color: #56af47; }
  .highcontrast .video-council--dark-green .btn {
    background-color: #000;
    text-decoration: underline; }
    .highcontrast .video-council--dark-green .btn:hover {
      border-color: #000;
      color: #000;
      background: #ffffff; }

.video-council--dark-red-purple .btn {
  background-color: #9a1d51; }
  .highcontrast .video-council--dark-red-purple .btn {
    background-color: #000;
    text-decoration: underline; }
    .highcontrast .video-council--dark-red-purple .btn:hover {
      border-color: #000;
      color: #000;
      background: #ffffff; }

.article-list .article {
  display: inline-block;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  padding-top: 10px;
  width: 100%; }
  @media (max-width: 960px) {
    .article-list .article img {
      width: 100%; } }
  @media (max-width: 767px) {
    .article-list .article .col-md-3 {
      padding-right: 0 !important; } }
  .article-list .article h5 a {
    color: inherit; }
    .article-list .article h5 a:hover {
      text-decoration: underline; }
  @media (max-width: 991px) {
    .article-list .article h5 {
      padding-top: 15px; } }
  .article-list .article:last-child {
    border-bottom: none; }
  .article-list .article .image-col {
    padding-left: 0; }
  .article-list .article .col-md-3 {
    padding-left: 0;
    padding-right: 30px; }
  @media (max-width: 960px) {
    .article-list .article .col-md-9 {
      padding-left: 0; } }
  @media (max-width: 991px) {
    .article-list .article .col-md-9 {
      padding-left: 0; } }

.section--register strong, .section-sidebar strong {
  white-space: normal; }

.section--register h4, .section-sidebar h4 {
  color: #9a1d51;
  font-size: 23px; }
  @media (max-width: 991px) {
    .section--register h4, .section-sidebar h4 {
      padding-top: 20px; } }
  @media (max-width: 960px) {
    .section--register h4, .section-sidebar h4 {
      padding-top: 20px; } }

.section--register .register-form, .section--register .login-form, .section--register .update-form, .section-sidebar .register-form, .section-sidebar .login-form, .section-sidebar .update-form {
  color: #000000;
  /*
		.btn-orange{
			background-color: nth($color-red-purple, 2);
			&:hover{
				background-color: shade(nth($color-red-purple, 2), 20%);
				border-color: nth($color-red-purple, 2);
			}
		}
*/ }
  .section--register .register-form .error, .section--register .login-form .error, .section--register .update-form .error, .section-sidebar .register-form .error, .section-sidebar .login-form .error, .section-sidebar .update-form .error {
    padding-left: 12px; }
  .section--register .register-form .form-group, .section--register .login-form .form-group, .section--register .update-form .form-group, .section-sidebar .register-form .form-group, .section-sidebar .login-form .form-group, .section-sidebar .update-form .form-group {
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 0; }
    .section--register .register-form .form-group label, .section--register .login-form .form-group label, .section--register .update-form .form-group label, .section-sidebar .register-form .form-group label, .section-sidebar .login-form .form-group label, .section-sidebar .update-form .form-group label {
      display: none; }
    .section--register .register-form .form-group .form-control, .section--register .login-form .form-group .form-control, .section--register .update-form .form-group .form-control, .section-sidebar .register-form .form-group .form-control, .section-sidebar .login-form .form-group .form-control, .section-sidebar .update-form .form-group .form-control {
      font-size: 16px;
      -webkit-border-radius: 0;
              border-radius: 0;
      color: #000000;
      border: none;
      border-bottom: 1px solid #ccc;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0px;
      margin-bottom: 20px; }
      .section--register .register-form .form-group .form-control::-webkit-input-placeholder, .section--register .login-form .form-group .form-control::-webkit-input-placeholder, .section--register .update-form .form-group .form-control::-webkit-input-placeholder, .section-sidebar .register-form .form-group .form-control::-webkit-input-placeholder, .section-sidebar .login-form .form-group .form-control::-webkit-input-placeholder, .section-sidebar .update-form .form-group .form-control::-webkit-input-placeholder {
        color: #000000; }
      .section--register .register-form .form-group .form-control::-moz-placeholder, .section--register .login-form .form-group .form-control::-moz-placeholder, .section--register .update-form .form-group .form-control::-moz-placeholder, .section-sidebar .register-form .form-group .form-control::-moz-placeholder, .section-sidebar .login-form .form-group .form-control::-moz-placeholder, .section-sidebar .update-form .form-group .form-control::-moz-placeholder {
        color: #000000; }
      .section--register .register-form .form-group .form-control::-ms-input-placeholder, .section--register .login-form .form-group .form-control::-ms-input-placeholder, .section--register .update-form .form-group .form-control::-ms-input-placeholder, .section-sidebar .register-form .form-group .form-control::-ms-input-placeholder, .section-sidebar .login-form .form-group .form-control::-ms-input-placeholder, .section-sidebar .update-form .form-group .form-control::-ms-input-placeholder {
        color: #000000; }
      .section--register .register-form .form-group .form-control::placeholder, .section--register .login-form .form-group .form-control::placeholder, .section--register .update-form .form-group .form-control::placeholder, .section-sidebar .register-form .form-group .form-control::placeholder, .section-sidebar .login-form .form-group .form-control::placeholder, .section-sidebar .update-form .form-group .form-control::placeholder {
        color: #000000; }
    .section--register .register-form .form-group.form-group--text-area .form-control, .section--register .login-form .form-group.form-group--text-area .form-control, .section--register .update-form .form-group.form-group--text-area .form-control, .section-sidebar .register-form .form-group.form-group--text-area .form-control, .section-sidebar .login-form .form-group.form-group--text-area .form-control, .section-sidebar .update-form .form-group.form-group--text-area .form-control {
      border: none; }
    .section--register .register-form .form-group.form-group--checkbox, .section--register .login-form .form-group.form-group--checkbox, .section--register .update-form .form-group.form-group--checkbox, .section-sidebar .register-form .form-group.form-group--checkbox, .section-sidebar .login-form .form-group.form-group--checkbox, .section-sidebar .update-form .form-group.form-group--checkbox {
      padding: 10px 0; }
      .section--register .register-form .form-group.form-group--checkbox label, .section--register .login-form .form-group.form-group--checkbox label, .section--register .update-form .form-group.form-group--checkbox label, .section-sidebar .register-form .form-group.form-group--checkbox label, .section-sidebar .login-form .form-group.form-group--checkbox label, .section-sidebar .update-form .form-group.form-group--checkbox label {
        width: 90%;
        font-weight: 400;
        display: block;
        float: right; }
      .section--register .register-form .form-group.form-group--checkbox .wpcf7-list-item-label, .section--register .login-form .form-group.form-group--checkbox .wpcf7-list-item-label, .section--register .update-form .form-group.form-group--checkbox .wpcf7-list-item-label, .section-sidebar .register-form .form-group.form-group--checkbox .wpcf7-list-item-label, .section-sidebar .login-form .form-group.form-group--checkbox .wpcf7-list-item-label, .section-sidebar .update-form .form-group.form-group--checkbox .wpcf7-list-item-label {
        display: none; }
      .section--register .register-form .form-group.form-group--checkbox .wpcf7-list-item, .section--register .login-form .form-group.form-group--checkbox .wpcf7-list-item, .section--register .update-form .form-group.form-group--checkbox .wpcf7-list-item, .section-sidebar .register-form .form-group.form-group--checkbox .wpcf7-list-item, .section-sidebar .login-form .form-group.form-group--checkbox .wpcf7-list-item, .section-sidebar .update-form .form-group.form-group--checkbox .wpcf7-list-item {
        margin-left: 0; }
        .section--register .register-form .form-group.form-group--checkbox .wpcf7-list-item input[type="radio"], .section--register .register-form .form-group.form-group--checkbox .wpcf7-list-item input[type="checkbox"], .section--register .login-form .form-group.form-group--checkbox .wpcf7-list-item input[type="radio"], .section--register .login-form .form-group.form-group--checkbox .wpcf7-list-item input[type="checkbox"], .section--register .update-form .form-group.form-group--checkbox .wpcf7-list-item input[type="radio"], .section--register .update-form .form-group.form-group--checkbox .wpcf7-list-item input[type="checkbox"], .section-sidebar .register-form .form-group.form-group--checkbox .wpcf7-list-item input[type="radio"], .section-sidebar .register-form .form-group.form-group--checkbox .wpcf7-list-item input[type="checkbox"], .section-sidebar .login-form .form-group.form-group--checkbox .wpcf7-list-item input[type="radio"], .section-sidebar .login-form .form-group.form-group--checkbox .wpcf7-list-item input[type="checkbox"], .section-sidebar .update-form .form-group.form-group--checkbox .wpcf7-list-item input[type="radio"], .section-sidebar .update-form .form-group.form-group--checkbox .wpcf7-list-item input[type="checkbox"] {
          width: auto; }
      .section--register .register-form .form-group.form-group--checkbox input, .section--register .login-form .form-group.form-group--checkbox input, .section--register .update-form .form-group.form-group--checkbox input, .section-sidebar .register-form .form-group.form-group--checkbox input, .section-sidebar .login-form .form-group.form-group--checkbox input, .section-sidebar .update-form .form-group.form-group--checkbox input {
        width: auto;
        display: inline; }
        .section--register .register-form .form-group.form-group--checkbox input:-webkit-autofill, .section--register .login-form .form-group.form-group--checkbox input:-webkit-autofill, .section--register .update-form .form-group.form-group--checkbox input:-webkit-autofill, .section-sidebar .register-form .form-group.form-group--checkbox input:-webkit-autofill, .section-sidebar .login-form .form-group.form-group--checkbox input:-webkit-autofill, .section-sidebar .update-form .form-group.form-group--checkbox input:-webkit-autofill {
          background: transparent; }
    .section--register .register-form .form-group--select, .section--register .login-form .form-group--select, .section--register .update-form .form-group--select, .section-sidebar .register-form .form-group--select, .section-sidebar .login-form .form-group--select, .section-sidebar .update-form .form-group--select {
      padding-top: 10px; }
      .section--register .register-form .form-group--select select, .section--register .login-form .form-group--select select, .section--register .update-form .form-group--select select, .section-sidebar .register-form .form-group--select select, .section-sidebar .login-form .form-group--select select, .section-sidebar .update-form .form-group--select select {
        padding: 0 2em 0 0 !important;
        width: 100%;
        max-width: 100%;
        /* useful when width is set to anything other than 100% */
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23414142%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat, repeat;
        /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
        background-position: right .7em top 50%, 0 0;
        /* icon size, then gradient */
        -webkit-background-size: .65em auto, 100%;
                background-size: .65em auto, 100%;
        /* Hide arrow icon in IE browsers */
        /* Set options to normal weight */ }
        .section--register .register-form .form-group--select select::-ms-expand, .section--register .login-form .form-group--select select::-ms-expand, .section--register .update-form .form-group--select select::-ms-expand, .section-sidebar .register-form .form-group--select select::-ms-expand, .section-sidebar .login-form .form-group--select select::-ms-expand, .section-sidebar .update-form .form-group--select select::-ms-expand {
          display: none; }
        .section--register .register-form .form-group--select select option, .section--register .login-form .form-group--select select option, .section--register .update-form .form-group--select select option, .section-sidebar .register-form .form-group--select select option, .section-sidebar .login-form .form-group--select select option, .section-sidebar .update-form .form-group--select select option {
          font-weight: normal; }

.section--register .login-form, .section-sidebar .login-form {
  padding: 40px 0; }
  .section--register .login-form .btn, .section-sidebar .login-form .btn {
    margin-top: 15px; }

.section--register-activation .login-form, .section-sidebar-activation .login-form {
  padding: 0px 0 40px; }

.section--register .validation--error, .section-sidebar .validation--error {
  margin-bottom: 6px;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  color: #ffffff;
  font-weight: 700;
  font-family: "GothamRounded",sans-serif;
  text-decoration: none;
  padding: 6px 17px 7px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  width: 100%; }
  .page-color--yellow .section--register .validation--error, .page-color--yellow .section-sidebar .validation--error {
    background-color: #eeb162; }
    .page-color--yellow .section--register .validation--error a, .page-color--yellow .section-sidebar .validation--error a {
      color: #000000; }
      .page-color--yellow .section--register .validation--error a:hover, .page-color--yellow .section-sidebar .validation--error a:hover {
        color: #ffffff; }
  .page-color--purple .section--register .validation--error, .page-color--purple .section-sidebar .validation--error {
    background-color: #ab95cc; }
    .page-color--purple .section--register .validation--error a, .page-color--purple .section-sidebar .validation--error a {
      color: #000000; }
      .page-color--purple .section--register .validation--error a:hover, .page-color--purple .section-sidebar .validation--error a:hover {
        color: #ffffff; }
  .page-color--blue .section--register .validation--error, .page-color--blue .section-sidebar .validation--error {
    background-color: #00a7bc; }
    .page-color--blue .section--register .validation--error a, .page-color--blue .section-sidebar .validation--error a {
      color: #000000; }
      .page-color--blue .section--register .validation--error a:hover, .page-color--blue .section-sidebar .validation--error a:hover {
        color: #ffffff; }
  .page-color--orange .section--register .validation--error, .page-color--orange .section-sidebar .validation--error {
    background-color: #F7972A; }
    .page-color--orange .section--register .validation--error a, .page-color--orange .section-sidebar .validation--error a {
      color: #000000; }
      .page-color--orange .section--register .validation--error a:hover, .page-color--orange .section-sidebar .validation--error a:hover {
        color: #ffffff; }
  .page-color--gray .section--register .validation--error, .page-color--gray .section-sidebar .validation--error {
    background-color: #f0efef; }
    .page-color--gray .section--register .validation--error a, .page-color--gray .section-sidebar .validation--error a {
      color: #000000; }
      .page-color--gray .section--register .validation--error a:hover, .page-color--gray .section-sidebar .validation--error a:hover {
        color: #ffffff; }
  .page-color--red .section--register .validation--error, .page-color--red .section-sidebar .validation--error {
    background-color: #c72026; }
    .page-color--red .section--register .validation--error a, .page-color--red .section-sidebar .validation--error a {
      color: #000000; }
      .page-color--red .section--register .validation--error a:hover, .page-color--red .section-sidebar .validation--error a:hover {
        color: #ffffff; }
  .page-color--green .section--register .validation--error, .page-color--green .section-sidebar .validation--error {
    background-color: #56af47; }
    .page-color--green .section--register .validation--error a, .page-color--green .section-sidebar .validation--error a {
      color: #000000; }
      .page-color--green .section--register .validation--error a:hover, .page-color--green .section-sidebar .validation--error a:hover {
        color: #ffffff; }
  .page-color--red-purple .section--register .validation--error, .page-color--red-purple .section-sidebar .validation--error {
    background-color: #9a1d51; }
    .page-color--red-purple .section--register .validation--error a, .page-color--red-purple .section-sidebar .validation--error a {
      color: #000000; }
      .page-color--red-purple .section--register .validation--error a:hover, .page-color--red-purple .section-sidebar .validation--error a:hover {
        color: #ffffff; }
  @media (max-width: 960px) {
    .section--register .validation--error, .section-sidebar .validation--error {
      font-size: 16px; } }

.section-sidebar .section__content {
  margin-bottom: 40px; }
  .section-sidebar .section__content h3 {
    color: #9a1d51;
    font-size: 20px; }
  .section-sidebar .section__content .form-group {
    padding-bottom: 10px; }
    .section-sidebar .section__content .form-group .form-control {
      height: auto; }

.section-sidebar .update-form .form-group {
  padding-bottom: 0; }
  .section-sidebar .update-form .form-group .form-control {
    padding-bottom: 10px; }
  .section-sidebar .update-form .form-group label {
    display: block;
    font-size: 12px;
    font-family: "Gilroy-Light", sans-serif;
    font-weight: normal; }

.section-sidebar .update-form .btn {
  margin-top: 20px; }

.twitter__feed {
  border: 1px solid #787878;
  -webkit-border-radius: 0px 0px 5px 5px;
          border-radius: 0px 0px 5px 5px; }

.twitter__header {
  border: 1px solid #787878;
  -webkit-border-radius: 5px 5px 0px 0px;
          border-radius: 5px 5px 0px 0px;
  padding: 10px; }
  .twitter__header .follow {
    float: right;
    background-color: #5da7dc;
    margin-top: 5px;
    width: 74px;
    padding: 0px 5px;
    margin-top: 0;
    /* height: 30px; */
    -webkit-border-radius: 4px;
            border-radius: 4px; }
    .twitter__header .follow i {
      color: #fff;
      font-size: 20px;
      line-height: 1; }
    .twitter__header .follow span {
      color: #fff;
      font-size: 15px;
      font-family: Gilroy-Light, sans-serif;
      line-height: 20px;
      vertical-align: middle; }

#ctf .ctf-header {
  border: 1px solid #787878;
  display: none; }

#ctf .ctf-author-box {
  width: calc(100% - 38px);
  min-height: 0px;
  height: 20px; }
  @media (max-width: 991px) {
    #ctf .ctf-author-box {
      width: calc(100% - 60px); } }
  @media (max-width: 960px) {
    #ctf .ctf-author-box {
      width: calc(100% - 53px); } }
  #ctf .ctf-author-box .ctf-author-avatar, #ctf .ctf-author-box .ctf-author-avatar img {
    width: 42px;
    height: 42px; }
  #ctf .ctf-author-box .ctf-tweet-meta {
    float: right;
    padding-top: 7px; }

#ctf a.ctf-author-name:hover {
  text-decoration: underline; }

#ctf .ctf-item {
  padding: 15px 10px;
  border: 1px solid #787878;
  border-bottom: none; }
  #ctf .ctf-item:last-child {
    border-bottom: 1px solid #787878; }
  #ctf .ctf-item .ctf-tweet-content {
    margin-left: 52px; }
    @media (max-width: 991px) {
      #ctf .ctf-item .ctf-tweet-content {
        margin-left: 60px;
        padding-top: 10px; } }
    @media (max-width: 960px) {
      #ctf .ctf-item .ctf-tweet-content {
        margin-left: 60px; } }

.footer-subscribe {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 450px;
  padding: 20px;
  background: #9a1d51; }
  .footer-subscribe .wpcf7-response-output {
    display: none; }
  @media (max-width: 960px) {
    .footer-subscribe {
      width: 100%;
      padding: 20px 35px; } }
  .footer-subscribe--open .arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .footer-subscribe__button h3 {
    font-size: 29px;
    color: #fff; }
    @media (max-width: 960px) {
      .footer-subscribe__button h3 {
        font-size: 22px; } }
    .footer-subscribe__button h3 .arrow {
      background: url(../images/arrow.png) top center/cover no-repeat;
      height: 19px;
      width: 36px;
      float: right;
      margin-top: 7px;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease; }
  .footer-subscribe__form {
    display: none;
    position: relative;
    bottom: 0;
    padding-top: 30px; }
    .footer-subscribe__form .form-control {
      font-size: 15px;
      -webkit-border-radius: 0;
              border-radius: 0;
      color: #000000;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 20px 10px; }
      .footer-subscribe__form .form-control::-webkit-input-placeholder {
        color: #cd8ea8;
        font-family: "Gilroy-ExtraBold", sans-serif; }
      .footer-subscribe__form .form-control::-moz-placeholder {
        color: #cd8ea8;
        font-family: "Gilroy-ExtraBold", sans-serif; }
      .footer-subscribe__form .form-control::-ms-input-placeholder {
        color: #cd8ea8;
        font-family: "Gilroy-ExtraBold", sans-serif; }
      .footer-subscribe__form .form-control::placeholder {
        color: #cd8ea8;
        font-family: "Gilroy-ExtraBold", sans-serif; }
    .footer-subscribe__form p {
      font-family: "Gilroy-ExtraBold", sans-serif;
      color: #fff;
      display: inline;
      float: left; }
    .footer-subscribe__form span.ajax-loader {
      clear: both;
      float: left; }
    .footer-subscribe__form div.wpcf7-response-output {
      clear: both; }
  .footer-subscribe__success {
    display: none;
    padding-top: 30px; }
    .footer-subscribe__success p {
      font-family: "Gilroy-ExtraBold", sans-serif;
      color: #fff; }

.wsp-container {
  padding-bottom: 40px; }
  .wsp-container ul.children {
    margin-left: 20px; }
  .wsp-container li {
    padding-bottom: 0 !important;
    list-style: disc; }
  @media (max-width: 991px) {
    .wsp-container a {
      margin-bottom: 7px;
      display: inline-block; } }
  @media (max-width: 767px) {
    .wsp-container a {
      margin-bottom: 12px; } }

.contact_form [type="radio"]:checked + label,
.contact_form [type="radio"]:not(:checked) + label,
.contact_form [type="checkbox"]:checked + label,
.contact_form [type="checkbox"]:not(:checked) + label {
  line-height: 1; }

.contact_form [type="submit"] {
  color: #fff; }

.contact_form label {
  font-size: 30px;
  line-height: 1em !important; }
  @media (max-width: 960px) {
    .contact_form label {
      font-size: 22px; } }

.contact_form h4 {
  font-size: 48px;
  color: #9a1d51; }
  @media (max-width: 960px) {
    .contact_form h4 {
      font-size: 30px; } }

.page-id-450 .main h3 {
  font-size: 48px;
  color: #9a1d51; }
  @media (max-width: 960px) {
    .page-id-450 .main h3 {
      font-size: 30px; } }

.page-id-450 .main p {
  font-family: "Gilroy-ExtraBold", sans-serif; }

.donation_form [type="radio"]:checked, .donation_form [type="radio"]:not(:checked),
.donation_form [type="checkbox"]:checked,
.donation_form [type="checkbox"]:not(:checked),
.contact_form [type="radio"]:checked,
.contact_form [type="radio"]:not(:checked),
.contact_form [type="checkbox"]:checked,
.contact_form [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.donation_form [type="radio"]:checked + label,
.donation_form [type="radio"]:not(:checked) + label,
.donation_form [type="checkbox"]:checked + label,
.donation_form [type="checkbox"]:not(:checked) + label,
.contact_form [type="radio"]:checked + label,
.contact_form [type="radio"]:not(:checked) + label,
.contact_form [type="checkbox"]:checked + label,
.contact_form [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: "Gilroy-ExtraBold", sans-serif; }

.donation_form [type="radio"]:checked + label,
.donation_form [type="radio"]:not(:checked) + label,
.donation_form [type="checkbox"]:checked + label,
.donation_form [type="checkbox"]:not(:checked) + label,
.contact_form [type="radio"]:checked + label,
.contact_form [type="radio"]:not(:checked) + label,
.contact_form [type="checkbox"]:checked + label,
.contact_form [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  padding-right: 20px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: "Gilroy-ExtraBold", sans-serif; }

.donation_form [type="radio"]:checked + label:before,
.donation_form [type="radio"]:not(:checked) + label:before,
.donation_form [type="checkbox"]:checked + label:before,
.donation_form [type="checkbox"]:not(:checked) + label:before,
.contact_form [type="radio"]:checked + label:before,
.contact_form [type="radio"]:not(:checked) + label:before,
.contact_form [type="checkbox"]:checked + label:before,
.contact_form [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.donation_form [type="radio"]:not(:checked) + label + select,
.donation_form [type="checkbox"]:not(:checked) + label + select,
.contact_form [type="radio"]:not(:checked) + label + select,
.contact_form [type="checkbox"]:not(:checked) + label + select {
  display: none; }

.donation_form [type="radio"]:checked + label:after,
.donation_form [type="radio"]:not(:checked) + label:after,
.donation_form [type="checkbox"]:checked + label:after,
.donation_form [type="checkbox"]:not(:checked) + label:after,
.contact_form [type="radio"]:checked + label:after,
.contact_form [type="radio"]:not(:checked) + label:after,
.contact_form [type="checkbox"]:checked + label:after,
.contact_form [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #9a1d51;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.donation_form [type="radio"]:not(:checked) + label:after,
.donation_form [type="checkbox"]:not(:checked) + label:after,
.contact_form [type="radio"]:not(:checked) + label:after,
.contact_form [type="checkbox"]:not(:checked) + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.donation_form [type="radio"]:checked + label:after,
.donation_form [type="checkbox"]:checked + label:after,
.contact_form [type="radio"]:checked + label:after,
.contact_form [type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.donation_form__image-box,
.contact_form__image-box {
  max-width: 80%; }

.donation_form h3,
.contact_form h3 {
  padding-bottom: 20px;
  color: #9a1d51;
  font-size: 48px; }

.donation_form h4,
.contact_form h4 {
  color: #9a1d51;
  vertical-align: bottom;
  font-size: 30px; }

.donation_form__image-box,
.contact_form__image-box {
  border: 1px solid #000;
  padding: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.donation_form label,
.contact_form label {
  margin-bottom: 0;
  font-weight: normal;
  color: #000000; }

.donation input,
.donation textarea,
.contact input,
.contact textarea {
  color: #000000;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-size: 16px; }
  .donation input::-webkit-input-placeholder,
  .donation textarea::-webkit-input-placeholder,
  .contact input::-webkit-input-placeholder,
  .contact textarea::-webkit-input-placeholder {
    color: #000000;
    font-family: "Gilroy-ExtraBold", sans-serif; }
  .donation input::-moz-placeholder,
  .donation textarea::-moz-placeholder,
  .contact input::-moz-placeholder,
  .contact textarea::-moz-placeholder {
    color: #000000;
    font-family: "Gilroy-ExtraBold", sans-serif; }
  .donation input:-ms-input-placeholder,
  .donation textarea:-ms-input-placeholder,
  .contact input:-ms-input-placeholder,
  .contact textarea:-ms-input-placeholder {
    color: #000000;
    font-family: "Gilroy-ExtraBold", sans-serif; }
  .donation input:-moz-placeholder,
  .donation textarea:-moz-placeholder,
  .contact input:-moz-placeholder,
  .contact textarea:-moz-placeholder {
    color: #000000;
    font-family: "Gilroy-ExtraBold", sans-serif; }

.donation .support-box + img,
.contact .support-box + img {
  padding-left: 40px;
  top: -20px;
  position: relative;
  z-index: -1; }

.donation .select,
.contact .select {
  border: 1px solid #000000;
  padding: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  background: transparent;
  height: 42px;
  margin-bottom: 20px;
  color: #000000;
  font-family: "Gilroy-ExtraBold", sans-serif; }

.donation .alt_amount,
.contact .alt_amount {
  font-family: "Gilroy-ExtraBold", sans-serif;
  padding-bottom: 10px; }

.donation__input__container,
.donation .input,
.contact__input__container,
.contact .input {
  border: 1px solid #000000;
  padding: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  display: table;
  position: relative; }
  .donation__input__container.error,
  .donation .input.error,
  .contact__input__container.error,
  .contact .input.error {
    border-color: red; }
  .donation__input__container > div,
  .donation .input > div,
  .contact__input__container > div,
  .contact .input > div {
    display: table-row;
    width: 100%; }
  .donation__input__container label,
  .donation .input label,
  .contact__input__container label,
  .contact .input label {
    display: table-cell;
    white-space: nowrap;
    text-align: left;
    width: 1px;
    font-weight: normal;
    display: none;
    font-size: 16px;
    color: #000000;
    font-family: "Gilroy-ExtraBold", sans-serif;
    /* Distance from label to text input */
    padding-right: 6px; }
  .donation__input__container input[type="text"],
  .donation__input__container input[type="email"],
  .donation__input__container textarea,
  .donation .input input[type="text"],
  .donation .input input[type="email"],
  .donation .input textarea,
  .contact__input__container input[type="text"],
  .contact__input__container input[type="email"],
  .contact__input__container textarea,
  .contact .input input[type="text"],
  .contact .input input[type="email"],
  .contact .input textarea {
    display: table-cell;
    border: none;
    background: none;
    clear: left;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .donation__input__container select,
  .donation .input select,
  .contact__input__container select,
  .contact .input select {
    text-align: right;
    position: absolute;
    right: 20px;
    border: 0;
    background: transparent; }
  .donation__input__container.donation__input__container--textarea,
  .donation .input.donation__input__container--textarea,
  .contact__input__container.donation__input__container--textarea,
  .contact .input.donation__input__container--textarea {
    display: block; }
    .donation__container--reason .donation__input__container.donation__input__container--textarea, .donation__container--reason
    .donation .input.donation__input__container--textarea, .donation__container--reason
    .contact__input__container.donation__input__container--textarea, .donation__container--reason
    .contact .input.donation__input__container--textarea {
      display: none; }
    .donation__input__container.donation__input__container--textarea label,
    .donation .input.donation__input__container--textarea label,
    .contact__input__container.donation__input__container--textarea label,
    .contact .input.donation__input__container--textarea label {
      display: inline-block;
      white-space: normal;
      width: 100%; }
    .donation__input__container.donation__input__container--textarea textarea,
    .donation .input.donation__input__container--textarea textarea,
    .contact__input__container.donation__input__container--textarea textarea,
    .contact .input.donation__input__container--textarea textarea {
      display: block;
      padding-left: 0;
      padding-top: 20px; }

.donation .row,
.contact .row {
  padding: 0 0 20px; }
  .donation .row--no-pad-bottom,
  .contact .row--no-pad-bottom {
    padding: 0 0 0px; }
  .donation .row--underline-bottom,
  .contact .row--underline-bottom {
    border-bottom: 1px solid #000000;
    margin-bottom: 20px; }
  .donation .row--underline-top,
  .contact .row--underline-top {
    border-top: 1px solid #000000;
    margin-top: 20px;
    padding-top: 20px; }
  .donation .row--honour label,
  .contact .row--honour label {
    font-size: 30px;
    vertical-align: bottom;
    font-family: "Gilroy-ExtraBold", sans-serif; }
  .donation .row--honour .select,
  .contact .row--honour .select {
    margin-left: 100px;
    width: 33%;
    margin-bottom: 0; }
  .donation .row--card h4,
  .contact .row--card h4 {
    margin-bottom: 20px; }
  .donation .row--hidden,
  .contact .row--hidden {
    display: none; }
  .donation .row .row .row,
  .contact .row .row .row {
    padding-bottom: 0; }

.donation__container--reason .donation__input__container,
.contact__container--reason .donation__input__container {
  margin-bottom: 20px; }

.donation__container--acknowledgment-card,
.contact__container--acknowledgment-card {
  display: none; }
  .donation__container--acknowledgment-card .donation__input__container,
  .contact__container--acknowledgment-card .donation__input__container {
    margin-bottom: 20px; }
  .donation__container--acknowledgment-card > div:not(.radio__container),
  .contact__container--acknowledgment-card > div:not(.radio__container) {
    display: none; }
  .donation__container--acknowledgment-card #DonationMailCard-relationship,
  .contact__container--acknowledgment-card #DonationMailCard-relationship {
    display: none; }

.donation .radio__container,
.contact .radio__container {
  padding-bottom: 20px; }

.donation .input__number,
.contact .input__number {
  padding-left: 20px; }
  .donation .input__number__container span,
  .contact .input__number__container span {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #000000;
    font-family: "Gilroy-ExtraBold", sans-serif; }

.donation .personal-details .row:first-child label,
.contact .personal-details .row:first-child label {
  font-size: 30px;
  vertical-align: bottom; }

.donation .personal-details p,
.contact .personal-details p {
  padding-left: 20px; }

.donation .personal-details small,
.contact .personal-details small {
  display: block;
  padding-top: 10px; }

.donation .personal-details .donation__input__container--title-fullname,
.contact .personal-details .donation__input__container--title-fullname {
  padding-left: 140px; }
  .donation .personal-details .donation__input__container--title-fullname:after,
  .contact .personal-details .donation__input__container--title-fullname:after {
    content: '';
    height: 40px;
    border-left: 1px solid;
    padding: 9px;
    position: absolute;
    top: 0;
    margin-left: -10px; }
  .donation .personal-details .donation__input__container--title-fullname .select,
  .contact .personal-details .donation__input__container--title-fullname .select {
    width: auto;
    left: 0;
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
    height: auto; }

.donation .payment-details #payment_type_paypal + label,
.contact .payment-details #payment_type_paypal + label {
  text-indent: 10000px; }
  .donation .payment-details #payment_type_paypal + label + img,
  .contact .payment-details #payment_type_paypal + label + img {
    margin-left: -20px; }

.donation .payment-details #payment_type_credit_card + label + img,
.contact .payment-details #payment_type_credit_card + label + img {
  margin-left: 45%; }

.gform_wrapper:not(:first-child) {
  margin-top: 60px;
  margin-top: 6rem; }

.gform_wrapper .gform_heading {
  display: none; }

.gform_wrapper .gform_body .gfield.gsection {
  padding-bottom: 4px;
  padding-bottom: 0.4rem; }
  .gform_wrapper .gform_body .gfield.gsection.efront_section_no_border {
    border-bottom: 0; }
  .gform_wrapper .gform_body .gfield.gsection .gsection_title {
    padding-bottom: 0; }

.gform_wrapper .gform_body .gfield + .gsection {
  margin-top: 74px;
  margin-top: 7.4rem;
  border-top: 1px solid #000000;
  padding-top: 20px;
  padding-top: 2rem;
  border-bottom: none; }
  @media (max-width: 991px) {
    .gform_wrapper .gform_body .gfield + .gsection {
      margin-top: 2.3rem; } }

.gform_wrapper .gform_body .gfield.efront_large_radio_field .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .gform_wrapper .gform_body .gfield.efront_large_radio_field .gfield_radio .gchoice {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    padding-right: 13px;
    padding-right: 1.3rem;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .gform_wrapper .gform_body .gfield.efront_large_radio_field .gfield_radio .gchoice {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (max-width: 960px) {
      .gform_wrapper .gform_body .gfield.efront_large_radio_field .gfield_radio .gchoice {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .gform_wrapper .gform_body .gfield.efront_large_radio_field .gfield_radio .gchoice label {
      font-size: 30px; }
      @media (max-width: 960px) {
        .gform_wrapper .gform_body .gfield.efront_large_radio_field .gfield_radio .gchoice label {
          font-size: 22px; } }

.gform_wrapper .gform_body .gfield.efront_hide_max_char .ginput_counter {
  display: none; }

.gform_wrapper .gform_body .gfield input[type="text"],
.gform_wrapper .gform_body .gfield input[type="email"],
.gform_wrapper .gform_body .gfield input[type="date"],
.gform_wrapper .gform_body .gfield input[type="tel"],
.gform_wrapper .gform_body .gfield input[type="password"],
.gform_wrapper .gform_body .gfield input[type="number"],
.gform_wrapper .gform_body .gfield textarea {
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: 1px solid #000000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  padding: 1rem;
  line-height: 1.2 !important; }

.gform_wrapper .gform_body .gfield textarea {
  resize: vertical;
  max-width: 100%; }

.gform_wrapper .gform_body .gfield.efront_narrow_row {
  max-width: 340px; }
  @media (max-width: 991px) {
    .gform_wrapper .gform_body .gfield.efront_narrow_row {
      max-width: none; } }

.gform_wrapper .gform_body .gfield .gfield_validation_message,
.gform_wrapper .gform_body .gfield .validation_message {
  padding: 0;
  border: none;
  background: transparent;
  margin-top: 5px;
  margin-top: 0.5rem;
  font-size: 14px; }

.gform_wrapper .gform_body .gfield .gchoice {
  position: relative; }

.gform_wrapper .gform_body .gfield [type="radio"],
.gform_wrapper .gform_body .gfield [type="checkbox"] {
  position: absolute;
  left: -9999px; }
  .gform_wrapper .gform_body .gfield [type="radio"] + label,
  .gform_wrapper .gform_body .gfield [type="checkbox"] + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-weight: normal; }
    .gform_wrapper .gform_body .gfield [type="radio"] + label:before,
    .gform_wrapper .gform_body .gfield [type="checkbox"] + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #000000;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      background: #fff;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
    .gform_wrapper .gform_body .gfield [type="radio"] + label:after,
    .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #F7972A;
      position: absolute;
      top: 4px;
      left: 4px;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      opacity: 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
      body.page-color--yellow .gform_wrapper .gform_body .gfield [type="radio"] + label:after, body.page-color--yellow
      .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
        background: #eeb162; }
      body.page-color--purple .gform_wrapper .gform_body .gfield [type="radio"] + label:after, body.page-color--purple
      .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
        background: #ab95cc; }
      body.page-color--blue .gform_wrapper .gform_body .gfield [type="radio"] + label:after, body.page-color--blue
      .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
        background: #00a7bc; }
      body.page-color--orange .gform_wrapper .gform_body .gfield [type="radio"] + label:after, body.page-color--orange
      .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
        background: #F7972A; }
      body.page-color--gray .gform_wrapper .gform_body .gfield [type="radio"] + label:after, body.page-color--gray
      .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
        background: #f0efef; }
      body.page-color--red .gform_wrapper .gform_body .gfield [type="radio"] + label:after, body.page-color--red
      .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
        background: #c72026; }
      body.page-color--green .gform_wrapper .gform_body .gfield [type="radio"] + label:after, body.page-color--green
      .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
        background: #56af47; }
      body.page-color--red-purple .gform_wrapper .gform_body .gfield [type="radio"] + label:after, body.page-color--red-purple
      .gform_wrapper .gform_body .gfield [type="checkbox"] + label:after {
        background: #9a1d51; }
  .gform_wrapper .gform_body .gfield [type="radio"]:not(:checked) + label + select,
  .gform_wrapper .gform_body .gfield [type="checkbox"]:not(:checked) + label + select {
    display: none; }
  .gform_wrapper .gform_body .gfield [type="radio"]:checked + label:after,
  .gform_wrapper .gform_body .gfield [type="checkbox"]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.gform_wrapper .gform_validation_errors {
  margin-bottom: 20px !important;
  margin-bottom: 2rem !important; }
  .gform_wrapper .gform_validation_errors h2 {
    font-size: 13.2px !important; }

.search-link {
  display: inline-block;
  float: right;
  padding-top: 10px;
  padding-left: 20px; }
  @media (max-width: 1200px) {
    .search-link {
      padding-left: 10px; } }
  @media (max-width: 991px) {
    body.active .search-link {
      position: absolute;
      float: none;
      top: 185px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1000;
      visibility: visible;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      opacity: 1;
      padding: 0; } }
  .search-link a {
    display: inline-block;
    background: url(../images/search-icon.png) no-repeat center/contain;
    width: 24px;
    height: 24px;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%;
    vertical-align: middle;
    padding-bottom: 0; }
    [data-whatinput='keyboard'] .search-link a:focus {
      outline: 2px solid #fff;
      outline-offset: 10px; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
      .search-link a {
        background-image: url(../images/search-icon@2x.png);
        width: 24px;
        height: 24px; } }

.section--search {
  background-color: #F1F1F1;
  text-align: center; }
  .section--search__wrapper {
    margin-top: 65px;
    margin-top: 6.5rem;
    margin-bottom: 45px;
    margin-bottom: 4.5rem; }
    @media (max-width: 960px) {
      .section--search__wrapper {
        margin-top: 4.5rem;
        margin-bottom: 2.5rem; } }
    .section--search__wrapper input[type="text"], .section--search__wrapper input[type="search"] {
      position: relative;
      outline: none;
      border: none;
      height: 53px;
      height: 5.3rem;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      -webkit-border-radius: 0;
              border-radius: 0;
      padding: 5px 10px;
      font-size: 16px;
      font-size: 1.6rem;
      max-width: 400px;
      width: 100%;
      margin-bottom: 20px;
      margin-bottom: 2rem;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .section--search__wrapper input[type="text"], .section--search__wrapper input[type="search"] {
          height: 3.8rem;
          max-width: 250px; } }
    .section--search__wrapper button {
      margin-bottom: 20px;
      margin-bottom: 2rem; }

/* ------------------------------------------------------------ *\
	Flip cards
\* ------------------------------------------------------------ */
.flip-cards {
  color: #ffffff;
  padding: 28px 0 76px; }
  @media (max-width: 767px) {
    .flip-cards {
      padding: 21px 0 65px; }
      .flip-cards .row > div {
        padding: 0; } }
  .highcontrast .flip-cards {
    color: #000; }
  .flip-cards.flip-cards--yellow .flip-card__front {
    background-color: #eeb162; }
    .highcontrast .flip-cards.flip-cards--yellow .flip-card__front {
      background-color: #ffffff;
      border: 2px solid #000; }
  .highcontrast .flip-cards.flip-cards--yellow .flip-card__back {
    background-color: #ffffff;
    border: 2px solid #000; }
  .flip-cards.flip-cards--purple .flip-card__front {
    background-color: #ab95cc; }
    .highcontrast .flip-cards.flip-cards--purple .flip-card__front {
      background-color: #ffffff;
      border: 2px solid #000; }
  .highcontrast .flip-cards.flip-cards--purple .flip-card__back {
    background-color: #ffffff;
    border: 2px solid #000; }
  .flip-cards.flip-cards--blue .flip-card__front {
    background-color: #00a7bc; }
    .highcontrast .flip-cards.flip-cards--blue .flip-card__front {
      background-color: #ffffff;
      border: 2px solid #000; }
  .highcontrast .flip-cards.flip-cards--blue .flip-card__back {
    background-color: #ffffff;
    border: 2px solid #000; }
  .flip-cards.flip-cards--orange .flip-card__front {
    background-color: #F7972A; }
    .highcontrast .flip-cards.flip-cards--orange .flip-card__front {
      background-color: #ffffff;
      border: 2px solid #000; }
  .highcontrast .flip-cards.flip-cards--orange .flip-card__back {
    background-color: #ffffff;
    border: 2px solid #000; }
  .flip-cards.flip-cards--gray .flip-card__front {
    background-color: #f0efef; }
    .highcontrast .flip-cards.flip-cards--gray .flip-card__front {
      background-color: #ffffff;
      border: 2px solid #000; }
  .highcontrast .flip-cards.flip-cards--gray .flip-card__back {
    background-color: #ffffff;
    border: 2px solid #000; }
  .flip-cards.flip-cards--red .flip-card__front {
    background-color: #c72026; }
    .highcontrast .flip-cards.flip-cards--red .flip-card__front {
      background-color: #ffffff;
      border: 2px solid #000; }
  .highcontrast .flip-cards.flip-cards--red .flip-card__back {
    background-color: #ffffff;
    border: 2px solid #000; }
  .flip-cards.flip-cards--green .flip-card__front {
    background-color: #56af47; }
    .highcontrast .flip-cards.flip-cards--green .flip-card__front {
      background-color: #ffffff;
      border: 2px solid #000; }
  .highcontrast .flip-cards.flip-cards--green .flip-card__back {
    background-color: #ffffff;
    border: 2px solid #000; }
  .flip-cards.flip-cards--red-purple .flip-card__front {
    background-color: #9a1d51; }
    .highcontrast .flip-cards.flip-cards--red-purple .flip-card__front {
      background-color: #ffffff;
      border: 2px solid #000; }
  .highcontrast .flip-cards.flip-cards--red-purple .flip-card__back {
    background-color: #ffffff;
    border: 2px solid #000; }
  .flip-cards .flip-card {
    margin: 30px 0 0;
    text-align: center;
    -webkit-perspective: 1000px;
            perspective: 1000px; }
    @media (max-width: 767px) {
      .flip-cards .flip-card {
        margin: 20px 0 0; } }
    html.desktop .flip-cards .flip-card--flippable:hover .flip-card__inner {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
    html.desktop.ie11 .flip-cards .flip-card--flippable:hover .flip-card__inner {
      -webkit-transform: rotateY(0);
              transform: rotateY(0); }
      html.desktop.ie11 .flip-cards .flip-card--flippable:hover .flip-card__inner .flip-card__front {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        opacity: 0;
        pointer-events: none; }
    .flip-cards .flip-card.flipped .flip-card__inner {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
      html.ie11 .flip-cards .flip-card.flipped .flip-card__inner {
        -webkit-transform: rotateY(0);
                transform: rotateY(0); }
    .flip-cards .flip-card--has-btn .flip-card__front {
      padding-bottom: 100px; }
      @media (max-width: 1229px) {
        .flip-cards .flip-card--has-btn .flip-card__front {
          padding-bottom: 102px; } }
    .flip-cards .flip-card__inner {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 0.8s;
      transition: -webkit-transform 0.8s;
      -o-transition: transform 0.8s;
      transition: transform 0.8s;
      transition: transform 0.8s, -webkit-transform 0.8s;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
    .flip-cards .flip-card__front, .flip-cards .flip-card__back {
      padding: 15px 18px 15px;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      min-height: 390px;
      -webkit-backface-visibility: hidden;
      /* Safari */
      backface-visibility: hidden;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.4);
              box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.4); }
      @media (max-width: 1229px) {
        .flip-cards .flip-card__front, .flip-cards .flip-card__back {
          min-height: 360px; } }
      @media (max-width: 991px) {
        .flip-cards .flip-card__front, .flip-cards .flip-card__back {
          min-height: 320px; } }
      @media (max-width: 767px) {
        .flip-cards .flip-card__front, .flip-cards .flip-card__back {
          -webkit-border-radius: 8px;
                  border-radius: 8px;
          padding: 14px 20px 12px;
          min-height: 340px;
          -webkit-box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.4);
                  box-shadow: -2px 2px 8px 0px rgba(0, 0, 0, 0.4); } }
      .flip-cards .flip-card__front h2, .flip-cards .flip-card__front h3, .flip-cards .flip-card__front h4, .flip-cards .flip-card__front h5, .flip-cards .flip-card__front h6, .flip-cards .flip-card__front p, .flip-cards .flip-card__back h2, .flip-cards .flip-card__back h3, .flip-cards .flip-card__back h4, .flip-cards .flip-card__back h5, .flip-cards .flip-card__back h6, .flip-cards .flip-card__back p {
        font-family: sofia-pro, sans-serif;
        font-weight: 900;
        font-style: normal; }
      .flip-cards .flip-card__front h2, .flip-cards .flip-card__back h2 {
        font-size: 59px;
        line-height: 1;
        letter-spacing: 0.04em;
        padding-bottom: 0.238em; }
        @media (max-width: 1229px) {
          .flip-cards .flip-card__front h2, .flip-cards .flip-card__back h2 {
            font-size: 46px; } }
        @media (max-width: 767px) {
          .flip-cards .flip-card__front h2, .flip-cards .flip-card__back h2 {
            font-size: 54px;
            padding-bottom: 0.3em; } }
      .flip-cards .flip-card__front strong, .flip-cards .flip-card__back strong {
        font-weight: bold; }
      .flip-cards .flip-card__front a:not(.btn), .flip-cards .flip-card__back a:not(.btn) {
        color: #ffffff;
        text-decoration: underline; }
        .highcontrast .flip-cards .flip-card__front a:not(.btn), .highcontrast .flip-cards .flip-card__back a:not(.btn) {
          background-color: transparent; }
        .flip-cards .flip-card__front a:not(.btn):hover, .flip-cards .flip-card__back a:not(.btn):hover {
          text-decoration: none; }
          .highcontrast .flip-cards .flip-card__front a:not(.btn):hover, .highcontrast .flip-cards .flip-card__back a:not(.btn):hover {
            background-color: #000; }
    .flip-cards .flip-card__front p {
      font-size: 30px;
      letter-spacing: 0.02em;
      line-height: 1.05; }
      @media (max-width: 1229px) {
        .flip-cards .flip-card__front p {
          font-size: 24px; } }
      @media (max-width: 767px) {
        .flip-cards .flip-card__front p {
          font-size: 25px;
          letter-spacing: 0.01em;
          line-height: 1.18; } }
    html.ie11 .flip-cards .flip-card__front {
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative; }
      html.ie11 .flip-cards .flip-card__front:last-child {
        -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.4);
                box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.4); }
    .flip-cards .flip-card__back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: -1;
      background-color: #000000;
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
      html.ie11 .flip-cards .flip-card__back {
        -webkit-transform: rotateY(0);
                transform: rotateY(0); }
      .flip-cards .flip-card__back p {
        font-size: 22px;
        letter-spacing: 0.02em;
        line-height: 1.18; }
        @media (max-width: 1229px) {
          .flip-cards .flip-card__back p {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .flip-cards .flip-card__back p {
            font-size: 20px;
            letter-spacing: 0.01em; } }
    .flip-cards .flip-card__heading {
      position: relative; }
      .flip-cards .flip-card__heading:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 62%;
        height: 1px;
        margin: 0 auto;
        background-color: #ffffff; }
      .flip-cards .flip-card__heading--small h2 {
        font-size: 35px;
        padding: 0.315em 0 0.771em; }
        @media (max-width: 1229px) {
          .flip-cards .flip-card__heading--small h2 {
            font-size: 25px;
            padding: 0.40em 0 0.878em; } }
        @media (max-width: 767px) {
          .flip-cards .flip-card__heading--small h2 {
            font-size: 28px;
            padding: 0.5em 0 1em; } }
    .flip-cards .flip-card__body {
      padding: 18px 0; }
      @media (max-width: 767px) {
        .flip-cards .flip-card__body {
          padding: 21px 0; } }
    .flip-cards .flip-card__footer {
      padding: 0 15px;
      position: absolute;
      bottom: 33px;
      left: 0;
      right: 0;
      width: 100%; }
      @media (max-width: 767px) {
        .flip-cards .flip-card__footer {
          bottom: 40px; } }
      .flip-cards .flip-card__footer .btn--small {
        padding-top: 0.264em;
        padding-bottom: 0.264em; }
        @media (max-width: 1229px) {
          .flip-cards .flip-card__footer .btn--small {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .flip-cards .flip-card__footer .btn--small {
            font-size: 17px;
            padding: 9px 22px 5px;
            min-width: 134px; } }

html {
  font-size: 10px; }

h1, .h--1 {
  font-size: 78px;
  font-size: 7.8rem; }
  @media (max-width: 1024px) {
    h1, .h--1 {
      font-size: 5rem; } }
  @media (max-width: 767px) {
    h1, .h--1 {
      font-size: 3.4rem; } }

h2, .h--2 {
  font-size: 42px;
  font-size: 4.2rem; }
  @media (max-width: 1024px) {
    h2, .h--2 {
      font-size: 3rem; } }
  @media (max-width: 767px) {
    h2, .h--2 {
      font-size: 2.6rem; } }

h3, .h--3 {
  font-size: 34px;
  font-size: 3.4rem; }
  @media (max-width: 1024px) {
    h3, .h--3 {
      font-size: 2.6rem; } }
  @media (max-width: 767px) {
    h3, .h--3 {
      font-size: 2.3rem; } }

h5, .h--5 {
  font-size: 18px;
  font-size: 1.8rem; }
  @media (max-width: 1024px) {
    h5, .h--5 {
      font-size: 1.6rem; } }

h6, .h--6 {
  font-size: 16px;
  font-size: 1.6rem; }
  @media (max-width: 1024px) {
    h6, .h--6 {
      font-size: 1.4rem; } }

.hide-desktop {
  display: none; }

@media (max-width: 767px) {
  .hide-mobile {
    display: none; } }

@media (max-width: 767px) {
  .show-mobile {
    display: block; } }

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper--alt {
  padding-top: 0;
  /* @media (max-width: 971px) {
		padding-top: 64px; 
	} */ }
  @media (max-width: 767px) {
    .wrapper--alt {
      padding-top: 6.4rem; } }

.header--alt {
  background-color: #fff;
  padding: 16px 0 7px;
  padding: 1.6rem 0 .7rem;
  display: none; }
  @media (max-width: 767px) {
    .header--alt {
      display: block; } }
  .header--alt .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 1350px;
  padding: 0 15px;
  margin: 0 auto; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  min-height: 100vh;
  position: relative;
  padding: 120px 0 60px;
  padding: 12rem 0 6rem; }
  @media (max-width: 1024px) {
    .hero {
      padding: 7rem 0 1rem; } }
  @media (max-width: 767px) {
    .hero {
      min-height: auto;
      padding: 3rem 0 3.1rem;
      overflow: hidden; } }
  .hero .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .hero .hero__image picture {
      display: block;
      width: 100%;
      height: 100%; }
      .hero .hero__image picture img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .hero .hero__image:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000000;
      background-color: rgba(0, 0, 0, 0.23); }
      @media (max-width: 767px) {
        .hero .hero__image:after {
          display: none; } }
    @media (max-width: 767px) {
      .hero .hero__image {
        height: 17.1rem;
        background-image: none !important;
        background-color: #eeb162;
        background-color: #ab95cc;
        background-color: #00a7bc;
        background-color: #F7972A;
        background-color: #f0efef;
        background-color: #c72026;
        background-color: #56af47;
        background-color: #9a1d51; } }
  .hero .hero__content {
    color: #fff;
    max-width: 60%;
    margin-bottom: 72px;
    margin-bottom: 7.2rem; }
    @media (max-width: 1024px) {
      .hero .hero__content {
        max-width: 100%;
        margin-bottom: 5.5rem; } }
    @media (max-width: 767px) {
      .hero .hero__content {
        margin-bottom: 3.9rem; } }
  .hero .hero__content h5 {
    text-transform: uppercase;
    letter-spacing: .01em;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .hero .hero__content h5 {
        display: none; } }
  .hero .hero__content h1 {
    line-height: 1.08;
    margin-bottom: 17px;
    margin-bottom: 1.7rem;
    font-size: 78px;
    font-size: 7.8rem;
    font-weight: 800;
    letter-spacing: 0;
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 1024px) {
      .hero .hero__content h1 {
        font-size: 5rem; } }
    @media (max-width: 767px) {
      .hero .hero__content h1 {
        font-size: 3.4rem;
        margin-bottom: 2.9rem;
        text-align: center; } }
  .hero .hero__content p {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.45;
    max-width: 85%;
    margin-bottom: 40px;
    margin-bottom: 4rem; }
    @media (max-width: 1024px) {
      .hero .hero__content p {
        font-size: 2rem;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .hero .hero__content p {
        font-size: 1.7rem;
        letter-spacing: -0.02em;
        margin-bottom: 2.7rem; } }
  .hero .hero__entry {
    padding-right: 20px;
    padding-right: 2rem; }
    @media (max-width: 767px) {
      .hero .hero__entry {
        position: relative;
        padding: 2.7rem 0rem 3.3rem 0;
        text-align: center; }
        .hero .hero__entry:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: -1.5rem;
          right: -1.5rem;
          height: 100%;
          background-color: #eeb162;
          background-color: #ab95cc;
          background-color: #00a7bc;
          background-color: #F7972A;
          background-color: #f0efef;
          background-color: #c72026;
          background-color: #56af47;
          background-color: #9a1d51;
          z-index: -1; } }
  .hero .hero__content .btn {
    min-width: 180px;
    min-width: 18rem;
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 767px) {
      .hero .hero__content .btn {
        min-width: 14rem; } }

.intro_new .section__content h1 {
  margin-bottom: 25px;
  margin-bottom: 25px;
  margin-bottom: 2.5rem; }

.intro_new .section__content p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.23;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .intro_new .section__content p {
      font-size: 1.8rem;
      line-height: 1.46; } }
  .intro_new .section__content p:first-of-type {
    padding-top: 54px; }

@media (max-width: 767px) {
  .hero__inner .tiles .tile {
    min-height: 36rem; } }

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 53px;
  height: 5.3rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Gilroy", sans-serif;
  line-height: 53px;
  line-height: 5.3rem;
  -webkit-transition: background-color .3s, color .3s, border-color .3s;
  -o-transition: background-color .3s, color .3s, border-color .3s;
  transition: background-color .3s, color .3s, border-color .3s;
  background-color: #eeb162;
  background-color: #ab95cc;
  background-color: #00a7bc;
  background-color: #F7972A;
  background-color: #f0efef;
  background-color: #c72026;
  background-color: #56af47;
  background-color: #9a1d51;
  color: #fff;
  border: none;
  outline: none;
  padding: 0 22px;
  padding: 0 2.2rem;
  letter-spacing: 0;
  border: 1px solid transparent; }
  @media (max-width: 1024px) {
    .btn {
      font-size: 1.8rem; } }
  @media (max-width: 767px) {
    .btn {
      font-size: 1.4rem;
      height: 3.8rem;
      line-height: 3.8rem;
      padding: 0 2rem; } }
  .btn:focus, .btn:focus-visible, .btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #eeb162;
    border-color: #eeb162;
    color: #ab95cc;
    border-color: #ab95cc;
    color: #00a7bc;
    border-color: #00a7bc;
    color: #F7972A;
    border-color: #F7972A;
    color: #f0efef;
    border-color: #f0efef;
    color: #c72026;
    border-color: #c72026;
    color: #56af47;
    border-color: #56af47;
    color: #9a1d51;
    border-color: #9a1d51; }

/*  Btn primary  */
.btn--primary {
  min-width: 179px;
  min-width: 17.9rem;
  background-color: #fff;
  color: #eeb162;
  color: #ab95cc;
  color: #00a7bc;
  color: #F7972A;
  color: #f0efef;
  color: #c72026;
  color: #56af47;
  color: #9a1d51; }
  @media (max-width: 767px) {
    .btn--primary {
      min-width: 14rem; } }
  .btn--primary:focus, .btn--primary:focus-visible, .btn--primary:hover {
    background-color: #eeb162;
    background-color: #ab95cc;
    background-color: #00a7bc;
    background-color: #F7972A;
    background-color: #f0efef;
    background-color: #c72026;
    background-color: #56af47;
    background-color: #9a1d51;
    color: #fff; }

.btn--medium {
  min-width: 221px;
  min-width: 22.1rem; }

.btn--large {
  min-width: 345px;
  min-width: 34.5rem; }

.btn--alt {
  min-width: 161px;
  min-width: 16.1rem; }
  @media (max-width: 767px) {
    .btn--alt {
      min-width: 18.1rem; } }

/*  Btn callout  */
.btn--callout {
  min-width: 226px;
  min-width: 22.6rem;
  background-color: #fff;
  color: #991D52;
  font-size: 20px;
  font-size: 2rem; }
  @media (max-width: 767px) {
    .btn--callout {
      font-size: 1.4rem;
      min-width: 17.8rem; } }
  .btn--callout:focus, .btn--callout:focus-visible, .btn--callout:hover {
    background-color: #991D52;
    border-color: #fff;
    color: #fff; }
    @media (max-width: 1024px) {
      .btn--callout:focus, .btn--callout:focus-visible, .btn--callout:hover {
        font-size: 1.8rem; } }

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .grid .grid__col--1of4 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
    @media (max-width: 767px) {
      .grid .grid__col--1of4 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .grid .grid__col--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
    @media (max-width: 767px) {
      .grid .grid__col--1of3 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
    @media (max-width: 767px) {
      .grid .grid__col--1of2 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

.grid--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 767px) {
    .grid--reversed {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles .grid {
  margin: 0 -15px;
  margin: 0 -1.5rem; }
  @media (max-width: 1024px) {
    .tiles .grid {
      margin: 0 -.8rem; } }
  @media (max-width: 767px) {
    .tiles .grid {
      margin: -1rem -.8rem; } }

.tiles .grid__col {
  padding: 0 15px;
  padding: 0 1.5rem; }
  @media (max-width: 1024px) {
    .tiles .grid__col {
      padding: 0 .8rem; } }
  @media (max-width: 767px) {
    .tiles .grid__col {
      height: 100%;
      padding: 1rem .8rem; } }

.tiles .slick-prev {
  display: none !important; }

.tiles .slick-next {
  position: absolute;
  right: 0;
  top: 95px;
  top: 9.5rem;
  background-color: #707070;
  width: 69px;
  width: 6.9rem;
  height: 69px;
  height: 6.9rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateX(55%);
      -ms-transform: translateX(55%);
          transform: translateX(55%);
  font-size: 0;
  border: 0; }
  .tiles .slick-next:hover {
    background-color: #707070; }
  .tiles .slick-next:before {
    content: '';
    display: block;
    width: 9px;
    width: .9rem;
    height: 17px;
    height: 1.7rem;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/slider-next@2x.png);
    position: absolute;
    top: 26px;
    top: 2.6rem;
    left: 20px;
    left: 2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }

.tiles .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 11px;
  margin-top: 1.1rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 0; }
  .tiles .slick-dots li {
    width: 11px;
    width: 1.1rem;
    height: 11px;
    height: 1.1rem;
    border: 1px solid #A3A3A3;
    border: .1rem solid #A3A3A3;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0; }
  .tiles .slick-dots li + li {
    margin-left: 7px;
    margin-left: .7rem; }
  .tiles .slick-dots button {
    background-color: transparent;
    border: none;
    font-size: 0; }
  .tiles .slick-dots .slick-active {
    background-color: #A3A3A3; }

.tile {
  color: #fff;
  padding: 34px 26px 96px;
  padding: 3.4rem 2.6rem 9.6rem;
  height: 100%;
  position: relative; }
  .tile:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eeb162;
    background-color: #ab95cc;
    background-color: #00a7bc;
    background-color: #F7972A;
    background-color: #f0efef;
    background-color: #c72026;
    background-color: #56af47;
    background-color: #9a1d51;
    z-index: -1; }
  @media (max-width: 1024px) {
    .tile {
      padding: 2rem 1.5rem 8rem; } }
  @media (max-width: 767px) {
    .tile {
      padding: 2rem 2rem 5rem;
      min-height: 24rem; } }
  @media (max-width: 370px) {
    .tile {
      min-height: 26rem; } }
  .tile .tile__head h6,
  .tile .tile__head .h--6 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    font-family: "Gilroy", sans-serif;
    color: #fff !important; }
    @media (max-width: 767px) {
      .tile .tile__head h6,
      .tile .tile__head .h--6 {
        font-size: 1.4rem; } }
  .tile .tile__head {
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    padding-bottom: .6rem;
    margin-bottom: 30px;
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      .tile .tile__head {
        padding-bottom: .7rem;
        margin-bottom: 1.5rem; } }
  .tile .tile__content h3,
  .tile .tile__content .h--3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
    font-weight: 900;
    font-family: "Gilroy", sans-serif;
    color: #fff !important; }
    @media (max-width: 1024px) {
      .tile .tile__content h3,
      .tile .tile__content .h--3 {
        font-size: 2.5rem; } }
    @media (max-width: 767px) {
      .tile .tile__content h3,
      .tile .tile__content .h--3 {
        font-size: 2.2rem;
        margin-bottom: .8rem; } }
  .tile .tile__content--small h3 {
    padding-right: 60px;
    padding-right: 6rem; }
    @media (max-width: 765) {
      .tile .tile__content--small h3 {
        padding-right: 0; } }
  .tile .tile__content p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
    line-height: 1.44;
    font-weight: 500; }
    @media (max-width: 767px) {
      .tile .tile__content p {
        font-size: 1.5rem; } }
  .tile .tile__content .link {
    position: absolute;
    bottom: 36px;
    bottom: 3.6rem;
    left: 28px;
    left: 2.8rem;
    font-family: 'Gilroy', sans-serif;
    font-weight: 700; }
    @media (max-width: 1024px) {
      .tile .tile__content .link {
        bottom: 3rem;
        left: 1.8rem; } }
    @media (max-width: 767px) {
      .tile .tile__content .link {
        bottom: 2rem;
        left: 2rem; } }

.tile.image-cta-col {
  min-height: 500px;
  position: relative; }
  .tile.image-cta-col .article__content {
    text-align: center;
    position: absolute;
    bottom: 26px;
    bottom: 2.6rem;
    width: calc(100% - 5.2rem);
    left: 0;
    min-height: 30%;
    color: #ffffff;
    margin: 0px 26px;
    margin: 0px 2.6rem;
    padding: 20px;
    background: #eeb162;
    background: #ab95cc;
    background: #00a7bc;
    background: #F7972A;
    background: #f0efef;
    background: #c72026;
    background: #56af47;
    background: #9a1d51; }
    .tile.image-cta-col .article__content h3, .tile.image-cta-col .article__content a {
      color: #ffffff; }
    .tile.image-cta-col .article__content h3 {
      font-size: 30px;
      font-size: 3rem; }
  .tile.image-cta-col .article__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
    .tile.image-cta-col .article__background picture {
      display: block;
      width: 100%;
      height: 100%; }
    .tile.image-cta-col .article__background img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative; }
  @media (max-width: 767px) {
    .link {
      font-size: 1.4rem; } }
  .link:hover {
    color: inherit;
    text-decoration: none; }
  .link:hover:after {
    right: -32px;
    right: -3.2rem; }
  .link:after {
    content: '';
    display: inline-block;
    background-image: url(../images/ico-arrow-white.svg);
    width: 18px;
    width: 1.8rem;
    height: 18px;
    height: 1.8rem;
    -webkit-background-size: cover;
            background-size: cover;
    position: absolute;
    top: auto;
    bottom: 0;
    right: -27px;
    right: -2.7rem;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s; }
    @media (max-width: 767px) {
      .link:after {
        top: 0rem; } }

.link--primary {
  color: #000000;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500; }
  @media (max-width: 767px) {
    .link--primary {
      font-size: 1.4rem; } }
  .link--primary:after {
    background-image: url(../images/ico-arrow-orange.svg);
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 767px) {
      .link--primary:after {
        width: 1.7rem;
        height: 1.7rem; } }

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section--secondary {
  padding: 0 0 0 0; }
  .section--secondary .section__head {
    background-color: #F1F1F1;
    text-align: center;
    padding: 90px 0 100px;
    padding: 9rem 0 10rem; }
    @media (max-width: 1024px) {
      .section--secondary .section__head {
        padding: 6.5rem 0 8rem; } }
    @media (max-width: 767px) {
      .section--secondary .section__head {
        padding: 3.7rem 0 4rem; } }
  .section--secondary .section__head h2 {
    letter-spacing: -.02em;
    color: #000000;
    font-weight: 900;
    margin-bottom: 43px;
    margin-bottom: 4.3rem;
    font-family: "Gilroy", sans-serif;
    font-size: 42px;
    font-size: 4.2rem; }
    @media (max-width: 1024px) {
      .section--secondary .section__head h2 {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .section--secondary .section__head h2 {
        font-size: 2.2rem; } }
    @media (max-width: 767px) {
      .section--secondary .section__head h2 {
        margin-bottom: 2rem; } }

/*  Section primary  */
.section--primary {
  padding: 42px 0 95px;
  padding: 4.2rem 0 9.5rem; }
  @media (max-width: 767px) {
    .section--primary {
      padding: 1rem 0 5.3rem; } }
  .section--primary .section__head {
    background-color: transparent;
    text-align: left;
    padding: 0 155px 0 0;
    padding: 0 15.5rem 0 0;
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    position: relative; }
    @media (max-width: 1024px) {
      .section--primary .section__head {
        padding: 0 0 0 0; } }
  .section--primary .section__head h2 {
    color: #000000;
    font-weight: 800;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 767px) {
      .section--primary .section__head h2 {
        font-size: 3rem; } }
  .section--primary .section__head p {
    font-size: 26px;
    font-size: 2.6rem;
    color: #000000;
    line-height: 1.23;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    letter-spacing: 0; }
    @media (max-width: 1024px) {
      .section--primary .section__head p {
        font-size: 2.2rem; } }
    @media (max-width: 767px) {
      .section--primary .section__head p {
        font-size: 1.8rem;
        line-height: 1.46; } }
  .section--primary .section__entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section--primary .section__head span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.46;
    color: #000000;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    letter-spacing: 0; }
    @media (max-width: 1024px) {
      .section--primary .section__head span {
        font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .section--primary .section__head span {
        letter-spacing: -0.02em;
        font-size: 1.5rem;
        line-height: 1.4; } }

body.page-template-online-counselling-2021 .get-help-module-new.services {
  padding: 0px; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form--select {
  max-width: 620px;
  max-width: 62rem;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .form--select {
      max-width: 53rem; } }
  @media (max-width: 767px) {
    .form--select {
      padding: 0 1.7rem; } }
  .form--select .form__body {
    position: relative; }
  .form--select .form__actions {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 767px) {
      .form--select .form__actions {
        position: relative;
        margin-top: 2rem; } }
  .form--select .form__btn {
    min-width: 165px;
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 767px) {
      .form--select .form__btn {
        min-width: 14rem; } }

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select {
  max-width: 458px;
  max-width: 45.8rem;
  position: relative; }
  @media (max-width: 1024px) {
    .select {
      max-width: 36.8rem; } }
  @media (max-width: 767px) {
    .select {
      margin: 0 auto; } }
  .select select {
    width: 100%;
    height: 53px;
    height: 5.3rem;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 17px;
    font-size: 1.7rem;
    color: #000000;
    letter-spacing: -0.02em;
    padding: 15px 24px;
    padding: 1.5rem 2.4rem;
    background-color: #fff;
    -webkit-border-radius: 0;
            border-radius: 0; }
    @media (max-width: 767px) {
      .select select {
        height: 4rem;
        padding: .8rem 2rem 1rem;
        font-size: 1.4rem !important; } }
  .select select::-ms-expand {
    display: none; }
  .select:after {
    content: '';
    display: inline-block;
    width: 14px;
    width: 1.4rem;
    height: 14px;
    height: 1.4rem;
    background-image: url(../images/ico-arrow-down.svg);
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    top: 2rem;
    right: 23px;
    right: 2.3rem;
    pointer-events: none; }
    @media (max-width: 767px) {
      .select:after {
        top: 1.3rem;
        right: 1.5rem; } }

.select--small {
  max-width: 273px;
  max-width: 27.3rem;
  width: 100%;
  padding-top: 3px;
  padding-top: .3rem; }
  @media (max-width: 767px) {
    .select--small {
      max-width: 100%; } }
  .select--small select {
    border: 1px solid #707070;
    height: 58px;
    height: 5.8rem;
    padding: 15px 26px;
    padding: 1.5rem 2.6rem;
    color: #000000;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: transparent;
    font-weight: 500; }
    @media (max-width: 767px) {
      .select--small select {
        height: 3.8rem;
        padding: 1rem 2rem;
        font-size: 1.4rem; } }

/* ------------------------------------------------------------ *\
	Service
\* ------------------------------------------------------------ */
.services {
  padding: 105px 0 111px;
  padding: 10.5rem 0 11.1rem; }
  @media (max-width: 1024px) {
    .services {
      padding: 4rem 0 5rem; } }
  @media (max-width: 767px) {
    .services {
      padding: 0 0 0 0; } }
  @media (max-width: 1024px) {
    .services .grid__col {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      position: relative; } }
  @media (max-width: 1024px) {
    .services .grid__col + .grid__col {
      margin-top: 3rem; } }
  @media (max-width: 767px) {
    .services .grid__col + .grid__col {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .services .grid__col:not(:first-child):before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: -1.5rem;
      right: -1.5rem;
      height: .1rem;
      background-color: #DDDDDD; } }

.services--grey {
  background-color: #F1F1F1; }

.services--white {
  background-color: #FFFFFF; }

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 767px) {
    .service {
      padding: 3rem 0 4.4rem; } }
  .service .service__image {
    max-width: 15%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    padding-top: 10px;
    padding-top: 1rem; }
    .service .service__image picture svg {
      fill: #eeb162;
      fill: #ab95cc;
      fill: #00a7bc;
      fill: #F7972A;
      fill: #f0efef;
      fill: #c72026;
      fill: #56af47;
      fill: #9a1d51; }
    @media (max-width: 1200px) {
      .service .service__image {
        max-width: 20%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%; } }
    @media (max-width: 1024px) {
      .service .service__image {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center; } }
    @media (max-width: 767px) {
      .service .service__image {
        margin-bottom: 1.4rem; }
        .service .service__image img {
          max-width: 6.1rem;
          height: auto; } }
  .service .service__image--large {
    max-width: 18%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%; }
    @media (max-width: 1200px) {
      .service .service__image--large {
        max-width: 20%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%; } }
    @media (max-width: 1024px) {
      .service .service__image--large {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center; } }
    @media (max-width: 767px) {
      .service .service__image--large img {
        max-width: 9rem; } }
  .service .service__content {
    max-width: 85%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    padding-top: 6px;
    padding-top: .6rem; }
    @media (max-width: 1200px) {
      .service .service__content {
        max-width: 80%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%; } }
    @media (max-width: 1024px) {
      .service .service__content {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center; } }
  .service .service__entry {
    padding-right: 160px;
    padding-right: 16rem; }
    @media (max-width: 1024px) {
      .service .service__entry {
        padding-right: 1.5rem; } }
    @media (max-width: 767px) {
      .service .service__entry {
        padding: 0 .7rem; } }
  .service .service__content--large {
    padding-left: 10px;
    padding-left: 1rem;
    max-width: 82%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82%;
            flex: 0 0 82%; }
    @media (max-width: 1200px) {
      .service .service__content--large {
        max-width: 80%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 80%;
                flex: 0 0 80%; } }
    @media (max-width: 1024px) {
      .service .service__content--large {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        text-align: center;
        padding-left: 0; } }
  .service .service__content h3 {
    font-weight: 900;
    color: #000000;
    letter-spacing: -0.01em;
    margin-bottom: 19px;
    margin-bottom: 1.9rem;
    font-family: "Gilroy", sans-serif;
    font-size: 34px;
    font-size: 3.4rem; }
    @media (max-width: 1024px) {
      .service .service__content h3 {
        font-size: 2.6rem; } }
    @media (max-width: 767px) {
      .service .service__content h3 {
        font-size: 2.2rem;
        margin-bottom: 1rem; } }
  .service .service__content p {
    color: #000000;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.35;
    letter-spacing: -0.02em;
    margin-bottom: 42px;
    margin-bottom: 4.2rem; }
    @media (max-width: 767px) {
      .service .service__content p {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 3rem; } }
  .service .btn {
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 767px) {
      .service .btn {
        min-width: 100%; } }

/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.box {
  padding: 100px 0 95px;
  padding: 10rem 0 9.5rem; }
  @media (max-width: 1024px) {
    .box {
      padding: 6rem 0 5rem; } }
  @media (max-width: 767px) {
    .box {
      padding: 0 0 4.2rem 0; } }
  .box .grid {
    margin: 0 -15px;
    margin: 0 -1.5rem; }
    @media (max-width: 1024px) {
      .box .grid {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .box .grid__col {
    padding: 0 15px;
    padding: 0 1.5rem; }
  .box .box__image {
    position: relative;
    padding-top: 71%; }
    @media (max-width: 767px) {
      .box .box__image {
        margin: 0 -15px;
        padding-top: 64%;
        margin-bottom: 3rem; } }
    .box .box__image picture {
      position: absolute;
      display: block;
      inset: 0;
      width: 100%;
      height: 100%; }
    .box .box__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .box .box__content {
    padding: 90px 165px 0 0;
    padding: 9rem 16.5rem 0 0; }
    @media (max-width: 1200px) {
      .box .box__content {
        padding: 1rem 9rem 0 5rem; } }
    @media (max-width: 1024px) {
      .box .box__content {
        padding: 0 0 0 0; } }
    @media (max-width: 767px) {
      .box .box__content {
        padding: 0 .7rem 0 .3rem; } }
  .box .box__content--alt {
    padding: 90px 105px 0 57px;
    padding: 9rem 10.5rem 0 5.7rem; }
    @media (max-width: 1200px) {
      .box .box__content--alt {
        padding: 1rem 9rem 0 5rem; } }
    @media (max-width: 1024px) {
      .box .box__content--alt {
        padding: 0 0 0 0; } }
    @media (max-width: 767px) {
      .box .box__content--alt {
        padding: 0 .7rem 0 .3rem; } }
  .box .box__content h3 {
    letter-spacing: -0.01em;
    color: #000000;
    line-height: 1.24;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    font-weight: 800;
    font-family: "Gilroy", sans-serif;
    font-size: 34px;
    font-size: 3.4rem; }
    @media (max-width: 1024px) {
      .box .box__content h3 {
        font-size: 2.6rem; } }
    @media (max-width: 767px) {
      .box .box__content h3 {
        font-size: 2.2rem;
        margin-bottom: .9rem; } }
  .box .box__content p {
    font-size: 17px;
    font-size: 1.7rem;
    color: #000000;
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin-bottom: 35px;
    margin-bottom: 3.5rem;
    font-weight: 400; }
    @media (max-width: 767px) {
      .box .box__content p {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 2.5rem; } }
  .box .btn {
    font-family: "Gilroy", sans-serif; }

.box--grey {
  background-color: #F1F1F1; }

/* ------------------------------------------------------------ *\
	Section alt 
\* ------------------------------------------------------------ */
.section-alt {
  padding: 95px 0 100px;
  padding: 9.5rem 0 10rem; }
  @media (max-width: 1024px) {
    .section-alt {
      padding: 5rem 0 6rem; } }
  @media (max-width: 767px) {
    .section-alt {
      padding: 3.5rem 0 4.3rem;
      overflow: hidden; } }
  .section-alt .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 54px;
    margin-bottom: 5.4rem; }
    @media (max-width: 767px) {
      .section-alt .section__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 3.6rem; } }
  .section-alt .section__head h2 {
    color: #000000;
    font-family: "Gilroy", sans-serif;
    font-weight: 800;
    font-size: 42px;
    font-size: 4.2rem; }
    @media (max-width: 1024px) {
      .section-alt .section__head h2 {
        font-size: 3rem; } }
    @media (max-width: 767px) {
      .section-alt .section__head h2 {
        font-size: 2.2rem;
        margin-bottom: 3rem; } }
  .section-alt .section__body:not(:last-child) {
    margin-bottom: 67px;
    margin-bottom: 6.7rem; }
    @media (max-width: 767px) {
      .section-alt .section__body:not(:last-child) {
        margin-bottom: 2rem; } }
  .section-alt .section__actions {
    text-align: center; }
  .section-alt .section__actions .btn {
    font-family: "Gilroy", sans-serif; }

/*  Section alt grey  */
.section-alt--grey {
  background-color: #F1F1F1; }

@media (max-width: 767px) {
  .section--blog-with-filters .slick-dots {
    margin-bottom: 30px !important; } }

/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.articles-alt .grid {
  margin: 0 -15px;
  margin: 0 -1.5rem; }
  @media (max-width: 767px) {
    .articles-alt .grid {
      margin: -1.8rem -.8rem; } }

.articles-alt .grid__col {
  padding: 0 15px;
  padding: 0 1.5rem; }
  @media (max-width: 767px) {
    .articles-alt .grid__col {
      padding: 1.8rem .8rem; } }

.articles-alt + .articles-alt {
  margin-top: 68px;
  margin-top: 6.8rem; }
  @media (max-width: 767px) {
    .articles-alt + .articles-alt {
      margin-top: 3.8rem; } }

.articles-alt .grid__col--visible-mobile {
  display: none; }
  @media (max-width: 767px) {
    .articles-alt .grid__col--visible-mobile {
      display: block; } }

.articles-alt .grid__col.is-not-visible {
  display: none; }

.articles-alt .slick-prev {
  display: none !important; }

.articles-alt .slick-next {
  position: absolute;
  right: 0;
  top: 85px;
  top: 8.5rem;
  background-color: #000000;
  width: 69px;
  width: 6.9rem;
  height: 69px;
  height: 6.9rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateX(55%);
      -ms-transform: translateX(55%);
          transform: translateX(55%);
  font-size: 0;
  border: 0; }
  .articles-alt .slick-next:hover {
    background-color: #707070; }
  .articles-alt .slick-next:before {
    content: '';
    display: block;
    width: 9px;
    width: .9rem;
    height: 17px;
    height: 1.7rem;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/slider-next@2x.png);
    position: absolute;
    top: 26px;
    top: 2.6rem;
    left: 20px;
    left: 2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }

.articles-alt .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 4px;
  margin-bottom: .4rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 0; }
  .articles-alt .slick-dots li {
    width: 11px;
    width: 1.1rem;
    height: 11px;
    height: 1.1rem;
    border: 1px solid #A3A3A3;
    border: .1rem solid #A3A3A3;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0; }
  .articles-alt .slick-dots li + li {
    margin-left: 7px;
    margin-left: .7rem; }
  .articles-alt .slick-dots button {
    background-color: transparent;
    border: none;
    font-size: 0; }
  .articles-alt .slick-dots .slick-active {
    background-color: #A3A3A3; }

/*  Articles small  */
@media (max-width: 767px) {
  .articles--small {
    display: none; } }

.articles--small .grid {
  margin: 0 -10px;
  margin: 0 -1rem; }

.articles--small .grid__col {
  padding: 0 10px;
  padding: 0 1rem; }

.article-alt .article__image {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 51%;
  margin-bottom: 30px;
  margin-bottom: 3rem; }
  @media (max-width: 767px) {
    .article-alt .article__image {
      padding-top: 75%;
      margin-bottom: 1.8rem; } }
  .article-alt .article__image:after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    height: .7rem;
    background-color: #eeb162;
    background-color: #ab95cc;
    background-color: #00a7bc;
    background-color: #F7972A;
    background-color: #f0efef;
    background-color: #c72026;
    background-color: #56af47;
    background-color: #9a1d51;
    position: absolute;
    bottom: 0;
    left: 0; }
  .article-alt .article__image picture {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%; }
  .article-alt .article__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 767px) {
  .article-alt .article__content {
    padding: 0 0 0 .4rem; } }

.article-alt .article__content h3 {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.18;
  color: #000000;
  margin-bottom: 15px;
  font-family: "Gilroy", sans-serif;
  font-size: 34px;
  font-size: 3.4rem; }
  @media (max-width: 1024px) {
    .article-alt .article__content h3 {
      font-size: 2.6rem; } }
  @media (max-width: 767px) {
    .article-alt .article__content h3 {
      font-size: 2.2rem; } }

.article-alt .article__content p {
  font-size: 17px;
  font-size: 1.7rem;
  color: #000000;
  letter-spacing: -0.02em;
  line-height: 1.36;
  margin-bottom: 29px;
  margin-bottom: 2.9rem; }
  @media (max-width: 767px) {
    .article-alt .article__content p {
      font-size: 1.5rem;
      padding-right: 1.2rem;
      margin-bottom: 1rem; } }

@media (max-width: 767px) {
  .article-alt .article__image--alt {
    padding-top: 59%; } }

@media (max-width: 767px) {
  .article-alt .article__content--alt {
    padding-right: .8rem; }
    .article-alt .article__content--alt p {
      padding-right: 0; } }

/*  Aricle large  */
@media (max-width: 767px) {
  .article--large {
    display: none; } }

.article--large .article__image {
  padding-top: 77%;
  margin-bottom: 0; }

.article--large .article__content {
  padding: 123px 140px 10px 61px;
  padding: 12.3rem 14rem 1rem 6.1rem; }
  @media (max-width: 1200px) {
    .article--large .article__content {
      padding: 0 5rem 0 0; } }

@media (max-width: 1200px) {
  .article--large .grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/*  Aricle small  */
@media (max-width: 767px) {
  .article--small {
    display: none; } }

.article--small .article__image {
  padding-top: 77%;
  margin-bottom: 22px;
  margin-bottom: 2.2rem; }

#main section:not(.nav-secondary) .section__content .h2, #main section:not(.nav-secondary) .section__content h2 {
  font-size: 30px; }

#main section:not(.nav-secondary) .section__content .h3, #main section:not(.nav-secondary) .section__content h3 {
  font-size: 25px; }

/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs--alt {
  margin-bottom: 0px;
  padding: 40px 0px; }
  .breadcrumbs--alt #breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-left: 0; }
    .breadcrumbs--alt #breadcrumbs a {
      color: #000000; }
  .breadcrumbs--alt li:not(:last-child):after {
    content: '/';
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000000;
    margin: 0 4px;
    margin: 0 .4rem; }
    @media (max-width: 767px) {
      .breadcrumbs--alt li:not(:last-child):after {
        font-size: 1.2rem; } }
  .breadcrumbs--alt span {
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.05em;
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 767px) {
      .breadcrumbs--alt span {
        font-size: 1.2rem; } }

/* ------------------------------------------------------------ *\
	Filter
\* ------------------------------------------------------------ */
.filter {
  max-width: 300px;
  max-width: 30rem;
  width: 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative; }
  @media (max-width: 767px) {
    .filter {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      max-width: 100%;
      margin: 0rem 0 3.2rem; } }
  .filter .filter__head {
    width: 100%;
    border: 1px solid #9D9D9D;
    padding: 13px 23px;
    padding: 1.3rem 2.3rem;
    position: relative;
    cursor: pointer; }
    @media (max-width: 767px) {
      .filter .filter__head {
        height: 4rem;
        padding: 1rem 1.8rem; } }
  .filter .filter__head p {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .filter .filter__head p {
        font-size: 1.4rem; } }
  .filter .filter__arrow {
    position: absolute;
    top: 16px;
    top: 1.6rem;
    right: 22px;
    right: 2.2rem;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s; }
    @media (max-width: 767px) {
      .filter .filter__arrow {
        top: 1.2rem; } }
  .filter .filter__head.is-active .filter__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .filter .filter__body {
    width: 100%;
    border: 1px solid #9D9D9D;
    border-top: none;
    padding: 18px 22px 23px 23px;
    padding: 1.8rem 2.2rem 2.3rem 2.3rem;
    display: none;
    background: #ffffff;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1; }
    @media (max-width: 767px) {
      .filter .filter__body {
        top: 40px; } }
  .filter .filter__body a {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000; }

/* ------------------------------------------------------------ *\
	List radios 
\* ------------------------------------------------------------ */
ul.list-radios {
  list-style-type: none;
  padding: 0 0 0 0;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  margin-left: 0; }
  ul.list-radios li {
    position: relative; }
  ul.list-radios li + li {
    margin-top: 15px;
    margin-top: 1.5rem; }
  ul.list-radios span {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    font-weight: 500;
    color: #C1C1C1 !important; }
    @media (max-width: 767px) {
      ul.list-radios span {
        top: .6rem; } }

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio input {
  display: none; }

.radio label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  padding-left: 30px;
  padding-left: 3rem;
  position: relative;
  vertical-align: middle;
  display: inline-block; }

.radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.radio label:after {
  content: '';
  display: block;
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #000000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  left: .4rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }

.radio input:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  visibility: visible; }

/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features-alt {
  margin-bottom: 78px;
  margin-bottom: 7.8rem; }
  @media (max-width: 767px) {
    .features-alt {
      margin-bottom: 3.6rem; } }
  .features-alt .grid {
    margin: 0 -15px;
    margin: 0 -1.5rem; }
    @media (max-width: 1024px) {
      .features-alt .grid {
        margin: 0 -.5rem; } }
    @media (max-width: 767px) {
      .features-alt .grid {
        margin: -.9rem -.5rem; } }
  .features-alt .grid__col {
    padding: 0 15px;
    padding: 0 1.5rem; }
    @media (max-width: 1024px) {
      .features-alt .grid__col {
        padding: 0 .5rem; } }
    @media (max-width: 767px) {
      .features-alt .grid__col {
        padding: .9rem .5rem; } }
  @media (max-width: 767px) {
    .features-alt .grid__col--not-visible-mobile {
      display: none; } }

.feature-alt {
  height: 100%;
  padding-bottom: 30px;
  padding-bottom: 3rem; }
  .feature-alt .feature__image {
    position: relative;
    margin-bottom: 0;
    min-height: 252px;
    min-height: 25.2rem; }
    @media (max-width: 1024px) {
      .feature-alt .feature__image {
        min-height: 19rem; } }
    @media (max-width: 767px) {
      .feature-alt .feature__image {
        position: relative;
        min-height: 20rem; }
        .feature-alt .feature__image:after {
          content: '';
          display: block;
          width: 100%;
          height: .5rem;
          background-color: #eeb162;
          background-color: #ab95cc;
          background-color: #00a7bc;
          background-color: #F7972A;
          background-color: #f0efef;
          background-color: #c72026;
          background-color: #56af47;
          background-color: #9a1d51;
          position: absolute;
          bottom: 0;
          left: 0; } }
    .feature-alt .feature__image picture {
      display: block;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%; }
    .feature-alt .feature__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .feature-alt .feature__content {
    background-color: #F1F1F1;
    padding: 28px 46px 37px 37px;
    padding: 2.8rem 4.6rem 3.7rem 3.7rem;
    height: calc(100% - 25.2rem); }
    @media (max-width: 1024px) {
      .feature-alt .feature__content {
        height: calc(100% - 19rem);
        padding: 1rem 1.5rem; } }
    @media (max-width: 767px) {
      .feature-alt .feature__content {
        padding: 2.5rem 4rem 3rem 2.1rem;
        height: auto; } }
  .feature-alt .feature__content--alt {
    padding: 28px 60px 37px 37px;
    padding: 2.8rem 6rem 3.7rem 3.7rem; }
    @media (max-width: 1240px) {
      .feature-alt .feature__content--alt {
        padding: 1rem 1.5rem; } }
    @media (max-width: 767px) {
      .feature-alt .feature__content--alt {
        padding: 2.4rem 4rem 4rem 2.1rem; } }
  .feature-alt .feature__content h6 {
    text-transform: uppercase;
    color: #eeb162;
    color: #ab95cc;
    color: #00a7bc;
    color: #F7972A;
    color: #f0efef;
    color: #c72026;
    color: #56af47;
    color: #9a1d51;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 13px;
    margin-bottom: 1.3rem;
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 767px) {
      .feature-alt .feature__content h6 {
        letter-spacing: .1em;
        margin-bottom: 1rem; } }
  .feature-alt .feature__content h3 {
    color: #000000;
    line-height: 1.18;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    font-family: "Gilroy", sans-serif;
    font-weight: 800; }
    @media (max-width: 767px) {
      .feature-alt .feature__content h3 {
        line-height: 1.28;
        margin-bottom: .9rem; } }
  .feature-alt .feature__content p {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: -0.02em;
    line-height: 1.35;
    color: #000000;
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    @media (max-width: 767px) {
      .feature-alt .feature__content p {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 2rem; } }

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 0 42px;
    margin: 0 4.2rem; }
  .paging li + li {
    margin-left: 35px;
    margin-left: 3.5rem; }
  .paging li.is-active a {
    font-weight: 800; }
  .paging a, .paging span {
    font-size: 22px;
    font-size: 2.2rem;
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: 500;
    -webkit-transition: font-weight .3s;
    -o-transition: font-weight .3s;
    transition: font-weight .3s;
    padding: 0px 16px; }
    @media (max-width: 767px) {
      .paging a, .paging span {
        font-size: 2rem; } }
  .paging a.next, .paging a.prev {
    font-size: 0px;
    display: inline-block;
    width: 25px;
    height: 25px;
    -webkit-background-size: contain !important;
            background-size: contain !important;
    background-position: center center !important; }
  .paging a.next {
    background: url("../images/ico-arrow-next@2x.png") no-repeat;
    margin-left: 35px; }
  .paging a.prev {
    background: url("../images/ico-arrow-prev@2x.png") no-repeat;
    margin-right: 35px; }
  .paging span.current {
    font-weight: 800; }

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  padding: 126px 0 120px;
  padding: 12.6rem 0 12rem;
  background-color: #991D52; }
  @media (max-width: 1024px) {
    .callout {
      padding: 7rem 0; } }
  @media (max-width: 767px) {
    .callout {
      padding: 4.6rem 0; } }
  .callout .callout__content {
    text-align: center;
    color: #fff;
    max-width: 1100px;
    max-width: 110rem;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .callout .callout__content {
        max-width: 100%;
        padding: 0 1rem; } }
  .callout .callout__content h2 {
    font-size: 78px;
    font-size: 7.8rem;
    font-weight: 900;
    line-height: 1.07;
    margin-bottom: 39px;
    margin-bottom: 3.9rem;
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 1024px) {
      .callout .callout__content h2 {
        font-size: 5rem;
        margin-bottom: 2rem; } }
    @media (max-width: 767px) {
      .callout .callout__content h2 {
        font-size: 3.4rem;
        margin-bottom: 1.7rem; } }
  .callout .callout__content h4 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
    margin-bottom: 5rem;
    font-family: "Gilroy", sans-serif; }
    @media (max-width: 1024px) {
      .callout .callout__content h4 {
        font-size: 2.5rem;
        margin-bottom: 3rem; } }
    @media (max-width: 767px) {
      .callout .callout__content h4 {
        font-size: 2rem;
        margin-bottom: 2.7rem; } }
  .callout .callout__content .btn {
    font-family: "Gilroy", sans-serif; }

/* ------------------------------------------------------------ *\
	Burger btn
\* ------------------------------------------------------------ */
.burger-btn span {
  display: block;
  width: 25px;
  width: 2.5rem;
  height: 3px;
  height: .3rem;
  background-color: #F5973C; }

.burger-btn span + span {
  margin-top: 7px;
  margin-top: .7rem; }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slick-list {
  padding-right: 70px;
  padding-right: 7rem; }

.slick-next {
  right: 0;
  top: 80px;
  top: 8rem;
  background-color: #707070;
  width: 69px;
  width: 6.9rem;
  height: 69px;
  height: 6.9rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transform: translateX(55%);
      -ms-transform: translateX(55%);
          transform: translateX(55%); }
  .slick-next:hover {
    background-color: #707070; }
  .slick-next:before {
    content: '';
    display: block;
    width: 9px;
    width: .9rem;
    height: 17px;
    height: 1.7rem;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/slider-next@2x.png);
    position: absolute;
    top: 26px;
    top: 2.6rem;
    left: 20px;
    left: 2rem;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1; }

.slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 11px;
  margin-top: 1.1rem; }
  .slick-dots li {
    width: 11px;
    width: 1.1rem;
    height: 11px;
    height: 1.1rem;
    border: 1px solid #A3A3A3;
    border: .1rem solid #A3A3A3;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0; }
  .slick-dots li + li {
    margin-left: 7px;
    margin-left: .7rem; }
  .slick-dots .slick-active {
    background-color: #A3A3A3; }

.intro .slider--small .slick-list, .intro .slider--large .slick-list {
  padding-right: 0px; }

.intro .slider--small button, .intro .slider--large button {
  -webkit-border-radius: 0px;
          border-radius: 0px; }

.intro .slider--small .slick-next:before, .intro .slider--large .slick-next:before {
  display: none; }

.intro .slider--small .slick-next:hover, .intro .slider--large .slick-next:hover {
  background-color: transparent; }

.intro .slider--small .slick-dots li, .intro .slider--large .slick-dots li {
  border: none; }

.slider.slider-related-articles {
  overflow: visible; }
  .slider.slider-related-articles .slick-list {
    padding-right: 0px; }
  .slider.slider-related-articles .slick-dots li {
    border: none; }

.slider.slider-related-articles .slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  font-size: 0;
  background: url("../images/icons/ico-prev-purple.png") no-repeat 0 0;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 27px;
  height: 44px;
  z-index: 8; }

.slider.slider-related-articles .slick-arrow.slick-next {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: -40px;
  -webkit-border-radius: 0;
          border-radius: 0; }
  .slider.slider-related-articles .slick-arrow.slick-next:before {
    background-image: none; }
  @media (max-width: 1350px) {
    .slider.slider-related-articles .slick-arrow.slick-next {
      right: 0px; } }
  @media (max-width: 991px) {
    .slider.slider-related-articles .slick-arrow.slick-next {
      top: auto;
      bottom: -15px; } }

.slider.slider-related-articles .slick-arrow.slick-prev {
  left: -40px; }
  @media (max-width: 1350px) {
    .slider.slider-related-articles .slick-arrow.slick-prev {
      left: 0px; } }
  @media (max-width: 991px) {
    .slider.slider-related-articles .slick-arrow.slick-prev {
      top: auto;
      bottom: -15px; } }

body.highcontrast .header--red-purple .nav__phone h4 a {
  color: #ffffff; }

body.highcontrast .service .service__image picture svg {
  fill: #000000; }

body.highcontrast .article-alt .article__image:after {
  background-color: #000000; }

body.highcontrast .section--full-width .section__content a {
  color: #000000; }

body.highcontrast .link--primary:after {
  background-image: url("../images/ico-arrow-black.svg"); }

body.highcontrast .hero .hero__content h1 {
  color: #ffffff !important; }

body.highcontrast .hero .tiles .tile {
  background: #000000;
  color: #ffffff !important; }

body.highcontrast .tile .tile__content .link:hover {
  text-decoration: underline;
  color: #ffffff; }

body.highcontrast .tile .tile__head h6, body.highcontrast .tile .tile__content h3 {
  color: #ffffff !important; }

body.highcontrast .breadcrumbs--alt #breadcrumbs a, body.highcontrast .breadcrumbs--alt span {
  color: #000000; }

body.highcontrast .breadcrumbs--alt #breadcrumbs a:hover {
  color: #ffffff; }
