body {
   background-color: #e9f4ff;
}

    #top-header {
           height: 60px;
      padding: 0 15px;
    margin-right: auto;
    margin-left: auto;
    }
    #top-header-logo-link {
       text-decoration: none;
    }

#app-header {
   background-color: #FFF;
}

    h1.logo-customized {
      display: inline-block;
      margin: 10px;
      background-color: #FFF;
      padding: 0 10px;
      border-radius: 5px;
      //height: 40px;
    }

    #top-header .top-header-logo {
      display: inline-block;
      margin: 10px;
      background-color: #FFF;
      padding: 0 10px;
      border-radius: 5px;
      height: 40px;
    }

    #top-header .top-header-logo img {
      width: 100%;
      height: 100%;
    }

    #top-header .top-header-logo-text {
      display: inline-block;
      height: 60px;
      line-height: 60px;
      color: #00274C;
      vertical-align: top;
      font-family: Verdana, sans-serif;
      font-size: 14pt;
      font-weight: bold;
    }

    #app-header .container #header-logo-text { 
       line-height: 80px;
      color: #00274C;
      font-family: Verdana, sans-serif;
      font-size: 12pt;
      font-weight: bold;
}

#app-header a {
  color: #00274C;
}

    #user-nav .user-nav-link {
      margin: 15px;
      font-size: 16px;
    }

    #home-page .feature-region {
     background-color: #FFF;
     min-height: 0px;
     /*
      background: rgba(0,39,76, 0.1) 
      url(https://storage.googleapis.com/ls_static_content/images/BigGripLogo.png) center center no-repeat;
      background-size: contain;
      height: 300px;
      max-width: 100%;
      border: 10px solid rgba(0,39,76, 0);
    */
    }

#custom-info-block {
    text-align: center;
    background-color: #FDC26B;
    padding: 10px 0;
    font-size: 15px;
}

#search-form.callout-region, #search-form .search-form-container {
    background-color: #00274C;
}

@media screen and (min-width: 768px) {
#top-header{
    width: 750px;
}
}
@media screen and (min-width: 992px) {
#top-header{
    width: 970px;
}
}

@media screen and (min-width: 1200px) {
#top-header{
    width: 1170px;
}
}