﻿form.formAccess {
  clear: both;
  width: 23.2%;
  color: #fff;
  background: url(/images/formBG.jpg) no-repeat #17b160;
  background-size: 100% 100%;
  float: left;
}

form.formAccess .formHeader {
  background-color: #118448;
  font-size: 14px;
  text-align: center;
  padding: 22px 1%;
  font-weight: 600;
}

form.formAccess .formHeader h3 {
  color: #fff;
  font-size: 16px;
}

form.formAccess .notch {
  position: relative;
  background: #118448;
  border: 4px solid #118448;
}

form.formAccess .notch:after, form.formAccess .notch:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

form.formAccess .notch:after {
  border-color: rgba(3, 151, 90, 0);
  border-top-color: #118448;
  border-width: 20px;
  margin-left: -20px;
}

form.formAccess .notch:before {
  border-color: rgba(3, 151, 90, 0);
  border-top-color: #118448;
  border-width: 20px;
  margin-left: -20px;
}

form.formAccess .formBody {
  width: 90%;
  padding: 12px 5%;
}

form.formAccess .formBody .formFields {
  margin-top: 10px;
}

form.formAccess .formBody label {
  font-size: 14px;
  padding-left: 2%;
}

form.formAccess .formBody input[type="text"], form.formAccess .formBody input[type="password"] {
  width: 92%;
  height: 26px;
  padding: 2px 5px;
  border-radius: 5px;
}

form.formAccess .formBody button {
  background: #48abe7;
  background: -moz-linear-gradient(top, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48abe7), color-stop(50%, #48abe7), color-stop(100%, #0c7fc5));
  background: -webkit-linear-gradient(top, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  background: -o-linear-gradient(top, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  background: -ms-linear-gradient(top, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  background: linear-gradient(to bottom, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  border: 1px solid #0c7fc5;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 10px 5px;
  margin: 10px 0;
  cursor: pointer;
}

form.formAccess .formBody button:hover {
  background: #0c7fc5;
  background: -moz-linear-gradient(top, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c7fc5), color-stop(50%, #0c7fc5), color-stop(100%, #48abe7));
  background: -webkit-linear-gradient(top, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
  background: -o-linear-gradient(top, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
  background: -ms-linear-gradient(top, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
  background: linear-gradient(to bottom, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
}

form.formAccess .formBody input[type="checkbox"] {
  vertical-align: top;
  margin-bottom: 9.5px;
}

form.formAccess .formFooterBG {
  background: #fff;
}

form.formAccess .formFooter {
  color: #424242;
  font-size: 14px;
  padding: 12px 7%;
  background-color: #ededed;
  border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #d9d9d9;
}

form.formAccess .formFooter p {
  padding: 12px 0 15px;
}

form.formAccess .formFooter a:hover {
  text-decoration: underline;
}

label.error {
  clear: both;
  display: block;
  position: relative;
  top: -12px;
}

div#login-error-modal {
  max-height: 250px;
  max-width: 400px;
}

div#login-error-modal p.loginMsg {
  background-color: white;
  /*color: red;*/
  font-size: 14pt;
  margin-bottom: 30px;
}

div#login-error-modal p.loginMsg strong {
  display: inline-block;
  margin-bottom: 10px;
}

div#notification-callout {
  background: #eee none repeat scroll 0 0;
  height: auto;
  margin-top: 20px;
  min-height: 0;
  padding: 30px;
}

div#notification-callout p {
  color: #f00;
  font-weight: bold;
  line-height: 120%;
  margin-bottom: 10px;
}

/* IE10/11 fix for font too bold issue ---------------------------------------------------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  form.formAccess .formHeader {
    font-weight: 400;
  }
}

.slideshow {
  float: right;
  width: 76%;
  position: relative;
}

.slideshow .whiteBox {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 7%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 315px;
  position: absolute;
  top: 60px;
  right: 0;
  color: #949494;
  font-size: 32px;
  line-height: 1.25;
}

.slideshow .whiteBox.wide {
  padding: 40px 5%;
}

.slideshow .blueButton {
  font-size: 16px;
  font-weight: 600;
  background: #48abe7;
  background: -moz-linear-gradient(top, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #48abe7), color-stop(50%, #48abe7), color-stop(100%, #0c7fc5));
  background: -webkit-linear-gradient(top, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  background: -o-linear-gradient(top, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  background: -ms-linear-gradient(top, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  background: linear-gradient(to bottom, #48abe7 0, #48abe7 50%, #0c7fc5 100%);
  color: #fff;
  display: block;
  margin-top: 20px;
  padding: 10px 8%;
  border-radius: 5px;
}

.slideshow .blueButton:hover {
  background: #0c7fc5;
  background: -moz-linear-gradient(top, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0c7fc5), color-stop(50%, #0c7fc5), color-stop(100%, #48abe7));
  background: -webkit-linear-gradient(top, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
  background: -o-linear-gradient(top, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
  background: -ms-linear-gradient(top, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
  background: linear-gradient(to bottom, #0c7fc5 0, #0c7fc5 50%, #48abe7 100%);
}

.slideshow .blueButton img {
  height: 13px;
}

.mainContent {
  clear: both;
}

.midNav {
  clear: both;
  padding-top: 20px;
}

.midNav .greyBoxes {
  background: #f4f4f4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f4f4f4 0%, #e5e5e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #e5e5e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f4f4f4 0%, #e5e5e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=0 );
  /* IE6-9 */
  width: 33.33%;
  height: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: #d9d9d9 1px solid;
  float: left;
}

.midNav .greyBoxes.status {
  width: 28%;
}

.midNav .greyBoxes.status p {
  margin-top: 10px;
  font-size: 14px;
}

.midNav .greyBoxes img {
  width: 12%;
  padding-top: 15px;
  display: block;
  margin: 0 auto;
}

.midNav .greyBoxes p {
  text-align: center;
  color: #424242;
  margin-top: 15px;
  font-size: 14px;
}

.midNav .greyBoxes:hover {
  background: #e5e5e5;
  background: -moz-linear-gradient(top, #e5e5e5 0, #e5e5e5 50%, #c6c6c6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(50%, #e5e5e5), color-stop(100%, #c6c6c6));
  background: -webkit-linear-gradient(top, #e5e5e5 0, #e5e5e5 50%, #c6c6c6 100%);
  background: -o-linear-gradient(top, #e5e5e5 0, #e5e5e5 50%, #c6c6c6 100%);
  background: -ms-linear-gradient(top, #e5e5e5 0, #e5e5e5 50%, #c6c6c6 100%);
  background: linear-gradient(to bottom, #e5e5e5 0, #e5e5e5 50%, #c6c6c6 100%);
}

.midPods {
  clear: both;
  margin-top: 35px;
  margin-bottom: 20px;
}

.midPods .findAHomeCenter, .midPods .getAnEscoreLoan, .midPods .homeLoans101 {
  width: 31%;
  float: left;
  padding: 0 1.75%;
}

.midPods .findAHomeCenter h3, .midPods .getAnEscoreLoan h3, .midPods .homeLoans101 h3 {
  padding: 20px 0;
  font-size: 18px;
}

.midPods .findAHomeCenter p, .midPods .getAnEscoreLoan p, .midPods .homeLoans101 p {
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}

.midPods .findAHomeCenter img, .midPods .getAnEscoreLoan img, .midPods .homeLoans101 img {
  width: 100%;
}

.midPods .findAHomeCenter a, .midPods .getAnEscoreLoan a, .midPods .homeLoans101 a {
  font-weight: 600;
}

.midPods .findAHomeCenter a:hover, .midPods .getAnEscoreLoan a:hover, .midPods .homeLoans101 a:hover {
  text-decoration: underline;
}

.midPods .findAHomeCenter {
  padding-left: 0;
}

.midPods .homeLoans101 {
  padding-right: 0;
}

.bottom {
  clear: both;
}

.bottom .bottomImage {
  float: left;
  width: 32%;
  margin-right: 3%;
}

.bottom .bottomImage img {
  width: 100%;
}

.bottomLeft {
  width: 72%;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

.bottomMiddle {
  width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-top: 30px;
  padding-right: 10px;
  font-size: 13px;
}

.bottomMiddle h2 {
  font-family: Georgia, serif;
  font-size: 24px;
  padding: 0;
  margin: 0;
}

.bottomMiddle p {
  margin-top: 20px;
  line-height: 1.75;
}

.bottomMiddle ul {
  margin-left: 4%;
}

.bottomMiddle ul li {
  padding: 10px 0;
  list-style: disc;
}

.bottomMiddle a:hover {
  color: #2176aa;
  text-decoration: underline;
  border-radius: 5px;
  padding: 2px 0;
}

.recentNews {
  width: 25%;
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.recentNews h3 {
  font-family: Georgia, serif;
  font-size: 24px;
  margin: 30px 0;
}

.recentNews .newsSegment {
  clear: both;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 1.4;
}

.recentNews img {
  width: 100%;
  max-width: 220px;
  float: left;
}

.recentNews .newsText {
  width: 100%;
  float: left;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.recentNews .newsText a:hover {
  text-decoration: underline;
}

.recentNews .newsText p {
  margin: 0;
  /*padding-left: 10%;*/
}

/* Responsive Design---------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 935px) {
  .bottom .bottomImage {
    display: none;
  }
  .bottom .bottomLeft {
    width: 65%;
  }
  .bottom .bottomMiddle {
    width: 100%;
  }
  .recentNews {
    width: 30%;
  }
}

@media only screen and (max-width: 740px) {
  #containerMiddle {
    margin-top: 85px;
  }
  form.formAccess, .slideshow {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 30px;
  }
  form.formAccess .formBody button {
    width: 95%;
  }
  .midNav {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .midPods {
    padding-left: 1%;
    padding-right: 1%;
  }
  .bottom .bottomleft {
    width: 50%;
  }
  .recentNews {
    width: 34%;
  }
  .bottomBG {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 550px) {
  .midNav {
    margin-top: 0;
    padding-top: 0;
  }
  .midNav .greyBoxes {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
  }
  .midNav .greyBoxes.status {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
  }
  .midNav .greyBoxes p, .midNav .greyBoxes.status p {
    float: none;
    clear: both;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fafafa 0, #fafafa 50%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(50%, #fafafa), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fafafa 0, #fafafa 50%, #efefef 100%);
    background: -o-linear-gradient(top, #fafafa 0, #fafafa 50%, #efefef 100%);
    background: -ms-linear-gradient(top, #fafafa 0, #fafafa 50%, #efefef 100%);
    background: linear-gradient(to bottom, #fafafa 0, #fafafa 50%, #efefef 100%);
    border: 1px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .midNav .greyBoxes p:hover, .midNav .greyBoxes.status p:hover {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #efefef 50%, #fafafa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efefef), color-stop(50%, #efefef), color-stop(100%, #fafafa));
    background: -webkit-linear-gradient(top, #efefef 0, #efefef 50%, #fafafa 100%);
    background: -o-linear-gradient(top, #efefef 0, #efefef 50%, #fafafa 100%);
    background: -ms-linear-gradient(top, #efefef 0, #efefef 50%, #fafafa 100%);
    background: linear-gradient(to bottom, #efefef 0, #efefef 50%, #fafafa 100%);
  }
  .midNav .greyBoxes img {
    display: none;
  }
  form.formAccess, .slideshow {
    margin-top: 55px;
  }
  .midPods {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .midPods .findAHomeCenter, .midPods .getAnEscoreLoan, .midPods .homeLoans101 {
    float: none;
    clear: both;
    width: 96%;
  }
  .midPods .findAHomeCenter .podText, .midPods .getAnEscoreLoan .podText, .midPods .homeLoans101 .podText {
    float: left;
    width: 65%;
  }
  .midPods .findAHomeCenter h3, .midPods .getAnEscoreLoan h3, .midPods .homeLoans101 h3 {
    padding-top: 0;
  }
  .midPods .findAHomeCenter img, .midPods .getAnEscoreLoan img, .midPods .homeLoans101 img {
    width: 30%;
    margin-right: 2%;
    float: left;
  }
  .midPods .findAHomeCenter {
    padding-left: 1.75%;
  }
  .bottom .bottomLeft, .recentNews {
    float: none;
    clear: both;
    width: 96%;
    padding-right: 0;
    margin: 0 auto;
  }
  .bottom .bottomMiddle {
    margin-bottom: 20px;
  }
  .recentNews .newsText {
    float: left;
    font-size: 10pt;
    max-width: 300px;
  }
}

@media only screen and (max-width: 450px) {
  .midPods .findAHomeCenter img, .midPods .getAnEscoreLoan img, .midPods .homeLoans101 img {
    display: none;
  }
  .midPods .podText {
    float: none;
    clear: both;
    width: 100%;
  }
  div#login-error-modal {
    max-height: 300px;
  }
}

/*# sourceMappingURL=index.css.map */