﻿html {
    background-position: left top;
    background-color: #354566 !important;
    background-image: url('/images/Masthead-bg-10x130.png');
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}
.masthead {
    /*10x130px*/
    background-image: url('/images/Masthead-bg-10x130.png');
    background-repeat: repeat-x;
    height: 130px;
}
.masthead-half {
    /*10x49px*/
    background-image: url('/images/Masthead-bg-10x49.png');
    background-repeat: repeat-x;
    height: 49px;
}

#body {
    background-color: #99CCFF !important;
}
h1, h2, h3,
h4, h5, h6 {
    color: midnightblue;
    margin-bottom: 0;
    padding-bottom: 0;
}
 a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

.acm-bg {
  /*  background-color: #99CCFF; */
  background-color: #ACC8F2;
    color: navy;
}

 #subheader-half h1, h2, h3 {
    padding-top: 30px !important;
    color: navy !important;
    margin-bottom:-20px !important;
}
 
/* brand logo*/
.brand-logo {
    background-image: url('Demo/StarwoodLogo.png');
    background-repeat: no-repeat;
    width: 330px;
    height: 65px;
    margin-left: 30px; 
    margin-top:5px;
    margin-bottom:30PX;
    border-image:none;
    position:absolute; 
    z-index:5;
}
 .brand-logo-short {
    background-image: url('Demo/StarwoodLogo.png');
    background-repeat: no-repeat;
      width:330px;
    height:65px;
    margin-left:50px;
    margin-top:-10px;
    border-image:none;
    position:absolute; 
    z-index:5;
}
/*body {
    background-color: #3A64B7 !important; 
} */
/* .acm-bg {
     background-color:#354566 !important;
     color: white !important;
}*/
/**************** kube overload *************************/

/* Stacked */
.nav-stacked ul {
    margin-bottom:-22px !important;
}
.nav-stacked li {
  margin-bottom: 15px;
 margin-top:15px;
}
.nav-stacked a, .nav-stacked span {
    padding: .5em .7em .5em .7em;
        color:aliceblue !important;
}
.nav-stacked a {
   border-radius:5px;
}
.nav-stacked a:hover {
  color: white !important;
  background: #3155a4;
  text-decoration:none;
}
.nav-stacked li.active a,
.nav-stacked span {
 
  text-decoration: none;
  cursor: text;
  color: white !important;
}
.nav-stacked span {
  padding: 0px !important;
  text-decoration: none;
  cursor: text;
  color: white !important;
}
/* nav tier1 and tier2 -----
    Tier 1 may not highlight because only one span tag can be selected.
    -----------------------*/
.tier1 li {
    margin-bottom:15px;
    margin-top:15px;
    width:220px;
}
 
.tier1 a:hover {
    background: #B6C7E9;
    color: black !important;
    font-weight: 600;
}
.tier1 a {
    color: white !important;
    padding: .5em .7em .5em .7em;
    text-decoration: none;
    border-radius:5px;
}
.tier1  span {
    padding: 0px !important;
    background: #4772C9 !important;
    border-radius:5px;
}

/* Tier 2 */
#leftnav .tier2 li:last-child, ul::after  {
    margin-bottom: 2px;
}
#leftnav .tier2 li {
    margin-bottom: 10px;
    margin-top: 10px;
    color: white !important;
    background: #6F8EC4;
    width: 125px;
    border-radius: 5px;
}
#leftnav .tier2 a, .tier2 span {
   padding: .5em .7em .5em .7em;
    padding: .6em .7em;
   color:white;
   text-decoration:none;
   width:125px;
    border-radius: 5px;
}
#leftnav .tier2 a {
  background: transparent;
   border-radius:5px;
  
}
#leftnav .tier2 a:hover, span {
   /* color: white !important;*/
    background: #7A99D8;
    text-decoration: none;
}
#leftnav .tier2 li.active a,
#leftnav .tier2 span {
  background:  #3155a4;
  width:125px;
  padding: 0px !important;
  text-decoration: none;
  cursor:pointer;
  color: white !important;
}


/* Stats */
.nav-stats li {
  position: relative;
}
.nav-stats a,
.nav-stats span {
  padding-right: 50px;
}
.nav-stats sup,
.nav-stats .badge {
  position: absolute;
  top: 50%;
  right: 0;
}
.nav-stats sup {
  color: rgba(0, 0, 0, 0.4);
}
.nav-stats .badge {
  margin-top: -8px;
}