@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,500,600,700|Roboto+Condensed:300,400,700');
@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.1b */
/* Version Date: June 17, 2017 */
/* Mobile Long Title Fixes: September 23, 2020 */
/* University of Michigan */




/* Bootstrap Basic Rules - Colour Change to Current School */
.text-primary {
  color: #00274c;
}

a.text-primary:hover, a.text-primary:focus {
  color: #002140;
}

.bg-primary {
  background-color: #00274c;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #00274c;
}

.btn-link {
  color: #00274c;
}

.btn-link:hover, .btn-link:focus {
  color: #002140;
  text-decoration: underline;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #002140;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #002140;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  border-color: #00274c;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #00274c;
}

.pagination>li>a, .pagination>li>span {
  color: #00274c;
}

.badge-primary {
  background-color: #00274c;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #00274c;
}

.progress-bar {
  background-color: #00274c;
}

.card-primary {
  border-color: #00274c;
}

.card-primary>.card-heading {
  background-color: #00274c;
  border-color: #00274c;
}

.card-primary>.card-heading+.card-collapse>.card-body {
  border-top-color: #00274c;
}

.card-primary>.card-heading .card-primary>.card-footer+.card-collapse>.card-body {
  border-bottom-color: #00274c;
}

.SearchButtonColor {
  background-color: #00274c;
  border-color: #00274c;
}

.TitleText-SP {
  color: #00274c;
}

.DescText-SP {
  color: #00274c;
}

.FooterBarBg {
  background-image: none;
}

/* Main Custom CSS Stylesheet */
body {
  padding-top: 114px;
  font-size: 15px;
  line-height: 1.428571429;
  font-family: 'Libre Franklin', ITC Franklin Gothic, Franklin Gothic, Roboto, Helvetica Neue, sans-serif;
  text-rendering: optimizelegibility;
  color: #262729;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

a {
  color: #3972bd;
  text-decoration: none;
}

a:hover, a:focus {
  color: #5b9af0;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:active, a:hover {
  outline: 0;
}

.white {
  color: #ffffff !important;
}

.black {
  color: #262729 !important;
}

.orange {
  color: #00274c !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #55575a;
  line-height: 1.3;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: 400;
}

h4, h5, h6 {
  font-family: 'Libre Franklin', ITC Franklin Gothic, Franklin Gothic, Roboto, Helvetica Neue, sans-serif;
}

h1, .h1 {
  font-size: 34px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}

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: #55575a;
  font-weight: 400;
  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: 114px;
}

.hamburger {
  font-size: 20px;
  transition: color .3s ease-out;
}

.hamburger:hover {
  color: #cccccc;
}

#lnkSearch {
  margin-right: 5px;
}

#lnkSearch .glyphicon-search {
  top: 3px;
}

/* Top Bar - Search Bar */
#SearchForm.TopSearch {
  margin-top: 40px !important;
}

#SearchForm .btn.SearchButtonColor {
  background-color: #ffffff;
  color: #00274c;
  font-size: 13px;
  height: 38px;
  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;
}

#SearchForm .btn.SearchButtonColor:hover {
  background-color: #e6e6e6;
  color: #00274c;
}

#SearchForm .form-control {
  background-color: #ffffff;
  padding: 2px 10px;
  height: 38px;
  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;
}

#SearchForm .form-control:focus {
  border-color: #dadada;
  box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.16);
  outline: none;
}

#SearchForm .form-control::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

#SearchForm .form-control:-ms-input-placeholder {
  color: #aaaaaa;
}

#SearchForm .form-control::-webkit-input-placeholder {
  color: #aaaaaa;
}

#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: 45px !important;
}

a.TopBarButtonColor:hover, a.TopBarButtonColor:focus {
  color: #cccccc;
}

.nav .nav-stacked>.active {
  background: #eeeeee;
}

#segNotification #segNotification #segNotification .badge:hover {
  background-color: #50b7db;
  color: #ffffff;
}

#segNotification.dropdown {}

.SocialShare {
  display: none;
}

.TopBarButtonsContainer {
  display: initial;
  float: none;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 20px;
  margin-top: 0;
}

@media (max-width:767px) {
  .TopBarButtonsContainer {
    top: 25px;
  }

  .SearchButton {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .NotificationIcon {
    font-size: 16px;
    margin-right: 10px;
  }

  .LoginPartialLinks {
    font-size: 12px;
  }
}

/* Body Content Styling */
.body-content {
  padding-top: 40px;
  padding-bottom: 60px;
}

.body-content

/* Navigation Main Menu + Icons */
.MenuMain {
  margin-bottom: 60px;
}

.Menu-Item {
  padding-bottom: 20px !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: #eeeeee;
  box-shadow: none;
  text-decoration: none;
  border: 1px solid #eeeeee;
}

.Menu-IconImage {
  margin-bottom: 20px;
}

.Menu-IconImage img {
  width: 90%;
  margin: 0 auto;
}

.Menu-IconName {
  font-size: 16px;
  line-height: 24px;
  overflow: visible;
  color: #55575a;
}

a.Menu-Item {
  color: #55575a;
}

a.Menu-Item:hover, .Menu-IconName:hover {
  color: #002140 !important;
}

/* 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: 11px;
  margin-top: 5px;
  line-height: 1;
}

#popr .container-fluid {
  min-width: 300px !important;
}

#popr .popr_content .col-md-3 {
  width: 50%;
  padding: 0px;
  float: left !important;
}

@media(max-width:568px) {
  #popr .container-fluid {
    min-width: 210px !important;
  }
}

@media(max-width:359px) {
  #popr .container-fluid {
    min-width: 160px !important;
    padding: 0;
  }
}

/* Social Media Section */
.NewsOuter .NewsHeader {
  margin: 0;
  background-color: #4296b4;
  padding: 15px;
  border-bottom: none;
}

.NewsOuter .NewsHeader:hover {
  background-color: #50b7db;
  text-decoration: none;
}

.CalendarOuter .NewsHeader {
  margin: 0;
  background-color: #4296b4;
  padding: 15px;
  border-bottom: none;
}

.CalendarOuter .NewsHeader:hover {
  background-color: #50b7db;
  text-decoration: none;
}

.NewsHeader #widgetButton {
  background-color: #ffffff;
  border: none;
}

#widgetButton.btn-primary {
  text-shadow: none;
  color: #4296b4;
  margin: 0;
  font-size: 13px;
  padding: 4px 5px 2px;
}

#widgetButton.btn-primary:hover {
  color: #50b7db;
}

.TweetsOuter .NewsHeader {
  margin: 0;
  background-color: #4296b4;
  padding: 15px;
  border-bottom: none;
}

.TweetsOuter .NewsHeader:hover {
  text-decoration: none;
  background-color: #50b7db;
}

.NewsHeader a:hover {
  text-decoration: none;
}

.NewsHeader h3 {
  color: #ffffff;
  font-size: 24px;
  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: #eeeeee;
}

.NewsThumbnail {
  margin-left: 0;
}

.NewsThumbnail .img-thumbnail {
  width: 75px;
  height: 75px;
}

.NewsTitle {
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 5px 0;
  color: #262729;
}

.NewsTitle:hover {
  text-decoration: none;
}

.NewsDate {
  padding: 0 0 5px 0;
}

.NewsDescription {
  font-size: 13px;
  max-height: 60px;
  color: #262729;
  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: #262729 !important;
  font-size: 14px;
}

.EventSubject {
  color: #262729 !important;
  font-size: 14px;
}

/* Page Inner Stylings */
.TitleDiv {
  padding: 0px;
  margin: 30px 0;
  border: 0;
  border-bottom: none;
}

.TitleDiv h1, .TitleDiv h2, .TitleDiv h3 {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 52px;
  color: #55575a;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: -1px;
}

/* Tabular Content Sections */
.card-secondary>.card-heading, .card-secondary.card-heading {
  background-color: #00274c;
  border: none;
  color: #ffffff;
}

.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;
}

.card-heading {
  border: none;
  border-radius: 0;
  padding: 12px 15px;
}

.card-heading h2 {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
}

#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: #eeeeee;
  color: #262729;
  padding: 7px 15px;
}

.nav>li>a {
  padding: 7px 15px;
}

.nav-pills>li>a {
  border-radius: 0px;
  color: #262729;
  font-weight: 400;
}

.nav-stacked>li+li {
  margin-top: 0px;
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: #eeeeee;
  color: #444444;
}

.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: #eeeeee;
  border: 1px solid #eeeeee;
}

.bodyProfilePage .list-group {
  box-shadow: none;
}

.bodyProfilePage #details #SearchFormItemList .breadcrumb {
  color: #ffffff;
  background-color: #00274c;
  border-radius: 0;
  list-style: none;
  margin-bottom: 0px;
  padding: 9px 15px;
  margin-left: 15px;
  height: 45px;
}

.breadcrumb {
  font-size: 16px;
  font-weight: 400;
  background-color: #00274c;
  border-radius: 0;
  list-style: none;
  margin-bottom: 30px;
  padding: 12px 15px;
  color: #ffffff;
}

.breadcrumb a {
  color: #ffffff;
  font-weight: 400;
}

.breadcrumb>li+li::before {
  color: #ffffff;
}

.breadcrumb>.active {
  color: #ffffff;
}

#SearchFormItemList h4.TitleText-SP, h5.TitleText-SP {
  font-family: 'Libre Franklin', ITC Franklin Gothic, Franklin Gothic, Roboto, Helvetica Neue, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #262729;
  margin-top: 5px;
  margin-bottom: 5px;
}

.PriceText, h5.PriceText {
  font-family: 'Libre Franklin', ITC Franklin Gothic, Franklin Gothic, Roboto, Helvetica Neue, sans-serif;
  font-size: 22px;
  color: #262729;
  text-align: right;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}

.glyphicon.DescText-SP {
  display: none;
}

.thumbnail {
  margin-right: 20px;
}

/* Mobile Flyout Menu Stylings */
/* Mobile Flyout Menu Stylings */
.row-offcanvas-left {
  left: -99%;
}

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: 15px;
}

#glyphExpand.glyphicon:hover {
  color: #2e4676;
}

/* Button Stylings */
.btn {
  border: none;
  font-weight: 600;
  border-radius: 3px;
  font-size: 14px;
  text-shadow: none;
  padding: 9px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #4296b4;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #50b7db;
  outline: none;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #50b7db;
  outline: none;
}

#btn-update-general-settings.btn {
  color: #002140;
  background-color: #ffffff;
}

#btn-update-general-settings.btn:hover {
  color: #262729;
  background-color: #dddddd;
}

.btn-secondary {
  text-shadow: none;
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.btn-secondary:hover {
  background-color: #777777;
  color: #ffffff;
}

.btn-secondary:focus, .btn-secondary.focus {
  background-color: #999999;
  color: #ffffff;
}

.btn-secondary:active, .btn-secondary.active {
  background-color: #8c8c8c;
  border-color: #8c8c8c;
  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: #50b7db;
  border-color: #50b7db;
  color: #ffffff;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background-color: #4296b4;
  border-color: #4296b4;
}

.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: #50b7db;
  border-color: #50b7db;
}

.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: #50b7db;
  border-color: #50b7db;
}

.btn-primary .modal-footer .btn+.btn {
  margin: 10px 0;
}

a .no-touch .cd-top:hover {
  background-color: #50b7db;
  color: #ffffff;
  opacity: 1;
}

.btn-secondary, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
  margin: 5px 0;
}

#panelNotify .badge {
  padding: 5px 8px;
}

.badge-primary {
  background-color: #00274c;
}

/* Drop Down Nav Menu Styling */
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #00274c;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #00274c;
}

.notification-item {
  padding: 5px 0;
  margin: 0 10px;
  border-bottom: 1px solid #d1d1d1;
}

#panelNotify>li.notification-item>a.btn {
  color: #ffffff;
  letter-spacing: 0;
  border: none;
}

/* 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: 220px;
  }
}

@media (min-width:825px) {
  .TopSearch {
    width: 260px;
  }
}

@media (min-width:992px) {
  .TopSearch {
    width: 300px;
  }
}

@media (min-width:1300px) {
  .TopSearch {
    width: 360px;
  }
}

@media (min-width:1600px) {
  .TopSearch {
    width: 460px;
  }
}

/* Anything Under 1400px */
@media (max-width:1400px) {}

/* Anything Under 1200px */
@media (max-width:1200px) {}

/* Anything Under 992px */
@media (max-width:992px) {
  .NewsOuter, .CalendarOuter, .TweetsOuter {
    margin-bottom: 30px;
  }

  #widgetButton.btn-primary {
    font-size: 14px;
    padding: 3px 5px;
    margin-right: 5px;
  }

  .PriceText {
    text-align: left;
  }

  .navbar-right {
    padding-right: 20px !important;
  }
}

/* Anything under 768px */
@media(max-width:767px) {
  body {
    padding-top: 70px;
    font-size: 14px !important;
  }

  body p {
    margin: 0 0 10px;
  }

  .navbar-header {
    height: 70px;
  }

  .hamburger {
    margin-right: 5px;
    font-size: 15px;
  }

  header 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: 24px !important;
    font-weight: 500;
  }

  .PriceText, h5.PriceText {
    font-size: 24px !important;
    text-align: left;
  }

  .Menu-IconName {
    word-break: keep-all;
  }

  .DescText-SP {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .TitleDiv {
    margin: 15px 0 30px 0;
  }

  .TitleDiv h1, .TitleDiv h2, .TitleDiv h3 {
    margin-top: 0;
  }

  .TitleDiv h1, .TitleDiv h2 {
    font-size: 36px !important;
  }

  .NewsMain {
    min-height: inherit;
  }

  #lnkSearch .glyphicon-search {
    top: 0px;
  }

  .NewsHeader h3 {
    padding-left: 10px;
  }
}

@media(max-width:568px) {
  .TopBarButtonsContainer {
    font-size: 13px;
  }

  .LoginPartialLinks {
    margin-left: 2px;
    margin-right: 5px;
  }

  .NotificationIcon {
    margin-right: 5px;
  }

  #segNotification .SearchButton {
    margin-right: 0px;
  }

  .TitleDiv h1, .TitleDiv h2 {
    font-size: 28px !important;
    margin: 5px 0;
    display: block;
  }

  h4.TitleText-SP {
    font-size: 19px !important;
  }

  .PriceText, h5.PriceText {
    font-size: 19px !important;
  }

  .Menu-Item {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
  }

  .Menu-IconImage {
    margin-bottom: 10px;
  }

  .Menu-IconImage img {
    width: 80%;
    margin: 0 auto;
  }

  .body-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media(max-width:359px) {
  body {
    font-size: 14px !important;
  }

  .Menu-IconImage img {
    width: 80%;
  }

  .Menu-IconName {
    font-size: 14px;
    line-height: 19px;
  }
}

/* -------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------- Custom Content Sections & Mobile -------------------------
----------------------------------------------------------------------------
-----------------------------------------------------------------------   */
/* ecHomepage - general style */
#ecHomePage {
  margin-top: 0px;
}

#ecHomePage #ecHomePage .jumbotron {
  background: url('/Content/Images/michigan-hero-1.jpg');
  background-repeat: no-repeat;
  background-position: 50%;
  height: 500px;
  min-height: 500px;
  background-size: cover;
  position: relative;
  border-bottom: 0;
}

#ecHomePage .jumbotron::before {
  background: rgba(0, 1, 2, .2);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#ecHomePage .front-header {
  position: relative;
}

#ecHomePage .text-box {
  color: #fff;
  text-shadow: 0 0 .5rem rgba(0, 0, 0, 1);
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 20px;
  padding-right: 20px;
}

#ecHomePage h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}

#ecHomePage p {
  font-size: 28px;
  line-height: 1.2;
  margin: 0;
}

#ecHomePage .jumbotron, #ecHomePage .container .jumbotron {
  margin: 0 auto;
  border-radius: 0;
  padding: 0;
}

#ecHomePage .jumbotron img, #ecHomePage .container .jumbotron img {
  max-width: 100%;
}

/* ecHeader - general */
#ecHeader {
  position: absolute;
  top: 0;
  background-color: #00274c;
  height: 114px;
  z-index: -1;
  padding: 0;
  margin: 0;
  width: 100%;
}

.HeaderBar {
  margin: 0;
  padding: 0;
}

/* ecContentFooter - custom content */
#ecContentFooter {
  background-color: #ececed;
  padding: 60px 0;
}

#ecContentFooter a:hover {
  text-decoration: none;
  color: #5b9af0;
}

#ecContentFooter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#ecContentFooter .social-center {
  text-align: center;
}

#ecContentFooter .social-link {
  font-size: 20px;
  font-weight: 600;
  color: #55575a;
}

#ecContentFooter .social-icon {
  display: block;
  padding-bottom: 5px;
  font-size: 38px;
}

/* ecFooter - custom content */
#ecFooter {
  color: #c0c0c0;
  font-size: 15px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #00274c;
}

#ecFooter .FooterBar {
  margin: 0;
  box-shadow: none;
  min-height: inherit;
}

.SchoolFooter {
  margin: 0;
  color: #c0c0c0;
  padding: 35px 0 20px;
}

#ecFooter ul {
  margin: 0;
  list-style: none;
}

#ecFooter a {
  color: #cfcfd0;
}

#ecFooter a:hover {
  text-decoration: none;
  color: #ececed;
  -webkit-transition: color .15s cubic-bezier(.14, .995, .61, 1), background .15s cubic-bezier(.14, .995, .61, 1), border .15s cubic-bezier(.14, .995, .61, 1), fill .15s cubic-bezier(.14, .995, .61, 1), stroke .15s cubic-bezier(.14, .995, .61, 1), box-shadow .15s cubic-bezier(.14, .995, .61, 1), -webkit-transform .15s cubic-bezier(.14, .995, .61, 1);
  transition: color .15s cubic-bezier(.14, .995, .61, 1), background .15s cubic-bezier(.14, .995, .61, 1), border .15s cubic-bezier(.14, .995, .61, 1), fill .15s cubic-bezier(.14, .995, .61, 1), stroke .15s cubic-bezier(.14, .995, .61, 1), box-shadow .15s cubic-bezier(.14, .995, .61, 1), transform .15s cubic-bezier(.14, .995, .61, 1);
}

/* Michigan Custom Footer Styling */
#ecFooter .footer a:focus, #ecFooter .footer a:hover {
  color: #ececed;
}

#ecFooter .list-dot {
  list-style: inherit;
}

#ecFooter .footer__logo {
  margin-right: 25px;
  float: left;
}

#ecFooter .footer__logo a {
  background: url('/Content/Images/michigan-logo-footer.svg');
  display: inline-block;
  height: 100px;
  width: 106px;
  text-indent: -99999px;
}

#ecFooter .footer__organization {
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  color: #ececed;
  letter-spacing: -.25px;
  -webkit-font-smoothing: antialiased;
  height: 28px;
  margin: 0;
}

#ecFooter .footer__colophon {
  float: left;
}

#ecFooter .footer__colophonline {
  padding-top: 5px;
}

#ecFooter .footer__colophonlink {
  font-weight: 600;
  line-height: 21px;
  color: #cfcfd0;
  display: block;
  padding-left: 20px;
}

#ecFooter .footer__colophonlink::before {
  background-position: 0;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 14px;
  margin-bottom: 0;
  margin-left: -20px;
  width: 20px;
}

#ecFooter .footer__colophonlink--address::before {
  background-image: url('/Content/Images/michigan-footercontact-map.svg');
}

#ecFooter .footer__colophonlink--phone::before {
  background-image: url('/Content/Images/michigan-footercontact-phone.svg');
}

#ecFooter .footer__colophonlink--email::before {
  background-image: url('/Content/Images/michigan-footercontact-mail.svg');
}

#ecFooter .footer__links {
  font-weight: 500;
  line-height: 20px;
  float: right;
  padding-right: 25px;
  padding-left: 0;
}

#ecFooter .footer__links li {
  display: block;
}

#ecFooter .footer__links a {
  font-weight: 500;
  line-height: 20px;
  display: block;
  padding-top: 12px;
}

#ecFooter .footer-copyright {
  float: left;
  margin-top: 50px;
  margin-bottom: 0;
}

/* ecFooter - Innosoft content */
.FusionFooter {
  color: #8a8d8e;
  padding: 15px 0px;
  background-color: #002140;
}

.FooterLogo {
  display: block;
  width: 130px;
}

.FooterLinkGroup {
  display: block;
  font-size: 12px;
}

.FooterLink {
  margin: 0 15px 0 0;
}

a.FooterLink {
  color: #c0c0c0;
  text-decoration: none;
}

a.FooterLink:hover {
  color: #ffffff;
  text-decoration: none;
}

.copyright {
  text-align: right;
  margin-top: 0;
}

/* Anything Under 1200px */
@media (max-width:1200px) {}

@media (max-width:992px) {
  #ecHomePage .jumbotron {
    height: 500px;
    min-height: 500px;
  }

  #ecContentFooter {
    padding: 50px 0;
  }

  #ecContentFooter .social-link {
    font-size: 17px;
  }

  #ecContentFooter .social-icon {
    padding-bottom: 0;
    font-size: 34px;
  }

  #ecFooter .footer-copyright {
    margin-top: 30px;
    font-size: 12px;
  }
}

@media(max-width:767px) {
  #ecHeader {
    height: 70px;
  }

  #ecHomePage #ecHomePage h1 {
    font-size: 40px !important;
  }

  #ecHomePage .jumbotron {
    height: 400px;
    min-height: 400px;
  }

  #ecHomePage p {
    font-size: 22px;
  }

  #ecFooter {
    padding: 20px 0 0 0;
    text-align: center;
  }

  #ecFooter p {
    font-size: 14px;
  }

  .FusionFooter {
    padding: 20px 10px 30px;
    text-align: center;
  }

  .copyright {
    text-align: center;
  }

  a.FooterLink {
    margin: 5px;
  }

  .FooterLinkGroup {
    float: none !important;
  }

  .SchoolFooter {
    padding: 0px 10px;
  }

  .FooterLogo {
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    float: none !important;
  }

  .SchoolLinks {
    padding: 20px 30px;
  }

  #ecFooter .footer__logo {
    margin-right: 0;
    float: none;
    padding-top: 10px;
  }

  #ecFooter .footer__colophon {
    float: none;
    padding-top: 20px;
  }

  #ecFooter .footer-copyright {
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #ecFooter .footer__links {
    display: inline-block;
    float: none;
    padding: 0 25px 20px;
  }
}

@media(max-width:568px) {
  #ecHomePage h1 {
    font-size: 28px !important;
    letter-spacing: 0;
  }

  #ecHomePage .jumbotron {
    height: 240px;
    min-height: 240px;
  }

  #ecHomePage p {
    font-size: 17px;
    letter-spacing: 0;
  }

  #ecContentFooter {
    padding: 35px 0 30px;
  }

  #ecContentFooter .social__link__handle {
    display: none;
  }
}

@media(max-width:359px) {
  #ecHomePage .jumbotron {
    height: 200px;
    min-height: 200px;
  }

  #ecHomePage h1 {
    font-size: 24px !important;
  }
}

/* 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: #262729;
  background-color: #ffffff;
  border: 0;
}

#btn-update-general-settings.btn:hover {
  color: #262729;
  background-color: #dadada;
  border: 0;
}

#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;
}

@media(max-width:568px) {
  .breadcrumb {
    font-size: 13px;
  }
}

h4.program-schedule-card-header {
  font-size: 17px;
  color: #262729;
  font-weight: 700;
  font-family: 'Libre Franklin', ITC Franklin Gothic, Franklin Gothic, Roboto, Helvetica Neue, sans-serif;
}

.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: #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;
}

/* 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: #00274c;
  font-weight: 400;
}

#Shibboleth.btn-social {
  background-color: #00274c;
  color: #ffffff;
}

#Shibboleth.btn-soundcloud:hover {
  color: #fff;
  background-color: #002140;
}

.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: #00274c;
}

.btn-linkedin:active, .btn-linkedin.active, .open>.dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #002140;
}

#btn-search-contact .btn-secondary {
  margin: 0;
}

/* New Search Width Fix for Mobile */
/* To Top Indent Fix */
/* GDPR Cookie Rules */
#gdpr-cookie-message {
  font-family: inherit;
}

/* Remove the footer Space */
body>br.clearfix {
  display: none;
}

/* Generic Fixes */
.program-schedule-card .btn {
  margin-left: 15px;
}

textarea {
  margin-bottom: 10px;
}

#calendarDiv {
  float: none !important;
}

#SearchFormCl .btn.SearchButtonColor, #SearchFormCl .btn-secondary {
  background-color: #f2f2f2;
  color: #000000;
  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: #000000;
}

#SearchFormCl .input-group {
  padding: 10px;
  background-color: #00274c;
}

#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: #808080;
  opacity: 1;
}

#SearchFormCl .form-control:-ms-input-placeholder {
  color: #808080;
}

#SearchFormCl .form-control::-webkit-input-placeholder {
  color: #808080;
}

#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 .list-group-item:nth-child(2n+1) {
  background-color: #f5f5f5;
}

.list-group .list-group

/* New Sign In Button */
#socialLoginList button.btn-social {
  font-size: 19px;
  padding: 9px 15px;
  border: 1px solid #00274c;
  background-color: #00274c;
  -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 #50b7db, 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 #50b7db, 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 #50b7db, 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);
}

#socialLoginList button.btn-social:hover {
  color: #ffffff;
  background: #50b7db;
  background-color: #50b7db;
}

#Shibboleth.btn-social {
  background-color: #00274c;
  color: #ffffff;
  padding: 9px 15px;
  font-size: 14px;
}

#Shibboleth.btn-soundcloud:hover {
  color: #ffffff;
  background-color: #50b7db;
}

.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: #00274c;
}

.btn-linkedin:active, .btn-linkedin.active, .open>.dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #50b7db;
}

#btn-search-contact .btn-secondary {
  margin: 0;
}

/* Court Selection Mobile Fixes */
@media (max-width:568px) {
  .bodyCourtBookingsPage #ReservationGrid .col-xs-5, .bodyCourtBookingsPage #ReservationGrid .col-xs-7 {
    width: 50% !important;
  }

  .bodyCourtBookingsPage #ReservationGrid td {
    font-size: 12px !important;
    padding: 6px;
  }
}

/* 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;
  }
}

/* IM Intramural Registration Page Styling */
#sportListing {
  padding: 0;
}

.division-registration .card-heading {
  background-color: #777777;
}

.division-registration .card-heading:hover {
  background-color: #545454;
}

.division-listing .card-heading {
  background-color: #00274c;
}

.division-listing .card-heading:hover {
  background-color: #00274c;
}

.division-registration .division-registration .division-listing .division-listing .division-registration>.division-registration .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;
  text-transform: uppercase;
}

.division-registration h4.TitleText-SP, .division-registration h5.TitleText-SP {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
}

@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;
  }
}

#segNotification li.notification-item>a.btn {
  color: #ffffff;
  letter-spacing: 0;
  font-size: 13px;
}

#segNotification li.notification-item>a.btn:hover {
  background-color: #00274c;
}

/* Add */
.bodyHomePage .TitleDiv {
  display: none;
}

/*modify to change sidebar body color. hover and focus will calculate from these vars*/
:root {
  --topBarHeight: 114px;
  --sidebarBodyColor: #fafaf9;
  --sidebarLinkColor: #000;
  --sidebarLinkPress: #00000080;
  /*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-color: #00274b;
  /*background: linear-gradient(135deg, #000 0%,#d63e00 100%);*/
  /*var(--topBarHeight);*/
}

/*Change url to load a different image for top and sidebar*/
#LogoBackground.LogoLink, #sidebarLogo.LogoLink {
  background-image: url('/Content/Images/michigan-logo-recsports.svg');
  background-size: contain;
  width: 250px;
  height: 114px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  top: 0;
  position: absolute;
  left: 100px;
}

/*adjust fill for cart and notiifcation icons, color for profile button and login links*/
.TopBarButtonColor {
  color: #fff;
  fill: #fff;
}

.TopBarButtonColor:focus, .TopBarButtonColor:hover {
  color: #ffffff80;
  fill: #ffffff80;
}

/*Change to clients primary colors*/
.custom-control-input:checked~.custom-control-label::before {
  color: #00274c;
  border-color: #00274c !important;
  background-color: #00274c !important;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 39, 76, 0.25) !important;
}

/*N?av Pills + Breadcrumbs (on pages like profile + programs)*/
.dropdown-menu-profile .h6 {
  font-size: inherit !important;
}

.bg-primary {
  background-color: #00274c !important;
}

.btn-outline-primary {
  color: #00274c !important;
}

.btn-outline-primary:hover {
  background-color: #7c878e !important;
  color: #00274c !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #00274c !important;
  /*Change to clients primary color*/
}

.text-primary {
  color: #00274c !important;
}

/*Change to clients primary color*/
/*Change to clients secondary color*/
.list-group-item.active {
  background-color: #e1e1e1 !important;
  border-color: #e1e1e1 !important;
  color: #00274c !important;
}
/*
.dropdown-item.active, .dropdown-item:active {
  background-color: #00274c !important;
}
*/

/*Change to clients colors*/
/*.card-header {
  background-color: #00274c;
  border-color: #00274c;
  color: #fff;
}*/

.breadcrumb {
  background-color: #00274c;
}

.breadcrumb a, .breadcrumb-item {
  color: #ffffff;
}

.panelNotify.a.btn {
  color: #00274c;
  letter-spacing: 0;
  font-size: 13px;
}

.cd-top .align-items-center {
  justify-content: center;
}

/*.nav>li>a {
  color: #fff;*/
}
.nav.nav-tabs >li>a {
color:inherit;
}

.sport-listing .card-title .btn-link {
  color: #fff;
}

#divLoginModal .modal-body #section-sign-in #section-sign-in-first .row:nth-child(6) > .col {
  padding-bottom: 2em;
}
#divLoginModal .modal-body #section-sign-in #section-sign-in-first .row:nth-child(6) > .col:before {
  content: '';
  border-bottom: 1px solid #C8C8C8;
  width: calc(100% - 30px);
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#divLoginModal .modal-body #section-sign-in #section-sign-in-first .row:nth-child(6) > .col:after {
  content: 'OR';
  padding:.5em;
  background-color:#fff;
  position:absolute;
  bottom:0px;
  left:50%;
  transform:translate(-50%, 50%);
  font-size:80%;
  color: #C8C8C8;
}
#divLoginModal .modal-body #section-sign-in #section-sign-in-first .text-separator {
  display:none;
}

#divLoginModal label[for="txtEmailUsernameLogin"]::before {
  content: 'Don\'t have a U-M uniqname? Sign in using your ';
}

.container.social > .row {
    width: 100%;
    justify-content: space-between;
    max-width: 600px;
    margin-inline: auto;
}
.FooterBar { margin-top:0;}
