@charset "utf-8";
/* CSS Document */


/* hides the Red Seal logo on small and extra small screens */
@media screen and (max-width: 768px) {
	#wb-info {
		background-image: none !important;
	}	
}


/* shows the Red Seal logo on medium and large screens */
@media screen and (min-width: 1200px) {
	#wb-info {
		background-image: url(/_conf/assets/custom/img/RS-bw-icon.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		background-color: #e1e4e7;
	}	
}


@media screen and (min-width: 992px) {
	#wb-bnr {
		min-height: 96px;
	}
 
	header {
		background-image:url(/_conf/assets/custom/img/bkg-header.jpg);	
	}

	header .brand.col-md-9, header .brand.col-lg-9 {
		margin-top: 0px;
		position: absolute;
		top: 0px;
		padding-top: 0px;
		clip:rect(0px 400px 300px 0px) !important;
	}
	
	header .brand.col-md-9 img, header .brand.col-lg-9 img {
		min-height: 80px;
	}
	
	#wb-lng a {
		color: #FFFFFF;
	}

	#wb-info .brand {
		background-image:url(/_conf/assets/custom/img/bkg-footer.jpg);
		min-height: 70px;
	}
	
	#wb-info {
		background-image: url(/_conf/assets/custom/img/RS-bw-icon.jpg);
		background-position: right top;
		background-repeat: no-repeat;
		background-color: #e1e4e7;
	}
	
}

#wb-srch {
	float: right;
}

#wb-srch button, .srchbox button {
    background-color: #D50032;
}

a.lnk-lang:focus, a.lnk-lang:hover {
	color: #FF0000;
}



/* shevro/arrow links in carrousel */
.wb-tabs.carousel-s2 [role="tablist"] li.prv a, .wb-tabs.carousel-s2 [role="tablist"] li.nxt a {
    color: #D50032;
}


/* styles for splash/index page */
.sp-rs-logo {
	width: 236px !important;
	height: 67px !important;
	}

#index-bkg-top {
    background-image:url(/_conf/assets/custom/img/concrete.jpg) !important;
	background-position:center;
	background-repeat: no-repeat;
}

.splash .sp-bx {
    background-color: #F8F8F8;
    padding: 0px !important;
}

.splash .sp-bx .btn {
    box-shadow: 0 0px #DDDDDD;
    margin: 35px 0 14px;
    min-width: 110px;
}

#content-top {
    background-image:url(/_conf/assets/custom/img/concrete.jpg) !important;
	border-top: 1px solid #000000;
}

#content-bottom {
    background-image: url(/_conf/assets/custom/img/wood.jpg) !important;
	border-bottom: 1px solid #000000;
}

#content-top, #content-bottom {
	background-position: center;
	background-repeat: no-repeat;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

/* styles for <h2> element on home page */
.home-h2 {
	border-bottom: 1px solid #D50032;
	padding-bottom: 8px;
}

/* icon styles copied from WET3 (not available in WET4 yet) */
[href$=".psd"], [href$=".zip"], [href$=".egret"], [href$=".doc"], [href$=".pdf"], [href$=".xls"], [href$=".rtf"], [href$=".pot"], [href$=".ppt"], [href$=".pps"], [href$=".pptm"], [href$=".docx"], [href$=".xlsx"], [href$=".pptx"], [href$=".pub"] {
    background-image: url(/_conf/assets/custom/img/wb-icon/drive-download.png);
    background-repeat: no-repeat;
    padding-left: 19px;
}

.well h2 {
	font-size: 18px;
	text-decoration: underline;
	}
	
/* styles related to self-assessment page elements */
.fake-checks {
	padding-left: 0px;
	display: inline-block;
}

.fake-checks ul {
	padding-left: 20px;

}

[contenteditable="true"] { 
	padding-left: 6px;
	border-bottom: 1px solid #CCCCCC;
	display: inline-block;
	width: 90%;
	max-height: 34px;
	min-height: 34px;
}
 
.item-unchecked {
	background-image: url(/_conf/assets/custom/img/chk-unchked.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style: none inside;
	line-height: 2.5em;
	cursor: pointer;
/*	display: inline-block;
	display: table-row;
	width: auto;*/
	width:inherit;
}


.item-checked {
	background-image: url(/_conf/assets/custom/img/chk-chked.gif);
}

.item-checked .item-editable,
.item-unchecked .item-editable,{ 
	margin-top: 10px;
}
.indent {
	margin-left: 40px;}

/* styles for hidden "skip to" links */
.wb-slc .wb-sl {
	color: #FFFFFF;}
	
summary h2 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	display: inline-block;
	font-size: 18px;
	}
	
.wb-bar-t header, .wb-bar-b header, .wb-bar-t ul, .wb-bar-b ul {
    display: inline-block;
	background-color: #000000;
}

.rs-question legend {
	border: 0px!important;
	padding-bottom: 0px;
	margin-bottom:2px;
}

/* grid wrapper for self exam trade list */
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  grid-auto-rows: minmax(100px, auto);
}