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


/* IOWA STORY STYLING */
.storyContainer {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
	/* added padding for website version of an Iowa Story (this padding is not present in current Iowa Story CSS; it is only in this document) */
	padding: 0 12px;
}

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

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

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

.photo-credit {
    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.left {
    float: left;
    margin: 25px 25px 0 0;
    width: 40%;
    max-width: 250px;
}

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

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

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

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

blockquote {
    padding: 10px 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;
}

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

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

.dropped {
    font-size: 4.2rem;
    font-family: 'Zilla Slab', serif;
    color: #000;
    font-weight: bold;
    line-height: 0.9;
    float: left;
    padding: 0 5px 0 0;
    width: auto;
	margin-bottom: -1.2rem;
}

strong {
    font-weight: 500;
}

h3 {
    font-family: 'Zilla Slab';
    font-weight: 600;
    font-size: 1.7rem;
    color: #000000;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

h4 {
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
    font-size: 1.7rem;
    color: #000000;
    margin-top: 1rem;
    margin-bottom: .9rem;
}
/* END IOWA STORY STYLING */

	
/* 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 QUERIES */

@media screen and (min-width: 0px) and (max-width: 575px) {
	.dropped {
		font-size: 4.2rem;
		font-family: 'Zilla Slab', serif;
		color: #000;
		font-weight: bold;
		line-height: 0.9;
		float: left;
		padding: 0 5px 0 0;
		width: auto;
		margin-bottom: -1.2rem;
	}

	strong {
		font-weight: 500;
	}

	h3 {
		font-family: 'Zilla Slab';
		font-weight: 600;
		font-size: 1.7rem;
		color: #000000;
		margin-bottom: 0.5rem;
		margin-top: 1rem;
	}

	h4 {
		font-family: 'Zilla Slab', serif;
		font-weight: 500;
		font-size: 1.7rem;
		color: #000000;
		margin-top: 1rem;
		margin-bottom: .9rem;
	}
}

@media (max-width: 640px) {
    .portrait.right {
        float: none;
        margin: 10px 2px;
        width: 95%;
        max-width: 400px;
    }
    .portrait.left {
        float: none;
        mmargin: 10px 2px;
        width: 95%;
        max-width: 400px;
    }
	
	.deck {
		font-size: 20px;
	}
	
	.imagecontent-top {
		margin: 0 0 1rem;
	}
}

@media (max-width: 1290px) {
    .mainButton {
        padding:10px;
        font-size:14px;
    }
}

/* NOTABLE ALUMNI MEDIA QUERIES */

@media (min-width: 1200px) {
	.accordion {
		max-width: 600px;
		margin: auto;
	}
}


/* NOTABLE ALUMNI STYLING */

/* instructional text */
.instructions {
	background: #f5f5f5;
}

.instructions p {
	text-align: center;
	margin-bottom: 0;
	padding: 5px 0;
}

/* removes blue focus from accordion */
.accordion-button:focus{
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: transparent;
	box-shadow: none;
}

/*accordion styling */
h3 {
	text-transform: uppercase;
}

h4 {
	font-size: 18px;
	margin-top: 0.25rem !important;
}

.accordion-item {
	border: none;
}

.accordion-body {
	background: #f5f5f5;
	margin: 0 0 1rem;
}

.accordion-body p {
	margin-bottom: 0;
}

.accordion-button {
	padding: 1rem 0;
}

h3 i {
	-webkit-text-stroke: 2px #000;
	color: #fdcc00;
	padding-right: 10px;
}

/* dropdown carat styling */
.accordion-button::after {
	display: none !important;
}

.carat {
	background-color: #fdcc00;
}

.fas {
	color: #000;
	padding: 8px;
}

.accordion-button:not(.collapsed) .fa-angle-down {
	transform: rotate(180deg);
	transition: transform 0.2s ease-in-out;
}

.accordion-button .fa-angle-down {
	transition: transform 0.2s ease-in-out;
}
	
/* button hover effect */
.hover-underline {
	font-size: 18px;
	position: relative;
	display: inline-block;
	font-weight: 500;
	font-family: 'Zilla Slab', serif;
	margin-bottom: 16px;
}

.hover-underline::after,
.hover-underline::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #fdcc00;
	bottom: -5px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease-out;
}

.hover-underline::before {
	top: -5px;
	transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
	transform: scaleX(1);
}

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

.hover-underline a:hover{
	color: #000;
}

/*hr styling */
.accordion-hr {
	margin: 0!important;
}

/* comment button */
.commentSection {
	margin: 25px 0 0;
}
.commentButt {
	width:100%;
	color: #000;
	font-size: 18px;
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: 'Zilla Slab', serif;
	background-color: #fdcc00;
	border-radius: 0px;
	padding: 10px;
	text-decoration: none;
	border: none;
	margin: 10px auto 0;
	max-width: 600px;
}
/*
.commentButt:focus, .commentButt:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;
}*/

#showCommentsForm i {
    transition: transform 0.3s ease-in-out;
    display: inline-block;
	transform: rotate(0deg);
}
#showCommentsForm:not(.collapsed) i {
    transform: rotate(90deg);
}

#commentsForm {
	margin-top:25px;
}
.desktopSidebarAd {
	margin-top:0px;
}
.wufoo .info div {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #333; 
	font-weight: 700; 
	padding-top: 10px;
}

/*
#form126 .wufoo .info div {
	color: black !important;
}
*/





