@charset "UTF-8";
/*
 * Theme Name: Jennifer Mortgage Theme by Top Left Creative
 * Theme URI: http://topleftcreative.com
 * Description: Custom, mobile-responsive mortgage theme built on the Genesis Framework.
 * Author: Top Left Creative
 * Author URI: http://topleftcreative.com
 * Template: genesis
 * Version: 2.1
 * Updated: November 23, 2015
 *
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ------------------------------------------------------------
   Footer
   ------------------------------------------------------------ */
.site-footer {
  background: #dcdcda;
  text-align: center;
}
.site-footer .wrap {
  padding: 16px 0px;
  padding: 1.6rem 0rem;
}
.site-footer .icon-eho {
  display: inline-block;
  width: 32px;
}
.site-footer .creds p {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.site-footer .creds p.disclaimer {
  font-size: 12px;
  font-size: 1.2rem;
}
.site-footer .creds p:last-of-type {
  margin: 0;
}
.site-footer .gototop {
  margin-top: 16px;
  margin-top: 1.6rem;
}
.site-footer .logo-office {
  padding: 16px 0px;
  padding: 1.6rem 0rem;
}
@media only screen and (min-width: 896px) {
  .site-footer {
    border-top: 1px white solid;
  }
}
@media only screen and (min-width: 1280px) {
  .site-footer .wrap {
    border-left: 1px white solid;
    border-right: 1px white solid;
  }
}

/* ------------------------------------------------------------
   Site Header
   ------------------------------------------------------------ */
.site-header {
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 896px) {
  .site-header {
    background: #e4e5e3;
    border-bottom: 1px white solid;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header .wrap {
    border-left: 1px white solid;
    border-right: 1px white solid;
  }
}

.title-area .site-title {
  margin: 8px 8px;
  margin: 0.8rem 0.8rem;
  text-indent: -9999px;
}
.title-area .site-title a {
  background: url("images/logo-prmi.png") no-repeat center;
  background-size: 281px auto;
  display: block;
  height: 56px;
  margin: 0;
  width: 281px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .title-area .site-title a {
    background: url("images/logo-prmi@2x.png") no-repeat center;
    background-size: 281px auto;
  }
}
.title-area .site-description {
  display: none;
  text-indent: -9999px;
}
@media only screen and (min-width: 768px) {
  .title-area {
    float: left;
  }
}
@media only screen and (min-width: 1280px) {
  .title-area .site-title a {
    background-size: 375px auto;
    display: block;
    height: 75px;
    margin: 0;
    width: 375px;
  }
}
@media only screen and (min-width: 1280px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1280px) and (min-resolution: 192dpi) {
  .title-area .site-title a {
    background: url("images/logo-prmi@2x.png") no-repeat;
    background-size: 375px auto;
  }
}

/* ------------------------------------------------------------
   Site Layout
   ------------------------------------------------------------ */
.site-container {
  background: url("images/bg_brillant.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .site-container {
    background: url("images/bg_brillant@2x.png");
    background-size: 3px 3px;
  }
}

.wrap {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}

.site-inner .content {
  background: white;
  overflow: hidden;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}
@media only screen and (min-width: 896px) {
  .site-inner {
    margin: 32px 0px;
    margin: 3.2rem 0rem;
  }
}

@media only screen and (min-width: 896px) {
  .content-sidebar .content,
  .sidebar-content .content {
    float: left;
    width: 66.6666666667%;
  }

  .content-sidebar .sidebar,
  .sidebar-content .sidebar {
    float: right;
    width: 33.3333333333%;
  }
}
/* ------------------------------------------------------------
   Pre-Header
   ------------------------------------------------------------ */
.pre-header {
  background: #e4e5e3;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 100;
}
.pre-header .wrap > div:first-child {
  float: left;
}
.pre-header .wrap > div:nth-child(2) {
  float: right;
}
.pre-header .wrap > div:nth-child(3) {
  clear: both;
}
.pre-header .call,
.pre-header .locations a {
  color: #001e4e;
  display: inline-block;
  font-weight: 700;
  padding: 8px 8px;
  padding: 0.8rem 0.8rem;
  text-transform: uppercase;
}
.pre-header .call::before {
  content: "";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
}
.pre-header .social-media-icons {
  overflow: hidden;
  padding: 6px 8px;
  padding: 0.6rem 0.8rem;
}
.pre-header .social-media-icons .icon-center {
  display: inline-block;
  vertical-align: bottom;
}
.pre-header .social-media-icons .icon-center a {
  float: left;
  margin-right: 8px;
  margin-right: 0.8rem;
}
.pre-header .social-media-icons .icon-center a:last-child {
  margin: 0;
}
.pre-header .social-media-icons .icon-center a img {
  width: 24px;
}
@media only screen and (min-width: 576px) {
  .pre-header .wrap > div:nth-child(3) {
    clear: none;
  }
  .pre-header .call,
  .pre-header .locations {
    font-size: 20px;
    font-size: 2rem;
  }
  .pre-header .social-media-icons .icon-center a img {
    width: 100%;
  }
}
@media only screen and (min-width: 896px) {
  .pre-header {
    border-bottom: 1px white solid;
  }
}
@media only screen and (min-width: 1280px) {
  .pre-header .wrap {
    border-left: 1px white solid;
    border-right: 1px white solid;
  }
}

/* ------------------------------------------------------------
   Entry
   ------------------------------------------------------------ */
.entry {
  margin-bottom: 64px;
  margin-bottom: 6.4rem;
}
.entry:last-child {
  margin-bottom: 0;
}
.entry .entry-image,
.entry .featured-image,
.entry .entry-title {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.entry .entry-title,
.entry .entry-title a {
  color: #001e4e;
}
.entry .entry-content {
  margin-top: 32px;
  margin-top: 3.2rem;
}
.entry .entry-footer {
  margin-top: 32px;
  margin-top: 3.2rem;
}
.entry .entry-footer .more-link {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}
.entry .entry-footer .more-link:hover {
  background: #8d4406;
  color: white;
}

/* ------------------------------------------------------------
   Forms
   ------------------------------------------------------------ */
input,
textarea,
select {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
textarea,
select {
  -webkit-appearance: none;
  line-height: normal;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
}

textarea {
  clear: both;
}

input[type=submit],
button[type=submit],
input[type=button] {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 20px;
  padding: 1.2rem 2rem;
}
input[type=submit]:hover,
button[type=submit]:hover,
input[type=button]:hover {
  background: #8d4406;
  color: white;
}

input.large {
  width: 100%;
}

textarea.large {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #adaeae;
}

:-moz-placeholder {
  color: #adaeae;
}

:-ms-input-placeholder {
  color: #adaeae;
}

select:not(:checked) {
  color: #adaeae;
}

/* ------------------------------------------------------------
   Box Sizing
   ------------------------------------------------------------ */
html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: inherit;
}

/* ------------------------------------------------------------
   Images
   ------------------------------------------------------------ */
img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ------------------------------------------------------------
   Section Padding
   ------------------------------------------------------------ */
.section-padding {
  padding: 64px 32px;
  padding: 6.4rem 3.2rem;
}
@media only screen and (min-width: 1280px) {
  .section-padding {
    padding: 64px 192px;
    padding: 6.4rem 19.2rem;
  }
}

/* ------------------------------------------------------------
   More Link
   ------------------------------------------------------------ */
.more-link a {
  background: #ef730a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.more-link a:hover {
  background: #8d4406;
}

/* ------------------------------------------------------------
   Document
   ------------------------------------------------------------ */
html {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 62.5%;
}

body {
  font-size: 16px;
}

/* ------------------------------------------------------------
   Links
   ------------------------------------------------------------ */
a {
  color: #001e4e;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
a:hover {
  color: #001435;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

::-moz-selection {
  background-color: #ef730a;
  color: white;
}

::selection {
  background-color: #ef730a;
  color: white;
}

/* ------------------------------------------------------------
   Headings
   ------------------------------------------------------------ */
h1,
h1 a,
h2,
h2 a,
h3,
.home-testimonials .rsTmb,
h3 a,
.home-testimonials .rsTmb a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  text-decoration: none;
}

h1,
h1 a {
  color: #001e4e;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 576px) {
  h1,
  h1 a {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 896px) {
  h1,
  h1 a {
    font-size: 40px;
    font-size: 4rem;
  }
}

h1 a:hover {
  color: #001435;
}

h2,
h2 a,
h4.widget-title {
  color: #878a90;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (min-width: 576px) {
  h2,
  h2 a,
  h4.widget-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 896px) {
  h2,
  h2 a,
  h4.widget-title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h2 a:hover {
  color: #7a7d84;
}

h3, .home-testimonials .rsTmb,
h3 a,
.home-testimonials .rsTmb a {
  color: #001e4e;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 896px) {
  h3, .home-testimonials .rsTmb,
  h3 a,
  .home-testimonials .rsTmb a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h3 a:hover, .home-testimonials .rsTmb a:hover {
  color: #001435;
}

h4,
h4 a {
  color: #001e4e;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 896px) {
  h4,
  h4 a {
    font-size: 20px;
    font-size: 2rem;
  }
}

h4 a:hover {
  color: #001435;
}

h5,
h5 a {
  color: #878a90;
  font-size: 18px;
  font-size: 1.8rem;
}

h5 a:hover {
  color: #7a7d84;
}

h6,
h6 a {
  color: #001e4e;
  font-size: 16px;
  font-size: 1.6rem;
}

h6 a:hover {
  color: #001435;
}

/* ------------------------------------------------------------
   Paragraph Typography
   ------------------------------------------------------------ */
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  line-height: 1.5;
  margin: 0px 0px;
  margin: 0rem 0rem;
}

ol,
ul {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 0px;
  margin: 0rem 0rem;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

.disclaimer {
  font-size: 1rem;
}

/* ------------------------------------------------------------
   List Styles Typography
   ------------------------------------------------------------ */
ul.checkmark li {
  list-style-type: none;
  text-indent: -24px;
}
ul.checkmark li::before {
  color: #001e4e;
  content: "";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
}

/* ------------------------------------------------------------
   Entry Content Typography
   ------------------------------------------------------------ */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content .home-testimonials .rsTmb,
.home-testimonials .entry-content .rsTmb,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar .home-testimonials .rsTmb,
.home-testimonials .sidebar .rsTmb,
.sidebar h4,
.sidebar h5,
.sidebar h6,
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor .home-testimonials .rsTmb,
.home-testimonials .wp-editor .rsTmb,
.wp-editor h4,
.wp-editor h5,
.wp-editor h6 {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.sidebar p,
.sidebar ul,
.sidebar ol,
.wp-editor p,
.wp-editor ul,
.wp-editor ol {
  line-height: 1.5;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.sidebar p:last-child,
.sidebar ul:last-child,
.sidebar ol:last-child,
.wp-editor p:last-child,
.wp-editor ul:last-child,
.wp-editor ol:last-child {
  margin: 0;
}
.entry-content p:first-of-type,
.sidebar p:first-of-type,
.wp-editor p:first-of-type {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .entry-content p:first-of-type,
  .sidebar p:first-of-type,
  .wp-editor p:first-of-type {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* ------------------------------------------------------------
   Admin Styles
   ------------------------------------------------------------ */
.tlc-metabox {
  float: left;
  width: 50%;
}
.tlc-metabox input,
.tlc-metabox input.cmb2-text-small,
.tlc-metabox select {
  float: left;
  width: 50%;
}

/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */
.btn-container {
  margin: 32px 0px;
  margin: 3.2rem 0rem;
}

.btn-sm, .entry-comments ol li article .comment-reply-link, .directory-listings .employees .employee-actions li.emp-apply a, .single-employees .employee-actions li.apply a {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}
.btn-sm:hover, .entry-comments ol li article .comment-reply-link:hover, .directory-listings .employees .employee-actions li.emp-apply a:hover, .single-employees .employee-actions li.apply a:hover {
  background: #8d4406;
  color: white;
}

.btn-sm-inline-block {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}
.btn-sm-inline-block:hover {
  background: #8d4406;
  color: white;
}

.btn-md {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 20px;
  padding: 1.2rem 2rem;
}
.btn-md:hover {
  background: #8d4406;
  color: white;
}

.btn-md-inline-block {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 20px;
  padding: 1.2rem 2rem;
}
.btn-md-inline-block:hover {
  background: #8d4406;
  color: white;
}

.btn-lg {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 32px;
  font-size: 3.2rem;
  padding: 24px 40px;
  padding: 2.4rem 4rem;
}
.btn-lg:hover {
  background: #8d4406;
  color: white;
}

.btn-lg-inline-block {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-size: 32px;
  font-size: 3.2rem;
  padding: 24px 40px;
  padding: 2.4rem 4rem;
}
.btn-lg-inline-block:hover {
  background: #8d4406;
  color: white;
}

/* ------------------------------------------------------------
   Widget - Header Right
   ------------------------------------------------------------ */
.showcase {
  background: #001e4e;
  padding: 3.2rem;
}
.showcase h1, .showcase h2, .showcase h3, .showcase .home-testimonials .rsTmb, .home-testimonials .showcase .rsTmb, .showcase h4, .showcase h5, .showcase h6, .showcase p, .showcase ol, .showcase ul, .showcase li, .showcase a, .showcase a:hover {
  color: white;
}

/* ------------------------------------------------------------
   Comments
   ------------------------------------------------------------ */
.entry-comments,
.comment-respond {
  padding: 64px 64px;
  padding: 6.4rem 6.4rem;
  background: #e4e5e3;
}
.entry-comments .comment-form input,
.entry-comments .comment-form textarea,
.comment-respond .comment-form input,
.comment-respond .comment-form textarea {
  border: none;
}
.entry-comments .comment-form p,
.comment-respond .comment-form p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.entry-comments .comment-form p.form-submit,
.comment-respond .comment-form p.form-submit {
  margin-bottom: 0;
}
.entry-comments .comment-form p.form-allowed-tags,
.comment-respond .comment-form p.form-allowed-tags {
  font-size: 14px;
  font-size: 1.4rem;
}

.entry-comments {
  padding-bottom: 0;
}
.entry-comments ol {
  margin: 0;
  padding: 0;
}
.entry-comments ol li {
  list-style: none;
}
.entry-comments ol li article {
  border-bottom: 1px #adaeae solid;
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
}
.entry-comments ol li article:last-of-type {
  border-bottom: none;
}
.entry-comments ol li article .comment-author {
  font-weight: bold;
  overflow: hidden;
}
.entry-comments ol li article .comment-author > * {
  display: inline-block;
}
.entry-comments ol li article .comment-author img {
  margin-right: 32px;
  margin-right: 3.2rem;
  vertical-align: middle;
}
.entry-comments ol li article .comment-meta {
  margin: 16px 0px;
  margin: 1.6rem 0rem;
}
.entry-comments ol li article .comment-content {
  background: white;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}
.entry-comments ol li article .comment-content p {
  margin-bottom: 1.6rem;
}
.entry-comments ol li article .comment-content p:last-of-type {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   Disclosure
   ------------------------------------------------------------ */
.disclosure {
  margin-top: 32px;
  margin-top: 3.2rem;
}

/* ------------------------------------------------------------
   Nav - Header Right
   ------------------------------------------------------------ */
.header-widget-area .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.header-widget-area .genesis-nav-menu {
  background: white;
  display: none;
  overflow: hidden;
}
.header-widget-area .genesis-nav-menu li {
  text-transform: uppercase;
}
.header-widget-area .genesis-nav-menu li a {
  color: #001e4e;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 22px;
  padding: 16px 16px;
  padding: 1.6rem 1.6rem;
  text-decoration: none;
}
.header-widget-area .genesis-nav-menu li.mini-menu {
  display: none;
}
.header-widget-area .genesis-nav-menu li .sub-menu {
  background: #e4e5e3;
  display: none;
}
.header-widget-area .genesis-nav-menu li .sub-menu li {
  list-style: none;
}
.header-widget-area .genesis-nav-menu li .sub-menu li a {
  border: none;
}
.header-widget-area .genesis-nav-menu a:hover,
.header-widget-area .genesis-nav-menu .current-menu-item > a,
.header-widget-area .genesis-nav-menu .current-menu-ancestor > a {
  background: #001e4e;
  color: white;
}
.header-widget-area .genesis-nav-menu .menu-item-has-children > a::before {
  content: "\f078";
  float: right;
  font-family: FontAwesome;
  padding-left: 8px;
  padding-left: 0.8rem;
}
.header-widget-area .genesis-nav-menu .menu-item-has-children > a.menu-open::before {
  content: "\f077";
}
@media only screen and (min-width: 896px) {
  .header-widget-area .genesis-nav-menu {
    background: none;
    display: block;
  }
  .header-widget-area .genesis-nav-menu > li {
    display: inline-block;
    float: left;
  }
  .header-widget-area .genesis-nav-menu > li.hide {
    display: none;
  }
  .header-widget-area .genesis-nav-menu > li a {
    border-left: 1px white solid;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 27.625px 8px;
    padding: 2.7625rem 0.8rem;
  }
  .header-widget-area .genesis-nav-menu > li > .sub-menu {
    position: absolute;
  }
  .header-widget-area .genesis-nav-menu > li > .sub-menu .sub-menu {
    min-width: 200px;
    position: absolute;
  }
  .header-widget-area .genesis-nav-menu li.mini-menu {
    display: block;
  }
  .header-widget-area .genesis-nav-menu .sub-menu {
    width: 200px;
    z-index: 1;
  }
  .header-widget-area .genesis-nav-menu .sub-menu li a {
    padding: 16px 16px;
    padding: 1.6rem 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header-widget-area .genesis-nav-menu > li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 25.125px 8px;
    padding: 2.5125rem 0.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .header-widget-area .genesis-nav-menu > li.hide {
    display: block;
  }
  .header-widget-area .genesis-nav-menu > li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 34.5px 16px;
    padding: 3.45rem 1.6rem;
  }
  .header-widget-area .genesis-nav-menu > li > .sub-menu {
    min-width: 200px;
    right: auto;
  }
  .header-widget-area .genesis-nav-menu li.mini-menu {
    display: none;
  }
  .header-widget-area .genesis-nav-menu .sub-menu {
    width: auto;
  }
}

/* ------------------------------------------------------------
   Nav - Legal Menu
   ------------------------------------------------------------ */
.legal-menu-container {
  display: inline-block;
}
.legal-menu-container .legal-menu {
  list-style: none;
  margin: 16px 16px;
  margin: 1.6rem 1.6rem;
  padding: 0;
}
.legal-menu-container .legal-menu li {
  display: inline-block;
  margin-right: 8px;
  margin-right: 0.8rem;
}

/* ------------------------------------------------------------
   Nav - Mobile
   ------------------------------------------------------------ */
.menu-button {
  background: #001e4e;
  color: white;
  display: block;
  float: right;
  padding: 20.125px 20.125px;
  padding: 2.0125rem 2.0125rem;
  text-align: center;
}
.menu-button:hover {
  color: white;
}
.menu-button i {
  position: relative;
  top: 50%;
}
@media only screen and (min-width: 896px) {
  .menu-button {
    display: none;
  }
}

.landing-page .menu-button {
  display: none;
}

/* ------------------------------------------------------------
   Nav - Sidebar
   ------------------------------------------------------------ */
.sidebar .menu .current-menu-item a {
  font-weight: bold;
}

/* ------------------------------------------------------------
   Optin
   ------------------------------------------------------------ */
.optin {
  background-color: #001e4e;
  overflow: hidden;
  text-align: center;
}
.optin .section-title {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
}
.optin .section-subtitle {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.optin input {
  height: 55px;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .optin .gform_body {
    float: left;
    width: 75%;
  }
  .optin .gform_footer {
    float: left;
    width: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .optin .gform_wrapper {
    margin: 0 auto;
    max-width: 576px;
    width: 75%;
  }
}

/* ------------------------------------------------------------
   Pagination
   ------------------------------------------------------------ */
.pagination {
  clear: both;
}

.entry-links {
  overflow: hidden;
  padding: 32px 0px;
  padding: 3.2rem 0rem;
}
.entry-links .link-prev {
  float: left;
  width: 50%;
}
.entry-links .link-next {
  float: right;
  text-align: right;
  width: 50%;
}

/* ------------------------------------------------------------
   Subscribe Widget
   ------------------------------------------------------------ */
.sidebar .widget.subscribe {
  background: #001e4e;
}
.sidebar .widget.subscribe .widget-title,
.sidebar .widget.subscribe .gform_description,
.sidebar .widget.subscribe p,
.sidebar .widget.subscribe .gform_confirmation_message {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.sidebar .widget.subscribe label {
  display: none;
}

form.email p {
  overflow: hidden;
}
form.email p label {
  padding-top: 8px;
  padding-top: 0.8rem;
}

/* ------------------------------------------------------------
   Table Layout
   ------------------------------------------------------------ */
@media only screen and (min-width: 576px) {
  .table {
    display: table;
  }
}

@media only screen and (min-width: 576px) {
  .cell {
    display: table-cell;
    vertical-align: middle;
  }
}

/* ------------------------------------------------------------
   Widget - Header Right
   ------------------------------------------------------------ */
@media only screen and (min-width: 768px) {
  .header-widget-area {
    float: right;
  }
}

.landing-page .header-widget-area {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .landing-page .header-widget-area {
    margin-right: 32px;
    margin-right: 3.2rem;
  }
}

/* ------------------------------------------------------------
   Loan Comparison Info Widget
   ------------------------------------------------------------ */
.loan-comp-item p {
  text-align: center;
}
.loan-comp-item p.large {
  color: #001e4e;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

/* ------------------------------------------------------------
   Sidebar - Widget
   ------------------------------------------------------------ */
.sidebar .widget {
  background: #dcdcda;
  overflow: hidden;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}
.sidebar .widget p {
  line-height: 1.5;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.sidebar .widget input[type=submit],
.sidebar .widget button[type=submit] {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}
.sidebar .widget input[type=submit]:hover,
.sidebar .widget button[type=submit]:hover {
  background: #8d4406;
  color: white;
}

.widgettitle,
.widgettitle a {
  color: #001e4e;
}

/* ------------------------------------------------------------
   Widgets - Footer
   ------------------------------------------------------------ */
.footer-widgets {
  background: #dcdcda;
  border-top: 1px white solid;
}
.footer-widgets .widget-area {
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}
.footer-widgets .widget-area:last-child {
  margin-right: 0;
}
.footer-widgets .widget-area p {
  line-height: 1.5;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.footer-widgets .ms-view {
  height: auto !important;
}
.footer-widgets .ms-view .ms-slide {
  height: auto !important;
  position: relative !important;
}
.footer-widgets .ms-view .ms-slide .ms-slide-layers {
  height: auto !important;
  position: relative !important;
}
.footer-widgets .ms-view .ms-slide .ms-slide-layers .ms-layer {
  position: relative !important;
}
.footer-widgets .locate-us p {
  margin: 16px 0px;
  margin: 1.6rem 0rem;
}
.footer-widgets .locate-us .locate-us-map {
  height: 336px;
  width: 100%;
}
@media only screen and (min-width: 896px) {
  .footer-widgets .widget-area {
    float: left;
    margin-bottom: 16px;
    margin-right: 5%;
    margin-top: 16px;
    width: 30%;
  }
  .footer-widgets .widget-area:nth-child(2n) {
    margin-right: 5%;
  }
  .footer-widgets .widget-area:nth-child(3n) {
    margin-right: 0;
  }
  .footer-widgets .widget-area:nth-child(2n + 1) {
    clear: none;
  }
  .footer-widgets .widget-area:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-widgets .wrap {
    border-left: 1px white solid;
    border-right: 1px white solid;
  }
}

/* ------------------------------------------------------------
   WordPress Classes
   ------------------------------------------------------------ */
.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

img.aligncenter {
  margin: auto;
}

.alignright {
  text-align: right;
}

.wp-caption {
  margin: 0 auto;
  max-width: 100%;
}

.wp-caption-text {
  background: #e4e5e3;
  font-size: 14px !important;
  margin-bottom: 16px !important;
  padding: 16px 0px;
  padding: 1.6rem 0rem;
}

/* ------------------------------------------------------------
   Featured Page Widgets
   ------------------------------------------------------------ */
.widget.featuredpage {
  overflow: hidden;
}
.widget.featuredpage .entry-image {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.widget.featuredpage .attachment-thumbnail {
  border: 2px white solid;
}
.widget.featuredpage p {
  margin-bottom: 0;
}

/* ------------------------------------------------------------
   Plugins - Gravity Forms
   ------------------------------------------------------------ */
.gform_wrapper ul {
  padding: 0;
}
.gform_wrapper li {
  list-style: none;
}
.gform_wrapper .gform_title {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.gform_wrapper .gform_description {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.gform_wrapper .gfield {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  width: 100%;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  -webkit-appearance: none;
  border: 1px #e4e5e3 solid;
  border-radius: 0;
  width: 100%;
}
.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  color: #ef730a;
}
.gform_wrapper .gform_previous_button {
  display: none;
}
.gform_wrapper .gfield.gf_left_half {
  clear: left;
  float: left;
  width: 48%;
}
.gform_wrapper .gfield.gf_right_half {
  clear: right;
  float: right;
  width: 48%;
}
.gform_wrapper .top_label {
  margin-bottom: 0;
}
.gform_wrapper .top_label .gfield label {
  margin-bottom: 16px;
}
.gform_wrapper .no-label .gfield label {
  display: none;
}
.gform_wrapper .gform_confirmation_message p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 32px;
}

.ui-datepicker {
  margin: 0 !important;
}

/* ------------------------------------------------------------
   Plugins - Gravity Forms - Singleline
   ------------------------------------------------------------ */
form.singleline {
  overflow: hidden;
}
form.singleline .gform_body {
  float: left;
  width: 75%;
}
form.singleline .gform_body li {
  float: left;
  width: 33.3333333333%;
}
form.singleline .gform_body li label {
  display: none;
}
form.singleline .gform_body li input {
  min-height: 57px;
}
form.singleline .gform_footer {
  float: right;
  width: 25%;
}

/* ------------------------------------------------------------
   Mortgage Calculator
   ------------------------------------------------------------ */
div.csSBWidget {
  background: none !important;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  margin: 0 auto !important;
}

div.csSBWidget div.csHeading {
  display: none;
}

div.csSBWidget div.csContent {
  padding: 0 !important;
}

div.csSBWidget table td:last-child {
  text-align: center !important;
}

div.csSBWidget a.csSBCalculateButton {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px #8d4406 inset;
  -moz-box-shadow: 0px 0px #8d4406 inset;
  box-shadow: 0px 0px #8d4406 inset;
  color: white !important;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
  float: none !important;
  padding: 8px 16px;
  padding: 0.8rem 1.6rem;
  text-align: center;
}
div.csSBWidget a.csSBCalculateButton:hover {
  background: #8d4406;
  color: white;
}

div.csSBWidget span {
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.csWidget .ui-button .ui-button-text {
  text-align: center;
}

.csWidget .ui-button-text-only .ui-button-text {
  padding: 0 !important;
}

/* ------------------------------------------------------------
   Easy Responsive Tabs to Accordion
   ------------------------------------------------------------ */
.resp-tabs-container {
  margin-bottom: 0 !important;
}
.resp-tabs-container h2.resp-accordion {
  border-bottom: 1px solid #adaeae !important;
  border-left: none;
  border-right: none;
  border-top: none;
  background: #e4e5e3;
}
.resp-tabs-container h2.resp-accordion:first-child {
  border-top: 1px solid #adaeae !important;
}
.resp-tabs-container h2.resp-accordion.resp-tab-active {
  border-bottom: none !important;
}
.resp-tabs-container h2.resp-accordion.resp-tab-active h2,
.resp-tabs-container h2.resp-accordion.resp-tab-active p {
  color: #001e4e;
}
.resp-tabs-container h2.resp-accordion h2 {
  margin: 0;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
}
.resp-tabs-container .resp-tab-content {
  background: #e4e5e3;
  border-bottom: 1px solid #adaeae;
}
.resp-tabs-container .resp-tab-content .widget h2,
.resp-tabs-container .resp-tab-content .widget h2 a {
  color: #001e4e;
}
.resp-tabs-container .resp-tab-content .widget + .widget {
  border-top: 1px solid #adaeae;
  margin-top: 16px;
  margin-top: 1.6rem;
  padding-top: 32px;
  padding-top: 3.2rem;
}
.resp-tabs-container .resp-tab-content .enhanced-text-widget {
  margin: 16px 16px;
  margin: 1.6rem 1.6rem;
}
@media only screen and (min-width: 576px) {
  .resp-tabs-container .resp-tab-content {
    overflow: hidden;
    padding: 32px 32px;
    padding: 3.2rem 3.2rem;
  }
  .resp-tabs-container .resp-tab-content .featuredpage,
  .resp-tabs-container .resp-tab-content .featuredpost {
    float: left;
    margin-bottom: 16px;
    margin-right: 5%;
    margin-top: 16px;
    width: 47.5%;
  }
  .resp-tabs-container .resp-tab-content .featuredpage:nth-child(1n),
  .resp-tabs-container .resp-tab-content .featuredpost:nth-child(1n) {
    margin-right: 5%;
  }
  .resp-tabs-container .resp-tab-content .featuredpage:nth-child(2n),
  .resp-tabs-container .resp-tab-content .featuredpost:nth-child(2n) {
    margin-right: 0;
  }
  .resp-tabs-container .resp-tab-content .featuredpage:nth-child(1n + 1),
  .resp-tabs-container .resp-tab-content .featuredpost:nth-child(1n + 1) {
    clear: none;
  }
  .resp-tabs-container .resp-tab-content .featuredpage:nth-child(2n + 1),
  .resp-tabs-container .resp-tab-content .featuredpost:nth-child(2n + 1) {
    clear: left;
  }
  .resp-tabs-container .resp-tab-content .featuredpage p,
  .resp-tabs-container .resp-tab-content .featuredpost p {
    margin: 16px 0px;
    margin: 1.6rem 0rem;
  }
  .resp-tabs-container .resp-tab-content .featuredpage .more-link,
  .resp-tabs-container .resp-tab-content .featuredpost .more-link {
    background: #ef730a;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px #8d4406 inset;
    -moz-box-shadow: 0px 0px #8d4406 inset;
    box-shadow: 0px 0px #8d4406 inset;
    color: white !important;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 10px;
    padding: 0.6rem 1rem;
  }
  .resp-tabs-container .resp-tab-content .featuredpage .more-link:hover,
  .resp-tabs-container .resp-tab-content .featuredpost .more-link:hover {
    background: #8d4406;
    color: white;
  }
  .resp-tabs-container .resp-tab-content .widget + .widget {
    border-top: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .resp-tabs-container .resp-tab-content {
    border-bottom: none;
  }
}

.resp-tabs-list li {
  width: 33.3333333333%;
}
.resp-tabs-list li.resp-tab-item {
  background: #dcdcda !important;
  min-height: 150px;
}
.resp-tabs-list li.resp-tab-item h2 {
  margin: 0;
  padding: 16px 16px 0 16px;
}
.resp-tabs-list li.resp-tab-item p {
  padding: 0 16px 16px;
}
.resp-tabs-list li.resp-tab-item.resp-tab-active {
  background: #e4e5e3 !important;
}
.resp-tabs-list li.resp-tab-item.resp-tab-active h2 {
  color: #001e4e;
}

.three-reasons {
  clear: both;
  margin: 32px 0px;
  margin: 3.2rem 0rem;
  padding: 0;
  text-align: center;
}
.three-reasons li {
  display: inline-block;
  font-size: 20px;
  list-style: none;
  padding: 8px 0 8px 44px;
}
.three-reasons .one {
  background: url("images/img_one.png") no-repeat;
  background-size: 36px 36px;
  padding-left: 48px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .three-reasons .one {
    background: url("images/img_one@2x.png") no-repeat;
    background-size: 36px 36px;
  }
}
.three-reasons .two {
  background: url("images/img_two.png") no-repeat;
  background-size: 36px 36px;
  padding-left: 48px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .three-reasons .two {
    background: url("images/img_two@2x.png") no-repeat;
    background-size: 36px 36px;
  }
}
.three-reasons .three {
  background: url("images/img_three.png") no-repeat;
  background-size: 36px 36px;
  padding-left: 48px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .three-reasons .three {
    background: url("images/img_three@2x.png") no-repeat;
    background-size: 36px 36px;
  }
}

/* ------------------------------------------------------------
   Template - Page - Employees
   ------------------------------------------------------------ */
.directory-category-heading {
  margin: 16px 0;
}

.directory-listings {
  overflow: hidden;
}

.directory-listings .employees {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
.directory-listings .employees h2.entry-title,
.directory-listings .employees h2.entry-title a {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}
.directory-listings .employees li {
  list-style: none;
  padding: 0;
}
.directory-listings .employees .employee-info {
  padding: 0;
}
.directory-listings .employees .employee-info li.emp-title {
  font-style: italic;
}
.directory-listings .employees .employee-info li.emp-mobile-phone {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}
.directory-listings .employees .employee-actions {
  margin-top: 16px;
  margin-top: 1.6rem;
  padding: 0;
}
.directory-listings .employees .employee-actions li {
  display: inline-block;
}
.directory-listings .employees .employee-actions li.emp-bio {
  padding-right: 8px;
  padding-right: 0.8rem;
}
@media only screen and (min-width: 576px) {
  .directory-listings .employees {
    float: left;
    margin-bottom: 16px;
    margin-right: 5%;
    margin-top: 16px;
    width: 47.5%;
  }
  .directory-listings .employees:nth-child(1n) {
    margin-right: 5%;
  }
  .directory-listings .employees:nth-child(2n) {
    margin-right: 0;
  }
  .directory-listings .employees:nth-child(1n + 1) {
    clear: none;
  }
  .directory-listings .employees:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 1280px) {
  .directory-listings .employees {
    float: left;
    margin-bottom: 16px;
    margin-right: 5%;
    margin-top: 16px;
    width: 30%;
  }
  .directory-listings .employees:nth-child(2n) {
    margin-right: 5%;
  }
  .directory-listings .employees:nth-child(3n) {
    margin-right: 0;
  }
  .directory-listings .employees:nth-child(2n + 1) {
    clear: none;
  }
  .directory-listings .employees:nth-child(3n + 1) {
    clear: left;
  }
}

/* ------------------------------------------------------------
   Template - Page - Home
   ------------------------------------------------------------ */
.home .pre-header,
.home .site-header {
  background-color: rgba(255, 255, 255, 0.65);
}

/* Home Feature Widget Area */
.home-feature {
  background: #f2f2f2 url("images/bg-home-feature.jpg") center center;
  background-size: cover;
  position: relative;
  text-align: center;
  z-index: 1;
  /* Home feature text settings for all variations */
  /* Home feature variation: image background */
  /* Home feature variation: product download */
}
@media only screen and (min-width: 576px) {
  .home-feature {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .home-feature {
    border-bottom: 1px white solid;
  }
}
.home-feature .home-feature-text {
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .home-feature .home-feature-text {
    width: 80%;
  }
}
.home-feature .home-feature-text h1,
.home-feature .home-feature-text p {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .home-feature .home-feature-text h1,
  .home-feature .home-feature-text p {
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 896px) {
  .home-feature .home-feature-text h1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media only screen and (min-width: 1280px) {
  .home-feature .home-feature-text h1 {
    font-size: 64px;
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .home-feature .home-feature-text p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .home-feature .home-feature-text p {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.home-feature .home-feature-text .home-feature-button {
  background: #ef730a;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px -3px #8d4406 inset;
  -moz-box-shadow: 0px -3px #8d4406 inset;
  box-shadow: 0px -3px #8d4406 inset;
  color: white !important;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}
.home-feature .home-feature-text .home-feature-button:hover {
  background: #8d4406;
  color: white;
}
@media only screen and (min-width: 768px) {
  .home-feature .home-feature-text .home-feature-button {
    background: #ef730a;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px -3px #8d4406 inset;
    -moz-box-shadow: 0px -3px #8d4406 inset;
    box-shadow: 0px -3px #8d4406 inset;
    color: white !important;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 12px 20px;
    padding: 1.2rem 2rem;
  }
  .home-feature .home-feature-text .home-feature-button:hover {
    background: #8d4406;
    color: white;
  }
}
@media only screen and (min-width: 896px) {
  .home-feature .home-feature-image {
    margin-top: -122.25px;
  }
}
@media only screen and (min-width: 1024px) {
  .home-feature .home-feature-image {
    margin-top: -117.25px;
  }
}
@media only screen and (min-width: 1280px) {
  .home-feature .home-feature-image {
    margin-top: -136px;
  }
}
.home-feature .home-feature-image img {
  width: 100%;
}
.home-feature .home-feature-image h1 {
  color: white;
  text-shadow: 1px 1px 2px black;
}
.home-feature .home-feature-image p {
  color: white;
  text-shadow: 1px 1px 1px black;
}
.home-feature .home-feature-image .home-feature-text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 896px) {
  .home-feature .home-feature-image .home-feature-text {
    margin-top: 75px;
    width: 75%;
  }
}
@media only screen and (min-width: 1280px) {
  .home-feature .home-feature-image .home-feature-text {
    width: 65%;
  }
}
.home-feature .home-feature-product {
  padding: 32px;
  width: 100%;
}
@media only screen and (min-width: 896px) {
  .home-feature .home-feature-product {
    padding: 128px 32px;
  }
}
@media only screen and (min-width: 576px) {
  .home-feature .home-feature-product .home-feature-product-image {
    width: 33%;
  }
}
@media only screen and (min-width: 1280px) {
  .home-feature .home-feature-product .home-feature-product-image {
    width: 25%;
  }
}
.home-feature .home-feature-product .home-feature-product-image img {
  display: inline;
  max-height: 250px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 576px) {
  .home-feature .home-feature-product .home-feature-product-image img {
    margin: 0;
    max-height: 100%;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 896px) {
  .home-feature .home-feature-product .home-feature-product-image img {
    padding-right: 32px;
  }
}
.home-feature .home-feature-product .home-feature-text h1,
.home-feature .home-feature-product .home-feature-text p {
  color: white;
}

/* Home Tabs */
.home-tabs .entry .entry-title {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .home-tabs .wrap #tabs {
    margin-top: -138px px;
  }
}

/* Home Loop */
.home-no-blog .site-inner .content {
  padding: 0;
}

.section-title {
  background: #001e4e;
  background: -moz-linear-gradient(left, #001e4e 0%, white 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #001e4e), color-stop(100%, white));
  background: -webkit-linear-gradient(left, #001e4e 0%, white 100%);
  background: -o-linear-gradient(left, #001e4e 0%, white 100%);
  background: -ms-linear-gradient(left, #001e4e 0%, white 100%);
  background: linear-gradient(to right, #001e4e 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='#ffffff',GradientType=1 );
  color: white;
  padding: 24px 24px;
  padding: 2.4rem 2.4rem;
}

.home-loop .loop {
  margin-top: 32px;
  margin-top: 3.2rem;
}
.home-loop .loop .entry {
  background: white;
}
@media only screen and (min-width: 896px) {
  .home-loop .entry {
    float: left;
    margin-bottom: 16px;
    margin-right: 5%;
    margin-top: 16px;
    width: 30%;
  }
  .home-loop .entry:nth-child(2n) {
    margin-right: 5%;
  }
  .home-loop .entry:nth-child(3n) {
    margin-right: 0;
  }
  .home-loop .entry:nth-child(2n + 1) {
    clear: none;
  }
  .home-loop .entry:nth-child(3n + 1) {
    clear: left;
  }
}

/* Home Footer Testimonials Slider */
.disclosure {
  font-size: 12px;
  font-size: 1.2rem;
}

/* ------------------------------------------------------------
   Template - Page - Neighborhoods
   ------------------------------------------------------------ */
.loop-neighborhoods {
  overflow: hidden;
}
.loop-neighborhoods .neighborhood {
  float: left;
  margin-bottom: 0px;
  margin-right: 5%;
  margin-top: 0px;
  width: 100%;
  position: relative;
}
.loop-neighborhoods .neighborhood:nth-child(0n) {
  margin-right: 5%;
}
.loop-neighborhoods .neighborhood:nth-child(1n) {
  margin-right: 0;
}
.loop-neighborhoods .neighborhood:nth-child(0n + 1) {
  clear: none;
}
.loop-neighborhoods .neighborhood:nth-child(1n + 1) {
  clear: left;
}
.loop-neighborhoods .neighborhood .neighborhood-info {
  bottom: 0;
  left: 0;
  margin: 32px 32px;
  margin: 3.2rem 3.2rem;
  position: absolute;
}
.loop-neighborhoods .neighborhood .neighborhood-entry-header {
  background: white;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
}
.loop-neighborhoods .neighborhood .neighborhood-entry-header h2,
.loop-neighborhoods .neighborhood .neighborhood-entry-header h2 a {
  margin: 0;
}
.loop-neighborhoods .neighborhood .more-link a {
  color: white;
  display: inline-block;
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}
@media only screen and (min-width: 576px) {
  .loop-neighborhoods .neighborhood {
    float: left;
    margin-bottom: 0px;
    margin-right: 5%;
    margin-top: 0px;
    width: 47.5%;
  }
  .loop-neighborhoods .neighborhood:nth-child(1n) {
    margin-right: 5%;
  }
  .loop-neighborhoods .neighborhood:nth-child(2n) {
    margin-right: 0;
  }
  .loop-neighborhoods .neighborhood:nth-child(1n + 1) {
    clear: none;
  }
  .loop-neighborhoods .neighborhood:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  .loop-neighborhoods .neighborhood {
    float: left;
    margin-bottom: 0px;
    margin-right: 5%;
    margin-top: 0px;
    width: 30%;
  }
  .loop-neighborhoods .neighborhood:nth-child(2n) {
    margin-right: 5%;
  }
  .loop-neighborhoods .neighborhood:nth-child(3n) {
    margin-right: 0;
  }
  .loop-neighborhoods .neighborhood:nth-child(2n + 1) {
    clear: none;
  }
  .loop-neighborhoods .neighborhood:nth-child(3n + 1) {
    clear: left;
  }
}

/* ------------------------------------------------------------
   Template - Page - Rentals
   ------------------------------------------------------------ */
.loop-rentals {
  overflow: hidden;
}
.loop-rentals .rental {
  border: 1px solid #dcdcda;
  float: left;
  margin-bottom: 16px;
  margin-right: 5%;
  margin-top: 16px;
  width: 100%;
}
.loop-rentals .rental:nth-child(0n) {
  margin-right: 5%;
}
.loop-rentals .rental:nth-child(1n) {
  margin-right: 0;
}
.loop-rentals .rental:nth-child(0n + 1) {
  clear: none;
}
.loop-rentals .rental:nth-child(1n + 1) {
  clear: left;
}
.loop-rentals .rental .rental-photo {
  border-bottom: 1px solid #dcdcda;
}
.loop-rentals .rental .rental-entry-header {
  border-bottom: 1px solid #dcdcda;
  padding: 10.6666666667px 10.6666666667px;
  padding: 1.0666666667rem 1.0666666667rem;
}
.loop-rentals .rental .rental-entry-title,
.loop-rentals .rental .rental-entry-title a {
  color: #001e4e;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}
.loop-rentals .rental .rental-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.loop-rentals .rental .rental-info {
  border-bottom: 1px solid #dcdcda;
  margin: 0;
  overflow: hidden;
  padding: 10.6666666667px 10.6666666667px;
  padding: 1.0666666667rem 1.0666666667rem;
}
.loop-rentals .rental .rental-info li {
  float: left;
  list-style: none;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-align: center;
  width: 33%;
}
.loop-rentals .rental .rental-info li span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.loop-rentals .rental .rental-rent {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding: 10.6666666667px 10.6666666667px;
  padding: 1.0666666667rem 1.0666666667rem;
  text-align: center;
}
@media only screen and (min-width: 576px) {
  .loop-rentals .rental {
    float: left;
    margin-bottom: 16px;
    margin-right: 5%;
    margin-top: 16px;
    width: 47.5%;
  }
  .loop-rentals .rental:nth-child(1n) {
    margin-right: 5%;
  }
  .loop-rentals .rental:nth-child(2n) {
    margin-right: 0;
  }
  .loop-rentals .rental:nth-child(1n + 1) {
    clear: none;
  }
  .loop-rentals .rental:nth-child(2n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 1024px) {
  .loop-rentals .rental {
    float: left;
    margin-bottom: 16px;
    margin-right: 5%;
    margin-top: 16px;
    width: 30%;
  }
  .loop-rentals .rental:nth-child(2n) {
    margin-right: 5%;
  }
  .loop-rentals .rental:nth-child(3n) {
    margin-right: 0;
  }
  .loop-rentals .rental:nth-child(2n + 1) {
    clear: none;
  }
  .loop-rentals .rental:nth-child(3n + 1) {
    clear: left;
  }
}
@media only screen and (min-width: 1280px) {
  .loop-rentals .rental {
    float: left;
    margin-bottom: 16px;
    margin-right: 5%;
    margin-top: 16px;
    width: 21.25%;
  }
  .loop-rentals .rental:nth-child(3n) {
    margin-right: 5%;
  }
  .loop-rentals .rental:nth-child(4n) {
    margin-right: 0;
  }
  .loop-rentals .rental:nth-child(3n + 1) {
    clear: none;
  }
  .loop-rentals .rental:nth-child(4n + 1) {
    clear: left;
  }
}

/* ------------------------------------------------------------
   Template - Page - Page with Entries
   ------------------------------------------------------------ */
.page-with-entries .loop {
  background: #e4e5e3;
  overflow: hidden;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}
.page-with-entries .loop .entry {
  float: left;
  margin-bottom: 16px;
  margin-right: 5%;
  margin-top: 16px;
  width: 100%;
}
.page-with-entries .loop .entry:nth-child(0n) {
  margin-right: 5%;
}
.page-with-entries .loop .entry:nth-child(1n) {
  margin-right: 0;
}
.page-with-entries .loop .entry:nth-child(0n + 1) {
  clear: none;
}
.page-with-entries .loop .entry:nth-child(1n + 1) {
  clear: left;
}

/* ------------------------------------------------------------
   Template - Single - Blog
   ------------------------------------------------------------ */
.table-2,
.table-5 {
  overflow: hidden;
}

.table-2 .table-item {
  float: left;
  padding: 4px;
  width: 50%;
}
.table-2 .table-item h4 {
  border-bottom: 2px #001e4e solid;
  padding-bottom: 4px;
  text-align: center;
}

.table-5 .table-item {
  float: left;
  padding: 4px;
  width: 20%;
}
.table-5 .table-item h4 {
  border-bottom: 2px #001e4e solid;
  min-height: 65px;
  text-align: center;
}
.table-5 .table-item p {
  text-align: center;
}

/* ------------------------------------------------------------
   Template - Single - Employees
   ------------------------------------------------------------ */
.single-employees .sidebar {
  background: #e4e5e3;
}

.single-employees .genesis-nav-menu li.directory > a {
  background: #001e4e;
  color: white;
}

.single-employees .employee-actions {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  padding-bottom: 6px;
  padding-bottom: 0.6rem;
  text-align: center;
}
.single-employees .employee-actions li {
  display: inline-block;
}
.single-employees .employee-actions li a {
  text-decoration: none;
}

.single-employees .employee-photo {
  line-height: 0;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
  text-align: center;
}
.single-employees .employee-photo img {
  display: inline;
  max-width: 400px;
  width: 100%;
}

.single-employees .employee-info {
  list-style: none;
  max-width: 400px;
  margin: 0 auto !important;
  padding: 32px 0px;
  padding: 3.2rem 0rem;
}
.single-employees .employee-info li.emp-main-phone::before, .single-employees .employee-info li.emp-mobile-phone::before {
  content: "";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
}
.single-employees .employee-info li.emp-fax::before {
  content: "";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
}
.single-employees .employee-info li.emp-website::before {
  content: "";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  padding-right: 10.6666666667px;
  padding-right: 1.0666666667rem;
  text-decoration: inherit;
}
@media only screen and (min-width: 896px) {
  .single-employees .employee-info {
    padding: 32px 32px;
    padding: 3.2rem 3.2rem;
  }
}

/* ------------------------------------------------------------
   Template - Page - Landing Page
   ------------------------------------------------------------ */
.landing-page .site-container {
  background-attachment: fixed;
  background-size: cover;
}
.landing-page .site-container .site-inner .wrap {
  max-width: 768px;
}
.landing-page .site-header,
.landing-page .site-footer {
  background: rgba(255, 255, 255, 0.85);
}
.landing-page .title-area .site-title a {
  width: 100%;
}
.landing-page .header-widget-area h2 {
  color: #ef730a;
  margin: 0;
  padding: 16.625px 0px;
  padding: 1.6625rem 0rem;
}
.landing-page .content {
  background-color: rgba(255, 255, 255, 0.85);
}
.landing-page .content .entry {
  text-align: center;
}
.landing-page .content .entry .entry-title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}
.landing-page .content .entry p {
  font-size: 24px;
  font-size: 2.4rem;
}
.landing-page .content .entry p.disclosure {
  font-size: 12px;
  font-size: 1.2rem;
}
.landing-page .content .entry ul:not(.gform_fields),
.landing-page .content .entry ol:not(.gform_fields) {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
.landing-page .content .entry ul:not(.gform_fields) li,
.landing-page .content .entry ol:not(.gform_fields) li {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
}
.landing-page .content .entry .form-cta {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.landing-page .gform_wrapper {
  margin: 0 auto;
  max-width: 75%;
}
.landing-page .gform_wrapper .gform_title {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}
.landing-page .gform_wrapper .gform_description {
  font-size: 24px;
  font-size: 2.4rem;
}
.landing-page .gform_wrapper .gfield {
  text-align: left;
  text-transform: uppercase;
}
.landing-page .gform_wrapper input,
.landing-page .gform_wrapper textarea,
.landing-page .gform_wrapper select {
  font-size: 20px;
  font-size: 2rem;
}
.landing-page .gform_wrapper select {
  background-color: white;
}
.landing-page .gform_confirmation_message {
  color: #ef730a;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .landing-page .title-area .site-title a {
    width: 281px;
  }
}
@media only screen and (min-width: 1280px) {
  .landing-page .title-area .site-title a {
    width: 375px;
  }
  .landing-page .header-widget-area h2 {
    padding: 23.5px 0px;
    padding: 2.35rem 0rem;
  }
}

/* ------------------------------------------------------------
   Template - Single - Loan Products
   ------------------------------------------------------------ */
.single-loan-products .genesis-nav-menu li.product > a {
  background: #001e4e;
  color: white;
}
.single-loan-products .menu-item-307 a {
  background: #001e4e;
  color: white;
}
.single-loan-products .sidebar .btn {
  padding: 8px 12px;
  padding: 0.8rem 1.2rem;
}
.single-loan-products .sidebar h4 {
  color: white;
}

/* ------------------------------------------------------------
   Template - Single - Neighborhoods
   ------------------------------------------------------------ */
.neighborhood-title {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}

.neighborhood-intro {
  overflow: hidden;
}
.neighborhood-intro .neighborhood-intro-image {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 768px) {
  .neighborhood-intro .neighborhood-intro-image {
    float: right;
    margin-left: 32px;
    margin-left: 3.2rem;
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .neighborhood-intro p.neighborhood-intro-content {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.neighborhood-map img {
  width: 100%;
}

.neighborhood-description,
.neighborhood-photos {
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}
.neighborhood-description p,
.neighborhood-photos p {
  line-height: 1.5;
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.neighborhood-description p:last-of-type,
.neighborhood-photos p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .neighborhood-description,
  .neighborhood-photos {
    padding: 64px 64px;
    padding: 6.4rem 6.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .neighborhood-description,
  .neighborhood-photos {
    padding: 128px 128px;
    padding: 12.8rem 12.8rem;
  }
}

.neighborhood-description {
  background: #878a90;
}

/* ------------------------------------------------------------
   Template - Single - Rentals
   ------------------------------------------------------------ */
.single-tlc_rentals .rental-section {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.single-tlc_rentals .rental-top-info {
  background: #e4e5e3;
  color: #001e4e;
  margin-bottom: 0;
  padding: 16px 16px;
  padding: 1.6rem 1.6rem;
}
.single-tlc_rentals .rental-top > * {
  height: 192px;
}
.single-tlc_rentals .rental-top .rental-photo {
  background-size: cover;
}
.single-tlc_rentals .rental-top .map iframe {
  width: 100%;
  height: 100%;
}
.single-tlc_rentals .rental-details {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
}
.single-tlc_rentals .rental-inquiry {
  background: #001e4e;
  padding: 32px 32px;
  padding: 3.2rem 3.2rem;
}
.single-tlc_rentals .info-row {
  border-bottom: 1px solid #e4e5e3;
  padding: 8px 0px;
  padding: 0.8rem 0rem;
}
.single-tlc_rentals .info-row:last-child {
  border-bottom: none;
}
.single-tlc_rentals .info-row .label {
  display: inline-block;
  width: 50%;
}
@media only screen and (min-width: 576px) {
  .single-tlc_rentals .rental-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .single-tlc_rentals .rental-top > * {
    overflow: hidden;
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .single-tlc_rentals .rental-top > * {
    height: 288px;
  }
}
@media only screen and (min-width: 896px) {
  .single-tlc_rentals .rental-info-left {
    float: left;
    padding-right: 32px;
    padding-right: 3.2rem;
    width: 66.6666666667%;
  }
  .single-tlc_rentals .rental-info-right {
    float: right;
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1024px) {
  .single-tlc_rentals .rental-top > * {
    height: 360px;
  }
}

/*# sourceMappingURL=style-prmi.css.map */
