@charset "UTF-8";
/*
Theme Name: Teachwire
Author: Chester Black
Description: Custom theme for teachwire.com, developed at Aceville Publications
Version: 1.0
Text Domain: teachwire
*/
/* -----------------------------------------------------
+
+ FRONT-MAN.com
+
------------------------------------------------------ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*
    @BASE #PAGE
\*------------------------------------*/
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "halyard-display", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  background-color: #fff;
  color: #000000;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

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

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*
    @BASE #TYPE
\*------------------------------------*/
h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.125rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.875rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1;
}

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:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

img,
p,
ul,
ol,
dl,
pre,
blockquote {
  margin-bottom: 40px;
  margin-top: 0;
}

img:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
pre:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid #000;
  height: 1px;
  margin: 40px 0;
}

/*------------------------------------*
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  /* removing outline in Mozilla */
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a::before, a::after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a, a:focus {
  color: #7635db;
}

a:hover, a:focus:hover {
  color: #5e21bc;
}

/*------------------------------------*
    @BASE #IMAGES
\*------------------------------------*/
img {
  max-width: 100%;
}

img:last-child {
  margin-bottom: 0;
}

.img-full {
  width: 100%;
}

.img-round {
  border-radius: 999px;
}

@media screen and (max-width: 767px) {
  .article .size-singleEntryMain {
    margin-left: -15px;
    max-width: 100vw;
  }
}

/*------------------------------------*
    @OBJECTS #CONTAINER
\*------------------------------------*/
.container,
pre {
  width: 100%;
  max-width: 1380px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container--sm {
  max-width: 640px;
}

.container--md {
  max-width: 800px;
}

.container--mmd {
  max-width: 994px;
}

.container--lg {
  max-width: 1150px;
}

.container--full {
  max-width: 100%;
}

/*------------------------------------*
    @OBJECTS #BUTTONS
\*------------------------------------*/
button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button, button:focus, button:active {
  outline: none !important;
}

button:not(.btn):not(.tag), button:focus:not(.btn):not(.tag), button:active:not(.btn):not(.tag) {
  border: none;
}

.btn,
*[class^=btn-]:not(.btn-wrap) {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  font: inherit;
  font-family: "halyard-display", sans-serif;
  text-align: center;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  padding: 0 25px;
}

.btn, .btn:hover, .btn:active, .btn:focus,
*[class^=btn-]:not(.btn-wrap),
*[class^=btn-]:not(.btn-wrap):hover,
*[class^=btn-]:not(.btn-wrap):active,
*[class^=btn-]:not(.btn-wrap):focus {
  text-decoration: none;
}

/*------------------------------------*
    @OBJECTS #TABLES
\*------------------------------------*/
table,
.table {
  width: 100%;
}

table th,
.table th {
  font-weight: normal;
}

/*------------------------------------*
    @OBJECTS #FORMS
\*------------------------------------*/
.form__input {
  vertical-align: middle;
  padding: 0;
  outline: none !important;
}

.form__input .form__input:not(textarea) {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

textarea.form__input {
  resize: none;
  overflow-x: hidden;
  line-height: 1.5;
  padding-top: 8px;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*------------------------------------*
    @OBJECTS #ICONS
\*------------------------------------*/
.icon {
  -webkit-backface-visibility: hidden;
  fill: currentColor;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icon-search--absolute {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon-google {
  width: 22px;
  height: 22px;
}

.icon-wave {
  width: 116px;
  height: 6px;
}

.icon-wrap {
  position: relative;
  width: 26px;
  height: 26px;
}

.icon-person {
  width: 11px;
  height: 11px;
  margin-right: 2px;
}

.icon-close {
  width: 10px;
  height: 10px;
}

.icon-plus {
  width: 15px;
  height: 15px;
}

.icon-minus {
  width: 15px;
  height: 15px;
}

.icon-list {
  width: 16px;
  height: 13px;
}

.icon-list {
  width: 16px;
  height: 16px;
}

.icon-sort {
  width: 16px;
  height: 18px;
}

.icon-reset {
  width: 12px;
  height: 12px;
}

.icon-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: currentColor;
  color: #ffc549;
}

.icon-wrap .icon {
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: top;
}

/*------------------------------------*
    @OBJECTS #GRID
\*------------------------------------*/
.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.row > * {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

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

@media only screen and (min-width: 48em) {
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .col-smm,
.col-smm-1,
.col-smm-2,
.col-smm-3,
.col-smm-4,
.col-smm-5,
.col-smm-6,
.col-smm-7,
.col-smm-8,
.col-smm-9,
.col-smm-10,
.col-smm-11,
.col-smm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-smm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-smm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-smm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-smm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-smm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-smm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-smm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-smm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-smm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-smm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-smm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-smm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-smm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-smm-offset-1 {
    margin-left: 8.333%;
  }

  .col-smm-offset-2 {
    margin-left: 16.667%;
  }

  .col-smm-offset-3 {
    margin-left: 25%;
  }

  .col-smm-offset-4 {
    margin-left: 33.333%;
  }

  .col-smm-offset-5 {
    margin-left: 41.667%;
  }

  .col-smm-offset-6 {
    margin-left: 50%;
  }

  .col-smm-offset-7 {
    margin-left: 58.333%;
  }

  .col-smm-offset-8 {
    margin-left: 66.667%;
  }

  .col-smm-offset-9 {
    margin-left: 75%;
  }

  .col-smm-offset-10 {
    margin-left: 83.333%;
  }

  .col-smm-offset-11 {
    margin-left: 91.667%;
  }

  .start-smm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-smm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-smm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-smm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .bottom-smm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-smm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-smm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-smm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-smm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mob-show {
    display: block !important;
  }
}
@media only screen and (min-width: 62em) {
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
/*------------------------------------*
    MEDIA HELPERS
\*------------------------------------*/
@media (min-width: 769px) {
  .show-sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}
/*------------------------------------*
    @OBJECTS #CAROUSEL
\*------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------*
    @OBJECTS #MODAL
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .flex-md-unset .card__body {
    flex: unset !important;
  }
  .flex-md-unset .modal__wrap {
    max-width: 85%;
    margin: 0 auto;
  }
}

.modal-on {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  backdrop-filter: blur(3px);
}
.modal--static {
  position: static;
  z-index: 0;
  background: none;
}
.modal--static .btn-close {
  display: none;
}
@media (max-width: 768px) {
  .modal-md--border {
    border: 3px solid #000 !important;
    border-radius: 3px !important;
    box-shadow: 10px 10px #2acdb6 !important;
  }
  .modal-md--background {
    background-color: unset !important;
  }
}
.modal.modal-show {
  display: block;
}
.modal .btn-close {
  padding: 0;
  background-color: transparent;
  position: absolute;
  top: 30px;
  right: 20px;
  z-index: 10;
}
.modal .btn-close .icon {
  width: 20px;
  height: 20px;
}
.modal .btn-close:hover {
  opacity: 0.5;
}
.modal .btn-back {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .modal {
    background-color: #2acdb6;
  }
  .modal .btn-back {
    display: inline-flex;
  }
  .modal .btn-back + .btn-close {
    display: none;
  }
  .modal--primary {
    background-color: #7635db;
  }
}

.modal__wrap {
  padding: 30px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .modal__wrap {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 768px) {
  .modal__wrap {
    align-items: stretch;
  }
}
.modal__wrap--request {
  flex-direction: column;
}

.modal__content {
  width: 100%;
  max-width: 600px;
  border: 3px solid #000000;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px #2acdb6;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 60px 30px;
  position: relative;
}
.modal__content--height {
  min-height: 420px;
  justify-content: center;
}
.modal__content--primary {
  box-shadow: 10px 10px #7635db;
}
.modal__content > * {
  padding: 40px;
}
.modal__content > *.modal__body {
  padding-top: 30px;
}
.modal__content > *:not(:last-child) {
  padding-bottom: 0;
}
.modal__content > *.card--box {
  border: none;
  box-shadow: none !important;
}
.modal__content > *.btn-close {
  padding: 0;
  top: -40px;
  right: 0;
}
.modal--lg .modal__content {
  max-width: 1150px;
}
@media (max-width: 768px) {
  .modal__content {
    max-width: 100%;
    box-shadow: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 35px 35px 0 0;
  }
}

.modal__body {
  padding: 0;
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
.modal__body .title {
  text-align: center;
  margin-bottom: 32px;
  line-height: 1;
}
.modal__body .lead {
  max-width: 460px;
  margin-right: auto;
  margin-left: auto;
}
.modal__body .btn {
  max-width: 350px;
}
.modal__body--full {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 100%;
}
.modal__body--full .form {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 560px) {
  .modal__body--full .form {
    max-width: 100%;
  }
}

/*------------------------------------*
	@COMPONENTS #BUTTONS
\*------------------------------------*/
.btn {
  border: 2px solid transparent;
  border-radius: 9999px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  line-height: 1;
  white-space: nowrap;
}
.btn.show-sm {
  align-self: center;
}

.btn .icon,
.btn img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}

.btn .icon[class*=caret],
.btn img[class*=caret] {
  width: 11px;
  height: 14px;
  margin-top: 2px;
}

.btn .icon-angle-left, .btn .icon-angle-right,
.btn img-angle-left,
.btn img-angle-right {
  width: 6px;
  height: 10px;
}

.btn .icon-teachwire,
.btn img-teachwire {
  width: 90px;
  height: 16px;
}

.btn .icon-teachwire:not(:first-child),
.btn img-teachwire:not(:first-child) {
  margin-left: 10px;
}

.btn .icon:not(:only-child):last-child,
.btn img:not(:only-child):last-child {
  margin-left: 10px;
}

.btn .icon:not(:only-child):first-child,
.btn img:not(:only-child):first-child {
  margin-right: 10px;
}

.btn[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

.btn--sm {
  height: 35px;
  padding-right: 18px;
  padding-left: 18px;
}

.btn--wide {
  width: 100%;
  max-width: 270px;
}

.btn--google,
.btn--facebook {
  position: relative;
}

.btn--google::before,
.btn--facebook::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background-color: #7635db;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.btn--google,
.btn--google:focus,
.btn--facebook,
.btn--facebook:focus {
  color: #ffffff;
  border-color: #7635db;
}

.btn--google:hover,
.btn--google:focus:hover,
.btn--facebook:hover,
.btn--facebook:focus:hover {
  color: #ffffff;
}

.btn--google:hover::before,
.btn--google:focus:hover::before,
.btn--facebook:hover::before,
.btn--facebook:focus:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}

.btn--google span,
.btn--facebook span {
  position: relative;
}

.btn--ghost {
  position: relative;
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  overflow: hidden;
  z-index: 10;
}

.btn--ghost .icon {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.btn--ghost, .btn--ghost:focus {
  border-color: #7635db;
  background-color: transparent;
  color: #7635db;
}

.btn--ghost:hover, .btn--ghost:focus:hover {
  color: #ffffff;
}

.btn--ghost-black {
  color: #000000;
}

.btn--ghost-black, .btn--ghost-black:focus {
  border-color: #000000;
}

.btn--ghost-white {
  color: #ffffff;
}

.btn--ghost-white, .btn--ghost-white:focus {
  border-color: #ffffff;
}

.btn--ghost-white:hover, .btn--ghost-white:focus:hover {
  color: #000000;
}

.btn--ghost-secondary {
  color: #0ba2a6;
}

.btn--ghost-secondary, .btn--ghost-secondary:focus {
  border-color: #0ba2a6;
}

.btn--ghost-grey {
  color: #6b7b9b;
}

.btn--ghost-grey, .btn--ghost-grey:focus {
  border-color: #6b7b9b;
}

.btn__blobs {
  height: 100%;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.btn__blobs div {
  background-color: #7635db;
  width: 41%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: scale(1.4) translateY(125%) translateZ(0);
  transform: scale(1.4) translateY(125%) translateZ(0);
  -webkit-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}

.btn__blobs div:nth-child(1) {
  left: -5%;
}

.btn__blobs div:nth-child(2) {
  left: 30%;
  -webkit-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms;
}

.btn__blobs div:nth-child(3) {
  left: 66%;
  -webkit-transition-delay: 25ms;
  -o-transition-delay: 25ms;
  transition-delay: 25ms;
}

.btn:hover .btn__blobs div {
  -webkit-transform: scale(1.4) translateY(0) translateZ(0);
  transform: scale(1.4) translateY(0) translateZ(0);
}

.btn--ghost-black .btn__blobs div {
  background-color: #000000;
}

.btn--ghost-white .btn__blobs div {
  background-color: #ffffff;
}

.btn--ghost-secondary .btn__blobs div {
  background-color: #0ba2a6;
}

.btn--ghost-grey .btn__blobs div {
  background-color: #6b7b9b;
}

.btn--flat {
  border-radius: 3px;
  font-weight: 500;
}

.btn--flat, .btn--flat:focus {
  background-color: #000000;
  color: #ffffff;
}

.btn--flat:hover, .btn--flat:focus:hover {
  color: #ffffff;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
  width: 100%;
}

.btn-wrap--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-wrap > * {
  margin: 5px;
}

.alert .btn-wrap > * {
  width: 100%;
  max-width: 150px;
}

.btn-wrap--sm {
  margin: -3px;
}

.btn-wrap--sm > * {
  margin: 3px;
}

.btn-clean {
  background-color: transparent;
  padding: 0 !important;
  line-height: 1;
}

.btn-clean--light {
  color: #6b7b9b;
}

.btn-clean--light:hover {
  color: #000000;
}

.btn--full {
  width: 100%;
  max-width: 100%;
}

.btn--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.btn--reverse .icon {
  margin-right: 0 !important;
  margin-left: 10px;
}

.btn--yellow::before {
  background-color: #ffc549;
}

.btn--yellow, .btn--yellow:focus {
  color: #000000;
  background-color: #ffc549;
  border-color: #ffc549;
}

.btn--yellow:hover, .btn--yellow:focus:hover {
  color: #000000;
}

.btn--brick {
  background-color: #ffc549;
  border: 1px solid #000000;
  border-radius: 5px;
  height: 33px;
  padding-right: 15px;
  padding-left: 15px;
}

.btn--brick:hover {
  -webkit-box-shadow: 5px 5px #000000;
  box-shadow: 5px 5px #000000;
}

.btn--brick-light {
  background-color: transparent;
  border-color: #6b7b9b;
  color: #6b7b9b;
}

.btn--brick-bold {
  -webkit-box-shadow: 5px 5px #000000;
  box-shadow: 5px 5px #000000;
  border-width: 3px;
  padding: 6px 12px;
}

.btn--google::before {
  background-color: #000000;
}

.btn--google, .btn--google:focus {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn--google:hover, .btn--google:focus:hover {
  color: #ffffff;
}

.btn--facebook::before {
  background-color: #2C5399;
}

.btn--facebook, .btn--facebook:focus {
  background-color: #2C5399;
  color: #ffffff;
  border-color: #2C5399;
}

.btn--facebook:hover, .btn--facebook:focus:hover {
  color: #ffffff;
}

.btn--img {
  padding: 0;
  background-color: transparent;
}

.btn--img:hover {
  opacity: 0.5;
}

.btn--img img {
  width: auto;
  height: auto;
}

.btn-circle {
  padding: 0;
  border-radius: 50% !important;
  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;
  width: 65px;
  height: 65px;
}

.btn-circle .icon {
  width: 11px;
  height: 14px;
}

.btn-circle, .btn-circle:focus {
  background-color: #7635db;
  color: #ffffff;
}

.btn-circle:hover, .btn-circle:focus:hover {
  background-color: #bcb4dd;
}

/*------------------------------------*
	@COMPONENTS #TAGS
\*------------------------------------*/
.tags-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.tags-wrap > * {
  margin: 5px;
  line-height: 1;
}

.card--center .tags-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tags-wrap--left {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  text-align: left;
}

.title + .tags-wrap {
  margin-top: 0;
}

.tags-wrap + .title {
  margin-top: 10px;
}

.card--lg .tags-wrap + .title {
  margin-top: 5px;
}

.tag {
  border-radius: 5px;
  height: 18px;
  color: #ffffff;
  font-size: 10px !important;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-right: 6px;
  padding-left: 6px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  white-space: nowrap;
  background-color: #e7ecf5;
  color: #5F6778 !important;
}
.tag .ellipsis {
  margin-top: -6px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.tags-wrap--category .tag:nth-child(n+1) {
  opacity: calc(100% - (1 * 15%));
}
.tags-wrap--category .tag:nth-child(n+2) {
  opacity: calc(100% - (2 * 15%));
}
.tags-wrap--category .tag:nth-child(n+3) {
  opacity: calc(100% - (3 * 15%));
}
.tags-wrap--category .tag:nth-child(n+4) {
  opacity: calc(100% - (4 * 15%));
}
.tags-wrap--category .tag:nth-child(n+5) {
  opacity: calc(100% - (5 * 15%));
}
.tags-wrap--category .tag:nth-child(n+6) {
  opacity: calc(100% - (6 * 15%));
}
.tags-wrap--category .tag:nth-child(n+7) {
  opacity: calc(100% - (7 * 15%));
}
.tags-wrap--category .tag:nth-child(n+8) {
  opacity: calc(100% - (8 * 15%));
}
.tags-wrap--category .tag:nth-child(n+9) {
  opacity: calc(100% - (9 * 15%));
}
.tags-wrap--category .tag:nth-child(n+10) {
  opacity: calc(100% - (10 * 15%));
}

.tag--round {
  border-radius: 999px;
  padding-right: 12px;
  padding-left: 12px;
  pointer-events: none;
}

.tag--md {
  font-size: 16px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
}

.tag--lg {
  height: 42px !important;
}

.tag button {
  padding: 0;
  background-color: transparent;
  line-height: 0;
}

.tag button:not(:first-child) {
  margin-left: 10px;
}

.tag .icon {
  width: 10px;
  height: 10px;
}

.tag:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 3px #c0c7d5;
  box-shadow: 0 3px #c0c7d5;
}

span.tag {
  padding-right: 6px;
  padding-left: 6px;
}

span.tag:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tag--primary, .tag--primary:focus {
  background-color: #7635db;
  color: #ffffff !important;
}

.tag--primary:hover {
  -webkit-box-shadow: 0 3px #481699;
  box-shadow: 0 3px #481699;
}

.tag--secondary, .tag--secondary:focus {
  background-color: #2acdb6;
  color: #ffffff !important;
}

.tag--secondary:hover {
  -webkit-box-shadow: 0 3px #0c8877;
  box-shadow: 0 3px #0c8877;
}

.tag--free, .tag--free:focus,
.tag--yellow, .tag--yellow:focus {
  background-color: #ffc549;
  color: #000000 !important;
}

.tag--free:hover,
.tag--yellow:hover {
  -webkit-box-shadow: 0 3px #e2ab34;
  box-shadow: 0 3px #e2ab34;
}

.tag--limited, .tag--limited:focus,
.tag--pink, .tag--pink:focus {
  background-color: #f75a89;
  color: #ffffff !important;
}

.tag--limited:hover,
.tag--pink:hover {
  -webkit-box-shadow: 0 3px #be355e;
  box-shadow: 0 3px #be355e;
}

.tag--navy, .tag--navy:focus {
  background-color: #252d81;
  color: #ffffff !important;
}

.tag--navy:hover {
  -webkit-box-shadow: 0 3px #000;
  box-shadow: 0 3px #000;
}

.tag--blue, .tag--blue:focus {
  background-color: #00acee;
  color: #ffffff !important;
}

.tag--blue:hover {
  -webkit-box-shadow: 0 3px #00648c;
  box-shadow: 0 3px #00648c;
}

.tag--dark, .tag--dark:focus {
  background-color: #6b7b9b;
  color: #ffffff !important;
}

.tag--dark:hover {
  -webkit-box-shadow: 0 3px #37435a;
  box-shadow: 0 3px #37435a;
}

.tag--black, .tag--black:focus {
  background-color: #000000;
  color: #ffffff !important;
}

.tag--black:hover {
  -webkit-box-shadow: 0 3px #1a1a1a;
  box-shadow: 0 3px #1a1a1a;
}

.tag--ghost {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000 !important;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}

.tag--ghost.active {
  background-color: #000000;
  color: #ffffff !important;
}

.tag--ghost--grey {
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border: 2px solid #6B7B9B;
  color: #6B7B9B !important;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}

.tag--ghost--grey.active {
  background-color: #6B7B9B;
  color: #000000 !important;
}

.tag--md {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  min-width: 48px;
}

.tag--product {
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/*------------------------------------*
	@COMPONENTS #FORMS
\*------------------------------------*/
.form__input {
  color: #000000;
  background-color: #ffffff;
  font-family: "halyard-display", sans-serif;
  font-size: 16px;
  font-weight: 300;
  border: 3px solid #000000;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  height: 42px;
}

.form__input::-webkit-input-placeholder {
  color: #5F6778;
}

.form__input::-moz-placeholder {
  color: #5F6778;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  color: #5F6778;
}

.form__input:not(textarea) {
  line-height: 38px;
}

textarea.form__input {
  resize: none;
  height: 160px;
}

select.form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icon-select.svg);
  background-position: right 10px center;
  background-size: 8px 6px;
  background-repeat: no-repeat;
}

.form__group {
  margin-bottom: 20px;
  position: relative;
}
.form__group h3 {
  font-family: "halyard-display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  padding-right: 25px;
}

.form__group--lg {
  margin-bottom: 32px;
}

.row:last-child > *:last-child > .form__group:last-child {
  margin-bottom: 0;
}

.form__info {
  text-align: center;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 150%;
}

.form__info .link {
  font-weight: inherit;
  font-size: inherit;
}

.form__subtitle {
  font-family: "halyard-display", sans-serif;
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 10px !important;
}

.form__label {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.form__label strong {
  font-weight: 500;
}

.form__label--req::after {
  content: "*";
  color: #f75a89;
  font-size: 16px;
  margin-left: 2px;
  position: relative;
  top: -4px;
}

.form__sublabel {
  text-align: left;
  display: block;
  font-size: 16px;
  color: #5F6778;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.form__label + .form__sublabel {
  margin-top: -10px;
}

.form-subtext {
  color: #5F6778;
  margin-top: 40px;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.form__status {
  display: none;
  width: 100%;
  padding: 10px 0px;
}

.form__status--error {
  background: #f75a89;
  border: 3px solid #ffffff;
  color: #000000;
}

.form__status--success {
  background: #d9fffa;
  border: 3px solid #2acdb6;
  color: #000000;
}

/*------------------------------------*
	@COMPONENTS #CHECKBOX
\*------------------------------------*/
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 13px;
  color: #5F6778;
  letter-spacing: 0.02em;
  text-align: left;
}

.checkbox:not(:last-child) {
  margin-bottom: 16px;
}

.checkbox input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox:checked {
  background: #000 !important;
}

.checkbox p {
  color: #000;
  position: relative;
  padding-left: 40px;
}

.checkbox p::before, .checkbox p::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.checkbox p::after {
  border: 3px solid #000000;
  background-color: #ffffff;
  margin-top: 7px;
}

.checkbox p::before {
  opacity: 0;
  visibility: hidden;
  background-color: #7635db;
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/icon-check-white.svg");
  background-repeat: no-repeat;
  background-size: 10px 8px;
  background-position: center center;
  border: 3px solid #000000;
  margin-top: 7px;
}

.checkbox input:checked + *::before {
  opacity: 1;
  visibility: visible;
}

.checkbox input:checked + *::after {
  opacity: 0;
  visibility: unset;
}

.checkbox a {
  color: #00acee;
  font-weight: 500;
}

.checkbox a:hover {
  text-decoration: underline;
}

.box .checkbox {
  color: #000000;
}

.box .checkbox p {
  padding-left: 30px;
}

.box .checkbox p::before, .box .checkbox p::after {
  width: 20px;
  height: 20px;
}

.box--success {
  width: 100%;
  max-width: 305px;
  height: 222px;
  background: #D9FFFA;
  padding: 30px 20px 30px 20px;
  border-radius: 5px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.box--success svg {
  margin-bottom: 16px;
}
.box--success p {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  padding: 0;
  margin: 0;
}

.checkbox__title {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  display: block;
}

/*------------------------------------*
	@COMPONENTS #LINKS
\*------------------------------------*/
.link {
  font-size: 16px;
}
.link--showmore {
  color: #7635db !important;
}

.link,
.article li a:not(.title):not(.author-link),
.article p a {
  text-decoration: underline;
  font-weight: 400;
  color: inherit;
  cursor: pointer;
}

.link:hover,
.article li a:not(.title):not(.author-link):hover,
.article p a:hover {
  color: inherit;
  text-decoration: none;
}

.link--gold {
  color: #ffc549 !important;
}

.link--primary {
  color: #7635db !important;
}

.link--alt {
  color: #5F6778 !important;
}

.link--blue,
.article li a:not(.title):not(.author-link),
.article p a {
  color: #00acee !important;
}

.link--black {
  color: #000000 !important;
}

.checkbox .link {
  color: inherit !important;
  font-size: inherit;
}

.checkbox .link:hover {
  color: #000000 !important;
}

/*------------------------------------*
	@COMPONENTS #TITLE
\*------------------------------------*/
.title,
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #191238;
}

.title--1,
.article h1 {
  font-size: 44px !important;
}

.title--2,
.article h2 {
  font-size: 32px;
}

.title--3,
.article h3 {
  font-size: 24px !important;
}

.title--4,
.article h4 {
  font-size: 20px !important;
}

.title--5,
.article h5 {
  font-size: 16px !important;
}

.title--6,
.article h6 {
  font-size: 14px !important;
}

.title strong {
  font-weight: 500;
}

.box:not(.box--row) .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.title--static {
  text-decoration: none !important;
}

.title--multi {
  color: #5F6778 !important;
  font-size: 32px !important;
}

.title--multi strong {
  color: #000000;
}

.card:hover .title--multi {
  text-decoration: none !important;
}

.card:hover .title--multi strong {
  text-decoration: underline !important;
}

.title--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title--col .title__icon {
  margin: 0 !important;
}

.title--col .title__icon::before {
  top: -6px !important;
  right: -8px !important;
}

.title--col .title__icon .icon-newsletter {
  width: 40px;
  height: 30px;
}

.title__wave {
  color: #7635db;
  display: inline-block;
  position: relative;
  font-weight: 500 !important;
}

.title__wave::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 6px;
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/bgr-wave.svg");
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.box .title__wave {
  color: #000000;
}

.box .title__wave::after {
  height: 4px;
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/bgr-wave-yellow.svg");
}

.title-wrap {
  font-size: 20px;
  color: #191238;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap .title {
  margin-bottom: 0;
}

.title-wrap > div {
  margin-right: 20px;
}

.title--drop {
  line-height: 1.4;
  position: relative;
  padding-right: 40px;
}

.title--drop .title__icon {
  position: absolute;
  top: 0;
  right: 0;
}

.title--drop .title__icon .icon-star {
  width: 30px !important;
  height: 30px !important;
}

.title--drop .title__icon .icon-hub-literacy {
  width: 42px !important;
  height: 30px !important;
}

.title--drop .title__icon::before {
  width: 25px;
  height: 25px;
  top: -2px !important;
}

.suptitle {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #6b7b9b;
  margin-bottom: 16px;
}

.icon-wave + .suptitle {
  margin-top: 0;
}

.suptitle--md {
  font-size: 24px;
}

.lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
@media (max-width: 728px) {
  .lead {
    font-size: 18px;
  }
}

.lead .link {
  font-size: inherit;
}

@media (max-width: 768px) {
  .title--break {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title--break .title__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*------------------------------------*
	@COMPONENTS #TITLE--UNDERLINE
\*------------------------------------*/
.title--underline {
  border-bottom: 3px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-wrap .title--underline {
  border: none;
  padding-bottom: 0;
}

.title--underline.title--noline {
  border: none;
}

.title--underline.title--noline .title__icon {
  margin-right: 16px;
}

.title--underline.title--center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box--row .title--underline {
  padding-bottom: 0;
  margin-bottom: 10px;
}

.box--row .title--underline .title__icon {
  margin-left: 0;
}

.title--underline img:last-child {
  margin-left: 10px;
}

.title__icon {
  position: relative;
  margin-right: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: contain;
  background-repeat: no-repeat;
}

.title__icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: currentColor;
  color: #e7ecf5;
  z-index: -1;
}

.title--bulb .title__icon::before {
  top: 2px;
  right: 5px;
  color: #ffc549;
}

.title--trending .title__icon::before {
  width: 26px;
  height: 26px;
  top: 4px;
  right: 4px;
  color: #ffc549;
}

.search-wrap .title--trending .title__icon::before {
  color: #2E2555;
}

.title--story .title__icon::before {
  color: #43C9E8;
  top: 7px;
  right: 6px;
}

.title--star .title__icon::before {
  color: #f75a89;
  top: 7px;
  right: -5px;
}

.box .title--star .title__icon::before {
  top: 0;
}

.title--resource .title__icon::before {
  color: #00acee;
  top: 3px;
  right: -8px;
}

.title--hub-cpd .title__icon::before {
  color: #ffc549;
  top: 12px;
  right: 0px;
}

.title--maths .title__icon::before {
  top: -3px;
  right: -3px;
}

.title--yellow .title__icon::before {
  color: #ffc549;
}

.title--downloads .title__icon::before {
  color: #ffc549;
  top: 15px;
  right: -3px;
}

.title--box .title__icon::before {
  color: #00acee;
  top: 3px;
  right: -10px;
  width: 40px;
  height: 40px;
}

.title--webinars .title__icon::before {
  color: #ffc549;
  top: 3px;
  right: -3px;
}

.title--calendar .title__icon::before {
  color: #bcb4dd;
  top: 5px;
  right: -5px;
}

.title--fire .title__icon::before {
  color: #ffc549;
  top: 12px;
  right: -4px;
}

.title--giveaways .title__icon::before {
  color: #bcb4dd;
  top: 0;
  right: -5px;
}

.title--review .title__icon::before {
  color: #00acee;
  top: -5px;
  right: -5px;
}

.title--video .title__icon::before {
  color: #43C9E8;
  top: -5px;
  right: -3px;
}

.title--cart .title__icon::before {
  color: #f75a89;
  top: 0px;
  right: -8px;
  width: 35px;
  height: 35px;
}

.title--job .title__icon::before {
  color: #bcb4dd;
  top: -4px !important;
  right: -6px !important;
  width: 34px;
  height: 34px;
}

.box .title__icon::before {
  color: #ffc549;
  top: 10px;
  right: -6px;
}

.box .title--webinars .title__icon::before {
  top: 2px;
  right: -3px;
}

.title--form .title__icon::before {
  width: 25px;
  height: 25px;
  background-color: #c7d0e1;
  top: -3px;
  right: -3px;
}

.title--2 .title__icon::before {
  width: 32px;
  height: 32px;
}

.title--2.title--box .title__icon::before {
  color: #43C9E8;
  right: -6px;
  top: 2px;
}

.title__icon .icon {
  position: relative;
}

.title__icon .icon-bulb {
  width: 50px;
  height: 46px;
}

.title__icon .icon-trending {
  width: 32px;
  height: 34px;
}

.title__icon .icon-story {
  width: 43px;
  height: 40px;
}

.title__icon .icon-star {
  width: 42px;
  height: 42px;
}

.title__icon .icon-resource {
  width: 32px;
  height: 43px;
}

.title__icon .icon-hub-cpd {
  width: 50px;
  height: 50px;
}

.title__icon .icon-downloads {
  width: 50px;
  height: 50px;
}

.title__icon .icon-box {
  width: 41px;
  height: 43px;
}

.title__icon .icon-webinars {
  width: 40px;
  height: 40px;
}

.title__icon .icon-calendar {
  width: 36px;
  height: 40px;
}

.title__icon .icon-fire {
  width: 40px;
  height: 54px;
}

.title__icon .icon-giveaways {
  width: 36px;
  height: 38px;
}

.title__icon .icon-review {
  width: 34px;
  height: 31px;
}

.title__icon .icon-video {
  width: 39px;
  height: 27px;
}

.title__icon .icon-cart {
  width: 36px;
  height: 45px;
}

.title__icon .icon-job {
  width: 36px;
  height: 31px;
}

.box .title__icon .icon {
  width: 32px;
  height: 43px;
}

.box .title__icon .icon-webinars {
  width: 37px;
  height: 37px;
}

.title--form .title__icon .icon {
  width: 28px;
  height: 28px;
}

.title--2 .title__icon .icon {
  width: 32px;
  height: 32px;
}

/*------------------------------------*
	@COMPONENTS #LAYOUT
\*------------------------------------*/
.search-on,
.filters-on {
  overflow-y: hidden;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-top: 40px;
}

.main--lg {
  padding-top: 72px;
}

.row--xs {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.row--xs > * {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.row--sm {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.row--sm > * {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.row--grid > * {
  margin-bottom: 40px;
}

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

@media (max-width: 768px) {
  .edge-sm {
    width: 100vw !important;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-radius: 0 !important;
    margin-top: 20px;
  }

  .edge-sm__inner {
    left: 0% !important;
  }
}
/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
  background-color: #ffffff;
  -webkit-box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.09);
  box-shadow: 0px -5px 7px rgba(0, 0, 0, 0.09);
  border-bottom: 1px solid #c7d0e1;
  font-size: 20px;
  position: relative;
  z-index: 1000;
}

.header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 105px;
  max-width: 100%;
}

.header--clean {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 16px;
}

.header--clean .container {
  height: 160px;
  padding-right: 50px;
  padding-left: 50px;
}

.header--clean .container > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header--clean .container > div:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header--clean .container > img {
  margin: 0;
}

@media (max-width: 1400px) {
  .header > .container {
    height: 64px;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.header__btn {
  width: 64px;
  height: 64px;
  background-color: transparent;
  position: relative;
}

.header__btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header__btn .icon-x {
  opacity: 0;
  visibility: hidden;
}

.mobile-on .header__btn.mobile-trigger {
  background-color: #191238;
  color: #ffffff;
}

.mobile-on .header__btn .icon-x {
  opacity: 1;
  visibility: visible;
}

.mobile-on .header__btn .icon-menu {
  opacity: 0;
  visibility: hidden;
}

.header__logo {
  margin-right: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header__logo:hover {
  opacity: 0.5;
}

.header__logo img {
  width: 250px;
  display: block;
}

@media (max-width: 1400px) {
  .header__logo img {
    width: 190px;
  }
}
@media (max-width: 1240px) {
  .header__logo {
    margin-right: 20px;
  }
}
.header__main,
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1400px) {
  .header__main {
    padding: 40px 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #191238;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-on .header__main {
    opacity: 1;
    visibility: visible;
  }

  .header__container {
    width: 100%;
    max-width: 1380px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav > * {
  margin-right: 25px;
}

.header__nav a {
  font-weight: 500;
  color: #000000 !important;
  white-space: nowrap;
  font-size: 19px;
}

.header__nav a .icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.header__nav a[data-menu] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.header__nav a[data-menu]::before, .header__nav a[data-menu]::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__nav a[data-menu]::before {
  color: #191238;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 0 12px 12px 12px;
  border-bottom-color: currentColor;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  margin-top: 27px;
  opacity: 0;
  visibility: hidden;
}

.header__nav a[data-menu]::after {
  color: #000000;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 0 5px 7px 5px;
  border-bottom-color: currentColor;
  margin-left: 10px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header__nav a[data-menu].active::before {
  opacity: 1;
  visibility: visible;
}

.header__nav a[data-menu].active::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

@media (max-width: 1400px) {
  .header__nav > *:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }

  .header__nav a {
    color: #ffffff !important;
    font-size: 32px;
  }

  .header__nav a[data-menu]::after {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    color: #ffffff;
  }

  .header__nav a[data-menu]::before {
    display: none;
  }
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.header__right > *:not(:last-child) {
  margin-right: 14px;
  z-index: 2;
}

@media (max-width: 1400px) {
  .header__right {
    margin: 0 0 40px;
  }

  .header__right > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/*------------------------------------*
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
  background-color: #191238;
  color: #bcb4dd;
  padding-top: 40px;
  font-size: 13px;
}

.footer .title {
  color: #fff;
  margin-bottom: 10px;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.footer__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 991px) {
  .footer__col:not(:last-child) {
    margin-bottom: 32px;
  }
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__list li:not(:last-child) {
  margin-bottom: 6px;
}

.footer__list a {
  color: #bcb4dd;
  font-weight: 400;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .footer__list li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .footer__list li {
    min-width: 50%;
  }

  .footer__list li:not(:last-child) {
    margin-right: 0;
  }
}
.footer__bottom {
  padding-top: 70px;
  padding-bottom: 35px;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .footer__bottom {
    padding-top: 40px;
    padding-bottom: 56px;
  }
}
.footer__logo {
  margin-right: 35px;
  margin-bottom: 0;
  max-width: 180px;
  width: 100%;
}

@media (max-width: 991px) {
  .footer__logo {
    margin-bottom: 18px;
  }
}
.footer__copy small {
  font-size: inherit;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  margin-bottom: 16px;
}

@media (max-width: 991px) {
  .footer__nav {
    display: none !important;
  }
}
.footer__nav a {
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__nav a:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: currentColor;
  margin-right: 15px;
  margin-left: 15px;
}

/*------------------------------------*
	@COMPONENTS #MENU
\*------------------------------------*/
.menu {
  background-color: #191238;
  color: #fff;
  width: 100vw;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

.menu--small {
  width: 390px;
  left: 30%;
}

.menu--awards {
  width: 200px;
  left: 30%;
  z-index: 11;
}

@media only screen and (min-width: 2000px) {
  .menu--awards {
    left: 32%;
  }
}
@media only screen and (min-width: 2200px) {
  .menu--awards {
    left: 33%;
  }
}
@media only screen and (min-width: 2400px) {
  .menu--awards {
    left: 34%;
  }
}
@media only screen and (min-width: 2600px) {
  .menu--awards {
    left: 36%;
  }
}
@media only screen and (min-width: 2800px) {
  .menu--awards {
    left: 37%;
  }
}
@media only screen and (min-width: 3000px) {
  .menu--awards {
    left: 38%;
  }
}
@media only screen and (min-width: 3200px) {
  .menu--awards {
    left: 39%;
  }
}
.menu--medium {
  width: 450px;
  left: 40%;
}

.menu.show {
  opacity: 1;
  visibility: visible;
}

.menu svg {
  margin-top: 2px !important;
  margin-right: 5px;
}

.menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu .container > * {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 1400px) {
  .menu {
    opacity: 0;
    min-height: 665px;
    width: 100vw;
  }

  .menu--small {
    left: unset;
  }

  .menu--awards {
    left: unset;
  }

  .menu--medium {
    left: unset;
  }
}
.menu__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.menu__links li {
  min-width: 290px;
  margin: 0px 20px;
}

.menu__links li:not(:last-child) {
  margin-bottom: 12px;
}

.menu__links li a {
  color: #fff;
  font-size: 24px !important;
  line-height: 33.6px !important;
}

.menu__hubs {
  border-left: 2px solid #2e2555;
  padding-left: 44px;
}

.menu__hubs .flex {
  margin-bottom: 10px;
}

/*------------------------------------*
	@COMPONENTS #BANNERS
\*------------------------------------*/
.banner-wrap {
  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;
}
@media (max-width: 768px) {
  .banner-wrap {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
.banner-wrap.banner--mpu {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .banner-wrap.banner--mpu {
    padding: 0 !important;
    margin: 160px auto 0;
  }
}
@media (min-width: 992px) {
  .banner-wrap--venue {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: right;
    -ms-flex-align: right;
    align-items: right;
  }
}

.banner-wrap a {
  display: inline-block;
}

.banner-wrap a img {
  display: block;
}

.main > .banner-wrap:not(:last-child) {
  margin-bottom: 35px;
}

.h-50 {
  height: 50%;
}

.h-40 {
  height: 40%;
}

.h-30 {
  height: 30%;
}

.h-100 {
  height: 100%;
}

.banner-wrap--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  height: fit-content;
}
@media (max-width: 768px) {
  .banner-wrap--sticky {
    position: unset;
  }
}

.search-float {
  top: 193px !important;
}

.billboard {
  max-width: 970px;
}

.floating .banner-wrap--sticky {
  top: -webkit-calc(180px + 32px);
  top: 212px;
}

#webinarMPU1 {
  align-items: start;
}
@media screen and (max-width: 815px) {
  #webinarMPU1 {
    margin-top: 40px;
  }
}

/*------------------------------------*
	@COMPONENTS #SOCIALS
\*------------------------------------*/
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.socials .icon {
  width: 25px;
  height: 25px;
}

.header .socials a,
.footer .socials a {
  color: #fff;
}

.header .socials a:not(:last-child),
.footer .socials a:not(:last-child) {
  margin-right: 20px;
}

.header .socials a:hover,
.footer .socials a:hover {
  opacity: 0.5;
}

@media (min-width: 992px) {
  .footer .socials {
    margin-left: auto;
    order: unset !important;
  }
}
@media (max-width: 991px) {
  .footer .socials {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 50px;
  }
}
.header .socials {
  margin-bottom: 0;
  margin-top: 40px;
}

@media (min-width: 1400px) {
  .header .socials {
    display: none;
  }
}
.socials--share a {
  border: 2px solid #000000;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  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;
  margin-top: 5px;
  margin-bottom: 5px;
}

.socials--share a .icon {
  width: 16px;
  height: 16px;
}

.socials--share a .icon-facebook {
  color: #3B5998;
}

.socials--share a .icon-twitter {
  color: #00acee;
}

.socials--share a .icon-pinterest {
  color: #C8232C;
  height: 18px;
}

.socials--share a .icon-link {
  color: #5F6778;
  width: 18px;
  height: 18px;
}

.socials--share a:not(:last-child) {
  margin-right: 15px;
}

.socials--share:not(:last-child) {
  margin-bottom: 40px;
}

.socials__label {
  font-size: 12px;
  font-weight: 500;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 20px;
}

/*------------------------------------*
	@COMPONENTS #HUB
\*------------------------------------*/
.hub-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hub-wrap .hub {
  margin-bottom: 16px;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}

.hub-grid .hub {
  width: 100%;
}

@media (max-width: 992px) {
  .hub-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .hub-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  border: 3px solid #000000;
  width: 130px;
  padding-top: 100px;
  height: 200px;
  border-radius: 3px;
  color: #000000 !important;
  position: relative;
}

.hub .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 62px;
  height: initial;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 70px;
}

.hub--primary:hover {
  -webkit-box-shadow: 7px 7px #7635db;
  box-shadow: 7px 7px #7635db;
}

.hub--primary:hover .icon {
  color: #7635db;
}

.hub--secondary:hover {
  -webkit-box-shadow: 7px 7px #2acdb6;
  box-shadow: 7px 7px #2acdb6;
}

.hub--secondary:hover .icon {
  color: #2acdb6;
}

.menu .hub {
  height: 130px;
  padding-top: 70px;
}

.menu .hub .icon {
  width: 40px;
  height: 40px;
  top: 50px;
}

.hub__title {
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hub:hover .hub__title {
  text-decoration: underline;
}

.menu .hub__title {
  font-size: 16px;
}

/*------------------------------------*
	@COMPONENTS #SEARCH
\*------------------------------------*/
.search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #191238;
  color: #ffffff;
  padding-top: 120px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 3000;
}

.search-wrap .title {
  font-size: 28px;
  margin-bottom: 24px;
  color: #ffffff;
}

.search-on .search-wrap {
  opacity: 1;
  visibility: visible;
}

.search-wrap .card .title {
  color: #ffffff;
}

.search-wrap .card .title--multi strong {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .search-wrap {
    padding-top: 64px;
  }

  .search-wrap .title {
    font-size: 18px;
  }

  .search-wrap .title .icon {
    width: 26px;
    height: 26px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: transparent;
  padding: 0;
  color: #ffffff;
}

.search-close .icon {
  width: 30px;
  height: 30px;
}

.search-close:hover {
  opacity: 0.5;
}

@media (max-width: 991px) {
  .search-close {
    top: 20px;
    right: 20px;
  }

  .search-close .icon {
    width: 20px;
    height: 20px;
  }
}
.search-wrap__top {
  padding-bottom: 50px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2e2555;
}

@media (max-width: 991px) {
  .search-wrap__top {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 34px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .search-wrap__trending .card {
    margin-bottom: 20px;
  }
}
.search-wrap__results {
  display: none;
}
.search-wrap__results .title--multi {
  font-size: 24px !important;
}
.search-wrap__results .tags-wrap {
  margin-bottom: 0px !important;
}

.search {
  position: relative;
  max-width: 880px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.search .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}

.search small {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  color: #c7d0e1;
}

@media (max-width: 991px) {
  .search .icon {
    width: 24px;
    height: 24px;
  }

  .search small {
    display: none;
  }
}
.search__input {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #ffffff;
  font-size: 44px;
  height: 80px;
  padding-left: 56px;
  font-weight: 400;
  width: 100%;
  color: #ffffff;
  outline: transparent !important;
}

.search__input::-webkit-input-placeholder {
  color: #ffffff;
}

.search__input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.search__input:-ms-input-placeholder {
  color: #ffffff;
}

@media (max-width: 991px) {
  .search__input {
    scroll-padding-left: 40px;
    font-size: 24px;
    height: 60px;
  }
}
/*------------------------------------*
	@COMPONENTS #CARD
\*------------------------------------*/
.cards-list hr {
  border-color: #c7d0e1;
  margin-top: 24px;
  margin-bottom: 24px;
}

.cards-list hr:last-child {
  display: none;
}

.cards-list > .card--row:not(:last-child) {
  margin-bottom: 32px;
}

.cards-list .card--dark + hr {
  border-color: #bcb4dd;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
}
.card .title {
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #000000;
}

.card .title span {
  font-weight: 300;
}

.card .title:last-child {
  margin-bottom: 0;
}

.card p:not(:last-child) {
  margin-bottom: 16px;
}

.card p + .btn {
  margin-top: 24px;
}

.card p .link {
  color: #7635db;
}

.card .row--sm {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}

.card:not(.no-underline):hover .title {
  text-decoration: underline;
}

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

.card--resource-head {
  align-items: center;
  gap: 30px;
}
.card--resource-head.card--box.card--row .card__body {
  align-self: center;
}

.card > .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card .tags-wrap:not(:last-child) {
  margin-bottom: 24px;
}

.card .tags-wrap:not(:last-child) + .title {
  margin-top: -14px;
}

.card--big .card__body {
  padding: 20px 40px 40px !important;
}

.card--big .title {
  font-size: 44px !important;
}

.card--big .card__suptitle {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px !important;
}

.card--big .card__italic {
  margin-bottom: 24px;
}

.card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card__body .tag--yellow {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.card__body--mags {
  min-height: 630px;
}

.card__text--mags {
  min-height: 135px;
}

@media (min-width: 769px) {
  .card--center .card__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.card--dark .title {
  color: #ffffff;
}

.card--dark .title--multi {
  color: #6b7b9b;
  font-weight: 400;
}

.card--dark .title--multi strong {
  color: #ffffff;
  font-weight: 700;
}

.card--sm .thumb {
  width: 80px !important;
  height: 80px !important;
  margin-right: 16px !important;
}

.cards-list .card--sm .thumb {
  width: 100px !important;
  height: 100px !important;
  margin-right: 24px !important;
}

.card--sm .title {
  font-size: 16px;
}

.card--sm .tags-wrap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.card--sm .tags-wrap + .title {
  margin-top: 0;
  margin-bottom: 10px;
}

.card--row,
.card--row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card--row .thumb,
.card--row-rev .thumb {
  margin-bottom: 0;
}

.card--row .btn--flat,
.card--row-rev .btn--flat {
  padding-left: 15px;
  padding-right: 15px;
}

.card--row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.card--row-rev .thumb {
  margin-right: 0;
  margin-left: 20px;
}

.card--row-rev .card__body {
  width: 100%;
}

@media (max-width: 991px) {
  .card--to-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .card--to-row .thumb {
    margin-right: 0;
    margin-left: 20px;
  }

  .card--to-row .title {
    font-size: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.card__suptitle {
  color: #00acee;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.card__wave {
  fill: #c7d0e1;
  margin-bottom: 16px;
}

.title + .card__wave {
  margin-top: 10px;
}

.card--hero .card__wave {
  fill: #6b7b9b;
}

.card--hero .card__wave + .title {
  margin-top: 10px;
}

.card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6b7b9b;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.card__author:not(:last-child) {
  margin-bottom: 16px;
}

.card__author:not(:last-child) + .title {
  margin-top: -6px;
}

.card__author img {
  margin-bottom: 0;
  margin-right: 8px;
  border: 1px solid #c7d0e1;
  border-radius: 50%;
  overflow: hidden;
}

.card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
}

.card__item .icon-box {
  width: 26px;
  height: 26px;
}

.card__item .icon-resource {
  width: 18px;
  height: 24px;
}

.card__item dt {
  margin-right: 8px;
}

.card__item dd {
  margin: 0;
  font-weight: 500;
}

.card__item dd small {
  font-size: 13px !important;
  font-weight: 400;
  color: #6b7b9b;
  display: block;
}

.card__item dd a {
  color: #00acee;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .card--download .card__wave {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .card--download .tags-wrap {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .card--download .title {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (min-width: 769px) {
  .card--pack .title {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .card--pack.card--hero .card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card--pack.card--hero .card__item dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--pack.card--hero .card__item dd {
    font-size: 18px !important;
  }

  .card--pack.card--hero .card__body {
    padding: 24px !important;
  }
}
.card--product .thumb {
  border: 1px solid #c7d0e1;
}

.card--podcast {
  position: relative;
}

.card--podcast .thumb {
  margin-bottom: 0;
}

.card--podcast .thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(59.39%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 59.39%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 59.39%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.39%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 10;
}

.card--podcast .card__body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 20px;
  z-index: 20;
}

.card--podcast .title {
  color: #ffffff;
}

.card--lg .thumb {
  padding-bottom: -webkit-calc(3/4 * 100%);
  padding-bottom: 75%;
  margin-bottom: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.card--lg .card__body {
  border: 4px solid #000000;
  background-color: #ffffff;
  min-height: 200px;
  margin: -120px 60px 0 30px;
  padding: 20px 26px;
  border-radius: 3px;
  -webkit-box-shadow: 6px 6px #7635db;
  box-shadow: 6px 6px #7635db;
  z-index: 20;
}

.card--lg .title {
  font-size: 32px;
}

.card--lg.card--secondary .card__body {
  -webkit-box-shadow: 6px 6px #2acdb6;
  box-shadow: 6px 6px #2acdb6;
}

@media (max-width: 768px) {
  .card--lg .card__body {
    min-height: 0;
    margin: -60px 20px 0 10px;
    padding: 20px;
  }

  .card--lg .title {
    font-size: 24px;
  }
}
.card--event {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card--event .title {
  font-size: 32px;
}

.card--event .card__item {
  color: #5F6778;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
}

.card--event .card__item:not(:last-child) {
  margin-right: 30px;
}

.card--event > .btn {
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 40px;
}

.card__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 90px;
  height: 100px;
  border: 4px solid #000000;
  background-color: #ffc549;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-right: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.card__date strong {
  font-weight: 400;
  font-size: 32px;
}

.card--event:not(.no-underline):hover .card__date {
  -webkit-transform: translate(-2px);
  -ms-transform: translate(-2px);
  transform: translate(-2px);
  -webkit-box-shadow: 4px 4px #000;
  box-shadow: 4px 4px #000;
}

.cards-ol {
  border: 1px solid #c7d0e1;
  border-top: 4px solid #ffc549;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: cardsOL;
}

.cards-ol .card {
  padding: 20px 20px 20px 60px;
  counter-increment: cardsOL;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cards-ol .card:not(:last-child) {
  border-bottom: 1px solid #c7d0e1;
}

.cards-ol .card::before {
  content: counter(cardsOL);
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  width: 60px;
}

.card--shadow- {
  -webkit-box-shadow: 10px 10px #e7ecf5 !important;
  box-shadow: 10px 10px #e7ecf5 !important;
}

.card--shadow-primary {
  -webkit-box-shadow: 10px 10px #7635db !important;
  box-shadow: 10px 10px #7635db !important;
}

.card--shadow-pink {
  -webkit-box-shadow: 10px 10px #f75a89 !important;
  box-shadow: 10px 10px #f75a89 !important;
}

.card--shadow-secondary {
  -webkit-box-shadow: 10px 10px #2acdb6 !important;
  box-shadow: 10px 10px #2acdb6 !important;
}

.card--newsletter .card__thumb {
  border-radius: 10px;
  margin-bottom: 0;
}

.card--newsletter .card__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 32px !important;
}

.card--newsletter .title,
.card--newsletter .p {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.card--newsletter .title {
  font-size: 24px;
}

.card--newsletter .link {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.card--newsletter .btn {
  margin-bottom: 24px;
}

.card__lead {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.card__play {
  width: 45px;
  height: 45px;
  border-radius: 0 3px 0 3px;
  background-color: #ffffff;
  color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  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;
}

.card__play .icon {
  width: 11px;
  height: 14px;
}

.card__duration {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
  height: 18px;
  padding-right: 6px;
  padding-left: 6px;
}

.card--edtech {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 10px 10px #7635db;
  box-shadow: 10px 10px #7635db;
}

.card--edtech:hover .title {
  text-decoration: none;
}

.card--edtech .card__carousel {
  padding: 40px 0 40px 40px;
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.card--edtech .card__carousel .carousel:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .card--edtech .card__carousel {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 768px) {
  .card--edtech {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card--edtech .title {
    text-align: center;
  }

  .card--edtech .tags-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card--edtech .card__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--edtech .card__carousel {
    padding: 30px 0 0;
  }

  .card--edtech .card__wave {
    display: block !important;
  }

  .card--edtech .title--5,
.card--edtech .list {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
}
.card--magazine .title {
  font-size: 32px !important;
  text-decoration: none !important;
}

.card--magazine .card__lead {
  margin-bottom: 32px !important;
}

.card--magazine .btn + .btn {
  margin-top: 16px;
}

.card--magazine .card__thumb {
  margin-top: 45px;
  width: 240px;
  height: 240px;
  position: relative;
  border-radius: 50%;
  -ms-flex-item-align: center;
  align-self: center;
  background: -webkit-linear-gradient(292.62deg, #2ACDB6 23.37%, #9058DA 100.71%);
  background: -o-linear-gradient(292.62deg, #2ACDB6 23.37%, #9058DA 100.71%);
  background: linear-gradient(157.38deg, #2ACDB6 23.37%, #9058DA 100.71%);
}

.card--magazine .card__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card--magazine .card__thumb--secondary {
  background: -webkit-linear-gradient(292.62deg, #F75A89 23.37%, #7635DB 100.71%);
  background: -o-linear-gradient(292.62deg, #F75A89 23.37%, #7635DB 100.71%);
  background: linear-gradient(157.38deg, #F75A89 23.37%, #7635DB 100.71%);
}

.card--magazine .card__thumb--primary {
  background: -webkit-linear-gradient(292.62deg, #2ACDB6 23.37%, #9058DA 100.71%);
  background: -o-linear-gradient(292.62deg, #2ACDB6 23.37%, #9058DA 100.71%);
  background: linear-gradient(157.38deg, #2ACDB6 23.37%, #9058DA 100.71%);
}

.card--max .card__body {
  padding: 40px 70px 70px !important;
}

.card--max .title {
  margin-top: 0;
  margin-bottom: 40px;
}

.card__form {
  width: 100%;
}

.card__form .row {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.card__form:not(.card__form--full) {
  max-width: 350px;
}

.card__form hr {
  margin-top: 24px;
  margin-bottom: 24px;
}

.card--split {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card--split .card__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card--split .card__body:first-child {
  background-color: #ffefce;
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.card--split .card__body:first-child .lead {
  margin-bottom: 32px;
}

.card--split .card__body:last-child {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.card__items:not(:last-child) {
  margin-bottom: 16px;
}

.card--row-job .card__items {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.card--row .card__items,
.card--hero .card__items {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card--row .card__items .card__item:not(:last-child),
.card--hero .card__items .card__item:not(:last-child) {
  margin-right: 24px;
}

.card--job:not(.card--hero) .title {
  font-size: 20px;
}

.card--job:not(.card--hero) .card__posted + * {
  margin-bottom: 16px;
}

.card--job:not(.card--hero) .card__item:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.card--job:not(.card--hero) .card__item:last-child {
  display: none;
}

.card--job.card--hero .card__item:not(:last-child) {
  margin-right: 40px;
}

.subcard,
.article figcaption {
  font-size: 15px;
  color: #6b7b9b;
  text-align: center;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 20px;
}

.article .wp-block-image {
  margin-top: 30px;
  margin-bottom: 45px;
}

.article .wp-block-image figcaption {
  margin-top: -30px;
}

.article .wp-block-embed__wrapper {
  text-align: center;
}
.article .wp-block-embed__wrapper img {
  -webkit-box-shadow: 10px 10px #7635db !important;
  box-shadow: 10px 10px #7635db !important;
  border-radius: 5px;
}

/*------------------------------------*
	@COMPONENTS #CARD--BOX
\*------------------------------------*/
.card--box {
  border: 4px solid #000000;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.card--box .title {
  font-size: 24px;
}

.card--box .card__suptitle {
  font-size: 16px;
}

.card--box .card__body {
  padding: 20px 20px 30px;
}

.card--box .card__body--container {
  max-width: 720px;
  -ms-flex-item-align: center;
  align-self: center;
}

.card--box-lg .card__body {
  padding: 50px 20px;
}

.card--box .tag--round {
  margin-bottom: 10px;
}

.card--box .row {
  margin-top: 20px;
  margin-bottom: 40px;
}

.card--box .card__item .icon-box {
  width: 36px;
  height: 36px;
}

.card--box .card__item .icon-resource {
  width: 25px;
  height: 34px;
}

.card--box .card__item .icon-speak {
  width: 24px;
  height: 32px;
}

.card--box .card__item .icon-podcast {
  width: 35px;
  height: 41px;
}

.card--box .card__item dd {
  font-size: 20px;
}

.card--box .thumb {
  margin-bottom: 0;
}

.card--box .thumb:not(.thumb--circle) {
  border-radius: 0;
}

.card--box .tags-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.no-hover-shadow:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.card--box:hover {
  -webkit-box-shadow: 8px 8px #e7ecf5;
  box-shadow: 8px 8px #e7ecf5;
}

.card--box-secondary:hover {
  -webkit-box-shadow: 8px 8px #2acdb6;
  box-shadow: 8px 8px #2acdb6;
}

.card--box-primary:hover {
  -webkit-box-shadow: 8px 8px #7635db;
  box-shadow: 8px 8px #7635db;
}

.card--box:hover .thumb {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.card--box.card--row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card--box.card--row .card__body {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.card--box.card--row .title {
  font-size: 32px !important;
}

.card--box.card--row .thumb--circle {
  margin: 30px;
  width: 150px;
  height: 150px;
}

.card--box.card--row .thumb--circle + .card__body .title {
  font-size: 24px !important;
  margin-bottom: 16px;
}

.card--box.card--row .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  border-radius: 3px 0 0 0;
}

.card--box.card--row .card__wave + .tags-wrap {
  margin-top: auto;
}

.card--box.card--row.card--wide {
  padding-right: 240px;
}

.card--box.card--hero .card__body {
  padding: 50px 40px;
  font-size: 20px;
}

.card--box.card--hero .card__body .link {
  font-size: inherit;
}

.card--box.card--hero .title {
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .card--box.card--hero .card__body {
    padding: 40px 30px;
  }

  .card--box.card--hero .title {
    font-size: 32px;
    margin-bottom: 15px !important;
  }

  .card--box.card--hero.card--job .card__body {
    padding: 24px;
  }
}
.card--touch .title {
  margin-bottom: 30px !important;
}

.card__posted {
  font-style: italic;
  color: #6b7b9b;
  font-size: 13px;
  margin-bottom: 16px;
}

.card--row .card__posted,
.card--hero .card__posted {
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.card__italic {
  font-style: italic;
  color: #6b7b9b;
  font-size: 16px;
  margin-bottom: 16px;
}

.card__item--sm {
  color: #6b7b9b;
  margin-top: 5px;
  margin-bottom: 10px;
}

.card__item--sm dd {
  font-weight: 400;
  font-size: 16px !important;
}

.card__item--sm .icon {
  width: 22px;
  height: 22px;
}

.card--info .title {
  margin-bottom: 0 !important;
}

.card--info .title + .link {
  color: #7635db;
  margin-bottom: 16px;
}

.card--info .card__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.card--info .card__socials span {
  font-size: 12px;
  font-weight: 700;
  color: #191238;
  margin-right: 16px;
}

.card--info .card__socials a {
  width: 40px;
  height: 40px;
  border: 2px solid #000000;
  border-radius: 5px;
  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;
}

.card--info .card__socials a:not(:last-child) {
  margin-right: 10px;
}

.card--info .card__socials a .icon {
  width: 16px;
  height: 16px;
}

.card--info .card__socials a .icon-facebook {
  color: #3B5998;
}

.card--info .card__socials a .icon-twitter {
  color: #00acee;
}

.card--info .card__socials a .icon-pinterest {
  color: #C8232C;
}

.card--info .card__socials a:hover {
  background-color: #000000;
}

.card--info .card__socials a:hover .icon {
  color: #ffffff;
}

/*------------------------------------*
	@COMPONENTS #THUMB
\*------------------------------------*/
.thumb {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 16px;
  position: relative;
}

.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.thumb--bg {
  background-size: contain;
  height: 100%;
  max-height: 350px;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1/1;
}

.thumb--horizontal {
  padding-bottom: -webkit-calc(9/16 * 100%) !important;
  padding-bottom: 56.25% !important;
}

.thumb--circle {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  padding: 0;
  border-radius: 50%;
  border: 4px solid #000000;
}

.thumb--circle img {
  width: 210px;
  height: 210px;
  position: static;
  max-width: unset !important;
}

@media (max-width: 1032px) {
  .thumb--circle img {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 768px) {
  .thumb--circle img {
    width: 100px;
    height: 100px;
  }
}
.tag + .thumb--circle {
  margin-top: -20px;
}

.thumb--static {
  position: static;
}

.thumb--static img {
  max-width: 100%;
}

.thumb .btn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.card--row-rev .thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  padding: 0;
  margin-left: 40px;
}

.card--newsletter .card__lead {
  width: 100%;
}
@media (min-width: 768px) {
  .card--newsletter .card__lead {
    min-height: 96px;
  }
}
.card__cpd-download .thumb {
  display: flex;
  justify-content: center;
}
.card__cpd-download .thumb img {
  width: 100%;
  height: fit-content;
  max-width: 225px;
  top: unset;
  left: unset;
  bottom: -25px;
}
@media (max-width: 1200px) {
  .card__cpd-download .thumb img {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .card__cpd-download .thumb img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .card--row {
    flex-direction: column;
  }
  .card--row .thumb:not(.thumb--preserve) {
    width: 98% !important;
    max-width: 345px;
    margin-right: 0px !important;
  }
  .card--row .thumb:not(.thumb--preserve) img {
    width: 100% !important;
    max-width: 345px;
    height: 100% !important;
    margin-bottom: 20px;
  }
  .card--row .card__body {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .card--row strong, .card--row span {
    font-size: 24px;
  }
  .card--row strong.tag, .card--row span.tag {
    font-size: 12px;
  }
}
.card--row-rev .thumb img {
  position: static;
  width: 220px;
  height: 220px;
}
@media (max-width: 768px) {
  .card--row-rev .thumb img {
    width: 98px;
    height: 98px;
  }
}
@media (max-width: 768px) {
  .card--row-rev strong, .card--row-rev span {
    font-size: 18px;
  }
  .card--row-rev strong.tag, .card--row-rev span.tag {
    font-size: 12px;
  }
}

.card--row .thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  padding: 0;
  margin-right: 40px;
}

.card--row .thumb img {
  position: static;
  width: 120px;
  height: 120px;
}

.card--row .thumb--sm img {
  width: 150px;
  height: 150px;
}

.card:hover .thumb {
  -webkit-box-shadow: 10px 10px #e7ecf5;
  box-shadow: 10px 10px #e7ecf5;
}

.card--primary:hover .thumb {
  -webkit-box-shadow: 10px 10px #7635db;
  box-shadow: 10px 10px #7635db;
}

.card--secondary:hover .thumb {
  -webkit-box-shadow: 10px 10px #2acdb6;
  box-shadow: 10px 10px #2acdb6;
}

.card--sm:hover .thumb {
  -webkit-box-shadow: 6px 6px #7635db;
  box-shadow: 6px 6px #7635db;
}

.card--secondary.card--sm:hover .thumb {
  -webkit-box-shadow: 6px 6px #2acdb6;
  box-shadow: 6px 6px #2acdb6;
}

/*------------------------------------*
	@COMPONENTS #ALERT
\*------------------------------------*/
.alert {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 25px;
  border: 4px solid #000000;
  border-radius: 3px;
  background-color: #ffc549;
  font-size: 16px;
  max-width: 680px;
  -webkit-box-shadow: 10px 10px #000000;
  box-shadow: 10px 10px #000000;
}

.alert .title {
  margin: 10px;
}

.alert .title .icon {
  width: 33px;
  height: 33px;
}

.alert p:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .alert {
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 4px 0 0 0;
  }

  .alert p:last-of-type {
    margin-bottom: 0 !important;
  }

  .alert .btn-wrap {
    display: none;
  }

  .alert .title {
    font-size: 24px;
  }

  .alert .title .icon {
    width: 30px;
    height: 30px;
  }

  .panel__trending {
    margin-top: 30px;
  }
}
.alert__close {
  color: #000000;
  position: absolute;
  top: 20px;
  right: 20px;
}

.alert__close .icon {
  width: 20px;
  height: 20px;
}

.alert__close:hover {
  opacity: 0.5;
}

/*------------------------------------*
	@COMPONENTS #SECTION
\*------------------------------------*/
.section {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .section__events .card {
    flex-direction: column;
  }
  .section__events .card__date strong {
    font-size: 24px;
  }
  .section__events .card .show-sm a {
    font-size: 24px !important;
  }
  .section__events .card__body--details {
    flex-direction: column;
  }
  .section__events .card__body p span {
    font-size: 16px;
  }
  .section__events .card .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .section__events .card .btn span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section__posts .title {
    font-size: 24px;
  }
  .section__posts .card__body {
    min-height: fit-content;
  }
  .section__posts .card--lg {
    margin-bottom: 40px;
  }
  .section__posts .card--lg .card__body {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .section__cpd-downloads h2 span {
    font-size: 32px;
  }
  .section__cpd-downloads .gridded {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .section__cpd-downloads .gridded {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section__giveaways .hero__content p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .section__giveaways h2 {
    font-size: 32px;
  }
  .section__giveaways .profile img {
    width: 30px;
    height: 30px;
  }
  .section__giveaways .container {
    flex-direction: column;
  }
  .section__giveaways .hero__content--text {
    min-height: fit-content;
  }
  .section__giveaways .hero__content p {
    font-size: 16px;
  }
  .section__giveaways .carousel--cpd {
    width: 95% !important;
    margin: auto;
    margin-top: -30px;
  }
  .section__giveaways .card__body {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .section__giveaways .card__body .title {
    margin-bottom: 20px;
  }
  .section__giveaways .card__body .btn--wide {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .section__products .box h1 {
    font-size: 32px;
  }
  .section__products .box p {
    font-size: 18px;
  }
  .section__products .box--row {
    flex-direction: column;
  }
  .section__products .box__content {
    margin-bottom: 20px;
  }
  .section__products .box__explore {
    margin: auto;
  }
}
.section__downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .section__downloads {
    justify-content: space-around;
  }
}
.section__downloads .card {
  max-width: 305px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section__downloads .card {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .section__downloads .card .thumb {
    padding-bottom: 90%;
  }
}

.section--sm {
  margin-bottom: 40px;
}

.section--xl {
  padding-top: 32px;
  margin-bottom: 120px;
}

.section hr {
  border-color: #c7d0e1;
}

.section--hubs .carousel:not(:last-child) {
  margin-bottom: 60px;
}

.section__block:not(:last-child) {
  margin-bottom: 40px;
}

.section__block--lg:not(:last-child) {
  margin-bottom: 60px;
}

.section__block.midpage-cpd .title:hover {
  text-decoration: none;
}
.section__block.midpage-cpd .card--box:hover .title {
  text-decoration: none;
}

/*------------------------------------*
	@COMPONENTS #CAROUSEL
\*------------------------------------*/
.carousel.slick-initialized {
  display: block;
}

.slick-slide.card {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #6b7b9b !important;
  color: #6b7b9b;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slick-arrow--prev {
  left: -1%;
}

.slick-arrow--next {
  right: -1%;
}

.slick-arrow .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

.slick-arrow:hover {
  background-color: white;
  border-color: #7635db !important;
  color: #7635db;
}

.carousel--hubs {
  margin: -10px -20px;
}

.carousel--hubs .slick-slide {
  margin: 10px 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel--hubs .hub {
  height: 200px;
}

.carousel--trending {
  overflow: hidden;
  margin-top: 20px;
}
.carousel--trending:not(.carousel--trending-homepage) {
  max-height: 350px;
  margin-bottom: 20px;
}

.carousel--trending .slick-list {
  padding-bottom: 40px;
}

.carousel--trending .slick-arrow-wrap {
  width: 100%;
  height: 100px;
  border: none !important;
  border-radius: 0;
  position: absolute;
  left: 0;
  z-index: 20;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.carousel--trending .slick-arrow-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(75%, white));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), white 75%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), white 75%);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), white 75%);
}

.carousel--trending .slick-arrow-wrap--prev {
  top: 0;
}

.carousel--trending .slick-arrow-wrap--next {
  top: auto;
  bottom: 0;
}

.carousel--trending .slick-arrow-wrap--next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.carousel--trending .slick-arrow-wrap.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.carousel--trending .slick-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.carousel--trending .slick-arrow--prev {
  top: 10px;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.slick-dots button {
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  font-size: 0;
  background-color: #c7d0e1;
}

.slick-dots .slick-active button {
  background-color: #2acdb6;
}

.carousel--cpd .slick-dots {
  position: absolute;
  padding: 10px;
  top: 20px;
  right: 10px;
}

.carousel--cpd .card {
  padding: 30px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.carousel--cpd .slick-arrow--prev,
.carousel--magazine .slick-arrow--prev {
  left: -18px;
}

.carousel--cpd .slick-arrow--next,
.carousel--magazine .slick-arrow--next {
  right: -18px;
}

.carousel--packs {
  margin-right: -15px;
  margin-left: -15px;
}

.carousel--packs .slick-slide {
  padding-right: 15px;
  padding-left: 15px;
}

.carousel--packs .slick-arrow {
  top: 10vw;
}

.carousel--packs .slick-arrow--prev {
  left: -5px;
}

.carousel--packs .slick-arrow--next {
  right: -5px;
}

.carousel--webinars {
  margin: -15px;
}

.carousel--webinars .slick-slide {
  padding: 15px;
}

.carousel--webinars .slick-dots {
  margin-top: 40px;
}

.carousel--webinars .slick-arrow--prev {
  left: -5px;
}

.carousel--webinars .slick-arrow--next {
  right: -5px;
}

@media (max-width: 768px) {
  .card--story .thumb:not(.thumb--circle),
.card--guide .thumb:not(.thumb--circle),
.card--download .thumb:not(.thumb--circle) {
    padding-bottom: -webkit-calc(3/4 * 100%);
    padding-bottom: 75%;
  }
}
/*------------------------------------*
	@COMPONENTS #DROPDOWN
\*------------------------------------*/
.dropdown {
  position: relative;
}

.title--drop .dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 5px;
}

.title--drop .dropdown__trigger,
.title--drop .resource-filter .trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title--drop .dropdown__trigger::before,
.title--drop .resource-filter .trigger::before {
  content: "";
  width: 100%;
  height: 0;
  border-top: 2px dashed currentColor;
  position: absolute;
  top: 100%;
  left: 0;
}

.title--drop .dropdown__trigger::after,
.title--drop .resource-filter .trigger::after {
  content: "";
  color: currentColor;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 0 5px 7px 5px;
  border-bottom-color: currentColor;
  margin-left: 5px;
  position: relative;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.title--drop-secondary .dropdown__trigger,
.title--drop-secondary .trigger {
  color: #0ba2a6;
}

.title--drop-yellow .dropdown__trigger {
  color: #ffa406 !important;
}

.dropdown__trigger .icon-angle-down,
.resource-filter .trigger .icon-angle-down {
  width: 10px;
  height: 6px;
  margin-left: 5px !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.dropdown-on .dropdown__trigger .icon-angle-down,
.dropdown-on .resource-filter .trigger .icon-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown__trigger.btn--ghost,
.resource-filter .trigger.btn--ghost {
  height: 35px;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.dropdown__content {
  position: absolute;
  top: 100%;
  right: -18px;
  padding: 16px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  font-size: 20px;
  min-width: 180px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
  border: 3px solid #000000;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.dropdown__content::before, .dropdown__content::after {
  content: "";
  position: absolute;
  bottom: 100%;
}

.dropdown__content::before {
  color: #000000;
  right: 5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 0 14px 14px 14px;
  border-bottom-color: currentColor;
}

.panel__trending .dropdown__content::before {
  right: 21px;
}

.dropdown__content::after {
  color: #ffffff;
  right: 9px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 0 10px 10px 10px;
  border-bottom-color: currentColor;
}

.panel__trending .dropdown__content::after {
  right: 25px;
}

.dropdown--flat .dropdown__content {
  width: 100%;
  right: -3px;
  margin-top: 0;
}

.dropdown--flat .dropdown__content::before, .dropdown--flat .dropdown__content::after {
  display: none;
}

.dropdown-on .dropdown__content {
  opacity: 1;
  visibility: visible;
}

.dropdown__link {
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
}

.dropdown__link:not(:last-child) {
  margin-bottom: 10px;
}

.dropdown__link.active {
  color: #7635db;
  pointer-events: none;
}

.dropdown__link:hover {
  color: #000000;
  text-decoration: underline;
}

/*------------------------------------*
	@COMPONENTS #LIST
\*------------------------------------*/
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list:not(:last-child) {
  margin-bottom: 40px;
}

.list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list li::before {
  content: "";
  color: currentColor;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 8px 0 8px 13px;
  border-left-color: currentColor;
  margin-right: 15px;
  position: relative;
  top: 5px;
}

.list li:not(:last-child) {
  margin-bottom: 20px;
}

.list li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list.list--clean.list--sm li::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 6px 0 6px 10px;
  border-left-color: currentColor;
  margin-right: 10px;
  margin-top: 5px;
}

.list .suptitle {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0;
}

.link-list {
  color: #000000;
  text-decoration: underline;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}

.link-list:hover {
  color: #00acee;
}

.box--primary .link-list:hover {
  color: #7635db;
}

.box--secondary .link-list:hover {
  color: #0ba2a6;
}

.list--sm .link-list {
  font-size: 16px;
}

.list--clean .link-list {
  text-decoration: none;
}

.list--clean.list--sm .link-list {
  font-weight: 300;
}

.list-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}

.list-icons li {
  padding-left: 40px;
  position: relative;
}

.list-icons li:not(:last-child) {
  margin-bottom: 24px;
}

.list-icons .icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.list-icons--grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
}

.list-icons--grid:not(:last-child) {
  margin-bottom: 20px;
}

.list-icons--grid li {
  padding-right: 20px;
}

.list-icons--grid li:not(:last-child) {
  margin-bottom: 40px;
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
}

.list-check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-check li::before {
  content: "";
  width: 18px;
  height: 14px;
  margin-top: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.list-check li:not(:last-child) {
  margin-bottom: 20px;
}

.article .list-check {
  margin-left: 30px;
}

.article .list-check:not(:last-child) {
  margin-bottom: 30px;
}

.list-caret {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #000000;
  font-size: 20px;
}

.list-caret li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-caret li::before {
  content: "";
  width: 11px;
  height: 15px;
  margin-top: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/triangle-bullet.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.list-caret li:not(:last-child) {
  margin-bottom: 20px;
}

/*------------------------------------*
	@COMPONENTS #BOX
\*------------------------------------*/
.box {
  padding: 30px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 197, 73, 0.2784313725);
  border-top: 4px solid #ffc549;
}
.box .title__icon::before {
  color: #ffc549;
}

.box--lg {
  padding: 40px 40px 60px;
}

.row .box {
  padding: 30px 20px;
}

.box--noborder {
  border: none !important;
}

.box--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 220px;
}

.box .text-center strong {
  font-weight: 500;
  font-size: 16px;
}

.box .title__icon {
  margin-right: 0;
  margin-left: 16px;
}

.box .title__icon::before {
  color: #ffc549;
}

.box .title__icon .icon {
  width: 40px;
  height: 40px;
}

.box .title--drop {
  margin-bottom: 10px !important;
}

.box > p:not(:last-child) {
  margin-bottom: 24px;
}

.box > .form,
.box > .btn {
  max-width: 350px;
}

.box > .form:not(:last-child),
.box > .btn:not(:last-child) {
  margin-bottom: 32px;
}

.box .icon-wave {
  margin: 0 auto 24px;
  color: #6b7b9b;
}

.box .link {
  text-decoration: underline !important;
}

.box .link:hover {
  color: #000000 !important;
}

.box--primary {
  background-color: #ebebff !important;
  border-color: #7635db;
}

.box--primary .title__icon::before {
  color: #bcb4dd;
}

.box--secondary {
  background-color: #d9fffa;
  border-color: #0ba2a6;
}

.box--secondary .title__icon::before {
  color: #2acdb6;
}

.box--blue {
  background-color: #D4F3FF !important;
  border-color: #00acee;
}

.box--blue .title__icon::before {
  color: #00acee;
}

.box__text {
  font-size: 16px;
}

.box--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.box--row p a {
  color: #6b7b9b;
  font-weight: 500;
}

.box--row p a:hover {
  color: #000000;
}

@media (max-width: 768px) {
  .box--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .box--row p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .box {
    font-size: 16px;
  }

  .box .title:not([class*="--to"]) {
    font-size: 24px !important;
  }

  .box--lg {
    padding: 40px 20px;
  }
}
.box__explore {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 400px;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box__explore p {
  line-height: 1;
  margin-bottom: 16px;
}

.box__explore p strong {
  font-weight: 500;
}

.box__explore .icon {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .box__explore {
    max-width: -webkit-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-top: 30px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.box__lead {
  font-size: 20px;
}
@media (max-width: 768px) {
  .box__lead {
    font-size: 18px;
    text-align: left;
  }
}

/*------------------------------------*
	@COMPONENTS #BREADCRUMBS
\*------------------------------------*/
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.breadcrumbs .tag {
  text-transform: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
}

.breadcrumbs .tag--dark {
  pointer-events: none;
}

.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs li::after {
  content: "";
  width: 6px;
  height: 10px;
  margin-right: 8px;
  margin-left: 8px;
  background-image: url(https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/icon-breadcrumbs.svg);
  background-size: contain;
}

.breadcrumbs li:last-child::after {
  display: none;
}

/*------------------------------------*
	@COMPONENTS #GRIDDED
\*------------------------------------*/
.gridded {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.gridded--3 {
  grid-template-columns: repeat(3, 1fr);
}

/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  margin-bottom: 32px;
}

.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero .card--hero {
  width: 600px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 32px;
  min-height: 440px;
}

.hero .carousel--cpd {
  width: 600px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 4px solid #000000;
  background-color: #ffffff;
  border-radius: 3px;
}

.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.hero__content--text {
  padding: 60px 50px 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #7635db;
  color: #fff;
  border-radius: 3px 0 0 3px;
  -ms-flex-item-align: center;
  align-self: center;
  min-height: 380px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__content--text p {
  margin-bottom: 32px;
}

.hero__content--text .profile {
  margin-bottom: 32px;
}

.hero__content--text .card--hero {
  margin-top: 0;
}

.hero__cover {
  border-radius: 3px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: -500px;
  min-width: 100%;
  max-height: 440px;
  width: 70vw;
  background-size: 100% 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 768px) {
  .hero__cover {
    justify-content: center;
  }
}
.hero__cover img {
  max-width: 440px;
  max-height: fit-content;
}

.hero__cover:not(:last-child) {
  margin-bottom: 20px;
}

.hero__cover--podcast {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero__cover--podcast img {
  display: inline-block;
  margin: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 34px #C48F10;
  box-shadow: 0px 0px 34px #C48F10;
}

@media (max-width: 768px) {
  .hero--carousel {
    background-color: #7635db;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero--carousel .carousel:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 560px) {
  .hero--to-col .hero__cover--podcast img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .hero--give .hero__content {
    padding: 20px 20px 140px;
  }

  .hero--give .hero__content + * {
    margin-top: -100px;
  }

  .hero--give .carousel {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }

  .hero--give .carousel .slick-dots {
    display: none;
  }

  .hero--give .carousel .slick-arrow {
    display: block !important;
  }
}
/*------------------------------------*
	@COMPONENTS #PROFILE
\*------------------------------------*/
.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
}
.profile .profile--text {
  margin-bottom: 0 !important;
}

.profile img {
  border: 1px solid #c7d0e1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 0;
}

.profile dl {
  max-width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.4;
}

.profile dt, .profile dd {
  margin: 0;
  padding: 0;
}

.profile dt {
  color: #6b7b9b;
}

.profile a:not(.link) {
  color: #000000;
  text-decoration: underline;
}

.profile--alt dt {
  color: #000000;
}

.profile--alt a {
  color: #7635db;
}

.profile--article {
  border-top: 1px solid #c7d0e1;
  border-bottom: 1px solid #c7d0e1;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .profile--article .btn--brick {
    display: none;
  }
}
.profile--article dl {
  margin-bottom: 0px !important;
}

.profile--article dt {
  color: #000000;
}

.profile--article dd {
  font-weight: 400;
  color: #5F6778;
}

.hero__content--purple {
  color: #ffffff;
}
.hero__content--purple .title {
  color: #fff;
}

.hero__content--purple dt {
  color: #c7d0e1;
}

.hero__content--purple a {
  color: #ffffff;
}

/*------------------------------------*
	@COMPONENTS #FILTERS
\*------------------------------------*/
.filters-float {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1340px;
  z-index: 100;
  padding: 30px 35px 0;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filters-float--permanent {
  position: sticky;
  transform: none;
  margin-bottom: 50px;
}
@media (max-width: 1186px) {
  .filters-float {
    position: sticky;
  }
}
.filters-float .filters__group {
  width: 100%;
  max-width: 635px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  padding-right: 20px;
}

.news-filter-float::before, .news-filter-float::after, .filters-float::before, .filters-float::after {
  content: "";
  width: 100vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news-filter-float::before, .filters-float::before {
  height: -webkit-calc(100%);
  height: 100%;
  top: 0;
  background-color: #ffffff;
}

.news-filter-float::before {
  height: -webkit-calc(110%);
  height: 120%;
}

.news-filter-float::after, .filters-float::after {
  height: 50px;
  top: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(255, 255, 255, 0)), to(#ffffff));
  background: -webkit-linear-gradient(0, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(0, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(0, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.news-filter-float::after {
  top: 119%;
}

.floating .filters-float {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.filters {
  border: 4px solid #000000;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px #7635db;
  box-shadow: 10px 10px #7635db;
  padding: 52px 40px 60px;
  margin-bottom: 32px;
  background-color: #fff;
}
.filters__article {
  padding: 28px 40px;
}
.filters .filter--container__topic {
  border-right: 1px solid #C7D0E1;
}

.filters-float .filters {
  padding-top: 0;
  padding-bottom: 0;
}

.filters__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 30px;
}

.filters-float .filters__top {
  height: 120px;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters-float .filters__top .btn {
  max-width: 200px;
}

.filters__title {
  font-size: 44px;
  font-weight: 500;
}

.filters-float .filters__title {
  font-size: 20px;
}

.filters__input {
  font-size: 40px;
  font-weight: 500;
  border: none;
  border-bottom: 2px dotted #c7d0e1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0px;
  margin-left: 15px;
  height: auto;
  line-height: 1;
  outline: transparent;
  color: #7635db;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 768px) {
  .filters__input {
    font-size: 32px;
  }
}

.filters__input::-webkit-input-placeholder {
  color: #c7d0e1;
}

.filters__input::-moz-placeholder {
  color: #c7d0e1;
  opacity: 1;
}

.filters__input:-ms-input-placeholder {
  color: #c7d0e1;
}

.filters__input--active, .filters__input:focus {
  border-color: #7635db;
}

.filters-float .filters__input {
  font-size: 20px;
}

.filters__drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000000;
  height: 56px;
  background-color: #ffffff;
  width: 266px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filters__drop:not(:last-child) {
  margin-right: 24px;
}

.filters__drop .title {
  width: 90px;
  margin-bottom: 0;
  border-right: 1px solid #c7d0e1;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filters__drop .dropdown__trigger {
  width: 100%;
  background-color: transparent;
  padding-right: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-align: left;
  height: 50px;
}

.dropdown__trigger--filters {
  text-transform: capitalize;
}

.filters__drop .dropdown__trigger span,
.filters__drop .resource-filter .trigger span {
  width: 100px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 20px;
  line-height: 20px;
  padding-left: 16px;
}

.filters__drop .dropdown__trigger .icon,
.filters__drop .resource-filter .trigger .icon {
  width: 6px;
  height: 8px;
  color: #7635db;
  margin-left: 16px;
}

.filters__drop .dropdown__content {
  width: 266px;
  padding: 20px 20px 35px;
}

.filters__drop.dropdown-on {
  z-index: 150;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
}

.filters__drop.dropdown-on .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters__back {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filters-on .filters__back {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------*
	@COMPONENTS #RESULTS
\*------------------------------------*/
.results {
  margin-bottom: 40px;
}

.results .tags-wrap {
  margin-top: 18px;
}

.results__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid #c7d0e1;
  padding-bottom: 10px;
}

.results__bar .title {
  margin-right: 20px;
}

.results__bar .btn-wrap {
  margin-left: auto;
  width: auto;
}

.results__bar .icon-grid {
  width: 11px;
  height: 11px;
}

.results__bar .icon-list {
  width: 16px;
  height: 13px;
}

.results__bar .btn.active {
  pointer-events: none;
}

.results__bar .btn:not(.active) {
  opacity: 0.3;
}

.results__bar .btn:not(.active):hover {
  opacity: 1;
}

.results__bar--static .btn {
  opacity: 1 !important;
}

/*------------------------------------*
	@COMPONENTS #HORIZONTAL-RULE
\*------------------------------------*/
.hr {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.hr[data-label]::before {
  content: attr(data-label);
  background-color: #ffc549;
  border-radius: 9999px;
  height: 25px;
  line-height: 23px;
  white-space: nowrap;
  font-weight: 500;
  padding-right: 12px;
  padding-left: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hr--text {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  border-color: #c7d0e1;
}

.hr--text::before {
  content: attr(data-hr);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 500;
  background-color: #fff;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 20px;
}

/*------------------------------------*
	@COMPONENTS #FAQ
\*------------------------------------*/
.collapse {
  display: none;
}

.faq {
  padding-right: 40px;
  padding-left: 40px;
}

.faq:not(:last-child) {
  border-bottom: 1px solid #c7d0e1;
}

.faq .collapse-trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  height: auto;
  text-align: left;
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq .collapse-trigger .icon-caret-down {
  width: 10px;
  height: 8px;
  margin-left: 20px;
}

.faq .collapse-trigger.on .icon-caret-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq .collapse {
  letter-spacing: 0.02em;
  padding-bottom: 24px;
  padding-left: 50px;
}

.faq .collapse p:not(:last-child) {
  margin-bottom: 20px;
}

.faq__icon {
  width: 50px;
}

.faq__icon .icon {
  width: 20px;
  height: 20px;
}

.faq__title {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 400;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*------------------------------------*
	@COMPONENTS #PAGINATION
\*------------------------------------*/
.pagination,
.nav-links {
  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;
  margin-top: 32px;
}

.pagination__item,
.page-numbers {
  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;
  height: 40px;
  min-width: 40px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #6b7b9b;
}

.pagination__item:not(:last-child),
.page-numbers:not(:last-child) {
  margin-right: 10px;
}

.pagination__item:hover,
.page-numbers:hover {
  color: #7635db;
}

.pagination__item.active,
.page-numbers.current {
  border-color: #7635db;
  background-color: #7635db;
  color: #ffffff;
}

.pagination__item:first-child, .pagination__item:last-child,
.page-numbers.prev, .page-numbers.next {
  padding-right: 20px;
  padding-left: 20px;
}

.pagination__item .icon,
.page-numbers .icon {
  width: 8px;
  height: 10px;
}

.page-numbers {
  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;
  height: 40px;
  min-width: 40px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #6b7b9b;
  cursor: pointer;
}

.page-numbers:not(:last-child) {
  margin-right: 10px;
}

.page-numbers:hover {
  color: #7635db;
}

.page-numbers.current {
  border-color: #7635db;
  background-color: #7635db;
  color: #ffffff;
}

.page-numbers .icon {
  width: 8px;
  height: 10px;
}

.hidden {
  display: none !important;
}

/*------------------------------------*
	@COMPONENTS #INSIDE
\*------------------------------------*/
.inside-wrap {
  margin-bottom: 30px;
  border-top: 1px solid #c7d0e1;
}
@media screen and (max-width: 768px) {
  .inside-wrap {
    border-top: none;
  }
}

.title--underline .inside-wrap {
  border-top: none;
}

.inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  border-bottom: 1px solid #c7d0e1;
}

.inside:nth-child(even) {
  background-color: #fbfbfc;
}

.inside p {
  font-size: 20px;
  letter-spacing: 0.02em;
}

.inside--lg {
  padding-top: 16px;
  padding-bottom: 16px;
}

.inside__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 175px;
}

.inside--lg .inside__info {
  width: 235px;
}

.inside__name {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

.inside__pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inside__pdf .icon {
  color: #ffc549;
  width: 23px;
  height: 30px;
  margin-right: 10px;
}

.inside__pdf span {
  font-size: 10px;
  font-weight: 700;
  color: #6b7b9b;
}

.inside__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0;
}

/*------------------------------------*
	@COMPONENTS #ARTICLE
\*------------------------------------*/
.article .profile {
  margin-bottom: 24px;
}

.article p,
.article li,
.article th,
.article td {
  letter-spacing: 0.02em;
  color: #191238;
}

.article p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size),
.article li,
.article td,
.article th {
  font-size: 20px;
}

.article p:not(:last-child) {
  margin-bottom: 30px;
}

.article p .link {
  font-size: inherit;
}

.article .title--1 {
  margin-bottom: 20px;
}

.article .lead {
  font-weight: 400;
}

.article__img,
.article p img,
.article .wp-block-image img,
.article p iframe {
  border-radius: 5px;
  width: 100%;
}

.article__img + .lead {
  margin-top: -20px;
}

.article__img--center,
.article p img,
.article .wp-block-image img,
.article p iframe {
  width: 100%;
  max-width: 540px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.article__img--shadow-primary,
.article--primary p img,
.article--primary .wp-block-image img,
.article--primary p iframe {
  -webkit-box-shadow: 10px 10px #7635db !important;
  box-shadow: 10px 10px #7635db !important;
}

.article__img--shadow-secondary,
.article--secondary p img,
.article--secondary .wp-block-image img,
.article--secondary p iframe {
  -webkit-box-shadow: 10px 10px #2acdb6 !important;
  box-shadow: 10px 10px #2acdb6 !important;
}

.profile + .article__img {
  margin-top: 20px;
}

.article__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__action:not(:last-child) {
  margin-bottom: 40px;
}

.article__action .btn:not(:last-child) {
  margin-right: 15px;
}

.article__action--border {
  border-top: 1px solid #c7d0e1;
  border-bottom: 1px solid #c7d0e1;
  padding-top: 24px;
  padding-bottom: 24px;
}

.article__trending {
  padding-right: 30px;
  padding-left: 30px;
}

.article__trending:not(:first-child) {
  margin-top: 50px;
}

.article__trending:not(:last-child) {
  margin-bottom: 50px;
}

.article__tweet {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}

.article__tweet .card {
  padding: 16px;
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.article__italic {
  font-style: italic;
  color: #6b7b9b;
  font-weight: 400;
}

.article .wp-block-table {
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px #7635db !important;
  box-shadow: 10px 10px #7635db !important;
}
.article .wp-block-table table {
  border-radius: 5px;
  border: 3px solid #000000;
  border-collapse: initial;
  border-spacing: 0;
}
.article .wp-block-table table th,
.article .wp-block-table table td {
  border: 1px solid #000000;
  padding: 10px 15px;
  line-height: 1.6;
  font-weight: 300;
}
.article .wp-block-table table th {
  border-bottom: 3px solid black;
  background-color: #E7ECF5;
}

/*------------------------------------*
	@COMPONENTS #BRICK
\*------------------------------------*/
.brick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 3px;
  border: 4px solid #7635db;
  position: relative;
}

.section__block .brick {
  margin-bottom: 20px;
}
.section__block .brick .brick__icon {
  margin-right: 10px;
  margin-bottom: 0;
  max-height: 30px;
}
.section__block .brick img {
  width: inherit;
  box-shadow: none;
  margin: 0;
}

.brick:not(:last-child) {
  margin-bottom: 40px;
}

.brick .checkbox {
  color: #5F6778;
}

.brick--bgr-yellow {
  background-color: #ffefce;
  font-size: 16px;
}

.brick--bgr-yellow p {
  font-size: 16px;
}

.brick > .btn--brick {
  position: absolute;
  top: 20px;
  right: 20px;
}

.brick__label {
  background-color: #7635db;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400 !important;
  min-width: 200px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  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;
  padding-right: 40px;
  padding-left: 40px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  margin-top: -3px;
  margin-left: -3px;
}

.brick__bg {
  background-color: #ebebff;
  display: flex;
  flex-direction: column;
}

.brick--primary {
  border-color: #7635db;
}
.brick--primary .brick__label {
  background-color: #7635db;
}
.brick--primary .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--secondary {
  border-color: #2acdb6;
}
.brick--secondary .brick__label {
  background-color: #2acdb6;
}
.brick--secondary .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--yellow {
  border-color: #ffc549;
}
.brick--yellow .brick__label {
  background-color: #ffc549;
}
.brick--yellow .brick__bg {
  background-color: #FFEFCE;
}
.brick--yellow .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--pink {
  border-color: #f75a89;
}
.brick--pink .brick__label {
  background-color: #f75a89;
}
.brick--pink .brick__bg {
  background-color: #ffb8cd;
}
.brick--pink .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--navy {
  border-color: #252d81;
}
.brick--navy .brick__label {
  background-color: #252d81;
}
.brick--navy .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--blue {
  border-color: #00acee;
}
.brick--blue .brick__label {
  background-color: #00acee;
}
.brick--blue .brick__bg {
  background-color: #d4f3ff;
}
.brick--blue .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--dark {
  border-color: #6b7b9b;
}
.brick--dark .brick__label {
  background-color: #6b7b9b;
}
.brick--dark .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--white {
  border-color: #ffffff;
}
.brick--white .brick__label {
  background-color: #ffffff;
}
.brick--white .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--black {
  border-color: #000000;
}
.brick--black .brick__label {
  background-color: #000000;
}
.brick--black .brick__bg {
  background-color: #E7ECF5;
}
.brick--black .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick--red {
  border-color: #C8232C;
}
.brick--red .brick__label {
  background-color: #C8232C;
}
.brick--red .brick__bg .brick__bottom {
  background: none;
  padding: 16px 40px;
}

.brick__two-column {
  display: flex;
  gap: 20px;
  align-items: center;
}

.brick__portrait {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}
.brick__portrait img {
  max-width: 100%;
  height: auto;
  border-radius: 100%;
}

.brick__italic {
  font-style: italic;
  color: #6b7b9b;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 30px;
}

.brick__top {
  padding: 24px 40px 40px 40px;
}
.brick__top--reduced-padding {
  padding: 24px 40px;
}
.brick__top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #191238;
  font-size: 20px;
}
.brick__top ul:not(:last-child) {
  margin-bottom: 20px;
}
.brick__top ul li {
  position: relative;
  padding-left: 20px;
}
.brick__top ul li:not(:last-child) {
  margin-bottom: 20px;
}
.brick__top ul li::before {
  content: "";
  width: 11px;
  height: 15px;
  margin-top: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/icon-caret-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  left: 0;
  position: absolute;
}

.brick__top p:not(:last-child) {
  margin-bottom: 10px;
}

.brick__bottom {
  background-color: #ebebff;
  padding: 40px;
}
.brick__bottom .tech-talk__header--primary {
  color: #7635DB;
}

.brick__lowdown-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 15px 0;
  font-size: 20px;
}
.brick__lowdown-row:not(:last-child) {
  border-bottom: 1px solid #C7D0E1;
}
.brick__lowdown-row .brick__lowdown-title {
  width: 142px;
  line-height: 23px;
}
.brick__lowdown-row .brick__lowdown-title button.components-button {
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}
.brick__lowdown-row .brick__lowdown-text {
  max-width: calc(100% - 182px);
}
.brick__lowdown-row .brick__lowdown-text p {
  margin: 0;
  padding: 0;
}

.lowdown__popup-inner {
  width: 150px;
  display: flex;
  flex-direction: column;
}

.brick__bottom .card {
  padding: 0 !important;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.brick__bottom .card .thumb--circle {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

.brick--bgr-yellow .brick__bottom {
  background-color: #ffffff;
}

.brick--hide {
  height: 640px;
  overflow: hidden;
}

.brick--hide.show {
  overflow: visible;
}

.brick__more {
  background: -webkit-linear-gradient(267.43deg, rgba(255, 255, 255, 0) 2.14%, rgba(255, 255, 255, 0.8) 26.79%, #FFFFFF 66.49%);
  background: -o-linear-gradient(267.43deg, rgba(255, 255, 255, 0) 2.14%, rgba(255, 255, 255, 0.8) 26.79%, #FFFFFF 66.49%);
  background: linear-gradient(182.57deg, rgba(255, 255, 255, 0) 2.14%, rgba(255, 255, 255, 0.8) 26.79%, #FFFFFF 66.49%);
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 40px;
}

.brick--hide.show .brick__more {
  height: 100px;
}

/*------------------------------------*
	@COMPONENTS #PLAYER
\*------------------------------------*/
.player {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px;
}

.player__progress {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 40px;
  margin-left: 24px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.player__range {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background-color: #e7ecf5;
  -webkit-appearance: none;
  appearance: none;
  outline: transparent;
}

.player__range::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
  background: #2acdb6;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.player__range::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: #2acdb6;
  border-radius: 50%;
  appearance: none;
  cursor: pointer;
}

.player__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #6b7b9b;
}

.player__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.player__action .btn-clean:not(:last-child) {
  margin-right: 18px;
}

.player__action .btn-clean .icon {
  width: 20px;
  height: 20px;
}

/*------------------------------------*
	@COMPONENTS #TRANSCRIPT
\*------------------------------------*/
.transcript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.transcript:not(:last-child) {
  margin-bottom: 30px;
}

.brick--hide .transcript:last-child {
  margin-bottom: 100px;
}

.transcript__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #2acdb6;
  margin-right: 10px;
}

.transcript:nth-child(even) .transcript__img {
  border-color: #7635db;
}

/*------------------------------------*
	@COMPONENTS #BRANDS
\*------------------------------------*/
.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands img {
  margin: 10px;
  max-width: 150px;
}

/*------------------------------------*
	@COMPONENTS #JUMBO
\*------------------------------------*/
.jumbo {
  min-height: 700px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.jumbo .card {
  max-width: 510px;
}

.jumbo__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 60px;
}

.jumbo__header div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.jumbo__header div:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jumbo__header div span + .btn {
  margin-left: 8px;
}

.jumbo__logo {
  margin-top: -5px;
  max-height: 120px;
}

/*------------------------------------*
	@TRUMPS #COLORS
\*------------------------------------*/
.color-primary {
  color: #7635db !important;
}

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

.color-light {
  color: #5F6778 !important;
}

.bgr-primary {
  background-color: #7635db;
  color: #ffffff;
}
.bgr-primary .title {
  color: #ffffff;
}

/*------------------------------------*
	@TRUMPS #FLEX
\*------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

/*------------------------------------*
	@TRUMPS #HELPERS
\*------------------------------------*/
.clean {
  margin: 0;
  padding: 0;
}

.no-transition,
.no-transition * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}

.nowrap {
  white-space: nowrap;
}

.nounderline {
  text-decoration: none !important;
}

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

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

.font-medium {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.relative {
  position: relative;
}

@media (min-width: 1400px) {
  .show-headerbreak {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .hide-headerbreak {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .show-break {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-break {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-sm-break {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .show-sm-break {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
}
@media (min-width: 991px) {
  .show-md {
    display: none !important;
  }
}
/*------------------------------------*
	@TRUMPS #LAYOUT
\*------------------------------------*/
.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

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

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

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

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

@media (max-width: 768px) {
  .mt-md--3 {
    margin-top: 30px;
  }
  .mt-md--4 {
    margin-top: 40px;
  }
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1240px) {
  .m-auto--lg {
    margin: auto !important;
  }
}

.ml--1 {
  margin-left: 10px;
}
.ml--2 {
  margin-left: 20px;
}
.ml--3 {
  margin-left: 30px;
}

.mr--2 {
  margin-right: 20px;
}
.mr--6 {
  margin-right: 60px;
}
@media (max-width: 768px) {
  .mr-md--0 {
    margin-right: 0;
  }
  .mr-md--1 {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .pb-lg--5 {
    padding-bottom: 50px !important;
  }
}

.pb-1 {
  padding-bottom: 10px !important;
}

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

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

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

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

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

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

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

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pr-6 {
  padding-right: 60px !important;
}

.pr-7 {
  padding-right: 70px !important;
}

.pr-8 {
  padding-right: 80px !important;
}

.pr-9 {
  padding-right: 90px !important;
}

.pr-10 {
  padding-right: 100px !important;
}

.p-0 {
  padding: 0 !important;
}

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

.py-25 {
  padding: 25px 0;
}

@media (max-width: 768px) {
  .pl--md-0 {
    padding-left: 0px !important;
  }
}

@media (max-width: 768px) {
  .pr--md-0 {
    padding-right: 0px !important;
  }
}

@media (max-width: 768px) {
  .p-md--0 {
    padding: 0 !important;
  }
  .p-md--30 {
    padding: 30px !important;
  }
}

/*------------------------------------*
	@TRUMPS #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
     * Don’t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
}
/*# sourceMappingURL=styles.css.map */
.copy-success {
  position: absolute;
  top: 30px;
  border: 2px solid #000;
  border-radius: 3px;
  padding: 2px;
  transition: ease-in-out 0.5s;
  background: #fff;
  width: 100px;
  text-align: center;
  color: #000;
  font-weight: 500;
}

.copy-success.fade-out {
  opacity: 0;
}

.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fullscreen img {
  max-width: 80%;
  border: 4px solid #000;
  border-radius: 3px;
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 10px 10px #e7ecf5;
  box-shadow: 10px 10px #e7ecf5;
}

.jc {
  justify-content: center !important;
}

.single-entry-content h2 {
  font-weight: 400;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #191238;
  font-size: 32px;
}
.single-entry-content img {
  width: 100%;
  max-width: 540px;
  display: block;
  margin: 15px auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 10px 10px #e7ecf5;
  box-shadow: 10px 10px #e7ecf5;
  border-radius: 5px !important;
}
.single-entry-content--secondary img {
  -webkit-box-shadow: 10px 10px #2acdb6;
  box-shadow: 10px 10px #2acdb6;
}
.single-entry-content--primary img {
  -webkit-box-shadow: 10px 10px #7635db;
  box-shadow: 10px 10px #7635db;
}
.single-entry-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 300;
  color: #191238;
  font-size: 20px;
}
.single-entry-content li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.single-entry-content li::before {
  content: "";
  width: 11px;
  height: 15px;
  margin-top: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/icon-caret-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  left: 0;
  position: absolute;
}

.article p img {
  width: auto !important;
}

.article p img,
.article .wp-block-image img,
.border--,
.border--:hover {
  -webkit-box-shadow: 10px 10px #e7ecf5;
  box-shadow: 10px 10px #e7ecf5;
}

.article--secondary p img,
.article--secondary .wp-block-image img,
.border--secondary,
.border--secondary:hover {
  -webkit-box-shadow: 10px 10px #2acdb6;
  box-shadow: 10px 10px #2acdb6;
}

.article--primary p img,
.article--primary .wp-block-image img,
.border--primary,
.border--primary:hover {
  -webkit-box-shadow: 10px 10px #7635db;
  box-shadow: 10px 10px #7635db;
}

.color-dark-primary {
  color: #481699;
}
.color-dark-primary:hover, .color-dark-primary:focus {
  color: #000;
}

.btn--primary-dark {
  position: relative;
  color: #ffffff;
  background-color: #481699;
}
.btn--primary-dark:focus, .btn--primary-dark:hover {
  color: #ffffff;
}
.btn--primary-dark:focus::before, .btn--primary-dark:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--primary-dark span {
  position: relative;
}
.btn--primary-dark::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--primary-dark::before {
  background-color: #481699;
}
.btn--primary-dark:focus {
  border-color: #481699;
}

.color-dark-secondary {
  color: #0c8877;
}
.color-dark-secondary:hover, .color-dark-secondary:focus {
  color: #000;
}

.btn--secondary-dark {
  position: relative;
  color: #ffffff;
  background-color: #0c8877;
}
.btn--secondary-dark:focus, .btn--secondary-dark:hover {
  color: #ffffff;
}
.btn--secondary-dark:focus::before, .btn--secondary-dark:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--secondary-dark span {
  position: relative;
}
.btn--secondary-dark::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--secondary-dark::before {
  background-color: #0c8877;
}
.btn--secondary-dark:focus {
  border-color: #0c8877;
}

.color-dark-yellow {
  color: #e2ab34;
}
.color-dark-yellow:hover, .color-dark-yellow:focus {
  color: #000;
}

.btn--yellow-dark {
  position: relative;
  color: #ffffff;
  background-color: #e2ab34;
}
.btn--yellow-dark:focus, .btn--yellow-dark:hover {
  color: #ffffff;
}
.btn--yellow-dark:focus::before, .btn--yellow-dark:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--yellow-dark span {
  position: relative;
}
.btn--yellow-dark::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--yellow-dark::before {
  background-color: #e2ab34;
}
.btn--yellow-dark:focus {
  border-color: #e2ab34;
}

.color-dark-pink {
  color: #be355e;
}
.color-dark-pink:hover, .color-dark-pink:focus {
  color: #000;
}

.btn--pink-dark {
  position: relative;
  color: #ffffff;
  background-color: #be355e;
}
.btn--pink-dark:focus, .btn--pink-dark:hover {
  color: #ffffff;
}
.btn--pink-dark:focus::before, .btn--pink-dark:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--pink-dark span {
  position: relative;
}
.btn--pink-dark::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--pink-dark::before {
  background-color: #be355e;
}
.btn--pink-dark:focus {
  border-color: #be355e;
}

.color-dark-navy {
  color: #000;
}
.color-dark-navy:hover, .color-dark-navy:focus {
  color: #000;
}

.btn--navy-dark {
  position: relative;
  color: #ffffff;
  background-color: #000;
}
.btn--navy-dark:focus, .btn--navy-dark:hover {
  color: #ffffff;
}
.btn--navy-dark:focus::before, .btn--navy-dark:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--navy-dark span {
  position: relative;
}
.btn--navy-dark::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--navy-dark::before {
  background-color: #000;
}
.btn--navy-dark:focus {
  border-color: #000;
}

.color-dark-blue {
  color: #00648c;
}
.color-dark-blue:hover, .color-dark-blue:focus {
  color: #000;
}

.btn--blue-dark {
  position: relative;
  color: #ffffff;
  background-color: #00648c;
}
.btn--blue-dark:focus, .btn--blue-dark:hover {
  color: #ffffff;
}
.btn--blue-dark:focus::before, .btn--blue-dark:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--blue-dark span {
  position: relative;
}
.btn--blue-dark::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--blue-dark::before {
  background-color: #00648c;
}
.btn--blue-dark:focus {
  border-color: #00648c;
}

.color-dark-dark {
  color: #37435a;
}
.color-dark-dark:hover, .color-dark-dark:focus {
  color: #000;
}

.btn--dark-dark {
  position: relative;
  color: #ffffff;
  background-color: #37435a;
}
.btn--dark-dark:focus, .btn--dark-dark:hover {
  color: #ffffff;
}
.btn--dark-dark:focus::before, .btn--dark-dark:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--dark-dark span {
  position: relative;
}
.btn--dark-dark::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--dark-dark::before {
  background-color: #37435a;
}
.btn--dark-dark:focus {
  border-color: #37435a;
}

.btn--primary {
  position: relative;
  color: #ffffff;
  background-color: #7635db;
}
.btn--primary:focus, .btn--primary:hover {
  color: #ffffff;
}
.btn--primary:focus::before, .btn--primary:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--primary span {
  position: relative;
}
.btn--primary::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--primary::before {
  background-color: #7635db;
}
.btn--primary:focus {
  border-color: #7635db;
}

.box--primary {
  background-color: #7635db47;
  border-top: 4px solid #7635db;
}
.box--primary .title__icon::before {
  color: #7635db;
}

.btn--secondary {
  position: relative;
  color: #ffffff;
  background-color: #2acdb6;
}
.btn--secondary:focus, .btn--secondary:hover {
  color: #ffffff;
}
.btn--secondary:focus::before, .btn--secondary:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--secondary span {
  position: relative;
}
.btn--secondary::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--secondary::before {
  background-color: #2acdb6;
}
.btn--secondary:focus {
  border-color: #2acdb6;
}

.box--secondary {
  background-color: #2acdb647;
  border-top: 4px solid #2acdb6;
}
.box--secondary .title__icon::before {
  color: #2acdb6;
}

.btn--yellow {
  position: relative;
  color: #ffffff;
  background-color: #ffc549;
}
.btn--yellow:focus, .btn--yellow:hover {
  color: #ffffff;
}
.btn--yellow:focus::before, .btn--yellow:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--yellow span {
  position: relative;
}
.btn--yellow::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--yellow::before {
  background-color: #ffc549;
}
.btn--yellow:focus {
  border-color: #ffc549;
}

.box--yellow {
  background-color: #ffc54947;
  border-top: 4px solid #ffc549;
}
.box--yellow .title__icon::before {
  color: #ffc549;
}

.btn--pink {
  position: relative;
  color: #ffffff;
  background-color: #f75a89;
}
.btn--pink:focus, .btn--pink:hover {
  color: #ffffff;
}
.btn--pink:focus::before, .btn--pink:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--pink span {
  position: relative;
}
.btn--pink::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--pink::before {
  background-color: #f75a89;
}
.btn--pink:focus {
  border-color: #f75a89;
}

.box--pink {
  background-color: #f75a8947;
  border-top: 4px solid #f75a89;
}
.box--pink .title__icon::before {
  color: #f75a89;
}

.btn--navy {
  position: relative;
  color: #ffffff;
  background-color: #252d81;
}
.btn--navy:focus, .btn--navy:hover {
  color: #ffffff;
}
.btn--navy:focus::before, .btn--navy:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--navy span {
  position: relative;
}
.btn--navy::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--navy::before {
  background-color: #252d81;
}
.btn--navy:focus {
  border-color: #252d81;
}

.box--navy {
  background-color: #252d8147;
  border-top: 4px solid #252d81;
}
.box--navy .title__icon::before {
  color: #252d81;
}

.btn--blue {
  position: relative;
  color: #ffffff;
  background-color: #00acee;
}
.btn--blue:focus, .btn--blue:hover {
  color: #ffffff;
}
.btn--blue:focus::before, .btn--blue:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--blue span {
  position: relative;
}
.btn--blue::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--blue::before {
  background-color: #00acee;
}
.btn--blue:focus {
  border-color: #00acee;
}

.box--blue {
  background-color: #00acee47;
  border-top: 4px solid #00acee;
}
.box--blue .title__icon::before {
  color: #00acee;
}

.btn--dark {
  position: relative;
  color: #ffffff;
  background-color: #6b7b9b;
}
.btn--dark:focus, .btn--dark:hover {
  color: #ffffff;
}
.btn--dark:focus::before, .btn--dark:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--dark span {
  position: relative;
}
.btn--dark::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--dark::before {
  background-color: #6b7b9b;
}
.btn--dark:focus {
  border-color: #6b7b9b;
}

.box--dark {
  background-color: #6b7b9b47;
  border-top: 4px solid #6b7b9b;
}
.box--dark .title__icon::before {
  color: #6b7b9b;
}

.btn--white {
  position: relative;
  color: #ffffff;
  background-color: #ffffff;
}
.btn--white:focus, .btn--white:hover {
  color: #ffffff;
}
.btn--white:focus::before, .btn--white:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--white span {
  position: relative;
}
.btn--white::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--white::before {
  background-color: #ffffff;
}
.btn--white:focus {
  border-color: #ffffff;
}

.box--white {
  background-color: #ffffff47;
  border-top: 4px solid #ffffff;
}
.box--white .title__icon::before {
  color: #ffffff;
}

.btn--black {
  position: relative;
  color: #ffffff;
  background-color: #000000;
}
.btn--black:focus, .btn--black:hover {
  color: #ffffff;
}
.btn--black:focus::before, .btn--black:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--black span {
  position: relative;
}
.btn--black::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--black::before {
  background-color: #000000;
}
.btn--black:focus {
  border-color: #000000;
}

.box--black {
  background-color: #00000047;
  border-top: 4px solid #000000;
}
.box--black .title__icon::before {
  color: #000000;
}

.btn--red {
  position: relative;
  color: #ffffff;
  background-color: #C8232C;
}
.btn--red:focus, .btn--red:hover {
  color: #ffffff;
}
.btn--red:focus::before, .btn--red:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.1, 1.2);
  transform: translate(-50%, -50%) scale(1.1, 1.2);
}
.btn--red span {
  position: relative;
}
.btn--red::before {
  content: "";
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: -webkit-calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 999px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn--red::before {
  background-color: #C8232C;
}
.btn--red:focus {
  border-color: #C8232C;
}

.box--red {
  background-color: #C8232C47;
  border-top: 4px solid #C8232C;
}
.box--red .title__icon::before {
  color: #C8232C;
}

.card--magazine .card__thumb--primary {
  background: -webkit-linear-gradient(292.62deg, #7635DB 23.37%, #43C9E8 100.71%);
  background: -o-linear-gradient(292.62deg, #7635DB 23.37%, #43C9E8 100.71%);
  background: linear-gradient(157.38deg, #7635DB 23.37%, #43C9E8 100.71%);
}

.card--magazine .card__thumb--secondary {
  background: -webkit-linear-gradient(292.62deg, #2ACDB6 23.37%, #9058DA 100.71%);
  background: -o-linear-gradient(292.62deg, #2ACDB6 23.37%, #9058DA 100.71%);
  background: linear-gradient(157.38deg, #2ACDB6 23.37%, #9058DA 100.71%);
}

.card--magazine .card__thumb--yellow {
  background: -webkit-linear-gradient(292.62deg, #ffc549);
  background: -o-linear-gradient(292.62deg, #ffc549);
  background: linear-gradient(157.38deg, #ffc549);
}

.card--magazine .card__thumb--pink {
  background: -webkit-linear-gradient(292.62deg, #F75A89 23.37%, #7635DB 100.71%);
  background: -o-linear-gradient(292.62deg, #F75A89 23.37%, #7635DB 100.71%);
  background: linear-gradient(157.38deg, #F75A89 23.37%, #7635DB 100.71%);
}

.card--magazine .card__thumb--navy {
  background: -webkit-linear-gradient(292.62deg, #252d81);
  background: -o-linear-gradient(292.62deg, #252d81);
  background: linear-gradient(157.38deg, #252d81);
}

.card--magazine .card__thumb--blue {
  background: -webkit-linear-gradient(292.62deg, #00acee);
  background: -o-linear-gradient(292.62deg, #00acee);
  background: linear-gradient(157.38deg, #00acee);
}

.card--magazine .card__thumb--dark {
  background: -webkit-linear-gradient(292.62deg, #6b7b9b);
  background: -o-linear-gradient(292.62deg, #6b7b9b);
  background: linear-gradient(157.38deg, #6b7b9b);
}

#suggested-schools,
.suggested-schools {
  position: absolute;
  width: 100%;
  text-align: left;
  background: #fff;
  z-index: 10;
  border: 3px solid #000;
  margin-top: -3px;
  max-height: 200px;
  overflow: scroll;
}
#suggested-schools .school-suggestion,
.suggested-schools .school-suggestion {
  padding: 10px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
#suggested-schools .school-suggestion:hover,
.suggested-schools .school-suggestion:hover {
  background: #e7ecf5;
}

.response-box {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.response-box.error {
  padding: 3px 10px;
  border: 3px solid #be355e;
  background: #f75a8947;
}
.response-box.success {
  padding: 3px 10px;
  border: 3px solid #00648c;
  background: #00acee47;
}

.logged-in-banner {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  padding: 5px 0;
  text-align: center;
  background-color: #252d81;
  color: #ffffff;
  z-index: 9999;
}

.card--webinar.card--big .thumb--horizontal.embedded {
  padding-bottom: 0 !important;
}
.card--webinar.card--big .thumb--horizontal.embedded iframe {
  width: 100%;
  height: 426px;
}
.card--webinar .profile {
  margin: 10px 0 25px;
}

.profile--account {
  flex-direction: column;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 215px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 215px;
}
.profile--account img {
  margin-right: 0;
}
.profile--account h2 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
}
.profile--account dl {
  width: 100%;
  max-width: 100%;
  text-align: center;
  margin-top: 15px;
}
.profile--account dl dt {
  font-weight: normal;
  font-weight: 400;
  font-size: 13px;
}
.profile--account dl > * {
  width: 100%;
}

.account-action hr {
  border-bottom: 2px solid #C7D0E1;
  max-width: 215px;
  width: 90%;
  margin: 10px auto;
}

.account-action__option {
  display: flex;
  gap: 10px;
  width: 100%;
}
.account-action__option .account-action__inner {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin: 0 5px;
  padding: 7px 15px;
}
.account-action__option .account-action__inner:hover {
  background: #eee;
}
.account-action__option .account-action__inner span {
  font-size: 16px;
  line-height: 120%;
  color: #000;
  width: 100%;
  font-weight: 400;
}
.account-action__option.active .account-action__inner {
  background: #7635db;
}
.account-action__option.active .account-action__inner span {
  color: #fff;
}
.account-action__option.active .account-action__inner:hover {
  background: #481699;
}

.box--account-page {
  max-height: 220px;
}

.profile-hr {
  margin-left: auto;
}

.info-placeholder {
  width: 100%;
  background: #eee;
  height: 25px;
  display: block;
  margin-top: 10px;
  border-radius: 5px;
}

.personal-update {
  margin-left: 15px;
}

.logged-in {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.logged-in img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-bottom: 0;
}
.logged-in span,
.logged-in a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}
.logged-in .logged-in__menu {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  background: #fff;
  padding: 10px 5px;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.4901960784);
  border-radius: 0 0 5px 5px;
  width: 200px;
  right: 0;
  flex-direction: column;
}
.logged-in .logged-in__menu a {
  padding: 5px 15px;
  border-radius: 5px;
}
.logged-in .logged-in__menu a:hover {
  background: #eee;
}
.logged-in .logged-in__menu hr {
  border-color: #c7d0e1;
  margin: 5px 0;
}
.logged-in.active .logged-in__menu {
  display: flex;
}
.logged-in.active::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.logged-in::after {
  color: #000;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  -moz-transform: scale(0.9999);
  border-width: 0 3px 5px 3px;
  border-bottom-color: currentColor;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-results-term {
  color: #7635db;
}

.search-results-text-wrap {
  font-weight: 400;
  font-size: 24px;
}

.section--results-header .container {
  border-bottom: 1px solid #C7D0E1;
  padding-bottom: 10px;
}

.section--results-header .suptitle {
  display: inline;
  margin-left: 15px;
}

.section--search-results {
  color: #6B7B9B;
}
.section--search-results .search-term-title h3 {
  color: #000000;
}

.section--search-pagination .pagination__item,
.section--search-pagination .page-numbers {
  height: 40px;
  min-width: 40px;
  border: 2px solid #000000;
  background: #ffffff;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #000000;
  border-radius: 5px;
}
.section--search-pagination .pagination__item.active,
.section--search-pagination .page-numbers.current {
  border-color: #000000;
  background-color: #ffc549;
  color: #000000;
}
.section--search-pagination .pagination__item:hover,
.section--search-pagination .page-numbers:hover {
  color: #000000;
  background-color: #FFEFCE;
  border-color: #000000;
}
.section--search-pagination .page-numbers {
  height: 40px;
  min-width: 40px;
  border: 2px solid #000000;
  background: #ffffff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  color: #000000;
}
.section--search-pagination .page-numbers.current {
  border-color: #000000;
  background-color: #ffc549;
  color: #000000;
}
.section--search-pagination .page-numbers:hover {
  color: #000000;
  background-color: #FFEFCE;
  border-color: #000000;
}
.section--search-pagination .page-numbers {
  cursor: pointer;
}
.section--search-pagination .page-numbers.next {
  padding-right: 15px;
  padding-left: 15px;
}
.section--search-pagination .page-numbers.next span {
  display: flex;
  align-items: center;
}
.section--search-pagination .page-numbers.next span svg {
  margin-left: 10px;
}
.section--search-pagination .page-numbers.prev {
  padding-right: 15px;
  padding-left: 15px;
}
.section--search-pagination .page-numbers.prev span {
  display: flex;
  align-items: center;
}
.section--search-pagination .page-numbers.prev span svg {
  margin-right: 10px;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.card--podcast-hero .card__thumb {
  width: 350px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.card--podcast-hero .card__body {
  width: 100%;
}

.card__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 20px;
}
.card__buttons .btn {
  width: 100%;
  max-width: 240px;
}

.sitemap {
  max-width: 1380px;
  width: 100%;
  margin: 40px 0 60px 0;
}
.sitemap__container {
  display: flex;
  justify-content: center;
}
.sitemap__title {
  font-family: "halyard-display", sans-serif;
  font-size: 44px;
  line-height: 110%;
  text-align: center;
  font-weight: 500;
  color: #191238;
  width: 100%;
  margin: 40px 0 30px 0;
}

.site-sections {
  width: 305px;
  margin: 0 20px 0 20px;
}
.site-sections__container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.site-sections__title {
  font-family: "halyard-display", sans-serif;
  font-size: 24px !important;
  line-height: 33.6px;
  font-weight: 500;
  margin: 20px 0 8px 0;
}
.site-sections__hr {
  width: 100%;
  background: #000000;
  height: 3px;
  margin-bottom: 20px;
}
.site-sections__links {
  font-family: "halyard-display", sans-serif;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  text-decoration: underline;
  color: #00ACEE;
  transition: ease-in-out;
  transition-duration: 0.1s;
}
.site-sections__links:hover {
  color: #191238;
}
.site-sections__text {
  margin: 8px 0 8px 0;
  padding: 0;
}

.form-error p span {
  color: red;
}
.form-error p::after {
  border-color: red;
}
.form-error input {
  border-color: red;
}
.form-error::placeholder {
  color: red;
}

.signup-form__success {
  background: #D9FFFA;
  border: 0;
  height: 45px;
  width: 140px;
  border-radius: 73px;
  width: 100%;
  height: 45px;
  border-radius: 73px;
  text-align: center;
  padding: 15px;
  margin: 5px 0 25px 0;
}

.signup-form__success p {
  font-family: "halyard-display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  margin-top: -3px;
}

.signup-form__success p svg {
  margin: 0 5px -2px 0;
}

.signup-form {
  width: 100%;
  max-width: 273px;
  height: 45px;
  border-radius: 73px;
  background: #7635DB;
  justify-content: center;
  display: flex;
  align-items: center;
  position: relative;
  transition: 1s;
  margin: 25px 0;
}

.signup-form__input {
  background: white;
  height: 39px;
  width: 76%;
  position: absolute;
  left: 2px;
  border-radius: 73px 0 0 73px;
  padding-right: 65px;
  padding-left: 15px;
  margin-top: 0.5px;
  border: 0;
}

.signup-form__input:focus-visible {
  outline: 0 !important;
  outline-color: unset !important;
  outline-style: unset !important;
  outline-width: 0 !important;
}

.signup-form__btn {
  background: #7635DB;
  border: 0;
  font-family: "halyard-display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.signup-form__btn--success {
  background: rgba(0, 0, 0, 0);
  border: 0;
  font-family: "halyard-display", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #2ACDB6;
  border: 2px solid #2ACDB6 !important;
  width: 273px;
  height: 45px;
  text-align: center;
  border-radius: 73px;
  margin: 5px 0 25px 0px;
}

.signup-form__btn--success svg {
  margin-left: 10px;
}

.signup-form__btn--success p {
  margin-top: -3px;
}

.signup-form__submit {
  background: #7635DB;
  border: 0;
  font-family: "halyard-display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  height: 45px;
  width: 140px;
  position: absolute;
  right: 0;
  border-radius: 73px;
  transition: 1s;
}

.signup-form__submit:hover {
  background: #000;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.author__single--header img {
  max-width: 100px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .author__single--header img {
    max-width: 80px;
  }
  .author__single--header .lead {
    font-size: 18px;
  }
  .author__single--header h1 {
    font-size: 32px;
  }
}
.author__archive--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .author__archive--flex {
    justify-content: space-around;
  }
}
.author__archive--flex .section--search-pagination {
  width: 100%;
}
.author__archive--card {
  width: 305px;
  height: 365px;
  display: flex;
  flex-direction: column;
  border: 4px solid #000000;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 30px;
  align-items: center;
  padding: 32px 24px 40px;
  justify-content: center;
}
.author__archive--card img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.author__archive--card h3 {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #191238;
  font-weight: normal;
}
.author__archive--card span {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
}
.author__archive--card a {
  background: #7635DB;
  border-radius: 73px;
  padding: 12px 15px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.title--large {
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .title--large {
    font-size: 32px;
  }
}
.title--author {
  margin-top: 15px !important;
}
@media (max-width: 768px) {
  .title--author {
    flex-direction: row;
  }
  .title--author span:last-of-type {
    padding-left: 20px;
    font-size: 32px;
  }
}

.text-elipsis {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-elipsis--1 {
  -webkit-line-clamp: 1;
}
.text-elipsis--2 {
  -webkit-line-clamp: 2;
}
.text-elipsis--3 {
  -webkit-line-clamp: 3;
}
.text-elipsis--4 {
  -webkit-line-clamp: 4;
}
@media (max-width: 768px) {
  .text-elipsis__mobile--1 {
    -webkit-line-clamp: 1;
  }
  .text-elipsis__mobile--2 {
    -webkit-line-clamp: 2;
  }
  .text-elipsis__mobile--3 {
    -webkit-line-clamp: 3;
  }
  .text-elipsis__mobile--4 {
    -webkit-line-clamp: 4;
  }
}

.author-link {
  color: #6b7b9b !important;
  transition: ease-in-out;
  transition-duration: 0.1s;
  padding-left: 4px;
}
.author-link:hover {
  color: #6b7b9b !important;
  text-decoration: underline;
  letter-spacing: 0.02em;
}

.filter--title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  font-family: "halyard-display", sans-serif;
  padding-top: 17px;
}
.filter--order {
  width: 200px;
  height: 53px;
  border-radius: 73px;
}
.filter--options {
  max-width: 200px;
  margin-top: 10px;
  border-radius: 23px;
}

@media only screen and (max-width: 600px) {
  .filter--container {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.card--torow .card__body,
.card--torowrev .card__body,
.card--row .card__body,
.card--row-rev .card__body {
  flex: 1;
}
@media (max-width: 768px) {
  .card--torow,
.card--torowrev,
.card--row,
.card--row-rev {
    flex-direction: row;
    align-items: flex-start;
  }
  .card--torow:not(:last-child),
.card--torowrev:not(:last-child),
.card--row:not(:last-child),
.card--row-rev:not(:last-child) {
    margin-bottom: 24px;
  }
  .card--torow .thumb:not(.thumb--preserve),
.card--torowrev .thumb:not(.thumb--preserve),
.card--row .thumb:not(.thumb--preserve),
.card--row-rev .thumb:not(.thumb--preserve) {
    flex-shrink: 0;
    width: 100px !important;
    height: 100px;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .card--torow.card--sm .thumb:not(.thumb--preserve),
.card--torowrev.card--sm .thumb:not(.thumb--preserve),
.card--row.card--sm .thumb:not(.thumb--preserve),
.card--row-rev.card--sm .thumb:not(.thumb--preserve) {
    width: 80px !important;
    height: 80px !important;
  }
  .card--torow .title,
.card--torowrev .title,
.card--row .title,
.card--row-rev .title {
    font-size: 18px !important;
  }
  .card--torow .tags-wrap:first-child,
.card--torowrev .tags-wrap:first-child,
.card--row .tags-wrap:first-child,
.card--row-rev .tags-wrap:first-child {
    margin-bottom: 15px;
  }
  .card--torowrev, .card--torow-rev,
.card--torowrevrev,
.card--torowrev-rev,
.card--rowrev,
.card--row-rev,
.card--row-revrev,
.card--row-rev-rev {
    flex-direction: row-reverse;
  }
  .card--torowrev .thumb, .card--torow-rev .thumb,
.card--torowrevrev .thumb,
.card--torowrev-rev .thumb,
.card--rowrev .thumb,
.card--row-rev .thumb,
.card--row-revrev .thumb,
.card--row-rev-rev .thumb {
    margin-right: 0 !important;
    margin-left: 20px;
  }
}

.backing-plate {
  overflow-x: hidden;
}
.backing-plate__left {
  margin-left: -1115px;
  left: 50%;
  z-index: 1;
}
.backing-plate__right {
  margin-right: -1115px;
  right: 50%;
  z-index: 1;
}
@media screen and (max-width: 779px) {
  .backing-plate {
    display: none;
  }
}

#popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 380px;
  z-index: 1002;
  display: none;
  box-shadow: -1px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
#popup iframe {
  width: 600px;
  height: 380px;
}
#popup .close-popup {
  position: absolute;
  top: -15px;
  right: -15px;
}
@media screen and (max-width: 610px) {
  #popup {
    width: 300px;
    height: 600px;
  }
  #popup iframe {
    width: 300px;
    height: 600px;
  }
}

#mask {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.d-none {
  display: none;
}

@media (max-width: 1240px) {
  .header__logo {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .alert {
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 4px 0 0 0;
  }

  .alert p:last-of-type {
    margin-bottom: 0 !important;
  }

  .alert .btn-wrap {
    display: none;
  }

  .alert .title {
    font-size: 24px !important;
  }

  .alert .title .icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 991px) {
  .main {
    padding-top: 20px;
  }

  .edge-break {
    margin-right: -15px;
    margin-left: -15px;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer .title {
    font-size: 24px !important;
    margin-bottom: 14px;
  }

  .footer__col:not(:last-child) {
    margin-bottom: 32px;
  }

  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .footer__list li:not(:last-child) {
    margin-right: 20px;
  }
}
.trending__inner > ol > .slick-list {
  max-height: 580px !important;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .trending__inner {
    margin-bottom: 20px !important;
  }

  .trending__inner > ol > .slick-list {
    max-height: 300px !important;
  }

  .card--lg {
    margin-bottom: 55px;
  }
}
.footer__bottom {
  padding-top: 40px;
  padding-bottom: 56px;
}

.footer__logo {
  margin-bottom: 18px;
}

.footer__nav {
  display: none;
}

.footer .socials {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 50px;
}

.search-wrap {
  padding-top: 64px;
}

.search-wrap .title {
  font-size: 18px;
}

.search-wrap .title .icon {
  width: 26px;
  height: 26px;
}

.search-close {
  top: 20px;
  right: 20px;
}

.search-close .icon {
  width: 20px;
  height: 20px;
}

.search-wrap__top {
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 34px;
  margin-bottom: 20px;
}

.search-wrap__trending .card {
  margin-bottom: 20px;
}

.search .icon {
  width: 24px;
  height: 24px;
}

.search small {
  display: none;
}

.search__input {
  scroll-padding-left: 40px;
  font-size: 24px !important;
  height: 60px;
}

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

.pb-br-0 {
  padding-bottom: 0px !important;
}

.pb-br-1 {
  padding-bottom: 10px !important;
}

.pb-br-2 {
  padding-bottom: 20px !important;
}

.pb-br-3 {
  padding-bottom: 30px !important;
}

.pb-br-4 {
  padding-bottom: 40px !important;
}

.pb-br-5 {
  padding-bottom: 50px !important;
}

.pb-br-6 {
  padding-bottom: 60px !important;
}

.pb-br-7 {
  padding-bottom: 70px !important;
}

.pb-br-8 {
  padding-bottom: 80px !important;
}

.pb-br-9 {
  padding-bottom: 90px !important;
}

.pb-br-10 {
  padding-bottom: 100px !important;
}

.pt-br-0 {
  padding-top: 0px !important;
}

.pt-br-1 {
  padding-top: 10px !important;
}

.pt-br-2 {
  padding-top: 20px !important;
}

.pt-br-3 {
  padding-top: 30px !important;
}

.pt-br-4 {
  padding-top: 40px !important;
}

.pt-br-5 {
  padding-top: 50px !important;
}

.pt-br-6 {
  padding-top: 60px !important;
}

.pt-br-7 {
  padding-top: 70px !important;
}

.pt-br-8 {
  padding-top: 80px !important;
}

.pt-br-9 {
  padding-top: 90px !important;
}

.pt-br-10 {
  padding-top: 100px !important;
}

.pb-sm-0 {
  padding-bottom: 0px !important;
}

.pb-sm-1 {
  padding-bottom: 10px !important;
}

.pb-sm-2 {
  padding-bottom: 20px !important;
}

.pb-sm-3 {
  padding-bottom: 30px !important;
}

.pb-sm-4 {
  padding-bottom: 40px !important;
}

.pb-sm-5 {
  padding-bottom: 50px !important;
}

.pb-sm-6 {
  padding-bottom: 60px !important;
}

.pb-sm-7 {
  padding-bottom: 70px !important;
}

.pb-sm-8 {
  padding-bottom: 80px !important;
}

.pb-sm-9 {
  padding-bottom: 90px !important;
}

.pb-sm-10 {
  padding-bottom: 100px !important;
}

.p-sm-0 {
  padding: 0px !important;
}

.p-sm-1 {
  padding: 10px !important;
}

.p-sm-2 {
  padding: 20px !important;
}

.p-sm-3 {
  padding: 30px !important;
}

.p-sm-4 {
  padding: 40px !important;
}

.p-sm-5 {
  padding: 50px !important;
}

.p-sm-6 {
  padding: 60px !important;
}

.p-sm-7 {
  padding: 70px !important;
}

.p-sm-8 {
  padding: 80px !important;
}

.p-sm-9 {
  padding: 90px !important;
}

.p-sm-10 {
  padding: 100px !important;
}

@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

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

  .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .row > * {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .modal {
    background-color: #2acdb6;
  }

  .modal .btn-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .modal .btn-back + .btn-close {
    display: none;
  }

  .modal--primary {
    background-color: #7635db;
  }

  .modal__wrap {
    padding: 40px 0 0 0;
  }

  .modal__wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .modal__content {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 35px 35px 0 0;
  }

  .btn-circle {
    width: 55px;
    height: 55px;
  }

  .card .tag:not(.tag--md):not(.tag--ghost) {
    font-size: 9px;
    height: 16px;
    line-height: 14px;
  }

  .tag--to-absolute {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .title:not(.title--preserve) {
    font-size: 32px;
  }

  .title:not(.title--preserve).title--1 {
    font-size: 32px !important;
  }

  .title:not(.title--preserve).title--2 {
    font-size: 24px !important;
  }

  .title--to-2 {
    font-size: 32px !important;
  }

  .title--to-3 {
    font-size: 24px !important;
  }

  .title--multi {
    max-width: 100%;
    font-size: 24px !important;
  }

  .title--drop {
    font-size: 24px !important;
  }

  .suptitle--md {
    font-size: 20px;
  }

  .title--break {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title--break .title__icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .row--space > *:not(:last-child) {
    margin-bottom: 24px;
  }

  .edge-sm {
    width: 100vw !important;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-radius: 0 !important;
  }

  .edge-sm__inner {
    left: 0% !important;
  }

  .footer__list li {
    min-width: 50%;
  }

  .footer__list li:not(:last-child) {
    margin-right: 0;
  }

  .hub-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .hub {
    height: 160px;
    padding-top: 80px;
  }

  .hub .icon {
    top: 50px;
  }

  .hub {
    height: 160px;
  }

  .cards-list hr {
    display: none;
  }

  .card--big .card__body {
    padding: 24px !important;
  }

  .card--big .title {
    font-size: 24px !important;
  }

  .card--torow-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .card--torow-rev .thumb {
    margin-right: 0;
    margin-left: 20px;
  }

  .card--torow-rev .title {
    font-size: 18px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .card:not(.card--download) .card__wave {
    display: none;
  }

  .card--download .card__wave {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .card--download .tags-wrap {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .card--download .title {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .card--podcast .thumb {
    padding-bottom: -webkit-calc(9/16 * 100%) !important;
    padding-bottom: 56.25% !important;
  }

  .card--lg .card__body {
    min-height: 0;
    margin: -60px 20px 0 10px;
    padding: 20px;
  }

  .card--lg .title {
    font-size: 24px !important;
  }

  .card--event {
    position: relative;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .card--event .title {
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px;
  }

  .card--event .flex--to-col {
    margin-bottom: 10px;
  }

  .card--event .flex--to-col .card__item {
    margin-bottom: 0;
  }

  .card--event > .btn {
    margin-left: 0;
    width: 100%;
    margin-top: 16px;
  }

  .card__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
  }

  .card__date strong {
    font-size: 24px !important;
  }

  .card--edtech .card__carousel {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .card--edtech {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card--edtech .title {
    text-align: center;
  }

  .card--edtech .tags-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .card--edtech .card__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--edtech .card__carousel {
    padding: 30px 0 0;
  }

  .card--edtech .card__wave {
    display: block !important;
  }

  .card--edtech .title--5,
.card--edtech .list {
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }

  .card--max .card__body {
    padding: 30px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--job.card--hero .card__posted {
    position: static;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .card--torow,
.card--torowrev,
.card--row,
.card--row-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card--torow:not(:last-child),
.card--torowrev:not(:last-child),
.card--row:not(:last-child),
.card--row-rev:not(:last-child) {
    margin-bottom: 24px;
  }

  .card--torow .thumb:not(.thumb--preserve),
.card--torowrev .thumb:not(.thumb--preserve),
.card--row .thumb:not(.thumb--preserve),
.card--row-rev .thumb:not(.thumb--preserve) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px !important;
    height: 100px;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .card--torow.card--sm .thumb:not(.thumb--preserve),
.card--torowrev.card--sm .thumb:not(.thumb--preserve),
.card--row.card--sm .thumb:not(.thumb--preserve),
.card--row-rev.card--sm .thumb:not(.thumb--preserve) {
    width: 80px !important;
    height: 80px !important;
  }

  .card--torow .title,
.card--torowrev .title,
.card--row .title,
.card--row-rev .title {
    font-size: 18px !important;
  }

  .card--torow .tags-wrap:first-child,
.card--torowrev .tags-wrap:first-child,
.card--row .tags-wrap:first-child,
.card--row-rev .tags-wrap:first-child {
    margin-bottom: 15px;
  }

  .card--torow .card__author,
.card--torowrev .card__author,
.card--row .card__author {
    display: none;
  }

  .card--torowrev, .card--torow-rev,
.card--torowrevrev,
.card--torowrev-rev,
.card--rowrev,
.card--row-rev,
.card--row-revrev,
.card--row-rev-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .card--torowrev .thumb, .card--torow-rev .thumb,
.card--torowrevrev .thumb,
.card--torowrev-rev .thumb,
.card--rowrev .thumb,
.card--row-rev .thumb,
.card--row-revrev .thumb,
.card--row-rev-rev .thumb {
    margin-right: 0 !important;
    margin-left: 20px;
  }

  .card--podcast-hero .card__thumb {
    margin: 40px 0 -20px;
  }

  .card--box.card--row .btn {
    position: static;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 20px;
    margin-bottom: -30px;
    margin-right: -20px;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .card--box.card--hero .card__body {
    padding: 40px 30px;
  }

  .card--box.card--hero .title {
    font-size: 32px;
    margin-bottom: 15px !important;
  }

  .card--box.card--hero.card--job .card__body {
    padding: 24px;
  }

  .card--to-col,
.card--to-col-rev {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center;
    margin-bottom: 24px;
  }
  .card--to-col a.thumb--circle,
.card--to-col-rev a.thumb--circle {
    margin-left: 0 !important;
  }
  .card--to-col .card__body,
.card--to-col-rev .card__body {
    padding-left: 20px !important;
  }

  .card--to-col .card__body,
.card--to-col-rev .card__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--to-col .card__wave,
.card--to-col-rev .card__wave {
    display: block !important;
  }

  .card--to-col-rev {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .card--to-col,
.card--to-col-rev {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
  }
  .card--to-col .card__body,
.card--to-col-rev .card__body {
    align-items: center;
  }
  .card--to-col .card__wave,
.card--to-col-rev .card__wave {
    display: block !important;
  }

  .card--to-col-rev {
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 768px) {
  .card--story .thumb:not(.thumb--circle),
.card--guide .thumb:not(.thumb--circle),
.card--download .thumb:not(.thumb--circle) {
    padding-bottom: -webkit-calc(3/4 * 100%);
    padding-bottom: 75%;
  }
}
@media (max-width: 768px) {
  .section--hubs .carousel:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .carousel--hubs {
    padding-right: 5px;
    padding-left: 5px;
    margin: -15px;
  }
}
@media (max-width: 768px) {
  .carousel--hubs .slick-list {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .carousel--hubs .hub {
    height: 160px;
  }
}
@media (max-width: 768px) {
  .carousel--hubs .slick-slide {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .carousel--trending {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .carousel--trending .title {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .carousel--trending .card__author {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel--cpd .slick-dots {
    top: 100%;
    right: 50%;
    margin-top: 15px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (max-width: 768px) {
  .carousel--cpd .card .card__body {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .carousel--packs .row.row--xs {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel--packs .card .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .carousel--packs .card p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .carousel--packs .card .card__item {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .carousel--packs .slick-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel--webinars .slick-dots {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .link-list {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .list-icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .article .list-check {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .box {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .box .title:not([class*="--to"]) {
    font-size: 24px !important;
  }
}
@media (max-width: 768px) {
  .box--lg {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .box--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .box--row p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .box__explore {
    max-width: -webkit-calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-top: 30px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
@media (max-width: 768px) {
  .gridded {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .gridded--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .gridded__banner {
    grid-column: 2/span 1;
  }
}
@media (max-width: 768px) {
  .hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 768px) {
  .hero__content {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .hero__content--text {
    font-size: 18px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .hero__content--text .title {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}
@media (max-width: 768px) {
  .hero__content--text .profile {
    font-size: 14px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .hero__content--text .profile dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .hero__content--text .profile img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .hero--carousel {
    background-color: #7635db;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) and (min-width: 762px) {
  .hero--carousel .hero__content--text {
    max-width: calc(100% - 600px);
  }
}
@media (max-width: 768px) {
  .hero--carousel .carousel:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .hero--to-col {
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .hero--to-col .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .hero--to-col .profile {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero--to-col .hero__content {
    width: 100vw;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
  .hero--to-col .hero__cover {
    margin: 0;
    padding: 0;
    padding-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .hero--to-col .card {
    width: 100% !important;
    margin: -140px 16px 0;
  }
}
@media (max-width: 768px) {
  .hero--give .hero__content {
    padding: 20px 20px 140px;
  }
}
@media (max-width: 768px) {
  .hero--give .hero__content + * {
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .hero--give .carousel {
    width: -webkit-calc(100% - 32px);
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (max-width: 768px) {
  .hero--give .carousel .slick-dots {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero--give .carousel .slick-arrow {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .profile--to-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .profile--to-col img {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .profile--to-col dl {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .profile--shrink img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .filters-float:not(.filters-float--sm) .btn--wide {
    width: 55px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .filters-float:not(.filters-float--sm) .btn--wide span {
    display: none;
  }
}
@media (max-width: 768px) {
  .filters-float:not(.filters-float--sm) .btn--wide .icon {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .filters .btn--primary {
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  .filters__group {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .filters__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .results__bar .btn--ghost span {
    display: none;
  }
}
@media (max-width: 768px) {
  .results__bar .btn--ghost .icon {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .faq {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .inside-wrap {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 768px) {
  .inside {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .inside:not(.inside--preserve) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .inside--preserve .inside__info {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .inside__name {
    color: #000000 !important;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: -4px;
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .inside--preserve .inside__name {
    margin-top: 0;
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .inside__pdf {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .inside__pdf span {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .inside__pdf .icon {
    width: 28px;
    height: 36px;
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  .inside__content {
    margin-top: -20px;
  }
}
@media (max-width: 768px) {
  .inside--preserve .inside__content {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .inside__content p {
    font-size: 18px !important;
  }
}
@media (max-width: 768px) {
  .inside__title {
    padding-left: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .article .checkbox p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .article__img + .article__action {
    border-top: 0;
    margin-top: -40px;
  }
}
@media (max-width: 768px) {
  .brick__top {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .brick__bottom {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .transcript {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .transcript__body strong {
    display: none;
  }
}
@media (max-width: 768px) {
  .jumbo {
    padding-top: 20px;
    min-height: 460px;
  }
}
@media (max-width: 768px) {
  .jumbo__bgr {
    height: 460px;
    background-position: 75% 0;
  }
}
@media (max-width: 768px) {
  .jumbo__header {
    margin-bottom: 180px;
  }
}
@media (max-width: 768px) {
  .jumbo__logo {
    max-height: 75px;
  }
}
@media (max-width: 768px) {
  .text-to-center {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hide-sm {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .m-sm-0 {
    margin: 0px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-1 {
    margin: 10px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-2 {
    margin: 20px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-3 {
    margin: 30px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-4 {
    margin: 40px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-5 {
    margin: 50px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-6 {
    margin: 60px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-7 {
    margin: 70px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-8 {
    margin: 80px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-9 {
    margin: 90px !important;
  }
}
@media (max-width: 768px) {
  .m-sm-10 {
    margin: 100px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-1 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-2 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-3 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-4 {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-5 {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-6 {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-7 {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-8 {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-9 {
    margin-bottom: 90px !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-10 {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-0 {
    margin-top: 0px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-1 {
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-2 {
    margin-top: 20px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-3 {
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-4 {
    margin-top: 40px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-5 {
    margin-top: 50px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-6 {
    margin-top: 60px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-7 {
    margin-top: 70px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-8 {
    margin-top: 80px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-9 {
    margin-top: 90px !important;
  }
}
@media (max-width: 768px) {
  .mt-sm-10 {
    margin-top: 100px !important;
  }
}
@media (max-width: 768px) {
  .flex--to-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .modal__body--full .form {
    max-width: 100%;
  }

  .row--grid > * {
    margin-bottom: 20px;
  }

  .socials--share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .socials--share .socials__label {
    display: none;
  }

  .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hub__title {
    font-size: 18px;
  }

  .card--pack.card--hero .card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .card--pack.card--hero .card__item dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--pack.card--hero .card__item dd {
    font-size: 18px !important;
  }

  .card--pack.card--hero .card__body {
    padding: 24px !important;
  }

  .card--podcast-hero .card__thumb {
    width: 150px;
  }

  .card--podcast-author.card--hero .card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .card--podcast-author.card--hero .card__item dl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card--podcast-author.card--hero .card__item dt {
    font-size: 12px !important;
  }

  .card--podcast-author.card--hero .card__item dd {
    font-size: 18px !important;
  }

  .card--podcast-author.card--hero .card__item .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
  }

  .card--podcast-author.card--hero .row {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .card--podcast-author.card--hero .card__body {
    padding: 24px !important;
  }

  .slick-dots button {
    width: 9px;
    height: 9px;
  }

  .carousel--cpd .slick-arrow {
    display: none !important;
  }

  .carousel--magazine {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .carousel--magazine + .btn--brick {
    width: 100%;
    max-width: 200px;
  }

  .list-icons {
    grid-template-columns: repeat(1, 1fr);
  }

  .list-icons--grid:not(:last-child) {
    margin-bottom: 40px;
  }

  .gridded {
    grid-template-columns: repeat(1, 1fr);
  }

  .gridded--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gridded__banner {
    grid-column: 1/span 1;
    grid-row: 8/span 1;
  }

  .hero--to-col .hero__cover--podcast img {
    width: 200px;
  }

  .filters-mob .modal-trigger {
    width: 100%;
  }

  .article .list-caret {
    font-size: 18px;
  }

  .brick > .btn--brick {
    top: 10px;
    right: 10px;
  }

  .brick p,
.brick [class^=list-] {
    font-size: 18px;
  }

  .brick .thumb--circle {
    width: 100px !important;
    height: 100px !important;
  }

  .brick .thumb--circle img {
    width: 100px;
    height: 100px;
  }

  .brick__label {
    min-width: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .player {
    margin: 0;
    padding-top: 60px;
    position: relative;
  }

  .player .btn-circle {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }

  .player__action .btn-clean .icon {
    width: 24px;
    height: 24px;
  }

  .brands {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .brands img {
    justify-self: center;
  }

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

  .xs-full {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100px;
    min-width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .card--download .title {
    text-align: center;
    font-size: 20px;
  }

  .subject-hub .btn-wrap--center {
    margin: 20px 0;
  }

  .d-md-flex {
    display: flex;
  }

  .d-md-none {
    display: none;
  }

  .row--space-md > *:not(:last-child) {
    margin-bottom: 24px;
  }

  .row--space-md > * .card + .card {
    margin-top: 24px;
  }

  .hub-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .card--magazine .card__lead {
    margin-bottom: 0 !important;
  }

  .card--podcast-hero .card__thumb {
    width: 250px;
  }

  .carousel--packs .slick-list {
    padding-right: 50px;
  }

  .carousel--packs .thumb {
    padding-bottom: -webkit-calc(3/4 * 100%);
    padding-bottom: 75%;
  }

  .box .title br {
    display: none;
  }

  .gridded {
    grid-template-columns: repeat(3, 1fr);
  }

  .gridded--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .gridded__banner {
    grid-column: 3/span 1;
  }

  .hero .carousel--cpd,
.hero .card--hero {
    width: 400px;
  }
}
@media (max-width: 1400px) {
  .header > .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 64px;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header--clean .container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .header--clean img {
    width: 180px;
  }

  .header__logo {
    margin-right: 0;
  }

  .header__main {
    padding: 20px 20px 40px;
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #191238;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
  }

  .mobile-on .header__main {
    opacity: 1;
    visibility: visible;
  }

  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
  }

  .header__nav a {
    color: #ffffff !important;
    font-size: 32px;
  }

  .header__nav a[data-menu]::after {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    color: #ffffff;
  }

  .header__nav a[data-menu]::before {
    display: none;
  }

  .header__right {
    margin: 0 0 40px;
  }

  .header__right > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu {
    padding-bottom: 40px;
    z-index: 1000;
    top: 64px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .menu .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu .container > * {
    max-width: 100%;
  }

  .menu.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .menu__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 20px;
  }

  .menu__links li {
    min-width: 0;
  }

  .menu__hubs {
    display: none;
  }

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

  .panel__trending {
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) {
  .header__logo img {
    width: 190px;
  }

  .header__nav > *:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .hero .carousel--cpd,
.hero .card--hero {
    width: 500px;
  }

  .filters-float {
    padding-right: 0;
    padding-left: 0;
  }

  .filters {
    padding: 20px;
  }

  .filters__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filters__input {
    margin-left: 0;
  }

  .filters__drop:not(:last-child) {
    margin-right: 10px;
  }

  .filters__drop .dropdown__trigger span {
    padding-left: 0;
  }

  .filters__drop {
    width: 200px;
  }

  .hide-lg {
    display: none !important;
  }
}
/*# sourceMappingURL=b-responsive.css.map */
.news-filter-float {
  z-index: 97;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  padding-top: 30px;
}

.white--float {
  background: white;
}

.white--float {
  background: white;
}

.filter-buttons__mobile {
  width: 100%;
  max-width: 162px;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fff;
  font-family: "halyard-display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  margin: 5px;
  transition-duration: 2s;
  transition: ease-in-out;
}

.filter-buttons__mobile svg {
  margin: 0 0 -5px 7px;
}

.filter-buttons--container {
  display: none;
  justify-content: center;
  width: 100%;
  flex-wrap: flex;
}

.filter-buttons__mobile:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 3px #000000;
  box-shadow: 0 3px #000000;
}

.filter-modal--title {
  font-family: "halyard-display", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  color: #000000;
  text-align: left !important;
  padding-top: 20px;
}

.modal .filters {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.modal-hr {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 1186px) {
  .filters--static {
    display: none !important;
  }

  .filter-buttons--container {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .hero--carousel .carousel:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 25px;
    padding-left: 25px;
  }
}
#modal-filters .filter-form {
  border-bottom: 2px dotted #c7d0e1;
  display: flex;
  align-items: center;
  gap: 6px;
}
#modal-filters .filter-form:focus {
  border-bottom: 2px dotted #7635db;
}
#modal-filters .filter-form .filters__input {
  border-bottom: none;
}
#modal-filters .filter-form svg {
  color: #c7d0e1;
  margin-bottom: -7px;
}

.filters-mob {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-top: 24px;
  padding-bottom: 16px;
  margin-top: -40px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.filters-mob::before, .filters-mob::after {
  content: "";
  width: 100vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.filters-mob::before {
  height: 100%;
  top: 0;
  background-color: #fff;
}
.filters-mob::after {
  height: 20px;
  top: 100%;
  background: linear-gradient(0, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
@media (max-width: 560px) {
  .filters-mob .modal-trigger {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .filters-mob {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero--to-col {
    margin-top: -20px;
  }

  .hero--to-col .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero--to-col .profile {
    display: none;
  }

  .hero--to-col .hero__content {
    width: 100vw;
    margin-right: -15px;
    margin-left: -15px;
  }

  .hero--to-col .hero__cover {
    margin: 0;
    padding: 0;
    padding-bottom: 140px;
  }

  .hero--to-col .card {
    width: 100% !important;
    margin: -140px 16px 0;
  }
}
@media (max-width: 992px) {
  .gridded {
    grid-template-columns: repeat(3, 1fr);
  }

  .gridded--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .gridded {
    grid-template-columns: repeat(2, 1fr);
  }

  .gridded--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .gridded {
    grid-template-columns: repeat(1, 1fr);
  }

  .gridded--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gridded__banner {
  grid-column: 4/span 1;
  grid-row: 2/span 2;
}

@media (max-width: 992px) {
  .gridded__banner {
    grid-column: 3/span 1;
  }
}
@media (max-width: 768px) {
  .gridded__banner {
    grid-column: 2/span 1;
  }
}
@media (max-width: 560px) {
  .gridded__banner {
    grid-column: 1/span 1;
    grid-row: 8/span 1;
  }
}
.flex--unset {
  flex: unset !important;
}
@media (max-width: 768px) {
  .flex__order-md--1 {
    order: 1;
  }
  .flex__order-md--2 {
    order: 2;
  }
  .flex__order-md--3 {
    order: 3;
  }
  .flex__order-md--3 {
    order: 4;
  }
}
.flex__order--1 {
  order: 1;
}
.flex__order--2 {
  order: 2;
}
.flex__order--3 {
  order: 3;
}
.flex__order--3 {
  order: 4;
}

.w-110 {
  width: 110px !important;
}

@media (max-width: 768px) {
  #email-register-form {
    margin-top: 0;
  }
}

.hub--solid {
  padding-top: 15px !important;
  padding-bottom: 15px;
}
.hub--solid .hub__title {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
.hub--solid-primary {
  background-color: #7635db;
  border-color: #7635db;
}
.hub--solid-secondary {
  background-color: #2acdb6;
  border-color: #2acdb6;
}

.pb-0 {
  padding-bottom: 0px !important;
}

@media (max-width: 768px) {
  .w-md--unset {
    width: unset;
  }
}

@media (max-width: 768px) {
  .mw-md--unset {
    max-width: unset !important;
  }
}

@media (max-width: 768px) {
  .pt__md--0 {
    padding-top: 0px !important;
  }
}

@media (max-width: 991px) {
  .mb-lg--3 {
    margin-bottom: 30px !important;
  }
  .mb-lg--7 {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 768px) {
  .mb-md--3 {
    margin-bottom: 30px !important;
  }
  .mb-md--7 {
    margin-bottom: 70px !important;
  }
}

@media (max-width: 767px) {
  #email-register-form .form {
    max-width: 100%;
  }

  .card--resource-head {
    gap: 0;
  }
  .card--resource-head .card__body {
    padding-top: 10px;
  }
  .card--resource-head .btn--brick {
    display: none;
  }

  .single-list .card--pack .thumb {
    aspect-ratio: 3/2;
    padding-bottom: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .flex-md-col-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.w--100 {
  width: 100% !important;
}
@media (max-width: 768px) {
  .w-md--90 {
    width: 90%;
  }
  .w-md--95 {
    width: 95%;
  }
  .w-md--100 {
    width: 100%;
  }
}

.mh--unset {
  min-height: unset !important;
}
@media (max-width: 768px) {
  .mh-md--unset {
    min-height: unset !important;
  }
}

.trending-units .tags-wrap {
  margin-bottom: 0px !important;
}

@media (max-width: 786px) {
  .mob-pad {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .hub-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .hub-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 560px) {
  .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.thumb--preserve {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-icon-wrapper {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 8px;
  border: 1px solid #c7d0e1;
  border-radius: 50%;
  overflow: hidden;
}
.sponsor-icon-wrapper img {
  margin: 0;
  border: none;
  border-radius: 0;
  height: unset;
}
.sponsor-icon-wrapper.smallAuthor {
  max-width: 25px;
}
.sponsor-icon-wrapper.medAuthor {
  max-width: 50px;
}

.resource-filter {
  position: relative;
}
.resource-filter .dropdown__content {
  max-height: 400px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .resource-filter .dropdown__content {
    right: -45px;
    padding: 12px 14px;
    font-size: 16px;
  }
}
.resource-filter .dropdown__content a {
  min-height: 25px;
}
.resource-filter .dropdown--left {
  left: 0;
}
@media (max-width: 768px) {
  .resource-filter .dropdown--left {
    left: -15px;
  }
}

figure img {
  height: auto;
}

.terms {
  font-weight: 300;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #5F6778;
  padding: 0 10px;
}
.terms a {
  color: #5F6778 !important;
}
.terms a:hover {
  text-decoration: underline;
}

.homepage-newsletter {
  min-height: 650px;
}

@media (max-width: 769px) {
  .homepage-newsletter {
    min-height: unset;
  }
}
.wp-block-media-text img,
.product-verdict img {
  height: unset !important;
}

@media (max-width: 1400px) {
  .menu .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logged-in--nav {
    color: #fff !important;
    fill: #fff !important;
  }

  .logged-in::after {
    color: #fff !important;
  }

  .menu {
    padding-bottom: 40px;
    z-index: 1000;
    top: 64px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.complete::after {
  content: "";
  display: block;
  background-image: url(https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/new-build/images/Tick.png);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.password-tooltip {
  display: flex;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
  background-color: #6b7b9b;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 1;
}
.password-tooltip span {
  cursor: pointer;
}
.password-tooltip__message {
  display: none;
}
.password-tooltip:hover .password-tooltip__message, .password-tooltip:focus .password-tooltip__message {
  display: block;
  color: #000;
  width: 250px;
  position: absolute;
  top: 18px;
  right: 0;
  background: #fff;
  padding: 5px;
  border: 3px solid;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2117647059);
  text-align: center;
}

.wp-block-quote {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
.wp-block-quote::before {
  content: "";
  display: block;
  height: 100%;
  width: 4px;
  background: #7635db;
  position: absolute;
  left: -20px;
}
.wp-block-quote p {
  margin-bottom: 0 !important;
  font-weight: 300;
  font-size: 44px !important;
  line-height: 110%;
  letter-spacing: 0.02em;
}
.wp-block-quote cite {
  color: #191238;
  display: block;
  margin-top: 14px;
}

.single-entry-content .wp-block-image img {
  height: auto !important;
}

.card--column a {
  width: 330px;
  height: 330px;
  margin-right: 40px;
}
.card--column a img {
  width: 100%;
}
@media (max-width: 768px) {
  .card--column {
    display: flex;
    flex-direction: column !important;
  }
  .card--column a {
    width: 100% !important;
    height: 265px;
  }
  .card--column a img {
    max-width: unset;
  }
}
.card--column .card__body a {
  width: unset;
  height: unset;
}

.trip-planning-downloads {
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .trip-planning-downloads {
    flex-direction: row;
  }
}
.trip-planning-downloads__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 258px;
  padding: 42px 24px 84px;
  width: 100%;
  max-width: 345px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .trip-planning-downloads__column {
    height: 356px;
    max-width: 100%;
    padding: 42px 27px 56px 32px;
    margin-bottom: 20px;
  }
}
.trip-planning-downloads__column--yellow {
  background-color: #ffc549;
}
.trip-planning-downloads__column--secondary {
  background-color: #2acdb6;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--secondary {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--secondary .trip-planning-downloads__inner-column--left {
    width: 70%;
  }
}
.trip-planning-downloads__inner-column {
  position: relative;
}
.trip-planning-downloads__inner-column--left {
  width: 62%;
  height: 140px;
  margin-top: -12px;
}
@media (min-width: 768px) {
  .trip-planning-downloads__inner-column--left {
    height: fit-content;
    margin-top: 0;
  }
}
.trip-planning-downloads__inner-column--left .tag--ghost {
  height: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 10px;
  padding: 8px;
  border: 1px solid #000000;
  border-radius: 3px;
}
.trip-planning-downloads__inner-column--left h3 {
  line-height: 140%;
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .trip-planning-downloads__inner-column--left h3 {
    font-weight: 400;
    font-size: 44px;
    line-height: 110%;
    margin-bottom: 25px;
  }
}
.trip-planning-downloads__inner-column--left .tst-single-venue--wave {
  height: 16px;
}
.trip-planning-downloads__inner-column--left .tst-single-venue--wave .card__wave {
  display: none;
}
.trip-planning-downloads__inner-column--left .card__wave {
  fill: #000000;
  display: none;
}
@media (min-width: 768px) {
  .trip-planning-downloads__inner-column--left .card__wave {
    display: block;
    margin-bottom: 21px;
  }
}
.trip-planning-downloads__inner-column--left .btn--download {
  width: 300px;
  position: absolute;
  left: 0;
}
.trip-planning-downloads__inner-column--left .btn--download .icon {
  margin-top: -3px;
  margin-left: 5px;
}
.trip-planning-downloads__inner-column--right {
  width: 95px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .trip-planning-downloads__inner-column--right {
    width: 227px;
    padding-top: 0;
    transform: translateY(50px);
    -web-kit-transform: translateY(50px);
  }
}
.trip-planning-downloads__inner-column--right .tst-single-venue--image {
  width: 95px;
  height: 140px;
  margin: 0 auto;
}

/* Styling for single venue */
.trip-planning-downloads__column--200h {
  height: 260px;
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--200h {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--200h .trip-planning-downloads__inner-column--left {
    width: 75%;
    max-width: 420px;
  }
}
.trip-planning-downloads__column--200h .trip-planning-downloads__inner-column--left h3 {
  font-size: 24px;
  margin: 5px 0;
}
.trip-planning-downloads__column--200h .trip-planning-downloads__inner-column--left .btn--download {
  height: 45px !important;
  position: absolute;
  bottom: -40px;
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--200h .trip-planning-downloads__inner-column--left .btn--download {
    max-width: 275px;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.trip-planning-downloads__column--200h .trip-planning-downloads__inner-column--right {
  max-width: 165px;
  transform: translate(-10px, -10px);
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--200h .trip-planning-downloads__inner-column--right {
    width: 165px;
    height: fit-content;
    transform: translate(-10px, 30px);
  }
}
.trip-planning-downloads__column--200h .trip-planning-downloads__inner-column--right .tst-single-venue--image {
  width: 165px;
  height: 140px !important;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--200h .trip-planning-downloads__inner-column--right .tst-single-venue--image {
    width: 165px;
    height: fit-content !important;
    margin: 0 auto;
  }
}

/* Styling for Plan a Trips page */
@media (min-width: 768px) {
  .trip-planning-downloads__column--plan-trip {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 321px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--plan-trip .trip-planning-downloads__inner-column--left {
    width: 75%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--plan-trip .trip-planning-downloads__inner-column--left h3 {
    line-height: 140%;
  }
}
.trip-planning-downloads__column--plan-trip .trip-planning-downloads__inner-column--left .btn--download {
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--plan-trip .trip-planning-downloads__inner-column--left .btn--download {
    max-width: 275px;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--plan-trip .trip-planning-downloads__inner-column--right {
    width: 93px;
    height: 130px;
    transform: translate(0);
  }
}
@media (min-width: 768px) {
  .trip-planning-downloads__column--plan-trip .trip-planning-downloads__inner-column--right.mb-4 {
    margin-bottom: 0 !important;
  }
}

.container--archive-main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container--archive-main {
    max-width: 1380px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .container--archive {
    padding: 0;
  }
}

.section-tst-hero {
  padding: 15px 25px 25px 15px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
  height: 60vh;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .section-tst-hero {
    padding: 25px 25px 35px 25px;
    border-radius: 10px;
  }
}
.section-tst-hero--region {
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/TST/tst-test-bg-region-archive.jpg");
}
.section-tst-hero--type {
  background-image: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/TST/tst-test-bg-type-archive.jpg");
}
.section-tst-hero .card--tst-search {
  width: 100%;
  max-width: 453px;
  text-align: center;
  padding: 20px;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .section-tst-hero .card--tst-search {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 20px;
    height: fit-content;
  }
}
.section-tst-hero .card--tst-search__title {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .section-tst-hero .card--tst-search__title {
    font-size: 44px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.section-tst-hero .card--tst-search .card__body {
  width: 100%;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}
.section-tst-hero .card--tst-search .btn--purple {
  background: #7635DB;
  color: #ffffff;
  font-size: 18px;
  margin: 0 auto;
  align-items: center;
  border: none;
}
.section-tst-hero .card--tst-search .btn--purple .icon {
  fill: #ffffff;
  margin-right: 10px;
}
.section-tst-hero .card--tst-search form {
  display: none;
}
@media (min-width: 768px) {
  .section-tst-hero .card--tst-search form {
    display: none;
  }
}
.section-tst-hero .card--tst-search .form-fields {
  border: 2px solid #000000;
  padding: 0 10px;
  margin-top: 10px;
}
.section-tst-hero .card--tst-search .form-fields__label {
  display: inline-block;
  margin: 0;
}
.section-tst-hero .card--tst-search .form-fields__label--left {
  width: 73%;
  padding: 10px 0;
}
.section-tst-hero .card--tst-search .form-fields__label--left input {
  width: 95%;
}
.section-tst-hero .card--tst-search .form-fields__label--right {
  border-left: 1px solid #C7D0E1;
  padding-left: 10px;
  position: relative;
}
.section-tst-hero .card--tst-search .form-fields__label--right .form-fields__field {
  font-weight: 400;
}
.section-tst-hero .card--tst-search .form-fields__label--right select {
  background-image: none;
  -webkit-appearance: none;
  outline: none;
}
.section-tst-hero .card--tst-search .form-fields__label--right .icon-caret-down--select {
  position: absolute;
  top: -3px;
  right: -5px;
  width: 8px;
}
.section-tst-hero .card--tst-search .form-fields__field {
  border: none;
  font-size: 16px;
  font-weight: 200;
}

.tst-hero-home {
  position: relative;
  height: 560px;
  overflow-y: hidden;
}
@media screen and (max-width: 768px) {
  .tst-hero-home__card--button {
    margin-top: -5px;
  }
}
@media (max-width: 768px) {
  .tst-hero-home__carousel .slider-item:not(:first-child) {
    display: none;
  }
}
.tst-hero-home__image {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 560px;
  position: relative;
}
.tst-hero-home__inner {
  position: relative;
  height: 560px;
}
.tst-hero-home__inner .slider-item img {
  width: 100%;
}
.tst-hero-home__inner .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.tst-hero-home__inner .slick-dots button {
  background-color: rgba(255, 255, 255, 0.5);
}
.tst-hero-home__inner .slick-dots .slick-active button {
  background-color: #ffffff;
}
.tst-hero-home__inner .slider-info-wrapper {
  position: absolute;
  right: 20px;
  bottom: 0;
}
.tst-hero-home__inner .slider-item-info {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 30px 15px 15px;
}
.tst-hero-home__inner .slider-item-info .slider-item-title {
  color: #000000;
  font-weight: 400;
  text-decoration: underline;
}
.tst-hero-home__inner .slider-controls {
  position: absolute;
  top: -36px;
  right: 0;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
}
.tst-hero-home__inner .slider-controls .slick-arrow--prev {
  left: 0;
  background: none;
}
.tst-hero-home__inner .slider-controls .slick-arrow--next {
  right: 0;
  background: none;
}
.tst-hero-home__inner .slider-controls .slick-arrow {
  border-radius: 0;
  border: none !important;
  position: relative;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tst-hero-home__inner .slider-controls .slick-arrow .icon {
  fill: #000000;
}
.tst-hero-home__location {
  height: 53px;
  padding-right: 0;
}
.tst-hero-home__location input {
  height: 30px !important;
  border: none;
  width: 100%;
  border-right: 1px solid #C7D0E1;
  outline: none;
  font-weight: 300;
}
.tst-hero-home__location select {
  width: 140px;
  border: none;
  outline: none;
  margin-left: 10px;
}
.tst-hero-home__location select:before {
  content: "|";
  height: 40px;
  width: 1px;
}
.tst-hero-home__results input:focus + .tst-results {
  display: block;
}
.tst-hero-home__results .tst-results:hover {
  display: block;
}
.tst-hero-home__card {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: auto;
  max-width: 450px;
}
@media (max-width: 768px) {
  .tst-hero-home__card {
    max-width: unset;
    width: 88%;
    top: 75%;
  }
}
.tst-hero-home__card--button {
  background: #7635DB;
  border-radius: 73px;
  padding: 12px 15px;
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .tst-hero-home__card--button {
    display: block;
  }
}
.tst-hero-home__card--button span {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}
.tst-hero-home__card--button svg {
  fill: #ffffff;
}
.tst-hero-home__card--padding {
  padding: 30px;
}
.tst-hero-home__card h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tst-hero-home__card h2 {
    font-size: 24px;
  }
}
.tst-hero-home__card svg {
  width: 18px !important;
  height: 18px !important;
  margin-right: 10px;
  margin-right: 10px;
  position: unset !important;
  margin-top: 15px;
}
.tst-hero-home__card form {
  width: 100%;
}
.tst-hero-home__card form span {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}
.tst-hero-home__card form input {
  height: 53px;
  line-height: 60px;
}
.tst-hero-home__card form button {
  height: 60px;
  margin-top: 10px;
}
.tst-hero-home__card form button span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.tst-hero-home__controls {
  position: absolute;
  bottom: 0;
  right: 0;
}
.tst-hero-home__controls a {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}
.tst-hero-home__controls a:hover {
  color: #7635db;
}
.tst-hero-home__controls--background {
  background: #fff;
  opacity: 0.9;
  border-radius: 3px 0;
  width: 320px;
  padding: 15px 20px;
}
.tst-hero-home__controls--tag {
  border: 1px solid #6B7B9B;
  border-radius: 5px;
  padding: 2px 6px;
  font-weight: 700 !important;
  font-size: 10px !important;
  line-height: 14px !important;
  color: #6B7B9B !important;
  margin-right: 5px;
}

.tst-hero-venue {
  position: relative;
}
.tst-hero-venue__image {
  background-size: cover;
  width: 100%;
  height: 650px;
}
.tst-hero-venue__image--absolute {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.tst-hero-venue__heading {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tst-hero-venue__heading span {
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  color: #7635DB;
  position: relative;
}
.tst-hero-venue__heading span:after {
  content: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/TST/underline-long.png");
}
@media (max-width: 768px) {
  .tst-hero-venue__heading span {
    font-size: 32px;
  }
  .tst-hero-venue__heading span:after {
    content: url("https://s3.eu-west-2.amazonaws.com/www.teachwire.net-assets-am-prod/TST/underline-short.png") !important;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
  }
}
.tst-hero-venue__heading button span:after,
.tst-hero-venue__heading .btn span:after {
  content: "";
}
.tst-hero-venue__heading svg {
  width: 26px;
  height: 34px;
  fill: #7635DB;
}

.tst-cards-large {
  position: relative;
  border: 1px solid #C7D0E1;
  border-radius: 0 0 3px 3px;
}
.tst-cards-large .text-elipsis {
  margin-bottom: 10px;
}
.tst-cards-large__body {
  padding: 20px 20px 30px;
}
.tst-cards-large__image {
  background-size: cover;
  width: 100%;
  height: 300px;
}
@media (max-width: 768px) {
  .tst-cards-large__image {
    height: 186px;
  }
}
.tst-cards-large.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
  width: 420px;
}
@media (max-width: 768px) {
  .tst-cards-large.slick-slide {
    width: 260px;
  }
}
.tst-cards-large h3 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  margin: 5px 0;
}
.tst-cards-large span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6B7B9B;
}
.tst-cards-large p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.tst-cards-large__favourite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFFFFF;
  border: 1px solid #6B7B9B;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  display: none;
}
.tst-cards-large__favourite svg {
  width: 12px;
  height: 11px;
}
.tst-cards-large__tag {
  padding: 2px 6px;
  background: #E7ECF5;
  border-radius: 5px;
  color: #000000 !important;
  display: flex;
  align-items: center;
  font-size: 10px !important;
}
.tst-cards-large__tag:first-child {
  margin-left: 0;
}
.tst-cards-large__tag svg {
  fill: #000000 !important;
  margin-right: 5px;
}
.tst-cards-large .tags-wrap {
  justify-content: flex-start;
}

.tst-cards-type .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
  padding: 0 10px;
  text-align: center;
  width: 200;
}
@media (max-width: 768px) {
  .tst-cards-type .slick-slide {
    width: 150px;
    height: 280px;
  }
}
.tst-cards-type .slick-list {
  padding-bottom: 10px;
}
.tst-cards-type__link {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  width: 100%;
  max-width: 200px;
  height: 280px;
}
.tst-cards-type__image {
  border: 3px solid #000000;
  border-radius: 3px;
  width: 100%;
  max-width: 200px;
  height: 280px;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  transition: 0.2s;
  padding: 20px 10px 0;
}
.tst-cards-type__image:hover {
  box-shadow: 10px 10px #7635db;
}
.tst-cards-type__image a {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  margin-top: 20px;
}
.tst-cards-type__image span {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.tst-cards-unit {
  width: 100%;
  max-width: 313px;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .tst-cards-unit {
    max-width: unset;
  }
}
.tst-cards-unit__favourite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFFFFF;
  border: 1px solid #6B7B9B;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.tst-cards-unit__favourite svg {
  width: 12px;
  height: 11px;
}
.tst-cards-unit__image {
  border-radius: 3px;
  width: 100%;
  max-width: 313px;
  height: 200px;
  background-size: cover;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .tst-cards-unit__image {
    max-width: unset;
  }
}
.tst-cards-unit h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin: 0;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .tst-cards-unit h3 {
    font-size: 18px;
  }
}
.tst-cards-unit span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6B7B9B;
}
.tst-cards-unit__tag {
  padding: 2px 6px;
  background: #E7ECF5;
  border-radius: 5px;
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 10px !important;
}
.tst-cards-unit__tag svg {
  fill: #000000 !important;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .tst-cards-unit__tag svg {
    width: 16px;
    height: 15px;
  }
}
.tst-cards-unit .tags-wrap {
  justify-content: flex-start;
}

.tst-cards-region {
  flex: 1 0 25%;
  min-width: 300px;
}
.tst-cards-region__image {
  width: 100%;
  max-width: 70px;
  height: 70px;
  margin-right: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.tst-cards-region__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tst-cards-region a {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 768px) {
  .tst-cards-region a {
    font-size: 20px;
  }
}
.tst-cards-region span {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6B7B9B;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tst-cards-region span {
    font-size: 12px;
  }
}

.tst-cards-map {
  position: relative;
  border-top: 4px solid #000000;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  max-width: 267px;
  background: #ffffff;
}
@media (max-width: 991px) {
  .tst-cards-map {
    max-width: unset;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 991px) {
  .tst-cards-map {
    border: 4px solid #000000;
  }
}
.tst-cards-map__body {
  padding: 10px 20px 20px;
}
.tst-cards-map__image {
  background-size: cover;
  width: 100%;
  height: 170px;
}
@media (max-width: 991px) {
  .tst-cards-map__image {
    min-width: 80px;
    height: 80px;
    margin: 20px;
    border-radius: 3px;
    width: 80px;
    background-position: center;
  }
}
.tst-cards-map h3 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  margin: 5px 0;
}
.tst-cards-map p {
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.tst-cards-map__favourite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FFFFFF;
  border: 1px solid #6B7B9B;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.tst-cards-map__favourite svg {
  width: 12px;
  height: 11px;
}

.tst-trending-cards__image {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .tst-trending-cards__image {
    width: 260px;
    height: 150px;
  }
}
.tst-trending-cards span {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6B7B9B;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tst-trending-cards span {
    font-size: 12px;
  }
}
.tst-trending-cards h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: 0 0 5px 0;
}
.tst-trending-cards .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.tst-trending-cards .slick-list {
  padding-bottom: 15px;
}

.card__body__logo {
  width: 235px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.tst-companies {
  width: 100%;
  max-width: 995px;
  display: flex;
  border: 4px solid #000000;
  border-radius: 3px;
  margin-bottom: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .tst-companies {
    flex-direction: column;
    margin-bottom: 10px;
    min-height: 550px;
  }
  .tst-companies p {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .tst-companies {
    min-height: 480px;
    max-height: fit-content;
  }
}
@media (max-width: 600px) {
  .tst-companies {
    min-height: 400px;
  }
}
.tst-companies__image-wrapper {
  width: 100%;
  max-width: 330px;
}
@media (max-width: 991px) {
  .tst-companies__image-wrapper {
    max-width: 100%;
  }
}
.tst-companies__more {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #000000;
  padding: 12px 15px;
  border-radius: 3px 0 0 0;
  width: 200px;
  text-align: center;
}
.tst-companies__more span {
  color: #ffffff !important;
  font-size: 16px !important;
}
.tst-companies__more svg {
  height: 14px;
  fill: #ffffff;
}
.tst-companies__tag {
  padding: 2px 13px;
  background: #FFC549;
  border-radius: 33px;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000 !important;
}
.tst-companies__tag--top {
  position: absolute;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 0;
  right: 0;
  width: fit-content;
  top: -7%;
}
.tst-companies__carousel {
  width: 100% !important;
  height: 100%;
}
@media (max-width: 991px) {
  .tst-companies__carousel {
    width: 330px;
    height: 100%;
  }
}
.tst-companies__carousel .slick-dots {
  position: absolute;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.tst-companies__carousel .slick-dots .slick-active button {
  background: rgba(255, 255, 255, 0.5);
}
.tst-companies__filter-buttons .btn {
  border: none !important;
}
.tst-companies__filter-buttons .btn-back {
  background: #E7ECF5;
  border: 1px solid #E7ECF5;
  border-radius: 5px;
  width: fit-content;
  height: 30px;
}
.tst-companies__filter-buttons .btn-back span {
  font-size: 13px;
  color: #5f6778 !important;
  height: 30px;
}
@media (max-width: 991px) {
  .tst-companies__filter-buttons .btn-back span {
    height: unset;
  }
}
.tst-companies__filter-buttons .btn-back svg {
  fill: #A9B8D3;
}
.tst-companies__filter-buttons button {
  border: 2px solid #000000 !important;
  border-radius: 5px;
  padding: 10px 15px;
  width: 100%;
  background: white;
}
.tst-companies__filter-buttons button:first-of-type {
  margin-right: 10px;
}
.tst-companies__filter-buttons button svg {
  fill: #000000;
  margin-left: 5px;
}
.tst-companies__filter-buttons span {
  color: #ffffff !important;
}
.tst-companies__filter-buttons--sticky {
  position: fixed;
  top: 0;
  left: inherit;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 4px 11px rgba(42, 45, 51, 0.12);
}
.tst-companies__results {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: flex-end;
  max-width: 995px;
  width: 100%;
}
@media (max-width: 991px) {
  .tst-companies__results {
    flex-direction: column-reverse;
    align-items: baseline;
    margin-bottom: 15px;
  }
}
.tst-companies__results--clear {
  font-size: 16px;
  line-height: 22px;
  color: #6B7B9B;
  font-weight: 500;
  margin-left: 20px;
  width: fit-content;
  white-space: nowrap;
}
.tst-companies__results--clear:hover {
  cursor: pointer;
}
.tst-companies__results ul {
  list-style: none;
  display: flex;
  margin-top: 20px;
  padding: 0;
}
.tst-companies__results ul li {
  background: #FFFFFF;
  border: 2px solid #000000;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  margin-right: 10px;
}
.tst-companies__results ul li svg {
  margin-left: 10px;
}
.tst-companies__results h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 991px) {
  .tst-companies__results h3 {
    font-size: 20px;
  }
}
.tst-companies__results h3 span {
  color: #7635DB;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .tst-companies__results h3 span {
    font-size: 20px;
  }
}
.tst-companies__results span {
  font-size: 14px;
  line-height: 19px;
  color: #6B7B9B;
}
.tst-companies__results .btn span {
  color: #000000;
}
.tst-companies__results .btn--disabled {
  border: 2px solid #c7d0e1;
  border-radius: 73px;
  color: #c7d0e1;
  background: #ffffff;
}
.tst-companies__results .btn--disabled span {
  color: #c7d0e1;
}
.tst-companies__results select {
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
}
.tst-companies__price {
  margin-top: auto;
  padding: 20px 0;
  width: 100%;
  max-width: 180px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .tst-companies__price {
    flex-direction: row;
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: left;
    max-width: unset;
    align-items: end;
    min-height: 100px;
  }
  .tst-companies__price .btn {
    max-width: 160px;
  }
}
.tst-companies__price span {
  font-weight: 300;
  font-size: 13px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #6B7B9B;
}
@media (max-width: 991px) {
  .tst-companies__price span {
    font-size: 12px;
  }
}
.tst-companies__price h3 {
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: 110% !important;
  color: #000000;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .tst-companies__price h3 {
    line-height: 1 !important;
  }
}
.tst-companies__price h4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.02em;
  margin: 0;
}
.tst-companies__price a span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.tst-companies__image {
  width: 100%;
  height: 100%;
  max-width: 330px;
  position: relative;
}
@media (max-width: 991px) {
  .tst-companies__image {
    width: 100% !important;
    max-width: 100%;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .tst-companies__image {
    min-height: 180px;
    height: 180px;
  }
}
@media (max-width: 600px) {
  .tst-companies__image {
    min-height: 150px;
    height: 150px;
  }
}
.tst-companies__body {
  padding: 20px;
  min-width: 390px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
}
.tst-companies__body span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6B7B9B;
  display: block;
}
@media (max-width: 991px) {
  .tst-companies__body span {
    font-weight: 300;
  }
}
@media (max-width: 991px) {
  .tst-companies__body {
    padding: 10px 20px 10px;
    min-width: 100%;
    max-width: 100%;
  }
  .tst-companies__body--flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
  }
  .tst-companies__body .tags-wrap {
    justify-content: flex-start;
  }
}
.tst-companies h3 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  margin: 5px 0;
}
@media (max-width: 728px) {
  .tst-companies h3 {
    font-size: 20px;
  }
}
.tst-companies p {
  font-size: 16px !important;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.tst-companies .tst-directory-image {
  width: 100%;
  max-width: 330px;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .tst-companies .tst-directory-image {
    max-width: 100%;
    height: 150px;
  }
}
.tst-companies .tst-directory-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .tst-filter {
    z-index: 9999;
  }
}
.tst-filter--sidebar {
  width: 95%;
  min-height: 150px !important;
  margin: 20px auto;
}
.tst-filter--sidebar .tst-filter__card {
  border: 4px solid #000000;
  border-radius: 5px;
  padding: 15px;
}
.tst-filter--sidebar .tst-filter__card h2 {
  font-size: 24px;
}
.tst-filter--sidebar .tst-filter__card .tst-hero-home__card--button {
  width: 270px;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .tst-filter .modal {
    display: contents;
  }
  .tst-filter .modal__content {
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .tst-filter .modal__wrap {
    padding: 0;
    align-items: flex-start !important;
  }
}
.tst-filter--desktop {
  width: 100%;
  max-width: 305px;
  margin-right: 20px;
  min-height: 355px;
  padding: 0 !important;
  margin-right: 0;
  display: flex;
  align-items: flex-start;
}
.tst-filter__divider {
  border: 1px solid #E5E5E5;
  margin: 20px 0;
}
.tst-filter__radio {
  background: #E7ECF5;
  border-radius: 80px;
  padding: 4px;
  display: flex;
  width: fit-content;
  margin-bottom: 10px;
}
.tst-filter__radio input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.tst-filter__radio input[type=radio]:checked + label {
  background: #FFFFFF;
}
.tst-filter__radio label {
  display: inline-block;
  border-radius: 73px;
  padding: 5px 0px;
  font-weight: 500 !important;
  font-size: 14px !important;
  width: 90px;
  height: 30px;
  margin-left: 0 !important;
  text-align: center;
}
@media (max-width: 991px) {
  .tst-filter__location {
    margin-bottom: 20px;
  }
}
.tst-filter__location input {
  height: 30px !important;
  border: none;
  width: 100%;
  border-right: 1px solid #C7D0E1;
  outline: none;
  font-weight: 300;
}
@media (max-width: 991px) {
  .tst-filter__location input {
    border-right: none;
  }
}
.tst-filter__location select {
  width: 140px;
  border: none;
  outline: none;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .tst-filter__location select {
    width: 100%;
  }
}
.tst-filter__location select:before {
  content: "|";
  height: 40px;
  width: 1px;
}
@media (max-width: 991px) {
  .tst-filter__location select:before {
    content: "";
  }
}
@media (min-width: 991px) {
  .tst-filter__card {
    border: 4px solid #000000 !important;
    border-radius: 5px;
    padding: 22px !important;
  }
}
.tst-filter__card--button {
  background: #7635DB;
  border-radius: 73px;
  padding: 12px 15px;
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .tst-filter__card--button {
    display: block;
  }
}
.tst-filter__card--button span {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}
.tst-filter__card--button svg {
  fill: #ffffff;
}
.tst-filter__card--padding {
  padding: 30px;
}
.tst-filter__card h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .tst-filter__card h2 {
    font-size: 32px;
  }
}
.tst-filter__card svg {
  width: 13px;
  height: 16px;
  margin-right: 10px;
}
.tst-filter__card form {
  width: 100%;
  margin-bottom: 0;
}
.tst-filter__card form span {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
}
.tst-filter__card form input {
  height: 42px;
  line-height: 60px;
}
.tst-filter__card form button span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.tst-filter__card .form__label {
  font-size: 16px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .tst-filter__card .form__label {
    font-size: 24px;
  }
}
.tst-filter__reset {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: baseline;
}
.tst-filter__reset h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.tst-filter__reset button {
  border: 2px solid #6B7B9B;
  border-radius: 73px;
  color: #6B7B9B;
}
@media (max-width: 991px) {
  .tst-filter__reset button span {
    color: #ffffff;
  }
}
.tst-filter__reset svg {
  width: 12px !important;
  height: 12px !important;
}
@media (max-width: 991px) {
  .tst-filter__reset svg {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .tst-filter__reset span {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #6B7B9B;
  }
}
.tst-filter__choices h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 10px;
}
.tst-filter__choices svg {
  width: 14px;
}
.tst-filter__choices ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
.tst-filter__choices ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.tst-filter__choices ul a {
  color: #00ACEE;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
  margin-top: 5px;
}
.tst-filter__choices ul input[type=checkbox] {
  width: 18px;
  height: 18px;
}
.tst-filter__choices ul input[type=checkbox] :checked {
  background: #7635DB;
  border: 1px solid #000000;
}
.tst-filter__choices ul label {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  margin-left: 10px;
}

.toggleFilter svg {
  transform: scaleY(-1);
}

.search-results--heading h2 {
  margin-bottom: 5px;
}
.search-results--heading h3 {
  margin-top: 0;
  font-weight: 300;
  font-size: 20px;
}
.search-results--highlight {
  color: #7635db;
  text-decoration: underline;
}
.search-results--capitalize {
  text-transform: capitalize;
}
.search-results--no-underline {
  text-decoration: none;
}

.tst-filter-tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
  margin-bottom: -10px;
}
.tst-filter-tags .tst-filter-tag {
  display: flex;
  border: 2px solid #000000;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000000 !important;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .tst-filter-tags .tst-filter-tag {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
.tst-filter-tags .tst-filter-tag svg {
  margin-left: 15px;
}

.js-filter-panel {
  position: relative;
  display: flex !important;
  align-items: center !important;
  margin-bottom: 14px !important;
}
.js-filter-panel:hover input ~ .checkmark {
  background-color: #cccccc;
}
.js-filter-panel input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.js-filter-panel input:checked ~ .checkmark {
  background-color: #7635db;
  border: 1px solid #000000;
}
.js-filter-panel input:checked ~ .checkmark:after {
  display: block;
}
.js-filter-panel .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #C7D0E1;
  border-radius: 3px;
}
.js-filter-panel .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.js-filter-panel .filter-label {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.filter-wrap .js-filter-panel-collapse:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  .filter-wrap .js-filter-panel-collapse {
    display: none;
  }
}

.filter-collapse-trigger-mobile small {
  font-size: 16px;
}
.filter-collapse-trigger-mobile .icon {
  margin-left: 8px;
}

.pagination__next-prev {
  width: fit-content !important;
  padding: 5px 10px !important;
}
.pagination__next-prev svg {
  margin-top: -2px;
  width: 14px;
  height: 11px;
}
.pagination__next-prev--prev svg {
  margin-right: 6px;
}
.pagination__next-prev--next svg {
  margin-left: 6px;
}

.tst-map {
  display: flex;
  height: 100vh;
  width: 100vw;
}
.tst-map .tst-filter {
  overflow: scroll;
  padding: 30px !important;
  max-width: 308px;
}
.tst-map .tst-filter__card {
  border: none;
  padding: 0;
  border-radius: 0;
}

.gmap {
  width: 100vw;
  height: 100vh;
}

.gmap-exit-btn {
  background: #000000;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  left: 329px;
  top: 16px;
  width: 106.75px;
  height: 40px;
  border: 2px solid #000000;
  border-radius: 5px;
  z-index: 999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
}
.gmap-exit-btn svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.gm-style-iw-c {
  width: 275px;
  height: 303px;
  border: 4px solid #000000;
  border-radius: 5px;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.35) !important;
  padding: 0 !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.gm-style-iw-tc::after {
  display: none !important;
}
.gm-style .gm-ui-hover-effect {
  left: -6px !important;
}
.gm-style .tst-map-popup a {
  color: #000000;
}
.gm-style .tst-map-popup img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  margin: 0;
}
.gm-style .tst-map-popup__body {
  padding: 10px 24px 32px;
  font-size: 13px;
  font-weight: 400;
}
.gm-style .tst-map-popup__body h3 {
  margin: 0 0 5px 0;
}

.gmnoprint div {
  background: none !important;
  box-shadow: none !important;
}
.gmnoprint button {
  border: 2px solid #000000 !important;
  border-radius: 5px;
  margin-bottom: 8px !important;
  background-color: #ffffff !important;
}

.tst-titles {
  display: flex;
  margin-bottom: 45px;
  position: relative;
  align-items: end;
}
.tst-titles:after {
  content: "";
  border: 2px solid #000000;
  width: 100%;
  position: absolute;
  bottom: -15px;
  background-color: #000000;
}
.tst-titles__heading h2 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
}
@media (max-width: 768px) {
  .tst-titles__heading h2 {
    font-size: 32px;
    line-height: 110%;
  }
}
.tst-titles .btn {
  max-width: 200px;
}

.tst-sidebar {
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .tst-sidebar {
    display: block;
  }
}
.tst-sidebar--left__text {
  font-size: 10px;
}
.tst-sidebar--right {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.tst-social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .tst-social-icons {
    margin: 30px 0;
  }
}
@media (min-width: 768px) {
  .tst-social-icons--sidebar {
    flex-direction: column;
    margin-top: 5px;
  }
}
.tst-social-icons__text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #191238;
  margin-right: 5px;
}
.tst-social-icons__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000000;
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
.tst-social-icons .icon-facebook--colour {
  fill: #3B5998;
  width: 9px;
  height: 16px;
  margin: 0;
}
.tst-social-icons .icon-twitter--colour {
  fill: #00ACEE;
  width: 15px;
  height: 12px;
  margin: 0;
}
.tst-social-icons .icon-pinterest--colour {
  fill: #C8232C;
  width: 14px;
  height: 18px;
  margin: 0;
}
.tst-social-icons .icon-link--colour {
  fill: #5F6778;
  width: 18px;
  height: 18px;
  margin: 0;
}
@media (min-width: 768px) {
  .tst-social-icons--opening-times {
    display: none;
  }
}

.tst-archive-row {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  row-gap: 30px;
}
@media (min-width: 768px) {
  .tst-archive-row {
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: row;
    column-gap: 16px;
  }
}
.tst-archive-row .card {
  width: 100%;
}
@media (min-width: 768px) {
  .tst-archive-row .card {
    width: 313px;
  }
}
.tst-archive-row .card--tst-venue--archive {
  position: relative;
  left: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.tst-archive-row .card--tst-venue--archive__image {
  height: 200px;
}
.tst-archive-row .card--tst-venue--archive__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tst-archive-row .card__like-button--archive {
  display: none;
}

.school-trip-articles .card__image {
  border: 1px solid #C7D0E1;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.school-trip-articles .card__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .school-trip-articles .card__image {
    width: 220px;
    height: 200px;
  }
}
.school-trip-articles .card--row .card__image {
  width: 330px;
  height: 267px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .school-trip-articles .card--row .card__image {
    height: 330px;
  }
}
.school-trip-articles .card--row-rev .card__body--excerpt {
  margin-right: 18px;
}
.school-trip-articles .card__body--excerpt {
  font-weight: 300;
}
.school-trip-articles .card__body--excerpt strong {
  font-weight: 400;
}
@media (min-width: 768px) {
  .school-trip-articles .card__body--excerpt {
    margin-right: 40px;
  }
}
.school-trip-articles .card__body .tags-wrap {
  margin-bottom: 0;
}
.school-trip-articles .w--100 {
  width: 325px;
}
.school-trip-articles .w--100 .btn--wide {
  max-width: 325px;
}
.school-trip-articles .banner-wrap {
  display: block;
}

.modal-view-all-photos {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 767px) {
  .modal-view-all-photos {
    background: #7635db;
    padding: 0;
  }
}
.modal-view-all-photos .modal__close {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media (max-width: 767px) {
  .modal-view-all-photos .modal__close {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    top: 0;
    left: 5px;
  }
}
.modal-view-all-photos .modal__close .btn {
  display: none;
}
@media (max-width: 767px) {
  .modal-view-all-photos .modal__close .btn {
    display: flex;
    width: 80px;
    height: 30px;
    align-items: center;
    background: #E7ECF5;
    border: 1px solid #E7ECF5;
    border-radius: 5px;
    color: #5F6778;
    font-weight: 400;
    font-size: 13px;
    padding: 0 15px;
  }
}
.modal-view-all-photos .modal__close .btn .icon {
  fill: #A9B8D3;
  margin-right: 10px;
}
.modal-view-all-photos .modal__close .icon-close {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .modal-view-all-photos .modal__close .icon-close {
    display: none;
  }
}
.modal-view-all-photos .card--view-all-photos {
  max-width: 800px;
  height: 650px;
  width: 90%;
  position: fixed;
  padding: 25px;
}
@media (max-width: 767px) {
  .modal-view-all-photos .card--view-all-photos {
    width: 100%;
    height: 100%;
    margin-top: 68px;
    border-top: 4px solid #000000;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    padding-bottom: 50px;
    box-shadow: 0 6px 0 8px #000000 !important;
  }
}
.modal-view-all-photos .card--view-all-photos .title {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 767px) {
  .modal-view-all-photos .card--view-all-photos .title {
    font-size: 20px;
  }
}
.modal-view-all-photos .card--view-all-photos .card__suptitle {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  display: block;
}
@media (max-width: 767px) {
  .modal-view-all-photos .card--view-all-photos .card__suptitle {
    margin-top: 5px;
  }
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue {
  width: 100%;
  height: 100%;
  max-width: 800px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-arrow {
  padding: 0;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-arrow .icon {
  width: 12.5px;
  height: 12.5px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-arrow--prev {
  left: 7px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-arrow--next {
  right: 7px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-next {
  position: absolute;
  left: 20px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-prev {
  position: absolute;
  right: 7px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-dots {
  position: absolute;
  top: 16px;
  right: 16px;
  justify-content: flex-end;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-dots .slick-active button {
  background: #ffffff;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .slick-dots button {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .carousel--single-venue__image {
  position: relative;
  height: 500px;
  border-radius: 4px;
  overflow: hidden;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue img {
  object-fit: cover;
  width: 800px;
  height: 500px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue .carousel--single-venue__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.4%, rgba(0, 0, 0, 0.9) 100%);
  color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue-sm {
  overflow: scroll;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue-sm .slide-item {
  margin-bottom: 12px;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue-sm .slide-item .carousel--single-venue__image {
  height: 360px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue-sm .slide-item .carousel--single-venue__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.modal-view-all-photos .card--view-all-photos .carousel--single-venue-sm .slide-item .carousel--single-venue__image .carousel--single-venue__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.4%, rgba(0, 0, 0, 0.9) 100%);
  color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  font-size: 12px;
  font-weight: 500;
}

.video-align-center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.type-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: center;
}
.type-grid span {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .type-grid span {
    font-size: 18px;
    line-height: 110%;
  }
}

.flex--wrap {
  flex-wrap: wrap;
}
.flex--column {
  flex-direction: column;
}
@media (max-width: 768px) {
  .flex-md--column {
    flex-direction: column;
  }
}

.justify--center {
  justify-content: center;
}
.justify--space-between {
  justify-content: space-between;
}
.justify--space-around {
  justify-content: space-around;
}
.justify--flex-end {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .justify-md--center {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .text-md--center {
    text-align: center !important;
  }
}

.align--center {
  align-items: center;
}
.align--flex-end {
  align-items: flex-end;
}
.align--baseline {
  align-items: baseline;
}
@media (max-width: 768px) {
  .align-md--center {
    align-items: center;
  }
}

.w--100 {
  width: 100%;
}
@media (max-width: 768px) {
  .w-md--100 {
    width: 100%;
  }
}

.h-fit {
  height: fit-content;
}

.grid-scroll__twoColumn {
  display: grid;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  overflow-x: scroll;
}

.mpu--double {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.gap--10 {
  gap: 10px;
}
.gap--15 {
  gap: 15px;
}
.gap--25 {
  gap: 25px;
}

.grid__post-unit {
  display: grid;
  grid-template-columns: 31% 31% 31%;
  justify-content: space-between;
  width: 100%;
  gap: 0 32px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .grid__post-unit {
    grid-template-columns: 45% 45%;
  }
}
@media (max-width: 600px) {
  .grid__post-unit {
    grid-template-columns: 100%;
  }
}
@media (max-width: 991px) {
  .grid__companies {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .grid__companies {
    grid-template-columns: auto;
  }
}
.grid__venue-submit {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
  gap: 20px;
}
@media (max-width: 600px) {
  .grid__venue-submit {
    grid-template-columns: auto;
  }
}

.tst-results {
  position: absolute;
  z-index: 9;
  background-color: #ffffff;
  display: none;
}
.tst-results--width {
  width: 300px;
  padding: 15px;
}
.tst-results a {
  display: flex;
  justify-content: space-between;
}
.tst-results h3 {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  display: block;
  margin-bottom: 5px;
  color: #000000;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-story__image {
  height: 265px;
  width: 100%;
  background-size: cover;
  display: none;
}

.pac-container {
  z-index: 9999999;
}

.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  animation: shine 1s ease infinite;
}
.skeleton__title {
  height: 30px;
  width: 200px;
}
.skeleton__address {
  height: 20px;
  width: 250px;
}
.skeleton__tag {
  width: 45px;
  height: 20px;
}
.skeleton__excerpt {
  height: 60px;
  width: 250px;
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}
.d--block {
  display: block !important;
}

.tst-directory__header {
  max-width: 660px;
  margin: auto;
  text-align: center;
}
.tst-directory__header h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  color: #000000;
}
@media (max-width: 728px) {
  .tst-directory__header h2 {
    font-size: 32px;
  }
}
.tst-directory__header span {
  font-weight: 500;
  font-size: 44px;
  line-height: 110%;
  color: #7635DB;
  text-decoration: underline;
}
@media (max-width: 728px) {
  .tst-directory__header span {
    font-size: 32px;
  }
}
.tst-directory__sort h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.tst-directory__sort ul {
  padding: 0;
  list-style: none;
}
.tst-directory__sort ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  padding: 20px 0;
  position: relative;
}
.tst-directory__sort ul li:after {
  content: "";
  border: 1px solid #c7d0e1;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.tst-directory .modal .tst-filter {
  max-width: unset;
}
.tst-directory .modal .tst-filter__card {
  border: none;
  padding: 0;
}
.tst-directory .modal .btn--close {
  font-size: 13px;
  color: #5F6778;
  height: 30px;
  padding: 6px 14px;
}

.container--single-venue p {
  font-size: 20px;
}

.tst-venue {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .tst-venue {
    flex-direction: row;
  }
}
.tst-venue .tst-title--right {
  display: flex;
  justify-content: flex-end;
  height: 35px;
}
.tst-venue .tst-title--right .btn--grey {
  width: 30px;
  height: 30px;
  color: #5F6778;
  font-weight: 500;
  border: 1px solid #5F6778;
  border-radius: 50%;
  margin: 0 8px;
  padding: 0;
}
@media (min-width: 768px) {
  .tst-venue .tst-title--right .btn--grey {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px 15px;
  }
}
.tst-venue .tst-title--right .btn--grey .icon {
  margin-right: 0;
}
@media (min-width: 768px) {
  .tst-venue .tst-title--right .btn--grey .icon {
    margin-right: 8px;
  }
}
.tst-venue .tst-title--right__label {
  display: none;
}
@media (min-width: 768px) {
  .tst-venue .tst-title--right__label {
    display: block;
  }
}

.tst-title--venue {
  font-weight: 500;
  font-size: 32px;
  margin: 0 0 5px 0;
}
.tst-title--venue--h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 8px;
}

hr.tst-section-line {
  background: #E5E5E5;
  border: none;
  margin: 30px 15px;
}

.tst-venue__tags ul {
  padding: 0;
  font-size: 14px;
}
.tst-venue__tags ul li {
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.tst-venue__tags ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 50%;
  align-self: center;
  margin: 0 8px;
}
.tst-venue__tags ul li:first-child:before {
  background: rgba(255, 255, 255, 0);
  align-self: center;
  margin-left: -8px;
  margin-right: 0;
}
.tst-venue__tags ul li .icon {
  height: 15px;
  align-self: center;
  margin-right: 4px;
}
.tst-venue__tags ul li a {
  color: #000000;
}
.tst-venue__tags__more {
  color: #00ACEE;
  text-decoration: underline;
  padding-left: 5px;
  font-weight: 400;
}
.tst-venue__tags__more:hover {
  cursor: pointer;
}
.tst-venue__tags__more--hide {
  display: none;
}

.tst-nav-wrapper {
  display: flex;
  margin: 10px 0 0;
  padding-bottom: 20px;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  position: sticky;
  z-index: 101;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .tst-nav-wrapper {
    padding-bottom: 18px;
  }
}
.tst-nav-wrapper nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  width: 100%;
  position: relative;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tst-nav-wrapper nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .tst-nav-wrapper nav {
    padding: 10px 20px 10px 0;
  }
}
.tst-nav-wrapper nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tst-nav-wrapper nav ul {
    min-height: 29px;
  }
}
.tst-nav-wrapper nav ul li {
  margin-right: 20px;
  flex: 0 0 auto;
  position: relative;
}
.tst-nav-wrapper nav ul li.tst-nav-active::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #7635DB;
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .tst-nav-wrapper nav ul li.tst-nav-active::after {
    bottom: -2px;
  }
}
@media (min-width: 991px) {
  .tst-nav-wrapper nav ul li {
    margin-right: 30px;
  }
}
@media (min-width: 1380px) {
  .tst-nav-wrapper nav ul li {
    margin-right: 40px;
  }
}
.tst-nav-wrapper nav ul li a {
  color: #000000;
  position: relative;
}
.tst-nav-wrapper nav .btn {
  display: none;
}
@media (min-width: 1080px) {
  .tst-nav-wrapper nav .btn {
    display: flex;
    flex: 0 0 auto;
    color: #ffffff;
  }
}

.tst-nav-wrapper-shadow {
  width: 100%;
  height: 5px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 10px;
}
.tst-nav-wrapper-shadow::after {
  content: "";
  width: 40px;
  height: 70px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.8), #ffffff);
  position: absolute;
  top: -70px;
  right: -1px;
}
@media (min-width: 1380px) {
  .tst-nav-wrapper-shadow::after {
    display: none;
  }
}

.carousel-wrapper {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .carousel-wrapper {
    padding-right: 0;
  }
}
.carousel-wrapper .tst-single-venue img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.carousel-wrapper .tst-single-venue--sm {
  height: 215px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 5px;
}
.carousel-wrapper .tst-single-venue--sm img {
  object-fit: cover;
  width: 100%;
  height: 215px;
}
.carousel-wrapper .tst-single-venue--sm .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%);
}
.carousel-wrapper .tst-single-venue--sm .slick-dots .slick-active button {
  background-color: #ffffff;
}
.carousel-wrapper .tst-single-venue--sm .slick-dots button {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  width: 8px;
  height: 8px;
  border-radius: 50% !important;
  padding: 0;
}
@media (min-width: 768px) {
  .carousel-wrapper .tst-single-venue--sm {
    display: none;
  }
}
.carousel-wrapper .tst-single-venue--md {
  display: none;
  height: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .carousel-wrapper .tst-single-venue--md {
    visibility: visible;
    display: block;
    height: 500px;
  }
}
.carousel-wrapper .tst-single-venue .venue-image-full-view {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-wrapper .tst-single-venue .venue-image-full-view .btn--full-view {
  width: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: 0.5s;
}
.carousel-wrapper .tst-single-venue .venue-image-full-view .btn--full-view .icon {
  margin-right: 8px;
}
.carousel-wrapper .tst-single-venue .venue-image-full-view:hover > .btn--full-view {
  opacity: 1;
  transition: 0.5s;
}
.carousel-wrapper .tst-single-venue .venue-image-full-view:hover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-wrapper .tst-single-venue .venue-image-full-view img {
  margin: 0;
}
.carousel-wrapper__view-all-btn {
  display: inline-flexbox;
  justify-content: center;
  align-items: center;
  padding: 0 7px 5px;
  color: #ffffff;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 24px;
}
.carousel-wrapper__view-all-btn .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.carousel-wrapper .tst-venue-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: auto;
}
.carousel-wrapper .tst-venue-grid--2 {
  grid-template-columns: auto auto;
}
.carousel-wrapper .tst-venue-grid--3 {
  grid-template-columns: auto auto auto;
  grid-template-rows: 50% 50%;
}
.carousel-wrapper .tst-venue-grid--3 span:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.carousel-wrapper .tst-venue-grid span {
  border-radius: 4px;
  overflow: hidden;
}

.tst-single-venue-content {
  padding-top: 25px;
}
.tst-single-venue-content ul {
  font-size: 20px;
}

.tst-subjects {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .tst-subjects {
    margin: 5px 0;
  }
}
.tst-subjects__tag {
  margin: 10px 5px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .tst-subjects__tag {
    margin: 5px;
  }
}
.tst-subjects__tag .icon {
  width: 16px;
  height: 16px;
}

.tst-teaching-resources__title--3 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .tst-teaching-resources__title--3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.tst-teaching-resources .card--tst-venue-download {
  width: 95%;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
  padding: 15px 0 70px;
}
@media (min-width: 768px) {
  .tst-teaching-resources .card--tst-venue-download {
    width: 100%;
    text-align: left;
    padding-top: 23px;
    padding-bottom: 30px;
    height: 200px;
  }
}
.tst-teaching-resources .card--tst-venue-download__tag {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%);
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tst-teaching-resources .card--tst-venue-download__tag {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    font-size: 12px;
    padding: 10px 15px;
  }
}
.tst-teaching-resources .card--tst-venue-download .card__body {
  padding: 0 20px 20px;
}
.tst-teaching-resources .card--tst-venue-download .row {
  margin: 0;
  padding: 0 5px 5px;
}
.tst-teaching-resources .card--tst-venue-download .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media (min-width: 768px) {
  .tst-teaching-resources .card--tst-venue-download .flex {
    justify-content: left;
    align-content: flex-start;
  }
  .tst-teaching-resources .card--tst-venue-download .flex .tst-wave-and-tags {
    align-content: flex-end;
    align-self: flex-end !important;
  }
}
.tst-teaching-resources .card--tst-venue-download .no-padding {
  padding: 0 !important;
}
.tst-teaching-resources .card--tst-venue-download .thumb--circle {
  width: 150px;
  height: 150px;
}
.tst-teaching-resources .card--tst-venue-download .thumb--circle img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tst-teaching-resources .card--tst-venue-download .tst-card-wave {
  margin: 10px auto 0;
  width: 100%;
}
.tst-teaching-resources .card--tst-venue-download .tst-card-wave .card__wave {
  display: block !important;
  margin: 0 auto 15px;
  fill: #6B7B9B;
}
@media (min-width: 768px) {
  .tst-teaching-resources .card--tst-venue-download .tst-card-wave .card__wave {
    fill: #C7D0E1;
    margin-left: 0;
  }
}
.tst-teaching-resources .card--tst-venue-download .btn--download-resource {
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-radius: 3px 0px 0px 0px;
}
@media (min-width: 768px) {
  .tst-teaching-resources .card--tst-venue-download .btn--download-resource {
    height: 35px;
    font-size: 16px;
  }
}

.card--box--yellow {
  border-color: #ffc549;
  border-radius: 3px;
}

.tst-venue-book {
  padding: 90px 25px 40px;
  margin: 40px 15px;
  position: relative;
}
.tst-venue-book .tst-title--venue {
  font-size: 24px;
}
@media (min-width: 768px) {
  .tst-venue-book .tst-title--venue {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.tst-venue-book .tst-enquire {
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
  background: #ffc549;
  padding: 5px;
  width: 200px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .tst-venue-book .tst-enquire {
    width: 180px;
  }
}
.tst-venue-book .btn {
  margin-top: 15px;
  font-size: 18px;
  display: flex;
  align-items: center;
  max-width: 273px;
}
@media (min-width: 768px) {
  .tst-venue-book .btn {
    margin-top: 5px;
  }
}
.tst-venue-book .icon {
  width: 20px;
  height: 20px;
}
.tst-venue-book .tst-venue-btn-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  column-gap: 10px;
}
.tst-venue-book .tst-venue-btn-grid .btn {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .tst-venue-book .tst-venue-btn-grid {
    flex-direction: row;
  }
}
.tst-venue-book p {
  font-size: 20px;
}

.tst-map-container {
  width: 95%;
  margin: 40px auto 60px;
  padding: 0;
}
.tst-map-container figure {
  margin: 0;
}
.tst-map-container figure figcaption {
  color: #6B7B9B;
  text-align: center;
  font-size: 16px;
}
.tst-map-container .img {
  width: 100%;
  object-fit: contain;
}

.tst-booking-box {
  background-color: #FFEFCE;
  border-radius: 0 0 5px 5px;
  border-top: 4px solid #FFC549;
  padding: 30px;
  display: none;
}
@media (min-width: 768px) {
  .tst-booking-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
}
.tst-booking-box .h3 {
  margin-bottom: 15px;
}
.tst-booking-box p {
  margin-bottom: 15px;
}
.tst-booking-box .card__wave {
  fill: #6B7B9B;
}
.tst-booking-box .tst-venue-btn-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  row-gap: 10px;
  max-width: 273px;
}
.tst-booking-box .icon {
  margin-left: 10px;
}
.tst-booking-box--fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  border: 4px solid #000000;
  border-radius: 35px 35px 0 0;
  text-align: center;
  padding: 15px;
  display: block;
}
.tst-booking-box--fixed .title--h3 {
  font-size: 24px;
  margin: 10px 0 0;
}
.tst-booking-box--fixed .icon {
  width: 14px;
  height: 9px;
}
@media (min-width: 768px) {
  .tst-booking-box--fixed {
    display: none;
  }
}

.region-link a {
  color: #6B7B9B;
}

.section--tst-venues .row .tst-single-venue--grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 16px;
  padding: 0 !important;
}
.section--tst-venues .row .tst-single-venue--grid .card {
  width: 313px;
}
@media (min-width: 768px) {
  .section--tst-venues .row .tst-single-venue--grid .card__like-button {
    display: none;
  }
}

.tst-subject-tags--hide {
  display: none;
}

.tags-wrap {
  display: flex;
  justify-content: center;
  min-height: 35px;
}
.tags-wrap .tag {
  font-size: 10px;
}
@media (min-width: 768px) {
  .tags-wrap {
    justify-content: flex-start;
    margin-left: 0;
  }
  .tags-wrap .tag {
    margin-left: 0;
  }
}

.tst-venue-submit__heading {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.tst-venue-submit__heading h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 120%;
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .tst-venue-submit__heading h2 {
    font-size: 32px;
  }
}
.tst-venue-submit__heading span {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #6B7B9B;
}
.tst-venue-submit__heading button span,
.tst-venue-submit__heading .btn span {
  color: #ffffff;
  font-size: 16px;
}
.tst-venue-submit__steps {
  background: #ffefce;
  padding: 45px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  margin-top: 40px;
}
.tst-venue-submit__steps img {
  margin-bottom: 0;
  max-width: 150px;
}
.tst-venue-submit__steps h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin: 5px;
}
.tst-venue-submit__steps p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.02em;
}
.tst-venue-submit__list-image {
  width: 380px;
  height: 490px;
  background-size: cover;
}
.tst-venue-submit__list-image:nth-child(2) {
  margin: 30px 50px;
}
@media (max-width: 768px) {
  .tst-venue-submit__list-image {
    height: 155px;
    width: 165px;
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .tst-venue-submit__list-image--large {
    width: 165px;
    height: 325px;
  }
}
.tst-venue-submit__modal .modal__content {
  max-width: 995px;
}
@media (max-width: 768px) {
  .tst-venue-submit__modal .modal__content {
    border: none !important;
    box-shadow: none !important;
  }
}
.tst-venue-submit__modal .card__body {
  padding: 40px 70px 40px !important;
}
@media (max-width: 768px) {
  .tst-venue-submit__modal .card__body {
    padding: 0 !important;
  }
}
.tst-venue-submit__modal .card__body p {
  font-size: 20px;
}
@media (max-width: 768px) {
  .tst-venue-submit__modal .card__body p {
    font-size: 18px;
    text-align: center;
  }
}
.tst-venue-submit__modal .card__body a {
  color: #00ACEE;
  text-decoration: underline;
}
.tst-venue-submit__modal .form {
  max-width: 995px;
}
.tst-venue-submit__modal .form__group {
  margin-bottom: 0;
  width: 100%;
}
.tst-venue-submit__modal .form.success {
  background-color: #d9fffa;
  padding: 50px 30px 115px;
  text-align: center;
}
.tst-venue-submit__modal .form .title--2 {
  font-size: 32px;
}

.tst-title-section {
  margin-bottom: 30px;
}
.tst-title-section__title {
  padding-bottom: 20px;
  border-bottom: 3px solid #000000;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tst-title-section__title {
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .tst-title-section__content {
    font-size: 20px;
    text-align: center;
  }
}

.tst-taxonomy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 105px;
  overflow: hidden;
}
.tst-taxonomy--full {
  height: initial;
  margin-bottom: 40px !important;
}
.tst-taxonomy__tag {
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 0 25px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .tst-taxonomy--align-center {
    text-align: center;
  }
}

.tst-show-all-trip-types {
  display: block;
  color: #00ACEE;
  font-weight: 400;
  position: relative;
  margin: 10px 0;
  max-width: 103px;
  font-size: 14px;
}
.tst-show-all-trip-types::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #00ACEE;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.tst-show-all-trip-types .icon-angle-down--small-blue {
  fill: #00ACEE;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: -15px;
}
@media (min-width: 768px) {
  .tst-show-all-trip-types {
    display: none;
  }
}

.section--tst-venues {
  margin-bottom: 40px;
}

.btn--viewall-desktop {
  display: none;
}
@media (min-width: 768px) {
  .btn--viewall-desktop {
    display: flex;
  }
}
.btn--viewall-mobile {
  margin: 0 auto;
  max-width: 95%;
}
@media (min-width: 768px) {
  .btn--viewall-mobile {
    display: none;
  }
}

.card--tst-venue {
  position: relative;
  left: -50px;
  padding-right: 10px;
  width: 260px;
}
@media (min-width: 768px) {
  .card--tst-venue {
    width: 313px;
    margin: 0 16px;
    padding: 0;
    left: 0;
  }
}
.card--tst-venue__image {
  height: 150.72px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .card--tst-venue__image {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
  }
}
.card--tst-venue__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card--tst-venue__icon-person {
  margin-right: 3px;
}
.card__like-button {
  display: none;
  border: 1px solid #6B7B9B;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 99999;
}
.card__like-button__icon-heart {
  display: block;
  width: 15px;
  height: 15px;
  fill: #6B7B9B;
  margin: 0 auto;
  align-self: center;
}
.card__suptitle {
  font-size: 13px;
  color: #6B7B9B;
  display: none;
}
@media (min-width: 768px) {
  .card__suptitle {
    margin-bottom: 0;
    display: block;
  }
}
.card__title {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .card__title {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
  }
}

.carousel--tst-venue-type {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.carousel--tst-venue-type .slick-track {
  margin-left: 0;
}
.carousel--tst-venue-type .slick-slide {
  padding: 0;
}
.carousel--tst-venue-type .slick-arrow {
  top: 85px;
}
.carousel--tst-venue-type .slick-arrow.slick-arrow--prev {
  left: 5px;
}
.carousel--tst-venue-type .slick-arrow.slick-arrow--next {
  right: 5px;
}
.carousel--tst-venue-type .card--tst-venue {
  position: relative;
  left: -30px;
  padding-right: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .carousel--tst-venue-type .card--tst-venue {
    width: 313px;
    margin: 0 16px;
    padding: 0;
    left: 0;
  }
}
.carousel--tst-venue-type .card--tst-venue__image {
  height: 150.72px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .carousel--tst-venue-type .card--tst-venue__image {
    width: 100%;
    height: 200px;
    margin-bottom: 16px;
  }
}
.carousel--tst-venue-type .card--tst-venue__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel--tst-venue-type .card--tst-venue__icon-person {
  margin-right: 3px;
}
.carousel--tst-venue-type .card__like-button {
  display: none;
  border: 1px solid #6B7B9B;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 99999;
}
.carousel--tst-venue-type .card__like-button__icon-heart {
  display: block;
  width: 15px;
  height: 15px;
  fill: #6B7B9B;
  margin: 0 auto;
  align-self: center;
}
.carousel--tst-venue-type .card__suptitle {
  font-size: 13px;
  color: #6B7B9B;
  display: none;
}
@media (min-width: 768px) {
  .carousel--tst-venue-type .card__suptitle {
    margin-bottom: 0;
    display: block;
  }
}
.carousel--tst-venue-type .card__title {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .carousel--tst-venue-type .card__title {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 8px;
  }
}

.tag--grey {
  background: #E7ECF5;
  color: #000000 !important;
  font-weight: 500;
}
.tag--grey .icon {
  fill: #000000 !important;
}

.tst-nav-image {
  display: none;
}
@media (min-width: 768px) {
  .tst-nav-image {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
  }
  .tst-nav-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.btn--load-more {
  display: none;
}
@media (min-width: 768px) {
  .btn--load-more {
    display: flex;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .tst-taxonomy-tags {
    margin-bottom: 30px;
  }
}

.top-catfish {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
}
.top-catfish > div {
  text-align: center;
  margin: 15px 0;
}

.request-terms {
  max-width: 600px;
  margin: 30px auto;
}
.request-terms h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6b7b9b;
  display: block;
  margin-bottom: 0;
}
.request-terms p {
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6b7b9b;
}

.wp-block-media-text__content {
  padding: 25px !important;
}

.btn--active {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}
.btn--scroll {
  overflow: scroll;
  box-shadow: 0px 4px 11px rgba(42, 45, 51, 0.12);
}
.btn--scroll a {
  min-width: 200px;
}

.utilities {
  padding: 0 30px;
}
.utilities #upload-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
}

.utilities--untagged-posts .tables {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.utilities--untagged-posts .center {
  text-align: center;
}
.utilities--untagged-posts table {
  width: 50%;
}
.utilities--untagged-posts table {
  border-collapse: collapse;
}
.utilities--untagged-posts td, .utilities--untagged-posts th {
  padding: 10px 20px;
}
.utilities--untagged-posts th {
  border-bottom: 1px solid #37435a;
  background-color: #6b7b9b;
  color: #ffffff;
}
.utilities--untagged-posts tr:nth-child(even) td {
  background-color: #ffffff;
}
.utilities--untagged-posts tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.0509803922);
}

.no-pointer {
  cursor: initial;
}

.error-border {
  border: 3px solid #C8232C;
}

@media (max-width: 48em) {
  .mobile-article-sidebar {
    margin-top: 25px;
    display: flex;
    row-gap: 25px;
  }
  .mobile-article-sidebar .h-50 {
    height: auto;
  }
  .mobile-article-sidebar > div:nth-child(1) {
    order: 2;
  }
  .mobile-article-sidebar > div:nth-child(2) {
    order: 1;
  }
  .mobile-article-sidebar > div:nth-child(2) .banner-wrap.banner--mpu {
    margin: 0;
  }
  .mobile-article-sidebar > div:nth-child(3) {
    order: 3;
  }
  .mobile-article-sidebar > div:nth-child(3) .banner-wrap.banner--mpu {
    margin: 0;
  }
  .mobile-article-sidebar > div:nth-child(3) .mb-md--3 {
    margin-bottom: 0px !important;
  }
}
.template-popup {
  position: fixed;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  top: 10px;
  left: 10px;
  z-index: 9999;
  box-shadow: 0px 1px 8px -4px #000;
}

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