/* iPhone Stylized */

/* hide from ie on mac \*/
html {
  height: 100%;
}
/* end hide */

div#flashcontentholder, div#flashcontent {
  height: 100%;
}

body {
  height: 100%;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 13px;
  font-family: helvetica, tahoma, verdana, arial;
  vertical-align: baseline;
  
  -webkit-text-size-adjust: none;
}


div#noflash {
  padding: 30px;
}


img{vertical-align:middle;}
img{width:100%;height:auto;}

h1 { font-size: 20px; }
h2 { font-size: 20px; }
h3 { font-size: 20px; }

hr { border: none; margin: 0 0 25px 0; }

h1#mainTitle {
  font-weight: bold;
}

div#pageText h1, div#pageText h2 {
  line-height: 21px;
}

div#branding {
  margin-bottom: 20px;
}
div#branding-spacer {
  margin: 0 20px;
}
div#pageContent {
  overflow: hidden;
  margin: 0 20px;
}

div#pageTitle {
  margin-top: 20px;
}

div#pageText {
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
div#pageText p {
  margin: 10px 0;
}


/* Style our Nav */
div#nav-container {
  padding-top: 1px;
  padding-bottom: 5px;
}

div#nav-container ul {
  margin-left: 0;
  padding-left: 0;
  text-indent: 0;
}

div#nav-container ul li {
  width: auto;
  list-style: none;
  margin-bottom: 1px;
}

div#nav-container ul li a:link, div#nav-container ul li a:visited {
  text-decoration: none;
}

div#nav-container ul li.main-nav a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 13px;
  padding-top: 6px;
  text-indent: 20px;
  font-weight: bold;
}

div#nav-container ul li.sub-nav a {
  text-transform: lowercase;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 100%;
  height: 21px;
  padding-top: 4px;
  text-indent: 40px;
}

div#nav-container ul li.main-nav a.selected, div#nav-container ul li.sub-nav a.selected {
  color: #ccc;
}

h1#mainTitle {
  text-transform: uppercase;
}
h2#subTitle {
  text-transform: lowercase;
}

div#cloverIcon {
  float: right;
  width: 100%;
  text-align: right;
  margin: 10px;
}



#passwordFormWrapper,
#passwordFormWrapper form,
#passwordFormWrapper input,
#passwordFormWrapper label,
#passwordFormWrapper button,
#passwordFormWrapper div {
  font-size: 14px;
  box-sizing: border-box;
}

div#passwordFormWrapper {
  min-width: 280px;
  white-space: nowrap;
  color: #454545;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
}

#passwordFormWrapper form {
  margin: 0;
  padding: 20px;
  border: none;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  
  #passwordFormWrapper form {
    max-width: 550px;
    margin: 28px auto;
    padding: 24px;
    border: 1px solid #D8D8D8;
    
    /* http://www.colorzilla.com/gradient-editor/#ffffff+0,ffffff+57,f8f8f8+82,ededed+96,e8e8e8+100;Custom */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 57%, #f8f8f8 82%, #ededed 96%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(57%,#ffffff), color-stop(82%,#f8f8f8), color-stop(96%,#ededed), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
  }
}


#passwordMessage {
  margin-bottom: 34px;
}
#passwordMessage p {
  white-space: normal;
  padding-left: 50px;
  padding-top: 8px;
  padding-right: 3px;
}
.passwordIcon {
  width: 43px;
  height: 48px;
  margin-right: 9px;
  background-repeat: no-repeat;
  background-color: #000000;
  float: left;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
  .passwordIcon {
    background-image: url(../images/password-icon-mask-2x.png);
    background-size: 43px 48px;
  }
}

#passwordFormWrapper .passwordInput {
  width: 100%;
  margin-bottom: 8px;
}
#passwordFormWrapper .passwordButtons {
  width: 100%;
  white-space: nowrap;
  text-align: right;
}

#passwordFormWrapper label {
  display: block;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 300;
  padding-left: 4px;
  line-height: 6px;
}
#passwordFormWrapper label.error {
  color: #c02727;
}

#passwordFormWrapper input {
  width: 100%;
  height: 34px;
  padding: .5rem;
  font-size: 14px;
  font-weight: 300;
  
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  outline: none;
  background: #F5F5F5;
  color: #454545;
  
  /* http://www.colorzilla.com/gradient-editor/#e8e8e8+0,ededed+4,f8f8f8+18,fefefe+33,ffffff+100;Custom */
  background: #e8e8e8; /* Old browsers */
  background: -moz-linear-gradient(top,  #e8e8e8 0%, #ededed 4%, #f8f8f8 18%, #fefefe 33%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(4%,#ededed), color-stop(18%,#f8f8f8), color-stop(33%,#fefefe), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e8e8e8 0%,#ededed 4%,#f8f8f8 18%,#fefefe 33%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e8e8e8 0%,#ededed 4%,#f8f8f8 18%,#fefefe 33%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e8e8e8 0%,#ededed 4%,#f8f8f8 18%,#fefefe 33%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e8e8e8 0%,#ededed 4%,#f8f8f8 18%,#fefefe 33%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  
  
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#passwordFormWrapper button.disabled:hover,
#passwordFormWrapper button {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  width: 103px;
  height: 43px;
  
  /* http://www.colorzilla.com/gradient-editor/#ffffff+0,ffffff+57,f8f8f8+82,ededed+96,e8e8e8+100;Custom */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 57%, #f8f8f8 82%, #ededed 96%, #e8e8e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(57%,#ffffff), color-stop(82%,#f8f8f8), color-stop(96%,#ededed), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

#passwordFormWrapper button:hover {
  
  /* http://www.colorzilla.com/gradient-editor/#ffffff+0,ffffff+47,f8f8f8+72,ededed+96,e8e8e8+100;Custom */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 47%, #f8f8f8 72%, #ededed 96%, #e8e8e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#ffffff), color-stop(72%,#f8f8f8), color-stop(96%,#ededed), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 47%,#f8f8f8 72%,#ededed 96%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 47%,#f8f8f8 72%,#ededed 96%,#e8e8e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 47%,#f8f8f8 72%,#ededed 96%,#e8e8e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 47%,#f8f8f8 72%,#ededed 96%,#e8e8e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

#passwordFormWrapper .disabled {
  cursor: default;
  opacity: .5;
  
  /* http://www.colorzilla.com/gradient-editor/#ffffff+0,ffffff+57,f8f8f8+82,ededed+96,e8e8e8+100;Custom */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 57%, #f8f8f8 82%, #ededed 96%, #e8e8e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(57%,#ffffff), color-stop(82%,#f8f8f8), color-stop(96%,#ededed), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 57%,#f8f8f8 82%,#ededed 96%,#e8e8e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}


.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }


.slideShow {
    clear: both;
}

.img-spacer {
    margin-bottom: 4px;
}