@charset "UTF-8";
/*

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: #333032;
  background: #fff4E9;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
body .static {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  background: url(../images/static.png) 50% 50% no-repeat;
  background-size: cover;
  opacity: 0.6;
}
body.home {
  background-attachment: fixed;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-med";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter_black";
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.entry_content {
  /*
  //TITLES
  h1,
  h2,
  h3,
  h4,
  h5,
  h6
  {
  	display: block;
  }

  h1
  {
  	font-size: 260%;
  	margin-bottom: 25px;
  }

  h2
  {
  	font-size: 230%;
  	margin-bottom: 25px;
  }

  h3
  {
  	font-size: 200%;
  	margin-bottom: 24px;
  }

  h4, h5, h6
  {
  	font-size: 180%;
  	margin-bottom: 18px;
  }
  */
}
.entry_content p {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 1.4em;
}
.entry_content p:last-child {
  margin-bottom: 0;
}
.entry_content strong {
  font-family: "Inter_black";
}
.entry_content strong a {
  font-family: "Inter_black";
}
.entry_content {
  /*
  em
  {
  	font-style: italic;

  	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: 22px;
  line-height: 150%;
  margin-bottom: 0.2em;
}
.entry_content ul li {
  padding-left: 18px;
  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;
}
.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;
}

/*
---------------------------------------------------------------------------
=	GRAVITY 2.5
---------------------------------------------------------------------------
*/
.login-remember {
  display: none;
}

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

.login_wrap {
  max-width: 500px;
}

.gform_wrapper,
#loginform {
  text-align: left;
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  border: 3px solid #000;
  background: #FFF;
  /* Drop Shadow */
  box-shadow: 2px 5px 0px 0px #000;
}
@media only screen and (max-width: 1000px) {
  .gform_wrapper,
  #loginform {
    padding: 10% 5%;
  }
}
.gform_wrapper .gform-body,
#loginform .gform-body {
  margin-bottom: 20px;
}
.gform_wrapper .gfield_label,
.gform_wrapper p label,
#loginform .gfield_label,
#loginform p label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 16px;
}
.gform_wrapper .gfield_label .gfield_required,
.gform_wrapper p label .gfield_required,
#loginform .gfield_label .gfield_required,
#loginform p label .gfield_required {
  display: inline-block;
  position: relative;
  width: 10px;
  height: 14px;
}
.gform_wrapper .gfield_label .gfield_required span,
.gform_wrapper p label .gfield_required span,
#loginform .gfield_label .gfield_required span,
#loginform p label .gfield_required span {
  display: none;
}
.gform_wrapper .gfield_label .gfield_required:after,
.gform_wrapper p label .gfield_required:after,
#loginform .gfield_label .gfield_required:after,
#loginform p label .gfield_required:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "*";
  color: #000;
}
.gform_wrapper .gfield,
.gform_wrapper .login-username,
.gform_wrapper .login-password,
#loginform .gfield,
#loginform .login-username,
#loginform .login-password {
  margin-bottom: 20px;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea,
.gform_wrapper .login-username input,
.gform_wrapper .login-username select,
.gform_wrapper .login-username textarea,
.gform_wrapper .login-password input,
.gform_wrapper .login-password select,
.gform_wrapper .login-password textarea,
#loginform .gfield input,
#loginform .gfield select,
#loginform .gfield textarea,
#loginform .login-username input,
#loginform .login-username select,
#loginform .login-username textarea,
#loginform .login-password input,
#loginform .login-password select,
#loginform .login-password textarea {
  display: block;
  padding: 20px;
  width: 100%;
  border: 3px solid #333032;
  font-size: 12px;
  line-height: 1.2em;
  border-radius: 10px;
  resize: none;
  background: transparent;
}
.gform_wrapper .gfield input::placeholder,
.gform_wrapper .gfield select::placeholder,
.gform_wrapper .gfield textarea::placeholder,
.gform_wrapper .login-username input::placeholder,
.gform_wrapper .login-username select::placeholder,
.gform_wrapper .login-username textarea::placeholder,
.gform_wrapper .login-password input::placeholder,
.gform_wrapper .login-password select::placeholder,
.gform_wrapper .login-password textarea::placeholder,
#loginform .gfield input::placeholder,
#loginform .gfield select::placeholder,
#loginform .gfield textarea::placeholder,
#loginform .login-username input::placeholder,
#loginform .login-username select::placeholder,
#loginform .login-username textarea::placeholder,
#loginform .login-password input::placeholder,
#loginform .login-password select::placeholder,
#loginform .login-password textarea::placeholder {
  color: #000;
}
.gform_wrapper .gfield select,
.gform_wrapper .login-username select,
.gform_wrapper .login-password select,
#loginform .gfield select,
#loginform .login-username select,
#loginform .login-password select {
  -webkit-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px), 50%;
  background-size: 12px 12px; /* Adjust size here */
}
.gform_wrapper fieldset,
#loginform fieldset {
  padding: 0;
  margin: 0 0 20px 0 !important;
  border: none;
}
.gform_wrapper fieldset label,
#loginform fieldset label {
  display: none;
}
.gform_wrapper fieldset .ginput_container,
#loginform fieldset .ginput_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.gform_wrapper fieldset .ginput_container span,
#loginform fieldset .ginput_container span {
  display: block;
  flex: calc(50% - 10px);
}
.gform_wrapper fieldset .ginput_container > div,
#loginform fieldset .ginput_container > div {
  flex: calc(33.33% - 20px);
}
.gform_wrapper fieldset .validation_message,
#loginform fieldset .validation_message {
  float: left;
  width: 100%;
}
.gform_wrapper .gfield--type-html,
#loginform .gfield--type-html {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
  font-family: "inter_black";
}
.gform_wrapper table,
#loginform table {
  border: solid 1px #000;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
}
.gform_wrapper table caption,
.gform_wrapper table td,
.gform_wrapper table th,
#loginform table caption,
#loginform table td,
#loginform table th {
  border: solid 1px #000;
  padding: 10px;
}
.gform_wrapper table th,
#loginform table th {
  text-align: center;
}
.gform_wrapper table caption,
#loginform table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}

.gform_footer,
.login-submit {
  padding-top: 10px;
}
.gform_footer input,
.login-submit input {
  display: inline-block;
  width: 160px;
  text-align: center;
  border: 3px solid #000;
  color: #333032;
  font-size: 17px;
  line-height: 60px;
  background: transparent;
  font-family: "inter_black";
  border-radius: 16px;
  box-shadow: 2px 5px 0px 0px #000;
}
.gform_footer input:hover,
.login-submit input:hover {
  box-shadow: none;
}

.gfield_description {
  padding: 0 16px 10px 16px;
  font-size: 12px;
  line-height: 1.2em;
}

.gfield_visibility_hidden,
.gfield--type-honeypot {
  display: none !important;
}

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

/*
---------------------------------------------------------------------------
=	IN MODAL
---------------------------------------------------------------------------
*/
.modal .gform_wrapper {
  padding: 20px !important;
  border-radius: 15px;
  border: none !important;
  box-shadow: none !important;
}

/**************************\
  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: left;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  background-color: #fff;
  border-radius: 30px !important;
  overflow-y: auto;
  box-sizing: border-box;
  border: 3px solid #000 !important;
  box-shadow: 2px 5px 0px 0px #000 !important;
  max-width: calc(60% - 100px);
  margin-left: 50px;
}
@media only screen and (max-width: 1350px) {
  .modal__container {
    width: calc(100% - 100px) !important;
    max-width: 700px !important;
  }
}

.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 {
  position: fixed;
  top: 0;
  right: 0;
  padding: 50px;
  width: 40%;
  display: flex;
  z-index: 10;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
#header a {
  display: inline-block;
  font-size: 16px;
  font-family: "Inter_black";
  border-radius: 33px;
  color: #000;
  margin-left: 16px;
}
/*
----------------------------
=	BURGER
----------------------------
*/
#nav-toggle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 62px;
  z-index: 300;
  border: 3px solid #000;
  border-radius: 15px;
  background: #fff;
  box-shadow: 2px 5px 0px 0px #000;
  transition: 0.2s;
}
#nav-toggle.active {
  border-color: #fff;
  box-shadow: none;
}
#nav-toggle #nav-burger {
  width: 60%;
  height: 24px;
  position: relative;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
#nav-toggle #nav-burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-toggle #nav-burger span:nth-child(1) {
  top: 0;
}
#nav-toggle #nav-burger span:nth-child(2), #nav-toggle #nav-burger span:nth-child(3) {
  top: calc(50% - 2px);
}
#nav-toggle #nav-burger span:nth-child(4) {
  bottom: 0;
}
#nav-toggle #nav-burger span:hover span {
  background: #000;
}
#nav-toggle #nav-burger {
  /*OPEN*/
}
#nav-toggle #nav-burger.open span {
  background: #000;
}
#nav-toggle #nav-burger.open span:nth-child(1), #nav-toggle #nav-burger.open span:nth-child(4) {
  top: calc(50% - 2px);
  width: 0%;
  left: 50%;
}
#nav-toggle #nav-burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-toggle #nav-burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

/*
----------------------------
=	SLIDEOUT
----------------------------
*/
#slideout_nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc(40% + 3px);
  z-index: -1;
  background: #fff;
  background-size: cover;
  border-left: 3px solid #000;
  z-index: 201;
  right: -110%;
  display: block;
  position: fixed;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#slideout_nav.active {
  right: 0;
}
#slideout_nav nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 140px 5% 5% 5%;
}
#slideout_nav nav a {
  display: block;
  flex: 100%;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin-bottom: 1.5em;
  color: #000;
  font-family: "Inter_black";
}
#slideout_nav nav a:hover {
  color: #FFB850;
}

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  display: flex;
  flex-wrap: wrap;
  background: #FFB850;
  padding: 30px;
}
#footer span {
  display: inline-block;
  font-size: 14px;
}
#footer span.yoke {
  margin-left: auto;
}
#footer span.yoke a {
  display: inline-block;
  color: #000;
  font-family: "inter_black";
}
#footer span.yoke a:hover {
  color: #000;
}
@media only screen and (max-width: 600px) {
  #footer span {
    flex: 100%;
    text-align: center;
  }
  #footer span.yoke {
    margin-top: 10px;
  }
}

.home p {
  font-size: clamp(16px, 2vw, 22px);
}
.home .vid_wrap {
  width: 100%;
  padding-bottom: 54%;
  position: relative;
}
.home .vid_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.welcome {
  padding: 50px;
  padding-right: 20px;
}
@media only screen and (min-width: 801px) {
  .welcome {
    height: 100vh;
  }
}
.welcome .inner {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.welcome .inner .mob {
  display: none;
}
.welcome .inner .col {
  width: calc(20% - 30px);
}
.welcome .inner .col.col1, .welcome .inner .col.col2 {
  width: calc(40% - 30px);
}
.welcome .inner .col {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.welcome .inner .col .box {
  flex: 100%;
  background: #fff;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.welcome .inner .col .box.link {
  color: #333032;
  font-family: "Inter_black";
  letter-spacing: -0.04em;
  font-size: 1.8vw;
}
.welcome .inner .col .box.link img {
  display: inline-block;
}
.welcome .inner .col .box.link#box5 img {
  margin-right: 10px;
}
.welcome .inner .col .box.link#box6 img {
  margin-left: 20px;
}
.welcome .inner .col .box#box1, .welcome .inner .col .box#box3, .welcome .inner .col .box#box8 {
  height: calc(30% - 30px);
}
.welcome .inner .col .box#box2 {
  height: 70%;
}
.welcome .inner .col .box#box4 {
  height: 50%;
  padding: 5%;
}
.welcome .inner .col .box#box4 h1 {
  display: block;
  font-family: "Inter_black";
  letter-spacing: -0.04em;
  line-height: 1em;
  font-size: 3vw;
  margin-bottom: 4%;
}
.welcome .inner .col .box#box4 p {
  font-size: 1.4vw;
  line-height: 1.2em;
}
.welcome .inner .col .box#box5, .welcome .inner .col .box#box6 {
  height: calc(20% - 30px);
}
.welcome .inner .col .box#box7 {
  height: 50%;
}
.welcome .inner .col .box#box3 {
  border: none;
  border-radius: unset;
  box-shadow: unset;
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.welcome .inner .col .box#box3 div {
  flex: calc(50% - 15px);
  height: 100%;
  background: #fff;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.welcome .inner .col .box#box6 {
  gap: 40px;
}
.welcome .inner .col .box#box6 > a {
  color: #000;
}
.welcome .inner .col .box#box6 > a i {
  font-size: 50px;
}
.welcome .inner .col .has_icn {
  padding: 5% 10%;
}
.welcome .inner .col .has_icn#box8 {
  padding: 15%;
}
.welcome .inner .col .has_icn img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
}
@media only screen and (max-width: 1250px) {
  .welcome .inner .col.col1, .welcome .inner .col.col2 {
    width: calc(50% - 30px);
  }
  .welcome .inner .col.col3, .welcome .inner .col.col2 #box5 {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .welcome .inner .col.col1, .welcome .inner .col.col2 {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .welcome {
    padding: 20px 5%;
  }
  .welcome .inner .mob {
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: center;
    width: 100%;
  }
  .welcome .inner .mob a {
    color: #333032;
    font-family: "Inter_black";
    letter-spacing: -0.04em;
    font-size: 20px;
  }
  .welcome .inner .mob > img {
    height: 50px;
    margin-right: auto;
  }
  .welcome .inner .box {
    height: unset !important;
  }
  .welcome .inner #box1,
  .welcome .inner #box3 {
    display: none !important;
  }
  .welcome .inner #box2 {
    aspect-ratio: 1/1;
  }
  .welcome .inner #box4 {
    padding: 10% !important;
  }
  .welcome .inner #box4 h1 {
    font-size: 8vw !important;
  }
  .welcome .inner #box4 p {
    font-size: 16px !important;
  }
  .welcome .inner #box5 {
    padding: 5%;
    font-size: 4vw;
  }
}

/*
---------------------------------------------------------------------------
=	EDUCATION
---------------------------------------------------------------------------


.education
{
	padding: 10% 50px;

	@media only screen and (max-width: 1000px)
	{
		padding: 100px 5% 0 5%;
	}

	.cols
	{
		display: flex;
		flex-wrap: wrap;

		.col
		{
			flex: 1;
			max-width: 50%;

			@media only screen and (max-width: 1000px)
			{
				flex: 100%;
				max-width: 100%;	
			}

			&.col1
			{
				@media only screen and (min-width: 1001px)
				{
					padding-right: 5%;
				}
				.inner
				{
					display: flex;
					flex-wrap: wrap;

					.col_title
					{
						font-family: "Inter_black";
						margin-bottom: 80px;
						transform: rotate(-5deg);

						@media only screen and (max-width: 1000px)
						{
							margin-bottom: 40px;
						}

						> span
						{
							display: block;
							font-size: 23px;
							letter-spacing: -0.05em;
							color: #FFB850;
							padding: 0 0 10px 10px;

							@media only screen and (max-width: 1000px)
							{
								font-size: 4vw;
							}
						}
						h2
						{
							display: block;
							font-size: 88px;
							letter-spacing: -0.05em;

							@media only screen and (max-width: 1000px)
							{
								font-size: 16vw;
							}
						}
						svg
						{
							display: inline-block;
							margin-left:10%;
							transform: rotate(3deg);
						}
					}


					p:first-of-type
					{
						font-size: clamp(20px, 2vw, 28px);
					}
				}
			}

			&.col2
			{
				@media only screen and (min-width: 1001px)
				{
					padding-bottom: 200px;
				}

				.sticky_wrap
				{

					.sticky_block
					{
						padding: 50px 10%;
						border-radius: 15px;
						border: 3px solid #000;
						box-shadow: 2px 5px 0px 0px #000;
						margin-bottom: 40px;

						h3
						{
							display: block;
							font-size: clamp(20px, 2vw, 26px);
							font-family: "Inter_black";
							text-align: center;
						}

						.entry_content
						{
							padding-top: 6%;
							text-align: center;
						}
					}
				}
			}
		}

	}
}

/*
---------------------------------------------------------------------------
=	TESTIMONIALS
---------------------------------------------------------------------------
*/
.testimonials {
  background: url(../images/bg_testi2.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  padding: 10% 50px;
}
@media only screen and (min-width: 768px) {
  .testimonials {
    background-attachment: fixed;
  }
}
@media only screen and (min-width: 1001px) {
  .testimonials {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .testimonials {
    padding: 80px 5%;
  }
}
.testimonials .cols {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media only screen and (min-width: 1001px) {
  .testimonials .cols {
    min-height: 100vh;
  }
}
.testimonials .cols .test_pin {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1001px) {
  .testimonials .cols .test_pin {
    height: 100vh;
    max-width: 30%;
  }
}
@media only screen and (max-width: 1000px) {
  .testimonials .cols .test_pin {
    flex: 100%;
    margin-bottom: 80px;
  }
}
.testimonials .cols .test_pin div {
  transform: rotate(-5deg);
}
@media only screen and (min-width: 1001px) {
  .testimonials .cols .test_pin div {
    padding-bottom: 10%;
  }
}
.testimonials .cols .test_pin div h3 {
  color: #FFF4E9;
  font-size: 5vw;
  letter-spacing: -0.08em;
  line-height: 0.9em;
  font-family: "Inter_black";
}
@media only screen and (max-width: 1000px) {
  .testimonials .cols .test_pin div h3 {
    font-size: 15vw;
  }
}
.testimonials .cols .test_pin div h3 span {
  display: block;
}
.testimonials .cols .test_pin div h3 span.push {
  padding-left: 20%;
}
.testimonials .cols .test_pin div h3 span:last-of-type {
  background: url(../images/underline2.svg) no-repeat 0 100%;
  padding-bottom: 28px;
}
.testimonials .cols > .col2 {
  flex: 1;
}
@media only screen and (max-width: 1000px) {
  .testimonials .cols > .col2 {
    margin-top: -100px;
  }
}
.testimonials .cols > .col2 .quotes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.testimonials .cols > .col2 .quotes .col {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 1000px) {
  .testimonials .cols > .col2 .quotes .col {
    flex: 100%;
    max-width: 100%;
  }
}
.testimonials .cols > .col2 .quotes .col.col1 {
  padding-top: 20%;
}
.testimonials .cols > .col2 .quote {
  background: #fff;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  padding: 10%;
  margin-bottom: 40px;
  width: calc(100% - 2px);
}
@media only screen and (max-width: 1000px) {
  .testimonials .cols > .col2 .quote:last-of-type {
    margin-bottom: 10px;
  }
}
.testimonials .cols > .col2 .quote .quote_img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-bottom: 30px;
  border: 3px solid #000;
}
.testimonials .cols > .col2 .quote blockquote {
  display: block;
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.4em;
}
.testimonials .cols > .col2 .quote cite {
  padding-top: 30px;
  display: block;
  font-size: clamp(18px, 2vw, 26px);
  font-family: "Inter_black";
}
.testimonials .cols > .col2 .quote cite span {
  display: block;
  font-size: clamp(14px, 2vw, 18px);
  font-family: "Inter";
}

/*
---------------------------------------------------------------------------
=	CONTACT
---------------------------------------------------------------------------
*/
.contact {
  padding: 10% 5%;
}
@media only screen and (max-width: 1000px) {
  .contact {
    padding-top: 100px;
  }
}
.contact .cols {
  display: flex;
  flex-wrap: wrap;
}
.contact .cols .col {
  flex: 1;
  max-width: 50%;
}
@media only screen and (max-width: 1000px) {
  .contact .cols .col {
    flex: 100%;
    max-width: 100%;
  }
}
.contact .cols .col.col1 {
  padding-right: 10%;
}
.contact .cols .col .contact_title {
  transform: rotate(-5deg);
  margin-bottom: 50px;
}
.contact .cols .col .contact_title h4 {
  display: block;
  font-size: 5vw;
  letter-spacing: -0.05em;
  font-family: "Inter_black";
}
@media only screen and (max-width: 1000px) {
  .contact .cols .col .contact_title h4 {
    font-size: 12vw;
  }
}
.contact .cols .col .contact_title h4 span {
  display: block;
  position: relative;
  z-index: 1;
}
.contact .cols .col .contact_title h4 span em {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.contact .cols .col .contact_title h4 span em svg {
  position: absolute;
  top: 0%;
  left: -10%;
  z-index: -10;
  width: 100%;
  height: auto;
}
.contact .cols .col .contact_title h4 span.push {
  padding-left: 20%;
}
@media only screen and (min-width: 1001px) {
  .contact .cols .col .entry_content {
    max-width: 490px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .contact .cols .col .entry_content {
    padding-bottom: 5%;
  }
}
.contact .cols .col img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  .contact .cols .col img {
    display: none;
  }
}
.contact .cols .col.col2 {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.contact .cols .col.col2 .inner {
  width: 100%;
  /*
  padding: 50px;
  background: #fff;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  */
}
.contact .cols .mob {
  margin-top: 10%;
}
@media only screen and (max-width: 600px) {
  .contact .cols .mob {
    width: 100%;
  }
}
@media only screen and (min-width: 1001px) {
  .contact .cols .mob {
    display: none;
  }
}

/*
---------------------------------------------------------------------------
=	STOPPY 2 COLS
---------------------------------------------------------------------------
*/
.stoppy_2col {
  padding: 5%;
  display: flex;
  flex-wrap: wrap;
}
.stoppy_2col .col {
  flex: 50%;
}
@media only screen and (max-width: 1250px) {
  .stoppy_2col .col {
    flex: 100%;
  }
}
.stoppy_2col .col.col1 {
  padding-right: 10%;
}
@media only screen and (max-width: 1250px) {
  .stoppy_2col .col.col1 {
    padding: 0 0 10% 0;
  }
}
.stoppy_2col .col.col1 .ed_pin {
  position: sticky;
  top: 10%;
}
.stoppy_2col .col.col1 .col_title {
  font-family: "Inter_black";
  margin-bottom: 80px;
  transform: rotate(-5deg);
}
@media only screen and (max-width: 1000px) {
  .stoppy_2col .col.col1 .col_title {
    margin-bottom: 40px;
  }
}
.stoppy_2col .col.col1 .col_title > span {
  display: block;
  font-size: 23px;
  letter-spacing: -0.05em;
  color: #FFB850;
  padding: 0 0 10px 10px;
}
@media only screen and (max-width: 1000px) {
  .stoppy_2col .col.col1 .col_title > span {
    font-size: 4vw;
  }
}
.stoppy_2col .col.col1 .col_title h2 {
  display: block;
  font-size: 88px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1000px) {
  .stoppy_2col .col.col1 .col_title h2 {
    font-size: 16vw;
  }
}
.stoppy_2col .col.col1 .col_title svg {
  display: inline-block;
  margin-left: 10%;
  transform: rotate(3deg);
}
.stoppy_2col .col.col1 p:first-of-type {
  font-size: clamp(20px, 2vw, 28px);
}
@media only screen and (max-width: 1250px) {
  .stoppy_2col .col.col2 {
    padding-bottom: 5%;
  }
}
.stoppy_2col .col.col2 .stack-cards {
  --stack-cards-gap: 40px;
}
.stoppy_2col .col.col2 .stack-cards .stack-cards__item {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  overflow: hidden;
  padding: 50px 10%;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
}
@media only screen and (max-width: 1250px) {
  .stoppy_2col .col.col2 .stack-cards .stack-cards__item {
    top: 5%;
  }
}
.stoppy_2col .col.col2 .stack-cards .stack-cards__item h3 {
  display: block;
  font-size: clamp(20px, 2vw, 26px);
  font-family: "Inter_black";
  text-align: center;
}
.stoppy_2col .col.col2 .stack-cards .stack-cards__item .entry_content {
  padding-top: 6%;
  text-align: center;
}

/*
---------------------------------------------------------------------------
=	SITEWIDE
---------------------------------------------------------------------------
*/
#logged_out.page-dashboard,
#logged_out.organisations {
  background: url(../images/img2.jpg) 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.title {
  display: block;
  font-family: "Inter_black";
  font-size: 57px;
  letter-spacing: -0.05em;
  margin-bottom: 60px;
}
.title span {
  display: block;
  padding-left: 1em;
}

.page_title {
  font-family: "Inter_black";
  margin-bottom: 60px;
  transform: rotate(-5deg);
}
.page_title h1 {
  display: block;
  font-size: 88px;
  letter-spacing: -0.05em;
}
.page_title h1 span {
  display: block;
  padding-left: 1em;
}

.content_area .box {
  padding: 50px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 15px;
  box-shadow: 2px 5px 0px 0px #000;
}

.page_wrap {
  padding: 5%;
  padding-top: 40px;
}
.page_wrap .inner {
  padding: 2%;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.21);
}

.print_wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.print_wrap .logged_in_logo {
  max-height: 50px;
  margin-bottom: 0 !important;
}
.print_wrap button {
  margin-left: auto;
  background: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-family: "Inter_black";
}
.print_wrap button img {
  display: inline-block;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(25%) saturate(2244%) hue-rotate(43deg) brightness(97%) contrast(97%);
}

.notice {
  display: block;
  margin-bottom: 30px;
  font-size: 1vw;
  font-family: "Inter_black";
  letter-spacing: -0.05em;
}

/*
---------------------------------------------------------------------------
=	USERS
---------------------------------------------------------------------------
*/
.user_intro {
  margin-bottom: 5%;
}

.charts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.author .charts {
  margin-bottom: 50px;
}
.charts .chart {
  width: 100%;
  max-width: 100%;
  padding: 50px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 15px;
  box-shadow: 2px 5px 0px 0px #000;
}
.charts .chart.chart_50 {
  width: calc(50% - 25px);
  max-width: calc(50% - 25px);
}
.charts .chart.table_chart {
  padding: 0;
}
.charts .chart h2 {
  display: block;
  margin-bottom: 30px;
  font-size: 1vw;
  font-family: "Inter_black";
  letter-spacing: -0.05em;
}
.charts .chart table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-radius: 15px;
}
.charts .chart table caption,
.charts .chart table td,
.charts .chart table th {
  border-top: solid 1px #000;
  padding: 20px;
}
.charts .chart table thead th {
  border: none;
  font-size: 1vw;
  font-family: "Inter_black";
  letter-spacing: -0.05em;
}
.charts .chart table th {
  font-weight: 700;
}
.charts .chart table td {
  font-size: 14px;
}
.charts .chart table td:first-of-type {
  font-family: "Inter_black";
}
.charts .chart table caption {
  border-bottom: none;
  font-size: 16px;
  text-align: left;
}

.weekly_report {
  padding: 30px 22px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 15px;
  box-shadow: 2px 5px 0px 0px #000;
  margin-bottom: 30px;
}
.weekly_report a,
.weekly_report button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 100%;
  background: transparent;
}
.weekly_report a > span:nth-child(2),
.weekly_report button > span:nth-child(2) {
  margin-left: auto;
  text-align: right;
}
.weekly_report a > span .week_date,
.weekly_report a > span .week_title,
.weekly_report button > span .week_date,
.weekly_report button > span .week_title {
  display: block;
  text-align: left;
}
.weekly_report a > span .week_date,
.weekly_report button > span .week_date {
  font-size: 15px;
  font-family: "Inter_black";
  margin-bottom: 10px;
}
.weekly_report a > span .week_title,
.weekly_report button > span .week_title {
  font-size: 24px;
}
.weekly_report a > span.action,
.weekly_report button > span.action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.weekly_report a > span.action .warning,
.weekly_report button > span.action .warning {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Inter_black";
}
.weekly_report a > span.action .warning img,
.weekly_report button > span.action .warning img {
  display: inline-block;
  margin-right: 10px;
}
.weekly_report a > span.action .open,
.weekly_report button > span.action .open {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  font-size: 30px;
}

.progress_report {
  padding-top: 30px;
  display: none;
}
.progress_report > div {
  border: 1px solid #ccc;
  border-width: 1px 0;
  padding: 30px 0;
}
.progress_report > div:last-of-type {
  border: none;
  padding-bottom: 0;
}
.progress_report > div h2 {
  display: block;
  font-family: "Inter_black";
  font-size: 22px;
  margin-bottom: 30px;
}
.progress_report > div .entry_content {
  margin-bottom: 30px;
}
.progress_report > div .entry_content:last-of-type {
  margin-bottom: 0;
}
.progress_report > div .entry_content p, .progress_report > div .entry_content .q {
  font-size: 14px;
}
.progress_report > div .entry_content .q {
  font-family: "Inter_black";
  line-height: 1.4em;
}
.progress_report > div .entry_content p {
  font-style: italic;
}

#w1 .week_date, #w1 .q {
  color: #FFB850;
}

#w2 .week_date, #w2 .q {
  color: #8ABFFF;
}

#w3 .week_date, #w3 .q {
  color: #FF574A;
}

#w4 .week_date, #w4 .q {
  color: #42A674;
}

#w5 .week_date, #w5 .q {
  color: #3560AB;
}

#w6 .week_date, #w6 .q {
  color: #FF949A;
}

#w7 .week_date, #w7 .q {
  color: #F8D4FC;
}

#w8 .week_date, #w8 .q {
  color: #FF844B;
}

.extra_forms {
  padding-top: 50px;
}

/*
---------------------------------------------------------------------------
=	SEARCH
---------------------------------------------------------------------------
*/
.user_search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}
.user_search form,
.user_search > a {
  flex: 1;
}
.user_search form {
  position: relative;
}
.user_search form .search-field {
  width: calc(100% - 6px);
  border: 3px solid #000 !important;
  line-height: 60px;
  border-radius: 10px;
  text-indent: 30px;
  font-size: 16px;
  box-shadow: 2px 5px 0px 0px #000;
}
.user_search form .search-submit {
  position: absolute;
  top: 10px;
  right: 0;
  height: 40px;
  padding: 0 30px;
  background: transparent;
  font-family: "Inter_black";
  font-size: 17px;
  letter-spacing: -0.05em;
  text-align: right;
}
.user_search > a {
  max-width: 200px;
  text-align: center;
  background: #fff;
  color: #000;
  font-family: "Inter_black";
  font-size: 17px;
  line-height: 60px;
  border-radius: 10px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.user_search > a i {
  display: inline-block;
  margin-left: 10px;
}

/*
---------------------------------------------------------------------------
=	FILTER
---------------------------------------------------------------------------
*/
.filter {
  margin-bottom: 50px;
}
.filter #date_range {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.filter #date_range > div {
  flex: 1;
  max-width: calc(50% - 6px);
  border: 3px solid #000 !important;
  line-height: 60px;
  border-radius: 10px;
  text-indent: 30px;
  font-size: 16px;
  box-shadow: 2px 5px 0px 0px #000;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-right: 30px;
}
.filter #date_range > div label, .filter #date_range > div input {
  flex: 1;
}
.filter #date_range > div label {
  max-width: 140px;
  font-family: "Inter_black";
}

.page-member-feedback .org-filter,
.page-mentor-feedback .org-filter,
.page-programme-feedback .org-filter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.5rem 0;
  font-size: 15px;
  margin-bottom: 50px !important;
}
.page-member-feedback .org-filter .filter-item,
.page-mentor-feedback .org-filter .filter-item,
.page-programme-feedback .org-filter .filter-item {
  flex: calc(20% - 0.75rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-member-feedback .org-filter label,
.page-mentor-feedback .org-filter label,
.page-programme-feedback .org-filter label {
  display: block;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 8px;
}
.page-member-feedback .org-filter select, .page-member-feedback .org-filter input,
.page-mentor-feedback .org-filter select,
.page-mentor-feedback .org-filter input,
.page-programme-feedback .org-filter select,
.page-programme-feedback .org-filter input {
  flex: 100%;
  appearance: none;
  border: 2px solid #000;
  border-radius: 6px;
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  font-size: inherit;
  background-color: #fff;
  cursor: pointer;
  line-height: 1.2;
}
.page-member-feedback .org-filter select:focus, .page-member-feedback .org-filter input:focus,
.page-mentor-feedback .org-filter select:focus,
.page-mentor-feedback .org-filter input:focus,
.page-programme-feedback .org-filter select:focus,
.page-programme-feedback .org-filter input:focus {
  border-color: #000;
  outline: none;
}
.page-member-feedback .org-filter select:hover, .page-member-feedback .org-filter input:hover,
.page-mentor-feedback .org-filter select:hover,
.page-mentor-feedback .org-filter input:hover,
.page-programme-feedback .org-filter select:hover,
.page-programme-feedback .org-filter input:hover {
  border-color: #000;
}
.page-member-feedback .org-filter select,
.page-mentor-feedback .org-filter select,
.page-programme-feedback .org-filter select {
  position: relative;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(50% - 3px), calc(100% - 8px) calc(50% - 3px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.page-member-feedback .org-filter button,
.page-mentor-feedback .org-filter button,
.page-programme-feedback .org-filter button {
  border: 2px solid #000;
  border-radius: 6px;
  padding: 0.45rem 2rem 0.45rem 2rem;
  font-size: inherit;
  background-color: #000;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
}
.page-member-feedback .org-filter .reset-button,
.page-mentor-feedback .org-filter .reset-button,
.page-programme-feedback .org-filter .reset-button {
  margin-left: auto;
  color: #000;
  text-decoration: underline;
}
.page-member-feedback .org-filter .reset-button:hover,
.page-mentor-feedback .org-filter .reset-button:hover,
.page-programme-feedback .org-filter .reset-button:hover {
  text-decoration: none;
}

/*
---------------------------------------------------------------------------
=	TABLES
---------------------------------------------------------------------------
*/
.table {
  background: #fff;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
}
.table .t_head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0 20px 0;
  border-bottom: 3px solid #000;
}
.table .t_head span {
  flex: 1;
  font-size: 15px;
  font-family: "Inter_black";
  padding: 0 20px;
}
.table .t_body .t_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}
.table .t_body .t_row > span {
  flex: 1;
  max-width: 25%;
  border-right: 1px solid #000;
  padding: 10px;
  align-self: stretch;
  font-size: 14px;
  font-family: "Inter-med";
  line-height: 1.4em;
  overflow: hidden;
}
.table .t_body .t_row > span:nth-child(1) {
  font-family: "Inter_black";
}
.table .t_body .t_row > span a {
  display: inline-block;
  color: #000;
}
.table .t_body .t_row .switch_to_btn {
  font-family: "Inter-med";
  text-decoration: underline;
  margin-left: 10px;
}
.table .t_body .t_row.t_row_u > span {
  max-width: 20%;
}
.table .lie {
  max-width: 130px;
}
.table.table_3 .t_body .t_row > span {
  max-width: unset;
}

/*
---------------------------------------------------------------------------
=	LOGINPAGE
---------------------------------------------------------------------------
*/
.login_page .underline em {
  display: inline-block;
  position: relative;
}
.login_page .underline em:before {
  content: "";
  position: absolute;
  top: 90%;
  right: 0;
  width: 80%;
  height: 80%;
  background: url(../images/login_underline.svg) no-repeat;
  background-size: contain;
  transform: rotate(5deg); /* Adjust as needed */
}
@media only screen and (max-width: 800px) {
  .login_page.content_area {
    padding: 5%;
  }
  .login_page h1 {
    font-size: 12vw;
  }
  .login_page p {
    font-size: clamp(16px, 2vw, 22px) !important;
  }
}
.login_page .entry_content {
  margin-bottom: 5%;
}

/*
---------------------------------------------------------------------------
=	PAGE CONTENT BUILDER
---------------------------------------------------------------------------
*/
.cb_wrap .the_title {
  display: block;
  font-size: 26px;
  margin-bottom: 30px;
  font-family: "Inter_black";
}
.cb_wrap > .entry_content h1,
.cb_wrap > .entry_content h2 {
  display: block;
  font-size: 42px;
  margin-bottom: 30px;
  font-family: "Inter_black";
}
.cb_wrap > .entry_content p:first-of-type {
  font-size: 32px;
}
.cb_wrap .content_builder .block_title {
  font-size: 42px;
  font-family: "Inter_black";
  margin-bottom: 5%;
}
.cb_wrap .content_block {
  border: 3px solid #000;
  border-radius: 15px;
  box-shadow: 2px 5px 0px 0px #000;
  padding: 5%;
  margin-bottom: 50px;
}
.cb_wrap .content_block.central {
  text-align: center;
}
.cb_wrap .content_block .block_title {
  font-size: 42px;
  font-family: "Inter_black";
  margin-bottom: 5%;
}
.cb_wrap .content_block.pink {
  background: #FF949A;
}
.cb_wrap .content_block.orange {
  background: #FF844B;
}
.cb_wrap .content_block.green {
  background: #42A674;
}
.cb_wrap .content_block.blue {
  background: #8ABFFF;
}
.cb_wrap .content_block.none {
  padding: 0;
  box-shadow: none;
  border: none;
}
.cb_wrap .block .links {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cb_wrap .block .links a {
  font-size: 18px;
  font-family: "Inter_black";
  color: #fff;
  background: #000;
  padding: 1.6em 2.4em;
  border-radius: 15px;
}
.cb_wrap .block .links a:hover {
  color: #000;
  background: #fff;
}
.cb_wrap .block.img_block {
  margin-bottom: 50px;
}
.cb_wrap .block.img_block img {
  display: block;
  width: 100%;
  height: auto;
  border: 3px solid #000;
  border-radius: 15px;
  box-shadow: 2px 5px 0px 0px #000;
}
.cb_wrap .partners_block {
  margin-bottom: 50px;
}
.cb_wrap .p_grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 900px) {
  .cb_wrap .p_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .cb_wrap .p_grid {
    grid-template-columns: 1fr;
  }
}
.cb_wrap .p_grid > div {
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background: #fff;
  border: 3px solid #000;
  border-radius: 15px;
  box-shadow: 2px 5px 0 0 #000;
}
.cb_wrap .p_grid > div img {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  display: block;
}

/*
----------------------------
=	ORG FILTER
----------------------------
*/
.mfl {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  font-size: 12px;
}

.org-filter {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1.5rem 0;
  font-size: 15px;
}
.org-filter label {
  font-weight: 600;
  white-space: nowrap;
}
.org-filter select {
  appearance: none;
  border: 2px solid #000;
  border-radius: 6px;
  padding: 0.45rem 2rem 0.45rem 0.75rem;
  font-size: inherit;
  background-color: #fff;
  cursor: pointer;
  line-height: 1.2;
  min-width: 200px;
  position: relative;
  background-image: linear-gradient(45deg, transparent 50%, #666 50%), linear-gradient(135deg, #666 50%, transparent 50%);
  background-position: calc(100% - 12px) calc(50% - 3px), calc(100% - 8px) calc(50% - 3px);
  background-size: 5px 5px;
  background-repeat: no-repeat;
}
.org-filter select:focus {
  border-color: #000;
  outline: none;
}
.org-filter select:hover {
  border-color: #000;
}
.org-filter button {
  padding: 0.45rem 0.9rem;
  border: none;
  border-radius: 6px;
  background: #222;
  color: #fff;
  cursor: pointer;
  font-size: inherit;
}
.org-filter button:hover {
  background: #000;
}
.org-filter {
  /* Mobile: stack neatly */
}
@media (max-width: 600px) {
  .org-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .org-filter select {
    width: 100%;
  }
}

/*
---------------------------------------------------------------------------
=	FEEDBACK
---------------------------------------------------------------------------
*/
.feedback-groups .feedback-group {
  background: #fff;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  margin-bottom: 25px;
  padding: 25px;
}
.feedback-groups .feedback-group .feedback-date {
  display: block;
}
.feedback-groups .feedback-group .feedback-list .feedback-card {
  border-bottom: 3px solid #000;
  padding: 40px 0;
}
.feedback-groups .feedback-group .feedback-list .feedback-card:last-of-type {
  border-bottom: none;
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__head a {
  display: inline-block;
  color: #000;
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__head .feedback-card__org {
  margin-left: auto;
  font-family: "Inter_black";
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__body .feedback-question {
  margin-bottom: 30px;
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__body .feedback-question:last-of-type {
  margin-bottom: 0;
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__body span.feedback-card__week {
  display: block;
  font-family: "Inter_black";
  font-size: 22px;
  margin-bottom: 30px;
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__body h3, .feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__body h4 {
  display: block;
  font-family: "Inter_black";
  font-size: 18px;
  margin-bottom: 10px;
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__body p {
  font-size: 16px;
  line-height: 1.2em;
  font-style: italic;
  margin-bottom: 1.2em;
}
.feedback-groups .feedback-group .feedback-list .feedback-card .feedback-card__body p:last-of-type {
  margin-bottom: 0;
}

.link_block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 10px;
}
.link_block a {
  padding: 0 30px;
  text-align: center;
  background: #fff;
  color: #000;
  font-family: "Inter_black";
  font-size: 17px;
  line-height: 60px;
  border-radius: 10px;
  border: 3px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .link_block a {
    flex: 100%;
  }
}
.link_block a:hover {
  color: #fff;
  background: #000;
}

#side {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc(40% + 3px);
  z-index: -1;
  background-position: 50% 50%;
  background-size: cover;
  border-left: 3px solid #000;
}
@media only screen and (max-width: 800px) {
  #side {
    display: none;
  }
}

.timer-button svg {
  margin-right: 10px;
}

.timer {
  font-size: 18px;
  font-weight: bold;
  display: none; /* Hidden initially */
}

.audio-button svg {
  margin-right: 10px;
}

.audio-duration {
  font-size: 18px;
  font-weight: bold;
}

/*
---------------------------------------------------------------------------
=	CHAPTER ARCHVE / SELECT 
---------------------------------------------------------------------------
*/
.chapter_progress {
  margin-bottom: 50px;
}
.chapter_progress > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}
.chapter_progress > div .c_title {
  font-family: "Inter_black";
}
.chapter_progress > div span:last-of-type {
  margin-left: auto;
}
.chapter_progress #ms_progress {
  display: block;
  width: 100%;
  border-radius: 16px;
  height: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.chapter_progress #ms_progress span {
  flex: 1;
  background: #FFB850;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -20px;
  opacity: 0.5;
  transition: 0.2s;
}
.chapter_progress #ms_progress span:first-of-type {
  border-radius: 16px 3px 3px 16px;
}
.chapter_progress #ms_progress span:last-of-type {
  border-radius: 3px 16px 16px 3px;
}
.chapter_progress #ms_progress.pos_1 #pos_1 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_2 #pos_1, .chapter_progress #ms_progress.pos_2 #pos_2 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_3 #pos_1, .chapter_progress #ms_progress.pos_3 #pos_2, .chapter_progress #ms_progress.pos_3 #pos_3 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_4 #pos_1, .chapter_progress #ms_progress.pos_4 #pos_2, .chapter_progress #ms_progress.pos_4 #pos_3, .chapter_progress #ms_progress.pos_4 #pos_4 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_5 #pos_1, .chapter_progress #ms_progress.pos_5 #pos_2, .chapter_progress #ms_progress.pos_5 #pos_3, .chapter_progress #ms_progress.pos_5 #pos_4, .chapter_progress #ms_progress.pos_5 #pos_5 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_6 #pos_1, .chapter_progress #ms_progress.pos_6 #pos_2, .chapter_progress #ms_progress.pos_6 #pos_3, .chapter_progress #ms_progress.pos_6 #pos_4, .chapter_progress #ms_progress.pos_6 #pos_5, .chapter_progress #ms_progress.pos_6 #pos_6 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_7 #pos_1, .chapter_progress #ms_progress.pos_7 #pos_2, .chapter_progress #ms_progress.pos_7 #pos_3, .chapter_progress #ms_progress.pos_7 #pos_4, .chapter_progress #ms_progress.pos_7 #pos_5, .chapter_progress #ms_progress.pos_7 #pos_6, .chapter_progress #ms_progress.pos_7 #pos_7 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_8 #pos_1, .chapter_progress #ms_progress.pos_8 #pos_2, .chapter_progress #ms_progress.pos_8 #pos_3, .chapter_progress #ms_progress.pos_8 #pos_4, .chapter_progress #ms_progress.pos_8 #pos_5, .chapter_progress #ms_progress.pos_8 #pos_6, .chapter_progress #ms_progress.pos_8 #pos_7, .chapter_progress #ms_progress.pos_8 #pos_8 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_9 #pos_1, .chapter_progress #ms_progress.pos_9 #pos_2, .chapter_progress #ms_progress.pos_9 #pos_3, .chapter_progress #ms_progress.pos_9 #pos_4, .chapter_progress #ms_progress.pos_9 #pos_5, .chapter_progress #ms_progress.pos_9 #pos_6, .chapter_progress #ms_progress.pos_9 #pos_7, .chapter_progress #ms_progress.pos_9 #pos_8, .chapter_progress #ms_progress.pos_9 #pos_9 {
  opacity: 1;
}
.chapter_progress #ms_progress.pos_10 #pos_1, .chapter_progress #ms_progress.pos_10 #pos_2, .chapter_progress #ms_progress.pos_10 #pos_3, .chapter_progress #ms_progress.pos_10 #pos_4, .chapter_progress #ms_progress.pos_10 #pos_5, .chapter_progress #ms_progress.pos_10 #pos_6, .chapter_progress #ms_progress.pos_10 #pos_7, .chapter_progress #ms_progress.pos_10 #pos_8, .chapter_progress #ms_progress.pos_10 #pos_9, .chapter_progress #ms_progress.pos_10 #pos_10 {
  opacity: 1;
}

.content_area {
  min-height: 100vh;
  width: 60%;
  background: #FDF8F2;
  padding: 50px;
  border-right: 3px solid #000;
}
.content_area .logged_in_logo {
  display: inline-block;
  max-height: 50px;
  width: auto;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1350px) {
  .content_area {
    width: 100%;
    max-width: 800px;
  }
}
@media only screen and (max-width: 800px) {
  .content_area {
    border: none;
  }
}

.intro {
  display: block;
  font-family: "Inter_black";
  font-size: 5vw;
  line-height: 0.9em;
  letter-spacing: -0.05em;
  margin-bottom: 75px;
}
.intro span {
  display: block;
  text-transform: lowercase;
  padding-left: 1em;
}

.chapter_select li {
  background: #fff;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  margin-bottom: 25px;
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.chapter_select li.upcoming {
  opacity: 0.2;
}
.chapter_select li .week_title {
  display: block;
  font-size: 24px;
}
.chapter_select li .week_title em {
  font-size: 15px;
  display: block;
  font-family: "Inter_black";
  margin-bottom: 6px;
  color: #FFB850;
  text-transform: capitalize;
}
.chapter_select li .cta {
  margin-left: auto;
}
.chapter_select li .cta .start {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: auto;
  border: 3px solid #000;
  font-family: "Inter_black";
  font-size: 17px;
  line-height: 54px;
  padding: 0 30px;
  height: 60px;
  color: #000;
  border-radius: 30px;
}
.chapter_select li.complete .start {
  padding: 0;
  border: none;
}
.chapter_select li {
  /*
  &#c_1 {.week_title em{color: #FFB850;}}
  &#c_2 {.week_title em{color: #8ABFFF;}}
  &#c_3 {.week_title em{color: #FF574A;}}
  &#c_4 {.week_title em{color: #42A674;}}
  &#c_5 {.week_title em{color: #3560AB;}}
  &#c_6 {.week_title em{color: #FF949A;}}
  &#c_7 {.week_title em{color: #F8D4FC;}}
  &#c_8 {.week_title em{color: #FF844B;}}
  */
}

/*
---------------------------------------------------------------------------
=	SINGLE
---------------------------------------------------------------------------
*/
#complete.hide {
  display: none !important;
}

.chapter_wrap .page {
  display: none;
  margin-bottom: 0;
}
.page-template-tmpl-chapter .chapter_wrap .page {
  display: block !important;
}
.chapter_wrap .page .page_number {
  display: block;
  font-size: 22px;
  font-family: "Inter_black";
  margin-bottom: 20px;
}
.chapter_wrap .page .content_block {
  margin-bottom: 50px;
}
.chapter_wrap .page .content_block:last-of-type.btns {
  margin-bottom: 30px;
}
.chapter_wrap .page h1,
.chapter_wrap .page h2 {
  display: block;
  font-family: "Inter_black";
  font-size: 57px;
  letter-spacing: -0.05em;
  margin-bottom: 60px;
}
.chapter_wrap .page h1 span,
.chapter_wrap .page h2 span {
  display: block;
  padding-left: 1em;
}
.chapter_wrap .page h3, .chapter_wrap .page h4 {
  display: block;
  font-family: "Inter_black";
  font-size: 30px;
  line-height: 1.4em;
}
.chapter_wrap .page .annoucement_block h3 {
  font-size: 22px;
  background: url(../images/icn_annouce.svg) no-repeat 0 0.1em;
  padding-left: 40px;
}
.chapter_wrap .page h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.chapter_wrap .page .entry_content p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 1.4em;
}
.chapter_wrap .page .entry_content p:last-of-type {
  margin-bottom: 0;
}
.chapter_wrap .page .text_block.white_bg {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
}
.chapter_wrap .page .text_block .title_align_center,
.chapter_wrap .page .text_block .text_align_center {
  text-align: center;
}
.chapter_wrap .page .text_block strong {
  font-family: "Inter_black";
}
.chapter_wrap .page .video {
  display: block;
  width: 100%;
  height: 40vh;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.chapter_wrap .page .video span {
  flex: 1;
  text-align: center;
  max-width: 300px;
  background: #fff;
  color: #000;
  font-family: "Inter_black";
  font-size: 17px;
  line-height: 60px;
  border-radius: 10px;
  border: 3px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.chapter_wrap .page .video span img {
  display: inline-block;
  margin-right: 10px;
}
.chapter_wrap .page .vid_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 30px;
  overflow: hidden;
}
.chapter_wrap .page .vid_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chapter_wrap .page .img_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.chapter_wrap .page .img_block img {
  display: inline-block;
  width: 70%;
  height: auto;
}
.chapter_wrap .page .list_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.chapter_wrap .page .list_block .list {
  flex: 1;
  align-self: stretch;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  background: #fff;
  padding: 30px 20px;
}
.chapter_wrap .page .list_block .list > span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-family: "Inter_black";
  margin-bottom: 30px;
}
.chapter_wrap .page .list_block .list ul {
  display: block;
  padding: 0 5%;
}
.chapter_wrap .page .list_block .list ul li {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  padding-left: 14px;
  position: relative;
}
.chapter_wrap .page .list_block .list ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #000;
}
.chapter_wrap .page .mindfulness_block,
.chapter_wrap .page .exercise_block,
.chapter_wrap .page .question_block,
.chapter_wrap .page .discussion_block {
  padding: 5%;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  position: relative;
  overflow: hidden;
}
.chapter_wrap .page .mindfulness_block .inner,
.chapter_wrap .page .exercise_block .inner,
.chapter_wrap .page .question_block .inner,
.chapter_wrap .page .discussion_block .inner {
  position: relative;
  z-index: 1;
}
.chapter_wrap .page .mindfulness_block .inner > span,
.chapter_wrap .page .exercise_block .inner > span,
.chapter_wrap .page .question_block .inner > span,
.chapter_wrap .page .discussion_block .inner > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-family: "Inter_black";
  font-size: 22px;
}
.chapter_wrap .page .mindfulness_block .inner .notes,
.chapter_wrap .page .exercise_block .inner .notes,
.chapter_wrap .page .question_block .inner .notes,
.chapter_wrap .page .discussion_block .inner .notes {
  font-style: italic;
}
.chapter_wrap .page .mindfulness_block .inner .btns,
.chapter_wrap .page .exercise_block .inner .btns,
.chapter_wrap .page .question_block .inner .btns,
.chapter_wrap .page .discussion_block .inner .btns {
  margin-top: 30px;
}
.chapter_wrap .page .mindfulness_block .block_bg,
.chapter_wrap .page .exercise_block .block_bg,
.chapter_wrap .page .question_block .block_bg,
.chapter_wrap .page .discussion_block .block_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.6;
}
.chapter_wrap .page .affirmations_block {
  background: url(../images/icn_ex.svg) no-repeat 0 0.1em;
  padding-bottom: 10px;
}
.chapter_wrap .page .affirmations_block span {
  display: block;
  font-family: "Inter_black";
  font-size: 22px;
  line-height: 1.4em;
  padding-left: 40px;
  margin-bottom: 20px;
}
.chapter_wrap .page .affirmations_block span:last-of-type {
  margin-bottom: 0;
}
.chapter_wrap .page .highlight_blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: center;
  gap: 20px;
}
.chapter_wrap .page .highlight_blocks > div {
  flex: 1;
  min-width: calc(50% - 10px);
  padding: 30px 5%;
  background: #fff;
  align-self: stretch;
  border-radius: 15px;
  border: 3px solid #000;
  box-shadow: 2px 5px 0px 0px #000;
  position: relative;
  overflow: hidden;
}
.chapter_wrap .page .highlight_blocks > div h4 {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  font-family: "Inter_black";
  font-size: 22px;
  margin-bottom: 20px;
}
.chapter_wrap .page .highlight_blocks > div .inner {
  position: relative;
  z-index: 1;
  text-align: center;
  filter: saturate(100%) !important;
}
.chapter_wrap .page .highlight_blocks > div .inner .entry_content p {
  font-size: 16px;
  line-height: 1.6em;
}
.chapter_wrap .page .highlight_blocks > div .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.chapter_wrap .page .highlight_blocks > div:nth-child(2) .bg {
  filter: saturate(160%) !important;
}
.chapter_wrap .page .highlight_blocks > div:nth-child(3) .bg {
  filter: saturate(300%) !important;
}
.chapter_wrap .page .highlight_blocks > div:nth-child(4) .bg {
  filter: saturate(500%) !important;
}
.chapter_wrap .btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.chapter_wrap .btns > a,
.chapter_wrap .btns > button {
  flex: 1;
  text-align: center;
  max-width: 340px;
  background: #fff;
  color: #000;
  font-family: "Inter_black";
  font-size: 17px;
  line-height: 60px;
  border-radius: 10px;
  border: 3px solid #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.chapter_wrap .btns > a img,
.chapter_wrap .btns > a svg,
.chapter_wrap .btns > button img,
.chapter_wrap .btns > button svg {
  display: inline-block;
  margin-right: 10px;
}
.chapter_wrap .btns > a.next,
.chapter_wrap .btns > button.next {
  background: #000;
  color: #fff;
}
.chapter_wrap .btns > a.next:hover,
.chapter_wrap .btns > button.next:hover {
  background: #fff;
  color: #000;
}
.chapter_wrap .btns > a:hover,
.chapter_wrap .btns > button:hover {
  background: #000;
  color: #fff;
}
.chapter_wrap .btns > a:hover img,
.chapter_wrap .btns > a:hover svg,
.chapter_wrap .btns > button:hover img,
.chapter_wrap .btns > button:hover svg {
  filter: brightness(0) saturate(100%) invert(99%) sepia(21%) saturate(0%) hue-rotate(350deg) brightness(114%) contrast(100%);
}
.chapter_wrap .btns .gform_wrapper {
  border: none;
  box-shadow: none;
  padding: 0;
  background: none;
  width: 50% !important;
}
.chapter_wrap .btns .gform_wrapper.hide {
  display: none !important;
}
.chapter_wrap .btns .gform_wrapper div {
  padding: 0;
  margin: 0;
}
.chapter_wrap .btns .gform_wrapper .gform_body {
  display: none;
}
.chapter_wrap .btns .gform_wrapper input {
  width: 100% !important;
  max-width: 340px !important;
  background: #fff;
  box-shadow: none !important;
  border-radius: 10px;
}
.chapter_wrap .btns .gform_wrapper input:hover {
  background: #000 !important;
  color: #fff !important;
}

/*
----------------------------
=	POP UPS
----------------------------
*/
.pop_up {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  gap: 30px;
}
.pop_up > a {
  display: inline-block;
  text-align: center;
  max-width: 340px;
  background: #fff;
  color: #000;
  font-family: "Inter_black";
  font-size: 17px;
  line-height: 60px;
  border-radius: 10px;
  border: 3px solid #000;
  padding: 0 40px;
}

.modal .modal__container {
  width: 80vw;
  max-height: 80vh;
}
.modal .entry_content {
  padding: 5%;
}
.modal .inline_vimeo {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.modal .inline_vimeo iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

/*
----------------------------
=	FRONT END CHAPTERS
----------------------------
*/
.page-template-tmpl-chapter .page_number {
  display: none !important;
}
.page-template-tmpl-chapter .bc {
  margin-bottom: 80px;
}
.page-template-tmpl-chapter .bc h1 {
  display: block;
  font-family: "Inter_black";
  font-size: 57px;
  letter-spacing: -0.05em;
  margin-bottom: 60px;
}
.page-template-tmpl-chapter .bc p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 1.4em;
}
.page-template-tmpl-chapter .affirmations_block,
.page-template-tmpl-chapter .discussion_block,
.page-template-tmpl-chapter .exercise_block,
.page-template-tmpl-chapter .timer-container {
  display: none !important;
}
.page-template-tmpl-chapter.page-id-664 #p_1,
.page-template-tmpl-chapter.page-id-664 #p_2,
.page-template-tmpl-chapter.page-id-664 #p_9 {
  display: none !important;
}
.page-template-tmpl-chapter.page-id-669 #p_1,
.page-template-tmpl-chapter.page-id-669 #p_2,
.page-template-tmpl-chapter.page-id-669 #p_10 {
  display: none !important;
}
.page-template-tmpl-chapter.page-id-671 #p_1,
.page-template-tmpl-chapter.page-id-671 #p_2,
.page-template-tmpl-chapter.page-id-671 #p_8 {
  display: none !important;
}
.page-template-tmpl-chapter.page-id-672 #p_1,
.page-template-tmpl-chapter.page-id-672 #p_2,
.page-template-tmpl-chapter.page-id-672 #p_7,
.page-template-tmpl-chapter.page-id-672 #p_9 {
  display: none !important;
}
.page-template-tmpl-chapter.page-id-673 #p_1,
.page-template-tmpl-chapter.page-id-673 #p_2,
.page-template-tmpl-chapter.page-id-673 #p_8 {
  display: none !important;
}
.page-template-tmpl-chapter.page-id-674 #p_1,
.page-template-tmpl-chapter.page-id-674 #p_2,
.page-template-tmpl-chapter.page-id-674 #p_10 {
  display: none !important;
}
.page-template-tmpl-chapter.page-id-675 #p_1,
.page-template-tmpl-chapter.page-id-675 #p_2,
.page-template-tmpl-chapter.page-id-675 #p_8 {
  display: none !important;
}
.page-template-tmpl-chapter.page-id-676 #p_1,
.page-template-tmpl-chapter.page-id-676 #p_2 {
  display: none !important;
}

/*
---------------------------------------------------------------------------
=	LATEPOINT
---------------------------------------------------------------------------
*/
.appointment_list .latepoint-w > a,
.appointment_list h4,
.appointment_list .latepoint-tab-triggers.customer-dashboard-tabs,
.appointment_list .new-booking-tile.os_trigger_booking {
  display: none !important;
  border: 1px solid orange;
}

/*
---------------------------------------------------------------------------
=	AGENT LOGIN
---------------------------------------------------------------------------
*/
@media print {
  #header,
  .print_wrap,
  .user_search,
  .static,
  #side,
  .extra_forms {
    display: none !important;
  }
  .content_area {
    width: 100%;
    border: none;
  }
  .charts .chart {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    zoom: 70% !important;
  }
}
