@charset "UTF-8";
/*
Theme Name: I'm An Engineer V4
Theme URI: http://imanengineer.org.uk/
Description: New child theme using IAS v4
Author: Luke Alexander, on the shoulders of many, many giants
Version: 4.0.0
Text Domain: ias2
Template: ias2
*/
.zeta, h6, .epsilon, h5, .delta, h4, .gamma, h3, .beta, h2, .alpha, h1, .mega, .giga, .tera {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
}

.accessible-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  text-shadow: none;
  background: #9dcc55;
  color: white;
}

::selection {
  text-shadow: none;
  background: #9dcc55;
  color: white;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(255, 251, 251, 0.76);
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

html,
input {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f4f8e9 url("./images/bubbles.svg") -100% 0 repeat-x;
  min-width: 320px;
}
body.learning.zone {
  background: #f4f8e9;
}

::-webkit-input-placeholder {
  color: #AAAAAA;
}

:-moz-placeholder {
  color: #AAAAAA;
}

::-moz-placeholder {
  color: #AAAAAA;
}

:-ms-input-placeholder {
  color: #AAAAAA;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: visible;
}

a {
  transition: 0.15s all linear;
  color: #232a15;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: #789048;
}

.login-action-login #login a {
  background: none !important;
}

.hideme,
.hidden,
.js .closed .inside,
.js .hide-if-js,
.no-js .hide-if-no-js,
.js.wp-core-ui .hide-if-js,
.js .wp-core-ui .hide-if-js,
.no-js.wp-core-ui .hide-if-no-js,
.no-js .wp-core-ui .hide-if-no-js {
  display: none;
}

@font-face {
  font-family: "dinweb-bold";
  src: url("../ias2/fonts/dinweb-bold-webfont.woff2") format("woff2"), url("../ias2/fonts/dinweb-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-book";
  src: url("../ias2/fonts/gothamhtf-book-webfont.woff") format("woff2"), url("../ias2/fonts/gothamhtf-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gotham-bold";
  src: url("../ias2/fonts/gotham-bold.woff2") format("woff2"), url("../ias2/fonts/gotham-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  word-wrap: break-word;
  font: normal 100%/1.5 Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: serif;
  line-height: 1.5em;
  margin-top: 0;
  text-rendering: optimizeLegibility;
  font-family: "dinweb-bold";
}

.tera {
  font-size: 4.5em;
  margin-bottom: 0.6666666667em;
}

.giga {
  font-size: 3.75em;
  margin-bottom: 0.6666666667em;
}

.mega {
  font-size: 3em;
  margin-bottom: 0.6666666667em;
}

.alpha, h1 {
  font-size: 2.25em;
  margin-bottom: 0.6666666667em;
}

.beta, h2 {
  font-size: 1.5em;
  margin-bottom: 0.6666666667em;
}

.gamma, h3 {
  font-size: 1.3125em;
  margin-bottom: 0.6666666667em;
}

.delta, h4 {
  font-size: 1.125em;
  margin-bottom: 0.6666666667em;
}

.epsilon, h5 {
  font-size: 1em;
  margin-bottom: 0.6666666667em;
}

.zeta, h6 {
  font-size: 0.875em;
  margin-bottom: 0.6666666667em;
}

input,
abbr,
acronym,
blockquote,
code,
kbd,
q,
samp,
var {
  hyphens: none;
}

pre code {
  word-wrap: normal;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

pre,
code {
  white-space: pre;
}

code {
  font-family: monospace;
}

@media screen and (min-width: 1180px) {
  .container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.spacebetween {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.flexend {
  align-items: center;
  justify-content: flex-end;
}

.flex {
  display: flex;
}

.flex-end {
  justify-content: flex-end;
  padding-right: 0;
}

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

.flex-justifycenter {
  justify-content: center;
}

.form-grid {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.form-group {
  display: flex;
}

.form-group .form-group__input {
  margin-bottom: 0;
}

.inputaddon-field {
  flex: 1;
  order: 2;
}

.inputaddon-item {
  align-self: center;
  order: 1;
  padding: 0.625rem;
}

.inputaddon-btn {
  order: 3;
}

.inputaddon-field--reverse {
  order: 2;
}

.inputaddon-item--reverse {
  order: 3;
}

.inputaddon-btn--reverse {
  order: 1;
}

.form-group--inline-btn {
  flex-direction: row;
  width: 100%;
}

.form-group__input--inline-btn {
  flex: 1 1 auto;
}

.form-group__btn--inline {
  flex: 1;
  width: 100%;
}

.form-group__button--inline-btn {
  flex: 1 0 auto;
}

.form-group__btn--inline:not(:first-child) {
  margin-left: 1.25rem;
}

.form-group__errormsg {
  flex: 1 0 auto;
}

.has-errors-form-group {
  color: red;
}

.form-group__errormsg--cinnabar {
  background: red;
  color: white;
}

.row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}

.row.no-grid {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .row.no-grid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.grid {
  float: none;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .grid {
    float: left;
    margin-bottom: 0px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.grid.full {
  width: 100%;
}

.grid.half {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .grid.half {
    width: 50%;
  }
}

.grid.one-third {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .grid.one-third {
    width: 33.3333333333%;
  }
}
.grid.one-third:nth-child(3n+1) {
  clear: left;
}

.grid.two-thirds {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .grid.two-thirds {
    width: 66.6666666667%;
  }
}

.grid.one-quarter {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .grid.one-quarter {
    width: 25%;
  }
}

.grid.three-quarters {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .grid.three-quarters {
    width: 75%;
  }
}

.media-obj {
  display: table;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}
.media-obj--vcenter {
  align-items: center;
}
.media-obj--reverse .media-obj__fig {
  order: 2;
}
.media-obj--reverse .media-obj__body {
  order: 1;
}
.media-obj--center {
  align-items: center;
  justify-content: center;
}
.media-obj--hcenter {
  justify-content: center;
}
.media-obj--caption {
  flex: 1;
  flex-direction: column;
  text-align: center;
}
.media-obj__body {
  flex: 1;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  body > .stripe {
    display: none;
  }
}

.stripe--full {
  text-align: center;
}

.stripe--primary {
  padding: 0.5em 0.75em;
  background: #232a15;
  color: white;
}
@media screen and (max-width: 400px) {
  .stripe--primary {
    font-size: 12px;
  }
}

.mb--60 {
  margin-bottom: 60px;
}

.mt--20 {
  margin-top: 20px;
}

.sticky-body {
  display: flex;
  flex-direction: column;
}

.sticky-container {
  display: table;
  display: flex;
  flex-direction: column;
  flex: auto;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  .sticky-container {
    flex: 1 0 auto;
  }
}

.sticky-row {
  display: -moz-box;
}

.sticky-header {
  flex: none;
}

.sticky-content {
  flex: 1 0 auto;
  height: auto;
}

.sticky-footer {
  flex: none;
  vertical-align: middle;
  align-items: center;
}

article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #232a15;
}
article .entry-utility {
  font-style: italic;
  clear: both;
}
article:last-child {
  border-bottom: 0;
}
article .post-thumbnail {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
article ul li, article ol li {
  margin-bottom: 0.3em;
}

.profile-image {
  margin: 20px auto;
}

.avatar, .linearList.voting img {
  width: 80px;
  height: 80px;
  border: 4px solid #232a15;
  border: 4px solid transparent;
  background-color: #232a15;
}
@media screen and (max-width: 768px) {
  .avatar, .linearList.voting img {
    width: 60px;
    height: 60px;
    border: 3px solid #232a15;
    margin-right: 0.8em;
  }
}

.winner .avatar, .winner .linearList.voting img, .linearList.voting .winner img {
  background-color: #ffd700;
  background: radial-gradient(circle at top left, #ffd700, #f0c328, #c5b358, #e2a233, #fff1a3);
}

.evicted {
  /*&::before {

    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    border-radius: 80%;
    padding-bottom: 92%;
    content: "";
    background-color: rgba(0,0,0,0.2);
    border: $avatar-border-width solid #777;

  }*/
}
.evicted .avatar, .evicted .linearList.voting img, .linearList.voting .evicted img {
  background-color: #777;
}
.evicted img {
  filter: grayscale(100%) brightness(80%);
  filter: gray;
}

.winner, .evicted {
  position: relative;
  display: block;
}
.curriculum-vitae__header .winner::before, .card--gallery .winner::before, .curriculum-vitae__header .evicted::before, .card--gallery .evicted::before {
  margin: 0px;
}
.voting .winner::before, .voting .evicted::before {
  font-weight: normal;
}

.avatar--med, .linearList.voting img, #candidate-checkboxes .avatar, #candidate-checkboxes .linearList.voting img, .linearList.voting #candidate-checkboxes img, #team-checkboxes .avatar, #team-checkboxes .linearList.voting img, .linearList.voting #team-checkboxes img {
  width: 108px;
  height: 108px;
  min-height: 108px;
  min-width: 108px;
}

.avatar--round, .linearList.voting img {
  border-radius: 50%;
}

#candidate-checkboxes, #team-checkboxes {
  display: block;
  text-align: center;
}
#candidate-checkboxes legend, #team-checkboxes legend {
  display: block;
  width: 100%;
  float: none;
  text-align: left;
}
#candidate-checkboxes .mod, #team-checkboxes .mod {
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
  text-align: center;
  padding: 5px;
  width: 130px;
}
#candidate-checkboxes .mod.active, #candidate-checkboxes .mod:not(.full):hover, #team-checkboxes .mod.active, #team-checkboxes .mod:not(.full):hover {
  background: #232a15;
  color: white;
  border-radius: 4px;
}
#candidate-checkboxes .mod.active .avatar, #candidate-checkboxes .mod.active .linearList.voting img, .linearList.voting #candidate-checkboxes .mod.active img, #candidate-checkboxes .mod:not(.full):hover .avatar, #candidate-checkboxes .mod:not(.full):hover .linearList.voting img, .linearList.voting #candidate-checkboxes .mod:not(.full):hover img, #team-checkboxes .mod.active .avatar, #team-checkboxes .mod.active .linearList.voting img, .linearList.voting #team-checkboxes .mod.active img, #team-checkboxes .mod:not(.full):hover .avatar, #team-checkboxes .mod:not(.full):hover .linearList.voting img, .linearList.voting #team-checkboxes .mod:not(.full):hover img {
  border-color: white;
}
#candidate-checkboxes .mod.full, #team-checkboxes .mod.full {
  float: left;
  width: 100%;
  clear: both;
}
#candidate-checkboxes .mod.select-all, #team-checkboxes .mod.select-all {
  display: block;
  float: none;
  width: auto;
}
#candidate-checkboxes label, #team-checkboxes label {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
#candidate-checkboxes .avatar, #candidate-checkboxes .linearList.voting img, .linearList.voting #candidate-checkboxes img, #team-checkboxes .avatar, #team-checkboxes .linearList.voting img, .linearList.voting #team-checkboxes img {
  display: block;
  margin: 0 auto 10px;
}
#candidate-checkboxes .avatar + span, #candidate-checkboxes .linearList.voting img + span, .linearList.voting #candidate-checkboxes img + span, #team-checkboxes .avatar + span, #team-checkboxes .linearList.voting img + span, .linearList.voting #team-checkboxes img + span {
  display: none;
}

.linearList.voting {
  margin: 0;
  padding: 0;
  font-size: 0;
  padding-top: 20px;
  list-style: none;
  text-align: center;
}
.linearList.voting li {
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  width: 142px;
  word-break: break-word;
}
.linearList.voting li:hover {
  background: #232a15;
  color: white;
  border-radius: 4px;
}
.linearList.voting li:hover a {
  color: white;
}
.linearList.voting li:hover .avatar, .linearList.voting li:hover img {
  border-color: white;
}
.linearList.voting img {
  display: block;
  margin: 0 auto 5px auto;
}

main.change-profile-picture .profile-header-area {
  margin-bottom: 2em;
}
main.change-profile-picture .profile-header-area .media-obj__body {
  margin-left: 1em;
  font-size: 0.9em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
main.change-profile-picture .profile-header-area .media-obj__body h2 {
  margin: 0px;
  padding: 0px;
}
main.change-profile-picture fieldset.avatars {
  background-color: #EBEBEB;
}
main.change-profile-picture fieldset.avatars legend {
  width: 100%;
  text-align: center;
  background-color: #EBEBEB;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.1em;
}
main.change-profile-picture fieldset.avatars .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.change-profile-picture fieldset.avatars .row .avatar-radio .media-obj {
  align-items: center;
}
main.change-profile-picture fieldset.avatars .row label {
  cursor: pointer;
}
main.change-profile-picture fieldset.avatars input:checked + img {
  border: 4px solid #9dcc55;
}
main.change-profile-picture fieldset.avatars input[type=radio] {
  display: none;
}

.banner {
  background-color: #9dcc55;
  color: #fff;
  font-size: 18px;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 10;
}
.banner__inner {
  border-bottom: 1px solid #fff;
  padding: 4px 0;
}
.banner a {
  color: #fff;
  text-decoration: underline;
}
.banner-icon {
  font-size: 18px;
  margin-right: 1ch;
}
.banner-icon, .banner-text {
  vertical-align: middle;
}
.banner--team .report__data {
  flex-wrap: nowrap;
}
.banner--team .report__data .avatar, .banner--team .report__data .linearList.voting img, .linearList.voting .banner--team .report__data img {
  max-width: 100%;
  object-fit: cover;
  min-height: 95px;
  min-width: 95px;
  width: 95px;
  height: 95px;
}
.banner--team .slider-wrapper .arrow {
  bottom: 0;
  height: auto;
}

@media screen and (min-width: 640px) {
  .admin-bar .banner {
    top: 32px;
  }
}

.wp-block-list {
  margin: 20px 0;
  padding-left: 20px;
}
.wp-block-list li {
  margin-bottom: 10px;
}

.booking_form table {
  font-size: 16px;
  width: 100%;
}
.booking_form tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  width: 100%;
}
.booking_form tr.form-title th {
  text-align: center;
  font-size: 2em;
}
.booking_form th {
  text-align: left;
}
.booking_form .select2-container {
  width: 100% !important;
}
.booking_form .select2-container .select2-selection {
  border: 2px solid #AAAAAA;
  border-radius: 0;
  height: 52px;
}
.booking_form .select2-container .select2-selection .select2-selection__rendered {
  line-height: 1;
  padding: 16px 20px 16px 16px;
}
.booking_form .select2-container .select2-selection .select2-selection__arrow {
  height: 100%;
  background-image: url(icns/src/caret-down.svg);
  background-position: 98% center;
  background-size: 20px;
  background-repeat: no-repeat;
  right: 10px;
}
.booking_form .select2-container .select2-selection .select2-selection__arrow b {
  border: 0;
}
.booking_form .activity__btn {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .booking_form .activity__btn {
    align-self: flex-end;
    width: 50%;
  }
}
.booking_form select,
.booking_form .activity__date,
.booking_form .activity__time {
  background-position: 98% center;
  background-size: 20px;
  background-repeat: no-repeat;
}
.booking_form select {
  background-image: url(icns/src/caret-down.svg);
}
.booking_form .activity__date {
  background-image: url(icns/src/calendar.svg);
  background-size: 18px;
}
.booking_form .activity__time {
  background-image: url(icns/src/clock.svg);
}
.booking_form .checkbox__item {
  align-items: flex-start;
  display: flex;
  margin-bottom: 10px;
}
.booking_form .checkbox__item input {
  margin: 5px 10px 0 0;
}

.booking-confirmation {
  align-items: center;
  display: flex;
}
.booking-confirmation.hidden {
  padding: 0;
}
.booking-confirmation.warning:not(.hidden) {
  font-size: 16px;
  padding: 40px 30px;
}
.booking-confirmation .booking__tick {
  background-image: url(icns/src/check.svg);
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  height: 50px;
  margin-right: 20px;
  width: 50px;
}

.activity__cancel .yes_no-popup:not(.hidden) {
  background: #EBEBEB;
  border-left: 4px solid #9dcc55;
  flex-direction: column;
  font-size: 16px;
  padding: 40px 30px;
}
@media screen and (min-width: 769px) {
  .activity__cancel .yes_no-popup:not(.hidden) {
    flex-direction: row;
  }
}
.activity__cancel .yes_no-popup {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 20px 0;
}
@media screen and (min-width: 769px) {
  .activity__cancel .yes_no-popup {
    align-items: center;
  }
}
.activity__cancel .yes_no-popup .buttons {
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  .activity__cancel .yes_no-popup .buttons {
    align-content: space-around;
    justify-content: center;
  }
}
.activity__cancel .yes_no-popup .buttons,
.activity__cancel .yes_no-popup .message {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .activity__cancel .yes_no-popup .message {
    margin-right: 20px;
  }
}
.activity__cancel .yes_no-popup .btn, .activity__cancel .yes_no-popup button,
.activity__cancel .yes_no-popup input[type=submit] {
  margin: 0 20px 0 0;
}
.activity__cancel .yes_no-popup .btn:last-child, .activity__cancel .yes_no-popup button:last-child,
.activity__cancel .yes_no-popup input[type=submit]:last-child {
  margin: 0;
}

.activity__details {
  font-size: 18px;
  margin: 50px 0;
}
.activity__details small {
  font-size: 14px;
  line-height: 1.3;
  display: inline-block;
  font-style: normal;
  margin: 12px 0;
}

.bookings-header {
  margin-top: 2em;
}

.booking-confirmation p {
  margin: 0.25em 1em;
}
.booking-confirmation .booking-tick {
  font-size: 6em;
  float: left;
  margin-right: 0.25em;
  color: #00cc00;
}
.booking-confirmation hr {
  border-top-width: 3px;
}

.booking-subheader {
  margin: 0.5rem 0;
}
@media screen and (min-width: 540px) {
  .booking-actions {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.booking-accept {
  max-width: 20px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 540px) {
  .booking-accept {
    margin-bottom: 0;
    max-width: 22px;
  }
}
.booking-reject {
  max-width: 16px;
}
@media screen and (min-width: 540px) {
  .booking-reject {
    max-width: 20px;
  }
}
.booking-hidden {
  display: none;
}
@media screen and (min-width: 540px) {
  .booking-hidden {
    display: table-cell;
  }
}
.booking-legends {
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  list-style: none;
  margin: 0 0 1.3rem;
  padding: 0;
}
@media screen and (min-width: 540px) {
  .booking-legends {
    flex-direction: row;
  }
}
@media screen and (min-width: 540px) {
  .booking-legends li {
    margin-right: 1rem;
    min-width: 11.5rem;
  }
  .booking-legends li:last-child {
    margin-right: 0;
  }
}
.booking-legends .booking-accept,
.booking-legends .booking-reject {
  margin-right: 1ch;
}
.booking-legends .booking-accept {
  max-width: 17px;
}
.booking-legends .booking-reject {
  max-width: 13px;
}
.booking-table {
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}
.booking-rotate {
  align-items: flex-end;
  color: #232a15;
  display: flex;
  font-size: 13px;
  margin: 5px 0;
}
.booking-rotate img {
  height: 15px;
}
@media screen and (min-width: 1200px) {
  .booking-rotate {
    display: none;
  }
}
.booking-landscape {
  margin-bottom: 1px;
  line-height: 1;
}
.booking-icons {
  margin-right: 6px;
}
.booking-icons .fa-horizontal {
  margin-left: 6px;
  margin-top: 3px;
}
.booking-candidates {
  margin-bottom: 2rem;
  padding-top: 0.5rem;
}

td.booking-zone {
  text-transform: uppercase;
}
td.booking-zone a {
  color: #9dcc55;
  text-decoration: none;
}

td.booking-class a {
  color: #9dcc55;
  text-decoration: none;
}

.bookings-list {
  margin-bottom: 0.65rem;
  width: 100%;
}
.bookings-list tr {
  font-size: 0.875em;
  vertical-align: top;
}
@media screen and (min-width: 540px) {
  .bookings-list tr {
    vertical-align: middle;
  }
}
.bookings-list tr:nth-child(odd) {
  background-color: rgba(235, 235, 235, 0.5);
}
.bookings-list tr:nth-child(odd) td {
  border-color: white;
}
.bookings-list tr:first-child {
  background-color: #f4f8e9;
  font-size: 1em;
}
.bookings-list th {
  padding: 0.3rem;
}
.bookings-list td {
  padding: 0.5rem 0.5rem;
}
.bookings-list .booking-past {
  color: #626262; /* enough contrast against the pale blue */
}
.bookings-list .bookings-list--inline-btn {
  display: block;
  margin: 0 1rem 0 0;
  padding: 0;
  text-align: left;
}
.bookings-list .bookings-list--inline-btn:last-child {
  margin-right: 0;
}
.bookings-list .bookings-list--inline-btn:hover {
  color: #9dcc55;
}
.bookings-list .hide {
  display: none;
}
.bookings-list .hide:target {
  display: block;
}
.bookings-list .cand-dropdown + .hide {
  display: none;
}

.booking-teacher {
  background-color: white;
}
.booking-teacher .bookings-list--inline-btn {
  background-color: #232a15;
  color: white;
  padding: 0.4rem 0.6rem 0.3rem;
  text-align: center;
  text-decoration: none;
}

.booking-content {
  display: none;
}

.booking-dropdown {
  min-width: 4.5rem;
}
.booking-dropdown.is-opened .booking-content {
  display: block;
}
@media screen and (min-width: 540px) {
  .booking-dropdown {
    display: none;
  }
}

.booking-trigger {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.booking-trigger .arrow {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid rgba(0, 0, 0, 0.8);
  display: inline-block;
  height: 0;
  margin-left: 0.4rem;
  width: 0;
}

button,
input[type=submit] {
  appearance: none;
  border-radius: 0;
  border: none;
  outline: 0;
  cursor: pointer;
}

.btn, button,
input[type=submit] {
  appearance: none;
  border-radius: 0;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  transition: none;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
}
.btn:hover, button:hover,
input[type=submit]:hover, .btn:focus, button:focus,
input[type=submit]:focus {
  color: white;
}

.btn--rad4 {
  border-radius: 4px;
}

.btn--primary, button,
input[type=submit] {
  border: 2px solid #390050;
  background: #232a15;
  color: white;
}
.btn--primary:hover, button:hover,
input[type=submit]:hover, .btn--primary:focus, button:focus,
input[type=submit]:focus {
  background: #9dcc55;
  border: 2px solid #9dcc55;
}
.btn--primary:disabled, button:disabled,
input[type=submit]:disabled {
  background: #f8f8f8;
  border: 2px solid #000;
  color: #000;
}

.btn--secondary {
  border: 2px solid #C0ACC6;
  background: transparent;
  color: white;
}
.btn--secondary:hover, .btn--secondary:focus {
  background: #9dcc55;
  border: 2px solid #9dcc55;
}
.btn--secondary:disabled {
  background: #f8f8f8;
  border: 2px solid #000;
  color: #000;
}

.btn--tertiary {
  background: #fad8b9;
  color: white;
  padding: 0.25rem 0.5rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}
.btn--tertiary:disabled {
  background: #f8f8f8;
  border: 2px solid #000;
  color: #000;
}

.btn-just-activated {
  background-color: limegreen;
}
.btn-just-activated:active, .btn-just-activated:hover {
  background-color: limegreen;
}

.btn--no-stretch, button,
input[type=submit] {
  width: auto;
}

.btn--progress {
  position: relative;
  padding-left: 20px;
}
.btn--progress:after {
  content: "";
  position: absolute;
  border-left: 20px solid #32373c;
  border-bottom: 31.5px solid transparent;
  border-top: 31.5px solid transparent;
  height: 0px;
  width: 0px;
  right: -20px;
  top: 0;
}
.btn--progress a {
  align-items: center;
  border-radius: 0;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 1.1;
  max-width: 100px;
  min-height: 62px;
  padding: 6px 4px 6px 18px;
  text-align: left;
}
.btn--progress a:before, .btn--progress a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: calc(100% - 20px);
}
.btn--progress a:before {
  border-width: 0 20px 32px 0;
  border-color: transparent #32373c transparent transparent;
  top: 0;
}
.btn--progress a:after {
  border-width: 0 0 32px 20px;
  border-color: transparent transparent #32373c transparent;
  bottom: 0;
}

.has-vivid-red-background-color:before {
  border-color: transparent var(--wp--preset--color--vivid-red) transparent transparent !important;
}
.has-vivid-red-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--vivid-red) transparent !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}
.has-black-background-color:before {
  border-color: transparent var(--wp--preset--color--black) transparent transparent !important;
}
.has-black-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--black) transparent !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-cyan-bluish-gray-background-color:before {
  border-color: transparent var(--wp--preset--color--cyan-bluish-gray) transparent transparent !important;
}
.has-cyan-bluish-gray-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--cyan-bluish-gray) transparent !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-pale-pink-background-color:before {
  border-color: transparent var(--wp--preset--color--pale-pink) transparent transparent !important;
}
.has-pale-pink-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--pale-pink) transparent !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-background-color:before {
  border-color: transparent var(--wp--preset--color--luminous-vivid-orange) transparent transparent !important;
}
.has-luminous-vivid-orange-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--luminous-vivid-orange) transparent !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-luminous-vivid-amber-background-color:before {
  border-color: transparent var(--wp--preset--color--luminous-vivid-amber) transparent transparent !important;
}
.has-luminous-vivid-amber-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--luminous-vivid-amber) transparent !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-light-green-cyan-background-color:before {
  border-color: transparent var(--wp--preset--color--light-green-cyan) transparent transparent !important;
}
.has-light-green-cyan-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--light-green-cyan) transparent !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-vivid-green-cyan-background-color:before {
  border-color: transparent var(--wp--preset--color--vivid-green-cyan) transparent transparent !important;
}
.has-vivid-green-cyan-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--vivid-green-cyan) transparent !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-pale-cyan-blue-background-color:before {
  border-color: transparent var(--wp--preset--color--pale-cyan-blue) transparent transparent !important;
}
.has-pale-cyan-blue-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--pale-cyan-blue) transparent !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color:before {
  border-color: transparent var(--wp--preset--color--vivid-cyan-blue) transparent transparent !important;
}
.has-vivid-cyan-blue-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--vivid-cyan-blue) transparent !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-purple-background-color:before {
  border-color: transparent var(--wp--preset--color--vivid-purple) transparent transparent !important;
}
.has-vivid-purple-background-color:after {
  border-color: transparent transparent var(--wp--preset--color--vivid-purple) transparent !important;
}

.btn--progress:has(.has-vivid-red-background-color):after {
  border-left: 20px solid var(--wp--preset--color--vivid-red) !important;
}
.btn--progress:has(.has-black-background-color):after {
  border-left: 20px solid var(--wp--preset--color--black) !important;
}
.btn--progress:has(.has-cyan-bluish-gray-background-color):after {
  border-left: 20px solid var(--wp--preset--color--cyan-bluish-gray) !important;
}
.btn--progress:has(.has-pale-pink-background-color):after {
  border-left: 20px solid var(--wp--preset--color--pale-pink) !important;
}
.btn--progress:has(.has-luminous-vivid-orange-background-color):after {
  border-left: 20px solid var(--wp--preset--color--luminous-vivid-orange) !important;
}
.btn--progress:has(.has-luminous-vivid-amber-background-color):after {
  border-left: 20px solid var(--wp--preset--color--luminous-vivid-amber) !important;
}
.btn--progress:has(.has-light-green-cyan-background-color):after {
  border-left: 20px solid var(--wp--preset--color--light-green-cyan) !important;
}
.btn--progress:has(.has-vivid-green-cyan-background-color):after {
  border-left: 20px solid var(--wp--preset--color--vivid-green-cyan) !important;
}
.btn--progress:has(.has-pale-cyan-blue-background-color):after {
  border-left: 20px solid var(--wp--preset--color--pale-cyan-blue) !important;
}
.btn--progress:has(.has-vivid-cyan-blue-background-color):after {
  border-left: 20px solid var(--wp--preset--color--pale-cyan-blue) !important;
}
.btn--progress:has(.has-vivid-purple-background-color):after {
  border-left: 20px solid var(--wp--preset--color--vivid-purple) !important;
}
.btn--progress.has-medium-font-size a {
  min-height: 76px;
}
.btn--progress.has-medium-font-size a:before {
  border-width: 0 20px 38px 0;
}
.btn--progress.has-medium-font-size a:after {
  border-width: 0 0 38px 20px;
}
.btn--progress.has-medium-font-size:after {
  border-width: 38px 0 38px 20px;
}

.flatpickr-calendar .flatpickr-day {
  border-radius: 0;
}
.flatpickr-calendar .flatpickr-day.today {
  border-color: #9dcc55;
}
.flatpickr-calendar .flatpickr-day.selected, .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .flatpickr-calendar .flatpickr-day.selected.nextMonthDay {
  background-color: rgba(157, 204, 85, 0.1);
  color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.flatpickr-calendar .flatpickr-months {
  margin-bottom: 10px;
}
.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  padding: 18px 16px 10px;
}
.flatpickr-calendar .flatpickr-current-month {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.flatpickr-calendar .flatpickr-rContainer {
  width: 100%;
}

div.flatpickr-calendar {
  max-width: 320px;
  padding: 12px;
  width: 100%;
}

.availability {
  width: 100%;
}
.availability__wrapper {
  position: relative;
}
@media screen and (min-width: 1100px) {
  .availability__wrapper {
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
}
.availability__wrapper .volume-knob {
  margin: 20px 0;
  width: 100%;
}
@media screen and (min-width: 680px) {
  .availability__wrapper .volume-knob {
    margin: 28px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 380px);
  }
}
@media screen and (min-width: 769px) {
  .availability__wrapper .volume-knob {
    margin: 20px 0;
    position: static;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .availability__wrapper .volume-knob {
    margin: 28px 10px 0 0;
    position: absolute;
    width: calc(100% - 380px);
  }
}
.availability .calendar--availability {
  margin: 20px 0;
}
.availability .flatpickr {
  width: 100%;
}
@media screen and (min-width: 680px) {
  .availability .flatpickr {
    display: flex;
    gap: 38px;
  }
}
@media screen and (min-width: 769px) {
  .availability .flatpickr {
    display: inline-block;
  }
}
@media screen and (min-width: 1100px) {
  .availability .flatpickr {
    display: flex;
    gap: 38px;
  }
}
.availability .flatpickr .availability-dates {
  margin: 20px 0;
  width: 100%;
}
@media screen and (min-width: 680px) {
  .availability .flatpickr .availability-dates {
    margin: 180px 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .availability .flatpickr .availability-dates {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .availability .flatpickr .availability-dates {
    margin-top: 180px;
  }
}
.availability .flatpickr .input.form-control {
  display: none;
}
.availability .dayContainer {
  row-gap: 5px;
}

.card {
  padding: 10px;
  font-size: 0.875em;
  line-height: 1.425;
}
.card.space-after {
  margin-bottom: 10px;
}

li .card p {
  margin: 0;
  padding: 0;
}

li .card p.edit-answer {
  margin-top: 2em;
}

.card-single, .news-feed li {
  color: inherit;
}
@media screen and (min-width: 640px) {
  .card-single, .news-feed li {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
  }
}
.card-single:hover, .news-feed li:hover {
  cursor: pointer;
}
@media screen and (min-width: 640px) {
  .card-single:hover *, .news-feed li:hover * {
    background: #9dcc55;
    color: white;
  }
}

@media screen and (min-width: 640px) {
  .card-single > div, .news-feed li a {
    flex: 100%;
  }
}

header + .news-feed li a span {
  font-size: 14px;
  transition: none;
}

.news-feed li:not(.post):hover a, .news-feed li:not(.post):hover a:hover, .news-feed li:not(.post):hover a:focus, .news-feed li:not(.post):hover * a, .news-feed li:not(.post):hover * a:hover, .news-feed li:not(.post):hover * a:focus {
  color: white;
}

@media screen and (min-width: 640px) {
  .flexboxtweener .card-single > div {
    flex: 1 1 auto;
  }
}

@media screen and (min-width: 640px) {
  .card-single > * ~ *, .news-feed li > * ~ * {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 8.75em;
    width: 100%;
    background: #EBEBEB;
  }
}

.card-single:hover .card {
  background: #9dcc55;
  color: white;
}

.card--reply {
  position: relative;
  color: black;
  background: #EBEBEB;
  z-index: 0;
}
.card--reply::before {
  border-left: 6px solid #9dcc55;
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.card--reply p {
  margin-bottom: 14px;
}

li .card--reply p {
  margin-bottom: 14px;
}

.card--gallery {
  background: #EBEBEB;
  color: #232a15;
}
.card--gallery a {
  color: #232a15;
  text-decoration: underline;
}
.card--gallery a.read-more {
  color: #232a15;
  text-decoration: none;
}

.card--gallery.hover-secondary:hover {
  cursor: pointer;
}
.card--gallery.hover-secondary:hover a {
  color: white;
}

.card--primary {
  background: #232a15;
  color: white;
}

.card--quaternary {
  background: #fff45f;
}

.card--secondary, .card--gallery.hover-secondary:hover {
  background: #9dcc55;
  color: white;
}

.card--tertiary {
  background: #fad8b9;
  color: white;
}

.news-report .date {
  font-size: 14px;
}

.card--login {
  border-bottom: 3px dotted #AAAAAA;
  line-height: 1.2;
  margin-bottom: 15px;
  padding: 15px;
  page-break-inside: avoid;
}
.card--login .col {
  display: flex;
}
.card--login .col li {
  margin-bottom: 4px;
}
.card--login .card__img {
  margin-bottom: 10px;
  width: 120px;
}
.card--login .card__title {
  font-weight: 600;
  margin-right: 15px;
  max-width: 50%;
  text-align: right;
}
.card--login .card__student {
  max-width: 80px;
}
.card--login .card__url {
  font-size: 14px;
  line-height: 1;
}
.card--login .card__class .card__title {
  width: 83px;
}
.card--login .card__class .card__input {
  align-items: center;
  display: flex;
  flex: 1;
}

.certificate {
  font-family: "gotham-book", sans-serif;
  color: #232a15;
  height: calc(100% - 32px);
  padding: 20px;
  text-align: center;
}
.certificate__wrapper {
  background: none;
}
.certificate .sticky-content {
  align-items: center;
  display: flex;
}
.certificate a {
  color: #232a15;
}
.certificate__title, .certificate__name,
.certificate h5 {
  font-family: "gotham-bold", sans-serif;
}
.certificate h5 {
  margin: 10px 0;
}
.certificate__title {
  font-size: 32px;
}
.certificate__subtitle {
  font-size: 21px;
  margin-bottom: 6px;
}
.certificate__details {
  font-size: 23px;
  margin-bottom: 15px;
}
.certificate__name {
  color: #cddf9c;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 20px;
}
.certificate__logo {
  margin-bottom: 20px;
}
.certificate .container {
  max-width: 700px;
  margin: 0 auto;
}
.certificate .border--bottom {
  border-bottom: 1px solid #232a15;
  display: inline-block;
}
.certificate .border--primary {
  border: 1px solid #9dcc55;
  padding: 10px;
}
.certificate .border--secondary {
  border: 1px solid #f4f8e9;
  padding: 20px;
}
.certificate .founders {
  max-width: 500px;
  margin: 30px auto 0;
}
.certificate .founders__title {
  display: block;
  padding-bottom: 6px;
}
.certificate .founders ul li {
  margin-right: 35px;
  max-width: 33.3333333333%;
}
.certificate .zone {
  color: #9dcc55;
}

@media print {
  body {
    width: 100%;
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  #header, #footer, #nav {
    display: none !important;
  }
  @page {
    size: landscape;
  }
  .sticky-content {
    align-items: center;
    display: flex;
  }
  .certificate {
    font-family: "gotham-book", sans-serif;
    color: #232a15 !important;
    height: calc(100% - 32px);
    padding: 20px;
    text-align: center;
  }
  .certificate a {
    color: #232a15 !important;
  }
  .certificate__title, .certificate__name,
.certificate h5 {
    font-family: "gotham-bold", sans-serif;
  }
  .certificate h5 {
    margin: 10px 0;
  }
  .certificate__title {
    font-size: 32px;
  }
  .certificate__subtitle {
    font-size: 21px;
    margin-bottom: 6px;
  }
  .certificate__details {
    font-size: 23px;
    margin-bottom: 15px;
  }
  .certificate__name {
    color: #cddf9c !important;
    font-size: 54px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .certificate__logo {
    margin-bottom: 20px;
  }
  .certificate .container {
    max-width: 700px;
    margin: 0 auto;
  }
  .certificate .border--bottom {
    border-bottom: 1px solid #232a15 !important;
    display: inline-block;
  }
  .certificate .border--primary {
    border: 1px solid #9dcc55 !important;
    padding: 10px;
  }
  .certificate .border--secondary {
    border: 1px solid #f4f8e9 !important;
    padding: 20px;
  }
  .certificate .founders {
    max-width: 500px;
    margin: 0 auto 0;
  }
  .certificate .founders__title {
    display: block;
    padding-bottom: 6px;
  }
  .certificate .founders ul li {
    margin-right: 35px;
    max-width: 33.3333333333%;
  }
  .certificate .zone {
    color: #9dcc55 !important;
  }
  .printview .grid {
    margin-bottom: 0;
  }
  .printview:last-child {
    page-break-after: auto;
  }
}
.class {
  border-bottom: 1px solid rgba(161, 161, 161, 0.8);
  padding: 30px 0;
}
.class:last-child {
  border-bottom: 0;
}
.class .form-row {
  display: inline-block;
}
.class .row-num {
  align-items: center;
  border: 1px solid #A1A1A1;
  border-radius: 50%;
  display: flex;
  float: left;
  height: 40px;
  font-size: 22px;
  justify-content: center;
  width: 40px;
}
.class .url {
  color: #9dcc55;
}
.class .click-to-copy,
.class .click-to-print {
  margin: 0 6px;
}
.class .click-to-copy.btn-just-activated,
.class .click-to-print.btn-just-activated {
  background-color: rgba(244, 248, 233, 0.5);
}
.class .click-to-copy.btn-just-activated:active, .class .click-to-copy.btn-just-activated:hover,
.class .click-to-print.btn-just-activated:active,
.class .click-to-print.btn-just-activated:hover {
  background-color: rgba(244, 248, 233, 0.5);
}
.class ul {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.class ul li {
  margin-bottom: 10px;
}
.class__title {
  font-size: 22px;
}
.class .view-students {
  margin-left: 20px;
}
.class--new {
  background-color: rgba(244, 248, 233, 0.5);
  padding: 30px;
}
@media (min-width: 768px) {
  .class--new {
    padding: 40px;
  }
}
.class--new .student-reg {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.class--new .student-reg .form__field {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .class--new .student-reg .form__field {
    margin-bottom: 0;
  }
}
.class--new .student-reg .form__field label {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 6px;
  width: 100%;
}
.class--new .student-reg .form__field .checkbox label {
  font-size: 16px;
}
.class--new .student-reg .form__field .checkbox input[type=radio] {
  transform: scale(1.5);
}
@media (min-width: 768px) {
  .class--new .student-reg .form__field {
    max-width: calc(50% - 10px);
  }
}
.class--new .student-reg .save-url {
  width: 100%;
}
@media (min-width: 768px) {
  .class--new .student-reg .save-url {
    max-width: calc(50% - 10px);
  }
}

.clearfix, .row {
  *zoom: 1;
}
.clearfix:before, .row:before, .clearfix:after, .row:after {
  content: " ";
  display: table;
}
.clearfix:after, .row:after {
  clear: both;
}

.colset {
  display: flex;
  justify-content: space-between;
}

.colset-1-2 .col-1 {
  width: 33.3333333333%;
}
.colset-1-2 .col-2 {
  width: 66.6666666667%;
}

.colset-1-1 .col {
  width: 50%;
}

.comment {
  position: relative;
  color: #3F0C54;
  list-style: none;
  margin-top: 1em;
}

.comments .card {
  padding: 1.5rem 2rem;
}

.comment .media-obj__body > *:first-child {
  margin-top: 0;
}

.comment .media-obj__body p.reply {
  margin-top: 2em;
}
.comment .media-obj__body a {
  font-weight: bold;
  color: #390050;
}
.comment .media-obj__body a:hover, .comment .media-obj__body a:focus {
  color: #9dcc55;
}

.comment + .comment {
  margin-top: 1rem;
}

.widget-container .comment + .comment {
  margin-top: 5px;
}

.comments .comment .card .media-obj__fig {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 1.25rem;
}

.comments .comment .card .media-obj__fig img {
  margin-bottom: 0.9375rem;
  width: 80px;
  height: 80px;
}

.comment-level1 .card {
  position: relative;
  background: transparent;
}
@media screen and (min-width: 800px) {
  .comment-level1 .card {
    padding-left: 7rem;
    background: #EBEBEB;
  }
}

.comment-level2 .card {
  background: #EBEBEB;
}
@media screen and (min-width: 800px) {
  .comment-level2 .card {
    padding-left: 11.8125rem;
  }
}

.comment-level2 {
  position: relative;
  padding: 0.625rem;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 800px) {
  .comment-level2 {
    padding: 0;
    padding-bottom: 0;
  }
}
.comment-level2:not(:last-of-type) {
  padding-bottom: 0;
}
@media screen and (min-width: 800px) {
  .comment-level2:not(:last-of-type) {
    padding-bottom: initial;
  }
}
@media screen and (min-width: 800px) {
  .comment-level2 {
    padding: initial;
  }
}

.comments-level1,
.comments-level2 {
  position: relative;
}
@media screen and (min-width: 800px) {
  .comments-level1::before,
.comments-level2::before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #9E86A7;
    position: absolute;
    top: -15px;
    bottom: 20px;
    z-index: 1;
  }
}

.comments-level1 {
  border: 1.25rem solid #EBEBEB;
  background: #d6d6d6;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 800px) {
  .comments-level1 {
    border: none;
    padding-bottom: inherit;
  }
}
@media screen and (min-width: 800px) {
  .comments-level1::before {
    left: 3.75rem;
  }
}

.comments-level2 {
  border: none;
}
@media screen and (min-width: 800px) {
  .comments-level2::before {
    left: 8.75rem;
  }
}

@media screen and (min-width: 800px) {
  .comment-child2.comment-level2:before {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    position: absolute;
    top: -16px;
    left: 13.5rem;
    right: 0;
    z-index: 0;
    background: #9e86a7;
  }
}

.user-comments__response .card {
  padding: 1.5rem 2rem;
}
.user-comments__response .card iframe {
  max-width: 100%;
}

.user-comments__response .card .media-obj__fig {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 0.9375rem;
}

.user-comments__response .card .media-obj__fig img {
  margin-bottom: 1.25rem;
  width: 70px;
}

.user-comments__response .card .media-obj__body > :first-child {
  margin-top: 0;
}

.comment .answer-body {
  padding-top: 1rem;
}

.container--flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  .container--flex {
    flex-direction: row;
  }
}

.counter {
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0.125em 0.375em;
  background: white;
}

.curriculum-vitae {
  font-size: 1em;
}

.curriculum-vitae__header {
  border-bottom: 1px solid rgba(204, 204, 204, 0.64);
  box-shadow: inset 0 1px 1px rgba(255, 251, 251, 0.76);
  padding: 2em;
  background: rgb(245, 245, 245);
}
.curriculum-vitae__header .media-obj {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 540px) {
  .curriculum-vitae__header .media-obj {
    display: block;
  }
}
@media screen and (min-width: 540px) {
  .curriculum-vitae__header .media-obj__fig {
    float: left;
    max-width: 108px;
  }
}
@media screen and (min-width: 540px) {
  .curriculum-vitae__header .curriculum-vitae__title,
.curriculum-vitae__header .media-obj__body {
    max-width: calc(100% - 122px);
  }
}
.curriculum-vitae__header .media-obj__body {
  flex: auto;
  width: 100%;
}

.curriculum-vitae__title {
  font-size: 2em;
  margin-bottom: 0;
}

.curriculum-vitae__header .media-obj__fig {
  margin-right: 1em;
}

.curriculum-vitae__body {
  padding: 1em;
  background: #f1f1f1;
}
@media screen and (min-width: 540px) {
  .curriculum-vitae__body {
    padding: 2em;
  }
}

.curriculum-vitae__quote {
  display: inline-block;
  position: relative;
  font-size: 1.25em;
  margin-top: 0;
  padding: 10px 30px;
  background: rgba(35, 42, 21, 0.3);
  color: white;
  border-radius: 1px;
  quotes: "“" "”" "‘" "’";
}
.curriculum-vitae__quote:before {
  content: open-quote;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 3em;
  line-height: 1;
}
.curriculum-vitae__quote:after {
  position: absolute;
  top: 5px;
  right: 5px;
  content: close-quote;
  font-size: 3em;
  margin-left: 5px;
  line-height: 1;
}
.curriculum-vitae__quote:empty {
  display: none;
}

.curriculum-vitae__body img {
  border: 0.3125em solid rgba(255, 255, 255, 0.5);
}

.curriculum-vitae li:not(:first-of-type) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.curriculum-vitae__data > li:not(:first-of-type) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.curriculum-vitae__data li {
  overflow: hidden;
}
.curriculum-vitae__data li .speech-bubble {
  width: 100%;
  float: none;
  margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .curriculum-vitae__data li .speech-bubble {
    width: 100%;
    margin-right: 0;
  }
}
.curriculum-vitae__data li .speech-bubble h5 {
  font-size: 1em;
}
.curriculum-vitae__data li .speech-bubble p {
  font-style: italic;
}

.curriculum-vitae .hide {
  display: none;
}
.curriculum-vitae .hide:target {
  display: block;
}

.curriculum-vitae .read-more:hover, .curriculum-vitae .read-more:focus {
  color: black;
}

.curriculum-vitae .shortlinks {
  padding-top: 1em;
}

.cv .card {
  margin-left: 1em;
  margin-bottom: 1em;
  background: white;
}

.candidate .cv .card {
  float: right;
  max-width: 45%;
}

.cv .card li {
  margin-top: 1em;
}
.cv .card li:not(:first-of-type) {
  margin-bottom: 1em;
}

.curriculum-vitae__body .read-more + .hide {
  display: none;
}

.curriculum-vitae__body .speech-bubble--secondary, .curriculum-vitae__body .speech-bubble--gallery:hover {
  border: 4px solid #9dcc55;
  background-color: white;
  color: black;
}
.curriculum-vitae__body .speech-bubble--secondary a, .curriculum-vitae__body .speech-bubble--gallery:hover a, .curriculum-vitae__body .speech-bubble--secondary a:visited {
  color: #9dcc55;
}
.curriculum-vitae__body .speech-bubble--secondary::before, .curriculum-vitae__body .speech-bubble--gallery:hover::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #9dcc55;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  bottom: -27px;
}

.dash-tabs {
  background: #f8f8f8;
  min-height: 46px;
  margin: -40px -15px 0;
}
@media screen and (min-width: 769px) {
  .dash-tabs {
    margin: 25px 0;
  }
}
.dash-tabs:after {
  clear: both;
  content: "";
  display: table;
}
.dash-tabs .tab {
  display: inline;
  margin-top: -1px;
}
@media only screen and (max-width: 43em) {
  .dash-tabs .tab > label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
.dash-tabs .tab > [type=radio] {
  clip: rect(0 0 0 0);
  height: 1px;
  opacity: 0;
  position: fixed;
  width: 1px;
  z-index: -1;
}
.dash-tabs .tab-label {
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  left: 1px;
  margin-left: -1px;
  position: relative;
  scroll-snap-align: start;
  text-transform: uppercase;
}
.dash-tabs .tab-label span,
.dash-tabs .tab-label .inner {
  border-top: 3px solid transparent;
  display: inline-block;
  padding: 13px 18px 12px;
  transition: all 0.3s ease;
}
.dash-tabs .tab-label span:hover,
.dash-tabs .tab-label .inner:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) {
  .dash-tabs .tab-label span,
.dash-tabs .tab-label .inner {
    padding: 13px 22px 12px;
  }
}
.dash-tabs .tab-label a:hover {
  color: #9dcc55;
}
.dash-tabs .tab-label.active {
  display: block;
  border-right: 0;
  z-index: 1;
}
.dash-tabs .tab-label.active span,
.dash-tabs .tab-label.active .inner {
  background-color: #fff;
  border-top-color: #9dcc55;
}
.dash-tabs .tab-label.active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 6px;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.dash-tabs .tab-panel {
  overflow: hidden;
  position: relative;
  height: 0;
  width: 0;
}
.dash-tabs .tab-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  float: left;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .dash-tabs .tab-content {
    padding: 20px 30px;
  }
}

.tab {
  display: none;
}

.tab-labels-container {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.tab-labels-container .tab-label:last-child {
  border-right: 0;
}

.dash-tabs .tab [type=radio]:checked ~ .tab-panel {
  display: inline;
}

.dash-tabs.edit-profile-index {
  margin: 0 -15px;
}
@media screen and (min-width: 769px) {
  .dash-tabs.edit-profile-index {
    margin: 0;
  }
}

.dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.dropdown.is-opened .dropdown-content {
  max-height: 800px;
}

.acf-editor-wrap .wp-switch-editor:hover {
  background: #f6f7f7;
  border-width: 1px;
  color: #646970;
}

.mce-btn button {
  background: #f6f7f7;
  border: 0;
}

.quicktags-toolbar {
  display: flex;
}

#your-profile .acf-field textarea,
#createuser .acf-field textarea {
  background-color: white;
  max-width: 100%;
}

.filmstrip .acf-field-gallery {
  display: grid;
  grid-gap: 4px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  overflow-x: auto;
}

.filmstrip .film-frame {
  min-height: 100px;
  line-height: 100px;
  text-align: center;
}

.footer-nav {
  display: block;
}
.footer-nav ul {
  list-style: none;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}
.footer-nav ul li {
  display: inline-block;
  width: 49%;
  float: left;
  margin-right: 2%;
}
.footer-nav ul li:nth-child(even) {
  margin-right: 0;
}
.footer-nav ul a {
  color: #232a15;
}
@media screen and (min-width: 768px) {
  .footer-nav ul {
    text-align: left;
  }
  .footer-nav ul li {
    float: none;
    width: auto;
    margin: 0 10px 0 0;
  }
  .footer-nav ul li:nth-child(even) {
    margin-right: 10px;
  }
  .footer-nav ul li:last-child {
    margin-right: 0;
  }
}

footer[role=contentinfo] {
  padding: 1.25rem 1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  footer[role=contentinfo] {
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  footer[role=contentinfo] .grid.three-quarters {
    transform: translateY(-70px);
  }
}

footer[role=contentinfo] nav {
  padding-top: 1.25rem;
  font-size: 1em;
}

footer[role=contentinfo] nav a {
  display: inline-block;
  padding: 0.5em;
  color: #402951;
}
footer[role=contentinfo] nav a:not(:last-of-type) {
  padding-right: 1.25rem;
}
footer[role=contentinfo] nav a:hover, footer[role=contentinfo] nav a:focus {
  text-decoration: underline;
  color: #402951;
}

.password,
.password-input-wrapper {
  position: relative;
}

.password {
  display: flex;
  justify-content: space-between;
}
.password-hide {
  align-items: center;
  background-color: #fff;
  bottom: 2px;
  color: #AAAAAA;
  display: flex;
  height: calc(100% - 4px);
  margin: 0;
  position: absolute;
  right: 2px;
  top: 2px;
}
.password-hide:hover, .password-hide:focus {
  background-color: #fff;
  color: #5e5e5e;
}
.password .password-hide .dashicons {
  font-size: 22px;
}
.password .button {
  margin: 0;
}

.wp-pwd {
  margin: 0.5rem 0;
}

#pass-strength-result {
  font-size: 14px;
  text-align: left;
}
#pass-strength-result.strong {
  color: green;
}
#pass-strength-result.good {
  color: orange;
}
#pass-strength-result.short, #pass-strength-result.bad {
  color: red;
}

.password-input-wrapper {
  flex: 1;
  margin-right: 10px;
}

.password-hint {
  font-size: 14px;
  text-align: left;
}

input[type=search] + [class*=btn] {
  border: 0;
}

.gform_wrapper {
  margin: 20px 0;
}
.gform_wrapper p {
  margin: 0;
  padding: 0;
}
.gform_wrapper br {
  display: none;
}
.gform_wrapper form {
  display: flex;
  flex-direction: column;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: red;
}

.ginput_container,
.gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.ginput_container {
  align-items: center;
}
.ginput_container span {
  width: 100%;
}

.gform_fields {
  align-items: flex-start;
}

.gfield {
  width: 100%;
}
.gfield .textarea,
.gfield .medium,
.gfield .large {
  width: 100%;
}

.ginput_full,
.ginput_left,
.ginput_right,
.name_first,
.name_last {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .ginput_full,
.ginput_left,
.ginput_right,
.name_first,
.name_last {
    margin-bottom: 0;
  }
}
.ginput_full:last-child,
.ginput_left:last-child,
.ginput_right:last-child,
.name_first:last-child,
.name_last:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .ginput_left,
.name_first,
.ginput_right,
.name_last {
    max-width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .ginput_left,
.name_first {
    padding-right: 5px;
  }
}

@media screen and (min-width: 769px) {
  .ginput_right,
.name_last {
    padding-left: 5px;
  }
}

.field_description_above .gfield_description {
  margin-bottom: 5px;
}

.field_description_below .gfield_description {
  margin-top: 5px;
}

.gfield,
.gform_footer {
  margin: 10px 0;
}

@media screen and (min-width: 769px) {
  .gform_footer {
    align-self: flex-end;
    width: 50%;
  }
}
.gform_footer .gform_button {
  width: 100%;
}

.gform_fields,
.gfield_checkbox,
.gfield_radio {
  list-style: none;
  padding: 0;
}

.gfield_checkbox li,
.gfield_radio li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.gfield_checkbox li:last-child,
.gfield_radio li:last-child {
  margin-bottom: 0;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 10px;
}

.ginput_container_select select {
  background-image: url(images/caret-down.svg);
  background-position: 98% center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.gfield--date .ginput_container_select select,
.gfield--time .ginput_container_select select {
  background-position: 98% center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.gfield--date .ginput_container_select select {
  background-image: url(icns/src/calendar.svg);
}

.gfield--time .ginput_container_select select {
  background-image: url(icns/src/clock.svg);
}

.gform_hidden {
  display: none;
  max-height: 1px;
  overflow: hidden;
}

.hidden_label label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.gform_required_legend,
.gform_validation_container {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 768px) {
  header[role=banner] {
    margin: auto;
    padding: 1em 0.5em 0.25em;
  }
}
@media screen and (max-width: 600px) {
  header[role=banner] {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  header[role=banner] > .container {
    background: transparent;
  }
}
@media screen and (min-width: 768px) {
  header[role=banner] > .container {
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 1180px) {
  header[role=banner] .container.flex {
    padding-right: 0;
  }
}

header[role=banner] .container > .flexend {
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1180px) {
  header[role=banner] .container > .flexend {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}

header[role=banner] [class*=icon-ask],
header[role=banner] [class*=icon-chat],
header[role=banner] [class*=icon-vote] {
  margin: 0;
}

header[role=banner] .btn-menu {
  position: relative;
  top: 3px;
  display: none;
  height: 40px;
  margin-top: 0;
  width: 50px;
  background: transparent;
  padding: 2px 6px 3px;
}

header[role=banner] .btn-menu .icon, header[role=banner] .btn-menu .q-icon, header[role=banner] .btn-menu .n-icon {
  display: block;
}
header[role=banner] .btn-menu .icon i, header[role=banner] .btn-menu .q-icon i, header[role=banner] .btn-menu .n-icon i {
  position: relative;
  top: 2px;
}

.js header[role=banner] .btn-menu {
  display: block;
}
@media screen and (min-width: 768px) {
  .js header[role=banner] .btn-menu {
    display: none;
  }
}

header[role=banner] .textwidget img {
  display: none;
  position: static;
}
@media screen and (min-width: 768px) {
  header[role=banner] .textwidget img {
    position: relative;
    top: -25px;
    display: block;
  }
}

header[role=banner] form[role=search] {
  display: none;
}
@media screen and (min-width: 768px) {
  header[role=banner] form[role=search] {
    display: inherit;
    transform: translateX(-10px);
  }
}

header[role=banner] form[role=search] .icon, header[role=banner] form[role=search] .q-icon, header[role=banner] form[role=search] .n-icon {
  width: 30px;
  height: 30px;
  padding: 5px;
}

header[role=banner] input[type=search] {
  padding: 10px;
  background: white;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}

header[role=banner] input[type=search] + [class*=btn] {
  border: 2px solid white;
  margin: 0;
  padding: 8px 10px;
}

@media screen and (max-width: 1179.9px) {
  header[role=banner] .report-card {
    padding: 0.25em;
  }
}
@media screen and (min-width: 1180px) {
  header[role=banner] .report-card {
    flex: 3 1 100%;
  }
}

@media screen and (max-width: 768px) {
  header[role=banner] .report__title {
    display: none;
  }
}
@media screen and (max-width: 1179.9px) {
  header[role=banner] .report__title {
    float: none !important;
    transform: none !important;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  header[role=banner] a[href="/"] {
    display: none;
  }
}

header[role=banner] .btn--secondary {
  background: #232a15;
}
@media screen and (max-width: 1179.9px) {
  header[role=banner] .btn--secondary {
    width: auto;
    margin-left: 10px;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 1180px) {
  header[role=banner] .btn--secondary {
    margin-left: 10px;
    max-width: 12.5em;
    padding: 0.3571428571rem;
  }
}

header[role=banner] .btn--secondary.is-open + #login-hover {
  display: block;
}
@media screen and (max-width: 768px) {
  header[role=banner] .btn--secondary.is-open + #login-hover {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
  }
}

#login-hover {
  display: none;
  width: 33.3333333333%;
  position: absolute;
  z-index: 999;
  top: 48px;
  right: 0;
  background: white;
  padding: 20px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.4);
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
#login-hover .btn--secondary {
  max-width: 150px;
}
#login-hover.logout {
  width: 20%;
  padding: 10px;
}
#login-hover .close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLjUgMS41bDE3IDE3bTAtMTdsLTE3IDE3Ii8+PC9zdmc+");
}

[class*=icon-ask],
[class*=icon-chat],
[class*=icon-vote] {
  width: 145px;
  height: 60px;
  margin: 0.625rem;
  transition: none;
  background-image: url("./images/sprite-raster.png");
  background-repeat: no-repeat;
}

.icon-ask-yellow {
  background-position: -9px 0px;
}
.icon-ask-yellow:hover, .icon-ask-yellow:focus {
  background-position: -9px -102px;
}

.icon-chat-pink {
  background-position: -170px 0px;
}
.icon-chat-pink:hover, .icon-chat-pink:focus {
  background-position: -170px -102px;
}

.icon-vote-blue {
  background-position: -343px 0px;
}
.icon-vote-blue:hover, .icon-vote-blue:focus {
  background-position: -343px -102px;
}

.icon-ask-yellow-pill {
  width: 145px;
  height: 60px;
  background-position: -50px -45px;
}
.icon-ask-yellow-pill:hover {
  width: 145px;
  height: 60px;
  background-position: -50px -145px;
}
.icon-ask-yellow-pill.current {
  width: 145px;
  height: 60px;
  background-position: -50px -245px;
}

.icon-chat-pink-pill {
  width: 145px;
  height: 60px;
  background-position: -220px -45px;
}
.icon-chat-pink-pill:hover {
  width: 145px;
  height: 60px;
  background-position: -220px -145px;
}
.icon-chat-pink-pill.current {
  width: 145px;
  height: 60px;
  background-position: -220px -245px;
}

.icon-vote-blue-pill {
  width: 145px;
  height: 60px;
  background-position: -400px -45px;
}
.icon-vote-blue-pill:hover {
  width: 145px;
  height: 60px;
  background-position: -400px -145px;
}
.icon-vote-blue-pill.current {
  width: 145px;
  height: 60px;
  background-position: -400px -245px;
}

.icon, .q-icon, .n-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
  vertical-align: sub;
  fill: white;
  background: #232a15;
  text-align: center;
  line-height: 36px;
}
.icon i, .q-icon i, .n-icon i {
  font-size: 20px;
  color: white;
}

.dropdown-icon {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

.icon-heart {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 0;
  transform: rotate(-45deg) scale(0.75);
  transform-origin: 50% 50%;
  font-size: 1.25em;
  line-height: 1.125;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}
.icon-heart::before, .icon-heart::after {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "";
  position: absolute;
  background-color: white;
}
.icon-heart::before {
  top: -15px;
  left: 0;
}
.icon-heart::after {
  left: 15px;
  top: 0;
}
.icon-heart:hover {
  cursor: pointer;
}

.icon-heart span {
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #390050;
}

.icon-heart.js-hearted,
.icon-heart.js-hearted::before,
.icon-heart.js-hearted::after {
  background-color: #ff7e7e;
}

.icon-heart.js-hearted {
  filter: drop-shadow(-1px 1px 2px rgba(200, 0, 0, 0.9));
}

.icon-heart.js-hearted span {
  font-weight: 800;
  color: #482828;
}

.icon-heart--secondary::before, .icon-heart--secondary::after {
  background: #9dcc55;
}

.icon-heart--primary {
  background: #232a15;
}
.icon-heart--primary::before, .icon-heart--primary::after {
  background: #232a15;
}

.icon-heart--primary span {
  color: white;
}

.n-icon {
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  color: white;
}
.n-icon:before {
  content: "N";
  font-family: "dinweb-bold";
}

.q-icon {
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  color: white;
}
.q-icon:before {
  content: "Q";
  font-family: "dinweb-bold";
}

.fa.idea:before {
  content: "\f0eb";
}

.fa.globe:before {
  content: "\f0ac";
}

.fa.people:before {
  content: "\f0c0";
}

.fa.search:before {
  content: "\f002";
}

.fa.simple:before {
  content: "\f129";
}

.fa.calendar:before {
  content: "\f133";
}

.fa.quote:before {
  content: "\f27a";
}

.fa.edit:before {
  content: "\f044";
  position: relative;
  top: 1px;
  right: -1px;
}

.fa.mail:before {
  content: "\f0e0";
}

.fa-mobile {
  font-size: 24px;
}

.fa-horizontal {
  transform: rotate(90deg);
}

.widget_ias_news .icon, .widget_ias_news .n-icon, .widget_ias_news .q-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  margin-right: 4px;
}

.icon--edit {
  margin-left: 10px;
}

.icon--dashboard {
  font-size: 18px;
  height: 1em;
  width: 1em;
}

input[type=search] + [class*=btn] {
  border: 2px solid transparent;
  background: #232a15;
}

input:not([type=submit]),
select,
textarea {
  appearance: none;
  border: 2px solid #aaa;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  background: #EBEBEB;
}
input:not([type=submit]):hover, input:not([type=submit]):focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

input[type=checkbox] {
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  width: auto;
}

input[type=radio] {
  -webkit-appearance: radio !important;
  -moz-appearance: radio !important;
  appearance: radio !important;
  width: auto;
}

input[type=text]:required {
  border: 2px solid #DD5E00;
}

select {
  cursor: pointer;
  color: #222;
}

.login input:not([type=submit]),
.login textarea,
.login select {
  margin-bottom: 1rem;
}

input[type=range].range {
  appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  max-width: 300px;
  padding: 0;
}
input[type=range].range::-webkit-slider-thumb {
  visibility: hidden;
}
input[type=range].range::-webkit-slider-runnable-track {
  height: 6px;
  background: #fff;
  border: none;
}
input[type=range].range:focus {
  outline: none;
}
input[type=range].range:focus::-webkit-slider-runnable-track {
  background: #D4D4D4;
}

input[type=range].range.progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 1px + var(--ratio) * 100% );
}

input[type=range].range::-webkit-slider-thumb:hover {
  background: #232a15;
}

input[type=range].range::-webkit-slider-thumb:active {
  background: #232a15;
}

input[type=range].range.progress::-webkit-slider-runnable-track {
  background: linear-gradient(#232a15, #232a15) 0/var(--sx) 100% no-repeat, #fff;
}

input[type=range].range.progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#232a15, #232a15) 0/var(--sx) 100% no-repeat, #fff;
}

input[type=range].range.progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#232a15, #232a15) 0/var(--sx) 100% no-repeat, #fff;
}

/*mozilla*/
input[type=range].range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: #9dcc55;
  border: none;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

input[type=range].range::-moz-range-track {
  height: 6px;
  background: #fff;
  box-shadow: none;
}

input[type=range].range::-moz-range-thumb:hover {
  background: #232a15;
}

input[type=range].range:hover::-moz-range-track {
  background: #232a15;
}

input[type=range].range::-moz-range-thumb:active {
  background: #232a15;
}

input[type=range].range:active::-moz-range-track {
  background: #fff;
}

input[type=range].range.progress::-moz-range-track {
  background: linear-gradient(#232a15, #232a15) 0/var(--sx) 100% no-repeat, #fff;
}

input[type=range].range.progress:hover::-moz-range-track {
  background: linear-gradient(#232a15, #232a15) 0/var(--sx) 100% no-repeat, #fff;
}

input[type=range].range.progress:active::-moz-range-track {
  background: linear-gradient(#232a15, #232a15) 0/var(--sx) 100% no-repeat, #fff;
}

/*ms*/
input[type=range].range::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].range::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].range::-ms-thumb {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: #232a15;
  border: none;
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].range::-ms-track {
  height: 6px;
  background: #fff;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].range::-ms-thumb:hover {
  background: #232a15;
}

input[type=range].range:hover::-ms-track {
  background: #fff;
}

input[type=range].range::-ms-thumb:active {
  background: #232a15;
}

input[type=range].range:active::-ms-track {
  background: #fff;
}

input[type=range].range.progress::-ms-fill-lower {
  height: 6px;
  border-radius: 0;
  margin: -1px 0 -1px -1px;
  background: #232a15;
  border: 0;
  border-right-width: 0;
}

input[type=range].range.progress:hover::-ms-fill-lower {
  background: #232a15;
}

input[type=range].range.progress:active::-ms-fill-lower {
  background: #232a15;
}

.range {
  margin: 0;
}
.range__feature {
  align-items: center;
  display: flex;
  gap: 10px;
  height: 80px;
  justify-content: space-between;
  max-width: 420px;
}
.range__wrapper {
  margin-top: 20px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
.range__wrapper span {
  font-size: 16px;
}
.range__numbers {
  display: flex;
  justify-content: space-between;
  margin: 0 4px;
  padding-top: 6px;
}
.range__value {
  position: absolute;
  top: -30px;
  transform: translateX(-62%);
  background: #fff;
  color: #000;
  padding: 4px 8px;
  font-size: 14px;
  pointer-events: none;
  transition: left 0.1s ease;
}
.range__button {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  height: 38px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 38px;
}
.range__button:hover, .range__button:focus {
  background-color: #fff;
  color: #232a15;
}

.link--external {
  align-items: center;
  display: flex;
}
.link--external a {
  display: flex;
  margin-left: 10px;
}
.link--external i {
  font-size: 20px;
}

.list--unstyle {
  list-style: none;
  padding: 0;
}

.list--inline {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.list--inline li {
  margin-right: 10px;
}
.list--inline li:last-child {
  margin-right: 0;
}

.xoxo {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_ias_comments, .widget_ias_questions {
  margin-bottom: 10px;
}
.widget_ias_comments .hover-secondary:hover .comment-count, .widget_ias_comments .hover-secondary:focus .comment-count, .widget_ias_comments .hover-secondary:active .comment-count, .widget_ias_questions .hover-secondary:hover .comment-count, .widget_ias_questions .hover-secondary:focus .comment-count, .widget_ias_questions .hover-secondary:active .comment-count {
  color: white;
}
.widget_ias_comments .comment-count, .widget_ias_questions .comment-count {
  font-style: italic;
  color: #232a15;
}

ul.question {
  list-style: none;
  padding-left: 0;
}
ul.question li {
  display: block;
  margin-bottom: 10px;
  background: #EBEBEB;
  padding: 10px;
  font-size: 1.1em;
  padding-left: 60px;
  position: relative;
}
ul.question li .small {
  font-size: 0.9em;
  display: block;
}
ul.question li .n-icon, ul.question li .q-icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.question li::after {
  content: " ";
  display: block;
  clear: both;
}

.pagination {
  width: 100%;
  clear: both;
  margin: 10px auto;
}
.pagination ul {
  list-style: none;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination span, .pagination a {
  display: block;
  padding: 2px 7px;
}
.pagination span {
  background: #232a15;
  color: white;
}
.pagination a {
  background: #f4f8e9;
  color: white;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background: #9dcc55;
}
.pagination .prev:before {
  content: "< ";
}
.pagination .prev.current {
  display: none;
}
.pagination .next:after {
  content: " >";
}
.pagination .next.current {
  display: none;
}

.login-cards {
  background: transparent;
  margin: 0 auto;
}
.login-cards .container {
  max-width: 720px;
  margin: 0 auto;
}
.login-cards .back-link {
  text-align: center;
}
.login-cards .back-link .fa {
  font-size: 24px;
  vertical-align: middle;
}
@media print {
  .login-cards .back-link {
    display: none;
  }
}

.login input[type=search] {
  padding: 0.8333333333rem;
}

.login .icon, .login .n-icon, .login .q-icon {
  border-radius: 0;
}

.login.login ul,
.login.tml-register ul,
.login.tml-login ul,
.login.tml-lostpassword ul,
.login.tml-profile ul {
  list-style: none;
  padding-left: 0;
}
.login.login li,
.login.tml-register li,
.login.tml-login li,
.login.tml-lostpassword li,
.login.tml-profile li {
  display: block;
}
.login.login em, .login.login .registration-prompt,
.login.tml-register em,
.login.tml-register .registration-prompt,
.login.tml-login em,
.login.tml-login .registration-prompt,
.login.tml-lostpassword em,
.login.tml-lostpassword .registration-prompt,
.login.tml-profile em,
.login.tml-profile .registration-prompt {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
.login.login form label, .login.login .message label, .login.login .error label,
.login.tml-register form label,
.login.tml-register .message label,
.login.tml-register .error label,
.login.tml-login form label,
.login.tml-login .message label,
.login.tml-login .error label,
.login.tml-lostpassword form label,
.login.tml-lostpassword .message label,
.login.tml-lostpassword .error label,
.login.tml-profile form label,
.login.tml-profile .message label,
.login.tml-profile .error label {
  font-weight: bold;
}
@media (max-width: 1024px) {
  .login.login form, .login.login .message, .login.login .error,
.login.tml-register form,
.login.tml-register .message,
.login.tml-register .error,
.login.tml-login form,
.login.tml-login .message,
.login.tml-login .error,
.login.tml-lostpassword form,
.login.tml-lostpassword .message,
.login.tml-lostpassword .error,
.login.tml-profile form,
.login.tml-profile .message,
.login.tml-profile .error {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .login.login form, .login.login .message, .login.login .error,
.login.tml-register form,
.login.tml-register .message,
.login.tml-register .error,
.login.tml-login form,
.login.tml-login .message,
.login.tml-login .error,
.login.tml-lostpassword form,
.login.tml-lostpassword .message,
.login.tml-lostpassword .error,
.login.tml-profile form,
.login.tml-profile .message,
.login.tml-profile .error {
    width: 100%;
  }
}
.login.login .required,
.login.tml-register .required,
.login.tml-login .required,
.login.tml-lostpassword .required,
.login.tml-profile .required {
  color: red;
}
.login.login .error,
.login.tml-register .error,
.login.tml-login .error,
.login.tml-lostpassword .error,
.login.tml-profile .error {
  padding: 10px;
  color: #333333;
  background: #EBEBEB;
  border-left: 4px solid #e4057f;
}
.login.login .message, .login.login .error,
.login.tml-register .message,
.login.tml-register .error,
.login.tml-login .message,
.login.tml-login .error,
.login.tml-lostpassword .message,
.login.tml-lostpassword .error,
.login.tml-profile .message,
.login.tml-profile .error {
  float: left;
  clear: both;
}
.login.login .first_name .split2,
.login.tml-register .first_name .split2,
.login.tml-login .first_name .split2,
.login.tml-lostpassword .first_name .split2,
.login.tml-profile .first_name .split2 {
  float: left;
  width: 49%;
}
.login.login .first_name .split2.first,
.login.tml-register .first_name .split2.first,
.login.tml-login .first_name .split2.first,
.login.tml-lostpassword .first_name .split2.first,
.login.tml-profile .first_name .split2.first {
  padding-right: 2px;
}
.login.login .first_name .split2.last,
.login.tml-register .first_name .split2.last,
.login.tml-login .first_name .split2.last,
.login.tml-lostpassword .first_name .split2.last,
.login.tml-profile .first_name .split2.last {
  padding-left: 2px;
}
.login.login .user_name,
.login.tml-register .user_name,
.login.tml-login .user_name,
.login.tml-lostpassword .user_name,
.login.tml-profile .user_name {
  clear: both;
}
.login.login .user_password label,
.login.tml-register .user_password label,
.login.tml-login .user_password label,
.login.tml-lostpassword .user_password label,
.login.tml-profile .user_password label {
  clear: both;
}
.login.login .wp-show-pw,
.login.tml-register .wp-show-pw,
.login.tml-login .wp-show-pw,
.login.tml-lostpassword .wp-show-pw,
.login.tml-profile .wp-show-pw {
  cursor: pointer;
  display: table-cell;
  margin: 0 0 0 -2.5rem;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  background: white;
  color: #232a15;
  font-size: 125%;
}
.login.login input:not([type=submit]).size--75pc,
.login.login .size--75pc,
.login.tml-register input:not([type=submit]).size--75pc,
.login.tml-register .size--75pc,
.login.tml-login input:not([type=submit]).size--75pc,
.login.tml-login .size--75pc,
.login.tml-lostpassword input:not([type=submit]).size--75pc,
.login.tml-lostpassword .size--75pc,
.login.tml-profile input:not([type=submit]).size--75pc,
.login.tml-profile .size--75pc {
  width: 75%;
}
.login.login input:not([type=submit]).size--95pc,
.login.login .size--95pc,
.login.tml-register input:not([type=submit]).size--95pc,
.login.tml-register .size--95pc,
.login.tml-login input:not([type=submit]).size--95pc,
.login.tml-login .size--95pc,
.login.tml-lostpassword input:not([type=submit]).size--95pc,
.login.tml-lostpassword .size--95pc,
.login.tml-profile input:not([type=submit]).size--95pc,
.login.tml-profile .size--95pc {
  width: 95%;
}
.login.login fieldset.checkbox,
.login.tml-register fieldset.checkbox,
.login.tml-login fieldset.checkbox,
.login.tml-lostpassword fieldset.checkbox,
.login.tml-profile fieldset.checkbox {
  margin-top: 0.5em;
}
.login.login fieldset.checkbox label,
.login.tml-register fieldset.checkbox label,
.login.tml-login fieldset.checkbox label,
.login.tml-lostpassword fieldset.checkbox label,
.login.tml-profile fieldset.checkbox label {
  font-weight: normal;
}
.login.login fieldset.checkbox span,
.login.tml-register fieldset.checkbox span,
.login.tml-login fieldset.checkbox span,
.login.tml-lostpassword fieldset.checkbox span,
.login.tml-profile fieldset.checkbox span {
  display: block;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.login.login fieldset.checkbox input[type=radio],
.login.tml-register fieldset.checkbox input[type=radio],
.login.tml-login fieldset.checkbox input[type=radio],
.login.tml-lostpassword fieldset.checkbox input[type=radio],
.login.tml-profile fieldset.checkbox input[type=radio] {
  float: left;
  width: auto;
  margin-left: -1em;
  margin-right: 0.5em;
  margin-top: 0.25em;
}
@media (max-width: 767px) {
  .login.login fieldset.checkbox input[type=radio],
.login.tml-register fieldset.checkbox input[type=radio],
.login.tml-login fieldset.checkbox input[type=radio],
.login.tml-lostpassword fieldset.checkbox input[type=radio],
.login.tml-profile fieldset.checkbox input[type=radio] {
    width: auto;
  }
}

.login form {
  overflow: unset;
}

.tml-register input:not([type=submit]) {
  font-size: 150%;
  padding: 0.5rem;
}

#setupform p.error {
  float: none;
}

.lost-password .entry-title,
.tml-lostpassword,
.tml-resetpass,
.reset-password .entry-title {
  max-width: 800px;
}

.lost-password .entry-title,
.reset-password .entry-title {
  margin: 1.5rem auto 2rem;
}

.tml-lostpassword,
.tml-resetpass {
  margin: 0 auto;
}

.form--lostpassword {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5rem 0 1.5rem;
}
@media screen and (min-width: 640px) {
  .form--lostpassword {
    flex-direction: row;
  }
}
.form--lostpassword .submit {
  height: 54px;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .form--lostpassword .submit {
    width: auto;
  }
}

.lostpassword-message .message {
  margin: 0;
}

.tml-user-login-wrap {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .tml-user-login-wrap {
    flex: 1;
    margin: 0 10px 0 0;
  }
}

.tml-user-login-wrap,
.tml-submit-wrap {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .tml-user-login-wrap,
.tml-submit-wrap {
    width: auto;
  }
}

.tml-submit-wrap {
  margin: 0;
}

@media screen and (min-width: 640px) {
  .tml-resetpass form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
}
.tml-resetpass .user-pass1-wrap {
  flex: 1;
}
@media screen and (min-width: 640px) {
  .tml-resetpass .user-pass1-wrap {
    margin-right: 10px;
  }
}
.tml-resetpass .tml-submit-wrap {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .tml-resetpass .tml-submit-wrap {
    max-width: 182px;
  }
}
.tml-resetpass .tml-submit-wrap input[type=submit] {
  width: 100%;
  height: 54px;
  margin: 0;
}

#pass-strength-result {
  font-size: 14px;
  text-align: left;
}
#pass-strength-result.strong {
  color: green;
}
#pass-strength-result.good {
  color: orange;
}
#pass-strength-result.short, #pass-strength-result.bad {
  color: red;
}

.login-box {
  position: relative;
}
.login-box .login__form {
  background-color: white;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.4);
  display: none;
  max-width: 325px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 100%;
  width: max-content;
}
.login-box .login__form .button {
  margin: 10px 0 0;
  max-width: 100%;
  width: 100%;
}
.login-box .login__form .close {
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxzdHlsZT4uc3Qwe2ZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLjUgMS41bDE3IDE3bTAtMTdsLTE3IDE3Ii8+PC9zdmc+");
  cursor: pointer;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
}
.login-box.is-open .login__form {
  display: inline-block;
}

#loginform {
  font-size: 14px;
}
#loginform p {
  margin: 10px 0;
}

#loginform + p.h3 {
  font-size: 14px;
}

.media-modal .btn--primary,
.media-modal button,
.media-modal input[type=submit] {
  color: #666;
  text-transform: unset;
}
.media-modal::selection {
  text-shadow: none;
  background: #ACCEF7;
  color: #1d2327;
}

.nav-dropdown, .menu-header-menu-container {
  background: rgba(35, 42, 21, 0.9);
}
@media screen and (min-width: 768px) {
  .nav-dropdown, .menu-header-menu-container {
    position: relative;
    font-size: 1em;
    text-align: left;
    background: #232a15;
    margin-bottom: 10px;
  }
}

.js .nav-dropdown, .js .menu-header-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  text-align: right;
  font-size: 1.25em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .js .nav-dropdown, .js .menu-header-menu-container {
    position: relative;
    transform: scale(1);
    font-size: 1em;
    text-align: left;
    background: #232a15;
  }
}

.no-js .nav-dropdown, .no-js .menu-header-menu-container {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  .no-js .nav-dropdown, .no-js .menu-header-menu-container {
    font-size: 1em;
  }
}

.nav-dropdown__list, .menu-header-menu-container ul {
  height: 100%;
  font-size: 1em;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .nav-dropdown__list, .menu-header-menu-container ul {
    display: block;
  }
}

.menu-header-menu-container ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.nav-dropdown__list li, .menu-header-menu-container ul li {
  display: block;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .nav-dropdown__list li, .menu-header-menu-container ul li {
    display: inline-block;
  }
}

.nav-dropdown__list > li:not(:first-of-type), .menu-header-menu-container > ul > li:not(:first-of-type) {
  margin-left: -0.3125em;
}

.no-js .nav-dropdown__list > li:not(:first-of-type), .no-js .menu-header-menu-container > ul > li:not(:first-of-type) {
  margin-left: 0;
}

.nav-dropdown__list .button-dropdown, .menu-header-menu-container ul li {
  position: relative;
}

.nav-dropdown__list .button-dropdown:hover > ul,
.nav-dropdown__list .button-dropdown:focus > ul,
.menu-header-menu-container ul li:hover ul,
.menu-header-menu-container ul li:focus ul {
  display: block;
}

.nav-dropdown__list a, .menu-header-menu-container ul a {
  display: block;
  padding: 0.625em 0.9375em;
  text-decoration: none;
  background-color: transparent;
  color: white;
}
@media screen and (min-width: 768px) {
  .nav-dropdown__list a, .menu-header-menu-container ul a {
    padding: 10px 15px;
    line-height: 1;
  }
}

.menu-item-has-children ul a {
  background: #232a15;
  white-space: nowrap;
}

.nav-dropdown__list a:hover,
.nav-dropdown__list a:focus,
.menu-header-menu-container a:hover,
.menu-header-menu-container a:focus {
  outline: none;
  background-color: #9dcc55;
  color: white;
}

@media screen and (min-width: 768px) {
  .menu-header-menu-container > ul > li > a {
    border-left: 1px solid white;
  }
}

.menu-header-menu-container > ul > li:first-child a {
  border-left: 0;
}
.menu-header-menu-container > ul > li:first-child a:before {
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  margin-right: 5px;
}

.nav-dropdown__list .dropdown-icon {
  margin-left: 2px;
  fill: white;
}

.nav-dropdown__list a.dropdown-toggle.active .dropdown-icon {
  fill: white;
}

.nav-dropdown__list .dropdown-menu, .menu-item-has-children ul {
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
  min-width: 100%;
  text-align: right;
  background: rgba(35, 42, 21, 0.6);
  color: white;
}
@media screen and (min-width: 768px) {
  .nav-dropdown__list .dropdown-menu, .menu-item-has-children ul {
    display: none;
    position: absolute;
    left: 0;
    z-index: 500000;
    text-align: left;
    background: #232a15;
  }
}

.no-js .nav-dropdown__list .dropdown-menu, .no-js .menu-item-has-children ul {
  text-align: left;
}
.no-js .nav-dropdown__list .dropdown-menu li a, .no-js .menu-item-has-children ul li a {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .no-js .nav-dropdown__list .dropdown-menu li a, .no-js .menu-item-has-children ul li a {
    padding-left: 10px;
  }
}

.nav-dropdown__list .dropdown-menu li, .menu-item-has-children ul li {
  display: block;
  min-width: 100%;
  white-space: nowrap;
}

.nav-dropdown__list .dropdown-menu a, .menu-item-has-children ul li a {
  display: inline-block;
  width: 100%;
  color: white;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Paging Navigation */
.paging-navigation {
  margin: 48px 0;
}

.paging-navigation .loop-pagination {
  text-align: center;
}

.paging-navigation .page-numbers {
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  margin-right: 1px;
  padding: 7px 16px;
  text-transform: uppercase;
}

.paging-navigation a {
  color: white;
}

.paging-navigation a:hover {
  background: #232a15;
}

nav[role=navigation] {
  transform: scale(0.75);
  flex-wrap: wrap;
  flex: 0 0 auto;
  min-height: 54px;
}
@media screen and (min-width: 400px) {
  nav[role=navigation] {
    flex: initial;
    transform: scale(1);
  }
}

@media screen and (min-width: 640px) {
  .news-report:hover, .news-report:focus {
    background: #9dcc55;
  }
}
.news-report:not(:first-of-type) {
  margin-top: 1rem;
}
.news-report:last-of-type {
  margin-bottom: 1rem;
}

@media screen and (min-width: 640px) {
  .news-report > *:hover, .news-report > *:focus {
    background: #9dcc55;
    color: white;
  }
}

@media screen and (min-width: 640px) {
  .news-report > *:hover ~ * {
    background: #9dcc55;
    color: white;
  }
}

.error,
.warning,
.info {
  padding: 10px;
  color: #333333;
  background: #EBEBEB;
  border-left: 4px solid #e4057f;
}

.notification .good,
.notification.good {
  padding: 10px;
  color: #00cc00;
  background: #EBEBEB;
  border-left: 4px solid #00cc00;
}

.yes_no-popup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5em 1em;
  width: 100%;
}
.yes_no-popup div.message,
.yes_no-popup div.buttons {
  margin: 10px;
}
.yes_no-popup div.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
}
.yes_no-popup div.buttons button {
  margin: 0 20px;
}

.yes_no-popup.hidden {
  display: none;
}

.warning .error,
.error .warning,
.warning .warning,
.error .error {
  padding: 0;
  border-left: none;
}

.profiles {
  font-size: 1em;
  line-height: 1.5;
}

.profiles .card {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media screen and (min-width: 540px) {
  .profiles .card {
    min-height: 550px;
  }
}

.profiles li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.profiles .media-obj__body {
  margin-top: 1em;
  width: 100%;
}
.profiles .media-obj__body p {
  margin-top: 10px;
}
.profiles .media-obj__body a {
  font-weight: bold;
  color: #9dcc55;
}
.profiles .media-obj__body a:hover, .profiles .media-obj__body a:focus, .profiles .media-obj__body a:active {
  color: #a8d269;
}
.profiles .media-obj__body .date {
  font-weight: bold;
}

.profiles .winner::before {
  padding-bottom: 0.5rem;
}

.profiles .avatar, .profiles .linearList.voting img, .linearList.voting .profiles img {
  border: 4px solid #fe0076;
}

.profile-tab {
  margin-top: 1rem;
  padding: 20px;
}
.profile-tab .tab-title {
  margin: 0 0 1.5rem 39.5%;
  border-bottom: solid 1px #232a15;
  padding: 20px 0 10px;
  display: block;
}
.profile-tab h2 {
  display: none;
}

.curriculum-vitae__data .profile-link {
  display: inline-block;
}

.edit-profile .wp-editor-area {
  min-width: 100%;
}
.edit-profile .form-table > tbody > .acf-field .acf-label label {
  font-size: 1rem;
  font-weight: bold;
}
.edit-profile ul.acf-radio-list li, .edit-profile ul.acf-checkbox-list li {
  font-size: 1rem;
  line-height: 1.75rem;
}
.edit-profile .form-table > tbody > .acf-field > .acf-input {
  padding: 20px 0 30px 30px;
  max-width: 80vw;
}
@media screen and (min-width: 769px) {
  .edit-profile .form-table > tbody > .acf-field > .acf-input {
    padding: 20px 0 30px 50px;
  }
}
.edit-profile .form-table > tbody > .acf-field > .acf-input hr {
  display: none;
}
.edit-profile .quicktags-toolbar {
  overflow: scroll;
}
.edit-profile .tml-submit-wrap {
  text-align: right;
}
.edit-profile .return-to-profile {
  float: right;
}
.edit-profile .acf-gallery-sort {
  appearance: auto;
}
.edit-profile ul.acf-radio-list li input[type=radio] {
  margin: -1px 8px 0 0;
}
.edit-profile .tml-form-table tr {
  line-height: 4rem;
}
.edit-profile #your-profile .acf-field input[type=text] {
  max-width: none;
}
.edit-profile .acf-field select {
  appearance: auto;
}
.edit-profile #ias-profile-account-details {
  background: rgba(244, 248, 233, 0.3);
  padding: 20px;
  border-radius: 5px;
  border: solid 2px rgba(35, 42, 21, 0.4);
  box-shadow: 5px 5px 7px rgba(87, 87, 87, 0.1);
}
.edit-profile #ias-profile-account-details .description {
  display: inherit;
  line-height: 1rem;
}
.edit-profile #ias-profile-acf.profile-questions {
  background: rgba(35, 42, 21, 0.05);
  box-shadow: 5px 5px 7px rgba(87, 87, 87, 0.1);
  border-radius: 5px;
  border: solid 2px rgba(35, 42, 21, 0.4);
  margin-bottom: 1rem;
}
.edit-profile .tml-profile .tml-form-table td {
  padding-left: 3.1rem;
}
.edit-profile .tml-profile .tml-form-table th {
  padding-right: 0;
}
.edit-profile .acf-gallery-add {
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem;
  text-transform: none;
  background: #232a15;
  border: solid 1px #232a15;
}
.edit-profile .acf-gallery-add:hover {
  background: #9dcc55;
  border: solid 1px #9dcc55;
}
.edit-profile .acf-gallery .acf-gallery-toolbar .acf-hl li {
  line-height: 40px;
}
.edit-profile .form-table h2 {
  border-bottom: solid 1px #232a15;
  padding-bottom: 10px;
  display: block;
}
.edit-profile tr[data-name=C_IMAGE] {
  background: #fff;
  outline: solid 2px #ccc1d2;
  border-radius: 5px;
}
.edit-profile tbody > tr[data-name=C_IMAGE].acf-field > .acf-label {
  padding: 20px;
}
.edit-profile .acf-image-uploader .button {
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem;
  text-transform: none;
  background: #232a15;
  border: solid 1px #232a15;
  margin-left: 0.5rem;
}
.edit-profile .acf-image-uploader .button:hover {
  background: #9dcc55;
  border: solid 1px #9dcc55;
}

.btn--password {
  color: #232a15;
  border-radius: 5px;
  padding: 0.5rem;
  text-transform: none;
  background: none;
  border-width: 1px;
}
.btn--password:hover {
  background: #232a15;
  border: solid 1px #232a15;
}

.heading {
  border-top: 2px solid rgba(0, 0, 0, 0.4);
  padding-top: 10px;
}

.report {
  padding: 10px 5px 5px;
  background: rgba(255, 255, 255, 0.65);
}

.report-card {
  flex: 1;
  max-width: 700px;
  min-height: 90px;
}
@media screen and (max-width: 768px) {
  .report-card.hide-on-mobile {
    display: none;
  }
}
.report-card .report {
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .report-card .role-scientist figcaption {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 105px;
  }
}

.report__data a:hover {
  cursor: pointer;
}
.report__data a:hover .avatar, .report__data a:hover .linearList.voting img, .linearList.voting .report__data a:hover img {
  border-color: #9dcc55;
}
.report__data a:hover .media-obj__body {
  color: #9dcc55;
}

.report__title {
  display: inline-block;
  font-size: 1.25em;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}

.report__data .avatar, .report__data .linearList.voting img, .linearList.voting .report__data img {
  min-height: 5em;
  min-width: 5em;
}
.report__data .role-scientist {
  margin: 0 0.625em;
}

.report__data .media-obj {
  align-items: center;
  margin: 0;
}

.report__data > a {
  display: inline-block;
  padding: 0 0.25em 0.7em;
  vertical-align: middle;
  color: inherit;
  width: 115px;
}
@media screen and (max-width: 768px) {
  .report__data > a {
    width: auto;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
    flex: 0 1 auto;
  }
}
.report__data > a .media-obj, .report__data > a .figcaption {
  display: block;
  flex: none;
}
@media screen and (max-width: 768px) {
  .report__data > a .media-obj {
    display: flex;
    text-align: left;
    flex-direction: column;
  }
  .report__data > a .media-obj img {
    margin-right: 0;
  }
}

.report__data .media-obj__body {
  font-size: 0.9em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .report__data .media-obj__body {
    font-size: 1em;
  }
}

@media screen and (max-width: 768px) {
  body.single-category-question .report-card {
    display: none;
  }
}
.search-results .icon, .search-results .n-icon, .search-results .q-icon {
  margin-right: 10px;
  float: left;
  margin-top: 5px;
}

.search-results__item {
  display: flex;
  align-items: center;
}
.search-results__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.search-results__cite {
  margin-left: 5px;
}

.search-results.question .post > a {
  font-size: 1.2em;
  padding-top: 0.2em;
  display: inline-block;
  max-width: 90%;
}
.search-results.question .post .search-results__cite {
  display: block;
  padding-top: 0.5em;
  font-size: 0.9em;
  clear: both;
}

.sidebar {
  background-color: rgba(35, 42, 21, 0.06);
  margin-top: 25px;
  padding: 20px 20px;
}
@media screen and (min-width: 769px) {
  .sidebar {
    margin-left: 10px;
  }
}

.widget_ias_cohort h4 {
  margin: 0px;
  padding: 0px;
}
.widget_ias_cohort .cohort-feed {
  margin-bottom: 1em;
}

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.slider-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}

.slider {
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}
.slider .role-scientist {
  display: inline-block;
  width: 100px;
  height: 100%;
  box-sizing: border-box;
}
.slider-wrapper {
  display: flex;
  justify-content: center;
}
.slider-wrapper .report__data {
  display: flex;
  height: 100%;
  overflow-x: auto;
}
.slider-wrapper .arrow {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  height: 78px;
  position: absolute;
  top: 0;
  width: 3em;
}
.slider-wrapper .arrow .icon-arrow {
  background-image: url("../ias2/images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 30px;
  width: 16px;
}
.slider-wrapper .arrow-left {
  left: 0;
}
.slider-wrapper .arrow-right {
  right: 0;
}
.slider-wrapper .arrow-right .icon-arrow {
  transform: rotate(180deg);
}
.slider-wrapper .hidden {
  display: none;
}

.species-status .dtol-legends {
  font-size: 14px;
  list-style: none;
  margin-top: 20px;
  padding: 0;
}
.species-status .dtol-legends li {
  margin-bottom: 6px;
}
.species-status .dtol-legends li:last-child {
  margin-bottom: 0;
}
.species-status .dtol-legends .emoji {
  margin-right: 5px !important;
}
.species-status .headings {
  background-color: #f4f8e9;
}
.species-status .headings th {
  padding: 10px 6px;
  vertical-align: top;
}
.species-status tr:nth-child(2n+3) {
  background-color: rgba(235, 235, 235, 0.5);
}
.species-status tr:nth-child(1n+2) {
  font-size: 14px;
}
.species-status tr td {
  padding: 10px 6px;
}
.species-status tr td:nth-child(1n+3) {
  text-align: center;
}
.species-status .status {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.booking-table .species-status {
  display: block;
  overflow-x: auto;
  min-width: 100%;
}

.title--icon .uagb-icon-list__label {
  color: #000;
  font-family: "dinweb-bold";
  font-size: 0.9em;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.title--icon .uagb-icon-list__source-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  background: #232a15;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 6px !important;
}
.title--icon .uagb-icon-list__source-wrap svg {
  fill: white;
  font-size: 20px !important;
  height: 1em !important;
  width: 1em !important;
}

.speech-bubble {
  margin: 0;
  margin-bottom: 60px;
  padding: 10px;
  position: relative;
  font-size: 1em;
}
.speech-bubble::before {
  content: "";
  display: block;
  position: absolute;
  left: 3rem;
  bottom: -25px;
  transform-origin: center;
  transform: rotate(90deg) skew(-25deg) translateY(16.6666666667px);
}

.speech-bubble p {
  -ms-overflow-style: none;
  overflow: hidden;
}

.speech-bubble .media-obj__fig {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 1.25rem;
}

.speech-bubble .media-obj__fig svg:first-of-type {
  margin-bottom: 0.9375rem;
}

.speech-bubble .media-obj__body > :first-child {
  margin-top: 0;
}

.speech-bubble cite {
  position: absolute;
  top: 108%;
  left: 4rem;
  font-style: normal;
  font-size: 0.875em;
  line-height: 1.125;
  word-wrap: break-all;
  color: black;
}

.speech-bubble cite a {
  font-weight: bold;
  color: #9dcc55;
}
.speech-bubble cite a:hover, .speech-bubble cite a:focus {
  text-decoration: underline;
}

.speech-bubble--secondary a, .speech-bubble--gallery:hover a {
  color: white;
}

.speech-bubble--gallery {
  background: #EBEBEB;
}
.speech-bubble--gallery::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #EBEBEB;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
}
.speech-bubble--gallery:hover {
  cursor: pointer;
}
.speech-bubble--gallery:hover::before {
  border-top-color: #9dcc55;
}

.speech-bubble--secondary, .speech-bubble--gallery:hover {
  background: #9dcc55;
  color: white;
}
.speech-bubble--secondary::before, .speech-bubble--gallery:hover::before {
  border: 12.5px solid transparent;
  border-top: 12.5px solid #9dcc55;
  border-bottom: 0;
  height: 0;
  width: 0;
  border-top-width: 25px;
  bottom: -25px;
}

.grid.one-third .speech-bubble {
  display: flex;
  align-content: stretch;
  padding: 0.125em 1.25em;
  margin-right: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .grid.one-third .speech-bubble {
    min-height: 12.5em;
    max-height: 12.5em;
  }
}

.flexboxtweener .grid.one-third .speech-bubble {
  display: block;
}

.speech-bubble .media-obj__body h1 {
  font-size: 18px;
}

.teacher-status {
  font-size: 1.5em;
}

.teacher-status .avatar, .teacher-status .linearList.voting img, .linearList.voting .teacher-status img {
  border: 0.2083333333em solid #fe0076;
}

.teacher-status .media-obj__body {
  margin-top: 0.5em;
  text-align: center;
}

.teacher-status .status {
  margin-bottom: 0.5em;
  padding: 0.5em;
  background: rgba(240, 255, 255, 0.57);
}

.teacher-status .winner::before {
  padding-bottom: 0.5rem;
}

#generate-reg-form .hidden {
  display: none !important;
}
#generate-reg-form .form-row-container {
  width: 100%;
}
@media (max-width: 767px) {
  #generate-reg-form .form-row-container .form-row input[type=submit] {
    width: 100%;
    font-size: 0.9rem;
  }
}
#generate-reg-form .form-row-container .form-row fieldset.checkbox span {
  display: block;
  padding-left: 35px;
}
#generate-reg-form .form-row-container .form-row fieldset.checkbox input[type=checkbox],
#generate-reg-form .form-row-container .form-row fieldset.checkbox input[type=radio] {
  float: left;
  width: auto;
  margin-left: -30px;
  margin-right: 10px;
  margin-top: 0.25em;
}
@media (max-width: 767px) {
  #generate-reg-form .form-row-container .form-row fieldset.checkbox input[type=checkbox],
#generate-reg-form .form-row-container .form-row fieldset.checkbox input[type=radio] {
    width: auto;
  }
}
#generate-reg-form .form-row-container .form-row .btn--tertiary {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  #generate-reg-form .form-row-container .form-row .btn--tertiary {
    margin-left: 0;
    font-size: 0.9rem;
  }
}

.back-pointer {
  font-size: 1.75em;
}

.title {
  font-size: 1.125rem;
  line-height: 36px;
  position: relative;
  padding-left: 40px;
}

.title .icon, .title .n-icon, .title .q-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.search-results .icon, .search-results .n-icon, .search-results .q-icon {
  display: inline-block;
}

.title a {
  color: inherit;
}
.title a:hover, .title a:focus {
  text-decoration: underline;
}

.toggle-switch {
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
  /* label before toggle */
}
.toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle-switch input:checked + .slider {
  background-color: #9dcc55;
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #9dcc55;
}
.toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggle-switch .slider.round {
  border-radius: 34px;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}
.toggle-switch .toggle-label {
  display: inline-block;
  font-size: 21px;
  vertical-align: bottom;
  line-height: 34px;
  margin-right: 12px;
}

/* Tooltip container */
.tooltip {
  display: inline-block;
  margin: 0 6px;
  position: relative;
}
.tooltip:hover .tooltip__content {
  visibility: visible;
}
.tooltip__content {
  visibility: hidden;
  left: -30px;
  max-width: 360px;
  position: absolute;
  width: 100vw;
  z-index: 1;
  bottom: calc(100% + 6px);
  font-size: 14px;
}
.tooltip .text {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0 6px 1px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 14px;
  position: relative;
}
.tooltip .text:after {
  border: 6px solid black;
  border-color: transparent transparent #fff #fff;
  bottom: -12px;
  box-shadow: -3px 3px 3px 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 28px;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  width: 0;
}

.zone-archive .zone-name {
  width: 15%;
}
.zone-archive .name {
  width: 20%;
}
.zone-archive .about {
  width: 50%;
}
.zone-archive .date {
  width: 15%;
}
.zone-archive .tablesorter-blue th,
.zone-archive .tablesorter-blue thead td {
  background-color: #f4f8e9;
}

ul.zones {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
ul.zones li {
  display: block;
  width: 100%;
  overflow: hidden;
}
ul.zones li.alignleft {
  float: none;
  width: 100%;
}
ul.zones li img {
  max-width: 100%;
  height: 45px;
  margin: 5px 0;
  float: right;
}

.widget_ias_zone_membership ul.zone-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 40px;
  padding: 0;
}
.widget_ias_zone_membership ul.zone-list li {
  margin-bottom: 3px;
}
.widget_ias_zone_membership ul.zone-list li img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1180px) {
  .grid.two-thirds > .row + .row {
    margin-top: 1.25rem;
  }
}

.grid.one-third hr {
  border-top: 2px solid #8E6F9C;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.grid.one-third > .row + .row {
  margin-top: 1.25rem;
}

.grid > li {
  list-style: none;
}

@media screen and (min-width: 740px) and (max-width: 968px) {
  .grid.one-third .card.media-obj {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .grid.one-third .card.media-obj {
    flex-direction: column;
  }
}

.template-primary main > .container {
  padding: 0.8333333333rem 0.8333333333rem 3.75rem 0.8333333333rem;
  background: white;
}
html.is-unscrollable {
  overflow: hidden;
}

.nav-dropdown.is-open {
  transform: scale(1);
  overflow: scroll;
}

.nav-dropdown__list .dropdown-menu.active, .menu-item-has-children:hover ul {
  display: block;
}

.nav-dropdown__list a.dropdown-toggle.active, .menu-item-has-children ul a:hover {
  outline: none;
  background-color: #9dcc55;
  color: white;
}

.activity__loggedout {
  border: 1px solid #9dcc55;
  min-height: 135px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .activity__loggedout {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.activity__loggedout .warning {
  background-color: transparent;
  border: 0;
  font-weight: 600;
  padding: 0 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .activity__loggedout .warning {
    align-items: center;
    display: flex;
    text-align: left;
  }
}
.activity__loggedout .login-box {
  padding: 0 20px;
}
.activity__loggedout .btn, .activity__loggedout button,
.activity__loggedout input[type=submit] {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  width: max-content;
  padding: 1rem 2rem;
}
@media screen and (min-width: 769px) {
  .activity__loggedout .btn, .activity__loggedout button,
.activity__loggedout input[type=submit] {
    display: inline-block;
  }
}
.activity__loggedout .btn--secondary {
  background-color: #232a15;
  border-color: #232a15;
}
.activity__loggedout .btn--secondary:hover {
  background-color: #9dcc55;
  border-color: #9dcc55;
}
.activity__loggedout .overlay {
  background-image: url("images/activity-form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2.5px);
  height: 100%;
  left: 0;
  opacity: 0.4;
  padding: 30px 20px;
  position: absolute;
  top: 0;
  width: 100%;
}

.form--activity,
.activity-form {
  background-color: rgba(244, 248, 233, 0.3);
  padding: 30px;
}

.form--activity {
  margin-top: 40px;
}
.form--activity .gform_confirmation_message {
  padding: 10px;
}
.form--activity .gform_confirmation_message blockquote {
  margin: 0;
}

.talk-video-popout-wrapper .popout-body, #iama-chat-client .embed-wrapper {
  flex-grow: 1;
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.talk-video-popout-wrapper .popout-body::before, #iama-chat-client .embed-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.talk-video-popout-wrapper .popout-body iframe, #iama-chat-client .embed-wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#iama-chat-client {
  font-family: "Helvetica Neue", Helvetica, "calibri", tahoma, arial, sans-serif;
  font-size: 14px;
}
#iama-chat-client * {
  box-sizing: border-box;
}
#iama-chat-client a {
  text-decoration: none;
  border-bottom: 0;
}
#iama-chat-client a:hover, #iama-chat-client a:focus, #iama-chat-client a:active {
  text-decoration: none;
  border-bottom: 0;
}
#iama-chat-client h1 {
  margin: 20px 20px 0 20px;
  font-family: "dinweb-bold", sans-serif;
  color: #232a15;
}
#iama-chat-client h2, #iama-chat-client h3, #iama-chat-client h4, #iama-chat-client h5 {
  font-family: "dinweb-bold", sans-serif;
  color: #232a15;
}
#iama-chat-client p {
  margin: 0 0 1em 0;
}
#iama-chat-client p:last-child {
  margin-bottom: 0;
}
#iama-chat-client button {
  background: #232a15;
  color: #fff;
  padding: 20px;
  border: 0;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
#iama-chat-client a.btn {
  color: white;
  margin: 0;
}
#iama-chat-client table {
  width: 100%;
  border-collapse: collapse;
}
#iama-chat-client th, #iama-chat-client td {
  font-size: 13px;
  padding: 0.8em 0.4em;
}
#iama-chat-client th {
  border: 1px solid #bbb;
}
#iama-chat-client td {
  border-bottom: 1px solid #ddd;
}
#iama-chat-client td.action-icon {
  text-align: center;
}
#iama-chat-client thead,
#iama-chat-client tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}
#iama-chat-client tbody tr:hover {
  background-color: white;
}
#iama-chat-client .link-like {
  color: #232a15;
  cursor: pointer;
}
#iama-chat-client .link-like:hover {
  color: #789048;
}
#iama-chat-client .field-help {
  font-size: 11px;
  font-style: italic;
}
#iama-chat-client .hidden {
  display: none !important;
}
#iama-chat-client .hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  #iama-chat-client .hidden-desktop {
    display: inline-block;
  }
}

#iama-chat-client.is-at-you-view .iacc-main .iacc-right {
  background-color: hsl(0deg, 0%, 95%);
}
#iama-chat-client.is-at-you-view .panel-switchers {
  background-color: #d8e4b5;
  color: #000;
}

#iama-chat-client {
  box-sizing: border-box;
  margin: 2px;
  border: 1px solid #232a15;
  position: relative;
  clear: both;
}
.admin-bar #iama-chat-client .main-chat-wrapper {
  height: calc(var(--vh, 100vh) - 88px);
}
#iama-chat-client .main-chat-wrapper {
  height: 100vh;
  height: calc(var(--vh, 100vh) - 6px);
  display: flex;
}
@media screen and (min-height: 450px) {
  #iama-chat-client .main-chat-wrapper {
    height: calc(var(--vh, 100vh) - 6px - 54px);
  }
}
#iama-chat-client .iacc-top {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #232a15;
}
@media all and (max-height: 800px) {
  #iama-chat-client .iacc-top {
    min-height: 35px;
  }
}
#iama-chat-client .iacc-main {
  flex-grow: 1;
  height: 0;
  min-height: 0;
  display: flex;
}
#iama-chat-client .iacc-main > div {
  overflow-y: scroll;
}
#iama-chat-client .iacc-left {
  display: flex;
  flex-direction: column;
  width: 25%;
  background-color: #f4f8e9;
  background-image: url("./assets/side-bg.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: top right;
}
@media (max-width: 767px) {
  #iama-chat-client .iacc-left {
    width: 100%;
  }
}
#iama-chat-client .iacc-left.minimised {
  width: 30px;
  position: relative;
  overflow: hidden;
}
#iama-chat-client .iacc-left.minimised > * {
  display: none;
}
body.learning.zone #iama-chat-client .iacc-left {
  background-image: none !important;
}
#iama-chat-client .iacc-right {
  display: flex;
  flex-direction: column;
  width: 75%;
}
@media (max-width: 767px) {
  #iama-chat-client .iacc-right {
    display: none;
    overflow: hidden;
  }
}
#iama-chat-client .minimised + .iacc-right {
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  #iama-chat-client .minimised + .iacc-right {
    display: flex;
  }
}
#iama-chat-client .meet-the {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  min-height: 45px;
  background-color: #232a15;
  padding: 6px 8px;
  text-transform: uppercase;
}
#iama-chat-client .meet-the h2 {
  color: white;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0.5em 0 0;
  padding-top: 3px;
}
#iama-chat-client .session-description {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #232a15;
  color: #232a15;
  font-family: "dinweb-bold", sans-serif;
}
#iama-chat-client .online-lists {
  min-height: 0;
  overflow-y: auto;
  flex-grow: 1;
}
#iama-chat-client .current-user {
  margin-top: auto;
  background-image: none;
  padding: 15px;
  border-top: 1px solid #232a15;
  position: relative;
}
#iama-chat-client .session-detail {
  margin-bottom: 15px;
}
#iama-chat-client .panel-switchers {
  height: 45px;
}
#iama-chat-client .main-messages {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  #iama-chat-client .main-messages {
    padding: 10px 10px 30px;
  }
}
#iama-chat-client .main-messages.bottom-fixed, #iama-chat-client .main-messages.bottom-fixed {
  padding-bottom: 100px;
}
#iama-chat-client .write-new {
  background-color: white;
  border-top: 1px solid #232a15;
}
#iama-chat-client .write-new p {
  margin: 1em;
}
#iama-chat-client .minimised .meet-the {
  display: flex;
  padding: 0;
  height: 45px;
}
#iama-chat-client .minimised .meet-the h2 {
  display: none;
}
#iama-chat-client .minimised #toggle-left-panel {
  position: relative;
  right: auto;
}
#iama-chat-client #candidates-list-near-input {
  margin: 0 1em 0.5em;
  color: #232a15;
}
#iama-chat-client #candidates-list-near-input p {
  margin: 0;
}
#iama-chat-client #candidates-list-near-input div {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
#iama-chat-client #candidates-list-near-input .candidate {
  width: auto;
  padding: 0.2em;
  border: 0;
}
#iama-chat-client #candidates-list-near-input .candidate .at-name {
  line-height: 1.1;
}
#iama-chat-client #toggle-left-panel {
  width: 30px;
  margin: 0;
  padding: 8px 0;
}
#iama-chat-client #toggle-left-panel:focus, #iama-chat-client #toggle-left-panel:active {
  outline: 0;
}
#iama-chat-client #toggle-left-panel .fa-bars {
  cursor: pointer;
}
#iama-chat-client #logged-in-status, #iama-chat-client #session-status, #iama-chat-client #admins-only, #iama-chat-client .live-sessions {
  margin: 20px;
  padding: 0;
}
#iama-chat-client .live-sessions ul {
  list-style-type: none;
  padding-inline-start: 0;
}
#iama-chat-client .live-sessions li {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}
#iama-chat-client .live-sessions a {
  border-bottom: 1px solid #9dcc55;
}
#iama-chat-client .live-sessions a:hover {
  border-bottom: 1px solid transparent;
}
#iama-chat-client .live-sessions .fa {
  margin-left: 18px;
  margin-right: 8px;
  color: #232a15;
  font-size: 12px;
  position: relative;
  bottom: 2px;
}
#iama-chat-client .live-sessions .fa:first-child {
  margin-left: 8px;
}
#iama-chat-client #admins-only {
  margin-top: 0;
  padding-top: 0;
  font-family: "dinweb-bold", sans-serif;
}
#iama-chat-client #admins-only h2:first-child {
  padding-top: 20px;
}
#iama-chat-client #admins-only label {
  display: block;
  margin-bottom: 10px;
}
#iama-chat-client #admins-only input,
#iama-chat-client #admins-only select {
  margin: 0 5px;
  padding: 5px;
  border: 1px solid #232a15;
}
#iama-chat-client #admins-only input:focus,
#iama-chat-client #admins-only select:focus {
  outline: 2px solid #232a15;
}

.hide-non-chat-elements header,
.hide-non-chat-elements footer,
.hide-non-chat-elements .grid > :not(#iama-chat-client) {
  display: none;
}

#iama-chat-client .candidate {
  display: flex;
  flex-wrap: wrap;
  padding: 1em;
  border-bottom: 1px solid #232a15;
}
#iama-chat-client .candidate:hover {
  background: #9dcc55;
  color: #000;
  cursor: pointer;
}
#iama-chat-client .candidate:hover .at-name {
  color: #000;
}
#iama-chat-client .candidate .pic {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #232a15;
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
#iama-chat-client .candidate .at-name {
  margin: 0 0.5em 0 0;
  line-height: 32px;
  padding: 0;
  color: #232a15;
  font-weight: bold;
}
@media (max-width: 1024px) {
  #iama-chat-client .candidate .at-name {
    line-height: 32px;
  }
}
#iama-chat-client .candidate .profile {
  margin: 0;
  padding: 8px 0 0 0;
  line-height: 16px;
}

#iama-chat-client #loading-progress {
  padding: 0 20px;
  width: 80%;
  margin-bottom: 20px;
}
#iama-chat-client progress[value] {
  appearance: none;
  border: none;
  width: 100%;
  height: 20px;
  background-color: whiteSmoke;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  color: #9dcc55;
  position: relative;
  margin: 0 0 1.5em;
}
#iama-chat-client progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
}
#iama-chat-client progress[value]::-webkit-progress-value {
  background-color: #9dcc55;
  position: relative;
  border-radius: 3px;
}
#iama-chat-client progress[value]::-moz-progress-bar {
  background-color: #9dcc55;
  border-radius: 2px;
}

#iama-chat-client .message-form {
  margin: 0;
  padding: 10px 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#iama-chat-client .message-form p {
  margin: 0;
}
#iama-chat-client .message-form .input-field {
  flex-grow: 1;
}
#iama-chat-client .message-form input {
  margin-bottom: 0;
  padding: 10px;
  border: 2px solid #232a15;
  color: #232a15;
}
#iama-chat-client .message-form input:focus {
  outline: 0;
}
#iama-chat-client .message-form input.long-message {
  background: rgba(172, 8, 16, 0.5);
}
#iama-chat-client .message-form input[disabled] {
  display: none;
}
#iama-chat-client .message-form input.temp-disable[disabled] {
  display: block;
  background: rgba(172, 8, 16, 0.3);
}
#iama-chat-client .message-form #submit {
  background: #9dcc55;
  color: #000;
  height: auto !important;
  margin: 0 0 0 10px;
  padding: 1em 2em;
  line-height: 1;
  border-radius: 0 !important;
}
#iama-chat-client .message-form #submit:hover, #iama-chat-client .message-form #submit:focus, #iama-chat-client .message-form #submit:active {
  color: #000;
  background: #9dcc55;
}
#iama-chat-client .message-form #submit[disabled] {
  background: #eee;
}
#iama-chat-client .message-form #submit[disabled]:hover, #iama-chat-client .message-form #submit[disabled]:focus, #iama-chat-client .message-form #submit[disabled]:active {
  color: white;
}
#iama-chat-client .message-form #submit.suspended {
  display: block;
  width: 100%;
  background: red;
  margin-left: 0;
  padding: 5px;
  font-size: 14px;
}
#iama-chat-client .message-form .btn, #iama-chat-client .message-form button,
#iama-chat-client .message-form input[type=submit] {
  color: white;
  width: auto;
  padding: 0.5em 1em;
}
#iama-chat-client .session-finished {
  color: #232a15;
  background-color: #f4f8e9;
  text-align: center;
}
#iama-chat-client .session-finished .btn, #iama-chat-client .session-finished button,
#iama-chat-client .session-finished input[type=submit] {
  width: auto;
  padding: 8px 16px;
  color: white;
}
#iama-chat-client .end-msg {
  margin-right: 1em;
}

#iama-chat-client .message-container {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  margin-right: auto;
  margin-bottom: 15px;
  width: 80%;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 650px) {
  #iama-chat-client .message-container {
    width: 100%;
  }
}
#iama-chat-client .message-container[data-usertype=candidate] {
  margin-right: 0;
  margin-left: auto;
  flex-direction: row-reverse;
}
#iama-chat-client .pic {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #232a15;
  border-radius: 50%;
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#iama-chat-client .message-bubble {
  margin: 0 6px;
  padding: 6px;
  position: relative;
  overflow: hidden;
  background: #EBEBEB;
  width: 100%;
  line-height: 1.3;
  border-radius: 1px;
  border: 1px solid transparent;
  color: #232a15;
}
#iama-chat-client .message-bubble:after {
  position: absolute;
  top: 100%;
  left: 5px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #EBEBEB transparent transparent transparent;
}
#iama-chat-client .replying .message-bubble {
  border: 2px solid #9dcc55;
  padding: 2px 0;
}
#iama-chat-client .replying .reply {
  display: none;
}
#iama-chat-client [data-usertype=moderator] .message-bubble {
  background: #FEEB34;
  color: black;
}
#iama-chat-client [data-usertype=moderator] .message-bubble:after {
  border-color: #FEEB34 transparent transparent transparent;
}
#iama-chat-client [data-usertype=candidate] .message-bubble {
  background: #fad8b9;
  color: inherit;
  color: #000;
}
#iama-chat-client [data-usertype=candidate] .message-bubble:after {
  border-color: transparent #fad8b9 transparent transparent;
  border-width: 0 8px 8px 0;
  right: 5px;
  left: auto;
}
#iama-chat-client .display-name {
  font-weight: bold;
  display: inline-block;
}
#iama-chat-client .user-reply-count {
  display: none;
}
#iama-chat-client [data-userType=student] .user-reply-count,
#iama-chat-client [data-userType=public] .user-reply-count,
#iama-chat-client [data-userType=subscriber] .user-reply-count {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  margin: -2px 0;
  color: #fff;
  background: #232a15;
}
#iama-chat-client .msg-action {
  padding: 2px 4px;
  cursor: pointer;
  color: #222;
  position: relative;
}
#iama-chat-client .msg-action:hover, #iama-chat-client .msg-action:focus {
  color: #232a15;
}
#iama-chat-client .msg-action.fa {
  font-size: 16px;
}
#iama-chat-client .reply {
  float: right;
  padding: 6px;
  margin: -6px;
  font-size: 14px;
  text-decoration: underline;
  z-index: 1;
}
#iama-chat-client .reply:hover {
  color: #000;
  background-color: #9dcc55;
  text-decoration: none;
}
#iama-chat-client .msg-action:hover:after {
  content: attr(data-title);
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, "calibri", tahoma, arial, sans-serif;
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 10px;
  white-space: nowrap;
}
#iama-chat-client [data-userType=candidate] .msg-action:hover:after {
  left: 0;
  right: auto;
}
#iama-chat-client .mod-functions {
  display: flex;
  flex-wrap: nowrap;
}
#iama-chat-client .mod-functions .delete:hover, #iama-chat-client .mod-functions .delete:focus {
  color: #fff;
  background-color: red;
}
#iama-chat-client .mod-functions .delete:hover:after, #iama-chat-client .mod-functions .delete:focus:after {
  color: red;
}
#iama-chat-client .mod-functions .suspend:hover, #iama-chat-client .mod-functions .suspend:focus {
  color: #fff;
  background-color: orange;
}
#iama-chat-client .mod-functions .suspend:hover:after, #iama-chat-client .mod-functions .suspend:focus:after {
  color: orange;
}

#iama-chat-client .online-panel {
  margin: 15px;
}
#iama-chat-client .online-panel ul {
  margin: 0;
  padding-left: 15px;
}
#iama-chat-client .online-panel h3,
#iama-chat-client .online-panel h4 {
  font-family: "Helvetica Neue", Helvetica, "calibri", tahoma, arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
}
#iama-chat-client .online-panel .students-list.has-profiles {
  list-style-type: none;
  padding-left: 0;
}
#iama-chat-client .online-panel .students-list.has-profiles li {
  margin-top: 0.5em;
}
#iama-chat-client .online-panel .students-list.has-profiles .student-about {
  font-size: 13px;
  line-height: 17px;
  opacity: 0.75;
}
#iama-chat-client .online-panel .students-list.has-profiles .fa-quote-right,
#iama-chat-client .online-panel .students-list.has-profiles .fa-quote-left {
  font-size: 6px;
  position: relative;
  top: -6px;
  opacity: 0.7;
}
#iama-chat-client .online-panel .students-list.has-profiles .fa-quote-right {
  margin-left: 3px;
}
#iama-chat-client .online-panel .students-list.has-profiles .fa-quote-left {
  margin-right: 3px;
}

#iama-chat-client .panel-switchers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #9dcc55;
  padding: 1em;
  line-height: 1;
  color: #000;
}
@media (max-width: 650px) {
  #iama-chat-client .panel-switchers #chat-end-in {
    display: none;
  }
}
#iama-chat-client .switch {
  margin-left: auto;
  padding: 6px;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#iama-chat-client #main-panel-switch:hover, #iama-chat-client #main-panel-switch:focus, #iama-chat-client #main-panel-switch:active,
#iama-chat-client #your-panel-switch:hover,
#iama-chat-client #your-panel-switch:focus,
#iama-chat-client #your-panel-switch:active {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (max-width: 650px) {
  #iama-chat-client .panel-switchers #your-panel-switch.switch,
#iama-chat-client #main-panel-switch {
    display: block;
  }
}
#iama-chat-client #new-count-your, #iama-chat-client #new-count-main {
  display: inline-block;
  background: #232a15;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
}

#iama-chat-client table {
  table-layout: fixed;
}
#iama-chat-client col.listing-date {
  width: 90px;
}
#iama-chat-client col.listing-candidate-type {
  width: 95px;
}
#iama-chat-client col.listing-time {
  width: 55px;
}
#iama-chat-client col.listing-finished {
  width: 70px;
}
#iama-chat-client col.listing-icon {
  width: 45px;
}
#iama-chat-client th.rotate {
  height: 120px;
  white-space: nowrap;
}
#iama-chat-client th.rotate div {
  transform: rotate(-77deg) translateX(-34px);
}

#iama-chat-client .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 42, 21, 0.3);
}
#iama-chat-client .thread-popup-centralising-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#iama-chat-client .thread-popup-relative-wrapper {
  position: relative;
  width: 70%;
}
@media (max-width: 1024px) {
  #iama-chat-client .thread-popup-relative-wrapper {
    width: 80%;
  }
}
@media (max-width: 650px) {
  #iama-chat-client .thread-popup-relative-wrapper {
    width: 95%;
  }
}
#iama-chat-client .thread-popup {
  display: flex;
  flex-direction: column;
  max-height: calc(var(--vh, 100vh) * 0.5);
  background: white;
  padding: 15px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
@media (max-height: 768px) {
  #iama-chat-client .thread-popup {
    max-height: calc(var(--vh, 100vh) * 0.85);
  }
}
#iama-chat-client .thread-popup .popup-messages {
  flex-grow: 1;
  overflow-y: auto;
}
#iama-chat-client .thread-popup .message-form {
  padding: 10px 0 0 0;
}
#iama-chat-client .thread-popup .write-new {
  border-top: 0;
}
#iama-chat-client #close-popup {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  background: #232a15;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
}
#iama-chat-client #close-popup .fa {
  line-height: 21px;
}

#iama-chat-client .pause-zone {
  margin: 0 -15px -15px;
  padding: 15px;
}
#iama-chat-client .pause-zone .status {
  display: inline-block;
}
#iama-chat-client .pause-zone .btn, #iama-chat-client .pause-zone button,
#iama-chat-client .pause-zone input[type=submit] {
  margin: 0 0 0 1em;
  padding: 0 1em;
  width: auto;
  text-transform: none;
  color: #ed7c16;
  border: 1px solid #ed7c16;
  border-radius: 12px;
}
#iama-chat-client .pause-zone .btn:hover, #iama-chat-client .pause-zone button:hover,
#iama-chat-client .pause-zone input[type=submit]:hover {
  color: #000;
  background-color: #ed7c16;
}
#iama-chat-client .pause-zone.is-paused {
  background-color: red;
  margin-top: 15px;
}
#iama-chat-client .pause-zone.is-paused .status {
  color: white;
  font-style: normal;
}
#iama-chat-client .pause-zone.is-paused .btn, #iama-chat-client .pause-zone.is-paused button,
#iama-chat-client .pause-zone.is-paused input[type=submit] {
  color: red;
  background-color: white;
  border: white;
}
#iama-chat-client .pause-zone.is-paused .btn:hover, #iama-chat-client .pause-zone.is-paused button:hover,
#iama-chat-client .pause-zone.is-paused input[type=submit]:hover {
  color: white;
  background-color: green;
}

.talk-video-popout-wrapper {
  position: absolute;
  top: 450px;
  left: 20px;
  z-index: 99;
  border: 2px solid #232a15;
  border-radius: 4px;
  background-color: #fff;
}
.talk-video-popout-wrapper .popout-header {
  background-color: #fff;
  text-align: right;
}
.talk-video-popout-wrapper .popout-header .fa-close {
  font-size: 22px;
  padding: 8px;
  color: #232a15;
  cursor: pointer;
}
.talk-video-popout-wrapper .popout-header .fa-close:hover {
  color: #9dcc55;
}
.talk-video-popout-wrapper .popout-body {
  width: 600px;
  max-width: calc(100vw - 44px);
}

#iama-chat-client .expand-video-btn {
  position: absolute;
  top: 78px;
  right: 15px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  padding: 10px;
  margin: 0;
  border-radius: 4px;
}
#iama-chat-client .expand-video-btn:hover {
  background-color: #000;
  font-size: 30px;
  padding: 9px;
}

#iama-chat-client.for-print {
  background-color: #fff;
}
#iama-chat-client.for-print[data-edit-mode=true] .hide-in-edit-mode {
  display: none !important;
}
#iama-chat-client.for-print[data-edit-mode=true] .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid #232a15;
  z-index: 4;
}
#iama-chat-client.for-print[data-edit-mode=true] .messages-wrapper {
  padding-top: 180px;
}
#iama-chat-client.for-print[data-edit-mode=true][data-help-showing] .messages-wrapper {
  padding-top: 330px;
}
#iama-chat-client.for-print .header-wrapper .show-when-has-edits {
  display: none;
}
#iama-chat-client.for-print .header-wrapper[data-has-edits] .show-when-has-edits {
  display: inline;
}
#iama-chat-client.for-print .header-wrapper[data-has-edits] div.show-when-has-edits {
  display: block;
}
#iama-chat-client.for-print .header-wrapper[data-has-edits] .hide-when-has-edits {
  display: none;
}
#iama-chat-client.for-print .header-wrapper .show-when-published {
  display: none;
}
#iama-chat-client.for-print .header-wrapper[data-is-published] div.show-when-published {
  display: block;
}
#iama-chat-client.for-print .header-wrapper[data-is-published] .hide-when-published {
  display: none;
}
#iama-chat-client.for-print .header-wrapper .show-when-viewing-original {
  display: none;
}
#iama-chat-client.for-print .header-wrapper[data-viewing-original] .show-when-viewing-original {
  display: inline;
}
#iama-chat-client.for-print .header-wrapper[data-viewing-original] div.show-when-viewing-original {
  display: block;
}
#iama-chat-client.for-print .header-wrapper[data-viewing-original] .hide-when-viewing-original {
  display: none;
}
#iama-chat-client.for-print .header-wrapper[data-viewing-published] .hide-when-viewing-published {
  display: none;
}
#iama-chat-client.for-print .messages-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #797979;
}
@media print {
  #iama-chat-client.for-print .messages-wrapper {
    border: 0;
  }
}
#iama-chat-client.for-print .message-container {
  width: auto;
  max-width: 80%;
  break-inside: avoid;
}
#iama-chat-client.for-print .message-container[data-depth="0"] {
  margin-left: 0px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="0"] {
  margin-left: 0px;
}
#iama-chat-client.for-print .message-container[data-depth="1"] {
  margin-left: 25px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="1"] {
  margin-left: 25px;
}
#iama-chat-client.for-print .message-container[data-depth="2"] {
  margin-left: 50px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="2"] {
  margin-left: 50px;
}
#iama-chat-client.for-print .message-container[data-depth="3"] {
  margin-left: 75px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="3"] {
  margin-left: 75px;
}
#iama-chat-client.for-print .message-container[data-depth="4"] {
  margin-left: 100px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="4"] {
  margin-left: 100px;
}
#iama-chat-client.for-print .message-container[data-depth="5"] {
  margin-left: 125px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="5"] {
  margin-left: 125px;
}
#iama-chat-client.for-print .message-container[data-depth="6"] {
  margin-left: 150px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="6"] {
  margin-left: 150px;
}
#iama-chat-client.for-print .message-container[data-depth="7"] {
  margin-left: 175px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="7"] {
  margin-left: 175px;
}
#iama-chat-client.for-print .message-container[data-depth="8"] {
  margin-left: 200px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="8"] {
  margin-left: 200px;
}
#iama-chat-client.for-print .message-container[data-depth="9"] {
  margin-left: 225px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="9"] {
  margin-left: 225px;
}
#iama-chat-client.for-print .message-container[data-depth="10"] {
  margin-left: 250px;
}
#iama-chat-client.for-print .message-container[data-preview-depth="10"] {
  margin-left: 250px;
}
#iama-chat-client.for-print .message.deleted-true {
  opacity: 0.5;
  border: 1px dashed red;
}
#iama-chat-client.for-print .deleting .message {
  box-shadow: 0 0 10px red;
}
#iama-chat-client.for-print .dragging .message {
  box-shadow: 0 4px 10px #3cf;
  border-color: #3cf;
}
#iama-chat-client.for-print .dropping-on .message {
  box-shadow: inset 0 2px 6px rgba(102, 102, 102, 0.4);
  border-color: rgba(102, 102, 102, 0.2);
}
#iama-chat-client.for-print .no-drop .message {
  opacity: 0.5;
}
#iama-chat-client.for-print .msg-edit {
  float: right;
  margin-left: 1em;
}
#iama-chat-client.for-print .msg-edit:hover {
  cursor: pointer;
}
#iama-chat-client.for-print .msg-edit.msg-edit-delete {
  color: red;
}
#iama-chat-client.for-print .msg-edit.msg-edit-drag {
  color: orange;
  display: none;
}
#iama-chat-client.for-print [draggable=true] .msg-edit.msg-edit-drag {
  display: block;
}
#iama-chat-client.for-print [data-usertype=candidate] .message-bubble:after {
  border-color: #fad8b9 transparent transparent transparent;
  border-width: 8px 8px 0 0;
  right: auto;
  left: 5px;
}
#iama-chat-client.for-print .print-header {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}
#iama-chat-client.for-print .print-header h1 {
  margin: 0;
  padding-bottom: 0;
  font-size: 21px;
}
#iama-chat-client.for-print .print-header p {
  margin: 0;
  font-weight: bold;
}
#iama-chat-client.for-print .print-header img {
  max-height: 70px;
}
#iama-chat-client.for-print .print-instructions {
  margin: 20px;
}
#iama-chat-client.for-print .instructions {
  margin-bottom: 0.5em;
}
#iama-chat-client.for-print .head-zone {
  margin: 20px;
}
#iama-chat-client.for-print .print-btn {
  display: inline-block;
  color: #000;
  background-color: #ed7c16;
  padding: 10px 18px;
  line-height: 1;
  cursor: pointer;
}
#iama-chat-client.for-print .print-btn:hover {
  background-color: #f8cca4;
}
#iama-chat-client.for-print .user-list {
  margin: 20px;
  break-before: page;
}
#iama-chat-client.for-print .user-list .description {
  margin: 0;
}
#iama-chat-client.for-print .user-list h3 {
  font-size: 16px;
  margin-bottom: 5px;
}
#iama-chat-client.for-print .user-list ul {
  margin-top: 0;
}
@media print {
  #iama-chat-client.for-print {
    border: 0;
  }
  #iama-chat-client.for-print .no-print {
    display: none !important;
  }
  #iama-chat-client.for-print .message-bubble {
    border: 1px solid #797979;
  }
  #iama-chat-client.for-print .message-bubble::after {
    border-color: #797979 transparent transparent transparent;
  }
  #iama-chat-client.for-print [data-usertype=moderator] .message-bubble {
    border: 1px solid #FFE700;
  }
  #iama-chat-client.for-print [data-usertype=moderator] .message-bubble::after {
    border-color: #FFE700 transparent transparent transparent;
  }
  #iama-chat-client.for-print [data-usertype=candidate] .message-bubble {
    border: 1px solid #BBE5F7;
  }
  #iama-chat-client.for-print [data-usertype=candidate] .message-bubble::after {
    border-color: #BBE5F7 transparent transparent transparent;
  }
}

body.page-template-page-chat header.sticky-header header[role=banner] .textwidget img {
  height: 70px;
}

@media all and (max-width: 500px) {
  body.page-template-page-chat header.sticky-header header[role=banner] .textwidget img {
    height: auto;
  }
}
@media (max-width: 800px) {
  .admin-bar #thread-popup {
    top: 50px !important;
  }
}
.tinynav {
  display: none;
}

@media screen and (max-width: 768px) {
  .tinynav {
    display: block;
  }
  .select-nav {
    display: none;
  }
  .no-js .select-nav {
    display: block;
    font-size: 0;
  }
  .no-js .select-nav li {
    display: inline-block;
    width: 50%;
    font-size: 16px;
  }
}
.list-reset {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.list-inline {
  display: flex;
  flex-wrap: wrap;
}

.list-inline li:first-of-type {
  margin-left: 0.3125rem;
}

.list-inline li {
  margin-right: 0.3125rem;
}

.fit-space {
  display: inline-block;
  width: 100%;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

img[class*=align],
img[class*=wp-image-] {
  height: auto;
}

.wp-caption,
.wp-caption img {
  max-width: 100%;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.no-padlr {
  padding-left: 0;
  padding-right: 0;
}

.material-shadow, .curriculum-vitae__body img, .report, .teacher-status .status {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.screen-reader-text,
.visually-hidden,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text.focusable:active,
.visually-hidden.focusable:active,
.visuallyhidden.focusable:active,
.screen-reader-text.focusable:focus,
.visually-hidden.focusable:focus,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix::after, .row::after {
  content: " ";
  display: block;
  clear: both;
}

#candidate-checkboxes:before, #team-checkboxes:before, .linearList.voting:before,
#candidate-checkboxes:after,
#team-checkboxes:after,
.linearList.voting:after {
  content: "";
  display: table;
}

#candidate-checkboxes:after, #team-checkboxes:after, .linearList.voting:after {
  clear: both;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  header[role=banner] > .container {
    display: none;
  }
  body.profile p.back-link {
    display: none;
  }
  body.profile .cv .card {
    margin: 0px;
    font-size: 1em;
  }
  .flex {
    display: block;
  }
  #user_switching_switch_on a {
    display: none;
  }
}
body {
  background: url("./images/background.png") center no-repeat fixed #f4f8e9;
}

footer .home-logo {
  max-width: 400px;
}

header .form-group--inline-btn {
  border: 2px solid #C0ACC6;
}
header section.widget-container img {
  max-width: 300px;
}

.card--gallery a.read-more {
  color: #9dcc55;
}

footer[role=contentinfo] .grid.three-quarters {
  transform: none !important;
}

/*** THIS SECTION WILL EVENTUALLY BE ROLLED UP INTO PARENT THEME ***/
[class*=icon-ask], [class*=icon-chat], [class*=icon-vote] {
  background-image: url("./images/sprite-raster.png");
  height: 60px;
  width: 145px;
}
[class*=icon-ask]:hover, [class*=icon-chat]:hover, [class*=icon-vote]:hover {
  height: 60px;
  width: 145px;
}

#iama-chat-client .displayName {
  color: #ed7c16;
  font-weight: bold;
}

a {
  color: #789048;
  text-decoration: underline;
}
a:focus, a:hover, a:active {
  color: #ed7c16;
}
a.fit-space, a.card-single, .grid.one-third a {
  color: #232a15;
  text-decoration: none;
}
a.fit-space:focus, a.fit-space:hover, a.fit-space:active, a.card-single:focus, a.card-single:hover, a.card-single:active, .grid.one-third a:focus, .grid.one-third a:hover, .grid.one-third a:active {
  color: #789048;
}

.report__data > a {
  text-decoration: none;
}

.paging-navigation a:hover {
  color: white;
}

.paging-navigation a {
  color: #232a15;
}

.banner {
  color: #000;
}
.banner__inner {
  border-color: #000;
}
.banner a {
  color: #000;
}

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