/*

Innehållsförteckning:
---BASE RULES---

---MODULES---

---LAYOUT---
#COLORS 


*/

/* --- [Base Rules] --- */

html {
    position: relative;
    /*     --background:#53bcff; */
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    min-height: 100vh;
    box-sizing: border-box;
    background: hsla(203, 100%, 66%, 1);
    background: linear-gradient(180deg, hsla(203, 100%, 66%, 1) 0%, hsla(224, 75%, 61%, 1) 100%);
    background: -moz-linear-gradient(180deg, hsla(203, 100%, 66%, 1) 0%, hsla(224, 75%, 61%, 1) 100%);
    background: -webkit-linear-gradient(180deg, hsla(203, 100%, 66%, 1) 0%, hsla(224, 75%, 61%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#53BCFF", endColorstr="#537AE6", GradientType=1);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#89afd6', GradientType=0);
    /* IE6-9 */
}

/* Form elements */
input[type=submit] {
    -webkit-appearance: none;
}

/* Links */
a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #3fa0de
}

.classMember,
a.classMember {
    color: #1C5DFF;
}

figcaption {
    font-style: italic;
    font-size: 14px;
    margin-top: 5px;
}

.ansok .register-class-container,
.logga-in #loginFormContainer {
    padding: 3%;
}

/* --- [Layout Rules] --- */
/* Grid System */

/* Header */

/* Footer */

/* Positioning */
.margin-left-5 {
    margin-left: 5px;
}

/* --- [Module Rules] --- */
/* 1. Nav Bar */
#nav {
    background-color: #fff;
    z-index: 99;
    border-radius: 0;
}

#nav ul li {
    display: inline-block;
}

#nav ul li:hover ul {
    display: block;
}

.navbar-collapse ul li a,
.navbar-collapse ul li a:visited {
    display: block;
    padding: 15px;
    text-decoration: none;
}

#nav_wrapper,
#footer .container {
    max-width: 1170px !important;
    margin: 0 auto;
}

#nav_wrapper ul {
    text-align: left;
    display: flex;
    align-items: center;
}

.welcome-text {
    color: #0b0b0b;
    position: absolute;
    top: 21px;
    right: 0px;
}

#nav ul > li > a.createacc {
    background: hsla(203, 100%, 66%, 1);
    background: linear-gradient(180deg, hsla(203, 100%, 66%, 1) 0%, hsla(224, 75%, 61%, 1) 100%);
    background: -moz-linear-gradient(180deg, hsla(203, 100%, 66%, 1) 0%, hsla(224, 75%, 61%, 1) 100%);
    background: -webkit-linear-gradient(180deg, hsla(203, 100%, 66%, 1) 0%, hsla(224, 75%, 61%, 1) 100%);
    color: #fff;
    margin-left: 20px;
    border-radius: 5px;
    font-weight: bold;
}

.nav-vertical-center {
    height: 125px;
}

.navbar-toggle {
    margin-left: 7px;
    margin-right: 7px;
    position: absolute !important;
    top: 38px;
    right: 0px;
}

.top-line {
    border-top: 3px solid #1C5DFF;
    border-bottom: 3px solid #FFD501;
}

@media (max-width: 400px) {
    #nav ul li a {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 971px) {

    #nav_wrapper > div.collapse > div > ul.nav-vertical-center,
    #nav_wrapper > div.collapse > div > ul.nav-vertical-center > li {
        display: block;
    }

    #nav_wrapper > div.collapse > div > ul.nav-vertical-center > li > a {
        margin: 0px;
        padding-left: 20px;
    }

    #nav ul.navbar-right li.dropdown {
        display: none !important;
    }

    .nav-vertical-center {
        height: auto;
    }

    .navbar-header {
        height: 80px;
    }

    .navbar-toggle {
        top: 8px;
    }
}

@media (max-width: 767px) {
    .voucher-container {
        margin-bottom: 15px;
    }
}

@media (min-width: 971px) {
    #nav div ul.nav li.mobile-menu {
        display: none;
    }

    #nav_wrapper .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar {
        padding: 0 20px;
    }

    /* Sidebar layout */
    /*     .home-wrapper {
        display: flex;
    }
    .home-wrapper aside, .home-wrapper #main {
        flex: 1;
    } */
}

@media (max-width: 992px) {
    #nav_wrapper {
        max-width: 750px;
    }

    nav.logged-in .navbar-nav {
        height: auto;
    }
}


/* 1.1 Bootstrap nav-bar overrides */
.navbar-default .navbar-nav > li > a {
    color: #585858;
}

.navbar {
    display: block;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 2px 7px -6px grey;
}

.navbar-nav {
    flex-direction: inherit;
    padding: 0 10px;
    list-style-type: none;
    margin: 0;
    position: relative;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.dropdown-toggle::after {
    content: none;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

/* 1.2 Logga */
#logo {
    font-family: 'Seaweed Script', cursive;
    font-size: 30px;
    color: #0b0b0b;
    padding-left: 0px;
}

.logo .logo-img-wrapper {
    padding-left: 0px;
}

/* Endast inloggad */
#logo.loggedinlogo {
    padding: 20px;
}

.lessheight {
    height: 130px;
}

@media (max-width: 971px) {
    #logo {
        font-size: 24px;
    }

    .nav.logo.navbar-nav {
        height: 100%;
    }
}

/* Formulär för registrering av klassambassadör */
#classInput {
    min-width: 75px;
}

#emailInput {
    min-width: 284px;
    /* Storlek på iPhone SE */
}

select.postinputs option:disabled,
select.postinputs {
    color: #777;
}

select.postinputs option {
    color: #0b0b0b;
}

/* Formulär för registrering av klassmedlemmar */

/* Buttons */

/* Inloggningsformulär */

/* Person i klasslistan */

/* Sortering för klasslistan */

/* Fält för nomineringar */

/* Enskild nominering */

/* Suggestion Bar (form-suggest) */

/* Kommentar */

/* Skicka kommentar */

/* Rubrikrad, t.ex. på nomineringarsidan */

/* Tabell för kontoinställningar */

/* Formulär för byte av klass (form-change-class) */

.form-change-class input[type=text] {
    max-width: 50px;
}

.form-change-class input[type=submit] {
    max-width: 100px;
}

/* Confirmation Modal */

/* Switch för öppet läge */

/* 'Redigera klass'-tabell */

/* Rad för antal klasser som redan använder sidan */

/* 3 Benefits */

/* Testimonial */

/* Rubriker */
.heading-large {
    font-size: 2em;
}



/* --- [State Rules] --- */




/* --- Header & meny --- */
/* (logga) */

/* (header & meny) */


.buttonWrapper {
    margin-left: 3px;
    margin-right: 3px;
}

.btn_band_external {
    background-color: #03cc03;
    box-shadow: grey 1px 1px 3px;
    color: #fff !important;
    border-radius: 5px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    padding: 15px 15px;
    text-align: center;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    width: 100%;
}

.btn_band_external:hover {
    background-color: #00ba00;
}

.name {
    padding-left: 20px;
    padding: 15px 15px 15px 20px;
    color: #333;
}

/* (Logga ut-knappen) */
#logoutul {
    text-decoration: none;
}

#logoutul li {
    margin-top: 10px;
}

.logout a,
.logout a:hover {
    background-color: red !important;
    color: #fff !important;
    border-radius: 5px;
    margin-bottom: 15px !important;
}


/* --- Containers --- */
#main {
    max-width: 900px;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 25px;
    min-height: calc(95vh - 62px - 88px);
    color: floralwhite;
    padding: 0px 20px;
}

.nomineringar #main {
    margin-top: 0;
}

.box {
    color: #fff;
    background-color: #fff;
}

/* --- Klassflöde (klasslista)--- */
.nomineringar-policy-notis {
    border: 3px solid gold;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}

.post {
    padding: 10px;
    margin-top: 20px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.31);
    font-size: 19px;
    overflow: hidden;
    text-transform: capitalize;
}

#classflow a:nth-child(odd) div,
.blueborder {
    border-left: 5px solid #1C5DFF;
}

#classflow a:nth-child(even) div,
.yellowborder {
    border-left: 5px solid #FFD501;
}

.votesinflow {
    float: right;
    font-style: italic;
}

/* --- Lägg till klasskamrat (formulär för klassregistrering) --- */
.regclass {
    -webkit-border-radius: 5px;
    border-radius: 3px;
    border: 1px solid;
    border-color: rgb(169, 169, 169);
    margin-bottom: 5px;
    flex-basis: 22%;
}

#regclassform,
#regclassform-bottom,
#payment-form,
.flexForm {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #484848;
}

#regclassform input[type=text],
#regclassform-bottom input[type=text],
#payment-form input[type=text],
input.regclass,
#regclassform select,
#regclassform-bottom select,
#payment-form select {
    flex: 1;
    margin: 3px;
}

#regclassform .regbtn,
#regclassform-bottom .regbtn,
#payment-form .regbtn {
    height: auto;
    min-height: 50px;
}

.regambsuccess {
    text-align: center !important;
    border: 1px dashed yellow;
    padding: 10px 10px;
    margin-top: 30px;
}

.regambsuccess a.regbtn {
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    max-width: 250px;
    margin: 10px auto;
    display: block;
    height: auto;
    padding: 10px 0px;
}


/* --- Inloggningssidan --- */
.loginform {
    background-color: #fff;
    max-width: 350px;
    padding: 25px;
    margin: 10px 20px;
    box-sizing: border-box;
    border-radius: 0.6em;
}

.loginform input.postinputs {
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
}

.loginform input.button {
    height: 50px;
    margin-bottom: 5px;
}

#loginformcontainer {
    display: flex;
    justify-content: center;
    padding: 0 15px;
}

#loginbtn {
    text-align: center;
}

.reglink,
a.reglink {
    text-align: left;
    float: left;
    padding-top: 8px;
    font-size: 12px;
    color: #1C5DFF;
}

p.redandnice {
    font-size: 12px;
    color: red;
    text-align: left;
    margin-top: 0px;
}

.invisiForm {
    display: inline;
    margin-left: 5px;
}

/* Hide mobile version on desktop */
.mobile-nomination-wrapper {
    display: none;
}

/* Show desktop version on desktop */
.desktop-nomination-wrapper {
    display: block;
}

/* --- Formulär för klassansökan --- */
.regambassador a,
#regclassform a,
#regclassform-bottom a,
#payment-form a {
    color: #bafbff;
    text-decoration: underline;
}

.regambassador h1 {
    font-size: 1.8em;
    overflow-wrap: break-word;
}

.reg-success {
    text-align: left;
    color: #fff;
    padding: 15px;
    border: 2px dashed yellow;
}

.btn-primary {
    border-radius: 0px !important;
    background: #1C5DFF;
}

/* --- Knappar för alla sidor  --- */
.button {
    background-color: #FFD501;
    border: 2px solid #FFD501;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-shadow: 1px 2px 8px #777;
}

.suggestbtn {
    flex-shrink: 2;
    flex-grow: 6;
    flex-basis: 25%;
    margin: 0px 5px;
    text-shadow: 1px 2px 8px #777;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

#suggestbar .suggestbtn,
#regclassform .suggestbtn,
#regclassform-bottom .suggestbtn,
#payment-form .suggestbtn {
    align-items: inherit;
    display: inline;
    justify-content: inherit;
    min-width: 175px;
}

.regclassbtn {
    text-shadow: 1px 2px 8px #777;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    /*align-items: center;
    display: inline-flex;
    justify-content: center;*/
    font-size: 20px;
}

.regbtn {
    width: 100%;
    margin: 0px;
    height: 50px;
    font-size: 20px;
}

.newBtn,
a.newBtn {
    /* utan "a" skrivs den över av a:s styling */
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, .5), 0px 1px 5px rgba(0, 0, 0, .5);
    border-radius: 5px;
}

#sortNamesButton,
#sortActivityButton {
    margin-right: 10px;
}

.buttonsafari {
    position: relative;
}

.sortButton {
    background: none;
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #fff;
    border-radius: 5px;
}

.sortButton:focus {
    outline: none;
}

a.paypal-button,
.paypal-button,
.paypal-button:hover,
a.paypal-button:hover,
.paypal-button:active,
a.paypal-button:active,
.paypal-button:focus,
a.paypal-button:focus {
    background: #ffc439;
    color: #111;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    max-width: 400px;
    display: block;
    text-decoration: none;
}

.paypal-button img {
    max-height: 20px;
}

/* --- Förslag med antal röster (votespace) --- */
#main > div.row:first-child {
    background-color: #fff;
}

.notice-link {
    margin-bottom: 15px;
    padding: 15px;
}

.notice-first-ver {
    background: linear-gradient(45deg, #ffe773, #fff287);
}

.notice-second-ver {
    background: white;
    border: 5px solid #ffd403;
}

.notice-link a {
    text-decoration: underline;
}

.fancy {
    border-bottom: 2px solid #0b0b0b;
    font-family: 'Seaweed Script', cursive;
    font-weight: 500;
    font-size: 2em;
    margin: 0px 30px;
    margin-top: 10px;
}

.comment-author {
    font-weight: bold;
    border-bottom-width: 1px;
}

.comment-date {
    font-weight: 500;
    color: #333;
    float: right;
}

.delete-comment {
    text-decoration: underline;
    color: #1C5DFF;
    font-size: 14px
}

form.votespace label,
form.votespace button {
    cursor: pointer;
}

.votelabel {
    height: 170px;
    background-color: #1C5DFF;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 0px;
    transition: height 0.3s ease-in-out;
    color: #fff;
    font-size: 34px;
    align-items: flex-end;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.votespace {
    background-color: #fff;
    padding: 30px 15px 30px 15px;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
}

.suggestionname {
    white-space: normal;
    width: 100%;
    word-wrap: break-word;
}

/* --- Skapa förslag --- */
.suggestbar > input[type=text] {
    flex-shrink: 1;
    flex-grow: 6;
    display: inline-flex;
    justify-content: center;
    flex-basis: 50%;
    min-width: 100px;
    width: unset;
    margin: 0px 5px;
    color: #0b0b0b;
    font-size: 18px;
}

/* --- Universella klasser --- */
/* (centrering) */
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mt-20px {
    margin-top: 20px;
}

.mb-15px {
    margin-bottom: 15px;
}

/* (inputs) */
.postinputs {
    -webkit-border-radius: 5px;
    border-radius: 3px;
    border: none;
    padding: 10px 13px 10px 10px;
    margin-bottom: 5px;
    background: #fff;
    color: #484848;
}

.loginform .postinputs,
.input-off-white {
    background: #f3f3f4;
}

/* --- Tables --- */
table {
    margin: 0 auto;
}

table#regTable {
    margin: 0;
}

table .postinputs {
    width: 100%;
}

/* --- Kommentarer --- */
textarea#comment {
    margin-bottom: -5px;
    padding: 15px;
    font-size: 16px;
}

/* --- Font styling --- */
.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.bright {
    color: #fff;
}

.dark {
    color: #000;
}

.small {
    margin: 0;
    padding: 0;
}

.alright {
    text-align: right;
}

.alleft {
    text-align: left;
}

.alcenter {
    text-align: center;
}

.discreet {
    color: #444;
    font-size: 14px;
}

#main.container {
    color: #0b0b0b;
}

.gold {
    color: gold;
}

/* --- Lägg till klassambassadör (ansok.php / Skapa konton) --- */
.regambassador {
    font-size: 16px;
    background-color: transparent;
    color: #fff;
}

/* --- Validering och felmeddelanden --- */
.dangerous {
    color: #F00;
}

.sortWrapper {
    text-align: center;
    color: #0b0b0b;
}

div > .staplecontainer.mheight {
    height: 600px;
}

div > .staplecontainer.lheight {
    height: 900px;
}

.staplecontainer {
    height: 400px;
    display: flex;
    align-items: flex-end;
}

.inganomineringar {
    align-self: center;
    text-align: center;
}

.suggestbar {
    padding: 15px;
    text-align: center;
    background-color: #1C5DFF;
    color: #fff;
    font-size: 24px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    margin-bottom: 15px;
}

.suggestbar input {
    min-height: 46px;
}

.comment {
    margin-bottom: 15px;
    border-left: 5px solid #1C5DFF;
    background-color: #fff;
    padding-top: 10px;
}


textarea.form-control {
    width: 100%;
    border: none;
    font-size: 16px;
}

.fullwidth {
    width: 100%;
}

.commentbtn {
    margin-top: 15px;
    font-size: 16px;
    padding: 8px 50px;
    border-radius: 5px;
}

button.whovoted {
    margin: auto;
    font-family: Arial;
    color: #ccc;
    font-size: 22px;
    cursor: inherit;
    background: none;
    border: none;
    margin-bottom: -10px;
}

button.whovoted:hover {
    cursor: default;
}

[tooltip] {
    margin: 20px;
    position: relative;
}

[tooltip]:before,
[tooltip]:after {
    transition: ease-in 0.1s;
}

[tooltip]::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
    z-index: 100;
    opacity: 0;
}

[tooltip]::after {
    content: attr(tooltip);
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) translateY(-100%);
    text-align: center;
    font-size: 12px;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    background: #fff;
    text-align: center;
    color: #444;
    padding: 6px 6px;
    min-width: 280px;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

[tooltip-position='left']::before {
    left: 0%;
    top: 50%;
    margin-left: -12px;
    transform: translatey(-50%) rotate(-90deg)
}

[tooltip-position='top']::before {
    left: 50%;
}

[tooltip-position='bottom']::before {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translatey(-100%) rotate(-180deg)
}

[tooltip-position='right']::before {
    left: 100%;
    top: 50%;
    margin-left: 1px;
    transform: translatey(-50%) rotate(90deg)
}

[tooltip-position='left']::after {
    left: 0%;
    top: 50%;
    margin-left: -8px;
    transform: translateX(-100%) translateY(-50%);
}

[tooltip-position='top']::after {
    left: 50%;
}

[tooltip-position='bottom']::after {
    top: 100%;
    margin-top: 8px;
    transform: translateX(-50%) translateY(0%);
}

[tooltip-position='right']::after {
    left: 100%;
    top: 50%;
    margin-left: 8px;
    transform: translateX(0%) translateY(-50%);
}

[tooltip]:hover::after,
[tooltip]:hover::before {
    opacity: 1;
    cursor: default;
    transition: ease-out 0.1s;
}

.onoffswitch {
    position: relative;
    width: 60px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border: 2px solid #EEE;
    border-radius: 30px;
    background-color: #EEEEEE;
    transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    bottom: 11px;
    top: 1px;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #00BD62;
}

.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #00BD62;
}

.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 1px;
}

.myvote {
    background-color: #003aca;
    text-shadow: 1px 2px 8px #777;
}

.regambassador > p,
.regambassador > ol {
    text-align: left;
}

.modal,
modal h5.modal-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #000 !important;
    text-align: left;
}

.modal p,
modal .modal-body p > span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #000 !important;
    font-size: 14px;
}

.modal-body > p > span {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica !important;
}

h5.modal-title {
    font-size: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #000 !important;
}

h4 {
    font-size: 16px;
}

/* --- Sidfoten --- */
#footer {
    background-color: #222;
    color: white;
    font-size: 16px;
    margin-top: 30px;
    padding: 20px 0;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer ul {
    padding: 0;
}

@media screen and (max-width: 360px) {
    #footer .col-xs-6 {
        width: 100%;
    }
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    color: black;
    right: 10px;
    position: relative;
    bottom: 10px;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.ssh {
    font-size: 20px;
    margin-bottom: 0px;
}

.list-unstyled {
    list-style: none;
    padding-left: 0px;
}

/* --- Media queries --- */
@media (min-width: 1200px) {
    .container {
        max-width: 900px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 900px !important;
    }
}

@media(max-width:471px) {
    #sortVotesButton {
        margin-top: 10px;
    }
}

@media (max-width:459px) {
    .suggestbar > input[type=submit] {
        margin-top: 5px;
    }
}

@media (max-width: 767px) {

    .mobile-menu {
        display: block;
    }

    .votespace > div {
        padding-bottom: 15px;
    }

    .votespace > div:last-child {
        padding-bottom: 0px;
    }

    /* Hide desktop version on mobile */
    .desktop-nomination-wrapper {
        display: none !important;
    }

    /* Show mobile version */
    .mobile-nomination-wrapper {
        display: block !important;
    }

    /* Mobile nomination styling */
    .votespace .nomination-item {
        margin-bottom: 10px;
        width: 100%;
        position: relative;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Remove bottom padding on mobile */
    .votespace > div {
        padding-bottom: 0 !important;
    }

    .nomination-header {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .nomination-header .whovoted {
        margin-left: 5px;
        vertical-align: middle;
        display: inline-flex;
        align-items: center;
        margin-bottom: 0;
    }

    .nomination-title {
        font-size: 20px;
        font-weight: 500;
        color: #333;
    }

    .nomination-bar-container {
        width: 100%;
    }

    .nomination-bar {
        width: 100%;
        height: 48px;
        background-color: #e9ecef;
        border: none;
        border-radius: 5px;
        padding: 0;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        text-align: left;
    }

    .nomination-bar-fill {
        display: block;
        height: 100%;
        background-color: #1C5DFF;
        border-radius: 5px;
        position: relative;
        transition: width 0.3s ease-in-out;
        min-width: 60px;
    }

    .nomination-bar.myvote .nomination-bar-fill {
        background-color: #003aca;
    }

    .nomination-votes {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

    /* Keep old mobile styles for things that haven't changed */
    .lessheight {
        height: 79px !important;
    }

    .commentbtn {
        width: 100%;
    }

    .lessheight {
        height: 79px !important;
    }

    .commentbtn {
        width: 100%;
    }
}

@media (max-width: 971px) {
    .create-acc {
        margin-bottom: 15px;
    }
}


/* Nomineringar media queries */
@media(max-width:767px) {
    form.row.votespace {
        min-height: 50px;
    }
}

table {
    background-color: white;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

.table-responsive form,
form .table {
    margin-bottom: 0;
}

.table-striped > tbody > tr:nth-of-type(even),
thead tr:first-child {
    background-color: #fff;
}


@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

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

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.hiddenBtn {
    border: none;
    background: none;
    -webkit-appearance: none;
}

.noBottomMargin {
    margin-bottom: 0px !important;
}

.noradius {
    border-radius: 0px !important;
}

.js-fname--asc #sortNamesButton,
.js-fname--desc #sortNamesButton,
.js-last_activity--asc #sortActivityButton,
.js-last_activity--desc #sortActivityButton,
.js-votecount--asc #sortVotesButton,
.js-votecount--desc #sortVotesButton,
.sortButtonFocus,
.sortButtonFocus:active,
.sortButtonFocus:focus {
    color: #1C5DFF;
    background-color: #fff;
    outline: none;
}

cite {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.5px;
    color: #c2d1de;
}

blockquote p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
    padding-bottom: 20px;
}

blockquote {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
    float: none;
}

.round-icon {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #53bcff;
    border-radius: 100%;
    color: #fff;
}

.benefit {
    text-align: center;
}

.benefits p {
    margin-top: 7px;
}

.benefits h3 {
    margin-bottom: 0;
}

.register-heading {
    margin-bottom: 10px;
}

.itsfree {
    margin-top: 0;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.quote {
    background-color: #1C2335;
    padding: 40px 0px 50px;
    color: #fff;
}

.bignumber {
    color: #309be8;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}


.blackText {
    color: #1A1A1A;
}

input[type=checkbox] {
    transform: scale(1.5);
}

.accept-wrapper {
    padding: 2px 0;
    margin-left: 5px;
}

.list-of-classes thead th {
    text-align: center;
}


@media (min-width: 768px) {
    .pt-md-0 {
        padding-top: 0;
    }
}

@media (max-width:767px) {
    .pt-sm-2 {
        padding-top: 2em;
    }

    .pt-sm-2:first-child {
        padding-top: 0em;
    }
}

/* --- FAQs --- */
dl.faq button {
    margin: 0;
    margin-top: 1em;
    font-weight: bold;
    font-size: 110%;
    border: thin solid transparent;
    background-color: transparent;
    padding-left: 0.125em;
    width: 100%;
    padding: 10px;
    text-align: left;
    background-color: #52bcff;
    color: #fff;
}

dl dd {
    margin: 0;
    padding: 0;
}

dl.faq .desc {
    margin: 0;
    padding: 10px 20px;
    font-size: 110%;
    display: none;
    background-color: #f6f6f6;
}

dl.faq button:focus {
    border-color: #630;
}

dl.faq button:hover {
    text-decoration: underline;
}

dl.faq h2 {
    margin-bottom: 0;
    text-decoration: underline;
}

.responsive,
.small-container a img {
    width: 100%;
    height: auto;
}

.small-container {
    max-width: 682px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.hoppa-direkt {
    padding: 10px 20px;
    background: #f0f0f0;
    margin-bottom: 20px;
}

.hoppa-direkt ul {
    list-style: none;
    padding: 0;
    margin: 5px 0px;
}

.hoppa-direkt ul a {
    text-decoration: underline;
}

body.guide p a {
    text-decoration: underline;
}

body.guide .small-container {
    font-size: 20px;
}

body.guide h1 {
    font-size: 1.6em;
}

.affiliate-disclaimer {
    color: #fff;
    font-style: italic;
    margin: -7.5px auto 5px;
    font-size: 16px;
}

.margins-adjusted p {
    margin-top: 0px;
}

.margins-adjusted h3 {
    margin-bottom: 5px;
}

/* --- Klassens-band produktsida --- */
.top-suggestions {
    margin: 0;
    width: 100%;
}

.top-label {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.payment-form input[type="tel"],
.payment-form input[type="email"] {
    flex: 1;
    margin: 3px;
}

.full-name {
    display: block;
    font-style: italic;
    font-size: 80%;
}

.top-suggestions .ribbon input {
    width: 90%;
    border: none;
}

.winning-suggestion {
    margin-bottom: 5px;
}

.garbage {
    color: red;
    margin-left: 10px;
    float: right;
    position: relative;
    top: -38px;
    margin-bottom: -19px;
}

.add-ribbon {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #1C5DFF;
    border: none;
}

/*.product-gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

ul.thumb {
    margin: 0 auto;
    padding: 0;
    float: left;
}

ul.thumb li {
    list-style: none;
    margin: 5px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
}

ul.thumb li img {
    width: 100%;

}

.imgBox {
    float: left;
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.imgBox img {
    width: 100%;
}

.lSAction > .lSPrev,
.lSAction > .lSNext {
    background-image: none;
    background: black;
}

a.lSNext::before {
    content: ">";
    color: #fff;
    font-weight: bold;
    position: relative;
    left: 12px;
    top: 4px;
}

a.lSPrev::before {
    content: "<";
    color: #fff;
    font-weight: bold;
    position: relative;
    left: 12px;
    top: 4px;
}

.order-summary > div:first-child {
    text-align: left;
}

.order-summary > div {
    text-align: right;
}

.payment-names {
    padding-left: 5px;
}

.order-card hr {
    border-top: 1px solid #9d9d9d;
}

.total-price {
    font-size: 25px;
}

.StripeElement {
    background-color: white;
    height: 40px;
    width: 100%;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.voucher-label {
    width: 100%;
}

#voucher_btn {
    width: 25%;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: 0;
    background-color: #10ac10;
    color: #fff;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.form-row {
    width: 100%;
}

.payment-form input {
    padding-left: 5px;
}

#card-errors {
    font-size: 16px;
}

#card-element {
    border: 1px solid #a9a9a9;
    border-radius: 0;
    box-shadow: none;
}

#card-element input::placeholder {
    color: black;
}

.garbage:hover {
    cursor: pointer;
}

.onoffswitch-label.klassens-switch {
    background-color: #ccc;
}

@media screen and (max-width: 600px) {
    .order-card-container.col-sm-6 {
        padding: 0;
    }
}

#error_zone,
.error_zone {
    color: red;
}

.intro-card p {
    padding: 0 20px 20px;
    margin: 0;
    font-size: 16px;
}

.price_wrapper {
    font-size: 40px;
    font-weight: bold;
    margin: 10px;
}


.own-suggestion::selection {
    background: transparent;
}

.own-suggestion::-moz-selection {
    background: transparent;
}

.own-suggestion {
    color: transparent;
}

.own-suggestion::placeholder {
    color: black;
}

.placeholder {
    position: relative;
}

.placeholder::after {
    text-transform: none;
    position: absolute;
    left: 0px;
    top: 2px;
    content: attr(data-placeholder);
    pointer-events: none;
    opacity: 1;
}

#imageGallery .active img {
    max-width: 100%;
}

.usp-ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.usp-ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.usp-ul li:before {
    content: "✅";
    padding-right: 5px;
    margin-right: 5px;
}

/* --- EVERYTHING BELOW THIS POINT HAS BEEN REFACTORED INTO MODULAR CSS --- */
/*
- Ta bort startsida från alla saker på startsidan. Använd istället klassen homepage i body om jag måste.
- Använd # för moduler */
/* ---BASE RULES--- */
/* #Headings */

h1 {
    font-size: 1.8em;
    overflow-wrap: break-word;
}

/* ---MODULES--- */
/* #Benefits */
.three-benefits {
    padding-top: 0;
}

/* ---LAYOUT--- */
/* #ColorClasses */
.bg-white {
    background-color: #fff;
}

.off-white {
    background-color: #f3f3f4;
}

.text-white {
    color: #fff;
}

/* #Padding & margin classes */
.padding-0 {
    padding: 0;
}

/* #Navbar */
.single #nav {
    margin-bottom: 0;
}


.regambassador {
    padding-top: 30px;
    padding-bottom: 60px;
}

#regclassform,
#regclassform-bottom {
    padding-top: 0px;
}

.socialproof {
    padding: 30px 0;
}

.hero {
    padding-top: 20px;
    padding-bottom: 75px;
}

@media (min-width: 992px) {

    .hero,
    .homepage .container,
    .container-wide {
        max-width: 1170px !important;
    }

    .hero {
        padding-top: 50px;
        padding-bottom: 120px;
    }
}

@media (max-width: 992px) {
    .hero {
        padding-top: 0px;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .hero {
        max-width: 1170px !important;
        width: auto;
    }
}

@media (max-width: 767px) {
    .hero--heading {
        font-size: 1.5em;
    }
}

#imageGallery li {
    overflow: hidden;
}

aside {
    display: none;
}

@media screen and (min-width: 1200px) {
    aside {
        display: block;
    }

    .home-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
    }

    .sidebar-left {
        order: 1;
        flex: 1;
    }

    .sidebar-right {
        flex: 1;
        order: 3;
    }

    .home-wrapper #main {
        flex: 2;
        order: 2;
    }
}

.homepage #main {
    margin-top: 0;
}

.special {
    /* for r0b0ts purposes */
    width: 1px;
    position: absolute;
    z-index: -500;
    opacity: 0;
    display: none;
}

@media (max-width: 971px) {
    .navbar-header {
        height: 67.5px;
    }
}

@media (min-width: 972px) {
    .nav-vertical-center {
        height: 67.5px;
    }
}

.logo {
    height: 67.5px;
}

.nav > li > a > img {
    max-width: 60px;
}

.klassens-val-says {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.speech-bubble {
    background: white;
    padding: 15px;
    flex-grow: 1;
    margin-right: 25px;
    position: relative;
    border-radius: 0.4em;
    color: #0b0b0b;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: #ffffff;
    border-right: 0;
    border-top: 0;
    margin-top: -10px;
    margin-right: -20px;
}

.klassens-val-says .klassens-val-logo-wrapper {
    border-radius: 50%;
    background: white;
    padding: 10px;
}

.klassens-val-says.studentklanningar-tip .speech-bubble {
    background: #f1f1f1;
}

.studentklanningar-tip .speech-bubble:after {
    border-left-color: #f1f1f1;
}

/* Results icon visibility */
.mobile-results-icon {
    display: block;
}

.desktop-results-icon {
    display: none;
}

@media (min-width: 768px) {
    .mobile-results-icon {
        display: none !important;
    }

    .desktop-results-icon {
        display: block !important;
    }
}

/* Article product list sections (DFSystem) */
.show-read-more {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.show-read-more:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(transparent 20px, #fff);
}

.show-read-more.expanded {
    max-height: none;
}

.show-read-more.expanded:before {
    display: none;
}

body.guide .section-wrapper img {
    max-width: 100%;
    height: auto;
}

body.guide .section-wrapper section {
    margin-bottom: 30px;
}

body.guide .section-intro {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}