/*@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);*/
@import url('https://assets.uiowa.edu/css/whitney.css');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Coda');
@import url('https://fonts.googleapis.com/css?family=Ruda');


/* 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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body{
  overflow-x: hidden;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Body & Main
================================================== */
body {
  nowhitespace: afterproperty;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 16px/1.6 'Raleway', sans-serif;
  color: #000;
}

/* Links */
a {
  /*color: #f4473a;
  color: #257eaa;
  color: #428bca;*/
  color: #b6211d;

}

a:visited {
  /*color: #428bca;*/
  color: #b6211d;
}

a:hover,
a:focus,
a:active {
  /*color: #428bca;*/
  color: #b6211d;
  text-decoration: none;
}

/*set max img width*/
img {
  max-width: 100%;
}


/* Commons
================================================== */

/*clear floats*/
.remove-margin {
  margin-right: 0 !important;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clear {
  clear: both;
}

/*blockquote*/
blockquote {
  position: relative;
  background-color: #EDEDED; 
  margin: 30px 20px;
  padding: 1.2em 30px 1.2em 25px;
  font-style: italic;
  font-weight: bold;
  color: #000;
  quotes: "\201C""\201D""\2018""\2019";
  border-left: 8px solid #FFCD00;

}

blockquote:before {
  color: #000;
  content: open-quote;
  font-size: 3em;
  line-height: .1em;
  position: absolute;
  top: 40px;
  left: -10px;
  padding-left: 10px;
}

blockquote p:last-child {
  margin: 0;
}

blockquote p{
  line-height: 1.6;
}

/*preformatted text*/
pre {
  background: #fff url("images/pre-bg.png") repeat;
  margin: 40px 0px;
  padding: 25px 20px;
  line-height: 25px;
  border: 1px solid #ddd;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

ul, ol {
  margin: 0 0 1em 1.5em;
}
ul {
  list-style: disc;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
  padding:10px 10px;
  font-size: 1.2em;
}

tr{
  padding:5px 5px;
}

tr.odd{
	background-color: #ffffff;
}

td{
  padding:5px 10px;
}

/*#primary table {
  margin: 0 0 1.5em;
  width: 100%;
  border:1px solid #ddd;
  border-right:none;
  background:#fff;
}

#primary th {
  font-weight: bold;
  padding:10px 10px;
  background:#555;
  color:#fff;
}

#primary tr{
  padding:5px 5px;
}

#primary td{
  padding:5px 10px;
  border-top:1px solid #ddd;
  border-right:1px solid #ddd;
}*/

/* Typography
================================================== */

/* Headings */
h1,h2,h3,h4,h5,h6 {
  clear: both;
}

h1 { font-size: 32px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

p {
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

hr {
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:link {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a {
  outline: 0;
}

p a, p a:visited {
  line-height: inherit;
}

a:focus {
  outline: 0;
}


/* Head */

#masthead{
  position: relative;
}

.row{
  margin-right: 0;
}

.site-branding{
  margin-bottom: 20px;
  margin-left: 20px;
}

#logo {
  background-color: #000000;
}

#site-logo {
  /*float: left;*/
  padding: 10px 15px 0 20px;
}

#CON-logo {
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: #000000;
}

#CON-logo a, #CON-logo img{
  padding-bottom: 5px;
  margin-bottom: 0px;
  /*margin-left:30px;*/
}

#logo-UI a, #logo-UI img{
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left:30px;
  width:23%;
}

/*.mobilenavi {
  background-color: #000000;
}*/

h1#site-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 18px;
  clear: none;
}
h1#site-title a:link, h1#site-title a:visited{
  color: #000;
}
.container{
  max-width: 100%;
}

.audience-container{
  max-width: 100%;
  display: flex;
}

/*.audience-container > div {
  flex: 1; 
}*/

#header-block /*, #footer-block */  {
 position: relative;
}

/* Header Video */

video {
  /*max-height: 50%;
  height: 50%;
  z-index: -100;
  background: linear-gradient(90deg, #00f 50%, transparent 50.1%);*/
  background-size: cover;
  transition: 1s opacity;
  margin-bottom: -9px;
  /*margin-top: 7px;*/
  filter: sepia(200%) brightness(20%);
  filter: contrast(70%);
  height:100%;
  /*position: absolute;
  top:0px;
  left:0px
  min-width:100%;
  min-height:100%;
  width: auto;
  height: auto;
  z-index: -1000;*/
  overflow: hidden;

}
/* Header Video */

    .stopfade {
       opacity: .5;
    }

    #polina {
       position: absolute;
      font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
      font-weight:200;
      padding: 1%;
      background: rgba(0,0,0,0.3);
      color: white;
      top:50%; right: 0;left : 15% ;bottom: :0;
      display: flex;
      width: 70%;
      
    }
    .promo-video-text {
      font-size: 1.3rem;
      text-transform: uppercase;
      margin: 1em;
      letter-spacing: .3rem;
      
    }
    .promo-video-button{
      /*position: absolute;*/ 
    }
    .promo-video-button button {
      display: block;
      width: 100%;
      padding: .4rem;
      border: none;
      margin: 1rem auto;
      font-size: 1.3rem;

      
      color: #fff;
      border-radius: 3px;
      cursor: pointer;
      transition: .3s background;
    }
    #polina button:hover {
      /* background: rgba(0,0,0,0.5); */
    }

.promo-video-button a {
color: #000;
}
/* 888888888888888vHeader Video */

/* Header video as YouTube */

* { box-sizing: border-box; }
.video-background {
  /*background: #000;*/
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

/* End of Header video as YouTube */


.promo {
  /*position: relative;
  margin: 10px;*/
  top: 20px;
  font-size: 1.25em;
}

.promo video {
  position: relative;
  left: 0;
  top: 22%;
  bottom: 0;
 /* min-width: auto;
  min-height: auto;
  width: auto;
  height: auto;
  z-index: -10; */
  overflow: hidden;
}

.promo video-caption {
  position: absolute;
  left: 1px;
  width: 100%;
}

.col-sm-12 {
  padding-right: 0;
  padding-left: 0;
}

/******  /
/* Menu Making change 2*/


#block-superfish-1 h2{
  display: none;
}

.main-menu {
  background-color: #FFCD00;
  padding:0px 20px 5px;
  margin: 22px 0px 15px;
  height:50px;
  border-bottom: none;
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: -8px;
}
 
.main-menu ul {
  width: auto;
  font-family: 'Coda', cursive;
  font-size: 1.1em;
  list-style: none;
  /*text-transform: uppercase;*/
  font-size: 1em;
  margin: 0;
  padding: 0 0px;
  text-align: center;
  display: inline-block;
}

.main-menu ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0px;
  color: #fff;
  font-size: 1em;
  font-weight:800;
  width: 147px;
}
  
.main-menu li a {
  font-size: 1.1em;
  color: #000;
  display: block;
  margin: 0;
  padding-top: 10px;
  text-decoration: none;
 /* position: relative;*/
}


.menutoggle{
  width: 36px;
  height: 36px;
  color: #777;
  border: 1px solid #ddd;
  border-radius: 3px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  position: absolute;
  right: 20px;
  top:25px;
  font-size: 20px;
  display:none;
}

#main-menu {
  background-color: #FFCD00;
  padding:0px 20px 5px;
  margin: 22px 0px 15px;
  height:50px;
  border-bottom: none;
  float: left;
  width: 100%;
  margin-top: 0px;
  margin-bottom: -8px;
}
  
#main-menu ul {
  width: auto;
  font-family: 'Coda', cursive;
  font-size: 1.1em;
  list-style: none;
  /*text-transform: uppercase;*/
  font-size: 1em;
  margin: 0;
  padding: 0 0px;
  text-align: center;
  display: inline-block;


}
  
#main-menu ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0px;
  color: #fff;
  font-size: 1em;
  font-weight:800;
  width: 140px;
}
  
#main-menu li a {
  font-size: 1.1em;
  color: #000;
  display: block;
  margin: 0;
  padding-top: 10px;
  text-decoration: none;
 /* position: relative;*/
}

#main-menu li a:hover, #main-menu li a:active, #main-menu a.active, #main-menu > ul > li > a.active-trail {
  color: #000;
}
  

#main-menu li ul li a:hover, #main-menu li ul li a:active {
  border-bottom: 1px solid #000; 
  background-color: lightgray;
}
  
#main-menu li a:hover, #main-menu li a:active {
  border-bottom: 3px solid #000;
}
 

#main-menu ul li  {
 /* border-bottom: 3px solid #000; */
}
  

#main-menu li ul li a, #main-menu li ul li a:link, #main-menu li ul li a:visited,
#main-menu li ul li ul li a, #main-menu li ul li ul li a:link, #main-menu li ul li ul li a:visited,
#main-menu li ul li ul li ul li a, #main-menu li ul li ul li ul li a:link, #main-menu li ul li ul li ul li a:visited {
  color:#000;

  margin: 0;
  padding: 10px 10px;
 /* border-top:1px solid #ddd; */
   position: relative; 
  font-weight:800;
  font-size: 1.1em;
   /* width: 147px;*/
}
  



#main-menu ul li ul li:first-child a,#main-menu ul li ul li ul li:first-child a,#main-menu ul li ul li ul li ul li:first-child a  {
/* border-top:1px solid #ddd; */
}

  
#main-menu li ul li a:hover ,#main-menu li ul li ul li a:hover ,#main-menu li ul li ul li ul li a:hover {
  color: #000;
}

#main-menu li ul {
  font-size: 12px;
  z-index: 9999;
   position: absolute; 
  left: -999em;
  height: auto;

 /* margin: 0px 0px 0px 0px; */
  padding: 5px 5px;
  background:#efefef;
  margin-left: -0%;
  width: 140px;

}



#main-menu li:hover ul {
 left: auto;
 position: relative;

 padding: 0;
 margin:0;
}

#main-menu li:hover ul  ul{
 text-align: right;
}



/*

#main-menu li ul a:hover, #main-menu li ul a:active { 
}

#main-menu li a.sf-with-ul {
  padding-right: 10px;
} 

#main-menu li ul ul {
  margin: -44px 0 0 80px;
}


#main-menu li:hover ul ul, #main-menu li:hover ul ul ul, #main-menu li.sfHover ul ul, #main-menu li.sfHover ul ul ul {
  left: -999em;
}

#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li li li:hover ul, #main-menu li.sfHover ul, #main-menu li li.sfHover ul, #main-menu li li li.sfHover ul {
  left: auto;
}

#main-menu li:hover, #main-menu li.sfHover { 
  position: static;
}

#main-menu > ul > li > a {
  padding : 10px;
}


#main-menu > ul > li > a:after{
  content: "|";
  margin-left: 10px;
}
*/
#main-menu > ul > li > a:last-child::after{
  content: "";
}

#main-menu ul li.leaf{

}

#main-menu ul li.last.expanded, #main-menu ul li.last.expanded.active-trail{
  width: 160px;
}


/* Secondary Nav Bar */


/*.navbar-sec{
	position:fixed;
	min-height:50px;
	padding-right:15px;
	padding-left:15px;
	margin-bottom:20px;
	background-color:#eee;
	border-radius:4px;
	top:0;
	left:0;
	right: 0;
	z-index: 1030;
	}*/


/* Another try */



/* End Another try */

.navbar-sec:before,.navbar-sec:after{
	display:table;
	content:" ";
	}

.navbar-sec:after{
	clear:both;
	}

.navbar-sec:before,.navbar-sec:after{
	display:table;
	content:" ";
	}

.navbar-sec:after{
	clear:both;
}


.navbar-sec-nav{
	/*margin-top:10px;*/
	margin-bottom:15px;
	background-color:#eee;
	min-height:50px;
	padding-right:15px;
	padding-left:15px;
	z-index: 1030;
	width: 100%;
	}

.navbar-sec-nav>li>a{
	padding:15px;
	line-height:20px;
	color:#777;
	border-radius:4px;
	}

.navbar-sec-nav>li>a:hover,.navbar-nav>li>a:focus{
	color:#333;
	background-color:transparent;
	}

.navbar-sec-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus{
	color:#555;
	background-color:#d5d5d5;
	}

.navbar-sec-nav>.disabled>a,.navbar-sec-nav>.disabled>a:hover,.navbar-sec-nav>.disabled>a:focus{
	color:#ccc;
	background-color:transparent;
	}

.navbar-sec-nav.pull-right{
	width:100%;
	}

@media screen and (min-width:768px){
	.navbar-brand{
		float:left;
		margin-right:5px;
		margin-left:-15px;
		}

	.navbar-sec-nav{
		float:left;
		margin-bottom:0;
		}

	.navbar-sec-nav>li{
		float:left;
		list-style-type: none;
		}

	.navbar-sec-nav>li>a{
		border-radius:0;
		}

	.navbar-sec-nav.pull-right{
		float:right;
		width:auto;
		}

	.navbar-toggle{
		position:relative;
		top:auto;
		left:auto;
		display:none;
		}

	.nav-collapse.collapse{
		display:block!important;
		height:auto!important;
		overflow:visible!important;
		}
	}

.navbar-btn{
		margin-top:6px;
		}

.navbar-text{
		margin-top:15px;
		margin-bottom:15px;
		}

.navbar-link{
		color:#777;
		}

.navbar-link:hover{
		color:#333;
		}

.navbar-inverse .navbar-link{
		color:#999;
		}

.navbar-inverse .navbar-link:hover{
		color:#fff
	} 

/******  /
/* Menu Making END */




/*ul li.expanded{
  padding-bottom: -5px;
}*/

/*#nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
}*/

/* Layout */

#page {
	/*background-color: #fff;*/
}

.mid-block {
  width: 24.5%;
  /*padding: 2% 4%;*/
  text-align: center;
  /*border-right: 1px dotted;*/
}

.mid-block .region-mid-fourth{
  border-right: none;
}

 #sidebar{
  background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/rectangle1.fw.png") repeat-y scroll right;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid rgba(255, 205, 0, 1);
  width: 30%;
  border-top-width: 30px;
  margin-top: 20px;
}

#sidebar2{
  /*background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/rectangle1.fw.png") repeat-y scroll right;*/
  padding-top: 20px;
  padding-bottom: 20px;
  /*border: 1px solid rgba(255, 205, 0, 1);*/
  width: 30%;
  margin-top: 20px;
}

/*#sidebar:hover{
  background-color: #f6f6f6;
  font-size: 1.1em;
}*/

/* START --- Just for development purposes 
.list-group #sidebar{
  border: 5px solid rgba(255, 205, 0, 1);
  margin-right: 15px;
  background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/rectangle1.fw.png") repeat-y scroll right;
}

a#side-menu.list-group-item.text-center.active, a#side-menu.list-group-item.text-center{
  background-color: #FFCD00;
  border: 1px solid rgba(255, 205, 0, 1);
  color: #000;
}

/* END --- Just for development purposes */


#main-content {
  /*padding-top: 15px;*/
}

/* Slider */

#slidebox{
  max-height: 700px;
  position: relative;
  background: #000;
}

.doverlay{
  /*background: url(images/overlay.png);*/
  background: linear-gradient(-19deg, rgba(0,0,0,0), 80%, rgba(0,0,0,1) 95%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top:0px;
  z-index: 100;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
  
.flex-caption{
  width: 100%;
  position: absolute;
  top:2%;
  /*left: 20%;
  margin-left: -400px;*/
  text-align: left;
  z-index: 120;
  color: #fff;
  
} 
  
.flex-caption h2{
  text-transform: uppercase;
  font-size: 2em;
  font-family: 'Bree Serif', serif;
  color: #fff;
  margin: 0 10px 10px;
}

.flex-caption h2 a:link, .flex-caption h2 a:visited{
  color: #fff;
}

.flex-caption p{
  font-size: 16px;
}

a.frmore{
  /*background: rgba(255,255,255,0.2);*/
  display: block;
  text-transform: uppercase;
  color: #fff;
  width: 150px;
  /*border: 1px solid #fff;
  padding: 5px 0px;*/
  margin: 10px;
  font-weight: bold;
  color: #fff!important;
}

#program-area{
  background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/background1_home.png") no-repeat fixed center center / cover;
  /*background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/Fall2.jpg") no-repeat scroll top center / cover;
  border-top: 2px solid #FFCD00;*/
  padding: 2% 5%;
}

#program-area .container {
  max-width: 1000px;
}

.program-block {
  /*background-color: #fff;*/
  box-sizing: border-box;
  /*width: 31%;
  padding: 0;
  margin: 0 1%;
  height: 490px;*/
}

.prog-image-responsive{
  display: block;
  height: auto;
  max-width: 100%;
} 

.program-summary {
  height: 150px;
  padding: 10px;
}

.summary-text {

}

.image-wrapper{
  float: left;
  position: relative;
  margin-left: 15px;
}

.image-description {
  background-color: #000;
  opacity: 0.8;
  bottom: 10%;
  left:5%;
  padding: 10px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  /*border-radius: 10%;*/
  width: 70%;
}

.image-description-content {
  font-size: 1.2em;
}

#preface-area {
  background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/background_news_events.png") no-repeat fixed center center / cover;
  background-color: #fff;
  /*border-bottom: 2px solid #FFCD00;
  border-top: 2px solid #FFCD00;*/
  padding: 40px 0 20px;
}

#middle1-top-block {
  background: rgba(0,0,0,0) url("/sites/default/files/pictures/homepage/home_background1.jpg") no-repeat fixed top center / cover;
  /*border-top: 2px solid #FFCD00;*/
  padding: 5% 10%;
}

#middle2-top-block {
  /*background-color: rgba(218,165,32,0.3);
  border-top: 2px solid #FFCD00;*/
  margin-top: 2%;
  margin-bottom: 2%;
  /*padding:2%;*/
}


#content-highlight-block {
  background-color: #FFCD00;
  /*border-top: 2px solid #FFCD00;*/
  margin-top: 2%;
  margin-bottom: 2%;
  /*padding:2%;*/
}

#content-highlight-block h2{
  margin: 20px 40px;
  font-family: 'Bree Serif', serif;
  font-size: 26px !important;
}

#content-highlight-block p{
  margin: 20px 40px; 
}

#content-regular-block {
  background-color: #ffffff;
  /*border-top: 2px solid #FFCD00;*/
  margin-top: 2%;
  margin-bottom: 2%;
  /*padding:2%;*/
}

#content-highlight2-block {
  background-color: #333333;
  /*border-top: 2px solid #FFCD00;*/
  margin-top: 2%;
  margin-bottom: 2%;
  /*padding:2%;*/
}

#middle1-top-block h2{
  margin-bottom: 2%;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: .2em;
  text-align: center;
  color: #fff;
}


#front-why-iowa {
  color: #000;
  font-size: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 1.25px;
  list-style: none;
  margin-left: 25%;
}

#front-why-iowa ul {
  list-style: none;
}

#front-why-iowa li.why-ui:before {
  content: "\2713\0020";
}

.why-ui {
  /*background: rgba(0, 0, 0, 0) url("/sites/all/themes/uinursing/images/li_whyui.fw.png") no-repeat scroll;*/
  list-style: none;
    font: 'Oxygen',sans-serif;
  color: #fff;

}

.why-ui a{
  color: #fff;
}

.region-middle1-top{
  background: rgba(0,0,0,0.4);
  padding: 5px;
}

#postface-area {
  background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/CNB.fw.png") no-repeat fixed center center / cover;
  /*border-bottom: 5px solid #F96B61;
  border-top: 2px solid #FFCD00;*/
  padding: 40px 0 20px;
}

#preface-area h2, #postface-area h2{
  font-size: 2em;
}

#preface-area h2 a{
  color: #666666;
}

.preface-block{
  color: #fff;
  text-align: center;
}


.preface-block .block > h2{
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  height: 50px;
}

#mid-top-text {
  text-align: center;
  font-family: 'Ruda', sans-serif;
  font-size: 5em;
  font-weight: 900;
  letter-spacing: 2px;
  /*margin-top: 2%;
  margin-bottom: 2%;
  text-shadow: 1px 1px 4px #FFCD00;*/
}

#middle-block {
  background-color: #000000;
  padding: 5%;
  border-top: 2px solid #FFCD00;
  border-bottom: 2px solid #FFCD00;
}

#middle-block p {
  margin: 0;
}


#middle-top2-block {
  background-color: #ffffff;
}

.postface-block{
  color: #000;
  text-align: center;
}


.postface-block .block > h2{
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
  text-shadow: 2px 1px 2px #666;
}

.postface_image {
  box-shadow: 10px 10px 5px grey; 
}

.nav-tabs > li > a{
  color: #000;
  background-color: #FFCD00;
  font-size: 1.1em;
}

.nav-tabs > li.active > a{
  color: #000;
}

/* Numbers on the homepage */

.stats {
  color: #b49000;
  text-align: center;
  font-size: 4em;
  font-weight: 900;
  text-shadow: 2px 1px 2px #cccccc;
  padding-top: 0.7em;
}

.stats_desc {
  color: #000;
  text-align: center;
  font-size: 1.5em;
  /*text-shadow: 2px 1px 2px #666;
  line-height: 0.1em;*/
}

/* Hide "No front page content has been created yet" */

#first-time, .front h1.page-title {
  display: none;
}

/* Breadcrumb */

.breadcrumb {
  padding: 8px 25px;
  color: #000;
}

.btn-group {
  margin-top: 0;
  position: absolute;
  top: -45px;
  left: 10px;
}

/*#header-block , #footer-block  {
  padding: 20px 0 0;
}*/

.header-text-container {
  position: absolute;
  top: 30%;
  left: 20%;
  color: #fff;
  text-shadow: 1px 1px #000;
}

#home_two {
  background-color: #000000;
  color: #FFCD00;
  letter-spacing: 3px;
  padding-top: 30px;
}

#one #primary table, #two #primary table {
  background-color: #000000;
  border: none;
}

#news {
  background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/CNB.fw.png") no-repeat scroll center center / cover;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #000000;
}

 #news-text {
  color: #333333;
  letter-spacing: 5px;
 }

#bottom{
  padding: 20px 0px 0px 0px;
  background: #000000;
  border-top:2px solid #FFCD00;
  border-bottom:2px solid #FFCD00;
}
 
.footer-block{
  color: #aaa;
  padding-left: 5%;
}

.footer-block .block > h2{
  font-size: 16px;
  margin-bottom: 10px;
  padding: 10px 0px;
  color:#fff;
  text-transform: uppercase;
}

/* Bottom */

.col-sm-3 {
  width: 33%;
}

#donate, #social, #contact {
  color: #FFCD00 !important;
  text-decoration: none;
}

#social p{
  margin-right: 5px;
  margin-left: 5px;
}

#contact-address{
  color: #ffffff;
}

#contact-address a{
  color: #FFCD00;
}

/* Footer */

.site-footer{
  padding: 10px 30px;
  background:#292929;
  font-size: 12px;
}

.fcred{
  padding: 10px 0px;
  color: #bbb;
}

.fcred a:link, .fcred a:visited{
  color:#fff;
}

#footer-link {
  float: right;
}

/* =Content
----------------------------------------------- */

#content-wrap {
  margin: 0 25px;
}


.node h2.title a, h1.page-title {
  color: #000000;
  font-family: 'Bree Serif', serif;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 10px;
}


.node h2.title a{
  font-size: 1.3em;
}

h1.page-title{
  font-size: 3em;
}

#content .node-teaser {
  padding-bottom:30px;
  border-bottom:1px solid #DDDDDD;
  margin-bottom: 15px;
}

.node-teaser img {
  border: 1px solid #CCCCCC;
  padding: 6px;
  height: auto;
  max-width: 97.4%;
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
.page-node #content-wrap img {
  padding: 6px;
  height: auto;
  max-width: 79%;
  margin: 0.5em 1em 0.5em 0;
}

.field-name-field-image-news img, .field-name-field-image-rnews img{
  float:left;
}

.field-name-field-image-faculty img, .field-name-field-image-staff img{
	border: 1px solid #FFCD00;
	float: right;
}

.header_directory img{
	filter: grayscale(50%);
	top: 20%;
	position: relative;
}

.field-name-field-position-faculty, .field-name-field-position-staff, .field-name-field-education-faculty{
  padding-bottom: 20px;
}

.field-name-field-telephone-faculty{
  padding-bottom: 20px;
}

.views-field-field-image-current-phd img{
  float: left;
  margin-right: 20px;
}

.view-iowa-investigator .list-group-item {
  padding: 10px 30px 150px 15px;
  background-color: #f2f2f2;
}

.view-iowa-investigator .list-group-item:hover{
  background-color: #ffffff;
}

.view-iowa-investigator h3{
  font-weight: bold;
}

.view-visiting-scholars .list-group-item {
  background-color: #f2f2f2;
}

.view-visiting-scholars .list-group-item:hover{
  background-color: #ffffff;
}

.view-visiting-scholars h3, #block-views-visiting-scholars-block h2{
  padding-bottom: 1em;
  font-weight: bold;
}


.field-name-field-sub-header-basic{
  font-size: 2em;
  font-family: 'Bree Serif', serif;
  margin-bottom: 20px;
}

/*.region-content {
  padding-top: 50px;
}*/

.region-content-top {
  margin-bottom: 20px;
}

#sidebar .block, #sidebar2 .block {
  margin-bottom: 30px;
}

#sidebar .block > h2 {
  font-size: 20px;
  color:#000;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.preface-block .block, .footer-block .block, .region-footer .block, /*.region-header .block,*/ .region-content-top .block {
  margin-bottom: 30px;
}

.region-header{
	margin-top: 7px;
}

.circle-image{
  /*border-radius: 5%;*/
  width: 100%;
  /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);*/
}

.circle-image-div{
  float: left;
}

/* Content Buttons etc. */

.btn{
  white-space: normal;
}

.btn .btn-primary {
  font-size: 1.5em;
}

.btn-primary {
  width: 80%;
  font-size: 1em;
  color: #000;
  background-color: #FFCD00;
  border-color: #cccccc;
  margin-top: 1em;
  margin-bottom: 1em;
}

.btn-primary:hover {
  background-color: #000;
  color: #fff;
}

.btn-default {
  width: 100%;
  /*font-size: 0.9em;*/
}


.btn-donate {
  color: #000000; 
  background-color: #FFCD00; 
  border-color: #FFCD00; 
  font-size:1.2em;
  width: 50%;
}

.btn .btn-donate .btn-lg:hover, .btn .btn-donate .btn-lg:focus, .btn .btn-donate .btn-lg:active{
  color: #000000;
  background-color: #FFCD00;
  border-color: #FFCD00;
}

.highlight-box {
	color: #ffffff;
	background-color: #444444;
	float: left;
	border: 5px solid #FFCD00;
	padding: 20px;
}

.file-icon img{
  display: none;
}

.views-field-title h3{
  margin-bottom: 15px;
}

/* SME Block Display on content page */
#block-views-sme-search-page-block-1{
  width: 60%;
}

table.views-view-grid.cols-2{
  width: 100%;
  table-layout: fixed;
}

table.views-view-grid.cols-2 .col-1, table.views-view-grid.cols-2 .col-2{
  width:50%;
}

table.views-view-grid.cols-3{
  width: 100%;
  table-layout: fixed;
}

table.views-view-grid.cols-3 .col-1, table.views-view-grid.cols-3 .col-2, table.views-view-grid.cols-3 .col-3{
  width:33%;
}


.colorbox img{
  float: left;
  margin:10px;
}

.field-name-field-image-gallery p{
  display: none;
}

.field-name-field-brief-biosketch-faculty p{
  display: none;
}
 
.field-name-field-landing-image, .field-name-field-landing-image-two, .field-name-field-landing-image-three {
  width: 50%;
  float: left;
  position: absolute;
  /*left: 0;
  top: 0;
  z-index: -1;*/
  margin-bottom: 30px;
  padding-bottom: 30px;
  opacity: 1;
}

.field-name-field-landing-image:hover, .field-name-field-landing-image-two:hover, .field-name-field-landing-image-three:hover{
  opacity: 0.7;
  width:51%;
}

.field-name-field-landing-image-desc, .field-name-field-landing-image-two-desc, .field-name-field-landing-image-three-desc {
  /*float: left;*/
  position: relative;
  box-sizing: border-box;
  background-color: #ffffff;
  /*margin: 5% 0px 12% 40%;*/
  margin-top: 10%;
  margin-left: 30%;
  padding: 20px 40px;
  height: auto;
}

.field-name-field-landing-image-desc:hover, .field-name-field-landing-image-two-desc:hover, .field-name-field-landing-image-three-desc:hover {
  color: #000;
  background-color: #eeeeee;
  box-shadow: 2px 2px #eeeeee;
}  

.field-name-field-landing-bottom-content {
  /*padding-top: 2%;*/
}

/* ------------Iowa Investigators -----------*/
.iowa-invest-list ul,
.iowa-invest-more-list ul,
.alum-update-list ul,
.iac-list ul,
.current-phd-list ul{
  list-style-type:none;
}

.iowa-invest-list ul li,
.iowa-invest-more-list ul li
.alum-update-list ul li,
.iac-list ul li,
.current-phd-list ul li{
  list-style-type:none;
  margin-bottom:1.5em;
}

.iowa-invest-list ul li a{
  font-size:1.5em;
  font-weight:bold;
  color:#06C;
  text-decoration:none;
  margin-bottom:1.5em;
  margin-left:0px;
  margin-right:0px;
  display:inline;
}

.iowa-invest-more-list ul li a{
  font-size:0.85em;
  font-weight:normal;
  color:#06C;
  text-decoration:none;
  margin-bottom:1.5em; 
}

.testimonials {
  border-radius: 100%;
  border: 4px solid #FFCD00;
}

/*--------Event list ----------*/

.event a, .event a:visited {
color:#0066cc;
text-decoration:none;
/*font-weight:bold;*/
}
.event-list ul {
  list-style-type:none;
}

.event-list ul li{
  list-style-type:none;
  /*padding:2px 5px 15px; 
  border:1px solid #ddd; 
  margin:0px auto;*/
  text-decoration:none;
  font: 1.1em; 
  color:#000;
}

.event-list ul li a, .event-list ul li a:visited { 
  color:#0066cc; 
  text-decoration:none;
  line-height:1.5em;
  margin-top:0;
  vertical-align:top;
}

.event-list ul li a:hover, .event-list ul li a:active { 
  color:#0066cc; 
  text-decoration:none; 
}


/* -------------- Form Elements  ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em; }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; width: 100%; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Contact Form */

.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.contact-form .resizable-textarea .grippie {  width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }

/* Comment form */

.comment-form label { float: left; font-size: 0.929em; }

.comment-form input, .comment-form .form-select { margin: 0; 
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.comment-form .form-type-textarea label { float: none; }

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }

.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }

.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }

.comment-form input.form-file { width: auto; }

.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }

#content h2.comment-form { margin-bottom: 0.5em; }

.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }

.filter-wrapper label { width: auto; float: none; }

.filter-wrapper .form-select { min-width: 120px; }

.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }

#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }

#edit-actions input { margin-right: 0.6em; }

/* Other Overrides */

div.password-suggestions { border: 0; }

.ui-widget-overlay { background: #222222; opacity: 0.7; }

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }

#forum .name { font-size: 1.083em; }

#forum .description { font-size: 1em; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 4px .8em 5px .8em; font-size: 13px; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */ 
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */ 
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */ 
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width { 
width: 100%; padding-left: 0 !important; padding-right: 0 !important; text-align: center; }


#uiowa-bar #uiowa-search input#edit-submit-search {
  padding: 7px 10px;
}

#block-search-form { padding-bottom: 7px; width:100%;}

#block-search-form .content { margin-top: 0; }

#search-form .form-item-keys label { display: block; }

#search{ /* theme search box */
  position: absolute;
  right:47px;
  top: 10px;
  /*margin-top:16px;
  margin-right:10px;
  margin-left:710px;
  padding-bottom:0;*/
}

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

.gsc-branding, .gcsc-branding{
  display: none;
}


.meta {
  margin: 5px 0 10px 0;
}

.meta a {
  color: #999;
}

.meta a:hover {
  color: #000;
}

.meta li {
  display: inline;
  margin-right: 5px;
  margin-right: 10px;
}

.meta strong{
  font-weight: 600;
  color: #111;
}

.meta li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
#content table.cke_editor {
  background: transparent;
  border: 0;
}
#content table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-item label {
  font-size: 13px;
  font-weight: bold;
}

/*-------------------------------------------*
/* News and Events 
/*-------------------------------------------*/

/*.news-events a{
  color: #414141;
}*/

.news-events a:hover{
  color: #b6211d;
}

.datenews p{
  color: #000000;
}

span.date-display-single, .views-field-field-teaser-event, .views-field-field-location-event, .views-field-title{
  color: #000000;
}

.read-story{
  padding: 0px 5px;
  border-bottom: 1px solid #FFCD00;
  margin: 5px 0;
}

.news-events img{
  float: left;
  margin-right: 1.5em;
  /*margin-bottom: 2em;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);*/
}

.arrow {
  box-shadow: none;
  border-radius: 0%;
}

.views-field-field-image-news img{
  float: left;
}

.page-title-news p{
  display: none;
}

.field-name-field-date-news{
  margin-bottom: 15px;
}

.preface-block tr.even{
  background-color: #ffffff;
}

.preface-block tr{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.preface-block tr:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);
}

.event-date p{
  font-size: 1.5em;
  /*background-color: rgba(255, 205, 0, 1);
  padding: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.65);*/
  color: #ffffff;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.item-list ul li:hover{
  background: #cccccc;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

a.list-group-item.active {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ddd; 
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

ul.inline, ul.links.inline {
  margin-left: 0;
}

/*----------------FAQ BootStrap----------------*/


.list-group.help-group {
  margin-bottom: 20px;
  padding-left: 0;
  margin: 0;
  .faq-list {
    display: block;
    top: auto;
    margin: 0 0 32px;
    border-radius: 2px;    
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
    .list-group-item {
      position: relative;
      display: block;
      margin: 0;
      padding: 13px 16px;
      background-color: #fff;
      border: 0;
      border-bottom: 1px solid #ddd;
      border-top-left-radius: 2px;
      border-top-right-radius: 2px;
      color: #616161;
      transition: background-color .2s;
      i.mdi {
        margin-right: 5px;
        font-size: 18px;
        position: relative;
        top: 2px;
      }
      &:hover {
        background-color: #f6f6f6;
      }
      &.active {
        background-color: #f6f6f6;
        font-weight: 700;
        color: rgba(0,0,0,.87);        
      }
      &:last-of-type {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-bottom: 0;
      }
    }
  }
}

.tab-content.panels-faq {
  padding: 0;
  border: 0;
}

.panel.panel-help {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  padding-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 16px;
  a[href^="#"],
  a[href^="#"]:hover,
  a[href^="#"]:focus {
    outline: none;
    cursor: pointer;
    text-decoration: none;
  }
  .panel-heading {
    background-color: #f6f6f6;
    padding: 0 16px;
    line-height: 48px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    color: rgba(0,0,0,.87);
    h2 {      
      margin: 0;
      padding: 14px 0 14px;
      font-size: 18px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0;
      text-transform: none;
    }
  }
  .panel-body {
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    margin-top: 0;
    p {
      margin: 0 0 16px;
      &:last-of-type {
        margin: 0;
      }
    }
  }
}






/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  /*background: #ed564b;*/
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
  color: #000;
  padding: 2px 6px;
}

.field-name-field-tags a:hover{
  background: #111;
  color: #fff;
}

.field-name-field-tags div {
  display: inline;
}


/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 22px; }

.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

.comment .indented { margin-left: 40px; }

.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }


/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: Lucida Grande, Verdana, Arial, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}


@media screen and (max-width: 768px) {
  html{
    font-size: 60%;
  }

  h1#site-title{
    text-align: center;
  }

  #site-logo {
    padding-top: 0;
  }
  
  select.mnav{
    width: 100%;
    margin-bottom: 20px;
  }
    
  .flex-caption{
    display: none;
  }

}

@media screen and (min-width: 900px) {
  #main-menu {
   display: inline-block !important;
  }

}

@media screen and (max-width: 500px) {

  #site-logo {
    text-align: center;
    padding-top: 5% !important;
  }

  #search {
    margin-left: 30%;
  }

  #CON-logo{
    padding-top: 3%;
  }

  .header-text-container{
    top: 30%;
  }

  .row{
  margin-right: 0;
}

  .btn-donate {
  color: #000000; 
  background-color: #FFCD00; 
  border-color: #FFCD00; 
  font-size:1.2em;
  width: 50%;
}

}

@media screen and (max-width: 900px) {
  #navigation {
    background-color: #FFCD00;
    margin-top: -4px;
    margin-bottom: -1px;
    height: 45px;
  }


  #main-menu {
    display:none;
    height: auto;
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #000;
    background-color: #FFCD00;
  }
  #main-menu ul { width: 100%;  text-align: left;  padding: 0px 0px; }
  #main-menu ul li {

    width: 100%;
    /*border-bottom: 1px solid #000;*/
    padding: 0;
    margin:0;
  }

#main-menu li ul ul {
  /*margin: -44px 0 0 156px;*/
  margin:0;

}

  #main-menu ul ul {

  padding: 0;
    margin:0;


}


  #main-menu li ul{padding-bottom: 0px; margin-left: 1%;}

  /* Secondary Navigation - try three */

  .secd ul {
    border-bottom: 1px solid black;
    background-color: #000000;
    padding: 20px;
    color: #ffffff;
    list-style-type: none;
    margin: auto;
    width: 100%;
}
 
.sec {
    display: inline-block;
}
 
.sec a{
  color:#fff;
}





  /* End Secondary Navigation - try three */

  /* Header Video */

  video {
    margin-top: 0px;
  }

  .region-header{
  	margin-top: 0;
  }

  .mid-block {
    width: 100%;
    padding-left: 30% !important;
    padding-right: 30% !important;
  }

  #front-why-iowa{
    font-size: 1em;
  }

  #middle1-top-block{
    padding: 2% 15%;
  }

  #middle1-top-block h2{
    font-size: 2em;
  }

  #mid-top-text{
    font-size: 3em;
  }

  #middle1-top-block, #postface-area{
    background-attachment: scroll;
  }

  .stats{
    font-size: 2em;
  }

  .header-text-container h1{
    font-size: 1.1em;
  }

  .field-name-field-landing-image, .field-name-field-landing-image-two, .field-name-field-landing-image-three {
    margin-bottom: 0;
    padding-bottom: 0;
    width:80%;
  }

  .field-name-field-landing-image-desc, .field-name-field-landing-image-two-desc, .field-name-field-landing-image-three-desc {
    margin-left: 0;
    margin-top: 40%;
    padding-left: 2%
  }

  .field-name-field-landing-image:hover, .field-name-field-landing-image-two:hover, .field-name-field-landing-image-three:hover{
  opacity: 0.7;
  width:79%;
  }

  .menu-toggle-btn {
    /*float: right;*/
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 5%;
    position: relative;
    left: 90%;
    top: 10px;
  }
  .menu-toggle-btn .icon-bar {
    display: block;
    height: 0.3em;
    width: 2em;
    margin-top: 4px;
    background-color: #000;
    border-radius: 1px;
    margin-right: 50%; 
  }
   #navigation {
    background-color: #FFCD00;
   
  }

  .col-sm-8{
    width:85%;
  }

  #sidebar{
  background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/rectangle1.fw.png") repeat-y scroll right;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid rgba(255, 205, 0, 1);
  width: 80%;
  border-top-width: 30px;
  margin: 10%;
}

#sidebar2{
  /*background: rgba(0,0,0,0) url("/sites/all/themes/uinursing/images/rectangle1.fw.png") repeat-y scroll right;*/
  padding-top: 20px;
  padding-bottom: 20px;
  /*border: 1px solid rgba(255, 205, 0, 1);*/
  width: 80%;
  /*border-top-width: 30px;*/
  margin: 10%;
}

.btn-donate {
  color: #000000; 
  background-color: #FFCD00; 
  border-color: #FFCD00; 
  font-size:1.2em;
  width: 90%;
}


}

.browsermessage {
  display: none;
}

/* STicky Navigation - top */
.sticky-top  {
  position: fixed;
  top: 0;
  left:0;
bottom:auto;
  width: 100%;
 z-index:500;
}

.sticky-top + .main-content {
  padding-top: 100px;
}

.sticky-bottom  {
  position: fixed;
  top: 41px;
  width: 100%;
  left:0;
bottom:auto;
 z-index:500;
}

.sticky-bottom + .content {
  padding-top: 41px;
}
