  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700i');

.storyContainer {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.is-link, .is-link:hover {
	color:#000000;
	text-decoration:none;
}

.customStoryItem {
	padding:0rem;
}

.iowaStoryDetails {
	font-size: 18px;
	margin-bottom: 25px;
	font-weight:400;
}

.iowaStoryDetails span {
	font-style:italic;
}

.iowaStoryBody > .col-sm-12 {
	padding:0px;
}

.deck {
    font-size: 26px;
    color: #707070;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1.5;
}

.cutline {
    display: block;
    font-size: 1em;
    padding-top: 0;
    color: #757575;
	padding-top: 10px;
}

.photo-credit {
    display: block;
    font-size: .7em;
    margin: 1em auto 0 auto;
    color: #757575;
	display: inline-block;
	text-transform:uppercase;
}

.photo-credit::before {
    content: "\f030";
    position: relative;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
}

.portrait.right {
	float: right;
	margin: 0 0 25px 25px;
	width: 40%;
	max-width: 250px;
}
.portrait.smright {
	float: right;
	margin: 0 0 25px 25px;
	width: 25%;
	max-width: 250px;
}

.headerTwo, h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.gradlist h3:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #ffcd00;
    font-weight: 900;
    display: inline-block;
    margin-right: .2rem;
}

.gradlist h3{
    margin-top: 2rem;
}

.superbowl h3{
    padding-top: 15px;
    padding-bottom: 15px;
}

/* CAMPAIGN SIDEBAR */
.campaignSidebarBlock {
	margin-top:2rem;
}
.campaignSidebarSize {
	/*border-bottom:1px solid #000;*/
}
.campaignSidebarLogo {
	width:100%;
}
.campaignSidebarDescript {
	margin-top:1rem;
}
.campaignSidebarDescript p {
	font-family: 'Zilla Slab', serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #000;
	font-style:italic;
	text-align:center;
	width:100%;
}
.campaignSidebarButt {
	font-family: 'Antonio';
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04rem;
	margin-bottom: 1rem;
	border-radius: 0;
	border: 1px solid #000;
	background-color: #000;
	color:#fff;
}
.campaignSidebarButt:hover {
	color:#ffcd00;
}
.campaignSidebarButt::after {
	content: "\f061";
	font-family: 'Font Awesome 5 Pro';
	color: #ffcd00;
	margin-left: .5rem;
}
.campaignSidebarButton {
	margin: 1rem 0rem;
}
.campaignSidebarButton a {
	margin-left:auto;
	margin-right:auto;
}
/*END CAMPAIGN SIDEBAR */

@media (max-width: 640px) {
	.portrait.right {
		float: none;
		margin: 10px 2px;
		width: 95%;
		max-width: 400px;
	}
}

@media (max-width: 640px) {
	.portrait.smright {
		float: none;
		margin: 10px 2px;
		width: 95%;
		max-width: 400px;
	}
}

.portrait.left {
	float: left;
	margin: 25px 25px 0 0;
	width: 40%;
	max-width: 250px;
}

@media (max-width: 640px) {
	.portrait.left {
		float: none;
		mmargin: 10px 2px;
		width: 95%;
		max-width: 400px;
	}
}
@media (max-width: 1290px) {
	.mainButton {
		padding:10px;
		font-size:14px;
	}
	#giveBernadine {
		margin-top:15px;
	}
	#giveDescript {
		padding-top:0px!important;
	}
}

.portrait.twenty-wide {
	width:20%;
}

.portrait.right.top {
	margin-top:5px;
	width:20%;
}

.portrait.left.top {
	margin-top:5px;
	width:20%;
}

@media (max-width: 640px) {
	.portrait.left.top {
		float: none;
		margin: 10px 2px;
		padding-bottom: 10px;
		width: 95%;
	}
	.portrait.twenty-wide {
		width: 95%;
	}
}

.imagecontent {
	width: 100%;
	margin: 2em 0 2em 0;
}

.imagecontent > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.imagecontenttop {
	width: 100%;
	margin: 0em 0 2em 0;
}

.pull-quote {
	color: gray;
	font-style: italic;
	padding: 0px 25px;
	font-size: 14px;
	font-weight:bold;
}

#cdlist li {
padding-bottom: 15px;
padding-right: 35px;
	line-height: 25px;
}

 #cdlist ol {list-style: none; counter-reset: li;
    display: flex;
    flex-direction: column-reverse;
	 padding-left: 0px;
}

 #cdlist li::before {content: counter(li); color: #000;
  font-size: 25px;
font-family: "Merriweather";
    font-weight: 800;
  display: inline-block; width: 1.5em;
  line-height: 1;

}

#cdlist li {counter-increment: li;
 flex: 0 0 auto;
}

blockquote.google {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: 0px solid #eee;
}

.storyList > .col-sm-11 > .container-fluid {
	padding:0rem;
}
.storyPreview {
	padding-left: 0rem;
	padding-right: 0rem;
}
.col-lg-7 > .container-fluid {
	padding:0rem;
}
.storyListRow {
	margin-bottom:1.5rem;
}
.storyPreviewBanner {
	height:10rem;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.storyPreview:hover .storyPreviewTitle > h3 {
	background-position: 0 0;
	padding:.3rem .5rem;
}
.storyPreviewTitle h3 {
	font-family: 'Zilla Slab', serif;
	font-size: 1rem;
	font-weight:700;
	text-transform:none;
	background-image: linear-gradient(to left, transparent, transparent 50%, #ffcd00 50%, #ffcd00);
	background-position: 100% 0;
	background-size: 200% 100%;
	transition: all .5s ease-in; 
}
.storyPreviewTitle span {
	font-weight:400;
}
.storyPreviewAuthor p {
	font-size:.7rem;
	color:#696969;
	text-transform:uppercase;
	font-weight:700;
}
.storyPreviewTitle {
	margin-top:1rem;
}
#is_search {
	margin-bottom:0rem;
	/*margin-left:1rem;*/
	width:100%;
}
#is_category, #isCategory {
	text-transform: uppercase;
	border-radius: 0rem;
	font-weight: 700;
	background-color: #edeceb;
	color: #696969;
	cursor: pointer;
}
#is_category:after, #isCategory:after {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 40%;
	right: 5px;
	content: "";
	z-index: 98;
}
#search-iowa-stories {
	margin-top: 2.5rem;
}
.searchDivider hr {
	border-top:1px solid #a8a6a6;
}
@media screen and (min-width: 0px) and (max-width: 700px) {
	#search-iowa-stories, #is_category {
		margin-top: .5rem;
	}
}

.eventSpacer {
	margin-top:1rem;
}
.eventItem {
	padding:0rem;
}
.eventListing {
	background-color: #edeceb;
	border-bottom: 1px solid rgba(202, 202, 202, 0.5);
	padding:.5rem;
}
.eventListing:hover {
	background-color:#ffcd00;
}
.eventListingDescript {
	background-color: #fff3c4;
	font-family: 'Roboto';
	font-size: 1rem;
	word-wrap: anywhere;
	padding:.5rem;
	margin-bottom:1rem;
}
.eventListing .far {
	margin-right:.5rem;
}
.ueTime {
	color:#000;
}
.ueTitle {
	color:#000;
	line-height: 1.2;
	margin-bottom: .25rem;
}
.ueDate {
	color:#000;
	font-weight:400;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 25.5px;
    border-left: 0px solid #eee;
    font-weight: 900;
    color: #000;
    line-height: 1.1;
    text-align: left;
	margin: 40px 10px;
}
blockquote cite {
    display: block;
    margin-top: 1em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .55em;
    color: #6E6E6E;
}

.pullQuote p {
	font-weight:100;
	font-size:1.3rem;
}
.pullQuote .attribute {
	text-align:right;
	font-style:normal;
}
.bottomad .imagecontent {
    height: 100%;
    margin: .5em 0 .5em 0;
}

.bottomad .mainButton {
  margin-left: 1rem;
}

ul a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

ul a:hover {
	text-decoration:none;
	color:#000;
}
