@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
/* INNOSOFT FUSION THEME CUSTOM STYLESHEET */
/* Version: 1.1b */
/* Version Date: August 6, 2017 */
/* University of Wisconsin Milwaukee */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
  
/* Bootstrap Basic Rules - Colour Change to Current School */

.text-primary { color:#ffbd00; }
a.text-primary:hover,a.text-primary:focus { color: #f5b809; }
.bg-primary { background-color:#ffbd00; }
a.bg-primary:hover,a.bg-primary:focus { background-color: #ffbd00; }
.btn-link { color:#ffbd00; }
.btn-link:hover, .btn-link:focus {color: #f5b809; text-decoration: underline; }
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus { background-color:#f5b809; }
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus { background-color:#f5b809; }
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus { border-color:#ffbd00; }
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus { background-color:#ffbd00; }

.pagination>li>a,.pagination>li>span { color:#ffbd00; }
.badge-primary { background-color:#ffbd00; }

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active { border-color:#ffbd00;}
.progress-bar { background-color:#ffbd00;}

.card-primary { border-color:#ffbd00;}
.card-primary>.card-heading {background-color:#ffbd00;border-color:#ffbd00;}
.card-primary>.card-heading+.card-collapse>.card-body {border-top-color: #ffbd00;}
.card-primary>.card-heading 
.card-primary>.card-footer+.card-collapse>.card-body {border-bottom-color: #ffbd00;}

.SearchButtonColor {background-color: #ffbd00;border-color: #ffbd00;}
.TitleText-SP{ color: #ffbd00; }
.DescText-SP{ color: #ffbd00; }

.FooterBarBg {background-image:none;}

/* Main Custom CSS Stylesheet */

body {
	padding-top: 95px;
    color: #404040;
    font-size: 14px;
    line-height: 1.428571429;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight: 400;
}

strong {
    font-weight: 700;
}

a {
	color: #5382af;
}

a:hover, a:focus {
    color: #5382af;
	text-decoration:underline;
}

a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

a:active, a:hover {
    outline: 0;
}

.white {
	color:#ffffff!important;
}

.black {
	color:#404040!important;
}

.orange {
	color:#ffbd00!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #404040;
    line-height: 1.3;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: normal;
	font-weight:700;
}

h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:700;
	color: #404040;
}

h1,.h1 {
	font-size: 32px;
}

h2,.h2 {
	font-size: 28px;
}

h3,.h3 {
	font-size: 24px;
}

h4,.h4 {
	font-size: 21px;
}

h5,.h5 {
	font-size: 19px;
}

h6,.h6 {
	font-size: 17px;
}

img {
	max-width: 100%;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    color: #404040;
    font-weight: normal;
    line-height: 1.2;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 85%;
}

/* Top Bar */









/* Top Bar - Hamburger + Logo */

.navbar-header {
	padding-top: 0px;
	height: 95px;
}

.hamburger {
    font-size: 20px;
}





.hamburger:hover {
	color:#ffbd00;
}



#lnkSearch {
	margin-right:5px;
}



/* Top Bar - Search Bar */

#SearchForm.TopSearch {
	margin-top:26px!important;
}

#SearchForm .btn.SearchButtonColor {
    background-color: #ffbd00;
    color: #231f20;
    font-size: 14px;
    height: 40px;
    border: 1px solid #ffbd00;
	border-left: 0;
    padding: 0 11px;
    margin: 0;
	border-radius:0;
}

#SearchForm .btn.SearchButtonColor:hover {
    color: #231f20;
    background-color: #f5b809;
}


#SearchForm .form-control {
	background-color: #ffffff;
    padding: 2px 9px;
    height: 40px;
	box-shadow: none;
	border: 1px solid #ffffff;
	border-right:0;
	border-radius:0;
}

#SearchForm .form-control:focus {
    border-color: #bbbbbb;
    box-shadow: inset 0 0px 3px rgba(0,0,0,0.16);
    outline: none;
}

#SearchForm .form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

#SearchForm .form-control:-ms-input-placeholder {
	color: #999999;
}

#SearchForm .form-control::-webkit-input-placeholder {
	color: #999999;
}

#SearchForm input:focus::-webkit-input-placeholder { opacity:0.3; }
#SearchForm input:focus::-moz-placeholder { opacity:0.3; } /* FF 19+ */
#SearchForm input:focus:-ms-input-placeholder { opacity:0.3; } /* IE 10+ */

/* Top Bar - Session Info */

.navbar-right {
	margin-top: 0px!important;
    margin-right: 0px !important;
    padding-right: 25px !important;
    padding-top: 30px !important;
}

.NotificationIcon {
    font-size: 18px;
    margin-right: 10px;
}





.TopBarButtonColor:hover {
	color: #ffbd00;
}

a.TopBarButtonColor:hover, a.TopBarButtonColor:focus {
    color:#ffbd00;
}

.nav .nav-stacked > .active {
    background: #eeeeee;
}

#segNotification 

#segNotification 

.SocialShare a {
	width:40px;
}

/* Body Content Styling */

.bodyHomePage .body-content {
    margin-top: 0px;
}

.body-content {
    padding-top: 25px;
    padding-bottom: 25px;
}

.body-content 
	
/* Navigation Main Menu + Icons */

.MenuMain {
	margin-bottom:60px;
}

.Menu-Item {
    padding-bottom: 28px!important;
    padding-top: 20px!important;
    text-align: center;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    margin: 0px!important;
    display: block;
	border: 1px solid transparent;
}

.Menu-Item:hover {
    background-color: #f2f2f2;
    box-shadow: none;
    text-decoration: none;
    border: 1px solid #dddddd;
}

.Menu-IconImage {
    margin-bottom: 22px;
}

.Menu-IconImage img {
    width:90%;
	margin: 0 auto;
}

.Menu-IconName {
    font-size: 16px;
    line-height: 1;
    overflow: visible;
    color: #404040;
    font-weight: normal;
}

a.Menu-Item {
    color: #ffbd00;
}

a.Menu-Item:hover, .Menu-IconName:hover {
    color: #f5b809!important;
}

/* Social Media Section */

.NewsOuter .NewsHeader {
    margin: 0;
    background-color: #231f20;
    padding: 12px 15px;
	border-bottom:none;
}

.CalendarOuter .NewsHeader {
    margin: 0;
	background-color: #231f20;
    padding: 12px 15px;
	border-bottom:none;	
}

.NewsHeader 

#widgetButton {
	background-color:#ffffff;
	border:none;
}

#widgetButton.btn-primary {
	text-shadow:none;
	color: #231f20;
	margin: 0;
	font-size: 11px;
	padding: 3px 5px 2px;
	position: absolute;
	right: 0px;
}

#widgetButton.btn-primary:hover {
    color: #f5b809;
}

.TweetsOuter .NewsHeader {
    margin: 0;
    background-color: #231f20;
    padding: 12px 15px;
	border-bottom:none;
}

.NewsHeader a:hover {
	text-decoration:none;
}
	
.NewsHeader h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 18px;
	line-height:1;
}

.NewsMain {
    padding-left: 0;
    padding-right: 0;
    background-color: #ffffff;
	min-height: 520px;
	border:0;
}

#news a:hover {
	text-decoration:none;
}

.NewsItem {
	list-style-type: none;
	border-bottom: none;
	padding: 10px 5px 10px 10px;
	min-height: 60px;
}

.NewsItem:hover {
    background-color: #eee;
}

.NewsThumbnail {
	margin-left: 0;
}

.NewsThumbnail .img-thumbnail {
    width: 75px;
    height: 75px;
}

.NewsTitle {
	font-weight:400;
	font-size: 15px;
	margin: 0 0 5px 0;
	color: #404040;
}

.NewsTitle:hover {
	text-decoration:none;
}

.NewsDate {
	padding: 0 0 5px 0;
}

.NewsDescription {
	font-size: 13px;
	max-height: 60px;
	color:#404040;
	font-weight:400;
}

a.twitter-timeline {
	color:#4ab5d9;
}

a.twitter-timeline:hover {
	color: #289BC2;
}

#calendar {
	padding:0!important;
	background-color: #ffffff;
	border: 0;
}

.CalendarItem {
    margin-top: 15px;
    padding: 0 10px;
}

.CalendarEvent {
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.thumbnail, .img-thumbnail {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.EventTime {
    font-weight: 400;
	color: #404040!important;
	font-size:14px;
}

.EventSubject {
    color: #404040!important;
	font-size:14px;
}

/* Page Inner Stylings */

.TitleDiv {
    padding: 0px;
    margin: 0 0 30px 0;
    border: 0;
}

.TitleDiv h2, .TitleDiv h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:700;
    font-size: 42px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    margin-right: 10px;
}

/* Tabular Content Sections */

.card-secondary > .card-heading {
    background-color: #ffbd00;
    border: none;
    color: #ffffff;
}

.card-heading {
    border: none;
    border-radius: 0;
    padding: 12px 15px;
}

.card-heading h2 {
    color: #ffffff;
	margin:0;
    font-size: 20px;
}

.card-secondary > .card-heading h3, .card-secondary > .card-heading h4, .card-secondary > .card-heading h5, .card-secondary > .card-heading h6, 
.card-secondary.card-heading h3, .card-secondary.card-heading h4, .card-secondary.card-heading h5, .card-secondary.card-heading h6 {
    color: #231f20!important;
}

#general-settings .card-heading h5 {
	color:#ffffff;
	margin-top:15px;
}



h3

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #e1e1e1;
    color: #404040;
    padding: 7px 15px;
}

.nav > li > a {
    padding: 7px 15px;
}

.nav-pills > li > a {
    border-radius: 0px;
	color:#777777;
	font-weight: normal;
}

.nav-stacked > li + li {
    margin-top: 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #eeeeee;
    color: #404040;
}

.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow:none;
    margin-bottom: 20px;
    webkit-box-shadow:none;
}

#details .card {
    background-color: transparent;
}


#details 

.card-footer {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
}

.bodyProfilePage .list-group {
	box-shadow:none;
}

.bodyProfilePage #details

#SearchFormItemList .breadcrumb {
    color: #231f20;
    background-color: #ffbd00;
    border-radius: 0;
    list-style: none;
    margin-bottom: 0px;
    padding: 12px 15px;
    margin-left: 15px;
    height: 45px;
}

.breadcrumb {
	font-size: 16px;
    font-weight: 400;	
    background-color: #ffbd00;
    border-radius: 0;
    list-style: none;
    padding: 12px 15px;
	color: #231f20;
}

.breadcrumb a {
	color:#231f20;
}

.breadcrumb > li + li::before {
    color: #231f20;
}

.breadcrumb > .active {
    color: #ffffff;
}

.bodyProgramDetailsPage .breadcrumb {
	margin: 0 15px 30px;
}





#SearchFormItemList 

h4.TitleText-SP, h5.TitleText-SP {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:24px;
	font-weight:400;
	color: #404040;
	margin-bottom:5px;
}

h4.PriceText, h5.PriceText {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight:400;
	color: #404040;
	text-align: right;
}

.glyphicon.DescText-SP {
    display: none;
}

.body-content .pull-left .thumbnail {
    margin-right: 20px;
    margin-left: 15px;
}

/* Mobile Flyout Menu Stylings */

.row-offcanvas-left {
    left: -17%;
}






















#Areas { 
	padding: 0 10px 0 0!important;
}

/* Button Stylings */

.btn {
    border: 0;
    border-radius: 0px;
    font-size: 13px;
    padding: 7px 15px;
    text-shadow: none;
	font-weight:400;
	box-shadow:none;
}

.btn-secondary, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: none;
	margin:0;
}

.btn-primary {
	color: #231f20;
	background-color: #f5b809;
	border:0;
}

.btn-primary:hover {
	color: #ffffff;
	background-color: #231f20;
	border:0;
	outline: none;
}

.btn-primary:focus, .btn-primary.focus {
	color: #ffffff;
	background-color: #f5b809;
	border:0;
	outline: none;
}

#btn-update-general-settings.btn {
	color:#231f20;
	background-color:#ffffff;
}

#btn-update-general-settings.btn:hover {
	color:#231f20;
	background-color: #dddddd;
}

.btn-secondary {
	text-shadow:none;
    background-color:#777777;
    color: #ffffff;
	border:0;
}

.btn-secondary:hover {
    background-color: #999999;
	color: #ffffff;
	border:0;
}

.btn-secondary:focus, .btn-secondary.focus {
    background-color: #999999;
	border:0;
	color: #ffffff;
}

.btn-secondary:active, .btn-secondary.active {
    background-color: #999999;
	border:0;
    color: #ffffff;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background-color: #231f20;
	border:0;
    color: #ffffff;
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary { background-color:#231f20; border-color:#231f20; }
.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus { background-color:#231f20; border-color:#231f20; }
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
{ background-color:#231f20; border-color:#231f20; }
.btn-primary 

.modal-footer .btn + .btn {
    margin:10px 0;
}

a







.no-touch .cd-top:hover {
    background-color: #ffbd00;
    color: #ffffff;
    opacity: 1;
}

#panelNotify .badge {
    padding: 5px 8px;
}

.badge-primary {
	background-color: #5382af;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 20px;
}

/* Drop Down Nav Menu Styling */



.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus { color: #231f20; background-color:#f5b809; }
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus { color: #231f20; background-color:#f5b809; }

.notification-item {
    padding: 5px 0;
    margin: 0 10px;
    border-bottom: 1px solid #d1d1d1;
}

#panelNotify > li.notification-item > a.btn { 
	color: #231f20;
	letter-spacing:0; 
}

/* Settings Page Backend Styling */

.bs-docs-sidebar {
	padding-left:0;
	}

.bs-docs-sidebar .nav > li > a {
    padding: 2px 0;
    font-size: 15px;
	border-left:0;
}

/* ------------------------------------------------
------------------- Responsive Coding -------------
-----------------------------------------------   */

/* Search Bar Specific Responsive */

@media (min-width:768px)  { .TopSearch {width: 200px; } }
@media (min-width:825px)  { .TopSearch {width: 240px; } }
@media (min-width:992px)  { .TopSearch {width: 300px; } }
@media (min-width:1300px) { .TopSearch {width: 400px; } }
@media (min-width:1600px) { .TopSearch {width: 500px; } }


/* Anything Under 1400px */
@media (max-width:1400px)
{
		


.row-offcanvas-left {
    left: -29%;
}
	
}

/* Anything Under 1200px */
@media (max-width:1200px) {



.TopBarButtonsContainer {
    margin-top: 30px;
    margin-right: 25px;
}

#lnkSearch .glyphicon {
    top: 5px;
}

}

/* Anything Under 992px */

@media (max-width:992px) {


.LogoLink{
    width: 100px;
	height:95px;
}



.row-offcanvas-left {
    left: -34%;
}

.NewsOuter, .CalendarOuter, .TweetsOuter  {
	margin-bottom: 30px;
}

.NewsHeader h3 {
    padding-left:15px;
}

#widgetButton.btn-primary {
    margin-right: 5px;
}

h4.PriceText {
    text-align: left;
}	

.TitleDiv h2, .TitleDiv h3 {
    font-size: 32px!important;
}

}

/* Anything under 768px */

@media(max-width:767px) {

body {
	padding-top: 65px;
	font-size: 13px!important;
}

body p {
	margin: 0 0 10px;
}

.body-content {
    box-shadow: none;
    margin-top: 0;
}



.navbar-header {
    height: 65px;
}


.LogoLink{
    width: 75px;
    height: 65px;
}



.hamburger {
    margin-right: 5px;
	font-size:15px;
}

#lnkSearch .glyphicon {
    top: 0px;
}

	
.TopBarButtonsContainer {
    margin-right: 15px;
}




	
footer .row, header 
	




.row-offcanvas-left {
    left: -41%;
}






	
h1 {
	font-size:3.5em;
}

h2 {
	font-size:2.5em;
}

h3 {
	font-size:2em;
	margin-top:5px;
	margin-bottom:5px
}
	
h4 {
	font-size:1.75em;
	margin:0
}

h5 {
	font-size:1.5em;
	margin:0
}

.MenuMain {
    margin-bottom: 50px;
}

h4.TitleText-SP {
    font-size: 19px !important;
    font-weight: 400;
}

h4.PriceText, h5.PriceText {
    font-size: 19px!important;
    text-align: left;
}

.Menu-IconName {
	word-break:keep-all;
}



.DescText-SP {
	margin-bottom:5px;
	font-size: 16px;
}

.TitleDiv {
    margin: 0 0 15px 0;
}

.TitleDiv h2 {
    font-size: 28px!important;
}

.NewsMain {
    min-height: inherit;
}

.breadcrumb {
    margin: 0 0 30px;
}

}

@media(max-width:568px) {
	
.TopBarButtonsContainer {
    margin-top: 25px;
	margin-right: 15px;
	font-size: 13px;
}



.LoginPartialLinks {
    margin-left: 2px;
    margin-right: 5px;
}

.NotificationIcon {
    margin-right: 5px;
}
	
.SearchButton {
    margin-right: 0px;
}



#segNotification 

.TitleDiv h2 {
    font-size: 24px !important;
    margin: 5px 0;
    display: block;
}

.TitleDiv h3 {
    font-size: 24px !important;
}

h4.TitleText-SP {
    font-size: 17px !important;
}

h4.PriceText, h5.PriceText {
    font-size: 17px !important;
}

.NewsHeader h3 {
    padding-left: 10px;
	font-size: 17px !important;
}
	


.row-offcanvas-left {
    left: -51%;
}





.Menu-Item {
    padding-bottom: 15px!important;
    padding-top: 15px!important;
}

.Menu-IconImage {
    margin-bottom: 10px;
}

.Menu-IconImage img {
	width:80%;
	margin:0 auto;
}

.btn {
    font-size: 13px;
    padding: 6px 15px 5px;
}
	
}

@media(max-width:359px) { 

.LogoLink{
    width: 60px;
    height: 65px;
}

body {
    font-size: 14px !important;
}



.row-offcanvas-left {
    left: -67%;
}

.Menu-IconImage img {
    width: 70%;
}

.Menu-IconName {
    font-size: 14px;
    line-height: 19px;
}

}


/* -------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------- Custom Content Sections & Mobile -------------------------
----------------------------------------------------------------------------
-----------------------------------------------------------------------   */

/* ecHomepage - general style */

#ecHomePage {
}


#ecHomePage .text-box {
	color: #ffffff;
	padding: 10px 30px 20px;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.85);
	left: 0px;
	width: 100%;
}

#ecHomePage h1 {
    font-size: 32px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
}

#ecHomePage p {
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 10px;
	letter-spacing:1.5px;
}

#ecHomePage .btn {
    background-color: #ffbd00;
    border: 0;
    padding: 11px 32px;
    font-size: 16px;
    text-transform: none;
    color: #231f20;
    position: fixed;
    right: 60px;
	bottom: 40px;
}

#ecHomePage .btn:hover {
    background-color: #ffffff;
    border: 0;
    color: #404040;
}

#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {
    height: 750px;
}

#ecHomePage .carousel-inner {
	height:100%;
}

#ecHomePage .fill {
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}

#ecHomePage .jumbotron, #ecHomePage .container .jumbotron {
	margin: 0 auto;
	border-radius:0;
	padding:0;
}

#ecHomePage .jumbotron img, #ecHomePage .container .jumbotron img {
	max-width:100%;
}

#ecHomePage .carousel-caption {
    background: none;
    position: absolute;
    padding: 0;
    padding-bottom: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    left: 0;
    top: 0;
    text-indent: -10000px;
}

#ecHomePage .carousel-indicators {
    bottom: 0px!important;
}

#ecHomePage .carousel-indicators .active {
    background-color: #ffbd00;
    border-color: #ffbd00;
}

#ecHomePage .carousel-control {
    width: 10%;
	color: rgba(0, 0, 0, 0.9);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#ecHomePage .carousel-control:hover, #ecHomePage .carousel-control:focus {
    color: #ffbd00;
}
	
#ecHomePage .carousel-control.left, #ecHomePage .carousel-control.right {
    background-image: none;
}

/* ecHeader - general */

.bodyHomePage #ecHeader { 
	display:none;
}

#ecHeader {
    margin: 0 -15px;
	background-image: url('/Content/Images/uwmilwaukee-bg-head.jpg');
	background-size:cover;
	background-position:center;
	padding:70px 0;
}

#ecHeader .banner-bg {
	background-color:rgba(0,0,0,0.80);
	background-repeat:repeat;
	text-align: center;
}

#ecHeader 

.banner-title {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 40px;
	letter-spacing: 2px;
	word-spacing: 3px;
	text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    margin: 10px 0;
}


.HeaderBar {
    margin: 0;
}

/* ecContentFooter - custom content */

#ecContentFooter {	
	display:none;
}

/* ecFooter - custom content */

.FooterBar {
    margin: 0;
    box-shadow:none;
	min-height: inherit;
}

#ecFooter {
	background: #231f20;
	position: relative;
    font-size: 13px;
	line-height: 20px;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
}

#ecFooter .SchoolFooter a {
    color: #ffffff;
}

#ecFooter ul {
	padding:0;
	margin:0;
	list-style:none;
}

#ecFooter .SchoolFooter {
    padding: 50px 0 30px;
}

/* Wisconsin Milwaukee Custom Footer Styling */

#ecFooter p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
}

#ecFooter .foot-logo-main {
    text-align: center;
    margin-top: 20px;
}

#ecFooter .foot-logo-main img {
	width:275px;
}

#ecFooter .foot-logo-urec {
	text-align:center;
}

#ecFooter .foot-logo-urec img {
	width:200px;
}

#ecFooter .logo-main {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align:center;
	letter-spacing:3px;
	font-size:32px;
	font-weight:300;
	color:#ffbd00;
}

#ecFooter .logo-urec {
	font-family: "Open Sans Condensed", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align: center;
	letter-spacing:3px;
	font-weight:300;
	font-size:26px;
	color:#ffffff;
}

#ecFooter .social-box {
    text-align: center;
}

#ecFooter .social-box span{
margin-left:5px;
}

#ecFooter .social-box a {
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
	margin-left:10px;
}

#ecFooter .social-box a:hover {
	color:#ffbd00;
	text-decoration:none;
}

/* ecFooter - Innosoft content */

#ecFooter .FusionFooter {
	color: #ffffff;
	padding: 30px 0;
	background-color: rgba(0, 0, 0, 0.50);
}

#ecFooter .FooterLogo {
    display: block;
	width: 150px;
}

#ecFooter .FooterLinkGroup {
    display: block;
	font-size: 13px;
}

#ecFooter .FooterLink {
    margin: 0 15px 0 0;
}

#ecFooter a.FooterLink {
	color:#ffffff;
	text-decoration:none;
}

#ecFooter a.FooterLink:hover {
	color:#ffbd00;
	text-decoration:none;
}

#ecFooter .FusionFooter .copyright {
    text-align: center;
    margin-top: 0;
}


/* Anything Under 1200px */
@media (max-width:1200px) { 

}

@media (max-width:992px) {

#ecHomePage h1 {
    font-size: 28px;
}

#ecHeader .banner-bg {
    padding: 6px 0;
	margin: 0 20px;
}

#ecHeader .banner-title {
    font-size: 32px;
}

#ecFooter .foot-logo-main img {
    width: 200px;
}

#ecFooter .foot-logo-urec img {
    width: 150px;
}

#ecFooter .logo-urec {
    font-size: 17px;
}

#ecFooter .logo-main {
    font-size: 24px;
}

#ecFooter .social-box a {
    font-size: 42px;
    margin-right: 5px;
    margin-left: 5px;
}



}

@media(max-width:767px) {
	
#ecHomePage .container {
    padding: 0;
}

#ecHomePage .btn {
    padding: 12px 28px;
    font-size: 14px;
}

#ecHomePage .carousel-indicators {
    display: none;
}

#ecHeader {
    padding: 40px 0;
}

#ecHeader h2.banner-title {
    font-size: 24px !important;
    margin: 0;
    text-align: center;
}

#ecFooter .SchoolFooter {
    padding: 15px;
	font-size: 12px;
    text-align: center !important;
}

#ecFooter p {
    font-size: 12px;
    line-height: 21px;
}

#ecFooter .footer-links li {
    display: block;
    border: none;
    padding: 0px;
}

#ecFooter .footer-links {
    float: none;
    width: 100%;
    text-align: center;
}

#ecFooter .social-box {
    text-align: center;
    padding-top: 10px;
}

#ecFooter .social-box h4 {
    font-size: 16px !important;
}

#ecFooter .SchoolLogo {
    margin-top: 0;
}

#ecFooter .FusionFooter {
    padding: 15px;
    text-align: center;
}

#ecFooter .copyright {
	text-align: center !important;
}

#ecFooter a.FooterLink {
    margin: 5px;
}

#ecFooter .FooterLinkGroup {
    float: none !important;
}

#ecFooter .FooterLogo {
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    float: none !important;
}

#ecFooter .social-box a {
    margin: 0 8px;
	font-size: 60px;
}

#ecFooter .foot-logo-main {
    margin-bottom: 40px;
}

#ecFooter .foot-logo-main img {
    width: 275px;
}

#ecFooter .foot-logo-urec {
    margin-top: 20px;
    margin-bottom: 40px;
}

#ecFooter .foot-logo-urec img {
    width: 200px;
}

#ecFooter .logo-urec {
    font-size: 21px !important;
    margin-top: 10px;
}

#ecFooter .logo-main {
    font-size: 32px !important;
}


}

@media(max-width:568px) {

#ecHomePage .text-box {
    text-align: center;
    padding: 15px;
}

#ecHomePage h1 {
    font-size: 19px !important;
    margin: 5px 0;
}

#ecHomePage p {
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

#ecHomePage .btn {
    padding: 6px 18px;
    font-size: 12px;
    position: relative;
    right: initial;
    bottom: inherit;
}

#ecHeader h2.banner-title {
    font-size: 21px !important;
}

#ecFooter .SchoolFooter {
    padding: 30px;
}

#ecFooter .FooterLinkGroup {
    font-size: 12px;
}

}

@media(max-width:359px) {
	
#ecHomePage h1 {
    font-size: 18px !important;
}

#ecHeader h2.banner-title {
    font-size: 19px !important;
}

}

/* New Changes for 1.2 */

#glyphExpand.glyphicon {
    float: none!important;
    position: absolute;
    right: 15px;
    top: 14px;
}

#glyphExpand.glyphicon:hover {
    color:#ffffff;
}

#fmOptions ul {
	margin-left:15px!important;
}

#fmOptions .sidebarlinkicon {
    margin-left: 5px;
}

#fmOptions .nav > li > a {
    padding: 8px 10px 8px 5px;
}


#general-settings .card-heading h5 {
	color:#ffffff;
	margin-top:8px;
}

#btn-update-general-settings.btn {
	color:#231f20;
	background-color:#ffffff;
}

#btn-update-general-settings.btn:hover {
	color:#231f20;
	background-color: #dadada;
}

#schedule-edition-area h5 {
	color:#ffffff;
}

.bs-docs-sidebar ul ul {
	margin-left:5px;
	padding-left:0px;
	list-style-type:disc;
}

a#PlayoffDraftSettings {
	font-size:12px;
}

h4.program-schedual-card-header {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:16px;
	color: #5382af;
}

.program-schedual-card-caption h5 {
    margin: 10px 0 0 0;
    color: #231f20;
    font-size: 16px;
    font-weight: 400;
}


.program-schedual-card-caption .btn {
	margin-left:10px;
}

.program-schedual-card .thumbnail {
	margin-right:0;
}

.program-schedual-card {
	padding-left:0;
}

#AttendeeCheckedIn .glyphicon-unchecked {
	margin-right:10px;
}

#AttendeeCheckedIn .glyphicon-unchecked:hover {
	color:#595959;
}

#Facilities .list-group {
	padding:20px 0;
	background-color:#ffffff;
}

#details .tab-content .table > tbody > tr > td {
	vertical-align:middle;
}

#details .tab-content .btn-primary {
	margin: 3px 0;
	padding: 7px 20px;
}

.program-schedual-card:nth-of-type(3n + 1) {
        clear: both;
    }

/* Game Card Settings */

h5#sport-popup-title  {
	color:#ffffff;
}

.cardDisplay-content {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #F8F8FF;
    font-size: 16px;
    border: 1px solid #282828;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.captain {
    background-color: inherit;
    border-color: inherit;
    border-width: 5px;
    border-style: inherit;
    margin: 5px;
}

.player {
    background-color: inherit;
    border-color: inherit;
    border-width: 5px;
    border-style: inherit;
    margin: 5px;
}

.btn-link {
    border-radius: 0;
    color: #5382af;
    font-weight: normal;
}


#Shibboleth.btn-social {
    background-color: #ffbd00;
    color: #ffffff;
    padding: 9px 15px;
    font-size: 14px;
}


#Shibboleth.btn-soundcloud:hover {
    color: #ffffff;
    background-color: #f5b809;
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin.focus:active, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #ffffff;
    background-color: #ffbd00;
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #ffffff;
    background-color: #f5b809;
}

#btn-search-contact .btn-secondary {
	margin:0;
}

textarea {
	margin-bottom: 10px;
}

@media(max-width:992px) {

.program-schedual-card:nth-of-type(3n+1) {
    clear: none;
}

}

@media(max-width:767px) {

#glyphExpand.glyphicon {
    top: 10px;
}

.program-schedual-card-caption .btn {
    margin: 10px 0 0 0;
}


}

@media(max-width:568px) {

.breadcrumb {
	font-size:13px;
}

}

/* Mobile Search Button Flydown */

#SearchFormCl .btn.SearchButtonColor, #SearchFormCl .btn-secondary  {
    background-color: #f3f3f4;
    color: #999999;
    font-size: 14px;
    height: 35px;
    border: 0;
	border-left: 1px solid #e6e6e6;
    padding: 0 11px;
    margin: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: color .3s ease-out;
}

#SearchFormCl .btn.SearchButtonColor:hover, #SearchFormCl .btn-secondary:hover {
    background-color: #e6e6e6;
    color: #ffbd00;
}

#SearchFormCl .input-group {
	padding: 10px;
	background-color: #ffbd00;
}

#SearchFormCl .form-control {
	background-color: #ffffff;
	padding: 2px 10px;
	height: 35px;
	box-shadow: none;
	border: 0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#SearchFormCl .form-control:focus {
    border-color: #dadada;
    box-shadow: inset 0 0px 3px rgba(0,0,0,0.16);
    outline: none;
}

#SearchFormCl .form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

#SearchFormCl .form-control:-ms-input-placeholder {
	color: #999999;
}

#SearchFormCl .form-control::-webkit-input-placeholder {
	color: #999999;
}

#SearchFormCl input:focus::-webkit-input-placeholder { opacity:0.6; }
#SearchFormCl input:focus::-moz-placeholder { opacity:0.6; } /* FF 19+ */
#SearchFormCl input:focus:-ms-input-placeholder { opacity:0.6; } /* IE 10+ */

/* FULL WIDTH SLIDER CUTOFFS */

@media (max-width:1700px) {
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 600px;}
}

@media (max-width:1200px) {
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 550px;}
}

@media (max-width:992px) {	
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 450px;}
}

@media (max-width:768px) {	
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 400px;}
}

@media(max-width:568px) {
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 300px;}
}

@media(max-width:359px) { 
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 240px;}
}

/*modify to change sidebar body color. hover and focus will calculate from these vars*/
:root {
    --topBarHeight: 95px;
    --sidebarBodyColor: #ffbd00;
    --sidebarLinkColor: #231f20;
    --sidebarLinkPress: #231f2080;/*link color at 80%*/
}

/*Color and Background Colour of hamburger and sidebar dismiss button*/
.SideBarMenuLinkColor{
    color: #fff;
    background-color:transparent; /*leave transparent*/
    /*border-radius: 100px;*/
    
}

/*Change background color to change color of top bar.*/
.TopBarBG {
    
    /*background: linear-gradient(-60deg, #690000 50%, #ffbd00 50%);*/
    var(--topBarHeight);
    background-color: #000000;
    background-image: url('/Content/Images/uwmilwaukee-wave.jpg');
}


/*Change url to load a different image for top and sidebar*/

.LogoLink {
	background-image: url('/Content/Images/uwmilwaukee-logo-urec.png');
	background-size: contain;
	width: 110px;
	height: 95px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	margin-left: 40px;
}

/*adjust fill for cart and notiifcation icons, color for profile button and login links*/
.TopBarButtonColor {
    color: #fff;
    fill: #fff;
}

.TopBarButtonColor:focus, .TopBarButtonColor:hover {
    color: #ffbd00;
    fill: #ffbd00;
}

/*Change to clients primary colors*/

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffbd00;
  border-color: #ffbd00 !important;
  background-color: #ffbd00 !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(191, 156, 102, 0.25) !important;
}

/*N?av Pills + Breadcrumbs (on pages like profile + programs)*/

.dropdown-menu-profile .h6{
font-size: inherit!important;
    }
    
.bg-primary{ background-color: #ffbd00!important;}
.btn-outline-primary { color: #ffbd00!important;}
.btn-outline-primary:hover{
background-color: #7c878e!important;
color: #ffbd00!important;
 }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
 background-color: #ffbd00!important; /*Change to clients primary color*/
  }

.text-primary{color: #ffbd00!important;} /*Change to clients primary color*/
    
 /*Change to clients secondary color*/
 .list-group-item.active{
 background-color: #e1e1e1 !important;
 border-color: #e1e1e1 !important;
 color: #000 !important;
    }
    
 .dropdown-item.active, .dropdown-item:active{
 background-color: #ffbd00!important; /*Change to clients primary color*/
    }

 /*Change to clients colors*/
.card-header{background-color:#ffbd00!important;border-color:#ffbd00;color:#fff;}
.breadcrumb{background-color: #ffbd00;}
.breadcrumb a,.breadcrumb-item {color: #ffffff;}
.panelNotify.a.btn{color: #ffbd00;letter-spacing:0;font-size: 13px;} 


.cd-top .align-items-center {
    justify-content: center;
}

.nav > li > a {
    color: #fff;
    }


