/* Junk styles required from core.css */

body.standalone footer .copyright {
    text-align: center;
    margin-top: 10%;
}

input.field2 {
	width: 20px;
}

.form-signin {
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}


img.img-responsive.form-logo {
    margin: 0 auto !important;
}

.login-btn {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #006dcc;
    background-image: none;
    border: none;
}

.login-user, input#password.pass_user {
    width: 100%;
}

#log-in-front {
    height: 100vh;
    display: flex;
    justify-content:center;
    align-items:center;
}

.log-in-logo {
    width: 365px;
    margin: 0 auto;
}

.log-in-logo img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.account-btn {
    text-align: center;
    margin-top: 25px;

}

#content-main {
    position: relative;
}

.myAccountLogo {
    position: absolute;
    right: 0;
    top: 20px;
    max-height: 80px;
}

.my-account .thankYouText {
    font-weight:bold;
    font-size: 20px;
}

input.field3 {
	width: 37px;
}

input.field4 {
	width: 35px;
}

#branch-map-wrapper .state {
	background-color: #ffffff;
}

#branch-map-wrapper .state.active {
	background-color: #158dc5;
}

#branch-map-wrapper .state.licensed {
	background-color: #ececec;
}

#branch-map-wrapper .state.branch {
    background-color: #c9dfaf;
}

#branch-map-wrapper .state.hover {
    background-color: #3A7AB5;
}

#branch-map-wrapper #branch-map {
	width: 100%;
	height: 400px;
}

#branch-map-wrapper #branch-legend {
	text-align: center;
	margin: 15px 0px;
}

#branch-map-wrapper #branch-legend ul,
#branch-map-wrapper #branch-legend ul li {
	margin: 0px;
	display: inline-block;
}

#branch-map-wrapper #branch-legend ul li {
	list-style: none;
	line-height: 15px;
	font-size: 15px;
	margin-right: 15px;
	font-size: 13px;
}

#branch-map-wrapper #branch-legend ul li .state {
	display: inline-block;
	float: left;
	height: 15px;
	width: 15px;
	border: solid 1px #CFCFCF;
	margin-right: 5px;
}

#branch-accordion .accordion-inner .row-item {
	margin-bottom: 20px;
}

#branch-accordion .accordion-inner .row-item .view-detail {
	margin-top: 10px;
}

.editable-content {
	position: relative;
	margin: 0px;
}

.editable-content:hover {
	border: none;
}

.editable-content .edit-group {
	position: absolute;
	right: 3px;
	top:1px;
	z-index: 100;
}

.editable-content .edit-group a {
	line-height: 15px;
}

.editable-content .edit-group .edit-menu-toggle {
	padding: 3px 5px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	border: solid 1px #CFCFCF;
	z-index: 100;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.editable-content .edit-group.active .edit-menu-toggle {
	border-bottom: solid 1px #FFF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow:   	none;
	box-shadow:         none;
	margin: 0px;
}

.editable-content .edit-group .edit-menu {
	display: none;
	border: solid 1px #CFCFCF;
	position: absolute;
	right: 0px;
	top: 22px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0px;
	padding: 5px 8px;
	z-index: 99;
	background: #FFF;
}

.editable-content .edit-group.active .edit-menu {
	display: block;
}

.editable-content .edit-group ul.edit-menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	background: none transparent !important;
}

.editable-content .edit-group ul.edit-menu li a {
	background: none transparent !important;
	display: inline-block !important;
	color: #000 !important;
	padding: 3px 0px !important;
}

.editable-content .edit-group ul.edit-menu li a:before {
    border: none !important;
}

.editable-content .edit-group a,
.editable-content .edit-group ul.edit-menu li a{
	font-size: 13px !important;
	line-height: 13px !important;
}

/* Layout Pages */
.contact-form-block .submit-wrapper input.btn {
  text-shadow: none;
  background-image: none;
}

.contact-form-block input[type="text"] {
    margin-bottom: 0;
}

div.money-field {
    display: inline-block;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
}

@media( max-width: 767px) {
  .sidebar-second {
    margin-right: 10px;
    margin-left: 10px;
    width: 95%;
  }
}

.tabs {
    visibility: visible;
}

.tab-pane .item {
  width: 100%;
}

.page-listing-detail #page-content {
  padding-top: 40px;
}

.page-listing-detail div.floorplans {
  margin-bottom: 20px;
}


.editable-content {
	position: relative;
	margin: 0px;
}

.editable-content:hover {
	border: none;
}

.editable-content .edit-group {
	position: absolute;
	right: 3px;
	top:1px;
	z-index: 100;
}

.editable-content .edit-group a {
	line-height: 15px;
}

.editable-content .edit-group .edit-menu-toggle {
	padding: 3px 5px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	border: solid 1px #CFCFCF;
	z-index: 100;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.editable-content .edit-group.active .edit-menu-toggle {
	border-bottom: solid 1px #FFF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow:   	none;
	box-shadow:         none;
	margin: 0px;
}

.editable-content .edit-group .edit-menu {
	display: none;
	border: solid 1px #CFCFCF;
	position: absolute;
	right: 0px;
	top: 22px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0px;
	padding: 5px 8px;
	z-index: 99;
	background: #FFF;
}

.editable-content .edit-group.active .edit-menu {
	display: block;
}

.editable-content .edit-group ul.edit-menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	background: none transparent !important;
}

.editable-content .edit-group ul.edit-menu li a {
	background: none transparent !important;
	display: inline-block !important;
	color: #000 !important;
	padding: 3px 0px !important;
}

.editable-content .edit-group ul.edit-menu li a:before {
    border: none !important;
}

.editable-content .edit-group a,
.editable-content .edit-group ul.edit-menu li a{
	font-size: 13px !important;
	line-height: 13px !important;
}

/*Start styling for custom theme elements */

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins:300,400,500,600,700');

body {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.h-container-no-marg {
    margin-left: 0;
    margin-right: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.h-span-no-margin {
    margin-left: 0!important;
}


.h-btn {
  border: none;
  text-shadow: none;
  border-radius: 0px;
  padding: 8px 21px;
  font-weight: bold;

  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.parallax {
    /* The image used */
    background-image: url("https://placehold.it/1920x1000?text=Add+Image+In+Custom+CSS");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding-bottom: 60px;

    min-height: 380px;
}

h1:after, .h1:after, h2:after, .h2:after, h3:after, .h3:after, h4:after, .h4:after, h5:after, .h5:after, h6:after, .h6:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: 4px auto;
    margin-top: 10px;
}

.h-story-content h1:after,
.h-story-content .h1:after,
.h-story-content h2:after,
.h-story-content .h2:after,
.h-story-content h3:after,
.h-story-content .h3:after,
.h-story-content h4:after,
.h-story-content .h4:after,
.h-story-content h5:after,
.h-story-content .h5:after,
.h-story-content h6:after,
.h-story-content .h6:after {
    display: none;
 }

 .h-front-testimonial h2:after,
 .h-front-testimonial .h2:after,
 .h-front-testimonial h4:after,
 .h-front-testimonial .h4:after,
 .h-front-testimonial h5:after,
 .h-front-testimonial .h5:after,
 .h-front-testimonial h6:after,
 .h-front-testimonial .h6:after {
     display: none;
  }

.h-front-testimonial h3:after,
.h-front-testimonial .h3:after {
    margin-left: 0;
}

.h-itn-block h5:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    margin: 0 0 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.h-itn-block h5:after {
    display: none;
}

/*header*/
header {
  padding-top: 10px;
  padding-bottom: 7px;
}

header .h-logo img {
	max-height: 73px;
}

header .h-primary-menu {
  text-align: right;
}

header .h-primary-menu .menu {
	margin-bottom: 0;
}

.h-primary-menu ul li {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  position: relative;

  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.h-primary-menu ul li a {
	padding: 16px 20px;

    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.h-primary-menu li > ul {
    box-sizing: border-box;
    padding-right: 25px;
    max-height: 0;
    position: absolute;
    z-index: 990;
    top: 50px;
    left: 0;
    text-align: left;

    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.h-primary-menu ul li ul {
    line-height: 1!important;
}

.h-primary-menu ul li ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}

.h-primary-menu li:hover ul {
    max-height: 400px;
}

.h-primary-menu li:hover ul {
    /* max-height: 400px; */
    border-right: 1px solid #4a4a4a;
    border-bottom: 1px solid #4a4a4a;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(145,145,145,1);
    -moz-box-shadow: 3px 3px 10px 0px rgba(145,145,145,1);
    box-shadow: 3px 3px 10px 0px rgba(145,145,145,1);
}

.h-primary-menu li ul li {
    width: 100%;
}

.h-primary-menu li ul li:first-child {
    margin-top: 10px;
}

.h-primary-menu li ul li:last-child {
    margin-bottom: 10px;
}

.h-primary-menu li ul li a {
    display: block;
    margin-left: 5px;
    padding: 5px 15px;

    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.h-social-media .h-s-media a {
	cursor: pointer
}

.h-social-media .h-s-media {
  display: inline-block;
  font-size: 18px;
  padding: 10px 9px;
  line-height: 60px;
}

.h-name-loc-testimonial h3::after {
	display: none;
}

@media (max-width: 1199px) {
	.h-social-media .h-s-media {
		padding: 10px 7px;
	}
}

/*Masthead*/
#h-masthead {
  position: relative;
}

#h-masthead img {
	width: 100%;
}

#h-masthead .h-masthead-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  font-size: 48px;
}

#h-masthead .h-masthead-content h1:after,
#h-masthead .h-masthead-content .h1:after {
	display: none;
}

#h-masthead ul.slideshow li {
	width: 100%;
}

/*Our Story Our Vision Content*/
.h-story-content {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 60px;
}

.h-story-content h2 {
  padding-bottom: 15px;
  font-size: 45px;
}

.h-story-content p {
  font-size: 16px;
  padding-bottom: 15px;
}

.h-story-content a {
	border: none;
    text-shadow: none;
    border-radius: 0px;
    padding: 8px 21px;
    font-weight: bold;

    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

/* Right Loan For You */

.h-right-loan h2 {
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
	width: 100%;
	text-align: center;
	font-size: 38.5px;
}

.h-right-loan .h-rl-content {
    margin-left: 0;
    box-sizing: border-box;
    padding: 0 15px;
}

.h-right-loan .h-rl-blocks h3:after,
.h-right-loan .h-rl-blocks h4:after,
.h-right-loan .h-rl-blocks h5:after {
    display: none;
}

.h-rl-blocks:hover {
    box-sizing: border-box;
    padding: 15px;

    transition: all 0.5s;
}

/* Testimonials Front */
.h-front-testimonial h1 {
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 0;
}

.h-name-loc-testimonial {
    box-sizing: border-box;
    padding-bottom: 60px;
}



/* Join the team */


.h-join-the-team h2 {
    font-size: 20px;
    line-height: 70px;
}

.h-join-the-team h2:after {
    display: none;
}

.h-join-the-team .h-careers-btn {
    text-align: right;
    line-height: 90px;
}

.h-join-the-team .h-careers-btn a {
    border-width: 1px;
    text-shadow: none;
    border-radius: 0;
    font-size: 18px;
    box-sizing: border-box;
    padding: 8px 16px;

    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

/* In the news */

.h-in-the-news {
    padding-bottom: 60px;
}

.h-in-the-news h2 {
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
	text-align: center;
	font-size: 38.5px;
}

.h-in-the-news .h-itn-date {
    position: relative;
    font-size: 13px;
    padding: 0 0 0 23px;
}

.h-in-the-news .h-itn-date:before {
    content: "\f017";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 15px;
}

/* Work For the best */

.h-work-ftb {
    position: relative;
}

.h-work-ftb-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-size: 48px;
}

.h-work-ftb-content h1:after {
    display: none;
}

/* Join Our Team */
.h-work-ftb-content .h-jot-btn {
    border-width: 1px;
    border-radius: 0;
    font-weight: bold;
    padding: 8px 16px;
    margin-top: 60px;

    -webkit-transition: color 0.3s;
    transition: color 0.3s;

    -webkit-transition: background 0.3s;
    transition: background 0.3s;

    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}


.h-work-ftb-content .h-jot-btn:hover {
    text-shadow: none;
}

.h-work-ftb img:nth-child(1) {
	width: 100%;
}

.h-work-bg-image p {
	margin-bottom: 0;
}

/* Footer */
#h-footer {
    min-height: 200px;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
}

#h-footer .h-footer-menu ul li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

#h-footer .h-footer-menu ul li:first-child {
    padding-left: 0;
}

/*#h-footer .h-footer-menu ul li:nth-child(1) a {
    padding-left: 0;
}*/

#h-footer .h-footer-menu ul li:last-child {
    border-right: none;
}

#h-footer .h-footer-menu a {
    display: block;
    color: #fff;
}

#h-footer .h-footer-menu ul li {
  display: inline-block;
  font-size: 16px;
  position: relative;

  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#h-footer .h-footer-menu li a {
    padding: 5px 10px;
}

#h-footer .h-footer-menu ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

#h-footer .h-footer-menu li > ul {
    box-sizing: border-box;
    padding-right: 25px;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 990;
    top: 50px;
    left: 0;
    text-align: left;

    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

#h-footer .h-footer-menu ul li ul li {
    line-height: 1;
}

#h-footer .h-footer-menu li:hover ul {
    max-height: 400px;
}

#h-footer .h-footer-menu li:hover ul {
    max-height: 400px;
    background: #fff;
    top: 30px;
    left: 10px;
}

#h-footer .h-footer-menu li ul li {
    width: 100%;
}

#h-footer .h-footer-menu li ul li:first-child {
    margin-top: 10px;
}

#h-footer .h-footer-menu li ul li:last-child {
    margin-bottom: 10px;
}

#h-footer .h-footer-menu li ul li a {
    display: block;
    margin-left: 5px;
    padding: 5px 15px;

    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#h-footer .span12 {
    margin-left: 0;
}

#h-footer p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.h-nmls-footer {
    display: inline-block;
}

.h-footer-address {
    box-sizing: border-box;
    /*padding-bottom: 20px;*/
}

#h-footer .h-copyright {
    font-size: 13px;
    line-height: 15px;
}

#h-footer .h-footer-sm i {
    border-radius: 30px;
    font-size: 30px;
    padding: 5px;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }

    header {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .h-front-testimonial {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .h-join-the-team {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .h-story-content {
        margin-top: 30px;
        padding-top: 20px;
        padding-bottom: 60px;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .h-in-the-news {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .h-work-ftb-content {
        box-sizing: border-box;
        padding: 60px 15px;

        background-image: url("https://placeholdit.imgix.net/~text?txtsize=149&txt=2000%C3%97595&w=2000&h=795");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;

        position: static;
        top: auto;
        transform: none;
    }

    #h-footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    #h-masthead .h-masthead-content {
        box-sizing: border-box;
        padding: 60px 15px;
        top: auto;
        transform: none;
        position: static;

        background-image: url("https://placeholdit.imgix.net/~text?txtsize=149&txt=2000%C3%97595&w=2000&h=795");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .h-our-vision {
        margin-top: 60px;
    }

    .h-logo i {
        float: right;
        font-size: 40px;
        position: relative;
        right: 15px;
        top: 15px;
    }

    .e-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 993;
        width: 100%;
        height: 100%;
    }

    body.drawer-open .e-overlay {
        display: block;
    }

    .h-logo {
        text-align: left;
    }

    .h-primary-menu {
        position: fixed;
        top: 0;
        left: -650px;
        z-index: 999;
        max-height: 6000px !important;
        height: 6000px !important;
        margin: 0 !important;
        padding: 0 15px;

        text-align: left;

        -webkit-transition: left 0.5s;
        transition: 0.5s;
    }

    body.drawer-open .h-primary-menu {
        left: 0 !important;
    }

    .e-header-handle {
        display: inline-block;
        cursor: pointer;
    }

    .h-primary-menu ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .h-primary-menu ul ul {
        padding-top: 5px;
        padding-left: 15px;
    }

    .h-primary-menu li {
        padding: 10px 0;
    }

    .h-primary-menu ul ul li,
    .h-primary-menu ul li:last-child {
        border: 0;
    }

    .h-primary-menu a {
        padding: 15px 15px;

        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .h-primary-menu {
        width: 70% !important;
    }

    .h-social-media {
        display: none;
    }

    .h-primary-menu ul li {
        display: block;
        text-align: left;
    }

    .h-primary-menu ul li ul {
        display: block;
        position: static;
        max-height: 900px;
    }

    .h-story-content h1 {
        font-size: 32px;
    }

    h1 {
        font-size: 32px;
    }

    .h-join-the-team .span6 {
        text-align: center;
    }

    .h-name-loc-testimonial h4 {
        font-size: 16px;
    }

    .h-name-loc-testimonial h3 {
        font-size: 18px;
    }

    .h-rl-content {
        margin-top: 40px;
    }

    .h-rl-blocks:hover {
        box-sizing: border-box;
        padding: 0;
        transition: all 0.5s;
    }

    .h-right-loan h1 {
        padding-bottom: 0px;
    }


}

#h-lo-page-content {
    min-height: 700px;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;

    background-image: url("../img/philadelphia.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.h-lo-contact {
    box-sizing: border-box;
    padding: 15px;
}

.h-lo-bio {
    box-sizing: border-box;
    padding: 15px;
}

.h-lo-testimonial {
    box-sizing: border-box;
    padding: 15px;
}

.h-lo-testimonial .h-lo-testimonial-content {
    min-height: 150px;
}

.h-lo-testimonial-content {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.h-lo-testimonial h3 {
    width: 100%;
    text-align: center;
}

.h-lo-testimonial h3:after,
.h-lo-testimonial .h3:after {
    margin-bottom: 30px;
}

.h-lo-contact-block {
    box-sizing: border-box!important;
    padding: 5px;
}

.h-lo-officer-name h2:after,
.h-lo-officer-name .h2:after {
    margin-left: 0;
}

.h-lo-bio h3:after,
.h-lo-bio .h3:after {
    margin-left: 0;
    margin-bottom: 20px;
}

.h-lo-officer-title h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
}

.h-lo-social-media a {
    font-size: 24px;
    padding: 10px 20px 10px 0;
}

.h-lo-social-media a:hover {
	text-decoration: none;
}

.h-lo-testimonial-content h1:after,
.h-lo-testimonial-content .h1:after,
.h-lo-testimonial-content h2:after,
.h-lo-testimonial-content .h2:after,
.h-lo-testimonial-content h3:after,
.h-lo-testimonial-content .h3:after,
.h-lo-testimonial-content h4:after,
.h-lo-testimonial-content .h4:after,
.h-lo-testimonial-content h5:after,
.h-lo-testimonial-content .h5:after,
.h-lo-testimonial-content h6:after,
.h-lo-testimonial-content .h6:after {
	display: none;
}

.h-lo-officer-title h4:after,
.h-lo-officer-title .h4:after {
	display: none;
}

.h-lo-testimonial-content {
    box-sizing: border-box;
    padding: 15px;
}

.h-lo-testimonial-signature {
    text-align: left;
}

@media (max-width: 767px) {
    #h-lo-page-content {
        padding-top: 0;
        padding-bottom: 0;
    }
}

#h-readme-main-content {
    min-height: 700px;
}

#h-readme-main-content h1:after,
#h-readme-main-content .h1:after {
    margin-left: 0;
    margin-bottom: 20px;
}

#h-readme-main-content h3:after,
#h-readme-main-content .h3:after {
    display: none;
}

@media (max-width: 767px) {
    #h-readme-main-content {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#h-branch-front {
    min-height: 700px;
}

#h-branch-front .h-branch-name h1:after,
#h-branch-front .h-branch-name .h1:after {
    margin-left: 0;
    margin-bottom: 20px;
}

#h-branch-front .h-branch-information {
    box-sizing: border-box;
    padding: 20px;
}

#h-branch-front .h-branch-address p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 36px;
}

#h-branch-front .h-branch-contact a {
    border: none;
    text-shadow: none;
    border-radius: 0;
    padding: 8px 30px;
    font-weight: bold;
}

#h-branch-front .h-branch-bio-contact {
    box-sizing: border-box;
    padding-top: 30px;
}

#h-branch-front .h-branch-bio-contact h3:after,
#h-branch-front .h-branch-bio-contact .h3:after {
    margin-left: 0;
}

#h-branch-front .h-branch-contact-information.h-span-no-margin i {
    font-size: 18px;
    width: 20px;
    text-align: center;
}

#h-branch-front .h-branch-contact-information.h-span-no-margin .h-branch-social-media {
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom:20px;
}

#h-branch-front .h-branch-contact-information.h-span-no-margin .h-branch-social-media i {
    font-size: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 36px;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#h-branch-front .h-branch-contact-information.h-span-no-margin .h-branch-social-media i:hover {
    font-size: 36px;
}

#h-branch-front .h-branch-contact-information {
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

#h-branch-front .h-branch-contact-block {
    box-sizing: border-box!important;
    padding: 10px 5px;
}

/*Need to figure out how to make this show after the other animation ends*/

#h-branch-front .h-branch-contact-form input {
    display: block;
    margin-bottom: 10px;
    border-radius: 0;
}

#h-branch-front .h-branch-contact-form textarea {
    display: block;
    border-radius: 0;
}

#h-branch-front .h-branch-contact-form h3:after {
    display: none;
}

#h-branch-front .h-branch-sm-icons:nth-child(4) {
	margin-left: 0;
}

#h-branch-front .h-branch-contact-form .h-contact-submit {
    border: none;
    text-shadow: none;
    border-radius: 0;
    padding: 8px 30px;
    font-weight: bold;
}

#h-branch-front .h-branch-contact-form h2.title {
	display: none;
}

#h-branch-front .h-branch-contact-form input[type="submit"] {
	float: right;
}

#h-branch-front .h-branch-contact-form .contact-form-block-wrapper {
	display: block!important;
}

#h-branch-front .h-branch-team-container {
    box-sizing: border-box;
    padding-bottom: 30px;
}

#h-branch-front .h-branch-team-container h1 {
    width: 100%;
    text-align: center;
}

#h-branch-front .h-branch-officer-content {
    box-sizing: border-box;
    padding-top: 30px;
	min-height: 370px;
}

#h-branch-front .h-branch-officer-photo {
	height: 150px;
}

#h-branch-front .h-branch-officer-photo img {
	max-height: 150px;
}

#h-branch-front .h-branch-officer-info h3:after,
#h-branch-front .h-branch-officer-info .h3:after {
    display: none;
}

#h-branch-front .h-branch-officer-info p {
    font-size: 20px;
}
#h-branch-front .h-branch-officer-info p.h-branch-officer-nmls {
    font-weight: lighter;
    font-size: 16px;
    line-height: 6px;
}

.h-branch-contact-form .contact-form-block input[type="text"],
.h-branch-contact-form .contact-form-block textarea,
.h-branch-contact-form .contact-form-block input[type="email"] {
	width: 100%;
}

@media (max-width: 979px) {
	#h-branch-front .h-branch-officer-info h3 {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
    #h-branch-front {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*#h-branch-front .h-branch-sm-row {
        text-align: center;
    }*/

    .span4.text-center.h-branch-sm-icons {
        width: auto;
        display: inline-block;
        padding: 0 20px;
		text-align: center;
    }

    #h-branch-front .h-branch-contact-information {
        padding-bottom: 0;
    }

    #h-branch-front .h-branch-contact-information.h-span-no-margin .h-branch-social-media {
        padding-bottom: 0;
		min-height: 82px;
    }

    #h-branch-front .h-branch-address {
        width: auto;
        display: inline-block;
    }

	#h-branch-front .h-branch-contact-information .h-branch-address {
		width: inherit;
	}

    #h-branch-front .h-branch-contact {
        width: auto;
        display: inline-block;
        float: right;
    }

	#h-branch-front .h-branch-contact-information .h-branch-social-media {
		text-align: center;
	}

	#h-branch-front .h-branch-contact-information.h-span-no-margin .h-branch-social-media i:hover {
		font-size: 32px;
	}

	#h-branch-front .h-branch-officer-content {
		min-height: inherit;
	}
}

@media (max-width: 599px) {
    #h-branch-front .h-branch-address {
        width: auto;
        display: block;
        text-align: center;
    }

	#h-branch-front .h-branch-contact-information .h-branch-address {
		text-align: left;
	}

    #h-branch-front .h-branch-contact {
        width: auto;
        display: block;
        float: none;
        text-align: center;
    }

	header .h-logo img {
		max-width: 80%;
	}
}

#h-default-layout {
    min-height: 700px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}

#h-default-layout h1:after,
#h-default-layout .h1:after,
#h-default-layout h3:after,
#h-default-layout .h3:after {
    margin-left: 0;
}

#h-default-layout h4:after,
#h-default-layout .h4:after,
#h-default-layout h5:after,
#h-default-layout .h5:after,
#h-default-layout h6:after,
#h-default-layout .h6:after {
	display: none;
}

#h-default-layout h3 {
    box-sizing: border-box;
    padding-top: 35px;
}

@media (max-width: 767px) {
    #h-default-layout {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#h-single-property-listing {
    min-height: 700px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}

#h-single-property-listing .h-single-property-header {
    position: relative;
}

#h-single-property-listing .h-single-property-address {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#h-single-property-listing .h-single-property-address h1 {
    text-align: center;
}

#h-single-property-listing .h-sp-listing-cta-buttons {
    text-align: center;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

#h-single-property-listing .h-sp-listing-cta-buttons a {
    border: none;
    text-shadow: none;
    border-radius: 0;
    padding: 8px 16px;
    width: 170px;
    font-size: 16px;
}

#h-single-property-listing .h-sp-add-price h2:after,
#h-single-property-listing .h-sp-add-price .h2:after {
    display: none;
}

#h-single-property-listing .h-sp-property-info h4 {
    text-align: center;
}

#h-single-property-listing .h-sp-view-more-images p {
    box-sizing: border-box;
    padding-top: 19px;
    margin-bottom: 0;
    width: 100px;
    padding-bottom: 19px;
}
#h-single-property-listing .h-sp-property-info h4:after,
#h-single-property-listing .h-sp-property-info .h4:after {
    display: none;
}

#h-single-property-listing .h-sp-property-img h4:after,
#h-single-property-listing .h-sp-property-img .h4:after {
    display: none;
}

@media (max-width: 767px) {
    #h-single-property-listing {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    #h-single-property-listing .h-sp-add-price {
        text-align: center!important;
    }

    #h-single-property-listing .h-sp-add-price h2 {
        text-align: center!important;
    }

    #h-single-property-listing .h-sp-property-img .span3 {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        margin-bottom: 20px;
    }
}

#h-property-listings {
    min-height: 700px;
}

#h-property-listings .h-pl-quick-look {
    font-size: 22px;
}

#h-property-listings .h-pl-quick-look .h-pl-ql-address {
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

#h-property-listings .h-pl-quick-look .h-pl-ql-price {
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
}

#h-property-listings .h-pl-quick-look .h-pl-ql-address p,
#h-property-listings .h-pl-quick-look .h-pl-ql-price p {
    margin-bottom: 0;
}

#h-property-listings .h-pl-property-info {
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
}

#h-property-listings .h-pl-property-info ul {
    list-style-type: none;
    text-align: left;
}

#h-property-listings .h-pl-property-info ul li {
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
}

#h-property-listings .h-pl-property-info ul li:last-child {
    border-bottom: none;
}

#h-property-listings .h-pl-blerb h2:after,
#h-property-listings .h-pl-blerb .h2:after {
    margin-left: 0;
}

#h-property-listings .h-pl-realtor-name h3:after,
#h-property-listings .h-pl-realtor-name .h3:after {
    margin-left: 0;
}

#h-property-listings .h-pl-realtor-contact ul li {
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
}

#h-property-listings .h-pl-content {
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
}

#h-property-listings .h-pl-map-contact {
    box-sizing: border-box;
    padding-bottom: 30px;
}

#h-property-listings .h-pl-map iframe {
    width: 100%;
    height: 300px;
}

#h-property-listings .h-pl-contact-block {
    min-height: 302px;
    box-sizing: border-box;
    padding: 15px;
}

#h-property-listings .h-pl-contact-block h2:after,
#h-property-listings .h-pl-contact-block .h2:after {
    margin-left: 0;
}

#h-property-listings .h-pl-contact-block {
    position: relative;
}

#h-property-listings .h-pl-contact-block input {
    width: 47%;
    border-radius: 0;
    border: none;
}

#h-property-listings .h-pl-contact-block input[type="textarea"] {
    width: 99.5%;
    height: 60px;
    resize: both;
}

#h-property-listings .h-pl-contact-block input[type="button"] {
    position: absolute;
    bottom: 10px;
    right: 15px;
    border: none;
    text-shadow: none;
    width: auto;
    font-size: 22px;
    padding: 8px 16px;
}

@media (max-width: 979px) {
    #h-property-listings .h-pl-realtor-name h3:after,
    #h-property-listings .h-pl-realtor-name .h3:after {
        display: none;
    }

    #h-property-listings .h-pl-realtor-name {
        text-align: center;
    }

    #h-property-listings .h-pl-realtor-img {
        text-align: center;
    }

    #h-property-listings .h-pl-realtor-contact ul li {
        font-size: 16px;
    }

    #h-property-listings .h-pl-contact-block input {
        width: 45%;
    }
}

@media (max-width: 767px) {
    #h-property-listings {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    #h-property-listings .h-pl-realtor-contact {
        text-align: center;
    }

    #h-property-listings .h-pl-realtor-contact ul {
        margin-left: 0;
    }

    #h-property-listings .h-pl-realtor-contact .fa-li {
        position: static;
    }

    #h-property-listings .h-pl-property-info ul {
        margin-left: 0;
    }

    #h-property-listings .h-pl-blerb {
        margin-bottom: 30px;
    }
}

.h-rw-masthead-content {
    box-sizing: border-box;
    padding-top: 15px;
}

.h-rw-masthead-content h3:after,
.h-rw-masthead-content .h3:after {
    display: none;
}

.h-rw-masthead-content .h-rw-masthead-address,
.h-rw-masthead-content .h-rw-masthead-price {
    display: inline-block;
    padding-bottom: 15px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
}

.h-rw-masthead-content .h-rw-masthead-address h3,
.h-rw-masthead-content .h-rw-masthead-price h3 {
    margin: 0;
}

.h-rw-masthead-content .h-rw-masthead-price {
    float: right;
}

.h-rw-masthead-content .h-rw-search-form {
    width: 260px;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    border-top-left-radius: 5px;
}

.h-rw-masthead-content .h-rw-search-form a {
    font-size: 12px;
    color: #fff;
}

.h-rw-masthead-content .h-rw-search-form input {
    border-radius: 0;
}

.h-rw-masthead-content .h-rw-search-form form {
    margin-bottom: 0;
}

.h-rw-masthead-content .h-rw-search-form input[type="button"] {
    float: right;
    text-shadow: none;
    font-weight: bold;
    font-size: 14px;
}

.h-in-the-news .h-rw-fl-content h6:after,
.h-in-the-news .h-rw-fl-content .h6:after {
    display: none;
}

.h-in-the-news .h-rw-fl-content {
    text-align: left;
}

.h-footer-content a {
	color: rgb(125, 255, 255);
}

.lightbox-outer {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
	z-index: 999;
}

.lightbox-inner {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
	.h-primary-menu ul li {
		font-size: 14px;
	}

	.h-primary-menu ul li a {
		padding: 16px 10px;
	}
}

@media (max-width: 979px) {
	.h-primary-menu {
		width: 476px;
	}

	.h-primary-menu ul li a {
		padding: 10px;
	}

	.h-social-media {
		display: none;
	}
}

@media (max-width: 767px) {
	.h-right-loan {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}

	.h-work-ftb {
		display: none;
	}

	#h-footer .h-footer-menu ul li {
		display: block;
		border-right: none;
	}

	#h-footer .h-footer-menu ul li:first-child {
		padding-left: 10px;
	}

	#h-footer .h-footer-sm {
		text-align: center!important;
	}

	#h-footer .h-copyright {
		text-align: center;
	}
}

@media (max-width: 540px) {
	h2.title {
		font-size: 28px;
	}
}

#h-default-layout .sidebar-second h2.title,
#h-default-layout .sidebar-first h2.title {
	text-align: center;
}

.h-primary-menu ul
{
	list-style:none;
	position:relative;
}

.h-primary-menu ul a
{
	display:block;
	color:#333;
	text-decoration:none;
}

.h-primary-menu ul li
{
	position:relative;
	margin:0;
	padding:0
}

.h-primary-menu ul li.current-menu-item
{
	background:#ddd
}

.h-primary-menu ul li:hover
{
	background:#f6f6f6
}

.h-primary-menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

.h-primary-menu ul ul li
{
	float:none;
	width:200px
}

.h-primary-menu ul ul a
{
	line-height:120%;
	padding:10px 15px
}

.h-primary-menu ul ul ul
{
	top:0;
	left:100%
}

.h-primary-menu ul li:hover > ul
{
	display:block
}

@media (max-width: 767px) {
	.h-branch-apply {
		text-align: center;
		margin-bottom: 20px;
	}

	.h-branch-name {
		text-align: center;
	}

	#h-branch-front .h-branch-name h1:after, #h-branch-front .h-branch-name .h1:after {
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.h-lo-contact {
		text-align: center;
	}

	.h-lo-officer-name h2:after,
	.h-lo-officer-name h2.after {
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

.officer-testimonial-container h3:after,
.officer-testimonial-container h3.after,
.officer-testimonial-container h4:after,
.officer-testimonial-container h4.after {
	display: none;
}

.officer-testimonial-container h4 {
	display: none;
}
