
/* MOBILE v2
============================================================ */
body,
input,
select,
textarea,
button,
a {
	font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.siquiz_flipbox {
    background-color: rgba(0,0,0,0.4);
}

.start-account-help-bg {
    background: #000;
}

/* MAIN NAVIGATION
============================================================ */
.header-padding {
	padding: 0;
}

.si-nav-bar-logo img {
	width: 25px;
	height: auto;
	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 15px 0 0;
    padding: 0;
    float: right;
}

#containerbox .cd-btn:hover,
.si-main-menu a:hover {
	color: #bdc4d9 !important;
}

a.playermenu:hover,
.si-slide-menu-header a:hover,
.si-main-menu-inslidemenu a:hover {
	color: #1f3781 !important;
}

/* playlist */
.done {
    border-left: 4px solid #00ab4e;
}

.playing {
    border-left: 4px solid #00ab4e;
}

.si-slide-menu-header {
	background-color: #0476d8;
}

.si-slide-menu-header a:hover {
	color: #1b3481 !important;
}

.cd-panel-container {
	background: #e4edf5;
}

.playing a:link,
.playing a:visited {
	color: #00ab4e !important;
}

.undone a:link, .undone a:visited {
    color: #999;
}

/* 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-weight: 400 !important;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0,0,0,.25);
	margin: 0;
	padding: 0.625em 2em 0.625em 2em;
	background: #00ab4e;
	border: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;

	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.continue-btn:active,
.continue-btn:hover,
.si_share_button .ui-btn:focus {
	background: #00ab4e !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);
}

.si_help_button .continue-btn:active,
.si_help_button .continue-btn:hover,
.si_help_button .si_share_button .ui-btn:focus,
.si_editPrefs_button .continue-btn:active,
.si_editPrefs_button .continue-btn:hover,
.si_editPrefs_button .si_share_button .ui-btn:focus,
.si_editPrefs_button a,
.si_editPrefs_button a:hover,
.si_editPrefs_button button,
.si_help_button a,
.si_help_button a:hover,
.si_help_button button {
	background: #1f3781 !important;
}

/* 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;
	cursor: default !important;
}

.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;
    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: #1f3781 !important;
    box-sizing: border-box;
}

.footer {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

/* 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;
}

#si-progressbar {
    background-color: #3e5ea8;
}

/* 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: #3e5ea8;
	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: 100%;
	height: 320px;
	margin: 0 0 10px 0;
	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: 24px;
	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-seriff;
	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;
	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: #00ab4e;
	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: 10px 0 0 0;
	background: #00ab4e;
	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: 10px 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;
}

/* ==================== situation button ==================== */
a.situation-btn, .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: #1f3781;
	background-color: #1f3781;
	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: #00ab4e !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: #000;
	background: rgb(255,212,0);
}

/* EDIT MY ACCOUNT AND HELP
============================================================ */
.si_editPrefs_headline {
	color: #fff;
	text-transform: uppercase;
}

.si_help_headline {
	color: #000;
	text-transform: uppercase;
}

.si_help_menu_hr {
	border: 0;
    height: 1px;
    background: none;
    margin: 1.5em 0 0 0;
}

.si_editPrefs_contentbox,
.si_help_contentbox {
    background-color: #efefef;
}

.si_editPrefs_changePassword .panel-body {
	padding: 1.5em;
}

.si_editPrefs_changePassword .panel-heading .panel-title {
	margin: 0;
    padding: .7em 1em;
	background: #e5e5e5;
    border-color: #ddd;
    display: block;
}

/* ACCORDIONS
============================================================ */
.si_accordion_holder {
	text-align: left;
}

.si_accordion_holder h5 {
	width: 100%;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}

.si_accordion_holder .card-header:after {
	display: none;
}

.si_accordion_holder .card-header {
	background-color: #3388cc;
}

.si_accordion_holder .card-body {
	color: #000;
	background-color: #d9f0fa;
}

.si_accordion_content {
	color: #000;
}

.si_accordion_holder h5 a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* APPS
============================================================ */
/* eval */
.si_eval_container h1 {
	color: #fff;
	/*font-family: 'din-text-medium', sans-serif;*/
	display: block;
}

.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;
}

.si_evalquestion {
    font-size: 22px;
    font-weight: 700 !important;
    margin: 0 auto 1em auto !important;
	padding-left: 2em;
	padding-right: 2em;
}

.si_eval_valuecontainer {
	width: 550px !important;
    margin: 7px auto 0 auto !important;
}

label.si_evalquestion {
	font-size: 1.5em !important;
}

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;
}

label.si-eval-check {
    color: #fff !important;
    background-color: #1f3781 !important;
}

.si_evalRadio {
	color: #333 !important;
	background: #fff !important;
}

.si_evalRadio:hover {
	color: #fff !important;
	background: #1f3781 !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;
}

/* 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;
}

a.siquiz_startbutton:link,
a.siquiz_startbutton:visited,
a.siquiz_quiznextbutton:link,
a.siquiz_quiznextbutton:visited,
a.sichallenge_quizbutton:link,
a.sichallenge_quizbutton:visited {
	background: #1f3781 !important;
    -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.siquiz_quizbutton:link,
a.siquiz_quizbutton:visited {
    background: #1f3781 !important;
}

.siquiz_correct,
.si_picturequiz_correct {
    color: #15a415 !important;
}

.si-challenge {
    border: 6px solid #3e5ea8 !important;
}

.si-challenge-progress-inner {
    background-color: #3e5ea8 !important;
}

a.challenge-btn,
.challenge-btn:visited,
.challenge-btn:active {
    background-color: #1f3781 !important;
}

.si_challenge_multi_checkbox .cr {
    color: #1f3781 !important;
}

/*  guess age */
.siquiz_headline,
siquiz_resultheader {
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* resources */
.si-rs-help-resources-container {
	max-width: 100%;
	background-color: #fff;
	margin: 0 auto 0 auto;
}

.si-rs-help-resources-header {
	color: #555;
	font-size: 14px;
	font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	background-color: #e9e9e9;
	margin: 0;
	padding: 0.75em 0 0.75em 0;
}

.si-rs-help-resources-menu {
	width: 300px;
	color: #000;
	font-size: 16px;
	font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #f9f9f9;
	float: left;
}

.si-rs-help-resources-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.si-rs-help-resources-menu ul li {
	margin: 0;
	padding: 0;
}

.si-rs-help-resources-menu ul li a {
	color: #000;
	text-decoration: none;
	background-color: #e9e9e9;
	padding: 1em;
	display: block;
	border-bottom: 1px solid #fff;
}

.si-rs-help-resources-menu ul li a:visited {
	color: #000;
}

.si-rs-help-resources-menu ul li .current {
	color: #fff;
	background-color: #009ddb;
}

.si-rs-help-resources-menu ul li:first-child a {
	border-top: 1px solid #fff;
}

.si-rs-help-resources-content {
	padding: 30px 30px 0 30px;
}

.si-rs-help-resources-content h1 {
	color: #000;
	font-size: 1.3em;
	font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.si-rs-help-resources-content p {
	color: #000;
	font-size: 16px;
	font-family: Europa, Avenir, Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 8px;
}

.si-rs-help-resources-content span {
	font-weight: 700;
}

.si-rs-help-resources-content a:link,
.si-rs-help-resources-content a:visited {
	color: #000;
	font-weight: 300;
	text-decoration: underline;
}

.si-rs-help-resources-content a:hover,
.si-rs-help-resources-content a:active {
	color: #000;
	font-weight: 300;
	text-decoration: underline;
}

/* mobile */
.si-rs-help-resources-header-mobile {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	background-color: #aaa;
	margin: 0;
	padding: 0.75em 0 0.75em 0;

	display: none;
}

.si-rs-resources-menu-mobile {
	/*display: none;*/
}

.ui-select .ui-btn-text {
	color: #014e9d;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
	padding: 5px 0 5px 0;
}

/* "Prøve" - carouselapp */
#carouselapp .app-wrapper .table {
	background-color: #202940;
}

#carouselapp .slide .slider-section .slider-row .table {
    background: #3d455c;
    margin: 0 !important;
}

#carouselapp .slide .slider-result-section .table {
    background: #1a2645;
}

/* STEDER Å HENVISE TIL
============================================================ */
.si-resources-container {
	width: 960px;
	max-width: 100%;
	margin: 0 auto 0 auto;
}

.si-resources-content {
	width: 100%;
	max-width: 100%;
	height: 450px;
	margin: 0 auto 0 auto;
	background-color: #2b334d;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-resources-content a {
	color: #fff !important;
}

.si-helpresource-textbox {
	text-align: left;
}

.resources-list {
	list-style: inherit;
	padding: 0.5em 0 0 1em;
}

.resources-list li{
	padding: 0 0 0.5em 0;
}

.si-resources-content-text {
	width: 500px;
	max-width: 100%;
	color: #fff !important;
	font-size: 1em;
	/*font-family: 'din-text-regular', sans-serif;*/
	font-weight: 300;
	line-height: 1.3;
	text-shadow: none !important;
	margin: 0;
	padding: 50px 0 0 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-resources-content-text h3 {
	font-size: 1.3em;
	/*font-family: 'din-text-medium', sans-serif;*/
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 0 0.5em 0;
}

/* CAROUSEL STYLES
============================================================*/
#leftarrowwrap {
	width: 30px;
	height: 500px;
	display: none;
	position: absolute;
	top: 0px;
	left: 5px;
	vertical-align:	middle;
	float: left;
	z-index: 1001;
	cursor: pointer;
}

#leftarrow {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 30px solid #fff;
	border-bottom: 20px solid transparent;
	position: relative;
	top: 205px;
}

#rightarrowwrap {
	width: 30px;
	height: 500px;
	display: none;
	position: absolute;
	top: 0px;
	right: 5px;
	vertical-align:	middle;
	float: right;
	z-index: 1001;
	cursor: pointer;
}

#rightarrow {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #fff;
	position: relative;
	top: 205px;
}

#swipecontainer {
	width: 960px;
	height: 524px;
	background-color: #fff;
	position: relative;
}

.swipebox {
	width: 960px;
	position: absolute;
	left: 100%;
}

#sliderbox {
	width: 960px;
	height: 450px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
}

#pageindicator {
	width: 250px;
	text-align: center;
	margin: auto;
}

.dot {
	width: 10px;
	height: 10px;
	margin: 7px 4px 0 0;
	background-color: #eee;
	border: solid 1px #ccc;
	display: inline-block;
	cursor: pointer;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.si-button-carousel-holder {
    width: 960px;
    max-width: 100%;
    text-align: center;
    margin: 1em auto 1em auto;
}

.si-button-carousel-nav li {
	float: none;
    display: inline-block;
}

a.carousel_btnitem,
a.carousel_btnitem:hover,
a.carousel_btnitem:focus {
	color: #000;
	font-size: 14px;
	/*font-family: 'din-text-regular', sans-serif;*/
	text-decoration: none;
	margin: 3px 2px 3px 2px;
	padding: 4px 8px 4px 8px;
	background-color: #a6a6a6;
	cursor: pointer;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel_btnitem_visited {
	color: #87c8ff !important;
    background-color: #2d5c94 !important;
}

.carousel_btnitem_selected {
    color: #2d5c94 !important;
	background-color: #87c8ff !important;
}

.carousel_header {
    font-size: 1.4em;
    font-weight: 700;
}

.carousel_content {
    font-size: 1em;
}

/*STYLES RESOURCES*/
/* LAYOUT
	========================================================*/
	.si-rs-rg-tools-container {
		width: 960px;
		max-width: 100%;
		height: 461px;
		min-height: 461px;
		text-align: left;
		background: #f8f8f8 url('/Flash/english/nsplcc_tl_2013/resources/resources_bg.png') repeat 0 0;
		margin: 0 auto 20px auto;
	}

	.si-rs-rg-tools-header {
		height: 40px;
		color: #fff;
		font-size: 14px;
		font-family: 'Noto Sans', sans-serif;
		text-align: center;
		text-transform: uppercase;
		background-color: #393939;
		margin: 0;
		padding: 13px 0 13px 0;
	}

	/* start content */
	.si-rs-rg-tools-start {
		height: 40px;
		color: #ccc;
		font-size: 50px;
		font-family: Bree, sans-serif;
		text-align: center;
		/*text-transform: uppercase;*/
		margin: 80px auto;
		text-shadow: 0 1px 2px #fff;
	}

	/* menu */
	.si-rs-rg-tools-menu {
		width: 25%;
		height: 461px;
		min-height: 461px;
		color: #000;
		font-size: 18px;
		font-family: Bree, sans-serif;
		/*text-transform: uppercase;*/
		background-color: #f6a219;
		display: block;
		float: left;
	}

	.si-rs-rg-tools-menu ul,
	.si-rs-rg-tools-menu li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.si-rs-rg-tools-menu ul li a {
		color: #fff;
		text-decoration: none;
		background-color: #f6a219;
		padding: 0.4em 1em 0.4em 1em;
		display: block;
		border-bottom: 1px solid #fff;
	}

	.si-rs-rg-tools-menu ul li a:visited {
		color: #fff;
	}

	.si-rs-rg-tools-menu ul li a:hover,
	.si-rs-rg-tools-menu ul li .current {
		color: #fff !important;
		background-color: #b0bc25;
	}

	.si-rs-rg-tools-menu ul li:first-child a {
		/*border-top: 1px solid #fff;*/
	}

	.si-rs-rg-tools-menu ul li:last-child a {
		/*border-bottom: none;*/
	}

	.si-rs-rg-tools-menu-firstlast {
		color: #fff;
		font-size: 14px;
		font-family: Bree, sans-serif;
		/*text-align: center;*/
		text-decoration: none;
		background-color: #393939;
		padding: 0.4em 1em 0.4em 1em;
		display: block;
		/*border-top: 1px solid #fff;*/
		border-bottom: 1px solid #fff;
	}

	/* content */
	.si-rs-rg-tools-content-container {
		width: 75%;
		min-height: 430px;
		/*height: 470px;*/
		background-color: transparent;
		padding: 30px;
		float: right;
	}

	.si-rs-rg-tools-content-container h1 {
		color: #555;
		font-size: 26px;
		font-weight: 400;
		font-family: Bree, sans-serif;
		/*text-transform: uppercase;*/
		line-height: 1;
		margin: 0;
		padding: 0;
		border-bottom: none;
		text-shadow: 0 1px 2px #fff;
	}

	.si-rs-rg-tools-content-container p {
		color: #000;
		font-size: 14px;
		font-weight: 400;
		font-family: 'Noto Sans', sans-serif;
		line-height: 1.5;
		margin-top: 8px;
	}

	.si-rs-rg-tools-content-container span {
		font-weight: 700;
	}

	.si-rs-rg-tools-content-container a:link, .si-rs-rg-tools-content-container a:visited {
		color: #000;
		font-weight: 700;
		text-decoration: underline;
	}

	.si-rs-rg-tools-content-container a:hover, .si-rs-rg-tools-content-container a:active {
		color: #555;
		font-weight: 700;
		text-decoration: underline;
	}

	.si-rs-rg-tools-list {
		color: #000;
		font-size: 14px;
		font-weight: 400;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1.5;
		list-style-type: disc;
		list-style-position: outside;
		margin: 1em 0 0 0;
		padding: 0;
	}

	.si-rs-rg-tools-list li {
		margin: 0 0 0.5em 1em;
	}

	/* MOBILE */
	.si-rs-help-resources-header-mobile {
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
		background-color: #aaa;
		margin: 0;
		padding: 0.75em 0 0.75em 0;
		display: none;
	}

	.si-rs-resources-menu-mobile {
		display: none;
	}

	.si-rs-resources-menu-mobile .ui-btn,
	.si-rs-resources-menu-mobile .ui-btn:hover,
	.si-rs-resources-menu-mobile .ui-btn:active,
	.si-rs-resources-menu-mobile .ui-btn:focus {
		color: #fff;
		background: #f6a219;
		border: 0;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) !important;
	}

	.si-rs-resources-hide-mobile {
		display: block;
	}

	/* MEDIA QUERIES
	============================================================ */
	/* Landscape phones and down */
	@media (max-width: 768px) {
		.si-rs-rg-tools-container {
			width: 96% !important;
			max-width: 100% !important;
			height: auto !important;
			min-height: 430px !important;
			/*background: #f8f8f8;*/
		}

		.si-rs-rg-tools-menu {
			display: none;
		}

		.si-rs-rg-tools-content-container {
			width: 100%;
			max-width: 100%;
			height: auto !important;
			min-height: auto !important;
			padding: 10px 30px 30px 30px;
			float: none !important;

		}

		.si-rs-cat-4 {
			width: 100%;
		}

		.si-rs-rg-tools-start {
			height: auto;
			font-size: 40px;
			line-height: 1;
			margin: 50px auto 0 auto;
		}

		.si-nav-bar-logo img {
			width: 150px;
			margin: 2px 5px 0 0;
		}

		/* MOBILE */
		.si-rs-help-resources-header-mobile {
			display: block;
		}

		.si-rs-resources-menu-mobile {
			width: 300px;
			max-width: 100%;
			margin: 0 auto 15px auto;
			position: relative;
			top: 30px;
			display: block;
		}

		.si-rs-resources-menu-mobile .ui-select .ui-btn > span:not(.ui-li-count) {
			font-size: 1.5em;
			font-family: Bree, sans-serif !important;
		}

		.si-rs-resources-hide-mobile {
			display: none;
		}
	}


/* 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-family: Bree, sans-serif;
	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;
    }
 }

/* TEXT BEFORE VIDEO
============================================================ */
.si-no-pretext {
    width: 960px;
    max-width: 100%;
    height: 540px;
    color: #fff;
    text-align: center;
    line-height: 1.3;
    padding: 120px 80px 80px 80px;
    margin: 0 auto 0.5em auto;
    background-color: #202940;

    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.si-no-pretext h1 {
	color: #fff;
    font-size: 36px;
    /*font-family: 'din-text-medium', sans-serif;*/
    text-transform: uppercase;
    letter-spacing: .1px;
    margin: 0;
}

.si-no-pretext p {
    font-size: 18px;
    /*font-family: 'din-text-regular', sans-serif;*/
    line-height: 1.3;
    margin-top: 1em;
}

.si-no-pretext-btn {
	margin: 0 0 0.5em 0;
}

/* MISC
============================================================ */
.contentheadline-1 {
	display: none !important;
}

.contentdescription {
	width: 960px;
	max-width: 100%;
	color: #fff;
	/*font-family: 'din-text-regular', sans-serif;*/
	margin: 0 auto 0 auto;
}

.breakoutbox ul {
	list-style-position: outside;
	padding: 0 0 0 1.5em;
}

/* 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;
	}

	.si-no-pretext {
		width: 80%;
		max-width: 100%;
		height: 540px;
		padding: 120px 80px 80px 80px;
	}
}

@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: 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: 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;
	}

	.si-no-pretext {
		width: auto;
		max-width: 100%;
		height: 432px;
		margin: 0 1em 0 1em;
		padding: 120px 80px 80px 80px;
	}

	/* APPS */
	.si-signs-container {
		width: 100%;
	}

	.si-resources-content {
		width: 96%;
	}

	.si-resources-content-text {
		width: 100%;
		font-size: 1em;
		padding: 1em;
	}

	.si-rs-help-resources-menu {
        display: none;
    }

	/* 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;
	}
}

@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;
	}

	.situation-btn,
	.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;
		background: none !important;
	}

	/* pre texts */
	.si-no-pretext {
		width: 96%;
		max-width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 1em;
	}

	.si-no-pretext h1 {
		font-size: 16px;
		letter-spacing: .1px;
	}

	.si-no-pretext p {
		font-size: 14px;
		line-height: 19px;
		margin-top: 0.5em;
	}

	/* 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;
	}

	.si-signs-answers-button li {
		width: 100%;
		font-size: 15px;
		padding: 5px;
	}

	.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: 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: 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: 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: 100%;
		margin: 1em auto 0 auto;
	}

	.situation {
		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;
		background-image: none !important;
	}

	.situationquestion {
		font-size: 1.1em;
		padding: 1em 0 0 0;
	}

	.situation-btn,
	.situation-btn:visited {
		width: 100%;
		font-size: 1em;
		padding: 0.5em;
	}

	/* pre texts */
	.si-no-pretext {
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 1em 0 1em;
		padding: 1em;
	}

	.si-no-pretext h1 {
		font-size: 16px;
		letter-spacing: .1px;
	}

	.si-no-pretext p {
		font-size: 14px;
		line-height: 19px;
		margin-top: 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;
	}

	.si-resources-content {
		height: auto;
		min-height: 320px;
	}

	.si-resources-content-text {
		font-size: 14px;
	}

	.si-resources-content-text h3 {
		font-size: 1.2em;
	}

	/* 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 {
        font-size: 0.8em;
        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: #36749D;
}

#unauth-logo-bar {
	background-color: transparent;
	margin-top: 20px;
	height: 60px;
}

#unauth-logo {
	width: 100%;
}

#unauth-training-image {
	background: transparent url('/Content/Branding/norsk_tipping/fsp_mock_left.jpg') no-repeat;
	background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}


.btn-primary,
.btn:disabled,
.btn-secondary {
	border: 2px solid #010080;
	color: #2a2a2a;
	background-color: transparent;
	font-weight: 600;
	border-radius: 2px;
	padding: 16px;
	font-family: proxima-nova, sans-serif;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus  {
	background-color: #010080 !important;
	border: 2px solid #010080 !important;
	color: #fff;
}

.btn-secondary {
	border: 2px solid #c1c1c1;
	color: #2a2a2a;
	font-family: proxima-nova, sans-serif;
}

.btn-secondary:hover, 
.btn-secondary.show,
.btn-secondary:focus {
	background-color: #c1c1c1 !important;
	border: 2px solid #c1c1c1 !important;
}

.btn-link,
.btn-link:hover,
.btn-link-active {
	color: #36749D;
}

.nav-tabs li.reglog-toggle-link-active a:before {
	border-color: #010080 transparent !important;
}

.nav-tabs li.reglog-toggle-link-active a:after {
	background-color: #010080 !important;
}