#sidebar-image {
/*
  visibility: hidden;
  opacity: 0;
*/
  transition: visibility 0.5s, opacity 0.5s linear;	
}

#sidebar-image.section1 .image {
	display: block;
	width: 350px;
	height: 300px;
	background-image: url(/wp-content/uploads/2023/04/Group-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s linear;	
}

#sidebar-image.section2 .image {
	display: block;
	width: 375px;
	height: 365px;
	background-image: url(/wp-content/uploads/2023/04/Group-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s linear;	
}

#sidebar-image.section3 .image {
	display: block;
	width: 375px;
	height: 365px;
	background-image: url(/wp-content/uploads/2023/04/Group-3.png);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.5s linear;	
}

#sidebar-image .mainimage {
	display: block;
	width: 350px;
	height: 300px;
	background-image: url(/wp-content/uploads/2023/04/cs_all-colors.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s linear;	
}


.element-is-sticky #sidebar-image {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.sub-menu ul {
	list-style: none;
	padding: 0;
	margin-left: 10px;
}

.sub-menu ul li {
	margin: 0 0 0 0;
}

.sub-menu h3 {
	margin-bottom: 10px;
}

.sub-menu h3:last-child {
	margin-bottom: 30px;
}

.sub-menu {
	padding-bottom: 30px;
}

.sub-menu .report-menu > li > a {
	font-size: 20px !important;	
}

.sub-menu .report-menu > li.has-submenu > a:hover {
	text-decoration: none !important;
}

/* remove carets

.sub-menu .report-menu > li.has-submenu > a:after {
    content: '\f078';
    font-family: fontawesome;
    font-weight: 900;
    vertical-align: middle;
    font-size: 18px;
	margin-left: 10px;
}

.sub-menu .report-menu.active > li.has-submenu > a:after {
    content: '\f077';
    font-family: fontawesome;
    font-weight: 900;
    vertical-align: middle;
    font-size: 18px;
	margin-left: 10px;
}

 */

/*
.sub-menu .report-menu > li > ul a:before {
    content: '\f0c8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
    font-size: 14px;
	margin-right: 10px;
}
*/

.sub-menu .fa-square-full {
	font-size:  14px;
	font-weight: 900;
	vertical-align: middle;
	margin-right: 10px;
}

.sub-menu .report-menu.group1 > li > .fa-square-full {
	color: #00567d;
}

.sub-menu .report-menu.group1 > li > ul > li .fa-square-full {
	color: #00567d;
}

.sub-menu .report-menu.group2 > li > .fa-square-full {
	color: #00a5b5;
}

.sub-menu .report-menu.group2 > li > ul > li .fa-square-full {
	color: #00a5b5;
}

.sub-menu .report-menu.group3 > li > .fa-square-full {
	color: #71c16b;
}

.sub-menu .report-menu.group3 > li > ul > li .fa-square-full {
	color: #71c16b;
}

.sub-menu .report-menu a.active_menu {
	border-bottom: 2px #333333 solid;
}

.group1-title:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(15,87,127,.75);
	border-radius: 10px;
}

.group2-title:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(21,166,182,.75);
	border-radius: 10px;
}

.group3-title:before {
	content: "";
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: rgba(112,193,107,.75);
	border-radius: 10px;
}

.shift-number {
	font-size: 100px !important;
	margin-right: 20px;
	margin-top: 20px;
	height: 75px;
	width: 75px;
	flex-wrap: wrap;
}

.shift-box .alignleft,
.shift-number.alignleft {
	margin-bottom: 50px !important;
	margin-right: 20px !important;
}

.shift-box {
	padding: 30px 10px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
}

.shift-box.gray {
	background: #c5cad7;
	color: #222222;
}

.shift-box.gray .shift-number {
	color: #00567d;
}

.shift-box.grayteal {
	background: #d4e8ee;
	color: #222222;
}

.shift-box.grayteal .shift-number {
	color: #15a6b6;
}

.shift-box.graygreen {
	background: #d2e9cd;
	color: #222222;
}

.shift-box.graygreen .shift-number {
	color: #70c16b;
}

.shift-box.blue {
	background: #00567d;
	color: #ffffff;
}

.shift-box.teal {
	background: #15a6b6;
	color: #ffffff;
}

.shift-box.green {
	background: #70c16b;
	color: #ffffff;
}


.shift-box.left:after {
	/*content: url(/wp-content/uploads/2023/04/whitearrow.png);*/
	position: absolute;
	right: -45px;
	top: 33%;
	z-index: 90;
}


.shift-text {
	padding: 20px 0;
	border-top: 2px solid #00567d;
	border-bottom: 2px solid #00567d;
}

.shift-text.teal {
	border-top: 2px solid #15a6b6;
	border-bottom: 2px solid #15a6b6;
}

.shift-text.green {
	border-top: 2px solid #70c16b;
	border-bottom: 2px solid #70c16b;
}

.shift-text ul {
	list-style: none;
	margin: 0;
	padding-left: 20px;
	text-indent: -15px;	
}

.shift-text ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
	margin-right: 10px;
	color: #00567d;
}

.shift-text.teal ul li:before {
	color: #15a6b6;
}

.shift-text.green ul li:before {
	color: #70c16b;
}

@media (max-width:1250px){
	.shift-box .alignleft {
		display: none !important;
	}
	
}

@media (max-width:767px){
	.shift-box .alignleft {
		display: none !important;
	}
	
	.shift-box.gray,
	.shift-box.grayteal,
	.shift-box.graygreen
	{
		margin-top: 30px !important;
	}
}
 
