

/*///////////////////////////////////////END Typography///////////////////////////////////////*/
.plan-primary--pull-box {
	background-color: #eee;
	float: right;
	margin: 0 0 10px 10px;
	width: 420px;
}

@media all and (max-width:768px) {
	.plan-primary--pull-box {
		float: none;
		margin: 10px 0;
		width: 100%;
	}
}

h3.uk-h1 {
	color: #222;
	font-size: 3em;
	font-weight: normal;
	text-align: center;
	text-shadow: none;
}

#page_bg.wideload {
	background-image: url("/plan/images/wideload/strat-plan-bg.jpg");
}

body.timeline .page-header > h2 {
	/* color: #fff; */
	font-size: 3em;
	text-align: center;
}

.vertTimeline {
	background: none repeat scroll 0 0 transparent;
}

.vertTimeline a {
	color: #acb7c0;
	text-decoration: none;
}

.vertTimeline img {
	max-width: 100%;
}

.vertTimeline h1,
.vertTimeline h2 {
	font-weight: bold;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
	margin: 0 auto;
	max-width: 1170px;
	/* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
	width: 90%;
}

.cd-container::after {
	clear: both;
	/* clearfix */
	content: "";
	display: table;
}

/* --------------------------------

Main components

-------------------------------- */
.vertTimeline header {
	background: #303e49;
	height: 200px;
	line-height: 200px;
	text-align: center;
}

.vertTimeline header h1 {
	color: white;
	font-size: 1.125rem;
}

@media only screen and (min-width: 1170px) {
	.vertTimeline header {
		height: 300px;
		line-height: 300px;
	}

	.vertTimeline header h1 {
		font-size: 1.5rem;
	}
}

#cd-timeline {
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 2em 0;
	position: relative;
}

#cd-timeline::before {
	background: #afcfb0;
	/* this is the vertical line */
	content: "";
	height: 100%;
	left: 18px;
	position: absolute;
	top: 0;
	width: 4px;
}

@media only screen and (min-width: 1170px) {
	#cd-timeline {
		margin-bottom: 3em;
		margin-top: 3em;
	}

	#cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}

.cd-timeline-block {
	margin: 2em 0;
	position: relative;
}

.cd-timeline-block:after {
	clear: both;
	content: "";
	display: table;
}

.cd-timeline-block:first-child {
	margin-top: 0;
}

.cd-timeline-block:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-block {
		margin: 4em 0;
	}

	.cd-timeline-block:first-child {
		margin-top: 0;
	}

	.cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}

.cd-timeline-img {
	border-radius: 50%;
	box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	height: 40px;
	left: 0;
	position: absolute;
	top: 0;
	width: 40px;
}

.cd-timeline-img img {
	display: block;
	height: 24px;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	position: relative;
	top: 50%;
	width: 24px;
}

.cd-timeline-img.cd-picture {
	background: #75ce66;
}

.cd-timeline-img.cd-movie {
	background: #c03b44;
}

.cd-timeline-img.cd-location {
	background: #1e6b52;
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-img {
		height: 60px;
		left: 50%;
		margin-left: -30px;
		width: 60px;
		-webkit-transform: translateZ(0);
		/* Force Hardware Acceleration in WebKit */
		        transform: translateZ(0);

		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
	}

	.cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		   -moz-animation: cd-bounce-1 0.6s;
		        animation: cd-bounce-1 0.6s;
	}
}

@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
	}
}

@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		   -moz-transform: scale(0.5);
		    -ms-transform: scale(0.5);
		        transform: scale(0.5);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		   -moz-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		        transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
	}
}

.cd-timeline-content {
	background: #f1f1f1 none repeat scroll 0 0;
	border-radius: 0.25em;
	box-shadow: 0 3px 0 #c8c8c8;
	margin-left: 60px;
	padding: 1em;
	position: relative;
}

.cd-timeline-content:after {
	clear: both;
	content: "";
	display: table;
}

.cd-timeline-content h2 {
	color: #303e49;
}

/*
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 1.3rem;
}
 */
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
	display: inline-block;
}

.cd-timeline-content p {
	line-height: 1.6;
	margin: 1em 0;
}

.cd-timeline-content .cd-read-more {
	background: #acb7c0;
	border-radius: 0.25em;
	color: white;
	float: right;
	padding: 0.8em 1em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
	background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
	float: left;
	opacity: 0.7;
	padding: 0.8em 0;
}

.cd-timeline-content::before {
	border: 7px solid transparent;
	border-right: 7px solid white;
	content: "";
	height: 0;
	position: absolute;
	right: 100%;
	top: 16px;
	width: 0;
}

@media only screen and (min-width: 768px) {
	.cd-timeline-content h2 {
		font-size: 1.5rem;
		font-weight: 600;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 40%;
	}

	.cd-timeline-content::before {
		border-color: transparent;
		border-left-color: white;
		left: 100%;
		top: 24px;
	}

	.cd-timeline-content .cd-read-more {
		float: left;
	}

	.cd-timeline-content .cd-date {
		left: 122%;
		position: absolute;
		top: 6px;
		width: 100%;
	}

	body.timeline .cd-timeline-content .cd-date {
		color: #222;
		font-size: 3em;
		line-height: normal;
		padding: 0 0 0 0.5em;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		border-color: transparent;
		border-right-color: white;
		left: auto;
		right: 100%;
		top: 24px;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
		float: right;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}

	.cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}

	.cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		   -moz-animation: cd-bounce-2 0.6s;
		        animation: cd-bounce-2 0.6s;
	}
}

body.hd.timeline #content {
    margin: 0 auto -40px;
    padding: 0;
    width: auto;
}

@media only screen and (max-width: 1170px) {
	/* body.timeline #cd-timeline {
		margin-top: 0;
		padding-top: 0;
	}

	body.timeline .cd-timeline-content {
		margin-top: 70px;
	} */

	body.hd.timeline #content {
		margin: 0 auto;
	}
	body.timeline .cd-date {
		background: #ccc none repeat scroll 0 0;
		border-radius: 4px;
		display: block;
		font-size: 1.5em;
		left: 0;
		opacity: 0.8;
		padding: 1% 2% 1%;
		position: absolute;
		top: -50px;
		width: 96%;
	}
}

@media only screen and (min-width: 1170px) {
	/* inverse bounce effect on even content blocks */
	.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		   -moz-animation: cd-bounce-2-inverse 0.6s;
		        animation: cd-bounce-2-inverse 0.6s;
	}
}

@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		   -moz-transform: translateX(-100px);
		    -ms-transform: translateX(-100px);
		        transform: translateX(-100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		   -moz-transform: translateX(20px);
		    -ms-transform: translateX(20px);
		        transform: translateX(20px);
	}

	100% {
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
}

@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}

	100% {
		-moz-transform: translateX(0);
	}
}

@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		   -moz-transform: translateX(100px);
		    -ms-transform: translateX(100px);
		        transform: translateX(100px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		   -moz-transform: translateX(-20px);
		    -ms-transform: translateX(-20px);
		        transform: translateX(-20px);
	}

	100% {
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);
	}
}



/* begin dev numbers */

.numberBoxContainer {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.numberBox {
	align-self: normal;
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 100px;
	line-height: normal;
	margin: 1.5em auto;
	padding: 10px 10px 10px 115px;
	text-align: left;
	width: 260px;
}

.numberTitle {
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
}

.numberNumber {
	font-family: "kulturista-web", serif;
	font-size: 4rem;
}

.alumni-giving {
	background-image: url(images/plan_test/alumni-giving_icon.png);
}

.annual-giving {
	background-image: url(images/plan_test/annual-giving_icon.png);
}

.capital-investment {
	background-image: url(images/plan_test/capital-investment_icon.png);
}

.cash {
	background-image: url(images/plan_test/cash_icon.png);
}

.commercialization {
	background-image: url(images/plan_test/commercialization_icon.png);
}

.community-impact {
	background-image: url(images/plan_test/community-impact_icon.png);
}

.community-learning {
	background-image: url(images/plan_test/community-learning_icon.png);
}

.completions {
	background-image: url(images/plan_test/completions_icon.png);
}

.dentistry {
	background-image: url(images/plan_test/dentistry_icon.png);
}

.economic-impact {
	background-image: url(images/plan_test/economic-impact_icon.png);
}

.enrollment {
	background-image: url(images/plan_test/enrollment_icon.png);
}

.expenditures {
	background-image: url(images/plan_test/expenditures_icon.png);
}

.gender {
	background-image: url(images/plan_test/gender_icon.png);
}

.grad-rate-female {
	background-image: url(images/plan_test/grad-rate-female_icon.png);
}

.grad-rate-underrepresented {
	background-image: url(images/plan_test/grad-rate-underrepresented_icon.png);
}

.graduation {
	background-image: url(images/plan_test/graduation_icon.png);
}

.impact {
	background-image: url(images/plan_test/impact_icon.png);
}

.optometry {
	background-image: url(images/plan_test/optometry_icon.png);
}

.quality {
	background-image: url(images/plan_test/quality_icon.png);
}

.representation {
	background-image: url(images/plan_test/representation_icon.png);
}

.retention {
	background-image: url(images/plan_test/retention_icon.png);
}

.satisfaction {
	background-image: url(images/plan_test/satisfaction_icon.png);
}

.specialities {
	background-image: url(images/plan_test/specialities_icon.png);
}

.workforce {
	background-image: url(images/plan_test/workforce_icon.png);
}

.greenPullquoteBox {
	background: rgb(5, 103, 65);
	background:    -moz-linear-gradient(left, rgba(5, 103, 65, 1) 0%, rgba(12, 126, 66, 1) 50%, rgba(5, 103, 65, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(5, 103, 65, 1) 0%, rgba(12, 126, 66, 1) 50%, rgba(5, 103, 65, 1) 100%);
	background:         linear-gradient(to right, rgba(5, 103, 65, 1) 0%, rgba(12, 126, 66, 1) 50%, rgba(5, 103, 65, 1) 100%);
	padding: 3% 5% 4% 5%;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#056741', endColorstr='#056741', GradientType=1);
}

.greenPullquoteBox h2,
.greenPullquoteBox div {
	color: #fff;
	font-family: "proxima-nova", sans-serif !important;
}

.greenPullquoteBox div {
	font-size: 1.1em;
	max-width: 50%;
}

@media all and (max-width: 800px) {
	.greenPullquoteBox div {
		max-width: none;
	}
}

/* end dev numbers */
