/*Hack for underlined link on homepage*/
.m--bg--blue a:visited, .m--bg--green a:visited, .m--bg--maroon a:visited {
    border-bottom-color: #fff;
}
/*Increase padding for event listing links*/
.t--home section.mid-page .whats-happening .item li {
    padding-right: 70px;
}
.tagline {
	margin-bottom: 50px;
	font-weight: bold;
}
/*Home page formatting*/
/*Mobile*/
@media (max-width: 767px) {
	.t--home .home-hero-banner .feature-cta {
		/*margin: 260px 0 0 0 !important;*/
	}
	.t--home section.mid-page .mid-page-bar-container {
		/*margin: -520px 0 0 0;*/
	}
	#resources {
		/*margin: 300px 0 0 0;*/
	}
}
/*Tablets*/
@media (min-width: 768px) and (max-width: 1024px) {
	.t--home section.mid-page .mid-page-bar-container .mid-page-bar {
	}
	.m--bg--blue {
		/*overflow: hidden;*/
	}
	.whats-happening {
		/*margin-top: -70px !important;*/
	}
	.t--home section.mid-page .whats-happening .item {
		/*margin-bottom: 0px !important;*/
	}
}
/*Desktop*/
@media (min-width: 768px) {
.t--home section.mid-page .mid-page-bar-container .mid-page-bar {
    top: -560px !important;
}
}
.icon img {
	float: left; width: 40px;margin: 0px 5px 0 0;
}

/*Medium and Large fonts*/
aside {
	font-size: 22px;
	font-weight: 300;
	line-height: 29px;
	max-width: 975px;
}
article {
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
}
/*Map*/
.ng-scope {
	margin: 50px 0 0 0;
}
/*Meta icon positioning*/
.icon img {
	float: left; 
	width: 40px;
	margin: 0px 15px 0 0;
}
/*Make hero button visible in edit mode
a[data-region-style='button'].ou-btn, a[data-region-style='button'].ou-btn:hover, a[data-region-style='button'].ou-btn:active, a[data-region-style='button'].ou-btn:focus {
	margin-top: -35px;
}*/
/*Circle Section fix*/
.t--content-page .content-photo-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.t--content-page .content-photo-circle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.content-photo-circle {
    margin: 40px 0;
}

/*content*/
.t--content-page .content-photo-circle > .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}

.t--content-page .content-photo-circle > .photo-circle {
    padding-left: 20px;
    margin: 0 auto 30px;
}

/*photo circle*/
.t--content-page .content-photo-circle > .photo-circle {
    margin-bottom: 0;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n+1) .c--photo-circle-flag::after {
    background-color: #fdb913;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n+2) .c--photo-circle-flag::after {
    background-color: #27aae1;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n+3) .c--photo-circle-flag::after {
    background-color: #873d5a;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n+4) .c--photo-circle-flag::after {
    background-color: #45a169;
}

.t--content-page .photo-circle-sections-container .content-photo-circle:nth-of-type(5n) .c--photo-circle-flag::after {
    background-color: #00436d;
}

.t--content-page section.right-align-header {
    margin-top: -15px;
}