@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Oswald:wght@300;400&display=swap');
@import url(https://use.fontawesome.com/releases/v5.10.2/css/v4-shims.css);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
/* INNOSOFT FUSION THEME CUSTOM STYLESHEET */
/* Version: 1.1e */
/* Version Date: August 29, 2020 */
/* University of Lethbridge */





/* Bootstrap Basic Rules - Colour Change to Current School */

.text-primary { color:#06559e; }
a.text-primary:hover,a.text-primary:focus { color: #043b6d; }
.bg-primary { background-color:#06559e; }
a.bg-primary:hover,a.bg-primary:focus { background-color: #06559e; }
.btn-link { color:#06559e; }
.btn-link:hover, .btn-link:focus {color: #043b6d; text-decoration: underline; }
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus { background-color:#043b6d; }
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus { background-color:#043b6d; }
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus { border-color:#06559e; }
.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus { background-color:#06559e; }

.pagination>li>a,.pagination>li>span { color:#06559e; }
.badge-primary { background-color:#06559e; }

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active { border-color:#06559e;}
.progress-bar { background-color:#06559e;}

.card-primary { border-color:#06559e;}
.card-primary>.card-heading {background-color:#06559e;border-color:#06559e;}
.card-primary>.card-heading+.card-collapse>.card-body {border-top-color: #06559e;}
.card-primary>.card-heading 
.card-primary>.card-footer+.card-collapse>.card-body {border-bottom-color: #06559e;}

.SearchButtonColor {background-color: #06559e;border-color: #06559e;}
.TitleText-SP{ color: #222222; }
.DescText-SP{ color: #222222; font-size: 14px; }

.FooterBarBg {background-image:none;}
.fc-time {color: #222222; font-weight:bold; }

/* Main Custom CSS Stylesheet */

html {
	font-size:100%;
}

body {
	padding-top: 110px;
    color: #222222;
    font-size: 16px;
	line-height:1.62857;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight:400;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;	
}

strong, bold {
	font-weight: 1000;
}

a {
	color: #06559e;
	font-weight:500;
}

a:hover, a:focus {
	color: #043b6d;
	text-decoration: underline;
}

a:focus {
	outline-offset: -2px;
}

a:active, a:hover {
    outline: 0;
}

.white {
	color:#ffffff!important;
}

.black {
	color:#043b6d!important;
}

.orange {
	color:#06559e!important;
}

h1, h2, .h1, .h2 {
    color: #06559e;
    line-height: 1.2;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight:400;
}

h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	line-height: 1.2;
	color: #646464;
	font-weight:400;
}

h1,.h1 {
	font-size: 36px;
}

h2,.h2 {
	font-size: 32px;
}

h3,.h3 {
	font-size: 28px;
}

h4,.h4 {
	font-size: 24px;
}

h5,.h5 {
	font-size: 21px;
}

h6,.h6 {
	font-size: 19px;
}

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 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #656768;
    font-weight: normal;
    line-height: 1.2;
	text-transform:none;
}

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 {
    height: 110px;
}

.hamburger {
    font-size: 20px;
    margin: 0;
}



.SideBarMenuLink:hover {
    cursor: pointer;
}

.hamburger:hover {
    color: #043b6d;
}



#lnkSearch {
    margin-right: 10px;
}



/* Top Bar - Search Bar */

#SearchForm.TopSearch {
	margin-top:33px!important;
}

#SearchForm .btn.SearchButtonColor {
    font-size: 16px;
	line-height: 1;
    height: 38px;
    border: 1px solid #06559e;
    padding: 0 11px;
	color: #fff;
	background: #06559e;
	outline: 0;
	margin-left: 0px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
}

#SearchForm .btn.SearchButtonColor:hover {
	color: #ffffff;
	background-color: #043b6d;
	-webkit-transition: background-color .15s cubic-bezier(0,.45,.55,1);
	transition: background-color .15s cubic-bezier(0,.45,.55,1);
}

#SearchForm .form-control {
	color: #646464;
    padding: 2px 4px 2px 18px;
    height: 38px;
	font-size:13px;
	background: #ffffff;
	border:1px solid #cccccc;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;	
	
}

#SearchForm .form-control:focus {
    outline: none;
}

#SearchForm .form-control::-moz-placeholder {
	color: #646464;
	opacity: 0.6;
}

#SearchForm .form-control:-ms-input-placeholder {
	color: #646464;
}

#SearchForm .form-control::-webkit-input-placeholder {
	color: #646464;
}

#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+ */

/*TopBar Search - Programs Page*/

#Search .TopSearch {
	margin-top:33px!important;
}

#Search .btn.SearchButtonColor {
    font-size: 16px;
	line-height: 1;
    height: 38px;
    border: 1px solid #06559e;
    padding: 0 11px;
	color: #fff;
	background: #06559e;
	outline: 0;
	margin-left: 0px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;	
}

#Search .btn.SearchButtonColor:hover {
	color: #ffffff;
	background-color: #043b6d;
	-webkit-transition: background-color .15s cubic-bezier(0,.45,.55,1);
	transition: background-color .15s cubic-bezier(0,.45,.55,1);
}

#Search .form-control {
	color: #646464;
    padding: 2px 4px 2px 18px;
    height: 38px;
	font-size:13px;
	background: #ffffff;
	border:1px solid #cccccc;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;	
	
}

#Search .form-control:focus {
    outline: none;
}

#Search .form-control::-moz-placeholder {
	color: #646464;
	opacity: 0.6;
}

#Search .form-control:-ms-input-placeholder {
	color: #646464;
}

#Search .form-control::-webkit-input-placeholder {
	color: #646464;
}

#Search input:focus::-webkit-input-placeholder { opacity:0.3; }
#Search input:focus::-moz-placeholder { opacity:0.3; } /* FF 19+ */
#Search input:focus:-ms-input-placeholder { opacity:0.3; } /* IE 10+ */

/* Top Bar - Session Info */

.navbar-right {
	margin-top: 0!important;
	margin-right: 0!important;
	padding-right: 0!important;
	padding-top: 0!important;
	top: 33px;
	position: absolute;
	right: 25px;
}

.NotificationIcon {
    font-size: 18px;
    margin-right: 10px;
}





.TopBarButtonColor:hover {
	color:#043b6d;
}

a.TopBarButtonColor:hover, a.TopBarButtonColor:focus {
	color:#043b6d;
}

.nav .nav-stacked > .active {
    background: #eee;
}

#segNotification 

/* Social Share Icons on Sidebar and Right Side of Screen */

ul.nav.nav-stacked.SocialShareBtn {
     display: none !important;
}

.SocialShare a {
	width:40px;
}

div.SocialShare {
     display: none !important;
}

/* Body Content Styling */

.bodyHomePage .body-content {
	border-top:none;
	margin-top:0px;
}

.body-content {
	background-color:#ffffff;
	margin-bottom: 40px;
	margin-top:40px;
}

	
/* Navigation Main Menu + Icons */

.MenuMain {
	margin-bottom:60px;
	padding:0;
}

.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: #f5f5f5;
    box-shadow: none;
    text-decoration: none;
    border: 1px solid #cccccc;
}

.Menu-IconImage {
    margin-bottom: 22px;
}

.Menu-IconImage img {
    width:80%;
	margin: 0 auto;
}

.Menu-IconName {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	overflow: visible;
	color: #222222;
}

a.Menu-Item {
    color: #222222;	
}

a.Menu-Item:hover, .Menu-IconName:hover {
    color: #222222!important;
}

.MenuMain .col-lg-3 {
    padding-left: 15px;
}

/* Nested Flyout Styling */

#popr .popr_content a.Menu-Item {
    overflow: inherit;
}

#popr .popr_content .Menu-IconImage img {
    width: 60%;
    margin: 0 auto;
}

#popr .popr_content .Menu-IconImage {
    margin-bottom: 12px;
}

#popr .popr_content .Menu-Item {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    margin: 0 0 5px !important;
}

#popr .popr_content .Menu-IconName {
    font-size: 13px;
    margin-top: 0px;
	line-height:1;
}

#popr .container-fluid {
	min-width:300px!important;
}

#popr .popr_content .col-md-3 {
    width: 50%;
	padding:4px;
	float:left!important;
}

@media(max-width:568px) {
#popr .container-fluid {
    min-width: 200px !important;
}

#popr .popr_content .Menu-IconName {
    min-height: 20px;
}

#popr .popr_content .Menu-Item {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
    margin: 0 0 2px !important;
}

}

@media(max-width:359px) {
#popr .container-fluid {
    min-width: 160px !important;
    padding: 0;
}

}

/* Social Media Section */

.NewsOuter .NewsHeader {
    margin: 0;
	background-color: #06559e;
    padding: 0 15px;
	height:50px;
	border-bottom:none;
}

.CalendarOuter .NewsHeader {
    margin: 0;
	background-color: #06559e;
    padding: 0 15px;
	height:50px;
	border-bottom:none;	
}

.TweetsOuter .NewsHeader {
    margin: 0;
	background-color: #06559e;
    padding: 0 15px;
	height:50px;
	border-bottom:none;
}

.NewsHeader h3 {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 22px;
	line-height: 50px;
	font-weight: 400;
	text-transform: uppercase;
}


#widgetButton {
	border:none;
}

#widgetButton.btn-primary {
	text-shadow: none;
	color: #06559e;
	margin: 0;
	font-size: 11px;
	padding: 4px 5px 2px;
	position: absolute;
	right: 0px;
	border-radius: 4px;
	top: 15px;
	line-height: 1.4;
	outline-color: white;
}

#widgetButton.btn-primary:hover {
    color: #043b6d;
}

.NewsHeader a:hover {
	text-decoration:none;
}

.NewsMain {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
	min-height: 520px;
	border:0;
}

#news a:hover {
	text-decoration:none;
}

.NewsItem {
	list-style-type: none;
	border-bottom: none;
	padding: 10px 0;
	min-height: 80px;
}

.NewsItem:hover {
    background-color: #f2f2f2;
}

.NewsThumbnail {
	margin-left: 0;
}

.NewsThumbnail .img-thumbnail {
    width: 70px;
    height: 70px;
}

.NewsTitle {
	font-size: 15px;
	margin: 0 0 5px 0;
	color: #222222;
	font-weight: 400;
	overflow:inherit;
}

.NewsTitle:hover {
	text-decoration:none;
}

.NewsDate {
	padding: 0 0 5px 0;
}

.NewsDescription {
	font-size: 14px;
	max-height: 80px;
	color:#222222;	
}

a.twitter-timeline {
	color:#222222;
}

a.twitter-timeline:hover {
	color: #222222;
}

#calendar {
	padding:0!important;
	background-color: transparent;
	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 {
	color: #222222!important;
	font-size:14px;
}

.EventSubject {
    color: #222222!important;
	font-size:14px;
}

/* Page Inner Stylings */

.bodyHomePage .TitleDiv {
	display:none;	
}

.TitleDiv {
    padding-top: 15px;
    margin: 0 0 30px 0;
	border-bottom: none;	
}


.TitleDiv h1, .TitleDiv h2, .TitleDiv h3 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 40px;
	padding-top: 0;
	padding-bottom: 0px;
	margin-right: 10px;
	line-height: 1.2;
	font-weight: 400;
	color: #06559e;
}

.TitleDiv h2 small {
	font-size: 50%;
}

/* Tabular Content Sections */

.card-secondary > .card-heading {
    quotes: none;
    color: #ffffff;
    padding: 10px 15px;
	background-color: #06559e;
}

.card-heading {
    border: none;
    border-radius: 0;
    padding: 10px 15px;
}

.card-heading h2 {
    color: #ffffff;
	margin:0;
    font-size: 2em;
padding-top: 5px;
padding-bottom: 5px;
}

.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: #ffffff!important;
	font-weight:400;
}

#searchContent .card-secondary > .card-heading  {
    height: 40px;
    line-height: 40px;
	padding: 0 15px;
}

#searchContent .card-secondary > .card-heading h3  {
    line-height: 40px;
}

#general-settings .card-heading h5 {
	color:#ffffff;
	margin-top:15px;
}



.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #e1e1e1;
    color: #222222;
    padding: 7px 15px;
	font-weight: 400;
}

.nav > li > a {
    padding: 7px 15px;
}

.nav-pills > li > a {
    border-radius: 0px;
	color:#222222;
	font-weight: normal;
}

.nav-stacked > li + li {
    margin-top: 0px;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #eeeeee;
    color: #222222;
}

.card {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow:none;
    margin-bottom: 20px;
    webkit-box-shadow:none;
}

#details .card {
    background-color: transparent;
}



.card-footer {
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
}

.bodyProfilePage .list-group {
	box-shadow:none;
}

.bodyProfilePage #details

.breadcrumb {
	font-size: 16px;
    border-radius: 0;
	font-weight:400;
    list-style: none;
	color: #676767;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	/*background-color: #06559e;*/
}

#SearchFormItemList .breadcrumb {
    margin-bottom: 0px;
    margin-left: 15px;
/*background-color: #06559e;*/
}

.breadcrumb a {
	color:#676767;
	font-weight:400;
text-decoration:underline
}

.breadcrumb > li + li::before {
    color: #676767;
}

.breadcrumb > .active {
    color: #fff;
}

.bodyProgramDetailsPage .breadcrumb {
	margin: 0 15px 30px;
}


h4.TitleText-SP, h5.TitleText-SP {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #222222;
	margin-bottom: 5px;
	margin-top:5px;
	font-weight: 400;
}

.PriceText {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #222222;
	text-align: right;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top:5px;
}

.glyphicon.DescText-SP {
    display: none;
}

.body-content .pull-left .thumbnail {
    margin-right: 20px;
    margin-left: 15px;
}

/* Mobile Flyout Menu Stylings */

.row-offcanvas-left {
    left: -99%;
}



/*
#sidebar::before {
	box-shadow: inset 0 10px 10px -9px #502878;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
*/



button.menuButton {
    display: block;
    width: 100%;
    background-color: transparent;
	white-space: inherit;
}







#Areas { 
	padding: 0 10px 0 0!important;
}

#Areas 

#glyphExpand.glyphicon {
    float: none!important;
    position: absolute;
    right: 15px;
    top: 20px;
}

#glyphExpand.glyphicon:hover {
    color:#ffffff;
}

/* Button Stylings */

.btn {
    border: none;
    border-radius: 3px;
    font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 7px 26px;
    text-shadow: none;
    box-shadow: none;
    font-weight: 400;
	text-transform:uppercase;
}

.btn-secondary, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
	margin:0;
}

.btn-primary {
	color: #ffffff;
	outline-color: #06559e;
	background-color: #06559e;
}

.btn-primary:hover {
	outline-color: #043b6d;
	background-color: #043b6d;
	color: #ffffff;
	-webkit-transition: background-color .15s cubic-bezier(0,.45,.55,1);
	transition: background-color .15s cubic-bezier(0,.45,.55,1);
}

.btn-primary:focus, .btn-primary.focus {
	outline-color: #043b6d;
	background-color: #043b6d;
	color: #ffffff;
}

#btn-update-general-settings.btn {
	color:#06559e;
	background-color:#ffffff;
}

#btn-update-general-settings.btn:hover {
	color:#06559e;
	background-color: #eeeeee;
}

.btn-secondary {
    background-color:#646464;
    color: #ffffff;
	border:0;
	outline-color: #646464;

}

.btn-secondary:hover {
    background-color: #4a4a4a;
	color: #ffffff;
	border:0;
	outline-color: #4a4a4a;
	-webkit-transition: background-color .15s cubic-bezier(0,.45,.55,1);
	transition: background-color .15s cubic-bezier(0,.45,.55,1);

}

.btn-secondary:focus, .btn-secondary.focus {
    background-color:#4a4a4a;
	border:0;
	color: #ffffff;
	outline-color: #4a4a4a;

}

.btn-secondary:active, .btn-secondary.active {
    background-color:#4a4a4a;
	border:0;
    color: #ffffff;
	outline-color: #4a4a4a;

}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary { 

	background-color:#06559e; 
	
}
.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:#06559e; 
}

.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:#06559e;
}

.btn-primary 

.modal-footer .btn + .btn {
    margin:10px 0;
}







.no-touch .cd-top:hover {
	background: #043b6d;
	color: #ffffff !important;
    outline-color:#043b6d;
	opacity: 1;
}

#panelNotify .badge {
    padding: 5px 8px;
}

.badge-primary {
	background-color: #06559e;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 20px;
}

/* Drop Down Nav Menu Styling */



.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus { color: #ffffff; background-color:#043b6d; }
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus { color: #ffffff; background-color:#043b6d; }

.notification-item {
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: none;
}

#segNotification li.notification-item > a.btn { 
	color: #ffffff!important;
	letter-spacing:0;
	font-size: 13px; 
}

#segNotification li.notification-item > a.btn:hover {
    background-color:#043b6d;
}

/* Settings Page Backend Styling */

.bs-docs-sidebar {
	padding-left:0;
}

.bs-docs-sidebar .nav > li > a {
    padding: 3px 0;
    font-size: 15px;
	border-left:0;
}

.bs-docs-sidebar .nav .nav > li > a {
    padding: 9px 0 9px 10px;
    font-size: 12px;
}

/* ------------------------------------------------
------------------- Responsive Coding -------------
-----------------------------------------------   */

/* Search Bar Specific Responsive */

@media (min-width:768px)  { .TopSearch {width: 220px; } }
@media (min-width:825px)  { .TopSearch {width: 250px; } }
@media (min-width:992px)  { .TopSearch {width: 290px; } }
@media (min-width:1300px) { .TopSearch {width: 320px; } }
@media (min-width:1600px) { .TopSearch {width: 360px; } }


/* Anything Under 1400px */
@media (max-width:1400px) {

	


}

/* Anything Under 1200px */
@media (max-width:1200px) {
	
#lnkSearch .glyphicon {
    top: 5px;
}

.Menu-IconName {
    font-size: 18px;
}


}

/* Anything Under 992px */

@media (max-width:992px) {
	


body {
	padding-top: 60px;
}

.TopBarButtonsContainer {
    font-size: 13px;
}

#SearchForm.TopSearch {
    margin-top: 13px !important;
}

#SearchForm .btn.SearchButtonColor {
	font-size: 16px;
	line-height: 1;
	height: 34px;
}

#SearchForm .form-control {
	padding: 2px 4px 2px 8px;
	height: 34px;
}

.navbar-right {
    top: 14px;
}



.navbar-header {
    height: 60px;
}



.hamburger {
    font-size: 15px;
}



.Menu-IconName {
	font-size: 16px;
}

.NotificationIcon {
    font-size: 18px;
}




.NewsOuter, .CalendarOuter, .TweetsOuter  {
	margin-bottom: 30px;
}

#widgetButton.btn-primary {
    margin-right: 5px;
}

.PriceText {
    font-size: 17px;
    text-align: left;
}

.TitleDiv h1, .TitleDiv h2, .TitleDiv h3 {
    font-size: 38px!important;
}

.pricePlaceholder {
	float:none!important;
}



#glyphExpand.glyphicon {
	top:14px;
}

}

/* Anything under 768px */

@media(max-width:767px) {

body {
	font-size: 16px !important;
}

body p {
	margin: 0 0 10px;
	font-size: inherit;
}

.bodyHomePage .body-content {
	padding: 30px 15px;
}

#SearchFormCl {
    padding-top: 60px;
	clear: both;
}

.body-content {
    box-shadow: none;
    margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border:0;
}

#lnkSearch .glyphicon {
    top: 2px;
}


.NewsHeader h3 {
    padding-left:15px;
}
	
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: 20px !important;
	margin-bottom: 0;
    
}

.PriceText, h5.PriceText {
    font-size: 20px!important;
    text-align: left;
}

.Menu-IconName {
	word-break:keep-all;
	font-size: 15px;
	line-height: 1.5;
}



.DescText-SP {
	margin-bottom:5px;
	font-size: 14px;
}

.NewsOuter .NewsHeader, .CalendarOuter .NewsHeader, .TweetsOuter .NewsHeader {
    padding: 0 12px;
	height:40px;
}
	
.NewsHeader h3 {
    line-height: 40px;
}

#widgetButton.btn-primary {
    padding: 2px 4px 2px;
    top: 10px;
}

.NewsMain {
    min-height: inherit;
}

.breadcrumb {
    margin: 0 0 30px;
}

.bodyProgramDetailsPage .breadcrumb {
	margin: 0 0 30px;
}

.NewsDescription {
    font-size: 12px;
}

.HeaderBar {
	padding:0;
	margin:0;
}

}

@media(max-width:568px) {
	
	
.bodyHomePage .body-content {
    padding: 15px;
}

.LoginPartialLinks {
    margin-left: 2px;
    margin-right: 5px;
}

.NotificationIcon {
    margin-right: 5px;
}
	
.SearchButton {
    margin-right: 0px;
}


.TitleDiv h1, .TitleDiv h2, .TitleDiv h3 {
    font-size: 24px !important;
    margin: 5px 0;
    display: block;
}

h4.TitleText-SP {
    font-size: 15px !important;
}

.PriceText, h5.PriceText {
    font-size: 15px !important;
}

.DescText-SP {
    margin-bottom: 0px;
    font-size: 12px;
}

.NewsHeader h3 {
    padding-left: 10px;
	font-size: 17px !important;
}
	
.Menu-Item {
    padding-bottom: 15px!important;
    padding-top: 15px!important;
}

.Menu-IconImage {
    margin-bottom: 10px;
}

.Menu-IconImage img {
    width: 75%;
    margin: 0 auto;
}

#popr .popr_content .Menu-IconName {
    font-size: 11px;
}

#popr .popr_content .Menu-IconImage {
    margin-bottom: 3px;
}

.btn {
    font-size: 13px;
    padding: 6px 15px 5px;
}
	
}

@media(max-width:359px) { 



.Menu-IconImage img {
    width: 70%;
}

.Menu-IconName {
	font-size: 12px;
	line-height: 1.2;
}

}


/* -------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------- Custom Content Sections & Mobile -------------------------
----------------------------------------------------------------------------
-----------------------------------------------------------------------   */

/* ecHomepage - general style */

#hero-mobile {
	display:none;
}

#ecHomePage {
	position: relative;
	margin:0;
}

#ecHomePage .container {
}


#ecHomePage .carousel {
	padding: 0;
}

#ecHomePage .carousel-inner {
	height:100%;
}

#ecHomePage .fill {
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}

#ecHomePage .outer-box {
    position: absolute;
    color: #ffffff;
    padding: 0;
    margin: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background: rgba(0,0,0,0.3)
}

#ecHomePage .text-box {
	color: #fff;
	padding: 30px 40px 20px;
	position: absolute;
        bottom: 0;
	left: 90px;
	width: 920px;
	background: #06559e;
}

#ecHomePage h1 {
	font-size: 52px;
	color: #ffffff;
	line-height: 1.2;
	margin: 0 0 10px 0;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Oswald;
}

#ecHomePage p {
	font-size:18px;
	font-weight:300;
}

#ecHomePage .btn-hero {
	border: 3px solid #06559e;
	color: #043b6d;
	white-space: normal;
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	padding: 8px 30px 8px 30px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#ecHomePage .btn-hero:hover {
	background: #ffffff;
	border: 3px solid #ffffff;
	color: #06559e !important;
	text-decoration: none;
}

.vertically {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-control {
	opacity: 0.4;
    width: 80px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 20px;
    height: 20px;
    width: 25px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

.carousel-indicators {
	top: 40px !important;
	z-index: 1;
	right: 40px;
	left: inherit;
	text-align: right;
	margin-left: inherit;
	width: auto;
	bottom: inherit;
}

.carousel-indicators .active {
    background-color: #ffffff;
	width:16px;
	height:16px;
	margin-right: 7px;
}

.carousel-indicators li {
    border: 2px solid #ffffff;
	width:15px;
	height:15px;
	margin-right: 7px;
}

.carousel-inner > .item > img {
	width: 100%;
     object-fit: cover;
}

.carousel-inner img {
        max-height: 100%;
}

/* Carousel FADE effect */

.carousel.fade {
     opacity: 1;
}
.carousel.fade .item {
    transition: opacity ease-out .7s;
    left: 0;
    opacity: 0; /* hide all slides */
    top: 0;
    position: absolute;
    width: 100%;
    display: block;
}

.carousel.fade .item:first-child {
    top: auto;
    opacity: 1; /* show first slide */
    position: relative;
}

.carousel.fade .item.active {
    opacity: 1;
}

/* ecHeader - general */

.HeaderBar {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 70px;
	width: 100%;
	z-index: 1005;
}

#ecHeader {
	display:none;
	marplgin: 0;
	padding: 0;
}

/* ecContentFooter - custom content */

#ecContentFooter {
	display:none;
}

/* ecFooter - custom content */

#ecFooter {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}

#ecFooter ol, #ecFooter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

.FooterBar {
    margin: 0;
    box-shadow:none;
	min-height: inherit;
	overflow: visible;
}

/* Custom Footer Styling */

#ecFooter .fa::before, #ecFooter .glyphicon::before, #ecFooter .fas::before, #ecFooter .fab::before {
	margin-right: 5px;
}

footer {
  font-size: 90%; }

footer ul {
  padding: 0;
  list-style-type: none; }

footer ul li {
  margin-bottom: 8px; }

footer h3 {
  font-size: 125%; }

.footer-wrap {
  border-top: 5px solid #06559e;
  background-color: #efefef; }

.footer-unit {
  padding-top: 5px;
  padding-bottom: 20px;
  color: #444;
  background-color: #efefef; }

.footer-unit .container {
  border-top: 1px solid #ffeb8c; }

.footer-unit a {
  text-decoration: none;
  color: #06559e; }

.footer-unit a:hover {
  color: #1e85e6; }

.footer-global {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #444; }

.footer-global h3 {
  font-size: 2em!important;
  margin-top: 10px;
  font-family: "Oswald", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.footer-global a {
  color: #06559e;
  text-decoration: none; }

.footer-global a:hover {
  color: #1e85e6; }

.footer-util {
  padding-bottom: 8px;
  color: #666; }

.footer-util a {
  color: #06559e;
  text-decoration: none; }

.footer-util a:hover {
  color: #1e85e6; }

.footer-util .container {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #afafaf; }

.footer {
  padding-bottom: 0;
  border-top: none; }
  .footer .btn-primary.btn-inverse {
    color: #06559e;
    border-color: #06559e; }
  .footer .btn-primary.btn-inverse:hover {
    background-color: #06559e;
    color: #fff; }
    .footer .btn-primary.btn-inverse:hover a {
      color: #fff; }

.footer-unit h3 {
  font-size: 2em!important;
  margin-top: 10px;
  font-family: "Oswald", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300; }

.footer-unit h5 {
  font-size: 1.5em; }

.footer-global .cls-1 {
  fill: #003c77;
}
.footer-global .cls-2 {
  fill: #fff;
}
.footer-global .cls-3 {
  fill: #231f20;
}
.footer-global .cls-4 {
  fill: #ffcf01;
}

#logoUlethFooter {
  max-width:170px;
  height: 74px;
}

/* SOCIAL MEDIA ICONS */
.social-icon-st0 {
  fill: #fff; }

.social-media a svg.social-icon {
  background-color: #afafaf;
  border-radius: 2px;
  max-width: 37px;
  max-height: 37px; }
  .social-media a svg.social-icon:hover, .social-media a svg.social-icon:focus {
    background-color: #fff; }
    .social-media a svg.social-icon:hover .social-icon-st0#facebook-logo, .social-media a svg.social-icon:focus .social-icon-st0#facebook-logo {
      fill: #4267b2; }
    .social-media a svg.social-icon:hover .social-icon-st0#twitter-logo, .social-media a svg.social-icon:focus .social-icon-st0#twitter-logo {
      fill: #1da1f2; }
    .social-media a svg.social-icon:hover .social-icon-st0.instagram-logo-path, .social-media a svg.social-icon:focus .social-icon-st0.instagram-logo-path {
      fill: #d93175; }
    .social-media a svg.social-icon:hover .social-icon-st0#youtube-logo, .social-media a svg.social-icon:focus .social-icon-st0#youtube-logo {
      fill: #ff0000; }
    .social-media a svg.social-icon:hover .social-icon-st0#linkedin-square, .social-media a svg.social-icon:focus .social-icon-st0#linkedin-square {
      fill: #007bb5; }
    .social-media a svg.social-icon:hover .social-icon-st0#linkedin-trademark, .social-media a svg.social-icon:focus .social-icon-st0#linkedin-trademark {
      fill: #000; }

     @media all and (max-width: 767px) {
  .footer-unit div,
  .footer-global div {
    padding-top: 10px; }
	 }


/* ecFooter - Innosoft content */

#ecFooter .FusionFooter {
	font-size: 12px;
	padding: 10px 0;
	color: #ffffff;
	background-color:#043b6d;
}

#ecFooter .FusionFooter a {
	color: #ffffff;
}

#ecFooter .FusionFooter p {
	 text-align:center;
	 margin:0;
}

#ecFooter .FusionFooter a:hover {
	color: #ffffff;
	text-decoration:none;
}

.copyrightTextColor {
	color: #ffffff;
}

#ecFooter .FooterLogo {
    display: block;
	width: 120px;
}

#ecFooter .FooterLinkGroup {
    display: block;
}

#ecFooter .FooterLink {
    margin: 0 10px 0 0;
}

#ecFooter .FusionFooter .copyright {
    text-align: left;
    margin-top: 0;
}


/* Anything Under 1400px */
@media (max-width:1400px) {
	 

}

/* Anything Under 1200px */
@media (max-width:1200px) { 


#ecHomePage h1 {
	font-size: 38px;
}


}

@media (max-width:992px) {

.HeaderBar {
	top: 60px;
}

#ecHomePage .carousel {
    padding: 0;
}	

#ecHomePage .text-box {
	padding: 20px 55px;
	width: auto;
	left: 0;
}

#ecHomePage h1 {
    font-size: 32px!important;
}

.carousel-indicators .active {
	width:13px;
	height:13px;
}

.carousel-indicators li {
	width:12px;
	height:12px;
}

}

@media(max-width:767px) {
	
#ecHomePage {
    margin-top: 3rem;
}

.carousel-indicators .active {
	margin-right: 4px;
}

.carousel-indicators li {
	margin-right: 4px;
}

.carousel-indicators {
	top: 10px !important;
	right: 10px;
}

#ecFooter .FusionFooter {
	text-align: center !important;
}

#ecFooter .copyright {
	text-align: center !important;
}

#ecFooter a.FooterLink {
    margin: 0px;
}

#ecFooter .FooterLinkGroup {
    float: none !important;
	margin-bottom: 15px;
}

#ecFooter .FooterLogo {
    display: inline-block;
    margin-top: 5px;
    text-align: left;
    float: none !important;
}

}

@media(max-width:568px) {
	
.innovation-head {
	padding-left: 15px;
}

.innovation-subhead {
	padding-left: 15px;
}

#ecHomePage .text-box {
	padding: 15px;
} 

#ecHomePage h1 {
    font-size: 28px !important;
}

#ecHomePage p {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 1.2;
}

#ecHomePage .btn-hero {
	display: none;
}

.carousel-indicators {
    bottom: 0px !important;
}

.carousel-control.left, .carousel-control.right {
	display:none;
}


}

@media(max-width:359px) {
	

#ecHomePage h1 {
    font-size: 24px !important;
	margin: 4px 0;
}


#ecHomePage .btn-hero {
    font-size: 12px;
    padding: 5px 30px;
}
	
}

/* New Changes for 1.2 */

#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:#06559e;
	background-color:#ffffff;
}

#btn-update-general-settings.btn:hover {
	color:#06559e;
	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-schedule-card-header {
	font-size:17px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #06559e;
}

.program-schedule-card-caption h5 {
    margin: 10px 0 0 0;
    color: #06559e;
    font-size: 14px; 
}

.program-schedule-card-caption .btn {
	margin-left:10px;
}

.program-schedule-card .thumbnail {
	margin-right:0;
}

.program-schedule-card {
	padding-left:0;
}

#AttendeeCheckedIn .glyphicon-unchecked {
	margin-right:10px;
}

#AttendeeCheckedIn .glyphicon-unchecked:hover {
	color:#222222;
}

#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-schedule-card:nth-of-type(3n + 1) {
        clear: both;
    }

/* Game Card Settings */

h5#sport-popup-title  {
	color:#ffffff;
}

.cardDisplay-content {
    padding: 2px 8px;
    background-color: #f2f2f2;
    font-size: 13px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.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;
}

#divGamesPlaceHolder h6 {
	font-size:16px!important;
}

#divGamesPlaceHolder .btn-sm, #divTeams .btn-sm {
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 12px;
}

.list-group {
    box-shadow: none;
}

/* New Sign In Button */

#socialLoginList button.btn-social {
	font-size: 19px;
	padding: 9px 15px;
	border: 1px solid #06559e;
	background-color: #06559e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 4px 0px #043b6d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: 0px 4px 0px #043b6d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: 0px 4px 0px #043b6d, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
	outline:0;
}

#socialLoginList button.btn-social:hover {
    color: #ffffff;
    background: #043b6d;
	background-color: #043b6d;
}


#Shibboleth.btn-social {
    background-color: #06559e;
    color: #ffffff;
    padding: 9px 15px;
    font-size: 14px;
}


#Shibboleth.btn-soundcloud:hover {
    color: #ffffff;
    background-color: #043b6d;
}

.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: #06559e;
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #ffffff;
    background-color: #043b6d;
}

#btn-search-contact .btn-secondary {
	margin:0;
}

textarea {
	margin-bottom: 10px;
}

#calendarDiv {
	float: none !important;
}
	

@media(max-width:992px) {

.program-schedule-card:nth-of-type(3n+1) {
    clear: none;
}


}

@media(max-width:767px) {

.program-schedule-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: #f2f2f2;
    color: #06559e;
    font-size: 14px;
    height: 35px;
    border: 0;
	border-left: 1px solid #e6e6e6;
    padding: 0 11px;
    margin: 0;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: color .3s ease-out;
	outline:0;
}

#SearchFormCl .btn.SearchButtonColor:hover, #SearchFormCl .btn-secondary:hover {
    background-color: #ffffff;
    color: #06559e;
}

#SearchFormCl .input-group {
	padding: 10px;
	background-color: #06559e;
}

#SearchFormCl .form-control {
	background-color: #ffffff;
	padding: 2px 10px;
	height: 35px;
	box-shadow: none;
	border: 0;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#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: #222222;
	opacity: 1;
}

#SearchFormCl .form-control:-ms-input-placeholder {
	color: #222222;
}

#SearchFormCl .form-control::-webkit-input-placeholder {
	color: #222222;
}

#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+ */



/* Program Offering Adjustments */

.list-group .list-group-item:nth-child(2n+1) {
	background-color:#f5f5f5;
}



#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 720px;}

@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: 500px;}
}

@media (max-width:992px) {	
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 150px;}
}

@media (max-width:768px) {	
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 360px;}
}

@media(max-width:568px) {
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 155px;}
}

@media(max-width:359px) { 
	#ecHomePage .carousel, #ecHomePage .carousel-inner .item, #ecHomePage .carousel-inner .active {height: 170px;}
}

/* New Search Width Fix for Mobile */




/* To Top Indent Fix */



/* GDPR Cookie Rules */

#gdpr-cookie-message {
    font-family: inherit;
}
#gdpr-cookie-message h4 {
    color: #06559e;
}

#gdpr-cookie-message button {
    background: #06559e;
}

.TopBarButtonsContainer {
    display: initial;
    float: none;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 12px;
	margin-top:0;
}

/* Register Form hidden Title Fix */


#registerForm .form-group .hidden-xs {
    display: inherit !important;
    padding: 0 5px;
}

@media(max-width:568px) {
#registerForm .form-group label {
    margin: 8px 0 5px;
}

}

/* Sign Up Page Form Field Fixes */

.register-page {
    font-size: 14px !important;
}

.register-page .form-control {
    margin-bottom: 12px;
}

.register-page .col-lg-6 .form-control, .register-page .col-xs-4 .form-control {
	width:98%;
}

.col-lg-11 .control-label {
    padding-top: 0px!important;
	text-align: left;
	font-size: 13px;
}

#EmailOptIn.form-control, #termsBox.form-control {
    height: initial;
    margin-bottom: 0;
    margin-top: 6px;
}

@media(max-width:1200px) {	
.register-page .col-lg-6 .form-control {
	width:100%;
}

}

@media (max-width:767px) { 

.form-horizontal .form-group {
    margin-left: -3px;
    margin-right: -3px;
}

}

@media (max-width:568px) { 

#EmailOptIn.form-control, #termsBox.form-control {
    margin-top: 10px;
}
}


/* Calender Hover button cleanup */

.NewsHeader .CalendarMain li {
	padding:5px 0;
}

.NewsHeader .CalendarMain .btn-link {
	padding: 5px;
	width: 100%;
}

.NewsHeader .CalendarMain .btn-link:hover {
	background-color:#06559e;
	color:#ffffff;
	text-decoration:none;
}

body > br.clearfix {
	display:none;
}

/* IM Intramural Registration Page Styling */

#sportListing {
    padding: 0;
}

.division-registration .card-heading {
	background-color:#043b6d;
}

.division-registration .card-heading:hover {
	background-color:#06559e;
}

.division-listing .card-heading {
	background-color:#06559e;
}

.division-listing .card-heading:hover {
	background-color:#043b6d;
}


.division-registration .card-heading {
	padding:0;
}

.division-registration .card-group {
    margin-bottom: 0;
}

.division-registration  .card-body {
	 padding: 5px 15px;
	border:0!important;
}

.division-listing .card-body {
    padding: 0;
	border:0!important;
}

.division-listing .badge {
    border-radius: 4px;
    font-size: 14px;
    padding: 8px 10px;
}

.division-registration h4.TitleText-SP, .division-registration h5.TitleText-SP {
    color: #06559e;
    font-weight: 400;
    font-size: 30px;
}


@media (max-width:767px) { 

.division-listing .card-body {
	text-align:center!important;
}

.division-listing .pull-right {
    float: none !important;
}

.division-registration .PriceText, .division-registration h5.PriceText {
    text-align: center;
}

}

/* Modal Login Popup Edits */

.modal-dialog {
    margin: 40px 10px;
}


@media (min-width:768px) {

.modal-dialog {
	margin: 60px auto;
}

}

@media (max-width:568px) { 

/* Court Selection Mobile Fixes */

.bodyCourtBookingsPage #ReservationGrid .col-xs-5, .bodyCourtBookingsPage #ReservationGrid .col-xs-7 {
	width:50%!important;
}

.bodyCourtBookingsPage #ReservationGrid td {
	font-size:11px!important;
	padding:5px;
}
}

/*modify to change sidebar body color. hover and focus will calculate from these vars*/
:root {
    --topBarHeight: 90px;
    --sidebarBodyColor: #06559e;
    --sidebarLinkColor: #fff;
    --sidebarLinkPress: #ffffff80;/*link color at 80%*/
}

/*Color and Background Colour of hamburger and sidebar dismiss button*/
.SideBarMenuLinkColor{
    color: #06559e;
    background-color:transparent; /*leave transparent*/
    /*border-radius: 100px;*/
    
}

/*Change background color to change color of top bar.*/
.TopBarBG {
    
    /*background: linear-gradient(-60deg, #690000 50%, #06559e 50%);*/
    var(--topBarHeight);
    background-color: #fff;
    border-bottom: 5px solid #06559e;
}


/*Change url to load a different image for top and sidebar*/

#LogoBackground.LogoLink, #sidebarLogo.LogoLink {
	background-image: url('/Themes/ULethTheme3.7/UofL_Landscape_RGB_FullColour.png');
	background-size:contain;
	width: 210px;
	height: 75px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	outline: none;
	top: 0;
	position: absolute;
	margin-left: -10px;
}

/*adjust fill for cart and notiifcation icons, color for profile button and login links*/
.TopBarButtonColor {
    color: #06559e;
    fill: #06559e;
}

.TopBarButtonColor:focus, .TopBarButtonColor:hover {
    color: #06559e80;
    fill: #06559e80;
}

/*Change to clients primary colors*/

.custom-control-input:checked ~ .custom-control-label::before {
  color: #06559e;
  border-color: #06559e !important;
  background-color: #06559e !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(69, 0, 132, 0.25) !important;
}

/*N?av Pills + Breadcrumbs (on pages like profile + programs)*/

.dropdown-menu-profile .h6{
font-size: inherit!important;
    }
    
.bg-primary{ background-color: #06559e!important;}
.btn-outline-primary { color: #06559e!important;}
.btn-outline-primary:hover{
background-color: #7c878e!important;
color: #06559e!important;
 }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
 background-color: #06559e!important; /*Change to clients primary color*/
  }

.text-primary{color: #06559e!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: #06559e!important; /*Change to clients primary color*/
    }

.breadcrumb{background-color: #06559e;}
.breadcrumb a,.breadcrumb-item {color: #ffffff;}
.panelNotify.a.btn{color: #06559e;letter-spacing:0;font-size: 13px;} 

#sportsGroup .btn{color:#fff;}
.division-registration #sportsGroup .btn{color:#fff;}
.card.sport-listing{background-color:#06559e;}
.card.division-listing{background-color:#06559e;}
.card.card-body{background-color:#fff; border:transparent;}

.cd-top .align-items-center {
    justify-content: center;
}



/*Mobile Programs*/
.breadcrumb .dropdown-menu{max-height:500px;}
.dropdown-item{color:#000!important}

 /*   
@media (max-width:1400px){
	
}
@media (max-width:1200px){
	.LogoLink{
	width: 175px;
	height: 100px;
    }
}*/


@media (max-width:992px) {
.LogoLink{
	left: 50px;
	width: 110px;
	height: 60px;
}
}
 /*   
@media(max-width:767px) {
.LogoLink{
    width: 110px;
    height: 65px;
}

}*/


@media(max-width:359px) { 

.LogoLink {
	width: 110px;
	height: 60px;
}
}

.skip-main{display:none!important;}

.list-group{    
overflow-y: auto;
    max-height: 600px;}

#SearchCl .input-group{padding-top:40px;}

#sidebar .collapse {
  padding: 8px 0px;
  overflow-y: scroll;
min-height: 200px;
}
@media only screen and (max-width: 768px) {
	#LogoBackground.LogoLink, #sidebarLogo.LogoLink {
		margin-left: 6px;
		width: 100px;
	}
}

@media only screen and (max-width: 434px) {
	#LogoBackground.LogoLink, #sidebarLogo.LogoLink {
		margin-left: 8px;
		width: 140px;
	}
}

@media only screen and (max-width: 375px) {
	#LogoBackground.LogoLink, #sidebarLogo.LogoLink {
		margin-left: 4px;
		width: 70px;
	}
}

#TopBarRight {
    margin-right: 5px;
}

