@charset "UTF-8";
/*
Theme Name: Bold
Theme URI: https://www.welovebold.de
Author: Bold
Author URI: https://www.welovebold.de
Description: Bold - Basic Theme
Version: 1.0.0
*/
/* Begin google fonts */
@import './includes/css/featherlight.css';
@import './includes/css/featherlight.gallery.css';
@import './includes/css/select2.min.css';
@font-face {
  font-family: "Open Sans";
  src: url("./includes/fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
}
/* End google fonts */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: calc( 1200px + 30px );
  width: 100%;
  height: inherit;
  display: block;
}

.visible-sm {
  display: block;
}
@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html {
  background: #fff;
}

html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
}

#page {
  overflow: hidden;
}

.error {
  color: #ed1c24;
  margin-top: 5px;
}

.success {
  color: #00b519 !important;
  margin-top: 5px;
}

.vc_section {
  padding-top: 100px;
  padding-bottom: 25px;
}
.vc_section.no-pt {
  padding-top: 0;
}
.vc_section.no-pb {
  padding-bottom: 0;
}
.vc_section.no-p {
  padding: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 35px;
}
h1:after, .h1:after {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background-image: url("/wp-content/themes/bold/includes/images/strich.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}

.bld-btn {
  display: inline-block;
  background: #ed1c24;
  color: #fff;
  cursor: pointer;
  padding: 15px 39px;
  transition: all 0.3s;
  text-decoration: none;
}
.bld-btn.disabled {
  cursor: not-allowed;
  filter: grayscale(1);
}
.bld-btn.disabled:hover {
  filter: grayscale(1);
}
.bld-btn:hover {
  filter: grayscale(0.2);
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
  padding: 20px 0;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .site-branding {
  width: 150px;
}
header .site-branding a {
  display: block;
}
header .site-branding a img {
  width: 100%;
  height: auto;
}
header .primary-navigation ul {
  margin: 0;
  padding: 0;
}
header .primary-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
header .primary-navigation ul li a {
  position: relative;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
header .primary-navigation ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: #000000;
  transition: all 0.3s;
}
header .primary-navigation ul li a:hover:after {
  width: 100%;
}

.header-image {
  height: 700px;
}
@media (max-width: 670px) {
  .header-image {
    height: 350px;
  }
}
.header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
.site-footer {
  padding: 20px 0;
  background: #4d5256;
}
.site-footer .menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.site-footer .menu li {
  list-style: none;
  margin-right: 5px;
}
.site-footer .menu li:after {
  display: inline-block;
  content: "|";
  color: #fff;
  margin-left: 5px;
}
.site-footer .menu li:last-child {
  margin-right: 0;
}
.site-footer .menu li:last-child:after {
  display: none;
}
.site-footer .menu li a {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
Assessment Tool
--------------------------------------------------------------*/
@keyframes shrink-bounce {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.2em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.2em;
    height: 0.5em;
    border-color: #fff;
    transform: translate3d(0, -0.5em, 0) rotate(45deg);
  }
}
.page-template-assessment_tool .cbta-container {
  padding-bottom: 50px;
}

.info-box-wrapper {
  position: fixed;
  right: -290px;
  top: 150px;
  padding: 20px 20px 20px 0;
  border: 1px solid #b4b4b4;
  background: #fff;
  width: 320px;
  z-index: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.info-box-wrapper .arrow {
  padding: 0 10px 0 5px;
}
.info-box-wrapper .arrow svg {
  width: 20px;
  height: auto;
}
.info-box-wrapper:hover {
  right: 0;
}
.info-box-wrapper .info-item {
  display: flex;
  margin: 10px 0;
}
.info-box-wrapper .info-item:last-child {
  margin-bottom: 0;
}
.info-box-wrapper .info-item .star {
  width: 60px;
}

#assessment-form {
  padding-bottom: 50px;
}
#assessment-form .area-wrapper {
  display: none;
}
#assessment-form .area-wrapper.active {
  display: block;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper {
  margin-bottom: 20px;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper.disabled {
  display: none;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper label {
  display: flex;
  align-items: center;
  width: 236px;
  cursor: pointer;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper .trifft-nicht-zu-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin-right: 15px;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper .trifft-nicht-zu-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper .trifft-nicht-zu-switch input:checked + .slider {
  background-color: #ed1c24;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper .trifft-nicht-zu-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper .trifft-nicht-zu-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper .trifft-nicht-zu-switch .slider.round {
  border-radius: 34px;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper .trifft-nicht-zu-switch .slider.round:before {
  border-radius: 50%;
}
#assessment-form .area-wrapper .trifft-nicht-zu-wrapper .trifft-nicht-zu-switch .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#assessment-form .area-wrapper .index {
  margin-right: 10px;
}
#assessment-form .area-wrapper > .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#assessment-form .area-wrapper > .description {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
#assessment-form .area-wrapper .unterbereich-wrapper {
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b4b4b4;
}
#assessment-form .area-wrapper .unterbereich-wrapper > .title {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper {
  padding-left: 20px;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper.invalid * {
  color: #ed1c24;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper > .title {
  margin-bottom: 5px;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper {
  padding-left: 20px;
  margin-bottom: 10px;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper {
  display: flex;
  margin-bottom: 10px;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper.disabled {
  display: none;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper.trifft-nicht-zu {
  margin: 10px 0;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  position: relative;
  border: 1px solid #b4b4b4;
  min-width: 15px;
  height: 15px;
  border-radius: 2px;
  cursor: pointer;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper input[type=checkbox]:checked {
  border: 1px solid #2f2f2f;
  background: #2f2f2f;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper input[type=checkbox]:before {
  content: "x";
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: -1px;
  color: #fff;
  font-size: 18px;
  line-height: 12px;
  text-align: center;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper label {
  display: inline-block;
  min-width: 60px;
  margin-left: 10px;
  cursor: pointer;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper .info-icon {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper .lightbox {
  display: none;
}
#assessment-form .area-wrapper .unterbereich-wrapper .u_unterbereich-wrapper .lernzieltiefe-wrapper .input-wrapper .description {
  font-size: 14px;
  line-height: 16px;
}
#assessment-form .button-wrapper {
  display: flex;
  justify-content: space-between;
}
#assessment-form .button-wrapper .submit {
  display: none;
  border: none;
}

.info-text {
  margin-top: 40px;
  margin-bottom: 20px;
}
.info-text:first-of-type {
  margin-top: 0;
}

#user-data, #profile-form, #save-profile-form, #assessment-user_auth {
  margin-bottom: 50px;
}
#user-data .section, #profile-form .section, #save-profile-form .section, #assessment-user_auth .section {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #b4b4b4;
}
#user-data .section:last-of-type, #profile-form .section:last-of-type, #save-profile-form .section:last-of-type, #assessment-user_auth .section:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
#user-data .section.skip-assessment, #profile-form .section.skip-assessment, #save-profile-form .section.skip-assessment, #assessment-user_auth .section.skip-assessment {
  display: none;
}
#user-data .input-section, #profile-form .input-section, #save-profile-form .input-section, #assessment-user_auth .input-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
#user-data .input-section:last-of-type, #profile-form .input-section:last-of-type, #save-profile-form .input-section:last-of-type, #assessment-user_auth .input-section:last-of-type {
  margin-bottom: 0;
}
#user-data .input-wrapper, #profile-form .input-wrapper, #save-profile-form .input-wrapper, #assessment-user_auth .input-wrapper {
  display: flex;
  width: calc(50% - 10px);
  flex-wrap: wrap;
}
#user-data .input-wrapper.full-width, #profile-form .input-wrapper.full-width, #save-profile-form .input-wrapper.full-width, #assessment-user_auth .input-wrapper.full-width {
  width: 100%;
}
#user-data .input-wrapper.invalid label, #profile-form .input-wrapper.invalid label, #save-profile-form .input-wrapper.invalid label, #assessment-user_auth .input-wrapper.invalid label {
  color: #ed1c24;
}
#user-data .input-wrapper.invalid input, #profile-form .input-wrapper.invalid input, #save-profile-form .input-wrapper.invalid input, #assessment-user_auth .input-wrapper.invalid input {
  border: 1px solid #ed1c24;
}
#user-data .input-wrapper label, #profile-form .input-wrapper label, #save-profile-form .input-wrapper label, #assessment-user_auth .input-wrapper label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
#user-data .input-wrapper label.required:after, #profile-form .input-wrapper label.required:after, #save-profile-form .input-wrapper label.required:after, #assessment-user_auth .input-wrapper label.required:after {
  display: inline-block;
  content: "*";
  color: #ed1c24;
}
#user-data .input-wrapper input, #user-data .input-wrapper select, #profile-form .input-wrapper input, #profile-form .input-wrapper select, #save-profile-form .input-wrapper input, #save-profile-form .input-wrapper select, #assessment-user_auth .input-wrapper input, #assessment-user_auth .input-wrapper select {
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  background-color: #f0f0f0;
  padding: 12px 10px;
}
#user-data .input-wrapper input[type=file], #profile-form .input-wrapper input[type=file], #save-profile-form .input-wrapper input[type=file], #assessment-user_auth .input-wrapper input[type=file] {
  display: none;
}
#user-data .input-wrapper label.upload_button, #profile-form .input-wrapper label.upload_button, #save-profile-form .input-wrapper label.upload_button, #assessment-user_auth .input-wrapper label.upload_button {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  background-color: #f0f0f0;
  padding: 12px 10px;
  margin-bottom: 0;
  cursor: pointer;
}
#user-data .input-wrapper .select2-selection, #profile-form .input-wrapper .select2-selection, #save-profile-form .input-wrapper .select2-selection, #assessment-user_auth .input-wrapper .select2-selection {
  width: 100%;
  border: 1px solid transparent;
  outline: none;
  background-color: #f0f0f0;
  padding: 12px 10px;
  min-height: 44px;
  border-radius: 0;
}
#user-data .input-wrapper .select2-selection .select2-selection__rendered, #profile-form .input-wrapper .select2-selection .select2-selection__rendered, #save-profile-form .input-wrapper .select2-selection .select2-selection__rendered, #assessment-user_auth .input-wrapper .select2-selection .select2-selection__rendered {
  line-height: 120%;
}
#user-data .input-wrapper .select2-selection .select2-selection__arrow, #profile-form .input-wrapper .select2-selection .select2-selection__arrow, #save-profile-form .input-wrapper .select2-selection .select2-selection__arrow, #assessment-user_auth .input-wrapper .select2-selection .select2-selection__arrow {
  height: 44px;
}
#user-data .input-wrapper .error, #profile-form .input-wrapper .error, #save-profile-form .input-wrapper .error, #assessment-user_auth .input-wrapper .error {
  display: none;
  color: #ed1c24;
  margin-top: 5px;
}
#user-data .checkbox-wrapper, #profile-form .checkbox-wrapper, #save-profile-form .checkbox-wrapper, #assessment-user_auth .checkbox-wrapper {
  width: 100%;
}
#user-data .checkbox-wrapper input[type=checkbox], #profile-form .checkbox-wrapper input[type=checkbox], #save-profile-form .checkbox-wrapper input[type=checkbox], #assessment-user_auth .checkbox-wrapper input[type=checkbox] {
  height: 0;
  width: 0;
}
#user-data .checkbox-wrapper label, #profile-form .checkbox-wrapper label, #save-profile-form .checkbox-wrapper label, #assessment-user_auth .checkbox-wrapper label {
  position: relative;
  display: flex;
  align-items: center;
  transition: color 250ms cubic-bezier(0.4, 0, 0.23, 1);
  cursor: pointer;
  margin-bottom: 0;
  font-size: 16px;
}
#user-data .checkbox-wrapper label span, #profile-form .checkbox-wrapper label span, #save-profile-form .checkbox-wrapper label span, #assessment-user_auth .checkbox-wrapper label span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #9E9E9E;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
  margin-right: 5px;
}
#user-data .checkbox-wrapper label.required:after, #profile-form .checkbox-wrapper label.required:after, #save-profile-form .checkbox-wrapper label.required:after, #assessment-user_auth .checkbox-wrapper label.required:after {
  display: inline-block;
  content: "*";
  color: #ed1c24;
}
#user-data .checkbox-wrapper input[type=checkbox]:checked + label > span, #profile-form .checkbox-wrapper input[type=checkbox]:checked + label > span, #save-profile-form .checkbox-wrapper input[type=checkbox]:checked + label > span, #assessment-user_auth .checkbox-wrapper input[type=checkbox]:checked + label > span {
  border: 8px solid #ed1c24;
  animation: shrink-bounce 200ms cubic-bezier(0.4, 0, 0.23, 1);
}
#user-data .checkbox-wrapper input[type=checkbox]:checked + label > span:before, #profile-form .checkbox-wrapper input[type=checkbox]:checked + label > span:before, #save-profile-form .checkbox-wrapper input[type=checkbox]:checked + label > span:before, #assessment-user_auth .checkbox-wrapper input[type=checkbox]:checked + label > span:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
#user-data .repeater-wrapper .repeater, #profile-form .repeater-wrapper .repeater, #save-profile-form .repeater-wrapper .repeater, #assessment-user_auth .repeater-wrapper .repeater {
  margin-bottom: 40px;
}
#user-data .repeater-wrapper .repeater.first .remove, #profile-form .repeater-wrapper .repeater.first .remove, #save-profile-form .repeater-wrapper .repeater.first .remove, #assessment-user_auth .repeater-wrapper .repeater.first .remove {
  display: none;
}
#user-data .credit-count, #profile-form .credit-count, #save-profile-form .credit-count, #assessment-user_auth .credit-count {
  font-weight: 700;
}
#user-data .submit-section, #profile-form .submit-section, #save-profile-form .submit-section, #assessment-user_auth .submit-section {
  display: flex;
  justify-content: flex-end;
}
#user-data .submit-section .submit, #profile-form .submit-section .submit, #save-profile-form .submit-section .submit, #assessment-user_auth .submit-section .submit {
  border: none;
}
#user-data .submit, #profile-form .submit, #save-profile-form .submit, #assessment-user_auth .submit {
  border: none;
}

.select2-dropdown {
  border-color: #f0f0f0 !important;
}
.select2-dropdown .select2-results .select2-results__option--highlighted {
  background-color: #ed1c24 !important;
}

/*--------------------------------------------------------------
VC-Widgets Styles
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./includes/fonts/slick/slick.eot");
  src: url("./includes/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/slick/slick.woff") format("woff"), url("./includes/fonts/slick/slick.ttf") format("truetype"), url("./includes/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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