@charset "UTF-8";
/*------------------------------------*    STYLE.CSS
\*------------------------------------*/
/**
 *
 * Here we pull in some variables, include the dr.css framework,
 * then add our project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*    $DEFAULTS
\*------------------------------------*/
/**
 * dr.css’ default variables.
 * Redefine these in your own `_vars.scss` file
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/**
 * Default border-radius
 */
/**
 * Responsive push and pull produce a LOT of code,
 * only turn them on if you definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell dr.css when breakpoints start.
 */
/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels)
 */
/*------------------------------------*    $FRAMEWORK
\*------------------------------------*/
/**
 * dr.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*    $FORMS
\*------------------------------------*/
/*------------------------------------*    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in dr.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if dr.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. dr.css ignores its own variables in favour of
 * using your own, so you can completely modify how dr.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/*------------------------------------*    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*    DR.CSS
\*------------------------------------*/
/*!*
 *
 * Digital Republiq Responsive CSS Framework
 *
 * Heavily borrowed what we need from the awesome inuit.css framework
 *
 */
/*------------------------------------*    $WARNING
\*------------------------------------*/
/*
 * dr.css, being an OO framework, works in keeping with the open/closed principle.
 * The variables you set previously are now being used throughout dr.css
 * to style everything we need for a base.
 * Any modules styles SHOULD NOT be added or modified in dr.css directly,
 * but added via your theme stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point;
 * if you find you need to do so it is a failing of the framework
 * so please email ben@digitalrepubliq.com.au
 */
/*------------------------------------*    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/*
FROM: https://github.com/bfred-it/object-fit-images
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * Media query mixin.
 *
 * Some broad breakpoints are defined in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * small
 * medium
 * small-and-medium
 * medium-and-up
 * large
 * extra-large
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(small){ [styles here] }`
 *
 * We work out your end points for you:
 */
/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  position: relative;
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

/*------------------------------------*    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* Let’s make the box model all nice, shall we...?
*/
*, *:before, *:after {
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active, .text-input.nice-select.open,
.text-input:focus,
textarea:active,
textarea.nice-select.open,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.gform_fields > .gfield {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 18px;
  margin-bottom: 1.125rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 40px;
  margin-left: 2.5rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*    $MAIN
\*------------------------------------*/
html,
body {
  height: 100%; }

html {
  font: 1em/1.5 Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

p,
ul,
ol,
dl,
blockquote,
table,
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin-bottom: 20px; }

address {
  font-style: normal; }

@media only screen and (max-width: 679px) {
  * {
    -webkit-overflow-scrolling: touch; } }

/*------------------------------------*    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=h1` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.24444; }

h2, .h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.6; }

h3, .h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.86667; }

h4, .h4 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.12; }

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }

h6, .h6 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.super-large-text {
  font-size: 90px;
  font-size: 5.625rem;
  line-height: 1.24444; }

.extra-large-text {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.12; }

.large-text {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.6; }

/*------------------------------------*    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.intro-text` class is used to make the introductory text (usually a paragraph) of a document slightly larger.
 */
.intro-text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556; }

/*------------------------------------*    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.small-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2; }

.tiny-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385; }

/*------------------------------------*    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #717f87;
  padding: 20px; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
     * Override this setting in your theme stylesheet
     */
  opacity: 0.75;
  filter: alpha(opacity=75); }

/*------------------------------------*    $IMAGES
\*------------------------------------*/
/**
 * Fluid images.
 */
img {
  width: auto;
  height: auto; }
  img, img[height], img[width] {
    max-width: 100%; }
  img.img--full {
    width: 100%; }

/**
 * Non-fluid images if you've specify `width` and/or `height` attributes.
 */
img[width].img--auto,
img[height].img--auto {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 3px; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px; }

.img--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 100px; }

.img--medium {
  height: 200px; }

.img--tall {
  height: 300px; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

.bg-image {
  background-repeat: no-repeat;
  background-position: center center; }

.bg-image--cover {
  background-size: cover; }

.bg-image--contain {
  background-size: contain; }

/*------------------------------------*    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal; }

ul.no-style,
ol.no-style {
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }

/*------------------------------------*    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered table--striped table--data">
       <colgroup>
           <col class="t10">
           <col class="t10">
           <col class="t10">
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan="3">Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class="numerical">Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan="3">Sit</th>
               <td>Dolor</td>
               <td class="numerical">03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class="numerical">09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class="numerical">12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 6px;
  text-align: left; }
  @media only screen and (max-width: 679px) {
    th,
    td {
      padding: 12px; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

.table {
  border: 1px solid #717f87; }
  .table th,
  .table thead td {
    font-weight: bold; }
  .table th,
  .table td {
    vertical-align: top; }
  .table thead tr td,
  .table thead tr th,
  .table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #717f87; }

@media only screen and (max-width: 679px) {
  .table {
    width: 100%; }
    .table thead tr td,
    .table thead tr th,
    .table tbody tr:not(:last-child) td {
      border-bottom: none; }
    .table tbody tr:not(:last-child) td:last-child {
      border-bottom: 1px solid #717f87; }
    .table.table--reversed tbody tr:not(:last-child) td:last-child {
      border-color: #717f87; }
    .table thead {
      display: none; }
    .table tbody td {
      display: block; }
      .table tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: block; } }

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #717f87; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }

.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }

.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/**
 * Objects and abstractions
 */
.lazy-media {
  position: relative;
  margin: 0;
  padding: 0; }

.lazy-media__placeholder,
.lazy-media__image,
.lazy-media__fallback {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
  max-width: none;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s linear;
  will-change: opacity; }
  .lazy-media__placeholder.loaded,
  .lazy-media__image.loaded,
  .lazy-media__fallback.loaded {
    opacity: 1; }

.lazy-media__placeholder {
  filter: blur(5px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
  transition-duration: 0.4s;
  transition-delay: 0.5s;
  z-index: 1; }
  .lazy-media__placeholder.loaded {
    opacity: 0.6;
    transition-delay: 0s; }

.lazy-media__image,
.lazy-media__fallback {
  z-index: 2;
  transform: scale(1); }

.lazy-media.lazy-media--auto .lazy-media__placeholder,
.lazy-media.lazy-media--auto .lazy-media__image,
.lazy-media.lazy-media--auto .lazy-media__fallback {
  object-fit: scale-down;
  font-family: "object-fit: scale-down"; }

.lazy-media.lazy-media--contain .lazy-media__placeholder,
.lazy-media.lazy-media--contain .lazy-media__image,
.lazy-media.lazy-media--contain .lazy-media__fallback {
  object-fit: contain;
  font-family: "object-fit: contain"; }

.lazy-media.lazy-media--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.wrap {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }
  .wrap.wrap--wide {
    width: 1440px; }
  .wrap.wrap--full {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
  .wrap.wrap--hard {
    padding-right: 0 !important;
    padding-left: 0 !important; }

@media only screen and (min-width: 860px) and (max-width: 1180px) {
  .wrap:not(.wrap--hard) {
    padding-left: 48px;
    padding-right: 48px; } }

@media only screen and (max-width: 859px) {
  .wrap:not(.wrap--hard) {
    padding-left: 20px;
    padding-right: 20px; } }

/*------------------------------------*    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">
       <div class="grid__item one-third">
           <p>One third grid</p>
       </div>
       <div class="grid__item two-thirds">
           <p>Two thirds grid</p>
       </div>
       <div class="grid__item one-half">
           <p>One half grid</p>
       </div>
       <div class="grid__item one-quarter">
           <p>One quarter grid</p>
       </div>
       <div class="grid__item one-quarter">
           <p>One quarter grid</p>
       </div>
   </div>
 *
 */
/**
 * Grid wrapper
 */
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -20px; }
  .grid:after {
    content: "";
    display: table;
    clear: both; }
  .grid.grid--reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .grid.grid--hard {
    margin-left: 0; }
    .grid.grid--hard > .grid__item {
      padding-left: 0; }
  .grid.grid--top {
    -ms-flex-align: start;
    align-items: flex-start; }
  .grid.grid--center {
    -ms-flex-align: center;
    align-items: center; }
  .grid.grid--bottom {
    -ms-flex-align: end;
    align-items: flex-end; }

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0; }

.grid__item {
  padding-left: 20px;
  max-width: 100%;
  vertical-align: top; }
  .grid__item:after {
    content: "";
    display: table;
    clear: both; }
  .grid__item.grid__item--top {
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .grid__item.grid__item--center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .grid__item.grid__item--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end; }

/*------------------------------------*    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class="nav">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav {
  list-style: none;
  margin-left: 0; }
  .nav:after {
    content: "";
    display: table;
    clear: both; }
  .nav,
  .nav li {
    margin-bottom: 0; }
  .nav li.ignore > a {
    cursor: default;
    pointer-events: none; }
  .nav > li,
  .nav > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav nav--stacked">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li {
  display: list-item; }
  .nav--stacked > li > a {
    display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav nav--banner">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav nav--block">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--block {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a {
      padding: 12px; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav nav--fit">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">Portfolio</a></li>
       <li><a href="#">Contact</a></li>
   </ul>
 *
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/*------------------------------------*    $BREADCRUMB
\*------------------------------------*/
/**
 * Simple breadcrumb styling to apply to (ordered) lists. Extends `.nav`, e.g.:
 *
   <ol class="nav breadcrumb">
       <li><a href="#">Home</a></li>
       <li><a href="#">About</a></li>
       <li><a href="#">The Board</a></li>
       <li class="current"><a href="#">Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li:before {
  content: "\00BB" "\00A0"; }

/**
 * For denoting a path-like structure, GitHub style, e.g.:
 *
   <ol class="nav breadcrumb--path">
       <li class="breadcrumb__root"><a href="#">dr.css</a></li>
       <li><a href="#">dr.css</a></li>
       <li><a href="#">partials</a></li>
       <li class="current"><a href="#">objects</a></li>
   </ol>
 *
 */
.breadcrumb--path > li + li:before {
  content: "\002F" "\00A0"; }

/**
 * Assign a delimiter on the fly through a data attribute, e.g.:
 *
   <ol class="nav breadcrumb">
       <li><a href="#">Home</a></li>
       <li data-breadcrumb="|"><a href="#">About</a></li>
       <li data-breadcrumb="|"><a href="#">The Board</a></li>
       <li data-breadcrumb="|" class="current"><a href="#">Directors</a></li>
   </ol>
 *
 */
.breadcrumb > li + li[data-breadcrumb]:before {
  content: attr(data-breadcrumb) " "; }

/**
 * Denote the root of the tree.
 */
.breadcrumb__root {
  font-weight: bold; }

/*------------------------------------*    $SPRITE
\*------------------------------------*/
/**
 * Giving an element a class of `.sprite` will throw it into ‘sprite’ mode and apply
 * a background image e.g.:
 *
   <a class="sprite sprite--question-mark">More info&hellip;</a>
 *
 * or
 *
   <a href=#><i class="sprite sprite--question-mark"></i> Help and FAQ</a>
 *
 * These require extension in your theme stylesheet, e.g. in your own CSS:
 *
   .sprite {
       background-image:url(path/to/your/sprite.png);
   }
   .sprite--link { background-position: 0 0; }
   .sprite--star { background-position: 0 -16px; }
 *
 */
.sprite, .ginput_card_security_code_icon,
.gform_card_icon {
  display: inline-block;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  zoom: 1;
  /**
     * So using `.icon` on certain elements doesn’t make a visual difference.
     */
  font-style: normal;
  font-weight: normal;
  /**
     * So icons added using `.icon` sit in the centre of the element.
     */
  text-align: center;
  /**
	 * The typical size of most icons. Override in your theme stylesheet.
	 */
  width: 16px;
  height: 16px;
  top: -1px;
  /*
	 * H5BP method image replacement:
	 * github.com/h5bp/html5-boilerplate/commit/adecc5da035d6d76b77e3fa95c6abde841073da2
	 */
  overflow: hidden;
  *text-indent: -9999px;
  position: relative;
  display: inline-block;
  top: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  max-width: 100%; }
  .sprite:before, .ginput_card_security_code_icon:before,
  .gform_card_icon:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

a.sprite, a.ginput_card_security_code_icon,
a.gform_card_icon,
a.ico,
button.sprite,
button.ginput_card_security_code_icon,
button.gform_card_icon,
button.ico {
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: -9999px;
  outline: none; }
  a.sprite:hover, a.ginput_card_security_code_icon:hover,
  a.gform_card_icon:hover,
  a.ico:hover,
  button.sprite:hover,
  button.ginput_card_security_code_icon:hover,
  button.gform_card_icon:hover,
  button.ico:hover {
    background-color: transparent; }
  a.sprite:focus, a.ginput_card_security_code_icon:focus,
  a.gform_card_icon:focus, a.sprite:active, a.ginput_card_security_code_icon:active, a.ginput_card_security_code_icon.nice-select.open,
  a.gform_card_icon:active, a.gform_card_icon.nice-select.open, a.sprite.nice-select.open,
  a.ico:focus,
  a.ico:active,
  a.ico.nice-select.open,
  button.sprite:focus,
  button.ginput_card_security_code_icon:focus,
  button.gform_card_icon:focus,
  button.sprite:active,
  button.ginput_card_security_code_icon:active,
  button.ginput_card_security_code_icon.nice-select.open,
  button.gform_card_icon:active,
  button.gform_card_icon.nice-select.open,
  button.sprite.nice-select.open,
  button.ico:focus,
  button.ico:active,
  button.ico.nice-select.open {
    outline: none; }

/*------------------------------------*    $BUTTONS.CSS
\*------------------------------------*/
/**
 * Based on beautons - a beautifully simple button toolkit.
 *
 * LICENSE
 * 
 * Copyright 2013 Harry Roberts
 * 
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 * http://apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * 
 */
/*!*
 * 
 * @csswizardry -- csswizardry.com/beautons
 * 
 */
/*------------------------------------*    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 3px;
  /* [8] */ }

.btn, .btn:hover {
  text-decoration: none;
  /* [9] */ }

.btn:active, .btn.nice-select.open, .btn:focus {
  outline: none; }

/*------------------------------------*    $SIZES
\*------------------------------------*/
/**
 * Button size modifiers.
 *
 * These all follow the same sizing rules as above; text is 1em, space around it
 * remains uniform.
 */
.btn--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4; }

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5; }

/**
 * These buttons will fill the entirety of their container.
 *
 * 1. Remove padding so that widths and paddings don’t conflict.
 */
.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/*------------------------------------*    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive.nice-select.open,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */ }

/*------------------------------------*    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

.btn--auto {
  min-width: 0; }

.btn--ico,
.btn--trans {
  border: none;
  padding: 0;
  line-height: 1;
  min-width: 0;
  min-height: 0; }

.btn--trans, .btn--trans:focus, .btn--trans:hover, .btn--trans:active, .btn--trans.nice-select.open {
  border-radius: 0;
  background: none;
  background-color: transparent; }

.btn--ico {
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  padding: 0;
  transition: background-color 0.4s; }
  .btn--ico .ico {
    transition: color 0.4s; }

/*------------------------------------*    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class="pill">here</span> is a pill!</p>
 *
   <p>This <span class="loz">here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 */
.pill, .loz {
  display: inline-block;
  /**
     * These numbers set in ems mean that, at its narrowest, a lozenge will be
     * the same width as the `line-height` set on the `html` element.
     * This allows us to use the `.loz` in almost any `font-size` we wish.
     */
  min-width: 1.0em;
  padding-right: 0.25em;
  padding-left: 0.25em;
  /* =1.50em */
  text-align: center;
  background-color: #717f87;
  color: #fff;
  /* Override this color in your theme stylesheet */
  /**
     * Normally we’d use border-radius:100%; but instead here we just use an
     * overly large number; `border-radius:100%;` would create an oval on
     * non-square elements whereas we just want to round the ends of an element.
     */
  border-radius: 100px; }

.loz {
  border-radius: 3px; }

.gform_title {
  margin-bottom: 0;
  line-height: 1; }

.gform_heading {
  padding-bottom: 20px; }

.gform_description {
  display: block;
  padding-top: 20px; }

.gform_fields {
  list-style: none;
  margin: 0;
  padding-left: 0 !important; }
  .gform_fields:after {
    content: "";
    display: table;
    clear: both; }

.gform_fields > .gfield:last-child {
  margin-bottom: 0; }

.gfield_required {
  padding-left: 4px; }

.gfield_description,
.gform_fields .instruction {
  color: #717f87;
  font-size: 14px;
  font-style: italic; }

.gform_fields .instruction {
  padding-top: 4px; }

.gfield_label,
.gpoll_field_label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px; }

.ginput_container label {
  display: block;
  font-weight: normal;
  color: #717f87; }

::-webkit-input-placeholder {
  color: #717f87; }

::-moz-placeholder {
  color: #717f87; }

:-ms-input-placeholder {
  color: #717f87; }

input:-moz-placeholder {
  color: #717f87; }

.gform_fields textarea,
.gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  display: block;
  max-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #d5d9db;
  color: #20292f;
  padding: 8px 15px;
  height: 50px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  transition: all ease-in-out 0.4s;
  cursor: default;
  border-radius: 3px;
  box-shadow: none;
  -webkit-appearance: none; }
  .gform_fields textarea.placeholder,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]).placeholder {
    color: #717f87; }
  .gform_fields textarea:focus,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus {
    outline: none;
    border-color: #717f87;
    box-shadow: none; }
  .gform_fields textarea:hover,
  .gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover {
    cursor: text; }

.gform_fields textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 130px;
  resize: vertical; }

ul.gfield_radio,
ul.gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 12px 0 0 0; }
  ul.gfield_radio li, ul.gfield_radio label,
  ul.gfield_checkbox li,
  ul.gfield_checkbox label {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    vertical-align: top; }
  ul.gfield_radio label,
  ul.gfield_checkbox label {
    padding-left: 8px;
    margin-top: 4px; }
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto;
    margin-bottom: 7px;
    margin-right: 20px; }
  ul.gfield_radio li:last-child,
  ul.gfield_checkbox li:last-child {
    margin-right: 0; }
  ul.gfield_radio input[type="checkbox"],
  ul.gfield_radio input[type="radio"],
  ul.gfield_checkbox input[type="checkbox"],
  ul.gfield_checkbox input[type="radio"] {
    vertical-align: top;
    margin-top: 6px; }
    ul.gfield_radio input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_radio input[type="radio"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="checkbox"][value="gf_other_choice"],
    ul.gfield_checkbox input[type="radio"][value="gf_other_choice"] {
      margin-top: 14px; }
  ul.gfield_radio input[value="gf_other_choice"] + input[type="text"],
  ul.gfield_checkbox input[value="gf_other_choice"] + input[type="text"] {
    display: inline-block;
    width: 80%;
    margin-left: 20px; }

.list-vertical ul.gfield_radio li,
.list-vertical ul.gfield_checkbox li {
  display: block;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto; } }

@media only screen and (max-width: 679px) {
  ul.gfield_radio li,
  ul.gfield_checkbox li {
    width: auto; } }

.gform_fields select.hasCustomSelect {
  width: 100% !important; }

.gform_fields select:focus {
  outline: none; }

.gform_fields select[multiple] {
  padding: 12px;
  height: 80px; }

.ginput_container_select {
  position: relative; }

.gform_fields .file {
  min-height: 43px; }
  .gform_fields .file .ginput_container {
    position: relative; }
  .gform_fields .file .btn {
    width: 100%;
    max-width: 100%;
    height: 50px;
    line-height: 50px; }
  .gform_fields .file input[type="file"] {
    width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 2;
    height: 50px;
    padding: 0;
    color: white;
    font-weight: normal;
    font-size: 13px;
    opacity: 0;
    cursor: pointer; }

.ginput_container_fileupload {
  /*
	input[type="file"] {
		color: #ccc;
	}
	*/ }
  .ginput_container_fileupload .gform_button_select_files {
    margin-left: 20px; }
    @media only screen and (max-width: 679px) {
      .ginput_container_fileupload .gform_button_select_files {
        margin-left: 0;
        width: 100%;
        margin-top: 15px; } }

.ginput_complex {
  margin-bottom: 10px; }
  .ginput_complex > span {
    display: block;
    margin-bottom: 20px; }
  .ginput_complex label {
    font-size: 14px;
    padding-top: 4px; }

.ginput_full,
.ginput_card_expiration_container {
  margin-bottom: 4px;
  display: block;
  width: 100%; }
  .ginput_full:after,
  .ginput_card_expiration_container:after {
    content: "";
    display: table;
    clear: both; }
  .ginput_full input,
  .ginput_card_expiration_container input {
    width: 100%; }

.ginput_left,
.ginput_cardinfo_left,
.ginput_card_expiration_container .customSelect:first-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-right: 10px;
  float: left;
  position: relative; }
  .ginput_left input,
  .ginput_cardinfo_left input,
  .ginput_card_expiration_container .customSelect:first-of-type input {
    width: 100%; }

.ginput_right,
.ginput_cardinfo_right,
.ginput_card_expiration_container .customSelect:last-of-type {
  margin-bottom: 4px;
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  float: right;
  clear: none;
  position: relative; }
  .ginput_right input,
  .ginput_cardinfo_right input,
  .ginput_card_expiration_container .customSelect:last-of-type input {
    width: 100%; }

.gform_card_icon_container {
  margin-bottom: 6px; }

.ginput_card_security_code_icon,
.gform_card_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 24px; }

.ginput_card_security_code {
  margin-bottom: 6px; }

.ginput_card_security_code_icon {
  background-position: 0 -128px; }
  .ginput_card_security_code_icon + label {
    display: inline-block;
    margin-left: 10px; }

.gform_card_icon {
  margin-left: 6px; }
  .gform_card_icon:first-child {
    margin-left: 0; }
  .gform_card_icon.gform_card_icon_visa {
    background-position: -2px -4px; }
  .gform_card_icon.gform_card_icon_mastercard {
    background-position: -38px -4px; }
  .gform_card_icon.gform_card_icon_amex {
    background-position: -74px -4px; }

.chzn-drop {
  color: #20292f; }

.gfield.with-chzn .ginput_container {
  height: 50px; }

.gfield.with-chzn .chzn-container .chzn-single {
  height: 50px;
  line-height: 50px;
  background-image: none;
  background-color: #fff;
  border-color: #d5d9db;
  padding-left: 12px;
  font-size: 16px; }
  .gfield.with-chzn .chzn-container .chzn-single div b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAICAYAAAD9aA/QAAAAfElEQVQoFZXRgQ2AIAwEwI7AKIzESIzACIzCCI7gBvUxhWDFtJp8REqPCEREBeEfKcxMVu4FQJsTbhY46gMOgA8D7/UwGq33/CU0ReREdsfS56OFrfUJ90k8CdnBaW3yjB+w4Fnh2QPpNS9Y8Cp41Q3e7y84AC6I+7L0hhc28oiRLYTxoAAAAABJRU5ErkJggg==);
    background-position: right 50%; }

.gfield.with-chzn .chzn-container.chzn-container-active .chzn-single {
  outline: none;
  border-color: #d5d9db;
  box-shadow: none; }

.gfield.with-chzn .chzn-container.chzn-container-single .chzn-single div {
  background-image: none;
  background-color: transparent;
  border: none;
  width: 23px; }

.gfield.with-chzn .chzn-container .chzn-search input {
  width: 100% !important;
  height: auto; }

.gfield.with-chzn.gfield_error .chzn-container .chzn-single {
  border-color: #dd0821; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  height: 50px; }

.gform_wrapper .chosen-container .chosen-drop {
  color: #717f87; }

.gfield_date_day,
.gfield_date_month,
.gfield_date_year,
.gfield_date_dropdown_day,
.gfield_date_dropdown_month,
.gfield_date_dropdown_year,
.gfield_time_hour,
.gfield_time_minute,
.gfield_time_ampm {
  display: inline-block !important;
  width: 30.9% !important;
  margin-right: 2.8%; }
  .gfield_date_day:last-child,
  .gfield_date_month:last-child,
  .gfield_date_year:last-child,
  .gfield_date_dropdown_day:last-child,
  .gfield_date_dropdown_month:last-child,
  .gfield_date_dropdown_year:last-child,
  .gfield_time_hour:last-child,
  .gfield_time_minute:last-child,
  .gfield_time_ampm:last-child {
    margin-right: 0; }
  .gfield_date_day i,
  .gfield_date_day label,
  .gfield_date_month i,
  .gfield_date_month label,
  .gfield_date_year i,
  .gfield_date_year label,
  .gfield_date_dropdown_day i,
  .gfield_date_dropdown_day label,
  .gfield_date_dropdown_month i,
  .gfield_date_dropdown_month label,
  .gfield_date_dropdown_year i,
  .gfield_date_dropdown_year label,
  .gfield_time_hour i,
  .gfield_time_hour label,
  .gfield_time_minute i,
  .gfield_time_minute label,
  .gfield_time_ampm i,
  .gfield_time_ampm label {
    display: inline-block;
    font-size: 14px; }

.gfield_date_year,
.gfield_date_dropdown_year,
.gfield_time_ampm {
  margin-right: 0; }

.gfield_time_hour input {
  display: inline-block;
  max-width: 90%; }

.gfield_time_ampm {
  display: block;
  float: right; }

.gf_hide_ampm .gfield_time_ampm {
  display: none !important; }

.ginput_container.ginput_container_date,
.ginput_container.ginput_container_time {
  position: relative; }

/*
.datepicker_with_icon {
	max-width: 90% !important;
	display: inline-block !important;
}
*/
.ui-datepicker-trigger {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }

.gfield .clear-multi {
  height: 50px; }
  .gfield .clear-multi > .ginput_container:last-child {
    float: right; }

.ginput_container_date {
  position: relative; }
  .ginput_container_date input.datepicker_with_icon {
    padding-right: 48px; }
    .ginput_container_date input.datepicker_with_icon + .ui-datepicker-trigger {
      width: 20px;
      right: 10px;
      cursor: pointer; }

.gsection_title {
  margin-bottom: 0;
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.86667; }
  .gsection_title:empty {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.gsection_description {
  padding: 12px 0 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4; }

.gf_page_steps {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-radius: 3px;
  overflow: auto;
  padding-left: 12px; }

.gf_step {
  float: left;
  margin-right: 48px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667;
  line-height: 1.5; }
  .gf_step a {
    color: #717f87; }
  .gf_step.gf_step_active {
    color: #dd0821; }

.gf_progressbar_wrapper {
  padding: 20px 0;
  margin-bottom: 20px; }

.gf_progressbar_title {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.86667;
  margin-bottom: 12px;
  color: #dd0821; }

.gf_progressbar {
  background: transparent;
  height: 20px;
  overflow: hidden;
  border: 1px solid #dd0821;
  border-radius: 3px; }

.gf_progressbar_percentage {
  background: #dd0821;
  height: 14px;
  margin: 2px;
  border-radius: 3px; }
  .gf_progressbar_percentage span {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.gform_page_footer {
  padding: 20px 0;
  margin: 20px 0;
  text-align: left;
  position: relative;
  margin-top: 30px; }
  .gform_page_footer:after {
    content: "";
    display: table;
    clear: both; }

.gform_page .gform_page_footer {
  min-height: 100px; }
  .gform_page .gform_page_footer .gform_ajax_spinner {
    float: none;
    display: block;
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%); }
  .gform_page .gform_page_footer input[type="submit"],
  .gform_page .gform_page_footer button[type="submit"] {
    float: right; }

.gform_page:first-child .gform_page_footer .gform_save_link {
  float: left; }

.gform_page:first-child .gform_page_footer .gform_ajax_spinner {
  top: 50%;
  transform: translateX(-50%) translateY(-50%); }

.gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
  top: 25px; }

.gform_page:not(:first-child) .gform_page_footer .gform_save_link {
  display: block;
  clear: both;
  margin-top: 100px; }

.submit-on-left .gform_page .gform_page_footer input[type="submit"],
.submit-on-left .gform_page .gform_page_footer button[type="submit"] {
  float: left; }

.gform_save_link {
  display: inline-block;
  margin-top: 15px; }

@media only screen and (max-width: 679px) {
  .gform_page:not(:first-child) .gform_page_footer .gform_ajax_spinner {
    top: 100px; }
  .gform_page:not(:first-child) .gform_page_footer .gform_save_link {
    margin-top: 150px; } }

table.gfield_list {
  border: 0;
  margin-bottom: 0; }
  table.gfield_list thead + tbody tr:first-child td {
    padding-top: 20px; }
    @media only screen and (max-width: 859px) {
      table.gfield_list thead + tbody tr:first-child td.gfield_list_icons {
        margin-left: auto; } }
  table.gfield_list thead tr th {
    border-bottom: 0 !important;
    font-size: 13px;
    padding-bottom: 4px; }
  table.gfield_list tr {
    border-bottom: 0; }
    table.gfield_list tr td.gfield_list_cell, table.gfield_list tr td.gfield_list_icons {
      border-bottom: 0 !important;
      padding-bottom: 10px; }
    table.gfield_list tr td.gfield_list_cell {
      padding-right: 15px; }

.gfield_list td {
  padding-top: 0; }

.gfield_list_cell {
  padding-left: 12px;
  padding-right: 12px; }
  .gfield_list_cell input {
    width: 100%; }
  .gfield_list_cell:first-child {
    padding-left: 0; }

.gfield_list_icons {
  text-align: right;
  padding-right: 0;
  width: 40px;
  padding-top: 8px !important; }

.validation_error,
.gfield_description.validation_message,
.gfield_error .gfield_label,
.gfield.single-option.gfield_error .ginput_container label,
.gfield.no-label.gfield_error .ginput_container label {
  font-style: normal;
  padding: 0;
  font-size: 14px;
  color: #dd0821;
  background: none; }

.gfield.gfield_error ul.gfield_radio label,
.gfield.gfield_error ul.gfield_checkbox label, .gfield.gfield_error.no-label ul.gfield_radio label,
.gfield.gfield_error.no-label ul.gfield_checkbox label, .gfield.gfield_error.single-option ul.gfield_radio label,
.gfield.gfield_error.single-option ul.gfield_checkbox label {
  padding-left: 20px; }

.gfield_error textarea,
.gfield_error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  border-color: #dd0821;
  background-color: #fff;
  color: #dd0821; }

.gfield_error .styled-select,
.gfield_error .customSelect {
  border-color: #dd0821;
  color: #dd0821; }

.validation_error {
  margin-bottom: 20px;
  background: #dd0821;
  padding: 6px 20px;
  border-radius: 3px;
  color: #fff; }

.gfield_description.validation_message {
  display: none; }

#gforms_confirmation_message {
  margin-bottom: 20px; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #717f87;
  margin: 0;
  padding: 12px;
  text-align: center;
  min-width: 200px;
  width: 100%;
  background-color: #fff;
  color: #717f87;
  clear: both;
  border-radius: 3px; }
  .gform_wrapper .gfield_password_strength.bad {
    background-color: #ffe5d5;
    border-color: #FF853C;
    color: #FF853C; }
  .gform_wrapper .gfield_password_strength.good {
    background-color: #ffeb99;
    border-color: #FC0;
    color: #cca300; }
  .gform_wrapper .gfield_password_strength.strong {
    background-color: green;
    border-color: green;
    color: #fff; }
  .gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
    background-color: #fbcece;
    border-color: #f04040;
    color: #f04040; }

.gform_footer {
  text-align: left;
  padding: 20px 0 0; }
  .gform_footer:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 679px) {
    .gform_footer {
      padding-left: 12px;
      padding-right: 12px; } }

.submit-on-right .gform_footer {
  text-align: right; }

.submit-on-left .gform_footer {
  text-align: left; }

.gform_ajax_spinner {
  display: block;
  width: 42px;
  height: 42px; }

.gform_validation_container {
  display: none; }

.gform_hidden {
  display: none !important; }

.gform_wrapper input[type="button"],
.gform_wrapper input[type="submit"],
.gform_wrapper button[type="submit"] {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle; }

.gform_wrapper form.waiting input[type="submit"],
.gform_wrapper form.waiting button[type="submit"] {
  color: transparent !important;
  background-color: #fff; }
  .gform_wrapper form.waiting input[type="submit"][disabled],
  .gform_wrapper form.waiting button[type="submit"][disabled] {
    opacity: 1 !important; }
  .gform_wrapper form.waiting input[type="submit"]:after,
  .gform_wrapper form.waiting button[type="submit"]:after {
    content: "";
    background-image: url(../images/spinner.svg);
    background-size: contain;
    width: 42px;
    height: 42px;
    right: auto;
    left: 50%;
    margin-left: -21px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.gform_wrapper form.waiting .gform_ajax_spinner {
  display: none !important; }

.gform_wrapper input[type="submit"][disabled="disabled"],
.gform_wrapper button[type="submit"][disabled="disabled"],
.gform_page_footer .gform_next_button[disabled="disabled"] {
  cursor: default;
  opacity: 0.3; }

@media only screen and (max-width: 679px) {
  .gform_wrapper input[type="button"],
  .gform_wrapper input[type="submit"],
  .gform_wrapper button[type="submit"] {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%; } }

.gfield.no-label > .gfield_label {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.gfield.single-option .check-list li,
.gfield.single-option ul.gfield_radio li,
.gfield.single-option ul.gfield_checkbox li {
  width: 100%; }

.gfield.single-option .check-list label,
.gfield.single-option ul.gfield_radio label,
.gfield.single-option ul.gfield_checkbox label {
  max-width: calc(100% - 30px); }

.gfield.offscreen {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #d5d9db;
  -webkit-text-fill-color: #20292f;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_left_half,
.gfield.gf_right_half {
  float: left; }

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  float: right; }

.gfield.gf_left_half,
.gfield.gf_right_half {
  width: 50%; }

.gfield.gf_left_third,
.gfield.gf_middle_third,
.gfield.gf_right_third {
  width: 33.333%; }

.gfield.gf_right_two_thirds {
  width: 66.666%; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four {
  width: 25%; }

.gfield.gf_fourth_one,
.gfield.gf_left_third,
.gfield.gf_left_half {
  padding-right: 10px; }

.gfield.gf_fourth_two {
  padding-right: 10px; }

.gfield.gf_fourth_three {
  padding-left: 10px; }

.gfield.gf_fourth_four,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  padding-left: 10px; }

.gfield.gf_fourth_one,
.gfield.gf_fourth_two,
.gfield.gf_fourth_three,
.gfield.gf_fourth_four,
.gfield.gf_middle_third,
.gfield.gf_right_third,
.gfield.gf_right_two_thirds,
.gfield.gf_right_half {
  clear: none; }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0; }
  .gfield.gf_left_third {
    padding-right: 12px; } }

@media only screen and (max-width: 679px) {
  .gfield.gf_left_third,
  .gfield.gf_middle_third,
  .gfield.gf_right_third,
  .gfield.gf_right_two_thirds,
  .gfield.gf_left_half,
  .gfield.gf_right_half {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_three,
  .gfield.gf_fourth_four {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 50%; }
  .gfield.gf_fourth_one,
  .gfield.gf_fourth_three {
    float: left;
    padding-right: 6px; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    float: right;
    padding-left: 6px; }
  .gfield.gf_fourth_three {
    clear: both; }
  .gfield.gf_fourth_two,
  .gfield.gf_fourth_four {
    padding-right: 0; } }

/*
----------------------------------------------------------------

jquery-ui.custom.css
Gravity Forms Custom jQuery UI styles
http: //www.gravityforms.com
updated: March 18, 2013 4:15 PM

Gravity Forms is a Rocketgenius project
copyright 2013 Rocketgenius Inc.
http: //www.rocketgenius.com
copyright 2009 (http://jqueryui.com/about)
dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.

NOTE: DO NOT EDIT THIS FILE!
THIS FILE IS REPLACED DURING AUTO UPGRADE
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

----------------------------------------------------------------
*/
#ui-datepicker-div {
  display: none; }

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

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-state-disabled {
  cursor: default !important; }

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-tabs {
  padding: .2em;
  zoom: 1; }

.ui-tabs[style] {
  border: 1px solid #C2D7EF !important;
  margin: 6px 0 0 !important;
  swidth: 438px !important; }

.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: .2em .2em 0 0; }

.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0 .2em -1px 0;
  padding: 0;
  text-align: center; }

.ui-tabs .ui-tabs-nav li a {
  display: block;
  text-decoration: none;
  padding: .5em 1em;
  text-align: center;
  font-size: 12px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0; }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none; }

.ui-tabs .ui-tabs-hide {
  display: none !important; }

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: January 31, 2014 3:32 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2008 - 2014 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center;
  padding-bottom: 4px; }

.ui-datepicker-title select {
  margin-top: 2%;
  -webkit-appearance: menulist;
  width: auto; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAA8CAYAAACTiBHmAAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAB3klEQVRYCe1XsUrEQBA1kkJICEGw9oqrrfwAwV+wT3mHHBwIB4K1kC+QtOltbcN9gE1iYxn8AItgKk/jTMjAZcmOu4sXRTYw7O3O7rzZN7vcW6dpmr1df/u7BsD4FkSLZUuXFl0uN9txHM7d83H37U/VZA1pX4EFvfRVO7hNmVGMLMveV6tVFYbhM4wtwDzyUSuL0dLIOrsIZVk2aEVRfCyXy8r3fQSbgR2ogDgtEs0UWio8Amy7qqr6TJLkLU3Tx7quz9HHxmGd3ekSQQhws9k8TafTk+9AjE4XJFZD4Nh13TMC5Fr2nogLMThQeAcWTyaTV9Ev66uCvECAewh+qxOcQJUKT5O5lqutUU04sCEfu5OhBSZjo+zEgmiVxtJl6dJiQGuyPV2WLi0GtCaPcrpYIUHiTiXtX/+PN6UL1T2q/LXKLqWKXrJ9VPMLVPeo8lHtEwjOl5nUIYCgep+hmkdVj+qelL4KCFt4CuB53kMURafz+dwPgkCbYiWQPM+PQFybvbIgU6WsOvUeA4Wo5rU/VkGK9wTqcAgI1wB2Cb72SQcCvH0iCzXsJaIFQis7sBvoXwDIMY7/OAiBbbcciFJNtoOZ/GbpMgk4tGaUnViQIeqlY5YuKTVDjv9D1xdysESNsEdXVAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  transition: none !important;
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar th {
  background: none; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

/* enhanced UI/select styles updated in v.1.8.12 -----------------------------------------------------------------*/
.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.gform_wrapper .chosen-container a {
  cursor: pointer; }

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(top, #fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999; }

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 0 2px; }

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4; }

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px !important;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-single {
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

.gform_wrapper .chosen-rtl {
  text-align: right; }

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search.gform_wrapper .chosen-rtl .chosen-drop {
  left: 9999px; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0; }

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: #fff url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(../../../plugins/gravityforms/images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-rtl .chosen-search input[type=text].gform_wrapper .chosen-container-single .chosen-single abbr.gform_wrapper .chosen-container-single .chosen-single div b.gform_wrapper .chosen-container-single .chosen-search input[type=text].gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close.gform_wrapper .chosen-container .chosen-results-scroll-down span.gform_wrapper .chosen-container .chosen-results-scroll-up span {
    background-image: url(../../../plugins/gravityforms/images/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

.row,
.row__inner,
.row__header,
.row__body,
.row__content,
.row__media,
.row__footer {
  position: relative; }

.row {
  padding: 72px 0; }
  @media only screen and (min-width: 680px) and (max-width: 859px) {
    .row {
      padding: 48px 0; } }
  @media only screen and (max-width: 679px) {
    .row {
      padding: 20px 0; } }

.row__header,
.row__footer {
  text-align: center; }

.row__header {
  padding-bottom: 48px; }
  @media only screen and (max-width: 679px) {
    .row__header {
      padding-bottom: 20px; } }

.row__footer {
  padding-top: 48px; }
  @media only screen and (max-width: 679px) {
    .row__footer {
      padding-top: 20px; } }

.row__media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }
  .row__media > * {
    width: 100%; }

.row__media-button {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 40px;
  height: 40px; }
  .row__media-button, .row__media-button:focus, .row__media-button:hover, .row__media-button:active, .row__media-button.nice-select.open {
    border-radius: 50%;
    background-color: #FAFAFA; }

.row__media--top {
  -ms-flex-pack: start;
  justify-content: flex-start; }

.row__media--middle {
  -ms-flex-pack: center;
  justify-content: center; }

.row__media--bottom {
  -ms-flex-pack: end;
  justify-content: flex-end; }

.row__media--left {
  -ms-flex-align: start;
  align-items: flex-start; }

.row__media--center {
  -ms-flex-align: center;
  align-items: center; }

.row__media--right {
  -ms-flex-align: end;
  align-items: flex-end; }

.row.row--form:not(.row--form-content) .row__content {
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row.row--form-content .grid__item:not(:last-child),
.row.row--multi-column .grid__item:not(:last-child) {
  margin-bottom: 20px; }

.modal {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  pointer-events: none;
  top: 0; }

.modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(45, 57, 65, 0);
  transition: background-color 0.8s;
  transition-delay: 0s; }

.modal__inner {
  position: relative;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  transform: translateY(120%);
  transition: transform 0.4s;
  transition-delay: 0s;
  background-color: #FAFAFA; }

.modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #FAFAFA;
  font-size: 18px; }

.modal.modal--open {
  pointer-events: all; }
  .modal.modal--open .modal__bg {
    background-color: rgba(45, 57, 65, 0.6);
    transition-delay: 0s; }
  .modal.modal--open .modal__inner {
    transform: translateY(0);
    transition-delay: 0.4s;
    transition-duration: 0.8s; }

.modal.modal--right .modal__inner,
.modal.modal--left .modal__inner {
  top: 0;
  height: 100%;
  width: 400px;
  max-width: 90%;
  position: fixed; }

.modal.modal--left .modal__inner {
  left: 0;
  right: auto;
  transform: translateY(0) translateX(-100%); }

.modal.modal--right .modal__inner {
  left: auto;
  right: 0;
  transform: translateY(0) translateX(100%); }

.modal.modal--left.modal--open .modal__inner,
.modal.modal--right.modal--open .modal__inner {
  transform: translateY(0) translateX(0); }

html.modal-open {
  overflow: hidden; }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in dr.css, most commonly the grid system
 *
 * We have a mixin to generate our widths and their breakpoint-specific variations.
 */
/**
    * Whole
    */
.one-whole {
  width: 100%; }

/**
    * Halves
    */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
    * Thirds
    */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
    * Quarters
    */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
    * Fifths
    */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
    * Sixths
    */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
    * Eighths
    */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
    * Tenths
    */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
    * Twelfths
    */
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

.hide {
  display: none !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.soft--sides {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.text--left {
  text-align: left !important; }

.text--right {
  text-align: right !important; }

.text--center {
  text-align: center !important; }

.float--left {
  float: left !important; }

.float--right {
  float: right !important; }

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

.hard--left {
  padding-left: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

/**
 * You can define at which breakpoint you’d like an element to be a certain size, e.g.:
 *
 * `<div class="g one-quarter lap-one-half palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ‘desktop’ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ‘tablet’ sizes, and goes full width
 * at ‘mobile’ sizes.
 *
 */
@media only screen and (max-width: 679px) {
  /**
    * Whole
    */
  .small-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .small-one-half, .small-two-quarters, .small-three-sixths, .small-four-eighths, .small-five-tenths, .small-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .small-one-third, .small-two-sixths, .small-four-twelfths {
    width: 33.333%; }
  .small-two-thirds, .small-four-sixths, .small-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .small-one-quarter, .small-two-eighths, .small-three-twelfths {
    width: 25%; }
  .small-three-quarters, .small-six-eighths, .small-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .small-one-fifth, .small-two-tenths {
    width: 20%; }
  .small-two-fifths, .small-four-tenths {
    width: 40%; }
  .small-three-fifths, .small-six-tenths {
    width: 60%; }
  .small-four-fifths, .small-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .small-one-sixth, .small-two-twelfths {
    width: 16.666%; }
  .small-five-sixths, .small-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .small-one-eighth {
    width: 12.5%; }
  .small-three-eighths {
    width: 37.5%; }
  .small-five-eighths {
    width: 62.5%; }
  .small-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .small-one-tenth {
    width: 10%; }
  .small-three-tenths {
    width: 30%; }
  .small-seven-tenths {
    width: 70%; }
  .small-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .small-one-twelfth {
    width: 8.333%; }
  .small-five-twelfths {
    width: 41.666%; }
  .small-seven-twelfths {
    width: 58.333%; }
  .small-eleven-twelfths {
    width: 91.666%; }
  .small-hide {
    display: none !important; }
  .small-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .small-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .small-text--left {
    text-align: left !important; }
  .small-text--right {
    text-align: right !important; }
  .small-text--center {
    text-align: center !important; }
  .small-float--left {
    float: left !important; }
  .small-float--right {
    float: right !important; }
  .small-float-none {
    float: none !important; }
  .small-hard--left {
    padding-left: 0 !important; }
  .small-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  /**
    * Whole
    */
  .medium-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .medium-one-half, .medium-two-quarters, .medium-three-sixths, .medium-four-eighths, .medium-five-tenths, .medium-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .medium-one-third, .medium-two-sixths, .medium-four-twelfths {
    width: 33.333%; }
  .medium-two-thirds, .medium-four-sixths, .medium-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .medium-one-quarter, .medium-two-eighths, .medium-three-twelfths {
    width: 25%; }
  .medium-three-quarters, .medium-six-eighths, .medium-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .medium-one-fifth, .medium-two-tenths {
    width: 20%; }
  .medium-two-fifths, .medium-four-tenths {
    width: 40%; }
  .medium-three-fifths, .medium-six-tenths {
    width: 60%; }
  .medium-four-fifths, .medium-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .medium-one-sixth, .medium-two-twelfths {
    width: 16.666%; }
  .medium-five-sixths, .medium-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .medium-one-eighth {
    width: 12.5%; }
  .medium-three-eighths {
    width: 37.5%; }
  .medium-five-eighths {
    width: 62.5%; }
  .medium-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .medium-one-tenth {
    width: 10%; }
  .medium-three-tenths {
    width: 30%; }
  .medium-seven-tenths {
    width: 70%; }
  .medium-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .medium-one-twelfth {
    width: 8.333%; }
  .medium-five-twelfths {
    width: 41.666%; }
  .medium-seven-twelfths {
    width: 58.333%; }
  .medium-eleven-twelfths {
    width: 91.666%; }
  .medium-hide {
    display: none !important; }
  .medium-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .medium-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .medium-text--left {
    text-align: left !important; }
  .medium-text--right {
    text-align: right !important; }
  .medium-text--center {
    text-align: center !important; }
  .medium-float--left {
    float: left !important; }
  .medium-float--right {
    float: right !important; }
  .medium-float-none {
    float: none !important; }
  .medium-hard--left {
    padding-left: 0 !important; }
  .medium-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 680px) {
  /**
    * Whole
    */
  .medium-and-up-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .medium-and-up-one-half, .medium-and-up-two-quarters, .medium-and-up-three-sixths, .medium-and-up-four-eighths, .medium-and-up-five-tenths, .medium-and-up-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .medium-and-up-one-third, .medium-and-up-two-sixths, .medium-and-up-four-twelfths {
    width: 33.333%; }
  .medium-and-up-two-thirds, .medium-and-up-four-sixths, .medium-and-up-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .medium-and-up-one-quarter, .medium-and-up-two-eighths, .medium-and-up-three-twelfths {
    width: 25%; }
  .medium-and-up-three-quarters, .medium-and-up-six-eighths, .medium-and-up-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .medium-and-up-one-fifth, .medium-and-up-two-tenths {
    width: 20%; }
  .medium-and-up-two-fifths, .medium-and-up-four-tenths {
    width: 40%; }
  .medium-and-up-three-fifths, .medium-and-up-six-tenths {
    width: 60%; }
  .medium-and-up-four-fifths, .medium-and-up-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .medium-and-up-one-sixth, .medium-and-up-two-twelfths {
    width: 16.666%; }
  .medium-and-up-five-sixths, .medium-and-up-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .medium-and-up-one-eighth {
    width: 12.5%; }
  .medium-and-up-three-eighths {
    width: 37.5%; }
  .medium-and-up-five-eighths {
    width: 62.5%; }
  .medium-and-up-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .medium-and-up-one-tenth {
    width: 10%; }
  .medium-and-up-three-tenths {
    width: 30%; }
  .medium-and-up-seven-tenths {
    width: 70%; }
  .medium-and-up-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .medium-and-up-one-twelfth {
    width: 8.333%; }
  .medium-and-up-five-twelfths {
    width: 41.666%; }
  .medium-and-up-seven-twelfths {
    width: 58.333%; }
  .medium-and-up-eleven-twelfths {
    width: 91.666%; }
  .medium-and-up-hide {
    display: none !important; }
  .medium-and-up-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .medium-and-up-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .medium-and-up-text--left {
    text-align: left !important; }
  .medium-and-up-text--right {
    text-align: right !important; }
  .medium-and-up-text--center {
    text-align: center !important; }
  .medium-and-up-float--left {
    float: left !important; }
  .medium-and-up-float--right {
    float: right !important; }
  .medium-and-up-float-none {
    float: none !important; }
  .medium-and-up-hard--left {
    padding-left: 0 !important; }
  .medium-and-up-hard--right {
    padding-right: 0 !important; } }

@media only screen and (max-width: 859px) {
  /**
    * Whole
    */
  .small-and-medium-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .small-and-medium-one-half, .small-and-medium-two-quarters, .small-and-medium-three-sixths, .small-and-medium-four-eighths, .small-and-medium-five-tenths, .small-and-medium-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .small-and-medium-one-third, .small-and-medium-two-sixths, .small-and-medium-four-twelfths {
    width: 33.333%; }
  .small-and-medium-two-thirds, .small-and-medium-four-sixths, .small-and-medium-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .small-and-medium-one-quarter, .small-and-medium-two-eighths, .small-and-medium-three-twelfths {
    width: 25%; }
  .small-and-medium-three-quarters, .small-and-medium-six-eighths, .small-and-medium-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .small-and-medium-one-fifth, .small-and-medium-two-tenths {
    width: 20%; }
  .small-and-medium-two-fifths, .small-and-medium-four-tenths {
    width: 40%; }
  .small-and-medium-three-fifths, .small-and-medium-six-tenths {
    width: 60%; }
  .small-and-medium-four-fifths, .small-and-medium-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .small-and-medium-one-sixth, .small-and-medium-two-twelfths {
    width: 16.666%; }
  .small-and-medium-five-sixths, .small-and-medium-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .small-and-medium-one-eighth {
    width: 12.5%; }
  .small-and-medium-three-eighths {
    width: 37.5%; }
  .small-and-medium-five-eighths {
    width: 62.5%; }
  .small-and-medium-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .small-and-medium-one-tenth {
    width: 10%; }
  .small-and-medium-three-tenths {
    width: 30%; }
  .small-and-medium-seven-tenths {
    width: 70%; }
  .small-and-medium-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .small-and-medium-one-twelfth {
    width: 8.333%; }
  .small-and-medium-five-twelfths {
    width: 41.666%; }
  .small-and-medium-seven-twelfths {
    width: 58.333%; }
  .small-and-medium-eleven-twelfths {
    width: 91.666%; }
  .small-and-medium-hide {
    display: none !important; }
  .small-and-medium-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .small-and-medium-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .small-and-medium-text--left {
    text-align: left !important; }
  .small-and-medium-text--right {
    text-align: right !important; }
  .small-and-medium-text--center {
    text-align: center !important; }
  .small-and-medium-float--left {
    float: left !important; }
  .small-and-medium-float--right {
    float: right !important; }
  .small-and-medium-float-none {
    float: none !important; }
  .small-and-medium-hard--left {
    padding-left: 0 !important; }
  .small-and-medium-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 860px) {
  /**
    * Whole
    */
  .large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .large-one-half, .large-two-quarters, .large-three-sixths, .large-four-eighths, .large-five-tenths, .large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .large-one-third, .large-two-sixths, .large-four-twelfths {
    width: 33.333%; }
  .large-two-thirds, .large-four-sixths, .large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .large-one-quarter, .large-two-eighths, .large-three-twelfths {
    width: 25%; }
  .large-three-quarters, .large-six-eighths, .large-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .large-one-fifth, .large-two-tenths {
    width: 20%; }
  .large-two-fifths, .large-four-tenths {
    width: 40%; }
  .large-three-fifths, .large-six-tenths {
    width: 60%; }
  .large-four-fifths, .large-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .large-one-sixth, .large-two-twelfths {
    width: 16.666%; }
  .large-five-sixths, .large-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .large-one-eighth {
    width: 12.5%; }
  .large-three-eighths {
    width: 37.5%; }
  .large-five-eighths {
    width: 62.5%; }
  .large-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .large-one-tenth {
    width: 10%; }
  .large-three-tenths {
    width: 30%; }
  .large-seven-tenths {
    width: 70%; }
  .large-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .large-one-twelfth {
    width: 8.333%; }
  .large-five-twelfths {
    width: 41.666%; }
  .large-seven-twelfths {
    width: 58.333%; }
  .large-eleven-twelfths {
    width: 91.666%; }
  .large-hide {
    display: none !important; }
  .large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .large-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .large-text--left {
    text-align: left !important; }
  .large-text--right {
    text-align: right !important; }
  .large-text--center {
    text-align: center !important; }
  .large-float--left {
    float: left !important; }
  .large-float--right {
    float: right !important; }
  .large-float-none {
    float: none !important; }
  .large-hard--left {
    padding-left: 0 !important; }
  .large-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 1180px) {
  /**
    * Whole
    */
  .extra-large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .extra-large-one-half, .extra-large-two-quarters, .extra-large-three-sixths, .extra-large-four-eighths, .extra-large-five-tenths, .extra-large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .extra-large-one-third, .extra-large-two-sixths, .extra-large-four-twelfths {
    width: 33.333%; }
  .extra-large-two-thirds, .extra-large-four-sixths, .extra-large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .extra-large-one-quarter, .extra-large-two-eighths, .extra-large-three-twelfths {
    width: 25%; }
  .extra-large-three-quarters, .extra-large-six-eighths, .extra-large-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .extra-large-one-fifth, .extra-large-two-tenths {
    width: 20%; }
  .extra-large-two-fifths, .extra-large-four-tenths {
    width: 40%; }
  .extra-large-three-fifths, .extra-large-six-tenths {
    width: 60%; }
  .extra-large-four-fifths, .extra-large-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .extra-large-one-sixth, .extra-large-two-twelfths {
    width: 16.666%; }
  .extra-large-five-sixths, .extra-large-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .extra-large-one-eighth {
    width: 12.5%; }
  .extra-large-three-eighths {
    width: 37.5%; }
  .extra-large-five-eighths {
    width: 62.5%; }
  .extra-large-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .extra-large-one-tenth {
    width: 10%; }
  .extra-large-three-tenths {
    width: 30%; }
  .extra-large-seven-tenths {
    width: 70%; }
  .extra-large-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .extra-large-one-twelfth {
    width: 8.333%; }
  .extra-large-five-twelfths {
    width: 41.666%; }
  .extra-large-seven-twelfths {
    width: 58.333%; }
  .extra-large-eleven-twelfths {
    width: 91.666%; }
  .extra-large-hide {
    display: none !important; }
  .extra-large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .extra-large-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .extra-large-text--left {
    text-align: left !important; }
  .extra-large-text--right {
    text-align: right !important; }
  .extra-large-text--center {
    text-align: center !important; }
  .extra-large-float--left {
    float: left !important; }
  .extra-large-float--right {
    float: right !important; }
  .extra-large-float-none {
    float: none !important; }
  .extra-large-hard--left {
    padding-left: 0 !important; }
  .extra-large-hard--right {
    padding-right: 0 !important; } }

@media only screen and (min-width: 1440px) {
  /**
    * Whole
    */
  .super-large-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .super-large-one-half, .super-large-two-quarters, .super-large-three-sixths, .super-large-four-eighths, .super-large-five-tenths, .super-large-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .super-large-one-third, .super-large-two-sixths, .super-large-four-twelfths {
    width: 33.333%; }
  .super-large-two-thirds, .super-large-four-sixths, .super-large-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .super-large-one-quarter, .super-large-two-eighths, .super-large-three-twelfths {
    width: 25%; }
  .super-large-three-quarters, .super-large-six-eighths, .super-large-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .super-large-one-fifth, .super-large-two-tenths {
    width: 20%; }
  .super-large-two-fifths, .super-large-four-tenths {
    width: 40%; }
  .super-large-three-fifths, .super-large-six-tenths {
    width: 60%; }
  .super-large-four-fifths, .super-large-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .super-large-one-sixth, .super-large-two-twelfths {
    width: 16.666%; }
  .super-large-five-sixths, .super-large-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .super-large-one-eighth {
    width: 12.5%; }
  .super-large-three-eighths {
    width: 37.5%; }
  .super-large-five-eighths {
    width: 62.5%; }
  .super-large-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .super-large-one-tenth {
    width: 10%; }
  .super-large-three-tenths {
    width: 30%; }
  .super-large-seven-tenths {
    width: 70%; }
  .super-large-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .super-large-one-twelfth {
    width: 8.333%; }
  .super-large-five-twelfths {
    width: 41.666%; }
  .super-large-seven-twelfths {
    width: 58.333%; }
  .super-large-eleven-twelfths {
    width: 91.666%; }
  .super-large-hide {
    display: none !important; }
  .super-large-hard--sides {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .super-large-soft--sides {
    padding-right: 20px !important;
    padding-left: 20px !important; }
  .super-large-text--left {
    text-align: left !important; }
  .super-large-text--right {
    text-align: right !important; }
  .super-large-text--center {
    text-align: center !important; }
  .super-large-float--left {
    float: left !important; }
  .super-large-float--right {
    float: right !important; }
  .super-large-float-none {
    float: none !important; }
  .super-large-hard--left {
    padding-left: 0 !important; }
  .super-large-hard--right {
    padding-right: 0 !important; } }

/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesn’t already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

.float--left {
  float: left !important; }

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

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 20px !important; }

.push--top {
  margin-top: 20px !important; }

.push--right {
  margin-right: 20px !important; }

.push--bottom {
  margin-bottom: 20px !important; }

.push--left {
  margin-left: 20px !important; }

.push--ends {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.push--sides {
  margin-right: 20px !important;
  margin-left: 20px !important; }

.push-half {
  margin: 12px !important; }

.push-half--top {
  margin-top: 12px !important; }

.push-half--right {
  margin-right: 12px !important; }

.push-half--bottom {
  margin-bottom: 12px !important; }

.push-half--left {
  margin-left: 12px !important; }

.push-half--ends {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.push-half--sides {
  margin-right: 12px !important;
  margin-left: 12px !important; }

.push-double {
  margin: 48px !important; }

.push-double--top {
  margin-top: 48px !important; }

.push-double--right {
  margin-right: 48px !important; }

.push-double--bottom {
  margin-bottom: 48px !important; }

.push-double--left {
  margin-left: 48px !important; }

.push-double--ends {
  margin-top: 48px !important;
  margin-bottom: 48px !important; }

.push-double--sides {
  margin-right: 48px !important;
  margin-left: 48px !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 20px !important; }

.soft--top {
  padding-top: 20px !important; }

.soft--right {
  padding-right: 20px !important; }

.soft--bottom {
  padding-bottom: 20px !important; }

.soft--left {
  padding-left: 20px !important; }

.soft--ends {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.soft--sides {
  padding-right: 20px !important;
  padding-left: 20px !important; }

.soft-half {
  padding: 12px !important; }

.soft-half--top {
  padding-top: 12px !important; }

.soft-half--right {
  padding-right: 12px !important; }

.soft-half--bottom {
  padding-bottom: 12px !important; }

.soft-half--left {
  padding-left: 12px !important; }

.soft-half--ends {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.soft-half--sides {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.soft-double {
  padding: 48px !important; }

.soft-double--top {
  padding-top: 48px !important; }

.soft-double--right {
  padding-right: 48px !important; }

.soft-double--bottom {
  padding-bottom: 48px !important; }

.soft-double--left {
  padding-left: 48px !important; }

.soft-double--ends {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.soft-double--sides {
  padding-right: 48px !important;
  padding-left: 48px !important; }

.hard {
  padding: 0 !important; }

.hard--top {
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

.hard--bottom {
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -20px !important;
  margin-left: -20px !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important; }

/**
 * Apply capital/lowercase case to an element
 */
.caps,
.uppercase {
  text-transform: uppercase !important; }

.lowercase {
  text-transform: lowercase !important; }

.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media only screen and (max-width: 679px) {
  .accessibility--small,
  .visuallyhidden--small {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .accessibility--medium,
  .visuallyhidden--medium {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 680px) {
  .accessibility--medium-and-up,
  .visuallyhidden--medium-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (max-width: 859px) {
  .accessibility--small-and-medium,
  .visuallyhidden--small-and-medium {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 860px) {
  .accessibility--large,
  .visuallyhidden--large {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1180px) {
  .accessibility--extra-large,
  .visuallyhidden--extra-large {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.color--error {
  color: #dd0821 !important; }

.bg--error {
  background-color: #dd0821 !important; }

.border-top--error {
  border-top: 1px solid #dd0821 !important; }

.border-bottom--error {
  border-bottom: 1px solid #dd0821 !important; }

.border-right--error {
  border-right: 1px solid #dd0821 !important; }

.border-left--error {
  border-left: 1px solid #dd0821 !important; }

.color--success {
  color: #37803a !important; }

.bg--success {
  background-color: #37803a !important; }

.border-top--success {
  border-top: 1px solid #37803a !important; }

.border-bottom--success {
  border-bottom: 1px solid #37803a !important; }

.border-right--success {
  border-right: 1px solid #37803a !important; }

.border-left--success {
  border-left: 1px solid #37803a !important; }

.color--light {
  color: #FAFAFA !important; }

.bg--light {
  background-color: #FAFAFA !important; }

.border-top--light {
  border-top: 1px solid #FAFAFA !important; }

.border-bottom--light {
  border-bottom: 1px solid #FAFAFA !important; }

.border-right--light {
  border-right: 1px solid #FAFAFA !important; }

.border-left--light {
  border-left: 1px solid #FAFAFA !important; }

.color--dark {
  color: #2d3941 !important; }

.bg--dark {
  background-color: #2d3941 !important; }

.border-top--dark {
  border-top: 1px solid #2d3941 !important; }

.border-bottom--dark {
  border-bottom: 1px solid #2d3941 !important; }

.border-right--dark {
  border-right: 1px solid #2d3941 !important; }

.border-left--dark {
  border-left: 1px solid #2d3941 !important; }

.color--soft {
  color: #717f87 !important; }

.bg--soft {
  background-color: #717f87 !important; }

.border-top--soft {
  border-top: 1px solid #717f87 !important; }

.border-bottom--soft {
  border-bottom: 1px solid #717f87 !important; }

.border-right--soft {
  border-right: 1px solid #717f87 !important; }

.border-left--soft {
  border-left: 1px solid #717f87 !important; }

.color--primary {
  color: #dd0821 !important; }

.bg--primary {
  background-color: #dd0821 !important; }

.border-top--primary {
  border-top: 1px solid #dd0821 !important; }

.border-bottom--primary {
  border-bottom: 1px solid #dd0821 !important; }

.border-right--primary {
  border-right: 1px solid #dd0821 !important; }

.border-left--primary {
  border-left: 1px solid #dd0821 !important; }

.color--secondary {
  color: #2d3941 !important; }

.bg--secondary {
  background-color: #2d3941 !important; }

.border-top--secondary {
  border-top: 1px solid #2d3941 !important; }

.border-bottom--secondary {
  border-bottom: 1px solid #2d3941 !important; }

.border-right--secondary {
  border-right: 1px solid #2d3941 !important; }

.border-left--secondary {
  border-left: 1px solid #2d3941 !important; }

.color--tertiary {
  color: #717f87 !important; }

.bg--tertiary {
  background-color: #717f87 !important; }

.border-top--tertiary {
  border-top: 1px solid #717f87 !important; }

.border-bottom--tertiary {
  border-bottom: 1px solid #717f87 !important; }

.border-right--tertiary {
  border-right: 1px solid #717f87 !important; }

.border-left--tertiary {
  border-left: 1px solid #717f87 !important; }

/**
 * Begin importing your stuff here.
 */
/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain"; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.swiper-wrapper,
.swiper-slide {
  -ms-flex-align: center;
  align-items: center;
  /* add this will all relevant prefixes */ }

.swiper-slide {
  text-align: center; }

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800'; }

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801'; }

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802'; }

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803'; }

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804'; }

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805'; }

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */

@keyframes lightcase-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important; } }

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden; } }

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333; } }

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -o-box-shadow: none;
  box-shadow: none; }

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -o-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px; }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important; }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important; } }

@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75; } }

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important; }

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important; } }

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    box-sizing: border-box; } }

@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa; } }

@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333; } }

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0; } }

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0; } }

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open {
  overflow: hidden; }

/*
.lightcase-open body {
  overflow: hidden;
}
*/
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%; }

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px; }

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis; }

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333; } }

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa; }

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa; }

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px; }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static; } }

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  animation: lightcase-spin 0.5s infinite linear; }

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer; }

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  transition: color, opacity, ease-in-out 0.25s; }

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px; }

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white; }

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none; }

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none; }

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px; }

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px; }

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em; }

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0; } }

@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px; } }

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em; }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1; } }

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333; }

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important; } }

#lightcase-overlay {
  background: #20292f; }

a[class*='lightcase-icon-'],
a[class*='lightcase-icon-']:focus {
  color: #fff; }

a[class*='lightcase-icon-']:hover {
  text-shadow: none; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.ct-init {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .ct-init[data-ct="fade-in"], .ct-init[data-ct="fade-up"], .ct-init[data-ct="fade-left"], .ct-init[data-ct="fade-right"], .ct-init[data-ct="fade-up-left"], .ct-init[data-ct="fade-up-right"], .ct-init[data-ct="fade-down"], .ct-init[data-ct="fade-down-left"], .ct-init[data-ct="fade-down-right"] {
    opacity: 0;
    transition: opacity 0s, transform 0s; }
    .ct-init[data-ct="fade-in"].ct-in, .ct-init[data-ct="fade-up"].ct-in, .ct-init[data-ct="fade-left"].ct-in, .ct-init[data-ct="fade-right"].ct-in, .ct-init[data-ct="fade-up-left"].ct-in, .ct-init[data-ct="fade-up-right"].ct-in, .ct-init[data-ct="fade-down"].ct-in, .ct-init[data-ct="fade-down-left"].ct-in, .ct-init[data-ct="fade-down-right"].ct-in {
      transition-duration: 0.7s;
      opacity: 1; }
  .ct-init[data-ct="fade-up"] {
    transform: translateY(80px); }
  .ct-init[data-ct="fade-left"] {
    transform: translateX(80px); }
  .ct-init[data-ct="fade-right"] {
    transform: translateX(-80px); }
  .ct-init[data-ct="fade-up-right"] {
    transform: translate(80px, 80px); }
  .ct-init[data-ct="fade-up-left"] {
    transform: translate(-80px, 80px); }
  .ct-init[data-ct="fade-down"] {
    transform: translateY(-80px); }
  .ct-init[data-ct="fade-down-right"] {
    transform: translate(-80px, -80px); }
  .ct-init[data-ct="fade-down-left"] {
    transform: translate(80px, -80px); }
  .ct-init[data-ct="fade-up"].ct-in, .ct-init[data-ct="fade-left"].ct-in, .ct-init[data-ct="fade-right"].ct-in, .ct-init[data-ct="fade-up-left"].ct-in, .ct-init[data-ct="fade-up-right"].ct-in, .ct-init[data-ct="fade-down"].ct-in, .ct-init[data-ct="fade-down-left"].ct-in, .ct-init[data-ct="fade-down-right"].ct-in {
    transform: translate(0, 0); }

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "HelveticaNeueETW01-45Lt";
  src: url("../fonts/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot?#iefix");
  src: url("../fonts/e0781a75-0ecb-464e-b6e9-85780ddc0921.eot?#iefix") format("eot"), url("../fonts/b8765d4b-d9a3-48b9-ac65-560e7517cf0e.woff2") format("woff2"), url("../fonts/d7d2e6c6-fc3a-41a5-9b52-648e12e215b2.woff") format("woff"), url("../fonts/cb64744b-d0f7-4ef8-a790-b60d6e3e4f21.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueETW01-46Lt";
  src: url("../fonts/fc780ce0-5b33-4e1d-b89b-66111a4d0ed8.eot?#iefix");
  src: url("../fonts/fc780ce0-5b33-4e1d-b89b-66111a4d0ed8.eot?#iefix") format("eot"), url("../fonts/0381d699-73ef-4558-9e61-38385c9fc5da.woff2") format("woff2"), url("../fonts/2731e338-d92f-4492-8480-8b55ae1139f6.woff") format("woff"), url("../fonts/40e43cb5-d6b2-4ceb-b369-527d1007a2c7.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueETW01-65Md";
  src: url("../fonts/a747e1ea-ecdf-4f3d-ad47-3df9cfbee3cc.eot?#iefix");
  src: url("../fonts/a747e1ea-ecdf-4f3d-ad47-3df9cfbee3cc.eot?#iefix") format("eot"), url("../fonts/3e8a8b56-3cb0-4347-b670-eaaf06b76e9b.woff2") format("woff2"), url("../fonts/07173950-fa69-4b65-9c71-0cf2ec00b51d.woff") format("woff"), url("../fonts/aac5a4b8-ffd3-4529-a098-21b91bc86f9a.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueETW01-66Md";
  src: url("../fonts/4da0f075-0a40-4129-a4df-43aa140d94b0.eot?#iefix");
  src: url("../fonts/4da0f075-0a40-4129-a4df-43aa140d94b0.eot?#iefix") format("eot"), url("../fonts/7d8282ed-f0c0-49f6-99f1-95be8623cbf1.woff2") format("woff2"), url("../fonts/2620c12a-dedb-4d35-8f4c-b951dcc1d4df.woff") format("woff"), url("../fonts/ae4300e1-4ab3-46c8-b619-0d142d97522c.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueETW01-75Bd";
  src: url("../fonts/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix");
  src: url("../fonts/a95d2895-fa71-4ce7-bc1e-631169924be3.eot?#iefix") format("eot"), url("../fonts/6dfa3ef5-ebc5-4d23-a631-b3d746c2ad39.woff2") format("woff2"), url("../fonts/588c9ba8-1d28-4ad6-bf18-7128152d84c4.woff") format("woff"), url("../fonts/55334dfb-9c72-4147-8de0-21239f17ff25.ttf") format("truetype"); }

@font-face {
  font-family: "HelveticaNeueETW01-76Bd";
  src: url("../fonts/a48e33d0-3542-482d-9284-e41d31c4d583.eot?#iefix");
  src: url("../fonts/a48e33d0-3542-482d-9284-e41d31c4d583.eot?#iefix") format("eot"), url("../fonts/15ed0ff2-0715-4aca-af0c-00840c3a4dd7.woff2") format("woff2"), url("../fonts/9b77b336-b221-497e-b255-7833856bb4a9.woff") format("woff"), url("../fonts/5c9a7798-4870-4139-ab84-7a300a7dc3e1.ttf") format("truetype"); }

@font-face {
  font-family: "ielts-icons";
  src: url("../fonts/ielts-icons.woff2?kpv5v4") format("woff2"), url("../fonts/ielts-icons.ttf?kpv5v4") format("truetype"), url("../fonts/ielts-icons.woff?kpv5v4") format("woff"), url("../fonts/ielts-icons.svg?kpv5v4#ielts-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ielts-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico--menu:before {
  content: ""; }

.ico--plus:before {
  content: ""; }

.ico--arrow-down:before {
  content: ""; }

.ico--arrow-left:before {
  content: ""; }

.ico--arrow-right:before {
  content: ""; }

.ico--arrow-up:before {
  content: ""; }

.ico--cart:before {
  content: ""; }

.ico--chat:before {
  content: ""; }

.ico--chevron-down:before {
  content: ""; }

.ico--chevron-left:before {
  content: ""; }

.ico--chevron-right:before {
  content: ""; }

.ico--chevron-up:before {
  content: ""; }

.ico--clock:before {
  content: ""; }

.ico--close:before {
  content: ""; }

.ico--facebook-like:before {
  content: ""; }

.ico--facebook:before {
  content: ""; }

.ico--google:before {
  content: ""; }

.ico--laptop:before {
  content: ""; }

.ico--location:before {
  content: ""; }

.ico--play:before {
  content: ""; }

.ico--play-circle:before {
  content: ""; }

.ico--scroll:before {
  content: ""; }

.ico--search:before {
  content: ""; }

.ico--slash:before {
  content: ""; }

.ico--star:before {
  content: ""; }

.ico--target:before {
  content: ""; }

.ico--tick:before {
  content: ""; }

.ico--twitter:before {
  content: ""; }

.ico--twitter-follow:before {
  content: ""; }

.ico--we-chat:before {
  content: ""; }

.ico--weibo:before {
  content: ""; }

.ico--line:before {
  content: ""; }

.ico--line-add-friend:before {
  content: ""; }

.ico--youtube-watch:before {
  content: ""; }

.ico--youtube:before {
  content: ""; }

.ico--logo-ielts:before {
  content: ""; }

.ico--logo-idp:before {
  content: ""; }

.ico--logo-idp-ielts:before {
  content: ""; }

.sprite--logo-ielts {
  background-image: url(../images/ico/logo-ielts-colour.svg);
  width: 100px;
  height: 30px; }

.sprite--spinner {
  width: 42px;
  height: 42px;
  background-image: url(../images/spinner.svg); }

.sprite--spinner-alt {
  width: 42px;
  height: 42px;
  background-image: url(../images/spinner-alt.svg); }

html,
body {
  overflow-x: hidden;
  height: auto;
  min-height: 100%; }

html {
  overflow-y: visible; }

body {
  background-color: #FAFAFA; }

.site-wrap {
  width: 1800px;
  max-width: 100%;
  background-color: #fff;
  margin: 0 auto;
  position: relative; }
  .site-wrap:before {
    content: "";
    position: fixed;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 57, 65, 0);
    pointer-events: none;
    z-index: 90;
    transition: background-color 0.4s;
    width: 1800px;
    max-width: 100%;
    transform: translateX(-50%); }

html.has-links-bar .site-wrap {
  margin-top: 50px; }

html.menu-open .site-wrap:before {
  background-color: rgba(45, 57, 65, 0.7);
  pointer-events: none; }

body.page-template-no-masthead .site-wrap,
body.page-template-edd .site-wrap,
body.page-template-cart .site-wrap {
  padding-top: 90px; }

body.page-template-find-test-centre .content__body {
  background-color: #FAFAFA; }
  body.page-template-find-test-centre .content__body .rows {
    background-color: #fff; }

a:focus,
input[type=button]:focus,
input[type=submit]:focus,
button:focus {
  outline: none; }

.grid.grid--middle {
  -ms-flex-align: center;
  align-items: center; }

.wrap {
  width: 1180px; }
  .wrap.wrap--wide {
    width: 1800px; }
  .wrap.wrap--mid {
    width: 1300px; }

@media only screen and (max-width: 1848px) and (min-width: 1180px) {
  .wrap.wrap--wide:not(.wrap--hard) {
    padding-left: 48px;
    padding-right: 48px; } }

@media only screen and (max-width: 1348px) and (min-width: 1180px) {
  .wrap.wrap--mid:not(.wrap--hard) {
    padding-left: 48px;
    padding-right: 48px; } }

.hr {
  font-size: 0;
  padding: 0;
  margin: 20px 0;
  line-height: 0;
  overflow: hidden;
  display: block;
  height: 0;
  border-top: 1px solid #717f87; }

.vh {
  height: 100vh; }

html.has-links-bar .vh {
  height: calc(100vh - 50px); }

.vw {
  width: 100vw; }

figure.media--decorated {
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1; }
  figure.media--decorated, figure.media--decorated:after,
  figure.media--decorated .media-btn,
  figure.media--decorated img {
    border-radius: 3px; }
  figure.media--decorated figcaption {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    right: 20px;
    width: calc(100% - 40px);
    text-align: right;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 13px; }
  figure.media--decorated.media--tinted:after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(173deg, transparent 0%, transparent 50%, #000000 100%); }
  figure.media--decorated.media--tinted.media--tinted--top:after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

figure.alignright {
  float: right;
  margin: 0 0 0 30px;
  vertical-align: middle; }

figure.alignleft {
  float: left;
  margin: 0 30px 0 0;
  vertical-align: middle; }

.color--primary,
.color--red {
  color: #dd0821 !important; }

.bg--primary,
.bg--red {
  background-color: #dd0821 !important; }

.border-top--primary,
.border-top--red {
  border-top: 1px solid #dd0821 !important; }

.border-bottom--primary,
.border-bottom--red {
  border-bottom: 1px solid #dd0821 !important; }

.border-right--primary,
.border-right--red {
  border-right: 1px solid #dd0821 !important; }

.border-left--primary,
.border-left--red {
  border-left: 1px solid #dd0821 !important; }

.color--darkest,
.color--darkest-grey {
  color: #20292f !important; }

.bg--darkest,
.bg--darkest-grey {
  background-color: #20292f !important; }

.border-top--darkest,
.border-top--darkest-grey {
  border-top: 1px solid #20292f !important; }

.border-bottom--darkest,
.border-bottom--darkest-grey {
  border-bottom: 1px solid #20292f !important; }

.border-right--darkest,
.border-right--darkest-grey {
  border-right: 1px solid #20292f !important; }

.border-left--darkest,
.border-left--darkest-grey {
  border-left: 1px solid #20292f !important; }

.color--secondary,
.color--dark,
.color--dark-grey {
  color: #2d3941 !important; }

.bg--secondary,
.bg--dark,
.bg--dark-grey {
  background-color: #2d3941 !important; }

.border-top--secondary,
.border-top--dark,
.border-top--dark-grey {
  border-top: 1px solid #2d3941 !important; }

.border-bottom--secondary,
.border-bottom--dark,
.border-bottom--dark-grey {
  border-bottom: 1px solid #2d3941 !important; }

.border-right--secondary,
.border-right--dark,
.border-right--dark-grey {
  border-right: 1px solid #2d3941 !important; }

.border-left--secondary,
.border-left--dark,
.border-left--dark-grey {
  border-left: 1px solid #2d3941 !important; }

.color--tertiary,
.color--soft,
.color--grey {
  color: #717f87 !important; }

.bg--tertiary,
.bg--soft,
.bg--grey {
  background-color: #717f87 !important; }

.border-top--tertiary,
.border-top--soft,
.border-top--grey {
  border-top: 1px solid #717f87 !important; }

.border-bottom--tertiary,
.border-bottom--soft,
.border-bottom--grey {
  border-bottom: 1px solid #717f87 !important; }

.border-right--tertiary,
.border-right--soft,
.border-right--grey {
  border-right: 1px solid #717f87 !important; }

.border-left--tertiary,
.border-left--soft,
.border-left--grey {
  border-left: 1px solid #717f87 !important; }

.color--softest,
.color--light-grey {
  color: #d5d9db !important; }

.bg--softest,
.bg--light-grey {
  background-color: #d5d9db !important; }

.border-top--softest,
.border-top--light-grey {
  border-top: 1px solid #d5d9db !important; }

.border-bottom--softest,
.border-bottom--light-grey {
  border-bottom: 1px solid #d5d9db !important; }

.border-right--softest,
.border-right--light-grey {
  border-right: 1px solid #d5d9db !important; }

.border-left--softest,
.border-left--light-grey {
  border-left: 1px solid #d5d9db !important; }

.color--light,
.color--off-white {
  color: #FAFAFA !important; }

.bg--light,
.bg--off-white {
  background-color: #FAFAFA !important; }

.border-top--light,
.border-top--off-white {
  border-top: 1px solid #FAFAFA !important; }

.border-bottom--light,
.border-bottom--off-white {
  border-bottom: 1px solid #FAFAFA !important; }

.border-right--light,
.border-right--off-white {
  border-right: 1px solid #FAFAFA !important; }

.border-left--light,
.border-left--off-white {
  border-left: 1px solid #FAFAFA !important; }

.color--lightest,
.color--white {
  color: #fff !important; }

.bg--lightest,
.bg--white {
  background-color: #fff !important; }

.border-top--lightest,
.border-top--white {
  border-top: 1px solid #fff !important; }

.border-bottom--lightest,
.border-bottom--white {
  border-bottom: 1px solid #fff !important; }

.border-right--lightest,
.border-right--white {
  border-right: 1px solid #fff !important; }

.border-left--lightest,
.border-left--white {
  border-left: 1px solid #fff !important; }

.color--orange {
  color: #fe6803 !important; }

.bg--orange {
  background-color: #fe6803 !important; }

.border-top--orange {
  border-top: 1px solid #fe6803 !important; }

.border-bottom--orange {
  border-bottom: 1px solid #fe6803 !important; }

.border-right--orange {
  border-right: 1px solid #fe6803 !important; }

.border-left--orange {
  border-left: 1px solid #fe6803 !important; }

.color--green {
  color: #00abac !important; }

.bg--green {
  background-color: #00abac !important; }

.border-top--green {
  border-top: 1px solid #00abac !important; }

.border-bottom--green {
  border-bottom: 1px solid #00abac !important; }

.border-right--green {
  border-right: 1px solid #00abac !important; }

.border-left--green {
  border-left: 1px solid #00abac !important; }

html, body {
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #717f87;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i, em {
  font-family: "HelveticaNeueETW01-46Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }
  i b, i strong, em b, em strong {
    font-family: "HelveticaNeueETW01-76Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }

b, strong {
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }
  b i, b em, strong i, strong em {
    font-family: "HelveticaNeueETW01-76Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }

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

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

a {
  text-decoration: underline;
  transition: all 0.4s; }
  a, a:visited {
    color: #dd0821; }
  a:focus, a:active, a.nice-select.open, a:hover {
    color: #ac061a; }

a.link {
  text-decoration: none;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  position: relative;
  display: inline-block; }
  a.link, a.link:visited {
    color: #717f87; }
  a.link:before {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #717f87; }
  a.link:hover:before, a.link:focus:before, a.link:active:before, a.link.nice-select.open:before {
    animation: underline-grow 1s; }
  a.link.color--primary, a.link.color--primary:visited, a.link.color--red, a.link.color--red:visited {
    color: #dd0821; }
  a.link.color--primary:before, a.link.color--red:before {
    background-color: #dd0821; }
  a.link.color--secondary, a.link.color--secondary:visited {
    color: #2d3941; }
  a.link.color--secondary:before {
    background-color: #2d3941; }
  a.link.color--tertiary, a.link.color--tertiary:visited {
    color: #717f87; }
  a.link.color--tertiary:before {
    background-color: #717f87; }
  a.link.color--black, a.link.color--black:visited {
    color: #000; }
  a.link.color--black:before {
    background-color: #000; }
  a.link.color--orange, a.link.color--orange:visited {
    color: #fe6803; }
  a.link.color--orange:before {
    background-color: #fe6803; }
  a.link.color--green, a.link.color--green:visited {
    color: #00abac; }
  a.link.color--green:before {
    background-color: #00abac; }
  a.link.color--darkest, a.link.color--darkest:visited, a.link.color--darkest-grey, a.link.color--darkest-grey:visited {
    color: #20292f; }
  a.link.color--darkest:before, a.link.color--darkest-grey:before {
    background-color: #20292f; }
  a.link.color--dark, a.link.color--dark:visited, a.link.color--dark-grey, a.link.color--dark-grey:visited {
    color: #2d3941; }
  a.link.color--dark:before, a.link.color--dark-grey:before {
    background-color: #2d3941; }
  a.link.color--soft, a.link.color--soft:visited, a.link.color--grey, a.link.color--grey:visited {
    color: #717f87; }
  a.link.color--soft:before, a.link.color--grey:before {
    background-color: #717f87; }
  a.link.color--softest, a.link.color--softest:visited, a.link.color--light-grey, a.link.color--light-grey:visited {
    color: #d5d9db; }
  a.link.color--softest:before, a.link.color--light-grey:before {
    background-color: #d5d9db; }
  a.link.color--light, a.link.color--light:visited, a.link.color--off-white, a.link.color--off-white:visited {
    color: #FAFAFA; }
  a.link.color--light:before, a.link.color--off-white:before {
    background-color: #FAFAFA; }
  a.link.color--lightest, a.link.color--lightest:visited, a.link.color--white, a.link.color--white:visited {
    color: #fff; }
  a.link.color--lightest:before, a.link.color--white:before {
    background-color: #fff; }

a.link--action,
a.link--action-underline {
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-right: 50px; }
  a.link--action, a.link--action:visited,
  a.link--action-underline,
  a.link--action-underline:visited {
    color: #dd0821; }
  a.link--action:after,
  a.link--action-underline:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 14px;
    margin-top: 1px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
  a.link--action:hover:after, a.link--action:focus:after, a.link--action:active:after, a.link--action.nice-select.open:after,
  a.link--action-underline:hover:after,
  a.link--action-underline:focus:after,
  a.link--action-underline:active:after,
  a.link--action-underline.nice-select.open:after {
    animation: action-link-arrow-bounce 1s; }

.link--action-underline:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  transform: translateX(-50%);
  bottom: -10px;
  width: calc(100% - 15px);
  height: 2px;
  overflow: hidden;
  background-color: #dd0821; }

.link--action-underline:hover:before, .link--action-underline:focus:before, .link--action-underline:active:before, .link--action-underline.nice-select.open:before {
  animation: underline-grow 1s; }

@keyframes underline-grow {
  0% {
    width: 0; }
  66% {
    width: calc(100% - 15px); } }

.nav a {
  text-decoration: none; }

.nav.nav--stacked a {
  display: inline-block; }

.small-text {
  line-height: 1.6; }

blockquote {
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  quotes: none;
  display: block;
  text-indent: 0;
  text-align: center;
  font-size: 30px;
  color: #717f87;
  border: none;
  border-radius: 0;
  position: relative;
  padding: 48px;
  margin-bottom: 20px;
  letter-spacing: -2px; }
  blockquote cite {
    display: block;
    position: relative;
    letter-spacing: -0.5px;
    padding-top: 20px;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-46Lt", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
    blockquote cite:before {
      content: "\2014";
      display: inline-block;
      margin-right: 6px; }
  blockquote:before, blockquote:after {
    content: "";
    display: block;
    height: 130px;
    width: 2px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    background-color: #dd0821;
    position: absolute;
    transform: rotate(30deg);
    transform-origin: 50% 50%; }
  blockquote:before {
    left: 0;
    top: 0; }
  blockquote:after {
    right: 0;
    bottom: 0; }

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

h1, h2, h4, h5, h6,
.h1, .h2, .h4, .h5, .h6 {
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #2d3941;
  line-height: 1.3; }
  h1 i, h1 em, h2 i, h2 em, h4 i, h4 em, h5 i, h5 em, h6 i, h6 em,
  .h1 i,
  .h1 em, .h2 i, .h2 em, .h4 i, .h4 em, .h5 i, .h5 em, .h6 i, .h6 em {
    font-family: "HelveticaNeueETW01-76Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  h1.font-weight--normal,
  h1 .font-weight--normal, h2.font-weight--normal,
  h2 .font-weight--normal, h4.font-weight--normal,
  h4 .font-weight--normal, h5.font-weight--normal,
  h5 .font-weight--normal, h6.font-weight--normal,
  h6 .font-weight--normal,
  .h1.font-weight--normal,
  .h1 .font-weight--normal, .h2.font-weight--normal,
  .h2 .font-weight--normal, .h4.font-weight--normal,
  .h4 .font-weight--normal, .h5.font-weight--normal,
  .h5 .font-weight--normal, .h6.font-weight--normal,
  .h6 .font-weight--normal {
    font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
    h1.font-weight--normal i, h1.font-weight--normal em,
    h1 .font-weight--normal i,
    h1 .font-weight--normal em, h2.font-weight--normal i, h2.font-weight--normal em,
    h2 .font-weight--normal i,
    h2 .font-weight--normal em, h4.font-weight--normal i, h4.font-weight--normal em,
    h4 .font-weight--normal i,
    h4 .font-weight--normal em, h5.font-weight--normal i, h5.font-weight--normal em,
    h5 .font-weight--normal i,
    h5 .font-weight--normal em, h6.font-weight--normal i, h6.font-weight--normal em,
    h6 .font-weight--normal i,
    h6 .font-weight--normal em,
    .h1.font-weight--normal i,
    .h1.font-weight--normal em,
    .h1 .font-weight--normal i,
    .h1 .font-weight--normal em, .h2.font-weight--normal i, .h2.font-weight--normal em,
    .h2 .font-weight--normal i,
    .h2 .font-weight--normal em, .h4.font-weight--normal i, .h4.font-weight--normal em,
    .h4 .font-weight--normal i,
    .h4 .font-weight--normal em, .h5.font-weight--normal i, .h5.font-weight--normal em,
    .h5 .font-weight--normal i,
    .h5 .font-weight--normal em, .h6.font-weight--normal i, .h6.font-weight--normal em,
    .h6 .font-weight--normal i,
    .h6 .font-weight--normal em {
      font-family: "HelveticaNeueETW01-46Lt", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal; }

h3,
.h3 {
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #2d3941;
  line-height: 1.3; }
  h3 i, h3 em,
  .h3 i,
  .h3 em {
    font-family: "HelveticaNeueETW01-46Lt", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  h3 strong, h3 b,
  .h3 strong,
  .h3 b {
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
    h3 strong i, h3 strong em, h3 b i, h3 b em,
    .h3 strong i,
    .h3 strong em,
    .h3 b i,
    .h3 b em {
      font-family: "HelveticaNeueETW01-76Bd", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  max-width: 100%; }
  h1.decorated, h2.decorated, h3.decorated, h4.decorated, h5.decorated, h6.decorated,
  .h1.decorated, .h2.decorated, .h3.decorated, .h4.decorated, .h5.decorated, .h6.decorated {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 40px; }
    h1.decorated:after, h2.decorated:after, h3.decorated:after, h4.decorated:after, h5.decorated:after, h6.decorated:after,
    .h1.decorated:after, .h2.decorated:after, .h3.decorated:after, .h4.decorated:after, .h5.decorated:after, .h6.decorated:after {
      content: "";
      height: 6px;
      pointer-events: none;
      display: block;
      position: absolute;
      left: 100px;
      bottom: 0;
      width: 25%;
      min-width: 250px;
      overflow: hidden;
      background: linear-gradient(135deg, #dd0821 0%, #dd0821 30%, #fe6803 100%); }

span.br,
i.br {
  display: block;
  width: 0; }

.extra-large-text {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.12; }

ul.list--styled,
ol.list--styled,
ul.list--numbered,
ol.list--numbered,
ul.list--tick,
ol.list--tick,
ul.list--tick-circle,
ol.list--tick-circle,
ul.list--bullets,
ol.list--bullets {
  display: block;
  width: 800px;
  max-width: 100%;
  list-style: none;
  padding-left: 40px;
  margin-left: 0;
  text-indent: 0; }
  ul.list--styled ul, ul.list--styled ol,
  ol.list--styled ul,
  ol.list--styled ol,
  ul.list--numbered ul,
  ul.list--numbered ol,
  ol.list--numbered ul,
  ol.list--numbered ol,
  ul.list--tick ul,
  ul.list--tick ol,
  ol.list--tick ul,
  ol.list--tick ol,
  ul.list--tick-circle ul,
  ul.list--tick-circle ol,
  ol.list--tick-circle ul,
  ol.list--tick-circle ol,
  ul.list--bullets ul,
  ul.list--bullets ol,
  ol.list--bullets ul,
  ol.list--bullets ol {
    list-style: none; }
  ul.list--styled li,
  ol.list--styled li,
  ul.list--numbered li,
  ol.list--numbered li,
  ul.list--tick li,
  ol.list--tick li,
  ul.list--tick-circle li,
  ol.list--tick-circle li,
  ul.list--bullets li,
  ol.list--bullets li {
    position: relative; }
    ul.list--styled li:not(:last-child),
    ol.list--styled li:not(:last-child),
    ul.list--numbered li:not(:last-child),
    ol.list--numbered li:not(:last-child),
    ul.list--tick li:not(:last-child),
    ol.list--tick li:not(:last-child),
    ul.list--tick-circle li:not(:last-child),
    ol.list--tick-circle li:not(:last-child),
    ul.list--bullets li:not(:last-child),
    ol.list--bullets li:not(:last-child) {
      margin-bottom: 6px; }
  ul.list--styled li:before,
  ol.list--styled li:before,
  ul.list--numbered li:before,
  ol.list--numbered li:before,
  ul.list--tick li:before,
  ol.list--tick li:before,
  ul.list--tick-circle li:before,
  ol.list--tick-circle li:before,
  ul.list--bullets li:before,
  ol.list--bullets li:before {
    color: #dd0821;
    display: block;
    position: absolute; }

ul.list--styled li:before,
ol.list--bullets li:before,
ul.list--bullets li:before {
  content: '\2022';
  font-size: 25px;
  line-height: 13px;
  left: -28px;
  top: 6px; }

ul.list--tick li:before,
ol.list--tick li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ielts-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 12px;
  left: -30px;
  top: 7px; }

ul.list--tick-circle li:not(:last-child),
ol.list--tick-circle li:not(:last-child) {
  margin-bottom: 12px; }

ul.list--tick-circle li:before,
ol.list--tick-circle li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ielts-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  background-color: #dd0821;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 9px;
  left: -36px;
  top: 1px; }

ul.list--numbered,
ul.list--numbered ol,
ul.list--numbered ul,
ol.list--styled,
ol.list--styled ol,
ol.list--styled ul,
ol.list--numbered,
ol.list--numbered ol,
ol.list--numbered ul {
  counter-reset: li; }

ul.list--numbered ul,
ul.list--numbered ol,
ol.list--styled ul,
ol.list--styled ol,
ol.list--numbered ul,
ol.list--numbered ol {
  list-style: none;
  padding-top: 6px; }

ul.list--numbered li,
ol.list--styled li,
ol.list--numbered li {
  counter-increment: li; }
  ul.list--numbered li:before,
  ol.list--styled li:before,
  ol.list--numbered li:before {
    content: counter(li);
    color: #dd0821;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    width: 26px;
    left: -30px;
    top: 0; }
  ul.list--numbered li ul li:before,
  ul.list--numbered li ol li:before,
  ol.list--styled li ul li:before,
  ol.list--styled li ol li:before,
  ol.list--numbered li ul li:before,
  ol.list--numbered li ol li:before {
    content: counters(li, ".") " ";
    left: -40px; }

.text-size--tiny {
  font-size: 13px !important; }

.text-size--small {
  font-size: 14px !important; }

.text-size--large {
  font-size: 35px !important; }

.text-size--extra-large {
  font-size: 50px !important; }

.text-size--super-large {
  font-size: 90px !important; }

.font--bold {
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }
  .font--bold .font--italic {
    font-family: "HelveticaNeueETW01-76Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }

.font--normal {
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

.font--italic {
  font-family: "HelveticaNeueETW01-46Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }
  .font--italic .font--bold {
    font-family: "HelveticaNeueETW01-76Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }

.nice-select {
  height: 50px;
  line-height: 50px;
  padding: 0 60px 0 30px;
  border-radius: 3px;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 14px; }
  .nice-select .list {
    border-radius: 3px;
    margin-top: 6px;
    box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2); }
  .nice-select .option {
    min-height: 34px;
    line-height: 34px;
    color: #2d3941;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
    .nice-select .option:after {
      content: "";
      display: table;
      clear: both; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #fafafb; }
  .nice-select:after {
    content: none; }
  .nice-select:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    font-size: 7px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

.stat-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  flex-direction: row; }
  .stat-group:after {
    content: "";
    display: table;
    clear: both; }
  .stat-group .stat-group--reverse .stat__value {
    -ms-flex-order: 1;
    order: 1; }
  .stat-group .stat-group--reverse .stat__title {
    -ms-flex-order: 2;
    order: 2; }

.stat {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  text-align: right; }
  .stat:not(:last-child), .stat:first-child {
    margin-right: 120px;
    position: relative; }
    .stat:not(:last-child):before, .stat:first-child:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "ielts-icons" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #dd0821;
      position: absolute;
      right: -90px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 120px; }

.stat__title {
  -ms-flex-order: 1;
  order: 1;
  font-size: 13px;
  white-space: nowrap; }

.stat__value {
  margin-left: 0;
  -ms-flex-order: 2;
  order: 2;
  font-size: 90px;
  line-height: 1;
  white-space: nowrap; }

.stat__value-suffix,
.stat__value-prefix {
  font-size: 40px;
  position: relative;
  bottom: 40px; }

@media only screen and (max-width: 679px) {
  .stat:not(:last-child),
  .stat:first-child {
    margin-right: 50px; }
    .stat:not(:last-child):before,
    .stat:first-child:before {
      font-size: 60px;
      right: -50px; }
  .stat__title {
    margin-top: 5px;
    font-size: 12px;
    -ms-flex-order: 2;
    order: 2; }
  .stat__value {
    font-size: 50px;
    -ms-flex-order: 1;
    order: 1; }
  .stat__value-suffix,
  .stat__value-prefix {
    font-size: 20px;
    bottom: 26px; } }

.breadcrumb {
  display: block;
  font-size: 13px;
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #dd0821; }
  .breadcrumb span, .breadcrumb a {
    display: inline-block; }
  .breadcrumb a {
    text-decoration: none; }
    .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active, .breadcrumb a.nice-select.open {
      color: #717f87; }
  .breadcrumb a, .breadcrumb .breadcrumb_last {
    color: #8F99AB;
    margin: 0 12px; }

.row.row--masthead .breadcrumb a:hover, .row.row--masthead .breadcrumb a:focus, .row.row--masthead .breadcrumb a:active, .row.row--masthead .breadcrumb a.nice-select.open {
  color: #fff; }

@keyframes action-link-arrow-bounce {
  0% {
    right: 15px; }
  33% {
    right: 30px; }
  66% {
    right: 0; }
  100% {
    right: 15px; } }

@keyframes action-link-arrow-bounce-alt {
  0% {
    right: 25px; }
  33% {
    right: 40px; }
  66% {
    right: 10px; }
  100% {
    right: 25px; } }

@keyframes action-link-chevron-bounce {
  0% {
    right: 20px; }
  15% {
    right: 30px; }
  35% {
    right: 10px; }
  55% {
    right: 20px; }
  75% {
    right: 15px; }
  100% {
    right: 20px; } }

@keyframes underline-grow {
  0% {
    width: 0; }
  66% {
    width: calc(100% - 15px); } }

a.edd_download_file_link,
.btn {
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  white-space: normal;
  line-height: 1.2;
  padding-top: 14px;
  padding-bottom: 16px; }
  a.edd_download_file_link .ico + .btn__label,
  .btn .ico + .btn__label {
    margin-left: 12px; }
  a.edd_download_file_link .btn__label + .ico,
  .btn .btn__label + .ico {
    margin-left: 12px; }
  a.edd_download_file_link .ico,
  .btn .ico {
    position: relative;
    top: 1px; }
  a.edd_download_file_link.waiting,
  .btn.waiting {
    color: transparent !important;
    background-color: transparent !important;
    pointer-events: none; }
    a.edd_download_file_link.waiting[disabled],
    .btn.waiting[disabled] {
      opacity: 1 !important; }
    a.edd_download_file_link.waiting:after,
    .btn.waiting:after {
      content: "";
      background-image: url(../images/spinner.svg);
      background-size: contain;
      width: 42px;
      height: 42px;
      right: auto;
      left: 50%;
      margin-left: -21px;
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }

.gform_wrapper form.waiting input[type="submit"],
.gform_wrapper form.waiting button[type="submit"] {
  background-color: transparent !important; }
  .gform_wrapper form.waiting input[type="submit"].btn--secondary:before,
  .gform_wrapper form.waiting button[type="submit"].btn--secondary:before {
    background-color: transparent !important; }

.btn--trans {
  padding: 0;
  line-height: 1; }

.btn--small {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 7px; }

.btn--large {
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  padding-top: 20px;
  padding-bottom: 22px; }

.btn--ico {
  text-align: center;
  width: auto;
  min-width: 40px;
  height: 40px;
  border-radius: 3px;
  line-height: 40px;
  padding: 0 12px;
  transition: all 0.4s;
  position: relative;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  flex-direction: row; }
  .btn--ico .ico {
    transition: color 0.4s;
    display: inline-block; }
  .btn--ico:focus, .btn--ico:hover, .btn--ico:active, .btn--ico.nice-select.open {
    background-color: #dd0821; }

.btn--youtube .ico {
  font-size: 13px; }

.btn--youtube:focus, .btn--youtube:hover, .btn--youtube:active, .btn--youtube.nice-select.open {
  background-color: #ff0000 !important; }

.btn--facebook .ico {
  font-size: 16px; }

.btn--facebook:focus, .btn--facebook:hover, .btn--facebook:active, .btn--facebook.nice-select.open {
  background-color: #3B5998 !important; }

.btn--twitter .ico {
  font-size: 15px; }

.btn--twitter:focus, .btn--twitter:hover, .btn--twitter:active, .btn--twitter.nice-select.open {
  background-color: #00a7e6 !important; }

.btn--weibo .ico {
  font-size: 19px; }

.btn--weibo:focus, .btn--weibo:hover, .btn--weibo:active, .btn--weibo.nice-select.open {
  background-color: #e6162d !important; }

.btn--wechat .ico {
  font-size: 23px; }

.btn--wechat:focus, .btn--wechat:hover, .btn--wechat:active, .btn--wechat.nice-select.open {
  background-color: #61b31d !important; }

.btn--line:focus, .btn--line:hover, .btn--line:active, .btn--line.nice-select.open,
.btn--line-jp:focus,
.btn--line-jp:hover,
.btn--line-jp:active,
.btn--line-jp.nice-select.open {
  background-color: #01b900 !important; }

.btn--line .ico {
  font-size: 24px; }

.btn--line-jp .ico {
  font-size: 26px; }

.btn--primary,
.btn--primary.btn--colour-primary,
.btn--primary.btn--colour-red {
  background-color: #dd0821; }
  .btn--primary, .btn--primary:focus, .btn--primary:active, .btn--primary.nice-select.open, .btn--primary:visited, .btn--primary:hover,
  .btn--primary.btn--colour-primary,
  .btn--primary.btn--colour-primary:focus,
  .btn--primary.btn--colour-primary:active,
  .btn--primary.btn--colour-primary.nice-select.open,
  .btn--primary.btn--colour-primary:visited,
  .btn--primary.btn--colour-primary:hover,
  .btn--primary.btn--colour-red,
  .btn--primary.btn--colour-red:focus,
  .btn--primary.btn--colour-red:active,
  .btn--primary.btn--colour-red.nice-select.open,
  .btn--primary.btn--colour-red:visited,
  .btn--primary.btn--colour-red:hover {
    color: #fff; }
  .btn--primary .ico,
  .btn--primary .fa,
  .btn--primary.btn--colour-primary .ico,
  .btn--primary.btn--colour-primary .fa,
  .btn--primary.btn--colour-red .ico,
  .btn--primary.btn--colour-red .fa {
    color: #fff; }
  .btn--primary:focus, .btn--primary:hover, .btn--primary:active, .btn--primary.nice-select.open,
  .btn--primary.btn--colour-primary:focus,
  .btn--primary.btn--colour-primary:hover,
  .btn--primary.btn--colour-primary:active,
  .btn--primary.btn--colour-primary.nice-select.open,
  .btn--primary.btn--colour-red:focus,
  .btn--primary.btn--colour-red:hover,
  .btn--primary.btn--colour-red:active,
  .btn--primary.btn--colour-red.nice-select.open {
    background-color: #ac061a; }

.btn--primary.btn--colour-secondary,
.btn--primary.btn--colour-dark,
.btn--primary.btn--colour-dark-grey {
  background-color: #2d3941; }
  .btn--primary.btn--colour-secondary, .btn--primary.btn--colour-secondary:focus, .btn--primary.btn--colour-secondary:active, .btn--primary.btn--colour-secondary.nice-select.open, .btn--primary.btn--colour-secondary:visited, .btn--primary.btn--colour-secondary:hover,
  .btn--primary.btn--colour-dark,
  .btn--primary.btn--colour-dark:focus,
  .btn--primary.btn--colour-dark:active,
  .btn--primary.btn--colour-dark.nice-select.open,
  .btn--primary.btn--colour-dark:visited,
  .btn--primary.btn--colour-dark:hover,
  .btn--primary.btn--colour-dark-grey,
  .btn--primary.btn--colour-dark-grey:focus,
  .btn--primary.btn--colour-dark-grey:active,
  .btn--primary.btn--colour-dark-grey.nice-select.open,
  .btn--primary.btn--colour-dark-grey:visited,
  .btn--primary.btn--colour-dark-grey:hover {
    color: #fff; }
  .btn--primary.btn--colour-secondary .ico,
  .btn--primary.btn--colour-secondary .fa,
  .btn--primary.btn--colour-dark .ico,
  .btn--primary.btn--colour-dark .fa,
  .btn--primary.btn--colour-dark-grey .ico,
  .btn--primary.btn--colour-dark-grey .fa {
    color: #fff; }
  .btn--primary.btn--colour-secondary:focus, .btn--primary.btn--colour-secondary:hover, .btn--primary.btn--colour-secondary:active, .btn--primary.btn--colour-secondary.nice-select.open,
  .btn--primary.btn--colour-dark:focus,
  .btn--primary.btn--colour-dark:hover,
  .btn--primary.btn--colour-dark:active,
  .btn--primary.btn--colour-dark.nice-select.open,
  .btn--primary.btn--colour-dark-grey:focus,
  .btn--primary.btn--colour-dark-grey:hover,
  .btn--primary.btn--colour-dark-grey:active,
  .btn--primary.btn--colour-dark-grey.nice-select.open {
    background-color: #181f23; }

.btn--primary.btn--colour-tertiary,
.btn--primary.btn--colour-soft,
.btn--primary.btn--colour-grey {
  background-color: #717f87; }
  .btn--primary.btn--colour-tertiary, .btn--primary.btn--colour-tertiary:focus, .btn--primary.btn--colour-tertiary:active, .btn--primary.btn--colour-tertiary.nice-select.open, .btn--primary.btn--colour-tertiary:visited, .btn--primary.btn--colour-tertiary:hover,
  .btn--primary.btn--colour-soft,
  .btn--primary.btn--colour-soft:focus,
  .btn--primary.btn--colour-soft:active,
  .btn--primary.btn--colour-soft.nice-select.open,
  .btn--primary.btn--colour-soft:visited,
  .btn--primary.btn--colour-soft:hover,
  .btn--primary.btn--colour-grey,
  .btn--primary.btn--colour-grey:focus,
  .btn--primary.btn--colour-grey:active,
  .btn--primary.btn--colour-grey.nice-select.open,
  .btn--primary.btn--colour-grey:visited,
  .btn--primary.btn--colour-grey:hover {
    color: #fff; }
  .btn--primary.btn--colour-tertiary .ico,
  .btn--primary.btn--colour-tertiary .fa,
  .btn--primary.btn--colour-soft .ico,
  .btn--primary.btn--colour-soft .fa,
  .btn--primary.btn--colour-grey .ico,
  .btn--primary.btn--colour-grey .fa {
    color: #fff; }
  .btn--primary.btn--colour-tertiary:focus, .btn--primary.btn--colour-tertiary:hover, .btn--primary.btn--colour-tertiary:active, .btn--primary.btn--colour-tertiary.nice-select.open,
  .btn--primary.btn--colour-soft:focus,
  .btn--primary.btn--colour-soft:hover,
  .btn--primary.btn--colour-soft:active,
  .btn--primary.btn--colour-soft.nice-select.open,
  .btn--primary.btn--colour-grey:focus,
  .btn--primary.btn--colour-grey:hover,
  .btn--primary.btn--colour-grey:active,
  .btn--primary.btn--colour-grey.nice-select.open {
    background-color: #5a656b; }

.btn--primary.btn--colour-darkest,
.btn--primary.btn--colour-darkest-grey {
  background-color: #20292f; }
  .btn--primary.btn--colour-darkest, .btn--primary.btn--colour-darkest:focus, .btn--primary.btn--colour-darkest:active, .btn--primary.btn--colour-darkest.nice-select.open, .btn--primary.btn--colour-darkest:visited, .btn--primary.btn--colour-darkest:hover,
  .btn--primary.btn--colour-darkest-grey,
  .btn--primary.btn--colour-darkest-grey:focus,
  .btn--primary.btn--colour-darkest-grey:active,
  .btn--primary.btn--colour-darkest-grey.nice-select.open,
  .btn--primary.btn--colour-darkest-grey:visited,
  .btn--primary.btn--colour-darkest-grey:hover {
    color: #fff; }
  .btn--primary.btn--colour-darkest .ico,
  .btn--primary.btn--colour-darkest .fa,
  .btn--primary.btn--colour-darkest-grey .ico,
  .btn--primary.btn--colour-darkest-grey .fa {
    color: #fff; }
  .btn--primary.btn--colour-darkest:focus, .btn--primary.btn--colour-darkest:hover, .btn--primary.btn--colour-darkest:active, .btn--primary.btn--colour-darkest.nice-select.open,
  .btn--primary.btn--colour-darkest-grey:focus,
  .btn--primary.btn--colour-darkest-grey:hover,
  .btn--primary.btn--colour-darkest-grey:active,
  .btn--primary.btn--colour-darkest-grey.nice-select.open {
    background-color: #0b0f11; }

.btn--primary.btn--colour-softest,
.btn--primary.btn--colour-light-grey {
  background-color: #d5d9db; }
  .btn--primary.btn--colour-softest, .btn--primary.btn--colour-softest:focus, .btn--primary.btn--colour-softest:active, .btn--primary.btn--colour-softest.nice-select.open, .btn--primary.btn--colour-softest:visited, .btn--primary.btn--colour-softest:hover,
  .btn--primary.btn--colour-light-grey,
  .btn--primary.btn--colour-light-grey:focus,
  .btn--primary.btn--colour-light-grey:active,
  .btn--primary.btn--colour-light-grey.nice-select.open,
  .btn--primary.btn--colour-light-grey:visited,
  .btn--primary.btn--colour-light-grey:hover {
    color: #2d3941; }
  .btn--primary.btn--colour-softest .ico,
  .btn--primary.btn--colour-softest .fa,
  .btn--primary.btn--colour-light-grey .ico,
  .btn--primary.btn--colour-light-grey .fa {
    color: #2d3941; }
  .btn--primary.btn--colour-softest:focus, .btn--primary.btn--colour-softest:hover, .btn--primary.btn--colour-softest:active, .btn--primary.btn--colour-softest.nice-select.open,
  .btn--primary.btn--colour-light-grey:focus,
  .btn--primary.btn--colour-light-grey:hover,
  .btn--primary.btn--colour-light-grey:active,
  .btn--primary.btn--colour-light-grey.nice-select.open {
    background-color: #bac0c3; }

.btn--primary.btn--colour-light,
.btn--primary.btn--colour-off-white {
  background-color: #FAFAFA; }
  .btn--primary.btn--colour-light, .btn--primary.btn--colour-light:focus, .btn--primary.btn--colour-light:active, .btn--primary.btn--colour-light.nice-select.open, .btn--primary.btn--colour-light:visited, .btn--primary.btn--colour-light:hover,
  .btn--primary.btn--colour-off-white,
  .btn--primary.btn--colour-off-white:focus,
  .btn--primary.btn--colour-off-white:active,
  .btn--primary.btn--colour-off-white.nice-select.open,
  .btn--primary.btn--colour-off-white:visited,
  .btn--primary.btn--colour-off-white:hover {
    color: #717f87; }
  .btn--primary.btn--colour-light .ico,
  .btn--primary.btn--colour-light .fa,
  .btn--primary.btn--colour-off-white .ico,
  .btn--primary.btn--colour-off-white .fa {
    color: #717f87; }
  .btn--primary.btn--colour-light:focus, .btn--primary.btn--colour-light:hover, .btn--primary.btn--colour-light:active, .btn--primary.btn--colour-light.nice-select.open,
  .btn--primary.btn--colour-off-white:focus,
  .btn--primary.btn--colour-off-white:hover,
  .btn--primary.btn--colour-off-white:active,
  .btn--primary.btn--colour-off-white.nice-select.open {
    background-color: #e1e1e1; }

.btn--primary.btn--colour-lightest,
.btn--primary.btn--colour-white {
  background-color: #fff; }
  .btn--primary.btn--colour-lightest, .btn--primary.btn--colour-lightest:focus, .btn--primary.btn--colour-lightest:active, .btn--primary.btn--colour-lightest.nice-select.open, .btn--primary.btn--colour-lightest:visited, .btn--primary.btn--colour-lightest:hover,
  .btn--primary.btn--colour-white,
  .btn--primary.btn--colour-white:focus,
  .btn--primary.btn--colour-white:active,
  .btn--primary.btn--colour-white.nice-select.open,
  .btn--primary.btn--colour-white:visited,
  .btn--primary.btn--colour-white:hover {
    color: #dd0821; }
  .btn--primary.btn--colour-lightest .ico,
  .btn--primary.btn--colour-lightest .fa,
  .btn--primary.btn--colour-white .ico,
  .btn--primary.btn--colour-white .fa {
    color: #dd0821; }
  .btn--primary.btn--colour-lightest:focus, .btn--primary.btn--colour-lightest:hover, .btn--primary.btn--colour-lightest:active, .btn--primary.btn--colour-lightest.nice-select.open,
  .btn--primary.btn--colour-white:focus,
  .btn--primary.btn--colour-white:hover,
  .btn--primary.btn--colour-white:active,
  .btn--primary.btn--colour-white.nice-select.open {
    background-color: #717f87; }

.btn--primary.btn--colour-orange {
  background-color: #fe6803; }
  .btn--primary.btn--colour-orange, .btn--primary.btn--colour-orange:focus, .btn--primary.btn--colour-orange:active, .btn--primary.btn--colour-orange.nice-select.open, .btn--primary.btn--colour-orange:visited, .btn--primary.btn--colour-orange:hover {
    color: #fff; }
  .btn--primary.btn--colour-orange .ico,
  .btn--primary.btn--colour-orange .fa {
    color: #fff; }
  .btn--primary.btn--colour-orange:focus, .btn--primary.btn--colour-orange:hover, .btn--primary.btn--colour-orange:active, .btn--primary.btn--colour-orange.nice-select.open {
    background-color: #cd5301; }

.btn--primary.btn--colour-green {
  background-color: #00abac; }
  .btn--primary.btn--colour-green, .btn--primary.btn--colour-green:focus, .btn--primary.btn--colour-green:active, .btn--primary.btn--colour-green.nice-select.open, .btn--primary.btn--colour-green:visited, .btn--primary.btn--colour-green:hover {
    color: #fff; }
  .btn--primary.btn--colour-green .ico,
  .btn--primary.btn--colour-green .fa {
    color: #fff; }
  .btn--primary.btn--colour-green:focus, .btn--primary.btn--colour-green:hover, .btn--primary.btn--colour-green:active, .btn--primary.btn--colour-green.nice-select.open {
    background-color: #007879; }

.btn--primary.btn--simple {
  border-radius: 0 !important; }

.btn--secondary,
.btn--secondary.btn--colour-primary,
.btn--secondary.btn--colour-red {
  padding-left: 0;
  padding-right: 50px; }
  .btn--secondary, .btn--secondary:visited, .btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active, .btn--secondary.nice-select.open,
  .btn--secondary.btn--colour-primary,
  .btn--secondary.btn--colour-primary:visited,
  .btn--secondary.btn--colour-primary:hover,
  .btn--secondary.btn--colour-primary:focus,
  .btn--secondary.btn--colour-primary:active,
  .btn--secondary.btn--colour-primary.nice-select.open,
  .btn--secondary.btn--colour-red,
  .btn--secondary.btn--colour-red:visited,
  .btn--secondary.btn--colour-red:hover,
  .btn--secondary.btn--colour-red:focus,
  .btn--secondary.btn--colour-red:active,
  .btn--secondary.btn--colour-red.nice-select.open {
    background-color: transparent;
    color: #dd0821; }
  .btn--secondary .ico,
  .btn--secondary .fa,
  .btn--secondary.btn--colour-primary .ico,
  .btn--secondary.btn--colour-primary .fa,
  .btn--secondary.btn--colour-red .ico,
  .btn--secondary.btn--colour-red .fa {
    color: #dd0821; }
  .btn--secondary:before,
  .btn--secondary.btn--colour-primary:before,
  .btn--secondary.btn--colour-red:before {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 8px);
    transform: translateX(-50%);
    bottom: 0;
    width: calc(100% - 15px);
    height: 2px;
    overflow: hidden;
    background-color: #dd0821; }
  .btn--secondary:after,
  .btn--secondary.btn--colour-primary:after,
  .btn--secondary.btn--colour-red:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 14px;
    margin-top: 1px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .btn--secondary:hover:before, .btn--secondary:focus:before, .btn--secondary:active:before, .btn--secondary.nice-select.open:before,
  .btn--secondary.btn--colour-primary:hover:before,
  .btn--secondary.btn--colour-primary:focus:before,
  .btn--secondary.btn--colour-primary:active:before,
  .btn--secondary.btn--colour-primary.nice-select.open:before,
  .btn--secondary.btn--colour-red:hover:before,
  .btn--secondary.btn--colour-red:focus:before,
  .btn--secondary.btn--colour-red:active:before,
  .btn--secondary.btn--colour-red.nice-select.open:before {
    animation: underline-grow 1s; }
  .btn--secondary:hover:after, .btn--secondary:focus:after, .btn--secondary:active:after, .btn--secondary.nice-select.open:after,
  .btn--secondary.btn--colour-primary:hover:after,
  .btn--secondary.btn--colour-primary:focus:after,
  .btn--secondary.btn--colour-primary:active:after,
  .btn--secondary.btn--colour-primary.nice-select.open:after,
  .btn--secondary.btn--colour-red:hover:after,
  .btn--secondary.btn--colour-red:focus:after,
  .btn--secondary.btn--colour-red:active:after,
  .btn--secondary.btn--colour-red.nice-select.open:after {
    animation: action-link-arrow-bounce 1s; }

.btn--secondary.btn--colour-secondary, .btn--secondary.btn--colour-secondary:visited, .btn--secondary.btn--colour-secondary:hover, .btn--secondary.btn--colour-secondary:focus, .btn--secondary.btn--colour-secondary:active, .btn--secondary.btn--colour-secondary.nice-select.open,
.btn--secondary.btn--colour-dark,
.btn--secondary.btn--colour-dark:visited,
.btn--secondary.btn--colour-dark:hover,
.btn--secondary.btn--colour-dark:focus,
.btn--secondary.btn--colour-dark:active,
.btn--secondary.btn--colour-dark.nice-select.open,
.btn--secondary.btn--colour-dark-grey,
.btn--secondary.btn--colour-dark-grey:visited,
.btn--secondary.btn--colour-dark-grey:hover,
.btn--secondary.btn--colour-dark-grey:focus,
.btn--secondary.btn--colour-dark-grey:active,
.btn--secondary.btn--colour-dark-grey.nice-select.open {
  color: #2d3941; }

.btn--secondary.btn--colour-secondary .ico,
.btn--secondary.btn--colour-secondary .fa,
.btn--secondary.btn--colour-dark .ico,
.btn--secondary.btn--colour-dark .fa,
.btn--secondary.btn--colour-dark-grey .ico,
.btn--secondary.btn--colour-dark-grey .fa {
  color: #2d3941; }

.btn--secondary.btn--colour-secondary:before,
.btn--secondary.btn--colour-dark:before,
.btn--secondary.btn--colour-dark-grey:before {
  background-color: #2d3941; }

.btn--secondary.btn--colour-tertiary, .btn--secondary.btn--colour-tertiary:visited, .btn--secondary.btn--colour-tertiary:hover, .btn--secondary.btn--colour-tertiary:focus, .btn--secondary.btn--colour-tertiary:active, .btn--secondary.btn--colour-tertiary.nice-select.open,
.btn--secondary.btn--colour-soft,
.btn--secondary.btn--colour-soft:visited,
.btn--secondary.btn--colour-soft:hover,
.btn--secondary.btn--colour-soft:focus,
.btn--secondary.btn--colour-soft:active,
.btn--secondary.btn--colour-soft.nice-select.open,
.btn--secondary.btn--colour-grey,
.btn--secondary.btn--colour-grey:visited,
.btn--secondary.btn--colour-grey:hover,
.btn--secondary.btn--colour-grey:focus,
.btn--secondary.btn--colour-grey:active,
.btn--secondary.btn--colour-grey.nice-select.open {
  color: #717f87; }

.btn--secondary.btn--colour-tertiary .ico,
.btn--secondary.btn--colour-tertiary .fa,
.btn--secondary.btn--colour-soft .ico,
.btn--secondary.btn--colour-soft .fa,
.btn--secondary.btn--colour-grey .ico,
.btn--secondary.btn--colour-grey .fa {
  color: #717f87; }

.btn--secondary.btn--colour-tertiary:before,
.btn--secondary.btn--colour-soft:before,
.btn--secondary.btn--colour-grey:before {
  background-color: #717f87; }

.btn--secondary.btn--colour-darkest, .btn--secondary.btn--colour-darkest:visited, .btn--secondary.btn--colour-darkest:hover, .btn--secondary.btn--colour-darkest:focus, .btn--secondary.btn--colour-darkest:active, .btn--secondary.btn--colour-darkest.nice-select.open,
.btn--secondary.btn--colour-darkest-grey,
.btn--secondary.btn--colour-darkest-grey:visited,
.btn--secondary.btn--colour-darkest-grey:hover,
.btn--secondary.btn--colour-darkest-grey:focus,
.btn--secondary.btn--colour-darkest-grey:active,
.btn--secondary.btn--colour-darkest-grey.nice-select.open {
  color: #20292f; }

.btn--secondary.btn--colour-darkest .ico,
.btn--secondary.btn--colour-darkest .fa,
.btn--secondary.btn--colour-darkest-grey .ico,
.btn--secondary.btn--colour-darkest-grey .fa {
  color: #20292f; }

.btn--secondary.btn--colour-darkest:before,
.btn--secondary.btn--colour-darkest-grey:before {
  background-color: #20292f; }

.btn--secondary.btn--colour-softest, .btn--secondary.btn--colour-softest:visited, .btn--secondary.btn--colour-softest:hover, .btn--secondary.btn--colour-softest:focus, .btn--secondary.btn--colour-softest:active, .btn--secondary.btn--colour-softest.nice-select.open,
.btn--secondary.btn--colour-light-grey,
.btn--secondary.btn--colour-light-grey:visited,
.btn--secondary.btn--colour-light-grey:hover,
.btn--secondary.btn--colour-light-grey:focus,
.btn--secondary.btn--colour-light-grey:active,
.btn--secondary.btn--colour-light-grey.nice-select.open {
  color: #d5d9db; }

.btn--secondary.btn--colour-softest .ico,
.btn--secondary.btn--colour-softest .fa,
.btn--secondary.btn--colour-light-grey .ico,
.btn--secondary.btn--colour-light-grey .fa {
  color: #d5d9db; }

.btn--secondary.btn--colour-softest:before,
.btn--secondary.btn--colour-light-grey:before {
  background-color: #d5d9db; }

.btn--secondary.btn--colour-light, .btn--secondary.btn--colour-light:visited, .btn--secondary.btn--colour-light:hover, .btn--secondary.btn--colour-light:focus, .btn--secondary.btn--colour-light:active, .btn--secondary.btn--colour-light.nice-select.open,
.btn--secondary.btn--colour-off-white,
.btn--secondary.btn--colour-off-white:visited,
.btn--secondary.btn--colour-off-white:hover,
.btn--secondary.btn--colour-off-white:focus,
.btn--secondary.btn--colour-off-white:active,
.btn--secondary.btn--colour-off-white.nice-select.open {
  color: #FAFAFA; }

.btn--secondary.btn--colour-light .ico,
.btn--secondary.btn--colour-light .fa,
.btn--secondary.btn--colour-off-white .ico,
.btn--secondary.btn--colour-off-white .fa {
  color: #FAFAFA; }

.btn--secondary.btn--colour-light:before,
.btn--secondary.btn--colour-off-white:before {
  background-color: #FAFAFA; }

.btn--secondary.btn--colour-lightest, .btn--secondary.btn--colour-lightest:visited, .btn--secondary.btn--colour-lightest:hover, .btn--secondary.btn--colour-lightest:focus, .btn--secondary.btn--colour-lightest:active, .btn--secondary.btn--colour-lightest.nice-select.open,
.btn--secondary.btn--colour-white,
.btn--secondary.btn--colour-white:visited,
.btn--secondary.btn--colour-white:hover,
.btn--secondary.btn--colour-white:focus,
.btn--secondary.btn--colour-white:active,
.btn--secondary.btn--colour-white.nice-select.open {
  color: #fff; }

.btn--secondary.btn--colour-lightest .ico,
.btn--secondary.btn--colour-lightest .fa,
.btn--secondary.btn--colour-white .ico,
.btn--secondary.btn--colour-white .fa {
  color: #fff; }

.btn--secondary.btn--colour-lightest:before,
.btn--secondary.btn--colour-white:before {
  background-color: #fff; }

.btn--secondary.btn--colour-orange, .btn--secondary.btn--colour-orange:visited, .btn--secondary.btn--colour-orange:hover, .btn--secondary.btn--colour-orange:focus, .btn--secondary.btn--colour-orange:active, .btn--secondary.btn--colour-orange.nice-select.open {
  color: #fe6803; }

.btn--secondary.btn--colour-orange .ico,
.btn--secondary.btn--colour-orange .fa {
  color: #fe6803; }

.btn--secondary.btn--colour-orange:before {
  background-color: #fe6803; }

.btn--secondary.btn--colour-green, .btn--secondary.btn--colour-green:visited, .btn--secondary.btn--colour-green:hover, .btn--secondary.btn--colour-green:focus, .btn--secondary.btn--colour-green:active, .btn--secondary.btn--colour-green.nice-select.open {
  color: #00abac; }

.btn--secondary.btn--colour-green .ico,
.btn--secondary.btn--colour-green .fa {
  color: #00abac; }

.btn--secondary.btn--colour-green:before {
  background-color: #00abac; }

.btn--secondary.btn--small:before {
  bottom: -3px; }

.btn--secondary.btn--red-arrow:after {
  color: #dd0821 !important; }

.btn--secondary.btn--simple:before {
  content: none !important; }

.btn--tertiary,
.btn--tertiary.btn--colour-primary,
.btn--tertiary.btn--colour-red {
  border: 1px solid #dd0821; }
  .btn--tertiary, .btn--tertiary:visited,
  .btn--tertiary.btn--colour-primary,
  .btn--tertiary.btn--colour-primary:visited,
  .btn--tertiary.btn--colour-red,
  .btn--tertiary.btn--colour-red:visited {
    background-color: rgba(221, 8, 33, 0);
    color: #dd0821; }
  .btn--tertiary .ico,
  .btn--tertiary .fa,
  .btn--tertiary.btn--colour-primary .ico,
  .btn--tertiary.btn--colour-primary .fa,
  .btn--tertiary.btn--colour-red .ico,
  .btn--tertiary.btn--colour-red .fa {
    color: #dd0821; }
  .btn--tertiary:hover, .btn--tertiary:focus, .btn--tertiary:active, .btn--tertiary.nice-select.open,
  .btn--tertiary.btn--colour-primary:hover,
  .btn--tertiary.btn--colour-primary:focus,
  .btn--tertiary.btn--colour-primary:active,
  .btn--tertiary.btn--colour-primary.nice-select.open,
  .btn--tertiary.btn--colour-red:hover,
  .btn--tertiary.btn--colour-red:focus,
  .btn--tertiary.btn--colour-red:active,
  .btn--tertiary.btn--colour-red.nice-select.open {
    background-color: #dd0821;
    color: #fff; }

.btn--tertiary.btn--colour-secondary,
.btn--tertiary.btn--colour-dark,
.btn--tertiary.btn--colour-dark-grey {
  border: 1px solid #2d3941; }
  .btn--tertiary.btn--colour-secondary, .btn--tertiary.btn--colour-secondary:visited,
  .btn--tertiary.btn--colour-dark,
  .btn--tertiary.btn--colour-dark:visited,
  .btn--tertiary.btn--colour-dark-grey,
  .btn--tertiary.btn--colour-dark-grey:visited {
    background-color: rgba(45, 57, 65, 0);
    color: #2d3941; }
  .btn--tertiary.btn--colour-secondary .ico,
  .btn--tertiary.btn--colour-secondary .fa,
  .btn--tertiary.btn--colour-dark .ico,
  .btn--tertiary.btn--colour-dark .fa,
  .btn--tertiary.btn--colour-dark-grey .ico,
  .btn--tertiary.btn--colour-dark-grey .fa {
    color: #2d3941; }
  .btn--tertiary.btn--colour-secondary:hover, .btn--tertiary.btn--colour-secondary:focus, .btn--tertiary.btn--colour-secondary:active, .btn--tertiary.btn--colour-secondary.nice-select.open,
  .btn--tertiary.btn--colour-dark:hover,
  .btn--tertiary.btn--colour-dark:focus,
  .btn--tertiary.btn--colour-dark:active,
  .btn--tertiary.btn--colour-dark.nice-select.open,
  .btn--tertiary.btn--colour-dark-grey:hover,
  .btn--tertiary.btn--colour-dark-grey:focus,
  .btn--tertiary.btn--colour-dark-grey:active,
  .btn--tertiary.btn--colour-dark-grey.nice-select.open {
    background-color: #2d3941;
    color: #fff; }

.btn--tertiary.btn--colour-tertiary,
.btn--tertiary.btn--colour-soft,
.btn--tertiary.btn--colour-grey {
  border: 1px solid #717f87; }
  .btn--tertiary.btn--colour-tertiary, .btn--tertiary.btn--colour-tertiary:visited,
  .btn--tertiary.btn--colour-soft,
  .btn--tertiary.btn--colour-soft:visited,
  .btn--tertiary.btn--colour-grey,
  .btn--tertiary.btn--colour-grey:visited {
    background-color: rgba(113, 127, 135, 0);
    color: #717f87; }
  .btn--tertiary.btn--colour-tertiary .ico,
  .btn--tertiary.btn--colour-tertiary .fa,
  .btn--tertiary.btn--colour-soft .ico,
  .btn--tertiary.btn--colour-soft .fa,
  .btn--tertiary.btn--colour-grey .ico,
  .btn--tertiary.btn--colour-grey .fa {
    color: #717f87; }
  .btn--tertiary.btn--colour-tertiary:hover, .btn--tertiary.btn--colour-tertiary:focus, .btn--tertiary.btn--colour-tertiary:active, .btn--tertiary.btn--colour-tertiary.nice-select.open,
  .btn--tertiary.btn--colour-soft:hover,
  .btn--tertiary.btn--colour-soft:focus,
  .btn--tertiary.btn--colour-soft:active,
  .btn--tertiary.btn--colour-soft.nice-select.open,
  .btn--tertiary.btn--colour-grey:hover,
  .btn--tertiary.btn--colour-grey:focus,
  .btn--tertiary.btn--colour-grey:active,
  .btn--tertiary.btn--colour-grey.nice-select.open {
    background-color: #717f87;
    color: #fff; }

.btn--tertiary.btn--colour-darkest,
.btn--tertiary.btn--colour-darkest-grey {
  border: 1px solid #20292f; }
  .btn--tertiary.btn--colour-darkest, .btn--tertiary.btn--colour-darkest:visited,
  .btn--tertiary.btn--colour-darkest-grey,
  .btn--tertiary.btn--colour-darkest-grey:visited {
    background-color: rgba(32, 41, 47, 0);
    color: #20292f; }
  .btn--tertiary.btn--colour-darkest .ico,
  .btn--tertiary.btn--colour-darkest .fa,
  .btn--tertiary.btn--colour-darkest-grey .ico,
  .btn--tertiary.btn--colour-darkest-grey .fa {
    color: #20292f; }
  .btn--tertiary.btn--colour-darkest:hover, .btn--tertiary.btn--colour-darkest:focus, .btn--tertiary.btn--colour-darkest:active, .btn--tertiary.btn--colour-darkest.nice-select.open,
  .btn--tertiary.btn--colour-darkest-grey:hover,
  .btn--tertiary.btn--colour-darkest-grey:focus,
  .btn--tertiary.btn--colour-darkest-grey:active,
  .btn--tertiary.btn--colour-darkest-grey.nice-select.open {
    background-color: #20292f;
    color: #fff; }

.btn--tertiary.btn--colour-softest,
.btn--tertiary.btn--colour-light-grey {
  border: 1px solid #d5d9db; }
  .btn--tertiary.btn--colour-softest, .btn--tertiary.btn--colour-softest:visited,
  .btn--tertiary.btn--colour-light-grey,
  .btn--tertiary.btn--colour-light-grey:visited {
    background-color: rgba(213, 217, 219, 0);
    color: #d5d9db; }
  .btn--tertiary.btn--colour-softest .ico,
  .btn--tertiary.btn--colour-softest .fa,
  .btn--tertiary.btn--colour-light-grey .ico,
  .btn--tertiary.btn--colour-light-grey .fa {
    color: #d5d9db; }
  .btn--tertiary.btn--colour-softest:hover, .btn--tertiary.btn--colour-softest:focus, .btn--tertiary.btn--colour-softest:active, .btn--tertiary.btn--colour-softest.nice-select.open,
  .btn--tertiary.btn--colour-light-grey:hover,
  .btn--tertiary.btn--colour-light-grey:focus,
  .btn--tertiary.btn--colour-light-grey:active,
  .btn--tertiary.btn--colour-light-grey.nice-select.open {
    background-color: #d5d9db;
    color: #2d3941; }

.btn--tertiary.btn--colour-light,
.btn--tertiary.btn--colour-off-white {
  border: 1px solid #FAFAFA; }
  .btn--tertiary.btn--colour-light, .btn--tertiary.btn--colour-light:visited,
  .btn--tertiary.btn--colour-off-white,
  .btn--tertiary.btn--colour-off-white:visited {
    background-color: rgba(250, 250, 250, 0);
    color: #FAFAFA; }
  .btn--tertiary.btn--colour-light .ico,
  .btn--tertiary.btn--colour-light .fa,
  .btn--tertiary.btn--colour-off-white .ico,
  .btn--tertiary.btn--colour-off-white .fa {
    color: #FAFAFA; }
  .btn--tertiary.btn--colour-light:hover, .btn--tertiary.btn--colour-light:focus, .btn--tertiary.btn--colour-light:active, .btn--tertiary.btn--colour-light.nice-select.open,
  .btn--tertiary.btn--colour-off-white:hover,
  .btn--tertiary.btn--colour-off-white:focus,
  .btn--tertiary.btn--colour-off-white:active,
  .btn--tertiary.btn--colour-off-white.nice-select.open {
    background-color: #fafafa;
    color: #2d3941; }

.btn--tertiary.btn--colour-lightest,
.btn--tertiary.btn--colour-white {
  border: 1px solid #fff; }
  .btn--tertiary.btn--colour-lightest, .btn--tertiary.btn--colour-lightest:visited,
  .btn--tertiary.btn--colour-white,
  .btn--tertiary.btn--colour-white:visited {
    background-color: rgba(255, 255, 255, 0);
    color: #fff; }
  .btn--tertiary.btn--colour-lightest .ico,
  .btn--tertiary.btn--colour-lightest .fa,
  .btn--tertiary.btn--colour-white .ico,
  .btn--tertiary.btn--colour-white .fa {
    color: #fff; }
  .btn--tertiary.btn--colour-lightest:hover, .btn--tertiary.btn--colour-lightest:focus, .btn--tertiary.btn--colour-lightest:active, .btn--tertiary.btn--colour-lightest.nice-select.open,
  .btn--tertiary.btn--colour-white:hover,
  .btn--tertiary.btn--colour-white:focus,
  .btn--tertiary.btn--colour-white:active,
  .btn--tertiary.btn--colour-white.nice-select.open {
    background-color: white;
    color: #2d3941; }

.btn--tertiary.btn--colour-orange {
  border: 1px solid #fe6803; }
  .btn--tertiary.btn--colour-orange, .btn--tertiary.btn--colour-orange:visited {
    background-color: rgba(254, 104, 3, 0);
    color: #fe6803; }
  .btn--tertiary.btn--colour-orange .ico,
  .btn--tertiary.btn--colour-orange .fa {
    color: #fe6803; }
  .btn--tertiary.btn--colour-orange:hover, .btn--tertiary.btn--colour-orange:focus, .btn--tertiary.btn--colour-orange:active, .btn--tertiary.btn--colour-orange.nice-select.open {
    background-color: #fe6803;
    color: #fff; }

.btn--tertiary.btn--colour-green {
  border: 1px solid #00abac; }
  .btn--tertiary.btn--colour-green, .btn--tertiary.btn--colour-green:visited {
    background-color: rgba(0, 171, 172, 0);
    color: #00abac; }
  .btn--tertiary.btn--colour-green .ico,
  .btn--tertiary.btn--colour-green .fa {
    color: #00abac; }
  .btn--tertiary.btn--colour-green:hover, .btn--tertiary.btn--colour-green:focus, .btn--tertiary.btn--colour-green:active, .btn--tertiary.btn--colour-green.nice-select.open {
    background-color: #00abac;
    color: #fff; }

.btn--tertiary.btn--simple {
  border-radius: 0 !important; }

a.edd_download_file_link,
.btn--quarternary,
.btn--quarternary.btn--colour-primary,
.btn--quarternary.btn--colour-red {
  padding: 0 40px 0 0; }
  a.edd_download_file_link, a.edd_download_file_link:visited, a.edd_download_file_link:hover, a.edd_download_file_link:focus, a.edd_download_file_link:active, a.edd_download_file_link.nice-select.open,
  .btn--quarternary,
  .btn--quarternary:visited,
  .btn--quarternary:hover,
  .btn--quarternary:focus,
  .btn--quarternary:active,
  .btn--quarternary.nice-select.open,
  .btn--quarternary.btn--colour-primary,
  .btn--quarternary.btn--colour-primary:visited,
  .btn--quarternary.btn--colour-primary:hover,
  .btn--quarternary.btn--colour-primary:focus,
  .btn--quarternary.btn--colour-primary:active,
  .btn--quarternary.btn--colour-primary.nice-select.open,
  .btn--quarternary.btn--colour-red,
  .btn--quarternary.btn--colour-red:visited,
  .btn--quarternary.btn--colour-red:hover,
  .btn--quarternary.btn--colour-red:focus,
  .btn--quarternary.btn--colour-red:active,
  .btn--quarternary.btn--colour-red.nice-select.open {
    background-color: transparent;
    color: #dd0821; }
  a.edd_download_file_link .ico,
  a.edd_download_file_link .fa,
  .btn--quarternary .ico,
  .btn--quarternary .fa,
  .btn--quarternary.btn--colour-primary .ico,
  .btn--quarternary.btn--colour-primary .fa,
  .btn--quarternary.btn--colour-red .ico,
  .btn--quarternary.btn--colour-red .fa {
    color: #dd0821; }
  a.edd_download_file_link:after,
  .btn--quarternary:after,
  .btn--quarternary.btn--colour-primary:after,
  .btn--quarternary.btn--colour-red:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    position: absolute;
    font-size: 14px;
    margin-top: 1px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
  a.edd_download_file_link:hover:after, a.edd_download_file_link:focus:after, a.edd_download_file_link:active:after, a.edd_download_file_link.nice-select.open:after,
  .btn--quarternary:hover:after,
  .btn--quarternary:focus:after,
  .btn--quarternary:active:after,
  .btn--quarternary.nice-select.open:after,
  .btn--quarternary.btn--colour-primary:hover:after,
  .btn--quarternary.btn--colour-primary:focus:after,
  .btn--quarternary.btn--colour-primary:active:after,
  .btn--quarternary.btn--colour-primary.nice-select.open:after,
  .btn--quarternary.btn--colour-red:hover:after,
  .btn--quarternary.btn--colour-red:focus:after,
  .btn--quarternary.btn--colour-red:active:after,
  .btn--quarternary.btn--colour-red.nice-select.open:after {
    animation: action-link-chevron-bounce 1s; }

.btn--quarternary.btn--colour-secondary, .btn--quarternary.btn--colour-secondary:visited, .btn--quarternary.btn--colour-secondary:hover, .btn--quarternary.btn--colour-secondary:focus, .btn--quarternary.btn--colour-secondary:active, .btn--quarternary.btn--colour-secondary.nice-select.open,
.btn--quarternary.btn--colour-dark,
.btn--quarternary.btn--colour-dark:visited,
.btn--quarternary.btn--colour-dark:hover,
.btn--quarternary.btn--colour-dark:focus,
.btn--quarternary.btn--colour-dark:active,
.btn--quarternary.btn--colour-dark.nice-select.open,
.btn--quarternary.btn--colour-dark-grey,
.btn--quarternary.btn--colour-dark-grey:visited,
.btn--quarternary.btn--colour-dark-grey:hover,
.btn--quarternary.btn--colour-dark-grey:focus,
.btn--quarternary.btn--colour-dark-grey:active,
.btn--quarternary.btn--colour-dark-grey.nice-select.open {
  color: #2d3941; }

.btn--quarternary.btn--colour-secondary .ico,
.btn--quarternary.btn--colour-secondary .fa,
.btn--quarternary.btn--colour-dark .ico,
.btn--quarternary.btn--colour-dark .fa,
.btn--quarternary.btn--colour-dark-grey .ico,
.btn--quarternary.btn--colour-dark-grey .fa {
  color: #2d3941; }

.btn--quarternary.btn--colour-secondary:before,
.btn--quarternary.btn--colour-dark:before,
.btn--quarternary.btn--colour-dark-grey:before {
  background-color: #2d3941; }

.btn--quarternary.btn--colour-tertiary, .btn--quarternary.btn--colour-tertiary:visited, .btn--quarternary.btn--colour-tertiary:hover, .btn--quarternary.btn--colour-tertiary:focus, .btn--quarternary.btn--colour-tertiary:active, .btn--quarternary.btn--colour-tertiary.nice-select.open,
.btn--quarternary.btn--colour-soft,
.btn--quarternary.btn--colour-soft:visited,
.btn--quarternary.btn--colour-soft:hover,
.btn--quarternary.btn--colour-soft:focus,
.btn--quarternary.btn--colour-soft:active,
.btn--quarternary.btn--colour-soft.nice-select.open,
.btn--quarternary.btn--colour-grey,
.btn--quarternary.btn--colour-grey:visited,
.btn--quarternary.btn--colour-grey:hover,
.btn--quarternary.btn--colour-grey:focus,
.btn--quarternary.btn--colour-grey:active,
.btn--quarternary.btn--colour-grey.nice-select.open {
  color: #717f87; }

.btn--quarternary.btn--colour-tertiary .ico,
.btn--quarternary.btn--colour-tertiary .fa,
.btn--quarternary.btn--colour-soft .ico,
.btn--quarternary.btn--colour-soft .fa,
.btn--quarternary.btn--colour-grey .ico,
.btn--quarternary.btn--colour-grey .fa {
  color: #717f87; }

.btn--quarternary.btn--colour-tertiary:before,
.btn--quarternary.btn--colour-soft:before,
.btn--quarternary.btn--colour-grey:before {
  background-color: #717f87; }

.btn--quarternary.btn--colour-darkest, .btn--quarternary.btn--colour-darkest:visited, .btn--quarternary.btn--colour-darkest:hover, .btn--quarternary.btn--colour-darkest:focus, .btn--quarternary.btn--colour-darkest:active, .btn--quarternary.btn--colour-darkest.nice-select.open,
.btn--quarternary.btn--colour-darkest-grey,
.btn--quarternary.btn--colour-darkest-grey:visited,
.btn--quarternary.btn--colour-darkest-grey:hover,
.btn--quarternary.btn--colour-darkest-grey:focus,
.btn--quarternary.btn--colour-darkest-grey:active,
.btn--quarternary.btn--colour-darkest-grey.nice-select.open {
  color: #20292f; }

.btn--quarternary.btn--colour-darkest .ico,
.btn--quarternary.btn--colour-darkest .fa,
.btn--quarternary.btn--colour-darkest-grey .ico,
.btn--quarternary.btn--colour-darkest-grey .fa {
  color: #20292f; }

.btn--quarternary.btn--colour-darkest:before,
.btn--quarternary.btn--colour-darkest-grey:before {
  background-color: #20292f; }

.btn--quarternary.btn--colour-softest, .btn--quarternary.btn--colour-softest:visited, .btn--quarternary.btn--colour-softest:hover, .btn--quarternary.btn--colour-softest:focus, .btn--quarternary.btn--colour-softest:active, .btn--quarternary.btn--colour-softest.nice-select.open,
.btn--quarternary.btn--colour-light-grey,
.btn--quarternary.btn--colour-light-grey:visited,
.btn--quarternary.btn--colour-light-grey:hover,
.btn--quarternary.btn--colour-light-grey:focus,
.btn--quarternary.btn--colour-light-grey:active,
.btn--quarternary.btn--colour-light-grey.nice-select.open {
  color: #d5d9db; }

.btn--quarternary.btn--colour-softest .ico,
.btn--quarternary.btn--colour-softest .fa,
.btn--quarternary.btn--colour-light-grey .ico,
.btn--quarternary.btn--colour-light-grey .fa {
  color: #d5d9db; }

.btn--quarternary.btn--colour-softest:before,
.btn--quarternary.btn--colour-light-grey:before {
  background-color: #d5d9db; }

.btn--quarternary.btn--colour-light, .btn--quarternary.btn--colour-light:visited, .btn--quarternary.btn--colour-light:hover, .btn--quarternary.btn--colour-light:focus, .btn--quarternary.btn--colour-light:active, .btn--quarternary.btn--colour-light.nice-select.open,
.btn--quarternary.btn--colour-off-white,
.btn--quarternary.btn--colour-off-white:visited,
.btn--quarternary.btn--colour-off-white:hover,
.btn--quarternary.btn--colour-off-white:focus,
.btn--quarternary.btn--colour-off-white:active,
.btn--quarternary.btn--colour-off-white.nice-select.open {
  color: #FAFAFA; }

.btn--quarternary.btn--colour-light .ico,
.btn--quarternary.btn--colour-light .fa,
.btn--quarternary.btn--colour-off-white .ico,
.btn--quarternary.btn--colour-off-white .fa {
  color: #FAFAFA; }

.btn--quarternary.btn--colour-light:before,
.btn--quarternary.btn--colour-off-white:before {
  background-color: #FAFAFA; }

.btn--quarternary.btn--colour-lightest, .btn--quarternary.btn--colour-lightest:visited, .btn--quarternary.btn--colour-lightest:hover, .btn--quarternary.btn--colour-lightest:focus, .btn--quarternary.btn--colour-lightest:active, .btn--quarternary.btn--colour-lightest.nice-select.open,
.btn--quarternary.btn--colour-white,
.btn--quarternary.btn--colour-white:visited,
.btn--quarternary.btn--colour-white:hover,
.btn--quarternary.btn--colour-white:focus,
.btn--quarternary.btn--colour-white:active,
.btn--quarternary.btn--colour-white.nice-select.open {
  color: #fff; }

.btn--quarternary.btn--colour-lightest .ico,
.btn--quarternary.btn--colour-lightest .fa,
.btn--quarternary.btn--colour-white .ico,
.btn--quarternary.btn--colour-white .fa {
  color: #fff; }

.btn--quarternary.btn--colour-lightest:before,
.btn--quarternary.btn--colour-white:before {
  background-color: #fff; }

.btn--quarternary.btn--colour-orange, .btn--quarternary.btn--colour-orange:visited, .btn--quarternary.btn--colour-orange:hover, .btn--quarternary.btn--colour-orange:focus, .btn--quarternary.btn--colour-orange:active, .btn--quarternary.btn--colour-orange.nice-select.open {
  color: #fe6803; }

.btn--quarternary.btn--colour-orange .ico,
.btn--quarternary.btn--colour-orange .fa {
  color: #fe6803; }

.btn--quarternary.btn--colour-orange:before {
  background-color: #fe6803; }

.btn--quarternary.btn--colour-green, .btn--quarternary.btn--colour-green:visited, .btn--quarternary.btn--colour-green:hover, .btn--quarternary.btn--colour-green:focus, .btn--quarternary.btn--colour-green:active, .btn--quarternary.btn--colour-green.nice-select.open {
  color: #00abac; }

.btn--quarternary.btn--colour-green .ico,
.btn--quarternary.btn--colour-green .fa {
  color: #00abac; }

.btn--quarternary.btn--colour-green:before {
  background-color: #00abac; }

.btn--quarternary.btn--small:after {
  font-size: 10px; }

.btn--quarternary.btn--red-arrow:after {
  color: #dd0821 !important; }

.tabbed-select.tabbed-select--floating {
  z-index: 10; }
  .tabbed-select.tabbed-select--floating .tabbed-select__inner {
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%; }

.tabbed-select .nice-select,
.tabbed-select select {
  display: none;
  width: 100%; }

.tabbed-select .nice-select {
  background-color: #dd0821;
  border-color: #dd0821;
  color: #fff;
  font-size: 15px;
  height: 60px;
  line-height: 60px; }
  .tabbed-select .nice-select .list {
    width: 100%; }
    .tabbed-select .nice-select .list li {
      min-height: 45px;
      line-height: 45px; }

.tabbed-select__inner {
  display: inline-block; }

.tabbed-select .nav {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 15px;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tabbed-select .nav li:not(:first-child) {
    border-left: 1px solid #d5d9db; }
  .tabbed-select .nav a {
    background-color: #fff;
    text-align: center;
    padding: 30px 40px; }
    .tabbed-select .nav a, .tabbed-select .nav a:visited {
      color: #2d3941; }
    .tabbed-select .nav a:hover, .tabbed-select .nav a:focus {
      color: #dd0821; }
  .tabbed-select .nav a:active, .tabbed-select .nav a.nice-select.open,
  .tabbed-select .nav li.active a {
    background-color: #dd0821;
    color: #fff; }
  .tabbed-select .nav li.active a {
    pointer-events: none; }
  .tabbed-select .nav li:first-child a {
    border-radius: 3px 0 0 3px; }
  .tabbed-select .nav li:last-child a {
    border-radius: 0 3px 3px 0 0; }

@media all and (max-width: 1180px) {
  .tabbed-select.tabbed-select--floating {
    left: 20px;
    max-width: calc(100% - 40px); }
  .tabbed-select .nav {
    font-size: 15px; }
    .tabbed-select .nav a {
      padding: 20px 30px; } }

@media only screen and (max-width: 859px) {
  .tabbed-select .nav {
    display: none; }
  .tabbed-select .nice-select {
    display: block; }
  .tabbed-select__inner {
    width: calc(100% - 40px); } }

@media only screen and (max-width: 679px) {
  .tabbed-select.tabbed-select--floating {
    left: 12px;
    max-width: calc(100% - 24px); }
  .tabbed-select .nav {
    font-size: 14px; }
    .tabbed-select .nav a {
      padding: 15px 20px; } }

.tabbed-checkboxes.tabbed-checkboxes--floating {
  z-index: 10; }
  .tabbed-checkboxes.tabbed-checkboxes--floating .tabbed-checkboxes__inner,
  .tabbed-checkboxes.tabbed-checkboxes--floating .tabbed-select__inner {
    transform: translateY(-50%);
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%; }

.tabbed-checkboxes .nice-select,
.tabbed-checkboxes select {
  display: none;
  width: 100%; }

.tabbed-checkboxes .nice-select {
  background-color: #dd0821;
  border-color: #dd0821;
  color: #fff;
  font-size: 15px;
  height: 60px;
  line-height: 60px; }
  .tabbed-checkboxes .nice-select .list {
    width: 100%; }
    .tabbed-checkboxes .nice-select .list li {
      min-height: 45px;
      line-height: 45px; }

.tabbed-checkboxes input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.tabbed-checkboxes label {
  background-color: #dd0821;
  border-color: #dd0821;
  color: #fff;
  font-size: 15px;
  height: 60px;
  line-height: 60px; }

.tabbed-checkboxes__inner {
  display: inline-block; }

.tabbed-checkboxes .nav {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  font-size: 15px;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tabbed-checkboxes .nav li {
    height: 78px; }
  .tabbed-checkboxes .nav li:not(:first-child) {
    border-left: 1px solid #d5d9db; }
  .tabbed-checkboxes .nav label {
    background-color: #fff;
    text-align: center;
    padding: 30px 40px;
    color: #2d3941;
    position: relative;
    top: 9px;
    transition: all 0.4s; }
    .tabbed-checkboxes .nav label:hover, .tabbed-checkboxes .nav label:focus {
      color: #dd0821; }
  .tabbed-checkboxes .nav input:checked + label,
  .tabbed-checkboxes .nav li.active label {
    background-color: #dd0821;
    color: #fff; }
  .tabbed-checkboxes .nav li:first-child label {
    border-radius: 3px 0 0 3px; }
  .tabbed-checkboxes .nav li:last-child label {
    border-radius: 0 3px 3px 0 0; }

@media all and (max-width: 1180px) {
  .tabbed-checkboxes.tabbed-checkboxes--floating {
    left: 20px;
    max-width: calc(100% - 40px); }
  .tabbed-checkboxes .nav {
    font-size: 15px; }
    .tabbed-checkboxes .nav label {
      padding: 20px 30px; } }

@media only screen and (max-width: 859px) {
  .tabbed-checkboxes .nav {
    display: none; }
  .tabbed-checkboxes .nice-select {
    display: block; }
  .tabbed-checkboxes .tabbed-select__inner,
  .tabbed-checkboxes .tabbed-checkboxes__inner {
    width: calc(100% - 40px); } }

@media only screen and (max-width: 679px) {
  .tabbed-checkboxes.tabbed-checkboxes--floating {
    left: 12px;
    max-width: calc(100% - 24px); }
  .tabbed-checkboxes .nav {
    font-size: 14px; }
    .tabbed-checkboxes .nav label {
      padding: 15px 20px; } }

.customSelect {
  display: block;
  max-width: 100%;
  width: 100% !important;
  background: #fff;
  border: 1px solid #d5d9db;
  color: #20292f;
  padding: 12px 15px 8px;
  height: 50px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  transition: all ease-in-out 0.4s;
  cursor: default;
  border-radius: 3px;
  box-shadow: none;
  -webkit-appearance: none; }
  .customSelect:focus {
    outline: none;
    border-color: #717f87;
    box-shadow: none; }
  .customSelect.changed {
    background-color: #fff; }

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */ }

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */
  outline: none;
  border-color: #717f87;
  box-shadow: none; }

.customSelect.customSelectDisabledOption {
  /* Styles for when the selected item is a disabled one */ }

.customSelect.customSelectDisabled {
  /* Styles for when the select box itself is disabled */ }

.customSelectInner {
  background-image: none;
  padding-right: 30px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  pointer-events: none; }
  .customSelectInner:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    content: "";
    color: #717f87;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }

/* iCheck plugin Minimal skin, black
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  background: url("../images/icheck.png?v=1") no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_minimal {
  background-position: 0 0; }

.icheckbox_minimal.hover {
  background-position: -27px 0; }

.icheckbox_minimal.checked {
  background-position: -54px 0; }

.icheckbox_minimal.disabled {
  opacity: 0.5;
  cursor: default; }

.iradio_minimal {
  background-position: -81px 0; }

.iradio_minimal.hover {
  background-position: -108px 0; }

.iradio_minimal.checked {
  background-position: -135px 0; }

.iradio_minimal.disabled {
  opacity: 0.5;
  cursor: default; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_minimal,
  .iradio_minimal {
    background-image: url("../images/icheck@2x.png");
    background-size: 160px 25px; } }

.nice-select .list {
  margin-left: 0; }

.gfield_label,
.gpoll_field_label {
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #2d3941; }

.gform_title {
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #2d3941;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.12; }

::-webkit-input-placeholder {
  color: #717f87;
  font-size: 13px;
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

::-moz-placeholder {
  color: #717f87;
  font-size: 13px;
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

:-ms-input-placeholder {
  color: #717f87;
  font-size: 13px;
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

input:-moz-placeholder {
  color: #717f87;
  font-size: 13px;
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

.gform_fields textarea,
.gform_fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

ul.gfield_radio li,
ul.gfield_radio label,
ul.gfield_checkbox li,
ul.gfield_checkbox label {
  color: #2d3941;
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

ul.gfield_radio label, ul.gfield_checkbox label {
  padding-left: 20px;
  margin-top: 2px; }

.header {
  position: fixed;
  width: 1300px;
  max-width: calc(100% - 40px);
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  perspective: 900px; }
  .header .nav-search {
    position: relative; }
  .header .nav-search__form {
    position: absolute;
    width: 400px;
    z-index: 10;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s; }
    .header .nav-search__form input {
      display: block;
      max-width: 100%;
      width: 100%;
      background: #fff;
      border: 1px solid #d5d9db;
      color: #20292f;
      padding: 8px 15px;
      height: 50px;
      vertical-align: middle;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.8;
      transition: all ease-in-out 0.4s;
      cursor: default;
      border-radius: 3px;
      box-shadow: none;
      -webkit-appearance: none;
      font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      background-color: #FAFAFA;
      border-color: #d5d9db;
      color: #717f87;
      height: 50px;
      padding-right: 50px;
      padding-left: 20px; }
      .header .nav-search__form input.placeholder {
        color: #717f87; }
      .header .nav-search__form input:focus {
        outline: none;
        border-color: #717f87;
        box-shadow: none; }
      .header .nav-search__form input:hover {
        cursor: text; }
    .header .nav-search__form button {
      position: absolute;
      top: 0;
      right: 1px;
      color: #717f87;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 0 3px 3px 0;
      transition: all 0.4s; }
      .header .nav-search__form button .ico {
        font-size: 17px; }
      .header .nav-search__form button:hover, .header .nav-search__form button:active, .header .nav-search__form button.nice-select.open, .header .nav-search__form button:focus {
        background-color: #dd0821;
        color: #fff; }

html.has-links-bar .header {
  top: 70px; }

.header__logo {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0 30px 0;
  padding: 0 20px 0 40px;
  border-right: 1px solid #d5d9db;
  transition: all 0.4s; }
  .header__logo .ico {
    color: #dd0821;
    font-size: 30px;
    transition: all 0.4s; }

.header__mobile {
  display: none; }
  .header__mobile > .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding-right: 20px; }
    .header__mobile > .nav a, .header__mobile > .nav .btn {
      color: #717f87; }
      .header__mobile > .nav a:hover, .header__mobile > .nav .btn:hover {
        color: #dd0821; }
    .header__mobile > .nav li.nav-search-mobile {
      -ms-flex: 1;
      flex: 1;
      margin-right: 20px; }
      .header__mobile > .nav li.nav-search-mobile .ico {
        font-size: 17px; }
    .header__mobile > .nav li.nav-test-centres-mobile {
      margin-right: 20px; }
      .header__mobile > .nav li.nav-test-centres-mobile .ico {
        font-size: 24px; }
    .header__mobile > .nav li.nav-mobile-menu {
      margin-right: 0; }
      .header__mobile > .nav li.nav-mobile-menu a, .header__mobile > .nav li.nav-mobile-menu .btn {
        color: #dd0821; }
      .header__mobile > .nav li.nav-mobile-menu .ico {
        font-size: 12px; }

.header-bar {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }

.nav-test-centres__form {
  position: relative;
  margin-bottom: 48px; }
  .nav-test-centres__form input {
    display: block;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #d5d9db;
    color: #20292f;
    padding: 8px 15px;
    height: 50px;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
    transition: all ease-in-out 0.4s;
    cursor: default;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: #2d3941;
    border-color: #2d3941;
    color: #fff;
    padding-right: 50px; }
    .nav-test-centres__form input.placeholder {
      color: #717f87; }
    .nav-test-centres__form input:focus {
      outline: none;
      border-color: #717f87;
      box-shadow: none; }
    .nav-test-centres__form input:hover {
      cursor: text; }
  .nav-test-centres__form button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    transition: all 0.4s; }
    .nav-test-centres__form button .ico {
      font-size: 18px; }
    .nav-test-centres__form button:hover, .nav-test-centres__form button:active, .nav-test-centres__form button.nice-select.open, .nav-test-centres__form button:focus {
      background-color: #dd0821; }

html.search-open .nav-search__form {
  pointer-events: all;
  opacity: 1; }

body.page-template-no-masthead .header,
body.page-template-edd .header,
body.page-template-cart .header,
html.scrolled .header {
  width: 100%;
  max-width: 100%;
  top: 0;
  border-radius: 0; }

html.has-links-bar body.page-template-no-masthead .header,
html.has-links-bar body.page-template-edd .header,
html.has-links-bar body.page-template-cart .header {
  top: 50px; }

html.has-links-bar.scrolled .header {
  top: 50px !important; }

@media only screen and (min-width: 860px) {
  body.page-template-no-masthead .header,
  body.page-template-edd .header,
  body.page-template-cart .header,
  html.scrolled .header {
    background-color: #2d3941;
    box-shadow: 0 10px 20px 0 transparent; }
    body.page-template-no-masthead .header .nav-search__form input,
    body.page-template-edd .header .nav-search__form input,
    body.page-template-cart .header .nav-search__form input,
    html.scrolled .header .nav-search__form input {
      background-color: #20292f;
      border-color: #20292f;
      color: #fff; }
    body.page-template-no-masthead .header .nav-search__form button,
    body.page-template-edd .header .nav-search__form button,
    body.page-template-cart .header .nav-search__form button,
    html.scrolled .header .nav-search__form button {
      color: #fff; }
  body.page-template-no-masthead .header__logo,
  body.page-template-edd .header__logo,
  body.page-template-cart .header__logo,
  html.scrolled .header__logo {
    border-right-color: rgba(250, 250, 250, 0); }
    body.page-template-no-masthead .header__logo .ico,
    body.page-template-edd .header__logo .ico,
    body.page-template-cart .header__logo .ico,
    html.scrolled .header__logo .ico {
      color: #fff; } }

@media all and (min-width: 860px) and (max-width: 1320px) {
  .header__logo {
    padding-left: 20px; } }

@media all and (min-width: 860px) and (max-width: 1200px) {
  .header__logo {
    padding-right: 15px; } }

@media only screen and (max-width: 859px) {
  .header__logo {
    margin: 25px 0 25px 0;
    padding: 0 20px 0 25px; }
    .header__logo .ico {
      font-size: 25px; }
  .header__mobile {
    display: block; } }

@media only screen and (max-width: 679px) {
  .header {
    top: 0;
    max-width: 100%;
    border-radius: 0; }
  .header__logo {
    border-right: none; }
  .header__mobile {
    -ms-flex: 1;
    flex: 1; }
    .header__mobile > .nav li.nav-search-mobile {
      margin-right: auto; }
  html.has-links-bar .header {
    top: 50px; } }

.header__menu {
  display: inline-block;
  -ms-flex: 1;
  flex: 1; }

.header__menu nav,
.header__menu nav > .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }

.header__menu nav > .nav a {
  color: #717f87;
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 15px; }
  .header__menu nav > .nav a.hover, .header__menu nav > .nav a:hover, .header__menu nav > .nav a:active, .header__menu nav > .nav a.nice-select.open, .header__menu nav > .nav a:focus {
    color: #dd0821; }
    .header__menu nav > .nav a.hover:after, .header__menu nav > .nav a:hover:after, .header__menu nav > .nav a:active:after, .header__menu nav > .nav a.nice-select.open:after, .header__menu nav > .nav a:focus:after {
      color: #dd0821; }

.header__menu nav > .nav > li {
  margin-left: 20px; }

.header__menu nav > .nav > li[class*="nth-child-"] {
  transition: opacity 0.4s, transform 0.4s; }
  .header__menu nav > .nav > li[class*="nth-child-"].nth-child-1 {
    transition-delay: 0s; }
  .header__menu nav > .nav > li[class*="nth-child-"].nth-child-2 {
    transition-delay: 0.05s; }
  .header__menu nav > .nav > li[class*="nth-child-"].nth-child-3 {
    transition-delay: 0.1s; }
  .header__menu nav > .nav > li[class*="nth-child-"].nth-child-4 {
    transition-delay: 0.15s; }
  .header__menu nav > .nav > li[class*="nth-child-"].nth-child-5 {
    transition-delay: 0.2s; }
  .header__menu nav > .nav > li[class*="nth-child-"].nth-child-6 {
    transition-delay: 0.25s; }
  .header__menu nav > .nav > li[class*="nth-child-"].nth-child-7 {
    transition-delay: 0.3s; }

.header__menu nav > .nav > li.menu-item-has-children > a:not(.btn) {
  position: relative;
  display: inline-block; }
  .header__menu nav > .nav > li.menu-item-has-children > a:not(.btn):after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #C0C6CA;
    font-size: 6px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    transition: color 0.4s;
    top: -2px; }
  .header__menu nav > .nav > li.menu-item-has-children > a:not(.btn).hover:after, .header__menu nav > .nav > li.menu-item-has-children > a:not(.btn):hover:after, .header__menu nav > .nav > li.menu-item-has-children > a:not(.btn):active:after, .header__menu nav > .nav > li.menu-item-has-children > a.nice-select.open:not(.btn):after, .header__menu nav > .nav > li.menu-item-has-children > a:not(.btn):focus:after {
    color: #dd0821; }

.header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) {
  position: relative; }
  .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav {
    position: absolute;
    display: block;
    width: 330px;
    background-color: #2d3941;
    top: calc(100% + 43px);
    left: -48px;
    padding: 48px;
    border-radius: 3px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: opacity, transform;
    transform: translateY(40px) rotateX(-40deg) scale(0.9); }
    .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav li, .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav a {
      display: block; }
    .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav li:not(:last-child) {
      margin-bottom: 12px; }
    .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav a {
      color: #C0C6CA;
      font-size: 15px; }
      .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav a:hover, .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav a:active, .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav a.nice-select.open, .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav a:focus {
        color: #dd0821; }
    .header__menu nav > .nav > li.menu-item-has-children:not(.nav-mega) > .nav.active {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0) rotateX(0) scale(1); }

.header__menu nav > .nav > li.nav-cart .ico {
  font-size: 17px;
  margin-right: 6px; }

.header__menu nav > .nav > li.nav-cart > * {
  display: inline-block;
  vertical-align: middle; }

.header__menu nav > .nav > li.nav-cart.nav-cart--empty > a {
  color: #717f87; }

.header__menu nav > .nav > li.nav-cart:not(.nav-cart--empty) > a {
  color: #dd0821; }

.header__menu nav > .nav > li.nav-search > .btn--search {
  border: 1px solid #E5EBEF;
  width: 50px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 50px; }
  .header__menu nav > .nav > li.nav-search > .btn--search .ico {
    font-size: 17px; }
  .header__menu nav > .nav > li.nav-search > .btn--search:hover {
    background-color: #fff;
    border-color: #E5EBEF; }
    .header__menu nav > .nav > li.nav-search > .btn--search:hover .ico {
      color: #dd0821; }

.header__menu nav > .nav .nav,
.header__menu nav > .nav .nav-block__content {
  display: none; }

.header__menu nav > .nav#menu-main-menu-primary-links > li > a {
  color: #2d3941; }
  .header__menu nav > .nav#menu-main-menu-primary-links > li > a:after {
    color: #dd0821 !important; }
  .header__menu nav > .nav#menu-main-menu-primary-links > li > a.hover, .header__menu nav > .nav#menu-main-menu-primary-links > li > a:hover, .header__menu nav > .nav#menu-main-menu-primary-links > li > a:active, .header__menu nav > .nav#menu-main-menu-primary-links > li > a.nice-select.open, .header__menu nav > .nav#menu-main-menu-primary-links > li > a:focus {
    color: #dd0821; }

.header__menu nav > .nav#menu-main-menu-secondary-links {
  -ms-flex: 1;
  flex: 1; }

.header__menu nav > .nav#menu-test-centres-menu {
  margin-left: auto; }
  .header__menu nav > .nav#menu-test-centres-menu > li > a {
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    border: none;
    height: 90px;
    border-radius: 0 3px 3px 0;
    line-height: 90px;
    padding: 0 48px;
    background: linear-gradient(135deg, #dd0821 0%, #dd0821 30%, #fe6803 100%);
    color: #fff;
    position: relative;
    display: inline-block;
    transition: all 0.4s; }
    .header__menu nav > .nav#menu-test-centres-menu > li > a .ico {
      font-size: 8px;
      margin-left: 10px; }
    .header__menu nav > .nav#menu-test-centres-menu > li > a > * {
      display: inline-block;
      position: relative;
      z-index: 3; }
    .header__menu nav > .nav#menu-test-centres-menu > li > a:before, .header__menu nav > .nav#menu-test-centres-menu > li > a:after {
      border-radius: 0 3px 3px 0;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      transition: all 0.4s;
      opacity: 1; }
    .header__menu nav > .nav#menu-test-centres-menu > li > a:before {
      background: linear-gradient(135deg, #dd0821 0%, #dd0821 30%, #fe6803 100%);
      z-index: 2; }
    .header__menu nav > .nav#menu-test-centres-menu > li > a:after {
      background-color: #dd0821;
      z-index: 1; }
    .header__menu nav > .nav#menu-test-centres-menu > li > a.hover:before, .header__menu nav > .nav#menu-test-centres-menu > li > a:hover:before {
      opacity: 0; }

html.search-open .header__menu nav > .nav > li[class*="nth-child-"] {
  pointer-events: none;
  opacity: 0;
  transform: translateX(-20px); }
  html.search-open .header__menu nav > .nav > li[class*="nth-child-"].nth-child-1 {
    transition-delay: 0.2s; }
  html.search-open .header__menu nav > .nav > li[class*="nth-child-"].nth-child-2 {
    transition-delay: 0.15s; }
  html.search-open .header__menu nav > .nav > li[class*="nth-child-"].nth-child-3 {
    transition-delay: 0.1s; }
  html.search-open .header__menu nav > .nav > li[class*="nth-child-"].nth-child-4 {
    transition-delay: 0.05s; }
  html.search-open .header__menu nav > .nav > li[class*="nth-child-"].nth-child-5, html.search-open .header__menu nav > .nav > li[class*="nth-child-"].nth-child-6, html.search-open .header__menu nav > .nav > li[class*="nth-child-"].nth-child-7 {
    transition-delay: 0s; }

@media only screen and (min-width: 860px) {
  body.page-template-no-masthead .header__menu nav > .nav a.hover, body.page-template-no-masthead .header__menu nav > .nav a:hover, body.page-template-no-masthead .header__menu nav > .nav a:active, body.page-template-no-masthead .header__menu nav > .nav a.nice-select.open, body.page-template-no-masthead .header__menu nav > .nav a:focus,
  body.page-template-edd .header__menu nav > .nav a.hover,
  body.page-template-edd .header__menu nav > .nav a:hover,
  body.page-template-edd .header__menu nav > .nav a:active,
  body.page-template-edd .header__menu nav > .nav a.nice-select.open,
  body.page-template-edd .header__menu nav > .nav a:focus,
  body.page-template-cart .header__menu nav > .nav a.hover,
  body.page-template-cart .header__menu nav > .nav a:hover,
  body.page-template-cart .header__menu nav > .nav a:active,
  body.page-template-cart .header__menu nav > .nav a.nice-select.open,
  body.page-template-cart .header__menu nav > .nav a:focus,
  html.scrolled .header__menu nav > .nav a.hover,
  html.scrolled .header__menu nav > .nav a:hover,
  html.scrolled .header__menu nav > .nav a:active,
  html.scrolled .header__menu nav > .nav a.nice-select.open,
  html.scrolled .header__menu nav > .nav a:focus {
    color: #dd0821; }
    body.page-template-no-masthead .header__menu nav > .nav a.hover:after, body.page-template-no-masthead .header__menu nav > .nav a:hover:after, body.page-template-no-masthead .header__menu nav > .nav a:active:after, body.page-template-no-masthead .header__menu nav > .nav a.nice-select.open:after, body.page-template-no-masthead .header__menu nav > .nav a:focus:after,
    body.page-template-edd .header__menu nav > .nav a.hover:after,
    body.page-template-edd .header__menu nav > .nav a:hover:after,
    body.page-template-edd .header__menu nav > .nav a:active:after,
    body.page-template-edd .header__menu nav > .nav a.nice-select.open:after,
    body.page-template-edd .header__menu nav > .nav a:focus:after,
    body.page-template-cart .header__menu nav > .nav a.hover:after,
    body.page-template-cart .header__menu nav > .nav a:hover:after,
    body.page-template-cart .header__menu nav > .nav a:active:after,
    body.page-template-cart .header__menu nav > .nav a.nice-select.open:after,
    body.page-template-cart .header__menu nav > .nav a:focus:after,
    html.scrolled .header__menu nav > .nav a.hover:after,
    html.scrolled .header__menu nav > .nav a:hover:after,
    html.scrolled .header__menu nav > .nav a:active:after,
    html.scrolled .header__menu nav > .nav a.nice-select.open:after,
    html.scrolled .header__menu nav > .nav a:focus:after {
      color: #dd0821 !important; }
  body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search, body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search.hover, body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search:visited, body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search:focus,
  body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search,
  body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search.hover,
  body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search:visited,
  body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search:focus,
  body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search,
  body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search.hover,
  body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search:visited,
  body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search:focus,
  html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search,
  html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search.hover,
  html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search:visited,
  html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search:focus {
    border-color: #212a30;
    background-color: #212a30; }
    body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search .ico, body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search.hover .ico, body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search:visited .ico, body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search:focus .ico,
    body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search .ico,
    body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search.hover .ico,
    body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search:visited .ico,
    body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search:focus .ico,
    body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search .ico,
    body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search.hover .ico,
    body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search:visited .ico,
    body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search:focus .ico,
    html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search .ico,
    html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search.hover .ico,
    html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search:visited .ico,
    html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search:focus .ico {
      color: #717f87;
      transition: color 0.4s; }
  body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search:hover,
  body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search:hover,
  body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search:hover,
  html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search:hover {
    border-color: #212a30;
    background-color: #212a30; }
    body.page-template-no-masthead .header__menu nav > .nav > li.nav-search > .btn--search:hover .ico,
    body.page-template-edd .header__menu nav > .nav > li.nav-search > .btn--search:hover .ico,
    body.page-template-cart .header__menu nav > .nav > li.nav-search > .btn--search:hover .ico,
    html.scrolled .header__menu nav > .nav > li.nav-search > .btn--search:hover .ico {
      color: #dd0821; }
  body.page-template-no-masthead .header__menu nav > .nav > li.nav-cart.nav-cart--empty > a,
  body.page-template-edd .header__menu nav > .nav > li.nav-cart.nav-cart--empty > a,
  body.page-template-cart .header__menu nav > .nav > li.nav-cart.nav-cart--empty > a,
  html.scrolled .header__menu nav > .nav > li.nav-cart.nav-cart--empty > a {
    color: #717f87; }
  body.page-template-no-masthead .header__menu nav > .nav > li.nav-cart:not(.nav-cart--empty) > a,
  body.page-template-edd .header__menu nav > .nav > li.nav-cart:not(.nav-cart--empty) > a,
  body.page-template-cart .header__menu nav > .nav > li.nav-cart:not(.nav-cart--empty) > a,
  html.scrolled .header__menu nav > .nav > li.nav-cart:not(.nav-cart--empty) > a {
    color: #fff; }
  body.page-template-no-masthead .header__menu nav > .nav#menu-main-menu-primary-links > li > a,
  body.page-template-edd .header__menu nav > .nav#menu-main-menu-primary-links > li > a,
  body.page-template-cart .header__menu nav > .nav#menu-main-menu-primary-links > li > a,
  html.scrolled .header__menu nav > .nav#menu-main-menu-primary-links > li > a {
    color: #fff; }
    body.page-template-no-masthead .header__menu nav > .nav#menu-main-menu-primary-links > li > a:after,
    body.page-template-edd .header__menu nav > .nav#menu-main-menu-primary-links > li > a:after,
    body.page-template-cart .header__menu nav > .nav#menu-main-menu-primary-links > li > a:after,
    html.scrolled .header__menu nav > .nav#menu-main-menu-primary-links > li > a:after {
      color: #dd0821; }
    body.page-template-no-masthead .header__menu nav > .nav#menu-main-menu-primary-links > li > a.hover, body.page-template-no-masthead .header__menu nav > .nav#menu-main-menu-primary-links > li > a:hover, body.page-template-no-masthead .header__menu nav > .nav#menu-main-menu-primary-links > li > a:active, body.page-template-no-masthead .header__menu nav > .nav#menu-main-menu-primary-links > li > a.nice-select.open, body.page-template-no-masthead .header__menu nav > .nav#menu-main-menu-primary-links > li > a:focus,
    body.page-template-edd .header__menu nav > .nav#menu-main-menu-primary-links > li > a.hover,
    body.page-template-edd .header__menu nav > .nav#menu-main-menu-primary-links > li > a:hover,
    body.page-template-edd .header__menu nav > .nav#menu-main-menu-primary-links > li > a:active,
    body.page-template-edd .header__menu nav > .nav#menu-main-menu-primary-links > li > a.nice-select.open,
    body.page-template-edd .header__menu nav > .nav#menu-main-menu-primary-links > li > a:focus,
    body.page-template-cart .header__menu nav > .nav#menu-main-menu-primary-links > li > a.hover,
    body.page-template-cart .header__menu nav > .nav#menu-main-menu-primary-links > li > a:hover,
    body.page-template-cart .header__menu nav > .nav#menu-main-menu-primary-links > li > a:active,
    body.page-template-cart .header__menu nav > .nav#menu-main-menu-primary-links > li > a.nice-select.open,
    body.page-template-cart .header__menu nav > .nav#menu-main-menu-primary-links > li > a:focus,
    html.scrolled .header__menu nav > .nav#menu-main-menu-primary-links > li > a.hover,
    html.scrolled .header__menu nav > .nav#menu-main-menu-primary-links > li > a:hover,
    html.scrolled .header__menu nav > .nav#menu-main-menu-primary-links > li > a:active,
    html.scrolled .header__menu nav > .nav#menu-main-menu-primary-links > li > a.nice-select.open,
    html.scrolled .header__menu nav > .nav#menu-main-menu-primary-links > li > a:focus {
      color: #dd0821; }
  body.page-template-no-masthead .header__menu nav > .nav#menu-main-menu-secondary-links > li.menu-item-has-children > a:after,
  body.page-template-edd .header__menu nav > .nav#menu-main-menu-secondary-links > li.menu-item-has-children > a:after,
  body.page-template-cart .header__menu nav > .nav#menu-main-menu-secondary-links > li.menu-item-has-children > a:after,
  html.scrolled .header__menu nav > .nav#menu-main-menu-secondary-links > li.menu-item-has-children > a:after {
    color: #717f87; }
  body.page-template-no-masthead .header__menu nav > .nav#menu-test-centres-menu > li > .btn,
  body.page-template-edd .header__menu nav > .nav#menu-test-centres-menu > li > .btn,
  body.page-template-cart .header__menu nav > .nav#menu-test-centres-menu > li > .btn,
  html.scrolled .header__menu nav > .nav#menu-test-centres-menu > li > .btn {
    height: 50px;
    padding: 0 25px;
    background: #2d3941;
    line-height: 50px;
    border-radius: 3px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
    body.page-template-no-masthead .header__menu nav > .nav#menu-test-centres-menu > li > .btn.hover, body.page-template-no-masthead .header__menu nav > .nav#menu-test-centres-menu > li > .btn:hover, body.page-template-no-masthead .header__menu nav > .nav#menu-test-centres-menu > li > .btn:focus, body.page-template-no-masthead .header__menu nav > .nav#menu-test-centres-menu > li > .btn:active, body.page-template-no-masthead .header__menu nav > .nav#menu-test-centres-menu > li > .btn.nice-select.open,
    body.page-template-edd .header__menu nav > .nav#menu-test-centres-menu > li > .btn.hover,
    body.page-template-edd .header__menu nav > .nav#menu-test-centres-menu > li > .btn:hover,
    body.page-template-edd .header__menu nav > .nav#menu-test-centres-menu > li > .btn:focus,
    body.page-template-edd .header__menu nav > .nav#menu-test-centres-menu > li > .btn:active,
    body.page-template-edd .header__menu nav > .nav#menu-test-centres-menu > li > .btn.nice-select.open,
    body.page-template-cart .header__menu nav > .nav#menu-test-centres-menu > li > .btn.hover,
    body.page-template-cart .header__menu nav > .nav#menu-test-centres-menu > li > .btn:hover,
    body.page-template-cart .header__menu nav > .nav#menu-test-centres-menu > li > .btn:focus,
    body.page-template-cart .header__menu nav > .nav#menu-test-centres-menu > li > .btn:active,
    body.page-template-cart .header__menu nav > .nav#menu-test-centres-menu > li > .btn.nice-select.open,
    html.scrolled .header__menu nav > .nav#menu-test-centres-menu > li > .btn.hover,
    html.scrolled .header__menu nav > .nav#menu-test-centres-menu > li > .btn:hover,
    html.scrolled .header__menu nav > .nav#menu-test-centres-menu > li > .btn:focus,
    html.scrolled .header__menu nav > .nav#menu-test-centres-menu > li > .btn:active,
    html.scrolled .header__menu nav > .nav#menu-test-centres-menu > li > .btn.nice-select.open {
      background-color: #212a30;
      color: #fff; }
    body.page-template-no-masthead .header__menu nav > .nav#menu-test-centres-menu > li > .btn:before, body.page-template-no-masthead .header__menu nav > .nav#menu-test-centres-menu > li > .btn:after,
    body.page-template-edd .header__menu nav > .nav#menu-test-centres-menu > li > .btn:before,
    body.page-template-edd .header__menu nav > .nav#menu-test-centres-menu > li > .btn:after,
    body.page-template-cart .header__menu nav > .nav#menu-test-centres-menu > li > .btn:before,
    body.page-template-cart .header__menu nav > .nav#menu-test-centres-menu > li > .btn:after,
    html.scrolled .header__menu nav > .nav#menu-test-centres-menu > li > .btn:before,
    html.scrolled .header__menu nav > .nav#menu-test-centres-menu > li > .btn:after {
      border-radius: 0;
      opacity: 0; } }

@media all and (min-width: 680px) and (max-width: 1320px) {
  .header__menu nav > .nav a {
    font-size: 14px; }
  .header__menu nav > .nav#menu-test-centres-menu > li > .btn {
    padding-left: 20px;
    padding-right: 20px; } }

@media all and (min-width: 680px) and (max-width: 1200px) {
  .header__menu nav > .nav a {
    font-size: 13px; }
  .header__menu nav > .nav > li {
    margin-left: 15px; }
  .header__menu nav > .nav > li.nav-cart {
    margin-right: 15px; }
  .header__menu nav > .nav > li.nav-search {
    margin-right: 15px; } }

@media all and (min-width: 680px) and (max-width: 1120px) {
  .header__menu nav > .nav > li.nav-can-hide {
    display: none; } }

@media all and (min-width: 680px) and (max-width: 860px) {
  .header__menu nav > .nav#menu-test-centres-menu,
  .header__menu nav > .nav#menu-main-menu-action-links {
    display: none; } }

@media only screen and (max-width: 679px) {
  .header__menu {
    display: none; } }

.mega-dropdown {
  transform: translateY(40px) translateX(-50%) rotateX(-40deg) scale(0.9);
  background: #2d3941;
  position: absolute;
  min-height: 370px;
  width: 1300px;
  max-width: 100%;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 99;
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.4s, transform 0.4s;
  opacity: 0;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform-style: preserve-3d;
  backface-visibility: hidden; }
  .mega-dropdown .mega-dropdown__content {
    width: 55%; }
  .mega-dropdown .mega-dropdown__links {
    width: 45%; }
  .mega-dropdown.mega-dropdown--search .mega-dropdown__close {
    display: inline-block; }
  .mega-dropdown.mega-dropdown--search .mega-dropdown__links > .nav > li:not(:last-child) {
    padding-right: 48px;
    border-right: none !important;
    height: 100%; }
  .mega-dropdown.mega-dropdown--content-left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .mega-dropdown.mega-dropdown--no-content .mega-dropdown__links {
    width: 100%; }
  .mega-dropdown.mega-dropdown--no-content .mega-dropdown__content {
    display: none; }
  .mega-dropdown.mega-dropdown--2-cols .mega-dropdown__links > .nav > li {
    width: 50%; }
  .mega-dropdown.mega-dropdown--3-cols:not(.mega-dropdown--no-content) .mega-dropdown__content {
    width: 33.333%; }
    .mega-dropdown.mega-dropdown--3-cols:not(.mega-dropdown--no-content) .mega-dropdown__content .block__media {
      display: none; }
    .mega-dropdown.mega-dropdown--3-cols:not(.mega-dropdown--no-content) .mega-dropdown__content .block__content {
      width: 100%; }
  .mega-dropdown.mega-dropdown--3-cols:not(.mega-dropdown--no-content) .mega-dropdown__links {
    width: 66.666%; }
  .mega-dropdown.mega-dropdown--3-cols .mega-dropdown__links > .nav > li {
    width: 33.333%; }
  .mega-dropdown.mega-dropdown--4-cols:not(.mega-dropdown--no-content) .mega-dropdown__content {
    display: none; }
  .mega-dropdown.mega-dropdown--4-cols .mega-dropdown__links > .nav > li {
    width: 25%; }
  .mega-dropdown.mega-dropdown--2-cols .mega-dropdown__links > .nav > li:not(:last-child), .mega-dropdown.mega-dropdown--3-cols .mega-dropdown__links > .nav > li:not(:last-child), .mega-dropdown.mega-dropdown--4-cols .mega-dropdown__links > .nav > li:not(:last-child) {
    padding-right: 48px;
    border-right: 1px solid rgba(229, 235, 239, 0.2);
    height: 100%; }
  .mega-dropdown.mega-dropdown--2-cols .mega-dropdown__links > .nav > li:not(:first-child), .mega-dropdown.mega-dropdown--3-cols .mega-dropdown__links > .nav > li:not(:first-child), .mega-dropdown.mega-dropdown--4-cols .mega-dropdown__links > .nav > li:not(:first-child) {
    padding-left: 48px; }
  .mega-dropdown.mega-dropdown--2-cols .mega-dropdown__links > .nav > li:last-child, .mega-dropdown.mega-dropdown--3-cols .mega-dropdown__links > .nav > li:last-child, .mega-dropdown.mega-dropdown--4-cols .mega-dropdown__links > .nav > li:last-child {
    padding-right: 20px; }
  .mega-dropdown.mega-dropdown--2-cols .mega-dropdown__links > .nav > li > .nav > li.nav-title, .mega-dropdown.mega-dropdown--3-cols .mega-dropdown__links > .nav > li > .nav > li.nav-title, .mega-dropdown.mega-dropdown--4-cols .mega-dropdown__links > .nav > li > .nav > li.nav-title {
    margin-top: 12px;
    border-top: 1px solid rgba(229, 235, 239, 0.2);
    padding-top: 20px; }
  .mega-dropdown.active {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0) translateX(-50%) rotateX(0) scale(1); }

.mega-dropdown__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  transition: color 0.4s;
  display: none; }
  .mega-dropdown__close:hover {
    color: #dd0821; }

.mega-dropdown__links,
.mega-dropdown__content .block__content {
  padding: 60px 40px 70px 60px; }

.mega-dropdown__links {
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  height: 100%; }
  .mega-dropdown__links > .nav {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .mega-dropdown__links .nav li > a {
    margin-bottom: 12px; }
  .mega-dropdown__links .nav li.nav-title > a {
    color: #fff;
    margin-bottom: 20px; }
  .mega-dropdown__links .nav li.hide-label > a {
    visibility: hidden;
    pointer-events: none; }
  .mega-dropdown__links .nav li:not(.nav-title) > a {
    color: #C0C6CA; }
    .mega-dropdown__links .nav li:not(.nav-title) > a:hover, .mega-dropdown__links .nav li:not(.nav-title) > a:focus, .mega-dropdown__links .nav li:not(.nav-title) > a:active, .mega-dropdown__links .nav li:not(.nav-title) > a.nice-select.open {
      color: #fff; }

.mega-dropdown__content {
  background-color: #21292f;
  font-size: 14px; }
  .mega-dropdown__content .block,
  .mega-dropdown__content .block__content,
  .mega-dropdown__content .block__media {
    position: relative; }
  .mega-dropdown__content .block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
    .mega-dropdown__content .block.block--reverse {
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .mega-dropdown__content .block__content,
  .mega-dropdown__content .block__media {
    height: 100%; }
  .mega-dropdown__content .block__content {
    width: 440px; }
    .mega-dropdown__content .block__content, .mega-dropdown__content .block__content p {
      color: #C0C6CA; }
    .mega-dropdown__content .block__content h1, .mega-dropdown__content .block__content h2, .mega-dropdown__content .block__content h3, .mega-dropdown__content .block__content h4, .mega-dropdown__content .block__content h5, .mega-dropdown__content .block__content h6, .mega-dropdown__content .block__content .h1, .mega-dropdown__content .block__content .h2, .mega-dropdown__content .block__content .h3, .mega-dropdown__content .block__content .h4, .mega-dropdown__content .block__content .h5, .mega-dropdown__content .block__content .h6 {
      color: #fff; }
  .mega-dropdown__content .block__media {
    -ms-flex: 1;
    flex: 1;
    background-color: #fff; }

@media all and (max-width: 1024px) {
  .mega-dropdown__content .block__media {
    display: none; }
  .mega-dropdown__content .block__content {
    width: 100%; } }

.links-bar {
  position: fixed;
  top: 0;
  width: 1800px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2d3941;
  transition: background-color 0.4s, width 0.4s;
  z-index: 98; }
  .links-bar .nav, .links-bar .nav li {
    line-height: 0; }
  .links-bar .btn.btn--small {
    font-size: 13px; }
  .links-bar .swiper-container {
    width: 100%; }
  .links-bar .swiper-wrapper {
    width: auto;
    -ms-flex-pack: center;
    justify-content: center; }
  .links-bar .swiper-slide {
    width: auto; }

.links-bar__inner {
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }

@media only screen and (min-width: 680px) {
  body.page-template-no-masthead .links-bar,
  body.page-template-edd .links-bar,
  body.page-template-cart .links-bar,
  html.scrolled .links-bar {
    background-color: #efefef;
    width: 100%; }
    body.page-template-no-masthead .links-bar .nav li a.btn,
    body.page-template-no-masthead .links-bar .swiper-slide a.btn,
    body.page-template-edd .links-bar .nav li a.btn,
    body.page-template-edd .links-bar .swiper-slide a.btn,
    body.page-template-cart .links-bar .nav li a.btn,
    body.page-template-cart .links-bar .swiper-slide a.btn,
    html.scrolled .links-bar .nav li a.btn,
    html.scrolled .links-bar .swiper-slide a.btn {
      color: #717f87; } }

@media screen and (max-width: 860px) {
  .links-bar .swiper-wrapper {
    -ms-flex-pack: start;
    justify-content: flex-start; } }

.test-centres-quick-search {
  width: 100%;
  margin-bottom: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .test-centres-quick-search .btn {
    width: 66px;
    height: 66px;
    display: inline-block;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff; }
    .test-centres-quick-search .btn .ico {
      transition-duration: 0s; }
    .test-centres-quick-search .btn:hover, .test-centres-quick-search .btn:active, .test-centres-quick-search .btn.nice-select.open {
      background-color: #fff;
      color: #dd0821; }
  .test-centres-quick-search select {
    opacity: 0;
    width: 100%; }
    .test-centres-quick-search select:hover + .customSelect {
      background-color: #fff;
      color: #dd0821; }
      .test-centres-quick-search select:hover + .customSelect .customSelectInner:after {
        color: #dd0821; }
  .test-centres-quick-search .customSelect {
    width: 100%;
    height: 66px;
    padding: 15px;
    background: transparent;
    border: 2px solid #fff;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 16px; }
  .test-centres-quick-search .customSelectInner:after {
    color: #fff; }

.test-centres-quick-search__state-field {
  position: relative;
  width: calc(40% - 43px) !important;
  margin-right: 10px; }

.test-centres-quick-search__test-format-field {
  position: relative;
  width: calc(60% - 43px) !important;
  margin-right: 10px; }

.test-centres-location-search {
  width: 100%;
  position: relative;
  margin-bottom: 72px; }
  .test-centres-location-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    color: #fff; }
    .test-centres-location-search .btn .ico {
      font-size: 20px; }
  .test-centres-location-search ::-webkit-input-placeholder {
    font-size: 16px; }
  .test-centres-location-search ::-moz-placeholder {
    font-size: 16px; }
  .test-centres-location-search :-ms-input-placeholder {
    font-size: 16px; }
  .test-centres-location-search input:-moz-placeholder {
    font-size: 16px; }
  .test-centres-location-search .pac-container {
    left: 0 !important;
    top: 60px !important; }

.test-centres-location-search__input {
  height: 60px;
  background-color: #2e3940;
  border: 2px solid #2e3940;
  border-radius: 5px;
  width: 100%;
  padding-left: 20px;
  padding-right: 50px;
  outline: none;
  color: #fff;
  transition: all 0.4s;
  font-size: 16px; }
  .test-centres-location-search__input:focus {
    border-color: #43535e; }

@media all and (min-width: 1180px) and (max-width: 1440px) {
  .test-centres-quick-search__state-field {
    width: calc(50% - 43px) !important; }
  .test-centres-quick-search__test-format-field {
    width: calc(50% - 43px) !important; } }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .test-centres-quick-search {
    -ms-flex-direction: column;
    flex-direction: column; }
    .test-centres-quick-search .btn {
      width: 100%; }
  .test-centres-quick-search__state-field,
  .test-centres-quick-search__test-format-field {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 12px; } }

@media only screen and (max-width: 679px) {
  .test-centres-quick-search {
    -ms-flex-direction: column;
    flex-direction: column; }
    .test-centres-quick-search .btn {
      width: 100%; }
  .test-centres-quick-search__state-field,
  .test-centres-quick-search__test-format-field {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 12px; } }

.modal {
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 15px; }
  .modal .modal__body,
  .modal .modal__panel {
    height: 100%; }
  .modal.modal--open .modal__panel.active {
    box-shadow: -10px 0 20px 0 rgba(0, 0, 0, 0.15) !important;
    transform: translateX(0) !important; }
  .modal .modal__panel-header {
    padding: 30px 40px; }
  .modal .modal__panel.is-scrollable .modal__panel-header {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15); }
  .modal .modal__panel.is-scrollable .modal__panel-footer {
    box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.15); }
  .modal .modal__panel-footer {
    padding: 20px;
    text-align: center;
    background-color: #20292f; }
  .modal .modal__panel-header {
    background-color: #2d3941;
    color: #fff; }
  .modal .modal__panel-body {
    position: relative; }
  .modal .modal__back {
    margin-bottom: 20px; }
  .modal .modal__panel-title {
    color: #fff; }

.modal#mobile-menu .modal__inner,
.modal#mobile-test-centres .modal__inner {
  background-color: transparent; }

.modal#mobile-menu .modal__panel,
.modal#mobile-test-centres .modal__panel {
  background-color: #20292f;
  box-shadow: -10px 0 20px 0 transparent;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: transform 0.4s, box-shadow 0.4s; }

.modal#mobile-menu .pac-container,
.modal#mobile-test-centres .pac-container {
  width: 100% !important;
  left: 0 !important;
  top: 62px !important;
  z-index: 20000; }

.modal#mobile-search .modal__inner {
  background-color: #2d3941; }

.modal#mobile-test-centres .modal__inner {
  background-color: #20292f; }

.modal#mobile-test-centres .modal__panel-header {
  padding-top: 80px; }

.modal#mobile-test-centres .modal__panel-body > div:first-child {
  padding: 20px; }
  .modal#mobile-test-centres .modal__panel-body > div:first-child > .nav {
    padding: 12px 20px 48px; }
    .modal#mobile-test-centres .modal__panel-body > div:first-child > .nav > li:first-child > a {
      display: none; }

.modal#mobile-test-centres form,
.modal#mobile-search form {
  position: relative; }
  .modal#mobile-test-centres form input:not([type="submit"]),
  .modal#mobile-search form input:not([type="submit"]) {
    display: block;
    max-width: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #d5d9db;
    color: #20292f;
    padding: 8px 15px;
    height: 50px;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
    transition: all ease-in-out 0.4s;
    cursor: default;
    border-radius: 3px;
    box-shadow: none;
    -webkit-appearance: none;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    background-color: #FAFAFA;
    border-color: #d5d9db;
    color: #717f87;
    height: 60px;
    padding-right: 60px;
    padding-left: 20px; }
    .modal#mobile-test-centres form input:not([type="submit"]).placeholder,
    .modal#mobile-search form input:not([type="submit"]).placeholder {
      color: #717f87; }
    .modal#mobile-test-centres form input:not([type="submit"]):focus,
    .modal#mobile-search form input:not([type="submit"]):focus {
      outline: none;
      border-color: #717f87;
      box-shadow: none; }
    .modal#mobile-test-centres form input:not([type="submit"]):hover,
    .modal#mobile-search form input:not([type="submit"]):hover {
      cursor: text; }
  .modal#mobile-test-centres form input.input-submit,
  .modal#mobile-test-centres form button.input-submit,
  .modal#mobile-search form input.input-submit,
  .modal#mobile-search form button.input-submit {
    position: absolute;
    top: 0;
    right: 0;
    color: #717f87;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 0 3px 3px 0;
    transition: all 0.4s; }
    .modal#mobile-test-centres form input.input-submit .ico,
    .modal#mobile-test-centres form button.input-submit .ico,
    .modal#mobile-search form input.input-submit .ico,
    .modal#mobile-search form button.input-submit .ico {
      font-size: 18px; }
    .modal#mobile-test-centres form input.input-submit:hover, .modal#mobile-test-centres form input.input-submit:active, .modal#mobile-test-centres form input.input-submit.nice-select.open, .modal#mobile-test-centres form input.input-submit:focus,
    .modal#mobile-test-centres form button.input-submit:hover,
    .modal#mobile-test-centres form button.input-submit:active,
    .modal#mobile-test-centres form button.input-submit.nice-select.open,
    .modal#mobile-test-centres form button.input-submit:focus,
    .modal#mobile-search form input.input-submit:hover,
    .modal#mobile-search form input.input-submit:active,
    .modal#mobile-search form input.input-submit.nice-select.open,
    .modal#mobile-search form input.input-submit:focus,
    .modal#mobile-search form button.input-submit:hover,
    .modal#mobile-search form button.input-submit:active,
    .modal#mobile-search form button.input-submit.nice-select.open,
    .modal#mobile-search form button.input-submit:focus {
      background-color: #dd0821;
      color: #fff; }

.modal#mobile-test-centres .nav li.nav-title > a,
.modal#mobile-search .nav li.nav-title > a,
.modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) li.nav-title > a {
  color: #dd0821; }

.modal#mobile-test-centres .nav li.nav-title:not(.nav-label-empty),
.modal#mobile-search .nav li.nav-title:not(.nav-label-empty),
.modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) li.nav-title:not(.nav-label-empty) {
  padding-top: 20px; }

.modal#mobile-test-centres .nav li:not(.nav-title),
.modal#mobile-search .nav li:not(.nav-title),
.modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) li:not(.nav-title) {
  margin-bottom: 15px; }
  .modal#mobile-test-centres .nav li:not(.nav-title):not(.nav-label-empty) > .nav > li:first-child,
  .modal#mobile-search .nav li:not(.nav-title):not(.nav-label-empty) > .nav > li:first-child,
  .modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) li:not(.nav-title):not(.nav-label-empty) > .nav > li:first-child {
    padding-top: 20px; }

.modal#mobile-test-centres .nav li.nav-label-empty > a,
.modal#mobile-search .nav li.nav-label-empty > a,
.modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) li.nav-label-empty > a {
  display: none; }

.modal#mobile-test-centres .nav a,
.modal#mobile-search .nav a,
.modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) a {
  color: #C0C6CA;
  display: block;
  padding: 7px 0; }
  .modal#mobile-test-centres .nav a:hover, .modal#mobile-test-centres .nav a:active, .modal#mobile-test-centres .nav a.nice-select.open, .modal#mobile-test-centres .nav a:focus,
  .modal#mobile-search .nav a:hover,
  .modal#mobile-search .nav a:active,
  .modal#mobile-search .nav a.nice-select.open,
  .modal#mobile-search .nav a:focus,
  .modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) a:hover,
  .modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) a:active,
  .modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) a.nice-select.open,
  .modal#mobile-menu .modal__panel--secondary .nav:not(#menu-main-menu-action-links) a:focus {
    color: #fff; }

.modal#mobile-search .modal__content {
  padding: 80px 40px 40px; }

.modal#mobile-search form label {
  color: #fff;
  font-size: 20px;
  display: block;
  margin-bottom: 20px; }

.modal#mobile-search form input:not([type="submit"]) {
  display: block;
  margin-bottom: 12px; }

.modal#mobile-menu .modal__panel--primary {
  z-index: 1; }
  .modal#mobile-menu .modal__panel--primary .modal__panel-body > nav {
    padding: 30px 40px; }
  .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) {
    font-size: 19px; }
  .modal#mobile-menu .modal__panel--primary nav > .nav > li > .nav {
    display: none; }
  .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a {
    color: #C0C6CA;
    display: block;
    padding: 6px 0;
    position: relative; }
    .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "ielts-icons" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 10px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a:hover, .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a:hover:after, .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a:active, .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a.nice-select.open, .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a:active:after, .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a.nice-select.open:after, .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a:focus, .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) a:focus:after {
      color: #dd0821 !important; }
  .modal#mobile-menu .modal__panel--primary .nav:not(#menu-main-menu-action-links) > li:not(:last-child) {
    border-bottom: 1px solid rgba(229, 235, 239, 0.2); }

.modal#mobile-menu .modal__panel--secondary {
  z-index: 999; }
  .modal#mobile-menu .modal__panel--secondary .modal__panel-body > nav {
    padding: 30px 40px; }

.modal#mobile-menu .nav-cart,
.modal#mobile-menu .nav-cart > a {
  color: #717f87; }

.modal#mobile-menu .nav-cart.nav-cart--empty > a {
  color: #717f87; }

.modal#mobile-menu .nav-cart:not(.nav-cart--empty) > a {
  color: #fff; }

.modal#mobile-menu .nav-cart .ico {
  color: #d5d9db;
  margin-right: 6px; }

.modal#mobile-menu .nav#menu-main-menu-action-links {
  margin-bottom: 48px; }
  .modal#mobile-menu .nav#menu-main-menu-action-links a:hover, .modal#mobile-menu .nav#menu-main-menu-action-links a:active, .modal#mobile-menu .nav#menu-main-menu-action-links a.nice-select.open, .modal#mobile-menu .nav#menu-main-menu-action-links a:focus {
    color: #fff; }

.modal#mobile-menu .nav#menu-main-menu-primary-links > li > a {
  color: #fff !important; }

.modal#mobile-menu .nav#menu-main-menu-secondary-links > li > a {
  padding: 12px 0 !important; }
  .modal#mobile-menu .nav#menu-main-menu-secondary-links > li > a:after {
    color: #dd0821; }

@media only screen and (min-width: 680px) {
  .modal .scrollable {
    overflow: hidden; }
    .modal .scrollable.scroll-enabled .iScrollVerticalScrollbar {
      background-color: #161c20 !important; }
    .modal .scrollable.scroll-enabled .iScrollIndicator {
      border: none !important;
      background-color: #2d3941 !important; } }

@media only screen and (max-width: 679px) {
  .modal .scrollable {
    overflow: scroll; } }

.content.content--with-sidebar .content__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative; }

.content.content--with-sidebar .sidebar {
  width: 430px;
  padding: 50px;
  background-color: #FAFAFA;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.content.content--with-sidebar .sidebar__inner {
  width: 330px; }
  .content.content--with-sidebar .sidebar__inner.is-sticky {
    position: fixed;
    top: 130px;
    right: auto; }

html.has-links-bar .content.content--with-sidebar .sidebar__inner.is-sticky {
  top: 180px; }

body.single-test-centre .content.content--with-sidebar .sidebar {
  padding: 0 0 40px 0; }

body.single-test-centre .content.content--with-sidebar .sidebar__inner {
  width: 430px; }
  body.single-test-centre .content.content--with-sidebar .sidebar__inner.is-sticky {
    top: 90px; }

html.has-links-bar body.single-test-centre .content.content--with-sidebar .sidebar__inner.is-sticky {
  top: 140px; }

body.page-template-cart .content.content--with-sidebar {
  /*
	.sidebar {
		padding-bottom: 150px;
	}
	.sidebar__inner {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}
	*/ }
  body.page-template-cart .content.content--with-sidebar .sidebar {
    padding-top: 150px; }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .content.content--with-sidebar .sidebar {
    width: 360px; }
  .content.content--with-sidebar .sidebar__inner {
    width: 260px; } }

@media only screen and (max-width: 859px) {
  .content.content--with-sidebar .content__body {
    -ms-flex-direction: column;
    flex-direction: column; }
  .content.content--with-sidebar .sidebar {
    position: relative;
    width: 100%; }
  .content.content--with-sidebar .sidebar__inner {
    width: auto !important; }
  body.single-test-centre .content.content--with-sidebar .content__body {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.footer {
  padding: 0;
  background-color: #2d3941;
  font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 13px; }
  .footer a {
    color: #fff; }

.footer__top {
  padding-top: 100px; }

.footer__bottom {
  padding-bottom: 100px; }

.footer__logo {
  margin-bottom: 48px; }
  .footer__logo .ico {
    color: #fff;
    font-size: 36px; }

.footer__menu {
  margin-bottom: 48px; }
  .footer__menu nav > .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .footer__menu nav > .nav > li {
    margin-bottom: 48px; }
    .footer__menu nav > .nav > li:not(:last-child) {
      padding-right: 30px;
      min-width: 160px; }
    .footer__menu nav > .nav > li > a {
      font-size: 14px;
      margin-bottom: 20px;
      position: relative;
      display: inline-block; }
      .footer__menu nav > .nav > li > a:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "ielts-icons" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        font-size: 6px;
        margin-left: 12px;
        position: relative;
        color: #d5d9db;
        top: -2px; }
      .footer__menu nav > .nav > li > a:hover, .footer__menu nav > .nav > li > a:focus, .footer__menu nav > .nav > li > a:active, .footer__menu nav > .nav > li > a.nice-select.open {
        color: #dd0821; }
        .footer__menu nav > .nav > li > a:hover:after, .footer__menu nav > .nav > li > a:focus:after, .footer__menu nav > .nav > li > a:active:after, .footer__menu nav > .nav > li > a.nice-select.open:after {
          color: #dd0821; }
    .footer__menu nav > .nav > li.nav-emphasized > a:after {
      color: #dd0821; }
    .footer__menu nav > .nav > li .nav li {
      margin-bottom: 9px; }
    .footer__menu nav > .nav > li .nav a {
      color: #717f87; }
      .footer__menu nav > .nav > li .nav a:hover, .footer__menu nav > .nav > li .nav a:active, .footer__menu nav > .nav > li .nav a.nice-select.open, .footer__menu nav > .nav > li .nav a:focus {
        color: #fff; }

.footer__links {
  margin-bottom: 48px; }
  .footer__links .nav li:not(:last-child) {
    margin-right: 6px;
    padding-right: 6px;
    position: relative; }
    .footer__links .nav li:not(:last-child):after {
      content: "";
      display: block;
      width: 1px;
      height: 15px;
      overflow: hidden;
      position: absolute;
      right: -2px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0;
      line-height: 0;
      background-color: #717f87; }
  .footer__links .nav a {
    color: #717f87; }
    .footer__links .nav a:hover, .footer__links .nav a:active, .footer__links .nav a.nice-select.open, .footer__links .nav a:focus {
      color: #fff; }

.footer__buttons .nav:after {
  content: "";
  display: table;
  clear: both; }

.footer__buttons .nav li {
  float: left;
  vertical-align: top; }
  .footer__buttons .nav li:not(:first-child) {
    margin-left: 4px; }

.footer__buttons .btn--ico {
  background-color: #3d495a; }

@media all and (max-width: 1180px) {
  .footer__menu > nav > .nav > li {
    width: 33.333%; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .footer__menu > nav > .nav > li {
    width: 50%; } }

@media only screen and (max-width: 679px) {
  .footer__menu nav > .nav > li:not(:last-child) {
    padding-right: 0; }
  .footer__menu > nav > .nav > li {
    width: 100%;
    margin-bottom: 0; }
    .footer__menu > nav > .nav > li.active > a:after {
      transform: rotate(180deg); }
    .footer__menu > nav > .nav > li > a {
      display: block;
      position: relative;
      border-bottom: 1px solid rgba(229, 235, 239, 0.2);
      padding-bottom: 15px;
      margin-bottom: 15px; }
      .footer__menu > nav > .nav > li > a:after {
        position: absolute;
        right: 3px;
        top: 7px;
        transition: all 0.4s; }
    .footer__menu > nav > .nav > li > .nav {
      display: none; }
      .footer__menu > nav > .nav > li > .nav > li:last-child {
        margin-bottom: 20px; }
  .footer__top {
    padding-top: 48px; }
  .footer__bottom {
    background-color: #20292f;
    padding-bottom: 48px;
    padding-top: 20px; }
  .footer__links {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.8; }
  .footer__buttons {
    text-align: center; }
    .footer__buttons .nav {
      display: inline-block; } }

.modal {
  z-index: 990; }
  .modal.modal--right .modal__inner, .modal.modal--left .modal__inner {
    max-width: 100%; }
  .modal.modal--open .modal__inner {
    transition-duration: 0.4s; }
  .modal.modal--open .modal__bg {
    background-color: rgba(45, 57, 65, 0.7); }

.modal__bg {
  transition-duration: 0.4s;
  background-color: rgba(45, 57, 65, 0); }

.modal__close {
  z-index: 998;
  top: 30px;
  right: 30px;
  color: #dd0821;
  transition: color 0.4s; }
  .modal__close:hover, .modal__close:active, .modal__close.nice-select.open {
    color: #fff; }

.modal__back {
  color: #fff;
  font-size: 24px;
  transition: color 0.4s; }
  .modal__back:hover, .modal__back:active, .modal__back.nice-select.open {
    color: #dd0821; }

.modal__inner {
  background-color: #20292f; }

.sharing .nav {
  display: inline-block; }
  .sharing .nav li:not(:last-child) {
    margin-bottom: 12px; }

.sharing .btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 3px 0 transparent; }
  .sharing .btn .ico {
    font-size: 16px;
    top: 0; }
    .sharing .btn .ico.ico--google, .sharing .btn .ico.ico--twitter {
      font-size: 13px; }
  .sharing .btn:before, .sharing .btn:after {
    content: "";
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 50%;
    border-radius: 50%;
    transition: all 0.4s; }
  .sharing .btn:before {
    background-color: #dd0821;
    transform: scale(0);
    opacity: 0; }
  .sharing .btn:after {
    border: 2px solid #fff; }
  .sharing .btn:active, .sharing .btn.nice-select.open, .sharing .btn:focus {
    background-color: transparent; }
  .sharing .btn:hover {
    background-color: transparent;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.2); }
    .sharing .btn:hover:before {
      transform: scale(1);
      opacity: 1; }
    .sharing .btn:hover:after {
      transform: scale(0);
      opacity: 0; }

@media only screen and (max-width: 859px) {
  .sharing .nav.nav--stacked > li {
    display: inline-block; }
    .sharing .nav.nav--stacked > li:not(:last-child) {
      margin-bottom: 0;
      margin-right: 6px; } }

.block,
.block__media,
.block__content {
  position: relative; }

.block__content > * {
  max-width: 100%; }

.block--boxed {
  border-radius: 3px;
  border: 1px solid #e5ebef;
  background-color: #FAFAFA; }
  .block--boxed .block__inner {
    padding: 50px 50px 60px; }

@media only screen and (max-width: 679px) {
  .block--boxed .block__inner {
    padding: 20px 20px 48px; } }

.block.block--posts-stack--style-1 .block.block--post .block__inner {
  padding: 20px 0; }

.block.block--posts-stack--style-1 .block.block--post:not(:last-child) .block__inner {
  border-bottom: 2px solid #dd0821; }

.block.block--posts-stack--style-1 .block.block--post .block__body {
  position: relative; }

.block.block--posts-stack--style-1 .block.block--post .block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.block.block--posts-stack--style-1 .block.block--post .block__title {
  color: #fff;
  margin-bottom: 4px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  transition: color 0.4s; }

.block.block--posts-stack--style-1 .block.block--post .block__meta {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #717f87;
  margin-bottom: 0;
  transition: color 0.4s; }

.block.block--posts-stack--style-1 .block.block--post .btn {
  margin-left: auto;
  font-size: 13px;
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

.block.block--posts-stack--style-1 .block.block--post .block__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .block.block--posts-stack--style-1 .block.block--post .block__link:hover + .block__content .block__title, .block.block--posts-stack--style-1 .block.block--post .block__link:active + .block__content .block__title, .block.block--posts-stack--style-1 .block.block--post .block__link.nice-select.open + .block__content .block__title {
    color: #717f87; }
  .block.block--posts-stack--style-1 .block.block--post .block__link:hover + .block__content .block__meta, .block.block--posts-stack--style-1 .block.block--post .block__link:active + .block__content .block__meta, .block.block--posts-stack--style-1 .block.block--post .block__link.nice-select.open + .block__content .block__meta {
    color: #dd0821; }
  .block.block--posts-stack--style-1 .block.block--post .block__link:hover + .block__content a.btn--secondary:before, .block.block--posts-stack--style-1 .block.block--post .block__link:active + .block__content a.btn--secondary:before, .block.block--posts-stack--style-1 .block.block--post .block__link.nice-select.open + .block__content a.btn--secondary:before {
    animation: underline-grow 1s; }
  .block.block--posts-stack--style-1 .block.block--post .block__link:hover + .block__content a.btn--secondary:after, .block.block--posts-stack--style-1 .block.block--post .block__link:active + .block__content a.btn--secondary:after, .block.block--posts-stack--style-1 .block.block--post .block__link.nice-select.open + .block__content a.btn--secondary:after {
    animation: action-link-arrow-bounce 1s; }

body.post-type-archive-event .content__header .block.block--posts-stack,
body.single .content__header .block.block--posts-stack,
body.single .sidebar .block.block--posts-stack {
  width: 250px;
  max-width: 100%; }

.block.block--posts-stack--style-2 > .block__inner > .block__header {
  margin-bottom: 32px;
  padding-right: 20px;
  position: relative; }
  .block.block--posts-stack--style-2 > .block__inner > .block__header:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #dd0821;
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 13px; }

.block.block--posts-stack--style-2 .block.block--post {
  padding-bottom: 12px; }
  .block.block--posts-stack--style-2 .block.block--post:not(:last-child) {
    margin-bottom: 12px; }
  .block.block--posts-stack--style-2 .block.block--post .block__title {
    color: #717f87;
    margin-bottom: 0;
    transition: color 0.4s;
    font-size: 15px;
    line-height: 1.1; }
  .block.block--posts-stack--style-2 .block.block--post .block__meta {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.33333;
    color: #717f87;
    margin-bottom: 0;
    transition: color 0.4s; }
  .block.block--posts-stack--style-2 .block.block--post .block__content:after {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    font-size: 0;
    line-height: 0;
    left: 0;
    bottom: -6px;
    height: 2px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.4s;
    background-color: #dd0821;
    width: 0;
    z-index: 2; }
  .block.block--posts-stack--style-2 .block.block--post .block__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .block.block--posts-stack--style-2 .block.block--post .block__link:hover + .block__content:after, .block.block--posts-stack--style-2 .block.block--post .block__link:active + .block__content:after, .block.block--posts-stack--style-2 .block.block--post .block__link.nice-select.open + .block__content:after {
      width: 100%; }
    .block.block--posts-stack--style-2 .block.block--post .block__link:hover + .block__content .block__title,
    .block.block--posts-stack--style-2 .block.block--post .block__link:hover + .block__content .block__meta, .block.block--posts-stack--style-2 .block.block--post .block__link:active + .block__content .block__title, .block.block--posts-stack--style-2 .block.block--post .block__link.nice-select.open + .block__content .block__title,
    .block.block--posts-stack--style-2 .block.block--post .block__link:active + .block__content .block__meta,
    .block.block--posts-stack--style-2 .block.block--post .block__link.nice-select.open + .block__content .block__meta {
      color: #dd0821; }

@media only screen and (max-width: 859px) {
  body.post-type-archive-event .content__header .block.block--posts-stack,
  body.single .content__header .block.block--posts-stack {
    width: 100%; }
  body.single .sidebar .block.block--posts-stack {
    width: 480px;
    max-width: 100%;
    margin: 0 auto; }
  .block.block--posts-stack--style-1 > .block__inner > .block__body > .block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px; }
  .block.block--posts-stack--style-1 .block.block--post {
    width: 50%;
    padding: 0 20px; }
    .block.block--posts-stack--style-1 .block.block--post .block__inner {
      border-bottom: 2px solid #dd0821; } }

.block.block--practice-tile {
  border-radius: 3px;
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2); }
  .block.block--practice-tile:nth-child(1) {
    z-index: 1; }
  .block.block--practice-tile:nth-child(2) {
    z-index: 2; }
  .block.block--practice-tile:nth-child(3) {
    z-index: 3; }
  .block.block--practice-tile:nth-child(4) {
    z-index: 4; }
  .block.block--practice-tile:nth-child(5) {
    z-index: 5; }
  .block.block--practice-tile:nth-child(6) {
    z-index: 6; }
  .block.block--practice-tile:nth-child(7) {
    z-index: 7; }
  .block.block--practice-tile:nth-child(8) {
    z-index: 8; }
  .block.block--practice-tile:nth-child(9) {
    z-index: 9; }
  .block.block--practice-tile:nth-child(10) {
    z-index: 10; }
  .block.block--practice-tile:nth-child(11) {
    z-index: 11; }
  .block.block--practice-tile:nth-child(12) {
    z-index: 12; }
  .block.block--practice-tile:nth-child(13) {
    z-index: 13; }
  .block.block--practice-tile:nth-child(14) {
    z-index: 14; }
  .block.block--practice-tile:nth-child(15) {
    z-index: 15; }
  .block.block--practice-tile .block__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block.block--practice-tile .block__media {
    width: 340px;
    min-height: 280px; }
    .block.block--practice-tile .block__media,
    .block.block--practice-tile .block__media figure,
    .block.block--practice-tile .block__media img {
      border-radius: 3px 0 0 3px; }
  .block.block--practice-tile .block__content {
    -ms-flex: 1;
    flex: 1;
    padding: 40px 80px;
    background-color: #2d3941;
    position: relative;
    border-radius: 0 3px 3px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
    .block.block--practice-tile .block__content > * {
      color: #fff;
      position: relative;
      z-index: 3;
      transition: transform 0.4s; }
    .block.block--practice-tile .block__content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background: linear-gradient(135deg, #dd0821 0%, #dd0821 30%, #fe6803 100%);
      border-radius: 3px;
      opacity: 0;
      transition: opacity 0.4s;
      pointer-events: none; }
  .block.block--practice-tile .block__link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    .block.block--practice-tile .block__link:hover ~ .block__content > * {
      transform: translateX(-20px); }
    .block.block--practice-tile .block__link:hover ~ .block__content:before {
      opacity: 1; }
    .block.block--practice-tile .block__link:hover ~ .block__content .btn--red-arrow,
    .block.block--practice-tile .block__link:hover ~ .block__content .btn--colour-red,
    .block.block--practice-tile .block__link:hover ~ .block__content .btn--colour-primary {
      color: #fff; }
      .block.block--practice-tile .block__link:hover ~ .block__content .btn--red-arrow:after,
      .block.block--practice-tile .block__link:hover ~ .block__content .btn--colour-red:after,
      .block.block--practice-tile .block__link:hover ~ .block__content .btn--colour-primary:after {
        color: #fff !important;
        animation: action-link-arrow-bounce 1s; }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .block.block--practice-tile .block__content {
    padding: 40px 50px; }
  .block.block--practice-tile .block__media {
    width: 240px; } }

@media only screen and (max-width: 679px) {
  .block.block--practice-tile .block__body {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block.block--practice-tile .block__content {
    padding: 30px 40px; }
  .block.block--practice-tile .block__media {
    width: 100%;
    height: 150px; } }

.block.block--product .block__title {
  margin-bottom: 12px; }

.block.block--product .block__content {
  margin-bottom: 32px; }

.block.block--product .block__media {
  width: 230px;
  max-width: 100%; }

.content__header .block.block--product {
  width: 250px;
  max-width: 100%; }
  .content__header .block.block--product .price.price--no-price,
  .content__header .block.block--product .price ins {
    color: #dd0821; }

.price ins, .price del {
  display: block; }

.price.price--no-price,
.price ins {
  color: #20292f;
  border: none;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 45px;
  line-height: 1; }

.price ins {
  margin-bottom: 6px; }

.price.price--no-price {
  font-size: 30px;
  text-transform: uppercase; }

.price del {
  color: #717f87; }

.block.block--buy-now {
  width: 250px;
  max-width: 100%; }
  .block.block--buy-now .block__title {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.15385;
    color: #dd0821;
    margin-bottom: 6px; }
  .block.block--buy-now .block__header {
    margin-bottom: 12px; }
  .block.block--buy-now .block__body {
    margin-bottom: 20px; }
  .block.block--buy-now .before-add-to-cart {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2.33333;
    color: #2d3941;
    line-height: 1.6;
    padding-top: 20px; }
  .block.block--buy-now .after-add-to-cart {
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 14px; }
  .block.block--buy-now .customSelect {
    background-color: transparent;
    border: 2px solid #717f87;
    padding: 14px 15px 12px;
    height: 60px; }
  .block.block--buy-now .customSelectInner {
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #717f87; }
  .block.block--buy-now button[type="submit"].btn.btn--secondary {
    background-color: #dd0821;
    color: #fff;
    padding-left: 48px;
    text-align: left;
    font-size: 16px; }
    .block.block--buy-now button[type="submit"].btn.btn--secondary:after {
      right: 25px; }
    .block.block--buy-now button[type="submit"].btn.btn--secondary:hover, .block.block--buy-now button[type="submit"].btn.btn--secondary:focus, .block.block--buy-now button[type="submit"].btn.btn--secondary:active, .block.block--buy-now button[type="submit"].btn.btn--secondary.nice-select.open {
      background-color: #ac061a; }
      .block.block--buy-now button[type="submit"].btn.btn--secondary:hover:after, .block.block--buy-now button[type="submit"].btn.btn--secondary:focus:after, .block.block--buy-now button[type="submit"].btn.btn--secondary:active:after, .block.block--buy-now button[type="submit"].btn.btn--secondary.nice-select.open:after {
        animation: action-link-arrow-bounce-alt 1s; }

.block.block--test-centre {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E5EBEF;
  margin-bottom: 12px;
  transition: all 0.4s;
  background-color: #fff; }
  .block.block--test-centre .block__body {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px; }
  .block.block--test-centre .block__media {
    width: 150px;
    padding-right: 20px;
    text-align: center; }
    .block.block--test-centre .block__media img {
      max-height: 70px;
      width: auto;
      display: inline-block; }
    .block.block--test-centre .block__media svg {
      max-width: 120px;
      height: 70px;
      width: 100%; }
  .block.block--test-centre .block__content {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .block.block--test-centre .block__content .block__title,
    .block.block--test-centre .block__content .block__address,
    .block.block--test-centre .block__content .block__phone {
      padding: 0 30px; }
    .block.block--test-centre .block__content .block__address,
    .block.block--test-centre .block__content .block__phone {
      min-height: 58px; }
    .block.block--test-centre .block__content .block__title {
      width: 38%;
      font-size: 18px;
      line-height: 1.3;
      margin-bottom: 0; }
    .block.block--test-centre .block__content .block__address {
      -ms-flex: 1;
      flex: 1;
      border-right: 1px solid #edf1f4;
      border-left: 1px solid #edf1f4; }
    .block.block--test-centre .block__content .block__phone {
      width: 22%; }
      .block.block--test-centre .block__content .block__phone a {
        text-decoration: none;
        color: #717f87; }
    .block.block--test-centre .block__content .block__phone,
    .block.block--test-centre .block__content .block__address {
      -ms-flex-item-align: start;
      align-self: flex-start;
      font-size: 15px; }
      .block.block--test-centre .block__content .block__phone > h6,
      .block.block--test-centre .block__content .block__address > h6 {
        font-size: 13px;
        color: #dd0821;
        margin-bottom: 4px; }
    .block.block--test-centre .block__content .btn {
      width: 65px;
      height: 65px;
      line-height: 65px;
      border-radius: 50%;
      text-align: center;
      overflow: hidden;
      color: #717f87;
      background-color: #fff; }
      .block.block--test-centre .block__content .btn .ico {
        transition-duration: 0s;
        transition-delay: 0s; }
  .block.block--test-centre:hover {
    transform: translateX(20px); }
  .block.block--test-centre .block__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
    .block.block--test-centre .block__link:hover ~ .block__content .btn {
      background-color: #dd0821;
      color: #fff;
      transform: translateX(10px); }

@media all and (max-width: 1180px) {
  .block.block--test-centre .block__body {
    padding: 30px 20px; }
  .block.block--test-centre .block__content .block__title,
  .block.block--test-centre .block__content .block__address,
  .block.block--test-centre .block__content .block__phone {
    padding: 0 20px; } }

@media only screen and (max-width: 679px) {
  .block.block--test-centre {
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E5EBEF; }
    .block.block--test-centre .block__body {
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 20px 0 20px 0; }
    .block.block--test-centre .block__content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .block.block--test-centre .block__content .block__title,
      .block.block--test-centre .block__content .block__address,
      .block.block--test-centre .block__content .block__phone {
        padding: 0; }
      .block.block--test-centre .block__content .block__title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 12px; }
      .block.block--test-centre .block__content .block__address {
        border: none; }
      .block.block--test-centre .block__content .block__phone {
        border: 0 !important;
        clip: rect(0 0 0 0) !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: absolute !important;
        width: 1px !important; }
      .block.block--test-centre .block__content .btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 20px; }
    .block.block--test-centre .block__media {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important; }
    .block.block--test-centre:hover {
      transform: none; } }

.block.block--test-centre-features {
  padding-bottom: 48px; }
  .block.block--test-centre-features .block__body,
  .block.block--test-centre-features .block__footer {
    width: 300px;
    max-width: 100%;
    margin: 0 auto; }
  .block.block--test-centre-features .block__body {
    margin-bottom: 48px;
    padding-top: 48px;
    font-size: 15px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
    .block.block--test-centre-features .block__body > img {
      max-height: 250px;
      margin: 0 auto 20px;
      display: block; }
    .block.block--test-centre-features .block__body .phone a,
    .block.block--test-centre-features .block__body .address a {
      color: #717f87;
      text-decoration: none; }
      .block.block--test-centre-features .block__body .phone a:hover,
      .block.block--test-centre-features .block__body .address a:hover {
        color: #dd0821; }
  .block.block--test-centre-features .features ul.list--tick {
    padding-left: 0; }
    .block.block--test-centre-features .features ul.list--tick li {
      padding: 5px 0 10px 30px; }
      .block.block--test-centre-features .features ul.list--tick li:before {
        left: 0;
        top: 12px;
        color: #717f87;
        font-size: 10px; }
    .block.block--test-centre-features .features ul.list--tick li:not(:last-child) {
      border-bottom: 1px solid #e5ebef; }

@media only screen and (max-width: 679px) {
  .block.block--test-centre-features {
    padding-bottom: 0; }
    .block.block--test-centre-features .block__body,
    .block.block--test-centre-features .block__footer {
      width: 100%;
      padding: 20px 40px; }
    .block.block--test-centre-features .block__body > img {
      max-width: 250px;
      margin: 0 auto;
      display: block; } }

.block.block--test {
  transition: transform 0.4s; }
  .block.block--test:not(:last-child) {
    margin-bottom: 12px; }
  .block.block--test .block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 100px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e5ebef;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
    transition: background-color 0.4s; }
    .block.block--test .block__content,
    .block.block--test .block__content .test-type {
      color: #00abac; }
    .block.block--test .block__content .btn--ico {
      background-color: #00abac;
      width: 54px;
      height: 54px;
      line-height: 54px;
      border-radius: 50%; }
      .block.block--test .block__content .btn--ico .ico {
        color: #fff; }
  .block.block--test .test-label,
  .block.block--test .test-date,
  .block.block--test .test-type,
  .block.block--test .test-location,
  .block.block--test .test-format {
    transition: color 0.4s; }
  .block.block--test .block__title,
  .block.block--test .block__cta {
    -ms-flex: 1;
    flex: 1; }
  .block.block--test .block__date,
  .block.block--test .block__location,
  .block.block--test .block__title,
  .block.block--test .block__cta {
    padding: 25px 20px; }
  .block.block--test .block__title,
  .block.block--test .block__location,
  .block.block--test .block__cta {
    padding-left: 0; }
  .block.block--test .block__location {
    text-align: right;
    -ms-flex: 1;
    flex: 1; }
  .block.block--test .block__date {
    width: 250px;
    padding-left: 30px; }
  .block.block--test .block__cta {
    justify-self: flex-end;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .block.block--test .block__cta .btn {
      margin-left: 20px; }
  .block.block--test .test-label {
    font-size: 16px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    transition: color 0.4s; }
  .block.block--test .test-location {
    font-size: 16px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .block.block--test .test-date {
    font-size: 18px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    line-height: 1.2;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 60px; }
  .block.block--test .test-date__day {
    font-size: 45px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%); }
  .block.block--test .test-type {
    margin-bottom: 0; }
  .block.block--test .test-format {
    font-size: 15px; }
  .block.block--test .block__body {
    position: relative; }
  .block.block--test .block__link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  .block.block--test.block--test--disabled {
    pointer-events: none; }
    .block.block--test.block--test--disabled .block__content {
      opacity: 0.4; }
  .block.block--test.block--test--disabled .block__content,
  .block.block--test.block--test--disabled .block__content .test-type, .block.block--test.block--test--limited .block__content,
  .block.block--test.block--test--limited .block__content .test-type {
    color: #717f87; }
  .block.block--test.block--test--disabled .block__content .btn--ico, .block.block--test.block--test--limited .block__content .btn--ico {
    background-color: #717f87; }

@media only screen and (min-width: 860px) {
  .block.block--test:not(.block--test--disabled):hover {
    transform: translateX(20px); }
    .block.block--test:not(.block--test--disabled):hover .block__content {
      background-color: #FAFAFA; }
    .block.block--test:not(.block--test--disabled):hover .block__cta .btn {
      background-color: #dd0821; }
    .block.block--test:not(.block--test--disabled):hover .test-label,
    .block.block--test:not(.block--test--disabled):hover .test-date,
    .block.block--test:not(.block--test--disabled):hover .test-type,
    .block.block--test:not(.block--test--disabled):hover .test-location,
    .block.block--test:not(.block--test--disabled):hover .test-format {
      color: #dd0821; } }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .block.block--test .block__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start; }
  .block.block--test .block__cta {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .block.block--test .test-date__day {
    top: 20px;
    transform: none; } }

@media all and (min-width: 860px) and (max-width: 980px) {
  .block.block--test .block__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  .block.block--test .block__cta {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block.block--test .block__date {
    padding-left: 20px; }
  .block.block--test .test-date__day {
    left: 20px; }
  .block.block--test .block__title,
  .block.block--test .block__cta {
    padding-top: 10px; }
  .block.block--test .block__date {
    padding-bottom: 10px; }
  .block.block--test .block__title {
    padding-bottom: 0; } }

@media only screen and (max-width: 679px) {
  .block.block--test .block__link {
    display: none; }
  .block.block--test .block__content {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E5EBEF;
    -ms-flex-direction: column;
    flex-direction: column; }
    .block.block--test .block__content .btn--ico {
      width: 40px;
      height: 40px;
      line-height: 40px;
      min-width: 40px;
      margin-left: 10px; }
      .block.block--test .block__content .btn--ico .ico {
        font-size: 13px; }
  .block.block--test .block__date {
    width: 100%;
    padding: 0; }
  .block.block--test .block__title {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 20px; }
    .block.block--test .block__title,
    .block.block--test .block__title .test-type,
    .block.block--test .block__title .test-format {
      color: #2d3941; }
  .block.block--test .block__cta {
    margin-left: 0;
    padding-top: 0; }
  .block.block--test .test-date {
    padding: 12px 0;
    text-align: center;
    display: block; }
    .block.block--test .test-date,
    .block.block--test .test-date .test-date__day {
      font-size: 35px; }
  .block.block--test .test-date__day {
    left: auto;
    top: auto;
    transform: none;
    position: relative; }
  .block.block--test .test-date__time {
    display: block;
    font-size: 25px; } }

.block.block--cart-table .block__body {
  padding-top: 20px; }

.block.block--cart-table .table {
  border: none; }
  .block.block--cart-table .table thead tr td,
  .block.block--cart-table .table thead tr th,
  .block.block--cart-table .table tbody tr:not(:last-child) td {
    border-bottom: 2px solid #e5ebef; }

.block.block--cart-table .table tbody td {
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  vertical-align: middle; }
  .block.block--cart-table .table tbody td > * {
    transition: opacity 0.4s; }
  .block.block--cart-table .table tbody td.td-title {
    font-size: 18px; }
    .block.block--cart-table .table tbody td.td-title .loz {
      background-color: #dd0821;
      padding-left: 10px;
      padding-right: 10px;
      font-size: 13px; }
  .block.block--cart-table .table tbody td.td-price {
    font-size: 25px;
    color: #2d3941; }
  .block.block--cart-table .table tbody td.td-action {
    position: relative;
    font-size: 14px;
    text-align: right; }
    .block.block--cart-table .table tbody td.td-action a {
      text-decoration: none;
      transition: all 0.4s; }
    .block.block--cart-table .table tbody td.td-action:after {
      content: "";
      background-image: url(../images/spinner.svg);
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 30px;
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: opacity 0.4s; }

.block.block--cart-table .table tbody tr.waiting {
  pointer-events: none;
  opacity: 0.3; }
  .block.block--cart-table .table tbody tr.waiting td > * {
    opacity: 0.3; }
  .block.block--cart-table .table tbody tr.waiting .td-action:after {
    opacity: 1; }

.block.block--cart-summary {
  width: 250px;
  max-width: 100%; }
  .block.block--cart-summary .block__header {
    margin-bottom: 6px; }
    .block.block--cart-summary .block__header h6 {
      font-size: 13px;
      color: #dd0821; }
  .block.block--cart-summary .cart-total,
  .block.block--cart-summary .cart-tax {
    display: block; }
  .block.block--cart-summary .cart-total {
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #2d3941;
    font-size: 65px;
    line-height: 1; }
  .block.block--cart-summary .cart-tax {
    margin-top: 12px; }
  .block.block--cart-summary .block__body {
    margin-bottom: 20px; }
  .block.block--cart-summary .btn.btn--secondary {
    background-color: #dd0821;
    color: #fff;
    padding-left: 48px;
    text-align: left;
    font-size: 16px; }
    .block.block--cart-summary .btn.btn--secondary:after {
      right: 25px; }
    .block.block--cart-summary .btn.btn--secondary:hover, .block.block--cart-summary .btn.btn--secondary:focus, .block.block--cart-summary .btn.btn--secondary:active, .block.block--cart-summary .btn.btn--secondary.nice-select.open {
      background-color: #ac061a; }
      .block.block--cart-summary .btn.btn--secondary:hover:after, .block.block--cart-summary .btn.btn--secondary:focus:after, .block.block--cart-summary .btn.btn--secondary:active:after, .block.block--cart-summary .btn.btn--secondary.nice-select.open:after {
        animation: action-link-arrow-bounce-alt 1s; }

.block.block--checkout-summary {
  width: 250px;
  max-width: 100%; }
  .block.block--checkout-summary .block__header {
    margin-bottom: 12px; }
    .block.block--checkout-summary .block__header h6 {
      font-size: 13px;
      color: #dd0821; }
  .block.block--checkout-summary .cart-discounts {
    border-top: 2px solid #e5ebef;
    border-bottom: 2px solid #e5ebef;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .block.block--checkout-summary .cart-discounts h6 {
      font-size: 13px;
      color: #dd0821;
      margin-bottom: 12px; }
    .block.block--checkout-summary .cart-discounts ul.list--tick-circle,
    .block.block--checkout-summary .cart-discounts ol.list--tick-circle {
      margin-bottom: 12px;
      padding-left: 25px; }
      .block.block--checkout-summary .cart-discounts ul.list--tick-circle li,
      .block.block--checkout-summary .cart-discounts ol.list--tick-circle li {
        font-size: 13px; }
        .block.block--checkout-summary .cart-discounts ul.list--tick-circle li:before,
        .block.block--checkout-summary .cart-discounts ol.list--tick-circle li:before {
          width: 16px;
          height: 16px;
          line-height: 17px;
          font-size: 6px;
          left: -26px;
          top: 2px;
          color: #2d3941;
          background-color: #e5ebef; }
  .block.block--checkout-summary .cart-discount-total {
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    display: block;
    color: #2d3941;
    font-size: 30px;
    line-height: 1.2; }
  .block.block--checkout-summary .cart-item {
    border-top: 2px solid #e5ebef;
    padding: 20px 0;
    font-size: 14px; }
  .block.block--checkout-summary .cart-item__title,
  .block.block--checkout-summary .cart-item__price {
    display: block; }
  .block.block--checkout-summary .cart-item__price {
    color: #2d3941;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .block.block--checkout-summary .cart-total,
  .block.block--checkout-summary .cart-tax {
    display: block; }
  .block.block--checkout-summary .cart-total {
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #2d3941;
    font-size: 65px;
    line-height: 1; }
  .block.block--checkout-summary .cart-tax {
    margin-top: 12px; }
  .block.block--checkout-summary .block__body {
    margin-bottom: 20px; }

@media only screen and (max-width: 859px) {
  .block.block--checkout-summary {
    width: 100%; }
    .block.block--checkout-summary .block__footer {
      text-align: right; } }

.block.block--event {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #E5EBEF;
  margin-bottom: 20px;
  transition: transform 0.4s;
  background-color: #fff; }
  .block.block--event.hover {
    transform: translateX(20px); }
  .block.block--event .block__header,
  .block.block--event .block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block.block--event .block__header {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5ebef;
    position: relative; }
    .block.block--event .block__header:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "ielts-icons" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #dd0821;
      position: absolute;
      left: 36px;
      top: 50%;
      transform: translateY(-50%); }
  .block.block--event.block--event--webinar .block__header:before {
    content: "";
    font-size: 16px; }
  .block.block--event.block--event--event .block__header:before {
    content: "";
    font-size: 20px; }
  .block.block--event .block__title,
  .block.block--event .block__date {
    min-height: 95px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .block.block--event .block__title {
    line-height: 1.2;
    border-right: 1px solid #e5ebef;
    padding: 20px 48px 20px 80px;
    margin: 0;
    -ms-flex: 1;
    flex: 1; }
  .block.block--event .block__date {
    width: 300px;
    padding: 20px 48px 20px 30px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .block.block--event .block__date-day,
  .block.block--event .block__date-month-year {
    display: inline-block; }
  .block.block--event .block__date-day {
    color: #dd0821;
    font-size: 40px;
    margin-right: 12px; }
  .block.block--event .block__date-month-year {
    color: #2d3941;
    font-size: 18px; }
  .block.block--event .block__body {
    padding: 20px 35px;
    min-height: 120px; }
  .block.block--event .block__content {
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    color: #2d3941;
    width: 100%; }
  .block.block--event .block__link {
    justify-self: flex-end;
    margin-left: auto; }
  .block.block--event .block__description,
  .block.block--event .block__location,
  .block.block--event .block__address,
  .block.block--event .block__cost {
    margin-right: 20px; }
  .block.block--event .block__description {
    width: 380px; }
  .block.block--event .block__location,
  .block.block--event .block__address {
    width: 180px; }
  .block.block--event .block__time {
    width: 150px; }
  .block.block--event .block__cost {
    width: 100px; }

@media only screen and (max-width: 859px) {
  .block.block--event .block__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block.block--event .block__description {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px; }
  .block.block--event .block__time,
  .block.block--event .block__cost,
  .block.block--event .block__location,
  .block.block--event .block__address {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%; }
  .block.block--event .block__cost,
  .block.block--event .block__address {
    margin-left: auto;
    text-align: right; }
  .block.block--event .block__address {
    margin-bottom: 20px; }
  .block.block--event .block__link {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 20px;
    text-align: right; } }

@media only screen and (max-width: 679px) {
  .block.block--event .block__header {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .block.block--event .block__header:before {
      left: 50%;
      top: 24px;
      transform: translateX(-50%); }
  .block.block--event .block__title,
  .block.block--event .block__date {
    min-height: 0; }
  .block.block--event .block__title {
    padding: 50px 20px 20px 20px;
    border: none; }
  .block.block--event .block__date {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px; }
  .block.block--event .block__body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px; }
  .block.block--event .block__description,
  .block.block--event .block__location,
  .block.block--event .block__address,
  .block.block--event .block__cost {
    margin-right: 0; }
  .block.block--event .block__description,
  .block.block--event .block__link {
    text-align: center; }
  .block.block--event .block__location,
  .block.block--event .block__address {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; } }

.block.block--who-accepts-ielts {
  border: 1px solid #E5EBEF;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 15px 30px;
  margin-bottom: 12px;
  min-height: 80px;
  max-width: 100%;
  font-size: 15px; }
  .block.block--who-accepts-ielts .block__label {
    display: none;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #717f87; }
  .block.block--who-accepts-ielts .block__title {
    color: #2d3941;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .block.block--who-accepts-ielts .block__score {
    font-size: 12px; }
    .block.block--who-accepts-ielts .block__score .score {
      display: inline-block;
      font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      color: #fff;
      background-color: #dd0821;
      width: 48px;
      height: 48px;
      overflow: hidden;
      text-align: center;
      line-height: 48px;
      border-radius: 50%; }
  .block.block--who-accepts-ielts .block__action .btn--trans {
    display: inline-block;
    font-size: 12px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #2d3941;
    transition: color 0.4s; }
    .block.block--who-accepts-ielts .block__action .btn--trans span {
      display: inline-block;
      margin-left: 20px;
      height: 50px;
      width: 50px;
      line-height: 50px;
      border: 1px solid #E5EBEF;
      border-radius: 3px;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
      background-color: #fff; }
      .block.block--who-accepts-ielts .block__action .btn--trans span,
      .block.block--who-accepts-ielts .block__action .btn--trans span .ico {
        transition: color 0.4s;
        color: #717f87; }
    .block.block--who-accepts-ielts .block__action .btn--trans:hover,
    .block.block--who-accepts-ielts .block__action .btn--trans:hover span, .block.block--who-accepts-ielts .block__action .btn--trans:hover .ico {
      color: #dd0821; }
  .block.block--who-accepts-ielts .block__aside {
    display: none; }

@media screen and (min-width: 680px) and (max-width: 1179px) {
  .block.block--who-accepts-ielts[data-min-band-score=""] .block__score {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .block.block--who-accepts-ielts[data-min-band-score=""] .block__action {
    display: none; }
  .block.block--who-accepts-ielts .block__label {
    display: block;
    font-size: 12px; }
  .block.block--who-accepts-ielts .block__content {
    -ms-flex-align: start;
    align-items: flex-start; }
  .block.block--who-accepts-ielts .block__title {
    font-size: 18px;
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px; }
  .block.block--who-accepts-ielts .block__org-type {
    text-align: center;
    padding-right: 0; }
  .block.block--who-accepts-ielts .block__link {
    font-size: 15px;
    padding-right: 0 !important;
    padding-left: 20px; }
    .block.block--who-accepts-ielts .block__link:after {
      margin-top: 0; }
  .block.block--who-accepts-ielts .block__score {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px; }
    .block.block--who-accepts-ielts .block__score .block__label {
      font-size: 14px;
      display: inline-block;
      margin-left: 12px;
      position: relative;
      top: 2px; }
  .block.block--who-accepts-ielts .block__score,
  .block.block--who-accepts-ielts .block__action {
    margin-top: 20px; }
  .block.block--who-accepts-ielts .block__action {
    padding-left: 20px; }
    .block.block--who-accepts-ielts .block__action .btn--trans {
      font-size: 14px; } }

@media only screen and (max-width: 679px) {
  .block.block--who-accepts-ielts {
    padding: 0; }
    .block.block--who-accepts-ielts[data-min-band-score=""] .block__score {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal; }
    .block.block--who-accepts-ielts[data-min-band-score=""] .block__link {
      min-width: 0;
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    .block.block--who-accepts-ielts[data-min-band-score=""] .block__action {
      display: none; }
    .block.block--who-accepts-ielts[data-min-band-score=""][data-link=""] .block__link {
      display: none; }
    .block.block--who-accepts-ielts .block__label {
      display: block;
      font-size: 12px; }
    .block.block--who-accepts-ielts .block__content {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .block.block--who-accepts-ielts .block__score {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      padding: 15px 20px !important;
      border-bottom: 1px solid #E5EBEF;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .block.block--who-accepts-ielts .block__score .score {
        font-size: 30px;
        width: 66px;
        height: 66px;
        line-height: 66px; }
      .block.block--who-accepts-ielts .block__score .block__label {
        font-size: 15px;
        display: inline-block;
        margin-left: 12px;
        position: relative;
        top: 2px; }
    .block.block--who-accepts-ielts .block__title {
      padding: 15px 20px !important;
      width: 100%;
      min-width: 0;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 16px; }
    .block.block--who-accepts-ielts .block__location,
    .block.block--who-accepts-ielts .block__org-type {
      width: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      min-width: 0;
      min-height: 70px; }
      .block.block--who-accepts-ielts .block__location,
      .block.block--who-accepts-ielts .block__location .block__label,
      .block.block--who-accepts-ielts .block__org-type,
      .block.block--who-accepts-ielts .block__org-type .block__label {
        font-size: 15px; }
    .block.block--who-accepts-ielts .block__location {
      padding: 0 10px 20px 20px !important; }
    .block.block--who-accepts-ielts .block__org-type {
      padding: 0 20px 20px 10px !important; }
    .block.block--who-accepts-ielts .block__link,
    .block.block--who-accepts-ielts .block__action {
      width: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      min-width: 0;
      background-color: #fafafa;
      border-top: 1px solid #E5EBEF;
      min-height: 85px; }
    .block.block--who-accepts-ielts .block__link {
      padding: 15px 0 15px 20px !important; }
      .block.block--who-accepts-ielts .block__link .btn--secondary {
        padding-right: 40px;
        font-size: 13px;
        padding-top: 18px; }
        .block.block--who-accepts-ielts .block__link .btn--secondary:after {
          margin-top: 2px; }
    .block.block--who-accepts-ielts .block__action {
      padding: 15px 15px 15px 0 !important;
      text-align: right; }
      .block.block--who-accepts-ielts .block__action .btn--trans span {
        margin-left: 12px; } }

.block.block--who-accepts-ielts-scores {
  text-shadow: none; }
  .block.block--who-accepts-ielts-scores .block__header {
    padding: 40px 50px 20px;
    font-size: 17px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    border-bottom: 1px solid #E5EBEF; }
    .block.block--who-accepts-ielts-scores .block__header .block__cell {
      color: #2d3941; }
      .block.block--who-accepts-ielts-scores .block__header .block__cell[data-name="name"] {
        color: #dd0821; }
      .block.block--who-accepts-ielts-scores .block__header .block__cell[data-name="type"] {
        display: none; }
    .block.block--who-accepts-ielts-scores .block__header .ico {
      position: relative;
      top: 2px;
      margin-left: 10px; }
  .block.block--who-accepts-ielts-scores .block__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
  .block.block--who-accepts-ielts-scores .block__label {
    display: none; }
  .block.block--who-accepts-ielts-scores .block__cell[data-name="name"] {
    -ms-flex: 1;
    flex: 1; }
  .block.block--who-accepts-ielts-scores .block__cell[data-name="type"],
  .block.block--who-accepts-ielts-scores .block__cell[data-name="score"] {
    width: 22%;
    min-width: 150px; }
  .block.block--who-accepts-ielts-scores .block__body {
    padding: 10px 50px; }
    .block.block--who-accepts-ielts-scores .block__body .block__row:not(:last-child) {
      border-bottom: 1px solid #E5EBEF; }
    .block.block--who-accepts-ielts-scores .block__body .block__cell {
      font-size: 15px;
      padding: 12px 0; }
      .block.block--who-accepts-ielts-scores .block__body .block__cell:not(:last-child) {
        padding-right: 20px; }
      .block.block--who-accepts-ielts-scores .block__body .block__cell[data-name="name"], .block.block--who-accepts-ielts-scores .block__body .block__cell[data-name="score"] {
        font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal; }
      .block.block--who-accepts-ielts-scores .block__body .block__cell[data-name="score"] {
        color: #2d3941;
        font-size: 18px; }
  .block.block--who-accepts-ielts-scores .block__footer {
    border-top: 1px solid #E5EBEF;
    background-color: #FAFAFA;
    padding: 20px 50px 40px; }
    .block.block--who-accepts-ielts-scores .block__footer .nav li:not(:first-child) {
      margin-left: 48px; }
    .block.block--who-accepts-ielts-scores .block__footer .btn {
      font-size: 16px;
      font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal; }

@media screen {
  html[data-lc-type=inline] body.page-template-who-accepts-ielts #lightcase-content {
    border-radius: 3px;
    background-color: #fff !important; }
  html[data-lc-type=inline] body.page-template-who-accepts-ielts #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 0 !important; } }

@media only screen and (max-width: 679px) {
  html[data-lc-type=inline] body.page-template-who-accepts-ielts #lightcase-content .lightcase-contentInner {
    padding: 0; }
  .block.block--who-accepts-ielts-scores .block__header {
    padding: 30px 20px 25px; }
    .block.block--who-accepts-ielts-scores .block__header .block__cell[data-name="score"] {
      display: none; }
  .block.block--who-accepts-ielts-scores .block__label {
    display: inline-block; }
  .block.block--who-accepts-ielts-scores .block__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .block.block--who-accepts-ielts-scores .block__body {
    padding: 10px 20px; }
    .block.block--who-accepts-ielts-scores .block__body .block__cell[data-name="name"] {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      min-width: 0;
      padding-bottom: 0; }
    .block.block--who-accepts-ielts-scores .block__body .block__cell[data-name="type"] {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%;
      min-width: 0;
      padding-top: 0; }
    .block.block--who-accepts-ielts-scores .block__body .block__cell[data-name="score"] {
      -ms-flex: 1;
      flex: 1;
      text-align: right;
      padding-top: 0; }
      .block.block--who-accepts-ielts-scores .block__body .block__cell[data-name="score"] .block__label {
        font-size: 13px;
        margin-right: 12px; }
  .block.block--who-accepts-ielts-scores .block__footer {
    padding: 40px 20px; }
    .block.block--who-accepts-ielts-scores .block__footer .nav li {
      text-align: center;
      display: block;
      margin: 0; }
      .block.block--who-accepts-ielts-scores .block__footer .nav li:not(:last-child) {
        margin-bottom: 20px; }
    .block.block--who-accepts-ielts-scores .block__footer .btn--primary,
    .block.block--who-accepts-ielts-scores .block__footer .btn--tertiary {
      width: 100%;
      text-align: center; } }

.row .stat {
  transition: opacity 0.4s; }
  .row .stat:not(.active) {
    opacity: 0; }

.row__header {
  text-align: left;
  padding: 0 60px 40px;
  max-width: 750px; }
  .row__header > h1 {
    max-width: 480px; }
  .row__header.row__header--wide,
  .row__header.row__header--wide > h1 {
    max-width: 940px; }
  .row__header.row__header--decorated {
    margin-bottom: 40px;
    position: relative; }
    .row__header.row__header--decorated:after {
      content: "";
      height: 6px;
      pointer-events: none;
      display: block;
      position: absolute;
      left: 110px;
      bottom: 0;
      width: 250px;
      max-width: calc(100% - 100px);
      overflow: hidden;
      background: linear-gradient(135deg, #dd0821 0%, #dd0821 30%, #fe6803 100%); }

.row__content .nav:not(.nav--stacked) > li:not(:first-child),
.row__footer .nav:not(.nav--stacked) > li:not(:first-child),
.row__aside .nav:not(.nav--stacked) > li:not(:first-child) {
  margin-left: 15px; }

.row__content p + figure:not(:last-child),
.row__footer p + figure:not(:last-child),
.row__aside p + figure:not(:last-child) {
  margin-bottom: 20px; }
  .row__content p + figure:not(:last-child).media--decorated,
  .row__footer p + figure:not(:last-child).media--decorated,
  .row__aside p + figure:not(:last-child).media--decorated {
    margin-bottom: 48px; }

.row__content > * {
  max-width: 100%; }

.row__media .media-btn,
.block__media .media-btn {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s; }
  .row__media .media-btn .ico,
  .block__media .media-btn .ico {
    font-size: 62px;
    border-radius: 50%;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative; }
    .row__media .media-btn .ico:before,
    .block__media .media-btn .ico:before {
      position: relative;
      z-index: 2; }
    .row__media .media-btn .ico:after,
    .block__media .media-btn .ico:after {
      content: "";
      background-color: rgba(255, 255, 255, 0);
      width: 40px;
      height: 40px;
      display: block;
      overflow: hidden;
      z-index: 1;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .row__media .media-btn:hover .ico, .row__media .media-btn:focus .ico, .row__media .media-btn:active .ico, .row__media .media-btn.nice-select.open .ico,
  .block__media .media-btn:hover .ico,
  .block__media .media-btn:focus .ico,
  .block__media .media-btn:active .ico,
  .block__media .media-btn.nice-select.open .ico {
    transform: scale(0.8);
    color: #dd0821;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    .row__media .media-btn:hover .ico:after, .row__media .media-btn:focus .ico:after, .row__media .media-btn:active .ico:after, .row__media .media-btn.nice-select.open .ico:after,
    .block__media .media-btn:hover .ico:after,
    .block__media .media-btn:focus .ico:after,
    .block__media .media-btn:active .ico:after,
    .block__media .media-btn.nice-select.open .ico:after {
      background-color: white; }
  .row__media .media-btn:hover + figure, .row__media .media-btn:focus + figure, .row__media .media-btn:active + figure, .row__media .media-btn.nice-select.open + figure,
  .block__media .media-btn:hover + figure,
  .block__media .media-btn:focus + figure,
  .block__media .media-btn:active + figure,
  .block__media .media-btn.nice-select.open + figure {
    box-shadow: 20px 20px 60px 0 rgba(0, 0, 0, 0.1); }
    .row__media .media-btn:hover + figure .lazy-media__image, .row__media .media-btn:focus + figure .lazy-media__image, .row__media .media-btn:active + figure .lazy-media__image, .row__media .media-btn.nice-select.open + figure .lazy-media__image,
    .block__media .media-btn:hover + figure .lazy-media__image,
    .block__media .media-btn:focus + figure .lazy-media__image,
    .block__media .media-btn:active + figure .lazy-media__image,
    .block__media .media-btn.nice-select.open + figure .lazy-media__image {
      transform: scale(1.1); }
    .row__media .media-btn:hover + figure figcaption, .row__media .media-btn:focus + figure figcaption, .row__media .media-btn:active + figure figcaption, .row__media .media-btn.nice-select.open + figure figcaption,
    .block__media .media-btn:hover + figure figcaption,
    .block__media .media-btn:focus + figure figcaption,
    .block__media .media-btn:active + figure figcaption,
    .block__media .media-btn.nice-select.open + figure figcaption {
      right: 20px; }
      .row__media .media-btn:hover + figure figcaption:after, .row__media .media-btn:focus + figure figcaption:after, .row__media .media-btn:active + figure figcaption:after, .row__media .media-btn.nice-select.open + figure figcaption:after,
      .block__media .media-btn:hover + figure figcaption:after,
      .block__media .media-btn:focus + figure figcaption:after,
      .block__media .media-btn:active + figure figcaption:after,
      .block__media .media-btn.nice-select.open + figure figcaption:after {
        right: 0;
        opacity: 0; }

.row__media .media-btn + figure,
.block__media .media-btn + figure {
  overflow: hidden;
  transition: box-shadow 0.4s; }
  .row__media .media-btn + figure .lazy-media__image,
  .block__media .media-btn + figure .lazy-media__image {
    transition: all 0.4s; }
  .row__media .media-btn + figure figcaption,
  .block__media .media-btn + figure figcaption {
    width: calc(100% - 60px);
    right: 48px;
    transition: right 0.4s; }
    .row__media .media-btn + figure figcaption:after,
    .block__media .media-btn + figure figcaption:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "ielts-icons" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      color: #dd0821;
      display: inline-block;
      position: absolute;
      top: 4px;
      right: -20px;
      transition: all 0.4s; }

.rows.rows--post {
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 48px;
  max-width: 1180px;
  width: calc(100% - 430px);
  margin: 0 430px 0 0; }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .rows.rows--post {
    width: calc(100% - 360px);
    margin-right: 360px; }
    .rows.rows--post .row__header {
      padding-left: 0;
      padding-right: 0; }
      .rows.rows--post .row__header.row__header--decorated:after {
        left: 60px; } }

@media only screen and (max-width: 859px) {
  .rows.rows--post {
    width: 100%;
    margin: 0; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row__header {
    padding: 0 40px 40px; } }

@media only screen and (max-width: 679px) {
  .row__header {
    padding: 0 10px 40px; }
    .row__header.row__header--decorated:after {
      left: 10px;
      width: 80%;
      max-width: none; }
  .row__content .nav:not(.nav--stacked) > li,
  .row__footer .nav:not(.nav--stacked) > li,
  .row__aside .nav:not(.nav--stacked) > li {
    display: block; }
    .row__content .nav:not(.nav--stacked) > li:not(:first-child),
    .row__footer .nav:not(.nav--stacked) > li:not(:first-child),
    .row__aside .nav:not(.nav--stacked) > li:not(:first-child) {
      margin-left: 0; }
    .row__content .nav:not(.nav--stacked) > li:not(:last-child),
    .row__footer .nav:not(.nav--stacked) > li:not(:last-child),
    .row__aside .nav:not(.nav--stacked) > li:not(:last-child) {
      margin-bottom: 10px; } }

/*
 *  Make automatic content colour changes for rows here based on background modifier classes
 */
.row.bg--dark .row__header,
.row.bg--dark .row__body,
.row.bg--dark .row__footer,
.row.bg--dark .row__content,
.row.bg--dark .row__media {
  color: #FAFAFA; }

.row.bg--dark h1, .row.bg--dark h2, .row.bg--dark h3, .row.bg--dark h4, .row.bg--dark h5, .row.bg--dark h6,
.row.bg--dark .h1, .row.bg--dark .h2, .row.bg--dark .h3, .row.bg--dark .h4, .row.bg--dark .h5, .row.bg--dark .h6 {
  color: #717f87; }

.bg--gradient {
  background: linear-gradient(135deg, #dd0821 0%, #dd0821 30%, #fe6803 100%); }

.bg--gradient-reverse {
  background: linear-gradient(35deg, #fe6803 0%, #dd0821 70%, #dd0821 100%); }

.row.bg--gradient p:not([class*="color--"]),
.row.bg--gradient blockquote:not([class*="color--"]),
.row.bg--gradient h1:not([class*="color--"]), .row.bg--gradient h2:not([class*="color--"]), .row.bg--gradient h3:not([class*="color--"]), .row.bg--gradient h4:not([class*="color--"]), .row.bg--gradient h5:not([class*="color--"]), .row.bg--gradient h6:not([class*="color--"]),
.row.bg--gradient .h1:not([class*="color--"]), .row.bg--gradient .h2:not([class*="color--"]), .row.bg--gradient .h3:not([class*="color--"]), .row.bg--gradient .h4:not([class*="color--"]), .row.bg--gradient .h5:not([class*="color--"]), .row.bg--gradient .h6:not([class*="color--"]),
.block.bg--gradient p:not([class*="color--"]),
.block.bg--gradient blockquote:not([class*="color--"]),
.block.bg--gradient h1:not([class*="color--"]),
.block.bg--gradient h2:not([class*="color--"]),
.block.bg--gradient h3:not([class*="color--"]),
.block.bg--gradient h4:not([class*="color--"]),
.block.bg--gradient h5:not([class*="color--"]),
.block.bg--gradient h6:not([class*="color--"]),
.block.bg--gradient .h1:not([class*="color--"]),
.block.bg--gradient .h2:not([class*="color--"]),
.block.bg--gradient .h3:not([class*="color--"]),
.block.bg--gradient .h4:not([class*="color--"]),
.block.bg--gradient .h5:not([class*="color--"]),
.block.bg--gradient .h6:not([class*="color--"]),
.row.bg--gradient-reverse p:not([class*="color--"]),
.row.bg--gradient-reverse blockquote:not([class*="color--"]),
.row.bg--gradient-reverse h1:not([class*="color--"]),
.row.bg--gradient-reverse h2:not([class*="color--"]),
.row.bg--gradient-reverse h3:not([class*="color--"]),
.row.bg--gradient-reverse h4:not([class*="color--"]),
.row.bg--gradient-reverse h5:not([class*="color--"]),
.row.bg--gradient-reverse h6:not([class*="color--"]),
.row.bg--gradient-reverse .h1:not([class*="color--"]),
.row.bg--gradient-reverse .h2:not([class*="color--"]),
.row.bg--gradient-reverse .h3:not([class*="color--"]),
.row.bg--gradient-reverse .h4:not([class*="color--"]),
.row.bg--gradient-reverse .h5:not([class*="color--"]),
.row.bg--gradient-reverse .h6:not([class*="color--"]),
.block.bg--gradient-reverse p:not([class*="color--"]),
.block.bg--gradient-reverse blockquote:not([class*="color--"]),
.block.bg--gradient-reverse h1:not([class*="color--"]),
.block.bg--gradient-reverse h2:not([class*="color--"]),
.block.bg--gradient-reverse h3:not([class*="color--"]),
.block.bg--gradient-reverse h4:not([class*="color--"]),
.block.bg--gradient-reverse h5:not([class*="color--"]),
.block.bg--gradient-reverse h6:not([class*="color--"]),
.block.bg--gradient-reverse .h1:not([class*="color--"]),
.block.bg--gradient-reverse .h2:not([class*="color--"]),
.block.bg--gradient-reverse .h3:not([class*="color--"]),
.block.bg--gradient-reverse .h4:not([class*="color--"]),
.block.bg--gradient-reverse .h5:not([class*="color--"]),
.block.bg--gradient-reverse .h6:not([class*="color--"]) {
  color: #fff; }

.row.bg--soft {
  /*
	h1, h2, h3, h4, h5, h6,
	.h1, .h2, .h3, .h4, .h5, .h6 {
		color: $base-ui-color;
	}

	a:not(.btn) {
		&,
		&:visited {
			color: lighten($base-ui-color, 30%);
		}
		&:focus,
		&:active,
		&:hover {
			color: $base-ui-color;
		}
	}
	*/ }
  .row.bg--soft .row__header,
  .row.bg--soft .row__body,
  .row.bg--soft .row__footer,
  .row.bg--soft .row__content,
  .row.bg--soft .row__media {
    color: #FAFAFA; }
  .row.bg--soft h1:not([class*="color-"]), .row.bg--soft h2:not([class*="color-"]), .row.bg--soft h3:not([class*="color-"]), .row.bg--soft h4:not([class*="color-"]), .row.bg--soft h5:not([class*="color-"]), .row.bg--soft h6:not([class*="color-"]),
  .row.bg--soft .h1:not([class*="color-"]), .row.bg--soft .h2:not([class*="color-"]), .row.bg--soft .h3:not([class*="color-"]), .row.bg--soft .h4:not([class*="color-"]), .row.bg--soft .h5:not([class*="color-"]), .row.bg--soft .h6:not([class*="color-"]) {
    color: #FAFAFA; }

.row.row--masthead {
  background-color: #fff;
  padding: 0; }
  .row.row--masthead,
  .row.row--masthead h1, .row.row--masthead h2, .row.row--masthead h4, .row.row--masthead h5, .row.row--masthead h6,
  .row.row--masthead .h1, .row.row--masthead .h2, .row.row--masthead .h4, .row.row--masthead .h5, .row.row--masthead .h6 {
    color: #fff; }
  .row.row--masthead .row__inner,
  .row.row--masthead .row__body,
  .row.row--masthead .row__content,
  .row.row--masthead .row__media {
    position: relative;
    z-index: 1; }
  .row.row--masthead .row__body {
    min-height: 700px;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .row.row--masthead .row__content,
  .row.row--masthead .row__media {
    height: 100%; }
  .row.row--masthead .row__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column; }
  .row.row--masthead .row__footer {
    display: block;
    position: absolute;
    z-index: 4;
    padding: 0; }
    .row.row--masthead .row__footer.position--top-right, .row.row--masthead .row__footer.position--middle-right, .row.row--masthead .row__footer.position--bottom-right {
      right: 60px; }
    .row.row--masthead .row__footer.position--top-left, .row.row--masthead .row__footer.position--middle-left, .row.row--masthead .row__footer.position--bottom-left {
      left: 60px; }
    .row.row--masthead .row__footer.position--top-center, .row.row--masthead .row__footer.position--middle-center, .row.row--masthead .row__footer.position--bottom-center {
      left: 50%;
      transform: translateX(-50%); }
    .row.row--masthead .row__footer.position--bottom-left, .row.row--masthead .row__footer.position--bottom-center, .row.row--masthead .row__footer.position--bottom-right {
      bottom: 100px; }
    .row.row--masthead .row__footer.position--middle-left, .row.row--masthead .row__footer.position--middle-center, .row.row--masthead .row__footer.position--middle-right {
      top: 50%; }
    .row.row--masthead .row__footer.position--middle-center {
      transform: translateY(-50%) translateX(-50%); }
    .row.row--masthead .row__footer.position--top-left, .row.row--masthead .row__footer.position--top-center, .row.row--masthead .row__footer.position--top-right {
      top: 270px; }
  .row.row--masthead .row__aside {
    display: block;
    position: absolute;
    z-index: 4;
    transform-origin: 100% 0;
    transform: rotate(-90deg) translateX(100%) translateY(-100%);
    bottom: 70px; }
    .row.row--masthead .row__aside.position--top-left, .row.row--masthead .row__aside.position--top-center, .row.row--masthead .row__aside.position--top-right {
      text-align: right; }
    .row.row--masthead .row__aside.position--middle-left, .row.row--masthead .row__aside.position--middle-center, .row.row--masthead .row__aside.position--middle-right {
      text-align: center; }
    .row.row--masthead .row__aside.position--top-right, .row.row--masthead .row__aside.position--middle-right, .row.row--masthead .row__aside.position--bottom-right {
      right: 60px; }
    .row.row--masthead .row__aside.position--top-center, .row.row--masthead .row__aside.position--middle-center, .row.row--masthead .row__aside.position--bottom-center {
      left: 30%; }
    .row.row--masthead .row__aside.position--top-left, .row.row--masthead .row__aside.position--middle-left, .row.row--masthead .row__aside.position--bottom-left {
      left: 60px; }
  .row.row--masthead .row__footer.position--bottom-right + .row__aside.position--bottom-right,
  .row.row--masthead .row__footer.position--bottom-left + .row__aside.position--bottom-left {
    padding-left: 180px; }
  .row.row--masthead.row--masthead--mini .row__body {
    height: 700px;
    min-height: 0; }
  .row.row--masthead.row--masthead--mini .row__footer.position--bottom-left, .row.row--masthead.row--masthead--mini .row__footer.position--bottom-center, .row.row--masthead.row--masthead--mini .row__footer.position--bottom-right {
    bottom: 60px; }
  .row.row--masthead.row--masthead--mini .row__aside {
    bottom: 30px; }
    .row.row--masthead.row--masthead--mini .row__aside.position--top-right {
      bottom: 0; }

html.has-links-bar .row.row--masthead:not(.row--masthead--mini) .row__body {
  height: calc(100vh - 50px); }

@media only screen and (max-width: 859px) {
  .row.row--masthead .row__body {
    height: auto;
    min-height: 100vh; }
  .row.row--masthead .stat-group .stat:not(:first-child) {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .row.row--masthead .row__content .stat-group {
    width: 100%;
    margin-left: 0;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.row--masthead.row--masthead--mini .row__body {
    height: auto;
    min-height: 50vh; }
  .row.row--masthead.row--masthead--mini .row__content {
    padding-top: 180px; }
  .row.row--masthead.row--masthead--mini .row__footer {
    height: auto !important; }
  html.has-links-bar .row.row--masthead .row__body {
    min-height: calc(100vh - 50px); } }

@media only screen and (max-width: 679px) {
  body.home .content > .row.row--masthead:first-child {
    padding-top: 76px; }
    body.home .content > .row.row--masthead:first-child .row__media,
    body.home .content > .row.row--masthead:first-child .row__footer {
      display: none !important; }
  html.has-links-bar body.home .content > .row.row--masthead:first-child:not(.row--masthead--mini) .row__body {
    height: auto !important; } }

.row.row--masthead.row--masthead--style-1 .row__body {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.row.row--masthead.row--masthead--style-1 .row__content {
  background: linear-gradient(135deg, #dd0821 0%, #dd0821 30%, #fe6803 100%);
  width: 38%;
  padding: 200px 45px 100px 75px; }
  .row.row--masthead.row--masthead--style-1 .row__content.bg--dark {
    background: transparent; }

.row.row--masthead.row--masthead--style-1 .row__media {
  width: 62%; }
  .row.row--masthead.row--masthead--style-1 .row__media:after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(173deg, transparent 0%, transparent 50%, #000000 100%); }

.row.row--masthead.row--masthead--style-1 .row__footer.position--top-left, .row.row--masthead.row--masthead--style-1 .row__footer.position--middle-left, .row.row--masthead.row--masthead--style-1 .row__footer.position--bottom-left {
  left: calc(38% + 60px); }

.row.row--masthead.row--masthead--style-1 .row__footer.position--top-center, .row.row--masthead.row--masthead--style-1 .row__footer.position--middle-center, .row.row--masthead.row--masthead--style-1 .row__footer.position--bottom-center {
  width: 62%;
  left: 69%;
  transform: translateX(-50%); }

.row.row--masthead.row--masthead--style-1 .row__aside.position--top-left, .row.row--masthead.row--masthead--style-1 .row__aside.position--bottom-left {
  left: 60px; }

.row.row--masthead.row--masthead--style-1.row--masthead--mini .row__content {
  padding-bottom: 60px; }

@media only screen and (max-width: 859px) {
  .row.row--masthead.row--masthead--style-1 .row__body {
    height: auto;
    min-height: 100vh;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column; }
  .row.row--masthead.row--masthead--style-1 .row__media,
  .row.row--masthead.row--masthead--style-1 .row__content {
    width: 100%; }
  .row.row--masthead.row--masthead--style-1 .row__media {
    height: 60vh; }
  .row.row--masthead.row--masthead--style-1 .row__content {
    padding: 30px;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.row--masthead.row--masthead--style-1 .row__aside {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .row.row--masthead.row--masthead--style-1 .row__footer {
    bottom: auto !important;
    left: auto !important;
    right: 30px !important;
    top: 60vh !important;
    transform: translateY(-100%);
    margin-top: -30px; }
  html.has-links-bar .row.row--masthead.row--masthead--style-1:not(.row--masthead--mini) .row__body {
    min-height: calc(100vh - 50px); } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .home .content__header.row.row--masthead.row--masthead--style-1 .row__media {
    height: 50vh; }
  .home .content__header.row.row--masthead.row--masthead--style-1 .row__footer {
    top: 50vh !important; }
  .home .content__header.row.row--masthead.row--masthead--style-1 .test-centres-quick-search,
  .home .content__header.row.row--masthead.row--masthead--style-1 .customSelect.test-centres-quick-search,
  .home .content__header.row.row--masthead.row--masthead--style-1 select.test-centres-quick-search {
    margin-bottom: 0; } }

@media screen and (min-width: 680px) and (max-height: 720px) {
  .home .content__header.row.row--masthead.row--masthead--style-1 .row__content {
    padding-top: 180px;
    padding-bottom: 40px;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .home .content__header.row.row--masthead.row--masthead--style-1 .row__content h1 {
      font-size: 30px; }
    .home .content__header.row.row--masthead.row--masthead--style-1 .row__content p {
      font-size: 15px; }
    .home .content__header.row.row--masthead.row--masthead--style-1 .row__content .test-centres-quick-search,
    .home .content__header.row.row--masthead.row--masthead--style-1 .row__content .customSelect.test-centres-quick-search,
    .home .content__header.row.row--masthead.row--masthead--style-1 .row__content select.test-centres-quick-search {
      margin-bottom: 0; } }

.row.row--masthead.row--masthead--style-2 {
  z-index: 2; }
  .row.row--masthead.row--masthead--style-2 .row__inner:after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(173deg, transparent 0%, transparent 50%, #000000 100%); }
  .row.row--masthead.row--masthead--style-2 .row__body {
    display: block;
    position: initial; }
  .row.row--masthead.row--masthead--style-2 .row__content {
    z-index: 3;
    padding-top: 200px;
    padding-bottom: 100px; }
    .row.row--masthead.row--masthead--style-2 .row__content.offset-bottom {
      padding-bottom: 240px; }
    .row.row--masthead.row--masthead--style-2 .row__content > * {
      width: 50%; }
  .row.row--masthead.row--masthead--style-2 .row__media {
    width: 100%;
    z-index: 1;
    position: absolute;
    display: block;
    left: 0;
    top: 0; }
  .row.row--masthead.row--masthead--style-2 .row__footer,
  .row.row--masthead.row--masthead--style-2 .row__aside {
    max-width: 50%; }
  .row.row--masthead.row--masthead--style-2 .row__footer.position--top-left, .row.row--masthead.row--masthead--style-2 .row__footer.position--middle-left, .row.row--masthead.row--masthead--style-2 .row__footer.position--bottom-left {
    left: 12%; }
  .row.row--masthead.row--masthead--style-2 .row__footer.position--bottom-center {
    left: calc(50% + 300px); }
  .row.row--masthead.row--masthead--style-2 .row__aside.position--top-left {
    left: -20%; }
  .row.row--masthead.row--masthead--style-2 .row__aside.position--middle-left, .row.row--masthead.row--masthead--style-2 .row__aside.position--bottom-left {
    left: -30%; }
  .row.row--masthead.row--masthead--style-2 .row__aside.position--top-center, .row.row--masthead.row--masthead--style-2 .row__aside.position--middle-center, .row.row--masthead.row--masthead--style-2 .row__aside.position--bottom-center {
    left: 20%; }
  .row.row--masthead.row--masthead--style-2:not(.content__header) .row__footer.position--top-left, .row.row--masthead.row--masthead--style-2:not(.content__header) .row__footer.position--top-center, .row.row--masthead.row--masthead--style-2:not(.content__header) .row__footer.position--top-right {
    top: 60px; }
  .row.row--masthead.row--masthead--style-2:not(.content__header) .row__aside.position--top-left, .row.row--masthead.row--masthead--style-2:not(.content__header) .row__aside.position--top-center, .row.row--masthead.row--masthead--style-2:not(.content__header) .row__aside.position--top-right {
    top: 70%; }
  .row.row--masthead.row--masthead--style-2:not(.content__header) .row__aside.position--top-right {
    right: -120px; }
  .row.row--masthead.row--masthead--style-2 .row__decorative-text {
    pointer-events: none;
    display: block;
    position: absolute;
    font-size: 790px;
    height: 790px;
    line-height: 620px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #dd0821;
    z-index: 3;
    right: 0;
    bottom: 0;
    transform: translateY(35%);
    mix-blend-mode: multiply;
    width: 50%;
    overflow-x: hidden;
    overflow-y: visible; }

body.blog .content__header.row.row--masthead.row--masthead--style-2 .row__aside {
  transform: none;
  bottom: 100px; }

body.post-type-archive-practice .content__header.row.row--masthead.row--masthead--style-2 .row__footer.position--bottom-left, body.post-type-archive-practice .content__header.row.row--masthead.row--masthead--style-2 .row__footer.position--bottom-center, body.post-type-archive-practice .content__header.row.row--masthead.row--masthead--style-2 .row__footer.position--bottom-right {
  bottom: 80px; }

body.page-template-find-test-centre .row.row--masthead.row--masthead--style-2 .row__content {
  padding-bottom: 140px; }

@media only screen and (max-width: 859px) {
  .row.row--masthead.row--masthead--style-2 .row__aside,
  .row.row--masthead.row--masthead--style-2 .row__decorative-text {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .row.row--masthead.row--masthead--style-2 .row__content {
    padding-top: 180px;
    padding-bottom: 40px; }
    .row.row--masthead.row--masthead--style-2 .row__content > * {
      width: 100%; }
  .row.row--masthead.row--masthead--style-2:not(.row--masthead--mini) .row__body {
    height: 100vh; }
  html.has-links-bar .row.row--masthead.row--masthead--style-2:not(.row--masthead--mini) .row__body {
    height: calc(100vh - 50px); }
  body.blog .content__header.row.row--masthead.row--masthead--style-2 .row__content {
    padding-bottom: 100px; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--masthead.row--masthead--style-2 .row__content {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 679px) {
  body.page-template-find-test-centre .row.row--masthead.row--masthead--style-2 .row__body {
    min-height: 0; }
  body.page-template-find-test-centre .row.row--masthead.row--masthead--style-2 .row__content {
    padding-bottom: 40px; } }

.row.row--masthead.row--masthead--style-3 .row__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row; }

.row.row--masthead.row--masthead--style-3 .row__content {
  display: block;
  height: auto;
  width: 100%;
  padding: 200px 100px 80px 220px; }

.row.row--masthead.row--masthead--style-3 .row__body {
  width: calc(100% - 430px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column; }

.row.row--masthead.row--masthead--style-3 .row__media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .row.row--masthead.row--masthead--style-3 .row__media:after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(173deg, transparent 0%, transparent 50%, #000000 100%); }

.row.row--masthead.row--masthead--style-3 .row__footer {
  position: relative;
  background: #2d3941;
  height: 100vh;
  min-height: 700px;
  width: 430px;
  padding: 230px 50px 50px 50px;
  text-align: left; }

.row.row--masthead.row--masthead--style-3.row--masthead--mini .row__body,
.row.row--masthead.row--masthead--style-3.row--masthead--mini .row__footer {
  height: 700px !important;
  min-height: 0; }

.row.row--masthead.row--masthead--style-3:not(.content__header) .row__footer {
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

html.has-links-bar .row.row--masthead.row--masthead--style-3:not(.row--masthead--mini) .row__footer {
  height: calc(100vh - 50px); }

body.single-post .content__header.row.row--masthead.row--masthead--style-3 .row__aside {
  transform: none;
  transform-origin: 50%;
  right: 490px;
  bottom: 70px; }

body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__content {
  max-width: 900px; }

body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer {
  padding-top: 200px; }
  body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .block {
    width: 250px;
    max-width: 100%; }
    body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .block h6 {
      margin-bottom: 5px;
      font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal; }
    body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .block .address {
      margin-bottom: 12px; }
    body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .block .phone,
    body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .block .hours {
      font-size: 18px;
      font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal; }
    body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .block .phone a {
      text-decoration: none;
      color: #fff; }
      body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .block .phone a:hover {
        color: #dd0821; }
  body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .block__content {
    margin-bottom: 20px; }
  body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary {
    background-color: #dd0821;
    color: #fff;
    padding-left: 48px;
    text-align: left;
    font-size: 16px; }
    body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary:after {
      right: 25px; }
    body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary:hover, body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary:focus, body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary:active, body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary.nice-select.open {
      background-color: #ac061a; }
      body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary:hover:after, body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary:focus:after, body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary:active:after, body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer .btn.btn--secondary.nice-select.open:after {
        animation: action-link-arrow-bounce-alt 1s; }

@media all and (min-width: 1180px) and (max-width: 1440px) {
  .row.row--masthead.row--masthead--style-3 .row__content {
    padding-left: 60px; } }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .row.row--masthead.row--masthead--style-3 .row__content {
    padding-left: 60px;
    padding-right: 60px; }
  .row.row--masthead.row--masthead--style-3 .row__body {
    width: calc(100% - 360px); }
  .row.row--masthead.row--masthead--style-3 .row__footer {
    width: 360px; }
  body.single-post .content__header.row.row--masthead.row--masthead--style-3 .row__content {
    padding-left: 40px;
    padding-right: 120px; }
  body.single-post .content__header.row.row--masthead.row--masthead--style-3 .row__aside {
    right: 400px; } }

@media only screen and (max-width: 859px) {
  .row.row--masthead.row--masthead--style-3 .row__body {
    width: 100%; }
  .row.row--masthead.row--masthead--style-3 .row__content {
    padding: 100px 30px 40px 30px; }
  .row.row--masthead.row--masthead--style-3 .row__footer {
    height: auto !important;
    min-height: 0;
    width: 100%;
    padding: 30px 20px; }
  .row.row--masthead.row--masthead--style-3.row--masthead--mini .row__body {
    height: auto;
    min-height: 50vh; }
  .row.row--masthead.row--masthead--style-3.row--masthead--mini .row__content {
    padding-top: 180px; }
  .row.row--masthead.row--masthead--style-3.row--masthead--mini .row__footer {
    height: auto !important; }
  body.single-post .content__header.row.row--masthead.row--masthead--style-3 .row__body {
    min-height: 480px; }
  body.single-post .content__header.row.row--masthead.row--masthead--style-3 .row__content {
    padding-bottom: 100px; }
  body.single-post .content__header.row.row--masthead.row--masthead--style-3 .row__aside {
    right: 30px;
    bottom: 30px; }
  body.single-post .content__header.row.row--masthead.row--masthead--style-3 .row__footer {
    display: none; }
  body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__content {
    max-width: 100%; }
  body.single-test-centre .content__header.row.row--masthead.row--masthead--style-3 .row__footer {
    padding-top: 40px; } }

@media only screen and (max-width: 679px) {
  body.post-type-archive-event .row.row--masthead.row--masthead--style-3 .row__content {
    padding-bottom: 60px; }
  body.post-type-archive-event .row.row--masthead.row--masthead--style-3 .row__footer {
    display: none; } }

.row.row--masthead.row--masthead--style-4 .row__body {
  -ms-flex-direction: row;
  flex-direction: row;
  height: 550px; }

.row.row--masthead.row--masthead--style-4 .row__media {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }
  .row.row--masthead.row--masthead--style-4 .row__media:after {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(173deg, transparent 0%, transparent 50%, #000000 100%); }

.row.row--masthead.row--masthead--style-4 .row__content {
  display: block;
  color: #fff;
  width: 1300px;
  max-width: 100%;
  padding: 200px 0 100px 43%;
  margin: 0 auto; }
  .row.row--masthead.row--masthead--style-4 .row__content h2 {
    margin-bottom: 48px; }
  .row.row--masthead.row--masthead--style-4 .row__content p:last-child {
    margin-bottom: 0; }

.row.row--masthead.row--masthead--style-4 .row__footer {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  background: linear-gradient(135deg, #dd0821 0%, #dd0821 70%, #fe6803 100%);
  width: 100%;
  padding: 48px; }

.row.row--masthead.row--masthead--style-4 .swiper-container {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 48px; }

.row.row--masthead.row--masthead--style-4 .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start; }

.row.row--masthead.row--masthead--style-4 .swiper-pagination {
  bottom: 0; }

.row.row--masthead.row--masthead--style-4 .swiper-pagination-bullet {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
  width: 10px;
  height: 10px; }
  .row.row--masthead.row--masthead--style-4 .swiper-pagination-bullet:not(:last-child) {
    margin-left: 6px; }

.row.row--masthead.row--masthead--style-4 .swiper-pagination-bullet-active {
  background-color: #fff; }

.row.row--masthead.row--masthead--style-4 .swiper-slide {
  text-align: left; }

.row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]) {
  background-color: #fff; }
  .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]), .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]):focus, .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]):active, .row.row--masthead.row--masthead--style-4 .btn--primary.nice-select.open:not([class*="btn--colour-"]), .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]):visited, .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]):hover {
    color: #dd0821; }
  .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]) .ico,
  .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]) .fa {
    color: #dd0821; }
  .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]):focus, .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]):hover, .row.row--masthead.row--masthead--style-4 .btn--primary:not([class*="btn--colour-"]):active, .row.row--masthead.row--masthead--style-4 .btn--primary.nice-select.open:not([class*="btn--colour-"]) {
    background-color: #717f87; }

.row.row--masthead.row--masthead--style-4 .btn--secondary:not([class*="btn--colour-"]), .row.row--masthead.row--masthead--style-4 .btn--secondary:not([class*="btn--colour-"]):visited, .row.row--masthead.row--masthead--style-4 .btn--secondary:not([class*="btn--colour-"]):hover, .row.row--masthead.row--masthead--style-4 .btn--secondary:not([class*="btn--colour-"]):focus, .row.row--masthead.row--masthead--style-4 .btn--secondary:not([class*="btn--colour-"]):active, .row.row--masthead.row--masthead--style-4 .btn--secondary.nice-select.open:not([class*="btn--colour-"]) {
  color: #fff; }

.row.row--masthead.row--masthead--style-4 .btn--secondary:not([class*="btn--colour-"]) .ico,
.row.row--masthead.row--masthead--style-4 .btn--secondary:not([class*="btn--colour-"]) .fa {
  color: #fff; }

.row.row--masthead.row--masthead--style-4 .btn--secondary:not([class*="btn--colour-"]):before {
  background-color: #fff; }

.row.row--masthead.row--masthead--style-4 .btn--tertiary:not([class*="btn--colour-"]) {
  border: 1px solid #fff; }
  .row.row--masthead.row--masthead--style-4 .btn--tertiary:not([class*="btn--colour-"]), .row.row--masthead.row--masthead--style-4 .btn--tertiary:not([class*="btn--colour-"]):visited {
    background-color: rgba(255, 255, 255, 0);
    color: #fff; }
  .row.row--masthead.row--masthead--style-4 .btn--tertiary:not([class*="btn--colour-"]) .ico,
  .row.row--masthead.row--masthead--style-4 .btn--tertiary:not([class*="btn--colour-"]) .fa {
    color: #fff; }
  .row.row--masthead.row--masthead--style-4 .btn--tertiary:not([class*="btn--colour-"]):hover, .row.row--masthead.row--masthead--style-4 .btn--tertiary:not([class*="btn--colour-"]):focus, .row.row--masthead.row--masthead--style-4 .btn--tertiary:not([class*="btn--colour-"]):active, .row.row--masthead.row--masthead--style-4 .btn--tertiary.nice-select.open:not([class*="btn--colour-"]) {
    background-color: white;
    color: #2d3941; }

.row.row--masthead.row--masthead--style-4 .btn--quarternary:not([class*="btn--colour-"]), .row.row--masthead.row--masthead--style-4 .btn--quarternary:not([class*="btn--colour-"]):visited, .row.row--masthead.row--masthead--style-4 .btn--quarternary:not([class*="btn--colour-"]):hover, .row.row--masthead.row--masthead--style-4 .btn--quarternary:not([class*="btn--colour-"]):focus, .row.row--masthead.row--masthead--style-4 .btn--quarternary:not([class*="btn--colour-"]):active, .row.row--masthead.row--masthead--style-4 .btn--quarternary.nice-select.open:not([class*="btn--colour-"]) {
  color: #fff; }

.row.row--masthead.row--masthead--style-4 .btn--quarternary:not([class*="btn--colour-"]) .ico,
.row.row--masthead.row--masthead--style-4 .btn--quarternary:not([class*="btn--colour-"]) .fa {
  color: #fff; }

.row.row--masthead.row--masthead--style-4 .btn--quarternary:not([class*="btn--colour-"]):before {
  background-color: #fff; }

@media only screen and (max-width: 1348px) {
  .row.row--masthead.row--masthead--style-4 .row__content {
    padding-right: 48px; } }

@media only screen and (max-width: 1179px) {
  .row.row--masthead.row--masthead--style-4 .row__content {
    padding-right: 60px; } }

@media only screen and (max-width: 859px) {
  .row.row--masthead.row--masthead--style-4 .row__body {
    height: auto;
    min-height: 0 !important; } }

@media only screen and (max-width: 679px) {
  body.home .content > .row.row--masthead.row--masthead--style-4:first-child .row__media,
  body.home .content > .row.row--masthead.row--masthead--style-4:first-child .row__footer {
    display: block !important; }
  .row.row--masthead.row--masthead--style-4 .row__content {
    padding: 48px 20px; }
  .row.row--masthead.row--masthead--style-4 .row__footer {
    padding: 20px; } }

.row.row--masthead.row--masthead--style-5 .row__body {
  height: 350px;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.row.row--masthead.row--masthead--style-5 .row__content {
  background: linear-gradient(135deg, #dd0821 0%, #dd0821 30%, #fe6803 100%);
  width: 38%;
  padding: 200px 45px 60px 75px; }
  .row.row--masthead.row--masthead--style-5 .row__content.bg--dark {
    background: transparent; }

.row.row--masthead.row--masthead--style-5 .row__media {
  width: 62%; }

@media only screen and (max-width: 859px) {
  .row.row--masthead.row--masthead--style-5 .row__body {
    height: auto;
    min-height: 0 !important; }
  .row.row--masthead.row--masthead--style-5 .row__media,
  .row.row--masthead.row--masthead--style-5 .row__content {
    width: 100%; }
  .row.row--masthead.row--masthead--style-5 .row__media {
    height: 20vh; }
  .row.row--masthead.row--masthead--style-5 .row__content {
    padding: 30px; } }

@media only screen and (max-width: 679px) {
  .row.row--masthead.row--masthead--style-5 .row__inner {
    padding-top: 77px; }
  .row.row--masthead.row--masthead--style-5 .row__media {
    display: none; } }

.row.row--content .row__header {
  margin-left: 60px; }

.row.row--content .row__body {
  padding: 0 60px; }

.row.row--content .row__content {
  max-width: 940px;
  margin: 0 auto; }

.row.row--content#test_centre_booking_table {
  padding-top: 0; }
  .row.row--content#test_centre_booking_table .row__footer {
    text-align: left;
    width: 1060px;
    max-width: 100%;
    margin: 0 auto; }

@media only screen and (min-width: 1180px) {
  .row.row--content#test_centre_booking_table .row__footer {
    padding-left: 60px;
    padding-right: 60px; } }

@media only screen and (min-width: 1180px) {
  .row.row--content#test_centre_booking_table .row__footer {
    text-align: center; }
    .row.row--content#test_centre_booking_table .row__footer .btn {
      width: 100%;
      text-align: center; } }

.rows.rows--post .row.row--content .row__body {
  max-width: 100%; }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .rows.rows--post .row.row--content .row__header {
    margin-left: 0; }
  .rows.rows--post .row.row--content .row__body {
    padding: 0; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--content .row__header {
    margin-left: 0; }
  .row.row--content .row__body {
    padding: 0; } }

@media only screen and (max-width: 679px) {
  .row.row--content#test_centre_booking_table {
    padding-top: 48px; }
    .row.row--content#test_centre_booking_table .row__header,
    .row.row--content#test_centre_booking_table .row__content {
      text-align: center; }
  .row.row--content .row__header {
    margin-left: 0; }
  .row.row--content .row__body {
    padding: 0; } }

.row.row--features {
  padding: 0; }
  .row.row--features .row__content .block {
    height: auto;
    min-height: 370px; }
  .row.row--features .row__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row; }
  .row.row--features .row__content,
  .row.row--features .row__media {
    height: 100%; }
  .row.row--features .row__content {
    width: 55%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column; }
    .row.row--features .row__content .block {
      width: 100%;
      padding: 70px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: column;
      flex-direction: column; }
    .row.row--features .row__content .block__content img.alignright,
    .row.row--features .row__content .block__content figure.alignright {
      float: right;
      margin: 0 0 0 30px;
      vertical-align: middle;
      max-height: 220px; }
  .row.row--features .row__media {
    width: 45%; }
    .row.row--features .row__media .block__media,
    .row.row--features .row__media .block__body {
      position: relative; }
    .row.row--features .row__media .block__media {
      z-index: 1;
      box-shadow: -20px 0 50px 0 rgba(0, 0, 0, 0.1); }
      .row.row--features .row__media .block__media:after {
        content: "";
        pointer-events: none;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: linear-gradient(173deg, transparent 0%, transparent 50%, #000000 100%); }
    .row.row--features .row__media .block__content,
    .row.row--features .row__media .block__footer {
      position: absolute;
      z-index: 2;
      color: #fff;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .row.row--features .row__media .block__content.position--top-left, .row.row--features .row__media .block__content.position--top-center, .row.row--features .row__media .block__content.position--top-right,
    .row.row--features .row__media .block__footer.position--top-left,
    .row.row--features .row__media .block__footer.position--top-center,
    .row.row--features .row__media .block__footer.position--top-right {
      top: 60px; }
    .row.row--features .row__media .block__content.position--middle-left, .row.row--features .row__media .block__content.position--middle-center, .row.row--features .row__media .block__content.position--middle-right,
    .row.row--features .row__media .block__footer.position--middle-left,
    .row.row--features .row__media .block__footer.position--middle-center,
    .row.row--features .row__media .block__footer.position--middle-right {
      top: 50%; }
    .row.row--features .row__media .block__content.position--bottom-left, .row.row--features .row__media .block__content.position--bottom-center, .row.row--features .row__media .block__content.position--bottom-right,
    .row.row--features .row__media .block__footer.position--bottom-left,
    .row.row--features .row__media .block__footer.position--bottom-center,
    .row.row--features .row__media .block__footer.position--bottom-right {
      bottom: 60px; }
    .row.row--features .row__media .block__content.position--top-left, .row.row--features .row__media .block__content.position--bottom-left,
    .row.row--features .row__media .block__footer.position--top-left,
    .row.row--features .row__media .block__footer.position--bottom-left {
      left: 60px; }
    .row.row--features .row__media .block__content.position--top-center, .row.row--features .row__media .block__content.position--middle-center, .row.row--features .row__media .block__content.position--bottom-center,
    .row.row--features .row__media .block__footer.position--top-center,
    .row.row--features .row__media .block__footer.position--middle-center,
    .row.row--features .row__media .block__footer.position--bottom-center {
      left: 50%;
      transform: translateX(-50%); }
    .row.row--features .row__media .block__content.position--middle-center,
    .row.row--features .row__media .block__footer.position--middle-center {
      transform: translateX(-50%) translateY(-50%); }
    .row.row--features .row__media .block__content.position--top-right, .row.row--features .row__media .block__content.position--middle-right, .row.row--features .row__media .block__content.position--bottom-right {
      right: 0; }
    .row.row--features .row__media .block__footer.position--top-right, .row.row--features .row__media .block__footer.position--middle-right, .row.row--features .row__media .block__footer.position--bottom-right {
      right: 40px; }
  .row.row--features blockquote {
    max-width: 480px;
    margin: 0 auto;
    padding: 0; }
    .row.row--features blockquote:before, .row.row--features blockquote:after {
      content: none; }
    .row.row--features blockquote cite {
      padding-top: 30px; }
      .row.row--features blockquote cite:before {
        content: "";
        display: block;
        position: absolute;
        font-size: 0;
        line-height: 0;
        width: 25px;
        height: 2px;
        overflow: hidden;
        margin: 0;
        background-color: #d5d9db;
        left: 50%;
        top: 10px;
        transform: translateX(-50%); }
  .row.row--features.row-layout--reverse .row__body {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .row.row--features.row-layout--reverse .row__media {
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.1); }

.block.bg--dark .block__content p:not([class*="color--"]),
.block.bg--dark .block__content blockquote:not([class*="color--"]),
.block.bg--dark .block__content h1:not([class*="color--"]), .block.bg--dark .block__content h2:not([class*="color--"]), .block.bg--dark .block__content h3:not([class*="color--"]), .block.bg--dark .block__content h4:not([class*="color--"]), .block.bg--dark .block__content h5:not([class*="color--"]), .block.bg--dark .block__content h6:not([class*="color--"]),
.block.bg--dark .block__content .h1:not([class*="color--"]), .block.bg--dark .block__content .h2:not([class*="color--"]), .block.bg--dark .block__content .h3:not([class*="color--"]), .block.bg--dark .block__content .h4:not([class*="color--"]), .block.bg--dark .block__content .h5:not([class*="color--"]), .block.bg--dark .block__content .h6:not([class*="color--"]),
.block.bg--gradient .block__content p:not([class*="color--"]),
.block.bg--gradient .block__content blockquote:not([class*="color--"]),
.block.bg--gradient .block__content h1:not([class*="color--"]),
.block.bg--gradient .block__content h2:not([class*="color--"]),
.block.bg--gradient .block__content h3:not([class*="color--"]),
.block.bg--gradient .block__content h4:not([class*="color--"]),
.block.bg--gradient .block__content h5:not([class*="color--"]),
.block.bg--gradient .block__content h6:not([class*="color--"]),
.block.bg--gradient .block__content .h1:not([class*="color--"]),
.block.bg--gradient .block__content .h2:not([class*="color--"]),
.block.bg--gradient .block__content .h3:not([class*="color--"]),
.block.bg--gradient .block__content .h4:not([class*="color--"]),
.block.bg--gradient .block__content .h5:not([class*="color--"]),
.block.bg--gradient .block__content .h6:not([class*="color--"]),
.block.bg--gradient-reverse .block__content p:not([class*="color--"]),
.block.bg--gradient-reverse .block__content blockquote:not([class*="color--"]),
.block.bg--gradient-reverse .block__content h1:not([class*="color--"]),
.block.bg--gradient-reverse .block__content h2:not([class*="color--"]),
.block.bg--gradient-reverse .block__content h3:not([class*="color--"]),
.block.bg--gradient-reverse .block__content h4:not([class*="color--"]),
.block.bg--gradient-reverse .block__content h5:not([class*="color--"]),
.block.bg--gradient-reverse .block__content h6:not([class*="color--"]),
.block.bg--gradient-reverse .block__content .h1:not([class*="color--"]),
.block.bg--gradient-reverse .block__content .h2:not([class*="color--"]),
.block.bg--gradient-reverse .block__content .h3:not([class*="color--"]),
.block.bg--gradient-reverse .block__content .h4:not([class*="color--"]),
.block.bg--gradient-reverse .block__content .h5:not([class*="color--"]),
.block.bg--gradient-reverse .block__content .h6:not([class*="color--"]) {
  color: #fff; }

.block.bg--dark .block__content a.btn--secondary:not([class*="btn--colour-"]), .block.bg--dark .block__content a.btn--secondary:not([class*="btn--colour-"]):visited, .block.bg--dark .block__content a.btn--secondary:not([class*="btn--colour-"]):hover, .block.bg--dark .block__content a.btn--secondary:not([class*="btn--colour-"]):focus, .block.bg--dark .block__content a.btn--secondary:not([class*="btn--colour-"]):active, .block.bg--dark .block__content a.btn--secondary.nice-select.open:not([class*="btn--colour-"]),
.block.bg--gradient .block__content a.btn--secondary:not([class*="btn--colour-"]),
.block.bg--gradient .block__content a.btn--secondary:not([class*="btn--colour-"]):visited,
.block.bg--gradient .block__content a.btn--secondary:not([class*="btn--colour-"]):hover,
.block.bg--gradient .block__content a.btn--secondary:not([class*="btn--colour-"]):focus,
.block.bg--gradient .block__content a.btn--secondary:not([class*="btn--colour-"]):active,
.block.bg--gradient .block__content a.btn--secondary.nice-select.open:not([class*="btn--colour-"]),
.block.bg--gradient-reverse .block__content a.btn--secondary:not([class*="btn--colour-"]),
.block.bg--gradient-reverse .block__content a.btn--secondary:not([class*="btn--colour-"]):visited,
.block.bg--gradient-reverse .block__content a.btn--secondary:not([class*="btn--colour-"]):hover,
.block.bg--gradient-reverse .block__content a.btn--secondary:not([class*="btn--colour-"]):focus,
.block.bg--gradient-reverse .block__content a.btn--secondary:not([class*="btn--colour-"]):active,
.block.bg--gradient-reverse .block__content a.btn--secondary.nice-select.open:not([class*="btn--colour-"]) {
  color: #fff; }

.block.bg--dark .block__content a.btn--secondary:not([class*="btn--colour-"]) .ico,
.block.bg--dark .block__content a.btn--secondary:not([class*="btn--colour-"]) .fa,
.block.bg--gradient .block__content a.btn--secondary:not([class*="btn--colour-"]) .ico,
.block.bg--gradient .block__content a.btn--secondary:not([class*="btn--colour-"]) .fa,
.block.bg--gradient-reverse .block__content a.btn--secondary:not([class*="btn--colour-"]) .ico,
.block.bg--gradient-reverse .block__content a.btn--secondary:not([class*="btn--colour-"]) .fa {
  color: #fff; }

.block.bg--dark .block__content a.btn--secondary:not([class*="btn--colour-"]):before,
.block.bg--gradient .block__content a.btn--secondary:not([class*="btn--colour-"]):before,
.block.bg--gradient-reverse .block__content a.btn--secondary:not([class*="btn--colour-"]):before {
  background-color: #fff; }

@media all and (max-width: 1180px) {
  .row.row--features .row__content,
  .row.row--features .row__media {
    width: 50%; } }

@media all and (max-width: 1300px) {
  .row.row--features .row__content .block {
    padding: 60px 30px; }
  .row.row--features .row__content .block__content img.alignright {
    float: none;
    margin: 0 0 20px 0; }
  .row.row--features .row__media .block__content {
    top: auto !important;
    right: auto !important;
    bottom: 100px !important;
    left: 40px !important; }
  .row.row--features .row__media .block__footer {
    top: auto !important;
    left: auto !important;
    right: 20px !important;
    bottom: 30px !important; } }

@media only screen and (max-width: 679px) {
  .row.row--features .row__content,
  .row.row--features .row__media {
    width: 100%; }
  .row.row--features .row__content .block {
    padding: 60px 30px; }
  .row.row--features .row__content .block__content img.alignright {
    float: none;
    margin: 0 0 20px 0; }
  .row.row--features .row__media .block__media {
    height: 60vh; }
  .row.row--features .row__media .block__content,
  .row.row--features .row__media .block__footer {
    transform: none !important; }
  .row.row--features .row__media .block__content {
    top: auto !important;
    right: auto !important;
    bottom: 80px !important;
    left: 40px !important; }
  .row.row--features .row__media .block__footer {
    left: auto !important;
    top: auto !important;
    right: 20px !important;
    bottom: 30px !important; } }

.row.row--media-grid .block {
  margin-bottom: 40px; }

.row.row--media-grid .block__content {
  font-size: 14px;
  padding-top: 40px;
  position: relative;
  z-index: 2; }

.row.row--media-grid .grid__item.one-half .block__media, .row.row--media-grid .grid__item.two-quarters .block__media, .row.row--media-grid .grid__item.three-sixths .block__media, .row.row--media-grid .grid__item.four-eighths .block__media, .row.row--media-grid .grid__item.five-tenths .block__media, .row.row--media-grid .grid__item.six-twelfths .block__media,
.row.row--media-grid .grid__item.one-whole .block__media {
  height: 400px; }

.row.row--media-grid .grid__item.one-third .block__media, .row.row--media-grid .grid__item.two-sixths .block__media, .row.row--media-grid .grid__item.four-twelfths .block__media {
  height: 340px; }

.row.row--media-grid .grid__item.one-quarter .block__media, .row.row--media-grid .grid__item.two-eighths .block__media, .row.row--media-grid .grid__item.three-twelfths .block__media {
  height: 300px; }

.row.row--media-grid .block__media {
  position: relative;
  z-index: 1;
  /*
		&,
		&:after,
		.media-btn,
		figure,
		img {
			border-radius: $base-border-radius;
		}
		*/ }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--media-grid .grid__item.medium-one-half .block__media, .row.row--media-grid .grid__item.medium-two-quarters .block__media, .row.row--media-grid .grid__item.medium-three-sixths .block__media, .row.row--media-grid .grid__item.medium-four-eighths .block__media, .row.row--media-grid .grid__item.medium-five-tenths .block__media, .row.row--media-grid .grid__item.medium-six-twelfths .block__media,
  .row.row--media-grid .grid__item.medium-one-whole .block__media {
    height: 360px; }
  .row.row--media-grid .grid__item.medium-one-third .block__media, .row.row--media-grid .grid__item.medium-two-sixths .block__media, .row.row--media-grid .grid__item.medium-four-twelfths .block__media {
    height: 320px; }
  .row.row--media-grid .grid__item.medium-one-quarter .block__media, .row.row--media-grid .grid__item.medium-two-eighths .block__media, .row.row--media-grid .grid__item.medium-three-twelfths .block__media {
    height: 280px; } }

@media only screen and (max-width: 679px) {
  .row.row--media-grid .grid__item.small-one-whole .block__media {
    height: 320px; }
  .row.row--media-grid .grid__item.small-one-half .block__media, .row.row--media-grid .grid__item.small-two-quarters .block__media, .row.row--media-grid .grid__item.small-three-sixths .block__media, .row.row--media-grid .grid__item.small-four-eighths .block__media, .row.row--media-grid .grid__item.small-five-tenths .block__media, .row.row--media-grid .grid__item.small-six-twelfths .block__media {
    height: 280px; }
    .row.row--media-grid .grid__item.small-one-half .block__media figcaption, .row.row--media-grid .grid__item.small-two-quarters .block__media figcaption, .row.row--media-grid .grid__item.small-three-sixths .block__media figcaption, .row.row--media-grid .grid__item.small-four-eighths .block__media figcaption, .row.row--media-grid .grid__item.small-five-tenths .block__media figcaption, .row.row--media-grid .grid__item.small-six-twelfths .block__media figcaption {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important; }
  .row.row--media-grid .grid__item.small-one-third .block__media, .row.row--media-grid .grid__item.small-two-sixths .block__media, .row.row--media-grid .grid__item.small-four-twelfths .block__media {
    height: 200px; }
    .row.row--media-grid .grid__item.small-one-third .block__media figcaption, .row.row--media-grid .grid__item.small-two-sixths .block__media figcaption, .row.row--media-grid .grid__item.small-four-twelfths .block__media figcaption {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important; }
  .row.row--media-grid .grid__item.small-one-quarter .block__media, .row.row--media-grid .grid__item.small-two-eighths .block__media, .row.row--media-grid .grid__item.small-three-twelfths .block__media {
    height: 150px; }
    .row.row--media-grid .grid__item.small-one-quarter .block__media figcaption, .row.row--media-grid .grid__item.small-two-eighths .block__media figcaption, .row.row--media-grid .grid__item.small-three-twelfths .block__media figcaption {
      border: 0 !important;
      clip: rect(0 0 0 0) !important;
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden !important;
      padding: 0 !important;
      position: absolute !important;
      width: 1px !important; } }

.row.row--form:not(.row--form-content) .row__content {
  width: 860px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row.row--form-content .row__content .grid__item:first-child {
  padding-right: 20px; }

.rows.rows--post .row.row--form .row__body {
  padding: 0 60px; }

.rows.rows--post .row.row--form:not(.row--form-content) .row__content {
  width: 100%; }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--form-content .row__content .grid__item.medium-one-whole:first-child {
    padding-right: 0; } }

@media only screen and (max-width: 679px) {
  .row.row--form-content .row__content .grid__item:first-child {
    padding-right: 0; } }

.row.row--split-content .row__content > .grid > .grid__item:first-child {
  border-right: 2px solid #d5d9db; }
  .row.row--split-content .row__content > .grid > .grid__item:first-child .block__content {
    padding-left: 60px;
    padding-right: 80px;
    text-align: right; }

.row.row--split-content .row__content > .grid > .grid__item:last-child .block__content {
  padding-left: 80px;
  padding-right: 60px;
  text-align: left; }

.row.row--split-content .row__content > .grid.grid--reverse > .grid__item:first-child {
  border-right: none;
  border-left: 2px solid #d5d9db; }
  .row.row--split-content .row__content > .grid.grid--reverse > .grid__item:first-child .block__content {
    padding-left: 80px;
    padding-right: 60px; }

.row.row--split-content .row__content > .grid.grid--reverse > .grid__item:last-child .block__content {
  padding-left: 60px;
  padding-right: 80px; }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .row.row--split-content .row__content > .grid > .grid__item:first-child .block__content {
    padding-left: 40px;
    padding-right: 60px; }
  .row.row--split-content .row__content > .grid > .grid__item:last-child .block__content {
    padding-left: 60px;
    padding-right: 40px; }
  .row.row--split-content .row__content > .grid.grid--reverse > .grid__item:first-child .block__content {
    padding-left: 60px;
    padding-right: 40px; }
  .row.row--split-content .row__content > .grid.grid--reverse > .grid__item:last-child .block__content {
    padding-left: 40px;
    padding-right: 60px; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--split-content .row__content > .grid > .grid__item:first-child .block__content {
    padding-left: 30px;
    padding-right: 50px; }
  .row.row--split-content .row__content > .grid > .grid__item:last-child .block__content {
    padding-left: 50px;
    padding-right: 30px; }
  .row.row--split-content .row__content > .grid.grid--reverse > .grid__item:first-child .block__content {
    padding-left: 50px;
    padding-right: 30px; }
  .row.row--split-content .row__content > .grid.grid--reverse > .grid__item:last-child .block__content {
    padding-left: 30px;
    padding-right: 50px; } }

@media only screen and (max-width: 679px) {
  .row.row--split-content .row__content > .grid > .grid__item:first-child {
    border-right: none;
    border-bottom: 2px solid #d5d9db; }
    .row.row--split-content .row__content > .grid > .grid__item:first-child .block__content {
      padding: 40px 30px !important;
      text-align: left; }
  .row.row--split-content .row__content > .grid > .grid__item:last-child .block__content {
    padding: 40px 30px !important; }
  .row.row--split-content .row__content > .grid.grid--reverse > .grid__item:first-child {
    border-left: none; } }

.row.row--content-tiles .block.block--tile {
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2); }
  .row.row--content-tiles .block.block--tile .block__body {
    min-height: 400px; }
    .row.row--content-tiles .block.block--tile .block__body .block__content,
    .row.row--content-tiles .block.block--tile .block__body .block__media {
      height: 100%; }
  .row.row--content-tiles .block.block--tile .block__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px; }
  .row.row--content-tiles .block.block--tile .block__media {
    background-color: #fff; }
  .row.row--content-tiles .block.block--tile.block--tile--image-left .block__body, .row.row--content-tiles .block.block--tile.block--tile--image-right .block__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.row--content-tiles .block.block--tile.block--tile--image-left .block__media, .row.row--content-tiles .block.block--tile.block--tile--image-right .block__media {
    width: 180px; }
  .row.row--content-tiles .block.block--tile.block--tile--image-left .block__content, .row.row--content-tiles .block.block--tile.block--tile--image-right .block__content {
    -ms-flex: 1;
    flex: 1; }
  .row.row--content-tiles .block.block--tile.block--tile--image-left .block__media,
  .row.row--content-tiles .block.block--tile.block--tile--image-left .block__media img {
    border-radius: 3px 0 0 3px; }
  .row.row--content-tiles .block.block--tile.block--tile--image-right .block__body {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .row.row--content-tiles .block.block--tile.block--tile--image-right .block__media,
  .row.row--content-tiles .block.block--tile.block--tile--image-right .block__media img {
    border-radius: 0 3px 3px 0; }
  .row.row--content-tiles .block.block--tile.block--tile--content-top .block__content {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row.row--content-tiles .block.block--tile.block--tile--content-bottom .block__content {
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row.row--content-tiles .block.block--tile.block--tile--image-background .block__body {
    position: relative; }
  .row.row--content-tiles .block.block--tile.block--tile--image-background .block__media {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .row.row--content-tiles .block.block--tile.block--tile--image-background .block__media,
    .row.row--content-tiles .block.block--tile.block--tile--image-background .block__media figure,
    .row.row--content-tiles .block.block--tile.block--tile--image-background .block__media figure:after,
    .row.row--content-tiles .block.block--tile.block--tile--image-background .block__media img {
      border-radius: 3px; }
    .row.row--content-tiles .block.block--tile.block--tile--image-background .block__media figure:after {
      content: "";
      pointer-events: none;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, transparent 0%, #000000 100%);
      opacity: 0.7;
      z-index: 2; }
  .row.row--content-tiles .block.block--tile.block--tile--image-background .block__content {
    position: relative;
    z-index: 2; }
    .row.row--content-tiles .block.block--tile.block--tile--image-background .block__content > *:not([class*="color--"]) {
      color: #fff; }
  .row.row--content-tiles .block.block--tile.block--tile--image-background.block--tile--content-top .block__media figure:after {
    background: linear-gradient(180deg, #000000 0%, transparent 100%); }

@media only screen and (max-width: 679px) {
  .row.row--content-tiles .block.block--tile .block__body {
    min-height: 320px; }
  .row.row--content-tiles .block.block--tile .block__content {
    padding: 30px; }
  .row.row--content-tiles .block.block--tile.block--tile--image-left .block__body, .row.row--content-tiles .block.block--tile.block--tile--image-right .block__body {
    -ms-flex-direction: column;
    flex-direction: column; }
  .row.row--content-tiles .block.block--tile.block--tile--image-left .block__media, .row.row--content-tiles .block.block--tile.block--tile--image-right .block__media {
    width: 100%;
    height: 200px; }
    .row.row--content-tiles .block.block--tile.block--tile--image-left .block__media,
    .row.row--content-tiles .block.block--tile.block--tile--image-left .block__media img, .row.row--content-tiles .block.block--tile.block--tile--image-right .block__media,
    .row.row--content-tiles .block.block--tile.block--tile--image-right .block__media img {
      border-radius: 3px 3px 0 0; } }

.row.row--accordion .row__body,
.row.row--accordion .row__header {
  width: 820px;
  max-width: 100%;
  margin: 0 auto; }

.row.row--accordion .row__header.row__header--decorated {
  margin-bottom: 48px; }

.row.row--accordion .row__header.row__header--wide {
  padding-left: 0;
  padding-right: 0; }

.rows.rows--post .row.row--accordion {
  padding: 0 60px; }
  .rows.rows--post .row.row--accordion .row__body,
  .rows.rows--post .row.row--accordion .row__header {
    width: 100%; }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .rows.rows--post .row.row--accordion {
    padding: 0; } }

.accordion__header {
  border-top: 1px solid #2d3941;
  transition: border-color 0.4s;
  display: block;
  margin: 0; }
  .accordion__header a {
    display: block;
    padding: 20px 50px 20px 0;
    text-decoration: none;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #717f87;
    transition: color 0.4s;
    position: relative; }
    .accordion__header a:hover {
      color: #2d3941; }
    .accordion__header a:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "ielts-icons" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      right: 0;
      top: 22px;
      -webkit-transform-style: preserve-3d;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform-origin: 50%;
      transition: transform 0.4s; }
  .accordion__header.active {
    border-color: #dd0821; }
    .accordion__header.active a, .accordion__header.active a:hover {
      color: #dd0821; }
    .accordion__header.active a:after {
      transform: rotate(-180deg); }

.accordion__body {
  display: none;
  padding: 0 0 48px 0;
  margin: 0; }

.row.row--reviews .reviews,
.row.row--reviews .reviews__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.row.row--reviews .reviews__header {
  width: 33.333%;
  padding: 40px 40px 40px 0; }

.row.row--reviews .reviews__body {
  width: 66.666%; }

.row.row--reviews .review .review__inner {
  padding: 40px; }

.row.row--reviews .review__header {
  margin-bottom: 20px; }

.row.row--reviews .review__name {
  margin-bottom: 6px; }

.row.row--reviews .review__date,
.row.row--reviews .review__subtitle {
  font-size: 15px;
  display: inline-block;
  margin-right: 12px;
  color: #8c989f; }

.row.row--reviews .review__subtitle {
  display: block;
  margin-bottom: 6px; }

.row.row--reviews .review__stars {
  color: #dd0821;
  font-size: 14px; }
  .row.row--reviews .review__stars .ico:not(:last-child) {
    margin-right: 12px; }

.row.row--reviews .review__body {
  font-family: "HelveticaNeueETW01-66Md", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

.row.row--reviews.row--reviews--columns .review {
  border-left: 1px solid rgba(113, 127, 135, 0.5);
  width: 50%; }

.row.row--reviews.row--reviews--columns .reviews {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row.row--reviews.row--reviews--columns .reviews__footer {
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: right;
  padding: 0 40px; }

.row.row--reviews.row--reviews--slider .review {
  text-align: left; }

.row.row--reviews.row--reviews--slider .reviews__header {
  padding: 0 40px 0 0; }

.row.row--reviews.row--reviews--slider .review__inner {
  padding: 0; }

.row.row--reviews.row--reviews--slider .swiper-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3; }

.row.row--reviews.row--reviews--slider .swiper-container {
  padding-bottom: 80px;
  width: 100%; }

.row.row--reviews.row--reviews--slider .swiper-pagination {
  text-align: left;
  z-index: 2; }

.row.row--reviews.row--reviews--slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #717f87;
  opacity: 1;
  outline: none; }

.row.row--reviews.row--reviews--slider .swiper-pagination-bullet-active {
  background: #717f87; }

.row.row--reviews.bg--gradient .review__date,
.row.row--reviews.bg--gradient .review__subtitle, .row.row--reviews.bg--gradient-reverse .review__date,
.row.row--reviews.bg--gradient-reverse .review__subtitle, .row.row--reviews.bg--red .review__date,
.row.row--reviews.bg--red .review__subtitle {
  color: #fff; }

.row.row--reviews.bg--gradient .review__stars, .row.row--reviews.bg--gradient-reverse .review__stars, .row.row--reviews.bg--red .review__stars {
  color: #fff; }

.row.row--reviews.bg--gradient.row--reviews--slider .swiper-pagination-bullet, .row.row--reviews.bg--gradient-reverse.row--reviews--slider .swiper-pagination-bullet, .row.row--reviews.bg--red.row--reviews--slider .swiper-pagination-bullet {
  border-color: #fff; }

.row.row--reviews.bg--gradient.row--reviews--slider .swiper-pagination-bullet-active, .row.row--reviews.bg--gradient-reverse.row--reviews--slider .swiper-pagination-bullet-active, .row.row--reviews.bg--red.row--reviews--slider .swiper-pagination-bullet-active {
  background: #fff; }

.row.row--reviews.bg--dark, .row.row--reviews.bg--gradient, .row.row--reviews.bg--gradient-reverse, .row.row--reviews.bg--red {
  color: #fff; }
  .row.row--reviews.bg--dark .reviews__header > *:not([class*="color--"]),
  .row.row--reviews.bg--dark .review__header > *:not([class*="color--"]),
  .row.row--reviews.bg--dark .review__body > *:not([class*="color--"]),
  .row.row--reviews.bg--dark .review__footer > *:not([class*="color--"]), .row.row--reviews.bg--gradient .reviews__header > *:not([class*="color--"]),
  .row.row--reviews.bg--gradient .review__header > *:not([class*="color--"]),
  .row.row--reviews.bg--gradient .review__body > *:not([class*="color--"]),
  .row.row--reviews.bg--gradient .review__footer > *:not([class*="color--"]), .row.row--reviews.bg--gradient-reverse .reviews__header > *:not([class*="color--"]),
  .row.row--reviews.bg--gradient-reverse .review__header > *:not([class*="color--"]),
  .row.row--reviews.bg--gradient-reverse .review__body > *:not([class*="color--"]),
  .row.row--reviews.bg--gradient-reverse .review__footer > *:not([class*="color--"]), .row.row--reviews.bg--red .reviews__header > *:not([class*="color--"]),
  .row.row--reviews.bg--red .review__header > *:not([class*="color--"]),
  .row.row--reviews.bg--red .review__body > *:not([class*="color--"]),
  .row.row--reviews.bg--red .review__footer > *:not([class*="color--"]) {
    color: #fff; }

@media all and (max-width: 1320px) {
  .row.row--reviews.row--reviews--columns .reviews__header {
    padding-left: 40px; }
  .row.row--reviews.row--reviews--slider .reviews__header,
  .row.row--reviews.row--reviews--slider .reviews__body {
    padding: 0 40px; } }

@media only screen and (max-width: 859px) {
  .row.row--reviews .reviews {
    -ms-flex-direction: column;
    flex-direction: column; }
  .row.row--reviews .reviews__header {
    width: 100%; }
  .row.row--reviews .reviews__body {
    width: 100%; }
  .row.row--reviews.row--reviews--columns .review {
    border-left: none;
    border-top: 1px solid rgba(113, 127, 135, 0.5); }
  .row.row--reviews.row--reviews--columns .reviews__footer {
    padding: 20px 0 0 0; }
  .row.row--reviews.row--reviews--slider .reviews__header {
    margin-bottom: 48px; }
  .row.row--reviews.row--reviews--slider .swiper-wrapper,
  .row.row--reviews.row--reviews--slider .swiper-slide {
    -ms-flex-align: start;
    align-items: flex-start; } }

@media only screen and (max-width: 679px) {
  .row.row--reviews .reviews__body {
    -ms-flex-direction: column;
    flex-direction: column; }
  .row.row--reviews .review .review__inner {
    padding: 40px 20px; }
  .row.row--reviews.row--reviews--columns .reviews__header, .row.row--reviews.row--reviews--slider .reviews__header {
    padding: 40px 20px; }
  .row.row--reviews.row--reviews--columns .review, .row.row--reviews.row--reviews--slider .review {
    width: 100% !important; }
  .row.row--reviews.row--reviews--slider .reviews__header {
    padding: 20px 0 0;
    margin-bottom: 30px; }
  .row.row--reviews.row--reviews--slider .reviews__body {
    padding: 0 0 40px; }
  .row.row--reviews.row--reviews--slider .review .review__inner {
    padding: 0; }
  .row.row--reviews.row--reviews--slider .swiper-container {
    padding-top: 60px;
    padding-bottom: 70px; }
  .row.row--reviews.row--reviews--slider .swiper-pagination {
    left: 0;
    bottom: auto;
    top: 0; }
  .row.row--reviews.row--reviews--slider .swiper-footer {
    left: 0;
    bottom: 0; } }

.row.row--content-media.row-valign--middle .row__body {
  -ms-flex-align: center;
  align-items: center; }

.row.row--content-media .row__media {
  background-color: #fff; }

.row.row--content-media .row__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1; }

.row.row--content-media .row__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1; }

.row.row--content-media .row__media {
  z-index: 2; }

.row.row--content-media.row-layout--media-left .row__body {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media only screen and (max-width: 859px) {
  .row.row--content-media .stat:not(:last-child),
  .row.row--content-media .stat:first-child {
    margin-right: 50px; }
    .row.row--content-media .stat:not(:last-child):before,
    .row.row--content-media .stat:first-child:before {
      font-size: 60px;
      right: -50px; }
  .row.row--content-media .stat__title {
    margin-top: 5px;
    font-size: 12px;
    -ms-flex-order: 2;
    order: 2; }
  .row.row--content-media .stat__value {
    font-size: 50px;
    -ms-flex-order: 1;
    order: 1; }
  .row.row--content-media .stat-group .stat:not(:first-child) {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .row.row--content-media .row__content .stat-group {
    width: 100%;
    margin-left: 0;
    -ms-flex-pack: end;
    justify-content: flex-end; } }

.row.row--content-media--style-1 {
  padding: 0; }
  .row.row--content-media--style-1 .row__content {
    width: 60%; }
  .row.row--content-media--style-1 .row__media {
    width: 40%;
    min-height: 620px;
    box-shadow: -20px 0 50px 0 rgba(0, 0, 0, 0.1); }
    .row.row--content-media--style-1 .row__media:after {
      content: "";
      pointer-events: none;
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: linear-gradient(173deg, transparent 0%, transparent 50%, #000000 100%); }
  .row.row--content-media--style-1 .row__footer,
  .row.row--content-media--style-1 .row__aside {
    display: block;
    position: absolute;
    z-index: 3;
    padding: 0;
    color: #fff; }
  .row.row--content-media--style-1 .row__footer.position--top-right, .row.row--content-media--style-1 .row__footer.position--middle-right, .row.row--content-media--style-1 .row__footer.position--bottom-right {
    right: 10px; }
  .row.row--content-media--style-1 .row__footer.position--top-left, .row.row--content-media--style-1 .row__footer.position--middle-left, .row.row--content-media--style-1 .row__footer.position--bottom-left {
    left: calc(60% + 40px); }
  .row.row--content-media--style-1 .row__footer.position--top-center, .row.row--content-media--style-1 .row__footer.position--middle-center, .row.row--content-media--style-1 .row__footer.position--bottom-center {
    left: 80%;
    transform: translateX(-50%); }
  .row.row--content-media--style-1 .row__footer.position--bottom-left, .row.row--content-media--style-1 .row__footer.position--bottom-center, .row.row--content-media--style-1 .row__footer.position--bottom-right {
    bottom: 50px; }
  .row.row--content-media--style-1 .row__footer.position--middle-left, .row.row--content-media--style-1 .row__footer.position--middle-center, .row.row--content-media--style-1 .row__footer.position--middle-right {
    top: 50%; }
  .row.row--content-media--style-1 .row__footer.position--middle-center {
    transform: translateY(-50%) translateX(-50%); }
  .row.row--content-media--style-1 .row__footer.position--top-left, .row.row--content-media--style-1 .row__footer.position--top-center, .row.row--content-media--style-1 .row__footer.position--top-right {
    top: 40px; }
  .row.row--content-media--style-1 .row__aside {
    transform-origin: 100% 0;
    transform: rotate(-90deg) translateX(100%) translateY(-100%);
    padding: 0 60px; }
    .row.row--content-media--style-1 .row__aside.position--top-right, .row.row--content-media--style-1 .row__aside.position--middle-right, .row.row--content-media--style-1 .row__aside.position--bottom-right {
      right: 30px; }
    .row.row--content-media--style-1 .row__aside.position--bottom-left, .row.row--content-media--style-1 .row__aside.position--middle-left, .row.row--content-media--style-1 .row__aside.position--middle-right, .row.row--content-media--style-1 .row__aside.position--bottom-right {
      bottom: -30px; }
    .row.row--content-media--style-1 .row__aside.position--top-left, .row.row--content-media--style-1 .row__aside.position--middle-left, .row.row--content-media--style-1 .row__aside.position--bottom-left {
      left: auto;
      right: calc(40% - 60px); }
    .row.row--content-media--style-1 .row__aside.position--top-left, .row.row--content-media--style-1 .row__aside.position--top-center, .row.row--content-media--style-1 .row__aside.position--top-right {
      text-align: right; }
    .row.row--content-media--style-1 .row__aside.position--middle-left, .row.row--content-media--style-1 .row__aside.position--middle-center, .row.row--content-media--style-1 .row__aside.position--middle-right {
      text-align: center; }
    .row.row--content-media--style-1 .row__aside.position--top-center, .row.row--content-media--style-1 .row__aside.position--bottom-center, .row.row--content-media--style-1 .row__aside.position--middle-center {
      left: calc(40% + 34px); }
  .row.row--content-media--style-1 .row__footer.position--bottom-right + .row__aside.position--bottom-right,
  .row.row--content-media--style-1 .row__footer.position--bottom-left + .row__aside.position--bottom-left {
    text-align: right; }
  .row.row--content-media--style-1 .row__footer.position--top-right + .row__aside.position--top-right,
  .row.row--content-media--style-1 .row__footer.position--top-left + .row__aside.position--top-left {
    text-align: left; }
  .row.row--content-media--style-1.row-layout--media-left .row__media {
    box-shadow: 20px 0 50px 0 rgba(0, 0, 0, 0.1); }
  .row.row--content-media--style-1.row-layout--media-left .row__footer.position--top-right, .row.row--content-media--style-1.row-layout--media-left .row__footer.position--middle-right, .row.row--content-media--style-1.row-layout--media-left .row__footer.position--bottom-right {
    right: calc(60% + 10px); }
  .row.row--content-media--style-1.row-layout--media-left .row__footer.position--top-left, .row.row--content-media--style-1.row-layout--media-left .row__footer.position--middle-left, .row.row--content-media--style-1.row-layout--media-left .row__footer.position--bottom-left {
    right: auto;
    left: calc(-40% + 20px); }
  .row.row--content-media--style-1.row-layout--media-left .row__footer.position--top-center, .row.row--content-media--style-1.row-layout--media-left .row__footer.position--middle-center, .row.row--content-media--style-1.row-layout--media-left .row__footer.position--bottom-center {
    left: 20%; }
  .row.row--content-media--style-1.row-layout--media-left .row__aside.position--top-left, .row.row--content-media--style-1.row-layout--media-left .row__aside.position--middle-left, .row.row--content-media--style-1.row-layout--media-left .row__aside.position--bottom-left {
    left: calc(-40% + 80px); }
  .row.row--content-media--style-1.row-layout--media-left .row__aside.position--top-right, .row.row--content-media--style-1.row-layout--media-left .row__aside.position--middle-right, .row.row--content-media--style-1.row-layout--media-left .row__aside.position--bottom-right {
    right: calc(60% + 30px); }
  .row.row--content-media--style-1.row-layout--media-left .row__aside.position--top-center, .row.row--content-media--style-1.row-layout--media-left .row__aside.position--middle-center, .row.row--content-media--style-1.row-layout--media-left .row__aside.position--bottom-center {
    left: calc(-20% + 30px); }

@media only screen and (min-width: 860px) {
  .row.row--content-media--style-1 .row__content {
    padding: 80px; } }

@media only screen and (min-width: 1180px) {
  .row.row--content-media--style-1 .row__content {
    padding: 80px 100px; } }

@media only screen and (min-width: 1440px) {
  .row.row--content-media--style-1 .row__content {
    padding: 80px 120px; } }

@media only screen and (max-width: 859px) {
  .row.row--content-media--style-1 .row__footer {
    bottom: auto !important;
    left: auto !important;
    right: 30px !important;
    top: 320px !important;
    transform: translateY(-100%);
    margin-top: -30px; }
  .row.row--content-media--style-1 .row__aside {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .row.row--content-media--style-1.row-small-layout--media-bottom .row__footer {
    top: auto !important;
    bottom: 0; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--content-media--style-1 .row__content {
    padding: 60px 40px; } }

@media only screen and (max-width: 679px) {
  .row.row--content-media--style-1 .row__content {
    padding: 50px 30px; }
  .row.row--content-media--style-1 .row__body {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .row.row--content-media--style-1 .row__content {
    width: 100%; }
  .row.row--content-media--style-1 .row__media {
    width: 100%;
    height: 320px;
    min-height: 0; }
  .row.row--content-media--style-1.row-small-layout--media-top .row__body {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

.row.row--content-media--style-2 .row__media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.row.row--content-media--style-2 .row__content {
  padding: 40px 0; }

.row.row--content-media--style-2 .row__media {
  margin-left: 60px; }
  .row.row--content-media--style-2 .row__media figure {
    box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2); }

.row.row--content-media--style-2.row-layout--media-left .row__media {
  margin-left: 0;
  margin-right: 60px; }
  .row.row--content-media--style-2.row-layout--media-left .row__media figure {
    box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2); }

@media all and (min-width: 1180px) and (max-width: 1320px) {
  .row.row--content-media--style-2 .row__media {
    margin-right: 60px; }
  .row.row--content-media--style-2.row-layout--media-left .row__media {
    margin-right: 0;
    margin-left: 60px; } }

@media all and (min-width: 860px) and (max-width: 1320px) {
  .row.row--content-media--style-2 .row__content {
    padding: 40px 0 40px 40px; }
  .row.row--content-media--style-2.row-layout--media-left .row__media {
    margin-right: 60px; }
  .row.row--content-media--style-2.row-layout--media-left .row__content {
    padding: 40px 40px 40px 0; } }

@media only screen and (max-width: 679px) {
  .row.row--content-media--style-2 .row__body {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .row.row--content-media--style-2 .row__media {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .row.row--content-media--style-2.row-small-layout--media-top .row__body {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; } }

.row.row--content-media--style-3 {
  padding: 0; }
  .row.row--content-media--style-3 .row__content,
  .row.row--content-media--style-3 .row__media {
    margin-left: auto; }
  .row.row--content-media--style-3 .row__body {
    -ms-flex-pack: center;
    justify-content: center; }
  .row.row--content-media--style-3 .row__content {
    width: 50%;
    padding: 50px;
    max-width: 620px;
    margin-right: 0; }
  .row.row--content-media--style-3 .row__media {
    width: 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }
    .row.row--content-media--style-3 .row__media figure {
      box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2); }
      .row.row--content-media--style-3 .row__media figure, .row.row--content-media--style-3 .row__media figure:after,
      .row.row--content-media--style-3 .row__media figure .media-btn,
      .row.row--content-media--style-3 .row__media figure img {
        border-radius: 3px 0 0 3px; }
  .row.row--content-media--style-3.row-layout--media-left .row__content,
  .row.row--content-media--style-3.row-layout--media-left .row__media {
    margin-left: 0;
    margin-right: auto; }
  .row.row--content-media--style-3.row-layout--media-left .row__content {
    margin-left: 0; }
  .row.row--content-media--style-3.row-layout--media-left .row__media figure {
    box-shadow: 30px 30px 60px 0 rgba(0, 0, 0, 0.2); }
    .row.row--content-media--style-3.row-layout--media-left .row__media figure, .row.row--content-media--style-3.row-layout--media-left .row__media figure:after,
    .row.row--content-media--style-3.row-layout--media-left .row__media figure .media-btn,
    .row.row--content-media--style-3.row-layout--media-left .row__media figure img {
      border-radius: 0 3px 3px 0; }
  .row.row--content-media--style-3:last-child:not([class*="bg--"]) {
    z-index: 1;
    margin-bottom: -48px; }

@media only screen and (max-width: 859px) {
  .row.row--content-media--style-3:last-child {
    margin-bottom: 0; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--content-media--style-3 .row__media {
    width: 50%; }
  .row.row--content-media--style-3 .row__content {
    padding: 60px 40px; } }

@media only screen and (max-width: 679px) {
  .row.row--content-media--style-3 .row__body {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .row.row--content-media--style-3 .row__media,
  .row.row--content-media--style-3 .row__content {
    width: 100%; }
  .row.row--content-media--style-3 .row__content {
    padding: 40px 20px; } }

.row.row--media {
  padding: 0; }
  .row.row--media .row__body {
    padding: 0 60px; }

@media all and (min-width: 860px) and (max-width: 1180px) {
  .row.row--media .row__body {
    padding: 0; } }

.row.row--content-carousel {
  padding: 48px;
  background: linear-gradient(135deg, #dd0821 0%, #dd0821 70%, #fe6803 100%); }
  .row.row--content-carousel .swiper-container {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 48px; }
  .row.row--content-carousel .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start; }
  .row.row--content-carousel .swiper-slide {
    color: #fff; }
  .row.row--content-carousel .swiper-pagination {
    bottom: 0; }
  .row.row--content-carousel .swiper-pagination-bullet {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    opacity: 1;
    width: 10px;
    height: 10px; }
    .row.row--content-carousel .swiper-pagination-bullet:not(:last-child) {
      margin-left: 6px; }
  .row.row--content-carousel .swiper-pagination-bullet-active {
    background-color: #fff; }
  .row.row--content-carousel .swiper-slide {
    text-align: left; }
  .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]) {
    background-color: #fff; }
    .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]), .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]):focus, .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]):active, .row.row--content-carousel .btn--primary.nice-select.open:not([class*="btn--colour-"]), .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]):visited, .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]):hover {
      color: #dd0821; }
    .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]) .ico,
    .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]) .fa {
      color: #dd0821; }
    .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]):focus, .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]):hover, .row.row--content-carousel .btn--primary:not([class*="btn--colour-"]):active, .row.row--content-carousel .btn--primary.nice-select.open:not([class*="btn--colour-"]) {
      background-color: #717f87; }
  .row.row--content-carousel .btn--secondary:not([class*="btn--colour-"]), .row.row--content-carousel .btn--secondary:not([class*="btn--colour-"]):visited, .row.row--content-carousel .btn--secondary:not([class*="btn--colour-"]):hover, .row.row--content-carousel .btn--secondary:not([class*="btn--colour-"]):focus, .row.row--content-carousel .btn--secondary:not([class*="btn--colour-"]):active, .row.row--content-carousel .btn--secondary.nice-select.open:not([class*="btn--colour-"]) {
    color: #fff; }
  .row.row--content-carousel .btn--secondary:not([class*="btn--colour-"]) .ico,
  .row.row--content-carousel .btn--secondary:not([class*="btn--colour-"]) .fa {
    color: #fff; }
  .row.row--content-carousel .btn--secondary:not([class*="btn--colour-"]):before {
    background-color: #fff; }
  .row.row--content-carousel .btn--tertiary:not([class*="btn--colour-"]) {
    border: 1px solid #fff; }
    .row.row--content-carousel .btn--tertiary:not([class*="btn--colour-"]), .row.row--content-carousel .btn--tertiary:not([class*="btn--colour-"]):visited {
      background-color: rgba(255, 255, 255, 0);
      color: #fff; }
    .row.row--content-carousel .btn--tertiary:not([class*="btn--colour-"]) .ico,
    .row.row--content-carousel .btn--tertiary:not([class*="btn--colour-"]) .fa {
      color: #fff; }
    .row.row--content-carousel .btn--tertiary:not([class*="btn--colour-"]):hover, .row.row--content-carousel .btn--tertiary:not([class*="btn--colour-"]):focus, .row.row--content-carousel .btn--tertiary:not([class*="btn--colour-"]):active, .row.row--content-carousel .btn--tertiary.nice-select.open:not([class*="btn--colour-"]) {
      background-color: white;
      color: #2d3941; }
  .row.row--content-carousel .btn--quarternary:not([class*="btn--colour-"]), .row.row--content-carousel .btn--quarternary:not([class*="btn--colour-"]):visited, .row.row--content-carousel .btn--quarternary:not([class*="btn--colour-"]):hover, .row.row--content-carousel .btn--quarternary:not([class*="btn--colour-"]):focus, .row.row--content-carousel .btn--quarternary:not([class*="btn--colour-"]):active, .row.row--content-carousel .btn--quarternary.nice-select.open:not([class*="btn--colour-"]) {
    color: #fff; }
  .row.row--content-carousel .btn--quarternary:not([class*="btn--colour-"]) .ico,
  .row.row--content-carousel .btn--quarternary:not([class*="btn--colour-"]) .fa {
    color: #fff; }
  .row.row--content-carousel .btn--quarternary:not([class*="btn--colour-"]):before {
    background-color: #fff; }

@media only screen and (max-width: 679px) {
  .row.row--content-carousel .row__footer {
    padding: 20px; } }

.feed {
  padding-bottom: 48px; }

.feed__footer {
  text-align: center;
  padding: 20px 0; }
  .feed__footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .feed__footer ul > li {
      display: inline-block;
      padding: 0;
      margin: 0; }
      .feed__footer ul > li:not(:first-child) {
        margin-left: 2px; }
      .feed__footer ul > li > a,
      .feed__footer ul > li > span {
        display: block;
        text-align: center;
        width: 40px;
        height: 40px;
        background-color: #FAFAFA;
        color: #2d3941;
        text-decoration: none;
        line-height: 40px;
        font-size: 15px;
        font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal; }
        .feed__footer ul > li > a.current,
        .feed__footer ul > li > span.current {
          background-color: #dd0821;
          color: #fff;
          width: 50px;
          height: 50px;
          line-height: 50px; }
      .feed__footer ul > li > a:hover,
      .feed__footer ul > li > a:focus,
      .feed__footer ul > li > a:active,
      .feed__footer ul > li > a.nice-select.open {
        background-color: #d5d9db; }

.feed.feed--practice {
  margin-bottom: 70px; }
  .feed.feed--practice .block:not(:last-child) {
    margin-bottom: 12px; }
  .feed.feed--practice .feed__inner {
    padding: 0 60px; }
  .feed.feed--practice .feed__header {
    margin-top: 100px;
    margin-bottom: 50px; }

.feed.feed--test-centres {
  padding-bottom: 100px; }
  .feed.feed--test-centres .feed__header {
    margin-top: 100px;
    margin-bottom: 50px; }
  .feed.feed--test-centres .feed__group:not(:last-child) {
    margin-bottom: 48px; }
  .feed.feed--test-centres .feed__footer {
    text-align: left; }
  .feed.feed--test-centres .feed__footer,
  .feed.feed--test-centres .feed__group#closest-center {
    display: none; }

.feed.feed--events .feed__group {
  padding-top: 70px;
  padding-bottom: 80px; }
  .feed.feed--events .feed__group:first-child {
    padding-top: 100px; }

.feed.feed--events .feed__group:nth-child(odd) {
  background-color: #FAFAFA; }

.feed.feed--events .feed__group-title {
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1.24444;
  margin-bottom: 48px; }

.feed.feed--search {
  padding-top: 80px;
  padding-bottom: 80px; }
  .feed.feed--search .feed__inner.wrap {
    width: 820px; }
  .feed.feed--search .feed__header {
    margin-bottom: 48px; }

.feed.feed--who-accepts-ielts .feed__header {
  background-color: #2d3941;
  color: #fff;
  font-size: 13px;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  padding: 12px 30px;
  border-radius: 3px;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 15px; }

.feed.feed--who-accepts-ielts .feed__group:not([data-page="1"]) {
  display: none; }

.feed.feed--who-accepts-ielts .feed__header,
.feed.feed--who-accepts-ielts .block__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }
  .feed.feed--who-accepts-ielts .feed__header > *:not(:last-child),
  .feed.feed--who-accepts-ielts .block__content > *:not(:last-child) {
    padding-right: 20px; }

.feed.feed--who-accepts-ielts .feed__header > * {
  display: inline-block; }

.feed.feed--who-accepts-ielts .feed__header__title,
.feed.feed--who-accepts-ielts .block__title {
  width: 30%;
  min-width: 300px;
  -ms-flex: 1;
  flex: 1; }

.feed.feed--who-accepts-ielts .feed__header__location,
.feed.feed--who-accepts-ielts .block__location {
  width: 15%;
  min-width: 120px; }

.feed.feed--who-accepts-ielts .feed__header__org-type,
.feed.feed--who-accepts-ielts .block__org-type {
  width: 12%;
  min-width: 120px; }

.feed.feed--who-accepts-ielts .feed__header__link,
.feed.feed--who-accepts-ielts .block__link {
  width: 12%;
  min-width: 170px; }

.feed.feed--who-accepts-ielts .feed__header__score,
.feed.feed--who-accepts-ielts .block__score {
  width: 190px;
  min-width: 150px; }

.feed.feed--who-accepts-ielts .feed__header__action,
.feed.feed--who-accepts-ielts .block__action {
  min-width: 170px; }

@media screen and (min-width: 680px) and (max-width: 1179px) {
  .feed.feed--who-accepts-ielts .feed__header {
    display: none; }
  .feed.feed--who-accepts-ielts .block__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .feed.feed--who-accepts-ielts .block__title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    min-width: 0; }
  .feed.feed--who-accepts-ielts .block__location {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%; }
  .feed.feed--who-accepts-ielts .block__org-type {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%; }
  .feed.feed--who-accepts-ielts .block__link {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    text-align: right; }
  .feed.feed--who-accepts-ielts .block__score {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 0;
    width: 50%;
    text-align: right; }
  .feed.feed--who-accepts-ielts .block__action {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 0;
    width: 50%; } }

@media only screen and (max-width: 859px) {
  body.page-template-who-accepts-ielts .content__header {
    display: none !important; }
  body.page-template-who-accepts-ielts .content__body {
    padding-top: 90px; } }

@media only screen and (max-width: 679px) {
  .feed.feed--practice .feed__inner {
    padding: 0 30px; }
  .feed.feed--practice .feed__header {
    margin-top: 80px; }
  .feed.feed--test-centres {
    padding-bottom: 0; }
    .feed.feed--test-centres .feed__header {
      margin-top: 40px; }
    .feed.feed--test-centres .feed__group:not(:last-child) {
      margin-bottom: 60px; }
    .feed.feed--test-centres .feed__group-title {
      color: #dd0821; }
  .feed.feed--events .feed__group {
    padding-top: 40px;
    padding-bottom: 40px; }
    .feed.feed--events .feed__group:first-child {
      padding-top: 50px; }
  .feed.feed--events .feed__group-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.86667;
    margin-bottom: 20px; }
  body.page-template-who-accepts-ielts .content__body {
    padding-top: 80px; }
  .feed.feed--who-accepts-ielts .feed__header {
    display: none; }
  .feed.feed--who-accepts-ielts .feed__inner {
    padding-left: 10px;
    padding-right: 10px; } }

.row.row--posts-grid {
  padding: 70px 0 60px; }
  .row.row--posts-grid:first-child {
    padding-top: 100px; }
  .row.row--posts-grid .row__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-left: -20px; }
  .row.row--posts-grid .block.block--post {
    width: 33.333%;
    padding-left: 20px; }
  .row.row--posts-grid .block__meta {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.15385;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    color: #dd0821; }
  .row.row--posts-grid .block__media {
    height: 240px;
    position: relative;
    z-index: 1;
    margin-bottom: 12px; }
  .row.row--posts-grid .block__content {
    position: relative;
    z-index: 2; }
  .row.row--posts-grid .block__title {
    margin-bottom: 12px; }
    .row.row--posts-grid .block__title a {
      color: #2d3941;
      text-decoration: none; }
      .row.row--posts-grid .block__title a:hover, .row.row--posts-grid .block__title a:active, .row.row--posts-grid .block__title a.nice-select.open {
        color: #dd0821; }
  .row.row--posts-grid.row--posts-grid--style-1 {
    background-color: #FAFAFA; }
    .row.row--posts-grid.row--posts-grid--style-1:first-child {
      padding-bottom: 90px; }
    .row.row--posts-grid.row--posts-grid--style-1 .block.block--post {
      width: 33.333%;
      padding-left: 20px; }
      .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child {
        width: 66.666%; }
        .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child .block__body {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          -ms-flex-align: start;
          align-items: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child .block__content {
          width: calc(50% + 20px);
          padding-right: 20px; }
        .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child .block__title {
          font-size: 45px;
          font-size: 2.8125rem;
          line-height: 1.24444; }
        .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child .block__media {
          width: calc(50% - 20px);
          height: 360px; }
    .row.row--posts-grid.row--posts-grid--style-1 .block__media {
      height: 245px; }
  .row.row--posts-grid.row--posts-grid--style-2 {
    padding-top: 40px; }
    .row.row--posts-grid.row--posts-grid--style-2:nth-child(2) {
      padding-top: 90px; }
  .row.row--posts-grid.row--posts-grid--style-3 {
    background-color: #FAFAFA; }
    .row.row--posts-grid.row--posts-grid--style-3 .block.block--post {
      width: 100%; }
      .row.row--posts-grid.row--posts-grid--style-3 .block.block--post .block__body {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .row.row--posts-grid.row--posts-grid--style-3 .block.block--post .block__media {
        width: 55%;
        min-height: 356px; }
        .row.row--posts-grid.row--posts-grid--style-3 .block.block--post .block__media figure {
          box-shadow: -30px 30px 60px 0 rgba(0, 0, 0, 0.2); }
      .row.row--posts-grid.row--posts-grid--style-3 .block.block--post .block__content {
        -ms-flex: 1;
        flex: 1;
        padding-right: 20px; }

.content__footer .row.row--posts-grid:first-child {
  padding-top: 70px; }

.content__footer .row.row--posts-grid.row--posts-grid--style-1 {
  padding-bottom: 60px; }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--posts-grid.row--posts-grid--style-3 .block.block--post .block__media {
    width: 45%;
    min-height: 300px; } }

@media only screen and (max-width: 679px) {
  .row.row--posts-grid .block.block--post {
    width: 100%;
    margin-bottom: 48px; }
  .row.row--posts-grid.row--posts-grid--style-1, .row.row--posts-grid.row--posts-grid--style-1:first-child {
    padding-bottom: 0; }
  .row.row--posts-grid.row--posts-grid--style-1:not(:first-child) {
    padding-top: 40px; }
  .row.row--posts-grid.row--posts-grid--style-1 .block.block--post, .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child {
    width: 100%; }
  .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child .block__body {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child .block__content,
  .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child .block__media {
    width: 100%; }
  .row.row--posts-grid.row--posts-grid--style-1 .block.block--post:first-child .block__content {
    padding-right: 0; }
  .row.row--posts-grid.row--posts-grid--style-2, .row.row--posts-grid.row--posts-grid--style-2:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 0; }
  .row.row--posts-grid.row--posts-grid--style-3 {
    padding-top: 40px;
    padding-bottom: 0; }
    .row.row--posts-grid.row--posts-grid--style-3:first-child {
      padding-top: 70px; }
    .row.row--posts-grid.row--posts-grid--style-3 .block.block--post .block__body {
      -ms-flex-direction: column;
      flex-direction: column; }
    .row.row--posts-grid.row--posts-grid--style-3 .block.block--post .block__media {
      width: 100%;
      min-height: 300px; } }

.row.row--posts-slider .row__header {
  padding: 0 20px 12px 6px;
  max-width: 100%;
  width: 870px;
  margin: 0 auto; }
  .row.row--posts-slider .row__header h5 {
    color: #dd0821;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.15385;
    width: 25%;
    position: relative; }
    .row.row--posts-slider .row__header h5:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "ielts-icons" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      top: 8px;
      right: 0;
      font-size: 12px;
      color: #dd0821; }

.row.row--posts-slider .block {
  text-align: left; }

.row.row--posts-slider .block__inner {
  padding: 0 5px; }

.row.row--posts-slider .block__body {
  position: relative; }

.row.row--posts-slider .block__title,
.row.row--posts-slider .block__meta {
  transition: transform 0.4s, color 0.4s; }

.row.row--posts-slider .block__title {
  color: #fff;
  margin-bottom: 6px; }

.row.row--posts-slider .block__meta {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.15385;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  color: #717f87; }

.row.row--posts-slider .block__content {
  padding: 20px 20px 20px 0; }
  .row.row--posts-slider .block__content > * {
    position: relative;
    z-index: 3;
    pointer-events: none; }
  .row.row--posts-slider .block__content:before, .row.row--posts-slider .block__content:after {
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    font-size: 0;
    line-height: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.4s; }
  .row.row--posts-slider .block__content:before {
    width: 100%;
    background-color: #dd0821;
    z-index: 1; }
  .row.row--posts-slider .block__content:after {
    background-color: #717f87;
    width: 0;
    z-index: 2; }

.row.row--posts-slider .block__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .row.row--posts-slider .block__link:hover + .block__content:after, .row.row--posts-slider .block__link:active + .block__content:after, .row.row--posts-slider .block__link.nice-select.open + .block__content:after {
    width: 100%; }
  .row.row--posts-slider .block__link:hover + .block__content .block__title,
  .row.row--posts-slider .block__link:hover + .block__content .block__meta, .row.row--posts-slider .block__link:active + .block__content .block__title, .row.row--posts-slider .block__link.nice-select.open + .block__content .block__title,
  .row.row--posts-slider .block__link:active + .block__content .block__meta,
  .row.row--posts-slider .block__link.nice-select.open + .block__content .block__meta {
    transform: translateX(12px); }
  .row.row--posts-slider .block__link:hover + .block__content .block__meta, .row.row--posts-slider .block__link:active + .block__content .block__meta, .row.row--posts-slider .block__link.nice-select.open + .block__content .block__meta {
    color: #dd0821; }

.row.row--posts-slider .swiper-button-next,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev,
.row.row--posts-slider .swiper-button-prev,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next {
  background-image: none;
  background-color: #20292f;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  outline: none;
  transition: background-color 0.4s, color 0.4s;
  border-radius: 3px; }
  .row.row--posts-slider .swiper-button-next:before,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-prev:before,
  .row.row--posts-slider .swiper-button-prev:before,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px; }
  .row.row--posts-slider .swiper-button-next:hover, .row.row--posts-slider .swiper-button-next:active, .row.row--posts-slider .swiper-button-next.nice-select.open,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-prev:hover,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-prev:active,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-prev.nice-select.open,
  .row.row--posts-slider .swiper-button-prev:hover,
  .row.row--posts-slider .swiper-button-prev:active,
  .row.row--posts-slider .swiper-button-prev.nice-select.open,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-next:hover,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-next:active,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-next.nice-select.open {
    background-color: #dd0821; }

.row.row--posts-slider .swiper-button-next,
.row.row--posts-slider .swiper-container-rtl .swiper-button-prev {
  right: 0; }
  .row.row--posts-slider .swiper-button-next:before,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-prev:before {
    content: ""; }

.row.row--posts-slider .swiper-button-prev,
.row.row--posts-slider .swiper-container-rtl .swiper-button-next {
  left: 0; }
  .row.row--posts-slider .swiper-button-prev:before,
  .row.row--posts-slider .swiper-container-rtl .swiper-button-next:before {
    content: ""; }

.row.row--posts-slider .swiper-container {
  width: 870px;
  margin: 0 auto;
  max-width: 100%; }

.row.row--posts-slider .swiper-wrapper .swiper-slide {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .row.row--posts-slider .row__header {
    width: 30%; } }

@media only screen and (max-width: 679px) {
  .row.row--posts-slider .row__header {
    width: 80%; }
    .row.row--posts-slider .row__header h5 {
      width: 100%; }
  .row.row--posts-slider .swiper-container {
    max-width: 80%; } }

.test-centre-search-options {
  z-index: 10;
  /*
	#test_centre_suburb_postcode_input {
		background-image: url(../images/ico/target.svg);
		background-repeat: no-repeat;
		background-position: 20px 30px;
		padding-left: 60px;
	}
	*/ }
  .test-centre-search-options form {
    transform: translateY(-50%);
    position: absolute;
    top: -20px;
    left: 0;
    display: inline-block;
    width: 820px;
    max-width: 100%; }
  .test-centre-search-options select {
    opacity: 0; }
  .test-centre-search-options .nice-select {
    float: none;
    height: 80px;
    line-height: 80px;
    padding: 0 60px 0 30px;
    border-radius: 0;
    border: none;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
    .test-centre-search-options .nice-select .option {
      min-height: 54px;
      line-height: 54px; }
      .test-centre-search-options .nice-select .option span {
        float: right;
        font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal; }
      .test-centre-search-options .nice-select .option:first-child {
        font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        color: #717f87; }
      .test-centre-search-options .nice-select .option:not(:first-child) {
        font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal; }
    .test-centre-search-options .nice-select.has-value .current {
      color: #2d3941;
      font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal; }
  .test-centre-search-options .nice-select,
  .test-centre-search-options input {
    display: inline-block;
    margin: 0; }
  .test-centre-search-options input {
    -ms-flex: 1;
    flex: 1;
    height: 80px;
    border: none;
    border-radius: 0;
    border-left: 1px solid #e8edf1;
    padding: 0 30px;
    color: #2d3941;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    position: relative; }
    .test-centre-search-options input:focus {
      outline: none; }
  .test-centre-search-options label {
    display: none; }
  .test-centre-search-options button {
    display: none;
    width: 52px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    bottom: 15px; }
    .test-centre-search-options button, .test-centre-search-options button:focus, .test-centre-search-options button:visited {
      background-color: #717f87; }
    .test-centre-search-options button:hover, .test-centre-search-options button:active, .test-centre-search-options button.nice-select.open {
      background-color: #dd0821; }
  .test-centre-search-options #test_centre_state_select + .nice-select {
    border-radius: 3px 0 0 3px;
    width: 260px; }
  .test-centre-search-options #test_centre_format_select + .nice-select {
    width: 240px;
    border-left: 1px solid #e8edf1; }
  .test-centre-search-options ::-webkit-input-placeholder {
    color: #717f87;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .test-centre-search-options ::-moz-placeholder {
    color: #717f87;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .test-centre-search-options :-ms-input-placeholder {
    color: #717f87;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .test-centre-search-options input:-moz-placeholder {
    color: #717f87;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }

.test-centre-search-options__inner {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: none;
  background-color: #fff;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .test-centre-search-options__inner .pac-container {
    left: auto !important;
    right: 0 !important;
    top: 80px !important; }

.test-centre-search-options__title {
  color: #dd0821; }

@media only screen and (max-width: 1348px) and (min-width: 1180px) {
  .test-centre-search-options.wrap.wrap--mid:not(.wrap--hard) form {
    left: 48px; } }

@media all and (max-width: 1180px) {
  .test-centre-search-options form {
    left: 48px; } }

@media only screen and (min-width: 680px) and (max-width: 859px) {
  .test-centre-search-options form {
    width: calc(100% - 80px);
    left: 40px; }
  .test-centre-search-options .nice-select {
    width: 50% !important; }
  .test-centre-search-options input {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e8edf1; }
  .test-centre-search-options__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media only screen and (max-width: 679px) {
  .test-centre-search-options {
    background-color: #dd0821;
    padding: 40px 20px; }
    .test-centre-search-options form {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      transform: none; }
    .test-centre-search-options .nice-select {
      width: 100% !important;
      margin-bottom: 10px;
      border-radius: 3px !important; }
    .test-centre-search-options input {
      width: 100%;
      border-radius: 3px; }
  .test-centre-search-options__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none; }
  .test-centre-search-options__title {
    color: #fff; } }

.who-accepts-ielts-search-options {
  z-index: 10;
  width: 820px;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 48px; }
  .who-accepts-ielts-search-options .who-accepts-ielts-search-options__header {
    text-align: center;
    margin-bottom: 48px; }
  .who-accepts-ielts-search-options form {
    display: block; }
  .who-accepts-ielts-search-options select {
    opacity: 0; }
  .who-accepts-ielts-search-options .nice-select {
    float: none;
    height: 80px;
    line-height: 80px;
    padding: 0 60px 0 30px;
    border-radius: 0;
    border: none;
    width: 200px;
    border-left: 1px solid #e8edf1;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
    .who-accepts-ielts-search-options .nice-select .list {
      right: auto !important;
      min-width: 100%; }
    .who-accepts-ielts-search-options .nice-select .option {
      min-height: 54px;
      line-height: 54px; }
      .who-accepts-ielts-search-options .nice-select .option span {
        float: right;
        font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal; }
      .who-accepts-ielts-search-options .nice-select .option:first-child {
        font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal;
        color: #717f87; }
      .who-accepts-ielts-search-options .nice-select .option:not(:first-child) {
        font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
        font-stretch: normal;
        font-style: normal;
        font-weight: normal; }
    .who-accepts-ielts-search-options .nice-select.has-value .current {
      color: #2d3941;
      font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
      font-stretch: normal;
      font-style: normal;
      font-weight: normal; }
  .who-accepts-ielts-search-options .nice-select,
  .who-accepts-ielts-search-options input {
    display: inline-block;
    margin: 0; }
  .who-accepts-ielts-search-options input {
    -ms-flex: 1;
    flex: 1;
    height: 80px;
    border: none;
    border-radius: 0;
    border-left: 1px solid #e8edf1;
    padding: 0 30px;
    color: #2d3941;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    position: relative; }
    .who-accepts-ielts-search-options input:focus {
      outline: none; }
  .who-accepts-ielts-search-options #who_accepts_ielts_search_input {
    position: relative;
    padding-left: 60px; }
  .who-accepts-ielts-search-options #who_accepts_ielts_search_input_icon {
    color: #717f87;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; }
  .who-accepts-ielts-search-options label {
    display: none; }
  .who-accepts-ielts-search-options button {
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 0 3px 3px 0; }
    .who-accepts-ielts-search-options button .btn__label {
      display: none; }
    .who-accepts-ielts-search-options button, .who-accepts-ielts-search-options button:focus, .who-accepts-ielts-search-options button:visited {
      background-color: #dd0821; }
    .who-accepts-ielts-search-options button:hover, .who-accepts-ielts-search-options button:active, .who-accepts-ielts-search-options button.nice-select.open {
      background-color: #ac061a; }
  .who-accepts-ielts-search-options ::-webkit-input-placeholder {
    color: #717f87;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .who-accepts-ielts-search-options ::-moz-placeholder {
    color: #717f87;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .who-accepts-ielts-search-options :-ms-input-placeholder {
    color: #717f87;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }
  .who-accepts-ielts-search-options input:-moz-placeholder {
    color: #717f87;
    font-size: 14px;
    font-family: "HelveticaNeueETW01-65Md", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal; }

.who-accepts-ielts-search-options__inner {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  border: none;
  background-color: #fff;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media all and (max-width: 1179px) {
  .who-accepts-ielts-search-options {
    width: 1024px; }
    .who-accepts-ielts-search-options form {
      left: 48px; } }

@media only screen and (max-width: 679px) {
  .who-accepts-ielts-search-options {
    padding-top: 20px; }
    .who-accepts-ielts-search-options .niceSelect,
    .who-accepts-ielts-search-options input {
      margin-bottom: 10px;
      width: 100% !important;
      border: 1px solid #E5EBEF;
      border-radius: 3px !important;
      box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.05); }
    .who-accepts-ielts-search-options .niceSelect {
      padding-left: 20px; }
    .who-accepts-ielts-search-options #who_accepts_ielts_search_input_icon {
      top: 40px;
      z-index: 10;
      font-size: 18px; }
    .who-accepts-ielts-search-options #who_accepts_ielts_search_input {
      padding-left: 50px; }
    .who-accepts-ielts-search-options button {
      width: 100%;
      font-size: 18px;
      height: 60px; }
      .who-accepts-ielts-search-options button .btn__label {
        display: inline-block; }
  .who-accepts-ielts-search-options__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none; } }

.search-result {
  border-top: 2px solid #e5ebef; }

.search-result__link {
  color: #dd0821;
  padding: 20px 30px 20px 0;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative; }
  .search-result__link:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 16px;
    color: #dd0821;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%); }
  .search-result__link:hover, .search-result__link:focus {
    color: #dd0821;
    background-color: #FAFAFA; }
    .search-result__link:hover:after, .search-result__link:focus:after {
      animation: action-link-arrow-bounce 1s; }
    .search-result__link:hover .search-result__type, .search-result__link:focus .search-result__type {
      background-color: #717f87;
      color: #fff;
      transform: translateX(20px); }
    .search-result__link:hover .search-result__title, .search-result__link:focus .search-result__title {
      transform: translateX(20px); }

.search-result__title {
  display: inline-block;
  transition: all 0.4s; }

.search-result__type {
  display: inline-block;
  font-size: 11px;
  color: #2d3941;
  line-height: 1;
  padding: 5px 8px 7px;
  border-radius: 3px;
  background-color: #d5d9db;
  margin-right: 12px;
  transition: all 0.4s; }

body.page-template-edd .edd-alert-error {
  color: #dd0821;
  border-color: #dd0821; }

body.page-template-edd .edd-loading {
  animation: none !important;
  border: none !important;
  background-image: url(../images/spinner.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 40px;
  height: 40px; }

body.page-template-edd .edd-label {
  font-size: 14px;
  color: #2d3941;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal; }

body.page-template-edd #edd_final_total_wrap {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

body.page-template-edd #edd_checkout_cart_form {
  display: none !important; }

body.page-template-edd #edd_payment_mode_select > legend {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

body.page-template-edd #edd_payment_mode_select {
  border: none;
  padding: 0; }

body.page-template-edd #edd-payment-mode-wrap {
  margin-right: -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  body.page-template-edd #edd-payment-mode-wrap input {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  body.page-template-edd #edd-payment-mode-wrap label {
    width: 50%;
    margin-left: 20px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    background-color: transparent;
    color: #dd0821;
    border-radius: 3px;
    border: 2px solid #dd0821;
    padding: 30px;
    transition: all 0.4s; }
    body.page-template-edd #edd-payment-mode-wrap label:not(.selected):hover {
      background-color: #FAFAFA; }
    body.page-template-edd #edd-payment-mode-wrap label.selected {
      color: #fff;
      background-color: #dd0821; }

body.page-template-edd #edd_purchase_form_wrap {
  background-color: #FAFAFA;
  padding: 60px 50px; }
  body.page-template-edd #edd_purchase_form_wrap fieldset {
    border: none !important;
    padding: 0;
    margin: 0 0 50px 0; }
    body.page-template-edd #edd_purchase_form_wrap fieldset:last-child {
      margin-bottom: 0; }
  body.page-template-edd #edd_purchase_form_wrap legend {
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    color: #2d3941; }

body.page-template-edd #edd_checkout_form_wrap #edd-login-account-wrap,
body.page-template-edd #edd_checkout_form_wrap #edd-new-account-wrap,
body.page-template-edd #edd_checkout_form_wrap #edd_final_total_wrap,
body.page-template-edd #edd_checkout_form_wrap #edd_show_discount,
body.page-template-edd #edd_checkout_form_wrap .edd-cart-adjustment {
  background: #FAFAFA;
  padding: 20px 48px; }

body.page-template-edd #edd_checkout_form_wrap #edd-discount-code-wrap,
body.page-template-edd #edd_checkout_form_wrap #edd_final_total_wrap,
body.page-template-edd #edd_checkout_form_wrap #edd_show_discount {
  border: none; }

body.page-template-edd #edd_checkout_form_wrap #edd_show_discount {
  position: relative;
  padding-right: 60px; }
  body.page-template-edd #edd_checkout_form_wrap #edd_show_discount:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "ielts-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #717f87;
    font-size: 15px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: color 0.4s; }

body.page-template-edd #edd_checkout_form_wrap .edd-discount-code-field-wrap:after {
  content: "";
  display: table;
  clear: both; }

body.page-template-edd #edd_checkout_form_wrap #edd-discount-code-wrap {
  padding: 40px 48px;
  position: relative; }
  body.page-template-edd #edd_checkout_form_wrap #edd-discount-code-wrap .edd-apply-discount.edd-submit {
    width: calc(30% - 20px);
    padding: 14px 20px;
    border: none;
    background-color: #2d3941;
    color: #fff;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    font-size: 16px; }
  body.page-template-edd #edd_checkout_form_wrap #edd-discount-code-wrap .edd-discount-loader {
    position: absolute;
    z-index: 2;
    right: 50px;
    top: 30px; }

body.page-template-edd #edd_checkout_form_wrap #edd-discount {
  width: 70%; }

body.page-template-edd #edd_checkout_form_wrap input.edd-input,
body.page-template-edd #edd_checkout_form_wrap textarea.edd-input {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #d5d9db;
  padding: 8px 15px;
  height: 50px;
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
  width: 100%; }

body.page-template-edd #edd_checkout_form_wrap select.edd-select:not(.edd-select-small) {
  width: 100%; }

body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info,
body.page-template-edd #edd_checkout_form_wrap #edd_cc_address {
  /*
			#edd-card-city-wrap {
				width: calc(60% - 20px);
			}
			#edd-card-zip-wrap {
				width: calc(40% - 20px);
			}
			*/ }
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info:after,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address:after {
    content: "";
    display: table;
    clear: both; }
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info legend,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-email-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-address-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-address-2-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address legend,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-email-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-address-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-address-2-wrap {
    width: 100%;
    clear: both; }
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-city-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-zip-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-country-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-state-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-first-name-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-city-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-zip-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-country-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-state-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-first-name-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-last-name-wrap {
    width: calc(50% - 20px); }
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-city-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-country-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-first-name-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-city-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-country-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-first-name-wrap {
    clear: left;
    float: left;
    margin-right: 10px; }
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-state-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-zip-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-state-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-zip-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-last-name-wrap {
    float: right;
    margin-left: 10px; }

body.page-template-edd #edd_cc_fields .customSelect,
body.page-template-edd #edd_cc_fields #card_exp_month,
body.page-template-edd #edd_cc_fields #card_exp_year {
  width: 100px !important;
  display: inline-block;
  vertical-align: middle; }

body.page-template-edd #edd_cc_fields .exp-divider {
  width: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle; }

body.page-template-edd #edd_purchase_submit:after {
  content: "";
  display: table;
  clear: both; }

body.page-template-edd #edd-privacy-policy-agreement .icheckbox_minimal {
  position: absolute; }

body.page-template-edd #edd-privacy-policy-agreement label {
  padding-left: 40px;
  line-height: 1.5; }

body.page-template-edd #edd-purchase-button,
body.page-template-edd .edd-submit,
body.page-template-edd [type=submit].edd-submit {
  float: right; }
  body.page-template-edd #edd-purchase-button.btn.btn--secondary,
  body.page-template-edd .edd-submit.btn.btn--secondary,
  body.page-template-edd [type=submit].edd-submit.btn.btn--secondary {
    width: 100%;
    max-width: 240px;
    background-color: #dd0821;
    color: #fff;
    padding: 20px 50px 22px 48px;
    border: none;
    border-radius: 3px;
    text-align: left;
    font-size: 16px; }
    body.page-template-edd #edd-purchase-button.btn.btn--secondary:after,
    body.page-template-edd .edd-submit.btn.btn--secondary:after,
    body.page-template-edd [type=submit].edd-submit.btn.btn--secondary:after {
      right: 25px; }
    body.page-template-edd #edd-purchase-button.btn.btn--secondary:hover, body.page-template-edd #edd-purchase-button.btn.btn--secondary:focus, body.page-template-edd #edd-purchase-button.btn.btn--secondary:active, body.page-template-edd #edd-purchase-button.btn.btn--secondary.nice-select.open,
    body.page-template-edd .edd-submit.btn.btn--secondary:hover,
    body.page-template-edd .edd-submit.btn.btn--secondary:focus,
    body.page-template-edd .edd-submit.btn.btn--secondary:active,
    body.page-template-edd .edd-submit.btn.btn--secondary.nice-select.open,
    body.page-template-edd [type=submit].edd-submit.btn.btn--secondary:hover,
    body.page-template-edd [type=submit].edd-submit.btn.btn--secondary:focus,
    body.page-template-edd [type=submit].edd-submit.btn.btn--secondary:active,
    body.page-template-edd [type=submit].edd-submit.btn.btn--secondary.nice-select.open {
      background-color: #ac061a; }
      body.page-template-edd #edd-purchase-button.btn.btn--secondary:hover:after, body.page-template-edd #edd-purchase-button.btn.btn--secondary:focus:after, body.page-template-edd #edd-purchase-button.btn.btn--secondary:active:after, body.page-template-edd #edd-purchase-button.btn.btn--secondary.nice-select.open:after,
      body.page-template-edd .edd-submit.btn.btn--secondary:hover:after,
      body.page-template-edd .edd-submit.btn.btn--secondary:focus:after,
      body.page-template-edd .edd-submit.btn.btn--secondary:active:after,
      body.page-template-edd .edd-submit.btn.btn--secondary.nice-select.open:after,
      body.page-template-edd [type=submit].edd-submit.btn.btn--secondary:hover:after,
      body.page-template-edd [type=submit].edd-submit.btn.btn--secondary:focus:after,
      body.page-template-edd [type=submit].edd-submit.btn.btn--secondary:active:after,
      body.page-template-edd [type=submit].edd-submit.btn.btn--secondary.nice-select.open:after {
        animation: action-link-arrow-bounce-alt 1s; }

@media only screen and (max-width: 859px) {
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-city-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-zip-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-country-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-card-state-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-first-name-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_checkout_user_info #edd-last-name-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-city-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-zip-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-country-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-card-state-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-first-name-wrap,
  body.page-template-edd #edd_checkout_form_wrap #edd_cc_address #edd-last-name-wrap {
    width: 100%;
    clear: both;
    float: none;
    margin-right: 0;
    margin-left: 0; } }

.page-template-edd.edd-success #edd_purchase_receipt {
  margin-bottom: 48px; }

.page-template-edd.edd-success #edd-paypal-express-confirm {
  text-align: right;
  padding-top: 48px; }
  .page-template-edd.edd-success #edd-paypal-express-confirm input[type="submit"].btn.btn--primary,
  .page-template-edd.edd-success #edd-paypal-express-confirm button.btn.btn--primary {
    width: 100%;
    max-width: 240px;
    background-color: #dd0821;
    color: #fff;
    padding: 20px;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: 16px; }
    .page-template-edd.edd-success #edd-paypal-express-confirm input[type="submit"].btn.btn--primary:hover, .page-template-edd.edd-success #edd-paypal-express-confirm input[type="submit"].btn.btn--primary:focus, .page-template-edd.edd-success #edd-paypal-express-confirm input[type="submit"].btn.btn--primary:active, .page-template-edd.edd-success #edd-paypal-express-confirm input[type="submit"].btn.btn--primary.nice-select.open,
    .page-template-edd.edd-success #edd-paypal-express-confirm button.btn.btn--primary:hover,
    .page-template-edd.edd-success #edd-paypal-express-confirm button.btn.btn--primary:focus,
    .page-template-edd.edd-success #edd-paypal-express-confirm button.btn.btn--primary:active,
    .page-template-edd.edd-success #edd-paypal-express-confirm button.btn.btn--primary.nice-select.open {
      background-color: #ac061a; }

.page-template-edd.edd-success #billing_info {
  margin-bottom: 48px;
  font-size: 18px; }

.page-template-edd.edd-success table#edd_purchase_receipt_products li {
  margin: 0 0 6px; }

.page-template-edd.edd-success table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
  margin-bottom: 12px; }

.page-template-edd.edd-success table#edd_purchase_receipt_products ul.edd_purchase_receipt_files {
  font-size: 16px; }

.page-template-edd.edd-success table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
  font-size: 14px;
  font-family: "HelveticaNeueETW01-45Lt", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 20px; }

.page-template-edd.edd-success #edd_purchase_receipt_products tbody td:first-child {
  padding-right: 20px; }

.page-template-edd.edd-success #edd_purchase_receipt_products th, .page-template-edd.edd-success #edd_purchase_receipt_products td,
.page-template-edd.edd-success #order_summary th,
.page-template-edd.edd-success #order_summary td {
  padding: 0; }
  .page-template-edd.edd-success #edd_purchase_receipt_products th:last-child, .page-template-edd.edd-success #edd_purchase_receipt_products td:last-child,
  .page-template-edd.edd-success #order_summary th:last-child,
  .page-template-edd.edd-success #order_summary td:last-child {
    text-align: right; }

.page-template-edd.edd-success #edd_purchase_receipt_products thead th,
.page-template-edd.edd-success #order_summary thead th {
  padding-bottom: 6px; }

.page-template-edd.edd-success #edd_purchase_receipt_products tbody td,
.page-template-edd.edd-success #order_summary tbody td {
  font-size: 18px;
  font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  padding-top: 25px;
  padding-bottom: 25px;
  vertical-align: middle; }
  .page-template-edd.edd-success #edd_purchase_receipt_products tbody td:last-child,
  .page-template-edd.edd-success #order_summary tbody td:last-child {
    font-size: 25px;
    color: #2d3941; }

.page-template-edd.edd-success #edd_purchase_receipt_products thead tr td,
.page-template-edd.edd-success #edd_purchase_receipt_products thead tr th,
.page-template-edd.edd-success #edd_purchase_receipt_products tbody tr:not(:last-child) td,
.page-template-edd.edd-success #order_summary thead tr td,
.page-template-edd.edd-success #order_summary thead tr th,
.page-template-edd.edd-success #order_summary tbody tr:not(:last-child) td {
  border-bottom: 2px solid #e5ebef; }

.page-template-edd.edd-success #edd_purchase_receipt_products tfoot tr:first-child td, .page-template-edd.edd-success #edd_purchase_receipt_products tfoot tr:first-child th,
.page-template-edd.edd-success #order_summary tfoot tr:first-child td,
.page-template-edd.edd-success #order_summary tfoot tr:first-child th {
  border-top: 2px solid #e5ebef;
  padding-top: 12px; }

.page-template-edd.edd-success #edd_purchase_receipt_products tfoot tr:last-child td, .page-template-edd.edd-success #edd_purchase_receipt_products tfoot tr:last-child th,
.page-template-edd.edd-success #order_summary tfoot tr:last-child td,
.page-template-edd.edd-success #order_summary tfoot tr:last-child th {
  padding-top: 20px; }

.page-template-edd.edd-success #edd_purchase_receipt_products tfoot th, .page-template-edd.edd-success #edd_purchase_receipt_products tfoot td,
.page-template-edd.edd-success #order_summary tfoot th,
.page-template-edd.edd-success #order_summary tfoot td {
  text-align: right; }
  .page-template-edd.edd-success #edd_purchase_receipt_products tfoot th .edd_cart_tax_amount,
  .page-template-edd.edd-success #edd_purchase_receipt_products tfoot th .edd_cart_amount, .page-template-edd.edd-success #edd_purchase_receipt_products tfoot td .edd_cart_tax_amount,
  .page-template-edd.edd-success #edd_purchase_receipt_products tfoot td .edd_cart_amount,
  .page-template-edd.edd-success #order_summary tfoot th .edd_cart_tax_amount,
  .page-template-edd.edd-success #order_summary tfoot th .edd_cart_amount,
  .page-template-edd.edd-success #order_summary tfoot td .edd_cart_tax_amount,
  .page-template-edd.edd-success #order_summary tfoot td .edd_cart_amount {
    color: #2d3941;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    margin-left: 12px; }
  .page-template-edd.edd-success #edd_purchase_receipt_products tfoot th .edd_cart_tax_amount, .page-template-edd.edd-success #edd_purchase_receipt_products tfoot td .edd_cart_tax_amount,
  .page-template-edd.edd-success #order_summary tfoot th .edd_cart_tax_amount,
  .page-template-edd.edd-success #order_summary tfoot td .edd_cart_tax_amount {
    font-size: 25px; }
  .page-template-edd.edd-success #edd_purchase_receipt_products tfoot th .edd_cart_amount, .page-template-edd.edd-success #edd_purchase_receipt_products tfoot td .edd_cart_amount,
  .page-template-edd.edd-success #order_summary tfoot th .edd_cart_amount,
  .page-template-edd.edd-success #order_summary tfoot td .edd_cart_amount {
    font-size: 45px; }

.page-template-edd.edd-purchase-history table#edd_user_history {
  border: none; }
  .page-template-edd.edd-purchase-history table#edd_user_history thead tr td,
  .page-template-edd.edd-purchase-history table#edd_user_history thead tr th,
  .page-template-edd.edd-purchase-history table#edd_user_history tbody tr:not(:last-child) td {
    border-bottom: 2px solid #e5ebef;
    background: transparent; }
  .page-template-edd.edd-purchase-history table#edd_user_history tbody td.edd_purchase_details,
  .page-template-edd.edd-purchase-history table#edd_user_history thead th.edd_purchase_details {
    text-align: right; }
  .page-template-edd.edd-purchase-history table#edd_user_history tbody td {
    padding-top: 25px;
    padding-bottom: 25px;
    font-family: "HelveticaNeueETW01-75Bd", Helvetica, Arial, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle; }
    .page-template-edd.edd-purchase-history table#edd_user_history tbody td > * {
      transition: opacity 0.4s; }
    .page-template-edd.edd-purchase-history table#edd_user_history tbody td.edd_purchase_details {
      position: relative;
      font-size: 14px; }
      .page-template-edd.edd-purchase-history table#edd_user_history tbody td.edd_purchase_details a {
        text-decoration: none;
        transition: all 0.4s; }
