body,
html {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a.link {
  color: #1A82A9;
  text-decoration: underline;
}

a.link:hover {
  color: #21a4d5;
}

a.disabled {
  color: #868E96 !important;
  cursor: default;
}

a:not(.link):not(.clean) {
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 0.8em;
  color: #868E96;
}

a:not(.link):not(.clean):hover {
  color: #1A82A9;
}

.separator {
  clear: both;
  margin: 20px auto;
  height: 1px;
  background-color: #E9ECEF;
  width: 80%;
}

.separator.-half {
  width: 50%;
}

.dot-separator {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #868E96;
  margin: 2px 5px;
}

.dot-separator.-small {
  width: 2px;
  height: 2px;
  margin: 3px 5px 3px 3px;
}

.dot-separator.-bigmargin {
  margin: 3px 20px;
}

form.no-ajax {
  margin-bottom: 50px;
}

.clearfix:after {
  clear: both;
  content: '';
  display: table;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Cross-browser support  */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

section {
  padding: 16px 0;
}

.tab-panes .tab-pane {
  min-height: 508px;
  height: 60vh;
  position: relative;
  display: none;
  margin-bottom: 50px;
}

.tab-panes .active {
  display: block;
}

.full-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.dark-gray {
  color: #868E96;
}

.twi {
  color: #21a4d5;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
}

.twi > i {
  width: 12px;
  margin-right: 5px;
  font-size: 13px;
  position: relative;
  top: 2px;
}

.content-header {
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  color: #868E96;
  font-size: 0.9em;
  margin: 20px 0;
}

.progressbar-wrapper {
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  height: 5px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

.progressbar-wrapper.-active {
  visibility: visible;
  opacity: 1;
}

.progressbar-wrapper > .progress {
  width: 5vw;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#E93B60), to(#ffa803));
  background: linear-gradient(90deg, #E93B60, #ffa803);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.iziToast-wrapper {
  padding-top: 25px !important;
}

.rating-wrapper {
  color: #1A82A9;
  display: block;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  margin-bottom: -7px;
}

.rating-wrapper .label {
  text-align: left;
  display: inline-block;
  margin-right: 10px;
  font-size: 0.9em;
  min-width: 130px;
  vertical-align: top;
}

.rating-wrapper .rating {
  display: inline-block;
  font-size: 24px;
  height: 24px;
  top: -2px;
}

.rating-wrapper .rating-number {
  text-align: left;
  min-width: 22px;
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  font-size: 0.9em;
}

@media (min-width: 1024px) {
  section {
    padding: 50px 0;
  }

  section > .wrapper {
    margin: 0 auto;
    max-width: 960px;
  }

  section > .wrapper.-wide {
    max-width: 1152px;
  }

  .popout {
    position: absolute;
    top: -16px;
    -webkit-transform: translateX(calc(-50% + 12px));
            transform: translateX(calc(-50% + 12px));
    visibility: hidden;
    opacity: 0;
    background-color: rgba(33, 37, 41, 0.65);
    box-shadow: 0px 1px 3px rgba(52, 58, 64, 0.15);
    -moz-box-shadow: 0px 1px 3px rgba(52, 58, 64, 0.15);
    -webkit-box-shadow: 0px 1px 3px rgba(52, 58, 64, 0.15);
    z-index: 10;
    border-radius: 5px;
    padding: 5px 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #F8F9FA;
    font-size: 0.7em;
    height: 12px;
    line-height: 12px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }

  .popout:after {
    content: ' ';
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top-color: rgba(33, 37, 41, 0.65);
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }

  .popout.-bottom {
    top: calc(100% - 6px);
  }

  .popout.-bottom:after {
    border-top-color: transparent;
    border-bottom-color: rgba(33, 37, 41, 0.65);
    top: -12px;
  }
}

@media (max-width: 1024px) {
  section > .wrapper > .content-header {
    text-align: center;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #1A82A9;
}

::-webkit-scrollbar-thumb:hover {
  background: #21a4d5;
}

body.high-contrast {
  background-color: #212529;
}

body.high-contrast a {
  text-decoration: underline;
}

body.high-contrast a.-dark,
body.high-contrast a.-dark > *,
body.high-contrast i {
  color: #FFBA36 !important;
  fill: #FFBA36;
  opacity: 1;
}

body.high-contrast a:not(.-dark),
body.high-contrast a:not(.-dark) > *,
body.high-contrast i:not(.-dark) {
  color: #FFBA36 !important;
  fill: #FFBA36 !important;
  opacity: 1 !important;
}

body.high-contrast .switch-mode {
  color: #FFBA36 !important;
  fill: #FFBA36 !important;
  opacity: 1 !important;
}

body.high-contrast .switch-mode > span {
  text-decoration: underline;
}

body.high-contrast section {
  background-color: #212529 !important;
}

body.high-contrast h1,
body.high-contrast h2,
body.high-contrast h3,
body.high-contrast h4,
body.high-contrast h5,
body.high-contrast h6,
body.high-contrast p,
body.high-contrast span,
body.high-contrast ol,
body.high-contrast ul {
  color: #FFBA36 !important;
}

body.high-contrast span.-bordered {
  border-color: #FFBA36 !important;
}

body.high-contrast .iziToast {
  background-color: #343A40 !important;
}

body.high-contrast .iziToast * {
  color: #FFBA36 !important;
}

.nav-bar {
  background-color: #F8F9FA;
  height: 75px;
  line-height: 75px;
  z-index: 10;
  position: relative;
}

.nav-bar > .left {
  float: left;
  margin-left: 50px;
}

.nav-bar > .left > a .navlogo {
  height: 30px;
  position: relative;
  top: 6px;
  margin-right: 10px;
}

.nav-bar > .left > a .home-link {
  display: none;
}

.nav-bar > .right {
  float: right;
  margin-right: 50px;
}

.nav-bar > .right .login-btn {
  cursor: pointer;
}

.nav-bar a {
  margin: 0 10px;
  color: #868E96;
}

.nav-bar a:hover {
  color: #343A40;
}

.nav-bar.-translucent {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -75px;
}

.nav-bar.-translucent a {
  color: #CED4DA;
}

.nav-bar.-translucent a.login-btn {
  color: #FFBA36;
}

.nav-bar.-translucent a > .navlogo,
.nav-bar.-translucent a > .home-link {
  display: none;
}

.nav-bar.-translucent a:hover {
  color: #F8F9FA;
}

body.high-contrast .nav-bar:not(.-translucent) {
  background-color: #212529;
}

.hamburger-wrapper {
  display: none;
}

@media (max-width: 1024px) {
  #content-wrapper {
    margin-top: 70px;
  }

  .hamburger-wrapper {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    display: block;
    width: 100%;
    height: 70px;
    background-color: #F8F9FA;
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
  }

  .hamburger-wrapper > a .navlogo {
    float: left;
    max-height: 40px;
    width: auto;
    margin: 15px;
  }

  .hamburger-wrapper .hamburger-menu,
  .hamburger-wrapper .close-navbar {
    display: block;
    float: right;
    margin: 17px;
    color: #FFBA36;
    font-size: 36px;
    -webkit-transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, -webkit-transform .15s;
    transition: opacity .15s, transform .15s;
    transition: opacity .15s, transform .15s, -webkit-transform .15s;
    cursor: pointer;
  }

  .hamburger-wrapper .close-navbar {
    visibility: hidden;
    position: relative;
    left: 70px;
    -webkit-transform: rotate(-180deg) scale(0.5);
            transform: rotate(-180deg) scale(0.5);
    opacity: 0;
  }

  .nav-bar {
    width: 80vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 36px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    left: 100vw;
    visibility: hidden;
    opacity: 0;
    box-shadow: -1px 0 6px rgba(52, 58, 64, 0.23);
    -moz-box-shadow: -1px 0 6px rgba(52, 58, 64, 0.23);
    -webkit-box-shadow: -1px 0 6px rgba(52, 58, 64, 0.23);
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }

  .nav-bar > .left {
    margin: 18px 36px;
  }

  .nav-bar > .right {
    position: absolute;
    bottom: 18px;
    left: 36px;
    width: 200px;
  }

  .nav-bar a {
    font-size: 1.2em;
    margin: 20px 0;
    display: block;
  }

  .nav-bar a > .navlogo {
    display: none;
  }

  .nav-bar a > .home-link {
    display: block !important;
  }

  .nav-bar.-translucent {
    background-color: #868E96;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
textarea,
select {
  background-color: #E9ECEF;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 10px 15px;
  box-shadow: 0px 2px 3px rgba(52, 58, 64, 0.1);
  -moz-box-shadow: 0px 2px 3px rgba(52, 58, 64, 0.1);
  -webkit-box-shadow: 0px 2px 3px rgba(52, 58, 64, 0.1);
  width: calc(100% - 30px);
  font-family: 'Open Sans', sans-serif;
  resize: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  background-color: #F8F9FA;
  box-shadow: 0px 3px 4px rgba(33, 164, 213, 0.23);
  -moz-box-shadow: 0px 3px 4px rgba(33, 164, 213, 0.23);
  -webkit-box-shadow: 0px 3px 4px rgba(33, 164, 213, 0.23);
}

input[type="text"].-s1,
input[type="email"].-s1,
input[type="password"].-s1,
input[type="date"].-s1,
input[type="number"].-s1,
textarea.-s1,
select.-s1 {
  font-weight: 700;
  font-size: 36px;
}

input[type="text"].-s2,
input[type="email"].-s2,
input[type="password"].-s2,
input[type="date"].-s2,
input[type="number"].-s2,
textarea.-s2,
select.-s2 {
  font-weight: 600;
  font-size: 20px;
}

input[type="text"].-s2.-inline,
input[type="email"].-s2.-inline,
input[type="password"].-s2.-inline,
input[type="date"].-s2.-inline,
input[type="number"].-s2.-inline,
textarea.-s2.-inline,
select.-s2.-inline {
  width: 40%;
  display: inline-block;
}

input[type="text"].-bare,
input[type="email"].-bare,
input[type="password"].-bare,
input[type="date"].-bare,
input[type="number"].-bare,
textarea.-bare,
select.-bare {
  margin: 10px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none !important;
  color: #343A40;
}

input[type="text"].-bare:focus,
input[type="email"].-bare:focus,
input[type="password"].-bare:focus,
input[type="date"].-bare:focus,
input[type="number"].-bare:focus,
textarea.-bare:focus,
select.-bare:focus {
  color: #212529;
}

input[type="text"].-disabled,
input[type="email"].-disabled,
input[type="password"].-disabled,
input[type="date"].-disabled,
input[type="number"].-disabled,
textarea.-disabled,
select.-disabled {
  background-color: #F8F9FA;
}

input[type="password"] {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.progress-bar_text {
  visibility: hidden;
  opacity: 0;
  font-size: 0.7em;
  margin-left: 12px;
  display: block;
  height: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.progress-bar_text.-active {
  height: 17px;
  visibility: visible;
  opacity: 1;
}

select {
  width: 100%;
}

.checkbox-wrapper {
  display: block;
  margin: 30px 0;
}

.checkbox-wrapper .pretty .state label {
  position: relative;
  top: -3px;
  padding-left: 5px;
}

.upload-box {
  position: relative;
  text-align: center;
  margin: 20px auto;
}

.upload-box input[type="file"].upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-box > label {
  color: #343A40;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  height: 100px;
  border: 1px dashed #CED4DA;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  margin: 10px auto;
  left: 5px;
}

.upload-box > label > i {
  position: absolute;
  font-size: 20px;
  top: 40px;
  color: #343A40;
  left: 40px;
}

.upload-box > label > .filename {
  position: absolute;
  bottom: -18px;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #868E96;
  display: block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.upload-box > label > .resolution {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: 9px;
  font-size: 0.8em;
  color: #CED4DA;
}

.upload-box > label:hover {
  z-index: 6;
  background: rgba(248, 249, 250, 0.65) !important;
}

.upload-box > label:hover > i {
  color: #1A82A9;
}

.upload-box > label:hover > span {
  color: #1A82A9;
}

.upload-box > label.-wide {
  width: 200px;
}

.upload-box > label.-wide > i {
  left: 90px;
}

.upload-box > label.-wide + .thumbnail {
  width: 200px;
}

.upload-box > label.-wide .filename {
  max-width: 200px;
}

.upload-box > .thumbnail {
  position: absolute;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.15);
  -moz-box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.15);
  -webkit-box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.15);
  z-index: 5;
  margin: 11px 5px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.upload-box > .thumbnail.active {
  display: block;
}

.upload-box > .thumbnail:hover {
  z-index: -1;
}

label {
  font-size: 0.7em;
  color: #868E96;
  position: relative;
  top: 1px;
  left: 12px;
}

label.medium {
  font-size: 14px;
}

label.required:after {
  content: " *";
  color: rgba(233, 59, 96, 0.8);
}

label.color-picker {
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 25px;
  margin: 35px 40px 35px 15px;
}

.input-box {
  margin: 25px auto;
  width: 80%;
}

.input-box.-half {
  display: inline-block;
  width: 50%;
  margin: 5px 0;
}

.input-box .merge-wrapper-3 {
  float: left;
  width: calc(100% / 3);
}

.input-box .merge-wrapper-2 {
  float: left;
  width: 50%;
}

.input-box input.separate {
  border-right: 1px solid #CED4DA;
  z-index: 2;
  position: relative;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

body.high-contrast label {
  color: #FFBA36 !important;
}

body.high-contrast input[type="text"],
body.high-contrast input[type="email"],
body.high-contrast input[type="password"],
body.high-contrast input[type="date"],
body.high-contrast input[type="number"],
body.high-contrast textarea,
body.high-contrast select {
  color: #FFBA36 !important;
  background-color: #343A40 !important;
}

body.high-contrast .tokenfield {
  background: #343A40;
  border: none;
}

body.high-contrast .content-box {
  background-color: #343A40;
}

.button {
  text-transform: uppercase;
  letter-spacing: 1.15px;
  padding: 10px 20px;
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 10px;
  background-color: #1A82A9;
  font-size: 0.7em;
  color: #F8F9FA;
  margin: 10px;
  cursor: pointer;
}

.button.link {
  text-decoration: underline;
}

.button.-small {
  padding: 7px 12px;
  font-size: 0.7em;
}

.button.-bordered {
  background: none;
  border: 1px solid #1A82A9;
}

.button.-bordered:hover {
  color: #21a4d5;
  border: 1px solid #21a4d5;
  box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
}

.button.-warning:not(.-bare) {
  background-color: #ee6985;
}

.button.-warning:not(.-bare):hover {
  background-color: #E93B60;
}

.button.-bare {
  background: none;
  color: #1A82A9;
}

.button.-bare.-warning {
  color: #E93B60;
}

.button.-bare.-warning.-bordered {
  border: 1px solid #E93B60;
}

.button.-pill {
  display: inline-block;
  height: 10px;
  line-height: 10px;
  padding: 7px 10px;
  margin: 5px;
  opacity: 0.4;
  font-size: 0.65em;
}

.button.-pill:hover,
.button.-pill.-selected {
  opacity: 1;
  box-shadow: 0px 3px 3px rgba(52, 58, 64, 0.2);
  -moz-box-shadow: 0px 3px 3px rgba(52, 58, 64, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(52, 58, 64, 0.2);
}

.button.-right {
  float: right;
  margin-right: 10%;
}

.button.-left {
  float: left;
}

.button.-left:nth-of-type(1) {
  margin-left: 10%;
}

.button.-nomargin {
  margin: 0 !important;
}

.button.-disabled {
  cursor: default;
}

.button.-disabled:not(.-bare) {
  background-color: #868E96;
}

@media (max-width: 1024px) {
  .button.-left,
  .button.-right {
    float: none;
    margin: 20px auto !important;
    display: block;
    padding: 15px 20px;
    box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.1);
    -moz-box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.1);
  }
}

@media (min-width: 1024px) {
  .button {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
  }
}

body.high-contrast .button:not(.-bare) {
  background: #ab1333 !important;
  color: #F8F9FA !important;
}

body.high-contrast .button.-bordered {
  background: none;
  border: 1px solid #21a4d5;
}

body.high-contrast .button.-bordered:hover {
  color: #46b8e3;
  border: 1px solid #46b8e3;
  box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
}

body.high-contrast .button.-bare {
  background: none;
  color: #21a4d5;
}

body.high-contrast .button.-bare.-warning {
  color: #ee6985;
}

body.high-contrast .button.-bare.-warning.-bordered {
  border: 1px solid #ee6985;
}

body.high-contrast .button.-disabled {
  cursor: default;
}

body.high-contrast .button.-disabled:not(.-bare) {
  background-color: #343A40 !important;
}

body.high-contrast .button.-pill {
  opacity: 1 !important;
}

body.high-contrast .button.-pill:hover,
body.high-contrast .button.-pill.-selected {
  -webkit-box-shadow: 0 0 10px;
          box-shadow: 0 0 10px;
}

.notification-box {
  padding: 10px 60px 10px 20px;
  position: fixed;
  top: 50px;
  height: 50px;
  background-color: #CED4DA;
  left: 50%;
  z-index: 20;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 40%;
  color: #212529;
  border-radius: 5px;
  box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
  -moz-box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(52, 58, 64, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: "visibility, opacity" 0.2s ease;
  transition: "visibility, opacity" 0.2s ease;
  display: table;
}

.notification-box.active {
  visibility: visible;
  opacity: 1;
}

.notification-box.-warning {
  background-color: #ee6985;
  color: #F8F9FA;
}

.notification-box.-warning a {
  color: #E9ECEF;
}

.notification-box.-warning a:hover {
  color: #21a4d5;
}

.notification-box.-warning .dot-separator {
  background: #F8F9FA;
}

.notification-box > .notification {
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
}

.notification-box > .close {
  line-height: 50px;
  position: absolute;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}

.modal-box {
  width: calc(100vw - 80px);
  min-height: calc(100vh - 40px);
  position: fixed;
  background-color: #F8F9FA;
  z-index: 10;
  padding: 40px;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.modal-box > .close-icon,
.modal-box > .back-icon {
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
  cursor: pointer;
}

.modal-box > .close-icon:hover,
.modal-box > .back-icon:hover {
  color: #E93B60;
  opacity: 1;
}

.modal-box > .back-icon {
  left: 30px;
  right: inherit;
}

.modal-box > .modal-title {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #868E96;
  text-align: center;
  display: block;
}

.modal-box.active {
  visibility: visible;
  opacity: 1;
}

.modal-box > form .button {
  margin: 10px 10%;
}

.search-modal {
  width: 80%;
  position: absolute;
  max-height: 600px;
  background-color: #F8F9FA;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.15);
  -moz-box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.15);
  -webkit-box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.15);
  z-index: 10;
  display: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-modal.active {
  display: block;
}

.search-modal > form {
  position: relative;
  width: 70%;
  margin: 40px auto;
}

.search-modal > form > .search {
  display: block;
  padding: 20px;
  background: none;
  border-bottom: 1px solid #868E96;
  box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.17);
  -moz-box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.17);
  -webkit-box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.17);
}

.search-modal > form > .search:focus {
  border-bottom-color: #21a4d5;
}

.search-modal > form > .icon {
  position: absolute;
  right: 10px;
  top: 20px;
}

.search-modal > .results-wrapper {
  width: 70%;
  margin: 40px auto;
}

.search-modal > .results-wrapper .title {
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 0.8em;
  display: block;
  margin-top: 20px;
}

#login-modal .login-btn {
  box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.1);
  -webkit-box-shadow: 0px 2px 4px rgba(52, 58, 64, 0.1);
}

#login-modal .input-box {
  position: relative;
}

#login-modal .input-box .reset-password {
  position: absolute;
  right: 10px;
  top: 32px;
}

#forgot-password-modal .description {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  font-size: 0.8em;
}

#peek-modal .data-wrapper {
  padding: 30px 0;
}

#peek-modal .data-wrapper .info-wrapper {
  text-align: center;
  margin: 10px auto;
}

#peek-modal .data-wrapper .info-wrapper img {
  width: 70px;
  height: 70px;
  border-radius: 40px;
}

#peek-modal .data-wrapper .info-wrapper .user_name {
  margin: 10px auto;
  padding-bottom: 20px;
  display: block;
  font-weight: 600;
  font-size: 1.1em;
}

#peek-modal .data-wrapper .label {
  display: block;
  font-size: 0.7em;
  color: #868E96;
}

#peek-modal .data-wrapper .value {
  position: relative;
  top: -2px;
  display: block;
  margin-bottom: 10px;
}

#peek-modal .data-wrapper .value.-extended {
  margin-bottom: 0;
  padding-bottom: 0;
}

#peek-modal .data-wrapper .generate-supplement {
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 0;
  top: 25px;
}

#organisation_overview-modal > .overview-wrapper > .info-wrapper,
#user_overview-modal > .overview-wrapper > .info-wrapper {
  text-align: center;
  margin: 20px auto;
}

#organisation_overview-modal > .overview-wrapper > .info-wrapper > .avatar,
#user_overview-modal > .overview-wrapper > .info-wrapper > .avatar {
  width: 64px;
  height: 64px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
}

#organisation_overview-modal > .overview-wrapper > .info-wrapper > .details,
#user_overview-modal > .overview-wrapper > .info-wrapper > .details {
  vertical-align: top;
  margin-left: 10px;
  margin-top: 7px;
  text-align: left;
  display: inline-block;
}

#organisation_overview-modal > .overview-wrapper > .info-wrapper > .details.-volunteer,
#user_overview-modal > .overview-wrapper > .info-wrapper > .details.-volunteer {
  margin-top: 0;
  line-height: 64px;
}

#organisation_overview-modal > .overview-wrapper > .info-wrapper > .details > .name,
#user_overview-modal > .overview-wrapper > .info-wrapper > .details > .name {
  font-weight: 600;
  font-size: 1.3em;
  display: block;
}

#organisation_overview-modal > .overview-wrapper > .info-wrapper > .details > .website,
#user_overview-modal > .overview-wrapper > .info-wrapper > .details > .website {
  font-size: 0.85em;
}

#organisation_overview-modal > .overview-wrapper > .organisation-ratings,
#organisation_overview-modal > .overview-wrapper > .volunteer-ratings,
#user_overview-modal > .overview-wrapper > .organisation-ratings,
#user_overview-modal > .overview-wrapper > .volunteer-ratings {
  margin: 30px auto;
}

#organisation_overview-modal > .overview-wrapper > .organisation-ratings > .rating-wrapper,
#organisation_overview-modal > .overview-wrapper > .volunteer-ratings > .rating-wrapper,
#user_overview-modal > .overview-wrapper > .organisation-ratings > .rating-wrapper,
#user_overview-modal > .overview-wrapper > .volunteer-ratings > .rating-wrapper {
  margin-bottom: -11px;
}

#organisation_overview-modal > .overview-wrapper > .organisation-ratings > .rating-wrapper > .label,
#organisation_overview-modal > .overview-wrapper > .volunteer-ratings > .rating-wrapper > .label,
#user_overview-modal > .overview-wrapper > .organisation-ratings > .rating-wrapper > .label,
#user_overview-modal > .overview-wrapper > .volunteer-ratings > .rating-wrapper > .label {
  text-align: center;
  margin-bottom: -4px;
  font-size: 0.9em;
  color: #868E96;
  display: block;
}

#organisation_overview-modal > .overview-wrapper > .description,
#user_overview-modal > .overview-wrapper > .description {
  width: 80%;
  color: #868E96;
  margin: 20px auto;
}

#organisation_overview-modal > .overview-wrapper > .comments,
#user_overview-modal > .overview-wrapper > .comments {
  width: 70%;
  margin: 0 auto;
}

#organisation_overview-modal > .overview-wrapper > .comments > .comments-header,
#user_overview-modal > .overview-wrapper > .comments > .comments-header {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #868E96;
}

#organisation_overview-modal > .overview-wrapper > .comments .comment-wrapper,
#user_overview-modal > .overview-wrapper > .comments .comment-wrapper {
  border-radius: 5px;
  padding: 10px 40px;
  box-shadow: 0px 2px 3px rgba(52, 58, 64, 0.12);
  -moz-box-shadow: 0px 2px 3px rgba(52, 58, 64, 0.12);
  -webkit-box-shadow: 0px 2px 3px rgba(52, 58, 64, 0.12);
  background-color: #E9ECEF;
  margin: 10px 0;
}

#organisation_overview-modal > .overview-wrapper > .comments .comment-wrapper > .comment,
#user_overview-modal > .overview-wrapper > .comments .comment-wrapper > .comment {
  margin: 10px auto;
}

#organisation_overview-modal > .overview-wrapper > .comments .comment-wrapper > .separator,
#user_overview-modal > .overview-wrapper > .comments .comment-wrapper > .separator {
  background-color: #F8F9FA;
}

#organisation_overview-modal > .overview-wrapper > .comments .comment-wrapper > .bottom-wrapper,
#organisation_overview-modal > .overview-wrapper > .comments .comment-wrapper .event-name,
#user_overview-modal > .overview-wrapper > .comments .comment-wrapper > .bottom-wrapper,
#user_overview-modal > .overview-wrapper > .comments .comment-wrapper .event-name {
  display: block;
  color: #868E96;
  font-size: 0.8em;
  text-align: center;
}

#organisation_overview-modal > .overview-wrapper .no-reviews,
#user_overview-modal > .overview-wrapper .no-reviews {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  margin: 30px auto;
  display: block;
}

#image_crop-modal {
  padding: 0 0 20px;
}

#image_crop-modal > .button {
  margin-top: 30px !important;
}

#message_volunteers-modal .users-wrapper {
  max-height: 100px;
  overflow-y: scroll;
  margin: 20px 0 40px;
  padding-bottom: 10px;
}

#message_volunteers-modal .users-wrapper > .user-row {
  margin: 3px 0;
}

#message_volunteers-modal .users-wrapper > .user-row label {
  line-height: 13px;
}

#message_volunteers-modal .volunteers-label {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 20px;
  cursor: pointer;
  color: #1A82A9;
}

#message_volunteers-modal .content-box {
  margin: 20px 0;
  min-height: 150px;
}

#message_volunteers-modal .content-box #content {
  min-height: 150px;
}

#rate_organisation-modal .intro,
#rate_volunteer-modal .intro {
  color: #343A40;
  font-size: 0.9em;
  width: 80%;
  margin: 15px auto;
}

#rate_organisation-modal .rating-wrapper,
#rate_volunteer-modal .rating-wrapper {
  margin-bottom: -11px;
}

#rate_organisation-modal .rating-wrapper > .label,
#rate_volunteer-modal .rating-wrapper > .label {
  text-align: center;
  font-size: 0.9em;
  color: #868E96;
  display: block;
}

@media (min-width: 1024px) {
  .modal-box {
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-height: 200px;
    max-height: 600px;
    min-width: 350px;
    max-width: 500px;
    box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.17);
    -moz-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.17);
    -webkit-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.17);
  }

  .modal-box.-wide {
    max-width: 960px;
    width: 720px;
  }

  .modal-box > .close-icon {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .modal-box:not(.-scrolled) form {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .modal-box.-scrolled {
    padding: 40px 0;
    width: 100vw;
  }

  .modal-box.-scrolled form,
  .modal-box.-scrolled .overview-wrapper {
    width: 100%;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 80vh;
    overflow-y: auto;
  }

  .modal-box.-scrolled form .rating-wrapper > .label,
  .modal-box.-scrolled .overview-wrapper .rating-wrapper > .label {
    white-space: initial;
    margin-bottom: 3px;
  }

  .modal-box.-scrolled form .rating-wrapper > .rating-number,
  .modal-box.-scrolled .overview-wrapper .rating-wrapper > .rating-number {
    font-size: 26px;
  }

  .modal-box.-scrolled form .rating-wrapper > .rating,
  .modal-box.-scrolled .overview-wrapper .rating-wrapper > .rating {
    font-size: 45px;
    margin: 0 auto;
  }

  .modal-box.-scrolled .overview-wrapper {
    padding-top: 10vh;
  }

  #image_crop-modal {
    width: 100vw;
    height: 100vh;
  }
}

body.high-contrast .modal-box,
body.high-contrast #events_details-popup {
  background-color: #212529 !important;
}

body.high-contrast #organisation_overview-modal .comments .comment-wrapper,
body.high-contrast #user_overview-modal .comments .comment-wrapper {
  background-color: #343A40 !important;
}

.footer-box {
  bottom: 0;
  width: 100%;
  min-height: 100px;
  padding: 10px 0;
  background-color: #061c24;
}

.footer-box img {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.footer-box .right a > img,
.footer-box .right > .invert-contrast {
  opacity: 0.5;
}

.footer-box .right a > img:hover,
.footer-box .right > .invert-contrast:hover {
  opacity: 1;
}

.footer-box .right > .invert-contrast {
  font-size: 24px;
  color: #F8F9FA;
  cursor: pointer;
}

.footer-box .author {
  color: #868E96;
  text-align: center;
  display: block;
  font-size: 0.7em;
  line-height: initial;
}

@media (min-width: 1024px) {
  .footer-box {
    line-height: 100px;
  }

  .footer-box > .wrapper > .left {
    float: left;
    margin-left: 5%;
  }

  .footer-box > .wrapper > .right {
    margin-right: 5%;
    float: right;
  }

  .footer-box > .wrapper > .right > img {
    width: 18px;
    height: 18px;
    margin: 0 10px;
  }

  .footer-box > .wrapper > .right > .bip img {
    margin: 0;
    width: 50px;
    height: 27px;
  }

  .footer-box .author {
    position: relative;
    top: -20px;
  }
}

@media (max-width: 1024px) {
  .footer-box {
    text-align: center;
    padding: 30px 0 50px;
  }

  .footer-box > .wrapper > .right {
    padding: 30px 0;
  }

  .footer-box > .wrapper > .right > img {
    margin: 0 15px;
  }

  .footer-box > .wrapper > .left a {
    display: block;
    margin: 10px 0;
  }

  .footer-box .author {
    margin-top: 10px;
  }

  .dot-separator {
    display: none;
  }
}

#content-wrapper {
  min-height: calc(100vh - 136px);
  overflow: hidden;
  position: relative;
  left: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#content-wrapper.-offset {
  left: -80vw;
}

#content-wrapper.-offset .close-navbar {
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
  opacity: 1;
}

#content-wrapper.-offset .hamburger-menu {
  -webkit-transform: rotate(180deg) scale(0.5);
          transform: rotate(180deg) scale(0.5);
  opacity: 0;
}

#content-wrapper.-offset > .hamburger-wrapper {
  left: -80vw;
}

#content-wrapper.-offset > .nav-bar {
  display: block;
  left: 20vw;
  visibility: visible;
  opacity: 1;
}

.dark-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  display: none;
}

.dark-overlay.active {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
}

.section-header {
  text-align: left;
  display: block;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  color: #868E96;
  font-size: 0.9em;
  font-weight: 300;
}

.section-header.-small {
  font-size: 0.7em;
}

.no-data {
  text-align: center;
  margin: 0 auto;
  padding: 60px 0;
}

.no-data.-small {
  font-size: 0.8em;
  margin: 0 auto;
}

.no-data > i {
  color: #868E96;
  padding: 10px;
  display: block;
  font-size: 36px;
}

.no-data > .message {
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 0.8em;
  color: #868E96;
}

.new_wrapper {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.new_wrapper > .link {
  color: #343A40;
  background: none;
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px dashed #CED4DA;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  margin: 10px auto;
}

.new_wrapper > .link > i {
  position: absolute;
  font-size: 20px;
  top: 40px;
  color: #343A40;
  left: 40px;
}

.new_wrapper > .link > span {
  position: absolute;
  bottom: -18px;
  font-size: 0.85em;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #868E96;
  display: block;
}

.new_wrapper > .link:hover > i {
  color: #1A82A9;
}

.new_wrapper > .link:hover > span {
  color: #1A82A9;
}

.consent-box {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #E9ECEF;
  z-index: 4;
  display: none;
  min-height: 80px;
  line-height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.consent-box .consent-wrapper {
  font-size: 0.8em;
  margin: 0 auto;
  width: 70%;
  display: table;
}

.consent-box .consent-wrapper p {
  line-height: initial;
  vertical-align: middle;
  display: inline-block;
  max-width: 85%;
  margin: 20px 0;
}

@media (max-width: 1024px) {
  .consent-box .consent-wrapper p {
    max-width: 100%;
    margin-bottom: 0;
  }
}

.loading-animation {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-shadow: 0px 0 3px rgba(52, 58, 64, 0.1);
  -moz-box-shadow: 0px 0 3px rgba(52, 58, 64, 0.1);
  -webkit-box-shadow: 0px 0 3px rgba(52, 58, 64, 0.1);
  padding: 20px;
  background: rgba(52, 58, 64, 0.5);
  border-radius: 10px;
  background-blend-mode: multiply;
  z-index: 999;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.loading-animation.-active {
  height: 32px;
  visibility: visible;
  opacity: 1;
}

p.ql-align-justify {
  text-align: justify;
}

p.ql-align-right {
  text-align: right;
}

@media (max-width: 1024px) {
  .section-header {
    text-align: center;
  }
}

body.high-contrast .consent-box {
  background-color: #212529;
}

