@import url("https://use.typekit.net/emc2ngb.css");

/* 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;
}*/

body {
	background-color: #f4f6f5;
	font-family: proxima-nova, sans-serif;
}

h1 {
	font-family: futura-pt,sans-serif;
}

h2 {
	font-family: futura-pt,sans-serif;
}

.siquiz_flipbox {
	background-color: rgba(0,0,0,0.4);
}

.start-account-help-bg {
	background: #f4f6f5 url('/Content/Branding/svan/si_scrollview_background.png') repeat 0px 0px;
}

a:hover {
	color: #ab6000;
	text-decoration: underline;
}

/* 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 {
	color: #fff !important;
	text-decoration: underline;
}

a.playermenu:hover,
.si-slide-menu-header a:hover,
.si-main-menu-inslidemenu a:hover {
	color: #ab6000 !important;
	text-decoration: underline;
}

.done {
	border-left: 4px solid #77ac3f;
}

.playing {
	color: #fca311;
	border-left: 4px solid #ab6000;
}

.si-slide-menu-header {
	background-color: #212121;
}

	.si-slide-menu-header a:hover {
		color: #fff !important;
	}

.cd-panel-container {
	background: #f2f2f2;
}

.playing a:link,
.playing a:visited {
	color: #ab6000 !important;
}

/* BUTTONS
============================================================ */
/* ==================== continue button ==================== */
a:link.continue-btn,
a.continue-btn:visited,
a.continue-btn:hover,
.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: proxima-nova, sans-serif;
	font-weight: 700 !important;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0.625em 2em 0.625em 2em;
	background: #d98a18;
	border: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
	border-radius: 2px;
}

	.continue-btn:active,
	.si_share_button .ui-btn:focus {
		background-color: #c27b15 !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: proxima-nova, 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: proxima-nova, 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;
}

.si_share_thoughts_button_save button.continue-btn {
	background: #36749d;
}

	.si_share_thoughts_button_save button.continue-btn:active {
		background-color: #36749d !important;
		box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	}

/* 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: #cc7200 !important;
}

.footer {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

/* ==================== jquiery override ==================== */
.ui-body-c {
	font-family: proxima-nova, 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: proxima-nova, 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: proxima-nova, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #ffae3c;
	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.6);
	position: absolute;
	bottom: 0;
}

.si-cert-headline {
	width: 100%;
	color: #fff;
	font-size: 19px;
	font-family: proxima-nova, 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: proxima-nova, 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: #d98a18;
	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: proxima-nova, sans-serif;
	padding: 8px 0 0 0;
}

.si-cert-startbutton {
	width: 150px !important;
	height: 50px;
	color: #fff !important;
	font-size: 1.3em;
	font-family: proxima-nova, sans-serif;
	font-weight: 700 !important;
	text-decoration: none !important;
	text-transform: uppercase;
	margin: 0;
	padding: 12px 0 0 0;
	background: #d98a18;
	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: proxima-nova, 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: proxima-nova, 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: proxima-nova, 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: proxima-nova, 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;
		border-bottom: 2px solid #dbdbda;
	}

	#si_kt_wrapper .ui-radio-on {
		color: #fff !important;
		background: #77ac3f !important;
		border-bottom: 0;
	}

.si_kt_questionnumber {
	color: inherit;
	font-size: 0.75em;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#si_kt_questionbox {
	color: inherit;
	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: inherit;
	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: proxima-nova, sans-serif;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	text-shadow: none !important;
	background: #fff;
	margin: 0;
	padding: 1em;
	border: 0;
	border-bottom: 2px solid #dbdbda;
	border-radius: 2px;
	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: #77ac3f;
		border-bottom: 0;
	}

/* EDIT MY ACCOUNT AND HELP
============================================================ */
.si_editPrefs_headline {
	color: #000;
	text-transform: uppercase;
	font-family: proxima-nova, sans-serif;
}

.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;
	border-bottom: 2px solid #dbdbda;
}

.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 {
	min-width: auto;
	color: #fff !important;
	font-family: proxima-nova, sans-serif;
	font-weight: 300 !important;
	text-decoration: none;
	text-transform: none;
	margin: 0;
	padding: 0.625em 2em 0.625em 2em;
	background: #d98a18;
	border: 0;
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-border-radius: 0;
	border-radius: 2px;
}

	.si_editPrefs_button a:focus,
	.si_editPrefs_button button:focus,
	.si_help_button a:focus,
	.si_help_button button:focus,
	#support_type-button:focus {
		background-color: #c27b15;
		-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
		box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	}

.si_editPrefs_changePassword .panel h3 {
	margin-top: 0;
	padding: 10px;
}

.si_editPrefs_changePassword .panel .panel-body {
	padding: 12px;
}

.settingsfield {
	border: 1px solid #dbdbda;
}

/* ACCORDIONS
============================================================ */
.si_accordion_holder {
	text-align: left;
}

	.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;
		}

button.accordion-button.collapsed {
	background-color: #fff;
	color: #000;
	font-weight: 700;
}

.accordion-button:not(.collapsed) {
	background-color: #ebeceb;
	color: #f38b3c;
	font-weight: 700;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:after {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23de7c00'><path 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'/></svg>") !important;
}

.si_accordion_holder .accordion-body {
	background-color: #ebeceb;
}

/* APPS
============================================================ */
/* ==================== eval ==================== */
.si_eval_container h1 {
	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;
}

.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: proxima-nova, sans-serif;
}

label.si-eval-check {
	color: #fff !important;
	background-color: #d98a18 !important;
}

.si_evalRadio {
	color: #333 !important;
	background: #fff !important;
}

	.si_evalRadio:hover {
		color: #fff !important;
		background: #d98a18 !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: inherit;
	background-color: #fff;
	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-header-mobile {
	display: none;
}

.si-rs-resources-menu {
	width: 30%;
	min-height: 400px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #f4f6f5;
	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: #f4f6f5;
				padding: 1em;
				display: block;
				border-bottom: 1px solid #dbdbda;
			}

			.si-rs-resources-menu ul li .current {
				color: #fff;
				background-color: #77ac3f;
			}

			.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: 0.5em 30px 30px 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;
}

/* ==================== 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;
	}
}

/* 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);
}

/* VIDEO INTERVIEW APP */
a.situation-btn, a.situation-btn:visited {
	background-color: #d98a18;
	font-weight: 700 !important;
}


/* HOTSPOT IMAGE */
.hotspot-content {
	border-left: 10px solid #d98a18;
}

.image-dot {
	background: #d98a18;
}

	.image-dot:hover {
		box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 60%)
	}

	.image-dot.blue-pulse {
		background: #d98a18;
		box-shadow: 0 0 0 0 rgba(217, 138, 24, 1);
		animation: pulse-blue 2s infinite;
	}

@keyframes pulse-blue {
	0% {
		/*transform: scale(0.95);*/
		box-shadow: 0 0 0 0 rgba(217, 138, 24, 2);
	}

	70% {
		/*transform: scale(1);*/
		box-shadow: 0 0 0 15px rgba(217, 138, 24, 0);
	}

	100% {
		/*transform: scale(0.95);*/
		box-shadow: 0 0 0 0 rgba(217, 138, 24, 0);
	}
}

/* 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: 1em;
		top: auto;
	}

	.si-rs-resources-header-mobile {
		display: block;
		text-align: center;
		padding: 1em 1em 0 1em;
	}

	.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;
		background: none !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;
		background-image: none !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: #36749D;
}

#unauth-logo-bar {
	background-color: transparent;
	margin-top: 20px;
	height: 60px;
}

#unauth-logo {
	width: 250px;
}

#unauth-training-image {
	background: transparent url('/Content/Branding/svan/sveriges-allmannytta-mockup-desktop.jpg') no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #464646;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}


.btn-primary,
.btn:disabled,
.btn-secondary {
	border: 2px solid #de7c00;
	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: #d98a18 !important;
		border: 2px solid #d98a18 !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: #d98a18 transparent !important;
}

.nav-tabs li.reglog-toggle-link-active a:after {
	background-color: #d98a18 !important;
}
