/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import 'https://fonts.googleapis.com/css?family=Open+Sans';

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
 
    font-family: 'Open Sans', sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Green Theme
   =================== */




.main aside {
    border-top: 20px solid #006241;
}

.header-container{
    border-bottom: 2.5px solid #444;
    }

.header-container{

 background-color:#007935;
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#007935, endColorstr=#007935);
 background-image:-moz-linear-gradient(top, #007935 90%, #007935 90%,#444 100%);
background-image:linear-gradient(top, #007935 90%, #007935 90%,#444 100%);
background-image:-webkit-linear-gradient(top, #007935 90%, #007935 90%,#444 100%);
background-image:-o-linear-gradient(top, #007935 90%, #007935 90%,#444 100%);
background-image:-ms-linear-gradient(top, #007935 90%, #007935 90%,#444 100%);
 background-image:-webkit-gradient(linear, right top, right bottom, color-stop(90%,#007935), color-stop(90%,#007935),color-stop(100%,#444));}

.footer-container{background: #444;}

.main aside {
	color:#000;
    background: #FFF;
}


.title {
    color: white;
    width:100%;
}

@media (max-width:600px){
	.title {
		color:#FFF;
		width:100%;
		font-size:24px;
		}
	}

@media (max-width:500px){
	.title {
		color:#FFF;
		width:100%;
		font-size:20px;
		}
	}

@media (max-width:400px){
	.title {
		color:#FFF;
		width:100%;
		font-size:16px;
		}
	}


/* ==============
    MOBILE: Menu
   ============== */

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: #000;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */



@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
        
    }
	


/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 90%;
    }

}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*Navigation Menu contol for the menu for the full menu
Full Screen and respsponsive to screen sizes
*/

		
nav {float:left;}
nav a{text-decoration:none; }
nav ul {text-align:left; font-family: 'Open Sans', sans-serif; font-weight:bold; font-size:18px;}
nav ul li {float:left;display:inline; text-decoration:none;}
nav ul li:hover a{color:#fee123; text-decoration:none; }
nav ul li a {display:block;padding:0 3rem 1rem 0;color:#FFF;}
nav ul li ul {position:absolute;width:300px;background:#444;}
nav ul li ul li {margin:0;padding:0;width:280px;}
nav ul li ul li a {display:block;padding:15px 10px;color:#FFF;}
nav ul li ul li:hover a {color:#F7F7F7;}

nav ul li ul.fallback {display:none;}
nav ul li:hover ul.fallback {display:block;}

@media (max-width:705px){
	nav {float:left;}
nav a{text-decoration:none; }
nav ul {text-align:left; font-family: 'Open Sans', sans-serif; font-weight:bold; font-size:15px;}
nav ul li {float:left;display:inline; text-decoration:none;}
nav ul li:hover a{color:#fee123; text-decoration:none; }
nav ul li a {display:block;padding:0 200px 20px 0px;color:#FFF;}
nav ul li ul {position:absolute;width:320px;background:#444;}
nav ul li ul li {margin:0;padding:0;width:320px;}
nav ul li ul li a {display:block;padding:10px 0px;color:#FFF;}
nav ul li ul li:hover a {color:#F7F7F7;}

nav ul li ul.fallback {display:none;}
nav ul li:hover ul.fallback {display:block;}
	
	}
	
	/*back to top icon and link 
	Fixed in lower right corner*/
	    a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: rgba(0,98,65,0.35) url("../img/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/*color when hovered*/
a:hover.back-to-top {
	background-color: rgba(0,98,65,0.75);
}
    
	
/*************************************************************************Footer Section- Breaks the Footer into 3 section for Contact Information and Univeristy of Iowa Statements 
************************************************************************/

#footer-top {
    width:100%;
    padding-top:10px;
   
    display:block;
}
#footer-left {
	min-width: 560px;
	display:inline-block;
	padding: 5px 15px;
	
    vertical-align:top;
}
#footer-middle {
	min-width: 160px; /* Account for margins + border values */
	display:inline-block;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
	
    vertical-align:top;
}
#footer-bottom {
	padding: 10px 15px 0;
	text-align:center;
}

@media screen and (min-width:1200px){
	#footer-left{
		min-width:700px;
		}
	}


/* for 980px or less */
@media screen and (max-width: 980px) {
	#footer-left {
		min-width: 450px;
		padding: 5px 15px;
	}
	#footer-middle {
		min-width: 250px;
		padding: 5px 15px;
	margin: 0px 5px 5px 5px;
	} 
	#footer-bottom {
	    display:block;
		padding: 1% 4%;
	}
}

/* for 700px or less */
@media screen and (max-width: 710px) {
	#footer-left {
		width: auto;
	}
	#footer-middle {
		width: auto;
		margin-left: 0px;
	}
	#footer-bottom{
		text-align:left;}
}



a.footer_link {
	color:#FFF;
	text-decoration:none;	
	}
a:hover.footer_link {
	color:#Fee123;
	}	
	
	/*Style for the footer being set to bottom*/
@media(min-width:868px){
	.footer_short_content{
		position: fixed; 
		bottom: 0px; 
		width: 100%; 
		height: 200px; 
		background-color: #444;
		}
}

	
@media(max-width:867px){
		.footer_short_content{
			background-color: #444;
			color:#fff;
			
			width: 100%; 
			 
		}
	}	
	
		.footer_long_content{
			background-color: #080808;
			color:#fff;
			border-top: solid 3px #fee123;
			width: 100%; 
			 
		}	
	