@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
@font-face {
  font-family: "DMSans";
  src: url("../helpers/fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "DMSans";
  src: url("../helpers/fonts/DMSans-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "DMSans";
  src: url("../helpers/fonts/dm-sans-black.ttf") format("truetype");
  font-weight: 900;
}
@font-face {
  font-family: "DMSans";
  src: url("../helpers/fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: 700;
}
/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.inner {
  display: flex;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: auto;
}
.inner.gutter {
  max-width: 85.2vw;
}
.inner.full-width > .cl {
  padding-left: 0;
  padding-right: 0;
}
.inner .cl {
  padding-left: 0.973vw;
  padding-right: 0.973vw;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .inner .cl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inner .cl-12 {
  width: 12.5%;
}
.inner .cl-16 {
  width: 16.66%;
}
.inner .cl-20 {
  width: 20%;
}
.inner .cl-28 {
  width: 28%;
}
.inner .cl-25 {
  width: 25%;
}
.inner .cl-33 {
  width: 33.33%;
}
.inner .cl-36 {
  width: 36%;
}
.inner .cl-50 {
  width: 50%;
}
.inner .cl-66 {
  width: 66.66%;
}
.inner .cl-100 {
  width: 100%;
}

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

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

body {
  background-color: #fff;
  margin: 0;
  color: #808285;
  font-size: var(--base-font-size);
  font-family: "DMSans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1500px) {
  body {
    font-size: 17.28px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: "DMSans", sans-serif;
  font-weight: 900;
  line-height: 1;
  color: #808285;
  margin-bottom: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  body h1,
body h2,
body h3,
body h4,
body h5 {
    margin-bottom: 15px;
  }
}
body h1 {
  font-size: var(--base-h1-size);
}
@media only screen and (max-width: 1500px) {
  body h1 {
    font-size: 46.5px;
  }
}
body h2 {
  font-size: var(--base-h2-size);
}
@media only screen and (max-width: 1500px) {
  body h2 {
    font-size: 46.5px;
  }
}
body h3 {
  font-size: var(--base-h3-size);
  letter-spacing: -0.06vw;
}
@media only screen and (max-width: 1500px) {
  body h3 {
    letter-spacing: -1px;
    font-size: 37.5px;
  }
}
body h4 {
  font-size: var(--base-h4-size);
}
@media only screen and (max-width: 1500px) {
  body h4 {
    font-size: 32.25px;
  }
}
body h5 {
  font-size: var(--base-h5-size);
}
@media only screen and (max-width: 1500px) {
  body h5 {
    font-size: 26.25px;
  }
}
body h6 {
  font-weight: 900;
  font-size: 0.9vw;
  letter-spacing: 0.1vw;
}
@media only screen and (max-width: 1500px) {
  body h6 {
    font-size: 13.5px;
    letter-spacing: 1.5px;
  }
}
body p {
  margin-bottom: 0.973vw;
}
@media only screen and (max-width: 1500px) {
  body p {
    margin-bottom: 15px;
  }
}
body #login-first {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background-color: #efeff0;
  padding-top: 3.75vw;
  padding-bottom: 1vw;
}
@media only screen and (max-width: 1500px) {
  body #login-first {
    padding-top: 56.25px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 608px) {
  body #login-first {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body #login-first .form-wrapper {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media only screen and (max-width: 608px) {
  body #login-first .form-wrapper {
    width: 100%;
  }
}
body #login-first .form-wrapper img {
  max-width: 12.3vw;
  margin-bottom: 2vw;
  transform: scale(1.1) translateY(0.35vw);
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper img {
    max-width: 184.5px;
    margin-bottom: 30px;
    transform: scale(1.1) translateY(5.25px);
  }
}
@media only screen and (max-width: 543px) {
  body #login-first .form-wrapper img {
    max-width: 130px;
  }
}
body #login-first .form-wrapper .form-inner {
  padding: 1.33vw;
  display: inline-block;
  box-shadow: 0 0 1vw -0.4vw #000;
  border-radius: 1.3vw;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner {
    padding: 19.95px;
    box-shadow: 0 0 15px -6px #000;
    border-radius: 19.5px;
  }
}
@media only screen and (max-width: 608px) {
  body #login-first .form-wrapper .form-inner {
    width: 100%;
  }
}
body #login-first .form-wrapper .form-inner .alert {
  display: none;
  background: #0382b8;
  border-radius: 1.2vw;
  margin-bottom: 1vw;
  padding: 1vw;
  border-width: 0.06vw;
  border-style: solid;
  font-size: 0.85vw;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner .alert {
    border-radius: 18px;
    margin-bottom: 15px;
    padding: 15px;
    border-width: 0.9px;
    font-size: 12.75px;
  }
}
body #login-first .form-wrapper .form-inner .alert.success {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}
body #login-first .form-wrapper .form-inner .alert.failed {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}
body #login-first .form-wrapper .form-inner form {
  background-color: #0382b8;
  width: 35.85vw;
  padding-top: 1.8vw;
  padding-left: 3.9vw;
  padding-right: 3.9vw;
  padding-bottom: 1.45vw;
  border-radius: 1.2vw;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner form {
    width: 537.75px;
    padding-top: 27px;
    padding-left: 58.5px;
    padding-right: 58.5px;
    padding-bottom: 21.75px;
    border-radius: 18px;
  }
}
@media only screen and (max-width: 608px) {
  body #login-first .form-wrapper .form-inner form {
    width: 100%;
  }
}
@media only screen and (max-width: 543px) {
  body #login-first .form-wrapper .form-inner form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body #login-first .form-wrapper .form-inner form p {
  position: relative;
  padding-left: 8.2vw;
  margin-bottom: 0;
  margin-top: 1.1vw;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner form p {
    padding-left: 123px;
    margin-top: 16.5px;
  }
}
@media only screen and (max-width: 543px) {
  body #login-first .form-wrapper .form-inner form p {
    padding-left: 0;
    max-width: 355.5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
body #login-first .form-wrapper .form-inner form p:first-of-type {
  margin-top: 0;
}
body #login-first .form-wrapper .form-inner form p:last-of-type {
  margin-top: 0.3vw;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner form p:last-of-type {
    margin-top: 4.5px;
  }
}
body #login-first .form-wrapper .form-inner form p label {
  color: #fff;
  font-size: 1.152vw;
  font-weight: 400;
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner form p label {
    font-size: 17.28px;
  }
}
@media only screen and (max-width: 543px) {
  body #login-first .form-wrapper .form-inner form p label {
    display: block;
    position: static;
  }
}
body #login-first .form-wrapper .form-inner form p input {
  height: 1.6vw;
  width: 15.7vw;
  padding-left: 1vw;
  padding-right: 1vw;
  border-radius: 0.8vw;
  border: 0;
  box-shadow: 0 0 1vw -0.45vw #000;
  background-color: #fff;
}
body #login-first .form-wrapper .form-inner form p input:focus {
  outline: none;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner form p input {
    height: 24px;
    width: 235.5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 12px;
    box-shadow: 0 0 15px -6.75px #000;
  }
}
@media only screen and (max-width: 543px) {
  body #login-first .form-wrapper .form-inner form p input {
    width: 100%;
  }
}
body #login-first .form-wrapper .form-inner form p button {
  background-color: #ffce00;
  border: 0.06vw solid #ffce00;
  font-size: 0.7vw;
  font-weight: 700;
  height: 1.6vw;
  width: 9.2vw;
  border-radius: 0.4vw;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner form p button {
    border: 0.9px solid #ffce00;
    font-size: 10.5px;
    height: 24px;
    width: 138px;
    border-radius: 6px;
  }
}
body #login-first .form-wrapper .form-inner form p button:hover {
  background-color: #f9db5d !important;
}
body #login-first .form-wrapper .form-inner form p a {
  letter-spacing: 0.02vw;
  font-weight: 400;
  font-size: 0.68vw;
  color: #fff;
}
body #login-first .form-wrapper .form-inner form p a:first-of-type {
  margin-right: 0.5vw;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .form-inner form p a {
    letter-spacing: 0.3px;
    font-size: 10.2px;
  }
  body #login-first .form-wrapper .form-inner form p a:first-of-type {
    margin-right: 7.5px;
  }
}
body #login-first .form-wrapper .buttons {
  display: flex;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  margin-top: 1vw;
}
body #login-first .form-wrapper .buttons .theme-btn {
  margin-top: 0;
}
@media only screen and (max-width: 1500px) {
  body #login-first .form-wrapper .buttons {
    -moz-column-gap: 15px;
         column-gap: 15px;
    margin-top: 15px;
  }
}
body > main > section,
body .the-events-cal-single > section {
  margin-top: var(--section-gap);
}
body > main#portal,
body .the-events-cal-single#portal {
  display: flex;
  flex-flow: row wrap;
  background-color: #efeff0;
}
body > main#portal > .siderbar,
body .the-events-cal-single#portal > .siderbar {
  min-height: 100vh;
  width: calc(100% - 74.3vw);
  background-color: #0385ba;
  border-top-right-radius: 1.8vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar,
body .the-events-cal-single#portal > .siderbar {
    width: calc(100% - 1114.5px);
    border-top-right-radius: 27px;
  }
}
@media only screen and (max-width: 1390px) {
  body > main#portal > .siderbar,
body .the-events-cal-single#portal > .siderbar {
    width: 270px;
  }
}
body > main#portal > .siderbar .burger-holder,
body .the-events-cal-single#portal > .siderbar .burger-holder {
  position: relative;
  display: none;
}
@media only screen and (max-width: 998px) {
  body > main#portal > .siderbar .burger-holder,
body .the-events-cal-single#portal > .siderbar .burger-holder {
    display: block;
  }
}
body > main#portal > .siderbar .burger-holder button,
body .the-events-cal-single#portal > .siderbar .burger-holder button {
  position: absolute;
  height: 46px;
  width: 46px;
  background-image: url(../helpers/images/mobile-controls.png);
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  right: -45px;
  border: 0;
  background-color: #004587;
  box-shadow: 9px 0px 21px -10px #000;
}
body > main#portal > .siderbar .burger-holder button.close,
body .the-events-cal-single#portal > .siderbar .burger-holder button.close {
  background-position: 0 center;
}
body > main#portal > .siderbar #update-profile,
body .the-events-cal-single#portal > .siderbar #update-profile {
  display: none;
}
body > main#portal > .siderbar .brief-details,
body .the-events-cal-single#portal > .siderbar .brief-details {
  background-color: #004587;
  padding-top: 2.7vw;
  padding-bottom: 2.5vw;
  border-top-right-radius: 1.8vw;
  border-bottom-right-radius: 1.8vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .brief-details,
body .the-events-cal-single#portal > .siderbar .brief-details {
    padding-top: 40.5px;
    padding-bottom: 37.5px;
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px;
  }
}
@media only screen and (max-width: 998px) {
  body > main#portal > .siderbar .brief-details,
body .the-events-cal-single#portal > .siderbar .brief-details {
    border-top-right-radius: 0;
  }
}
body > main#portal > .siderbar .brief-details .img,
body .the-events-cal-single#portal > .siderbar .brief-details .img {
  width: 7.5vw;
  height: 7.5vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  border: 0.12vw solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.3vw;
  background-color: #d2d2d2;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .brief-details .img,
body .the-events-cal-single#portal > .siderbar .brief-details .img {
    width: 112.5px;
    height: 112.5px;
    border: 1.8px solid #fff;
    margin-bottom: 19.5px;
  }
}
body > main#portal > .siderbar .brief-details .img .icon,
body .the-events-cal-single#portal > .siderbar .brief-details .img .icon {
  position: absolute;
  height: 1.6vw;
  width: 1.6vw;
  background-color: #0385ba;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .brief-details .img .icon,
body .the-events-cal-single#portal > .siderbar .brief-details .img .icon {
    height: 24px;
    width: 24px;
  }
}
body > main#portal > .siderbar .brief-details .img .icon i,
body .the-events-cal-single#portal > .siderbar .brief-details .img .icon i {
  color: #fff;
  font-size: 0.9vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .brief-details .img .icon i,
body .the-events-cal-single#portal > .siderbar .brief-details .img .icon i {
    font-size: 13.5px;
  }
}
body > main#portal > .siderbar .brief-details .img #save,
body .the-events-cal-single#portal > .siderbar .brief-details .img #save {
  background-color: #ffce00;
  border: 0.06vw solid #fff;
  font-size: 0.7vw;
  font-weight: 700;
  height: 1.6vw;
  border-radius: 0.4vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.6vw;
  display: none;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .brief-details .img #save,
body .the-events-cal-single#portal > .siderbar .brief-details .img #save {
    border: 0.9px solid #fff;
    font-size: 10.5px;
    height: 24px;
    border-radius: 6px;
    bottom: -9px;
  }
}
body > main#portal > .siderbar .brief-details .img #save:hover,
body .the-events-cal-single#portal > .siderbar .brief-details .img #save:hover {
  background-color: #f9db5d !important;
}
body > main#portal > .siderbar .brief-details .name,
body .the-events-cal-single#portal > .siderbar .brief-details .name {
  color: #ffce00;
  font-size: 1.3vw;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .brief-details .name,
body .the-events-cal-single#portal > .siderbar .brief-details .name {
    font-size: 19.5px;
  }
}
body > main#portal > .siderbar .brief-details .member-since,
body .the-events-cal-single#portal > .siderbar .brief-details .member-since {
  color: #fff;
  text-align: center;
  font-size: 0.79vw;
  line-height: 1;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .brief-details .member-since,
body .the-events-cal-single#portal > .siderbar .brief-details .member-since {
    font-size: 11.85px;
  }
}
body > main#portal > .siderbar .menus,
body > main#portal > .siderbar .other-menu,
body .the-events-cal-single#portal > .siderbar .menus,
body .the-events-cal-single#portal > .siderbar .other-menu {
  max-width: 15vw;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0.12vw solid #fff;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  margin-bottom: 1.6vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .menus,
body > main#portal > .siderbar .other-menu,
body .the-events-cal-single#portal > .siderbar .menus,
body .the-events-cal-single#portal > .siderbar .other-menu {
    max-width: 225px;
    border-bottom: 1.8px solid #fff;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
body > main#portal > .siderbar .menus .dashboard-menu,
body > main#portal > .siderbar .other-menu .dashboard-menu,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu {
  padding-left: 0;
  margin-bottom: 0;
}
body > main#portal > .siderbar .menus .dashboard-menu li,
body > main#portal > .siderbar .other-menu .dashboard-menu li,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu li,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu li {
  list-style: none;
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .menus .dashboard-menu li,
body > main#portal > .siderbar .other-menu .dashboard-menu li,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu li,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu li {
    margin-bottom: 12px;
  }
}
body > main#portal > .siderbar .menus .dashboard-menu li:last-of-type,
body > main#portal > .siderbar .other-menu .dashboard-menu li:last-of-type,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu li:last-of-type,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu li:last-of-type {
  margin-bottom: 0;
}
body > main#portal > .siderbar .menus .dashboard-menu li a,
body > main#portal > .siderbar .other-menu .dashboard-menu li a,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu li a,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.3vw;
  position: relative;
  padding-left: 2.5vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .menus .dashboard-menu li a,
body > main#portal > .siderbar .other-menu .dashboard-menu li a,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu li a,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu li a {
    font-size: 19.5px;
    padding-left: 37.5px;
  }
}
body > main#portal > .siderbar .menus .dashboard-menu li a .mi-icon,
body > main#portal > .siderbar .other-menu .dashboard-menu li a .mi-icon,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu li a .mi-icon,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu li a .mi-icon {
  background-size: contain;
  height: 1.5vw;
  width: 1.8vw;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  body > main#portal > .siderbar .menus .dashboard-menu li a .mi-icon,
body > main#portal > .siderbar .other-menu .dashboard-menu li a .mi-icon,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu li a .mi-icon,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu li a .mi-icon {
    height: 22.5px;
    width: 27px;
  }
}
body > main#portal > .siderbar .menus .dashboard-menu li:hover a .mi-icon,
body > main#portal > .siderbar .other-menu .dashboard-menu li:hover a .mi-icon,
body .the-events-cal-single#portal > .siderbar .menus .dashboard-menu li:hover a .mi-icon,
body .the-events-cal-single#portal > .siderbar .other-menu .dashboard-menu li:hover a .mi-icon {
  transform: translateY(-50%) rotate(-15deg) scale(1.1);
}
body > main#portal > .siderbar .other-menu,
body .the-events-cal-single#portal > .siderbar .other-menu {
  padding-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
@media only screen and (max-width: 998px) {
  body > main#portal > .siderbar,
body .the-events-cal-single#portal > .siderbar {
    position: fixed;
    left: -270px;
    z-index: 1;
    box-shadow: 0px 0px 0px 0px #000;
    transition: all 0.5s ease-in-out;
  }
  body > main#portal > .siderbar.active,
body .the-events-cal-single#portal > .siderbar.active {
    left: 0;
    box-shadow: 3px 0px 18px -2px #000;
  }
}
body > main#portal .interacted-sec,
body .the-events-cal-single#portal .interacted-sec {
  width: 74.3vw;
  padding-left: 3.5vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec,
body .the-events-cal-single#portal .interacted-sec {
    width: 1114.5px;
    padding-left: 52.5px;
  }
}
@media only screen and (max-width: 1390px) {
  body > main#portal .interacted-sec,
body .the-events-cal-single#portal .interacted-sec {
    width: calc(100% - 276px);
  }
}
@media only screen and (max-width: 998px) {
  body > main#portal .interacted-sec,
body .the-events-cal-single#portal .interacted-sec {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
body > main#portal .interacted-sec .header,
body .the-events-cal-single#portal .interacted-sec .header {
  display: flex;
  max-width: 65.3vw;
  -moz-column-gap: 0.9vw;
       column-gap: 0.9vw;
  align-items: flex-end;
  padding-top: 1vw;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .header,
body .the-events-cal-single#portal .interacted-sec .header {
    max-width: 979.5px;
    -moz-column-gap: 13.5px;
         column-gap: 13.5px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 998px) {
  body > main#portal .interacted-sec .header,
body .the-events-cal-single#portal .interacted-sec .header {
    padding-top: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 635px) {
  body > main#portal .interacted-sec .header,
body .the-events-cal-single#portal .interacted-sec .header {
    flex-flow: column-reverse;
    row-gap: 15px;
  }
}
body > main#portal .interacted-sec .header .title,
body .the-events-cal-single#portal .interacted-sec .header .title {
  width: 30vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .header .title,
body .the-events-cal-single#portal .interacted-sec .header .title {
    width: 450px;
  }
}
@media only screen and (max-width: 635px) {
  body > main#portal .interacted-sec .header .title,
body .the-events-cal-single#portal .interacted-sec .header .title {
    width: 100%;
  }
}
body > main#portal .interacted-sec .header .title h2,
body .the-events-cal-single#portal .interacted-sec .header .title h2 {
  font-size: 1.93vw;
  color: #0485ba;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .header .title h2,
body .the-events-cal-single#portal .interacted-sec .header .title h2 {
    font-size: 28.95px;
  }
}
@media only screen and (max-width: 635px) {
  body > main#portal .interacted-sec .header .title h2,
body .the-events-cal-single#portal .interacted-sec .header .title h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 476px) {
  body > main#portal .interacted-sec .header .title h2,
body .the-events-cal-single#portal .interacted-sec .header .title h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 400px) {
  body > main#portal .interacted-sec .header .title h2,
body .the-events-cal-single#portal .interacted-sec .header .title h2 {
    font-size: 19px;
  }
}
body > main#portal .interacted-sec .header .search-n-logo,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo {
  display: flex;
  align-items: flex-end;
  -moz-column-gap: 0.7vw;
       column-gap: 0.7vw;
  justify-content: flex-end;
}
@media only screen and (max-width: 635px) {
  body > main#portal .interacted-sec .header .search-n-logo,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo {
    width: 100%;
  }
}
@media only screen and (max-width: 635px) {
  body > main#portal .interacted-sec .header .search-n-logo,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo {
    flex-flow: column-reverse;
    align-items: center;
  }
}
@media only screen and (max-width: 635px) {
  body > main#portal .interacted-sec .header .search-n-logo .search,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search {
    display: none;
  }
}
body > main#portal .interacted-sec .header .search-n-logo .search form,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search form {
  display: flex;
  -moz-column-gap: 0.7vw;
       column-gap: 0.7vw;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .header .search-n-logo .search form,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search form {
    -moz-column-gap: 10.5px;
         column-gap: 10.5px;
  }
}
body > main#portal .interacted-sec .header .search-n-logo .search form input[type=text],
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search form input[type=text] {
  height: 1.6vw;
  width: 15.7vw;
  padding-left: 1vw;
  padding-right: 1vw;
  border-radius: 0.8vw;
  border: 0;
  box-shadow: 0 0 1vw -0.45vw #000;
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .header .search-n-logo .search form input[type=text],
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search form input[type=text] {
    height: 24px;
    width: 235.5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 12px;
    box-shadow: 0 0 15px -6.75px #000;
  }
}
@media only screen and (max-width: 1179px) {
  body > main#portal .interacted-sec .header .search-n-logo .search form input[type=text],
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search form input[type=text] {
    position: absolute;
    right: 32px;
    bottom: 0;
    display: none;
  }
}
body > main#portal .interacted-sec .header .search-n-logo .search form input[type=text]:focus,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search form input[type=text]:focus {
  outline: none;
}
body > main#portal .interacted-sec .header .search-n-logo .search form button,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search form button {
  font-size: 0.92vw;
  height: 1.6vw;
  width: 1.6vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #0485ba;
  border: 0.06vw solid #0485ba;
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .header .search-n-logo .search form button,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .search form button {
    font-size: 13.8px;
    height: 24px;
    width: 24px;
    border: 0.9px solid #0485ba;
  }
}
body > main#portal .interacted-sec .header .search-n-logo .logo,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .logo {
  width: 7.52vw;
  transform: scale(1.1) translateY(0.35vw);
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .header .search-n-logo .logo,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .logo {
    width: 112.8px;
    transform: scale(1.1) translateY(5.25px);
  }
}
@media only screen and (max-width: 476px) {
  body > main#portal .interacted-sec .header .search-n-logo .logo,
body .the-events-cal-single#portal .interacted-sec .header .search-n-logo .logo {
    width: 95px;
  }
}
body > main#portal .interacted-sec .as-body,
body .the-events-cal-single#portal .interacted-sec .as-body {
  max-width: 65.3vw;
  padding-bottom: var(--section-gap);
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .as-body,
body .the-events-cal-single#portal .interacted-sec .as-body {
    max-width: 979.5px;
  }
}
@media only screen and (max-width: 998px) {
  body > main#portal .interacted-sec .as-body,
body .the-events-cal-single#portal .interacted-sec .as-body {
    max-width: 100%;
  }
}
body > main#portal .interacted-sec .as-body > section,
body .the-events-cal-single#portal .interacted-sec .as-body > section {
  margin-top: var(--section-gap);
}
body > main#portal .interacted-sec .as-body > section .as-ttl,
body .the-events-cal-single#portal .interacted-sec .as-body > section .as-ttl {
  color: transparent;
  color: #0485ba;
  font-family: DMSans, sans-serif;
  font-size: 1.52vw;
  font-weight: 700;
  margin-bottom: 1.3vw;
}
@media only screen and (max-width: 1500px) {
  body > main#portal .interacted-sec .as-body > section .as-ttl,
body .the-events-cal-single#portal .interacted-sec .as-body > section .as-ttl {
    font-size: 22.8px;
    margin-bottom: 19.5px;
  }
}
body > #tribe-events-pg-template {
  width: 100%;
  max-width: unset;
  padding: 0;
}
body .gform_wrapper {
  max-width: 75vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #0382b8;
  padding: 2.8vw 5vw;
  border-radius: 2vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper {
    padding: 42px 75px;
    max-width: 1125px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 1150px) {
  body .gform_wrapper {
    padding: 30px 15px;
  }
}
body .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
body .gform_wrapper form .gform-body .gform_fields {
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  row-gap: 1vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform-body .gform_fields {
    -moz-column-gap: 45px;
         column-gap: 45px;
    row-gap: 15px;
  }
}
@media only screen and (max-width: 562px) {
  body .gform_wrapper form .gform-body .gform_fields {
    -moz-column-gap: unset;
         column-gap: unset;
  }
}
body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-name .ginput_container--name {
  margin-inline: unset;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
}
@media only screen and (max-width: 635px) {
  body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-name .ginput_container--name {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-name .ginput_container--name .gform-grid-col {
  padding-inline: unset;
}
body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-name .ginput_container--name .gform-grid-col label {
  font-size: 1vw;
  color: #FFF;
  margin-bottom: 0.3vw;
  font-weight: 400;
}
@media only screen and (max-width: 635px) {
  body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-name .ginput_container--name .gform-grid-col label {
    font-size: 15px;
    margin-bottom: 4.5px;
  }
}
body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--has-description .gfield_label {
  margin-bottom: 0;
}
body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-radio .gfield_label {
  font-size: 0.85vw;
  margin-bottom: 0.7vw;
}
@media only screen and (max-width: 635px) {
  body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-radio .gfield_label {
    font-size: 12.75px;
    margin-bottom: 10.5px;
  }
}
body .gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
  margin-bottom: 0;
  font-size: 1vw;
  color: #FFF;
  margin-bottom: 0.3vw;
  font-weight: 400;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
    font-size: 15px;
    margin-bottom: 4.5px;
  }
}
body .gform_wrapper form .gform-body .gform_fields .gfield .gfield_description {
  color: #fff;
}
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:not(.gfield-choice-input),
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  height: 1.6vw;
  width: 100%;
  border-radius: 0.45vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input:not(.gfield-choice-input),
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container select,
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
    height: 24px;
    border-radius: 6.75px;
  }
}
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
  min-block-size: 8rem;
  resize: none;
  border-radius: 0.45vw;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container textarea {
    border-radius: 6.75px;
  }
}
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gform-grid-col .gform-field-label {
  color: #fff;
}
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_radio .gchoice label {
  color: #fff;
  margin-left: 3px;
}
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_radio .gchoice input[type=radio] {
  position: relative;
  border: 0;
}
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container .gfield_radio .gchoice input[type=radio]:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  block-size: unset;
  inline-size: unset;
  border-radius: 40%;
}
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container input[type=checkbox] {
  height: 20px;
}
body .gform_wrapper form .gform-body .gform_fields .gfield .ginput_container label {
  color: #fff;
}
body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-product .gfield_label {
  color: #fff;
  margin-bottom: 0;
}
body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-product .gfield_label span {
  color: inherit;
  font-size: 1.2vw;
  color: #FFF;
  margin-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-product .gfield_label span {
    font-size: 20.25px;
  }
}
body .gform_wrapper form .gform-body .gform_fields .gfield.gfield--type-product .ginput_container span {
  color: #fff;
}
body .gform_wrapper form .gform_footer input[type=submit] {
  font-weight: 500;
  font-size: 0.8vw !important;
  color: #000 !important;
  text-decoration: none !important;
  background: #fecd00 !important;
  display: inline-flex;
  padding-left: 1.42vw !important;
  padding-right: 1.42vw !important;
  height: 2.92vw;
  align-items: center;
  border-radius: 0.75vw !important;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
  font-size: 0.95vw;
  text-transform: uppercase !important;
  height: 1.6vw !important;
  min-height: 1.6vw !important;
  width: 9vw !important;
  margin-left: auto !important;
}
@media only screen and (max-width: 1500px) {
  body .gform_wrapper form .gform_footer input[type=submit] {
    font-size: 12px !important;
    padding-left: 21.3px !important;
    padding-right: 21.3px !important;
    height: 43.8px;
    border-radius: 11.25px !important;
    font-size: 14.25px;
    height: 24px !important;
    min-height: 24px !important;
    width: 135px !important;
  }
}
body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  background-color: #ffce00 !important;
}
body .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border-radius: 40% !important;
}
body .theme-btn {
  background-color: #ffce00;
  border: 0.06vw solid #ffce00;
  font-size: 0.7vw;
  font-weight: 700;
  display: block;
  height: 1.6vw;
  width: 9.2vw;
  border-radius: 0.4vw;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04vw;
  margin-top: 1.8vw;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
body .theme-btn:hover {
  background-color: #f9db5d !important;
}
@media only screen and (max-width: 1500px) {
  body .theme-btn {
    border: 0.9px solid #ffce00;
    font-size: 10.5px;
    height: 24px;
    width: 138px;
    border-radius: 6px;
    letter-spacing: 0.6px;
    margin-top: 27px;
  }
}
body .theme-btn2 {
  background-color: #0485ba;
  border: 0.12vw solid #0485ba;
  font-size: 0.9vw;
  font-weight: 500;
  display: block;
  width: 8.2vw;
  height: 3.3vw;
  border-radius: 0.4vw;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04vw;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
body .theme-btn2:hover {
  background-color: #09a0db;
}
@media only screen and (max-width: 1500px) {
  body .theme-btn2 {
    border: 1.8px solid #0485ba;
    font-size: 13.5px;
    width: 123px;
    height: 49.5px;
    border-radius: 6px;
    letter-spacing: 0.6px;
  }
}

@media only screen and (max-width: 1308px) {
  section.events_portal > div .inner > .cl-100 {
    overflow: hidden;
  }
}
section.events_portal > div .inner .title-n-controls {
  display: flex;
  align-items: center;
  margin-bottom: 0.4vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .title-n-controls {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 635px) {
  section.events_portal > div .inner .title-n-controls {
    justify-content: center;
    flex-flow: column;
    row-gap: 15px;
  }
}
section.events_portal > div .inner .title-n-controls .as-ttl {
  margin-bottom: 0 !important;
  margin-right: 1.1vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .title-n-controls .as-ttl {
    margin-right: 16.5px;
  }
}
section.events_portal > div .inner .title-n-controls .controls button {
  border: 0;
  background-color: transparent;
}
section.events_portal > div .inner .title-n-controls .controls button i {
  font-size: 1.4vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .title-n-controls .controls button i {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1308px) {
  section.events_portal > div .inner .evnts {
    max-width: 653px;
  }
}
@media only screen and (max-width: 683px) {
  section.events_portal > div .inner .evnts {
    max-width: 326.5px;
  }
}
@media only screen and (max-width: 683px) {
  section.events_portal > div .inner .evnts {
    margin-left: auto;
    margin-right: auto;
  }
}
section.events_portal > div .inner .evnts .slick-list {
  left: -0.8vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .slick-list {
    left: -12px;
  }
}
@media only screen and (max-width: 1308px) {
  section.events_portal > div .inner .evnts .slick-list {
    overflow: unset;
  }
}
@media only screen and (max-width: 683px) {
  section.events_portal > div .inner .evnts .slick-list {
    left: auto;
  }
}
section.events_portal > div .inner .evnts .slick-list .slick-track {
  display: flex !important;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .slick-list .slick-track {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
section.events_portal > div .inner .evnts .slick-list .slick-slide {
  height: inherit !important;
}
section.events_portal > div .inner .evnts .evnt {
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.32);
  max-width: 19.8vw;
  background-color: #fff;
  padding: 0.8vw;
  border-radius: 1.2vw;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .evnt {
    box-shadow: 0 0 10.5px rgba(0, 0, 0, 0.32);
    max-width: 297px;
    padding: 12px;
    border-radius: 18px;
  }
}
section.events_portal > div .inner .evnts .evnt .img {
  height: 8.5vw;
  background-color: #efeff0;
  border-radius: 1.1vw;
  margin-bottom: 1vw;
  background-image: url(../../wp-content/themes/Mediaisland/helpers/images/logo.png);
  background-size: 6vw;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .evnt .img {
    height: 127.5px;
    border-radius: 16.5px;
    margin-bottom: 15px;
    background-size: 90px;
  }
}
section.events_portal > div .inner .evnts .evnt .details {
  padding-left: 0.35vw;
  padding-right: 0.35vw;
  padding-bottom: 3.37vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .evnt .details {
    padding-left: 5.25px;
    padding-right: 5.25px;
    padding-bottom: 50.55px;
  }
}
section.events_portal > div .inner .evnts .evnt .details h3 {
  font-size: 1.2vw;
  color: #0485ba;
  margin-bottom: 0.2vw;
  letter-spacing: 0.01vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .evnt .details h3 {
    font-size: 18px;
    margin-bottom: 3px;
    letter-spacing: 0.15px;
  }
}
section.events_portal > div .inner .evnts .evnt .details p {
  font-size: 0.95vw;
  color: #000;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .evnt .details p {
    font-size: 14.25px;
  }
}
section.events_portal > div .inner .evnts .evnt .details p.date {
  font-weight: 700;
  margin-bottom: 0.4vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .evnt .details p.date {
    margin-bottom: 6px;
  }
}
section.events_portal > div .inner .evnts .evnt .details p.excerpt {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 0.7vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .evnt .details p.excerpt {
    font-size: 10.5px;
  }
}
section.events_portal > div .inner .evnts .evnt .details .theme-btn {
  position: absolute;
  bottom: 1vw;
  margin-top: 0;
  left: 1.1vw;
}
@media only screen and (max-width: 1500px) {
  section.events_portal > div .inner .evnts .evnt .details .theme-btn {
    bottom: 15px;
    margin-top: 0;
    left: 16.5px;
  }
}
section.quick-links > div .inner .holder {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
  row-gap: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder {
    -moz-column-gap: 22.5px;
         column-gap: 22.5px;
    row-gap: 22.5px;
  }
}
@media only screen and (max-width: 1496px) {
  section.quick-links > div .inner .holder .links {
    width: 59%;
  }
}
@media only screen and (max-width: 840px) {
  section.quick-links > div .inner .holder .links {
    width: 100%;
  }
}
section.quick-links > div .inner .holder .links h2 {
  color: #0382b8;
  font-size: 1.52vw;
  font-weight: 700;
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder .links h2 {
    font-size: 22.8px;
  }
}
@media only screen and (max-width: 635px) {
  section.quick-links > div .inner .holder .links h2 {
    text-align: center;
  }
}
section.quick-links > div .inner .holder .links .wrapper {
  border-radius: 1.2vw;
  background-color: #fff;
  padding: 1vw;
  display: flex;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.32);
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder .links .wrapper {
    border-radius: 18px;
    padding: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    box-shadow: 0 0 10.5px rgba(0, 0, 0, 0.32);
  }
}
@media only screen and (max-width: 544px) {
  section.quick-links > div .inner .holder .links .wrapper {
    flex-flow: row wrap;
    row-gap: 15px;
  }
}
section.quick-links > div .inner .holder .links .wrapper .link {
  border-radius: 1.2vw;
  width: 11.7vw;
  height: 11.7vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder .links .wrapper .link {
    border-radius: 18px;
    width: 175.5px;
  }
}
@media only screen and (max-width: 1496px) {
  section.quick-links > div .inner .holder .links .wrapper .link {
    width: 33.333%;
  }
}
@media only screen and (max-width: 998px) {
  section.quick-links > div .inner .holder .links .wrapper .link {
    height: 17.1vw;
  }
}
@media only screen and (max-width: 840px) {
  section.quick-links > div .inner .holder .links .wrapper .link {
    height: 28.1vw;
  }
}
@media only screen and (max-width: 544px) {
  section.quick-links > div .inner .holder .links .wrapper .link {
    width: 100%;
    height: 250px;
  }
}
section.quick-links > div .inner .holder .links .wrapper .link .img {
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
section.quick-links > div .inner .holder .links .wrapper .link a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
section.quick-links > div .inner .holder .links .wrapper .link a span {
  display: block;
  line-height: 1.2;
}
section.quick-links > div .inner .holder .links .wrapper .link a span.solid {
  font-size: 1.75vw;
  font-weight: 900;
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder .links .wrapper .link a span.solid {
    font-size: 26.25px;
  }
}
section.quick-links > div .inner .holder .links .wrapper .link a span.border {
  -webkit-text-stroke-width: 0.06vw;
  color: transparent;
  font-size: 1.47vw;
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder .links .wrapper .link a span.border {
    font-size: 22.05px;
  }
}
section.quick-links > div .inner .holder .links .wrapper .link:hover .img {
  transform: scale(1.05);
}
section.quick-links > div .inner .holder .featured-link {
  border-radius: 1.2vw;
  width: 24.5vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder .featured-link {
    border-radius: 18px;
    width: 367.5px;
  }
}
@media only screen and (max-width: 1496px) {
  section.quick-links > div .inner .holder .featured-link {
    width: 37%;
  }
}
@media only screen and (max-width: 840px) {
  section.quick-links > div .inner .holder .featured-link {
    width: 100%;
    height: 250px;
  }
}
section.quick-links > div .inner .holder .featured-link .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-blend-mode: multiply;
  transition: all 0.3s ease-in-out;
}
section.quick-links > div .inner .holder .featured-link a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-flow: column;
  text-decoration: none;
  position: relative;
}
section.quick-links > div .inner .holder .featured-link a span {
  display: block;
  line-height: 1.2;
}
section.quick-links > div .inner .holder .featured-link a span.solid {
  font-size: 3vw;
  font-weight: 900;
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder .featured-link a span.solid {
    font-size: 45px;
  }
}
section.quick-links > div .inner .holder .featured-link a span.border {
  -webkit-text-stroke-width: 0.12vw;
  color: transparent;
  font-size: 2.6vw;
  font-weight: 700;
}
@media only screen and (max-width: 1500px) {
  section.quick-links > div .inner .holder .featured-link a span.border {
    font-size: 39px;
  }
}
section.quick-links > div .inner .holder .featured-link:hover .img {
  transform: scale(1.05);
}
section.events-single-details > div .inner .cl-100 h1 {
  -webkit-text-stroke: 0.08vw #0382b8;
  color: transparent;
  font-family: DMSans, sans-serif;
  font-size: 1.52vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03vw;
  margin-bottom: 1.5vw;
}
section.events-single-details > div .inner .cl-100 .details {
  background-color: #fff;
  max-width: 55.5vw;
  padding: 1.8vw;
  border-radius: 1.2vw;
}
section.events-single-details > div .inner .cl-100 .details .page-banner {
  margin-bottom: 1.8vw;
}
section.events-single-details > div .inner .cl-100 .details .page-banner img {
  width: 100%;
  height: auto;
  display: block;
}
section.events-single-details > div .inner .cl-100 .details h1,
section.events-single-details > div .inner .cl-100 .details h2,
section.events-single-details > div .inner .cl-100 .details h3 {
  font-size: 1.2vw;
  color: #0485ba;
  margin-bottom: 0.2vw;
  letter-spacing: 0.01vw;
  margin-bottom: 0.973vw;
}
section.events-single-details > div .inner .cl-100 .details .contents > *:last-of-type {
  margin-bottom: 0;
}
section.events-single-details > div .inner .cl-100 .details p.date {
  font-size: 0.95vw;
  color: #000;
}
section.competition > div .inner .contents .content {
  background-color: #fff;
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.32);
  margin-bottom: 1vw;
  border-radius: 1.2vw;
  padding: 1.8vw;
  display: flex;
  justify-content: space-between;
}
section.competition > div .inner .contents .content .details {
  display: flex;
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
}
section.competition > div .inner .contents .content .details .title {
  width: 11.5vw;
}
section.competition > div .inner .contents .content .details .title h2 {
  margin-bottom: 0;
  margin-bottom: 0.5vw !important;
  font-size: 1.52vw;
  font-weight: 800;
  color: #0382b8;
}
section.competition > div .inner .contents .content .details .title p {
  color: #000;
  font-size: 1vw;
}
section.competition > div .inner .contents .content .details .featured-image {
  background-color: #ccc;
  width: 7.7vw;
  height: 7.7vw;
  border: 0.18vw solid #0485ba;
  border-radius: 0.7vw;
  background-size: cover;
  background-position: center center;
}
section.competition > div .inner .contents .content .buttons {
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 1vw;
  column-gap: 1vw;
  row-gap: 1vw;
  align-items: center;
  max-width: 36vw;
}
@media only screen and (max-width: 998px) {
  section.table-col4 > div {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 635px) {
  section.table-col4 > div .inner .as-ttl {
    text-align: center;
    display: block;
    width: 100%;
  }
}
section.table-col4 > div .inner .table-outer {
  background-color: #fff;
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.32);
  padding: 1.8vw;
  border-radius: 1.2vw;
}
@media only screen and (max-width: 1500px) {
  section.table-col4 > div .inner .table-outer {
    box-shadow: 0 0 10.5px rgba(0, 0, 0, 0.32);
    padding: 27px;
    border-radius: 18px;
  }
}
section.table-col4 > div .inner .table-outer table {
  width: 100%;
}
section.table-col4 > div .inner .table-outer table thead {
  width: 100%;
  background-color: #0385ba;
}
@media only screen and (max-width: 925px) {
  section.table-col4 > div .inner .table-outer table thead {
    display: none;
  }
}
section.table-col4 > div .inner .table-outer table thead th {
  width: 25%;
  color: #fff;
  text-align: center;
  font-size: 0.95vw;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
}
@media only screen and (max-width: 1500px) {
  section.table-col4 > div .inner .table-outer table thead th {
    font-size: 14.25px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 925px) {
  section.table-col4 > div .inner .table-outer table tbody tr {
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }
  section.table-col4 > div .inner .table-outer table tbody tr:last-of-type {
    border-bottom: 0;
  }
}
section.table-col4 > div .inner .table-outer table tbody tr td {
  font-size: 0.95vw;
  padding: 0.5vw 1vw;
  border-bottom: 0.1vw solid #c4c5c7;
  color: #000;
}
@media only screen and (max-width: 1500px) {
  section.table-col4 > div .inner .table-outer table tbody tr td {
    font-size: 14.25px;
    padding: 7.5px 15px;
    border-bottom: 1.5px solid #c4c5c7;
  }
}
@media only screen and (max-width: 925px) {
  section.table-col4 > div .inner .table-outer table tbody tr td {
    border: 0;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
section.table-col4 > div .inner .table-outer table tbody tr td .theme-btn {
  background-color: #ffce00;
  border: 0.12vw solid #ffce00;
  font-size: 0.8vw;
  font-weight: 500;
  padding: 0 1vw;
  width: 8vw;
  height: 2.4vw;
  display: flex;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1500px) {
  section.table-col4 > div .inner .table-outer table tbody tr td .theme-btn {
    border: 1.8px solid #ffce00;
    font-size: 12px;
    padding: 0 15px;
    width: 120px;
    height: 36px;
  }
}
section.image-text > div .inner .cl-100 .wrap {
  background-color: #fff;
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.32);
  padding: 1.8vw;
  border-radius: 1.2vw;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 60.3vw;
}
section.image-text > div .inner .cl-100 .wrap.right {
  flex-flow: row-reverse;
}
section.image-text > div .inner .cl-100 .wrap .img {
  width: 29.3vw;
  min-height: 14.8vw;
  background-size: cover;
  background-position: center center;
  border-radius: 1.2vw;
}
section.image-text > div .inner .cl-100 .wrap .details {
  width: 25.1vw;
}
section.image-text > div .inner .cl-100 .wrap .details > h2 {
  font-size: 1.2vw;
  color: #0485ba;
  margin-bottom: 0.7vw;
  letter-spacing: 0.01vw;
}
section.image-text > div .inner .cl-100 .wrap .details > h3 {
  font-weight: 700;
  margin-bottom: 1vw;
  font-size: 0.95vw;
  color: #000;
}
section.image-text > div .inner .cl-100 .wrap .details .details {
  font-size: 0.93vw;
  font-weight: 500;
  color: #000;
  font-weight: 400;
}
section.grid-image-link > div .inner {
  -moz-column-gap: 1.7vw;
       column-gap: 1.7vw;
  row-gap: 1.7vw;
}
@media only screen and (max-width: 1500px) {
  section.grid-image-link > div .inner {
    -moz-column-gap: 25.5px;
         column-gap: 25.5px;
    row-gap: 25.5px;
  }
}
@media only screen and (max-width: 635px) {
  section.grid-image-link > div .inner .as-ttl {
    text-align: center;
    display: block;
    width: 100%;
  }
}
section.grid-image-link > div .inner .cl-100 .as-ttl {
  margin-bottom: 0 !important;
}
section.grid-image-link > div .inner .item {
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.32);
  padding: 1.1vw;
  border-radius: 1.2vw;
  width: calc(33.33% - 1.14vw);
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media only screen and (max-width: 1500px) {
  section.grid-image-link > div .inner .item {
    box-shadow: 0 0 10.5px rgba(0, 0, 0, 0.32);
    padding: 16.5px;
    border-radius: 18px;
    width: calc(33.33% - 17.1px);
  }
}
@media only screen and (max-width: 800px) {
  section.grid-image-link > div .inner .item {
    width: 100%;
  }
}
section.grid-image-link > div .inner .item .wrap {
  border-radius: 0.8vw;
  overflow: hidden;
}
section.grid-image-link > div .inner .item .wrap .img {
  height: 8.8vw;
  background-position: center center;
  background-size: cover;
  background-blend-mode: multiply;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1500px) {
  section.grid-image-link > div .inner .item .wrap .img {
    height: 132px;
  }
}
@media only screen and (max-width: 800px) {
  section.grid-image-link > div .inner .item .wrap .img {
    height: 250px;
  }
}
section.grid-image-link > div .inner .item .wrap .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2vw;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1500px) {
  section.grid-image-link > div .inner .item .wrap .label {
    padding: 30px;
    font-size: 18px;
  }
}
section.grid-image-link > div .inner .item .wrap a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.grid-image-link > div .inner .item:hover .wrap .img {
  transform: scale(1.03);
}
section.gallery-single > div .inner .image-wrapper {
  width: 100%;
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.32);
  padding: 1.8vw;
  border-radius: 1.2vw;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 0.6vw;
       column-gap: 0.6vw;
  background-color: #fff;
}
section.gallery-single > div .inner .image-wrapper .col {
  width: calc(33.33% - 0.6vw);
  display: flex;
  flex-flow: column;
  row-gap: 0.6vw;
}
section.gallery-single > div .inner .image-wrapper .col .img {
  border-radius: 0.5vw;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
}
section.gallery-single > div .inner .image-wrapper .col .img.img1, section.gallery-single > div .inner .image-wrapper .col .img.img7 {
  height: 21.1vw;
}
section.gallery-single > div .inner .image-wrapper .col .img.img2, section.gallery-single > div .inner .image-wrapper .col .img.img6 {
  height: 10.2vw;
}
section.gallery-single > div .inner .image-wrapper .col .img.img3, section.gallery-single > div .inner .image-wrapper .col .img.img4, section.gallery-single > div .inner .image-wrapper .col .img.img5 {
  height: 10.2vw;
}
section.gallery-single > div .inner .image-wrapper .col .img .the-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
section.gallery-single > div .inner .image-wrapper .col .img:hover .the-img {
  transform: scale(1.03);
}
@media only screen and (max-width: 635px) {
  section.content-editor > div .inner .as-ttl {
    text-align: center;
    display: block;
    width: 100%;
  }
}
section.content-editor > div .inner .content-wrapper {
  width: 100%;
  box-shadow: 0 0 0.7vw rgba(0, 0, 0, 0.32);
  padding: 1.8vw;
  padding-left: 6vw;
  padding-right: 6vw;
  border-radius: 1.2vw;
  display: block;
  -moz-column-gap: 0.6vw;
       column-gap: 0.6vw;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.93vw;
  color: #000;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div .inner .content-wrapper {
    box-shadow: 0 0 10.5px rgba(0, 0, 0, 0.32);
    padding: 27px;
    padding-left: 90px;
    padding-right: 90px;
    border-radius: 18px;
    -moz-column-gap: 9px;
         column-gap: 9px;
    font-size: 13.95px;
  }
}
@media only screen and (max-width: 998px) {
  section.content-editor > div .inner .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
section.content-editor > div .inner .content-wrapper h1,
section.content-editor > div .inner .content-wrapper h2,
section.content-editor > div .inner .content-wrapper h3,
section.content-editor > div .inner .content-wrapper h4,
section.content-editor > div .inner .content-wrapper h5 {
  font-size: 1.2vw;
  color: #000;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div .inner .content-wrapper h1,
section.content-editor > div .inner .content-wrapper h2,
section.content-editor > div .inner .content-wrapper h3,
section.content-editor > div .inner .content-wrapper h4,
section.content-editor > div .inner .content-wrapper h5 {
    font-size: 18px;
  }
}
section.content-editor > div .inner .content-wrapper .body-social-media {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
section.content-editor > div .inner .content-wrapper .body-social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 0.7vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div .inner .content-wrapper .body-social-media li {
    margin-right: 10.5px;
  }
}
section.content-editor > div .inner .content-wrapper .body-social-media li:last-of-type {
  margin-right: 0;
}
section.content-editor > div .inner .content-wrapper .body-social-media li a img {
  max-height: 1.5vw;
}
@media only screen and (max-width: 1500px) {
  section.content-editor > div .inner .content-wrapper .body-social-media li a img {
    max-height: 22.5px;
  }
}
section .wysiwyg {
  font-size: 0.78vw;
  color: #000;
}
@media only screen and (max-width: 1500px) {
  section .wysiwyg {
    font-size: 11.7px;
  }
}
section .wysiwyg h3 {
  font-size: 1.2vw;
  color: #0485ba;
  margin-bottom: 0.2vw;
  letter-spacing: 0.01vw;
}
@media only screen and (max-width: 1500px) {
  section .wysiwyg h3 {
    font-size: 18px;
  }
}
section .wysiwyg, section.events-single-details > div .inner .cl-100 .details p.date {
  font-size: 1vw;
}
@media only screen and (max-width: 1500px) {
  section .wysiwyg, section.events-single-details > div .inner .cl-100 .details p.date {
    font-size: 15px;
  }
}

#mobile-menu-nav {
  display: none;
}

.hamburger-wrap {
  width: 30px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.hamburger-wrap span {
  height: 5px;
  width: 30px;
  display: block;
  background-color: #fff;
  position: absolute;
  border-radius: 3px;
}
.hamburger-wrap span:first-of-type {
  top: 0;
  transition-property: top, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0s, 0.1s;
}
.hamburger-wrap span:nth-child(2) {
  top: 10px;
  right: 0;
  transition-property: right, opacity;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.2s, 0.3s;
  z-index: 2;
}
.hamburger-wrap span:last-of-type {
  bottom: 0;
  transition-property: bottom, transform;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.4s, 0.5s;
}
.hamburger-wrap.move span:first-of-type {
  top: 10px; /* IE 9 */ /* Safari */
  transform: rotate(45deg);
}
.hamburger-wrap.move span:nth-child(2) {
  opacity: 0;
  right: -25px;
}
.hamburger-wrap.move span:last-of-type {
  bottom: 10px; /* IE 9 */ /* Safari */
  transform: rotate(-45deg);
}

#moby1 {
  min-width: 265px;
  background-color: #e7f1f0;
}
#moby1.moby-active {
  box-shadow: 0 0 27px -4px #000;
}
#moby1 .moby-wrap .moby-menu > div {
  padding-top: 30px;
  background-color: #e7f1f0;
  color: #000;
  font-size: 16px;
}
#moby1 .moby-wrap .moby-menu > div .site-logo-link {
  display: block;
  max-width: 240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#moby1 .moby-wrap .moby-menu > div .other-links {
  text-align: center;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn {
  font-size: 21px;
  letter-spacing: 0.225px;
  line-height: 30px;
  padding: 0 12px;
  margin-top: 18px;
  width: 240px;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:after {
  background-color: #fbc4a6;
  z-index: 0;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn span {
  z-index: 1;
  color: #fbc4a6;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#moby1 .moby-wrap .moby-menu > div .other-links a.theme-btn:hover span {
  color: #e7f1f0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile {
  margin-top: 20px;
  padding-left: 0;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile .moby-expand i {
  color: #808285;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li:last-of-type > a {
  border-bottom: 1px solid #fff;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li > a {
  border-top: 1px solid #fff;
  padding: 20px 15px;
  color: #808285;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul {
  padding-left: 0;
  border-top: 1px solid #fff;
  background-color: #9accc4;
}
#moby1 .moby-wrap .moby-menu > div .menu-mobile > li ul li a {
  padding: 15px;
  color: #808285;
}

.moby-overlay.light {
  background-color: rgba(255, 255, 255, 0.35);
}
