.logo_container {
  height: 75px;
  line-height: 17px;
  margin-left: 15px;
  margin-top: 10px;
}


#header .logo {
  margin: 0 20px 1px 20px;
}
#header .logo img {
  margin-left: -7px;
  margin-top: 12px;
  max-height: 120px;
}
#header .top_nav {
  position: absolute;
  right: 15px;
  top: 3px;
}

#printHeader,
#printFooter {
  display: none;
}

/*header*/
#header .logo {
  margin: 0 20px 10px 20px;
}
#header .logo img {
  margin-left: -7px;
  margin-top: 12px;
  max-height: 80px;
}
#header .top_nav {
  position: absolute;
  right: 15px;
  top: 3px;
}
#header .top_nav li a {
  font-size: 12px;
  padding-left: 7px;
  padding-right: 7px;
  text-decoration: none;
  color: #143753;
  font-weight: bold;
}
#header .top_nav a:hover {
  box-shadow: 0 0 2px 0 rgba(55, 55, 55, 0.95);
}
#header .nav ul, #header .top_nav ul {
  list-style: outside none none;
}


@media(min-width: 768px) {
  /* Electric Cooperatives */
  .module-electriccooperatives .map {
    height: 600px;
  }
}

@media(max-width: 1024px) {
  #header .top_nav li a {
    font-size: 1vmax;
  }
  .navigation-link {
    font-size: 0.65em;
    padding: 2px 10px 0;
  }

  #page #content { 
    width: calc(100% - 60px);
  }
  #wrapper {
    width: 850px;
  }
  #blocks {
    height: auto;
  }
  #blocks .left {
    float: none;
    display: block;
    text-align: center;
    width: 100%;
  }
  #blocks .right {
    float: none;
    display: block;
    width: 100%;
    white-space: normal;
  }
}

@media(max-width: 850px) {
  #wrapper {
    width: 100%;
  }
  #page-wrapper {
    padding: 0 17px 0 10px;
  }
  #page #content { 
    width: calc(100% - 60px);
  }
}

.module-electriccooperatives .map {
  height: 700px;
}

.module-electriccooperatives #mapwindow {
  width: 88%;
}

.module-electriccooperatives #mapinfo {
  width: 10%;
  padding-left: 5px;
}

.outages-map-loading {
  display:inline-block;
  margin-left:10px;
  width:16px;
  height:16px;
  background-image: url("/core/public/shared/assets/images/userinterface/processing.gif");
  background-repeat: no-repeat;
}

.module-electriccooperatives .loading {
  display: none;
  width: 16px;
  height: 16px;
  padding-left: 25px;
  background-image: url("/core/public/shared/assets/images/userinterface/processing.gif");
  background-repeat: no-repeat;
}

.navbar-fixed-bottom {
  width: 20%;
}

@media (max-width: 991px){
  .module-electriccooperatives span.tablet-view {
    color: black;
  }

  .module-electriccooperatives span.mobile-view {
    color: white;
  }

  .navbar-fixed-bottom {
    width: 25%;
  }
}

@media (max-width: 767px){
  .module-electriccooperatives .map {
    height: 400px;
  }
  .navbar-fixed-bottom {
    width: 30%;
  }
  
}

@media(max-width: 479px) {
  .module-electriccooperatives .map {
    height: 375px;
  }
  .navbar-fixed-bottom {
    width: 45%;
  }
}


#main-content {
  background-color:#fff
}

#main-header {
  -webkit-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
  -moz-transition: background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out;
  transition:background-color .4s, color .4s, transform .4s, opacity .4s ease-in-out
}

.container {
  position: relative;
  width: 95%;
  max-width: 1080px;
  margin:auto
}

#main-content .container {
  padding-top:58px
}


#logo {
  display: inline-block;
  float: none;
  max-height: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform:translate3d(0, 0, 0)
}

