@charset "UTF-8";
@import 'https://use.fontawesome.com/releases/v6.4.2/css/all.css';
@import 'https://fonts.googleapis.com';
@import 'https://fonts.gstatic.com';
@import 'https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap';
/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:focus {
  outline: none;
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important;
}

::selection {
  background: #000;
  color: #FFF;
}

::-moz-selection {
  background: #000;
  color: #FFF;
}

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none;
}

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1;
}

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

/*
	Improves readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

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

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: default;
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

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

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

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

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

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

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

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

body {
  font-size: 10px;
  color: #414046;
  background: #f5f5f5;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.cl:before,
.cl:after {
  content: "";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  zoom: 1; /*For IE 6/7 (trigger hasLayout)*/
}

/*BLACK*/
/*GREY*/
.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
}
.entry_content h2 {
  font-size: 230%;
  margin-bottom: 25px;
}
.entry_content h3 {
  font-size: 200%;
  margin-bottom: 24px;
}
.entry_content h4, .entry_content h5, .entry_content h6 {
  font-size: 180%;
  margin-bottom: 18px;
}
.entry_content p {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 1.3em;
  font-weight: 300;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-weight: 700;
}
.entry_content strong a {
  font-weight: 700;
}
.entry_content em {
  font-style: italic;
}
.entry_content em a {
  font-style: italic;
}
.entry_content span {
  display: inline-block;
}
.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.entry_content a:hover {
  text-decoration: none;
}
.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em;
}
.entry_content blockquote p {
  font-size: 18px;
  margin-bottom: 0;
}
.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content ul li,
.entry_content ol li {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 1.3em;
}
.entry_content ul li {
  padding-left: 14px;
  position: relative;
}
.entry_content ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px;
}
.entry_content dl dt,
.entry_content dl dd {
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 1.3em;
}
.entry_content dl dt {
  display: block;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.entry_content dl dt:first-child {
  padding-top: 0;
}
.entry_content dl dd {
  display: block;
  margin-bottom: 1em;
}
.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px;
}
.entry_content table caption,
.entry_content table td,
.entry_content table th {
  border: solid 1px #999;
  padding: 10px;
}
.entry_content table th {
  font-weight: 700;
}
.entry_content table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}
.entry_content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.entry_content img.alignleft {
  float: left;
  margin: 0 2% 2% 0;
}
.entry_content img.alignright {
  float: right;
  margin: 0 0 2% 2%;
}
.entry_content img.aligncenter {
  margin: 0 auto;
}

.btn {
  display: inline-block;
  padding: 0.8em 2em;
  background: #6A57ED;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
}
.btn:hover {
  background: #EADF5A;
  color: #6A57ED;
}

/*
---------------------------------------------------------------------------
=	GRAVITY 2.5
---------------------------------------------------------------------------
*/
/*ERROR*/
.gform_validation_errors {
  margin-bottom: 10px;
}
.gform_validation_errors h2 {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  color: red;
}

.gfield_validation_message {
  display: block;
  color: red;
  line-height: 1.2em;
  padding-top: 6px;
}

.gform_wrapper {
  text-align: left;
}
.gform_wrapper .gform-body {
  margin-bottom: 20px;
}
.gform_wrapper .gform-body .gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gform-body .gfield:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gform-body .gfield label {
  display: block;
  font-size: 160%;
  margin-bottom: 6px;
  display: none;
}
.gform_wrapper .gform-body .gfield label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gform-body .gfield label .gfield_required span {
  display: none;
}
.gform_wrapper .gform-body .gfield label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container input,
.gform_wrapper .gform-body .gfield .ginput_container select,
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 1.2em;
  -webkit-border-radius: 0px;
  background: transparent;
}
.gform_wrapper .gform-body .gfield .ginput_container input::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container select::placeholder,
.gform_wrapper .gform-body .gfield .ginput_container textarea::placeholder {
  color: #000;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select {
  border: 1px solid #000;
  padding: 10px 8px;
}
.gform_wrapper .gform-body .gfield .ginput_container.ginput_container_select select {
  padding: 0;
  border: none;
}
.gform_wrapper .gform-body .gfield .ginput_container textarea {
  resize: none;
}
.gform_wrapper .gform-body fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.gform_wrapper .gform-body fieldset legend {
  display: none;
}
.gform_wrapper .gform-body fieldset .ginput_container span {
  float: left;
  width: 48%;
}
.gform_wrapper .gform-body fieldset .ginput_container span:last-of-type {
  float: right;
}
.gform_wrapper .gform-body fieldset .validation_message {
  float: left;
  width: 100%;
}
.gform_wrapper .gform_footer input {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  background: transparent;
}
.gform_wrapper .gform_footer input:hover {
  background: #000;
  color: #fff;
}

/*SAME AS CONTENT P*/
.gform_confirmation_message {
  font-size: 140%;
  line-height: 1.2em;
}

/*
---------------------------------------------------------------------------
=	MODAL
---------------------------------------------------------------------------
*/
/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.modal__container {
  background-color: #fff;
  flex: 100%;
  padding: 30px;
  max-width: 80%;
  max-height: 80%;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  padding: 20px 5% 0 5%;
  display: flex;
  z-index: 10;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.single #header {
  position: fixed;
  width: 100%;
}
#header #logo, #header > div {
  flex: 1;
}
#header #logo {
  height: 60px;
  display: block;
  float: left;
}
#header #logo img {
  display: block;
  height: 100%;
  width: auto;
}
#header .lo {
  text-align: right;
}
#header .lo a {
  color: #6A57ED;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 3px;
  font-weight: 600;
}
#header .lo a:hover {
  text-decoration: none;
}
.home#logged_out #header {
  display: none;
}

/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  /*
  position: fixed;
  left:20px;
  top:47px;
  z-index: 300;
  */
  display: block;
  float: right;
  width: 48px;
}
#nav-toggle #nav-burger {
  width: 39px;
  height: 35px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /*OPEN*/
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 5px;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: 16px;
}
#nav-toggle #nav-burger span:nth-child(4) {
  top: 26px;
}
#nav-toggle #nav-burger:hover span {
  background: #000;
}
#nav-toggle #nav-burger.open span {
  background: coral;
}
#nav-toggle #nav-burger.open span:nth-child(1), #nav-toggle #nav-burger.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  display: block;
  position: fixed;
  z-index: 200;
  left: 0;
  left: -110%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: contain;
  background: #000;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#slideout_nav.active {
  left: 0;
}
#slideout_nav nav {
  display: block;
}
#slideout_nav nav a {
  display: block;
  color: #fff;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
#footer span {
  display: inline-block;
  font-size: 14px;
}
#footer span.yoke {
  margin-left: auto;
}
#footer span.yoke a {
  display: inline-block;
  color: coral;
}
#footer span.yoke a:hover {
  color: #000;
}

/*
---------------------------------------------------------------------------
=	SITEWIDE
---------------------------------------------------------------------------
*/
.title {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
  color: #6A57ED;
  margin-bottom: 20px;
  font-weight: 500;
}

.title.highlight {
  line-height: 1.9em;
}

.title.highlight_subtitle {
  line-height: 2em;
}

.l_title {
  display: inline-block;
  font-weight: 500;
  font-size: 37px;
  line-height: 1.9em;
}

.highlight {
  display: inline-block;
  margin-left: 1rem;
}
.highlight span {
  color: #fff;
  font-weight: inherit;
  background-color: #6A57ED;
  padding: 0.5rem 0;
  -webkit-box-shadow: 1rem 0px 0px #6A57ED, -1rem 0px 0px #6A57ED;
  box-shadow: 1rem 0px 0px #6A57ED, -1rem 0px 0px #6A57ED;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}

.highlight_subtitle span {
  background-color: #fff;
  padding: 0.5rem 0;
  -webkit-box-shadow: 1rem 0px 0px #fff, -1rem 0px 0px #fff;
  box-shadow: 1rem 0px 0px #fff, -1rem 0px 0px #fff;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}

.highlight_list {
  display: inline-block;
  margin-left: 1rem;
}
.highlight_list span {
  color: #6a57ee;
  background-color: #fff066;
  padding: 0.5rem 0;
  -webkit-box-shadow: 1rem 0px 0px #fff066, -1rem 0px 0px #fff066;
  box-shadow: 1rem 0px 0px #fff066, -1rem 0px 0px #fff066;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
}

/*
---------------------------------------------------------------------------
=	LOGIN SCREEN
---------------------------------------------------------------------------
*/
#logged_out {
  background: #ECC3EF;
}
#logged_out .login_screen {
  height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#logged_out .login_screen .col {
  flex: 75%;
  height: 100%;
}
#logged_out .login_screen .col.col1 {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5%;
}
#logged_out .login_screen .col.col1 .inner {
  text-align: center;
  width: 450px;
}
#logged_out .login_screen .col.col1 .inner h1 {
  font-weight: 600;
}
#logged_out .login_screen .col.col1 .inner .entry_content {
  padding: 20px 0 50px 0;
}
#logged_out .login_screen .col.col1 .inner #loginform label,
#logged_out .login_screen .col.col1 .inner #loginform .login-remember {
  display: none !important;
}
#logged_out .login_screen .col.col1 .inner #loginform input {
  background: transparent !important;
}
#logged_out .login_screen .col.col1 .inner #loginform .login-username input,
#logged_out .login_screen .col.col1 .inner #loginform .login-password input {
  display: block;
  width: 100%;
  border: 1px solid #C2C2C2;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 200;
}
#logged_out .login_screen .col.col1 .inner #loginform .login-username input:focus,
#logged_out .login_screen .col.col1 .inner #loginform .login-password input:focus {
  border: 1px solid #6A57ED;
}
#logged_out .login_screen .col.col1 .inner #loginform .login-username input::placeholder,
#logged_out .login_screen .col.col1 .inner #loginform .login-password input::placeholder {
  font-family: "Unbounded", sans-serif;
  font-weight: 300;
}
#logged_out .login_screen .col.col1 .inner #loginform .login-submit {
  padding-top: 20px;
}
#logged_out .login_screen .col.col1 .inner #loginform .login-submit input {
  width: 220px;
  display: inline-block;
  line-height: 60px;
  background: #6A57ED !important;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  font-family: "Unbounded", sans-serif;
}
#logged_out .login_screen .col.col1 .inner #loginform .login-submit input:hover {
  background: #ECC3EF !important;
  color: #6A57ED !important;
}
#logged_out .login_screen .col.col2 {
  flex: 25%;
  padding: 2.5%;
  box-shadow: 2px 0px 17px 0px rgba(70, 62, 122, 0.49) inset;
}
#logged_out .login_screen .col.col2 .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
#logged_out .login_screen .col.col2 .inner .top {
  flex: 100%;
  margin-bottom: 20px;
}
#logged_out .login_screen .col.col2 .inner .top img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}
#logged_out .login_screen .col.col2 .inner .top h2 {
  margin-bottom: 10px;
  line-height: 2.1em;
}
#logged_out .login_screen .col.col2 .inner .top p {
  color: #6A57ED;
  font-size: 23px;
  line-height: 1.6em;
  font-weight: 300;
  padding-right: 10%;
}
#logged_out .login_screen .col.col2 .inner .bottom {
  flex: 100%;
  align-self: end;
}
#logged_out .login_screen .col.col2 .inner .bottom img {
  display: block;
  width: 100%;
  height: auto;
}

/*
---------------------------------------------------------------------------
=	CHAPTER ARCHVE / SELECT 
---------------------------------------------------------------------------
*/
.chapter_wrap {
  padding: 0 5%;
}

.intro_cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 5%;
}
.intro_cols .col {
  flex: 50%;
}
.intro_cols .col.col1 {
  padding-right: 5%;
  padding-top: 40px;
}
.intro_cols .col.col1 h1 {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
}
.intro_cols .col.col1 p {
  font-weight: 300;
}
.intro_cols .col.col2 {
  text-align: center;
  padding-bottom: 20px;
}
.intro_cols .col.col2 img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.intro_cols .col .btn {
  margin-top: 20px;
  background: #EADF5A;
  color: #6A57ED;
}
.intro_cols .col .btn:hover {
  background: #6A57ED;
  color: #fff;
}

.chapter_select {
  padding: 2%;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.21);
  margin-bottom: 5%;
}
.chapter_select ul {
  display: block;
}
.chapter_select ul li {
  display: block;
  margin-bottom: 20px;
}
.chapter_select ul li:last-of-type {
  margin-bottom: 0;
}
.chapter_select ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  color: #656565;
  padding: 30px 40px;
  font-weight: 400;
  border: 1px solid #C2C2C2;
}
.chapter_select ul li a:last-of-type {
  margin-bottom: 0;
}
.chapter_select ul li a em {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  padding-right: 0.3em;
}
.chapter_select ul li a span {
  display: inline-block;
  margin-left: auto;
  padding: 0.8em 2em;
  background: #C2C2C2;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.chapter_select ul li a:hover {
  border: 1px solid #6A57ED;
  color: #6A57ED;
}
.chapter_select ul li a:hover span {
  color: #6A57ED;
  background: #EADF5A;
}

/*
---------------------------------------------------------------------------
=	CHAPTER SINGLE
---------------------------------------------------------------------------
*/
.single-chapter {
  background: #ecc3ef;
  /*
  ----------------------------
  =	PAGE NAV
  ----------------------------
  */
}
.single-chapter .chapter_wrap {
  position: relative;
}
.single-chapter .chapter_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  background-image: url(../images/bg.png);
  mix-blend-mode: darken;
  opacity: 0.03;
}
.single-chapter .chapter_wrap .head_title {
  position: absolute;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  height: 100px;
  left: 0;
  padding: 0 0 0 150px;
  text-align: right;
}
.single-chapter .chapter_wrap .head_title.hide {
  display: none;
}
.single-chapter .chapter_wrap .head_title h1 {
  display: block;
  font-size: 18px;
  line-height: 1.4em;
  color: #6A57ED;
}
.single-chapter .chapter_wrap .head_title h1 strong {
  font-weight: 700;
  text-transform: capitalize;
}
.single-chapter .chapter_wrap .chapter_content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 200px 5%;
  color: #6A57ED;
}
.single-chapter .chapter_wrap .chapter_content .page {
  flex: 100%;
  text-align: center;
  display: none;
}
.single-chapter .chapter_wrap .chapter_content .pad {
  max-width: 850px;
  margin: 0 auto;
}
.single-chapter .page_nav {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 40px 5%;
  background: #ecc3ef;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.single-chapter .page_nav div {
  flex: 1;
}
.single-chapter .page_nav div.mid {
  text-align: center;
}
.single-chapter .page_nav div.mid progress {
  margin: 0 auto;
  width: 60%;
}
.single-chapter .page_nav div.end {
  text-align: right;
}
.single-chapter .page_nav div a {
  color: #6A57ED;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
  text-decoration-thickness: 3px;
}
.single-chapter .page_nav div a.prev {
  display: none;
}
.single-chapter .page_nav div a.hide {
  display: none;
}
.single-chapter .page_nav div a:hover {
  text-decoration: none;
}
.single-chapter .page_nav progress {
  display: block;
  width: 100%;
  border-radius: 16px;
  height: 14px;
}
.single-chapter .page_nav progress::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 16px;
}
.single-chapter .page_nav progress::-webkit-progress-value {
  background-color: #6A57ED;
  border-radius: 16px;
  box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

/*
---------------------------------------------------------------------------
=	CONTENT BUILDER 
---------------------------------------------------------------------------
*/
.single .btn:hover {
  background: #EADF5A;
  color: #6A57ED;
}

.content_block {
  padding-bottom: 40px;
}
.content_block:last-of-type {
  padding-bottom: 0;
}
.content_block.content_block_title {
  margin-bottom: 10px;
  text-transform: uppercase;
  /*
  h1
  {
  	display: unset;
  	font-size: 34px;
  	line-height: 70px;
  	line-height: 1.4em;
  	color: #fff;
  	font-weight: 700;
  	background: #6A57ED;
  	padding: .2em 1em;
  	text-transform: uppercase;

  	box-decoration-break: clone;
  	-webkit-box-decoration-break: clone;
  }

  .subtitle
  {
  	margin-top: 10px;

  	h2
  	{
  		display: unset;
  		font-size: 30px;
  		line-height: 70px;
  		color: #fff;
  		font-weight: 400;
  		color: #6A57ED;
  		background: #fff;

  		padding: .4em 1em;
  		text-transform: uppercase;

  		box-decoration-break: clone;
  		-webkit-box-decoration-break: clone;
  	}
  }
  */
}
.content_block.content_block_title h1, .content_block.content_block_title h2 {
  font-size: 30px;
}
.content_block.content_block_title h1 {
  margin-bottom: 12px;
}
.content_block.content_block_text p {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 400;
}
.content_block.content_block_text ul {
  max-width: 850px;
  margin: 0 auto;
}
.content_block.content_block_text ul li {
  line-height: 1.8em;
  padding-left: 0;
  position: unset;
}
.content_block.content_block_text ul li:before {
  display: none;
}
.content_block.content_block_list ul {
  /*
  li
  {
  	display: block;
  	margin-bottom: 2em;

  	span
  	{
  		background: #EADF5A;
  		font-size: 28px;
  		line-height: 62px;
  		font-weight: 600; 
  		box-decoration-break: clone;
  		-webkit-box-decoration-break: clone;
  		padding: .2em 2em;
  	}
  }
  */
}
.content_block.content_block_list ul li {
  display: block;
  font-size: 20px;
  line-height: 2.3em;
  margin-bottom: 1.2em;
  font-weight: 600;
}
.content_block.content_block_list ul li:last-of-type {
  margin-bottom: 0;
}
.content_block.content_block_list ul li span {
  font-size: 28px;
}
.content_block.content_block_img img {
  display: block;
  width: 100%;
  height: auto;
}
.content_block.content_block_timer a {
  width: 400px;
}
.content_block .vid {
  position: relative;
  width: 100%;
  padding-bottom: 57%;
}
.content_block .vid video,
.content_block .vid iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content_block.content_block_affermations select {
  width: 100%;
  padding: 20px;
  font-family: "Unbounded", sans-serif;
  background: transparent;
  background: #6A57ED;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-size: 20px 20px;
}
.content_block.content_block_modal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.content_block.content_block_modal .title {
  text-transform: uppercase;
  font-family: "Unbounded", sans-serif;
}

.surveys {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.surveys a {
  text-transform: capitalize;
}
