/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Muli', sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Raleway', sans-serif;
  color: #4a8ab5;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 1.5em;
}
h2,
.h2 {
  font-size: 1.1875em;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  -webkit-text-decoration: strikethrough;
          text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #f25924;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #1c2640;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #f25924;
  color: #000;
}
::selection {
  background: #f25924;
  color: #000;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: #ffffff;
  border-color: rgba(102, 102, 102, 0.5);
  color: #666666;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #f25924;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(102, 102, 102, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.gallery {
  margin-left: -(0.25em / 2);
  margin-right: -(0.25em / 2);
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.banner {
  padding-bottom: 3em;
}
@media (min-width: 680px) {
  .banner {
    padding-bottom: 4em;
  }
}
@media (min-width: 960px) {
  .banner {
    padding-bottom: 4em;
  }
}
@media (min-width: 1200px) {
  .banner {
    padding-bottom: 6em;
  }
}
.banner + .module,
.banner + .video {
  padding-top: 0;
}
.banner__bg {
  background-position: center;
  background-size: cover;
}
.banner__bg .container {
  position: relative;
  height: 380px;
}
@media (min-width: 680px) {
  .banner__bg .container {
    height: 454px;
  }
}
@media (min-width: 960px) {
  .banner__bg .container {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .banner__bg .container {
    height: 554px;
  }
}
.banner__title {
  font-size: 24px;
  position: relative;
  z-index: 2;
  position: absolute;
  margin-bottom: 0;
  padding: 0 0.5em;
  top: 80%;
  left: 50%;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.error404 .banner__title {
  text-align: center;
}
@media (min-width: 680px) {
  .banner__title {
    font-size: 30px;
    top: 75%;
  }
}
@media (min-width: 960px) {
  .banner__title {
    font-size: 45px;
    left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .banner__title {
    font-size: 54px;
    top: 70%;
  }
}
.entry {
  margin-bottom: 2em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.entry__header {
  margin-bottom: 1em;
}
.entry__title {
  word-wrap: break-word;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.fine-print {
  font-size: 0.85em;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
@media (min-width: 680px) {
  .fine-print .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fine-print__copyright,
.fine-print__credit {
  display: inline-block !important;
}
.footer {
  padding: 4em 0 1.5em;
  background: #1c2640;
  color: #e5e5e5;
  text-align: center;
}
.footer a {
  color: #e5e5e5;
}
.footer a:hover {
  color: #4a8ab5;
}
@media (min-width: 960px) {
  .footer {
    text-align: left;
  }
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer__dots:before {
  content: '';
  height: 3px;
  width: 100%;
  display: block;
  background: url('images/dots.svg');
  background-size: contain;
  margin: 1em auto;
  -webkit-filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
}
@media (min-width: 960px) {
  .footer__dots {
    padding-top: 2em;
  }
}
.footer__form {
  background: #4a8ab5;
  padding: 1em 0 4em;
  position: relative;
  margin-top: 4em;
  border-bottom: 7px solid #f25924;
}
.footer__form:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 3em;
  width: 100%;
  top: -3em;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #4a8ab5;
}
@media (min-width: 960px) {
  .footer__form {
    padding-top: 1em;
    padding-bottom: 4em;
    margin-top: 6em;
  }
}
.page-template-template-modules .footer__form,
.page-template-template-modules-with-banner .footer__form {
  margin-top: 0;
}
.footer__form-header {
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .footer__form-header {
    margin-bottom: 1.5em;
  }
}
.footer__form-title {
  font-size: 24px;
  margin-bottom: 0.5em;
  margin-top: 0;
  line-height: 1.5;
}
@media (min-width: 680px) {
  .footer__form-title {
    font-size: 27px;
  }
}
@media (min-width: 960px) {
  .footer__form-title {
    font-size: 32px;
  }
}
.footer__form-content {
  margin-bottom: 2em;
}
.toggle__form {
  color: #ffffff;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.module--text-image .grid,
.header .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -0.5rem;
}
.grid--large-gutters {
  margin: 0 -2rem;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  padding: 0 1rem;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 0.5rem;
}
.grid--large-gutters > .grid__column {
  padding: 0 2rem;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 795px) {
  .grid__column--ml-12 {
    width: 100%;
  }
  .grid__column--ml-11 {
    width: 91.66666667%;
  }
  .grid__column--ml-10 {
    width: 83.33333333%;
  }
  .grid__column--ml-9 {
    width: 75%;
  }
  .grid__column--ml-8 {
    width: 66.66666667%;
  }
  .grid__column--ml-7 {
    width: 58.33333333%;
  }
  .grid__column--ml-6 {
    width: 50%;
  }
  .grid__column--ml-5 {
    width: 41.66666667%;
  }
  .grid__column--ml-4 {
    width: 33.33333333%;
  }
  .grid__column--ml-3 {
    width: 25%;
  }
  .grid__column--ml-2 {
    width: 16.66666667%;
  }
  .grid__column--ml-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1440px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
.header {
  padding-top: 1em;
  padding-bottom: 1em;
  position: absolute;
  width: 100%;
  z-index: 5;
  border-top: 5px solid #f25924;
}
@media (min-width: 1200px) {
  .header {
    padding-top: 0;
  }
}
.header__logo {
  display: block;
  margin: 1.5em auto 2em;
  width: 292px;
  -webkit-transition: width 400ms ease-out;
  transition: width 400ms ease-out;
}
@media (min-width: 680px) {
  .header__logo {
    width: 392px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 392px;
    margin-left: 1em;
  }
}
.header__logo img {
  display: block;
}
@media (min-width: 960px) {
  .header__tools-helper {
    margin-left: 1em;
  }
}
.header__tools-link {
  background: #1c2640;
  border-radius: 60px;
  font-family: 'Raleway', sans-serif;
  padding: 14px 1em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.header__tools-link a {
  font-size: 13px !important;
}
.header__tools-link .header__botton {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #ffffff;
  letter-spacing: 1px;
  padding-left: 1.8em;
}
.header__tools-link .header__botton:hover {
  color: #f25924;
}
.header__tools-link .header__botton:hover .icon {
  fill: #f25924;
}
@media (min-width: 960px) {
  .header__tools-link .header__botton {
    font-size: 13px !important;
  }
}
@media (max-width: 960px) {
  .header__tools-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__tools-link .header__login {
  position: relative;
  padding-right: 0.5em;
  margin-right: 5px;
}
.header__tools-link .header__login:after {
  position: absolute;
  content: '';
  width: 1.5px;
  height: 30px;
  background: #ffffff;
  right: 0;
  top: -5px;
}
@media (min-width: 960px) {
  .header__tools-link .header__login {
    padding-right: 1em;
  }
  .header__tools-link .header__login:after {
    top: -6px;
  }
}
.header__tools-link .header__label {
  font-weight: bold;
  display: none;
}
@media (min-width: 960px) {
  .header__tools-link .header__label {
    display: inline-block;
  }
}
.header__tools-link .icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  fill: #4a8ab5;
  display: block;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -1px;
}
@media (min-width: 960px) {
  .header__tools-link {
    padding: 15px 2em;
  }
}
.header__tools-phone {
  display: inline-block;
  position: relative;
}
@media (max-width: 960px) {
  .header__tools-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__tools-phone .header__phone-toggle {
  display: none;
}
@media (min-width: 680px) {
  .header__tools-phone .header__phone-toggle {
    position: absolute;
    background: #1c2640;
    width: 260px;
    padding: 1em 1em;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 3em;
    line-height: 2;
    font-size: 13px;
    z-index: 3;
    right: 0;
  }
  .header__tools-phone .header__phone-toggle .toggle__button-label {
    width: auto;
    position: absolute;
    right: 1em;
    top: 1em;
  }
  .header__tools-phone .header__phone-toggle .toggle__button-label .menu-toggle__icon--close {
    display: block !important;
    cursor: pointer;
  }
  .header__tools-phone .toggle__button-label {
    position: absolute;
    width: 200px;
    right: 0;
    top: 0;
    height: 23px;
  }
  .header__tools-phone .toggle__button-label svg {
    display: none;
  }
}
@media (min-width: 960px) {
  .header__tools-phone .header__phone-toggle {
    margin-top: 2em;
    padding: 1em 2em;
  }
}
.header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (min-width: 960px) {
  .header__tools {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header__toggle-grid {
  display: block;
}
@media (min-width: 960px) {
  .header__toggle-grid {
    display: none;
  }
}
.header__search-toggle {
  display: none;
  position: absolute;
  left: 2.1em;
  z-index: 4;
  width: 93%;
}
@media (min-width: 680px) {
  .header__search-toggle {
    width: 40%;
  }
}
@media (min-width: 960px) {
  .header__search-toggle {
    display: block;
    position: relative;
    bottom: auto;
    width: auto;
    left: auto;
  }
}
.header__nav-toggle {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 280px;
  right: 0;
  padding: 2em 1em 1em 1em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 3px 0px #adadad;
  box-shadow: 1px 1px 3px 0px #adadad;
}
@media (min-width: 680px) {
  .header__nav-toggle {
    width: 520px;
    padding: 2em 2em 1.5em 2em;
  }
}
@media (min-width: 960px) {
  .header__nav-toggle {
    width: 600px;
  }
}
.header__top {
  height: auto;
  -webkit-transition: 500s ease;
  transition: 500s ease;
}
@media (min-width: 960px) {
  .header__sticky--fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  .header__sticky--fixed .header {
    background: #1c2640;
    padding-bottom: 0;
  }
  .header__sticky--fixed .header__top {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 300ms ease-out;
    transition: height 300ms ease-out;
  }
  .header__sticky--fixed .header__logo {
    width: 300px;
    margin: 0.5em auto 1em;
  }
}
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  padding: 1.5em 2em !important;
  line-height: 1 !important;
  text-align: center;
  background: #f25924 !important;
  color: #ffffff !important;
  border-radius: 60px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px !important;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  min-width: 100%;
  -webkit-box-shadow: 1px 1px 3px 0px #adadad;
  box-shadow: 1px 1px 3px 0px #adadad;
  height: auto !important;
  cursor: pointer !important;
}
.footer__form .magicdust-button {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.header__nav-toggle .magicdust-button {
  color: #f25924 !important;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  border-bottom: 2px solid #f25924 !important;
  border-radius: 0 !important;
  font-weight: 500;
  padding: 0 !important;
  padding-bottom: 5px !important;
  background: transparent !important;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: inherit !important;
}
.header__nav-toggle .magicdust-button:hover {
  color: #1c2640 !important;
  background: transparent !important;
  border-bottom: 2px solid #1c2640 !important;
}
.module__buttons .magicdust-button {
  margin: 1em 0;
  display: block;
}
.module__buttons .magicdust-button:last-child {
  margin-bottom: 0;
}
@media (min-width: 680px) {
  .module__buttons .magicdust-button {
    margin: 0 1em;
    display: inline-block;
  }
}
button.magicdust-button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
button.magicdust-button:not(:focus),
input.magicdust-button:not(:focus) {
  border-color: transparent;
}
.magicdust-button:hover {
  color: #ffffff !important;
  background: #d6410d !important;
}
@media (min-width: 680px) {
  .magicdust-button {
    min-width: 230px;
  }
}
@media (min-width: 960px) {
  .magicdust-button {
    padding: 1.7em 1.5em !important;
  }
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main__content h1 + h1,
.module__content h1 + h1,
.main__content h1 + h2,
.module__content h1 + h2,
.main__content h2 + h2,
.module__content h2 + h2,
.main__content h2 + h3,
.module__content h2 + h3,
.main__content h3 + h3,
.module__content h3 + h3,
.main__content h3 + h4,
.module__content h3 + h4,
.main__content .h1 + .h1,
.module__content .h1 + .h1,
.main__content .h1 + h2,
.module__content .h1 + h2,
.main__content h1 + .h2,
.module__content h1 + .h2,
.main__content .h2 + .h2,
.module__content .h2 + .h2,
.main__content .h2 + h3,
.module__content .h2 + h3,
.main__content h2 + .h3,
.module__content h2 + .h3,
.main__content .h3 + .h3,
.module__content .h3 + .h3,
.main__content .h3 + h4,
.module__content .h3 + h4,
.main__content h3 + .h4,
.module__content h3 + .h4 {
  margin-top: 0;
}
.main__content h1,
.module__content h1,
.main__content .h1,
.module__content .h1 {
  font-size: 24px;
}
@media (min-width: 680px) {
  .main__content h1,
  .module__content h1,
  .main__content .h1,
  .module__content .h1 {
    font-size: 26px;
  }
}
@media (min-width: 960px) {
  .main__content h1,
  .module__content h1,
  .main__content .h1,
  .module__content .h1 {
    font-size: 40px;
  }
}
.main__content h2,
.module__content h2,
.main__content .h2,
.module__content .h2 {
  font-size: 22px;
}
@media (min-width: 680px) {
  .main__content h2,
  .module__content h2,
  .main__content .h2,
  .module__content .h2 {
    font-size: 25px;
  }
}
@media (min-width: 960px) {
  .main__content h2,
  .module__content h2,
  .main__content .h2,
  .module__content .h2 {
    font-size: 30px;
  }
}
.main__content h3,
.module__content h3,
.main__content .h3,
.module__content .h3 {
  font-size: 20px;
}
@media (min-width: 680px) {
  .main__content h3,
  .module__content h3,
  .main__content .h3,
  .module__content .h3 {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .main__content h3,
  .module__content h3,
  .main__content .h3,
  .module__content .h3 {
    font-size: 24px;
  }
}
.main__content iframe,
.module__content iframe {
  border: 0;
}
.main__content {
  margin-bottom: 3em;
}
.error404 .main__content {
  text-align: center;
}
.main__sidebar {
  margin-bottom: 3em;
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: inherit;
}
.toggle .menu-toggle {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.no-js .menu-toggle {
  display: none;
}
.navigation__sub-four .menu-toggle,
.toggle .menu-toggle,
.navigation__toggle .menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.header__tools-phone .menu-toggle {
  display: none;
}
@media (min-width: 680px) {
  .header__tools-phone .menu-toggle {
    display: block;
  }
}
@media (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.navigation .menu-toggle__icon,
.toggle--sidebar .menu-toggle__icon {
  fill: #ffffff;
}
.header__tools-phone .menu-toggle__icon,
.menu-toggle--search .menu-toggle__icon {
  fill: #f25924;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.module {
  padding: 3em 0 4em;
}
@media (min-width: 680px) {
  .module {
    padding: 5em 0 4em;
  }
}
@media (min-width: 960px) {
  .module {
    padding: 6em 0 6em;
  }
}
.module:last-child:after {
  content: '';
  display: inline-block;
  padding-bottom: 2em;
}
@media (min-width: 680px) {
  .module:last-child:after {
    padding-bottom: 2em;
  }
}
@media (min-width: 960px) {
  .module:last-child:after {
    padding-bottom: 2em;
  }
}
.page-template-template-modules-with-banner-and-sidebar .module:first-child {
  padding-top: 0;
}
.module--testimonial-list + .module--testimonial-list {
  padding-top: 0;
}
.module--testimonial-slides {
  position: relative;
}
@media (min-width: 960px) {
  .module--testimonial-slides {
    padding: 3em 0;
  }
}
.module--testimonial-list {
  padding: 3em 0;
}
@media (min-width: 960px) {
  .module--tutors-slides {
    padding: 6em 0 9em;
  }
}
.module--call-to-action {
  padding: 4em 0 6em;
}
@media (min-width: 960px) {
  .module--call-to-action {
    padding: 10em 0 12em;
  }
}
.module--clickable-panels {
  padding: 0;
  position: relative;
  z-index: 2;
}
.module--no-bg + .module--no-bg,
.module--tutors-slides + .module--no-bg {
  padding-top: 0;
}
.module--text,
.module--call-to-action {
  text-align: center;
}
.module__header {
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .module__header {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 960px) {
  .module--testimonial-slides .module__header,
  .module--tutors-slides .module__header {
    margin-bottom: 2.5em;
  }
}
.module__subcontent-title {
  color: #1c2640;
  font-size: 18px;
}
@media (min-width: 960px) {
  .module__subcontent-title {
    font-size: 18px;
  }
}
.module--tutors-slides {
  -webkit-box-shadow: 0px -3px 5px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -3px 5px -6px rgba(0, 0, 0, 0.75);
}
.module__title {
  font-size: 24px;
  margin-bottom: 0.5em;
  margin-top: 0;
  line-height: 1.3;
}
.module--call-to-action .module__title,
.hero .module__title {
  font-weight: bold;
}
@media (min-width: 960px) {
  .module--call-to-action .module__title,
  .hero .module__title {
    font-size: 50px;
  }
}
@media (min-width: 680px) {
  .module__title {
    font-size: 27px;
  }
}
@media (min-width: 960px) {
  .module__title {
    font-size: 32px;
  }
}
.module__subtitle {
  font-size: 18px;
  color: #1c2640;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.4;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
@media (min-width: 680px) {
  .module__subtitle {
    font-size: 19px;
  }
}
@media (min-width: 960px) {
  .module__subtitle {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .module--call-to-action .module__subtitle {
    font-size: 24px;
  }
}
.module__button {
  margin-top: 1.5em;
}
@media (min-width: 680px) {
  .module__button {
    margin-top: 2em;
  }
}
.module__featured-image {
  height: 250px;
  margin: 0 auto 2em;
  overflow: hidden;
}
@media (min-width: 680px) {
  .module__featured-image {
    height: 385px;
    width: 400px;
  }
}
@media (min-width: 960px) {
  .module__featured-image {
    height: 465px;
    width: auto;
    margin-bottom: 0;
  }
}
.module__featured-image.module__featured-image-curve {
  border-radius: 50px;
}
.module__featured-image iframe {
  border: 0;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 3px 0px #adadad;
  box-shadow: 1px 1px 3px 0px #adadad;
  height: 100%;
}
.module__content ul,
.main__content ul,
.footer__form-foot-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.module__content ul li,
.main__content ul li,
.footer__form-foot-text ul li {
  position: relative;
  padding-left: 1.7em;
}
.module__content ul li:before,
.main__content ul li:before,
.footer__form-foot-text ul li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 17px;
  content: url('images/check.svg');
}
.module--testimonial-list .module__content {
  margin-bottom: 3em;
}
.module__subcontent {
  margin-top: 1.5em;
}
@media (min-width: 960px) {
  .module__subcontent {
    margin-top: 2.5em;
  }
}
.navbar {
  display: none;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 10px 10px 10px 0;
  text-align: left;
  border-top: 1px solid #f25924;
}
.navbar__item {
  position: relative;
  display: block;
  margin: 0;
}
.navbar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.8em 0;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
.navbar__item a:hover,
.navbar__item.is-open > a,
.navbar__item.is-current > a {
  color: #f25924;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__list-phone .navbar__item {
  display: inline-block;
  font-size: 13px;
}
.navbar__list-phone .navbar__item:after {
  content: '|';
  display: inline-block;
  color: #ffffff;
  margin-left: 5px;
}
.navbar__list-phone .navbar__item:last-child:after {
  display: none;
}
.navbar__list-phone .navbar__item a {
  padding: 0;
  color: #ffffff;
  display: inline-block;
}
.navbar__list-phone .navbar__item a:hover {
  color: #f25924;
}
.navbar__phone {
  display: inline-block;
}
.navbar__list-phone {
  margin: 0;
  padding: 0;
  display: inline-block !important;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
@media (min-width: 960px) {
  .navbar {
    display: block !important;
  }
  .navbar__item a {
    padding: 1.4em 0;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2em;
    border-top: 0;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item a {
  font-size: 0.85em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    min-width: 16em;
    padding: 0 0 0 5px !important;
    text-align: left;
    white-space: nowrap;
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.5);
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 5px 0 0 0 !important;
  }
  .navbar-dropdown__item {
    margin: 0;
  }
  .navbar-dropdown__item a {
    padding: 1em;
    background: #2f2d2e;
    color: #ffffff;
  }
  .navbar-dropdown__item a:hover,
  .navbar-dropdown__item.is-current > a {
    background: #222121;
    color: #ffffff;
  }
  .navbar-dropdown__item:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .navbar-dropdown__item:first-child > a:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #2f2d2e transparent transparent;
  }
  .navbar-dropdown--level-0 > .navbar-dropdown__item:first-child > a:before {
    right: 50%;
    bottom: 100%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    border-color: transparent transparent #2f2d2e transparent;
  }
  .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .is-open > a > .navbar-dropdown__expand {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.navigation {
  position: relative;
  text-align: left;
  background: #1c2640;
  padding-left: 1em;
  border-top-right-radius: 20px;
}
@media (min-width: 960px) {
  .navigation {
    text-align: center;
    padding-left: 0;
  }
}
.navigation__toggle {
  position: relative;
}
.nav-form-toggle {
  padding: 0.8em 0;
  color: #ffffff;
  background: #f25924;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.nav-form-toggle:hover {
  background: #4a8ab5;
}
.nav-form-toggle:hover:before {
  background: #4a8ab5;
}
.nav-form-toggle:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 2em;
  width: 99.99%;
  top: -1em;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background: #f25924;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 960px) {
  .nav-form-toggle:before {
    width: 100%;
  }
}
.nav-form-toggle .menu-toggle__label {
  font-size: 13px !important;
  letter-spacing: 1px;
}
.nav-form-toggle .menu-toggle__icon {
  fill: #ffffff;
  position: relative;
  top: -2px;
  margin-left: 5px;
  height: 1em;
  width: 1em;
}
@media (min-width: 960px) {
  .nav-form-toggle {
    padding: 1.45em 0;
  }
}
.pagination {
  clear: both;
  text-align: center;
  width: 100%;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em 0.5em;
  padding: 0.25em 0;
  font-weight: bold;
  color: #666666;
  border-bottom: 2px solid transparent;
}
.pagination > span {
  color: #4a8ab5;
  border-bottom: 2px solid #4a8ab5;
}
.pagination .next,
.pagination .prev {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  color: #f25924;
}
.pagination .next:before,
.pagination .prev:before,
.pagination .next:after,
.pagination .prev:after {
  width: 7px;
  height: 7px;
  display: inline-block;
}
.pagination .next:hover,
.pagination .prev:hover {
  color: #4a8ab5;
}
.pagination .next:after {
  content: url(images/next.svg);
  margin-left: 5px;
}
.pagination .prev:before {
  content: url(images/prev.svg);
  margin-right: 5px;
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .search-form {
  margin-bottom: 0;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
  padding-right: 2.5em;
  padding-left: 1em;
  border-radius: 60px;
  height: auto;
  padding-bottom: 0.95em;
  padding-top: 0.95em;
}
.search-form__input::-webkit-input-placeholder {
  text-align: left;
}
.search-form__input::-moz-placeholder {
  text-align: left;
}
.search-form__input:-ms-input-placeholder {
  text-align: left;
}
.search-form__input::-ms-input-placeholder {
  text-align: left;
}
.search-form__input::placeholder {
  text-align: left;
}
.search-form__button {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #ffffff;
  background: #f25924;
  border-radius: 50%;
}
.search-form__icon {
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tool {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tool:not(:hover) {
  color: inherit;
}
.tool__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #C40233;
  color: #ffffff;
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.fine-print__menu .widget {
  margin: 0;
}
.widget__header {
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .footer__hor .widget__header {
    display: inline-block;
    margin-right: 1em;
  }
}
.widget__title {
  margin: 0;
  font-size: 1em;
}
.footer .widget__title {
  color: #f25924;
  font-size: 16px;
}
.footer__hor .widget__title {
  font-size: 18px;
  position: relative;
  color: #4a8ab5;
}
.footer__hor .widget__title:before {
  content: url('images/icons/phone-hollow.svg');
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 7px;
  -webkit-filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
}
.main__sidebar .widget_nav_menu .widget__title {
  font-size: 20px;
  color: #1c2640;
  margin-bottom: 0;
}
.main__sidebar .widget_nav_menu .widget__title:after {
  content: '';
  height: 3px;
  width: 100%;
  display: block;
  background: url('images/dots.svg');
  background-size: contain;
  margin: 0.7em auto 1em;
  -webkit-filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
}
.main__sidebar .widget_nav_menu ul li a {
  color: #4a8ab5;
  position: relative;
  padding-left: 1em;
}
.main__sidebar .widget_nav_menu ul li a:before {
  -webkit-filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
  content: url('images/next.svg');
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
}
.main__sidebar .widget_nav_menu ul li.is-current a,
.main__sidebar .widget_nav_menu ul li a:hover {
  color: #f25924;
}
.main__sidebar .widget_nav_menu ul li.is-current a:before,
.main__sidebar .widget_nav_menu ul li a:hover:before {
  -webkit-filter: none;
          filter: none;
}
.fine-print__menu .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 960px) {
  .fine-print__menu .widget_nav_menu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .fine-print__menu .widget_nav_menu ul li::after {
    content: '|';
    margin-left: 10px;
    margin-right: 5px;
  }
  .fine-print__menu .widget_nav_menu ul li:last-child::after {
    display: none;
  }
}
.footer__hor .widget_nav_menu .menu-footer-phone-container {
  display: inline-block;
}
@media (min-width: 960px) {
  .footer__hor .widget_nav_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer__hor .widget_nav_menu ul li {
    margin-right: 1.5em;
  }
  .footer__hor .widget_nav_menu ul li:last-child {
    margin-right: 0;
  }
}
.footer__hor .widget_nav_menu ul li a {
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}
.footer__hor .widget_nav_menu ul li a span {
  font-weight: bold;
}
.footer__hor .widget_nav_menu ul li a:hover {
  color: #4a8ab5;
}
.main__sidebar .widget_magicdust_testimonial {
  background: #4a8ab5;
  border-radius: 60px;
  text-align: center;
  padding: 2.5em 2em 2em;
}
.main__sidebar .widget_magicdust_testimonial .testimonial-quote {
  color: #ffffff;
  font-size: 17px;
}
.main__sidebar .widget_magicdust_testimonial .testimonial-quote:before {
  content: url('images/testi-icon.svg');
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 1em;
}
.main__sidebar .widget_magicdust_testimonial .testimonial-flag-body .testimonial-title,
.main__sidebar .widget_magicdust_testimonial .testimonial-flag-body .testimonial-subtitle {
  font-size: 17px;
  font-weight: 500;
  color: #1c2640;
  opacity: 1;
  font-family: 'Raleway', sans-serif;
  display: block;
}
.main__sidebar .widget_magicdust_testimonial .testimonial-flag-body .testimonial-title:before {
  content: '-';
}
.main__sidebar .widget_magicdust_testimonial .testimonial-flag-body .testimonial-title:after {
  content: ',';
}
.icon-panel {
  position: relative;
  text-align: center;
}
.icon-panel a {
  color: #666666;
}
.icon-panel__wrap {
  margin: 1.5em 0 1em;
}
@media (min-width: 960px) {
  .icon-panel__wrap {
    margin: 1.5em 0 2em;
  }
}
.icon-panel__icon {
  height: 85px;
  width: 85px;
  margin: 0 auto 1em;
}
.icon-panel__title {
  margin-top: 0;
  font-size: 18px;
  color: #1c2640;
}
.testimonial-slides {
  position: relative;
  text-align: center !important;
}
@media (min-width: 680px) {
  .testimonial-slides {
    text-align: left !important;
  }
}
.testimonial-slides__body {
  max-width: 795px;
  margin: auto;
}
.testimonial-slides__helper {
  background: #4a8ab5;
  padding: 3em 2em;
  border-radius: 60px;
}
.testimonial-slides__title,
.testimonial-slides__subtitle {
  display: inline-block;
  color: #1c2640;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
.testimonial-slides__quote {
  color: #ffffff;
  font-size: 17px;
}
.testimonial-slides__icon {
  height: 129px;
  background-size: contain !important;
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .testimonial-slides__icon {
    margin-bottom: 0;
  }
}
.testimonial-list .testimonial-list__body {
  margin-bottom: 2em;
}
.testimonial-list .testimonial-list__title {
  font-weight: bolder;
  font-size: 1.1em;
}
.testimonial-list__main-subtitle {
  font-size: 1.5em;
  margin-top: 0;
}
.testimonial-list__main-subtitle::before {
  display: block;
  content: " ";
  margin-top: -140px;
  height: 140px;
  visibility: hidden;
  pointer-events: none;
}
.subject {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
.subject a {
  color: #666666;
}
.subject a:hover .subject__content-wrap {
  background: #4a8ab5;
}
.subject a:hover .subject__title {
  color: #ffffff;
}
.subject a:hover .subject__icon {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(104%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(104%) contrast(101%);
}
.subject .grid {
  display: inline-block;
}
.subject__wrap {
  margin: 1em 0;
}
@media (min-width: 960px) {
  .subject__wrap {
    margin: 1.2em 0;
  }
}
.subject__content-wrap {
  background: #ffffff;
  padding: 1.5em 1em;
  border-radius: 60px;
  -webkit-box-shadow: 1px 1px 3px 0px #adadad;
  box-shadow: 1px 1px 3px 0px #adadad;
  height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media (min-width: 960px) {
  .subject__wrap--wide .subject__content-wrap {
    height: 465px;
  }
}
.subject__icon {
  height: 85px;
  width: 85px;
  margin: 0 auto 0.7em;
}
@media (min-width: 960px) {
  .subject__wrap--wide .subject__icon {
    height: 125px;
    width: 125px;
  }
}
.subject__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: #1c2640;
}
@media (min-width: 960px) {
  .subject__wrap--wide .subject__title {
    font-size: 26px;
  }
}
.toggle .toggle__button-label.is-open {
  border: 2px solid transparent !important;
  background: transparent !important;
  border-bottom: 2px solid #f25924 !important;
  padding: 0 0 5px 0 !important;
  border-radius: 0 !important;
  min-width: auto;
  margin-bottom: 2em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.toggle .toggle__button-label.is-open:hover {
  background: transparent !important;
  color: #ffffff !important;
}
.toggle .toggle__button-label.is-open .menu-toggle__label {
  display: none;
}
.toggle .toggle__button-label.is-open:before {
  content: 'Close';
  margin-right: 5px;
  color: #f25924 !important;
}
.toggle .toggle__button-label.is-open .menu-toggle__icon--close {
  fill: #f25924;
}
.toggle__button-label.is-open .toggle__button-label {
  margin-bottom: 3em;
}
@media (min-width: 680px) {
  .toggle__button-label.is-open .toggle__button-label {
    margin-bottom: 5em;
  }
}
.toggle .module__form-toggle {
  text-align: center;
}
.footer__form .menu-toggle__icon--open,
.toggle--sidebar .menu-toggle__icon--open {
  display: none;
}
.toggle--sidebar .toggle__form {
  display: none;
}
.clickable-panel {
  position: relative;
}
.clickable-panel .grid__column {
  position: relative;
}
.clickable-panel .grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.clickable-panel .grid .clickable-panel__wrap,
.clickable-panel .grid .clickable-panel__link {
  height: 100%;
  display: inline-block;
}
.clickable-panel__wrap {
  width: 100%;
  position: relative;
}
.clickable-panel__wrap:hover .clickable-panel__link {
  background: #4a8ab5;
}
.clickable-panel__wrap:hover .clickable-panel__link:before {
  background: #4a8ab5;
}
.clickable-panel__wrap:hover .clickable-panel__link .clickable-panel__title:after {
  -webkit-filter: invert(100%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(100%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
}
.clickable-panel__wrap .clickable-panel__link {
  background: #1c2640;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 2px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.clickable-panel__wrap .clickable-panel__link:before {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  content: '';
  position: absolute;
  display: none;
  z-index: 1;
  height: 3em;
  width: 100%;
  top: -3em;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #1c2640;
}
@media (min-width: 680px) {
  .clickable-panel__wrap .clickable-panel__link {
    margin: 0;
  }
}
@media (min-width: 960px) {
  .clickable-panel__wrap .clickable-panel__link:before {
    display: block;
  }
}
.clickable-panel__content-wrap {
  padding: 1.5em;
}
@media (min-width: 960px) {
  .clickable-panel__content-wrap {
    padding: 0.5em 1em 1.5em 1em;
  }
}
@media (min-width: 1200px) {
  .clickable-panel__content-wrap {
    padding: 0.5em 3em 3.5em 3em;
  }
}
.clickable-panel__title {
  color: #ffffff;
  padding-bottom: 0;
  margin: 0 0 0.7em 0;
  font-size: 20px;
}
.clickable-panel__title:after {
  content: '';
  height: 3px;
  width: 100%;
  display: block;
  background: url('images/dots.svg');
  background-size: contain;
  margin: 0.5em auto 0;
  -webkit-filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
}
@media (min-width: 680px) {
  .clickable-panel__title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .clickable-panel__title {
    font-size: 30px;
  }
}
.clickable-panel__content {
  color: #ffffff;
}
.hero {
  position: relative;
  text-align: center;
}
.hero__helper {
  height: 550px;
  position: relative;
}
@media (min-width: 680px) {
  .hero__helper {
    height: 600px;
  }
}
@media (min-width: 960px) {
  .hero__helper {
    height: 950px;
  }
}
.hero__wrap {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 680px) {
  .hero__wrap {
    top: 70%;
  }
}
@media (min-width: 960px) {
  .hero__wrap {
    top: 65%;
  }
}
.tutor-slides {
  position: relative;
  text-align: center;
}
.tutor-slides .slideshow-tutor {
  max-width: 960px;
  margin: auto;
}
@media (min-width: 960px) {
  .tutor-slides {
    text-align: left;
  }
}
.tutor-slides .owl-stage {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tutor-slides .owl-stage .owl-item,
.tutor-slides .owl-stage .tutor-slides__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: auto !important;
}
.tutor-slides__wrap {
  background: #f4f5f8;
  border-radius: 60px;
  padding: 2em;
  -webkit-box-shadow: 1px 1px 3px 0px #adadad;
  box-shadow: 1px 1px 3px 0px #adadad;
  margin: 1em 2px;
}
@media (min-width: 960px) {
  .tutor-slides__wrap {
    padding: 3em;
  }
}
.tutor-slides__header {
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
}
@media (min-width: 960px) {
  .tutor-slides__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}
.tutor-slides__image {
  width: 109px;
  height: 109px;
  border-radius: 50%;
  background-size: cover;
  margin: 0 auto 1.5em;
  -webkit-box-shadow: 1px 1px 3px 0px #adadad;
  box-shadow: 1px 1px 3px 0px #adadad;
}
@media (min-width: 960px) {
  .tutor-slides__image {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1em;
  }
}
.tutor-slides__name-wrap {
  display: inline-block;
  width: 100%;
}
@media (min-width: 960px) {
  .tutor-slides__name-wrap {
    width: 65%;
    margin-bottom: 1em;
  }
}
.tutor-slides__content-tutoring_in {
  margin-top: 0.5em;
}
.tutor-slides__name {
  font-weight: 500px;
  color: #000000;
  font-size: 20px;
}
.tutor-slides__name:after {
  width: 100%;
  content: '';
  height: 3px;
  display: block;
  background: url('images/dots.svg');
  background-size: contain;
  margin: 0.3em auto 0;
  -webkit-filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
}
@media (min-width: 680px) {
  .tutor-slides__name {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  .tutor-slides__name {
    font-size: 25px;
  }
}
.tutor-slides__content-location {
  margin-bottom: 1.5em;
}
.tutor-slides__content-location:before {
  content: 'Location:';
}
.tutor-slides__content-education {
  margin-bottom: 1.5em;
}
.tutor-slides__content-education:before {
  content: 'Education:';
}
.tutor-slides__content-subjects {
  margin-bottom: 1.5em;
}
.tutor-slides__content-subjects:before {
  content: 'Subjects:';
}
.tutor-slides__content-fast-facts {
  margin-bottom: 1.5em;
}
.tutor-slides__content-fast-facts:before {
  content: 'Fast Facts:';
}
.tutor-slides__content-feedback {
  margin-bottom: 1.5em;
}
.tutor-slides__content-feedback:before {
  content: 'Recent Feedback:';
}
.tutor-slides__content-location:before,
.tutor-slides__content-education:before,
.tutor-slides__content-subjects:before,
.tutor-slides__content-fast-facts:before,
.tutor-slides__content-feedback:before {
  margin-bottom: 0.5em;
  display: block;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #000000;
}
@media (min-width: 960px) {
  .tutor-slides__content-location:before,
  .tutor-slides__content-education:before,
  .tutor-slides__content-subjects:before,
  .tutor-slides__content-fast-facts:before,
  .tutor-slides__content-feedback:before {
    font-size: 18px;
  }
}
.card {
  margin: 2em 0;
}
.card a:hover .card__content {
  background: #4a8ab5;
}
.card a:hover .card__content:before {
  background: #4a8ab5;
}
.card a:hover .card__heading,
.card a:hover .card__date {
  color: #ffffff;
}
.card a:hover .card__heading:after {
  -webkit-filter: invert(100%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(100%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
}
.card__image {
  height: 200px;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}
.card__content {
  background: #f4f5f8;
  position: relative;
}
.card__content .meta {
  font-style: normal !important;
}
.card__content:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 3em;
  width: 100%;
  top: -3em;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #f4f5f8;
}
.card__header {
  text-align: center;
  padding: 0 1em 2.5em;
  min-height: 175px;
}
.card__heading {
  font-size: 18px !important;
  color: #1c2640;
  font-weight: 500;
  margin-bottom: 0;
}
.card__heading:after {
  content: '';
  height: 3px;
  width: 70px;
  display: block;
  background: url('images/dots.svg');
  background-size: cover;
  margin: 1em auto;
  -webkit-filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
          filter: invert(52%) sepia(47%) saturate(504%) hue-rotate(161deg) brightness(87%) contrast(88%);
}
.card__date {
  color: #666666;
}
.helper {
  position: relative;
  overflow: hidden;
  font-size: 15px;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--narrow {
  max-width: 680px;
}
.container--l-narrow {
  max-width: 795px;
}
.container--wide {
  max-width: 1200px;
}
.container--extra-wide {
  max-width: 1440px;
}
.container--full {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.u-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat !important;
}
.u-center {
  text-align: center;
}
.u-white {
  color: #ffffff;
}
.u-overlay {
  position: relative;
  background: center center / cover no-repeat;
}
.u-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
.u-overlay.u-overlay--white:before {
  background: rgba(242, 242, 242, 0.92);
}
.u-overlay .container {
  z-index: 2;
  position: relative;
}
.page-template-template-modules-with-banner-and-sidebar .container .container {
  padding: 0;
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select,
.nf-form-wrap .nf-field-element textarea {
  border-radius: 10px;
  font-size: 15px;
  opacity: 1;
  height: auto;
}
.nf-form-wrap .nf-field-element input::-webkit-input-placeholder,
.nf-form-wrap .nf-field-element select::-webkit-input-placeholder,
.nf-form-wrap .nf-field-element textarea::-webkit-input-placeholder {
  color: #000000 !important;
}
.nf-form-wrap .nf-field-element input::-moz-placeholder,
.nf-form-wrap .nf-field-element select::-moz-placeholder,
.nf-form-wrap .nf-field-element textarea::-moz-placeholder {
  color: #000000 !important;
}
.nf-form-wrap .nf-field-element input:-ms-input-placeholder,
.nf-form-wrap .nf-field-element select:-ms-input-placeholder,
.nf-form-wrap .nf-field-element textarea:-ms-input-placeholder {
  color: #000000 !important;
}
.nf-form-wrap .nf-field-element input::-ms-input-placeholder,
.nf-form-wrap .nf-field-element select::-ms-input-placeholder,
.nf-form-wrap .nf-field-element textarea::-ms-input-placeholder {
  color: #000000 !important;
}
.nf-form-wrap .nf-field-element input::placeholder,
.nf-form-wrap .nf-field-element select::placeholder,
.nf-form-wrap .nf-field-element textarea::placeholder {
  color: #000000 !important;
}
@media (min-width: 680px) {
  .nf-form-wrap .nf-field-element input,
  .nf-form-wrap .nf-field-element select,
  .nf-form-wrap .nf-field-element textarea {
    margin-bottom: 0.5em;
  }
}
.header__nav-toggle .nf-form-wrap .nf-textarea textarea {
  height: 90px;
}
@media (min-width: 680px) {
  .header__nav-toggle .nf-form-wrap .nf-textarea {
    bottom: 2.7em;
  }
}
.nf-form-wrap .nf-textarea textarea {
  height: 127px;
}
@media (min-width: 680px) {
  .nf-form-wrap .nf-textarea {
    position: absolute;
    right: 0;
    bottom: 5.2em;
  }
}
.toggle--sidebar .nf-form-wrap .nf-textarea {
  position: relative !important;
  bottom: inherit;
}
.toggle--sidebar .nf-form-wrap .one-half,
.toggle--sidebar .nf-form-wrap .one-third,
.toggle--sidebar .nf-form-wrap .two-thirds {
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 680px) {
  .nf-form-wrap .one-half,
  .nf-form-wrap .one-third,
  .nf-form-wrap .two-thirds {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  padding: 1em 1em;
}
.nf-form-wrap .nf-field-element textarea {
  padding: 1em 1em;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
.nf-form-wrap .nf-form-content {
  position: relative;
}
@media (min-width: 680px) {
  .nf-form-wrap .nf-form-content .magicdust-button-wrap {
    position: relative;
    padding-top: 1em;
  }
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
.header__nav-toggle .nf-form-wrap .nf-field-element input,
.header__nav-toggle .nf-form-wrap .nf-field-element select,
.header__nav-toggle .nf-form-wrap .nf-field-element textarea {
  padding: 0.7em 1em;
  font-size: 13px;
  margin-bottom: 0;
}
.toggle--sidebar .nf-form-fields-required {
  color: #666666 !important;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #C40233;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: bold;
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: #f25924;
  color: #FFF;
}
.woocommerce.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #d6410d;
  color: #FFF;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
.owl-dots {
  position: absolute;
  width: 100%;
  bottom: -2em;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background: transparent !important;
  border: 2px solid #f25924 !important;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
  background: #f25924 !important;
}
@media (min-width: 680px) {
  .owl-dots {
    bottom: -3em;
  }
}
@media (min-width: 960px) {
  .owl-dots {
    bottom: -3em;
  }
}
.owl-nav {
  position: absolute;
  width: 107%;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}
@media (min-width: 680px) {
  .owl-nav {
    top: 35%;
    width: 104%;
  }
}
@media (min-width: 1200px) {
  .owl-nav {
    top: 50%;
    width: 60%;
    display: block;
  }
}
.tutor-slides .owl-nav {
  width: 120%;
}
.owl-nav button {
  height: 0;
}
.owl-nav button:before,
.owl-nav button:after {
  display: inline-block;
  height: 18px;
  width: 8px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 680px) {
  .owl-nav button:before,
  .owl-nav button:after {
    height: 18px;
    width: 11px;
  }
}
.owl-nav .owl-prev {
  position: absolute;
  content: "";
  left: 0;
}
.owl-nav .owl-prev:before {
  background-position: center left;
  background-image: url('images/prev.svg');
}
.owl-nav .owl-next {
  position: absolute;
  content: "";
  right: 0;
}
.owl-nav .owl-next:after {
  background-image: url('images/next.svg');
  background-position: center right;
}
.gform_wrapper .gform_body .gfield {
  padding: 0 !important;
}
.gform_wrapper .gform_body .gfield select,
.gform_wrapper .gform_body .gfield textarea,
.gform_wrapper .gform_body .gfield input {
  border-radius: 10px;
  font-size: 15px ;
  opacity: 1;
  padding: 1em !important;
  height: auto !important;
}
.gform_wrapper .gform_body .gfield select::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder,
.gform_wrapper .gform_body .gfield input::-webkit-input-placeholder {
  color: #000000;
}
.gform_wrapper .gform_body .gfield select::-moz-placeholder,
.gform_wrapper .gform_body .gfield textarea::-moz-placeholder,
.gform_wrapper .gform_body .gfield input::-moz-placeholder {
  color: #000000;
}
.gform_wrapper .gform_body .gfield select:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input:-ms-input-placeholder {
  color: #000000;
}
.gform_wrapper .gform_body .gfield select::-ms-input-placeholder,
.gform_wrapper .gform_body .gfield textarea::-ms-input-placeholder,
.gform_wrapper .gform_body .gfield input::-ms-input-placeholder {
  color: #000000;
}
.gform_wrapper .gform_body .gfield select::placeholder,
.gform_wrapper .gform_body .gfield textarea::placeholder,
.gform_wrapper .gform_body .gfield input::placeholder {
  color: #000000;
}
.gform_wrapper .gform_body .gfield textarea {
  height: 140px !important;
}
.header .gform_wrapper .gform_body .gfield select,
.header .gform_wrapper .gform_body .gfield textarea,
.header .gform_wrapper .gform_body .gfield input {
  padding: 0.7em 1em !important;
  font-size: 13px !important;
}
.gform_wrapper .gform_button.button {
  display: inline-block;
  vertical-align: top;
  padding: 1.5em 2em !important;
  line-height: 1 !important;
  text-align: center;
  background: #f25924 !important;
  color: #ffffff !important;
  border: 0;
  border-radius: 60px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px !important;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 2px;
  min-width: 100%;
  -webkit-box-shadow: 1px 1px 3px 0px #adadad;
  box-shadow: 1px 1px 3px 0px #adadad;
  height: auto !important;
  cursor: pointer !important;
}
.gform_wrapper .gform_button.button:hover {
  color: #ffffff !important;
  background: #d6410d !important;
}
@media (min-width: 680px) {
  .gform_wrapper .gform_button.button {
    min-width: 230px;
  }
}
@media (min-width: 960px) {
  .gform_wrapper .gform_button.button {
    padding: 1.7em 1.5em !important;
  }
}
