/*
Theme Name:     SOIS - UWM Web Identity Child Theme Template
Theme URI:
Description:
Author:
Author URI:
Template:       uwmwebid
Version:        0.1
*/
/* Please customize the above child theme template header to reflect your organization. */
/* IMPORTANT: The value of Template must remain "uwmwebid". */

/* IMPORTANT: Please do not remove this line. It is required by the UWM Web Identity parent theme. */
@import url("../uwmwebid/style.css");
@import url(https://fonts.googleapis.com/css?family=Abel); /* Google Web-Font used in Quick Navigation */

/* Ok! Child theme customization starts below this line. */

/**
 *  0.0 People Profiles
 *  1.0 Collapse-O-Matic (based off CIE and Business)
 *  2.0 Tabby Responsive Tabs (Based off CIE)
 *  3.0 Navigation
 *  3.1 Content Navigation Widget
 *  4.0 Header
 *  5.0 Home Banner
 *  6.0 SOIS Hub
 *  7.0 Footer
 *  8.0 Content
 *  9.0 Callouts
 *  10.0 News & Events
 *  11.0 Archive Pages
 *  12.0 Widgets
 *  LAST.0 Media Queries
 *  Print
 */



/**
 * 0.0 People Profiles
 * ----------------------------------------------------------------------------
 */

.uwmpeople-row {
    width: 100%;
}

.person-container .person {
    width: 48%;
    text-align: left;
    padding: 30px 0;
    margin-bottom: 0;
}

.person-container .placeholder {
    display: none;
}

.person-container .person:hover {
    background: none;
}

.person-container .person .col1,
.person-container .person .col2 {
    float: left;
}

.person-container .person .col1 {
    width: 130px;
    margin-right: 20px;
}

.person-container .person .col2 {
    width: 280px;
}

.person-container .person img {
    width: 130px;
}

.person-container .person .uwmpeople-sois-people-title {
    margin-bottom: 10px;
}

.person-container .person .uwmpeople-title,
.person-container .person .uwmpeople-phone,
.person-container .person .uwmpeople-email,
.person-container .person .uwmpeople-building {
    font-size: 13px;
}

.person-container .person-name {
    padding-top: 0;
    font-size: 16px;
}

.person-container .person a {
    color: #000;
}

.person-container .person a:hover {
    text-decoration: underline;
}

.uwmpeople-sois-people-title br {
    display: none;
}

.page .person-container {
    position: relative;
}

.page .person-container .person {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    border-bottom: none;
    min-height: 150px;
}

.page .person-container .person img {
    position: absolute;
    width: 80px;
    padding: 0;
    margin: 0;
}

.page .person-container .person .person-name {
    font-size: 14px;
}

.page .person-container .person .person-meta,
.page .person-container .person .person-hidden {
    position: relative;
    margin-left: 100px;
    display: block;
}

.person-container .person .person-title {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
}

.single-uwmpeople .single-person-container {
    position: relative;
    text-align: left;
}

.single-uwmpeople .view-all {
    position: absolute;
    right: 0;
    font-size: 14px;
}

.single-uwmpeople .view-all i {
    color: #666;
    padding-right: 10px;
}

.single-uwmpeople .site-content .entry-title {
    border-bottom: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

.single-uwmpeople .uwmpeople-details {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 225px;
    min-width: 100px;
    width: 25%;
    text-align: right;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.single-uwmpeople .uwmpeople-details .uwmpeople-image img {
    width: 100%;
}

.single-uwmpeople .uwmpeople-bio {
    max-width: 70%;
    width: 70%;
    min-height: 600px;
    margin-left: 30%;
}

.single-uwmpeople .uwmpeople-bio h2 {
    margin: 40px 0 20px 0;
    font-size: 20px;
}

.single-uwmpeople .uwmpeople-bio .uwmpeople-name {
    font-size: 28px;
    margin: 0 0 10px 0;
}

.single-uwmpeople .uwmpeople-bio p {
    margin-top: 0;
}

.single-uwmpeople .classification {
    list-style: none;
    margin: 0 0 30px 0;
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
}

.single-uwmpeople .classification li {
    padding: 0 0 10px 0;
}

.single-uwmpeople .uwmpeople-image {
    margin-bottom: 30px;
}

.single-uwmpeople .uwmpeople-email {
    cursor: pointer;
}

.single-uwmpeople .uwmpeople-contact {
    border-radius: 0;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #ccc;
}

.single-uwmpeople .uwmpeople-personal-url {
    border-radius: 0;
    font-size: 14px;
    background: #fff;
    margin: 0 0 20px 0;
    padding: 5px 0;
}

.single-uwmpeople .uwmpeople-sois-people-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.single-uwmpeople .uwmpeople-email,
.single-uwmpeople .uwmpeople-phone {
    padding-bottom: 5px;
}

.filter-bar-lubar .filter-list .filter-item-active,
.filter-bar-lubar .filter-parent .filter-item-active,
.filter-bar-lubar .filter-list .filter-item-active:hover,
.filter-bar-lubar .filter-parent .filter-item-active:hover,
.filter-bar-lubar .filter-list .filter-item-active a:hover,
.filter-bar-lubar .filter-parent .filter-item-active a:hover {
    background: #345065 !important;
    border-color: #345065 !important;
    cursor: pointer !important;
}

.person-container.list {
	border-top: 1px solid #ccc;
}

.person-container.list .col2 {
	width: 100%;
}

.list .person .uwmpeople-name,
.list .person .uwmpeople-phone,
.list .person .uwmpeople-email,
.list .person .uwmpeople-building {
	font-size: 14px;
}


.list .person .person-name-title {
	width: 30%;
	float: left;
}

.list .person .person-building {
	width: 35%;
}

.single-uwmpeople .uwmpeople-jobtitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


/**
 * 1.0 Collapse-O-Matic (based off CIE and Business)
 * ----------------------------------------------------------------------------
 */

.site-content .collapseomatic {
    background: #f8f8f8 none repeat scroll 0 0;
    font-size: 20px;
    font-weight: 200;
    margin: 5px 0 0;
    padding: 20px 20px 20px 60px;
}

.site-content .collapseomatic:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    text-decoration: none;
}

.site-content .collapseomatic::before {
    color: #ffcd00;
    content: "";
    display: inline-block;
    font: 30px/1 FontAwesome;
    left: 40px;
    padding: 0;
    position: absolute;
    vertical-align: top;
}

.site-content .colomat-close, .site-content .colomat-close:hover {
    background: #26292e none repeat scroll 0 0;
    color: #fff;
}

.site-content .colomat-close::before {
    color: #ffcd00;
    content: "";
}

.site-content .collapseomatic_content {
    background: #f8f8f8 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 30px 20px;
}

/**
 * 2.0 Tabby Responsive Tabs (Based off CIE)
 * ----------------------------------------------------------------------------
 */

.responsive-tabs .responsive-tabs__heading {
    display: none;
}

.responsive-tabs .responsive-tabs__list__item {
    cursor: pointer;
    display: inline;
}

.responsive-tabs-wrapper {
    clear: both;
    margin-bottom: 20px;
}

.responsive-tabs-wrapper::before,
.responsive-tabs-wrapper::after {
    content: "";
    display: table;
}

.responsive-tabs-wrapper::after {
    clear: both;
}

.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
    outline: medium none;
}

.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
    outline: medium none;
}

.responsive-tabs .responsive-tabs__list {
    background: #f2f2f2 none repeat scroll 0 0;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    margin: 0 0 40px;
    padding: 22px 0;
}

.responsive-tabs .responsive-tabs__list__item {
    background: #f2f2f2 none repeat scroll 0 0;
    line-height: 1;
    margin: 0;
    padding: 20px 25px;
}

.responsive-tabs .responsive-tabs__list__item:hover {
    color: #222;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #ffcd00 none repeat scroll 0 0;
}

/**
 * 3.0 Navigation
 * ----------------------------------------------------------------------------
 */

.navbar {
    border-bottom: 2px #FFF solid;
}

.quick-navigation {
    position: relative;
}

.quick-navigation .intro {
    float: right;
    width: 50%;
    margin-top: 30px;
}

.quick-navigation h4 .fa {
  margin-left: 10px;
  color: #ffbd00;
}

.view-more .fa {
    color: #ffbd00;
}

.quick-navigation h4 a,
a.view-more {
  color: #000;
}

.quick-navigation h4 a:hover,
.view-more:hover {
  color: #000;
  color:#777;
  text-decoration:none;
}

.quick-navigation {
    position: relative;
}

.quick-navigation .intro h2 {
    margin-top: 0;
}

.quick-navigation ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    float: left;
    width: 50%;
}

.quick-navigation li {
    font-family: 'Abel', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    background: #777;
    float: left;
    width: 200px;
    margin: 0 12px 12px 0;
}

.quick-navigation li a {
    display: block;
    width: 100%;
    padding: 30px 20px;
    color: #fff;
    margin:0 auto;
    transition: all, .2s, ease;
}

.quick-navigation li a:hover {
    text-decoration: none;
    color: #777;
    background: #FFbd00;
}

.quick-navigation .iwa a,
.quick-navigation .admissions a {
    font-size: 20px;
    padding: 21px 20px 20px 20px;
}

.quick-navigation a .break {
    display: block;
}

/**
 * 3.1 Content Navigation Widget
 * ----------------------------------------------------------------------------
 */

.widget_bu_pages {
    border-radius: 0;
}

.sidebar-container .widget.widget_bu_pages {
	background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
	border-radius: 4px;
	padding: 20px;
}

.sidebar-container .widget_bu_pages h3.widget-title {
	color: #555;
	display: block;
}

.sidebar-container .widget_bu_pages h3.widget-title a,
.sidebar-container .widget.widget_bu_pages ul#contentnavlist li a {
	color: #555;
}

.sidebar-container .widget.widget_bu_pages ul#contentnavlist li a.active {
	color: #228aff;
}

.callout-btn a {
    border: none;
    cursor: pointer;
    display: block;
    margin: 0;
    outline: none;
    position: relative;
    font-weight: bold;
    background-color: #747c82;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

a.questions-btn i {
	background:#474d52;
	color:#fff;
	line-height:2.25em;
	width:40px;
	text-align:center;
	border-radius: 3px;
	border-right: 1px solid rgba(255,255,255,0.75);
	font-size:1.07692em;
	font-weight: 300;
	font-weight:bold;
	margin-right:10px;
}

.callout-btn a.questions-btn:hover {
    background: #ffbd00;
    color: #555;
}

.sois-callout-box-button {
    padding: 0 5px 5px 5px;
    background-color: #f8f8f8;
    color:#60615f;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    position: relative;
}

a.sois-callout-box-button {
    color: #000;
    display: block;
    padding: 10px 0 10px 15px;
    background: #f8f8f8;
}

a.sois-callout-box-button:hover {
    text-decoration: none;
    background: #f2f2f2;
    color: #000;
}

/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

.sois-header {
 	overflow: hidden;
 	position: relative;
 	margin: 0;
 	padding: 0;
 	background: #232021; /* Old browsers */
	background: -moz-linear-gradient(left,  #232021 0%, #474d52 60%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#232021), color-stop(60%,#474d52)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #232021 0%,#474d52 60%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #232021 0%,#474d52 60%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #232021 0%,#474d52 60%); /* IE10+ */
	background: linear-gradient(to right,  #232021 0%,#474d52 60%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232021', endColorstr='#474d52',GradientType=1 ); /* IE6-9 */
    min-height: 176px;
}

.sois-header-image {
    height: 300px;
}

.sois-header img {
	position: absolute;
	display: block;
	margin: 0;
	left: auto;
	right: auto;
    max-width: 1500px;
	height: 300px;
	max-height: 300px;
	overflow: hidden;
}

 /* centered content container */
.sois-header-content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
    width: 100%;
    min-height: 176px;
}

.title-bg {
    background: rgba(71,77,82, .7);
}

.sois-header h1 {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    margin: 0;
    border-left: 10px solid #fc0;
    padding: 10px 15px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 46px;
}

.sois-header-image h1 {
    top: unset;
    transform: none;
    bottom: 60px;
}

.sois-header-image {
    height: 300px;
}

.sois-header h1 .page-title-top {
	font-size: 18px;
	font-weight: normal;
	display: block;
}

.sois-header .header-gradient {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#474d52+0,474d52+100&0+0,0.75+50,1+100 */
    background: -moz-linear-gradient(left,  rgba(71,77,82,0) 0%, rgba(71,77,82,0.75) 50%, rgba(71,77,82,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(71,77,82,0) 0%,rgba(71,77,82,0.75) 50%,rgba(71,77,82,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(71,77,82,0) 0%,rgba(71,77,82,0.75) 50%,rgba(71,77,82,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00474d52', endColorstr='#474d52',GradientType=1 ); /* IE6-9 */
}

/**
 * 5.0 Home Banner
 * ----------------------------------------------------------------------------
 */

.slider-gradient-left,
.slider-gradient-right {
    position: relative;
}

.slider-gradient-left:after {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image:
    -webkit-linear-gradient(left, #1a1d21, transparent);
    background-image:
    linear-gradient(to right, #1a1d21, transparent);
    z-index: 1;
}

.slider-gradient-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-image:
    -webkit-linear-gradient(right, #1a1d21, transparent);
    background-image:
    linear-gradient(to left, #1a1d21, transparent);
    z-index: 1;
}

.front-page-banner {
    width: 100%;
    margin: 0px auto;
    position: relative;
    background-color: #1a1d21;
}

.front-page-banner .widget {
    margin-bottom: 0;
}

.widget_metaslider_widget .widget-title {
    display: none;
}

.page .flexslider,
.front-page-banner .metaslider .flexslider {
    margin-bottom: 0;
}

.front-page-banner .metaslider {
    max-width: 2000px;
}

.front-page-banner .metaslider .slides img,
.front-page-banner .flexslider .slides img,
.front-page-banner .metaslider img,
.front-page-banner .widget img {
    max-height: 550px;
}

.front-page-banner .metaslider .caption-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    color: #fff;
    opacity: 1;
    z-index: 999;
    pointer-events:none;
}

.front-page-banner .metaslider .caption-wrap  a {
    color: #fff;
}

.front-page-banner .metaslider .caption-wrap  a:hover {
    text-decoration: none;
}

.front-page-banner .metaslider .caption {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
    width: 100%;
    position: relative;
    top: 47.5%;
    transform: translateY(-52.5%);
    font-size: 42px;
    line-height: 1em;
    text-shadow: 1px 1px 1px #000;
    text-align: left;

}

.front-page-banner .metaslider .caption .head .top {
    font-size: 36px;
}

.front-page-banner .metaslider .caption .label  {
    position: absolute;
    left: 70%;
    bottom: 10%;
    font-size: 14px;
    line-height: 1.4em;
    border-left: 10px solid #fc0;
    padding: 10px 0 10px 15px;
}

.front-page-banner .metaslider .caption .label .top  {
    font-size: 16px;
    text-transform: uppercase;
}

.front-page-banner .metaslider li {
    padding: 0;
}

.front-page-banner .metaslider .flex-control-nav {
    display: none;
}

.front-page-banner .metaslider .flex-direction-nav a {
    margin: 0;
    display: block;
    background: none;
    position: absolute;
    top: 42%;
    z-index: 10;
    cursor: pointer;
    opacity: 0.3;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.front-page-banner .metaslider .flex-direction-nav .flex-next {
    right: 5%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
}

.front-page-banner .metaslider .flex-direction-nav .flex-prev {
    left: 5%;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
}

.front-page-banner .metaslider .flexslider:hover .flex-next,
.front-page-banner .metaslider .flexslider:hover .flex-prev {
    opacity: 0.8;
}

.front-page-banner .metaslider .flexslider:hover .flex-next:hover,
.front-page-banner .metaslider .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.front-page-banner .metaslider .flex-direction-nav .flex-disabled {
    cursor: default;
    pointer-events: none;
}

/**
 * 6.0 SOIS Hub
 * ----------------------------------------------------------------------------
 */

#hub {
    position: relative;
    background: #f6f6f6;
    border-top: 1px solid #d5d5d5;
}

.news-events {
    float: left;
    width: 34%;
}

#hub h4 {
    text-align: left;
}

.news-events h4 {
    margin: 0px 15px;
}

.spotlight {
    position: relative;
    float: right;
    width: 66%;
}

.spotlight-item a h3,
.spotlight-item a:visited h3,
.spotlight-item a:hover h3 {
    color: #000;
    text-decoration: none;
}

.spotlight-item:nth-child(odd) {
    padding-left: 35px;
    float: left;
    width: 50%;
}

.spotlight-item:nth-child(even) {
    padding-left: 35px;
    float: right;
    width: 50%;
}

#hub ul {
    list-style-type: none;
    margin: 5px;
}

.news-events ul.responsive-tabs__list,
.news-events ul .responsive-tabs__list__item {
    background: #fff none repeat scroll 0 0;
}

.news-events ul .responsive-tabs__list__item--active {
    background: #ffcd00 none repeat scroll 0 0;
}

.news-events ul.items {
    list-style-type: none;
    padding: 15px;
}

.news-events li.items {
    list-style-type: none;
    padding: 10px 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #000;
    line-height: 1.2;
    line-height: 1.4;
}

.news-events li.items .date {
    color: #999;
    font-size: .8em;
}

.news-events li.items a,
.news-events li.items a:hover {
    color: #000;
}

#hub a h5,
.spotlight-item a:hover h5,
.spotlight-item a:visited h5 {
    color: #181818;
    display: inline;
}

.news-events li.items {
    border-bottom: 1px solid #acacac;
    border-spacing: 10px 50px;
}

.news-events li.items:nth-last-child(1) {
    border-bottom: 0px;
    border-spacing: 10px 50px;
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

#prefooter {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#141414+0,636363+100 */
    background: #1a1d21; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0MTQxNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MzYzNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1a1d21 0%, #363a41 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1d21), color-stop(100%,#363a41)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1a1d21 0%,#363a41 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1a1d21 0%,#363a41 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1a1d21 0%,#363a41 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1a1d21 0%,#363a41 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1d21', endColorstr='#363a41',GradientType=0 ); /* IE6-8 */
    border-top: 5px solid #ffbd00;
    text-align: center;
    padding: 0px;
}

#prefooter h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffbd00;
    text-align: center;
    font-weight: 400;

}

#prefooter p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: #fff;
    text-align: left;
    padding: 0px 15px;
    font-size: .8em;
    text-shadow: 1px 1px 0px #000000;
}

.prefooter-icon img.icon {
    max-height: 100px;
    padding: 0px;
    border: 0px;
}

/**
 * 8.0 Content
 * ----------------------------------------------------------------------------
 */

h2 {
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: -0.015em;
    color: #005b7f;
    margin-bottom: 0.6em;
    line-height: 1;
}

h3 {
    font-size: 1.5em;
    font-weight: normal;
    letter-spacing: -0.015em;
    color: #1f5367;
    margin-bottom: 0.6em;
    line-height: 1;
}

h4 {
    font-size: 1.3em;
    font-weight: normal;
    letter-spacing: -0.015em;
    color: #646464;
    margin-bottom: 0.6em;
    line-height: 1;
}

.home .site-main h3 {
    font-size: 20px;
    margin: 22px 0;
    color: #000;
    line-height: 1.2;
    font-weight: bold;
}

.home #content h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
}

hr {
    background: none;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	height: 1px;
	margin: 0 0 24px;
}

.lead-in {
    font-size: 24px;
    font-weight: 200;
}

.circle {
    display: block;
    margin: 1em auto;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 5px solid #eee;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

/**
 * === HEADINGS & SPECIAL TEXT STYLES ===
 */

.sub-title {
	display: block;
	margin: -.9em 0px;
	padding: 0px 0px 0.5em;
	font-size: 1.4em;
	color: #646464;
}

.smalltext {
	color: #cd9647;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 0.9em;
	line-height: 0.9em;
}

.smalltext-nocolor {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 0.9em;
	line-height: 0.9em;
}

.special-title {
    font-size: 1.7em;
    font-weight: normal;
    letter-spacing: -0.015em;
    color: #cd9647;
    margin-bottom: 0.6em;
    line-height: 1;
}

.callout-title {
    font-family: "Open Sans Condensed",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    color: #747C82;
    margin: 0px 0px 0.6em;
    line-height: 1;
}

/**
 * === TESTIMONIAL STYLE ===
 */

blockquote {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    position: relative;
    font-size: 20px !important;
    margin: 50px;
    padding: 30px;
    font-style: normal;
}

.testimonial {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #747C82;
}

/**
 * === PULLQUOTE STYLE ===
 */

.has-pullquote:before {
    position: relative;
    content: attr(data-pullquote);
    float: right;
    margin: 12px 0 12px 20px;
    padding: 10px;
    width: 38.2%;
    min-width: 280px;
    border-left: 5px solid #f9ca06;
}

.pullquote-left:before {
    float: left;
    margin: 12px 31px 24px -102px;
}

.has-pullquote:before {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem;
    top: 4px;
}

/**
 * === TABLE STYLE - PLAIN ===
 */

table {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #333333;
    border: 0px;
}

table th {
    font-size: 16px;
    color: #707070;
    font-weight: bold;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid #1f5367;
    text-transform: none;
}

table td {
    padding: 10px;
    background-color: #ffffff;
    border: 0px;
}

/**
 * === TABLE STYLE - SIMPLE ===
 */

table.table-style-simple {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #333333;
    border-width: 1px;
    border-color: #d4d4d4;
    border-collapse: collapse;
    border-radius:3px;
}

table.table-style-simple th {
    border-width: 1px;
    font-size: 16px;
    vertical-align: top;
    padding: 15px;
    color: #fff;
    background-color: #747C82;
    font-weight: bold;
    text-transform: none;
}

table.table-style-simple tr:hover td {
	background-color: #f1f1f1;
}

table.table-style-simple td {
	border-width: 1px;
	padding: 10px;
	border-style: solid;
	border-color: #d4d4d4;
	background-color: #ffffff;
}

/**
 * === TABLE STYLE - FANCY ===
 */

table.table-style-fancy a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}

table.table-style-fancy a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}

table.table-style-fancy a:active,
table.table-style-fancy a:hover {
	color: #D3AC2B;
	text-decoration:underline;
}

table.table-style-fancy {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	background:#eaebec;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

table.table-style-fancy th {
    font-size: 16px;
    color: #707070;
    font-weight: bold;
    vertical-align: top;
    padding: 21px 25px 22px 25px;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    text-transform: none;
}

table.table-style-fancy th:first-child{
	text-align: left;
	padding-left:20px;
}

table.table-style-fancy tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}

table.table-style-fancy tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}

table.table-style-fancy tr{
	text-align: left;
	padding-left:20px;
}

table.table-style-fancy tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}

table.table-style-fancy tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table.table-style-fancy tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table.table-style-fancy tr:last-child td{
	border-bottom:0;
}

table.table-style-fancy tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}

table.table-style-fancy tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

table.table-style-fancy tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

/**
 * 9.0 Callouts
 * ----------------------------------------------------------------------------
 */

a.callout-calltoaction {
    height: 70px;
    border: 3px solid #fff;
	box-shadow: 0 5px 6px -6px #000;
	padding: 0;
}

a.callout-calltoaction:hover .text {
    text-decoration: none;
}

a.callout-calltoaction .text {
    padding-top: 24px;
    font-size: 16px;
    color: #FFF;
    line-height: 1.2em;
}

a.callout-bg-gray {
	display: block;
    background: #a7a6a2;
}

a.callout-bg-gray:hover {
    background: #807f7c;
}

a.callout-icon i,
a.callout-image img,
a.callout-icon .text,
a.callout-image .text {
    display: inline-block;
    vertical-align: top;
}

a.callout-image img {
    padding: 0 20px 0 0;
    margin: 0;
    width: 89px;
    max-width: 100px;
    display: inline-block;
    vertical-align: top;
}

a.callout-image .text {
    max-width: 60%;
    display: inline-block;
    vertical-align: top;
}

.widget.widget_custom_post_widget,
.widget {
	margin-bottom: 24px;
}

.explore-button-text {
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    margin:7px;
}

.explore-button {
    font-family:  "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #777;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
}

.explore-button-icon {
    position: relative;
    color: #000;
    background: rgba(255,205,0,1);
    padding: 7px;
    font-size: 1.4em;
}

.explore-button:hover {
    background-color: #333;
    color: #ffcd00;
    text-decoration: none;
}

.explore-button:visited {
    color: #fff;
    text-decoration: none;
}

.sois-callout-box {
    padding: 30px;
    background-color: #f8f8f8;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
}

.sois-callout-box > :first-child {
    margin-top: 0;
}

.sois-callout-box.header a,
.sois-callout-box.header a:visited {
    color: #555;
}

.sois-callout-box.header a:hover {
    color: #000;
}

.sois-callout-box-gradient-green {
    padding: 0 5px 5px 5px;
    background: transparent linear-gradient(to bottom, #FFF 0%, #9dac51 100%) repeat scroll 0% 0%;
    color:#60615f;
    font-size: .8em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
    border: solid 1px #9dac51;
    border-radius: 6px;
    position: relative;
}

.sois-callout-box-online {
    padding: 2.5px 5px 2.5px 5px;
    background: transparent linear-gradient(to bottom, #FFF 0%, #d0e2eb 80%) repeat scroll 0% 0%;
    color:#60615f;
    font-size: 1em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    margin-bottom: 5px;
    margin-top: 10px;
    border: solid 1px #d0e2eb;
    border-radius: 6px;
    position: relative;
}

.main-title {
    font-weight: normal;
    font-size: 1.7rem;
    letter-spacing: -0.015em;
    color: #005b7f;
    margin-bottom: 0.6em;
    line-height: 1;
}

.main-sub-title {
    font-family:"Open Sans Condensed",Helvetica,Arial,sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #747C82;
    margin: 0 0 0.6em 0;
    line-height: 1;
}

.sois-button{
    position: relative;
    display: inline-block;
    margin-top: .8em;
    padding: 0.90em 1.5em;
    background: #D3AC2B;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .9em;
    color: #FFF;
    -moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    -ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
    cursor: pointer;
}

.sois-button:hover {
    background: #ECC00F;
    color: #FFF !important;
}

.box {
    border-radius: 0;
    font-size: 20px !important;
    font-weight: 200;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
}

.box-full-width {
    width: 100%;
    max-width: 600px;
}

.sois-callout-box-outline {
    padding: 15px;
    background: #fff;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5em;
    position: relative;
}

.sois-callout-box-in-page-feature {
    padding: 0 5px 5px 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.5em;
    position: relative;
}

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

.news-events article {
    margin: 0 0 50px;
    overflow: auto;
}

.news-events article:first-of-type {
    box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.3);
}

.news-events .entry-header,
.news-events .entry-header img {
    margin: 0;
    width: 100%;
}

.news-events-top {
    position: relative;
}

.news-events-top .entry-title {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: none;
    text-shadow: 1px 1px 0 black;
    padding: 15px;
}

.news-events .entry-title {
    border-bottom: medium none;
    line-height: 24px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.news-events .news-events-top .entry-title a {
    color: #fff;
}

.news-events .entry-title a {
    font-size: 20px;
    font-weight: 500;
}

.news-events .entry-meta {
    margin-bottom: 15px;
}

.news-events #entry-summary-top {
    padding: 15px;
}

.news-events #entry-summary-top p {
    margin-bottom: 15px;
}

.news-events .entry-summary {
    padding-left: 15px;
    font-size: 14px;
}

.news-events .entry-summary .read-story {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .75rem;
}

.news-events-sidebar .news-events,
.sidebar-posts {
    float: none;
    width: auto;
}

.news-events-sidebar .widget-title,
.sidebar-posts .widget-title {
    background: #474d52;
    border-left: 6px solid #ffbd00;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 9px 15px;
    text-transform: uppercase;
    color: #fff;
}

.news-events-sidebar ul {
    margin: 0;
}

.sidebar-posts ul {
    padding: 0 15px;
}

.sidebar-posts ul li {
    border-bottom: 1px solid #acacac;
    border-spacing: 10px 50px;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    line-height: 1.4;
    list-style-type: none;
    padding: 10px 0;
}

.sidebar-posts ul li:nth-last-child(1) {
    border-bottom: 0 none;
    border-spacing: 10px 50px;
}

.sidebar-posts li a,
.sidebar-posts li a:hover {
    color: #000;
}

.sidebar-posts .date {
    color: #999;
    font-size: 0.8em;
}

.news-events-sidebar .news-events .view-more,
.news-events .view-more {
    font-size: .9em;
    font-weight: bold;
    padding-left: 0px;
    text-transform: uppercase;
}

.news-events .view-more {
    padding-left: 20px;
}

.sidebar-posts .view-more {
    font-size: .75em;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

.sidebar-posts,
.sidebar-posts .view-more {
    padding: 0;
}

.sidebar-posts .view-more:first-of-type {
    display: inline-block;
    margin-bottom: 10px;
}

.sidebar-posts h4 {
    padding: 15px 15px 0;
    color: #555;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

/**
 * 11.0 Archive Pages
 * ----------------------------------------------------------------------------
 */

.category-news.sidebar-primary .site-content {
    width: 100%;
}

.archive .entry-summary, .search .entry-summary {
    margin: auto;
}

.archive.category-news #secondary {
    display: none;
}

/**
 * 12.0 Widgets
 * ----------------------------------------------------------------------------
 */

 .widget .display-posts-listing {
    list-style-type: none;
    padding: 15px;
}

.widget .display-posts-listing li {
    line-height: 1.4;
    padding: 10px 0;
    border-bottom: 1px solid #acacac;
}

.widget .display-posts-listing .date {
    color: #999;
    font-size: 0.8em;
    display: block;
}

.widget .display-posts-listing li a,
.widget .display-posts-listing li a:hover {
    color: #000;
}


/**
 * LAST.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width: 1500px) {
    .sois-header .header-gradient {
        display: block;
        right: calc( 100vw - 1500px );
    }
}

@media (max-width: 1400px) {
    .sois-header-image {
        height: 270px;
    }

    .sois-callout-box.header {
        height: 375px;
    }
}

@media (max-width: 1200px) {
    .front-page-banner .metaslider .caption {
        padding: 0 50px;
        max-width: 900px;
        font-size: 36px;
        text-shadow: 1px 1px 1px #000;
    }

    .sois-header img,
    .sois-header-image {
        width: auto;
    }

    .sois-header img {
        width: auto;
        left: -100px;
    }
}

@media (max-width: 959px) {
    .sois-callout-box.header {
        height: auto;
    }

    .quick-navigation ul {
        margin: 0px;
    }

    .quick-navigation li {
        font-weight: 400;
        line-height: 0;
        float: none;
        display: inline-block;
        width: 90%;
    }

    .front-page-banner .metaslider .caption {
        margin: 0 auto;
        max-width: 700px;
        font-size: 32px;
        line-height: 1em;
        text-shadow: 1px 1px 1px #000;
    }

	.sois-header-content {
	    max-width: 700px;
	}

    .sois-header h1 {
        font-size: 38px;
        bottom: inherit;
        top: 50%;
        transform: translateY(-50%);
    }

	.sois-header-image,
	.sois-header img {
	    height: 230px;
	}

	.sois-header img {
	    left: -200px;
	    width: auto;
	}

	.person-container .person img {
        display: block !important;
        width: 100px;
    }

    .person-container .person .col1 {
        width: 100px;
        margin-right: 20px;
    }

    .person-container .person .col2 {
        width: 180px;
    }

    .single-uwmpeople .view-all {
        margin-top: -30px;
    }
}


@media (max-width: 767px) {
    #prefooter .one_fourth {
        width: 50%;
    }
    .news-events {
        clear: both;
        width: 100%;
    }

    .spotlight {
        clear: both;
        width: 100%;
    }

    .spotlight-item:nth-child(odd) {
        padding-left: 0px;
        padding-right: 17.5px;
        float: left;
        width: 50%;
    }

    .spotlight-item:nth-child(even) {
        padding-left: 17.5px;
        float: right;
        width: 50%;
    }

    .front-page-banner .metaslider .caption {
        margin: 0 auto;
        max-width: 550px;
        font-size: 28px;
    }

	.sois-header-image,
	.sois-header img {
	    height: 200px;
	}

    .sois-header h1 {
        font-size: 30px;
    }

	.uwmpeople-row {
        display: none;
    }

    .person-container .person {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding: 20px 0;
        margin: 0;
    }

    .person-container .person .col2 {
        width: 400px;
    }

}

@media (max-width: 643px) {
    .front-page-banner .metaslider .flex-control-nav {
        display: block;
    }

    .front-page-banner .metaslider .flex-direction-nav a {
        display: none;
    }

    .front-page-banner .metaslider .slides img,
	.front-page-banner .flexslider .slides img,
	.front-page-banner .metaslider img,
	.front-page-banner .widget img {
		position: relative;
		overflow: hidden;
		max-width: 1000px;
		width: auto;
		height: 250px;
	}

    .front-page-banner .metaslider .caption-wrap {
		height: 100px;
		width: 100%;
		top: auto;
		bottom: 0;
		left: 0;
		background: #232021;
		border-top: 1px solid #fff;
		display: block;
		position: relative;
	}

	.front-page-banner .metaslider .caption .head {
		position: relative;
		text-align: center;
		top: 20px;
		left: auto;
		right: auto;
		font-size: 24px;
		line-height: 1em;
	}

    .news-events ul.items {
        padding: 0px;
    }

    .view-more{
        padding-left: 5px;
    }

	.sois-header-content {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}

	.sois-header-image .sois-header-content {
	    padding:  100px 20px 0 20px;
	}
}
@media (min-width:644px) {
	.mobile-caption {
    	display: none;
  }
}

@media (max-width: 600px) {
    #prefooter .one_fourth {
        width: 100%;
    }

    .quick-navigation li {
        font-weight: 400;
        font-size: 1em;
        line-height: 1;
        float: left;
        display: block;
        width: 47%;
    }

    .quick-navigation ul,
    .quick-navigation .intro {
        clear: both;
        width: 100%;
    }

    .quick-navigation li a {
        width: 100%;
        padding: 30px 20px;
        font-size: 20px;
        font-weight: 200;
    }
}

@media (max-width: 550px) {
    .front-page-banner .metaslider .slides img,
	.front-page-banner .flexslider .slides img,
	.front-page-banner .metaslider img,
	.front-page-banner .widget img {
        left: -100px;
	}

    .spotlight-item img {
        display: block;
        margin: 15px auto;
    }

	.spotlight-item:nth-child(odd),
    .spotlight-item:nth-child(even){
        padding: 0px;
        clear: both;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .front-page-banner .metaslider .caption {
        margin: 0 auto;
        max-width: 100%;
        font-size: 20px;
        line-height: 1em;
        text-shadow: none;
    }

	.sois-header img {
		left: -200px;
	}
}

@media (max-width: 440px) {
    .quick-navigation li {
        font-weight: 400;
        font-size: 1em;
        line-height: 0;
        float: none;
        display: inline-block;
        width: 100%;
    }

    .front-page-banner .metaslider .caption .head {
		position: relative;
		text-align: center;
		top: 20px;
		left: auto;
		right: auto;
		font-size: 18px;
		line-height: 1em;
	}
}

@media (max-width: 400px) {
	.sois-header img {
		left: -240px;
	}

}

@media (max-width: 320px) {

    .sois-header-image .sois-header-content {
        height: 200px;
    }

    .sois-header-image .sois-header-content h1 {
        font-size: 26px;
    }

}

@media (min-width: 768px) {
    .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
        display: block;
    }
}

@media (max-width: 643px) {
    .responsive-tabs .responsive-tabs__list {
        display: none;
    }

    .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
        display: none;
    }

    .responsive-tabs .responsive-tabs__heading {
        background: #f8f8f8 none repeat scroll 0 0;
        cursor: pointer;
        display: block;
        font-size: 20px;
        font-weight: 200;
        line-height: 1.5;
        margin: 5px 0 0;
        padding: 15px 20px;
        position: relative;
    }

    .responsive-tabs .responsive-tabs__heading::after {
        color: #ccc;
        content: "";
        display: inline-block;
        float: right;
        font: 30px/1 FontAwesome;
        vertical-align: top;
    }

    .responsive-tabs .responsive-tabs__heading:hover {
        background: #f2f2f2 none repeat scroll 0 0;
    }

    .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
        background: #ffcd00 none repeat scroll 0 0;
    }

    .responsive-tabs .responsive-tabs__heading--active::after {
        color: #fff;
        content: "";
    }

    .responsive-tabs .responsive-tabs__panel {
        background: #f8f8f8 none repeat scroll 0 0;
        margin: 0;
        padding: 30px 20px;
    }

    /* Responsive Tabs for Homepage */
    .news-events .responsive-tabs .responsive-tabs__heading {
        background: #fff none repeat scroll 0 0;
        cursor: pointer;
        display: block;
        font-size: 20px;
        font-weight: 200;
        line-height: 1.5;
        margin: 5px 0 0;
        padding: 15px 20px;
        position: relative;
    }

    .news-events .responsive-tabs .responsive-tabs__heading:hover {
        background: #e9e9e9 none repeat scroll 0 0;
    }

    .news-events .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
        background: #ffcd00 none repeat scroll 0 0;
    }

    .news-events .responsive-tabs .responsive-tabs__heading--active::after {
        color: #fff;
        content: "";
    }

    .news-events .responsive-tabs .responsive-tabs__panel {
        background: #f8f8f8 none repeat scroll 0 0;
        margin: 0;
        padding: 30px 20px;
    }
}


/**
 * Print
 * ----------------------------------------------------------------------------
 */

@media print {

    .sois-header img {
        display: none;
    }

    .sois-title {
        color: #000;
        text-shadow: none;
    }

    .sois-header {
        background: #fff;
        border-bottom: 1px solid #ccc;
    }

    .sois-header-image {
        height: auto;
    }

    .sois-header-image .sois-header-content h1 {
        font-size: 36px;
    }

    .sois-header-image .lubar-header-content,
    .sois-header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sois-header h1 {
        border-left: none;
        color: #000;
        text-shadow: none;
        padding: 0;
    }

    .responsive-tabs .responsive-tabs__list {
        display: none;
    }

    .responsive-tabs .responsive-tabs__heading {
        cursor: pointer;
        display: block;
    }

    .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
        display: none;
    }

    .responsive-tabs .responsive-tabs__panel {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #ccc;
        margin: 0 0 40px;
        padding: 0 20px 20px;
    }

    .responsive-tabs .responsive-tabs__panel:last-child {
        border-bottom: medium none;
    }

    .responsive-tabs .responsive-tabs__heading {
        background: #fff none repeat scroll 0 0;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .responsive-tabs .responsive-tabs__heading::after {
        display: none;
    }

    .responsive-tabs .tabcontent {
        display: block !important;
    }
}

/* NONPROF-IT CSS BEGIN
==================================================*/

/* Nonprof-IT nonprift list CSS */
.npit-org{
	margin:.5em;
	text-align:center;
	padding-bottom:1em;
	height:175px;
	/*background-color:#ccc;*/
}
.npit-full-header{
    width: 100%!important;
    /*background-color: #006500;*/
    display: inline-block;
}
.npit-left-header{
	padding:30px;
	background-color: #f8f8f8;
	border: solid 1px #e5e5e5;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	width: 60%;
	display: inherit;
}

.npit-full-header #secondary.sidebar-container{
	margin-bottom: 0px!important;
}

@media (max-width: 959px){
	.npit-left-header{
		width:100%;
		margin-bottom:1em;
	}
}

/* SOIS CAREERS CSS BEGIN
==================================================*/

/* Career Tracker Landing Page
==================================================*/

#career-tracker-wrapper{ overflow:hidden; padding-top:10px; }

#careers{ float:left; width:25%; text-align:center; height:220px; }
#careers:hover{ opacity: .5; }
#careers a:hover{ text-decoration: none; }

.gold-circle{
    background-color:#ffbd00;
    border-radius:50%;
    font-size:50px;
    border: 2px solid white;
    box-shadow: 0 0 0 5px #ffbd00;
    height: 100px;
    margin:0 auto;
    width: 100px;       
}
.gold-circle i{
    color:#FFF;
    display: inline-block;
    line-height:100px;
    height:100px;
    width:100px;
    text-align: center;
    vertical-align:top;
}

/* Career Detail Pages
==================================================*/

.left-content{ float:left; width:60%; }

/* Sidebar */
.career-tracker-sidebar{
    float:right;
    margin-left: 20px; 
}
.career-tracker-sidebar h3{ 
    color:#555;
    text-transform: uppercase;
    font-size:14px;
    font-weight:bold;
    margin-bottom:10px;
}

.salary, #indeed_widget_wrapper{
    background-color: #f8f8f8;
    border:1px solid #e5e5e5;
    border-radius:4px;
    padding:20px;
}

/* Salary */
.salary{ margin-bottom:24px; }

/* Courses/Classes */
.classes{ margin-bottom:54px; overflow:hidden; }

.class{ 
    background-color: #EEE;
    padding: 1em;
    float: left;
    width: 31%;
    font-family: 'Abel', sans-serif;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px; 
    background:#26292E;
    transition: all 0.3s ease;
    cursor:default;
}
.classes .class:nth-child(3n){
    margin-left: 20px; 
}
.classes .class:nth-of-type(3n+1){
    margin-right: 20px; 
}

.description:before{
    font-family: "FontAwesome"; 
    content: "\f05a"; 
    color:  #26292E;
}

.description{ 
    opacity: 0 ;
    position: absolute;
    margin-top: -20px;
    font-family: 'Abel'; 
    color:  #26292E;
    margin-left: -50; 
    text-transform:uppercase; 
    font-size: 18px !important; 
    padding: 5px;
    transition: margin-left 1s ease; 
}

.class:hover+.description{
    opacity: 1; 
    margin-left: 0; 
    font-size: 16px; 
}
.class:hover{
    background: #FFBD00;
}
.class:last-child{
    display:none;
}

/* Salary progress bar */
#myProgress, #myProgress2 {
    height: 40px;
    background: #eee;
    overflow: hidden;
}

#myBar, #myBar2{
    background: #FFC624;
    height: 40px;
    color:#555;
    font-weight:bold;
    font-family: "Abel", sans-serif;
    padding:2px 5px;
    font-size:25px;
}

progress:not([value]){
    background: #444;
}
progress[value] {
    width: 250px;
    height: 20px;
    background: none;
}
progress[value]::-webkit-progress-bar {
    background-color: #eee;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

/* Degrees */
.degrees{ margin-bottom:24px; }

.site-content .collapseomatic{
    background: #f8f8f8 none repeat scroll 0 0;
    font-size:20px;
    font-weight:200;
    margin:5px 0 0;
    padding:20px 20px 20px 60px;
    display:block;
    width:100%;
}
.site-content .collapseomatic::before{
    color:rgb(255, 205, 0);
    content:"\f138";
    display:inline-block;
    left:40px;
    position:absolute;
    vertical-align: top;
    font:30px/1 FontAwesome;
    padding:0px;
}
.site-content .colomat-close{ background: #26292e none repeat scroll 0 0; color:#FFF; }
.site-content .colomat-close::before {
    color:rgb(255, 205, 0);
    content:"\f13a";
    display:inline-block;
    left:40px;
    position:absolute;
    vertical-align: top;
    font:30px/1 FontAwesome;
    padding:0px;
}
.colomat-hover{ text-decoration:none !important; }
.site-content .collapseomatic_content{
    background:#f8f8f8 none repeat scroll 0 0;
    border-bottom:1px solid #ccc;
    margin:0;
    padding:30px 20px 0 20px;
}

/*Previous and Next buttons */
.prevCareer, .nextCareer{
    color: #26292E;
    background: #FFC624;
	padding: .5em;
    margin-bottom: 1em;
    font-family: 'Abel', sans-serif;
    text-transform:uppercase;
}
/*.prevCareer i, .nextCareer i{
        font-size: 24px;
    color: #ccc;
}*/
/*.prevCareer span, .nextCareer span{
        display:none; 
        }*/
/*.prevCareer:hover span, .nextCareer:hover span{
    display:inline-block; 
    
}*/
.nextCareer{
    float: right;
}

.arrows{
        max-width: 971px;
    margin: 0 auto;
    overflow: hidden;

}
.prevCareer{
    float: left;
}
/*
.entry-header{
    display:none;
}
*/

/* Indeed plugin */
#indeed_widget_wrapper{max-width: 341px; }
#indJobContent .company_location{ font-size:11px; overflow:hidden; display:block; }
#indJobContent.wide .job{ display:block; float:left; margin-right:5px; width:135px; overflow:hidden; }
#indJobContent a { color:#228aff; font-weight:bold; font-size:14px; }

#indeed_widget_wrapper{ position:relative; font-weight:normal; height:auto; overflow:hidden; }
#indeed_widget_wrapper{ height:auto; }
#indeed_widget_wrapper, #indeed_link a{ color:#000; }

#indeed_widget_header{ color:#000; }

#indeed_search_wrapper{ clear:both; font-size:12px; margin-top:0px; padding-top:2px; }
#indeed_search_wrapper label{ font-size:12px; line-height:inherit; text-align:left; margin-right:5px; }
#indeed_search_wrapper input[type='text']{width: 100px; font-size: 11px; }
#indeed_search_wrapper #qc{ float:left; }
#indeed_search_wrapper #lc{ float:right; }
#indeed_search_wrapper.stacked #qc, #indeed_search_wrapper.stacked #lc{ float:none; clear:both; }
#indeed_search_wrapper.stacked input[type='text']{ width:150px; }
#indeed_search_wrapper.stacked label{ display:block; padding-bottom:5px; }

#indeed_search_footer{ width:295px; padding-top:5px; clear:both; }

#indeed_link{ position:absolute; bottom:10px; right:10px; clear:both; font-size:11px; }
#indeed_link a{ text-decoration:none; }

#results .job{ padding:5px 0; }

#pagination { clear:both; padding-top:10px; }

/* Responsive Styles - General
==================================================*/
@media screen and (max-width: 1012px) {
    .content-area{ max-width:2000px; }
    .career-tracker-sidebar, .left-content{ float:none; margin:0; }
    .left-content{ width:100%; }
}

/* Responsive Styles - Landing Page
==================================================*/
@media screen and (max-width: 800px) {
    #careers{ width:33%; }
}

@media screen and (max-width: 650px) {
    #careers{ width:50%; }
}

@media screen and (max-width: 460px) {
    #careers{ float:none; width:100%; }
}

/* Responsive Styles - Career Detail Pages
==================================================*/
@media screen and (max-width: 1012px){
    .class{ width:30%;}
}

@media screen and (max-width: 700px) {
    .arrows .nextCareer span, .arrows .prevCareer span{ display:none; }
}

@media screen and (max-width: 556px) {
    .class{ width:100%; margin: 20px 0 0 0!important;}
    .description{ opacity:1; display:block; position:relative; overflow:hidden; color:#FFC624; padding:5px 15px; background-color:#26292E; width:100%; }
    .description::before{ color:#FFC624; }
}

/* SOIS CAREERS CSS END
==================================================*/

/* Academics RFI form Styles */
.uwm-p-card {
	align-items: stretch;
display: flex;
flex-direction: column;
color: #404040;
}

.uwm-p-card--color-head {
	border: 1px solid #e5e5e5;
	background-color: #fff;
}

.uwm-p-card .uwm-p-card--title {
	font-size: 1.125rem;
	line-height: 1.333;
	font-weight: 700;
}

.uwm-p-card--color-head .uwm-p-card--title, .uwm-p-card--contact .uwm-p-card--profile-header {
	padding: 15px 30px;
	margin-bottom: 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

.uwm-p-card .uwm-p-card--body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 30px;
}

.uwm-p-card .uwm-p-card--body > :last-child {
	margin-bottom:0;
}

.uwm-p-card .uwm-p-card--body > :first-child {
	margin-top:0;
}

.uwm-p-card .uwm-p-card--content {
	font-size: .9375rem;
	flex-grow:1;
}

.uwm-p-card form input, .uwm-p-card form select{
	width:100%;
}