/*! Spectre.css v0.5.8 | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* 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
   ========================================================================== */
@import url("https://use.typekit.net/oit4lyz.css");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i,900");
html {
  font-family: sans-serif;
  /* 1 */
  -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 (removed).
 */
/**
 * 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. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* 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; }

/**
 * Modify default styling of address.
 */
address {
  font-style: normal; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * 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,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 (changed) */
  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-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */ }

/**
 * 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: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  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 (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

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

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

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

html {
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent; }

body {
  background: #fff;
  color: #3b4351;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

a {
  color: #5755d9;
  outline: none;
  text-decoration: none; }
  a:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2); }
  a:focus, a:hover, a:active, a.active {
    color: #302ecd;
    text-decoration: underline; }
  a:visited {
    color: #807fe2; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5em;
  margin-top: 0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500; }

h1,
.h1 {
  font-size: 2rem; }

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

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

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

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

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

p {
  margin: 0 0 1.2rem; }

a,
ins,
u {
  text-decoration-skip: ink edges; }

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none; }

kbd {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: .1rem .2rem;
  background: #303742;
  color: #fff;
  font-size: 0.7rem; }

mark {
  background: #ffe9b3;
  color: #3b4351;
  border-bottom: 0.05rem solid #ffd367;
  border-radius: 0.1rem;
  padding: 0.05rem 0.1rem 0; }

blockquote {
  border-left: 0.1rem solid #dadee4;
  margin-left: 0;
  padding: 0.4rem 0.8rem; }
  blockquote p:last-child {
    margin-bottom: 0; }

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 0.8rem 0 0.8rem 0.8rem; }
  ul li,
  ol li {
    margin-top: 0.4rem; }

ul {
  list-style: disc inside; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style: decimal inside; }
  ol ol {
    list-style-type: lower-alpha; }

dl dt {
  font-weight: bold; }
dl dd {
  margin: 0.4rem 0 0.8rem 0; }

.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left; }
  .table.table-striped tbody tr:nth-of-type(odd) {
    background: #f7f8f9; }
  .table tbody tr.active, .table.table-striped tbody tr.active {
    background: #eef0f3; }
  .table.table-hover tbody tr:hover {
    background: #eef0f3; }
  .table.table-scroll {
    display: block;
    overflow-x: auto;
    padding-bottom: .75rem;
    white-space: nowrap; }
  .table td,
  .table th {
    border-bottom: 0.05rem solid #dadee4;
    padding: 0.6rem 0.4rem; }
  .table th {
    border-bottom-width: 0.1rem; }

.btn {
  appearance: none;
  background: #fff;
  border: 0.05rem solid #5755d9;
  border-radius: 0.1rem;
  color: #5755d9;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.25rem 0.4rem;
  text-align: center;
  text-decoration: none;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2); }
  .btn:focus, .btn:hover {
    background: #f1f1fc;
    border-color: #4b48d6;
    text-decoration: none; }
  .btn:active, .btn.active {
    background: #4b48d6;
    border-color: #3634d2;
    color: #fff;
    text-decoration: none; }
    .btn:active.loading::after, .btn.active.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn[disabled], .btn:disabled, .btn.disabled {
    cursor: default;
    opacity: .5;
    pointer-events: none; }
  .btn.btn-primary {
    background: #5755d9;
    border-color: #4b48d6;
    color: #fff; }
    .btn.btn-primary:focus, .btn.btn-primary:hover {
      background: #4240d4;
      border-color: #3634d2;
      color: #fff; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background: #3a38d2;
      border-color: #302ecd;
      color: #fff; }
    .btn.btn-primary.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn.btn-success {
    background: #32b643;
    border-color: #2faa3f;
    color: #fff; }
    .btn.btn-success:focus {
      box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); }
    .btn.btn-success:focus, .btn.btn-success:hover {
      background: #30ae40;
      border-color: #2da23c;
      color: #fff; }
    .btn.btn-success:active, .btn.btn-success.active {
      background: #2a9a39;
      border-color: #278e34;
      color: #fff; }
    .btn.btn-success.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn.btn-error {
    background: #e85600;
    border-color: #d95000;
    color: #fff; }
    .btn.btn-error:focus {
      box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); }
    .btn.btn-error:focus, .btn.btn-error:hover {
      background: #de5200;
      border-color: #cf4d00;
      color: #fff; }
    .btn.btn-error:active, .btn.btn-error.active {
      background: #c44900;
      border-color: #b54300;
      color: #fff; }
    .btn.btn-error.loading::after {
      border-bottom-color: #fff;
      border-left-color: #fff; }
  .btn.btn-link {
    background: transparent;
    border-color: transparent;
    color: #5755d9; }
    .btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
      color: #302ecd; }
  .btn.btn-sm {
    font-size: 0.7rem;
    height: 1.4rem;
    padding: 0.05rem 0.3rem; }
  .btn.btn-lg {
    font-size: 0.9rem;
    height: 2rem;
    padding: 0.35rem 0.6rem; }
  .btn.btn-block {
    display: block;
    width: 100%; }
  .btn.btn-action {
    width: 1.8rem;
    padding-left: 0;
    padding-right: 0; }
    .btn.btn-action.btn-sm {
      width: 1.4rem; }
    .btn.btn-action.btn-lg {
      width: 2rem; }
  .btn.btn-clear {
    background: transparent;
    border: 0;
    color: currentColor;
    height: 1rem;
    line-height: 0.8rem;
    margin-left: 0.2rem;
    margin-right: -2px;
    opacity: 1;
    padding: 0.1rem;
    text-decoration: none;
    width: 1rem; }
    .btn.btn-clear:focus, .btn.btn-clear:hover {
      background: rgba(247, 248, 249, 0.5);
      opacity: .95; }
    .btn.btn-clear::before {
      content: "\2715"; }

.btn-group {
  display: inline-flex;
  flex-wrap: wrap; }
  .btn-group .btn {
    flex: 1 0 auto; }
    .btn-group .btn:first-child:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
    .btn-group .btn:not(:first-child):not(:last-child) {
      border-radius: 0;
      margin-left: -0.05rem; }
    .btn-group .btn:last-child:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      margin-left: -0.05rem; }
    .btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
      z-index: 1; }
  .btn-group.btn-group-block {
    display: flex; }
    .btn-group.btn-group-block .btn {
      flex: 1 0 0; }

.form-group:not(:last-child) {
  margin-bottom: 0.4rem; }

fieldset {
  margin-bottom: 0.8rem; }

legend {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 0.8rem; }

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.3rem 0; }
  .form-label.label-sm {
    font-size: 0.7rem;
    padding: 0.1rem 0; }
  .form-label.label-lg {
    font-size: 0.9rem;
    padding: 0.4rem 0; }

.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  color: #3b4351;
  display: block;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: none;
  padding: 0.25rem 0.4rem;
  position: relative;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  width: 100%; }
  .form-input:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
    border-color: #5755d9; }
  .form-input::placeholder {
    color: #bcc3ce; }
  .form-input.input-sm {
    font-size: 0.7rem;
    height: 1.4rem;
    padding: 0.05rem 0.3rem; }
  .form-input.input-lg {
    font-size: 0.9rem;
    height: 2rem;
    padding: 0.35rem 0.6rem; }
  .form-input.input-inline {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .form-input[type="file"] {
    height: auto; }

textarea.form-input, textarea.form-input.input-lg, textarea.form-input.input-sm {
  height: auto; }

.form-input-hint {
  color: #bcc3ce;
  font-size: 0.7rem;
  margin-top: 0.2rem; }
  .has-success .form-input-hint, .is-success + .form-input-hint {
    color: #32b643; }
  .has-error .form-input-hint, .is-error + .form-input-hint {
    color: #e85600; }

.form-select {
  appearance: none;
  border: 0.05rem solid #bcc3ce;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 0.8rem;
  height: 1.8rem;
  line-height: 1.2rem;
  outline: none;
  padding: 0.25rem 0.4rem;
  vertical-align: middle;
  width: 100%;
  background: #fff; }
  .form-select:focus {
    box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
    border-color: #5755d9; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.select-sm {
    font-size: 0.7rem;
    height: 1.4rem;
    padding: 0.05rem 1.1rem 0.05rem 0.3rem; }
  .form-select.select-lg {
    font-size: 0.9rem;
    height: 2rem;
    padding: 0.35rem 1.4rem 0.35rem 0.6rem; }
  .form-select[size], .form-select[multiple] {
    height: auto;
    padding: 0.25rem 0.4rem; }
    .form-select[size] option, .form-select[multiple] option {
      padding: 0.1rem 0.2rem; }
  .form-select:not([multiple]):not([size]) {
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
    padding-right: 1.2rem; }

.has-icon-left,
.has-icon-right {
  position: relative; }
  .has-icon-left .form-icon,
  .has-icon-right .form-icon {
    height: 0.8rem;
    margin: 0 0.25rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
    z-index: 2; }

.has-icon-left .form-icon {
  left: 0.05rem; }
.has-icon-left .form-input {
  padding-left: 1.3rem; }

.has-icon-right .form-icon {
  right: 0.05rem; }
.has-icon-right .form-input {
  padding-right: 1.3rem; }

.form-checkbox,
.form-radio,
.form-switch {
  display: block;
  line-height: 1.2rem;
  margin: 0.2rem 0;
  min-height: 1.4rem;
  padding: 0.1rem 0.4rem 0.1rem 1.2rem;
  position: relative; }
  .form-checkbox input,
  .form-radio input,
  .form-switch input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px; }
    .form-checkbox input:focus + .form-icon,
    .form-radio input:focus + .form-icon,
    .form-switch input:focus + .form-icon {
      box-shadow: 0 0 0 0.1rem rgba(87, 85, 217, 0.2);
      border-color: #5755d9; }
    .form-checkbox input:checked + .form-icon,
    .form-radio input:checked + .form-icon,
    .form-switch input:checked + .form-icon {
      background: #5755d9;
      border-color: #5755d9; }
  .form-checkbox .form-icon,
  .form-radio .form-icon,
  .form-switch .form-icon {
    border: 0.05rem solid #bcc3ce;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    transition: background .2s, border .2s, box-shadow .2s, color .2s; }
  .form-checkbox.input-sm,
  .form-radio.input-sm,
  .form-switch.input-sm {
    font-size: 0.7rem;
    margin: 0; }
  .form-checkbox.input-lg,
  .form-radio.input-lg,
  .form-switch.input-lg {
    font-size: 0.9rem;
    margin: 0.3rem 0; }

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #fff;
  height: 0.8rem;
  left: 0;
  top: 0.3rem;
  width: 0.8rem; }
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #eef0f3; }

.form-checkbox .form-icon {
  border-radius: 0.1rem; }
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: 0.1rem solid #fff;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px; }
.form-checkbox input:indeterminate + .form-icon {
  background: #5755d9;
  border-color: #5755d9; }
  .form-checkbox input:indeterminate + .form-icon::before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 10px; }

.form-radio .form-icon {
  border-radius: 50%; }
.form-radio input:checked + .form-icon::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6px; }

.form-switch {
  padding-left: 2rem; }
  .form-switch .form-icon {
    background: #bcc3ce;
    background-clip: padding-box;
    border-radius: 0.45rem;
    height: 0.9rem;
    left: 0;
    top: 0.25rem;
    width: 1.6rem; }
    .form-switch .form-icon::before {
      background: #fff;
      border-radius: 50%;
      content: "";
      display: block;
      height: 0.8rem;
      left: 0;
      position: absolute;
      top: 0;
      transition: background .2s, border .2s, box-shadow .2s, color .2s, left .2s;
      width: 0.8rem; }
  .form-switch input:checked + .form-icon::before {
    left: 14px; }
  .form-switch input:active + .form-icon::before {
    background: #f7f8f9; }

.input-group {
  display: flex; }
  .input-group .input-group-addon {
    background: #f7f8f9;
    border: 0.05rem solid #bcc3ce;
    border-radius: 0.1rem;
    line-height: 1.2rem;
    padding: 0.25rem 0.4rem;
    white-space: nowrap; }
    .input-group .input-group-addon.addon-sm {
      font-size: 0.7rem;
      padding: 0.05rem 0.3rem; }
    .input-group .input-group-addon.addon-lg {
      font-size: 0.9rem;
      padding: 0.35rem 0.6rem; }
  .input-group .form-input,
  .input-group .form-select {
    flex: 1 1 auto;
    width: 1%; }
  .input-group .input-group-btn {
    z-index: 1; }
  .input-group .form-input:first-child:not(:last-child),
  .input-group .form-select:first-child:not(:last-child),
  .input-group .input-group-addon:first-child:not(:last-child),
  .input-group .input-group-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .input-group .form-input:not(:first-child):not(:last-child),
  .input-group .form-select:not(:first-child):not(:last-child),
  .input-group .input-group-addon:not(:first-child):not(:last-child),
  .input-group .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    margin-left: -0.05rem; }
  .input-group .form-input:last-child:not(:first-child),
  .input-group .form-select:last-child:not(:first-child),
  .input-group .input-group-addon:last-child:not(:first-child),
  .input-group .input-group-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -0.05rem; }
  .input-group .form-input:focus,
  .input-group .form-select:focus,
  .input-group .input-group-addon:focus,
  .input-group .input-group-btn:focus {
    z-index: 2; }
  .input-group .form-select {
    width: auto; }
  .input-group.input-inline {
    display: inline-flex; }

.has-success .form-input, .form-input.is-success,
.has-success .form-select, .form-select.is-success {
  background: #f9fdfa;
  border-color: #32b643; }
  .has-success .form-input:focus, .form-input.is-success:focus,
  .has-success .form-select:focus, .form-select.is-success:focus {
    box-shadow: 0 0 0 0.1rem rgba(50, 182, 67, 0.2); }
.has-error .form-input, .form-input.is-error, .has-error .form-select, .form-select.is-error {
  background: #fffaf7;
  border-color: #e85600; }
  .has-error .form-input:focus, .form-input.is-error:focus, .has-error .form-select:focus, .form-select.is-error:focus {
    box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2); }

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon, .form-radio.is-error .form-icon,
.has-error .form-switch .form-icon, .form-switch.is-error .form-icon {
  border-color: #e85600; }
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon, .form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon, .form-switch.is-error input:checked + .form-icon {
  background: #e85600;
  border-color: #e85600; }
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon, .form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon, .form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
  border-color: #e85600; }

.has-error .form-checkbox input:indeterminate + .form-icon, .form-checkbox.is-error input:indeterminate + .form-icon {
  background: #e85600;
  border-color: #e85600; }

.form-input:not(:placeholder-shown):invalid {
  border-color: #e85600; }
  .form-input:not(:placeholder-shown):invalid:focus {
    box-shadow: 0 0 0 0.1rem rgba(232, 86, 0, 0.2);
    background: #fffaf7; }
  .form-input:not(:placeholder-shown):invalid + .form-input-hint {
    color: #e85600; }

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #eef0f3;
  cursor: not-allowed;
  opacity: .5; }

.form-input[readonly] {
  background-color: #f7f8f9; }

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #eef0f3;
  cursor: not-allowed;
  opacity: .5; }

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #fff; }

.form-horizontal {
  padding: 0.4rem 0; }
  .form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap; }

.form-inline {
  display: inline-block; }

.label {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: .1rem .2rem;
  background: #eef0f3;
  color: #455060;
  display: inline-block; }
  .label.label-rounded {
    border-radius: 5rem;
    padding-left: .4rem;
    padding-right: .4rem; }
  .label.label-primary {
    background: #5755d9;
    color: #fff; }
  .label.label-secondary {
    background: #f1f1fc;
    color: #5755d9; }
  .label.label-success {
    background: #32b643;
    color: #fff; }
  .label.label-warning {
    background: #ffb700;
    color: #fff; }
  .label.label-error {
    background: #e85600;
    color: #fff; }

code {
  border-radius: 0.1rem;
  line-height: 1.25;
  padding: .1rem .2rem;
  background: #fcf2f2;
  color: #d73e48;
  font-size: 85%; }

.code {
  border-radius: 0.1rem;
  color: #3b4351;
  position: relative; }
  .code::before {
    color: #bcc3ce;
    content: attr(data-lang);
    font-size: 0.7rem;
    position: absolute;
    right: 0.4rem;
    top: 0.1rem; }
  .code code {
    background: #f7f8f9;
    color: inherit;
    display: block;
    line-height: 1.5;
    overflow-x: auto;
    padding: 1rem;
    width: 100%; }

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%; }

.img-fit-cover {
  object-fit: cover; }

.img-fit-contain {
  object-fit: contain; }

.video-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%; }
  .video-responsive::before {
    content: "";
    display: block;
    padding-bottom: 56.25%; }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }

video.video-responsive {
  height: auto;
  max-width: 100%; }
  video.video-responsive::before {
    content: none; }

.video-responsive-4-3::before {
  padding-bottom: 75%; }

.video-responsive-1-1::before {
  padding-bottom: 100%; }

.figure {
  margin: 0 0 0.4rem 0; }
  .figure .figure-caption {
    color: #66758c;
    margin-top: 0.4rem; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  width: 100%; }
  .container.grid-2x {
    max-width: 1456px; }
  .container.grid-xl {
    max-width: 1296px; }
  .container.grid-lg {
    max-width: 976px; }
  .container.grid-md {
    max-width: 856px; }
  .container.grid-sm {
    max-width: 616px; }
  .container.grid-xs {
    max-width: 496px; }

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important; }

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.4rem;
  margin-right: -0.4rem; }
  .columns.col-gapless {
    margin-left: 0;
    margin-right: 0; }
    .columns.col-gapless > .column {
      padding-left: 0;
      padding-right: 0; }
  .columns.col-oneline {
    flex-wrap: nowrap;
    overflow-x: auto; }

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem; }
  .column.col-12, .column.col-11, .column.col-10, .column.col-9, .column.col-8, .column.col-7, .column.col-6, .column.col-5, .column.col-4, .column.col-3, .column.col-2, .column.col-1, .column.col-auto {
    flex: none; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto; }

.col-mx-auto {
  margin-left: auto;
  margin-right: auto; }

.col-ml-auto {
  margin-left: auto; }

.col-mr-auto {
  margin-right: auto; }

@media (max-width: 1280px) {
  .col-xl-12,
  .col-xl-11,
  .col-xl-10,
  .col-xl-9,
  .col-xl-8,
  .col-xl-7,
  .col-xl-6,
  .col-xl-5,
  .col-xl-4,
  .col-xl-3,
  .col-xl-2,
  .col-xl-1,
  .col-xl-auto {
    flex: none; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-11 {
    width: 91.66666667%; }

  .col-xl-10 {
    width: 83.33333333%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-8 {
    width: 66.66666667%; }

  .col-xl-7 {
    width: 58.33333333%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-5 {
    width: 41.66666667%; }

  .col-xl-4 {
    width: 33.33333333%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-2 {
    width: 16.66666667%; }

  .col-xl-1 {
    width: 8.33333333%; }

  .col-xl-auto {
    width: auto; }

  .hide-xl {
    display: none !important; }

  .show-xl {
    display: block !important; } }
@media (max-width: 960px) {
  .col-lg-12,
  .col-lg-11,
  .col-lg-10,
  .col-lg-9,
  .col-lg-8,
  .col-lg-7,
  .col-lg-6,
  .col-lg-5,
  .col-lg-4,
  .col-lg-3,
  .col-lg-2,
  .col-lg-1,
  .col-lg-auto {
    flex: none; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-auto {
    width: auto; }

  .hide-lg {
    display: none !important; }

  .show-lg {
    display: block !important; } }
@media (max-width: 840px) {
  .col-md-12,
  .col-md-11,
  .col-md-10,
  .col-md-9,
  .col-md-8,
  .col-md-7,
  .col-md-6,
  .col-md-5,
  .col-md-4,
  .col-md-3,
  .col-md-2,
  .col-md-1,
  .col-md-auto {
    flex: none; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-auto {
    width: auto; }

  .hide-md {
    display: none !important; }

  .show-md {
    display: block !important; } }
@media (max-width: 600px) {
  .col-sm-12,
  .col-sm-11,
  .col-sm-10,
  .col-sm-9,
  .col-sm-8,
  .col-sm-7,
  .col-sm-6,
  .col-sm-5,
  .col-sm-4,
  .col-sm-3,
  .col-sm-2,
  .col-sm-1,
  .col-sm-auto {
    flex: none; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-auto {
    width: auto; }

  .hide-sm {
    display: none !important; }

  .show-sm {
    display: block !important; } }
@media (max-width: 480px) {
  .col-xs-12,
  .col-xs-11,
  .col-xs-10,
  .col-xs-9,
  .col-xs-8,
  .col-xs-7,
  .col-xs-6,
  .col-xs-5,
  .col-xs-4,
  .col-xs-3,
  .col-xs-2,
  .col-xs-1,
  .col-xs-auto {
    flex: none; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-11 {
    width: 91.66666667%; }

  .col-xs-10 {
    width: 83.33333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-8 {
    width: 66.66666667%; }

  .col-xs-7 {
    width: 58.33333333%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-5 {
    width: 41.66666667%; }

  .col-xs-4 {
    width: 33.33333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-2 {
    width: 16.66666667%; }

  .col-xs-1 {
    width: 8.33333333%; }

  .col-xs-auto {
    width: auto; }

  .hide-xs {
    display: none !important; }

  .show-xs {
    display: block !important; } }
.navbar {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .navbar .navbar-section {
    align-items: center;
    display: flex;
    flex: 1 0 0; }
    .navbar .navbar-section:not(:first-child):last-child {
      justify-content: flex-end; }
  .navbar .navbar-center {
    align-items: center;
    display: flex;
    flex: 0 0 auto; }
  .navbar .navbar-brand {
    font-size: 0.9rem;
    text-decoration: none; }

/*! Spectre.css Icons v0.5.8 | MIT License | github.com/picturepan2/spectre */
.icon {
  box-sizing: border-box;
  display: inline-block;
  font-size: inherit;
  font-style: normal;
  height: 1em;
  position: relative;
  text-indent: -9999px;
  vertical-align: middle;
  width: 1em; }
  .icon::before, .icon::after {
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .icon.icon-2x {
    font-size: 1.6rem; }
  .icon.icon-3x {
    font-size: 2.4rem; }
  .icon.icon-4x {
    font-size: 3.2rem; }

.accordion .icon,
.btn .icon,
.toast .icon,
.menu .icon {
  vertical-align: -10%; }

.btn-lg .icon {
  vertical-align: -15%; }

.icon-arrow-down::before,
.icon-arrow-left::before,
.icon-arrow-right::before,
.icon-arrow-up::before,
.icon-downward::before,
.icon-back::before,
.icon-forward::before,
.icon-upward::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: .65em;
  width: .65em; }

.icon-arrow-down::before {
  transform: translate(-50%, -75%) rotate(225deg); }

.icon-arrow-left::before {
  transform: translate(-25%, -50%) rotate(-45deg); }

.icon-arrow-right::before {
  transform: translate(-75%, -50%) rotate(135deg); }

.icon-arrow-up::before {
  transform: translate(-50%, -25%) rotate(45deg); }

.icon-back::after,
.icon-forward::after {
  background: currentColor;
  height: 0.1rem;
  width: .8em; }

.icon-downward::after,
.icon-upward::after {
  background: currentColor;
  height: .8em;
  width: 0.1rem; }

.icon-back::after {
  left: 55%; }
.icon-back::before {
  transform: translate(-50%, -50%) rotate(-45deg); }

.icon-downward::after {
  top: 45%; }
.icon-downward::before {
  transform: translate(-50%, -50%) rotate(-135deg); }

.icon-forward::after {
  left: 45%; }
.icon-forward::before {
  transform: translate(-50%, -50%) rotate(135deg); }

.icon-upward::after {
  top: 55%; }
.icon-upward::before {
  transform: translate(-50%, -50%) rotate(45deg); }

.icon-caret::before {
  border-top: .3em solid currentColor;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  height: 0;
  transform: translate(-50%, -25%);
  width: 0; }

.icon-menu::before {
  background: currentColor;
  box-shadow: 0 -.35em, 0 .35em;
  height: 0.1rem;
  width: 100%; }

.icon-apps::before {
  background: currentColor;
  box-shadow: -.35em -.35em, -.35em 0, -.35em .35em, 0 -.35em, 0 .35em, .35em -.35em, .35em 0, .35em .35em;
  height: 3px;
  width: 3px; }

.icon-resize-horiz::before, .icon-resize-horiz::after,
.icon-resize-vert::before,
.icon-resize-vert::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-right: 0;
  height: .45em;
  width: .45em; }
.icon-resize-horiz::before,
.icon-resize-vert::before {
  transform: translate(-50%, -90%) rotate(45deg); }
.icon-resize-horiz::after,
.icon-resize-vert::after {
  transform: translate(-50%, -10%) rotate(225deg); }

.icon-resize-horiz::before {
  transform: translate(-90%, -50%) rotate(-45deg); }
.icon-resize-horiz::after {
  transform: translate(-10%, -50%) rotate(135deg); }

.icon-more-horiz::before,
.icon-more-vert::before {
  background: currentColor;
  box-shadow: -.4em 0, .4em 0;
  border-radius: 50%;
  height: 3px;
  width: 3px; }

.icon-more-vert::before {
  box-shadow: 0 -.4em, 0 .4em; }

.icon-plus::before,
.icon-minus::before,
.icon-cross::before {
  background: currentColor;
  height: 0.1rem;
  width: 100%; }

.icon-plus::after,
.icon-cross::after {
  background: currentColor;
  height: 100%;
  width: 0.1rem; }

.icon-cross::before {
  width: 100%; }
.icon-cross::after {
  height: 100%; }
.icon-cross::before, .icon-cross::after {
  transform: translate(-50%, -50%) rotate(45deg); }

.icon-check::before {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: .5em;
  width: .9em;
  transform: translate(-50%, -75%) rotate(-45deg); }

.icon-stop {
  border: 0.1rem solid currentColor;
  border-radius: 50%; }
  .icon-stop::before {
    background: currentColor;
    height: 0.1rem;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1em; }

.icon-shutdown {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-top-color: transparent; }
  .icon-shutdown::before {
    background: currentColor;
    content: "";
    height: .5em;
    top: .1em;
    width: 0.1rem; }

.icon-refresh::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  height: 1em;
  width: 1em; }
.icon-refresh::after {
  border: .2em solid currentColor;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  left: 80%;
  top: 20%;
  width: 0; }

.icon-search::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: .75em;
  left: 5%;
  top: 5%;
  transform: translate(0, 0) rotate(45deg);
  width: .75em; }
.icon-search::after {
  background: currentColor;
  height: 0.1rem;
  left: 80%;
  top: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: .4em; }

.icon-edit::before {
  border: 0.1rem solid currentColor;
  height: .4em;
  transform: translate(-40%, -60%) rotate(-45deg);
  width: .85em; }
.icon-edit::after {
  border: .15em solid currentColor;
  border-top-color: transparent;
  border-right-color: transparent;
  height: 0;
  left: 5%;
  top: 95%;
  transform: translate(0, -100%);
  width: 0; }

.icon-delete::before {
  border: 0.1rem solid currentColor;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  border-top: 0;
  height: .75em;
  top: 60%;
  width: .75em; }
.icon-delete::after {
  background: currentColor;
  box-shadow: -.25em .2em, .25em .2em;
  height: 0.1rem;
  top: 0.05rem;
  width: .5em; }

.icon-share {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  border-right: 0;
  border-top: 0; }
  .icon-share::before {
    border: 0.1rem solid currentColor;
    border-left: 0;
    border-top: 0;
    height: .4em;
    left: 100%;
    top: .25em;
    transform: translate(-125%, -50%) rotate(-45deg);
    width: .4em; }
  .icon-share::after {
    border: 0.1rem solid currentColor;
    border-bottom: 0;
    border-right: 0;
    border-radius: 75% 0;
    height: .5em;
    width: .6em; }

.icon-flag::before {
  background: currentColor;
  height: 1em;
  left: 15%;
  width: 0.1rem; }
.icon-flag::after {
  border: 0.1rem solid currentColor;
  border-bottom-right-radius: 0.1rem;
  border-left: 0;
  border-top-right-radius: 0.1rem;
  height: .65em;
  top: 35%;
  left: 60%;
  width: .8em; }

.icon-bookmark::before {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  height: .9em;
  width: .8em; }
.icon-bookmark::after {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0.1rem;
  height: .5em;
  transform: translate(-50%, 35%) rotate(-45deg) skew(15deg, 15deg);
  width: .5em; }

.icon-download,
.icon-upload {
  border-bottom: 0.1rem solid currentColor; }
  .icon-download::before,
  .icon-upload::before {
    border: 0.1rem solid currentColor;
    border-bottom: 0;
    border-right: 0;
    height: .5em;
    width: .5em;
    transform: translate(-50%, -60%) rotate(-135deg); }
  .icon-download::after,
  .icon-upload::after {
    background: currentColor;
    height: .6em;
    top: 40%;
    width: 0.1rem; }

.icon-upload::before {
  transform: translate(-50%, -60%) rotate(45deg); }
.icon-upload::after {
  top: 50%; }

.icon-copy::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  border-right: 0;
  border-bottom: 0;
  height: .8em;
  left: 40%;
  top: 35%;
  width: .8em; }
.icon-copy::after {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  height: .8em;
  left: 60%;
  top: 60%;
  width: .8em; }

.icon-time {
  border: 0.1rem solid currentColor;
  border-radius: 50%; }
  .icon-time::before {
    background: currentColor;
    height: .4em;
    transform: translate(-50%, -75%);
    width: 0.1rem; }
  .icon-time::after {
    background: currentColor;
    height: .3em;
    transform: translate(-50%, -75%) rotate(90deg);
    transform-origin: 50% 90%;
    width: 0.1rem; }

.icon-mail::before {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem;
  height: .8em;
  width: 1em; }
.icon-mail::after {
  border: 0.1rem solid currentColor;
  border-right: 0;
  border-top: 0;
  height: .5em;
  transform: translate(-50%, -90%) rotate(-45deg) skew(10deg, 10deg);
  width: .5em; }

.icon-people::before {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: .45em;
  top: 25%;
  width: .45em; }
.icon-people::after {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 0 0;
  height: .4em;
  top: 75%;
  width: .9em; }

.icon-message {
  border: 0.1rem solid currentColor;
  border-bottom: 0;
  border-radius: 0.1rem;
  border-right: 0; }
  .icon-message::before {
    border: 0.1rem solid currentColor;
    border-bottom-right-radius: 0.1rem;
    border-left: 0;
    border-top: 0;
    height: .8em;
    left: 65%;
    top: 40%;
    width: .7em; }
  .icon-message::after {
    background: currentColor;
    border-radius: 0.1rem;
    height: .3em;
    left: 10%;
    top: 100%;
    transform: translate(0, -90%) rotate(45deg);
    width: 0.1rem; }

.icon-photo {
  border: 0.1rem solid currentColor;
  border-radius: 0.1rem; }
  .icon-photo::before {
    border: 0.1rem solid currentColor;
    border-radius: 50%;
    height: .25em;
    left: 35%;
    top: 35%;
    width: .25em; }
  .icon-photo::after {
    border: 0.1rem solid currentColor;
    border-bottom: 0;
    border-left: 0;
    height: .5em;
    left: 60%;
    transform: translate(-50%, 25%) rotate(-45deg);
    width: .5em; }

.icon-link::before, .icon-link::after {
  border: 0.1rem solid currentColor;
  border-radius: 5em 0 0 5em;
  border-right: 0;
  height: .5em;
  width: .75em; }
.icon-link::before {
  transform: translate(-70%, -45%) rotate(-45deg); }
.icon-link::after {
  transform: translate(-30%, -55%) rotate(135deg); }

.icon-location::before {
  border: 0.1rem solid currentColor;
  border-radius: 50% 50% 50% 0;
  height: .8em;
  transform: translate(-50%, -60%) rotate(-45deg);
  width: .8em; }
.icon-location::after {
  border: 0.1rem solid currentColor;
  border-radius: 50%;
  height: .2em;
  transform: translate(-50%, -80%);
  width: .2em; }

.icon-emoji {
  border: 0.1rem solid currentColor;
  border-radius: 50%; }
  .icon-emoji::before {
    border-radius: 50%;
    box-shadow: -.17em -.1em, .17em -.1em;
    height: .15em;
    width: .15em; }
  .icon-emoji::after {
    border: 0.1rem solid currentColor;
    border-bottom-color: transparent;
    border-radius: 50%;
    border-right-color: transparent;
    height: .5em;
    transform: translate(-50%, -40%) rotate(-135deg);
    width: .5em; }

/********************************************
* Colors
*********************************************/
/********************************************
* Keyframes
*********************************************/
@keyframes anime {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: 0.1; }
  to {
    transform: scale(1.2, 1.5);
    opacity: 0; } }
@keyframes anime-circle {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: 0.1; }
  to {
    transform: scale(1.5, 1.5);
    opacity: 0; } }
/********************************************
* Responsive
*********************************************/
/********************************************
* Font Mixins
*********************************************/
/********************************************
* Responsive Mixins
*********************************************/
/********************************************
* Misc Mixins
*********************************************/
@font-face {
  font-family: 'nlgs';
  src: url("../fonts/nlgs/nlgs.eot?rcx990");
  src: url("../fonts/nlgs/nlgs.eot?rcx990#iefix") format("embedded-opentype"), url("../fonts/nlgs/nlgs.ttf?rcx990") format("truetype"), url("../fonts/nlgs/nlgs.woff?rcx990") format("woff"), url("../fonts/nlgs/nlgs.svg?rcx990#nlgs") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-nlgs-"], [class*=" icon-nlgs-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nlgs', serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-nlgs-arrow-forward {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
  .icon-nlgs-arrow-forward:before {
    content: "\e317"; }

.icon-nlgs-triangle {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
  .icon-nlgs-triangle:before {
    content: "\e86b"; }

.icon-nlgs-external-arrow:before {
  content: "\e901"; }

.icon-nlgs-expand-more:before {
  content: "\e5cf"; }

.icon-nlgs-control-point:before {
  content: "\e3ba"; }

.icon-nlgs-chevron-right:before {
  content: "\e409"; }

.icon-nlgs-close:before {
  content: "\e5cd"; }

.icon-nlgs-hamburger:before {
  content: "\e900"; }

.icon-nlgs-cancel-circle:before {
  content: "\ea0d"; }

.icon-nlgs-arrow-up:before {
  content: "\ea3a"; }

.icon-nlgs-arrow-down:before {
  content: "\ea3e"; }

.btn.nlgs-btn {
  height: 60px;
  width: 210px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 30px;
  -moz-background-clip: padding-box;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  background-color: #252525;
  border-color: #252525;
  -webkit-box-shadow: 2px 10px 35px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 10px 35px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 10px 35px 0 rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 15px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 47px;
  font-weight: 500;
  margin: 0;
  transition: all .3s; }
  .btn.nlgs-btn:hover {
    color: #3bdc65; }
  .btn.nlgs-btn.btn-green {
    position: relative;
    background-color: #3bdc65;
    border-color: #3bdc65;
    color: #252525; }
    .btn.nlgs-btn.btn-green:hover {
      color: white; }
    .btn.nlgs-btn.btn-green.anime:before, .btn.nlgs-btn.btn-green.anime:after {
      content: "";
      position: absolute;
      z-index: -10;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border-radius: 32px;
      background: #3bdc65;
      border: 1px solid #3bdc65;
      transform: translate3d(0, 0, 0); }
    .btn.nlgs-btn.btn-green.anime:before {
      animation: anime 3s ease-out infinite; }
    .btn.nlgs-btn.btn-green.anime:after {
      animation: anime 3s ease-out 1s infinite; }
  .btn.nlgs-btn.circle {
    border-radius: 1000px; }
    .btn.nlgs-btn.circle.anime:before, .btn.nlgs-btn.circle.anime:after {
      border-radius: 1000px; }
    .btn.nlgs-btn.circle.anime:before {
      animation: anime-circle 3s ease-out infinite; }
    .btn.nlgs-btn.circle.anime:after {
      animation: anime-circle 3s ease-out 1s infinite; }

/********************************************
* Global Overrides
*********************************************/
html {
  overflow-x: hidden; }

body {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #252525;
  background-color: white; }
  body.home {
    background-image: url("../images/front-bg.jpg");
    background-size: cover;
    background-position: center; }
    @media (max-width: 1024px) {
      body.home {
        background-image: url("../images/front-bg-90.jpg"); } }
    @media (max-width: 568px) {
      body.home {
        background-position: center 100px;
        background-repeat: no-repeat; } }
  body.menu-open {
    overflow: hidden; }

.container {
  padding-left: 1.9rem;
  padding-right: 1.9rem; }
  @media (max-width: 1455px) {
    .container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1120px) {
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }

#page {
  position: relative;
  z-index: 10; }
  #page.blur {
    filter: blur(10px); }

p {
  letter-spacing: .5px; }

a {
  color: #252525;
  text-decoration: none; }
  a:visited {
    color: #252525; }

#primary {
  padding-left: 110px;
  padding-right: 110px; }
  @media (max-width: 1120px) {
    #primary {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 768px) {
    #primary {
      padding-left: 0;
      padding-right: 0; } }

iframe {
  max-width: 100%; }

/********************************************
* Header
*********************************************/
.skip-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }
  .skip-link:focus, .skip-link:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999; }

header#main-header {
  padding: 46px 0 44px 0; }
  .home header#main-header {
    padding: 72px 0 100px 0; }
    @media (max-width: 768px) {
      .home header#main-header {
        padding: 45px 0 0 0; } }
  header#main-header .navbar {
    position: relative; }
  header#main-header .site-branding a {
    display: block;
    text-decoration: none;
    max-width: 550px;
    margin-left: -5px; }
  header#main-header .site-branding .site-title {
    position: relative;
    margin: 0;
    padding-left: 133px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2.7px; }
    @media (max-width: 568px) {
      header#main-header .site-branding .site-title {
        font-size: 13px;
        padding-left: 0; } }
    header#main-header .site-branding .site-title:after {
      content: ' ';
      position: absolute;
      top: 5px;
      left: -8px;
      width: 131px;
      height: 36px;
      background-color: #252525; }
      @media (max-width: 568px) {
        header#main-header .site-branding .site-title:after {
          display: none; } }
    header#main-header .site-branding .site-title .bold-text {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 1.5px; }
      @media (max-width: 568px) {
        header#main-header .site-branding .site-title .bold-text {
          font-size: 16px; } }
      header#main-header .site-branding .site-title .bold-text br {
        display: none; }
        @media (max-width: 644px) and (min-width: 569px) {
          header#main-header .site-branding .site-title .bold-text br {
            display: block; } }
        @media (max-width: 484px) {
          header#main-header .site-branding .site-title .bold-text br {
            display: block; } }
  @media (max-width: 768px) {
    header#main-header {
      padding: 27px 0 0 0; } }

/********************************************
* Footer
*********************************************/
footer#colophon {
  text-align: center;
  background-color: #f0f0f0; }
  footer#colophon p {
    margin: 0;
    padding: 25px;
    font-size: 14px;
    color: rgba(82, 82, 82, 0.8);
    line-height: 29px;
    letter-spacing: 0; }

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #overlay .overlay-inner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    opacity: .75;
    z-index: 20; }
    @media (max-width: 568px) {
      #overlay .overlay-inner {
        width: 100%; } }
  #overlay .icon-container {
    position: absolute;
    top: 6.1%;
    width: 100%;
    height: 30px;
    text-align: right;
    z-index: 21;
    pointer-events: none; }
    .home #overlay .icon-container {
      top: 8.9%; }
      .home #overlay .icon-container.logged-in {
        top: calc(8.9% + 32px); }
    #overlay .icon-container .icon-inner {
      text-align: right;
      max-width: 1456px;
      margin: 0 auto;
      padding-left: 110px;
      padding-right: 110px;
      pointer-events: none; }
      @media (min-width: 1455px) {
        #overlay .icon-container .icon-inner {
          max-width: 1324px; } }
      @media (max-width: 1455px) {
        #overlay .icon-container .icon-inner {
          padding-left: 136px;
          padding-right: 136px; } }
      @media (max-width: 1276px) {
        #overlay .icon-container .icon-inner {
          padding-left: 145px;
          padding-right: 145px; } }
      @media (max-width: 1120px) {
        #overlay .icon-container .icon-inner {
          padding-left: 87px;
          padding-right: 87px; } }
      @media (max-width: 768px) {
        #overlay .icon-container .icon-inner {
          padding-right: 20px; } }
    #overlay .icon-container.logged-in {
      top: calc(6.1% + 32px); }
  #overlay .icon-nlgs-hamburger {
    display: block;
    font-size: 21px;
    margin-top: 3.5px;
    margin-left: auto;
    cursor: pointer;
    pointer-events: all;
    transition: color .3s;
    width: 30px; }
    #overlay .icon-nlgs-hamburger.white {
      color: white; }
      @media (max-width: 1024px) {
        #overlay .icon-nlgs-hamburger.white {
          color: #252525; } }
    #overlay .icon-nlgs-hamburger:hover {
      color: #3bdc65; }
    @media (max-width: 568px) {
      #overlay .icon-nlgs-hamburger {
        right: -49px; } }
  #overlay .icon-cross {
    display: block;
    font-size: 30px;
    color: #3bdc65;
    cursor: pointer;
    pointer-events: all;
    margin-left: auto;
    transition: color .3s; }
    #overlay .icon-cross:hover {
      color: white; }
    @media (max-width: 568px) {
      #overlay .icon-cross {
        right: -2px; } }
  #overlay .navbar-section {
    flex-direction: column;
    margin-top: 24vh; }
    #overlay .navbar-section .navbar-inner {
      text-align: right;
      max-width: 1380px;
      margin: 0 auto;
      padding-left: 110px;
      padding-right: 140px; }
      #overlay .navbar-section .navbar-inner .nav {
        display: inline-block; }
      #overlay .navbar-section .navbar-inner a {
        display: block;
        text-decoration: none;
        font-size: 30px;
        letter-spacing: 2px;
        text-align: right;
        text-transform: uppercase;
        color: white;
        margin-bottom: 4.1vh; }
        #overlay .navbar-section .navbar-inner a span {
          display: inline;
          position: relative;
          z-index: 1;
          transition: all .3s; }
          #overlay .navbar-section .navbar-inner a span:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 0%;
            /* or 100px */
            border-bottom: 2px solid white;
            transition: all .3s; }
          #overlay .navbar-section .navbar-inner a span:hover {
            color: #3bdc65; }
            #overlay .navbar-section .navbar-inner a span:hover:before {
              width: 100%; }
      @media (max-width: 1120px) {
        #overlay .navbar-section .navbar-inner {
          padding-left: 30px;
          padding-right: 30px; } }
      @media (max-width: 768px) {
        #overlay .navbar-section .navbar-inner {
          padding-right: 20px; } }

/********************************************
* Standard Header
*********************************************/
.standard-header {
  background-image: url("../images/vectorlines.png");
  background-size: cover; }
  .standard-header .header-content {
    margin-top: 70px; }
    @media (max-width: 1120px) {
      .standard-header .header-content {
        width: 100%;
        margin-bottom: 30px; } }
  .standard-header .entry-header h1 {
    font-size: 85px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 0.17em; }
    @media (max-width: 568px) {
      .standard-header .entry-header h1 {
        font-size: 62px; } }
  .standard-header .entry-content {
    max-width: 426px; }
    .standard-header .entry-content h4 {
      font-size: 18px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 1em; }
    .standard-header .entry-content p {
      font-size: 15px;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 1rem; }
    @media (max-width: 1120px) {
      .standard-header .entry-content {
        width: 100%;
        max-width: unset; } }
  .standard-header .header-image {
    margin-left: 15px;
    margin-right: -15px; }
    @media (max-width: 768px) {
      .standard-header .header-image {
        width: 100%; } }
    .standard-header .header-image .img {
      height: 690px;
      width: 890px;
      background-position: center;
      -webkit-box-shadow: 10px 20px 85px -9px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 10px 20px 85px -9px rgba(0, 0, 0, 0.5);
      box-shadow: 10px 20px 85px -9px rgba(0, 0, 0, 0.5); }
      @media (max-width: 768px) {
        .standard-header .header-image .img {
          width: 110%; } }

/********************************************
* Home Page
*********************************************/
.content-area.home {
  margin-bottom: 239px; }
  .content-area.home .home-content {
    width: 47%;
    margin-top: 188px; }
    .content-area.home .home-content h1 {
      font-size: 59px;
      margin-bottom: .48em;
      line-height: 74px;
      font-family: 'Playfair Display', serif;
      font-weight: 900;
      font-style: normal; }
      @media (max-width: 568px) {
        .content-area.home .home-content h1 {
          font-size: 10vw;
          line-height: 16.4vw; } }
    .content-area.home .home-content p {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 33px;
      letter-spacing: 3px; }
    .content-area.home .home-content .content {
      margin-bottom: 55px; }
      @media (max-width: 1455px) {
        .content-area.home .home-content .content {
          width: 93%; } }
      @media (max-width: 1276px) {
        .content-area.home .home-content .content {
          width: 100%; } }
    .content-area.home .home-content .cta-buttons .btn.nlgs-btn.btn-green {
      margin-right: 15px; }
    @media (max-width: 568px) {
      .content-area.home .home-content .cta-buttons .btn {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 20px; } }
    @media (max-width: 1024px) {
      .content-area.home .home-content {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 60px; }
        .content-area.home .home-content .content, .content-area.home .home-content .cta-buttons {
          width: 70%;
          margin: 0 auto; } }
    @media (max-width: 1024px) {
      .content-area.home .home-content .content, .content-area.home .home-content .cta-buttons {
        width: 85%; } }
    @media (max-width: 768px) {
      .content-area.home .home-content .content, .content-area.home .home-content .cta-buttons {
        width: 100%; } }
    @media (max-width: 568px) {
      .content-area.home .home-content {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .content-area.home .side-cta {
    color: white;
    text-align: center; }
    .content-area.home .side-cta .cta-video {
      position: relative;
      margin-bottom: 80px;
      margin-left: -15px;
      margin-right: 15px; }
      .content-area.home .side-cta .cta-video #video-player {
        position: relative;
        width: 102.5%;
        height: auto;
        z-index: 1;
        background-color: black;
        -webkit-box-shadow: -9px 26px 105px -14px rgba(0, 0, 0, 0.56);
        -moz-box-shadow: -9px 26px 105px -14px rgba(0, 0, 0, 0.56);
        box-shadow: -9px 26px 105px -14px rgba(0, 0, 0, 0.56); }
        @media (max-width: 1276px) {
          .content-area.home .side-cta .cta-video #video-player {
            width: 100%; } }
      .content-area.home .side-cta .cta-video #video-poster {
        position: absolute;
        width: 102.5%;
        top: 0;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: 2; }
        @media (max-width: 1276px) {
          .content-area.home .side-cta .cta-video #video-poster {
            width: 100%; } }
      .content-area.home .side-cta .cta-video #video-play-button {
        display: block;
        position: absolute;
        bottom: -33px;
        height: 80px;
        width: 80px;
        left: 50%;
        -webkit-transform: rotate(90deg) translateY(40px);
        -moz-transform: rotate(90deg) translateY(40px);
        -ms-transform: rotate(90deg) translateY(40px);
        -o-transform: rotate(90deg) translateY(40px);
        transform: rotate(90deg) translateY(40px);
        z-index: 3; }
        .content-area.home .side-cta .cta-video #video-play-button i {
          position: relative;
          top: 16%;
          left: 3%;
          font-size: 40px;
          transition: all .3s; }
        .content-area.home .side-cta .cta-video #video-play-button:hover i {
          color: white; }
        @media (max-width: 568px) {
          .content-area.home .side-cta .cta-video #video-play-button {
            background-repeat: no-repeat;
            background-size: 85%;
            background-position: center; } }
      @media (max-width: 1276px) {
        .content-area.home .side-cta .cta-video {
          margin-bottom: 70px; } }
    .content-area.home .side-cta .cta-text {
      margin-left: 78px; }
      .content-area.home .side-cta .cta-text h6 {
        font-weight: 300;
        font-size: 34px;
        margin-bottom: 0.4em;
        letter-spacing: 1px; }
      .content-area.home .side-cta .cta-text p {
        font-size: 15px;
        line-height: 30px;
        max-width: 380px;
        margin: 0 auto; }
    @media (max-width: 1024px) {
      .content-area.home .side-cta {
        width: 100%; }
        .content-area.home .side-cta .cta-video, .content-area.home .side-cta .cta-text {
          width: 50%;
          margin-left: auto;
          margin-right: auto; } }
    @media (max-width: 1024px) {
      .content-area.home .side-cta .cta-video, .content-area.home .side-cta .cta-text {
        width: 85%; } }
    @media (max-width: 768px) {
      .content-area.home .side-cta .cta-video, .content-area.home .side-cta .cta-text {
        width: 100%; } }
  @media (max-width: 568px) {
    .content-area.home {
      margin-bottom: 50px; } }

/********************************************
* Data Page
*********************************************/
.content-area.coalition-data #schools {
  margin-top: -175px; }
  @media (max-width: 1120px) {
    .content-area.coalition-data #schools {
      position: relative;
      background-color: #f9f9f9; } }
.content-area.coalition-data #filter {
  width: 50%;
  margin-bottom: 45px; }
  @media (max-width: 568px) {
    .content-area.coalition-data #filter .links {
      display: none; } }
  .content-area.coalition-data #filter .dropdown {
    display: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 0; }
    .content-area.coalition-data #filter .dropdown label {
      display: none; }
    .content-area.coalition-data #filter .dropdown select {
      width: 100%; }
    .content-area.coalition-data #filter .dropdown:after {
      content: "\e5cf";
      font-family: nlgs, sans-serif;
      position: absolute;
      top: 21px;
      right: 25px; }
    @media (max-width: 568px) {
      .content-area.coalition-data #filter .dropdown {
        display: block; } }
  .content-area.coalition-data #filter a {
    font-weight: 600;
    margin-right: 1vw;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: color .3s;
    font-size: 13px;
    letter-spacing: 1.4px;
    white-space: nowrap; }
    .content-area.coalition-data #filter a:hover {
      color: #3bdc65; }
    .content-area.coalition-data #filter a.active {
      border-bottom: 5px solid #3bdc65;
      color: #252525;
      font-weight: bold; }
  @media (max-width: 1120px) {
    .content-area.coalition-data #filter {
      width: 100%;
      padding: 10px;
      margin-bottom: 0;
      border-bottom: 1px solid #d8d8d8; } }
.content-area.coalition-data #data-grid {
  position: relative;
  margin-bottom: 88px; }
  .content-area.coalition-data #data-grid .item {
    padding: 0;
    text-align: center;
    background: #fafafa;
    color: #252525;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8; }
    @media (min-width: 1421px) {
      .content-area.coalition-data #data-grid .item:nth-child(4n) {
        border-right: 0; }
      .content-area.coalition-data #data-grid .item:nth-child(4n+1):nth-last-child(-n+4), .content-area.coalition-data #data-grid .item:nth-child(4n+1):nth-last-child(-n+4) ~ .item {
        border-bottom: 0; } }
    @media (max-width: 1420px) and (min-width: 1121px) {
      .content-area.coalition-data #data-grid .item:nth-child(3n) {
        border-right: 0; }
      .content-area.coalition-data #data-grid .item:nth-child(3n+1):nth-last-child(-n+3), .content-area.coalition-data #data-grid .item:nth-child(3n+1):nth-last-child(-n+3) ~ .item {
        border-bottom: 0; } }
    @media (max-width: 1120px) and (min-width: 821px) {
      .content-area.coalition-data #data-grid .item:nth-child(2n) {
        border-right: 0; }
      .content-area.coalition-data #data-grid .item:nth-child(2n+1):nth-last-child(-n+2), .content-area.coalition-data #data-grid .item:nth-child(2n+1):nth-last-child(-n+2) ~ .item {
        border-bottom: 0; } }
    @media (max-width: 820px) {
      .content-area.coalition-data #data-grid .item {
        border-right: 0 !important;
        border-bottom: 1px solid #cdcdcd; }
        .content-area.coalition-data #data-grid .item:last-child {
          border-bottom: 0 !important; } }
    @media (width: 768px) {
      .content-area.coalition-data #data-grid .item {
        border-right: 1px solid #cdcdcd !important; } }
    .content-area.coalition-data #data-grid .item .item-content {
      position: relative;
      width: 100%;
      height: 100%; }
      .content-area.coalition-data #data-grid .item .item-content .data-box {
        padding: 5px; }
        .content-area.coalition-data #data-grid .item .item-content .data-box .hover-overlay {
          display: none;
          position: absolute;
          left: 0;
          bottom: 18px;
          text-align: center;
          width: 100%;
          color: #252525;
          text-transform: uppercase;
          font-weight: 600;
          letter-spacing: 2px; }
          .content-area.coalition-data #data-grid .item .item-content .data-box .hover-overlay p {
            font-size: 14px; }
          .content-area.coalition-data #data-grid .item .item-content .data-box .hover-overlay i {
            width: 100%; }
            .content-area.coalition-data #data-grid .item .item-content .data-box .hover-overlay i.icon-nlgs-control-point {
              font-size: 27px; }
            .content-area.coalition-data #data-grid .item .item-content .data-box .hover-overlay i.icon-nlgs-external-arrow {
              font-size: 20px; }
        .content-area.coalition-data #data-grid .item .item-content .data-box:hover .hover-overlay {
          display: block; }
        .content-area.coalition-data #data-grid .item .item-content .data-box.has-data:hover .inner-content {
          background-color: #3bdc65; }
        .content-area.coalition-data #data-grid .item .item-content .data-box.has-data:after {
          content: '';
          position: absolute;
          left: 5px;
          bottom: 5px;
          width: 0;
          height: 0;
          border-bottom: 21px solid #3bdc65;
          border-right: 21px solid transparent; }
        .content-area.coalition-data #data-grid .item .item-content .data-box.no-data:hover .inner-content {
          background-color: #eeeeee; }
          .content-area.coalition-data #data-grid .item .item-content .data-box.no-data:hover .inner-content .hover-overlay {
            color: #cdcdcd; }
        .content-area.coalition-data #data-grid .item .item-content .data-box .inner-content {
          position: relative;
          height: 306px;
          white-space: nowrap;
          text-align: center;
          transition: background-color .1s; }
          .content-area.coalition-data #data-grid .item .item-content .data-box .inner-content img {
            -webkit-filter: grayscale(100%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(100%); }
        .content-area.coalition-data #data-grid .item .item-content .data-box img {
          width: 75%;
          vertical-align: middle;
          padding: 0 5%;
          margin-left: -6px; }
        .content-area.coalition-data #data-grid .item .item-content .data-box .helper {
          display: inline-block;
          height: 100%;
          vertical-align: middle; }
      .content-area.coalition-data #data-grid .item .item-content .boxHref {
        display: block;
        height: 316px;
        text-decoration: none; }
    .content-area.coalition-data #data-grid .item .modalDialog {
      opacity: 0;
      position: fixed;
      font-size: 20px;
      letter-spacing: 1px;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.75);
      z-index: 99999;
      -webkit-transition: opacity 300ms ease-in;
      -moz-transition: opacity 300ms ease-in;
      transition: opacity 300ms ease-in;
      pointer-events: none; }
      .content-area.coalition-data #data-grid .item .modalDialog:target {
        opacity: 1;
        pointer-events: auto; }
      .content-area.coalition-data #data-grid .item .modalDialog .inner-modal {
        position: relative;
        background-color: white;
        max-width: 585px;
        min-width: 320px;
        width: 100%;
        margin: 8% auto;
        padding: 61px 100px 61px 107px;
        -webkit-box-shadow: 0 30px 100px 1px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 30px 100px 1px rgba(0, 0, 0, 0.4);
        box-shadow: 0 30px 100px 1px rgba(0, 0, 0, 0.4);
        z-index: 100000; }
        .content-area.coalition-data #data-grid .item .modalDialog .inner-modal h4 {
          letter-spacing: 4px;
          text-transform: uppercase;
          font-size: 20px;
          font-weight: bold;
          margin-bottom: 62px;
          margin-right: 7px; }
        .content-area.coalition-data #data-grid .item .modalDialog .inner-modal > p {
          letter-spacing: 3px;
          text-transform: uppercase;
          font-size: 12px;
          font-weight: 600;
          margin-bottom: 4px;
          margin-right: 7px; }
        .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links {
          font-size: 15px;
          text-align: left;
          font-weight: 500;
          margin-bottom: 105px; }
          .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links li {
            margin-bottom: 27px; }
          .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links a {
            margin-bottom: 28px;
            transition: all .3s;
            text-decoration: none;
            font-size: 15px;
            font-weight: 400;
            letter-spacing: 0; }
            .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links a .icon-nlgs-arrow-forward {
              display: none;
              font-size: 22px; }
              .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links a .icon-nlgs-arrow-forward:before {
                margin-left: 11px; }
            .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links a .icon-nlgs-chevron-right {
              font-size: 22px;
              top: -1px; }
            .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links a:hover {
              color: #3bdc65;
              font-weight: 500; }
              .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links a:hover .icon-nlgs-arrow-forward {
                display: block; }
              .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links a:hover .icon-nlgs-chevron-right {
                display: none; }
          .content-area.coalition-data #data-grid .item .modalDialog .inner-modal .links .fa-li {
            top: 0;
            left: -2.17em; }
        @media (max-width: 1120px) {
          .content-area.coalition-data #data-grid .item .modalDialog .inner-modal {
            padding-left: 61px;
            padding-right: 61px;
            max-width: 640px; } }
        @media (max-width: 768px) {
          .content-area.coalition-data #data-grid .item .modalDialog .inner-modal {
            max-width: 90%; } }
        @media (max-width: 568px) {
          .content-area.coalition-data #data-grid .item .modalDialog .inner-modal {
            padding-left: 20px;
            padding-right: 20px; } }
    .content-area.coalition-data #data-grid .item .close-modal {
      position: absolute;
      left: 0;
      bottom: 60px;
      width: 100%;
      height: 50px;
      background: url("../images/Close.png") no-repeat center;
      color: transparent; }
      .content-area.coalition-data #data-grid .item .close-modal i {
        font-size: 48px; }
  .content-area.coalition-data #data-grid .grid-cta {
    background-color: #3bdc65;
    height: 316px;
    width: 100%;
    padding: 31px 60px 31px 99px; }
    .content-area.coalition-data #data-grid .grid-cta.column-2 h4 {
      font-size: 63px; }
    .content-area.coalition-data #data-grid .grid-cta.column-1 {
      padding: 20px;
      text-align: center;
      display: flex;
      align-items: center; }
      .content-area.coalition-data #data-grid .grid-cta.column-1 h4 {
        font-size: 40px; }
      .content-area.coalition-data #data-grid .grid-cta.column-1 p {
        margin-left: 0;
        font-size: 12px; }
    .content-area.coalition-data #data-grid .grid-cta h4 {
      font-size: 70px;
      font-family: 'Playfair Display', serif;
      font-weight: 900;
      font-style: normal;
      margin-bottom: 0.17em;
      color: white; }
    .content-area.coalition-data #data-grid .grid-cta p {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 3px;
      margin-left: 40px;
      line-height: 26px; }
  @media (min-width: 768px) {
    .content-area.coalition-data #data-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
      grid-gap: 0; } }

/********************************************
* Progress Page
*********************************************/
.progress .columns {
  margin: 0; }
.progress #infographics {
  position: relative;
  z-index: 1;
  margin: -264px 0 15px;
  background-color: #fbfbfb;
  text-align: center;
  padding-top: 50px; }
  .progress #infographics h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .22rem;
    margin-bottom: 1.6em; }
    .progress #infographics h3:after {
      content: '';
      position: absolute;
      left: 44.6%;
      bottom: -12px;
      background-color: #71cff4;
      height: 2px;
      width: 10.6%; }
    @media (max-width: 568px) {
      .progress #infographics h3 {
        width: 95%;
        margin-left: auto;
        margin-right: auto; } }
  .progress #infographics .infographics-img {
    width: 100%;
    height: 78vw;
    max-height: 1140px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain; }
    .progress #infographics .infographics-img.mobile {
      display: none; }
    @media (max-width: 1024px) {
      .progress #infographics .infographics-img {
        height: 100vw;
        background-size: 140%; }
        .progress #infographics .infographics-img.mobile {
          display: block; }
        .progress #infographics .infographics-img.desktop {
          display: none; } }
    @media (max-width: 768px) {
      .progress #infographics .infographics-img {
        height: 120vw; } }
    @media (max-width: 568px) {
      .progress #infographics .infographics-img {
        height: 170vw;
        background-size: 190%; } }
  .progress #infographics p {
    width: 47%;
    line-height: 28px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .02rem;
    margin: 0 auto 53px; }
    @media (max-width: 768px) {
      .progress #infographics p {
        width: 95%; } }
.progress #schools {
  text-align: center;
  margin-bottom: -260px; }
  .progress #schools h3 {
    color: white;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 76px;
    margin-bottom: 0; }
  .progress #schools h2 {
    color: #3bdc65;
    font-size: 85px;
    margin-top: -16px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: normal; }
  .progress #schools .total-schools-img {
    position: relative;
    top: -260px;
    left: -10%;
    width: 120%;
    height: 55vw;
    min-height: 830px;
    background-position: top center;
    z-index: -1; }
    @media (min-width: 1455px) {
      .progress #schools .total-schools-img {
        height: 830px; } }
    @media (max-width: 1120px) {
      .progress #schools .total-schools-img {
        height: 70vw;
        min-height: unset;
        background-size: 135%; } }
    @media (max-width: 768px) {
      .progress #schools .total-schools-img {
        height: 90vw;
        background-size: 128%; } }
.progress #resources .resource-section {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .progress #resources .resource-section .flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  @media (min-width: 992px) {
    .progress #resources .resource-section {
      display: flex;
      min-height: 250px; }
      .progress #resources .resource-section .title {
        flex: 45; }
      .progress #resources .resource-section .resources {
        flex: 55; } }
  .progress #resources .resource-section .title, .progress #resources .resource-section .resources {
    padding: 10px 24px; }
    @media (min-width: 768px) {
      .progress #resources .resource-section .title, .progress #resources .resource-section .resources {
        padding: 16px 32px; } }
    @media (min-width: 1200px) {
      .progress #resources .resource-section .title, .progress #resources .resource-section .resources {
        padding: 48px; } }
  .progress #resources .resource-section .title {
    background: #f4f4f4;
    text-align: left; }
    .progress #resources .resource-section .title h3 {
      font-size: 24px;
      text-transform: uppercase;
      font-family: montserrat, sans-serif;
      font-weight: 600;
      font-style: normal;
      letter-spacing: .22rem;
      margin-bottom: 0; }
      @media (max-width: 568px) {
        .progress #resources .resource-section .title h3 {
          font-size: 18px; } }
  .progress #resources .resource-section .resources {
    background: #252525;
    text-align: center; }
    @media (min-width: 1200px) {
      .progress #resources .resource-section .resources {
        text-align: left; } }
    .progress #resources .resource-section .resources h3 {
      font-family: montserrat, sans-serif;
      font-weight: 400;
      font-style: normal;
      width: 100%;
      color: #cdcdcd;
      text-transform: uppercase;
      letter-spacing: .25em; }
    .progress #resources .resource-section .resources ul {
      padding: 1em 24px;
      margin: 0;
      width: 100%;
      line-height: 1.6; }
      .progress #resources .resource-section .resources ul li {
        margin-bottom: 1em; }
        .progress #resources .resource-section .resources ul li:last-child {
          margin-bottom: 0; }
        .progress #resources .resource-section .resources ul li a {
          color: #fff;
          font-weight: 400;
          border-color: transparent;
          text-decoration: none;
          transition: color .3s; }
          .progress #resources .resource-section .resources ul li a:hover {
            color: #3bdc65;
            border-color: #3bdc65; }
          .progress #resources .resource-section .resources ul li a .fa-li {
            top: 0.342857em; }
        @media (max-width: 991px) {
          .progress #resources .resource-section .resources ul li .icon-nlgs-arrow-forward {
            display: none; } }
.progress #cta {
  position: relative;
  left: -10%;
  width: 120%;
  z-index: 6;
  background-color: #3bdc65;
  padding: 19px 100px 28px 150px; }
  .progress #cta h4 {
    display: inline-block;
    font-size: 80px;
    color: white;
    vertical-align: bottom;
    margin-top: 21px;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: normal; }
    @media (max-width: 1276px) {
      .progress #cta h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 0; } }
    @media (max-width: 568px) {
      .progress #cta h4 {
        font-size: 60px; } }
  .progress #cta .right-side {
    display: inline-block;
    margin-top: 8px;
    margin-left: 70px;
    margin-bottom: 13px;
    width: 40%; }
    .progress #cta .right-side p {
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .16rem;
      line-height: 29px;
      margin-bottom: 12px; }
    @media (max-width: 1276px) {
      .progress #cta .right-side {
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-bottom: 0; } }
  @media (max-width: 1276px) {
    .progress #cta {
      padding-left: 40px;
      padding-right: 40px; } }

/********************************************
* Join Us Page
*********************************************/
.join-the-ngls-coalition #top-section {
  margin-top: -246px; }
  .join-the-ngls-coalition #top-section .left-section {
    height: 100%;
    background-color: #1c1c1c;
    color: white;
    padding: 61px 145px 83px 51px; }
    .join-the-ngls-coalition #top-section .left-section h3 {
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 35px; }
      @media (max-width: 568px) {
        .join-the-ngls-coalition #top-section .left-section h3 {
          text-align: center; } }
    .join-the-ngls-coalition #top-section .left-section .requirement {
      margin-bottom: 40px; }
      .join-the-ngls-coalition #top-section .left-section .requirement:last-child {
        margin-bottom: 0; }
      .join-the-ngls-coalition #top-section .left-section .requirement .num {
        background-color: #71cff4;
        height: 43px;
        width: 43px;
        border-radius: 30px;
        text-align: center;
        color: #252525;
        font-size: 24px;
        float: left;
        margin-top: 5px;
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        font-style: italic; }
        @media (max-width: 568px) {
          .join-the-ngls-coalition #top-section .left-section .requirement .num {
            float: unset;
            margin-left: auto;
            margin-right: auto; } }
      .join-the-ngls-coalition #top-section .left-section .requirement .text {
        margin-left: 60px;
        font-weight: 300;
        font-size: 15px;
        line-height: 26px; }
        @media (max-width: 568px) {
          .join-the-ngls-coalition #top-section .left-section .requirement .text {
            margin-top: 10px;
            margin-left: 0;
            text-align: center; } }
    @media (max-width: 1276px) {
      .join-the-ngls-coalition #top-section .left-section {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 1024px) {
      .join-the-ngls-coalition #top-section .left-section {
        width: 100%; } }
  .join-the-ngls-coalition #top-section .right-section {
    background-color: #3bdc65;
    height: 100%;
    margin-top: 165px;
    margin-left: -10px;
    padding: 36px 80px 49px 80px; }
    .join-the-ngls-coalition #top-section .right-section h2 {
      color: white;
      font-size: 58px;
      margin-bottom: 14px;
      font-family: 'Playfair Display', serif;
      font-weight: 600;
      font-style: normal; }
      @media (max-width: 568px) {
        .join-the-ngls-coalition #top-section .right-section h2 {
          text-align: center; } }
    .join-the-ngls-coalition #top-section .right-section p {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 3px;
      line-height: 29px;
      margin-left: 34px;
      margin-bottom: 7px; }
      @media (max-width: 568px) {
        .join-the-ngls-coalition #top-section .right-section p {
          text-align: center;
          margin-left: 0; } }
    .join-the-ngls-coalition #top-section .right-section .email {
      position: relative;
      z-index: 1;
      margin-left: 35px;
      font-size: 32px;
      text-decoration: none;
      font-family: 'Playfair Display', serif;
      font-weight: 900;
      font-style: normal; }
      .join-the-ngls-coalition #top-section .right-section .email:after {
        content: '';
        position: absolute;
        left: -3%;
        bottom: -5px;
        height: 9px;
        width: 106%;
        background-color: white;
        z-index: -1;
        transition: all .3s; }
      .join-the-ngls-coalition #top-section .right-section .email:hover {
        color: #252525; }
        .join-the-ngls-coalition #top-section .right-section .email:hover:after {
          left: 5%;
          width: 90%; }
      @media (max-width: 568px) {
        .join-the-ngls-coalition #top-section .right-section .email {
          margin-left: 0; } }
    @media (max-width: 1276px) {
      .join-the-ngls-coalition #top-section .right-section {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 1024px) {
      .join-the-ngls-coalition #top-section .right-section {
        width: 100%;
        margin-top: 0; } }
    @media (max-width: 568px) {
      .join-the-ngls-coalition #top-section .right-section {
        text-align: center; } }
.join-the-ngls-coalition #contact-form {
  margin-bottom: 138px;
  margin-left: -10px; }
  .join-the-ngls-coalition #contact-form .contact-inner {
    background-color: #fafafa;
    margin-top: 42px;
    padding: 53px 100px 25px 100px; }
    @media (max-width: 1024px) {
      .join-the-ngls-coalition #contact-form .contact-inner {
        padding-bottom: 50px; } }
    @media (max-width: 568px) {
      .join-the-ngls-coalition #contact-form .contact-inner {
        padding-left: 30px;
        padding-right: 30px; } }
  .join-the-ngls-coalition #contact-form h2 {
    font-size: 58px;
    text-align: center;
    margin-bottom: 65px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: normal; }
    @media (max-width: 768px) {
      .join-the-ngls-coalition #contact-form h2 {
        font-size: 45px; } }
  .join-the-ngls-coalition #contact-form input, .join-the-ngls-coalition #contact-form textarea {
    background-color: #f9f9f9;
    border: 0;
    border-bottom: #cbcbcb solid 1px;
    color: #3bdc65;
    transition: all .3s; }
    .join-the-ngls-coalition #contact-form input::placeholder, .join-the-ngls-coalition #contact-form textarea::placeholder {
      color: rgba(157, 157, 157, 0.8);
      font-size: 18px;
      font-weight: 400; }
    .join-the-ngls-coalition #contact-form input:focus, .join-the-ngls-coalition #contact-form textarea:focus {
      border-color: #3bdc65; }
      .join-the-ngls-coalition #contact-form input:focus::placeholder, .join-the-ngls-coalition #contact-form textarea:focus::placeholder {
        color: #3bdc65; }
  .join-the-ngls-coalition #contact-form .wpforms-first {
    margin-bottom: 29px; }
    .join-the-ngls-coalition #contact-form .wpforms-first:last-child {
      margin-bottom: 0; }
    @media (max-width: 1024px) {
      .join-the-ngls-coalition #contact-form .wpforms-first {
        float: unset;
        width: 100%; } }
  .join-the-ngls-coalition #contact-form .wpforms-field-textarea {
    margin-top: -171px;
    height: 209px; }
    @media (max-width: 1024px) {
      .join-the-ngls-coalition #contact-form .wpforms-field-textarea {
        float: unset;
        width: 100%;
        margin-top: 0;
        margin-left: 0; } }
  .join-the-ngls-coalition #contact-form textarea {
    height: 209px; }
  .join-the-ngls-coalition #contact-form .wpforms-submit-container {
    text-align: center;
    margin-bottom: -27px; }
  .join-the-ngls-coalition #contact-form .wpforms-submit.btn.nlgs-btn {
    height: 60px;
    width: 210px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-background-clip: padding-box;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-clip: padding-box;
    background-color: #252525;
    border-color: #252525;
    -webkit-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.25);
    color: #252525;
    font-size: 15px;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 42px;
    font-weight: 600;
    margin: 5px;
    transition: all .3s; }
    .join-the-ngls-coalition #contact-form .wpforms-submit.btn.nlgs-btn:hover {
      color: #3bdc65; }
    .join-the-ngls-coalition #contact-form .wpforms-submit.btn.nlgs-btn.btn-green {
      position: relative;
      background-color: #3bdc65;
      border-color: #3bdc65;
      color: #252525;
      margin-bottom: -58px; }
      .join-the-ngls-coalition #contact-form .wpforms-submit.btn.nlgs-btn.btn-green:hover {
        color: white; }
      @media (max-width: 1024px) {
        .join-the-ngls-coalition #contact-form .wpforms-submit.btn.nlgs-btn.btn-green {
          margin-bottom: -106px; } }

/********************************************
* About Page
*********************************************/
.about-the-coalition {
  margin-bottom: 140px; }
  .about-the-coalition p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 32px; }
  .about-the-coalition #top-section {
    margin-top: -225px;
    margin-right: 8px; }
    .about-the-coalition #top-section .left-section {
      position: relative;
      z-index: 5;
      width: calc(50% - 14px); }
      .about-the-coalition #top-section .left-section .left-main {
        background-color: #fafafa;
        padding: 92px 40px 19px 50px; }
        .about-the-coalition #top-section .left-section .left-main h3 {
          font-size: 26px;
          font-weight: 500;
          letter-spacing: 1px;
          line-height: 35px;
          padding-right: 15px;
          margin-bottom: 32px; }
        .about-the-coalition #top-section .left-section .left-main p {
          line-height: 30px; }
        @media (max-width: 568px) {
          .about-the-coalition #top-section .left-section .left-main {
            padding-top: 50px;
            padding-left: 20px;
            padding-right: 20px; } }
      .about-the-coalition #top-section .left-section .green-callout {
        background-color: #3bdc65;
        padding: 31px 50px; }
        .about-the-coalition #top-section .left-section .green-callout p {
          font-weight: 400;
          line-height: 30px; }
        .about-the-coalition #top-section .left-section .green-callout a {
          text-decoration: none;
          font-weight: 700;
          transition: all .1s;
          padding-bottom: 0; }
          .about-the-coalition #top-section .left-section .green-callout a:hover {
            color: #252525;
            padding-bottom: 1px;
            border-bottom: #252525 2px solid; }
        @media (max-width: 568px) {
          .about-the-coalition #top-section .left-section .green-callout {
            padding-left: 20px;
            padding-right: 20px; } }
      @media (max-width: 1024px) {
        .about-the-coalition #top-section .left-section {
          width: 100%; } }
    .about-the-coalition #top-section .right-section {
      position: relative;
      z-index: 4;
      width: calc(52% + 13px);
      color: white;
      background-color: #1a1a1a;
      padding: 46px 50px 50px 102px;
      margin-top: 52px;
      margin-left: -47px; }
      .about-the-coalition #top-section .right-section h4 {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 35px;
        letter-spacing: 3px; }
      .about-the-coalition #top-section .right-section ul {
        margin-top: 1.9rem;
        margin-bottom: 0;
        margin-left: 1.8em; }
      .about-the-coalition #top-section .right-section li {
        margin-top: 1rem;
        font-weight: 300;
        font-size: 15px;
        letter-spacing: .5px;
        line-height: 30px; }
      .about-the-coalition #top-section .right-section .fa-angle-right {
        top: 4px;
        left: -2.4em;
        color: #64c9f8;
        font-size: 20px;
        font-weight: 500; }
      @media (max-width: 1024px) {
        .about-the-coalition #top-section .right-section {
          width: 100%;
          margin-top: 0; } }
      @media (max-width: 568px) {
        .about-the-coalition #top-section .right-section {
          margin-left: 0;
          padding-left: 20px;
          padding-right: 20px; } }
    @media (max-width: 568px) {
      .about-the-coalition #top-section {
        margin-right: 0; } }
  @media (max-width: 1276px) {
    .about-the-coalition #middle-section .left-section {
      width: 100%; } }
  .about-the-coalition #middle-section .middle-img {
    position: relative;
    top: -64px;
    left: -257px;
    z-index: 3;
    height: 673px; }
    .about-the-coalition #middle-section .middle-img .img {
      height: 689px;
      width: 858px;
      background-position: top center;
      -webkit-box-shadow: -7px 14px 75px -9px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: -7px 14px 75px -9px rgba(0, 0, 0, 0.75);
      box-shadow: -7px 14px 75px -9px rgba(0, 0, 0, 0.75); }
      @media (max-width: 1276px) {
        .about-the-coalition #middle-section .middle-img .img {
          width: 96%;
          background-size: cover; } }
      @media (max-width: 568px) {
        .about-the-coalition #middle-section .middle-img .img {
          width: 98.5%; } }
    @media (max-width: 1276px) {
      .about-the-coalition #middle-section .middle-img {
        left: 0; } }
  .about-the-coalition #middle-section .right-section {
    padding: 132px 68px;
    margin-left: -18px;
    text-align: center; }
    .about-the-coalition #middle-section .right-section > h3 {
      position: relative;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 4px;
      margin-bottom: 1.6em; }
      .about-the-coalition #middle-section .right-section > h3:after {
        content: '';
        position: absolute;
        left: 37%;
        bottom: -12px;
        background-color: #71cff4;
        height: 2px;
        width: 25%; }
    .about-the-coalition #middle-section .right-section .coalition-content > p {
      margin-bottom: 4px; }
    .about-the-coalition #middle-section .right-section .coalition-content h3 {
      font-weight: 600;
      font-size: 32px;
      letter-spacing: 7px;
      text-transform: uppercase;
      margin-bottom: 36px; }
    .about-the-coalition #middle-section .right-section .coalition-content p {
      line-height: 30px; }
    .about-the-coalition #middle-section .right-section .coalition-content a {
      font-weight: bold;
      border-bottom: #3bdc65 3px solid;
      transition: padding-bottom .3s;
      text-decoration: none; }
      .about-the-coalition #middle-section .right-section .coalition-content a:hover {
        padding-bottom: 2px;
        color: #252525; }
    @media (max-width: 1455px) {
      .about-the-coalition #middle-section .right-section {
        margin-left: 0;
        padding-left: 88px;
        padding-right: 50px; } }
    @media (max-width: 1276px) {
      .about-the-coalition #middle-section .right-section {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 50px; } }
    @media (max-width: 568px) {
      .about-the-coalition #middle-section .right-section {
        padding-left: 0;
        padding-right: 0; } }
  .about-the-coalition #bottom-section .bottom-cta {
    position: relative;
    z-index: 6;
    background-color: #3bdc65;
    padding: 25px 35px 28px 50px;
    margin-left: -4px;
    width: 96.2%; }
    .about-the-coalition #bottom-section .bottom-cta h4 {
      display: inline-block;
      font-size: 80px;
      color: white;
      vertical-align: bottom;
      margin-bottom: 35px;
      font-family: 'Playfair Display', serif;
      font-weight: 700;
      font-style: normal; }
      @media (max-width: 1276px) {
        .about-the-coalition #bottom-section .bottom-cta h4 {
          width: 100%;
          margin-bottom: 0; } }
      @media (max-width: 568px) {
        .about-the-coalition #bottom-section .bottom-cta h4 {
          font-size: 60px; } }
    .about-the-coalition #bottom-section .bottom-cta .right-side {
      display: inline-block;
      margin-top: 8px;
      margin-left: 65px;
      margin-bottom: 13px;
      width: 37%; }
      .about-the-coalition #bottom-section .bottom-cta .right-side p {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 29px;
        margin-bottom: 12px; }
      @media (max-width: 1276px) {
        .about-the-coalition #bottom-section .bottom-cta .right-side {
          width: 45%;
          margin-left: 0; } }
      @media (max-width: 1120px) {
        .about-the-coalition #bottom-section .bottom-cta .right-side {
          width: 100%;
          margin-left: 0; } }
    @media (max-width: 1455px) {
      .about-the-coalition #bottom-section .bottom-cta {
        width: 97.8%; } }
    @media (max-width: 1276px) {
      .about-the-coalition #bottom-section .bottom-cta {
        width: 100%;
        text-align: center;
        padding: 25px 35px;
        margin-right: 0; } }
    @media (max-width: 568px) {
      .about-the-coalition #bottom-section .bottom-cta {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 1276px) {
    .about-the-coalition #bottom-section {
      margin-top: 20px; } }
  .about-the-coalition #accordion {
    width: 97%;
    margin-top: 139px; }
    .about-the-coalition #accordion .description {
      text-align: center;
      margin-bottom: 49px; }
      .about-the-coalition #accordion .description h3 {
        position: relative;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: .225rem;
        margin-bottom: 1.6em; }
        .about-the-coalition #accordion .description h3:after {
          content: '';
          position: absolute;
          left: 45%;
          bottom: -12px;
          background-color: #71cff4;
          height: 2px;
          width: 10%; }
      .about-the-coalition #accordion .description p {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        line-height: 30px; }
        @media (max-width: 568px) {
          .about-the-coalition #accordion .description p {
            width: 100%; } }
    .about-the-coalition #accordion .accordion-item {
      margin-bottom: 5px;
      position: relative;
      z-index: 2; }
      .about-the-coalition #accordion .accordion-item .accordion-header {
        position: relative;
        cursor: pointer;
        background: #fbfbfb;
        color: #252525;
        font-size: 20px;
        height: 85px;
        transition: all .2s; }
        .about-the-coalition #accordion .accordion-item .accordion-header:after {
          content: "\ea3e";
          position: absolute;
          right: 0;
          top: 16px;
          font-family: nlgs, sans-serif;
          color: #3bdc65;
          background-color: #252525;
          font-size: 18px;
          margin-top: -16px;
          margin-right: 0;
          padding: 28.5px 33.2px; }
        .about-the-coalition #accordion .accordion-item .accordion-header h4 {
          position: relative;
          top: 50%;
          left: 47px;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 13.5px;
          font-weight: 600;
          letter-spacing: 2px;
          margin-bottom: 0; }
          @media (max-width: 568px) {
            .about-the-coalition #accordion .accordion-item .accordion-header h4 {
              width: 65%;
              left: 10px; } }
      .about-the-coalition #accordion .accordion-item.active {
        z-index: 3;
        -webkit-box-shadow: 0 21px 45px 0 rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0 21px 45px 0 rgba(0, 0, 0, 0.6);
        box-shadow: 0 21px 45px 0 rgba(0, 0, 0, 0.6); }
        .about-the-coalition #accordion .accordion-item.active .accordion-header {
          background-color: #252525;
          color: white; }
          .about-the-coalition #accordion .accordion-item.active .accordion-header:after {
            content: "\ea3a";
            color: #252525;
            background-color: #3bdc65; }
      .about-the-coalition #accordion .accordion-item .accordion-body {
        display: none;
        padding: 41px 28px 17px 45px;
        background-color: #1c1c1c;
        color: white; }
        .about-the-coalition #accordion .accordion-item .accordion-body .columns {
          padding: 10px; }
        .about-the-coalition #accordion .accordion-item .accordion-body .representative {
          margin-bottom: 30px;
          padding-right: 55px; }
          .about-the-coalition #accordion .accordion-item .accordion-body .representative h5 {
            font-size: 15px;
            font-weight: 400;
            margin-bottom: 1px; }
          .about-the-coalition #accordion .accordion-item .accordion-body .representative p {
            font-size: 14px;
            font-weight: 200;
            line-height: 26px; }
          @media (max-width: 1024px) {
            .about-the-coalition #accordion .accordion-item .accordion-body .representative {
              width: 50%; } }
          @media (max-width: 768px) {
            .about-the-coalition #accordion .accordion-item .accordion-body .representative {
              width: 100%; } }
      .about-the-coalition #accordion .accordion-item .accordion-body.default {
        display: block; }
    @media (max-width: 568px) {
      .about-the-coalition #accordion {
        width: 100%; } }
  @media (max-width: 568px) {
    .about-the-coalition .columns {
      margin-left: 0; } }

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