.content {
  overflow: auto;
  padding-bottom: 150px;
  margin-left: -15px;
  margin-right: -15px;
}

.column {
  width: auto !important;
}

.column.one {

}

.column.two {

}

.header-icon {
  font: normal 18px "lucida grande", verdana;
  text-align: center;
  border-bottom: 1px solid #EFEFEF;
  margin: 5px auto 0;
  padding-left: 78px;
  line-height: 280%;
  height: 55px;
  background: url(../images/lock-icon.png) 5px -6px no-repeat;
  width: 320px;
}

.jumbotron {
  float: left;
  color: none;
  margin-bottom: 25px !important;
  padding: 0;
  padding-bottom: 25px;
  box-shadow: 0 2px 4px hsla(0, 0%, 0%, .3);
  background: #f8f8f8;
}
.jumbotron a {
  font: 16px Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #0000EE;
  border-top: 1px solid #d4d4d4;
  display: block;
  margin: 18px auto 0;
  padding-top: 13px;
  width: 263px;
}
.jumbotron a:hover {
  text-decoration: none
}
.jumbotron em {
  font: bold 10px "lucida grande", verdana;
  line-height: 140%;
  display: block;
  margin: -5px auto 0;
  color: #e54800;
  width: 263px;
}

.frm_head {
  font: normal 16px "lucida grande", verdana;
  text-align: center;
  color: #000;
  display: block;
  margin-bottom: 5px;
  padding-top: 15px;
}

form {
  height: 163px;
  display: block;
  margin: 0 auto !important;
  padding: 0;
  position: relative;
  width: 320px !important;
}
form label { /* labels are hidden */
  position: absolute;
  left: -999em;
}
.form-element {
  border: none;
}
.form-field {
  border: 1px solid #c3c3c3;
  padding: 0;
  height: 35px;
  width: 263px;
  background: #FFF;
}
.form-field-focus {
  color: #333333;
  border-color: #333;
}
.form-field[name="username"],
.form-field[name="password"] {
  border-radius: 0;
  padding-left: 33px;
  position: absolute;
  left: 30px;
  background: #FFF url(../images/login-icons.jpg) no-repeat;
}
.form-field[name="username"] {
  top: 22px;
  background-position: 5px 5px;
}
.form-field[name="password"] {
  top: 75px;
  background-position: 5px -20px;
}

.form-button,
.button{
  cursor: pointer;
  font: normal 13px "lucida grande", verdana;
  color: #FFF;
  border-radius: 5px;
  padding: 0;
  position: absolute;
  top: 128px;
  left: 30px;
  height: 34px;
  width: 263px;
  background: #e54800;
}
.form-button:hover {
  background: #d44300;
}
#error {
  font-size: 12px;
  /*display: none;*/
  position: absolute;
  left: 30px;
  top: 0;
  padding: 0;
  color: #B61601;
  width: 263px;
}
#clicker {border-top: 0;}
.column {
    margin: 0 auto;
}

.right-box {
  font: normal 13px "lucida grande", verdana;
  margin: 0 auto 10px;
  width: 270px;
}
.right-box .orange-arrow {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.right-box .orange-arrow:last-child {
  border-bottom: 1px solid #ededed;
}
.right-box .orange-arrow li {
  margin-bottom: 5px;
  padding-left: 20px;
  background: url(../images/orange-arrow.jpg) left 3px no-repeat;
}
.right-box a {
  font-weight: normal;
  text-decoration: underline;
  color: #0000EE;
}
.right-box a:hover {
  text-decoration: none;
}
.right-box .bold {
  margin-bottom: 5px;
}
.right-box .info {
  margin-bottom: 8px;
}

.disclaimer {
  font: normal 13px "lucida grande", verdana;
  clear: both;
  display: block;
  margin: 0 auto 120px;
  width: 270px;
}

.bold {
  font-weight: bold;
  font-size: 14px;
}


/* media queries start */

/* 321px width breakpoint
--------------------------*/
@media screen and (min-width: 321px) {
  .header-icon {
    border-bottom: 0;
  }
  .content {
    min-height: 855px;
  }
  .right-box {
    margin-top: 15px;
  }
}

/* 410px width breakpoint
--------------------------*/
@media screen and (min-width: 410px) {
  .column {
    border-radius: 3px;
    width: 324px !important;
  }
}

/* 625px width breakpoint
--------------------------*/
@media screen and (min-width: 625px) {
  .jumbotron {
    float: left;
    margin-left: 40px;
    margin-bottom: 15px;
    border-top: 1px solid #EEE;
    border-radius: 2px;
  }
  .right-box {
    float: left;
    margin-left: 3%;
  }
  .header-icon {
    margin-bottom: 10px;
  }
  .content {
    min-height: 665px;
  }
  .disclaimer {
    font-size: inherit;
    line-height: inherit;
    width: auto;
  }
}

/* 645px width breakpoint
--------------------------*/
@media screen and (min-width: 645px) {
  .content {
    display: block;
    margin: 20px auto;
    width: 80%;
  }
  .right-box {
    margin-top: 0;
  }
}

/* 645px width breakpoint
--------------------------*/
@media screen and (min-width: 645px) {
  .right-box{
    margin-left: 4%;
  }
}

/* 735px width breakpoint
--------------------------*/
@media screen and (min-width: 960px) {
  .content {
    width: 80%;
    min-height: 695px;
  }
  .right-box {
    font-size: 14px;
    line-height: 130%;
    width: 35%;
  }
}

.aside{
  float:left;
}
/* .sidebar styles
-------------------*/
.sidebar {
  border-top: 10px solid #e24912; /*previously: #ee7421*/
  font-size:114%;
  line-height:200%;
  overflow:hidden;
  padding: 0 25px 15px;
  background: #e7e7e5;
  background: -moz-linear-gradient(top,  #e7e7e5 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7e7e5), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #e7e7e5 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #e7e7e5 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #e7e7e5 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e7e7e5 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e5', endColorstr='#ffffff',GradientType=0 );
}
.sidebar-list {
  padding: 0;
}
.sidebar-list-item {
  list-style: none !important;
    margin: 0 !important;
    line-height: 18px;
    padding: 10px 0;
}
.sidebar-link {
  font-weight: 200;
  text-decoration: none;
  color: black;
}
.sidebar-nested {
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  padding-bottom: .5em;
}
.sidebar-nested > .sidebar-list {
  margin-left: 1.3em;
}
