﻿/* About Us Info Blocks */


/* Trial and Error */
.info-block-links a {
	color: var(--green);
}



.info-block-links a:hover {
	color: #fff;
}

/***********************************/
.united-together {
	background-color: var(--blue);
}

.collaborators-image {
	height: 375px;
	margin: 0 auto 0 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/Content/Images/info-blocks/united-together.jpg);
	background-position: 0 78%;
	background-attachment: fixed;
}

.serving-vulnerable-groups {
	/*padding: 10vh 20px;
	margin: 0 auto 0 0;*/
	background-image: url(/Content/Images/info-blocks/serving-vulnerable-groups.jpg);
	background-repeat: no-repeat;
	background-position: 40% 46%;
	background-attachment: fixed;
	color: #fff;
}

.blended-learning {
	background-image: url(/Content/Images/info-blocks/blended-learning.jpg);
	transition: transform 2s;
	background-size: cover;
	color: #fff;
	height: 100%;
	background-position: bottom;
}

	.blended-learning:hover {
		transform: scale(1.15);
		

	}

.specialists {
	padding: 10vh 20px;
	margin: 0 auto 0 0;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/Content/Images/info-blocks/specialists.jpg);
	background-position: 50% 83%;
	background-attachment: fixed;
	color: #fff;
}

.apply-for-accreditation {
	
	background-image: url(/Content/Images/info-blocks/accreditation.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.block-circle {
	position: relative;
	width: 75%;
	padding-bottom: 75%;
	border: solid 10px #fff;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
}

@keyframes pulse-hover {
	0% {
		transform: scale(1.05);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1.05);
	}
}

	.block-circle h3 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}

	.block-circle h4 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}

	.block-circle.orange {
		border: solid 10px var(--orange);
		box-shadow: inset 0 0 0 5px #fff;
		transition: all 0.5s ease-in-out;
		background-color: var(--orange);
		color: #fff;
	}

		.block-circle.orange:hover {
			background-color: var(--orange);
			animation: pulse-hover 2s infinite;
			color: #fff;
		}

	.block-circle.green {
		border: solid 10px var(--green);
		box-shadow: inset 0 0 0 5px #fff;		
		background-color: var(--green);
		color: #fff;
	}

		.block-circle.green:hover {
			background-color: var(--green);
			animation: pulse-hover 2s infinite;
			color: #fff;
		}

.block-circle.blue {
	border: solid 10px var(--light-blue);
	box-shadow: inset 0 0 0 5px #fff;
	background-color: var(--light-blue);
	color: #fff;
}

		.block-circle.blue:hover {
			animation: pulse-hover 2s infinite;
			background-color: var(--light-blue);
			color: #fff;
		}

/* Adjustments for Our Teams */
.our-team .block-circle {
	width: 80%;
	padding-bottom: 74%;
}

.our-commitments ol {
	counter-reset: list;
	list-style: none;
	margin: 0 25px;
}

	.our-commitments ol li:before {
		content: counter(list, decimal-leading-zero);
		counter-increment: list;
		font-weight: 500;
		font-size: 20px;
		color: var(--orange);
		border-bottom: 1px solid var(--orange);
		padding-right: 50%;
		padding-bottom: 12px;
	}

	.our-commitments ol li {
		width: 100%;
		padding: 0 12px;
		margin-bottom: 25px;
		font-weight: 500;
		font-size: 2.17vw;
		line-height: 1;
		position: relative;
		padding-top: 1.6em;
	}

		.our-commitments ol li h4 {
			padding-top: 25px;
		}

.our-team ul {
	list-style: none;
	margin: 0 25px;
}



.block-yellow {
	background-color: var(--yellow);
	margin-top: -175px;
	justify-content: center;
	border: 1px solid var(--blue);
}

.block-pink {
	background-color: var(--pink);
	margin-top: -175px;
	justify-content: center;
	border: 1px solid var(--blue);
}

.block-blue {
	background-color: var(--light-blue);
	margin-top: -175px;
	justify-content: center;
	border: 1px solid var(--blue);
}



/* Team Members Info Blocks */



.cheap-border {
	border: 5px solid var(--green);
}

	.cheap-border.blue {
		border: 5px solid var(--blue);
	}

	.cheap-border.orange {
		border: 5px solid var(--orange);
	}


.tool-kit-container {
}

/**** Small devices (landscape phones, 576px and up) **/
@media (min-width: 576px) {
	/*.block-circle {
		width: 40%;
		padding-bottom: 40%;
	}*/

	@media (max-width: 370px ) {

		/*.block-circle.orange {
		border: solid 6px var(--orange);
		color: var(--orange);
	}


	.block-circle.green {
		border: solid 6px var(--green);
		color: var(--green);
	}


	.block-circle.blue {
		border: solid 6px var(--light-blue);
	}


	.block-circle h3 {
		font-size: 13px;
	}*/
	}

	/**** Medium devices (tablets, 768px and up) **/
	@media (min-width: 768px) {

		.block-circle {
			
			width: 100%;
			padding-bottom: 100%;
		}
			.serving-vulnerable-groups {
			/*padding: 10vh 94px;	*/
		}

		.blended-learning {
			padding: 10vh 94px;
		}

		.specialists {
			padding: 10vh 94px;
		}

		.block-circle {
			position: relative;
			width: 40%;
			padding-bottom: 40%;
			border: solid 10px #fff;
			border-radius: 50%;
			justify-content: center;
			align-items: center;
			text-align: center;
		}


		.our-commitments ol li:before {
			content: counter(list, decimal-leading-zero);
			counter-increment: list;
			font-weight: 400;
			font-size: 49px;
			color: var(--orange);
			border-bottom: 1px solid var(--orange);
			padding-right: 50%;
			padding-bottom: 12px;
		}

		.our-commitments ol li {
			width: 25%;
			padding: 0 12px;
			margin-bottom: 76px;
			font-weight: 500;
			font-size: 24px;
			line-height: 1;
			position: relative;
			padding-top: 1.6em;
		}

			.our-commitments ol li h4 {
				font-size: 18px;
			}



		/**** Large devices (desktops, 992px and up) **/
		@media (min-width: 992px) {
			.block-circle {
				width: 80%;
				padding-bottom: 80%;
			}
		}

		/**** Extra large devices (large desktops, 1200px and up) **/
		@media (min-width: 1200px) {
			.block-circle {
				width: 40%;
				padding-bottom: 40%;
			}
		}



		