html {overflow-y:scroll}
body{
  height: 100%;
    margin: 0;
  text-rendering:optimizeLegibility;
  font-family:'Quattrocento Sans',Candara,'Gill Sans',Optima,Helvetica,sans-serif;
  font-size: 100%
}
#mainContainer{}
#bannerContainer{
  background:#36404e;
  padding-bottom:5px
}
#banner {
  width: 960px;
  margin:0 auto
}
#banner img{height:50px; padding: 37px 6px;}
.logout,
#having-a-problem {
  float: right;
  margin: 15px 10px 0 0;
  color:#fff;
  clear:both
}
.logout a,
#having-a-problem a {
  text-decoration: none;
  color:#fff;
  border-bottom:1px solid #fff;
}
#alertContainer{
  width: 100%;
  min-height: 30px;
  background-color: #8c0b23;
}
#alert{
  margin: 0 auto;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  height: 30px;
}
#contentContainer{margin-bottom:0px;}
#content{
  width:100%;;
  margin:0 auto;
  padding-top:0px;
}
#content a {
  text-decoration:none;
  border-bottom:1px solid #0754cc;
  color:#0754cc;
}
#error{
  border: 1px solid #ff002e;
  padding: 10px;
  font-size: 14px;
  background-color: #f0c2ca;
  font-weight: bold;
}

h1 {
  font-family: 'Montserrat','Segoe UI','Century Gothic',Verdana,sans-serif;
  font-size:36px;
  font-weight:400;
  color:#222;
  margin:0 0 24px 0;
}

.item{margin: 8px 5px;}
.item.title{font-size: 18px;}
.item.desc{}
.desc{font-size: 16px;}
.desc.detail{font-size: 16px;}

.bCrumb{
  font-size: 14px;
  color:#595959;
  margin-bottom:1.5em
}
.bCrumb a {
  font-size: 14px;
  border-bottom:none !important;
  color:#0754cc
}
.bCrumb a:hover {border-bottom:1px solid #0754cc !important}
#mediaWrapper{
 position: relative;
  width: 100% ;
  padding-bottom: 56.25%; /* 16:9 aspect ratio = 9/16*100 */
  height: 0;
}
#media {
}

li{margin: 5px 0;}

#pcode-form {margin: 20px 0;}
input.pcode {
  font-size: 20px;
  width: 200px;
}
.pcode-submit{font-size: 20px;}

#footerContainer{background-color: #28313E}
#footer{
  width:950px;
  margin:0 auto;
  color:#fff;
  padding:10px 0;
  font-size:0.75em;
  line-height:1.5em
}
#footer a{
  color:#fff;
  border-bottom:1px solid #fff;
  text-decoration:none
}
#copyright-notice {float:right}
