/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */


.dropcaps-text-wrap {
	float: left;
	padding-right: 10px;
}

.image-right {
	float: right;
	padding-left: 10px;
}

.cs-border {
	border: 2px solid #275d38;
}

.cs-info-border-left {
	border-left: none;
}

.cs-info-border-right {
	border-right: none;
}

.cs-info-border-top {
	border-top: none;
}

.cs-info-border-bottom {
	border-top: none;
}

.cs-info-margin-top {
	margin-top: none;
}

.width-10 {
	width: -webkit-fill-available;
}

.width-20 {
	width: -webkit-fill-available;
}

.width-25 {
	width: -webkit-fill-available;
}

.width-30 {
	width: -webkit-fill-available;
}

.width-33 {
	width: -webkit-fill-available;
}

.width-40 {
	width: -webkit-fill-available;
}

.width-50 {
	width: -webkit-fill-available;
}

.width-60 {
	width: -webkit-fill-available;
}

.width-70 {
	width: -webkit-fill-available;
}

.width-80 {
	width: -webkit-fill-available;
}

.width-90 {
	width: -webkit-fill-available;
}

	
.text-georgian {
	font-family: georgian;
}

.align-info {
	display: flex;
	align-items: center;
}

.justify-info {
	display: flex;
	justify-content: center;
}

.hr-bar {
	display: none;
}

/* Annual Report Page */

.green-title-header {
	color: #009933 !important;
	font-size: 40px !important;
}

.annual-report-green-text {
	color: #009933;
}

.green-text-box {
	background-color: #003300;
	color: #FFFFFF;
}

.pantone7483c-text-box {
	background-color: #275d38;
	color: #FFFFFF;
}

.pantone348c-text {
	color: #009933;
	font-size: 60px;
}

div.borderBox .borderTitle {
    width: 80px;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
} 

.info-number-text {
	color: #009933;
	font-size: 32px;
	font-family: georgian;
}

.image-text-link {
	color: white;
	text-decoration: none;
}

.image-text-link:hover {
	color: #66CC33;
	text-decoration: none;
}

.link-button {
	background-color: rgba(36, 93, 56, 0.85);
    color: #ffffff;
    border: 3px solid #ffffff;
    transition: 0.3s;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    text-align: center;
}

.link-button:hover {
	background-color: white;
    color: #275d38;
    border: 3px solid #275d38;
    text-decoration: none;
}

/* End of Annual Report Page */


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	


	
	
	
}






/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	.cs-info-border-left {
		border-left: 2px solid #275d38;
	}

	.cs-info-border-right {
		border-right: 2px solid #275d38;
	}
	
	.cs-info-border-top {
		border-top: 2px solid #275d38;
	}
	
	.cs-info-border-bottom {
		border-bottom: 2px solid #275d38;
	}
	
	.cs-info-margin-top {
		margin-top: 20px;
	}

	.width-10 {
		width: 10%;
	}
	
	.width-20 {
		width: 20%;
	}
	
	.width-25 {
		width: 25%;
	}
	
	.width-30 {
		width: 30%;
	}
	
	.width-33 {
		width: 33%;
	}

	.width-40 {
		width: 40%;
	}

	.width-50 {
		width: 50%;
	}

	.width-60 {
		width: 60%;
	}
	
	.width-70 {
		width: 70%;
	}
	
	.width-80 {
		width: 80%;
	}
	
	.width-90 {
		width: 90%;
	}
	
	.hr-bar {
		display: display;
	}
	
	.mosaic-left {
		float:left;
	}
	
	.mosaic-right {
		float:right;
	}

}

	/*end media query*/
	/*End landscape tablet and up styles*/
	/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
	@media only screen and (min-width: 1200px) {
		


	}

	/*end media query*/
	/*End desktop only styles*/
	/*END OF DOCUMENT*/
