@charset "UTF-8";
button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 2px solid;
  border-color: #24282a;
  border-radius: 0;
  background: transparent;
  color: #24282a;
  line-height: 1;
  padding: 0.6em 1em;
}
button:hover, button:active, button:focus, input[type="button"]:hover, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #24282a;
  background: #24282a;
  color: #fff;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: black;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
p {
  margin-bottom: 10px;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr, acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
ul, ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #333333;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #333333;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
body, button, input, select, optgroup, textarea {
  color: #333333;
  font-family: Raleway;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/* Site Nav */
.nav-sitemap .item {
  margin-bottom: 15px;
}
.nav-sitemap .item .parent {
  font-size: 1.2em;
}
.nav-sitemap .item ul li {
  list-style: none;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.ui-datepicker-calendar .ui-state-active {
  margin: 0 !important;
}
.ui-datepicker-calendar .ui-state-hover {
  background-color: #f7f7f7;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 100%;
}
.ui-datepicker:not(.gform-legacy-datepicker) {
  font-family: Raleway;
}
@media (max-width: 991.98px) {
  .ui-datepicker:not(.gform-legacy-datepicker) {
    transform: scale(0.75) translateX(-35px);
    left: 0 !important;
  }
}
.ui-datepicker:not(.gform-legacy-datepicker)::before, .ui-datepicker:not(.gform-legacy-datepicker)::after {
  display: none;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  background: transparent;
  padding: 0;
  border: 0;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header::before, .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header::after {
  display: none;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  padding: 0;
  width: 100%;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-title > select[class] {
  width: auto;
}
.gform_confirmation_wrapper {
  margin: 50px 0;
}
.gform_wrapper.gravity-theme {
  margin-top: 20px;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  margin-bottom: 35px;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2.hide_summary {
  position: unset;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield_validation_message {
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: bold;
  font-size: 0.85rem;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme form .gform_body .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons), .gform_wrapper.gravity-theme form .gform_body .gform_wrapper.gravity-theme .right_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme form .gform_body .gform_fields.left_label .gfield_label, .gform_wrapper.gravity-theme form .gform_body .gform_fields.right_label .gfield_label {
  font-size: 14px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme form .gform_body .gform_fields.left_label .gfield_label, .gform_wrapper.gravity-theme form .gform_body .gform_fields.right_label .gfield_label {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme form .gform_body .gsection {
  border-bottom: 1px solid #ccc;
  padding: 0 16px 8px 0;
  margin: 28px 0 28px 0;
}
.gform_wrapper.gravity-theme form .gform_body .gsection .gsection_title {
  font-weight: 700;
  font-size: 1.25em;
}
.gform_wrapper.gravity-theme form .gform_body label.screen-reader-text {
  width: 0 !important;
}
@media (min-width: 1200px) {
  .gform_wrapper.gravity-theme form .gform_body .gfield_radio {
    display: flex;
  }
  .gform_wrapper.gravity-theme form .gform_body .gfield_radio .gchoice {
    flex: 1 0 0;
    -ms-flex: 1 0 0;
  }
  .gform_wrapper.gravity-theme form .gform_body .gfield_radio .gchoice label {
    font-size: 13px;
  }
}
.gform_wrapper.gravity-theme form .gform_footer {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme form .gform_footer.right_label, .gform_wrapper.gravity-theme form .gform_footer.left_label {
    padding: 16px 0;
  }
}
.gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
  min-width: 0;
  text-transform: none;
  height: auto;
  background: #24282a;
  color: #ffffff;
  border: #24282a;
  border-width: 1px;
}
@media (max-width: 768px) {
  .gform_wrapper.gravity-theme form .gform_footer input[type=submit] {
    width: 100%;
  }
}
.gform_wrapper.gravity-theme form .gform_footer input[type=submit]:hover {
  background: #b0d4ca;
  color: #24282a;
  border: #b0d4ca;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield label.gfield_label {
    margin: 0 0 6px !important;
    width: 180px;
  }
}
.gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield label.screen-reader-text {
  width: 0 !important;
}
.gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container {
    width: calc(100% - 180px) !important;
  }
  .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container.ginput_complex > *:only-child {
    padding-right: 0 !important;
  }
}
.gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container input[type="text"], .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container *:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(span):not(.gf_clear):not([class*="radio"]):not([class*="checkbox"]):not([src]), .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container select, .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container textarea {
  width: 100%;
  border-radius: 0;
  height: 35px;
  padding: 5px 10px !important;
}
@media (max-width: 767.98px) {
  .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container input[type="text"], .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container *:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(span):not(.gf_clear):not([class*="radio"]):not([class*="checkbox"]):not([src]), .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container select, .gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container textarea {
    height: auto;
  }
}
.gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container textarea {
  height: 120px;
}
.gform_wrapper.gform_legacy_markup_wrapper form ul li.gfield .ginput_container img.ui-datepicker-trigger {
  padding: 0 !important;
  position: absolute;
  top: 9px;
  right: 15px;
  border: 0 !important;
}
.gform_wrapper.gform_legacy_markup_wrapper form .gform_footer {
  margin-top: 0;
}
.gform_wrapper.gform_legacy_markup_wrapper form .gform_footer input[type=submit] {
  min-width: 0;
  text-transform: none;
  height: auto;
  background: #24282a;
  color: #ffffff;
  border: #24282a;
  border-width: 1px;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_legacy_markup_wrapper form .gform_footer input[type=submit] {
    margin-left: 180px;
  }
}
.gform_wrapper.gform_legacy_markup_wrapper form .gform_footer input[type=submit]:hover {
  background: #b0d4ca;
  color: #24282a;
  border: #b0d4ca;
}
.gform_wrapper.gform_validation_error form .validation_error {
  padding: 0;
  text-align: left;
  font-weight: 300;
  color: red;
  border: 0;
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required {
  max-width: 100% !important;
  background: none !important;
  border: 0 !important;
  padding: 0 16px;
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gsection, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required.gsection {
  margin-bottom: 28px !important;
  margin-top: 24px !important;
  border-bottom: 1px solid #ccc !important;
  padding-bottom: 8px !important;
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield label.gfield_label, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0 !important;
  color: red;
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield label.gfield_label .gfield_required, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label .gfield_required {
  color: red;
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .gfield_description.validation_message, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .gfield_description.validation_message {
  color: red !important;
  font-weight: 300;
  font-size: 0.813em;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .gfield_description.validation_message, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .gfield_description.validation_message {
    padding-left: 180px;
  }
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="text"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="email"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="url"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="password"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="search"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="number"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="tel"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="range"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="date"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="month"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="week"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="time"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="datetime"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="datetime-local"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container input[type="color"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container select, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield .ginput_container textarea, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="text"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="email"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="url"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="password"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="search"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="number"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="tel"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="range"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="date"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="month"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="week"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="time"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="datetime"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="datetime-local"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="color"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container select, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container textarea {
  width: 100% !important;
  max-width: 100%;
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield:not(.gfield_error) label.gfield_label {
  color: #333333 !important;
}
.gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="text"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="email"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="url"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="password"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="search"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="number"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="tel"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="range"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="date"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="month"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="week"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="time"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="datetime"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="datetime-local"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container input[type="color"], .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container select, .gform_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .ginput_container textarea {
  border-color: red !important;
}
@media (max-width: 767.98px) {
  .gform_wrapper.gform_validation_error form .gform_footer {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.wide_wrapper form ul li.gfield label.gfield_label {
    width: 15% !important;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.wide_wrapper form ul li.gfield .ginput_container {
    width: 85% !important;
  }
  .gform_wrapper.wide_wrapper form ul li.gfield .ginput_container.ginput_container_checkbox {
    width: 100%;
    padding-left: 15%;
  }
}
.gform_wrapper.wide_wrapper form ul li.gfield .ginput_container.ginput_container_checkbox ul {
  margin: 0;
}
.gform_wrapper.wide_wrapper form ul li.gfield .ginput_container.ginput_container_radio ul {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0;
}
.gform_wrapper.wide_wrapper form ul li.gfield .ginput_container.ginput_container_radio ul li {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
}
@media (min-width: 768px) {
  .gform_wrapper.wide_wrapper form ul li.gfield .ginput_container.ginput_container_radio {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.wide_wrapper form .gform_footer input[type=submit] {
    margin-left: 15%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.wide_wrapper {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .gform_wrapper.wide_wrapper.gform_validation_error form .gform_body ul.gform_fields li.gfield.gfield_error.gfield_contains_required .gfield_description.validation_message {
    padding-left: 15%;
  }
}
.gform_wrapper .ginput_complex .ginput_container_time {
  min-width: 80px;
  max-width: 80px;
}
.gform_wrapper .ginput_complex .hour_minute_colon {
  line-height: 3;
}
.ui-datepicker-calendar .ui-state-default {
  width: 100%;
  border: 0 !important;
}
form.ap-core-signin-form, form.ap-core-register-form, form.ap-core-change-password-form {
  width: 100%;
  margin: 35px auto;
  max-width: 760px;
  padding: 15px 15px 25px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.075);
}
@media (max-width: 768px) {
  form.ap-core-signin-form, form.ap-core-register-form, form.ap-core-change-password-form {
    padding-left: 0;
    padding-right: 0;
  }
}
form.ap-core-signin-form .form-group, form.ap-core-register-form .form-group, form.ap-core-change-password-form .form-group {
  padding: 0 15px;
}
form.ap-core-signin-form .form-group > *, form.ap-core-register-form .form-group > *, form.ap-core-change-password-form .form-group > * {
  display: block;
}
form.ap-core-signin-form .form-group > label, form.ap-core-register-form .form-group > label, form.ap-core-change-password-form .form-group > label {
  font-size: 15px;
  margin-bottom: 5px;
}
form.ap-core-signin-form .form-group > label + *, form.ap-core-register-form .form-group > label + *, form.ap-core-change-password-form .form-group > label + * {
  display: block;
  width: 100%;
  height: 34px !important;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
form.ap-core-signin-form button, form.ap-core-register-form button, form.ap-core-change-password-form button {
  margin: auto;
  display: block;
  width: 180px;
  color: #24282a !important;
  font-weight: 500;
  text-transform: uppercase;
  border-color: #24282a !important;
  background: white !important;
  font-size: 1rem;
  border-radius: 0;
}
form.ap-core-signin-form button:hover, form.ap-core-register-form button:hover, form.ap-core-change-password-form button:hover {
  color: white !important;
  border-color: #24282a !important;
  background: #24282a !important;
}
@media (min-width: 768px) {
  form.ap-core-signin-form, form.ap-core-change-password-form {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  form.ap-core-signin-form, form.ap-core-change-password-form {
    width: 33.3333333333%;
  }
}
form.ap-core-signin-form a:hover, form.ap-core-change-password-form a:hover {
  text-decoration: underline;
}
form.ap-core-register-form {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
form.ap-core-register-form p.text-center {
  padding: 0 15px;
}
@media (max-width: 768px) {
  form.ap-core-register-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  form.ap-core-register-form {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  form.ap-core-register-form .form-group {
    flex: 0 0 50%;
  }
  form.ap-core-register-form div.form-group:nth-of-type(3) {
    flex-basis: 100%;
  }
}
@media (max-width: 767.98px) {
  form.ap-core-register-form .form-group {
    width: 100%;
  }
}
.ui-autocomplete {
  z-index: 200 !important;
  background: white !important;
}
.ui-autocomplete > li {
  padding: 5px !important;
}
.ui-autocomplete > li:hover {
  background-color: #efefef !important;
}
.embed-responsive {
  height: 0;
}
.embed-responsive > * {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.embed-responsive > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.embed-responsive > a > picture {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
}
@media (max-width: 991.98px) {
  .embed-responsive > a > picture {
    position: relative;
  }
}
.embed-responsive > a > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
}
.embed-responsive-21by9 {
  padding-bottom: 42.857143%;
}
.embed-responsive-21by9:before {
  display: none;
}
.embed-responsive-2by1 {
  padding-bottom: 50%;
}
.embed-responsive-2by1before {
  display: none;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-16by9:before {
  display: none;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-4by3:before {
  display: none;
}
.embed-responsive-3by4 {
  padding-bottom: 133.33%;
}
.embed-responsive-3by4:before {
  display: none;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.embed-responsive-1by1:before {
  display: none;
}
.paragraph-0 p {
  margin: 0;
}
span.required {
  color: #ff0000;
}
.bg-size-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-size-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.d-grid {
  display: grid !important;
}
@media (min-width: 576px) {
  .d-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-grid {
    display: grid !important;
  }
}
.mr-5 {
  margin-right: 5px;
}
.mr-5-percent {
  margin-right: 5%;
}
.mr-10 {
  margin-right: 10px;
}
.mr-10-percent {
  margin-right: 10%;
}
.mr-15 {
  margin-right: 15px;
}
.mr-15-percent {
  margin-right: 15%;
}
.mr-20 {
  margin-right: 20px;
}
.mr-20-percent {
  margin-right: 20%;
}
.mr-25 {
  margin-right: 25px;
}
.mr-25-percent {
  margin-right: 25%;
}
.mr-30 {
  margin-right: 30px;
}
.mr-30-percent {
  margin-right: 30%;
}
.mr-35 {
  margin-right: 35px;
}
.mr-35-percent {
  margin-right: 35%;
}
.mr-40 {
  margin-right: 40px;
}
.mr-40-percent {
  margin-right: 40%;
}
.mr-45 {
  margin-right: 45px;
}
.mr-45-percent {
  margin-right: 45%;
}
.mr-50 {
  margin-right: 50px;
}
.mr-50-percent {
  margin-right: 50%;
}
.mr-55 {
  margin-right: 55px;
}
.mr-55-percent {
  margin-right: 55%;
}
.mr-60 {
  margin-right: 60px;
}
.mr-60-percent {
  margin-right: 60%;
}
.mr-65 {
  margin-right: 65px;
}
.mr-65-percent {
  margin-right: 65%;
}
.mr-70 {
  margin-right: 70px;
}
.mr-70-percent {
  margin-right: 70%;
}
.mr-75 {
  margin-right: 75px;
}
.mr-75-percent {
  margin-right: 75%;
}
.mr-80 {
  margin-right: 80px;
}
.mr-80-percent {
  margin-right: 80%;
}
.mr-85 {
  margin-right: 85px;
}
.mr-85-percent {
  margin-right: 85%;
}
.mr-90 {
  margin-right: 90px;
}
.mr-90-percent {
  margin-right: 90%;
}
.mr-95 {
  margin-right: 95px;
}
.mr-95-percent {
  margin-right: 95%;
}
@media (min-width: 576px) {
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mr-sm-5-percent {
    margin-right: 5% !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-10-percent {
    margin-right: 10% !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-15-percent {
    margin-right: 15% !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-20-percent {
    margin-right: 20% !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .mr-sm-25-percent {
    margin-right: 25% !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-30-percent {
    margin-right: 30% !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .mr-sm-35-percent {
    margin-right: 35% !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-40-percent {
    margin-right: 40% !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .mr-sm-45-percent {
    margin-right: 45% !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-50-percent {
    margin-right: 50% !important;
  }
  .mr-sm-55 {
    margin-right: 55px !important;
  }
  .mr-sm-55-percent {
    margin-right: 55% !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-60-percent {
    margin-right: 60% !important;
  }
  .mr-sm-65 {
    margin-right: 65px !important;
  }
  .mr-sm-65-percent {
    margin-right: 65% !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-70-percent {
    margin-right: 70% !important;
  }
  .mr-sm-75 {
    margin-right: 75px !important;
  }
  .mr-sm-75-percent {
    margin-right: 75% !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-80-percent {
    margin-right: 80% !important;
  }
  .mr-sm-85 {
    margin-right: 85px !important;
  }
  .mr-sm-85-percent {
    margin-right: 85% !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-90-percent {
    margin-right: 90% !important;
  }
  .mr-sm-95 {
    margin-right: 95px !important;
  }
  .mr-sm-95-percent {
    margin-right: 95% !important;
  }
}
@media (min-width: 768px) {
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .mr-md-5-percent {
    margin-right: 5% !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-10-percent {
    margin-right: 10% !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mr-md-15-percent {
    margin-right: 15% !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mr-md-20-percent {
    margin-right: 20% !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mr-md-25-percent {
    margin-right: 25% !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mr-md-30-percent {
    margin-right: 30% !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mr-md-35-percent {
    margin-right: 35% !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mr-md-40-percent {
    margin-right: 40% !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mr-md-45-percent {
    margin-right: 45% !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mr-md-50-percent {
    margin-right: 50% !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .mr-md-55-percent {
    margin-right: 55% !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mr-md-60-percent {
    margin-right: 60% !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .mr-md-65-percent {
    margin-right: 65% !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mr-md-70-percent {
    margin-right: 70% !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .mr-md-75-percent {
    margin-right: 75% !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mr-md-80-percent {
    margin-right: 80% !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .mr-md-85-percent {
    margin-right: 85% !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mr-md-90-percent {
    margin-right: 90% !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .mr-md-95-percent {
    margin-right: 95% !important;
  }
}
@media (min-width: 992px) {
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .mr-lg-5-percent {
    margin-right: 5% !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mr-lg-10-percent {
    margin-right: 10% !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mr-lg-15-percent {
    margin-right: 15% !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mr-lg-20-percent {
    margin-right: 20% !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mr-lg-25-percent {
    margin-right: 25% !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mr-lg-30-percent {
    margin-right: 30% !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mr-lg-35-percent {
    margin-right: 35% !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mr-lg-40-percent {
    margin-right: 40% !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mr-lg-45-percent {
    margin-right: 45% !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mr-lg-50-percent {
    margin-right: 50% !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mr-lg-55-percent {
    margin-right: 55% !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mr-lg-60-percent {
    margin-right: 60% !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mr-lg-65-percent {
    margin-right: 65% !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mr-lg-70-percent {
    margin-right: 70% !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mr-lg-75-percent {
    margin-right: 75% !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mr-lg-80-percent {
    margin-right: 80% !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mr-lg-85-percent {
    margin-right: 85% !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mr-lg-90-percent {
    margin-right: 90% !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mr-lg-95-percent {
    margin-right: 95% !important;
  }
}
@media (min-width: 1200px) {
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .mr-xl-5-percent {
    margin-right: 5% !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mr-xl-10-percent {
    margin-right: 10% !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mr-xl-15-percent {
    margin-right: 15% !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mr-xl-20-percent {
    margin-right: 20% !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .mr-xl-25-percent {
    margin-right: 25% !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mr-xl-30-percent {
    margin-right: 30% !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .mr-xl-35-percent {
    margin-right: 35% !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mr-xl-40-percent {
    margin-right: 40% !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .mr-xl-45-percent {
    margin-right: 45% !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mr-xl-50-percent {
    margin-right: 50% !important;
  }
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .mr-xl-55-percent {
    margin-right: 55% !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mr-xl-60-percent {
    margin-right: 60% !important;
  }
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .mr-xl-65-percent {
    margin-right: 65% !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .mr-xl-70-percent {
    margin-right: 70% !important;
  }
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .mr-xl-75-percent {
    margin-right: 75% !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mr-xl-80-percent {
    margin-right: 80% !important;
  }
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .mr-xl-85-percent {
    margin-right: 85% !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .mr-xl-90-percent {
    margin-right: 90% !important;
  }
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .mr-xl-95-percent {
    margin-right: 95% !important;
  }
}
.ml-5 {
  margin-left: 5px;
}
.ml-5-percent {
  margin-left: 5%;
}
.ml-10 {
  margin-left: 10px;
}
.ml-10-percent {
  margin-left: 10%;
}
.ml-15 {
  margin-left: 15px;
}
.ml-15-percent {
  margin-left: 15%;
}
.ml-20 {
  margin-left: 20px;
}
.ml-20-percent {
  margin-left: 20%;
}
.ml-25 {
  margin-left: 25px;
}
.ml-25-percent {
  margin-left: 25%;
}
.ml-30 {
  margin-left: 30px;
}
.ml-30-percent {
  margin-left: 30%;
}
.ml-35 {
  margin-left: 35px;
}
.ml-35-percent {
  margin-left: 35%;
}
.ml-40 {
  margin-left: 40px;
}
.ml-40-percent {
  margin-left: 40%;
}
.ml-45 {
  margin-left: 45px;
}
.ml-45-percent {
  margin-left: 45%;
}
.ml-50 {
  margin-left: 50px;
}
.ml-50-percent {
  margin-left: 50%;
}
.ml-55 {
  margin-left: 55px;
}
.ml-55-percent {
  margin-left: 55%;
}
.ml-60 {
  margin-left: 60px;
}
.ml-60-percent {
  margin-left: 60%;
}
.ml-65 {
  margin-left: 65px;
}
.ml-65-percent {
  margin-left: 65%;
}
.ml-70 {
  margin-left: 70px;
}
.ml-70-percent {
  margin-left: 70%;
}
.ml-75 {
  margin-left: 75px;
}
.ml-75-percent {
  margin-left: 75%;
}
.ml-80 {
  margin-left: 80px;
}
.ml-80-percent {
  margin-left: 80%;
}
.ml-85 {
  margin-left: 85px;
}
.ml-85-percent {
  margin-left: 85%;
}
.ml-90 {
  margin-left: 90px;
}
.ml-90-percent {
  margin-left: 90%;
}
.ml-95 {
  margin-left: 95px;
}
.ml-95-percent {
  margin-left: 95%;
}
@media (min-width: 576px) {
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .ml-sm-5-percent {
    margin-left: 5% !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-10-percent {
    margin-left: 10% !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-15-percent {
    margin-left: 15% !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-20-percent {
    margin-left: 20% !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .ml-sm-25-percent {
    margin-left: 25% !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-30-percent {
    margin-left: 30% !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .ml-sm-35-percent {
    margin-left: 35% !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-40-percent {
    margin-left: 40% !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .ml-sm-45-percent {
    margin-left: 45% !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-50-percent {
    margin-left: 50% !important;
  }
  .ml-sm-55 {
    margin-left: 55px !important;
  }
  .ml-sm-55-percent {
    margin-left: 55% !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-60-percent {
    margin-left: 60% !important;
  }
  .ml-sm-65 {
    margin-left: 65px !important;
  }
  .ml-sm-65-percent {
    margin-left: 65% !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-70-percent {
    margin-left: 70% !important;
  }
  .ml-sm-75 {
    margin-left: 75px !important;
  }
  .ml-sm-75-percent {
    margin-left: 75% !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-80-percent {
    margin-left: 80% !important;
  }
  .ml-sm-85 {
    margin-left: 85px !important;
  }
  .ml-sm-85-percent {
    margin-left: 85% !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-90-percent {
    margin-left: 90% !important;
  }
  .ml-sm-95 {
    margin-left: 95px !important;
  }
  .ml-sm-95-percent {
    margin-left: 95% !important;
  }
}
@media (min-width: 768px) {
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .ml-md-5-percent {
    margin-left: 5% !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-10-percent {
    margin-left: 10% !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .ml-md-15-percent {
    margin-left: 15% !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-20-percent {
    margin-left: 20% !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .ml-md-25-percent {
    margin-left: 25% !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .ml-md-30-percent {
    margin-left: 30% !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .ml-md-35-percent {
    margin-left: 35% !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .ml-md-40-percent {
    margin-left: 40% !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .ml-md-45-percent {
    margin-left: 45% !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .ml-md-50-percent {
    margin-left: 50% !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .ml-md-55-percent {
    margin-left: 55% !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .ml-md-60-percent {
    margin-left: 60% !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .ml-md-65-percent {
    margin-left: 65% !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .ml-md-70-percent {
    margin-left: 70% !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .ml-md-75-percent {
    margin-left: 75% !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .ml-md-80-percent {
    margin-left: 80% !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .ml-md-85-percent {
    margin-left: 85% !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .ml-md-90-percent {
    margin-left: 90% !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .ml-md-95-percent {
    margin-left: 95% !important;
  }
}
@media (min-width: 992px) {
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .ml-lg-5-percent {
    margin-left: 5% !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-10-percent {
    margin-left: 10% !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .ml-lg-15-percent {
    margin-left: 15% !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-20-percent {
    margin-left: 20% !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .ml-lg-25-percent {
    margin-left: 25% !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .ml-lg-30-percent {
    margin-left: 30% !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .ml-lg-35-percent {
    margin-left: 35% !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .ml-lg-40-percent {
    margin-left: 40% !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .ml-lg-45-percent {
    margin-left: 45% !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .ml-lg-50-percent {
    margin-left: 50% !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .ml-lg-55-percent {
    margin-left: 55% !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .ml-lg-60-percent {
    margin-left: 60% !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .ml-lg-65-percent {
    margin-left: 65% !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .ml-lg-70-percent {
    margin-left: 70% !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .ml-lg-75-percent {
    margin-left: 75% !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .ml-lg-80-percent {
    margin-left: 80% !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .ml-lg-85-percent {
    margin-left: 85% !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .ml-lg-90-percent {
    margin-left: 90% !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .ml-lg-95-percent {
    margin-left: 95% !important;
  }
}
@media (min-width: 1200px) {
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .ml-xl-5-percent {
    margin-left: 5% !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .ml-xl-10-percent {
    margin-left: 10% !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .ml-xl-15-percent {
    margin-left: 15% !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .ml-xl-20-percent {
    margin-left: 20% !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .ml-xl-25-percent {
    margin-left: 25% !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .ml-xl-30-percent {
    margin-left: 30% !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .ml-xl-35-percent {
    margin-left: 35% !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .ml-xl-40-percent {
    margin-left: 40% !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .ml-xl-45-percent {
    margin-left: 45% !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .ml-xl-50-percent {
    margin-left: 50% !important;
  }
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .ml-xl-55-percent {
    margin-left: 55% !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .ml-xl-60-percent {
    margin-left: 60% !important;
  }
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .ml-xl-65-percent {
    margin-left: 65% !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .ml-xl-70-percent {
    margin-left: 70% !important;
  }
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .ml-xl-75-percent {
    margin-left: 75% !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .ml-xl-80-percent {
    margin-left: 80% !important;
  }
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .ml-xl-85-percent {
    margin-left: 85% !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .ml-xl-90-percent {
    margin-left: 90% !important;
  }
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .ml-xl-95-percent {
    margin-left: 95% !important;
  }
}
.mt-5 {
  margin-top: 5px;
}
.mt-5-percent {
  margin-top: 5%;
}
.mt-10 {
  margin-top: 10px;
}
.mt-10-percent {
  margin-top: 10%;
}
.mt-15 {
  margin-top: 15px;
}
.mt-15-percent {
  margin-top: 15%;
}
.mt-20 {
  margin-top: 20px;
}
.mt-20-percent {
  margin-top: 20%;
}
.mt-25 {
  margin-top: 25px;
}
.mt-25-percent {
  margin-top: 25%;
}
.mt-30 {
  margin-top: 30px;
}
.mt-30-percent {
  margin-top: 30%;
}
.mt-35 {
  margin-top: 35px;
}
.mt-35-percent {
  margin-top: 35%;
}
.mt-40 {
  margin-top: 40px;
}
.mt-40-percent {
  margin-top: 40%;
}
.mt-45 {
  margin-top: 45px;
}
.mt-45-percent {
  margin-top: 45%;
}
.mt-50 {
  margin-top: 50px;
}
.mt-50-percent {
  margin-top: 50%;
}
.mt-55 {
  margin-top: 55px;
}
.mt-55-percent {
  margin-top: 55%;
}
.mt-60 {
  margin-top: 60px;
}
.mt-60-percent {
  margin-top: 60%;
}
.mt-65 {
  margin-top: 65px;
}
.mt-65-percent {
  margin-top: 65%;
}
.mt-70 {
  margin-top: 70px;
}
.mt-70-percent {
  margin-top: 70%;
}
.mt-75 {
  margin-top: 75px;
}
.mt-75-percent {
  margin-top: 75%;
}
.mt-80 {
  margin-top: 80px;
}
.mt-80-percent {
  margin-top: 80%;
}
.mt-85 {
  margin-top: 85px;
}
.mt-85-percent {
  margin-top: 85%;
}
.mt-90 {
  margin-top: 90px;
}
.mt-90-percent {
  margin-top: 90%;
}
.mt-95 {
  margin-top: 95px;
}
.mt-95-percent {
  margin-top: 95%;
}
@media (min-width: 576px) {
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-5-percent {
    margin-top: 5% !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-10-percent {
    margin-top: 10% !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-15-percent {
    margin-top: 15% !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-20-percent {
    margin-top: 20% !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-25-percent {
    margin-top: 25% !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-30-percent {
    margin-top: 30% !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mt-sm-35-percent {
    margin-top: 35% !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-40-percent {
    margin-top: 40% !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mt-sm-45-percent {
    margin-top: 45% !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-50-percent {
    margin-top: 50% !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .mt-sm-55-percent {
    margin-top: 55% !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-60-percent {
    margin-top: 60% !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .mt-sm-65-percent {
    margin-top: 65% !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-70-percent {
    margin-top: 70% !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .mt-sm-75-percent {
    margin-top: 75% !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-80-percent {
    margin-top: 80% !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .mt-sm-85-percent {
    margin-top: 85% !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-90-percent {
    margin-top: 90% !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .mt-sm-95-percent {
    margin-top: 95% !important;
  }
}
@media (min-width: 768px) {
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-5-percent {
    margin-top: 5% !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-10-percent {
    margin-top: 10% !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-15-percent {
    margin-top: 15% !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-20-percent {
    margin-top: 20% !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-25-percent {
    margin-top: 25% !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-30-percent {
    margin-top: 30% !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mt-md-35-percent {
    margin-top: 35% !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-40-percent {
    margin-top: 40% !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mt-md-45-percent {
    margin-top: 45% !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-50-percent {
    margin-top: 50% !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mt-md-55-percent {
    margin-top: 55% !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-60-percent {
    margin-top: 60% !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mt-md-65-percent {
    margin-top: 65% !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-70-percent {
    margin-top: 70% !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mt-md-75-percent {
    margin-top: 75% !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-80-percent {
    margin-top: 80% !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mt-md-85-percent {
    margin-top: 85% !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-90-percent {
    margin-top: 90% !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mt-md-95-percent {
    margin-top: 95% !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mt-lg-5-percent {
    margin-top: 5% !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-10-percent {
    margin-top: 10% !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mt-lg-15-percent {
    margin-top: 15% !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-20-percent {
    margin-top: 20% !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mt-lg-25-percent {
    margin-top: 25% !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-30-percent {
    margin-top: 30% !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mt-lg-35-percent {
    margin-top: 35% !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-40-percent {
    margin-top: 40% !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mt-lg-45-percent {
    margin-top: 45% !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-50-percent {
    margin-top: 50% !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mt-lg-55-percent {
    margin-top: 55% !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-60-percent {
    margin-top: 60% !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mt-lg-65-percent {
    margin-top: 65% !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mt-lg-70-percent {
    margin-top: 70% !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mt-lg-75-percent {
    margin-top: 75% !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-80-percent {
    margin-top: 80% !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mt-lg-85-percent {
    margin-top: 85% !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-90-percent {
    margin-top: 90% !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mt-lg-95-percent {
    margin-top: 95% !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mt-xl-5-percent {
    margin-top: 5% !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-10-percent {
    margin-top: 10% !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mt-xl-15-percent {
    margin-top: 15% !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-20-percent {
    margin-top: 20% !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mt-xl-25-percent {
    margin-top: 25% !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mt-xl-30-percent {
    margin-top: 30% !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mt-xl-35-percent {
    margin-top: 35% !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mt-xl-40-percent {
    margin-top: 40% !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mt-xl-45-percent {
    margin-top: 45% !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mt-xl-50-percent {
    margin-top: 50% !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mt-xl-55-percent {
    margin-top: 55% !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mt-xl-60-percent {
    margin-top: 60% !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mt-xl-65-percent {
    margin-top: 65% !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mt-xl-70-percent {
    margin-top: 70% !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mt-xl-75-percent {
    margin-top: 75% !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-80-percent {
    margin-top: 80% !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mt-xl-85-percent {
    margin-top: 85% !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mt-xl-90-percent {
    margin-top: 90% !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mt-xl-95-percent {
    margin-top: 95% !important;
  }
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-5-percent {
  margin-bottom: 5%;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-10-percent {
  margin-bottom: 10%;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-15-percent {
  margin-bottom: 15%;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-20-percent {
  margin-bottom: 20%;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-25-percent {
  margin-bottom: 25%;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-30-percent {
  margin-bottom: 30%;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-35-percent {
  margin-bottom: 35%;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-40-percent {
  margin-bottom: 40%;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-45-percent {
  margin-bottom: 45%;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-50-percent {
  margin-bottom: 50%;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-55-percent {
  margin-bottom: 55%;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-60-percent {
  margin-bottom: 60%;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-65-percent {
  margin-bottom: 65%;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-70-percent {
  margin-bottom: 70%;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-75-percent {
  margin-bottom: 75%;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-80-percent {
  margin-bottom: 80%;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-85-percent {
  margin-bottom: 85%;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-90-percent {
  margin-bottom: 90%;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-95-percent {
  margin-bottom: 95%;
}
@media (min-width: 576px) {
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-5-percent {
    margin-bottom: 5% !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-10-percent {
    margin-bottom: 10% !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-15-percent {
    margin-bottom: 15% !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-20-percent {
    margin-bottom: 20% !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-25-percent {
    margin-bottom: 25% !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-30-percent {
    margin-bottom: 30% !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-35-percent {
    margin-bottom: 35% !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-40-percent {
    margin-bottom: 40% !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mb-sm-45-percent {
    margin-bottom: 45% !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-50-percent {
    margin-bottom: 50% !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mb-sm-55-percent {
    margin-bottom: 55% !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-60-percent {
    margin-bottom: 60% !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mb-sm-65-percent {
    margin-bottom: 65% !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-70-percent {
    margin-bottom: 70% !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mb-sm-75-percent {
    margin-bottom: 75% !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-80-percent {
    margin-bottom: 80% !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .mb-sm-85-percent {
    margin-bottom: 85% !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-90-percent {
    margin-bottom: 90% !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .mb-sm-95-percent {
    margin-bottom: 95% !important;
  }
}
@media (min-width: 768px) {
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-5-percent {
    margin-bottom: 5% !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-10-percent {
    margin-bottom: 10% !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-15-percent {
    margin-bottom: 15% !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-20-percent {
    margin-bottom: 20% !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-25-percent {
    margin-bottom: 25% !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-30-percent {
    margin-bottom: 30% !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mb-md-35-percent {
    margin-bottom: 35% !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-40-percent {
    margin-bottom: 40% !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mb-md-45-percent {
    margin-bottom: 45% !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-50-percent {
    margin-bottom: 50% !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mb-md-55-percent {
    margin-bottom: 55% !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-60-percent {
    margin-bottom: 60% !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mb-md-65-percent {
    margin-bottom: 65% !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-70-percent {
    margin-bottom: 70% !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mb-md-75-percent {
    margin-bottom: 75% !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-80-percent {
    margin-bottom: 80% !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .mb-md-85-percent {
    margin-bottom: 85% !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-90-percent {
    margin-bottom: 90% !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .mb-md-95-percent {
    margin-bottom: 95% !important;
  }
}
@media (min-width: 992px) {
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mb-lg-5-percent {
    margin-bottom: 5% !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-10-percent {
    margin-bottom: 10% !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-15-percent {
    margin-bottom: 15% !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-20-percent {
    margin-bottom: 20% !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mb-lg-25-percent {
    margin-bottom: 25% !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-30-percent {
    margin-bottom: 30% !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .mb-lg-35-percent {
    margin-bottom: 35% !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-40-percent {
    margin-bottom: 40% !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .mb-lg-45-percent {
    margin-bottom: 45% !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-50-percent {
    margin-bottom: 50% !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .mb-lg-55-percent {
    margin-bottom: 55% !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-60-percent {
    margin-bottom: 60% !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .mb-lg-65-percent {
    margin-bottom: 65% !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-70-percent {
    margin-bottom: 70% !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .mb-lg-75-percent {
    margin-bottom: 75% !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-80-percent {
    margin-bottom: 80% !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .mb-lg-85-percent {
    margin-bottom: 85% !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-90-percent {
    margin-bottom: 90% !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .mb-lg-95-percent {
    margin-bottom: 95% !important;
  }
}
@media (min-width: 1200px) {
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mb-xl-5-percent {
    margin-bottom: 5% !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-10-percent {
    margin-bottom: 10% !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-15-percent {
    margin-bottom: 15% !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-20-percent {
    margin-bottom: 20% !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xl-25-percent {
    margin-bottom: 25% !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-30-percent {
    margin-bottom: 30% !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .mb-xl-35-percent {
    margin-bottom: 35% !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-40-percent {
    margin-bottom: 40% !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .mb-xl-45-percent {
    margin-bottom: 45% !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-50-percent {
    margin-bottom: 50% !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .mb-xl-55-percent {
    margin-bottom: 55% !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-60-percent {
    margin-bottom: 60% !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .mb-xl-65-percent {
    margin-bottom: 65% !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-70-percent {
    margin-bottom: 70% !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .mb-xl-75-percent {
    margin-bottom: 75% !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-80-percent {
    margin-bottom: 80% !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .mb-xl-85-percent {
    margin-bottom: 85% !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-90-percent {
    margin-bottom: 90% !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .mb-xl-95-percent {
    margin-bottom: 95% !important;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted #b1e1ff;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: #ffffff;
}
@media (max-width: 767.98px) {
  header {
    background: #24282a;
  }
}
header .header-menu-container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding: 0 1.5625%;
  transition: all 0.3s;
  -webkit-transition: 0.3s;
}
@media (max-width: 767.98px) {
  header .header-menu-container {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  header .header-menu-container {
    width: 87%;
  }
}
header .header-menu-container .group {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  width: 100%;
  padding: 0;
}
@media (max-width: 1023.89px) {
  header .header-menu-container .group {
    width: 100%;
    max-width: 100%;
    padding: 0 1.5625%;
  }
}
@media (max-width: 767.98px) {
  header .header-menu-container .group {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
header .header-menu-container .site-branding {
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
}
@media (min-width: 768px) {
  header .header-menu-container .site-branding {
    max-width: 210px;
    left: 0;
    width: 100%;
  }
  header .header-menu-container .site-branding a.custom-logo-link {
    position: relative;
    display: block;
    max-width: 205px;
    width: 100%;
    height: 0;
    padding-bottom: 205px;
    overflow: hidden;
    background-color: #24282a;
  }
  header .header-menu-container .site-branding a.custom-logo-link img {
    position: absolute;
    display: block;
    bottom: 0;
  }
}
@media (max-width: 1023.89px) {
  header .header-menu-container .site-branding {
    max-width: 160px;
    left: 0;
    width: 100%;
  }
  header .header-menu-container .site-branding a.custom-logo-link {
    padding-bottom: 160px;
  }
}
@media (max-width: 767.98px) {
  header .header-menu-container .site-branding:not(.mobile-logo) {
    display: none !important;
  }
}
header .header-menu-container .site-branding.mobile-logo {
  display: none !important;
}
@media (max-width: 767.98px) {
  header .header-menu-container .site-branding.mobile-logo {
    display: block !important;
    max-width: 160px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
header nav.main-navigation ul.menu {
  font-family: Raleway;
}
header nav.main-navigation ul.menu a {
  color: #24282a;
  display: block;
  font-family: Raleway;
}
header nav.main-navigation ul.menu > li {
  display: inline-block;
}
header nav.main-navigation ul.menu > li > a {
  color: #24282a;
  line-height: 40px;
  padding: 0 10px;
  letter-spacing: 0.5px;
}
header nav.main-navigation ul.menu > li:hover > a, header nav.main-navigation ul.menu > li[class*="current"] > a {
  color: #b0d4ca;
}
header nav.main-navigation ul.menu > li ul.sub-menu {
  max-height: 0;
  min-width: 15em;
  overflow: hidden;
  position: absolute;
  text-align: left;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  list-style: none;
}
header nav.main-navigation ul.menu > li ul.sub-menu ul {
  left: 100%;
  top: 0;
  margin: 0 0 0 -2px;
  list-style: none;
}
header nav.main-navigation ul.menu > li ul.sub-menu > li a {
  color: #24282a;
  padding: 8px 10px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header nav.main-navigation ul.menu > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
header nav.main-navigation ul.menu > li ul.sub-menu > li:hover > a, header nav.main-navigation ul.menu > li ul.sub-menu > li[class*="current"] > a {
  background: #ffffff;
  color: #b0d4ca;
}
header nav.main-navigation ul.menu li {
  position: relative;
}
header nav.main-navigation ul.menu li:hover > ul.sub-menu {
  max-height: 1000px;
  overflow: visible;
}
header .logo img {
  display: block;
  width: auto;
  max-height: 205px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  header .logo img {
    display: inline;
    max-width: 200px;
    vertical-align: middle;
  }
}
header .header-search > a {
  color: #24282a;
}
@media (min-width: 768px) {
  header .header-search > a {
    display: flex;
    display: -ms-flexbox;
  }
}
header .header-search > a span {
  margin-right: 10px;
  margin-left: 10px;
}
header .header-search i.las.la-search {
  -webkit-transform: scalex(-1);
  -ms-transform: scalex(-1);
  transform: scalex(-1);
  font-size: 20px;
  color: #24282a;
}
@media (min-width: 768px) {
  header .toggle-menu {
    display: none !important;
  }
  header.inline-logo .site-branding {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.inline-logo .site-branding a.custom-logo-link {
    height: auto;
    padding: 5px;
    background-color: transparent;
  }
  header.inline-logo .site-branding a.custom-logo-link img.custom-logo {
    position: relative;
    max-height: 65px;
  }
  header.inline-logo nav.main-navigation ul.menu > li > a {
    line-height: 80px;
  }
}
@media (max-width: 767.98px) {
  header nav.main-navigation {
    display: none;
  }
  header .toggle-menu {
    text-transform: capitalize;
    height: 55px;
    cursor: pointer;
    width: auto;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
  header .toggle-menu i {
    font-size: 40px;
    line-height: 55px;
    color: #ffffff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  header .toggle-menu span {
    display: none;
  }
  header .header-search {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    text-align: right;
    padding-right: 15px;
  }
  header .header-search i.las.la-search {
    color: #ffffff;
  }
}
.mobile-menu {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-menu {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    top: 55px;
    background: #24282a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
  }
  .mobile-menu ul.menu {
    padding: 0;
    margin: 0;
  }
  .mobile-menu ul.menu > li {
    display: block;
  }
  .mobile-menu ul.menu > li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    color: #24282a;
  }
  .mobile-menu ul.menu > li a.toggle-submenu:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "";
    text-align: center;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mobile-menu ul.menu > li[class*="current"] > a {
    color: #b0d4ca;
  }
  .mobile-menu ul.menu > li[class*="current"] li[class*="current"] > a {
    color: #b0d4ca;
  }
  .mobile-menu ul.menu > li > a {
    padding: 14px 14px 14px 25px;
    font-size: 13px;
    color: #ffffff;
  }
  .mobile-menu ul.menu > li i {
    display: flex;
    display: -ms-flexbox;
    width: 40px;
    height: 53px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #ffffff;
  }
  .mobile-menu ul.menu > li ul.sub-menu {
    margin: 0;
    position: relative;
    max-height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .mobile-menu ul.menu > li ul.sub-menu li {
    padding: 0;
  }
  .mobile-menu ul.menu > li ul.sub-menu a {
    padding: 14px 14px 14px 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
  }
  .mobile-menu ul.menu > li.shrink > ul.sub-menu {
    max-height: 200em;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
}
@media (max-width: 1023.89px) and (min-width: 768px) {
  header nav.main-navigation ul.menu {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
  }
  header nav.main-navigation ul.menu > li > a {
    padding: 0 8px;
  }
  header .header-search > a span {
    margin: 0 3px;
    line-height: 1.6;
  }
  header.inline-logo .site-branding {
    left: 1.5625%;
  }
}
@media (max-width: 767.98px) {
  .home header {
    background: #24282a;
  }
  .home.scrolled header {
    background: #24282a;
  }
}
@media (max-width: 767.98px) {
  .home .bg-header {
    background: #24282a;
  }
}
@media (max-width: 767.98px) {
  .home.scrolled .bg-header {
    background: #24282a;
  }
}
body .mfp-bg.mfp-slide-in {
  height: 100% !important;
  position: fixed !important;
}
body .mfp-wrap.mfp-slide-in, body .mfp-bg.mfp-slide-in {
  transition: all 0.5s;
  top: -100%;
}
body .mfp-wrap.mfp-slide-in.mfp-ready, body .mfp-bg.mfp-slide-in.mfp-ready {
  top: 0 !important;
  transition: all 1s;
}
body .mfp-wrap.mfp-slide-in.mfp-removing, body .mfp-bg.mfp-slide-in.mfp-removing {
  top: 0 !important;
  transition: all 1s;
}
body .mfp-wrap.mfp-slide-in.mfp-ready {
  position: fixed !important;
  transition: all 1s;
}
body .mfp-wrap.mfp-slide-in.mfp-ready button.mfp-close {
  bottom: 0;
  top: auto;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: black;
  opacity: 1;
  color: white !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
body .mfp-wrap.mfp-slide-in.mfp-ready button.mfp-close:hover {
  height: auto;
  padding-bottom: 5px;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_ap-quick-search h5 {
  text-align: center;
  margin-bottom: 30px;
}
#header_search_form {
  max-width: 920px;
  padding: 60px 1.5625%;
  margin: auto;
  background: #b0d4ca;
}
#header_search_form ul.ap-quick-search {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 767.98px) {
  #header_search_form ul.ap-quick-search {
    padding: 0 20px;
  }
}
#header_search_form ul.ap-quick-search li {
  margin-bottom: 10px;
}
#header_search_form ul.ap-quick-search li, #header_search_form ul.ap-quick-search div {
  padding: 0 5px;
}
@media (max-width: 767.98px) {
  #header_search_form ul.ap-quick-search li, #header_search_form ul.ap-quick-search div {
    padding: 0;
  }
}
#header_search_form ul.ap-quick-search li .select, #header_search_form ul.ap-quick-search div .select {
  margin-bottom: 0;
}
#header_search_form ul.ap-quick-search li.col-keywords, #header_search_form ul.ap-quick-search div.col-keywords {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
}
@media (max-width: 767.98px) {
  #header_search_form ul.ap-quick-search li.col-keywords, #header_search_form ul.ap-quick-search div.col-keywords {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
  }
}
#header_search_form ul.ap-quick-search li.col-keywords input[type="text"], #header_search_form ul.ap-quick-search div.col-keywords input[type="text"] {
  height: 40px;
  border-radius: 0;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 300;
}
@media (min-width: 768px) {
  #header_search_form ul.ap-quick-search li.col-keywords input[type="text"], #header_search_form ul.ap-quick-search div.col-keywords input[type="text"] {
    margin-left: 5px;
  }
}
#header_search_form ul.ap-quick-search li.col-price-room, #header_search_form ul.ap-quick-search div.col-price-room {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header_search_form ul.ap-quick-search li.col-min-price, #header_search_form ul.ap-quick-search li.col-max-price, #header_search_form ul.ap-quick-search li.col-bedrooms, #header_search_form ul.ap-quick-search li.col-bathrooms, #header_search_form ul.ap-quick-search li.col-carspaces, #header_search_form ul.ap-quick-search div.col-min-price, #header_search_form ul.ap-quick-search div.col-max-price, #header_search_form ul.ap-quick-search div.col-bedrooms, #header_search_form ul.ap-quick-search div.col-bathrooms, #header_search_form ul.ap-quick-search div.col-carspaces {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
}
@media (max-width: 767.98px) {
  #header_search_form ul.ap-quick-search li.col-min-price, #header_search_form ul.ap-quick-search li.col-max-price, #header_search_form ul.ap-quick-search div.col-min-price, #header_search_form ul.ap-quick-search div.col-max-price {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
}
#header_search_form ul.ap-quick-search li.col-method, #header_search_form ul.ap-quick-search div.col-method {
  display: none;
}
@media (max-width: 767.98px) {
  #header_search_form ul.ap-quick-search li.col-method, #header_search_form ul.ap-quick-search div.col-method {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
#header_search_form ul.ap-quick-search li.col-suburb, #header_search_form ul.ap-quick-search div.col-suburb {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  #header_search_form ul.ap-quick-search li.col-suburb, #header_search_form ul.ap-quick-search div.col-suburb {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
#header_search_form ul.ap-quick-search li.col-property-type, #header_search_form ul.ap-quick-search div.col-property-type {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767.98px) {
  #header_search_form ul.ap-quick-search li.col-property-type, #header_search_form ul.ap-quick-search div.col-property-type {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
#header_search_form ul.ap-quick-search li.col-submit, #header_search_form ul.ap-quick-search div.col-submit {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767.98px) {
  #header_search_form ul.ap-quick-search li.col-submit, #header_search_form ul.ap-quick-search div.col-submit {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
#header_search_form ul.ap-quick-search li.col-submit button, #header_search_form ul.ap-quick-search div.col-submit button {
  width: 100%;
  background: #24282a;
  color: #ffffff;
  border-color: #24282a;
  font-size: 14px;
  border-radius: 0;
  height: 40px;
}
@media (min-width: 768px) {
  #header_search_form ul.ap-quick-search li.col-submit button, #header_search_form ul.ap-quick-search div.col-submit button {
    margin-left: -5px;
  }
}
#header_search_form ul.ap-quick-search li.col-submit button:hover, #header_search_form ul.ap-quick-search div.col-submit button:hover {
  background: #24282a;
  color: #b0d4ca;
  border-color: #b0d4ca;
}
#header_search_form ul.ap-quick-search li label, #header_search_form ul.ap-quick-search div label {
  display: none;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container, #header_search_form ul.ap-quick-search div span.select2.select2-container {
  width: 100% !important;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container.select2-container--default .select2-selection__placeholder, #header_search_form ul.ap-quick-search div span.select2.select2-container.select2-container--default .select2-selection__placeholder {
  color: #646569;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container.select2-container--default .select2-search--inline .select2-search__field, #header_search_form ul.ap-quick-search div span.select2.select2-container.select2-container--default .select2-search--inline .select2-search__field {
  width: auto !important;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--single, #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--single, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple {
  border: 0 !important;
  border-radius: 0 !important;
  height: 40px;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--single .select2-selection__rendered, #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__rendered, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--single .select2-selection__rendered, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  height: 40px;
  line-height: 40px;
  color: #646569;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__arrow, #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__arrow, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__arrow, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__arrow {
  height: 40px;
  line-height: 40px;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__rendered, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {
  height: 5px;
  cursor: grab;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-track {
  background: #f1f1f1;
  height: 5px;
  cursor: grab;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {
  background: #888;
  height: 5px;
  border-radius: 10px;
  cursor: grab;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb:hover, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__choice, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  float: none;
  height: 30px;
  line-height: 26px;
  padding: 0px 7px !important;
  margin: 3px 4px 0 0 !important;
}
#header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__choice__remove, #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  font-family: Arial, Baskerville, monospace;
  font-size: 20px;
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  body.menu-expand .mobile-menu {
    top: 55px;
    max-height: calc(100vh - 55px);
    overflow: auto;
  }
  body.menu-expand #page > #content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
  }
  body.menu-expand header .toggle-menu i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  body .mfp-bg.mfp-ready.mfp-slide-in {
    display: none;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in {
    top: 55px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    max-height: calc(100vh - 55px);
    overflow: auto;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container {
    padding: 0 !important;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content {
    display: block;
    position: absolute;
    top: 0;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form {
    background: white;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search {
    margin: 0 -5px;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li.col-price-room, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div.col-price-room {
    margin: 0 -5px;
    flex: 0 0 calc(100% + 10px);
    -ms-flex: 0 0 calc(100% + 10px);
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li span.select2.select2-container, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div span.select2.select2-container {
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #f2f2f2;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--single, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--single, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple {
    background: transparent;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--single .select2-selection__arrow, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__arrow, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--single .select2-selection__arrow, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__arrow {
    height: 40px;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li.col-min-price, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li.col-max-price, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li.col-bedrooms, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li.col-bathrooms, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li.col-carspaces, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div.col-min-price, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div.col-max-price, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div.col-bedrooms, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div.col-bathrooms, body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div.col-carspaces {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search li.col-keywords input[type="text"], body .mfp-wrap.mfp-ready.mfp-slide-in .mfp-container .mfp-content #header_search_form ul.ap-quick-search div.col-keywords input[type="text"] {
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 300;
  }
  body #header_search_form {
    display: block !important;
    position: absolute;
    width: 100vw !important;
    right: 0;
    left: -50vw;
    top: 39px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    overflow: hidden;
    background: white;
    max-height: 0;
    padding: 0 1.5625%;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  body #header_search_form ul.ap-quick-search {
    margin: 0;
  }
  body #header_search_form ul.ap-quick-search li, body #header_search_form ul.ap-quick-search div {
    text-align: left;
  }
  body #header_search_form ul.ap-quick-search li.col-price-room, body #header_search_form ul.ap-quick-search div.col-price-room {
    margin: 0 -5px;
    flex: 0 0 calc(100% + 10px);
    -ms-flex: 0 0 calc(100% + 10px);
  }
  body #header_search_form ul.ap-quick-search li span.select2.select2-container, body #header_search_form ul.ap-quick-search div span.select2.select2-container {
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #f2f2f2;
  }
  body #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--single, body #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple, body #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--single, body #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple {
    background: transparent;
  }
  body #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--single .select2-selection__arrow, body #header_search_form ul.ap-quick-search li span.select2.select2-container .select2-selection--multiple .select2-selection__arrow, body #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--single .select2-selection__arrow, body #header_search_form ul.ap-quick-search div span.select2.select2-container .select2-selection--multiple .select2-selection__arrow {
    height: 40px;
  }
  body #header_search_form ul.ap-quick-search li.col-min-price, body #header_search_form ul.ap-quick-search li.col-max-price, body #header_search_form ul.ap-quick-search li.col-bedrooms, body #header_search_form ul.ap-quick-search li.col-bathrooms, body #header_search_form ul.ap-quick-search li.col-carspaces, body #header_search_form ul.ap-quick-search div.col-min-price, body #header_search_form ul.ap-quick-search div.col-max-price, body #header_search_form ul.ap-quick-search div.col-bedrooms, body #header_search_form ul.ap-quick-search div.col-bathrooms, body #header_search_form ul.ap-quick-search div.col-carspaces {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  body #header_search_form ul.ap-quick-search li.col-keywords input[type="text"], body #header_search_form ul.ap-quick-search div.col-keywords input[type="text"] {
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 300;
  }
  body #header_search_form .d-md-none {
    bottom: -40px;
    top: auto;
    opacity: 1;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
  }
  body #header_search_form button.search-close {
    color: white !important;
    background: black;
    border: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.form-search-active #header_search_form {
    padding: 30px 1.5625% 40px;
    max-height: calc(100vh - 55px);
  }
  body.home:not(.scrolled) header .toggle-menu i {
    color: #ffffff;
  }
  body.home:not(.scrolled) header .header-search i.las.la-search {
    color: #ffffff;
  }
  body:not(.scrolled) header .toggle-menu i {
    color: #ffffff;
  }
  body:not(.scrolled) header .header-search i.las.la-search {
    color: #ffffff;
  }
}
footer {
  z-index: 2;
}
footer .row {
  margin: 0;
}
footer #footer-top {
  background: #ffffff;
  padding: 30px 0;
}
footer #footer-top > .container {
  padding: 0 15px;
  margin: auto;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
@media (min-width: 1025px) {
  footer #footer-top > .container {
    max-width: 81%;
    padding: 0 30px;
  }
}
footer #footer-top > .container p {
  margin-bottom: 12px;
}
footer #footer-top *, footer #footer-top a, footer #footer-top a:hover {
  color: #24282a;
  font-size: 16px;
}
footer #footer-top .top-footer-menu {
  flex: 0 0 40% !important;
  max-width: 40% !important;
}
@media (max-width: 991.98px) {
  footer #footer-top .top-footer-menu {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
footer #footer-top .top-footer-menu ul#footer-menu {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  footer #footer-top .top-footer-menu ul#footer-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  footer #footer-top .top-footer-menu ul#footer-menu {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
}
footer #footer-top .top-footer-menu ul#footer-menu > li > a {
  display: block;
  font-weight: 500;
  font-size: 1.145rem;
  margin-bottom: 0.5rem;
}
footer #footer-top .top-footer-menu ul#footer-menu > li ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer #footer-top .top-footer-menu ul#footer-menu > li ul.sub-menu > li {
  margin-bottom: 4px;
}
footer #footer-top .top-footer-menu ul#footer-menu > li ul.sub-menu > li a {
  font-size: 0.985rem;
}
footer #footer-top .contact-info {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
@media (max-width: 991.98px) {
  footer #footer-top .contact-info {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 2rem;
  }
}
footer #footer-top .contact-info .socmed {
  margin-bottom: 12px;
}
footer #footer-top .contact-info .socmed ul {
  margin: 0;
  padding: 0;
}
footer #footer-top .contact-info .socmed ul li {
  margin-right: 10px;
}
@media (max-width: 869.98px) {
  footer #footer-top .contact-info .socmed ul li {
    margin-bottom: 10px;
  }
}
footer #footer-top .contact-info .socmed a {
  background: #24282a;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 100%;
  line-height: 34px;
  text-align: center;
}
footer #footer-top .contact-info .socmed a i {
  color: #ffffff;
  font-size: 20px;
}
footer #footer-top .footer-logo {
  flex: 0 0 35% !important;
  max-width: 35% !important;
  text-align: right;
}
@media (max-width: 991.98px) {
  footer #footer-top .footer-logo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex !important;
  }
}
@media (max-width: 767.98px) {
  footer #footer-top .footer-logo > * {
    display: block !important;
    margin: 0 auto;
  }
}
footer #footer-top .footer-logo .custom-logo-link {
  vertical-align: bottom;
  height: 100%;
  margin-right: 18px;
}
footer #footer-top .footer-logo .d-inline {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 10px 10px;
}
@media (max-width: 666.98px) {
  footer #footer-top .footer-logo .d-inline {
    padding: 0;
  }
}
footer #footer-top .footer-search {
  margin-top: 1rem;
  text-align: left;
  display: block;
  font-weight: 500;
}
footer #footer-top .footer-search a {
  font-size: 1.145rem;
}
footer #footer-bottom {
  background: #ffffff;
  font-family: Raleway;
  border-top: 1px solid #24282a;
}
@media (max-width: 991.98px) {
  footer #footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer #footer-bottom *, footer #footer-bottom a, footer #footer-bottom a:hover {
  font-size: 10px;
  line-height: normal;
  color: #24282a;
}
footer #footer-bottom .container {
  margin: auto;
}
@media (min-width: 1025px) {
  footer #footer-bottom .container {
    max-width: 81%;
  }
}
footer #footer-bottom .container .copyright {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 20px 0px;
  line-height: 40px;
}
footer #footer-bottom .container .copyright > span {
  margin-right: 3px;
}
@media (max-width: 767.98px) {
  footer #footer-bottom .container .copyright {
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    line-height: 2;
  }
}
footer #footer-bottom .logo {
  margin: 0 0 14px;
  padding: 14px 0;
}
footer #footer-bottom .logo img {
  display: block;
}
footer #footer-bottom .menu {
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 5px;
  margin-left: -4px;
}
footer #footer-bottom .menu li {
  list-style: none;
  padding: 0 2px;
}
footer #footer-bottom .menu li:after {
  position: absolute;
  content: "|";
  right: 0;
}
footer #footer-bottom .menu li a {
  padding: 0 3px;
}
#mobile-tools {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.5s;
}
#mobile-tools div {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 1.28571em;
  text-align: center;
  background: #24282a;
  opacity: 0.4;
  cursor: pointer;
}
#mobile-tools div:hover {
  opacity: 1;
}
#mobile-tools div:not(:last-child) {
  margin-bottom: 1px;
}
body.scrolled #mobile-tools {
  opacity: 1;
}
div[id*="map_canvas"] .gm-style *:not([style]), div[id*="apmap"] .gm-style *:not([style]) {
  position: unset;
}
div[id*="map_canvas"] .gm-style button, div[id*="apmap"] .gm-style button {
  height: auto;
}
div[id*="map_canvas"] .gm-style-mot, div[id*="apmap"] .gm-style-mot {
  position: relative !important;
}
.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.color-white-5 {
  color: rgba(255, 255, 255, 0.05);
}
.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.color-black-5 {
  color: rgba(0, 0, 0, 0.05);
}
.bg-primary-5 {
  background-color: rgba(36, 40, 42, 0.05);
}
.color-primary-5 {
  color: rgba(36, 40, 42, 0.05);
}
.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.color-white-10 {
  color: rgba(255, 255, 255, 0.1);
}
.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.color-black-10 {
  color: rgba(0, 0, 0, 0.1);
}
.bg-primary-10 {
  background-color: rgba(36, 40, 42, 0.1);
}
.color-primary-10 {
  color: rgba(36, 40, 42, 0.1);
}
.bg-white-15 {
  background-color: rgba(255, 255, 255, 0.15);
}
.color-white-15 {
  color: rgba(255, 255, 255, 0.15);
}
.bg-black-15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.color-black-15 {
  color: rgba(0, 0, 0, 0.15);
}
.bg-primary-15 {
  background-color: rgba(36, 40, 42, 0.15);
}
.color-primary-15 {
  color: rgba(36, 40, 42, 0.15);
}
.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.color-white-20 {
  color: rgba(255, 255, 255, 0.2);
}
.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.color-black-20 {
  color: rgba(0, 0, 0, 0.2);
}
.bg-primary-20 {
  background-color: rgba(36, 40, 42, 0.2);
}
.color-primary-20 {
  color: rgba(36, 40, 42, 0.2);
}
.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.color-white-25 {
  color: rgba(255, 255, 255, 0.25);
}
.bg-black-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.color-black-25 {
  color: rgba(0, 0, 0, 0.25);
}
.bg-primary-25 {
  background-color: rgba(36, 40, 42, 0.25);
}
.color-primary-25 {
  color: rgba(36, 40, 42, 0.25);
}
.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.color-white-30 {
  color: rgba(255, 255, 255, 0.3);
}
.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.color-black-30 {
  color: rgba(0, 0, 0, 0.3);
}
.bg-primary-30 {
  background-color: rgba(36, 40, 42, 0.3);
}
.color-primary-30 {
  color: rgba(36, 40, 42, 0.3);
}
.bg-white-35 {
  background-color: rgba(255, 255, 255, 0.35);
}
.color-white-35 {
  color: rgba(255, 255, 255, 0.35);
}
.bg-black-35 {
  background-color: rgba(0, 0, 0, 0.35);
}
.color-black-35 {
  color: rgba(0, 0, 0, 0.35);
}
.bg-primary-35 {
  background-color: rgba(36, 40, 42, 0.35);
}
.color-primary-35 {
  color: rgba(36, 40, 42, 0.35);
}
.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.color-white-40 {
  color: rgba(255, 255, 255, 0.4);
}
.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.color-black-40 {
  color: rgba(0, 0, 0, 0.4);
}
.bg-primary-40 {
  background-color: rgba(36, 40, 42, 0.4);
}
.color-primary-40 {
  color: rgba(36, 40, 42, 0.4);
}
.bg-white-45 {
  background-color: rgba(255, 255, 255, 0.45);
}
.color-white-45 {
  color: rgba(255, 255, 255, 0.45);
}
.bg-black-45 {
  background-color: rgba(0, 0, 0, 0.45);
}
.color-black-45 {
  color: rgba(0, 0, 0, 0.45);
}
.bg-primary-45 {
  background-color: rgba(36, 40, 42, 0.45);
}
.color-primary-45 {
  color: rgba(36, 40, 42, 0.45);
}
.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.color-white-50 {
  color: rgba(255, 255, 255, 0.5);
}
.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.color-black-50 {
  color: rgba(0, 0, 0, 0.5);
}
.bg-primary-50 {
  background-color: rgba(36, 40, 42, 0.5);
}
.color-primary-50 {
  color: rgba(36, 40, 42, 0.5);
}
.bg-white-55 {
  background-color: rgba(255, 255, 255, 0.55);
}
.color-white-55 {
  color: rgba(255, 255, 255, 0.55);
}
.bg-black-55 {
  background-color: rgba(0, 0, 0, 0.55);
}
.color-black-55 {
  color: rgba(0, 0, 0, 0.55);
}
.bg-primary-55 {
  background-color: rgba(36, 40, 42, 0.55);
}
.color-primary-55 {
  color: rgba(36, 40, 42, 0.55);
}
.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.color-white-60 {
  color: rgba(255, 255, 255, 0.6);
}
.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.color-black-60 {
  color: rgba(0, 0, 0, 0.6);
}
.bg-primary-60 {
  background-color: rgba(36, 40, 42, 0.6);
}
.color-primary-60 {
  color: rgba(36, 40, 42, 0.6);
}
.bg-white-65 {
  background-color: rgba(255, 255, 255, 0.65);
}
.color-white-65 {
  color: rgba(255, 255, 255, 0.65);
}
.bg-black-65 {
  background-color: rgba(0, 0, 0, 0.65);
}
.color-black-65 {
  color: rgba(0, 0, 0, 0.65);
}
.bg-primary-65 {
  background-color: rgba(36, 40, 42, 0.65);
}
.color-primary-65 {
  color: rgba(36, 40, 42, 0.65);
}
.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.color-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.color-black-70 {
  color: rgba(0, 0, 0, 0.7);
}
.bg-primary-70 {
  background-color: rgba(36, 40, 42, 0.7);
}
.color-primary-70 {
  color: rgba(36, 40, 42, 0.7);
}
.bg-white-75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.color-white-75 {
  color: rgba(255, 255, 255, 0.75);
}
.bg-black-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.color-black-75 {
  color: rgba(0, 0, 0, 0.75);
}
.bg-primary-75 {
  background-color: rgba(36, 40, 42, 0.75);
}
.color-primary-75 {
  color: rgba(36, 40, 42, 0.75);
}
.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.color-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.color-black-80 {
  color: rgba(0, 0, 0, 0.8);
}
.bg-primary-80 {
  background-color: rgba(36, 40, 42, 0.8);
}
.color-primary-80 {
  color: rgba(36, 40, 42, 0.8);
}
.bg-white-85 {
  background-color: rgba(255, 255, 255, 0.85);
}
.color-white-85 {
  color: rgba(255, 255, 255, 0.85);
}
.bg-black-85 {
  background-color: rgba(0, 0, 0, 0.85);
}
.color-black-85 {
  color: rgba(0, 0, 0, 0.85);
}
.bg-primary-85 {
  background-color: rgba(36, 40, 42, 0.85);
}
.color-primary-85 {
  color: rgba(36, 40, 42, 0.85);
}
.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.color-white-90 {
  color: rgba(255, 255, 255, 0.9);
}
.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.color-black-90 {
  color: rgba(0, 0, 0, 0.9);
}
.bg-primary-90 {
  background-color: rgba(36, 40, 42, 0.9);
}
.color-primary-90 {
  color: rgba(36, 40, 42, 0.9);
}
.bg-white-95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.color-white-95 {
  color: rgba(255, 255, 255, 0.95);
}
.bg-black-95 {
  background-color: rgba(0, 0, 0, 0.95);
}
.color-black-95 {
  color: rgba(0, 0, 0, 0.95);
}
.bg-primary-95 {
  background-color: rgba(36, 40, 42, 0.95);
}
.color-primary-95 {
  color: rgba(36, 40, 42, 0.95);
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #000;
}
.bg-dark-grey {
  background-color: #343844;
}
.bg-light-grey {
  background-color: #efefef;
}
.bg-primary {
  background-color: #24282a !important;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #000;
}
.color-dark-grey {
  color: #343844;
}
.color-light-grey {
  color: #efefef;
}
.color-primary {
  color: #24282a !important;
}
.color-theme-font {
  color: #333333 !important;
}
html, body {
  height: 100%;
}
#primary, main#main {
  min-height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.428571429;
}
* {
  position: relative;
  box-sizing: border-box;
}
button, input:not([type=radio]):not([type=checkbox]):not([type=file]), select {
  -webkit-appearance: none;
  outline: none;
  height: 36px;
}
button:focus, input:not([type=radio]):not([type=checkbox]):not([type=file]):focus, select:focus {
  outline: none;
}
select:not([multiple]):not(.ui-datepicker) {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 41.02 22.14' style='stroke:%2324282a'><line x1='0.71' y1='0.71' x2='21.4' y2='21.4' style='fill:none;stroke-miterlimit:10;stroke-width:2px;opacity:0.96'/><line x1='40.31' y1='1.13' x2='20.01' y2='21.43' style='fill:none;stroke-miterlimit:10;stroke-width:2px'/></svg>");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  background-size: 17px;
  background-color: transparent;
}
select:not([multiple]):not(.ui-datepicker):focus {
  outline: none;
}
a {
  color: #24282a;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
  color: #b0d4ca;
}
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #24282a !important;
  color: #fff;
}
ul {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.list-style-none {
  padding: 0;
  list-style: none;
  margin: 0;
}
ul.list-style-none li {
  list-style: none;
  position: relative;
}
.bottom-0 {
  bottom: 0;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.clear-both {
  clear: both !important;
}
.clear-left {
  clear: left !important;
}
.clear-right {
  clear: right !important;
}
.clear-none {
  clear: none !important;
}
.hidden-label > label {
  display: none !important;
}
.is-justify {
  text-align: justify;
}
.la-twitter-x::before {
  content: "蓮";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="white" stroke-width="5"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  display: block;
  color: transparent;
}
.site-footer a .la-twitter-x::before, .site-footer a:hover .la-twitter-x::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(255, 255, 255, 0.98)" stroke-width="5"/></svg>');
}
.social-media-wrapper a:hover .la-twitter-x::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(36, 40, 42, 0.98)" stroke-width="5"/></svg>');
}
.share-property .social-share a .la-twitter-x::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(51, 51, 51, 0.98)" stroke-width="5"/></svg>');
}
.share-property .social-share a .la-twitter-x:hover::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(36, 40, 42, 0.98)" stroke-width="5"/></svg>');
}
.agent-share .social-share a .la-twitter-x::before {
  transform: translate(35%, 35%);
}
.agent-share .social-share a:hover .la-twitter-x::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5.9199219 6 L 20.582031 27.375 L 6.2304688 44 L 9.4101562 44 L 21.986328 29.421875 L 31.986328 44 L 44 44 L 28.681641 21.669922 L 42.199219 6 L 39.029297 6 L 27.275391 19.617188 L 17.933594 6 L 5.9199219 6 z M 9.7167969 8 L 16.880859 8 L 40.203125 42 L 33.039062 42 L 9.7167969 8 z" fill="rgba(36, 40, 42, 0.98)" stroke-width="5"/></svg>');
}
@media print {
  body a {
    text-decoration: none !important;
  }
  body header.site-header {
    position: relative !important;
  }
  body header.site-header .topbar, body header.site-header .toggle-menu, body header.site-header nav.main-navigation {
    display: none !important;
  }
  body header.site-header .header-menu-container .site-branding {
    width: 100%;
    display: block !important;
    text-align: center;
    position: relative;
  }
  body header.site-header .header-menu-container .site-branding.logo img {
    max-height: 50pt !important;
    width: auto !important;
    height: auto !important;
    max-width: 200pt !important;
  }
  main#main .hero {
    padding-top: 50px !important;
  }
  main#main .hero .header-bg-overlay {
    display: none;
  }
  main#main .hero.page-title {
    background: none !important;
    height: auto !important;
    padding-bottom: 0;
  }
  main#main h1.page-title {
    color: #333;
    font-size: 2rem;
    text-transform: capitalize;
    margin: 0;
  }
  body.transparent-header main#main {
    padding-top: 0 !important;
  }
  .title-hero .entry-header span, ul.list-inline {
    display: none;
  }
  article.type-page > .container > .entry-content {
    padding: 0;
  }
  .slider-nav {
    display: none;
  }
  body:not(.home) main#main {
    padding-top: 0pt;
  }
  table.date_container thead tr {
    display: none;
  }
  table.date_container tbody tr.date td:after {
    display: none;
  }
  table.date_container tbody tr.date td {
    padding-top: 30pt !important;
  }
  table.date_container tbody tr td.opentimes_date {
    border: 0;
  }
  table.date_container tbody tr td.opentimes_date:before, table.date_container tbody tr td.opentimes_date:after {
    border-bottom: 2px solid #000;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    top: 40pt;
  }
  table.date_container tbody tr td.opentimes_date:before {
    top: 20pt;
  }
  table.date_container tbody tr td.opentimes_date:after {
    top: auto;
    bottom: 0;
  }
  table.date_container tbody tr.date {
    margin-top: 20pt;
  }
  table.date_container tbody tr.date + tr.list-property td:before {
    content: "";
    display: block;
    font-weight: 600;
    margin-bottom: 10pt;
  }
  table.date_container tbody tr.date + tr.list-property td.time_cell:before {
    content: "When";
  }
  table.date_container tbody tr.date + tr.list-property td.address_cell:before {
    content: "Address";
  }
  table.date_container tbody tr.date + tr.list-property td.suburb_cell:before {
    content: "Suburb";
  }
  table.date_container tbody tr.date + tr.list-property td.feature_cell:before {
    content: "Features";
  }
  table.date_container tbody tr.date + tr.list-property td.price_cell:before {
    content: "Price";
  }
  table.date_container tbody tr td a {
    color: #333;
    text-decoration: none !important;
  }
  #load_opentimes {
    display: none;
  }
  table.date_container thead tr th.thead-col.thead-col-action, table.date_container tbody tr td.action_cell {
    display: none;
  }
  .widget_ap_contact_details {
    margin-bottom: 5px !important;
  }
  footer #footer-top {
    background: white;
    padding: 0;
  }
  footer #footer-top .row {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  footer #footer-top .company-details {
    max-width: 100%;
    text-align: center;
    width: auto;
    margin: auto;
    display: inline;
  }
  footer #footer-top h2, footer #footer-top h3.title, footer #footer-top .footer-contact {
    display: none;
  }
  footer #footer-top .widget .company-details > * {
    display: inline-block;
  }
  footer #footer-top .widget .company-details > h4.title + h4 {
    display: none;
  }
  footer #footer-top .widget .company-details > h4.title:after {
    content: "-";
    margin: 0 5px 0 10px;
  }
  footer #footer-top .widget .company-details h4 {
    font-size: 0.9375rem;
    font-family: Raleway;
    clear: none;
  }
  footer #footer-top .widget .company-details h4:after {
    content: ":";
    margin: 0 5px;
  }
  footer #footer-top .widget .company-details > p:not(:last-of-type):after {
    content: "|";
    margin: 0 5px;
  }
  footer #footer-top .widget .company-details:after {
    content: "";
    clear: both;
    display: table;
  }
  footer #footer-top .widget .company-details a {
    color: #333;
    text-decoration: none !important;
  }
  footer #footer-bottom {
    display: none;
  }
  body.ap-page-less-ap_property main#main, body.ap-page-less-ap_property header {
    width: 620pt !important;
    margin: auto;
    padding: 0 !important;
  }
  body.ap-page-less-ap_property #gallery-slideshow {
    width: 100% !important;
  }
  body.ap-page-less-ap_property section#block-gallery {
    width: 100%;
  }
  body.ap-page-less-ap_property section#block-gallery .nav-gallery:not(.mobile) {
    display: none;
  }
  body.ap-page-less-ap_property section#block-gallery .nav-gallery.mobile {
    display: block;
    width: 100%;
    position: relative;
  }
  body.ap-page-less-ap_property section#block-gallery .nav-gallery .slider-nav {
    display: none !important;
  }
  body.ap-page-less-ap_property section#block-gallery .nav-gallery .carousel {
    max-width: 100% !important;
    transform: none !important;
  }
  body.ap-page-less-ap_property section#block-gallery .nav-gallery .carousel a {
    width: 200pt;
    display: none;
  }
  body.ap-page-less-ap_property section#block-gallery .nav-gallery .carousel > a:nth-child(-n+3) {
    display: inline-block;
    margin: 10pt 10pt 0 0;
  }
  body.ap-page-less-ap_property #property-description {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.ap-page-less-ap_property #property-description .container-action-button {
    display: none;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description {
    padding: 0 !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description > .col-md-5 .detail-information {
    border: 0 !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description > .col-md-5 .detail-information ul li label.detail-label {
    width: 80pt;
    display: inline-block;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description > .col-md-5 .detail-information ul li label.detail-label + .detail-value {
    width: 120pt;
    display: inline;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .description-container .detail-description span {
    display: block !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .read-more-button.btn-more {
    display: none !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description section#contact-agent .listing-agent .agent-detail {
    padding-left: 0;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description section#contact-agent .listing-agent .agent-detail .btn {
    display: none;
  }
  body.ap-page-less-ap_property #popup-slider {
    display: block !important;
    max-width: 100% !important;
    padding: 0 !important;
  }
  body.ap-page-less-ap_property #popup-slider ul.icon-menu {
    display: none;
  }
  body.ap-page-less-ap_property #popup-slider #tns2-ow .tns-liveregion.tns-visually-hidden {
    display: none !important;
  }
  body.ap-page-less-ap_property #popup-slider .main-carousel {
    margin-bottom: 10px;
  }
  body.ap-page-less-ap_property #popup-slider .thumbnail-carousel {
    max-width: 620pt !important;
    transform: none !important;
  }
  body.ap-page-less-ap_property #popup-slider .thumbnail-carousel .embed-responsive picture > img, body.ap-page-less-ap_property #popup-slider .thumbnail-carousel .embed-responsive img {
    width: 100% !important;
    height: auto !important;
  }
  body.ap-page-less-ap_property #popup-slider .thumbnail-carousel > .popup-content-gallery, body.ap-page-less-ap_property #popup-slider .thumbnail-carousel > .popup-content-gallery.tns-transparent {
    display: none !important;
  }
  body.ap-page-less-ap_property #popup-slider .thumbnail-carousel > .popup-content-gallery[data-num="slide-1"]:nth-child(1), body.ap-page-less-ap_property #popup-slider .thumbnail-carousel > .popup-content-gallery[data-num="slide-2"]:nth-child(2), body.ap-page-less-ap_property #popup-slider .thumbnail-carousel > .popup-content-gallery[data-num="slide-3"]:nth-child(3) {
    display: inline-block !important;
    width: 210pt !important;
  }
  body.ap-page-less-ap_property ul.icon-social {
    display: none !important;
  }
  body.ap-page-less-ap_property .container {
    max-width: 100%;
    min-width: 0 !important;
    padding: 0;
  }
  body.ap-page-less-ap_property #property-description {
    padding-top: 20px;
  }
  body.ap-page-less-ap_property #property-description .container {
    width: 100%;
    max-width: 100%;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description {
    border: 0 !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description > .col-md-7 {
    -ms-flex: 0 0 420pt;
    flex: 0 0 420pt;
    max-width: 420pt;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description > .col-md-5 {
    padding-left: 30px;
    padding-right: 0 !important;
    -ms-flex: 0 0 200pt;
    flex: 0 0 200pt;
    max-width: 200pt;
  }
  body.ap-page-less-ap_property #property-description .listing-page-header-title .address-title h4.property-address {
    font-size: 15pt !important;
    line-height: 1.5 !important;
    text-align: left;
    margin: 0 0 8px;
    color: #333333 !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-header-title .property-id-title p {
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 0 !important;
    color: #333333 !important;
    font-family: Raleway !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description h5 {
    margin: 0 0 20px;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description > div.col-md-5 .documents, body.ap-page-less-ap_property #property-description .listing-page-description > div.col-md-5 h5.mt-3, body.ap-page-less-ap_property #property-description .listing-page-description > div.col-md-5 table.table-property-associations {
    display: none;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .detail-information ul li {
    display: flex !important;
    display: -ms-flexbox !important;
    font-size: 10pt !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .detail-information ul li .detail-label {
    margin-bottom: 0;
    max-width: 100%;
    color: #333333 !important;
    font-weight: 600;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .detail-information ul li .detail-label:after {
    content: ":";
    margin-left: 2px;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .price {
    font-size: 12px;
    margin: 0 !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .description-container .detail-description {
    margin-bottom: 20px;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .description-container .content ul {
    display: block;
    max-width: 100%;
    margin: 0 !important;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .description-container .content ul li {
    max-width: 100%;
    padding-left: 30px;
  }
  body.ap-page-less-ap_property #property-description .listing-page-description .description-container .content ul li:before {
    content: "";
    font-family: "Line Awesome Free";
    font-weight: 900;
    position: absolute;
    left: 0;
  }
  body.ap-page-less-ap_property #map-gallery {
    display: none;
  }
  body.ap-page-less-ap_property #contact-agent .agent-detail p.view-agent {
    display: none;
  }
  body.ap-page-less-ap_property #contact-agent h4 {
    border: 0;
    margin: 20px 0 10px;
  }
  body.ap-page-less-ap_property #contact-agent .listing-agent {
    max-width: 100%;
  }
  body.ap-page-less-ap_property #contact-agent .listing-agent .agent-img-container {
    display: none;
  }
  body.ap-page-less-ap_property #contact-agent .listing-agent .bg-black-5 {
    background: transparent;
    text-align: left;
    padding: 0 !important;
  }
  body.ap-page-less-ap_property #contact-agent .row {
    display: block;
  }
  body.ap-page-less-ap_property footer {
    display: none;
  }
  #mobile-tools {
    display: none;
  }
}
@media print and (max-width: 1024px) {
  body.ap-page-less-ap_property #property-description .container {
    width: 100%;
    max-width: 100%;
  }
}
body.agentbox-print-preview {
  margin: 0;
}
body.agentbox-print-preview header {
  padding-top: 30pt;
}
body.agentbox-print-preview .listing-print-container {
  width: 620px !important;
  padding: 0 !important;
  max-width: 620px !important;
  min-width: 0 !important;
}
body.agentbox-print-preview .listing-print-container .listing-address {
  color-adjust: exact;
  -webkit-print-color-adjust: exact;
}
body.agentbox-print-preview .listing-print-container h1 {
  font-size: 15pt;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 8px;
}
body.agentbox-print-preview .listing-print-container div {
  margin-bottom: 5px;
}
body.agentbox-print-preview .listing-print-container label {
  font-size: 10pt;
  font-weight: 600 !important;
  margin-bottom: 0;
}
body.agentbox-print-preview .listing-print-container p {
  font-size: 10pt;
  margin-bottom: 0;
  line-height: 1.4;
  flex: 0 0 auto;
}
body.agentbox-print-preview .listing-print-container p span {
  margin-right: 5px;
}
body.agentbox-print-preview .listing-print-container ul {
  margin: 10px 0;
  padding-left: 20px;
  font-size: 10pt;
}
body.agentbox-print-preview .listing-print-container footer * {
  font-size: 8pt !important;
}
body.agentbox-print-preview .listing-print-container footer * p {
  margin: 5px 0;
}
body.agentbox-print-preview .listing-print-container .inline {
  display: table-cell;
  vertical-align: top;
}
body.agentbox-print-preview .listing-print-container .sidebar {
  width: 200px;
  padding-left: 20px;
}
body.agentbox-print-preview .listing-print-container .listing-information .listing-address {
  width: 100%;
  padding: 10px;
  display: flex;
  display: -ms-flexbox;
  background-color: #24282a;
  color: white;
}
body.agentbox-print-preview .listing-print-container .listing-information .listing-address > span {
  font-weight: 500;
  padding-left: 10px;
  text-align: right;
  flex: 1 0 auto;
}
body.agentbox-print-preview .listing-print-container .listing-information .listing-images .image-row {
  display: block;
  position: relative;
}
body.agentbox-print-preview .listing-print-container .listing-information .listing-images .image-row:last-child {
  display: block;
  width: auto;
  float: left;
  margin: 0 -4px 5px;
}
body.agentbox-print-preview .listing-print-container .listing-information .listing-images .image-row:last-child img {
  width: 100%;
  float: left;
}
body.agentbox-print-preview .listing-print-container .listing-information .listing-images .image-row:last-child .listing-image-quarter {
  width: 33.33333%;
  padding: 0 4px;
  margin: 0 0 5px;
}
body.agentbox-print-preview .listing-print-container .listing-information .listing-images .listing-image-full {
  margin-bottom: 4px;
}
