﻿/** CSS RESET **/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Nav.scss --------------------------------------------------------------*/
nav {
  margin: 30px 0 17px 0;
  float: right;
  width: 77%;
  text-align: right;
}

nav ul.mainNav > li {
  display: inline-block;
  padding: 10px 2.3% 0;
}

nav ul.mainNav a {
  color: #787878;
}

nav ul.mainNav a:hover {
  color: #2994d5 !important;
}

nav .navContent {
  position: relative;
  padding: 10px 5% 26px;
}

nav .navContent li.inner {
  display: none;
  position: absolute;
  top: 36px;
  left: -18.5px;
  z-index: 200;
  width: 200px;
  text-align: left;
  background: url("/images/dropdownBG_hl.png") no-repeat #fff;
  background-size: 100% 100%;
}

nav .navContent li.inner a {
  padding: 20px 7%;
  display: block;
}

nav .navContent li.inner li {
  line-height: 1;
  padding: 0;
}

li.parent {
  z-index: 310;
  padding: 5px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  background: url("/images/greyArrow.png") no-repeat top right;
  background-size: 15px;
}

li.homeLoans.open, li.homeLoans:hover, li.services.open, li.services:hover {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  background: url(/images/blueArrowRight.png) no-repeat top right;
  background-size: 15px;
}

li.homeLoans.open .navContent, li.homeLoans:hover .navContent, li.services.open .navContent, li.services:hover .navContent {
  position: relative;
  padding: 10px 5% 26px;
}

li.homeLoans.open .navContent li.inner, li.homeLoans:hover .navContent li.inner, li.services.open .navContent li.inner, li.services:hover .navContent li.inner {
  position: absolute;
  top: 36px;
  left: -18.5px;
  z-index: 200;
  width: 200px;
  text-align: left;
  background: url("/images/dropdownBG_hl.png") no-repeat #fff;
  background-size: 100% 100%;
  display: block;
}

li.homeLoans.open .navContent li.inner a, li.homeLoans:hover .navContent li.inner a, li.services.open .navContent li.inner a, li.services:hover .navContent li.inner a {
  padding: 20px 7%;
  display: block;
}

li.homeLoans.open .navContent li.inner li, li.homeLoans:hover .navContent li.inner li, li.services.open .navContent li.inner li, li.services:hover .navContent li.inner li {
  line-height: 1;
  padding: 0;
}

nav .navContent.services .inner {
  background: url("/images/dropdownBG_svc.png") no-repeat #fff;
  background-size: 100% 100%;
}

#menu_button {
  display: none;
  height: 43px;
}

#menu_button img.close {
  display: none;
  width: 25px;
  height: 25px;
}

/* Responsive Design ------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  nav ul.mainNav > li {
    padding: 10px 1.5% 0;
  }
  nav ul.mainNav > li.parent {
    padding-right: 3.5%;
  }
  nav .navContent li.inner {
    left: -13%;
  }
  nav .navContent.services li.inner {
    left: -20%;
  }
}

@media only screen and (max-width: 800px) {
  nav ul.mainNav > li {
    padding: 10px 0.8% 0;
  }
  nav .navContent li.inner {
    left: -6.5%;
    background: url("/images/dropdownBG_hl_small.png") no-repeat #fff;
    background-size: 100% 100%;
  }
  nav .navContent.services li.inner {
    left: -11%;
    background: url("/images/dropdownBG_svc_small.png") no-repeat #fff;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 740px) {
  nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 5000;
  }
  nav .navBG {
    background-color: white;
    padding-top: 30px;
    margin-top: -30px;
  }
  nav ul.mainNav {
    display: none;
    padding: 0;
    margin: 0;
    width: 100%;
    top: 40px;
    background-color: #fff;
    text-align: center;
    border: none;
  }
  nav ul.mainNav li {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
  }
  nav ul.mainNav li a {
    font-size: 16px;
    width: 100%;
    text-align: center;
    color: #787878;
  }
  nav ul.mainNav li a:hover {
    color: #2994d5;
  }
  nav ul.mainNav li.homeLoans.open ul li.inner, nav ul.mainNav li.services.open ul li.inner {
    display: block;
  }
  nav ul.mainNav .navContent.homeLoans, nav ul.mainNav .navContent.services {
    padding: 0;
  }
  nav ul.mainNav .navContent.homeLoans li.inner, nav ul.mainNav .navContent.services li.inner {
    display: none;
    background: none #ffffff;
    position: static;
    width: 100%;
  }
  nav ul.mainNav .navContent.homeLoans li.inner ul li, nav ul.mainNav .navContent.services li.inner ul li {
    display: block;
    background: #d9d9d9;
    background: -moz-linear-gradient(top, #d9d9d9 0, #d9d9d9 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9d9d9), color-stop(50%, #d9d9d9), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #d9d9d9 0, #d9d9d9 50%, #ffffff 100%);
    background: -o-linear-gradient(top, #d9d9d9 0, #d9d9d9 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, #d9d9d9 0, #d9d9d9 50%, #ffffff 100%);
    background: linear-gradient(to bottom, #d9d9d9 0, #d9d9d9 50%, #ffffff 100%);
  }
  nav ul.mainNav .navContent.homeLoans li.inner ul li a, nav ul.mainNav .navContent.services li.inner ul li a {
    padding: 10px 0;
  }
  nav #menu_button {
    color: #03975a;
    padding: 5px 2% 0 0;
    display: block;
    background-color: #fff;
    border-bottom: 5px solid #03975a;
  }
}

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/sourcesanspro-regular-webfont.eot");
  src: url("/fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("/fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("/fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("/fonts/sourcesanspro-regular-webfont.svgSourceSansPro") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/sourcesanspro-italic-webfont.eot");
  src: url("/fonts/sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("/fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("/fonts/sourcesanspro-italic-webfont.ttf") format("truetype"), url("/fonts/sourcesanspro-italic-webfont.svgSourceSansPro") format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/sourcesanspro-semibold-webfont.eot");
  src: url("/fonts/sourcesanspro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("/fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("/fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"), url("/fonts/sourcesanspro-semibold-webfont.svgSourceSansPro") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: SourceSansPro;
  src: url("/fonts/sourcesanspro-bold-webfont.eot");
  src: url("/fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("/fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("/fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("/fonts/sourcesanspro-bold-webfont.svgSourceSansPro") format("svg");
  font-weight: 700;
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.blueText {
  color: #2994d5;
}

a.blueLink {
  color: #2994d5;
}

a.blueLink:hover, a.blueLink:active {
  color: #232323;
  text-decoration: underline;
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.smallText {
  font-size: 12px;
}

.endnote {
  font-size: 15px;
  font-style: italic;
}

ul {
  -webkit-padding-start: 0;
}

li {
  list-style: none;
}

ul.dotted li {
  list-style: disc;
  margin-left: 15px;
}

ol.numbered li {
  margin-left: 20px;
  list-style-type: decimal;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 28px;
  color: #17b160;
  padding: 40px 0 20px;
  font-weight: 400;
}

h3 {
  color: #17b160;
  font-weight: 400;
}

h4 {
  clear: both;
  color: #01a951;
  font-size: 22px;
  margin-top: 45px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cecece;
}

h5 {
  color: #424242;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
}

h6 {
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
}

.h7 {
  color: #424242;
  font-size: 14px;
  font-style: italic;
  line-height: 1 !important;
}

.underline {
  text-decoration: underline;
}

.indent {
  padding: 0 20px;
}

svg.blueArrow {
  width: 6px;
  height: 9px;
  padding-left: 2%;
  fill: #2994d5;
}

#fader {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#fader.open {
  display: block;
}

.modal {
  display: none;
  width: 90%;
  /*max-width: 400px;*/
  height: auto;
  /*max-height: 250px; <-- max width and height should be decided per individual modal */
  margin: auto;
  position: fixed;
  z-index: 2;
  padding: 20px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 10px;
  box-sizing: border-box;
}

.modal div.center-button-container {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}

.modal div.center-button-container input[type=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;
  font-size: 12pt;
  /*width: 100%;*/
  width: 200px;
  border-radius: 5px;
  padding: 10px 5px;
  cursor: pointer;
  margin: auto;
}

.modal div.center-button-container input[type=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%);
}

.modal.open {
  display: block;
}

.contactUs .phone {
  color: #424242;
}

.contactUs .phone:hover {
  text-decoration: underline;
}

.contactUs p {
  padding-bottom: 0;
  font-size: 15px;
  line-height: 1.75;
}

.contactUs .blueLink {
  display: block;
  margin-top: 20px;
}

/*---------------------------------Main Top-------------------------------------*/
.transparent {
  width: 30%;
  float: right;
}

.middleBanner {
  margin-top: -15px;
}

.middleBanner .containerMidBanner {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}

.middleBanner .greenGradient {
  background: #00b756;
  background: -moz-linear-gradient(top, #00b756 0, #00b756 50%, #039046 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00b756), color-stop(50%, #00b756), color-stop(100%, #039046));
  background: -webkit-linear-gradient(top, #00b756 0, #00b756 50%, #039046 100%);
  background: -o-linear-gradient(top, #00b756 0, #00b756 50%, #039046 100%);
  background: -ms-linear-gradient(top, #00b756 0, #00b756 50%, #039046 100%);
  background: linear-gradient(to bottom, #00b756 0, #00b756 50%, #039046 100%);
  float: left;
  color: #fff;
  width: 40%;
  max-width: 450px;
  display: block;
  padding: 45px 5% 35px;
}

.middleBanner h1 {
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 40px;
}

.middleBanner p {
  padding-bottom: 10px;
  line-height: 1.5;
}

.top {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top .breadcrumbs {
  font-size: 13px;
}

.top h2 {
  font-size: 30px;
  margin-bottom: 0;
  width: 73%;
  float: left;
}

.top .print {
  width: 25%;
  float: right;
  font-size: 14px;
  text-align: right;
  color: #636363;
  margin: 50px 2% 10px 0;
  cursor: pointer;
}

.top .print a {
  color: #424242;
}

.top .print a:hover {
  text-decoration: underline;
}

.top .print img {
  vertical-align: middle;
}

.top.noHeader {
  margin: 10px auto 20px auto;
}

.top.noHeader .breadcrumbs {
  max-width: 160px;
  float: left;
}

.top.noHeader .print {
  margin: 0;
}

body {
  width: 100%;
  color: #424242;
  font-family: SourceSansPro, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body #bodyBG {
  background: url(/images/bg_header.jpg) center top repeat-x;
}

.topBG {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#containerTop, #containerMiddle, #containerBottom {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}

.beforeHeader {
  width: 100%;
  background-color: #03975a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  height: 95px;
  position: relative;
}

.topHeader {
  font-size: 14px;
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}

ul.headerText {
  float: right;
  width: 60%;
  padding-top: 10px;
  text-align: right;
}

ul.headerText li {
  color: #fff;
  text-align: right;
  font-size: 14px !important;
  display: inline-block;
  line-height: 1;
  padding: 0 3%;
  border-right: 1px solid #0b572f;
}

ul.headerText li:last-of-type {
  border-right: none;
}

ul.headerText li a {
  color: #fff;
}

ul.headerText li a:hover {
  color: #333;
}

.search {
  float: right;
  width: 30%;
  max-width: 240px;
  margin: 3px 0;
  -webkit-break-inside: avoid;
  break-inside: avoid;
}

.search input[type=search] {
  /* overrides for older versions of iOS that hijack UI design */
  -webkit-appearance: none;
  -webkit-border-radius: 5px 0 0 5px;
  width: 85%;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
  border-right: none;
  float: left;
  border-radius: 5px 0 0 5px;
  padding-left: 5px;
}

.search .magnify {
  text-align: center;
  width: 15%;
  height: 26px;
  float: left;
  padding: 5px 5% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
  border-radius: 0 5px 5px 0;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #bfbfbf 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #bfbfbf 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #bfbfbf 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

.search .magnify #magnifying-glass {
  font-size: 22px;
  /* This controls the size. */
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.1em solid #949494;
  position: relative;
  border-radius: 0.35em;
}

.search .magnify #magnifying-glass:hover {
  font-size: 26px;
}

.search .magnify #magnifying-glass:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -0.25em;
  bottom: -0.1em;
  border-width: 0;
  background: #949494;
  width: 0.35em;
  height: 0.08em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.logoBox {
  width: 18%;
  max-width: 180px;
  float: left;
  z-index: 5001;
}

.logoBox .logo {
  max-width: 150px;
  min-width: 100px;
  width: 85%;
}

.logoBox .logo img {
  padding-top: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-interpolation-mode: bicubic;
}

/* Left Side------------------------------------------------------------------*/
.leftSide {
  float: left;
  width: 70%;
  border-top: 2px solid #d9d9d9;
  padding-top: 20px;
}

.leftSide h3 {
  font-size: 30px;
  margin: 45px 0 20px;
}

.leftSide p, .leftSide li {
  line-height: 1.5;
  padding-bottom: 12px;
}

.greyGradient {
  width: 100%;
  padding: 0 10px 0 10px;
  border-top: 3px solid #d9d9d9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0, #f8f8f8 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(50%, #f8f8f8), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f8f8f8 0, #f8f8f8 50%, #ffffff 100%);
  background: -o-linear-gradient(top, #f8f8f8 0, #f8f8f8 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f8f8f8 0, #f8f8f8 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #f8f8f8 0, #f8f8f8 50%, #ffffff 100%);
}

/* Right Side-----------------------------------------------------------------*/
.rightSide {
  float: right;
  width: 22%;
  /*margin-left: 7%;*/
}

.rightSide h3 {
  padding: 30px 0 20px;
  font-weight: 600;
  font-size: 24px;
  color: #424242;
}

/*---------------------------------Main Bottom-------------------------------------*/
.bottomBG {
  clear: both;
  border-top: 2px solid #dfdfdf;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0, #ededed 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(50%, #ededed), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #ededed 0, #ededed 50%, #ffffff 100%);
  background: -o-linear-gradient(top, #ededed 0, #ededed 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, #ededed 0, #ededed 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #ededed 0, #ededed 50%, #ffffff 100%);
  margin-top: 100px;
  padding-top: 30px;
}

footer {
  clear: both;
  font-size: 10pt;
  margin-bottom: 70px;
}

footer .footerLeft {
  width: 8%;
  float: left;
}

footer .footerLeft img {
  width: 50px;
}

footer .footerMiddle {
  float: left;
  width: 65%;
  max-width: 750px;
  padding: 0 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .footerMiddle p {
  display: inline-block;
  padding-right: 2%;
  padding-bottom: 10px;
  margin-top: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .footerMiddle p#privacy-legal a {
  font-weight: bold;
  color: #3da5e5;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 1%;
  border-right: solid 1px #424242;
  line-height: 0;
}

footer ul li a {
  color: #424242;
}

footer ul li a:hover {
  color: #2994d5;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #e5e5e5;
  border-radius: 5px;
}

footer ul li:first-of-type {
  padding-left: 0;
}

footer ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}

footer .footerRight {
  width: 25%;
  float: right;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .footerRight div.EHO img {
  width: 30%;
  max-width: 45px;
  margin-right: 10px;
  display: inline-block;
  float: right;
}

footer .footerRight div.EHO div {
  width: auto;
  max-width: calc(100% - 55px);
  text-align: left;
  display: inline-block;
  float: right;
  line-height: normal;
  text-align: right;
}

footer .footerRight .NMLS {
  padding: 8px 0;
  font-size: 12pt;
  clear: both;
}

footer .footerRight img {
  padding: 0 4%;
  width: 20px;
}

footer .footerRight img:first-of-type {
  padding-left: 0;
}

footer .footerRight img:last-of-type {
  padding-right: 0;
}

/*---------------------------------Forms - Errors-------------------------------------*/
.error {
  color: #ff0000 !important;
}

.field-validation-error {
  display: table;
  color: #ff0000 !important;
}

/* Responsive Design ------------------------------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  footer ul li {
    float: left;
    width: 23%;
    padding: 0 1% !important;
    border: none;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
  }
  footer ul li a {
    text-decoration: underline;
    color: #424242;
  }
  footer p {
    clear: both;
  }
}

@media only screen and (max-width: 740px) {
  body {
    background: none;
  }
  #container {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #containerMiddle {
    width: 94%;
    margin: 6px 3% 0 3%;
  }
  #containerMiddle.landing {
    width: 98%;
    margin: 85px 1% 0 1%;
  }
  .beforeHeader {
    position: absolute;
    top: 78px;
    border-bottom: 2px solid #cecece;
  }
  header {
    height: 0;
  }
  .logoBox {
    position: fixed;
    top: 0;
    left: 2%;
  }
  .middleBanner {
    margin-top: 65px;
  }
  .middleBanner h1 {
    padding-bottom: 20px;
  }
  .middleBanner .greenGradient {
    margin: 45px 0 120px;
  }
  .bottomBG {
    position: relative;
    top: 100px;
  }
  footer {
    padding-top: 10px;
    padding-left: 1%;
  }
  footer ul li {
    width: 46%;
  }
  footer .footerMiddle {
    padding-left: 5%;
    width: 60%;
  }
  footer .footerRight {
    width: 30%;
  }
}

@media only screen and (max-width: 650px) {
  .leftSide {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 550px) {
  ul.headerText {
    float: left;
    width: 48%;
    margin-right: 2%;
    text-align: left;
  }
  ul.headerText li {
    text-align: left;
    padding: 5px 10px;
  }
  ul.headerText li:first-of-type {
    display: block;
    border-right: none;
  }
  .search {
    float: right;
    width: 50%;
  }
  .middleBanner {
    margin-top: 80px;
  }
  .middleBanner .greenGradient {
    width: 55%;
  }
  #containerMiddle {
    top: 120px;
  }
  .top h2 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top .print {
    display: none;
  }
  .bottomBG {
    top: 120px;
  }
  footer {
    padding-left: 1%;
  }
}

@media only screen and (max-width: 450px) {
  .search .magnify {
    padding: 5px 2% 0;
  }
  .middleBanner h1 {
    font-size: 28px;
  }
  .top h2 {
    margin-bottom: 0;
  }
  .bottomBG {
    top: 20px !important;
  }
  footer ul li {
    width: 96%;
    margin-left: 4%;
  }
  footer .footerMiddle {
    width: 90%;
  }
  footer .footerMiddle p {
    margin-left: 5%;
  }
  footer .footerRight {
    width: auto;
    text-align: left;
    margin-left: 17%;
    float: left;
  }
  footer .footerRight div.EHO, footer .footerRight img {
    float: left;
    text-align: left;
  }
  footer .footerRight .NMLS {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 380px) {
  .middleBanner p {
    font-size: 14px;
  }
  footer .footerMiddle {
    width: 85%;
  }
  footer .footerMiddle p:last-of-type {
    width: 100%;
  }
  footer .footerRight {
    clear: both;
    float: none;
    width: 85%;
    text-align: left;
    margin-left: 16%;
  }
}

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