#cmn-banner {
	background-image: url(../images/top-header-cmn-icon.png);
}
/*STICKY BUTTON CODE*/
.stickyActButton {
	position: fixed;
	z-index: 1200;
	top: 27.5rem;
	background-color: #ffcd00;
	/*float:right;*/
	right:0;
	width:60px;
	border-radius: 10px 0px 0px 10px;
}
.stickyActButton a {
	color:#000;
	text-transform:none;
	text-decoration:none;
}
.stickyActTitle {
	writing-mode: sideways-lr;
	margin-top:1rem;
}
.stickyActTitle p {
	font-family: 'Antonio';
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration:none;
	margin-left: 1rem;
}
.stickyActButton a:hover {
	text-transform:none;
}
.stickySymbol {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .5rem;
}
.enderVersion {
	background-color:#000!important;
}
.enderVersion a {
	color:#fff;
}
.enderVersion .stickyActTitle p {
	color:#fff;
}


.introBlock {
	margin-bottom:4rem;
}
.titleText {
	margin-bottom:3rem;
}
.titleText > .col-10 {
	padding:0rem;
}
h1 {
	font-size: 3.6rem;
}
.introCopy p {
	font-size:1.2rem;
}

.makeDiffBlock {
	background-color:#107da3;
}


.sectionHeader h2 {
	font-family: 'Roboto';
	font-size: 2.5rem;
	font-weight: 200;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 5px;
	color:#fff;
}
.sectionHeader h2::after {
	content: ' ';
	width: 5rem;
	background-color: #ffcd00;
	height: .2rem;
	display: block;
	position: absolute;
	margin-top: .8rem;
	left:0;
	right:0;
	margin-inline:auto;
}
.exempt h2::after {
	display:none;
}
.sectionHeaderSub p {
	font-family: 'Roboto';
	font-size: 1.3rem;
	color:#fff;
}
.makeDiffHeaderSub {
	margin-bottom:3rem;
	margin-top:1rem;
}

.makeDiffHeader {
	margin-top:3rem;
}

.teamGrid {
	margin-bottom:2rem;
}

.memberPhoto {
	max-width:360px;
}
.memberTitle h3 {
	font-family: 'Zilla Slab', serif;
	font-size: 2rem;
	font-weight: 600;
	color: #ffcd00;
	margin-top: 1rem;
}
.memberPosition p {
	color: #80daff;
	text-transform:uppercase;
	font-size: 1.2rem;
	font-weight:700;
	margin-top: .5rem;
	letter-spacing: .15rem;
}
.memberMail > p > a {
	color: #fff;
	font-size: 1.1rem;
	margin-top: .5rem;
}
.memberDomain {
	padding-left:1.5rem;
	padding-right:1.5rem;
	margin-bottom:2rem;
}
.memberDomain p {
	color: #fff;
	font-size: 1.1rem;
}


.storyHighlightBlock .col-sm-5 {
	padding:0rem;
}
.highlightImageContain {
	min-height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.highlightStoryTitle h2 {
	color: #107da3;
	font-weight:400;
	letter-spacing:.2rem;
	font-size:2.5rem;
}
.highlightStoryBody p {
	font-size:1.3rem;
	line-height: 1.5;
}
.highlightButtLink {
	padding:0;
}
.highlightButt {
	font-family: 'Antonio';
	font-size: 1.3rem;
	font-weight: 700;
	border-radius: 0;
	background-color: #ffcd00;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: .04rem;
	margin-bottom: .5rem;
	min-height: 35px;
	min-width: 35px;
	padding: .5rem;
	border-radius: 25px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}


.inspireBlock {
	background-color:#e1f1f9;
	color:#fff;
}
.inspireHeader {
	margin-top:3rem;
}
.inspireHeader h2 {
	color:#107da3;
}
.inspireHeaderSub p {
	color:#000;
}
.inspireHeaderSub {
	margin-bottom:3rem;
	margin-top:1rem;
}
.fullW {
	width:100%
}
.storyImageContain {
	min-height: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 5px;
	border-radius:20px;
}
.storyImageLink {
	width: 100%!important;
	height: auto!important;
}
.storyTitleLink {
	margin-left: auto;
	margin-right: auto;
	text-decoration:none;
}
.storyTitleLink h3 {
	font-family: 'Roboto';
	color:#000;
	margin-bottom:1.5rem;
	font-weight:400;
	text-transform:underline;
}
.storylist {
	margin-bottom:3rem;
}
.moreStories {
	background-color:#107da3;
	color:#fff;
	margin-bottom:3rem;
}
.moreStories:hover {
	color:#ffcd00;
}



.eventsHeader {
	margin-top: 3rem;
}
.eventsHeader h2 {
	color:#000;
}
.eventsHeaderSub p {
	color:#000;
}
.eventsHeaderSub {
	margin-bottom:2rem;
}
.eventlist {
	margin-bottom:2rem;
}
.date {
	background-color: #ffcd00;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: .6rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	width: auto;
	border-radius:10px;
}
.dateArrow {
	font-family: 'Antonio';
	margin-top: .5rem;
	margin-bottom: .5rem;
	width: inherit;
	padding-top: .8rem;
}

.dateArrow::after {
	content: "\f061";
	font-family: 'Font Awesome 5 Pro';
	color: #000;
	font-weight:700;
}
.date span {
	font-size: 2rem;
	line-height: 1;
}
.eventTitleLink {
	margin-bottom:2.5rem;
	width:100%!important;
}
.eventTitleLink h3 {
	font-family: 'Roboto';
	color: #000;
	text-decoration:underline;
}
.eventTime p {
	font-family: 'Zilla Slab', serif;
	font-weight:700;
}




.storyTitle h1 {
	color:#107da3;
}
.storyDescription p {
	color:#626262;
	font-family: 'Roboto', serif;
	font-size: 1.3rem;
	margin-bottom: .5rem;
}
.storyByline p {
	color:#626262;
	font-family: 'Zilla Slab', serif;
	font-size: 1.3rem;
	font-weight:700;
}
.iowaStoryBody h2 {
	color:#107da3;
	font-family: 'Zilla Slab', serif;
	font-weight:700;
	padding-top:0;
	margin-bottom:.5rem;
}
.iowaStoryBody h2::after {
	display:none;
}
.iowaStoryBody hr {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	color:#107da3;
}
.portrait.right {
	float: right;
	margin: 0 0 25px 25px;
	width: 40%;
	max-width: 250px;
}
.portrait.left {
	float: left;
	margin: 25px 25px 0 0;
	width: 40%;
	max-width: 250px;
}
.portrait.center {
	float: center;
	margin: 25px 25px 0 0;
	width: 40%;
	max-width: 250px;
}



.storyChunk {
	padding:0;
}


@media screen and (min-width: 790px) and (max-width: 1030px) {
	.dateArrow {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-top: 0;
	}
}