/*
/*
Theme Name: CPH
Text Domain: cph
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 CPH is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/* When editing this file, move your changes to the dev site's style.css as well!*/


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hide {
  position:absolute;
  top:-20000px;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
2.5 - Layout
2.6 - Background Colors / Images
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
/*fieldset,*/ form, label, /*legend,*/
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family:"adelle",Georgia,serif;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color:#000;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}




article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline:1px dotted red;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography and Font Colors
--------------------------------------------------------------*/

html, html a{
	-webkit-font-smoothing: antialiased;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 27px;
	line-height: 1.625;
}

h1 {
	font-size:30px;
	font-size:3.0rem;
	line-height:71px;
	line-height:1.625;
}
h2 {
	font-size:24px;
	font-size:2.4rem;
	line-height:44px;
	line-height:1.625;
	font-weight:normal;
	color:#8a501c;
}
#masthead > div.wrapper > div > h2 {
	text-indent:-50000px;
}

div.site-branding h2 { text-indent:-50000px;}
h3 {
	font-size:17px;
	font-size:1.7rem;
	line-height:34px;
	line-height:1.625;
	font-weight:bold;
	color:#000;
}
h4 {font-weight:bold;}
p {
	margin-bottom: 1.5rem;
}

b, strong {
	font-weight: 600;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 1.5rem 0;
	background:#ccc;
	padding:2.0rem;
}
blockquote p {
	font-style:italic;	
}
blockquote p span {
	font-weight:bold;
	font-style:normal;
	text-align:right;
	display:block;
}
address {
	margin: 0 0 1.5rem;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

body.home div#row-2 h3 {
	color:#fcf1b1;
	font-size:120px;
	font-size:12.0rem;
	text-shadow:-2px 2px 1px rgba(100,100,100,0.4);
	line-height:12.0rem;
	font-family:"league-gothic",sans-serif;
	text-transform:uppercase;
	font-weight:normal;
}
body.home div#row-2 p {
	font-size:20px;
	font-size:2.0rem;
	line-height:33px;
	line-height:3.3rem;
}
body.home div#row-2 {
	position:relative;
}
body.home div#row-2 img {
	position:absolute;
	top:-43px;
}

/*--------------------------------------------------------------
2.5 - Global, local and utility navigation
--------------------------------------------------------------*/





nav#site-navigation h3, 
nav#utility-navigation h3 {
	position:absolute;
	left:-5000px;
}

nav#local-navigation > h3
  {
	font-family:"league-gothic",sans-serif;
	font-size:26px;
	font-size:2.6rem;
	text-transform:uppercase;
	line-height:26px;
	line-height:2.6rem;
	padding-left:18px;
	padding-left:1.8rem;
	margin-bottom:20px;
	margin-bottom:2.0rem;
	margin-top:0;
	color:#000;
	font-weight:normal;
	display:block;
}
nav#local-navigation > h3 > a {
	font-family:"league-gothic",sans-serif;
	font-size:26px;
	font-size:2.6rem;
	text-transform:uppercase;
	line-height:26px;
	line-height:2.6rem;	
	color:black;
}

nav#local-navigation > h3 a span {
	font-family:"league-gothic",sans-serif;
	font-size:26px;
	font-size:2.6rem;
	text-transform:uppercase;
	line-height:26px;
	line-height:2.6rem;
}
nav#local-navigation > h3 span {
	position:absolute;
	left:-5000px;
} 
nav#local-navigation p { line-height:.8;}
nav#local-navigation p a {
	color:#fff;
	font-family:"league-gothic",sans-serif;
	text-transform:uppercase;
	font-size:105px;
	font-size:10.5rem;
	letter-spacing:-3px;
	margin-bottom:-35px;
	margin-bottom:-3.5rem;
	margin-top:-43px;
	margin-top:-4.3rem;
	margin-left:15px;
}

ul#menu-utility-menu {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#menu-utility-menu li {
	float:left;
}
ul#menu-utility-menu li  a{
	text-transform:uppercase;
	font-size:11px;
	font-size:1.1rem;
	font-family:"pt-sans",sans-serif;
	margin-right:15px;
	margin-right:1.5rem;
}
ul#menu-utility-menu li  a:hover {
	color:#00558C;
}
ul#menu-utility-menu li#menu-item-2628 a,
ul#menu-main-global-navigation li#menu-item-1668 a {
	margin-right:0;
}
ul#menu-main-global-navigation {
	list-style-type:none;
	padding:0;
	margin:0;
	position:absolute;
	top:12px;
	top:0;
	margin-left:13px;
	margin-left:1.3rem;
}
ul#menu-main-global-navigation li {
	float:left;
}
ul#menu-main-global-navigation li a {
	font-family:"pt-sans", sans-serif;
	font-size:16px;
	font-size:1.6rem;
	margin-right:20px;
	margin-right:2.0rem;
	font-weight:700;
    /*color:#804b1a;*/
    color:#ffcd00; 

}
ul#menu-main-global-navigation li a:hover {
	color:#00558C;
	/*color:white;*/
}
nav#local-navigation ul {
	margin:0;
	padding:0;
	padding-left:17px;
	list-style-type:none;
	position:relative;
	left:-1.2rem;
}

nav#local-navigation ul li a {
	font-family:"pt-sans",sans-serif;
	font-weight:700;
	display:block;
	margin-bottom:20px;
	margin-bottom:2.0rem;
	color:#2b2b2b;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.8rem;
	background:url(images/listmarker.png) no-repeat 0 0.3rem;
	padding-left:15px;
	padding-left:1.5rem;
}
nav#local-navigation ul li a:hover {
	color:#00558C2;
}



/*--------------------------------------------------------------
16 Section Fronts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
16.1 Section Front Carousel
--------------------------------------------------------------*/
div#sf-carousel-container {
	float:right;
	width:80%;
	margin-top:35px;
	margin-top:3.5rem;
	margin-bottom:20px;
	margin-bottom:2.0rem;
	height:500px;
	height:50.0rem;
}
div#sf-carousel {
	height:500px;
	height:50.0rem;
}
div#sf-carousel h3,
div#sf-carousel p,
#soliloquy-19338 > li.soliloquy-item.soliloquy-item-1.soliloquy-id-37602.soliloquy-image-slide > div > div > h3,
#soliloquy-19338 > li.soliloquy-item.soliloquy-item-1.soliloquy-id-37602.soliloquy-image-slide > div > div > p {
	color:#fff;
	text-align:left;
}
div#sf-carousel h3,
#soliloquy-19338 > li.soliloquy-item.soliloquy-item-1.soliloquy-id-37602.soliloquy-image-slide > div > div > h3 {
	color:#ffcd00;
	margin-bottom:6px;
	font-family:"adelle",sans-serif;
	font-weight:normal;
	font-size:26px;
	font-size:2.6rem;
}



/*--------------------------------------------------------------
16.2 Section Tiles
--------------------------------------------------------------*/



div#sf-tiles {
	clear:both;
	margin-bottom:20px;
}
div#sf-tiles div {
	box-sizing:border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
}
div#sf-tiles div#sf-row-1,
div#sf-tiles div#sf-row-2 {
	margin-bottom:20px;
	margin-bottom:2.0rem;
	width:100%;
	clear:both;
	content: "";
	display: table;
}
.one-half     { width:49%;   }
.one-fourth { width:23.5%; }
.one-third { width:32%; }
.two-thirds { width: 66%;}
div#sf-tiles section {
	background:#fff;
	padding:15px 20px 10px 20px;
	padding:1.5rem 2.0rem 1.0rem 2.0rem;
	float:left;
	margin-right:2%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	margin-bottom:20px;
	margin-bottom:2.0rem;
	overflow:hidden;
}
div#sf-row-1 section:last-child,
div#sf-row-2 section:last-child {
	margin-right:0;
}
div#sf-tiles section h3 a,
div#sf-tiles section h2 a {
	color:#00558C;
	font-family:"league-gothic",sans-serif;
	text-transform:uppercase;
	font-size:28px;
	font-size:2.8rem;
	font-weight:normal;
}
div#sf-tiles section h3 a:hover,
div#sf-tiles section h2 a:hover {
	color:#8a501c;
}
div#sf-tiles section ul {
	padding:0;
	margin:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
	list-style-image:url(images/listmarker.png);
}
div#sf-tiles section ul li {
	margin-bottom:15px;
	margin-bottom:1.5rem;
}
div#sf-tiles section ul li a {
	font-size:16px;
	font-size:1.6rem;
	color:#000;
}
div#sf-tiles section ul li a:hover {
	font-size:16px;
	font-size:1.6rem;
	color:#00558C;
}
div#sf-tiles section ul {
	padding-left:20px;
	padding-left:2.0rem;
}
/*--------------------------------------------------------------
16.3 Section Tiles -- Biostat
--------------------------------------------------------------*/

body.page-id-1823 div#sf-row-1 section {
	height:360px;
	height:36.0rem;
}
body.page-id-1823 section#biostat-news {
	height:405px;
	height:40.5rem;
}

div#sf-tiles section#biostat-4x4,
div#sf-tiles section#epi-4x4 {
	margin-right:0;
	padding:0;
	background:none;
}
div#sf-tiles section#biostat-people,
div#sf-tiles section#biostat-about,
div#sf-tiles section#biostat-alumni,
div#sf-tiles section#biostat-students {
	width:48%;
	margin-right:4%;
	height:195px;
	height:19.5rem;
}
div#sf-tiles section#biostat-about,
div#sf-tiles section#biostat-students {
	margin-right:0;
}
div#sf-tiles section#biostat-prosp-students ul li a {
	font-size:1.4rem;
}

/*--------------------------------------------------------------
16.4 Section Tiles -- CBH
--------------------------------------------------------------*/
section#cbh-news,
section#cbh-prosp-students,
section#cbh-degrees {

}
section#cbh-about,
section#cbh-people,
section#cbh-research, 
section#cbh-students {
	height:204px;
	height:20.4rem;
}

/*--------------------------------------------------------------
16.4 Section Tiles -- EPI
--------------------------------------------------------------*/
section#epi-news,
section#epi-degrees {
	height:439px;
	height:43.9rem;
}
section#epi-prosp-students {
	height:300px;
	height:30.0rem;
}
section#epi-about,
section#epi-people,
section#epi-research, 
section#epi-students {
	height:228px;
	height:22.8rem;
}

/*--------------------------------------------------------------
16.5 Section Tiles -- HMP
--------------------------------------------------------------*/
section#hmp-news,
section#hmp-prosp-students,
section#hmp-degrees {
	height:410px;
	height:41.0rem;
}
section#hmp-degrees ul.list-of-links li,
section#hmp-degrees p

 {
	margin-bottom:0;
}
section#hmp-degrees p {
	margin-top:10px;
	margin-top:1.0rem;
}
section#hmp-about,
section#hmp-people,
section#hmp-alumni, 
section#hmp-students {
	height:220px;
	height:22.0rem;
}

/*--------------------------------------------------------------
16.6 Section Tiles -- OEH
--------------------------------------------------------------*/
div#sf-tiles section#oeh-first {
	background-color:transparent;
	padding:0;
	width:32%;
}

div#sf-tiles section#oeh-profile {
	border:8px solid #f5dc24;
	padding:10px;
	padding:1.50rem 2.0rem;
	margin-right:0;
}
section#oeh-profile a {
	display:block;
	width:100%;
	margin:0;
	height:100%;
}
section#oeh-profile h3 {
	font-family:"adelle";
	font-size:30px;
	font-style:italic;
	font-weight:normal;
}
section#oeh-news {
	width:100%;
	height:315px;
	height:31.5rem;
}

section#oeh-2-in-1,
section#oeh-degrees {
	height:478px;
	height:47.8rem;
}
section#oeh-about,
section#oeh-people,
section#oeh-research, 
section#oeh-students {
	height:195px;
	height:19.5rem;
}
div#sf-tiles section#oeh-info-request,
div#sf-tiles section#epi-info-request,
div#sf-tiles section#biostat-head,
div#sf-tiles section#cbh-head,
div#mini-home section.highlight-tile
 {
	 color:white;
	 /*background:#804b1a;*/
	 /*background:#ffcd00;*/
	 background:#00558C;
	 margin-right:0;
	 padding:0;
}
div#sf-tiles section#cbh-head {
	padding:15px 15px 0 15px;	
}
div#sf-tiles section#biostat-head a p,
div#sf-tiles section#biostat-head a h3,
div#sf-tiles section#cbh-head p,
div#sf-tiles section#cbh-head h3,
div#sf-tiles section#cbh-head ul li a {
	color:white;
}
div#sf-tiles section#cbh-head ul {
	margin:0;
	padding:0;
}
div#sf-tiles section#cbh-head ul li a:hover {
	border-bottom:1px dotted white;
}
div#sf-tiles section#cbh-head ul li {
    background: url(images/listmarkerwhite.png) no-repeat 0 7px;
	padding-left:20px;
	padding-left:2.0rem;	
}
div#sf-tiles section#oeh-info-request a,
div#sf-tiles section#epi-info-request a,
div#sf-tiles section#biostat-head a,
div#mini-home section.highlight-tile a {
	display:block;
	padding:15px 20px 15px 20px;
	padding:1.5rem 2.0rem 1.5rem 2.0rem;
	-webkit-transition:background-color 0.3s ease; 
	-moz-transition:background-color 0.3s ease; 
	-o-transition:background-color 0.3s ease; 
	transition:background-color 0.3s ease; 
}
div#sf-tiles section#oeh-info-request a:hover,
div#sf-tiles section#epi-info-request a:hover,
div#sf-tiles section#biostat-head a:hover,
div#mini-home section.highlight-tile a:hover {
	background:#024864;
}
section#oeh-info-request a p,
section#epi-info-request a p,
div#sf-tiles section#oeh-info-request a h3,
div#sf-tiles section#epi-info-request a h3,
div#sf-tiles section#biostat-head a h3,
div#sf-tiles section#cbh-head h3,
div#mini-home section.highlight tile a h3 {
	color:white;
}
div#sf-tiles section#oeh-info-request a h3,
div#sf-tiles section#epi-info-request a h3,
div#sf-tiles section#biostat-head a h3,
div#sf-tiles section#cbh-head h3 {
	font-family:"league-gothic",sans-serif;
	text-transform:uppercase;
	font-size:28px;
	font-size:2.8rem;
	font-weight:normal;
}
div#sf-tiles section#oeh-2-in-1,
div#sf-tiles section#epi-2-in-1
 {
	padding:0;
	background:none;
}
div#sf-tiles section#oeh-prosp-students {
	width:100%;
	height:315px;
	heigth:31.5rem;
}
div#sf-tiles section#epi-prosp-students {
	width:100%;
}
/*--------------------------------------------------------------
16.7 Section Tiles -- MPH
--------------------------------------------------------------*/
section#mph-news,
section#mph-2-in-1,
section#mph-prosp-students {
	height:320px;
	height:32.0rem;
}
section#mph-areas,
section#mph-career,
section#mph-students {
	height:260px;
	height:26.0rem;
}
section#mph-career {
	width: 49%; 
	margin-right: 2%; 
	float: left;
}
div#sf-tiles section#mph-students {
	width:49%;
	float:right;
	margin-right:0;
}
section#mph-apply,
section#mph-talk {
	height:150px;
	height:15.0rem;
}
div#sf-tiles section#mph-2-in-1 {
	padding:0;
	background:none;
}
div#sf-tiles section#mph-apply,
div#sf-tiles section#mph-talk {
	 color:white;
	 /*background:#804b1a;*/
	 /*background:#ffcd00;*/
	 background:#00558C;
	 margin-right:0;
	 padding:0;
	 height:130px;
	 height:13.0rem;
}
div#sf-tiles section#mph-apply a,
div#sf-tiles section#mph-talk a {
	display:block;
	padding:15px 20px 15px 20px;
	padding:1.5rem 2.0rem 1.5rem 2.0rem;
	-webkit-transition:background-color 0.3s ease; 
	-moz-transition:background-color 0.3s ease; 
	-o-transition:background-color 0.3s ease; 
	transition:background-color 0.3s ease; 
}
div#sf-tiles section#mph-apply a:hover,
div#sf-tiles section#mph-talk a:hover {
	background:#024864;
}
section#mph-apply a p,
section#mph-talk a p,
div#sf-tiles section#mph-apply a h3,
div#sf-tiles section#mph-talk a h3 {
	color:white;
}
div#sf-tiles section#mph-apply a h3,
div#sf-tiles section#mph-talk a h3 {
	font-family:"league-gothic",sans-serif;
	text-transform:uppercase;
	font-size:28px;
	font-size:2.8rem;
	font-weight:normal;
}

section#mph-connect {
	float:left;
	height:700px;	
}

div#recruit-events {
	overflow-y:auto; 
	overflow-x:hidden; 
	height:60.0rem;	
}

@media only screen and (max-width : 1023px) { 

section#mph-connect,
section#mph-career,
div#sf-tiles section#mph-students,
div.two-thirds.alignright {
	float:none;
	width:100%;	
}
div.two-thirds {
	width:100%;	
}
div.row.two-thirds {margin-right:0;}
}
div.row.two-thirds {margin-right:2%;}

/*--------------------------------------------------------------
16.8 Section Tiles -- Research
--------------------------------------------------------------*/
section#research-funding p {
	font-size:36px;
	font-size:3.6rem;
	line-height:32px;
	line-height:3.2rem;
}
section#research-funding p span {
	font-size:16px;
	font-size:1.6rem;

}







/*--------------------------------------------------------------
2.5 - Layout
--------------------------------------------------------------*/

form.search-form {
	position:absolute;
	right:10px;
	right:1.0rem;
	/*
	top:15px;
	top:1.5rem;
	*/
	bottom:30px;
}


@media only screen and (max-width : 1023px) {
	header#masthead {
		position:relative;	
	}
/*
	form.search-form {
		display:none;	
		background:#2b2b2b;
		width:100%;
		z-index:9999;
		margin:0;
		left:0;
		padding-left:10px;
		padding-bottom:10px;
		position:absolute;
		bottom:-50px;
		bottom:-5.0rem;

	}
*/
    form.search-form input.search-field { width:75%;}
	
	.msearchtoggle {
		display:block;
		width:30px;
		background:none;
		padding:10px;
		padding:1.0rem;
		margin-bottom:20px;
		margin-bottom:2.0rem;
		text-indent:-5000px;
		background-image:url(images/mag-glass.svg);
		background-position:10px bottom;
		background-repeat:no-repeat;
		background-size:70%;
		height:51px;
		height:5.1rem;
		float:right;
		cursor:pointer;
		position:absolute;
		right:10px;
		bottom:-10px;
		
		/*
		display:block;
		width:20px;
		width:2.0rem;
		height:20px;
		height:2.0rem;
		background-image:url(images/mag-glass.svg);
		background-size:20px 20px;
		background-repeat:no-repeat;
		text-indent:-5000px;
		*/
	}	
	form.search-form label span {
		display:block;
		text-indent:-50000px;	
		width:1px;
		height:1px;
	}
}
@media only screen and (min-width : 600px) { 
	.msearchtoggle {
		display:none;
	}
	form.search-form label span {
		display:block;
		text-indent:-5000px;
		width:1px;
		height:1px;	
	}
}
nav#utility-navigation {
	position:absolute;
	right:20px;
	right:2.0rem;
	top:26px;
	top:2.6rem;
	width:430px;
	width:43.0rem;
}
div#social-media-links h4 {
	display:none;
}

@media only screen and (min-width : 320px) and (max-width : 1023px) { 
	nav#site-navigation {display:none;}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {  /* Smartphone view */
	nav#site-navigation {display:none;}
	/*div#sf-carousel-container {display:none;}*/
	nav#utility-navigation {display:none;}
	div#social-media-links, 
	div#uiowa-menu,
	div#for-visitors-staff-menu,
	div#for-students-menu,
	div#our-values-menu,
	div#footer-logo { 
		width:100%;
		margin-top:20px;
		margin-top:2.0rem;
		margin-left:2.0rem;
	}

	div#sf-tiles section#oeh-first {
		width:100%;
	}
	
	
	header#masthead div.wrapper {
		padding:10px;
		padding:1.0rem;
	}
	body.home div#news-events:after {  
		content: "";
		display: table;
		clear: both;}

	body.home div#row-3 section {padding-bottom:20px;margin-bottom:20px;}

	div#sf-tiles section  {
		float:none;
		width:100%;
		height:auto;
	}
	div#sf-tiles section#biostat-people,
	div#sf-tiles section#biostat-about,
	div#sf-tiles section#biostat-alumni,
	div#sf-tiles section#biostat-students {
		width:100%;
		height:auto;
	}


	
	div.footer-menu ul.menu li a {
		font-size:100px;
		font-size:10.4rem;  
	} 

	div#footer-logo p, 
	div#footer-logo p a {
		font-size:20px;
		font-size:2.4rem;  
	}

	div.footer-menu h4, div#social-media-links h4, 
	div.footer-menu h3, div#social-media-links h3 {
		font-size:24px;
		font-size:2.4rem;
	}

	p#uicphlogo {width:145px;width:14.5rem;}
}

@media only screen and (max-width : 733px) {	div#departments-menu {
		display:none;
	}
}

@media only screen and (max-width : 1023px) {  /* Smartphone and tablet vertical view */

	nav#utility-navigation {
		top:0;
	}
	div#content, div#interior {
		padding-left:10px;
		padding-left:1.0rem;
		padding-right:10px;
		padding-right:1.0rem;
	}
	nav#local-navigation {
		display:none;
	}

	section#home-news, section#home-events {
		padding:10px;
		padding:1.0rem;
	}
	div#news-events {
		margin-bottom:20px;
	}
	ul#menu-main-global-navigation {
		top:140px;
	}
	body.home div#row-1 {
		margin-top:40px;
		margin-top:4.0rem;
	}
	div#sf-carousel-container {
		float:none;
		width:100%;
		margin-top:50px;
		margin-top:5.0rem;
		margin-bottom:20px;
		margin-bottom:2.0rem;
		height:auto;
	}
	div#sf-carousel {
		height:auto;
	}
	
	nav#mobile-local-navigation p a,
	nav#mobile-local-navigation p a span {
		display:none;
		/*
		font-family:"pt-sans",sans-serif;
		font-weight:bold;
		color:rgb(128, 75, 26);
		*/
	}
	nav#mobile-local-navigation p a {
		position:relative;
		top:3px;
	}
	nav#mobile-local-navigation p a:hover,
	nav#mobile-local-navigation p a span:hover	{
		color:#00558C;
	}	
	nav#mobile-site-navigation h3 a	{
		display:block;
		width:20%;
		/*background:#2b2b2b;*/
		padding:10px;
		padding:1.0rem;
		margin-bottom:20px;
		margin-bottom:2.0rem;
		text-indent:-5000px;
		background-image:url(images/hamburger.svg);
		background-position:10px bottom;
		background-repeat:no-repeat;
		background-size:70%;
		height:51px;
		height:5.1rem;
	}
	nav#mobile-local-navigation h3 a {
		display:block;
		position:relative;
		top:10px;
		left:-10px;
		left:-1.0rem;
		width:100%;
		background-color:#555;
		background-image:url(images/hamburger.svg);
		background-size:20px;
		background-size:2.0rem;
		background-position:10px 13px;
		background-position:1.0rem 1.3rem;
		background-repeat:no-repeat;		
		padding:10px;
		padding:1.0rem;
		margin-bottom:20px;
		margin-bottom:2.0rem;
		cursor:pointer;
		color:white;
		padding-left:40px;
		padding-left:4.0rem;
	}
	nav#mobile-local-navigation h3 a span {
		display:block;
		width:1px;
		height:1px;
		text-indent:-5000px;
	}
	nav#mobile-site-navigation h3 {
		position:relative;
		top:-76px;
		top:-7.6rem;
		left:-10px;
		left:-1.0rem;
		width:25%;
	}
	nav#mobile-site-navigation, 
	div.menu-main-global-navigation-container,
	nav#mobile-local-navigation
	  {
		height:0;
	}
	div#content {
		margin-top:50px;
		margin-top:5.0rem;	
	}
	header#masthead {
		margin-bottom:10px;
		margin-bottom:1.0rem;	
	}
    nav#mobile-local-navigation {
		position:relative;
		top:-20px;	
	}
	nav#mobile-local-navigation h3 a span,
	nav#mobile-site-navigation h3 a span	{
		color:white;
		font-family:"pt-sans",sans-serif;
	}
	ul#mlocalmenu,
	ul#mmenu	{
		padding:0;
		margin:0;
		list-style-type:none;
		background:#2b2b2b;
		position:relative;
		top:-88px;
		top:-8.8rem;
		width:260px;
		width:26.0rem;
		left:-10px;
		left:-1.0rem;
		z-index:9999;
	}
	ul#mlocalmenu {
		background:#555;
		width:280px;
		width:28.0rem;
		top:-10px;
		top:-1.0rem;
	}
	ul#mmenu ul.sub-menu {
		display:none;	
	}
	ul#mlocalmenu li a,
	ul#mmenu li a 	{
		font-family:"pt-sans",sans-serif;
		color:white;
		display:block;
		width:100%;
		padding-left:10px;
		padding-left:1.0rem;
		margin-bottom:10px;
		margin-bottom:1.0rem;
	}
	ul#main-global-navigation li:last-child a,
	ul#mlocalmenu li:last-child a {
		margin-bottom:0;
		padding-bottom:10px;
		padding-bottom:1.0rem;	
	}

	a#choose-iowa {display:none;}
}

@media only screen and (min-width : 768px) {
	nav#local-navigation ul#menu-cphs-menu li#menu-item-20794, 
	nav#local-navigation ul#menu-cphs-menu li#menu-item-20794 a,
	nav#local-navigation ul#menu-information-technology-menu li#menu-item-20793, 
	nav#local-navigation ul#menu-information-technology-menu li#menu-item-20793 a,
	nav#local-navigation ul#menu-alumni-menu li#menu-item-20792, 
	nav#local-navigation ul#menu-alumni-menu li#menu-item-20792 a,
	nav#local-navigation ul#menu-about-menu li#menu-item-20791, 
	nav#local-navigation ul#menu-about-menu li#menu-item-20791 a,
	nav#local-navigation ul#menu-master-of-public-health-menu li#menu-item-20790, 
	nav#local-navigation ul#menu-master-of-public-health-menu li#menu-item-20790 a,
	nav#local-navigation ul#menu-news-menu li#menu-item-20773, 
	nav#local-navigation ul#menu-news-menu li#menu-item-20773 a,
	nav#local-navigation ul#menu-biostatistics-menu li#menu-item-20562, 
	nav#local-navigation ul#menu-biostatistics-menu li#menu-item-20562 a, 
	nav#local-navigation ul#menu-community-and-behavioral-health-menu li#menu-item-20631, 
	nav#local-navigation ul#menu-community-and-behavioral-health-menu li#menu-item-20631 a,
	nav#local-navigation ul#menu-epidemiology-menu li#menu-item-20632, 
	nav#local-navigation ul#menu-epidemiology-menu li#menu-item-20632 a,
	nav#local-navigation ul#menu-health-management-and-policy-menu li#menu-item-20633, 
	nav#local-navigation ul#menu-health-management-and-policy-menu li#menu-item-20633 a,
	nav#local-navigation ul#menu-occupational-and-environmental-health-menu li#menu-item-20634, 
	nav#local-navigation ul#menu-occupational-and-environmental-health-menu li#menu-item-20634 a
{
			display:none;
	}
}






@media only screen and (min-width : 768px) and (max-width : 1023px) {  /* Tablet vertical view */


	section#home-admissions {clear:both;}
	div#news-events {height:360px;}
	header#masthead div.wrapper {padding:10px;}
	body.home div#row-3:after {  content: "";
  display: table;
  clear: both;}
	body.home div#row-3 section { width:48%; float:left;margin-right:4%;margin-bottom:30px;margin-bottom:3.0rem;}
	body.home div#row-3 section:nth-child(even) {margin-right:0;}
	body.home div#row-3 section img {width:100%;}


	ul#menu-main-global-navigation {
		background:rgb(249, 223, 76);
	}
	
}

@media only screen and (max-width : 1023px) {
		div#sf-tiles section  {

		float:none;
		width:100%;
		margin-right:0;

		height:auto;
	}

	div#sf-tiles section:nth-child(even) {margin-right:0;}

	div#sf-tiles section#biostat-people,
	div#sf-tiles section#biostat-about,
	div#sf-tiles section#biostat-alumni,
	div#sf-tiles section#biostat-students {

		height:auto;
	}
}
@media only screen and (min-width : 1024px) {
	nav#mobile-site-navigation {
		display:none;
	}

}
@media only screen and (min-width : 768px) {  /* Tablet vertical view, horizontal tablet, laptop and desktop view */



	section#home-news {
		width:46%;
		float:left;
		padding-right:18px;
		padding-right:1.8rem;
		border-right:2px solid #ccc;
	}
	section#home-events {
		width:46%;
		float:right;
	}

	body.home div#row-3 section {
	float:left;
	}

	div#social-media-links, 
	div.footer-menu { float:right; }
		
	div#uiowa-menu,
	div#for-visitors-staff-menu,
	div#for-students-menu,
	div#our-values-menu {
		width:11.5%;
		margin-left:2%;
		margin-top:43px;
		margin-top:4.3rem;
	}
	div#for-students-menu,
	div#our-values-menu {
		margin-left:4%;
	}
	div#for-students-menu {
		width:10%;
	}
	div#departments-menu {
		width:22%;
		margin-left:2%;
		margin-top:43px;
		margin-top:4.3rem;
	}
	div#footer-logo {
		width:16%;
		margin-left:0;
		position:relative;
		top:30px;
		top:3.0rem;
	}
	div#social-media-links {
		width:11.5%;
		margin-left:0;
		margin-top:43px;
		margin-top:4.3rem;
	}
	footer#colophon div.wrapper > div#social-media-links {
		margin-right:0;
	}
	footer#colophon div ul li {
		line-height:24px;

	}
	nav#local-navigation {
		width:20%;
	}
}

@media only screen and (min-width : 1024px) {  /* Horizontal tablet, laptop and desktop view */
	#research-head {font-size:75px;font-size:7.5rem;}
	div#page {
		position:relative;
		width:100%;
	}
	header#masthead {
	/*
		padding:40px 15px 15px 15px;
		padding:4.0rem 1.5rem 0 1.5rem;
	*/
		position:relative;
		height:108px;
		height:10.8rem;
	}
	div#interior {
		max-width:1200px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
	nav#site-navigation {
		height:50px;
		height:3.5rem;
		padding-left:3000px;
		margin-left:-3000px;
	}

	nav#mobile-local-navigation {
		display:none;
	}

	nav#local-navigation {
		width:20%;
		padding-left:3000px;
		padding-top:30px;
		padding-top:3.0rem;
		margin-left:-3000px;
		max-width:240px;
		float:left;
		height:470px;
		height:47.0rem;
	}
	nav#local-navigation > h3 {
		
	}
	nav#local-navigation p a span {
		display:none;
	}
	div#content {
		float:right;
		width:80%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		padding:20px;
		padding:2.0rem;
		min-height:480px;
	}
	div.wrapper {
		width:100%;
		max-width:1200px;
		max-width:120rem;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
	h1.site-title span a {
		width:80px;
		width:8.0rem;
		height:75px;
		height:7.5rem;
		position:absolute;
		top:-30px;
		top:-3.0rem;
		left:-5px;
		left:-0.5rem;
		text-indent:-5000px;
		z-index:1000;
	}

	footer#colophon {
		clear:both;
		padding-top:10px;
		padding-top:1.0rem;
		z-index:99;
		position:relative;
	}
/* home page layout -------------------------------------------*/

	div#home-carousel {
		

		
		position:relative;
		top:35px;
		z-index:1;
	}
	body.home #home-carousel-container {
		background:#ffcd00;
		padding-left:3000px;
		margin-left:-3000px;
		
	}

	body.home div#row-1,
	body.home div#row-2,
	body.home div#row-3 {
		min-height:100px;
	}
	body.home div#row-1, 
	body.home div#row-2, 
	body.home div#row-3 {
		margin-top:20px;
		margin-top:2.0rem;
		content: "";
		display: table;
		clear: both;
		width:100%;
	}

	section#ugrad-grad {
		width:26%;
		float:left;	
		padding-top:10px;
		padding-top:1.0rem;
	}

	div#news-events {
		float:right;
		width:65%;
		padding:10px 20px 20px 20px;
		padding:1.0rem 2.0rem 2.0rem 2.0rem;
	}

	body.home div#row-2 {
		height:122px;
		height:12.2rem;
		position:relative;
	}
	body.home div#row-3 {
		margin-bottom:20px;
		margin-bottom:2.0rem;
	}
	body.home div#row-3 section {
		width:23.5%;
		margin:0 2% 0 0;
		padding-bottom:20px;
		padding-bottom:2.0rem;
	}
	body.home div#row-3 section:last-child {
		margin:0;
	}
	body.home div#row-2 h3,
	body.home div#row-2 p {
		position:absolute;
	}
	body.home div#row-2 h3 {
		left:202px;
		left:20.2rem;
		top:3px;
		top:0.3rem;
	}
	body.home div#row-2 p {
		width:360px;
		width:36.0rem;
	}
	body.home div#row-2 p {
		right:10px;
		right:1.0rem;
		top:44px;
		top:4.4rem;
	}


	/* end home page layout -------------------------------------------*/

	/* This code freezes the header and navigation on screen on article pages, but not local navigation on section fronts ---------- */
	nav#local-navigation,
	div#content {
		margin-top:35px;
		margin-top:3.5rem;
	}
	header#masthead {
		position:fixed;
		width:100%;
		z-index:9999;
	}
	nav#site-navigation {
		position:fixed;
		width:1200px;
		z-index:9998;
	}
	div#interior {
		padding-top: 107px;
	}
	nav#local-navigation {
		position:fixed;
		}
	nav#local-navigation.no-freeze {
		position:static;
	}

}


@media only screen and (max-width:750px) {
	section#home-alumni img,
	section#home-people img,
	section#home-research img,
	section#home-admissions img {
		display:none;
	}
}




/*--------------------------------------------------------------
2.6 - Background Colors / Images
--------------------------------------------------------------*/
body,
header#masthead, 
footer#colophon {
	background:#2b2b2b;
}
div#page {
	background:url(images/stripebg.png);
}
h1.site-title > a {
	height:33px;
	height:3.3rem;
	width:342px;
	width:34.2rem;
	display:block;
	text-indent:-5000px;
	background:url(images/college-of-public-health.svg) no-repeat;
	position:relative;
	top:20px;
	top:2.0rem;
	left:11px;
	left:1.1rem;
}

@media only screen and (max-width : 1023px) {
	h1.site-title a {
		display:block;
		width:60%;
		/*background-image:url(images/uicphmobilelogo.svg);
		background-image:url(images/ui-cph-logo.svg);*/
		background-image:url(images/college-of-public-health.svg);
		background-repeat:no-repeat;
		background-size:contain;
		background-position:center;
		height: 0;
		padding: 0; /* reset */
		padding-bottom:calc(70% * 215 / 687);
		padding-bottom:calc(70% * 33 / 341);
		margin-left:auto;
		margin-right:auto;
		text-indent:-5000px;
		top:0;
		left:0;
	}

	h1.site-title span a {
		display:none;	
	}
	
}
@media only screen and (max-width : 480px) {
	h1.site-title a {
		display:block;
		width:70%;	
		padding-bottom:calc(60% * 215 / 687);
		padding-bottom:calc(60% * 33 / 341);
}

}

/*nav#site-navigation {
	background:#ffcd00;	
}
*/
nav#site-navigation {
	background:#2b2b2b;	
	padding-top:0;
}

nav#local-navigation {
	background:#ffcd00;
}
div#content {
	background:white;
}
div#news-events, body.home div#row-3 section {
	background:#fff;
}

body.home div#row-2 {
	background:#ffcd00;
}
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
span.obscure {
	display:none;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	/* width: 100%; */
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #038bc2;       
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="checkbox"],
input[type="radio"] {
	/*padding: 0;  Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

form.search-form input[type="search"] {
	margin-right:15px;
	margin-right:1.5rem;
	margin-top:9px;
	margin-top:0.9rem;
	font-family:"pt-sans",sans-serif;
	border:1px solid #ccc;
	border-radius:0;
	background:#2b2b2b;
	color:white;
}

form.search-form input[type="submit"] {
	background:none;
	color:white;
	border:1px solid white;
	padding:3px;
	padding:0.6rem;
	font-family:"pt-sans";
	position:relative;
	left:-8px;
	left:-0.8rem;
}
form.search-form input[type="submit"]:hover {
	background:gray;
}


/*--------------------------------------------------------------
4.2 Formidable Styles
--------------------------------------------------------------*/
div.frm_form_fields > fieldset {border:0px solid #000000;margin:0;padding:0px;}
/*#frm_field_466_container div.frm_checkbox {width:30px;width:3.0rem;float:left;}*/

/* WARNING: Any changes made to this file will be lost when your Formidable settings are updated */
.frm_forms.with_frm_style{max-width:700px;}
.with_frm_style, .with_frm_style form{text-align:left;}
.with_frm_style fieldset {margin-top:30px;margin-top:3.0rem;margin-bottom:30px;margin-bottom:3.0rem;}
.with_frm_style label.frm_primary_label, .with_frm_style.frm_login_form label, .with_frm_style legend {font-family:"pt-sans",sans-serif;font-size:14px;color:#444444;font-weight:bold;text-align:left;margin:0;padding:0;width:auto;display:block;}
legend.frm_hidden {display:none;}
.with_frm_style legend {padding:5px;padding:0.5rem;}
.with_frm_style .form-field{margin-bottom:20px;}
.with_frm_style .form-field.frm_col_field{clear:none;float:left;margin-right:20px;}
.with_frm_style p.description, .with_frm_style div.description, .with_frm_style div.frm_description, .with_frm_style div.frm_description ul li, .with_frm_style .frm_error{margin:0;padding:0;font-family:"pt-sans",sans-serif;font-size:14px;color:#666666;font-weight:normal;text-align:left;font-style:normal;max-width:100%;}
.with_frm_style .frm_left_container p.description, .with_frm_style .frm_left_container div.description, .with_frm_style .frm_left_container div.frm_description, .with_frm_style .frm_left_container .frm_error{margin-left:165px;}
.with_frm_style .form-field.frm_col_field div.frm_description{width:100%;max-width:100%;}
.with_frm_style .frm_left_container .attachment-thumbnail{clear:both;margin-left:165px;}
.with_frm_style .frm_right_container p.description, .with_frm_style .frm_right_container div.description, .with_frm_style .frm_right_container div.frm_description, .with_frm_style .frm_right_container .frm_error{margin-right:165px;}
.with_frm_style label.frm_primary_label{max-width:100%;}
.with_frm_style .frm_top_container label.frm_primary_label, .with_frm_style .frm_hidden_container label.frm_primary_label, .with_frm_style .frm_pos_top{display:block;float:none;width:auto;}
.with_frm_style .frm_inline_container label.frm_primary_label, .with_frm_style .frm_inline_container .frm_opt_container {display:inline;margin-right:10px;}
.with_frm_style .frm_left_container label.frm_primary_label{display:inline;float:left;margin-right:10px;width:150px;}
.with_frm_style .frm_right_container label.frm_primary_label, .with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px;width:150px;}
.with_frm_style .frm_none_container label.frm_primary_label, .with_frm_style .frm_pos_none{display:none;}
.with_frm_style .frm_hidden_container label.frm_primary_label, .with_frm_style .frm_pos_hidden{visibility:hidden;}
.with_frm_style .frm_scale{margin-right:10px;text-align:center;float:left;}
.with_frm_style .frm_scale input{display:block;margin-bottom:5px;}
.with_frm_style .frm_scale label{font-weight:normal;}
.with_frm_style .frm_required{color:#ee0000;font-weight:bold;}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style select, .with_frm_style textarea, #content .with_frm_style input:not([type=submit]), #content .with_frm_style select, #content .with_frm_style textarea, .with_frm_style .chzn-container{font-family:"pt-sans",sans-serif;font-size:13px;margin-bottom:0;}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .chzn-container-multi .chzn-choices, .with_frm_style .chzn-container-single .chzn-single{color:#444444;background-color:#eeeeee;border-color:#dddddd;border-width:1px;border-style:solid;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;width:100%;max-width:100%;font-size:13px;padding:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style select {height:auto;line-height:normal;}
.with_frm_style select[multiple="multiple"]{height:auto;line-height:normal;}
.with_frm_style input[type=file]{color:#444444;border:none;padding:0px;}
.with_frm_style .frm_default, .with_frm_style .placeholder, .with_frm_style .chzn-container-multi .chzn-choices .search-field .default, .with_frm_style .chzn-container-single .chzn-default{color:#444444;font-style:italic;}
.with_frm_style select{width:100%;max-width:100%;}
.with_frm_style input[type=radio], .with_frm_style input[type=checkbox]{width:auto;border:none;background:transparent;padding:0;}
.with_frm_style .frm_catlevel_2, .with_frm_style .frm_catlevel_3, .with_frm_style .frm_catlevel_4, .with_frm_style .frm_catlevel_5{margin-left:18px;}
.with_frm_style .wp-editor-wrap{width:100%;max-width:100%;}
.with_frm_style .quicktags-toolbar input{font-size:12px !important;}
.with_frm_style .wp-editor-container textarea{border:none;}
.with_frm_style .mceIframeContainer{background-color:#eeeeee;}
.with_frm_style .nicEdit-selectTxt{line-height:14px;}
.with_frm_style .nicEdit-panelContain{border-color:#dddddd !important;}
.with_frm_style .nicEdit-main{margin:0 !important;padding:4px;width:auto !important;outline:none;color:#444444;background-color:#eeeeee;border-color:#dddddd !important;border-width:1px;border-style:solid;border-top:none;}
.with_frm_style input.auto_width, .with_frm_style select.auto_width, .with_frm_style textarea.auto_width{width:auto;}
.with_frm_style input[disabled], .with_frm_style select[disabled], .with_frm_style textarea[disabled], .with_frm_style input[readonly], .with_frm_style select[readonly], .with_frm_style textarea[readonly]{opacity:.5;filter:alpha(opacity=50);}
.frm_set_select .with_frm_style select, .frm_set_select .with_frm_style select.auto_width{width:100%;}
.with_frm_style .form-field input:focus, .with_frm_style select:focus, .with_frm_style textarea:focus, .with_frm_style .frm_focus_field input[type=text], .with_frm_style .frm_focus_field input[type=password], .with_frm_style .frm_focus_field input[type=email], .with_frm_style .frm_focus_field input[type=number], .with_frm_style .frm_focus_field input[type=url], .with_frm_style .frm_focus_field input[type=tel], .frm_form_fields_active_style, .with_frm_style .chzn-container-active .chzn-choices{background-color:#ffffff;border-color:#dddddd;}
.with_frm_style .frm_submit input[type=submit], .with_frm_style .frm_submit input[type=button], .frm_form_submit_style, .with_frm_style.frm_login_form input[type=submit]{border:none;width:auto;font-family:"pt-sans",sans-serif;text-transform:uppercase;font-size:16px;font-size:1.6rem;height:auto;text-align:center;background:#038bc2;cursor:pointer;font-weight:bold;text-shadow:none;padding:10px;padding:1.0rem;color:white;}
.with_frm_style p.submit, .with_frm_style div.frm_submit, .with_frm_style.frm_login_form p.login-submit{padding-top:0px;padding-bottom:0px}
.with_frm_style .frm_submit input[type=submit]:focus, .with_frm_style .frm_submit input[type=button]:focus, .with_frm_style.frm_login_form input[type=submit]:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#eeeeee');background:-webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));background:-moz-linear-gradient(top, #cccccc, #eeeeee);}
.frm_ajax_loading{visibility:hidden;}
.frm_form_submit_style{height:auto;}
a.frm_save_draft{cursor:pointer;}
.with_frm_style .frm_radio{display:block;}
.with_frm_style .frm_left_container .frm_radio{margin-left:165px;}
.with_frm_style .frm_right_container .frm_radio{margin-right:165px;}
.with_frm_style .horizontal_radio .frm_radio {margin:0;margin-right:5px;}
.with_frm_style .frm_checkbox{display:block;}
.with_frm_style .frm_left_container .frm_checkbox{margin-left:165px;}
.with_frm_style .frm_right_container .frm_checkbox{margin-right:165px;}
.with_frm_style .horizontal_radio .frm_checkbox{margin:0;margin-right:5px;}
.with_frm_style .vertical_radio .frm_checkbox, .with_frm_style .vertical_radio .frm_radio, .vertical_radio .frm_catlevel_1{display:block;}
.with_frm_style .horizontal_radio .frm_checkbox, .with_frm_style .horizontal_radio .frm_radio, .horizontal_radio .frm_catlevel_1{display:inline-block;}
.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label{font-family:"pt-sans",sans-serif;font-size:12px;color:#444444;font-weight:normal;display:inline;}
.with_frm_style .frm_radio label .frm_file_container, .with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle;}
.with_frm_style .frm_radio input[type=radio] {-webkit-appearance:radio;}
.with_frm_style .frm_checkbox input[type=checkbox] {-webkit-appearance:checkbox;}
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox]{margin-right:5px;width:auto;height:auto;display:inline;}
.with_frm_style input[type=radio],.with_frm_style input[type=checkbox]{width:auto;}
.with_frm_style .frm_blank_field input[type=text], .with_frm_style .frm_blank_field input[type=password], .with_frm_style .frm_blank_field input[type=url], .with_frm_style .frm_blank_field input[type=tel], .with_frm_style .frm_blank_field input[type=number], .with_frm_style .frm_blank_field input[type=email], .with_frm_style .frm_blank_field textarea, .with_frm_style .frm_blank_field select, .frm_form_fields_error_style, .with_frm_style .frm_blank_field #recaptcha_area, .with_frm_style .frm_blank_field .chzn-container-multi .chzn-choices{color:#444444;background-color:#eeeeee;border-color:#ff0000;border-width:1px;border-style:solid;}
.with_frm_style :invalid, .with_frm_style :-moz-submit-invalid, .with_frm_style :-moz-ui-invalid {box-shadow:none;}
.with_frm_style .frm_error{font-weight:bold;}
.with_frm_style .frm_blank_field label, .with_frm_style .frm_error{color:#ff0000;}
.with_frm_style .frm_error_style{background-color:#B81900;border:1px solid #be2e17;color:#ffffff;font-size:14px;margin:0;margin-bottom:20px;}
.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none;}
.with_frm_style .frm_trigger{cursor:pointer;}
.with_frm_style .frm_message, .frm_success_style{border:1px solid #E6DB55;background-color:#FFFFE0;color:#444444;}
.with_frm_style .frm_error_style, .with_frm_style .frm_message, .frm_success_style{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;padding:15px;}
.with_frm_style .frm_message{margin:5px 0 15px;font-size:14px;}
.with_frm_style .frm_message p{margin-bottom:5px;}
.frm_form_fields_style, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_form_submit_style{width:auto;}
.with_frm_style .frm_trigger span{float:left;}
.with_frm_style table.frm-grid, #content .with_frm_style table.frm-grid{border-collapse:collapse;border:none;}
.with_frm_style .frm-grid td, .frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color:#dddddd;border-top:none;border-left:none;border-right:none;}
.form_results.with_frm_style{border-color:1px solid #dddddd;}
.form_results.with_frm_style tr td{text-align:left;color:#444444;padding:7px 9px;border-top:1px solid #dddddd;}
.form_results.with_frm_style tr.frm_even, .frm-grid .frm_even{background-color:#eeeeee;}
.form_results.with_frm_style tr.frm_odd, .frm-grid .frm_odd{background-color:#ffffff;}
.with_frm_style .frm_uploaded_files{padding:5px 0;}
.with_frm_style .frm_file_names{display:block;}
.frm_collapse .ui-icon{display:inline-block;}
.frm_toggle_container{margin-left:15px;}
.frm_toggle_container ul{margin-left:0;padding-left:0;}
#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;}
#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px;}
#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:bold;z-index:9999999;}
#frm_loading img{max-width:100%;}
#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgba(0, 0, 0, 0.1) inset;height:20px;margin-bottom:20px;overflow:hidden;}
#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes;}
#frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg, #dddddd 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, #dddddd 50%, #dddddd 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));background-size:40px 40px;}
#frm_loading .progress-bar{background-color:#eeeeee;box-shadow:0 -1px 0 rgba(0, 0, 0, 0.15) inset;float:left;height:100%;line-height:20px;text-align:center;transition:width 0.6s ease 0s;width:100%;}
.frm_pagination_cont ul.frm_pagination{display:inline-block;list-style:none;}
.frm_pagination_cont ul.frm_pagination > li{display:inline;list-style:none;margin:2px;background-image:none;}
.frmcal{padding-top:30px;}
.frmcal-title{font-size:116%;}
.frmcal table.frmcal-calendar{border-collapse:collapse;margin-top:20px;color:#444444;}
.frmcal table.frmcal-calendar, .frmcal table.frmcal-calendar tbody tr td{border:1px solid #dddddd;}
.frmcal table.frmcal-calendar, .frmcal, .frmcal-header{width:100%;}
.frmcal-header{text-align:center;}
.frmcal-prev{margin-right:10px;}
.frmcal-prev, .frmcal-dropdown{float:left;}
.frmcal-dropdown{margin-left:5px;}
.frmcal-next{float:right;}
.frmcal table.frmcal-calendar thead tr th{text-align:center;padding:2px 4px;}
.frmcal table.frmcal-calendar tbody tr td{height:110px;width:14.28%;vertical-align:top;padding:0 !important;color:#444444;font-size:12px;}
table.frmcal-calendar .frmcal_date{background-color:#eeeeee;padding:0 5px;text-align:right;-moz-box-shadow:0 2px 5px #dddddd;-webkit-box-shadow:0 2px 5px #dddddd;box-shadow:0 2px 5px #dddddd;-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#dddddd')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#dddddd');}
table.frmcal-calendar .frmcal-today .frmcal_date{background-color:#ffffff;padding:0 5px;text-align:right;-moz-box-shadow:0 2px 5px #dddddd;-webkit-box-shadow:0 2px 5px #dddddd;box-shadow:0 2px 5px #dddddd;-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#dddddd')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#dddddd');}
.frmcal_num{display:inline;}
.frmcal-content{padding:2px 4px;}
.frm-loading-img{background:url(https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;padding:6px 12px;}
#ui-datepicker-div{display:none;z-index:999 !important;}
.frm_form_fields div.rating-cancel{display:none !important;}
.frm_form_fields div.rating-cancel, .frm_form_fields div.star-rating{float:left;width:17px;height:17px;cursor:pointer;display:block;background:transparent;overflow:hidden;}
.frm_form_fields div.rating-cancel a:before{font:16px/1 'dashicons';content:'\f460';color:#CDCDCD;}
.frm_form_fields div.star-rating:before, .frm_form_fields div.star-rating a:before{font:16px/1 'dashicons';content:'\f154';color:#F0AD4E;}
.frm_form_fields div.rating-cancel a, .frm_form_fields div.star-rating a{display:block;width:16px;height:100%;border:0;}
.frm_form_fields div.star-rating-on:before, .frm_form_fields div.star-rating-on a:before{content:'\f155';}
.frm_form_fields div.star-rating-hover:before, .frm_form_fields div.star-rating-hover a:before{content:'\f155';}
.frm_form_fields div.frm_half_star:before, .frm_form_fields div.frm_half_star a:before{content:'\f459';}
.frm_form_fields div.rating-cancel.star-rating-hover a:before{color:#B63E3F;}
.frm_form_fields div.star-rating-readonly, .frm_form_fields div.star-rating-readonly a{cursor:default !important;}
.frm_form_fields div.star-rating{overflow:hidden!important;}
.with_frm_style .frm_form_field{clear:both;}
.frm_form_field.frm_third, .frm_form_field.frm_fourth, .frm_form_field.frm_fifth, .frm_form_field.frm_inline{clear:none;float:left;}
.frm_form_field.frm_left_half, .frm_form_field.frm_left_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_left_fourth, .frm_form_field.frm_left_fifth, .frm_form_field.frm_left_inline, .frm_form_field.frm_first_half, .frm_form_field.frm_first_third, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_first_fourth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_first_inline{clear:left;float:left;}
.frm_form_field.frm_right_half, .frm_form_field.frm_right_third, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_right_fourth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_half, .frm_form_field.frm_last_third, .frm_form_field.frm_last_two_thirds, .frm_form_field.frm_last_fourth, .frm_form_field.frm_last_fifth, .frm_form_field.frm_last_inline{clear:none;float:right;}
.frm_form_field.frm_left_half, .frm_form_field.frm_right_half, .frm_form_field.frm_first_half, .frm_form_field.frm_last_half{width:48%;}
.frm_form_field.frm_left_half, .frm_form_field.frm_first_half{margin-right:4%;}
.frm_form_field.frm_left_half.frm_left_container .frm_primary_label, .frm_form_field.frm_right_half.frm_left_container .frm_primary_label, .frm_form_field.frm_left_half.frm_right_container .frm_primary_label, .frm_form_field.frm_right_half.frm_right_container .frm_primary_label, .frm_form_field.frm_first_half.frm_left_container .frm_primary_label, .frm_form_field.frm_last_half.frm_left_container .frm_primary_label, .frm_form_field.frm_first_half.frm_right_container .frm_primary_label, .frm_form_field.frm_last_half.frm_right_container .frm_primary_label{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-width:25%;margin-right:0;margin-left:0;}
.frm_form_field.frm_left_half.frm_left_container .frm_primary_label, .frm_form_field.frm_right_half.frm_left_container .frm_primary_label, .frm_form_field.frm_first_half.frm_left_container .frm_primary_label, .frm_form_field.frm_last_half.frm_left_container .frm_primary_label{padding-right:10px;}
.frm_form_field.frm_left_half.frm_right_container .frm_primary_label, .frm_form_field.frm_right_half.frm_right_container .frm_primary_label, .frm_form_field.frm_first_half.frm_right_container .frm_primary_label, .frm_form_field.frm_last_half.frm_right_container .frm_primary_label{padding-left:10px;}
.frm_form_field.frm_left_container input, .frm_form_field.frm_left_container select, .frm_form_field.frm_left_container textarea, .frm_form_field.frm_right_container input, .frm_form_field.frm_right_container select, .frm_form_field.frm_right_container textarea{max-width:75%;}
.frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third{width:30%;}
.frm_form_field.frm_left_two_thirds, .frm_form_field.frm_right_two_thirds, .frm_form_field.frm_first_two_thirds, .frm_form_field.frm_last_two_thirds {width:65%;}
.frm_form_field.frm_left_third, .frm_form_field.frm_first_third, .frm_form_field.frm_third, .frm_form_field.frm_left_two_thirds, .frm_form_field.frm_first_two_thirds {margin-right:5%;}
.frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_form_field.frm_right_fourth, .frm_form_field.frm_first_fourth, .frm_form_field.frm_last_fourth{width:22%;}
.frm_form_field.frm_left_fourth, .frm_form_field.frm_fourth, .frm_form_field.frm_first_fourth{margin-right:4%;}
.frm_form_field.frm_left_fifth, .frm_form_field.frm_fifth, .frm_form_field.frm_right_fifth, .frm_form_field.frm_first_fifth, .frm_form_field.frm_last_fifth{width:16%;}
.frm_form_field.frm_left_fifth, .frm_form_field.frm_fifth, .frm_form_field.frm_first_fifth{margin-right:5%;}
.frm_form_field.frm_left_inline, .frm_form_field.frm_first_inline, .frm_form_field.frm_inline, .frm_form_field.frm_right_inline, .frm_form_field.frm_last_inline{width:auto;}
.frm_form_field.frm_left_inline, .frm_form_field.frm_first_inline, .frm_form_field.frm_inline{margin-right:4%;}
.frm_full, .frm_full .wp-editor-wrap, .frm_full input, .frm_full select, .frm_full textarea{width:100% !important;}
.frm_full .wp-editor-wrap input{width:auto !important;}
.wp-editor-wrap *, .wp-editor-wrap *:after, .wp-editor-wrap *:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.frm_grid, .frm_grid_first, .frm_grid_odd{clear:both;margin-bottom:0 !important;padding:5px;border-width:1px;border-style:solid;border-color:#dddddd;border-left:none;border-right:none;}
.frm_grid, .frm_grid_odd{border-top:none;}
.frm_grid .frm_error, .frm_grid_first .frm_error, .frm_grid_odd .frm_error{display:none;}
.frm_grid.frm_blank_field, .frm_grid_first.frm_blank_field, .frm_grid_odd.frm_blank_field{background-color:#B81900;border-color:#be2e17;}
.frm_grid:after, .frm_grid_first:after, .frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.frm_grid_first{margin-top:20px;}
.frm_grid_first, .frm_grid_odd{background-color:#eeeeee;}
.frm_grid{background-color:#ffffff;}
.frm_grid .frm_primary_label, .frm_grid_first .frm_primary_label, .frm_grid_odd .frm_primary_label, .frm_grid .frm_radio, .frm_grid_first .frm_radio, .frm_grid_odd .frm_radio, .frm_grid .frm_checkbox, .frm_grid_first .frm_checkbox, .frm_grid_odd .frm_checkbox{float:left !important;display:block;margin-top:0;margin-left:0 !important;}
.frm_grid_first .frm_radio label, .frm_grid .frm_radio label, .frm_grid_odd .frm_radio label, .frm_grid_first .frm_checkbox label, .frm_grid .frm_checkbox label, .frm_grid_odd .frm_checkbox label{visibility:hidden;white-space:nowrap;text-align:left;}
.frm_grid_first .frm_radio label input, .frm_grid .frm_radio label input, .frm_grid_odd .frm_radio label input, .frm_grid_first .frm_checkbox label input, .frm_grid .frm_checkbox label input, .frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right;}
.frm_grid .frm_radio, .frm_grid_first .frm_radio, .frm_grid_odd .frm_radio, .frm_grid .frm_checkbox, .frm_grid_first .frm_checkbox, .frm_grid_odd .frm_checkbox{display:inline;}
.frm_grid_2 .frm_radio, .frm_grid_2 .frm_checkbox, .frm_grid_2 label.frm_primary_label{width:48% !important;}
.frm_grid_2 .frm_radio, .frm_grid_2 .frm_checkbox{margin-right:4%;}
.frm_grid_3 .frm_radio, .frm_grid_3 .frm_checkbox, .frm_grid_3 label.frm_primary_label{width:30% !important;}
.frm_grid_3 .frm_radio, .frm_grid_3 .frm_checkbox{margin-right:3%;}
.frm_grid_4 .frm_radio, .frm_grid_4 .frm_checkbox{width:20% !important;}
.frm_grid_4 label.frm_primary_label{width:28% !important;}
.frm_grid_4 .frm_radio, .frm_grid_4 .frm_checkbox{margin-right:4%;}
.frm_grid_5 label.frm_primary_label, .frm_grid_7 label.frm_primary_label{width:24% !important;}
.frm_grid_5 .frm_radio, .frm_grid_5 .frm_checkbox{width:17% !important;margin-right:2%;}
.frm_grid_6 label.frm_primary_label{width:25% !important;}
.frm_grid_6 .frm_radio, .frm_grid_6 .frm_checkbox{width:14% !important;margin-right:1%;}
.frm_grid_7 label.frm_primary_label{width:22% !important;}
.frm_grid_7 .frm_radio, .frm_grid_7 .frm_checkbox{width:12% !important;margin-right:1%;}
.frm_grid_8 label.frm_primary_label{width:23% !important;}
.frm_grid_8 .frm_radio, .frm_grid_8 .frm_checkbox{width:10% !important;margin-right:1%;}
.with_frm_style .frm_inline_container.frm_grid_first label.frm_primary_label, .with_frm_style .frm_inline_container.frm_grid label.frm_primary_label, .with_frm_style .frm_inline_container.frm_grid_odd label.frm_primary_label, .with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container, .with_frm_style .frm_inline_container.frm_grid .frm_opt_container, .with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container {margin-right:0;}
.frm_form_field.frm_two_col .frm_radio, .frm_form_field.frm_three_col .frm_radio, .frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_two_col .frm_checkbox, .frm_form_field.frm_three_col .frm_checkbox, .frm_form_field.frm_four_col .frm_checkbox {float:left;}
.frm_form_field.frm_two_col .frm_radio, .frm_form_field.frm_two_col .frm_checkbox{width:48%;margin-right:2%;}
.frm_form_field.frm_three_col .frm_radio, .frm_form_field.frm_three_col .frm_checkbox{width:31%;margin-right:2%;}
.frm_form_field.frm_four_col .frm_radio, .frm_form_field.frm_four_col .frm_checkbox{width:22%;margin-right:3%;}
.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto;}
.frm_form_field.frm_two_col .frm_opt_container:after, .frm_form_field.frm_three_col .frm_opt_container:after, .frm_form_field.frm_four_col .frm_opt_container:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.frm_form_field.frm_total input, .frm_form_field.frm_total textarea{opacity:1; background-color:transparent;border:none;font-weight:bold;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;}
.frm_text_block{margin-left:20px;}
.frm_text_block input, .frm_text_block label.frm_primary_label{margin-left:-20px;}
.frm_text_block .frm_checkbox input[type=checkbox], .frm_text_block .frm_radio input[type=radio]{margin-right:4px;}
.frm_clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.frm_clearfix{display:inline-block;}
html[xmlns] .frm_clearfix{display:block;}
* html .frm_clearfix{height:1%;}

.with_frm_style .chzn-container{font-size:13px;position:relative;display:inline-block;zoom:1;
*display:inline;}
.with_frm_style .chzn-container .chzn-drop{background:#fff;border:1px solid #aaa;border-top:0;position:absolute;top:29px;left:0;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);z-index:1010;}
.with_frm_style .chzn-container-single .chzn-single{filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee),color-stop(100%, #f4f4f4));background-image:-webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background-image:-moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background-image:-o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);background-image:linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); -moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);box-shadow:0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);display:block;overflow:hidden;white-space:nowrap;position:relative;height:23px;line-height:23px;padding:0 0 0 8px;text-decoration:none;}
.with_frm_style .chzn-container-single .chzn-single span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;text-overflow:ellipsis;}
.with_frm_style .chzn-container-single .chzn-single abbr{display:block;position:absolute;right:26px;top:6px;width:12px;height:12px;font-size:1px;background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') -42px 1px no-repeat;}
.with_frm_style .chzn-container-single .chzn-single abbr:hover{background-position:-42px -10px;}
.with_frm_style .chzn-container-single.chzn-disabled .chzn-single abbr:hover{background-position:-42px -10px;}
.with_frm_style .chzn-container-single .chzn-single div{position:absolute;right:0;top:0;display:block;height:100%;width:18px;}
.with_frm_style .chzn-container-single .chzn-single div b{background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat 0px 2px;display:block;width:100%;height:100%;}
.with_frm_style .chzn-container-single .chzn-search{padding:3px 4px;position:relative;margin:0;white-space:nowrap;z-index:1010;}
.with_frm_style .chzn-container-single .chzn-search input{background:#fff url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat 100% -20px;background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);margin:1px 0;padding:4px 20px 4px 5px;outline:0;border:1px solid #aaa;}
.with_frm_style .chzn-container-single .chzn-drop{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;}
.with_frm_style .chzn-container-single-nosearch .chzn-search input{position:absolute;left:-9000px;}
.with_frm_style .chzn-container-multi .chzn-choices{margin:0;cursor:text;overflow:hidden;height:auto !important;position:relative;}
.with_frm_style .chzn-container-multi .chzn-choices li{float:left;list-style:none;}
.with_frm_style .chzn-container-multi .chzn-choices .search-field{white-space:nowrap;margin:0;padding:2px 0 0 5px;}
.with_frm_style .chzn-container-multi .chzn-choices .search-field input{color:#666;background:transparent !important;border:0 !important;font-size:100%;height:15px;margin:1px 0;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:0;}
.with_frm_style .chzn-container-multi .chzn-choices .search-choice{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));background-image:-webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:-moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:-o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);-webkit-box-shadow:0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);color:#333;border:1px solid #aaaaaa;line-height:13px;padding:3px 20px 3px 5px;margin:0 0 0 5px;position:relative;cursor:default;}
.with_frm_style .chzn-container-multi .chzn-choices .search-choice.search-choice-disabled{background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8),color-stop(100%, #eeeeee));background-image:-webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:-moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:-o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:-ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);background-image:linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);color:#666;border:1px solid #cccccc;padding-right:5px;}
.with_frm_style .chzn-container-multi .chzn-choices .search-choice-focus{background:#d4d4d4;}
.with_frm_style .chzn-container-multi .chzn-choices .search-choice .search-choice-close{display:block;position:absolute;right:3px;top:4px;width:12px;height:12px;font-size:1px;background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') -42px 1px no-repeat;}
.with_frm_style .chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover{background-position:-42px -10px;}
.with_frm_style .chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close{background-position:-42px -10px;}
.with_frm_style .chzn-container .chzn-results {margin:0 4px 4px 0;max-height:240px;padding:0 0 0 4px;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;}
.with_frm_style .chzn-container-multi .chzn-results{margin:-1px 0 0;padding:0;}
.with_frm_style .chzn-container .chzn-results li{display:none;line-height:15px;padding:5px 6px;margin:0;list-style:none;}
.with_frm_style .chzn-container .chzn-results .active-result{cursor:pointer;display:list-item;}
.with_frm_style .chzn-container .chzn-results .highlighted{background-color:#3875d7;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0);background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));background-image:-webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);background-image:-moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);background-image:-o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);background-image:linear-gradient(#3875d7 20%, #2a62bc 90%);color:#fff;
}
.with_frm_style .chzn-container .chzn-results li em{background:#feffde;font-style:normal;}
.with_frm_style .chzn-container .chzn-results .highlighted em{background:transparent;}
.with_frm_style .chzn-container .chzn-results .no-results{background:#f4f4f4;display:list-item;}
.with_frm_style .chzn-container .chzn-results .group-result{cursor:default;color:#999;font-weight:bold;}
.with_frm_style .chzn-container .chzn-results .group-option{padding-left:15px;}
.with_frm_style .chzn-container-multi .chzn-drop .result-selected{display:none;}
.with_frm_style .chzn-container .chzn-results-scroll{background:white;margin:0 4px;position:absolute;text-align:center;width:321px;z-index:1;}
.with_frm_style .chzn-container .chzn-results-scroll span{display:inline-block;height:17px;text-indent:-5000px;width:9px;}
.with_frm_style .chzn-container .chzn-results-scroll-down{bottom:0;}
.with_frm_style .chzn-container .chzn-results-scroll-down span{background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat -4px -3px;}
.with_frm_style .chzn-container .chzn-results-scroll-up span{background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat -22px -3px;}
.with_frm_style .chzn-container-active .chzn-single{-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);-moz-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3);border:1px solid #dddddd;}
.with_frm_style .chzn-container-active .chzn-single-with-drop{border:1px solid #aaa;-webkit-box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;background-color:#eee;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);background-image:-webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));background-image:-webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);background-image:-moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);background-image:-o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);background-image:linear-gradient(#eeeeee 20%, #ffffff 80%);-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0;}
.with_frm_style .chzn-container-active .chzn-single-with-drop div{background:transparent;border-left:none;}
.with_frm_style .chzn-container-active .chzn-single-with-drop div b{background-position:-18px 2px;}
.with_frm_style .chzn-container-active .chzn-choices .search-field input{color:#111 !important;}
.with_frm_style .chzn-disabled{cursor:default;opacity:0.5 !important;}
.with_frm_style .chzn-disabled .chzn-single{cursor:default;}
.with_frm_style .chzn-disabled .chzn-choices .search-choice .search-choice-close{cursor:default;}
.with_frm_style .chzn-rtl{text-align:right;}
.with_frm_style .chzn-rtl .chzn-single{padding:0 8px 0 0;overflow:visible;}
.with_frm_style .chzn-rtl .chzn-single span{margin-left:26px;margin-right:0;direction:rtl;}
.with_frm_style .chzn-rtl .chzn-single div{left:3px;right:auto;}
.with_frm_style .chzn-rtl .chzn-single abbr{left:26px;right:auto;}
.with_frm_style .chzn-rtl .chzn-choices .search-field input{direction:rtl;}
.with_frm_style .chzn-rtl .chzn-choices li{float:right;}
.with_frm_style .chzn-rtl .chzn-choices .search-choice{padding:3px 5px 3px 19px;margin:3px 5px 3px 0;}
.with_frm_style .chzn-rtl .chzn-choices .search-choice .search-choice-close{left:4px;right:auto;}
.with_frm_style .chzn-rtl.chzn-container-single .chzn-results{margin:0 0 4px 4px;padding:0 4px 0 0;}
.with_frm_style .chzn-rtl .chzn-results .group-option{padding-left:0;padding-right:15px;}
.with_frm_style .chzn-rtl.chzn-container-active .chzn-single-with-drop div{border-right:none;}
.with_frm_style .chzn-rtl .chzn-search input{background:#fff url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat -30px -20px;background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);background:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);padding:4px 5px 4px 20px;direction:rtl;}
.chzn-container-single.chzn-rtl .chzn-single div b{background-position:6px 2px;}
.with_frm_style .chzn-container-single.chzn-rtl .chzn-single-with-drop div b{background-position:-12px 2px;}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144dpi){
.with_frm_style .chzn-rtl .chzn-search input, .with_frm_style .chzn-container-single .chzn-single abbr, .with_frm_style .chzn-container-single .chzn-single div b, .with_frm_style .chzn-container-single .chzn-search input, .with_frm_style .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .with_frm_style .chzn-container .chzn-results-scroll-down span, .with_frm_style .chzn-container .chzn-results-scroll-up span{background-image:url('https://ph-www.public-health.uiowa.edu/wp-content/plugins/formidable/pro/images/chosen-sprite2x.png') !important;background-repeat:no-repeat !important;background-size:52px 37px !important;}
}
label.frm_hidden {display:none;}
/*
* The MIT License
* Copyright (c) 2012 Matias Meno <m@tias.me>
*/
@-webkit-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}

}
@-moz-keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}

}
@keyframes passing-through {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30%, 70% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(-40px);
		-moz-transform: translateY(-40px);
		-ms-transform: translateY(-40px);
		-o-transform: translateY(-40px);
		transform: translateY(-40px);
	}

}
@-webkit-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

}
@-moz-keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

}
@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		-moz-transform: translateY(40px);
		-ms-transform: translateY(40px);
		-o-transform: translateY(40px);
		transform: translateY(40px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}
@-moz-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}
@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	10% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	20% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

}
.frm_dropzone, .frm_dropzone * {
	box-sizing: border-box;
}

.frm_dropzone.dz-clickable {
	min-height: 150px;
	border: 2px dashed #dfdfdf;
	background:#ffffff;
	padding: 20px 20px;
	border-radius:5px;
	cursor: pointer;
	margin-top:5px;
	line-height:1.42857143;
}
.frm_dropzone.dz-clickable * {
	cursor: default;
}

.frm_dropzone.dz-clickable.frm_single_upload{
	max-width: 600px;
}
.frm_dropzone .dz-message{
	display:none;
	font-size:20px;
	text-align: center;
	margin: .5em 0 1em;
}
.frm_dropzone.dz-clickable.frm_single_upload .dz-message{
	margin: 0 0 .5em 0;
}
.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone .frm_upload_icon{
	display:block;
}
.frm_dropzone.dz-clickable .dz-message,
.frm_dropzone.dz-clickable .dz-message * {
	cursor: pointer;
}
#frm_form_editor_container .frm_dropzone.dz-clickable,
#frm_form_editor_container .frm_dropzone.dz-clickable *{
	cursor: default;
}
.frm_dropzone.dz-started .dz-message {
	display: none;
}
.frm_dropzone.dz-drag-hover .dz-message {
	opacity: 1.0;
}
.frm_dropzone .frm_upload_icon:before{
	font-size:40px;
}
.frm_dropzone .frm_small_text {
	font-size:14px;
}
.frm_dropzone.dz-drag-hover {
	border-style: solid;
	background:rgba(153,250,155,1.00);
}
.frm_dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px;
}
.frm_dropzone .dz-preview:hover {
	z-index: 1000;
}
.frm_dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}
.frm_dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
}
.frm_dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1;
}
.frm_dropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.frm_dropzone .dz-preview .dz-remove {
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none;
}
.frm_dropzone .dz-preview .dz-remove:hover {
	text-decoration: underline;
}
.frm_dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}
.frm_dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%;
}
.frm_dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px;
}
.frm_dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap;
}
.frm_dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}
.frm_dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}
.frm_dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}
.frm_dropzone .dz-preview .dz-details .dz-filename span,
.frm_dropzone .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 3px;
}
.frm_dropzone .dz-preview .dz-details .dz-filename a{
	cursor:pointer;
}

.frm_dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
.frm_dropzone .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 520px;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10;
}
.frm_dropzone .dz-preview .dz-image img {
	display: block;
	margin:0 auto;
}
.frm_dropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.frm_dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.frm_dropzone .dz-preview .dz-success-mark, .frm_dropzone .dz-preview .dz-error-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
}
.frm_dropzone .dz-preview .dz-success-mark svg, .frm_dropzone .dz-preview .dz-error-mark svg {
	display: block;
	width: 54px;
	height: 54px;
}
.frm_dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.frm_dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}
.frm_dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite;
}
.frm_dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}
.frm_dropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out;
}
.frm_dropzone .dz-preview.dz-error .dz-error-message {
	display: block;
}
.frm_dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto;
}
.frm_dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 29px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: white;
}

.frm_dropzone .fallback input[type=file]{
	display:block;
}

/* Compact version */
.frm_compact_text{
	display:none;
}

.frm_compact .frm_dropzone.dz-clickable{
	min-height:60px;
	padding:5px;
	border:none;
	background-color:transparent;
}

.frm_compact .frm_dropzone.dz-clickable.frm_single_upload{
	max-width:100%;
}

.frm_compact .frm_compact_text{
	display:inline;
}

.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message,
.frm_compact .frm_dropzone.dz-clickable .dz-message{
	font-size:14px;
	border:1px solid #dfdfdf;
	background:#fff;
	display: inline-block;
	border-radius: 4px;
	padding: 6px 11px;
	box-sizing: border-box;
	box-shadow: 0 1px 1px #eeeeee;
	vertical-align: middle;
}

.frm_compact .frm_dropzone .frm_upload_icon:before{
	font-size:22px;
	padding-right:7px;
	vertical-align: middle;
}

.frm_compact .frm_dropzone .frm_upload_icon{
	display:inline;
}

.frm_compact .frm_dropzone .dz-preview{
	min-height:20px;
	max-width:175px;
	margin:5px;
}

.frm_compact .frm_dropzone .frm_upload_text,
.frm_compact .frm_dropzone .frm_small_text,
.frm_compact .frm_dropzone .dz-preview .dz-image,
.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size{
	display:none;
}

.frm_compact .frm_dropzone .dz-preview.dz-error .dz-error-message{
	top: -40px;
	padding: 4px;
	width: auto;
	text-align: center;
}

.frm_compact .frm_dropzone .dz-preview .dz-success-mark,
.frm_compact .frm_dropzone .dz-preview .dz-error-mark{
	margin-left: -16px;
    margin-top: 0;
    top: 6px;
}

.frm_compact .frm_dropzone .dz-preview:hover .dz-error-mark{
	display:none;
}

.frm_compact .frm_dropzone .dz-preview .dz-success-mark svg,
.frm_compact .frm_dropzone .dz-preview .dz-error-mark svg{
	height:35px;
	width:35px;
}

.frm_compact .frm_dropzone .dz-preview .dz-details{
	opacity:1;
	position:relative;
	padding:5px;
}

.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename {
	overflow: hidden;
	text-overflow: ellipsis;
}

.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename span{
	border:none;
	background:transparent;
}

/*--------------------------------------------------------------
Dropzone Styles
--------------------------------------------------------------*/

div#file406_dropzone {
	max-width:600px;
	max-width:60.0rem;	
}
div#file405_dropzone {
	max-width:600px;
	max-width:60.0rem;
}
div#file404_dropzone {
	max-width:600px;
	max-width:60.0rem;	
}
div#file403_dropzone {
	max-width:600px;
	max-width:60.0rem;	
}


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a, 
a:link, 
a:visited {
	color:#00558C;
	text-decoration:none;
}
a:hover {


}
body.home div#row-1 section ul li a,
body.home div#row-3 section ul li a {
	color:#000;
}
body.home div#row-1 a:hover,
body.home div#row-3 a:hover,
body.home section a h3:hover {
	color:#00558C;
}
main div.entry-content a,
main div.entry-content a:visited,
main div.entry-meta a,
main div.entry-meta a:visited,
main footer.entry-footer a,
main footer.entry-footer a:visited,
main div.nav-links a,
main div.nav-links a:visited
 {
	border-bottom:1px solid #dfdfdf;
}

main div.entry-content a:hover {
	border-bottom: 1px solid #00558C;
}

main div.entry-content ul.list-of-links, main div.entry-content ul.list-of-links ul {
	list-style-type:none;
	margin-left:30px;
	margin-left:3.0rem;
}
main div.entry-content ul.list-of-links li a,
main div.entry-content ul.list-of-links li ul li a {
	border-bottom:none;
	padding-left:20px;
	padding-left:2.0rem;
	background:url(images/listmarker.png) no-repeat;
	color:#000;
}
main div.entry-content ul.list-of-links li ul li a {
		
}
main div.entry-content ul.list-of-links li a:hover {
	/*border-bottom:1px solid #ccc;*/
	color:#00558C;
}
header#masthead a,
header#masthead a:link,
header#masthead a:visited {
	color:#fff;
}
header#masthead a.skip-link {color:black;}
span.breadcrumb_last { display:none; }
p#breadcrumbs,
p#breadcrumbs a span {
	text-transform:uppercase;
	font-size:12px;
	font-size:1.2rem;
	font-family:"pt-sans",sans-serif;
	color:#00558C;
}
p#breadcrumbs a {
	text-decoration: underline;
}
body.home section h3 a,
body.home section a h3 {
	font-family:"league-gothic",sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:28px;
	font-size:2.8rem;
	color:#8a501c;
}
body.home section nav h3 a {
	color:#00558C;
}
body.home section#ugrad-grad nav ul li a {
	width:96.5%;
	font-family:"adelle",serif;
	color:white;
	background:#00558C;
	margin-bottom:30px;
	margin-bottom:3.0rem;
	padding-right:15px;
	padding-right:1.5rem;
}
body.home section#ugrad-grad nav ul li a p, 
body.home section#ugrad-grad nav ul li a h3 {
	color:white;	
}
/* Old department nav on home page
section#home-dept-nav ul li a {
	color:#2b2b2b;
	font-weight:700;
	font-family:"pt-sans",sans-serif;
	font-size:17px;
	font-size:1.7rem;
}
*/
main div.entry-content ul li figure a,
main div.entry-content ul li figure a:hover

 { border-bottom:none; }
 
 
.button {
	border: none;
    font-family: "pt-sans",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    height: auto;
    text-align: center;
    background: #00558C;
    cursor: pointer;
    font-weight: bold;
    text-shadow: none;
    padding: 10px;
    padding: 1.0rem;
    color: white;	
	display:block;
	margin-top:20px;
	margin-top:2.0rem;
}
a.button {color:white;}
a.button:hover {
	background:#024864;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/


/*   footer stuff     -------------------------------------------*/

div.footer-menu ul.menu {
	padding:0;
	margin:0;
	list-style-type:none;
}
div.footer-menu ul.menu li a {
	font-family:"pt-sans",sans-serif;
	font-size:15px;
	font-size:1.5rem;
	color:white;
}
div.footer-menu ul.menu li a:hover {
	color:#00558C;
}
div#footer-logo p, div#footer-logo p a {
	font-family:"pt-sans",sans-serif;
	font-size:12px;
	font-size:1.2rem;
	color:white;
}
div.footer-menu h4, div#social-media-links h4, 
div.footer-menu h3, div#social-media-links h3 {
	text-transform:uppercase;
	color:white;
	font-family:"pt-sans",sans-serif;
	font-size:14px;
	font-size:1.4rem;
}

p#uicphlogo > a {
	display:block;
	width:250px;
	width:25.0rem;
	height:75px;
	height:7.5rem;
	text-indent:-5000px;
	background:url(images/ui-cph-logo-line.svg) no-repeat;
}
p#uicphlogo {
	position:relative;	
}
p#uicphlogo span a {
	text-indent:-5000px;
	display:block;
	position:absolute;
	width:245px;
	width:24.5rem;
	height:35px;
	height:3.5rem;
	z-index:9000;
}

div#social-media-links ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div#social-media-links ul li {

}
div#social-media-links ul li a {
	display:block;
	text-indent:-5000px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	margin-bottom:1.0rem;
	height:30px;
	background-repeat:no-repeat;
}
div#social-media-links ul li#fb a {
	background-image:url(images/facebook.png);
	width:26px;
	width:2.6rem;
}
div#social-media-links ul li#tw a {
	background-image:url(images/twitter.png);
	width:35px;
	width:3.5rem;
}
div#social-media-links ul li#yt a {
	background-image:url(images/youtube.png);
	background-position:0 20%;
	width:52px;
	width:5.2rem;
}
div#social-media-links ul li#ln a {
	background-image:url(images/linkedin.png);
	width:30px;
	width:3.0rem;
}
p#ceph a {
	display:block;
	width:95px;
	width:9.2rem;
	height:82px;
	height:8.2rem;
	text-indent:-5000px;
	background:url("images/ceph-logo-red-transparent.png") no-repeat;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
/*   end footer stuff     -------------------------------------------*/


/* Link tiles for mini home pages ---------------------------------------------*/


article.tile {
	float:left;
	background:#444;
	}

article.tile h2 a {
	display:table-cell;
	vertical-align:middle;
	color:white;
	background-color:#444;
	-webkit-transition:background-color 0.3s ease; 
	-moz-transition:background-color 0.3s ease; 
	-o-transition:background-color 0.3s ease; 
	transition:background-color 0.3s ease; 
	height:90px;
	height:9.0rem;
	overflow:hidden;
	padding:10px;
	padding:1.0rem;
	padding-right:0;
	font-size:28px;
	font-size:2.8rem;
	line-height:2.9em;
	line-height:2.9rem;
	border-bottom:none;
/*	min-width:100px; */
	}
main div.entry-content article.tile a:focus,
main div.entry-content article.tile a:hover,
main div.entry-content article.tile a:active
 {
	background-color:#000;
	border-bottom:none;
}
div.col-2, 
div.col-3,
div.col-4 {
	margin-top:2.0rem;
}
div.col-2:after,
div.col-3:after,
div.col-4:after {
	content: "";
	display: table;
	clear: both;
}
div.col-4 article, div.col-3 article, div.col-2 article { margin:0 2% 2% 0; }
div.col-3 article:nth-child(3n) {margin-right:0;}

@media only screen and (max-width:320px) {
	div.col-2 article a, div.col-2 article, 
	div.col-3 article a, div.col-3 article, 
	div.col-4 article a, div.col-4 article { width:100%; }
}

@media only screen and (min-width:321px) and (max-width:768px) {
	div.col-2 article a, div.col-2 article { width:100%; }
	div.col-3 article a, div.col-3 article { width:100%; }
	div.col-4 article a, div.col-4 article { width:48%; }

	div.col-2 article:nth-child(1n+1),
	div.col-3 article:nth-child(1n+1),
	div.col-4 article:nth-child(2n+2) { margin-right:0; }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
	div.col-2 article a, div.col-2 article { width:100%; }
	div.col-3 article a, div.col-3 article { width:48%; }
	div.col-4 article a, div.col-4 article { width:32%; }

	div.col-2 article:nth-child(1n+1),
	div.col-3 article:nth-child(2n+2),
	div.col-4 article:nth-child(3n+3) { margin-right:0; }
}
@media only screen and (min-width:1025px) {
	div#mini-home div.col-2 article:nth-child(2n+2),	
	div#mini-home div.col-3 article:nth-child(3n+3),
	div#mini-home div.col-4 article:nth-child(4n+4) { margin-right:0; }
}

@media only screen and (min-width:1025px) {
	div.col-2 article a, div.col-2 article { width:48%; }
	div.col-3 article a, div.col-3 article { width:32%; }
	div.col-4 article a, div.col-4 article { width:23.5%; }

}
/* End link tiles for mini home pages ---------------------------------------------*/

/* Links on home page -------------------------------------------------------------*/
body.home section#ugrad-grad ul {
	padding:0;
	list-style-type:none;
	margin:0;
	position:relative;
	top:-8px;
	top:-0.8rem;
}
body.home section#ugrad-grad ul li a{
	padding:10px 0 10px 20px;
	padding:1.0rem 0 1.0rem 2.0rem;
	margin:0;
	display:block;
}
body.home section#ugrad-grad ul li a:hover {
	background:#024864;
}
body.home section#ugrad-grad nav ul li a h3 {
	text-transform:none;
	font-family:adelle,serif;
	font-size:28px;
	font-size:2.8rem;
	line-height:38px;
	margin-bottom:5px;
	letter-spacing:-1px;
}

body.home section#ugrad-grad nav ul li a p {
	font-size:15px;
}
body.home section#ugrad-grad nav ul li a {
	-webkit-transition:background-color 0.2s ease; 
	-moz-transition:background-color 0.2s ease; 
	-o-transition:background-color 0.2s ease; 
	transition:background-color 0.2s ease; 
}
body.home section#ugrad-grad nav ul li#apply-now a { background:#000; }
body.home section#ugrad-grad nav ul li#apply-now a h3, body.home section#ugrad-grad nav ul li#apply-now a p { color:#ffcd00;}
body.home section#ugrad-grad nav ul li#apply-now a:hover { background:black;}
/* Old department nav on home page
body.home section#home-dept-nav ul {
	padding:0;
	list-style-type:none;
	margin:0;
	position:relative;
	top:-8px;
	top:-0.8rem;
}
body.home section#home-dept-nav ul li a{
	padding:10px 0 10px 20px;
	padding:1.0rem 0 1.0rem 2.0rem;
	margin:0;
	display:block;
	background:url(images/listmarker.png) no-repeat 0 50%;
}
*/
body.home section#home-news ul,
body.home section#home-events ul,
body.home div#row-3 section ul {
	padding:0;
	margin:0 0 0 18px;
	margin:0 0 0 1.8rem;
	list-style-type:none;
	list-style-image:url(images/listmarker.png);
	position:relative;
	top:3px;
	top:0.3rem;
}
body.home section#home-news ul li,
body.home section#home-events ul li,
body.home div#row-3 section ul li {
	margin-bottom:15px;
	margin-bottom:1.5rem;
}
body.home section#home-news ul li a,
body.home section#home-events ul li a,
body.home div#row-3 section ul li a {
	font-size:16px;
	font-size:1.6rem;
}
body.home div#row-3 section ul,
body.home div#row-3 section h3 {
	padding-left:20px;
	padding-left:2.0rem;
}
body.home section#home-events dl {
	position:relative;
	top:3px;
	top:0.3rem;
}
body.home section#home-events dt {
	float:left;
	clear:both;
	width:12%;
}
body.home section#home-events dd {
	float:right;
	width:80%;
	margin-left:0;
	margin-bottom:15px;
	margin-bottom:1.5rem;
}
/* End links on home page ---------------------------------------------------------*/








@media only screen and (max-width:1224px) {
	nav#site-navigation {
		width:100%;
	}
}
/* -----------------------------------------------------------------------  */



.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 1.5em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover {
	position:relative;	
}
.main-navigation ul li:hover > ul {
	display: block;
	position:absolute;
	list-style-type:none;
	margin:0;
	padding:0;
	z-index:99;
	background:#2b2b2b;
}
.main-navigation ul li ul li a {
	display:block;
	padding:10px;
	width: 200px;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu 
.menu-toggle {
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
*/
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #00558C;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left:20px;
	margin-left: 2.0rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}


/*--------------------------------------------------------------
13 Home Page Carousel
--------------------------------------------------------------*/

#soliloquy-container-29780 {width:100%;} /* This needs to be adjusted on smaller screens for responsive design */
#soliloquy-container-29780 h3 {font-family:"league-gothic";font-weight:normal;text-transform:uppercase;text-align:left;font-size:38px;font-size:3.8rem;margin-bottom:25px;margin-bottom:2.5rem;line-height:1.1;}
#soliloquy-container-29780 p {font-family:"adelle";text-align:left;font-size:19px;font-size:1.9rem;line-height:31px;line-height:3.1rem;}
#soliloquy-container-29780 .soliloquy-item .soliloquy-image { max-width: 68.27%; margin: 0; float: right; }
#soliloquy-container-29780 .soliloquy-caption { max-width: 27%; bottom: auto !important; top: 0 !important; height:440px;height:44.0rem;}
#soliloquy-container-29780 .soliloquy-caption-inside {background:rgba(0,0,0,0.0);display:table-cell;vertical-align:middle;padding-top:20%;}
#soliloquy-container-29780 .soliloquy-pager {width:300px;width:30.0rem;left:10px;bottom:48px;}
#soliloquy-container-29780 .soliloquy-pager .soliloquy-pager-link { background-image:none; }
#soliloquy-container-29780 .soliloquy-pager .soliloquy-pager-item a {width:24px;width:2.4rem;height:24px;height:2.4rem;text-indent:-5000px;background-color:#c9b443;display:block;margin-left:18px;margin-left:1.8rem;border-radius:0;}
#soliloquy-container-29780 .soliloquy-pager .soliloquy-pager-item a:hover {background-color:#00558C;}
#soliloquy-container-29780 .soliloquy-pager .soliloquy-pager-item a.active {background-color:#00558C;}

@media only screen and (max-width: 1023px) {

#soliloquy-container-29780 .soliloquy-item .soliloquy-image { max-width: 100%; margin: 0; float: none; }
#soliloquy-container-29780 .soliloquy-caption {max-width:100%;position:relative;height:auto;}
#soliloquy-container-29780 .soliloquy-caption-inside {background:rgba(0,0,0,0.5);display:block;padding-top:10px;padding-top:1.0rem;position:absolute;bottom:0;width:100%;}
#soliloquy-container-29780 h3, #soliloquy-container-29780 p {color:#fff;text-align:left;}
#soliloquy-container-29780 h3 {text-transform:none;color:#ffcd00;margin-bottom:6px;font-family:"adelle",sans-serif;font-weight:normal;font-size:26px;font-size:2.6rem;}
#soliloquy-container-29780 .soliloquy-pager {display:none;}
div#slider-spacer {display:none;}
}
@media only screen and (max-width: 767px) {
#soliloquy-container-29780 p { font-size:16px;font-size:1.6rem;line-height:18px;line-height:1.8rem; }
#soliloquy-container-29780 h3 { font-size:20px;font-size:2.0rem;line-height:20px;line-height:2.0rem; }
#soliloquy-container-29780 p { display:none; }
}

/*--------------------------------------------------------------
14 Choose Iowa
--------------------------------------------------------------*/
body.page-id-1679 div#content {
	float:none;
	width:100%;
}

/*--------------------------------------------------------------
15 Tables
--------------------------------------------------------------*/

table td, 
table th, 
table caption, 
table td p, 
table caption, 
table caption span {
	font-family:"pt-sans",sans-serif;
	font-size:14px;
	letter-spacing:.3px;
}
table td, table th {

	padding:6px 24px;
	padding:0.6rem 2.4rem;
}
table {
	border:1px solid #ccc;
}
table th {
	font-weight:bold;
}

table caption {
	font-size:17px;
	font-size:1.7rem;
	font-weight:bold;
	margin-bottom:10px;
	margin-bottom:1.0rem;
}
table caption span {
	font-weight:normal;
}

table thead tr {background:#efefef;}

table tbody tr:nth-child(even) {background:#f2f2f2;}

table.courses {width:64.0rem;}
table.courses td:last-child {text-align:center;}

table.narrow {width:56%;}


/*--------------------------------------------------------------
15.1 Responsive Tables
--------------------------------------------------------------*/





@media only screen and (max-width: 760px) {
	
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table tr { border: 1px solid #ccc; }
	
	table td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}

	
	table.course-listing      td:before,
	table.course-listing-type td:before,
    table.directory           td:before,
	table.adjunct-directory   td:before,
	table.requirement-summary td:before,
	table.department-contacts td:before,
	table.admin-departments   td:before,
	table.dates-event 		  td:before,
	table.timeline            td:before,
	table#app-deadlines       td:before,
	table#mph-vs-ms           td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	

	/*
	Label the data
	*/
	table.course-listing td:nth-of-type(1):before { content:"Number"; }
	table.course-listing td:nth-of-type(2):before { content:"Title"; }
	table.course-listing td:nth-of-type(3):before { content:"Hours"; }

	table.course-listing-type td:nth-of-type(1):before { content:"Type"; }
	table.course-listing-type td:nth-of-type(2):before { content:"Number"; }
	table.course-listing-type td:nth-of-type(3):before { content:"Course"; }
	table.course-listing-type td:nth-of-type(4):before { content:"Hours"; }
	
	table.requirement-summary td:nth-of-type(1):before { content:"Area"; }
	table.requirement-summary td:nth-of-type(2):before { content:"Hours"; }

	table.directory td:nth-of-type(1):before { content:"Name"; }
	table.directory td:nth-of-type(2):before { content:"Title"; }
	table.directory td:nth-of-type(3):before { content:"Room"; }
	table.directory td:nth-of-type(4):before { content:"Phone"; }	
	
	table.adjunct-directory td:nth-of-type(1):before { content:"Name"; }
	table.adjunct-directory td:nth-of-type(2):before { content:"Room"; }
	table.adjunct-directory td:nth-of-type(3):before { content:"Phone"; }
	
	table.admin-departments td:nth-of-type(1):before { content:"Department"; }	
	table.admin-departments td:nth-of-type(2):before { content:"Contact"; }	
	
	table.department-contacts td:nth-of-type(1):before { content:"Department"; }	
	table.department-contacts td:nth-of-type(2):before { content:"Administration"; }
	table.department-contacts td:nth-of-type(3):before { content:"For Prosp. Stud."; }	

	table.dates-event td:nth-of-type(1):before { content:"Dates"; }	
	table.dates-event td:nth-of-type(2):before { content:"Event"; }
	table.dates-event td:nth-of-type(3):before { content:"Event"; }
	
	table.timeline td:nth-of-type(1):before { content:"Event"; }	
	table.timeline td:nth-of-type(2):before { content:"Date"; }	
	table.timeline td:nth-of-type(3):before { content:"Date"; }	
	
	table#app-deadlines td:nth-of-type(1):before { content:"Student Type"; }
	table#app-deadlines td:nth-of-type(2):before { content:"Fall Semester"; }
	table#app-deadlines td:nth-of-type(3):before { content:"Spring Semester"; }	
	table#app-deadlines td:nth-of-type(4):before { content:"Summer Semester"; }	
	
	table#mph-vs-ms td:nth-of-type(1):before { content:"MPH"; }	
	table#mph-vs-ms td:nth-of-type(2):before { content:"MS"; }	

	table#career-list td:nth-of-type(1):before { content:"Employer"; }
	table#career-list td:nth-of-type(2):before { content:"Title"; }
	
	table#oeh-courses td:nth-of-type(4):before {content:"Semester Offered";}
}







/*--------------------------------------------------------------
17 Mini Home Page Tiles 
--------------------------------------------------------------*/

div#mini-home section {
	color:white;
	/*background:#038bc2;*/background:#444;
	margin-right:0;
	padding:0;
	float:left;
	margin-right:2%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	margin-bottom:20px;
	margin-bottom:2.0rem;
	overflow:hidden;
}
@media only screen and (max-width : 767px) {
	div#mini-home section
	{
		width:100%;
		float:none;
	}
}
div#mini-home p.sponsor-logos a, div#mini-home p.sponsor-logos a:hover {
	border:none;
	margin-right:20px;
	margin-right:2.0rem;
}
div#mini-home section.multilink {
	padding:15px 20px 15px 20px;
	padding:1.5rem 2.0rem 1.5rem 2.0rem;
}
div#mini-home section.multilink ul,
div#mini-home section.link-with-list ul {
	margin-left:0;
	margin-bottom:10px;
	margin-bottom:1.0rem;
}
div#mini-home section.multilink ul li a,
div#mini-home section.link-with-list ul li {
	padding-left:20px;
	padding-left:2.0rem;
	background:url(images/listmarkerwhite.png) no-repeat 0 7px;
	color:#fff;
    display:block;
}
div#mini-home section.multilink ul li a:hover {
	color:#00558C;
}
div#mini-home section.link-with-list a ul li {
	color:white;	
}
div#mini-home section.one-third:nth-child(3n) {
	margin-right:0;
}
div#mini-home section.one-half:nth-child(2n+1) {
	margin-right:0;
}

div#mini-home div.row section.one-third:nth-child(3n) {
	margin-right:0;
}

div#mini-home section:last-child,
div#mini-home section:last-child {
	margin-right:0;
}
div#mini-home section h3,
div#mini-home section h2,
div#mini-home section span.heading-3 {
	font-family:"league-gothic", sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:28px;
	font-size:2.8rem;
	color:white;
	line-height:36px;
	line-height:3.6rem;
}
div#mini-home section span.heading-3 {
	display:block;	
}
div#mini-home section > a {
	display:block;
	padding:15px 20px 15px 20px;
	padding:1.5rem 2.0rem 1.5rem 2.0rem;
	-webkit-transition:background-color 0.3s ease; 
	-moz-transition:background-color 0.3s ease; 
	-o-transition:background-color 0.3s ease; 
	transition:background-color 0.3s ease; 
	border-bottom:none;
}

div#mini-home section > a:hover {
	/*background:#024864;*/
	background:black;
}
div#mini-home section p,
div#mini-home section span.paragraph {
	color:white;
}
div#mini-home section span.paragraph {
	display:block;	
}

div.sidebutton {
	position:relative;
	top:80px;
	top:8.0rem;
	color:white;
	background:#038bc2;
	width:220px;
	width:22.0rem;
}

nav#local-navigation div.sidebutton p {
	color:white;
	line-height:26px;
	line-height:2.6rem;
}

div.sidebutton a {
	display:block;
	padding:15px 20px 15px 20px;
	padding:1.5rem 2.0rem 1.5rem 2.0rem;
	-webkit-transition:background-color 0.3s ease; 
	-moz-transition:background-color 0.3s ease; 
	-o-transition:background-color 0.3s ease; 
	transition:background-color 0.3s ease; 
	border-bottom:none;
}
div.sidebutton h3 {
	font-family:"league-gothic", sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:28px;
	font-size:2.8rem;
	color:white;
	line-height:30px;
	line-height:3.0rem;
}
div.sidebutton > a:hover {
	background:#024864;
}

/*--------------------------------------------------------------
18 People Photos 
--------------------------------------------------------------*/

ul.people-photo-listing {
	padding:0;
	margin:0;
	list-style-type:none;
}	
ul.people-photo-listing li {
	float:left;
	margin-right:2%;
	margin-bottom:2%;
}
ul.people-photo-listing li figure {
	height:270px;
	height:27.0rem;	
}
ul.people-photo-listing li figure figcaption,
ul.people-photo-listing li figure figcaption dfn  {
	text-align:center;
	font-family:"pt-sans",sans-serif;
	font-size:14px;
	letter-spacing:.3px;
	
}
ul.people-photo-listing li figure figcaption dfn {
	border-bottom:1px dotted black;	
}
	
form.wpv-filter-form {clear:both;}





figcaption.wp-caption-text {
	text-align:left;
	font-family:"pt-sans",sans-serif;
	font-size:15px;
	letter-spacing:.3px;
	font-weight:bold;
}
p.people-photo {
	width:130px;
	width:13.0rem;
	float:left;
	margin-right:20px;
	margin-right:2.0rem;
}



/*--------------------------------------------------------------
18 Infoboxes 
--------------------------------------------------------------*/

div.infobox,
div.micro-nav
 {
	width:25%;
	float:right;
	padding:0 20px;
	padding:0 2.0rem;
	border-left:1px solid #00558C;
	margin:20px 0 20px 20px;
	margin:2.0rem 0 2.0rem 2.0rem;
}
div.micro-nav {
	padding-left:0;
}
div.infobox h2, 
div.infobox p, 
div.infobox p a,
div.micro-nav ul li a {
	font-family:"pt-sans","sans-serif";
	font-size:14px;
	font-size:1.4rem;
	
}
div.infobox h2 {margin-top:0;font-weight:bold;font-size:17px;color:black;}

body.page-id-20245 div.micro-nav {display:none;} 

div.infobox ul {
	margin:0 0 0 15px;
	margin:0 0 0 1.5rem;
	padding:0;	
}

div.infobox ul li {
	margin-bottom:15px;
	margin-bottom:1.5rem;	
}


/*--------------------------------------------------------------
18 Job Profiles for OEH 
--------------------------------------------------------------*/
div#job-profiles section a {
	display:block;
	width:100%;
	height:100%;
	border:none;
}
div#job-profiles section a:hover {
	border:none;
}
div#job-profiles section.two-thirds {
	width:66%;
	margin-right:2%;
	float:left;
}

div#job-profiles section.one-third {
	width:32%;
	height:220px;
	margin-right:2%;
	float:left;
	border:8px solid #f5dc24;
	padding:0;
	box-sizing:border-box;
	margin-bottom:2%;
}
div#job-profiles section.one-third:nth-child(2),
div#job-profiles section.one-third:nth-child(3n+5) {
	margin-right:0;
}

div#job-profiles section h3 {
	font-size:18px;
	font-size:1.8rem;
	color:#00558C2;
	margin:5px 0 15px 25px;
	margin:0.5rem 0 1.5rem 2.5rem;
}
div#job-profiles section h4 {
	font-family:"pt-sans",sans-serif;
	font-size:18px;
	font-size:1.8rem;
	color:#8a501c;
	margin:5px 0 15px 25px;
	margin:0.5rem 0 0.5rem 2.5rem;
}
div#job-profiles section p {
	font-family:"pt-sans",sans-serif;
	font-size:14px;
	font-size:1.4rem;
	color:black;
}
div#job-profiles section img {
	border:2px solid black;
	float:left;
	width:100px;
	height:100px;
	margin-right:20px;
	margin-right:2.0rem;
}
div#job-profiles  .reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
div#job-profiles  .reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 9999;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
div#job-profiles  .reveal-modal.small 		{ width: 200px; margin-left: -140px;}
div#job-profiles  .reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
div#job-profiles  .reveal-modal.large 		{ width: 600px; margin-left: -340px;}
div#job-profiles  .reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
div#job-profiles  .reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
div#job-profiles .reveal-modal h3,
div#job-profiles .reveal-modal h4 {
	color:#00558C;
	font-size:22px;
	font-size:2.2rem;
}	
div#job-profiles .reveal-modal h4 {
	color:black;
	font-style:italic;
}	
/*
#8a501c; brown
#038bc2; blue
*/
div#alumni-success-stories section {
	float:left;
	margin-right:2%;
	width:32%;
}
div#alumni-success-stories section:nth-child(3) {
	margin-right:0;
}
div#alumni-success-stories section a {
	display:block;
	background:#444;
	-webkit-transition:background-color 0.3s ease; 
	-moz-transition:background-color 0.3s ease; 
	-o-transition:background-color 0.3s ease; 
	transition:background-color 0.3s ease; 
	padding:10px;
	padding:1.0rem;
	font-size:16px;
	font-size:1.6em;
	line-height:2.9em;
	line-height:2.9rem;
	border-bottom:none;

	
}
div#alumni-success-stories section a p {
	color:white;
	text-align:center;
}
div#alumni-success-stories section a:hover {
	background:#000;
}




div#alumni-success-stories  .reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
div#alumni-success-stories  .reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 9999;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
div#alumni-success-stories .reveal-modal.small 		{ width: 200px; margin-left: -140px;}
div#alumni-success-stories  .reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
div#alumni-success-stories  .reveal-modal.large 		{ width: 600px; margin-left: -340px;}
div#alumni-success-stories  .reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
div#alumni-success-stories  .reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
div#alumni-success-stories .reveal-modal h3,
div#alumni-success-stories .reveal-modal h4 {
	color:#00558C;
	font-size:22px;
	font-size:2.2rem;
}	
div#alumni-success-stories .reveal-modal h4 {
	color:black;
	font-style:italic;
}	

div#pagination-container ul {
	list-style-type:none;
	padding:0;
	margin:0;	
}
div#pagination-container ul li {
	float:left;	
}

a.wpv-filter-pagination-link, span.wpv-filter-pagination-link {
	display:block;
	float:left;
	width:24px;
	width:2.4rem;
	height:24px;
	height:2.4rem;
	background:#ccc;
	color:black;
	margin-left:12px;
	margin-left:1.2rem;
	margin-right:12px;
	margin-right:1.2rem;
	text-align:center;
	font-family:pt-sans;
	font-weight:bold;
}

span.wpv-filter-pagination-link {
	background:black;
	color:white;	
}

/* Styling links for pagination 

.page-numbers {
	display:block;
	float:left;
	width:24px;
	width:2.4rem;
	height:24px;
	height:2.4rem;
	background:#ccc;
	color:black;
	margin-right:12px;
	margin-right:1.2rem;
	text-align:center;
	font-family:pt-sans;
	font-weight:bold;
}
main div.entry-content form a.page-numbers             {border-bottom:none;text-decoration:none;}
main div.entry-content form a.page-numbers:hover {border-bottom:none;text-decoration:none;}

main div.entry-content form span.page-numbers.dots {
	visibility:hidden;
}
span.page-numbers.current {
	text-indent:0;
}
a.next.page-numbers {text-indent:-500000px;background-image:url(images/prev-next.png);background-position:right top;}
a.prev.page-numbers {text-indent:-500000px;background-image:url(images/prev-next.png);}

span.dots {}
*/
body.page-id-7338 p#symposium-logo { display:none; }

body.page-id-11340 h1.entry-title {/*position:absolute;top:-100000px;*/}

img[src^="http://www.priepe.webbasics"] { display:none; }





/* Accordion styling */
h2.accordion-title,
h3.accordion-title {
}
h2.accordion-title:before, 
h3.accordion-title:before {
	content:'\f055    ';
	font-family:'fontawesome';
	font-size:1.6rem;
	vertical-align: 10%;
}
h2.accordion-title, 
h3.accordion-title {
	border:1px solid #ccc;
	padding:15px;
	padding:1.5rem;
	cursor:pointer;
}
h2.accordion-title:focus,
h3.accordion-title:focus {
	border:2px solid #ccc;
}
div.accordion-content {
	border:1px solid #ccc;
	padding:15px;
	padding:1.5rem;
}
div.accordion-content:focus {
	border:2px solid #ccc;
}
h2.accordion-title:hover, h2.accordion-title.open, 
h3.accordion-title:hover, h3.accordion-title.open {
	background:#eee;
}
h2.accordion-title.open, 
h3.accordion-title.open {
	border-bottom:none;
}
h2.accordion-title.open:before,
h3.accordion-title.open:before {
	content:'\f056    ';
	font-family:'fontawesome';
	font-size:1.6rem;
	vertical-align: 10%;
}
div.accordion-content {
	 border-top:none;
}


/* End Accordion styling */


#current-students.list-of-links li {
	margin-bottom:10px;
	margin-bottom:1.0rem;	
}

/* Diversity Calendar Widget */

div#lw {
	background:none;

	
}
div#lw a, div.lwd {
	font-family:"pt-sans",sans-serif;
	color:white;
	text-decoration:none;
	border:none;
}

div#lclst_widget_footer {
	display:none;	
}

ul#lwe {
	margin-left:0;
	margin-right:20px;
	margin-right:2.0rem;
	margin-left:20px;
	margin-left:2.0rem;	
}
div.lwl { 
	display:none;	
}
div#lw li.lwe {
	padding-left:0;	
}

/* End Diversity Calendar Widget */

section#follow-us a,
section#follow-us a:hover {
	border:none;	
}

section#alumni-news ul li {
	margin-bottom:10px;	
}

/* Support the College link */

div#departments-menu h5 a,
div#departments-menu h4 a{
	font-family:"pt-sans", sans-serif;
	font-size:16px;
	font-size:1.6rem;
	font-weight:700;
	background:#ffd63c url(images/foundation.png) no-repeat 5px 5px;
	background-size:auto 25px;
	padding:6px 6px 6px 30px;
	padding:0.6rem 0.6rem 0.6rem 3.0rem;
	display:block;
	margin-top:35px;
	margin-top:3.5rem;
	width:150px;
	width:15.0rem;
	color:black;
}

/* End Support the College link */


/* Alumni Directory styling  */


div#alum-dir input[type="submit"] {
	background:#ccc;
	border:1px solid #666;
	border-radius:5px;	
}
div#alum-dir a, div#alum-dir a:visited {
	background:#ccc;
	border:1px solid #666;
	border-radius:5px;	
	padding:5px;
	margin-left:20px;
	color:black;
	font-family:"pt-sans",sans-serif;
}


div#alum-dir input[type="submit"]:hover,
div#alum-dir a:hover {
	background:#999;
}

/* End Alumni Directory styling  */

/* CHPR page */
body.page-id-28124 main div.entry-content a {
		border-bottom:none;
}

/* END CHPR page */



/* IIPHRP page */

body.page-id-28063 {
	
}
div#mini-home section#iiphrp-exec,
div#mini-home section#iiphrp-fellows,
div#mini-home section#iiphrp-collab,
div#mini-home section#iiphrp-invest {
	padding:0;
	height:220px;
}

div#mini-home section#iiphrp-exec {	background-image:url(https://www.public-health.uiowa.edu/wp-content/uploads/2016/12/zelnio.jpg);}
div#mini-home section#iiphrp-fellows {	background-image:url(https://www.public-health.uiowa.edu/wp-content/uploads/2016/12/capitol.jpg);}
div#mini-home section#iiphrp-collab { background-image:url(https://www.public-health.uiowa.edu/wp-content/uploads/2017/01/collab-2.jpg);}
div#mini-home section#iiphrp-invest { background-image:url(https://www.public-health.uiowa.edu/wp-content/uploads/2016/12/playground.jpg);}

div#mini-home section#iiphrp-exec h3,
div#mini-home section#iiphrp-fellows h3,
div#mini-home section#iiphrp-collab h3,
div#mini-home section#iiphrp-invest h3 {
	background:#ffcd00;
	border-radius:7px;
}

div#mini-home section#iiphrp-about a,
div#mini-home section#iiphrp-rsvp a,
div#mini-home section#iiphrp-support a,
div#mini-home section#iiphrp-other a,
div#mini-home section#ncura a {
	background:#00558C;	
}

div#mini-home section#iiphrp-about a:hover,
div#mini-home section#iiphrp-rsvp a:hover,
div#mini-home section#iiphrp-support a:hover,
div#mini-home section#iiphrp-other a:hover, 
div#mini-home section#ncura a:hover {
	background:#024864;
}

div#mini-home section#iiphrp-exec a:hover,
div#mini-home section#iiphrp-fellows a:hover,
div#mini-home section#iiphrp-collab a:hover,
div#mini-home section#iiphrp-invest a:hover  {
	background:none;
	opacity:50%;	
}
div#mini-home section#iiphrp-exec a,
div#mini-home section#iiphrp-fellows a,
div#mini-home section#iiphrp-collab a,
div#mini-home section#iiphrp-invest a  {
	padding:0;
	position:relative;
	display:block;
	height:220px;
}
div#mini-home section#iiphrp-exec a h3,
div#mini-home section#iiphrp-fellows a h3,
div#mini-home section#iiphrp-collab a h3,
div#mini-home section#iiphrp-invest a h3 {
	color:black;
	font-family:"adelle","Times New Roman",serif;
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	font-style:italic;	
	background-color:#ffcd00;
	border-radius:7px;
	padding: 12px 17px;
	padding:1.2rem 1.7rem;
	text-transform:none;
	margin:0;
	position:absolute;
	bottom:10px;
}

section.xir {
	width:49%;
	margin-right:2%;
	float:left;
	background:#ddedbd;
	margin-bottom:20px;
	margin-bottom:2.0rem;
}
section.xir p {
	font-family:"PT Sans";	
}
section.xir img {
	float:left;
	margin-right:20px;
	margin-right:2.0rem;	
}

section.xir:nth-child(2n) {
	margin-right:0;	
}

section#nom {
	background:#00558C;
	margin-right:0;
	padding:0;
	float:right;
	width:25%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	margin-bottom:20px;
	margin-bottom:2.0rem;
	margin-left:20px;
	margin-left:2.0rem;
	overflow:hidden;	
	display:block;
}
section#nom a:hover {
	background:#024864;
}
section#nom a h3 {
	color:white;
}
section#nom h3 {
	font-family:"league-gothic", sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:28px;
	font-size:2.8rem;
	color:white;
}
section#nom > a {
	display:block;
	padding:15px 20px 15px 20px;
	padding:1.5rem 2.0rem 1.5rem 2.0rem;
	-webkit-transition:background-color 0.3s ease; 
	-moz-transition:background-color 0.3s ease; 
	-o-transition:background-color 0.3s ease; 
	transition:background-color 0.3s ease; 
	border-bottom:none;
	color:white;
}

section#nom p {
	color:white;
}
/* End IIPHRP page */

section.callout-box {
	background:#00558C;
	margin-right:0;
	padding:0;
	float:right;
	width:25%;
	box-sizing:border-box;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	margin-bottom:20px;
	margin-bottom:2.0rem;
	margin-left:20px;
	margin-left:2.0rem;
	overflow:hidden;	
	display:block;
}
section.callout-box a:hover {
	background:#024864;
}
section.callout-box a h3 {
	color:white;
}
section.callout-box h3 {
	font-family:"league-gothic", sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:28px;
	font-size:2.8rem;
	color:white;
}
section.callout-box > a {
	display:block;
	padding:15px 20px 15px 20px;
	padding:1.5rem 2.0rem 1.5rem 2.0rem;
	-webkit-transition:background-color 0.3s ease; 
	-moz-transition:background-color 0.3s ease; 
	-o-transition:background-color 0.3s ease; 
	transition:background-color 0.3s ease; 
	border-bottom:none;
	color:white;
}

section.callout-box p {
	color:white;
}

/* Global Public Health styling */

p.blog-credit {
	color:gray;	
}
div.blog-header {
	text-align:center;	
}
p.blog-continue {
	text-align:center;
}

/* End Global Public Health styling */

/* When editing this file, move your changes to the dev site's style.css as well!*/


