@charset "utf-8";

@-moz-document url-prefix() {
	fieldset { display: table-cell; }
}

input:requi#e1251b {
	box-shadow:none;
}

html,
body {
  height: 100%;
  margin: 0
}

body {
	font-family: "IBM Plex Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;

	font-size: 12px;
	line-height: 1.8em;
	color: black;
	background: #fbcfc8;
	overflow-x: hidden;
}

body.loggedout {
	min-height: 100vh;
}

.header {
	z-index: 1040;
	background-color: white;
}

.narrow {
	display: block;
	line-height: 1em;	
	margin-bottom: 10px;
}

.capt {
	left: -5000px;
	position: absolute!important;
}

img {
	max-width: 100%;
	height: auto;
}

img.leftAlone {
	width: 100%;
	height: auto;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

img.center {
	display: block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #0f3a85;
}

h1, .h1 {
	font-size: 1.6em;
}

h2, .h2 {
	font-weight: normal;
	font-size: 1.4em;
}

h3, .h3 {
	font-size: 1.5em;
	font-style: italic;
}

h4, .h4 {
	font-size: 1.1em;
	font-weight: normal;
}

h5, .h5 {
	font-size: 15px;
}

p {
/*	margin-bottom: 0;*/
	font-size: 0.85em;
	line-height: 1.2em;
}

hr {
	border-color: #212121;
	opacity: 1;
}

.btn {
	background-color: #e1251b;
	border: none;
	border-radius: 0;
	padding: 0px 28px;
}

.btn:after {
	display: none;
}

.btn:hover, 
.btn.show {
	background-color: #e1251b;
	opacity: 0.5;
}

#SlideArea .btn-primary, form .btn-primary, .btn-secondary {
	border-radius: 20px;
	line-height: 2.5em;
}



.sizehelper {
	position: fixed;
	top: 0;
	left: 0;
	background: #e1251b;
	width: 25px;
	height: 20px;
	color: white;
	text-align: center;
	z-index:1999;
}

ul.center {
	text-align: center;
}

.sizehelper:before {
	content: "XS";
}

.container {
	position: relative;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(213, 43, 30, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.mandatorybar {
	height: 8px;
	background: black;
	display: inline-block;
	width: 84px;
}

.mandatory {
	border: 6px solid black;
}

.message.bad {
	color: #e1251b;
}

.loader {
	display: block;
	margin: auto;
	margin-top: 20px;
}

/* MODAL */

.modal-content {
	background: none;
	border: none;
	height: calc(100vh - var(--bs-modal-margin) * 2);
}

.modal-header {
	padding: 0;
	border: none;
	margin-bottom: 12px;
}

.modal-title {
	color: white;
}

.modal-backdrop.show {
	opacity: 0.8;
}

.modal-body {
	background: white;
}

.modal-body.video {
	padding: 0;
}

.modal-body.video .embed-responsive-16by9 {
	height: 100%;
}

.modal-body.video .embed-responsive-16by9 iframe {
	width: 100%;
	height: 100%;
}

.modal-header .btn-close {
	width: 63px;
	height: 63px;
	background: url('../images/modal-close.png') no-repeat left top;
	background-size: contain;
	opacity: 1;
	margin-top: -2px;
	margin-right: 0;
}

.page {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.page .header {
	flex: 0 1 auto;
}
  
.page .bodyarea {
	display: flex;
	flex-flow: column;
	flex: 1 1 auto;
	overflow-y: auto;
}

/* HEADER */
.header .logo {
	width: 179px;
	height: auto;
}

.header .navbar {
	background: white;
}

.header .mainnav {
	text-transform: uppercase;
}

.header .mainnav a {
	color: black;
}

.header .mainnav a:hover {
	color: #e1251b;
}

.header .secondarynav a {
	background: #e1251b;
	color: white;
	margin: 0;
	padding: 21px 5px;
	font-size: 1.25em;
}

.header .secondarynav li:first-child a {
	background: #73140d;
}

.header .secondarynav li:nth-child(2) a {
	background: #9a150b;
}

.header .secondarynav li:nth-child(3) a {
	background: #bb2418;
}

.header .secondarynav .dropdown-toggle::after {
	border: none;
	margin: 0;
	vertical-align: 0;
}

.header .secondarynav .dropdown-menu {
	padding: 0;
	margin: 0;
	border: none;
	left: 3px;
	right: 3px;
}

.header .secondarynav li:last-child .dropdown-menu {
	right: 0;
}

.header .secondarynav .dropdown-item {
	white-space: normal;
}

.header .secondarynav .dropdown-menu a {
	margin: 0;
	background: #a32016!important;
	text-align: center;
}

.header .secondarynav .dropdown-menu a:hover {
	background: #84150c!important;
}

.fixed-top .navbar-collapse {
  max-height: 300px;
  overflow-y: auto;
}

/* Content */
.login .login-back {
	background-color: #e1251b;
	background-size: cover;
	border-radius: 30px;
	overflow: hidden;
}

.login form .field.text label {
	display: none;
}

.login form .field.text input {
	width: 100%;
	border: 1px solid black;
	background: white;
	margin-bottom: 10px;
	font-size: 1em;
	padding: 5px;
	border-radius: 3px;
}

.login form .field.text input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: black;
	opacity: 1; /* Firefox */
}

.login form .field.text input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: black;
}

.login form .field.text input::-ms-input-placeholder { /* Microsoft Edge */
	color: black;
}

.login form .field.checkbox {
	display: none;
}

.login form .btn-toolbar {
	display: block;
	text-align: right;
}

.login form input.action {
	width: 47%;
	font-size: 1em;
	color: white;
	background: #f58e7d;
	border: 1px solid black;
	margin: 10px 0;
	padding: 5px 15px;
	margin-left: auto;
	border-radius: 3px;
}

.login form input.action:hover {
	color: #e1251b;
	background: white;
}

.login a, .login p {
	color: white;
}

/* SIDE BAR MENU */
#sidebar {
	width: 254px;
	max-width: 100%;
	height: 100%;
	transition: all 0.3s;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #f58e7d;
	color: white;
	display: none;
}

#sidebar.active {
	display: inline-block;
}

#content {
	width: 100%;
	transition: all 0.3s;
}

/* SIDE BAR TOGGLE */
#sidebarToggler {
	width: 25px;
	height: 100%;
	cursor: pointer;
	background: url('../images/toggle.png') no-repeat center center #e1251b;
	transition: left 0.3s;
}

#sidebarToggler:hover {
	background-color: #555555;
}

#sidebarToggler.active {
	background-image: url('../images/toggle-close.png');
}

/* SLIDES */

.slides.selected {
	background-color: #fbcfc8;
	color: black;
}

.slides .spacer, .slides .rem, .slides.selected .add {
	display: none;
}

.slides.selected .spacer, .slides.selected .rem {
	display: block;
}

.slidecontainer {
	position: relative;
}

.slidecontainer .marker:hover {
	opacity: 0.8;
	cursor: pointer;
}

#SlideArea {
	line-height: 1.2em;
	margin-left: 25px;
}

.slides .details .alternative {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.slides .details .alternative span {
	border: 5px solid #e1251b;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	display: inline-block;
	color: #e1251b;
	font-size: 45px;
	line-height: 50px;
	overflow: hidden;
	margin-top: 15px;
}	


/* SLIDEINFO */
#SlideArea {
	overflow-y: auto;
}

.icon-holder {
	background-color: white;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(82,18,7,0.6);
	-moz-box-shadow: 0px 0px 10px 0px rgba(82,18,7,0.6);
	box-shadow: 0px 0px 10px 0px rgba(82,18,7,0.6);
	overflow: hidden;
	padding: 3px;
}

.icon-holder a {
	padding: 3px;
}

.icon-holder a:hover {
	opacity: 0.7;
}

/* USER PANEL */
.userpanel {
	border-radius: 20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(33,33,33,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(33,33,33,1);
	box-shadow: 0px 0px 10px 0px rgba(33,33,33,1);
}

.userpanel p {
	color: #e1251b;
}

.userpanel .workshop {
	background-color: #f9d3d1;
	border-radius: 20px;
	height: 40px;
	display: flex;
}
.userpanel .workshop .playbook {
	color: white;
	border-radius: 15px;
	line-height: 30px;
	width: 50px;
	background-color: #e1251b;
	vertical-align: top;
	margin: 5px;
	position: relative;
	text-decoration: none;
}

.userpanel .workshop .playbook.completed:after {
	content: url('../images/tick.png');
	position: absolute;
	top: -4px;
	right: -5px;
	width: 20px;
	height: 20px;
}

.userpanel .workshop .playbook.current {
	background-color: black;
}

.userpanel .workshop .playbook.disabled {
	background-color: #f58e7d;
	color: #fbcfc8;
}

.userpanel .workshop .playbook:hover {
	opacity: 0.5;
}

.userpanel .workshop .playbook.disabled:hover {
	opacity: 1;
	cursor: normal;
}

/* FOOTER */
.footernav a {
	border-right: 1px solid #212121;
	color: #212121;
	font-size: 0.75em;
	display: inline-block;
	padding: 0 9px;
	text-decoration: none;
}

.footernav a:last-child {
	padding-right: 0;
	border-right: none;
}

.footernav a:hover {
	opacity: 0.5;
}

/* ANSWERS */
.answers #Form_Form_Answer {
	display: flex;
	padding: 0;
	font-size: 0.85em;
	flex-direction: column;
}

.answers #Form_Form_Answer li {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding-top: 73px;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	flex-grow: 1;
	padding-bottom: 40px;
}

.answers #Form_Form_Answer li:before {
	content: 'B';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
  	border-radius: 50%;
  	background: #0f3a85;
  	color: white;
  	padding-top: 14px;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
}

.answers #Form_Form_Answer li:first-child:before {
	content: 'A'
}

.answers #Form_Form_Answer li:last-child:before {
	content: 'C'
}


.answers #Form_Form_Answer li input.radio,
#Form_Form_Event li input.radio {
	width: 32px;
	height: 32px;
	margin: 30px auto 0;
	accent-color: #2363a8;
}

.qback {
	background-color: #99bfe5;
	border-radius: 20px;
	height: 40px;
	display: flex
}
.qback .question {
	color: #99bfe5;
	border-radius: 15px;
	line-height: 30px;
	width: 50px;
	background-color: #769ecd;
	vertical-align: top;
	margin: 5px;
	display: inline-block;
	text-align: center;
}

.qback .question.current {
	color: white;
	background-color: #0f3a85;
}

.loggedout .loginform ul,
.loggedout .loginform h3,
.loggedout #MemberLoginForm_LoginForm_Tab,
.loggedout.admin #SAMLLoginForm_LoginForm_Tab {
	display: none;
}

.loggedout.admin #MemberLoginForm_LoginForm_Tab,
.loggedout.dev #MemberLoginForm_LoginForm_Tab
 {
	display: block;
}

.banner {
	background: #e1251b;
	min-height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.SupportPage Form,
.RegisterPage Form {
	background-color: #fbdfdd;
	padding: 1.5em;
	margin-top: 1.5em;
}

.RegisterPage Form {
	background-color: #bcd6e5;
}

.SupportPage Form div.field,
.RegisterPage Form div.field {
	margin-bottom: 1.5em;
}

.SupportPage Form div.field label,
.RegisterPage Form div.field label {
	min-width: 200px;
	font-weight: bold;

}

.SupportPage Form div.field .middleColumn input,
.SupportPage Form div.field .middleColumn textarea,
.RegisterPage Form div.field .middleColumn input,
.RegisterPage Form div.field .middleColumn textarea {
	border: 1px solid #212121;
	border-radius: 3px;
}

.SupportPage Form div.field .middleColumn input,
.RegisterPage Form div.field .middleColumn input {
	line-height: 2.5;
}

.SupportPage Form .btn,
.RegisterPage Form .btn {
	font-size: 1.33em;
	padding: 0 52px;
}

.RegisterPage Form .btn {
	line-height: 1.5;
}

.wspanel .workshop {
	background-color: #bcd6e5;
}

.wspanel .workshop strong {
	color: #2f407f;
}

.wspanel .workshop .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #c3c5c5;
	opacity: 0.9;
}

.form-control.dropdown {
	appearance: auto;
}