/* Change colours of bullet in Font Awesome tweaks */

/* add more space at bottom to make the list stand out more */
/*ul:has(+ p), ol:has(+ p) {
	margin-bottom: 10px!important; 
}*/

/* add bottom space to ul */
/*ul:has(+ a) {  
	padding-bottom: 20px;
}*/


#page-content ol {
    list-style: none;
}

#page-content ol li {
    font-size: 1rem;
    margin-bottom: 8px;
    line-height: 1.2;
    position: relative;
}
#page-content ol li::before {
    /*content: "0" counter(num);*/
    font-weight: 700;
    color: green;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;    
}

#page-content ul.resource-links {
    padding-bottom: 14px;
    padding-top: 10px;
}

#page-content ul.resource-links li {
    padding-bottom: 4px!important;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.show-count span {
    /* [disabled]font-size: 115%; */
    display: block;
    padding-bottom: 10px;
    /* [disabled]background-color: aqua; */
    padding-top: 10px;
    color: #373737;
}
#page-content ol.box li.wrapper {
    border: 1px solid var(--border-dark);
}

#page-content ol.box li {
    list-style: none;
    /* Disable the normal item numbering */
    position: relative;
}

#page-content ol.box li li {
    padding: 0;
    margin: 0;
}


.list-bg-1 li {
    background-color: rgba(253,184,21,0.10);
}

.list-bg-2 li {
    background-color: rgba(253,184,21,0.2);
}

.list-bg-3 li {
    background-color: rgba(253,184,21,0.30);
}

#page-content ol.box.deco.list-number li {
    padding-left: 18px;
    /* [disabled]margin-left: 2em; */
    margin-bottom: 18px;
    transition: .5s;
    font-weight: 700;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-top: 6px;
}

#page-content ol.box.deco.list-number {
    /* [disabled]margin-top: 40px; */
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: -20px;
}
#page-content ol.box.deco.list-number ul li {
    /* [disabled]margin-top: 40px; */
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-left: -10px;
    border: none;
    font-size: 1rem;
    margin: 0px!important;
    background-color: transparent;
    font-weight: 400;
}

#page-content ol.box.deco.list-number li::before {
	position: absolute;
	top: -10px;
	left: -20px;
	box-sizing: border-box;
	margin-right: 8px;
	color: #434343;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    transition: .5s;
}

.new-counter {
    counter-reset: new-counter;
}

.show-count {
    counter-increment: new-counter;
}

.show-count::before {
    content: counter(new-counter);
    color: #000;
    font-size: 2rem;
}


#page-content ol.box.deco.list-number li:hover::before {
    background-color: #000;
    color: #fff;
}
#page-content ol.box.deco.list-number li:hover {
    background-color: rgba(253,184,21,0.50);
}
#page-content ol.box.deco.list-number ul li:hover {
    background-color: transparent;
}




#page-content ol.box.deco.icon-check li {
	padding-left: 26px;
}

#page-content ol.box.deco.icon-check li {
    counter-increment: new-counter;
}
#page-content ol.box.deco.icon-check li:before {
    content: counter(new-counter);
}

#page-content ol.box.deco.icon-check li:before {
	content: '\f14a';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	
	position: absolute;
	top: -8px;
	left: -19px;
	box-sizing: border-box;
	width: 2em;
	margin-right: 8px;
	color: #E0EBF3;
	font-size: 1.6rem;
	text-align: center;
}


#list-stacked ul {
	margin-bottom: 0px!important;
	/* [disabled]background-color: #FC0B0F; */
}

/*#content-main ul ul{
	margin-bottom: 8px;
	margin-left: -10px;
}*/


#contAnnouncements ul li {
	padding-left: 20px;
	margin-left: -14px;
	line-height: 28px;
	list-style-type: none;
	color: #000000;
	font-weight: normal;
	margin-bottom: 2px;
	margin-bottom: 6px;
	/*font-family: 'Raleway', sans-serif;*/
	font-size: 22px;
}
.masonryItem ul li {
	font-size: 20px;
	padding-left: 8px;
	/* [disabled]margin-left: -14px; */
	line-height: 24px;
	list-style-type: none;
	color: #585858;
	font-weight: normal;
	margin-bottom: 2px;
	padding-right: 6px;
}

.info-bar {
	display: grid;
	/*grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));*/
	justify-content: space-around;
	margin-top: 2rem;
}
.info-bar li {
	margin-bottom: 1.5em;
}
.info-bar strong {
	font-size: 1.4em;
}
.info-bar span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .75em;
}


/* need to add the class to UL tag */

#content-body ul {
    margin-top: 6px;
    margin-bottom: 14px;
}

ul.bullet-icon {
    
}

ul.bullet-none li::marker {

}

ul.bullet-icon,
ul.bullet-none {
    margin-left: 12px;
}


.bullet-icon > li,
.bullet-icon > li li,
.bullet-icon > li li li {
    font-size: var(--font-size-mobile);
    line-height: var(--line-height-mobile);
    padding-left: 10px!important;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: var(--list-item-margin-bottom-mobile);
}

.bullet-icon li::marker {
	font-size: inherit;
	font-family: "Font Awesome 5 Pro";
}

.bullet-icon.bullet-light li::marker {
	color: var(--bullet-light);
}
.bullet-icon.bullet-medium li::marker {
	color: var(--bullet-medium);
}
.bullet-icon.bullet-dark li::marker {
	color: var(--bullet-dark);
}

.bullet-icon.checkmark-sq li::marker {
	content: '\f14a';
	font-weight: 900;
}

.bullet-icon.cross-sq li::marker {
	content: '\f057';
	font-weight: 900;
}
.bullet-icon.question-sq li::marker {
	content: '\f2fd';
	font-weight: 900;
}
.bullet-icon.exclamation-sq li::marker {
	content: '\f321';
	font-weight: 900;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.bullet-icon.info-sq li::marker {
	content: '\f30f';
	font-weight: 900;
}
.bullet-icon.PDF li::marker {
	content: '\f1c1';
	font-weight: 900;
}
.bullet-icon.form li::marker {
	content: '\f022';
	font-weight: 900;
}
.bullet-icon.checkmark-rnd li::marker {
	content: '\f058';
	font-weight: 900;
	/*font-size: 90%;*/
}

.bullet-icon.download li::marker {
	content: '\f019';
	font-weight: 900;
}

.bullet-icon.link li::marker {
	content: '\f0c1';
	font-weight: 900;
}

.bullet-icon.caret li::marker {
	content: '\f0da';
	font-weight: 700;
}

.bullet-icon li li::marker,
.bullet-icon li li li::marker {
	color: var(--bullet-sub);
    font-size: var(--bullet-sub-size);
	content: '\f054'!important;
	font-weight: 300;
	text-shadow: none;
}


.bulletCheck-img {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}

.bulletCheck-img li {
	background-repeat: no-repeat;
	background-image: url(../images/bullets/check.png);
	padding-left: 30px!important;
	background-position: left 6px!important;
	list-style: none;
	min-height: 30px;
	font-size: 1.4rem!important;
	margin-bottom: 20px;
	line-height: 1.3;
	padding-top: 0px;
	margin-left: -10px;
	color: #fff;
}

.bulletEmphasis {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}

#content-main.bulletEmphasis li {
	background-repeat: no-repeat;
	background-image: url(../images/bullets/emphasis.png);
	padding-left: 48px!important;
	background-position: 10px 10px!important;
	list-style: none;
	min-height: 30px;
	font-size: 1.6rem!important;
	margin-bottom: 20px;
	line-height: 1.3;
	padding-top: 14px;
	/* [disabled]margin-left: -32px; */
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.20);
	padding-bottom: 20px;
	border: 1px solid rgba(255,255,255,0.40);
	padding-right: 12px;
}

#content-main.bullet-text-color {
	color: #7E7E7E!important;
}

#content-main.bullet-text-color-reverse {
	color: #fff!important;
}

.bullet-none li {
	list-style-image: none;
	list-style-type: none;
}


.bulletCheckMasonry li {
	background-repeat: no-repeat;
	/* [disabled]background-image: url(../images/bullets/checkMasonry.png); */
	padding-left: 0px;
	/* [disabled]padding-top: 5px; */
	padding-bottom: 6px;
	background-position: left 5px;
	margin-left: 0px;
}

/* Font Awesome tweaks */
#content-main .fad, 
#content-main .far,
#content-main .fab,
#content-main .fas {
	/* [disabled]margin-right: 8px!important; */
	color: #2F2F2F;
	/* [disabled]margin-left: 0px; */
	padding-right: 12px;
}

#footer_main-section ul li .fad,
#footer_main-section ul li .far,
#footer_main-section ul li .fab,
#footer_main-section ul li .fas {
	margin-right: 12px!important;
	color: rgba(255,255,255,0.40)!important;
}


/* Large displays */
@media only screen and (min-width : 660px) {
	
	#page-content ol {
	/* [disabled]margin-left: 20px; */
	}
	#page-content ol li {
    font-size: 1.1rem;
    /* [disabled]margin-bottom: 8px; */
    line-height: 1.2;
	}
	#page-content ol.box ul li {

	}

    .bullet-icon > li,
    .bullet-icon > li li,
    .bullet-icon > li li li {
    font-size: var(--font-size-large);
    line-height: var(--line-height-large);
    /* [disabled]padding-left: 10px; */
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: var(--list-item-margin-bottom-large);
}
	
	.bulletCheck-img ul {
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	
	#content-main.bulletCheck-img li {
		padding-left: 40px;
		padding-top: 0px;
		background-position: left 4px;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 12px;
		list-style: none;
		/* [disabled]min-height: 16px; */
		font-size: 1.4rem!important;
		line-height: 1.2!important;
	}

	
}

/* Formatting Changes */

#content-main .list-no-margins ul, #content-main .list-no-margins ul li {
	margin: 0px!important;
	background-color: #ccc;
}

/* Container Queries */

#layout_main_sidebar-left {
    container-type: inline-size;
    /* [disabled]margin-bottom: 100px; */
}

.item-format {
    display: flex;
    gap: 4px;
    margin-bottom: 2px;
}

.item-title {
    font-weight: bolder;
    padding-top: 2px;
    color: #51626A;
    /* [disabled]font-size: 110%; */
}
.item-description {
    font-size: 90%;
    color: rgba(95,95,95,1.00);
    margin-bottom: 12px;
}
.item-format a {
    /*max-width: 80px;*/
    text-align: center;
    align-content: center;
    padding: 4px 10px;
    background-color: #51798B;
    text-decoration: none;
    color: #fff;
    font-size: 70%;
    font-weight: normal;
}
.item-format a:hover {
    background-color: #2B5E37;
}


@container (max-width: 400px) {
    .item-format {
        flex-direction: column-reverse;
        gap: 2px;
    }
    .item-format a {
        max-width: 100px;
        padding: 4px 0;
        font-size: 90%;
        text-align: center;
    }
}
