/*
 * Name: EHSL Main Brand Bar Footer Default CSS
 * Version: 1.1
 *
 * Footer for Client Sites
 * Minify all production files
 * Font to load
   <link rel='stylesheet' id='google-fonts-css-css'  href='https://fonts.googleapis.com/css?family=Ubuntu:400' type='text/css' media='all' />
 */

/*--------------------------------------------------------------
0.0 Cheatsheet
--------------------------------------------------------------*/
/*
  U Health Collegiate Branding > Eccles health Sciences Library
  https://pulse.utah.edu/site/marcomm/Pages/Collegiate-Branding.aspx
  https://pulse.utah.edu/site/marcomm/eccles-health-sciences-library
*/
/* Colors */
/*
Name: UHealth Red
HEX : #AC162C
RGB : 172,22,44

Name: UHealth Black (90%)
HEX : #414042
RGB : 65,64,66

Name: UHealth White
HEX : #FFFFFF
RGB : 255,255,255
*/
/* Sizes */
/*
max-width: 180px
max-height: 79px

width: 
height: 73px

U Block Padding
Top: 20px
Right: 20px
Bottom: 22px
Left: 20px

Border Radius
bottom: 3px

Margin
margin-right: 16px
*/

/* Comment if ehsl_mobile_main.css loaded */
/**/
.flex {
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: -webkit-flex; 
  display: flex; 
}

.hide { display: none }
.show {}
/**/

/*--------------------------------------------------------------
  SVG Fallback for EHSL LOGO
--------------------------------------------------------------*/

#footer-brand img.fall-back {
  width: 75%;
  height: auto;
}

@media (min-width: 480px) {
   #footer-brand img.fall-back {
    width: auto;
  }
}

/* Footer Brandbar */
.dev-footer {
  border-top: 0;
  width: 100%;
  color: #58595b;
  color: #fff;
  font-family: "Sofia-Pro", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  /*background-color: rgba(0, 0, 0, .85)*/
}

.dev-footer a,
.dev-footer a i,
.dev-footer a:link {
  color: #fff;
  text-decoration: none;
}

.dev-footer a:hover {
  text-decoration: none;
  background-color: #ac162c;
  
}

.dev-footer a:focus,
.dev-footer a:active {
  text-decoration: none;
}

.dev-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.dev-footer ul li {
  display: inline-block;
  font-size: .75em;
  line-height: 1em
}

.dev-footer ul li a {
  padding: 2px .1875em
}

.dev-footer .widget {
  width: 100%;
  text-align: center;
}

.dev-footer .widget a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Uncomment if sponsor bar included */
.sponsor-bar {
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #48484A;
  font-size: 1em;
  background-color: #f1f2f2;
  background-color: rgba(65, 64, 66, 0.8);
}

/* Uncomment if Social links added to frontpage 
@media (max-width:959px) {
  .home .follow-social {
    display: none
  }
}
.home .follow-social {
  color: #fff
}
.home .follow-social a {
  color: #fff
}
.home .follow-social a:hover {
  color: #48484a
}
*/
.follow-social {
  font-size: 1em;
  background-color: transparent;
}

.follow-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.follow-social ul li {
  display: inline-block
}

.follow-social i,
.sponsor-bar i {
  padding: .5em .75em;
}

@media (min-width:48rem) {
  .follow-social,
  .sponsor-bar {
    font-size: 1.5em;
  }
}

@media (min-width:60rem) {
  .follow-social {
    position: absolute;
    top: 0;
    left: -5em;
    margin-top: 1em;
  }
  
  .follow-social ul li {
    display: block;
  }

  .follow-social ul li:first-child {
    font-size: .875em;
  }
}

.library-bar {
  color: #fff;
  /*max-width: 1200px;
  width: 100%;
  margin: 0 auto 0*/
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 1.125em 2.25em rgba(0, 0, 0, .37), 
              0 0.625em 0.625em rgba(0, 0, 0, .32);
}

.library-bar .developer {
  color: #fcf3d8;
  text-align: center;
  background-color: #48484A;
}

.library-bar .developer h4 {
  padding-bottom: 12px;
  color: #fcf3d8;
  font-size: 1em;
  font-weight: 200;
  letter-spacing: 1px;
}

.library-bar .developer a {
  color: #fcf3d8;
  font-weight: 600;
}

.library-bar .developer a:hover {
  color: #58BDDB;
  background: transparent
}

.library-bar .wrapper {
  padding-top: 1em;
}

.library-bar .wrapper .flex {
  flex-direction: column;
  padding-bottom: 1em;
}

.footer-logo {
  margin-top: 1em;
  /*width: 100%;
  padding-right: 1em;
  padding-left: 1em;
  text-align: center*/
}

.service-logo {
  width: auto;
}

.footer-address {
  padding-top: .875em;
  text-align: center;
}

.footer-address address {
  font-style: normal;
}

@media (min-width: 37.4375rem) {
  .library-bar .wrapper .flex {
    flex-direction: row;
    /*max-width: 1200px;*/
    max-width: 64rem;
    width: 100%;
    margin: 0 auto;
  }
  .footer-logo,
  .footer-address {
   /* width: 50%*/
   text-align: center;
  }
  .footer-address address {
    width: 75%;
    text-align: center;
  }
}

.footer-logo figure {
  /*width: 13.125rem;
  height: 4.375rem;*/
  width: 200px;
  height: auto;
  margin: 1em auto 0;
}

.footer-logo .uhealth-ehsl-logo__block-u,
.footer-logo .uhealth-ehsl-logo__text {
    fill: #fff;
}

.dev-footer .footer-logo a:hover {
  background-color: transparent;
}

/* Uncomment if links section included */
.footer-links {
  padding: 1em;
}

.footer-links div>ul li:first-child {
  color: #58BDDB;
}

.footer-links div {
  margin-top: .75em;
  width: 100%;
  text-align: center;
}

@media (min-width: 37.4375rem) {
  .footer-links {
      flex-direction: row;
  }
  
  .footer-links div {
    margin-top: .375em;
    width: 49%;
  }
  
  .partner-links {
    text-align: right;
  }
}

ul.partner-links img {
  width: auto;
  height: 2.1875rem;
  margin-top: .25em;
}

ul.partner-links a:hover {
  background-color: transparent!important
}

.dev-footer ul.legal {
  padding: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 1.0);
}

.credits {
  display: block;
  overflow: hidden;
  width: 100%;
  background: url('https://library.med.utah.edu/digital-collections/derma/wp-content/uploads/sites/4/2018/10/footer_uofu_som_classthanku_2020_bg-light.jpg') no-repeat center -140px;
  /*background-color: rgba(0,0,0,0.85); opacity: 0.75;*/
}

.partners {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255,255,255,0.33);
}

.partners img {
  position: relative;
  display: block;
  z-index: 2;
  width: 180px;
  height: auto;
  margin: 20px auto;
}