/* MOBILE v2
============================================================ */
/*body,
input,
select,
textarea,
button,
a {
	font-size: inherit;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
}*/

/*.si_accordion_holder .ui-btn,
.si_accordion_holder .ui-btn:hover,
.si_accordion_holder .ui-btn:active {
	color: #fff;
	background-color: #fca311;
}*/

@font-face {
    font-family: BarlowRegular;
    src: url('/Content/Branding/si/font/Barlow-Regular.ttf');
}

@font-face {
    font-family: BarlowBold;
    src: url('/Content/Branding/si/font/Barlow-Bold.ttf');
}


.siquiz_flipbox {
    background-color: rgba(0,0,0,0.4);
}

.start-account-help-bg {
    background: #000 url('/Content/Branding/si/si_scrollview_background.png') repeat 0px 0px;
}

/* MAIN NAVIGATION
============================================================ */
.header-padding {
    padding: 0;
}

.si-nav-bar-logo img {
    width: auto;
    height: 23px;
    margin: 8px 0 0 10px;
    padding: 0;
    float: left;
}

.si-nav-bar-left {
    margin: 10px 0 0 10px;
    padding: 0;
    float: left;
}

.si-nav-bar-right {
    margin: 7px 10px 0 0;
    padding: 0;
    float: right;
}

#containerbox .cd-btn:hover,
.si-main-menu a:hover,
a.playermenu:hover,
.si-slide-menu-header a:hover,
.si-main-menu-inslidemenu a:hover {
    color: #019ddb !important;
}


.done {
    border-left: 4px solid #04b6a4;
}

.playing {
    color: #fca311;
    border-left: 4px solid #fca311;
}

.si-slide-menu-header {
    background-color: #212121;
}

    .si-slide-menu-header a:hover {
        color: #019ddb !important;
    }

.cd-panel-container {
    background: #f2f2f2;
}

.playing a:link,
.playing a:visited {
    color: #fca311 !important;
}

/* BUTTONS
============================================================ */
/* ==================== continue button ==================== */
a.continue-btn,
a.continue-btn:visited,
.si_share_button .ui-btn,
.si_share_button .ui-btn:hover,
.si_share_button .ui-btn-inline,
.si_share_button .ui-corner-all {
    /*min-width: 200px;*/
    color: #fff !important;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 700 !important;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0.625em 2em 0.625em 2em;
    background: #019ddb;
    border: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

    .continue-btn:active,
    .si_share_button .ui-btn:focus {
        background-color: #12b4ff !important;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

/* ==================== age guess button ==================== */
.age-guess-btn, .age-guess-btn:visited {
    color: #fff;
    font-size: 0.9em;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 300 !important;
    text-decoration: none;
    background-color: #00a2e9;
    position: relative;
    display: inline-block;
    width: 20em;
    padding: 0.625em;
    border: 3px solid #fff;
    cursor: pointer;
}

    .age-guess-btn:hover {
        background-color: #00a2e9;
    }

    .age-guess-btn:active {
        background-color: yellow;
    }

/* ==================== disable button ==================== */
.disable-btn,
.disable-btn:visited,
.disable-btn:hover,
.disable-btn:active,
.disable-btn:focus {
    background: #aaa !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.display-none-btn {
    display: none !important;
}

/* ==================== share your thoughts button ==================== */
.si_share_thoughts_button a.continue-btn,
.si_share_thoughts_button_save button.continue-btn {
    min-width: auto;
    color: #fff !important;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 700 !important;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0.625em 2em 0.625em 2em;
    background: #019ddb;
    border: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.si_share_thoughts_button_save button.continue-btn {
    background: #04b589;
}

/* LAYOUT
============================================================ */
/*#containerbox {
	width: 100%;
	max-width: 100%;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 60px 0;
}*/

#containerbox {
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-y: auto;
}

.header {
    width: 100%;
    max-width: 100%;
    height: 40px;
    text-align: left;
    position: relative;
}

.start-header {
    width: 100%;
    height: 40px;
    color: #fff;
    text-align: left;
    line-height: 21px;
    border: 0;
    z-index: 10;
    background: #212121 !important;
}

.footer {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.font-weight-bold {
    font-weight: 700;
}

/* ==================== jquiery override ==================== */
.ui-body-c {
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif !important;
    line-height: 1.5 !important;
}

.ui-mobile-viewport,
.ui-body-c,
.ui-overlay-c,
.ui-page-active {
    height: 100% !important;
    background-color: #000;
}

/* PROGRESS
============================================================ */
.progress {
    background-color: #000;
}

.prog-item {
    background-color: #222;
}

    .prog-item.is-active {
        background-color: #0476d8;
    }

    .prog-item.done-it {
        background-color: #22ac07;
    }

/* JENKA HACK
============================================================ */
.si-cert-container {
    width: 990px;
    min-height: 320px;
    text-align: center;
    margin: 80px auto;
    padding: 0;
}

.si-cert-box {
    width: 320px;
    height: 320px;
    margin: 0 10px 10px 0;
    border: 5px solid #fff;
    position: relative;
    float: left;
}

.si-cert-box-last {
    margin: 0 0 10px 0 !important;
}

.si-cert-textcontainer {
    padding: 60px 10px 60px 10px;
}

.si-cert-headline {
    color: #fff;
    font-size: 20px;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: none !important;
    margin: 0;
    padding: 0 0 0.5em 0;
}

.si-cert-status {
    color: #fff;
    font-size: 14px;
    text-shadow: none !important;
}

.si-cert-time {
    color: #fff;
    font-size: 14px;
    text-shadow: none !important;
}

.si-cert-buttoncontainer {
    width: 100%;
    margin-bottom: 0;
    padding: 20px 10px 40px 10px;
    position: absolute;
    bottom: 0;
}

/* JENKA STARTPAGE
============================================================ */
/* ==================== cert header ==================== */
.si-cert-header {
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #019ddb;
    clear: both;
    cursor: pointer;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.si-cert-header-left,
.si-cert-header-middle,
.si-cert-header-right {
    font-weight: 400;
    line-height: 1.1;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.si-cert-header-left {
    width: 5%;
    text-align: center;
    margin: -2px 0 0 0;
    padding: 0 0.25em 0 0.25em;
    float: left;
}

.si-cert-header-middle {
    width: 65%;
    text-transform: uppercase;
    padding: 0 0.5em 0 0;
    float: left;
}

.si-cert-header-right {
    width: 30%;
    font-size: 13px;
    text-align: right;
    padding: 0 1em 0 0.5em;
    float: right;
}

.si-cert-header-extra {
    background-color: #555;
}

/* ==================== recertification ==================== */
.si-recert-header {
    background-color: #fca311;
}

/* ==================== cert boxes ==================== */
.si-cert-box-one,
.si-cert-box-two,
.si-cert-box-three {
    width: 97%;
    height: 320px;
    margin: 0 1% 10px 1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    border: 5px solid #fff;
    position: relative;
    float: left;
}

.si-cert-box-two {
    width: 48%;
    height: 320px;
    margin: 0 1% 10px 1%;
}

.si-cert-box-three {
    width: 31%;
    height: 320px;
    margin: 0 1% 10px 1%;
}

/* ==================== cert content ==================== */
.si-cert-textcontainer {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
}

.si-cert-headline {
    width: 100%;
    color: #fff;
    font-size: 19px;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: none !important;
    margin: 0;
    padding: 20px 20px 0 20px;
}

.si-cert-box-three .si-cert-headline {
    font-size: 16px;
    padding: 15px 15px 0 15px;
}

.si-cert-description {
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-shadow: none !important;
    margin: 0;
    padding: 0 20px 20px 20px;
}

.si-cert-box-three .si-cert-description {
    font-size: 13px;
    padding: 0 15px 15px 15px;
}

.si-cert-time {
    color: #fff;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.3;
    background: none;
    padding: 0;
    margin: 0;
}

/* CERT START BUTTON
============================================================ */
.si-cert-startbutton-box {
    width: 200px;
    height: 50px;
    /*margin: 90px auto 0 auto;*/
    padding: 0;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.si-cert-startbutton-left {
    width: 50px;
    height: 50px;
    background: #019ddb;
    float: left;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.si-cert-startbutton-right {
    width: 150px;
    height: 50px;
    float: right;
}

.si-cert-startbutton-info {
    width: 40px;
    height: 40px;
    color: #ddd;
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
    margin: 4px;
    padding: 3px 0 0 0;
    background-color: #fff;
    border-radius: 5px;
}

.si-cert-startbutton-done {
    color: #04b589;
}

.si-cert-startbutton-percent {
    color: #000;
    font-size: 1.1em;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    padding: 8px 0 0 0;
}

.si-cert-startbutton {
    width: 150px !important;
    height: 50px;
    color: #fff !important;
    font-size: 1.3em;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 0 0 0;
    background: #019ddb;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-top-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .si-cert-startbutton:hover,
    .si-cert-startbutton:active {
        color: #000 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

/* ==================== disabled ==================== */
.si-cert-startbutton-left-disabled,
.si-cert-startbutton-disabled {
    background: #adadad;
}

.si-cert-startbutton-left-disabled {
    width: 50px;
    height: 50px;
    float: left;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.si-cert-startbutton-disabled {
    width: 150px !important;
    height: 50px;
    color: #fff !important;
    font-size: 1.3em;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0;
    padding: 12px 0 0 0;
    display: inline-block;
    cursor: default;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-top-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-bottom-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* SITUATIONS
============================================================ */
.situationquestion {
    color: #fff;
    font-size: 1.5em;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    margin: 0 0 1em 0;
    padding-top: 4.5em;
}

.situationbackground {
    height: 522px !important;
}

.si-sit-end-text-container {
    background: #efefef url(/Content/Branding/atlantic_lottery/al_scrollview_background.png) repeat 0px 0px;
}

/*.si-sit-end-text-content h1 {
	font-family: bree;
}*/

.si-sit-end-text-content ul {
    text-align: left;
}

/* ==================== situation button ==================== */
a.situation-btn, a.situation-btn:visited {
    color: #fff !important;
    font-size: 1em;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    text-decoration: none !important;
    background: #009ddb;
    background-color: #009ddb;
    position: relative;
    display: inline-block;
    width: 24em;
    padding: 0.625em;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.4);
}

a.situation-btn-correct {
	background-color: #04b589 !important;
}

a.situation-btn-wrong {
    background-color: #d62828 !important;
}

/* KNOWLEDGETEST
============================================================ */
#si_kt_wrapper {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    padding: 4.5em 0 0 0;
    text-align: center;
}

    #si_kt_wrapper .ui-radio {
        padding: 0 !important;
        margin: 0 !important;
    }

    #si_kt_wrapper .ui-icon {
        display: none;
    }

    #si_kt_wrapper .ui-btn.ui-checkbox-off:after,
    #si_kt_wrapper .ui-btn.ui-checkbox-on:after,
    #si_kt_wrapper .ui-btn.ui-radio-off:after,
    #si_kt_wrapper .ui-btn.ui-radio-on:after {
        z-index: 0 !important;
        display: none !important;
    }

    #si_kt_wrapper .ui-radio-off,
    #si_kt_wrapper .ui-radio-on {
        color: #000;
        font-size: 1em;
        font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
        font-weight: 400 !important;
        line-height: 1.3 !important;
        text-shadow: none !important;
        background: #fff;
        margin: 0 0 0.5em 0;
        padding: 1em;
        border: 0;
    }

    #si_kt_wrapper .ui-radio-on {
        color: #fff !important;
        background: #fca311 !important;
    }

.si_kt_questionnumber {
    color: #fff;
    font-size: 0.75em;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

#si_kt_questionbox {
    color: #fff;
    width: 550px;
    max-width: 100%;
    font-size: 1.5em;
    margin: 0 auto 1em auto;
}

.si_kt_answerbox {
    width: 550px;
    max-width: 100%;
    margin: 0 auto 1.5em auto;
}

.si_kt_progress {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0.4em 0;
}

.si_kt_buttons {
    width: 550px;
    max-width: 96%;
    margin: 0 auto;
}

.si_kt_resultimg {
    width: 100%;
    max-width: 100%;
    margin: 1em 0 0 0;
    display: none;
}

.si_kt_resultbox {
    width: 550px;
    max-width: 100%;
    color: #fff;
    text-align: left;
    margin: 4.5em auto 0 auto;
}

    .si_kt_resultbox .helpheader {
        font-size: 1.5em;
        font-weight: 700;
        margin: 0.5em 0 0 0;
        padding: 0;
    }

    .si_kt_resultbox ul {
        list-style: disc;
    }

    .si_kt_resultbox li {
        margin: 0 0 0.5em 1em;
    }

.si_kt_navigationwrapper {
    width: 550px;
    max-width: 100%;
    margin: 0.5em auto 0 auto;
}

.si_kt_navigationwrapper_last {
    width: 550px;
    max-width: 100%;
    margin: 1.5em auto 0 auto;
}

.si_kt_prevbutton {
    float: left;
}

.si_kt_nextbutton {
    float: right;
}

.si_kt_navigationwrapper_last .si_kt_nextbutton {
    float: none;
}

/* bootstrap version */
.si_kt_answerbox label {
    width: 100%;
    color: #000;
    font-size: 1em;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    text-shadow: none !important;
    background: #fff;
    margin: 0;
    padding: 1em;
    border: 0;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.si_kt_answerbox input[type="radio"] {
    top: -9999px;
    position: relative;
}

    .si_kt_answerbox input[type="radio"]:checked + label {
        color: #fff;
        background-color: #fca311;
    }

/* EDIT MY ACCOUNT AND HELP
============================================================ */
.si_editPrefs_headline {
    color: #000;
    text-transform: uppercase;
}

.si_help_headline {
    color: #000;
}

.si_help_menu_hr {
    border: 0;
    height: 1px;
    background: none;
    margin: 1.5em 0 0 0;
}

.si_editPrefs_contentbox,
.si_help_contentbox {
    background-color: #fff;
}

/* ACCORDIONS
============================================================ */
.si_accordion_holder {
    text-align: left;
}

.si_accordion_holder button {
    background-color: #019ddb !important;
    color: #fff !important;
}

.si_accordion_holder.transcript button {
    background-color: #333 !important;
    color: #fff !important;
}

.si_accordion_holder .accordion-body {
    background-color: #f7f7f7;
}

.si_accordion_holder .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

    .si_accordion_holder .card-header {
        color: #fff;
        background-color: #fca311;
    }

    .si_accordion_holder h5 {
        width: 90%;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: left;
    }

        .si_accordion_holder h5 a {
            color: #fff;
            text-decoration: none;
            display: block;
        }


/*.panel-group {
	max-width:960px;
	text-align: left;
	margin: 0 auto 20px auto;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}
.panel-default > .panel-heading {
	color: #fff;
	background-color: #fca311;
	border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.panel-body {
	padding: 1.5em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}*/

/* APPS
============================================================ */
/* ==================== eval ==================== */
.si_eval_container h1 {
    color: #fff;
    font-size: 1.6em;
    display: block;
    visibility: visible;
}

.si_eval_contenttitle {
    color: #fff;
    margin: 0 0 1.5em 0;
    padding: 15px;
    background-color: transparent;
}

.si_evalitem {
    background-color: #f2f2f2 !important;
    padding-top: 1em !important;
}

.notCompletedEvalQuestion {
    background-color: lightcoral !important;
}

.si_evalquestion {
    font-size: 1em !important;
    font-weight: 700 !important;
    margin: 0 auto 0.5em auto !important;
}

.si_eval_valuecontainer {
    margin: 7px auto 0 auto !important;
}

label.si_evalquestion {
    font-size: 1.5em !important;
}

label.si-eval-radio-selector-0,
label.si-eval-radio-selector-1,
label.si-eval-radio-selector-2,
label.si-eval-radio-selector-3,
label.si-eval-radio-selector-4,
label.si-eval-radio-selector-5,
label.si-eval-radio-selector-6,
label.si-eval-radio-selector-7,
label.si-eval-radio-selector-8,
label.si-eval-radio-selector-9,
label.si-eval-radio-selector-10 {
    font-size: 1em !important;
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif !important;
}

label.si-eval-check {
    color: #fff !important;
    background-color: #009ddb !important;
}

.si_evalRadio {
    color: #333 !important;
    background: #fff !important;
}

    .si_evalRadio:hover {
        color: #fff !important;
        background: #009ddb !important;
    }

#si_evalsavebtn {
    text-transform: none !important;
    border-radius: 0 !important;
}

/* ==================== eval survey result page ==================== */
.si_survey_eval_container h1 {
    color: #000;
    display: block;
}

.si-survey-answer-container {
    font-size: 0;
    margin: 0 auto 0 auto;
}

.si-survey-evalitem {
    background-color: #f2f2f2 !important;
    padding: 1em 0 1em 0 !important;
    margin: 0 !important;
}

.si-survey-eval-radio-selector-1 {
    color: #cdcdcd !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: center;
    margin: 0 9px 0 0;
    background-color: #fff !important;
    display: inline-block;
}

.si-survey-eval-radio-selector-2,
.si-survey-eval-radio-selector-3,
.si-survey-eval-radio-selector-4,
.si-survey-eval-radio-selector-5,
.si-survey-eval-radio-selector-6,
.si-survey-eval-radio-selector-7,
.si-survey-eval-radio-selector-8,
.si-survey-eval-radio-selector-9 {
    color: #cdcdcd !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: center;
    margin: 0 9px 0 0;
    background-color: #fff !important;
    display: inline-block;
}

.si-survey-eval-radio-selector-10 {
    color: #cdcdcd !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: center;
    margin: 0;
    background-color: #fff !important;
    display: inline-block;
}

.si-survey-eval-selected {
    color: #fff !important;
    background: #009ddb !important;
}

.si-survey-bubble-position {
    width: 100px;
    position: relative;
    left: 20%;
}

.si-survey-left-value {
    font-weight: 300;
    margin: 5px 0 0 0;
    float: left;
}

.si-survey-right-value {
    font-weight: 300;
    margin: 5px 0 0 0;
    float: right;
}

.si-survey-bubble {
    width: 100px;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 5px;
    position: relative;
    left: -70px;
    background-color: #04b589 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .si-survey-bubble:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 35px;
        border-style: solid;
        border-width: 15px 15px 0;
        border-color: #04b589 transparent !important;
        display: block;
        width: 0;
        z-index: 1;
    }

/* ==================== vem blir spelberoende? ==================== */
.si-who-headline-container h2 {
    color: rgb(27,52,129);
    font-size: 40px;
    padding: 9px 0 0 0 !Important;
}

/* ==================== resources ==================== */
/* RESOURCES
============================================================ */
.si-rs-resources-container {
	max-width: 100%;
	color: #fff;
	background-color: #009ddb;
	margin: 0 auto 0 auto;
}

.si-rs-resources-header {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.4);
	margin: 0;
	padding: 0.75em 0 0.75em 0;
	display: none;
}

.si-rs-resources-menu {
	width: 30%;
	min-height: 400px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #e9e9e9;
	float: left;
}

.si-rs-resources-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.si-rs-resources-menu ul li {
	margin: 0;
	padding: 0;
}

.si-rs-resources-menu ul li a {
	color: #000;
	font-size: 0.9em;
	text-decoration: none;
	background-color: #e9e9e9;
	padding: 1em;
	display: block;
	border-bottom: 1px solid #fff;
}

.si-rs-resources-menu ul li .current {
	color: #fff;
	background-color: #009ddb;
}

.si-rs-resources-menu ul li:last-child a {
	border-bottom: 0;
}

.si-rs-resources-content {
	width: 70%;
	min-height: 400px;
	background-color: transparent;
	padding: 30px;
	float: right;
}

.si-rs-resources-content h1 {
	line-height: 1.3;
	margin-bottom: 0.5rem;
}

.si-rs-resources-content span {
	font-weight: 700;
}

.si-rs-resources-content a:link,
.si-rs-resources-content a:visited {
	color: #fff;
	text-decoration: underline;
}

.si-rs-resources-content a:hover,
.si-rs-resources-content a:active {
	color: #000;
	text-decoration: underline;
}

/* ==================== quiz ==================== */
.siquiz_headline {
    color: #fff;
}

#siquiz_quizprogress,
#siquiz_quizquestion,
#siquiz_resulttext,
.siquiz_headline,
#siquiz_resultheader {
    text-shadow: 0 1px 6px #000;
}

#siquiz_resultheader {
    text-transform: uppercase;
}

.siquiz_correct,
.si_picturequiz_correct {
    color: #15a415 !important;
}

/* CHALLENGES
============================================================ */
.si-challenge {
    height: auto !important;
    min-height: 550px !important;
    text-align: center;
    background-color: #fff1dc !important;
    border: 6px solid #fca311 !important;
}

.si-showhide-scroll .si-challenge-progress-outer {
    width: 50%;
    height: 12px;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 15px;
    margin: 40px auto 0 auto;
    position: relative;
    top: auto;
    float: none;
}

.si-challenge-progress-inner {
    width: 0px;
    height: 10px;
    background-color: #fca311 !important;
    border-radius: 15px;
}

.si-challenge-startpage {
    margin: 80px auto 30px auto !important;
}

    .si-challenge-startpage h1 {
        font-size: 40px !important;
        font-weight: 400 !important;
    }

    .si-challenge-startpage h3 {
        color: #fca311 !important;
        font-size: 20px !important;
        margin-bottom: 0.5rem;
    }

.si-challenge-sum-leftbox h1 {
    font-size: 36px !important;
    margin: 0;
    padding: 0;
}

.si-challenge-sum-lead {
    font-size: 22px !important;
    line-height: 1.3 !important;
}

.si-challenge-sum-rightbox h2 {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.si-challenge-feedback-image {
    width: 35% !important;
}

.si-challenge-feedback-text {
    width: 65% !important;
}

.si-challenge-sum-group {
    border-bottom: 1px solid #dac02b !important;
}

.si-challenge-correct-headline {
    color: #aaba0a !important;
}

.si-challenge-wrong-headline {
    color: #d62828 !important;
}

/*** start button ***/
a.challenge-btn,
a.challenge-btn:visited {
    font-size: 1.1em !important;
    background-color: #fca311 !important;
    -webkit-box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.4) !important;
    box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.4) !important;
}

    a.challenge-btn:active {
        background-color: #fca311 !important;
    }

.si-quiz-question {
    width: 80% !important;
    font-weight: 400 !important;
    text-transform: none !important;
}

/*** quiz button ***/
a.siquiz_startbutton:link,
a.siquiz_startbutton:visited,
a.siquiz_quiznextbutton:link,
a.siquiz_quiznextbutton:visited,
a.sichallenge_quizbutton:link,
a.sichallenge_quizbutton:visited {
    width: 60%;
    background: #fca311 !important;
    -webkit-box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.4) !important;
    box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.4) !important;
}

/*a.siquiz_startbutton:link,
a.siquiz_startbutton:visited,
a.siquiz_quiznextbutton:link,
a.siquiz_quiznextbutton:visited,
a.sichallenge_quizbutton:link,
a.sichallenge_quizbutton:visited {
    -webkit-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.4);
}*/

/* ==================== guess age ==================== */
.siquiz_headline,
siquiz_resultheader {
    text-transform: uppercase;
    letter-spacing: 1px;
}

/**** resources ***/

/* CONGRATULATIONS AND COMPLETE MODULE
============================================================ */
.si-congratulations-container,
.si-congratulations-container a,
.si-congratulations-container a:visited,
.si-congratulations-header {
    color: #fff;
}

.si-congratulations-header {
    font-size: 1.8em !important;
}

/* RECERTIFICATION
============================================================ */
.recert-container {
    width: 960px;
    max-width: 100%;
    margin: 2em auto 0 auto;
}

.recert-startpage,
.recert-pickup-page {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin: 0 auto 1em auto;
    padding: 50px;
    background-color: #fff;
}

.recert-pickup-page {
    text-align: center;
}

.recert-pickup-btn {
    margin: 0 0 15px 0;
}

.recert-startimage {
    width: 150px;
    margin-left: 10px;
    float: right;
}

.recert-container .contentdescr {
    margin: 0 0 1.5em 0;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/* ===== intro pages ===== */
.al-recert-text-content {
    width: 960px;
    max-width: 100%;
    text-align: left;
    line-height: 1.5;
    margin: 0 auto 0 auto;
    padding: 40px;
    background-color: #fff;
}

.al-recert-h2 {
    color: #000;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0.3em;
}

.al-recert-left-col {
    width: 48%;
    float: left;
}

.al-recert-right-col {
    width: 48%;
    text-align: left;
    float: right;
}

.al-recert-list {
    margin: 0 0 0 20px;
    list-style: disc outside;
}

    .al-recert-list li {
        margin: 0 0 7px 0;
    }

/* recert health */
.si-who-container {
    margin: 0 auto 1em auto !important;
}

/* rules and tools */
.si-return-to-video-btn {
    text-align: center;
    margin: 1em 0 0 0;
}

    .si-return-to-video-btn > a,
    .si-return-to-video-btn > a:hover,
    .si-return-to-video-btn > a:active,
    .si-return-to-video-btn > a:visited {
        min-width: 200px;
        color: #fff !important;
        font-weight: 300 !important;
        text-align: center;
        text-decoration: none;
        background-color: #009ddb;
        margin: 0;
        padding: 0.5em 1.9em 0.5em 1.9em;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

        .si-return-to-video-btn > a:focus {
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }

/* recert share your thoughts */
.si-share-message-recert {
    width: 960px;
    max-width: 96%;
    margin: 0 auto 1em auto;
    padding-bottom: 1em;
}

    .si-share-message-recert .si-share-textarea {
        width: 500px !important;
        max-width: 96% !important;
        height: 100px !important;
        margin: 0 auto 2em auto !important;
        font-size: 1em;
        padding: 5px !important;
        background-color: #fff !important;
        border: 1px solid #888;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

.si-sharemessages-result {
    width: 960px;
    max-width: 100%;
    margin: 0 auto 1em auto;
    padding: 50px;
    background-color: #fff;
}

/* recert who */
.si-who-container,
.si-who-question {
    width: 960px !important;
    max-width: 100%;
    padding: 25px;
    background: #fff !important;
}

/* recert carousel */
.recert-content-holder .recert-carousel-holder,
.recert-content-holder .recert-carousel-holder .swipecontent {
    width: 820px;
    max-width: 100%;
    margin: 0 auto;
}

/* recert eval */
.si-eval-headline {
    color: #fff;
}


@media screen and (max-width: 480px) {
    .al-recert-text-content,
    .si-who-container {
        padding: 1em;
    }

    .al-recert-left-col,
    .al-recert-right-col {
        width: 100%;
        float: none;
    }

    .al-recert-left-col {
        margin-bottom: 1em;
    }
}


/* Flashcards
============================================================ */
.flashcard-back .btn-secondary {
    padding: 5px;
    border-radius: 3px;
    background-color: #019ddb;
    color: #fff;
}

.flashcard-back .btn-secondary:hover,
.flashcard-back .btn-secondary:active {
    background-color: #019ddb !important;
    color: #fff !important;
    border: 0;
}

.si-flashcards-showrerun .btn-secondary {
    background-color: lightgray;
    color: #000;
    border: 1px solid darkgray;
}

/* MISC
============================================================ */
.contentheadline-1 {
    font-family: Europa, Avenir, Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
}

/* CUMSTOMER SERVICE
============================================================ */
.si-customerservice-factoid {
	padding: 20px;
	background-color: rgba(24, 145, 0,0.1);
}

/* MEDIA QUERIES
============================================================ */
@media screen and (height: 768px) and (width: 1024px) and (orientation: landscape) {
    .si-videoplayer-padding {
        width: 80%;
        max-width: 100%;
        margin: 1em auto 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 980px) {
    .si-cert-container {
        width: 100%;
        max-width: 100%;
        min-height: 320px;
        margin: 2em auto 2em auto;
    }
}

@media screen and (max-width: 940px) {
}

@media screen and (max-width: 800px) {
    .si-cert-headline {
        font-size: 20px;
        padding: 15px 15px 0 15px;
    }

    .si-cert-description {
        font-size: 13px;
        padding: 0 15px 15px 15px;
    }

    .si-cert-box-three .si-cert-startbutton-box {
        /*margin: 60px auto 0 auto;*/
        margin: 0 auto;
    }

    .si-cert-box-three .si-cert-headline {
        font-size: 16px;
        padding: 15px 15px 0 15px;
    }

    .si-cert-box-three .si-cert-description {
        font-size: 13px;
        padding: 0 15px 15px 15px;
    }

    #playerbox {
        margin: 1em auto 0 auto;
    }

    .si-videoplayer-padding,
    .si-situation-poster-padding,
    .situation {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0 auto;
        padding: 0 1em 0 1em;
    }

    .situationbackground {
        height: 432px !important;
        padding: 0 1em 0 1em;
    }

    .situationquestion {
        padding-top: 2.5em;
    }

    .panel-group {
        margin: 0 1em 20px 1em;
    }

    /* APPS */
    .si-signs-container {
        width: 100%;
    }

    /* scrollview */
    .scrollcontentboxcornerdone {
        background-color: #04b589 !important;
        border-right: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    .si-cert-headline {
        font-size: 18px;
        padding: 15px 15px 0 15px;
    }

    .si-cert-description {
        font-size: 13px;
        padding: 0 15px 15px 15px;
    }

    .si-cert-startbutton-box {
        width: 200px;
    }

    .si-cert-startbutton-right {
        width: 150px;
    }

    .si-cert-startbutton {
        width: 150px !important;
        font-size: 18px;
    }

    #playerbox {
        margin: 1em auto 0 auto;
    }

    .si-videoplayer-padding,
    .si-situation-poster-padding {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0 auto;
        padding: 0 1em 0 1em;
    }

    .situationbackground {
        height: 414px !important;
        padding: 0 1em 0 1em;
    }

    .situationquestion {
        padding-top: 2.5em;
    }

    .si-rs-help-resources-content-container {
        /*width: 420px;
		float: right;*/
	}

	.si-rs-resources-menu-mobile select {
		font-size: inherit;
	}

	.si-rs-resources-menu {
		display: none;
	}

	.si-rs-resources-menu-mobile {
    	width: auto;
    	margin: 0 auto 0 auto;
    	padding-top: 25px;
    	top: auto;
    }

    .si-rs-resources-content {
    	width: 100%;
    	padding: 30px;
    }
}

@media screen and (max-width: 740px) and (orientation: landscape) {
    .si-main-menu {
        font-size: 14px;
    }

    .si-cert-container {
        margin: 0 auto 2em auto;
    }

    .si-videoplayer-padding,
    .si-situation-poster-padding,
    .situation {
        width: 62%;
        max-width: 100%;
        margin: 1em auto 0 auto;
        padding: 0;
    }

    .continue-btn,
    .continue-btn:visited {
        min-width: auto;
        font-size: 12px;
        padding: 0.5em 1.5em 0.5em 1.5em;
    }

    a.situation-btn,
    a.situation-btn:visited {
        width: 250px;
        min-width: 250px;
        font-size: 12px;
        padding: 0.5em 1.5em 0.5em 1.5em;
    }

    .situationquestion {
        font-size: 1.3em;
        margin: 0 0 0.5em 0;
        padding-top: 1em;
    }

	.situationbackground {
		height: auto !important;
	}

    /* apps */
    .si-signs-container {
        height: 350px;
    }

    .si-signs-question {
        width: 90%;
        font-size: 18px;
        padding: 30px 0 15px 0;
    }

    .si-signs-answers-container {
        width: 90%;
    }

    .si-signs-answers-left,
    .si-signs-answers-right {
        width: 48%;
        margin: 0 auto 0 auto;
        /*float: none;*/
    }

    .si-signs-answers-button li {
        width: 100%;
        font-size: 15px;
        padding: 5px;
    }

    .si-signs-answers-container .clear {
        /*display: none;*/
    }

    .si-signs-button-container {
        margin: 30px 0 0 0;
        padding: 0;
    }

    a.si-signs-button:link,
    a.si-signs-button:visited {
        font-size: 18px;
    }

    .si-signs-feedback {
        font-size: 20px;
        padding: 70px 0 0 0;
    }

    .si-rs-help-resources-content-container {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 720px) {
    .si-main-menu {
        font-size: 14px;
    }

    .si-cert-header-middle {
        font-size: 18px;
    }

    .si-cert-header-right {
        font-size: 14px;
    }

    .si-cert-headline {
        font-size: 18px;
        padding: 15px 15px 0 15px;
    }

    .si-cert-description {
        font-size: 13px;
        padding: 0 15px 15px 15px;
    }

    .si-cert-startbutton-box {
        width: 200px;
    }

    .si-cert-startbutton-right {
        width: 150px;
    }

    .si-cert-startbutton {
        width: 150px !important;
        font-size: 18px;
    }
}

@media screen and (max-width: 640px) {
    .si-cert-header-middle {
        font-size: 16px;
    }

    .si-cert-header-right {
        font-size: 12px;
    }

    .si-cert-box-three {
        width: 48%;
        height: 320px;
        margin: 0 1% 10px 1%;
    }
}

@media screen and (max-width: 600px) {
    .si-cert-container {
        margin: 0 auto 2em auto;
    }

    .si-cert-box-three {
        width: 48%;
        height: 320px;
        margin: 0 1% 10px 1%;
    }

    .si-cert-startbutton-box {
        /*margin: 80px auto 0 auto;*/
        margin: 0 auto;
    }

    .si-cert-headline {
        font-size: 16px;
        padding: 15px 15px 0 15px;
    }

    .si-cert-description {
        font-size: 12px;
        padding: 0 15px 15px 15px;
    }
}

@media screen and (max-width: 570px) and (orientation: landscape) {
    .si-cert-header {
        height: 40px;
    }

    .si-cert-box-two,
    .si-cert-box-three {
        height: 220px;
    }

        .si-cert-box-three .si-cert-startbutton-box {
            /*margin: 30px auto 0 auto;*/
            margin: 0 auto;
        }

        .si-cert-box-three .si-cert-headline {
            font-size: 14px;
            padding: 12px 12px 0 12px;
        }

        .si-cert-box-three .si-cert-description {
            font-size: 11px;
            padding: 0 12px 12px 12px;
        }

    .si-videoplayer-padding {
        width: 58%;
        max-width: 100%;
        margin: 1em auto 0 auto;
        padding: 0;
    }
}

@media screen and (max-width: 420px) {
    .continue-btn {
        min-width: auto;
    }
}

@media screen and (max-width: 420px) {
    .si-cert-container {
        margin: 0 auto 2em auto;
    }

    .si-cert-header {
        height: auto;
        padding: 7px;
    }

    .si-cert-header-left,
    .si-cert-header-middle,
    .si-cert-header-right {
        text-align: left;
        position: relative;
        top: auto;
        transform: none;
        float: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .si-cert-header-left {
        margin: 0 0 0 12px;
        padding: 0.17em 0.25em 0.17em 0.25em;
        float: right;
    }

    .si-cert-header-middle {
        width: 100%;
        font-size: 13px;
    }

    .si-cert-header-right {
        width: 100%;
        font-size: 12px;
        margin: 4px 0 0 0;
        padding: 0;
    }

    .si-cert-box-two,
    .si-cert-box-three {
        width: 96%;
        max-width: 100%;
        height: 320px;
        margin: 0 2% 10px 2%;
        float: none;
    }

    .si-cert-startbutton-box {
        /*margin: 80px auto 0 auto;*/
        margin: 0 auto;
    }

    .si-cert-headline {
        font-size: 16px;
        padding: 15px 15px 0 15px;
    }

    .si-cert-description {
        font-size: 12px;
        padding: 0 15px 15px 15px;
    }

    /* situations */
    .si-situation-poster-padding {
        /*width: 80%;*/
        width: 100%;
        margin: 1em auto 0 auto;
    }

    .situation {
        /*width: 80%;*/
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: auto;
        margin: 0 auto 0 auto;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

	.situationbackground {
		height: auto !important;
	}

    .situationquestion {
        font-size: 1.1em;
        padding: 1em 0 0 0;
    }

    a.situation-btn,
    a.situation-btn:visited {
        width: 100%;
        font-size: 1em;
        padding: 0.5em;
    }

    /* apps */
    .si-signs-question {
        width: 90%;
        font-size: 18px;
        padding: 30px 0 15px 0;
    }

    .si-signs-answers-container {
        width: 90%;
    }

    .si-signs-answers-left,
    .si-signs-answers-right {
        width: 80%;
        margin: 0 auto 10px auto;
        float: none;
    }

    .si-signs-answers-button li {
        width: 100%;
        font-size: 15px;
        padding: 5px;
    }

    .si-signs-answers-container .clear {
        display: none;
    }

    .si-signs-button-container {
        margin: 15px 0 0 0;
        padding: 0;
    }

    a.si-signs-button:link,
    a.si-signs-button:visited {
        font-size: 18px;
    }

    .si-signs-feedback {
        font-size: 20px;
        padding: 70px 0 0 0;
    }

    /* knowledgetest */
    #si_kt_wrapper {
        width: 100%;
        max-width: 100%;
        padding: 1em 1em 0 1em;
    }

    #si_kt_questionbox {
        font-size: 1.2em;
        line-height: 1.3;
    }

    #si_kt_wrapper .ui-radio-off,
    #si_kt_wrapper .ui-radio-on {
        font-size: 14px;
    }

    .si_kt_navigationwrapper {
        width: 100%;
        padding: 0 1em 0 1em;
    }

        .si_kt_navigationwrapper .continue-btn,
        .si_kt_navigationwrapper .continue-btn:visited {
            min-width: auto;
        }

    .si_kt_resultbox {
        width: 100%;
        margin: 2em auto 0 auto;
        padding: 0 1em 0 1em;
    }

        .si_kt_resultbox ul {
            padding: 0;
        }

    .contentheadline-1 {
        font-size: 1.2em !important;
        margin: 0;
    }

    .si_eval_contenttitle {
        margin: 0 0 1.5em 0;
        padding: 7px;
    }
}

@media screen and (max-width: 320px) {
    .si-signs-feedback {
        font-size: 18px;
        padding: 40px 0 0 0;
    }
}


/* Unauth layout
============================================================ */

#unauth-left-col {
	background-color: #222;
}

#unauth-right-col {
    background-color: #edece7;
}

#reglog-togglecontainer {
    background-color: #edece7;
    padding-left: 0;
    padding-right: 0;
}

#reglog-control-container {
    background-color: #edece7;
    padding-left: 0;
    padding-right: 0;
}

#register-input-container {
    background-color: white;
    padding: 15px 15px 1px 15px;
    margin-bottom: 10px;
    border: 1px solid #d1d7dc;
    border-radius: 3px;
}

#unauth-right-col,
#unauth-right-col input, #unauth-right-col select, #unauth-right-col textarea, #unauth-right-col button, #unauth-right-col a {
    font-family: BarlowRegular;
} 

#unauth-right-col #dropdownMenuButton1 {
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid black;
    background-color: #fff;
    border-radius: 2px;
}

#unauth-right-col #dropdownMenuButton1:hover,
#unauth-right-col #dropdownMenuButton1:active {
    color: #fff !important;
    background-color: #222222 !important;
}

#unauth-logo-bar {
	background: transparent;
	margin-top: 20px;
	height: 105px;
}

#unauth-logo {
	width: 240px;
}

@media screen and (max-width: 420px) {
	#unauth-logo-bar {
		height: 64px;
	}
	
	#unauth-logo {
		width: 150px;
	}
}

#unauth-training-image {
	background: transparent url('/Content/Branding/si/SI-training.jpg') no-repeat;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

#unauth-pul {
    border: 1px solid #d1d7dc;
}

.form-check-input:checked {
    background-color: #222;
    border-color: #222;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(34,34,34, 0.25);
    border-color: #222;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #222;
}

.btn-primary,
.btn:disabled,
.btn-secondary {
	border: 0px;
	color: #fff;
	background-color: #222222;
	font-weight: 600;
	border-radius: 3px;
	padding: 10px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus  {
	background-color: #222222 !important;
	border: 0px;
	color: #fff;
}

.btn-secondary {
	border:2px solid #d1d7dc;
	color: gray;
	background-color: transparent;
}

.btn-secondary:hover, 
.btn-secondary.show,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: transparent !important;
    color: #222 !important;
    border-color: #222 !important;
}

.btn-link,
.btn-link:hover,
.btn-link-active {
	color: #3d6986;
	border-radius: 0px;
	text-decoration: underline;
}

.btn-link:hover,
.btn-link-active {
	text-decoration: underline;
}

.nav-tabs li a {
    background-color: #edece7;
}

.nav-tabs li.reglog-toggle-link-active a:before {
	border-color: #222222 transparent !important;
}

.nav-tabs li.reglog-toggle-link-active a:after {
	background-color: #222222 !important;
}

.nav-tabs li a {
    color: grey;
}

.nav-tabs li.reglog-toggle-link-active a {
    font-family: BarlowBold !important;
    color: #000;
}
