:root {
  /** Font default */
  --font-family-default: "Montserrat", sans-serif;
  --font-family-title: "Syncopate", serif;
  --font-size-default: 16px;
  --font-weight-title: 400;
  --font-size-title: 20px;
  --font-color-default: var(--primary-text, #000000);
  --font-color-title: var(--primary-text, #000000);
  /** Use for input, button, and any other element */
  --primary: var(--primary, #000000);
  --secondary: #9C9C9C;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --default-transition: .3s cubic-bezier(.4, 0, .2, 1);
  --adminbar-offset: 0px;
  --header-mobile-height: 90px;
  --label-s-font-weight: 400;
  --label-s-font-size: 20px;
  --label-s-line-height: 26px;
  --label-s-letter-spacing: 0;
  --label-s-text-transform: uppercase;
  --label-alt-color: var(--secondary-text, #ffffff);
  --aios-ihf-template-global-page-primary-color: var(--primary-text, #ffffff);
  --aios-ihf-template-global-page-secondary-color: var(--aios-ihf-template-results-page-secondary-color);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  font-family: var(--font-family-default);
  font-size: 16px;
  line-height: 1.5;
  color: var(--font-color-default);
  background: var(--background, #fff);
}
body.admin-bar {
  --adminbar-offset: 32px;
}

a {
  color: var(--primary);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

h1, h2, h3, h4, h4, h5, h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font-weight: var(--font-weight-title);
  font-family: var(--font-family-title);
  font-size: var(--font-size-title);
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: uppercase;
}

.small,
small {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

ol,
ul {
  list-style: none;
}

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

area,
img,
map {
  outline: none;
}

.clearfix,
.clear {
  clear: both;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  -webkit-text-size-adjust: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

:-moz-placeholder {
  opacity: 1;
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input,
textarea,
button,
select {
  border-radius: 0;
  font-family: inherit;
}

textarea {
  resize: vertical;
}

a {
  outline: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.ai-hide {
  display: none !important;
}

.slick-slider,
.slick-slider *,
.slick-slider a,
input:focus,
select:focus,
textarea:focus {
  color: inherit;
  text-decoration: none;
}

/* Hide Headings for HTML5 */
.aios-starter-theme-hide-title {
  display: none !important;
  font-size: 18px !important;
}

#content,
aside {
  line-height: 1.7;
}

#content th,
aside th {
  font-weight: bolder;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small {
  color: var(--font-color-default, #000000);
  line-height: inherit;
}

#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
  margin: 0 0 32px;
  line-height: 1.7;
}

#content h1,
aside h1,
#content h2,
aside h2,
#content h3,
aside h3,
#content h4,
aside h4,
#content h5,
aside h5,
#content h6,
aside h6 {
  margin: 0 0 32px;
}

#content blockquote,
aside blockquote {
  margin-left: 40px;
  margin-right: 40px;
}

#content i,
aside i,
#content cite,
aside cite,
#content em,
aside em,
#content var,
aside var,
#content address,
aside address {
  font-style: italic;
}

#content pre,
aside pre,
#content tt,
aside tt,
#content code,
aside code,
#content kbd,
aside kbd,
samp {
  font-family: monospace;
}

#content big,
aside big {
  font-size: 1.17em;
}

#content small,
aside small,
#content sub,
aside sub,
#content sup,
aside sup {
  font-size: 0.83em;
}

#content sub,
aside sub {
  vertical-align: sub;
}

#content sup,
aside sup {
  vertical-align: super;
}

#content table,
aside table {
  border-spacing: 2px;
}

#content thead,
aside thead,
#content tbody,
aside tbody,
#content tfoot,
aside tfoot {
  vertical-align: middle;
}

#content td,
aside td,
#content th,
aside th,
#content tr,
aside tr {
  vertical-align: inherit;
}

#content hr,
aside hr {
  border: 1px inset;
}

#content ol,
aside ol,
#content ul,
aside ul,
#content dir,
aside dir,
#content menu,
aside menu,
#content dd,
aside dd {
  margin-left: 40px;
}

#content ol,
sidebar ol {
  list-style-type: decimal;
}

#content ol ul,
aside ol ul,
#content ul ol,
aside ul ol,
#content ul ul,
aside ul ul,
#content ol ol,
aside ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

#content ol,
aside ol {
  list-style-type: decimal;
}

#content ul,
aside ul {
  list-style-type: disc;
}

#content-sidebar,
#content-full {
  width: 100%;
  margin: 0 auto;
}

#content-sidebar:after,
#content-full:after {
  content: "";
  display: table;
  clear: both;
}

#content-sidebar #content {
  width: 100%;
}

#content-full #content {
  width: 100%;
}

.page-template-template-left-sidebar #content-sidebar #content {
  float: right;
}
.page-template-template-left-sidebar #content-sidebar aside {
  float: left;
}

#content .entry:after {
  content: "";
  display: table;
  clear: both;
}
#content .aios-starter-theme-entry-meta {
  display: none;
}
#content .entry-title {
  font-size: 24px;
}
#content .post {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#content .page-links {
  text-align: center;
}
#content .page-links * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#content .page-links .current {
  font-weight: bold;
  text-decoration: underline;
}
#content .alignnone {
  clear: both;
  margin: 15px 0;
}
#content .aligncenter {
  clear: both;
  margin: 15px auto;
  display: block;
}
#content .alignleft {
  float: left;
  margin: 15px 1% 15px 0;
}
#content .alignright {
  float: right;
  margin: 15px 0 15px 1%;
}

#inner-page-wrapper {
  position: relative;
  z-index: 1;
}

aside {
  width: 100%;
}
aside h2.widget-title {
  display: block;
  background: #d7d7d7;
  padding: 7px;
  font-size: 14px;
}

.gravatar {
  float: right;
}

.comments-template ol.comment-list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.comments-template ol.comment-list li.comment {
  padding: 35px 0;
  border-bottom: 1px dotted;
}
.comments-template ol.children {
  margin: 20px 0 0 40px;
  padding: 0;
  list-style: none;
}
.comments-template .comment-author.vcard img {
  display: block;
}
.comments-template .reply {
  font-weight: 700;
  text-decoration: underline;
}
.comments-template .comment-meta {
  font-size: 10px;
}
.comments-template .screen-reader-text {
  display: none;
}
.comments-template .comment-navigation {
  margin: 10px 0;
  background: none;
}

#content .comments-template ol.comment-list,
#content .comments-template ol.children,
.comments-template ol.children,
.comments-template ol.comment-list {
  list-style: none;
}

#content .comments-template ol.comment-list,
.comments-template ol.comment-list {
  margin-left: 0;
}

.comments-template ol.comment-list li:last-child,
.comments-template ol.children li:last-child {
  border-bottom: 0;
}

.comment-form-comment textarea {
  display: block;
  width: 100%;
}
.comment-form-comment label {
  display: block;
  font-weight: 700;
}

.wp-caption {
  background-color: #f3f3f3;
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  max-width: 100%;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

#content .wp-caption p.wp-caption-text,
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0.5em 0 1.1em 0;
  font-style: italic;
}

.gallery-caption {
  text-align: center;
  font-style: italic;
}

.category .post,
.archive .post {
  border-bottom: 1px dotted;
}

.attachment-post-thumbnail {
  float: left;
  margin: 0 10px 10px 0;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.bypostauthor {
  font-style: italic;
}

#content img[class*=align],
#content img[class*=wp-image-],
#content img[class*=attachment-],
#content img.size-full,
#content img.size-large,
#content img.header-image,
#content img.wp-post-image {
  max-width: 98%;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

#content embed,
#content iframe,
#content object,
#content video {
  max-width: 100%;
}

.yoast-breadcrumbs {
  margin: 20px 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.text-none {
  text-transform: none;
}

.text-light,
.text-light > a {
  color: rgba(255, 255, 255, 0.75);
}

.text-secondary {
  color: var(--secondary-text, #ffffff);
}

.text-lightgray {
  color: #434242;
}

.text-inherit {
  color: inherit;
}

.text-center {
  text-align: center;
}

.not-italic {
  font-style: normal;
}

.default-line-clamp,
.shoter-line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  --number-lines: 3;
  -webkit-line-clamp: var(--number-lines);
}

.shoter-line-clamp {
  --number-lines: 2;
}

#inner-page-wrapper #content h1,
#inner-page-wrapper #content .heading-1,
#inner-page-wrapper #content .community-entry-content > h2,
h1,
.heading-1 {
  font-size: 30px;
  line-height: 40px;
}

#inner-page-wrapper #content h2,
#inner-page-wrapper #content .heading-2,
h2,
.heading-2 {
  font-size: 28px;
  line-height: 34px;
}

#inner-page-wrapper #content h3,
#inner-page-wrapper #content .heading-3,
h3,
.heading-3 {
  font-size: 24px;
  line-height: 30px;
}

#inner-page-wrapper #content h4,
#inner-page-wrapper #content .heading-4,
h4,
.heading-4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
}

#inner-page-wrapper #content h5,
#inner-page-wrapper #content .heading-5,
h5,
.heading-5 {
  font-size: 16px;
  line-height: 22px;
}

#inner-page-wrapper #content h6,
#inner-page-wrapper #content .heading-6,
h6,
.heading-6 {
  font-size: 12px;
  line-height: 18px;
}

.heading-6-desktop {
  font-size: 15px;
  line-height: 25px;
}

.default-label {
  font-weight: 400;
  font-family: var(--font-family-default);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.default-label.label-sm {
  font-family: var(--font-family-title);
  font-size: 15px;
  letter-spacing: 0.02em;
}
.default-label.label-xs {
  font-family: var(--font-family-title);
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.tracking-wider {
  letter-spacing: 0.17em;
}

.\!tracking-wider {
  letter-spacing: 0.17em !important;
}

.inline-flex-column {
  display: inline-flex;
  flex-direction: column;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.sm-full {
  width: 100%;
}

.siteButton a,
.primary-button,
.secondary-button,
.button-text {
  font-weight: 500;
  font-family: var(--font-family-default);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.17em;
}

.siteButton--mobileFull a {
  width: 100%;
}

.button-text {
  color: var(--primary-text);
}

.siteButton a,
.primary-button,
.secondary-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  min-height: 64px;
  border: solid 1px var(--primary, #000000);
  background-color: var(--primary, #000000);
  color: var(--secondary-text, #ffffff);
  text-align: center;
  transition: var(--default-transition);
}
.siteButton a:hover,
.primary-button:hover,
.secondary-button:hover {
  border-color: var(--primary-hover, #474747);
  background-color: var(--primary-hover, #474747);
  color: var(--secondary-text, #ffffff);
}
.siteButton a.invert-button,
.primary-button.invert-button,
.secondary-button.invert-button {
  background-color: var(--secondary, #ffffff);
  border-color: var(--secondary, #ffffff);
  color: var(--primary-text, #000000);
}

.secondary-button {
  background-color: transparent;
  border-color: var(--primary, #000000);
  color: var(--primary-text, #000000);
}
.secondary-button:hover {
  background-color: var(--primary, #000000);
  color: var(--secondary-text, #ffffff);
}
.secondary-button.invert-button {
  background-color: transparent;
  border-color: var(--secondary, #ffffff);
  color: var(--secondary-text, #ffffff);
}
.secondary-button.invert-button:hover {
  background-color: var(--secondary, #ffffff);
  color: var(--primary-text, #000000);
}

#inner-page-wrapper .community-stat-item span,
p,
.paragraph {
  font-weight: 400;
  font-family: var(--font-family-default);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-transform: none;
}

.no-margin {
  margin: 0 !important;
}

.no-y-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.filter-invert {
  filter: invert(1);
}

.inset-on-canvas {
  position: relative;
  overflow: hidden;
}
.inset-on-canvas canvas {
  display: block;
  width: 100%;
  height: auto;
}

.inset-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.overlay-before::before,
.overlay-after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.7;
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
#ihf-main-container div#areaPickerInputWrapper {
  height: 50px !important;
}

#ihf-main-container .modal-dialog {
  left: inherit !important;
}

/* Mlcalc.com calculators */
/* Make mortgage calculator popup scrollable on devices with screens less than 741px wide */
@media screen and (min-width: 600px) {
  .sm-full {
    width: auto;
  }
  .siteButton--mobileFull a {
    width: auto;
  }
}
@media (min-width: 744px) {
  #content-sidebar {
    display: flex;
  }
  #content-sidebar #content {
    width: 67%;
  }
  #content-sidebar .sidebar {
    margin-left: 3%;
    width: 30%;
  }
}
@media screen and (min-width: 744px) {
  :root {
    --label-s-font-size: 22px;
    --label-s-line-height: 28px;
  }
  #inner-page-wrapper #content h1,
  #inner-page-wrapper #content .heading-1,
  #inner-page-wrapper #content .community-entry-content > h2,
  h1,
  .heading-1 {
    font-size: 38px;
    line-height: 46px;
  }
  #inner-page-wrapper #content h2,
  #inner-page-wrapper #content .heading-2,
  h2,
  .heading-2 {
    font-size: 30px;
    line-height: 36px;
  }
  #inner-page-wrapper #content h3,
  #inner-page-wrapper #content .heading-3,
  h3,
  .heading-3 {
    line-height: 28px;
  }
  #inner-page-wrapper #content h4,
  #inner-page-wrapper #content .heading-4,
  h4,
  .heading-4 {
    font-size: 22px;
    line-height: 28px;
  }
  #inner-page-wrapper #content h5,
  #inner-page-wrapper #content .heading-5,
  h5,
  .heading-5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
  #inner-page-wrapper #content h6,
  #inner-page-wrapper #content .heading-6,
  h6,
  .heading-6 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --label-s-font-size: 24px;
    --label-s-line-height: 30px;
  }
  #inner-page-wrapper #content h1,
  #inner-page-wrapper #content .heading-1,
  #inner-page-wrapper #content .community-entry-content > h2,
  h1,
  .heading-1 {
    font-size: 42px;
    line-height: 48px;
  }
  #inner-page-wrapper #content h2,
  #inner-page-wrapper #content .heading-2,
  h2,
  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }
  #inner-page-wrapper #content h3,
  #inner-page-wrapper #content .heading-3,
  h3,
  .heading-3 {
    font-size: 28px;
    line-height: 34px;
  }
  #inner-page-wrapper #content h4,
  #inner-page-wrapper #content .heading-4,
  h4,
  .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }
  #inner-page-wrapper #content h5,
  #inner-page-wrapper #content .heading-5,
  h5,
  .heading-5 {
    line-height: 26px;
    letter-spacing: 2%;
  }
  #inner-page-wrapper #content h6,
  #inner-page-wrapper #content .heading-6,
  h6,
  .heading-6 {
    font-size: 15px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 760px) {
  #MLCalcRatesHolder {
    overflow: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    -webkit-overflow-scrolling: touch !important;
  }
  #MLCalcRatesShader {
    width: 100% !important;
    min-width: 100% !important;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 740px) {
  #MLCalcHolder {
    overflow: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    -webkit-overflow-scrolling: touch !important;
  }
  #MLCalcShader {
    width: 100% !important;
    min-width: 100% !important;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}