div.ui-toggle {
    margin: 0;
    padding: 0;
}
div.ui-toggle input[type="checkbox"] {
    display: none;
}
div.ui-toggle input[type="checkbox"]:checked + label {
    border-color: #009eea;
    background: #009eea;
    box-shadow: inset 0 0 0 10px #009eea;
}
div.ui-toggle input[type="checkbox"]:checked + label > div {
    margin-left: 20px;
}
div.ui-toggle label {
    transition: all 200ms ease;
    display: inline-block;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #8c8c8c;
    box-shadow: inset 0 0 0 0 #009eea;
    border: 2px solid #8c8c8c;
    border-radius: 22px;
    width: 40px;
    height: 20px;
}
div.ui-toggle label div {
    transition: all 200ms ease;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}
div.ui-toggle label:hover, div.ui-toggle label > div:hover {
    cursor: pointer;
}
#johan-testimonial-form .field-container {
    position: relative;
    margin-bottom: 20px;
}
#johan-testimonial-form .field-msg {
    display: none;
    position: absolute;
    left: 2px;
    bottom: -14px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}
#johan-testimonial-form .field-msg.show {
    display: block;
}
#johan-testimonial-form .error {
    color: #f00;
}
#johan-testimonial-form .success {
    color: #2f812f;
}
.ac-slider--wrapper {
    margin: 0 auto;
    max-width: calc(90% - 150px);
}
.ac-slider--container {
    position: relative;
    width: 100%;
}
.ac-slider--container .ac-slider--view {
    display: block;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.ac-slider--container .ac-slider--view ul {
    white-space: nowrap;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 25s ease-out;
}
.ac-slider--container .ac-slider--view ul .ac-slider--view__slides {
    white-space: normal;
    display: inline-block;
    width: 100%;
    position: relative;
}
.ac-slider--container .ac-slider--arrows {
    width: 100%;
    margin: 0 auto;
}
.ac-slider--container .ac-slider--arrows span {
    position: absolute;
    top: 50%;
    transform: translateX(0) translateY(-50%);
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    background: #f5f5f5;
    line-height: 1.3em;
    text-align: center;
    opacity: 0.5;
}
.ac-slider--container .ac-slider--arrows span.ac-slider--arrows__left {
    left: 0;
    transform: translateX(-100%) translateY(-50%);
}
.ac-slider--container .ac-slider--arrows span.ac-slider--arrows__right {
    right: 0;
    transform: translateX(100%) translateY(-50%);
}
.ac-slider--container .ac-slider--arrows span:hover {
    opacity: 1;
}
.testimonial-quote {
    font-style: italic;
    font-weight: 200;
    font-size: 0.9em;
    position: relative;
    margin-bottom: 0.5em;
    padding: 0 10px;
}
.testimonial-author {
    font-size: 0.6em;
    font-weight: 800;
    margin-bottom: 0.5em;
}
#johan-auth-form {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
}
#johan-auth-form .auth-btn {
    margin: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
#johan-auth-form .auth-btn.hide {
    display: none;
}
#johan-auth-form .auth-container {
    transition: transform 200ms ease;
    transform: translateX(350px);
    width: 300px;
    margin: 20px;
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.35);
}
#johan-auth-form .auth-container.show {
    transform: translateX(0);
}
#johan-auth-form h2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 16px;
}
#johan-auth-form .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
}
#johan-auth-form label {
    font-size: 10px;
    text-transform: uppercase;
}
#johan-auth-form input[type="text"], #johan-auth-form input[type="password"] {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 12px;
}
#johan-auth-form input[type="submit"] {
    padding: 10px 10px;
}
#johan-auth-form .actions {
    text-align: center;
    margin-bottom: 0;
}
#johan-auth-form .actions a {
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 4px;
}
#johan-auth-form .status {
    text-align: center;
    margin: 5px 0;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 600;
}
#johan-auth-form .status.error {
    color: red;
}
#johan-auth-form .status.success {
    color: green;
}
