/* TEMPLATE CSS ==============================================================*/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

.row,
.width
{
	box-sizing: border-box;
}

body
{
	background: #f2f1eb;
}

h4 
{
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.row 
{
	display: block;
	width: 100%;
	clear: both;
}

.container.wrapper 
{
	max-width: 1200px;
	margin: 0 auto;
}

.widget
{
	display: block;
	min-height: 300px;
	margin: 10px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	float: left;
}

.widget-body
{
	padding: 10px;
}

.widget-header
{
	font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #026937;
  border-left: none;
  padding: .25em .5em;
  font-size: 1.4em;
  margin-bottom: 5px;
}

ul.application-status 
{
	margin: 0;
}

ul.application-status li 
{
	margin: 10px;
	line-height: 1.35;
}

.widget.hero-image 
{
	background: transparent;
	min-height: 0;
}

.hero-image .widget-body
{
	padding: 0;
}

.hero-image img
{
	width: 100%;
}

.required-documents ul li
{
	line-height: 1.6;
	list-style: none;
}

.required-documents ul li a:before
{
	font-family: FontAwesome;
	font-size: 1em;
}

a.document-received:before { content: "\f058"; }
a.document-needed:before { content: "\f057"; }

a.document-received
{
	color: #026937;
	font-weight: bolder;
}

a.document-needed
{
	color: #872332;
	font-weight: bolder;
}

.row.privacy 
{
	float: left;
}

.row.privacy ul
{
	/* margin: 0; */
}

.row.privacy ul a
{
	text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer .college-contact img {
  	padding: 0;
  }
}

@media screen and (min-width: 1199px) {
	.row.middle .widget { width: calc(95% / 3); }
  .row.bottom .widget { width: calc(96% / 2); }
}

@media screen and (max-width: 1198px) {
	.row.middle .widget { width: calc(90% / 3); }
  .row.bottom .widget { width: calc(92% / 2); }
}

@media screen and (max-width: 767px) {
	.row.middle .widget { width: 100%; }
  .row.bottom .widget { width: 100%; }
  .widget {
  	margin: 10px 0;
  }
}


/* Quick fixes for for footer and header */
.social-media-links
{
	float: right;
	display: block;
}

#wsu-logo:after 
{
	float: left;
	line-height: 1;
	margin-top: 5px;
	clear: left;
}

#wsu-logo img 
{
	position: relative;
	float: left;
}

.row.privacy .col-md-6.col-md-offset-3
{
	margin-left: 25%; 
}

@media screen and (max-width: 959px) {
	.row.privacy .col-md-6.col-md-offset-3
	{
		margin-left: 0;
	}
}



