body,
input,
textarea,
select,
button {
	font-size: 16px;
	line-height: 27px;
}

*:focus {
	outline-color: #58A7AF;
}

/*h1 {
	font-family: "Tungsten Cond A", "Tungsten Cond B";
	color: #58A7AF;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: 5px;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	letter-spacing: 0;
	color: #6CC24A;
	line-height: normal;
}

h1 {
	font-size: 34px;
	color: #58A7AF;
	/*  color: #0a555d; */
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 24px;
	color: #004e42;
}

h5 {
	font-size: 22px;
	color: #004e42;
}

h6 {
	font-size: 20px;
	color: #004e42;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
}

h1.big-stat {
	font-family: "Tungsten Cond A", "Tungsten Cond B";
	font-size: 100px;
	font-weight: 400;
	letter-spacing: 5px;
	margin: 0;
}

a {
	color: #006747;
}

p.lead {
	color: #58A7AF;
	font-size: 20px;
}

hr {
	border: 1px solid #F1F1EF;
}

blockquote {
	margin-left: 50px;
	padding-left: 25px;
	border-left: 2px solid #58A7AF;
	color: #004E42;
	font-size: 20px;
	line-height: 30px;
	font-family: "Sentinel SSm A", "Sentinel SSm B";
	letter-spacing: 0;
}

@media (min-width: 1200px) {
	h1 {
		font-size: 45px;
		font-size: 35px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 24px;
	}

	h5 {
		font-size: 22px;
	}

	h6 {
		font-size: 20px;
	}

	p {
		font-size: 18px;
	}

	p.lead {
		font-size: 22px;
	}

	blockquote {
		font-size: 28px;
		line-height: 38px;
	}
}

figure > img {
	max-width: 100%;
	height: auto;
}

img {
	max-width: 100%;
	max-height: auto;
}

table {
	border-collapse: collapse;
}

tr:first-child > *:first-child {
	border-top-left-radius: 5px;
}

tr:first-child > *:last-child {
	border-top-right-radius: 5px;
}

tr:last-child > *:first-child {
	border-bottom-left-radius: 5px;
}

tr:last-child > *:last-child {
	border-bottom-right-radius: 5px;
}

tr:nth-of-type(even) > td {
	background-color: rgba(241, 241, 239, .5);
}

tr:nth-of-type(odd) > td {
	background-color: rgb(241, 241, 239);
}

th {
	background-color: #6CC24A;
	color: white;
}

td + td,
th + td,
th + th {
	border-left: 2px solid #6CC24A;
}

th,
td {
	vertical-align: middle;
	padding: 5px;
}


/* START  mods to admission application 17 Feb 20 rrepta*/

table.plain > tbody > tr > th {

color:black;
background-color: white;
border:0px;

}

table.plain > tbody > tr > td {
 border:0px;
}

table.plain > tbody > tr > td > select {
  border-radius: 1px;
}

table.plain > tbody > tr > td > input {
  border-radius: 1px;
}

table.plain > tbody > tr > td > textarea  {
  border-radius: 1px;
}

table.plain > tbody > tr.header > th {
 background-color: #ccc;
 color: white;
 background-color:#004e42;
}

#race_details > blockquote > div > div >  label {
  font-size:20px;
  padding-left:5px;
  vertical-align:20%;
} 
#race_details > blockquote > div > div >  input::after  {
  font-size:40px;
  border-radius: 1px;
  border: 1px solid #aaa;
  width:30px;
} 
#race_details > blockquote > p >  input::after  {
  font-size:40px;
  border-radius: 1px;
  border: 1px solid #aaa;
  width:30px;
} 
#race_details > blockquote > p > label  {
  vertical-align:20%;
  padding-left: 6px;
}

table.plain > tbody> tr { border: 1px solid #eee;}






table.table > thead > tr.column > th {
 color: white;
 background-color:#004e42;
 border-left:0px;
}


table.plain > tbody > tr > td > div > fieldset > input::after {
  font-size:40px;
  border-radius: 1px;
  border: 1px solid #aaa;
  width:30px;
}

table.plain > tbody > tr > td > div > fieldset >  label {
padding-left: 6px;
vertical-align:20%;

}


table.plain > tbody > tr > td > div.upload_form > div > input {
border-radius: 1px;
}

table.plain > tbody > tr > td > div.upload_form > div > span > button {
border-radius: 1px;
}
table.plain > tbody > tr > td > div.upload_form > div > textarea {
border-radius: 1px;
}



div.action > button {
border-radius: 1px;
}


/* END   mods to admission application */

fieldset {
	border: 1px solid #58A7AF;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
}

legend {
	background-color: #58A7AF;
	color: white;
	position: relative;
	top: -18px;
	padding: 5px;
	border-radius: 5px 5px 0 0;
}

label {
	font-weight: bold;
}

/* bob repta added 17 Feb 20 to correct information request form:
   https://admissions.iwu.edu/register/informationrequest */
fieldset > .form_label > legend {

background-color: white;
color:black;
font-weight:bold;
padding:0px;

}


input[type=color],
input[type=date],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=phone],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea,
select {
	background-color: #F1F1EF;
	border-radius: 1px;
	border: 1px solid #D2D2CD;
	padding: 10px;
	padding: 5px;
        padding-left:7px;
	font-family: Arial;
	letter-spacing: 0;
}

textarea {
	width: 100%;
	min-height: 100px;
}

input[type=checkbox],
input[type=radio] {
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=checkbox]:after,
input[type=radio]:after {
	content: " ";
	background-color: #F1F1EF;
	border: 1px solid #D2D2CD;
	display: inline-block;
	color: #58A7AF;
	width: 30px;
	height: 30px;
	font-size: 40px;
	line-height: 20px;
	visibility: visible;
	position: absolute;
}

input[type=checkbox]:after {
	border-radius: 5px;
}

input[type=radio]:after {
	border-radius: 15px;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
	content: "\2714";
	font-weight: bold;
}

/*input[type=checkbox] + label,
input[type=radio] + label {
	display: inline-block;
	position: relative;
	top: -10px;
}*/

button,
input[type=button],
input[type=submit] {
	padding: 20px;
	border-radius: 5px;
	margin: 1em auto;
	display: block;
}

button,
input[type=button] {
	background-color: #006747;
	color: white;
}

input[type=submit] {
	background-color: white;
	border: 1px solid #A8A99E;
	color: #006747;
}

.row > .col-md-6 {
	width: 49%;
	display: inline-block;
}

p a:not(.btn) {
	text-decoration: underline;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.btn.btn-info {
	border-radius: 6px;
	padding: 0.5em 1em;
	margin: 1em;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	background-color: #006747;
	color: #ffffff;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.btn:focus,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:hover {
	background: rgb(100, 150, 106);
	color: rgb(255, 255, 255);
	outline: none;
}

ul.news-home li.large-news-story img,
ul.news-home li.large-news-story .event-date {
	width: 150px;
	height: 150px;
	float: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 1em;
}

ul.news-home li.large-news-story.clip {
	width: 275px;
	text-align: left;
}

.event-date,
.event-date:hover {
	width: 100px;
	height: 100px;
	text-align: center;
	font-family: "Tungsten Cond A", "Tungsten Cond B";
}

.event-date .month {
	width: 100%;
	height: 40px;
	color: white;
	background-color: rgb(108, 194, 74);
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}

.event-date .day {
	width: 100%;
	height: 60px;
	color: rgb(108, 194, 74);
	background-color: rgb(241, 241, 239);
	font-size: 60px;
	line-height: 60px;
}

.event-date .day.two-days {
	font-size: 34px;
}

.picture-list-item a {
	text-decoration: none;
}

div:not(.item) > img:not(.gcsc-branding-img-noclear):not(.thumb),
p > img {
	max-width: 100%;
	height: auto;
	margin: 1em;
}

#page-wrap img:not(.thumb) {
	margin: 1em;
}

article span.title {
	font-weight: bold;
}

.left {
	float: left;
	margin: 1em;
}

.right:not(.video_container) {
	float: right;
	margin: 1em;
}

a.left.item,
a.right.item {
	float: none;
	margin: 0;
}

section.profile_data_box .col-sm-6 {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

#topbar-facebook,
#topbar-twitter,
#topbar-youtube,
#topbar-tagboard,
#topbar-storify,
#topbar-linkedin,
#topbar-pinterest,
#topbar-flickr,
#topbar-rss,
#topbar-instagram,
#topbar-rebelmouse,
.content-facebook,
.content-twitter,
.content-youtube,
.content-tagboard,
.content-storify,
.content-linkedin,
.content-pinterest,
.content-flickr,
.content-rss,
.content-instagram,
.content-rebelmouse,
.sidebar-facebook,
.sidebar-twitter,
.sidebar-youtube,
.sidebar-tagboard,
.sidebar-storify,
.sidebar-linkedin,
.sidebar-pinterest,
.sidebar-flickr,
.sidebar-rss,
.sidebar-instagram,
.sidebar-rebelmouse,
#footer-facebook,
#footer-twitter,
#footer-youtube,
#footer-tagboard,
#footer-storify,
#footer-linkedin,
#footer-pinterest,
#footer-flickr,
#footer-rss,
#footer-instagram,
#footer-rebelmouse {
	display: inline-block;
	background-repeat: no-repeat;
	text-indent: -9999px;
	transition: background-position 0.15s ease-in;
}

#topbar-facebook,
#topbar-twitter,
#topbar-youtube,
#topbar-tagboard,
#topbar-storify,
#topbar-linkedin,
#topbar-pinterest,
#topbar-flickr,
#topbar-rss,
#topbar-instagram,
#topbar-rebelmouse,
.content-facebook,
.content-twitter,
.content-youtube,
.content-tagboard,
.content-storify,
.content-linkedin,
.content-pinterest,
.content-flickr,
.content-rss,
.content-instagram,
.content-rebelmouse {
	width: 20px;
	height: 20px;
	background-image: url(https://www.iwu.edu/_resources/images/icons/social-icons-2016.png);
}

.sidebar-facebook,
.sidebar-twitter,
.sidebar-youtube,
.sidebar-tagboard,
.sidebar-storify,
.sidebar-linkedin,
.sidebar-pinterest,
.sidebar-flickr,
.sidebar-rss,
.sidebar-instagram,
.sidebar-rebelmouse,
#footer-facebook,
#footer-twitter,
#footer-youtube,
#footer-tagboard,
#footer-storify,
#footer-linkedin,
#footer-pinterest,
#footer-flickr,
#footer-rss,
#footer-instagram,
#footer-rebelmouse {
	width: 30px;
	height: 30px;
	background-image: url(https://www.iwu.edu/_resources/images/icons/social-icons-2016.png);
}

#topbar-facebook a,
#topbar-twitter a,
#topbar-youtube a,
#topbar-tagboard a,
#topbar-storify a,
#topbar-linkedin a,
#topbar-pinterest a,
#topbar-flickr a,
#topbar-rss a,
#topbar-instagram a,
#topbar-rebelmouse a,
.content-facebook a,
.content-twitter a,
.content-youtube a,
.content-tagboard a,
.content-storify a,
.content-linkedin a,
.content-pinterest a,
.content-flickr a,
.content-rss a,
.content-instagram a,
.content-rebelmouse a,
.sidebar-facebook a,
.sidebar-twitter a,
.sidebar-youtube a,
.sidebar-tagboard a,
.sidebar-storify a,
.sidebar-linkedin a,
.sidebar-pinterest a,
.sidebar-flickr a,
.sidebar-rss a,
.sidebar-instagram a,
.sidebar-rebelmouse a {
	display: block;
	width: 100%;
	height: 100%;
}

#topbar-facebook,
.content-facebook {
	background-position: 0 0;
}

#topbar-facebook:hover,
.content-facebook:hover {
	background-position: 0 -21px;
}

#topbar-twitter,
.content-twitter {
	background-position: -21px 0;
}

#topbar-twitter:hover,
.content-twitter:hover {
	background-position: -21px -21px;
}

#topbar-youtube,
.content-youtube {
	background-position: -42px 0;
}

#topbar-youtube:hover,
.content-youtube:hover {
	background-position: -42px -21px;
}

#topbar-tagboard,
.content-tagboard {
	background-position: -63px 0;
}

#topbar-tagboard:hover,
.content-tagboard:hover {
	background-position: -63px -21px;
}

#topbar-storify,
.content-storify {
	background-position: -84px 0;
}

#topbar-storify:hover,
.content-storify:hover {
	background-position: -84px -21px;
}

#topbar-linkedin,
.content-linkedin {
	background-position: -105px 0;
}

#topbar-linkedin:hover,
.content-linkedin:hover {
	background-position: -105px -21px;
}

#topbar-pinterest,
.content-pinterest {
	background-position: -126px 0;
}

#topbar-pinterest:hover,
.content-pinterest:hover {
	background-position: -126px -21px;
}

#topbar-flickr,
.content-flickr {
	background-position: -147px 0;
}

#topbar-flickr:hover,
.content-flickr:hover {
	background-position: -147px -21px;
}

#topbar-rss,
.content-rss {
	background-position: -168px 0;
}

#topbar-rss:hover,
.content-rss:hover {
	background-position: -168px -21px;
}

#topbar-instagram,
.content-instagram {
	background-position: -189px 0;
}

#topbar-instagram:hover,
.content-instagram:hover {
	background-position: -189px -21px;
}

#topbar-rebelmouse,
.content-rebelmouse {
	background-position: -210px 0;
}

#topbar-rebelmouse:hover,
.content-rebelmouse:hover {
	background-position: -210px -21px;
}

.sidebar-facebook,
#footer-facebook {
	background-position: 0 -42px;
}

.sidebar-facebook:hover,
#footer-facebook:hover {
	background-position: 0 -73px;
}

.sidebar-twitter,
#footer-twitter {
	background-position: -31px -42px;
}

.sidebar-twitter:hover,
#footer-twitter:hover {
	background-position: -31px -73px;
}

.sidebar-youtube,
#footer-youtube {
	background-position: -62px -42px;
}

.sidebar-youtube:hover,
#footer-youtube:hover {
	background-position: -62px -73px;
}

.sidebar-tagboard,
#footer-tagboard {
	background-position: -93px -42px;
}

.sidebar-tagboard:hover,
#footer-tagboard:hover {
	background-position: -93px -73px;
}

.sidebar-storify,
#footer-storify {
	background-position: -124px -42px;
}

.sidebar-storify:hover,
#footer-storify:hover {
	background-position: -124px -73px;
}

.sidebar-linkedin,
#footer-linkedin {
	background-position: -155px -42px;
}

.sidebar-linkedin:hover,
#footer-linkedin:hover {
	background-position: -155px -73px;
}

.sidebar-pinterest,
#footer-pinterest {
	background-position: -186px -42px;
}

.sidebar-pinterest:hover,
#footer-pinterest:hover {
	background-position: -186px -73px;
}

.sidebar-flickr,
#footer-flickr {
	background-position: -217px -42px;
}

.sidebar-flickr:hover,
#footer-flickr:hover {
	background-position: -217px -73px;
}

.sidebar-rss,
#footer-rss {
	background-position: -248px -42px;
}

.sidebar-rss:hover,
#footer-rss:hover {
	background-position: -248px -73px;
}

.sidebar-instagram,
#footer-instagram {
	background-position: -279px -42px;
}

.sidebar-instagram:hover,
#footer-instagram:hover {
	background-position: -279px -73px;
}

.sidebar-rebelmouse,
#footer-rebelmouse {
	background-position: -310px -42px;
}

.sidebar-rebelmouse:hover,
#footer-rebelmouse:hover {
	background-position: -310px -73px;
}

/*--- Details / Summary ---*/
#content-wrap details {
	border-radius: 4px;
	padding: .5em .5em 0;
	margin-bottom: .6em;
	line-height: 1.7em;
}

/*summary {
 *     font-weight: bold;
 *         margin: -.5em -.5em 0;
 *             padding: .5em;
 *             }*/
#content-wrap details > summary {
	list-style: none;
	background-color: #58a7ae;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	margin: -.5em -.5em 0;
	padding: .25em .5em .25em 1em;
}

#content-wrap details[open] {
	padding: .5em;
}

#content-wrap details[open] > summary {
	margin-bottom: 1.5em;
	background-color: #f1f1ef;
	color: #333;
}

#content-wrap details > summary::after {
	content: "\002B";
	float: right;
	font-size: 1.9em;
	line-height: .9;
	padding-right: .25em;
}

#content-wrap details[open] > summary::after {
	content: "\336";
	float: right;
	font-size: 1.9em;
	line-height: .6;
	padding-right: .55em;
	color: #006b47;
}

#content-wrap .gsc-result .gs-title {
	height: auto;
}

#content-wrap #___gcse_0 tr td {
	background-color: transparent;
	padding: unset;
}

#content-wrap #___gcse_0 td + td {
	border-left: none;
}

#content-wrap #___gcse_0 img {
	margin: 0;
}
