    .box-body {	text-align: justify;}

    .skin-red-light .wrapper {background-color: white;}
    .skin-red-light .main-header .logo{background-color: rgb(128,0,0);}
    .skin-red-light .main-header .navbar{background-color: rgb(128,0,0);}
    .skin-red-light .main-header .navbar .sidebar-toggle:hover { background-color: #961f1b;}
    .skin-red-light .main-header .logo:hover { background-color: #961f1b;}


    .bg-uchicago-light{background-color:rgb(156, 96, 94); color: #fff !important;}
    .bg-uchicago{background-color: rgb(128,0,0); color: #fff !important;}
    .bg-uchicago-gray{background-color:#565656; color: #fff !important;}
    .box.box-uchicago{border-top-color: rgb(128,0,0);}
    .box.box-uchicago-gray{border-top-color: #565656;}
    .btn-uchicago{color: #fff;background-color:rgba(128, 0, 0, 0.95);}
    .btn-uchicago-gray{color: #fff;background-color: rgb(73, 76, 78);border-color: #000000;}

    .bg-uchicago-gray-gradient{background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #464343), color-stop(1, #801a17)) !important;color: #fff;}

    .img-circle-logo{width: 150px;height: auto;border: 3px solid #144069;border-radius:50%;}
    .widget-user-image-logo{position: absolute;top: -60px;left: 55%;margin-left: -95px;}


    #home-title{
    font-size: 100pt;
    margin: 0 auto;
    font-family: uchicago-light;
    text-transform: uppercase;
    text-align: center;
    font-weight: 5pt;
    color: white;
    padding-top: 10vh;
    text-shadow: 3px 3px 5px black;}

    #home-title-2{
    font-size: 28pt;
    font-family: uchicago-light;
    color: white;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    }

    .partner-logo{height:50px;margin:20px;}

    .content{font-size:16px;}


 /*legend*/
.legend-container-a{
  position: absolute;
  display: inline-block;
  right: 65px;
  bottom: 30px;
  background: white;
  padding: 5px;
  z-index: 4;
  border-radius: 4px;
  box-shadow: 1px 1px 5px #888888;
  width: auto;
}
.legend-container-over-map .legend-title-over-map {
  position: relative;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  /*font-size: 90%;*/
  z-index: 6;
  }
.legend-container-over-map .legend-scale ul {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  z-index: 6;
  }
.legend-container-over-map .legend-scale ul li {
  position: relative;
  display: block;
  float: left;
  width: 50px;
  margin-bottom: 6px;
  text-align: center;
  /*font-size: 80%;*/
  list-style: none;
  z-index: 6;
  }
.legend-container-over-map ul.legend-labels li span {
  position: relative;
  display: block;
  float: left;
  height: 19px;
  width: 50px;
  z-index: 6;
  }
.legend-container-over-map .legend-source {
  /*font-size: 70%;*/
  color: #999;
  clear: both;
  z-index: 6;
  }
.legend-container-over-map a {
  color: #777;
  z-index: 6;
  }



@media only screen and (max-width: 700px){
    .uchi-logo{margin:0px; width: 50%;}
    #home-title{font-size: 60pt;}
    #home-title-2{font-size: 18pt;}
    .img-circle-logo{width: 100px;height: auto;border: 3px solid #144069;border-radius:50%;}
    .widget-user-image-logo{position: absolute;top: -70px;left: 60%;margin-left: -95px;}
}