/* LOGIN v2 ==============================================================*/
a {
  text-decoration: none;
}

body {
  background: #fff !important;
}

.block h3,
.form.form-title h3,
.need-help .block__content p {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
}

.block h3,
.form.form-title h3 {
        font-size: 25px;
        color: #026937;
        margin-bottom: 5px; 
}

::-webkit-input-placeholder { color: #ddd; }
:-ms-input-placeholder { color: #ddd; }
::-moz-placeholder { color: #ddd; }
input:-moz-placeholder { color: #ddd; }

.create-account {
    background: #f2f1eb;
}

.login,
.create-account {
  margin-top: 20px;
}

.create-account p {
  font-size: 1.1em;
  line-height: 1.8;
}

.create-account {
  min-height: 310px;
}

.need-help h3.block__title {
    font-size: 18px;
    margin-bottom: 15px;
} 

.need-help .block__content p {
    margin-bottom: 0;
} 

.need-help ul li {
    list-style-type: none;
}

.need-help ul {
    padding-left: 0;
}

.form-title {
    width: 100%;
}

a.button {
    font-family: 'Roboto', sans-serif;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #026937;
    color: #fff;
    width: 65%;
    border: 1px solid transparent;
}

a.button:hover,
body input[type="submit"]:hover {
    background: #f2f1eb;
    color: #026937;
    border-color: #026937;
    text-decoration: none;
}

form > p {
    font-weight: normal !important;
}

a[href="/Portal_ForgotPassword"] {
  float: left;
  clear: both;
}

a[href="/Portal_ForgotPassword"] br {
      display: none;
}

.messageCell {
        font-family: 'Roboto', sans-serif;
        background: #fff;
        padding: 0px 10px 10px 10px;
        border-radius: 10px;
        box-shadow: 0 0 3px #ccc;
}

.messageCell h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 1.5em;
        border-bottom: 1px solid;
        padding-bottom: 5px;
}

input[type='submit'] {
        background: #026937;
        color: #fff;
        width: 35%;
        border-radius: 3px;
        box-shadow: none;
        border: none;
        border: 1px solid #026937;
}

.region.footer {
  margin-top: 0;
}

@media screen and (max-width: 992px)  {
    input[type='submit'],
    select {
        width: 100%;
    }
}

label,
input {
    width: 100%;
}

input {
    height: 45px;
    font-size: 25px;
    color: #666;
    border: 1px solid #CECECE;
}

label,
input[type='submit'],
 span[id*='theLinks'] {
         margin: 20px 0 1px 0;
         text-transform: uppercase;
         font-size: 12px;
 }

body input[type="submit"], 
body input[type="button"], 
body .cancel {
        background: #026937;
        color: #fff;
        border-radius: 3px;
}
body .cancel {
        font-weight: bold;
 }
 
body input[type="submit"] {
    float: left;
    margin: 20px 0; 
}

body a.cancel {
    position: absolute;
    bottom: 0;
    margin-top: 0;
}

.hero-image {
  padding: 0;
}

.hero-image img {
  max-width: 100%;
}

.region.header {
  margin: 0;
}

.student-profiles {
  margin: 60px 0 30px 0;
}

.student-profiles iframe {
        border: none;
        width: 100%;
}

.need-help ul {
  width: calc(100%/5);
  float: left;
}

.need-help ul > li:first-child a {
  color: #026937;
  font-weight: bold;
}

.green-block p {
 margin: 0;
 padding: 7px; 
}


/*@media screen and (max-width: 1199px) {
  .student-profiles iframe {
      min-height: 530px;
  }
}*/

@media screen and (max-width: 767px) {
  .green-block {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    clear: both;
    width: 100%;
    padding: 0;
  }
}


@media screen and (max-width: 992px) {
  .student-profiles {
    width: 100%;
  }

  /*.student-profiles iframe {
      min-height: 950px;
  }*/

  .need-help ul {
    width: 100%;
    float: none;
    margin-left: 40px;
  }

}

/* === IE =============== */
.lte8 .inner-wrapper.positions .col-md-5,
.lte8 .inner-wrapper.positions .col-md-4 {
    width: 35%;
}

.lte8 .inner-wrapper.positions .col-md-3 {
    width: 30%;
}

@media screen and (max-width: 992px)  {
    label[for='loginPage:j_id0:loginForm:username'] {
        margin-top: 0;
    }
    .need-help.block {
            padding: 8px;
    }
    .block {
            float: left;
            clear: both;
    }
    a[href="/Portal_ForgotPassword"] {
      top: 10px;
    }
    .create-account a {
      max-width: 100%;
      width: 100%;
  }
}


/* REGISTRATION PAGE ==============================================================*/
.create-account a {
      max-width: 200px;
      padding: 10px 30px;
}

.forgotPasswordLinkStyle,
.registrationPageStyle a[href^="/Portal"] {
  clear: both;
  float: left;
}

h1.forgotPasswordHeadLabelStyle,
.registrationPageStyle h1.PageLabelStyle {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #026937;
  text-transform: uppercase;
}

div#loading ~ .inner-wrapper .create-account {
 display: none;
}

/* div#loading SELECTOR FOR REGISTRATION CONTENT */
div#loading ~ .inner-wrapper .create-account {
 display: none;
}

.RegisterPageInputTextStyle,
div#loading ~ .inner-wrapper .col-md-6.login {
  width: 100%;
}







