:root {
    --color-white: #fff;
    --color-black: #000;
    --brand-color-primary: #265477;
    --brand-color-primary-rbg: 38, 84, 119;
    --brand-color-secondary: #3F2D0F;
    --brand-color-sidebar-background: #7e6841;
    --brand-color-sidebar-link: #FFB74D;
    --brand-color-sidebar-hover: #fff;
    --brand-color-sidebar-item-border: #a9a9a9;
    --animation-speed: 0.1s;
}

html, body { height: 100%; }

body { background: var(--color-white); font-family: 'Noto Sans', sans-serif; color: #111; font-size: 16px; line-height: 24px; -webkit-font-smoothing: antialiased; -webkit-animation-name: initial; }

@media only screen and (max-width: 767px) { body { font-size: 14px; line-height: 20px; } }
h1, h2, h3, h4, h5, h6 { font-family: 'Raleway', sans-serif; color: var(--brand-color-primary); font-weight: 400; }
h1 { margin: 0 0 20px 0; font-weight: 400; }
h2 { margin: 15px 0; }

@media only screen and (max-width: 767px) { h1 { font-size: 22px; }
  h2 { font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { h1 { font-size: 28px; }
  h2 { font-size: 24px; }
  h3 { font-size: 20px; } }
a { color: var(--brand-color-primary); text-decoration: none; }
a:hover { text-decoration: none; color: var(--brand-color-primary); }

p { font-size: 17px; line-height: 30px; margin-bottom: 20px; }

img { max-width: 100%; height: auto; }

.flex { display: flex; }
@media only screen and (max-width: 992px) {
  .flex { display: block; }
}

@media only screen and (max-width: 992px) { p { font-size: 14px; line-height: 24px; } }
.p60 { padding: 60px 0; }
.p80 { padding: 80px 0; }

@media only screen and (max-width: 992px) { .p60 { padding: 30px 0; } }
.wrapper { min-height: 100%; height: auto !important; height: 100%; }

.btn-custom { height: 50px; font-size: 14px; font-weight: 700; padding: 14px 28px; }

.btn-main { background: var(--brand-color-primary); color: var(--color-white); }
.btn-main:hover { color: var(--color-white); opacity: 0.7; }

.btn-outline-white { border: 2px solid var(--color-white); color: var(--color-white); }
.btn-outline-white:hover { color: var(--color-white); opacity: 0.7; }

/* Div to act like a table cell */
.table-container { display: table; height: 100%; width: 100%; }
.table-container .table-cell { display: table-cell; vertical-align: middle; }
.table-container .table-cell .center-cell { margin: 0 auto; }

.drop-tree.collapse-group .collapse { display: block !important; height: auto !important; visibility: visible; }
.drop-tree.collapse-group .collapse.in { display: block !important; }

@media only screen and (max-width: 992px) { .drop-tree.collapse-group .inner { margin: 10px 0; }
  .drop-tree.collapse-group .collapse { display: none !important; height: inherit !important; }
  .drop-tree.collapse-group .collapse.in { display: block !important; }
  .drop-tree.collapse-group .collapsing { display: block !important; }
  .drop-tree.collapse-group .collapse-link { text-align: left; display: block; padding: 9px 0; border-width: 1px 0; margin-bottom: -1px; border-color: var(--brand-color-sidebar-item-border); border-style: solid; width: 100%; background: none; outline: none; color: var(--color-white); }
  .drop-tree.collapse-group .collapse-link:after { font-family: FontAwesome; content: "-"; float: right; }
  .drop-tree.collapse-group .collapse-link.collapsed { color: var(--color-white); border-color: var(--brand-color-sidebar-item-border); background: none; }
  .drop-tree.collapse-group .collapse-link.collapsed:after { font-family: FontAwesome; content: "+"; float: right; } }
/* ==========================================================================
Header
========================================================================== */
body.int .header { position: relative; background-size: cover; background-position: center center; }
body.int .header:before {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}
.header__navigation {font-family: Georgia, serif;}

body.int .mb { padding-top: 100px; }

@media only screen and (max-width: 992px) { body.int { padding-top: 50px; }
  body.int .header { position: fixed; background-image: none; }
  body.int .mb { padding-top: 0; } }
.header { position: absolute; z-index: 9; left: 0px; right: 0px; }
.header .collapse-group .collapse { display: block !important; height: auto !important; }
.header .container-fluid { max-width: 100%; }
.header .top-bar { position: relative; background-color: #333; background-color: rgba(51, 51, 51, 0.4); padding-left: 15px; padding-right: 15px; z-index: 1; }
.header .info-menu { font-size: 12px; color: var(--color-white); padding: 0 15px; }
.header .info-menu i { margin-right: 5px; }
.header .info-menu p { margin: 0; padding: 10px 0px; font-size: 12px; line-height: inherit; }
.header .info-menu ul { padding: 0; margin: 0; list-style: none; }
.header .info-menu ul li { position: relative; float: left; display: block; padding: 10px; }
.header .info-menu ul li a { color: var(--color-white); }
.header .info-menu ul li a:hover { text-decoration: underline; }

@media only screen and (max-width: 767px) { .header .top-bar ul li { font-size: 24px; padding: 13px 0 !important; }
  .header .top-bar ul li a { display: block; padding: 0 10px; } }
@media only screen and (max-width: 992px) { .header .top-bar { position: absolute; right: 15px; z-index: 1031; padding: 0; background: none !important; }
  .header .top-bar ul li { padding: 13px 10px; background: none !important; }
  .header .top-bar .info-menu { padding: 0; } }

/* ==========================================================================
Banner
========================================================================== */
.banner { position: relative; height: 100%; overflow: hidden; }
.banner .overlay { position: absolute; z-index: 2; top: 0; bottom: 0; left: 0; right: 0; height: 100%; }
.banner .overlay .container-fluid { height: 100%; }
.banner .overlay .text-overlay { text-align: center; }
.banner .overlay .text-overlay .btn { color: var(--color-white); text-transform: uppercase; }
.banner .overlay .text-overlay span { font-family: 'Montserrat', sans-serif; display: block; text-shadow: 1px 2px 9px rgba(0, 0, 0, 0.2); }
.banner .overlay .text-overlay span.l1 { color: var(--color-white); text-transform: uppercase; font-size: 60px; font-weight: 700; line-height: 60px; margin-bottom: 20px; }
.banner .overlay .text-overlay span.l2 { font-style: italic; color: var(--color-white); font-size: 26px; margin-bottom: 40px; }
.banner .overlay .text-overlay ul { list-style: none; padding: 0; margin: 0; }
.banner .overlay .text-overlay ul li { display: inline; }
.banner .overlay .text-overlay ul li a { margin: 0 10px; }
.banner .overlay .scroll-down { text-align: center; display: inline-block; position: absolute; bottom: 10%; left: 0; right: 0; padding: 17px; height: 70px; width: 70px; margin: 0 auto; color: var(--color-white); font-size: 36px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, 0.6); }
.banner .overlay .scroll-down:hover { opacity: 0.7; }

@media only screen and (max-width: 767px) {
  .banner .overlay .text-overlay span.l1 { font-size: 24px; line-height: 30px; margin-bottom: 10px; }
  .banner .overlay .text-overlay span.l2 { font-size: 14px; }
  .banner .overlay .text-overlay ul { list-style: none; padding: 0; margin: 0; }
  .banner .overlay .text-overlay ul li { display: inline; }
  .banner .overlay .text-overlay ul li a { margin: 0 5px; padding: 9px 14px; height: 40px; font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .banner #bg-rotator, .banner .ytplayer-container { top: 0 !important; }
  .banner .overlay .text-overlay span.l1 { font-size: 45px; margin-bottom: 10px; }
  .banner .overlay .text-overlay span.l2 { font-size: 20px; } }
.main-navbar { border-radius: 0; border: 0; margin: 0; background: none; padding: 10px 0; display: flex; align-items: center; }
.navbar .nav-bg { background-color: #333; background-color: rgba(51, 51, 51, 0); transition: all 0.2s ease; position: absolute; left: -15px; right: -15px; bottom: 0; top: 0; content: ''; z-index: 2; }
.navbar.navbar-fixed-top { transition-property: padding-top, padding-bottom; transition-duration: 0.2s; padding: 0 15px; }
.navbar.navbar-fixed-top .nav-bg { background-color: var(--brand-color-primary); background-color: rgba(var(--brand-color-primary-rbg),0.9); border: 0; }
.navbar.navbar-fixed-top .navbar-header a { padding: 5px 15px; }
.navbar.navbar-fixed-top .navbar-collapse ul { margin-top: 8px; }
.navbar .navbar-header { position: relative; z-index: 2; margin-right: 30px; }
.navbar .navbar-brand { height: auto; }
.navbar .navbar-brand img { max-height: 50px; max-width: 100%; }

@media only screen and (max-width: 992px) { body.int .header:before { background-image: none; }
  .header { z-index: 1029; position: fixed; top: 0; background-color: var(--brand-color-primary); background-color: rgba(var(--brand-color-primary-rbg),0.9); height: 50px; }
  .navbar { border: 0; padding: 0; }
  .navbar.navbar-fixed-top { padding: 0 15px; }
  .navbar.navbar-fixed-top .navbar-header a { padding: 5px 0; }
  .navbar .nav-bg { display: none; }
  .navbar .navbar-header { float: left; }
  .navbar .navbar-brand { float: left; display: inline-block; height: 50px; padding: 5px 0; }
  .navbar .navbar-brand img { height: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { 
  /* Show Mobile Navbar on Tablet View */
  .navbar-header { float: none; } }

/* ========================================================================== Navigation ========================================================================== */
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules) You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm { box-sizing: border-box; position: relative; z-index: 9999; -webkit-tap-highlight-color: transparent; }
.sm, .sm ul, .sm li { display: block; list-style: none; margin: 0; padding: 0; line-height: normal; direction: ltr; text-align: left; }
.sm-rtl, .sm-rtl ul, .sm-rtl li { direction: rtl; text-align: right; }
.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 { margin: 0; padding: 0; }
.sm ul { display: none; }
.sm li, .sm a { position: relative; }
.sm a { display: block; }
.sm a.disabled { cursor: default; }
.sm::after { content: ""; display: block; height: 0; font: 0px/0 serif; clear: both; overflow: hidden; }
.sm *, .sm *::before, .sm *::after { box-sizing: inherit; }

@media (min-width: 993px) { .sm-clean ul { position: absolute; width: 12em; box-shadow: 1px 1px 6px rgba(0,0,0,0.1); }
  .sm-clean li { float: left; }
  .sm-clean.sm-rtl li { float: right; }
  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li { float: none; }
  .sm-clean a { white-space: nowrap; }
  .sm-clean ul a, .sm-clean.sm-vertical a { white-space: normal; }
  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a { white-space: nowrap; } }
@media (min-width: 993px) { /* Switch to desktop layout ----------------------------------------------- These transform the menu tree from collapsible to desktop (navbar + dropdowns) -----------------------------------------------*/
  .sm-clean ul a.disabled { background: var(--color-white); color: #ccc; }
  .sm-clean .scroll-up, .sm-clean .scroll-down { position: absolute; display: none; visibility: hidden; overflow: hidden; background: var(--color-white); height: 20px; }
  .sm-clean .scroll-up:hover, .sm-clean .scroll-down:hover { background: #eee; }
  .sm-clean .scroll-up:hover .scroll-up-arrow { border-color: transparent transparent #ebcfa7; }
  .sm-clean .scroll-down:hover .scroll-down-arrow { border-color: #ebcfa7 transparent transparent; }
  .sm-clean .scroll-up-arrow, .sm-clean .scroll-down-arrow { position: absolute; top: 0; left: 50%; margin-left: -6px; width: 0; height: 0; overflow: hidden; border-width: 6px; border-style: dashed dashed solid; border-color: transparent transparent #555; }
  .sm-clean .scroll-down-arrow { top: 8px; border-style: solid dashed dashed; border-color: #555 transparent transparent; }
  .sm-clean .sub-arrow { position: absolute; right: 14px; margin-left: 5px; text-align: center; }
  .sm-clean .sub-arrow:after { font-family: FontAwesome; content: "\f107"; }
  .sm-clean li { position: relative; display: block; float: left; }
  .sm-clean li a { padding: 14px 14px; white-space: nowrap; font-weight: 700; text-decoration: none; color: var(--color-white); }
  .sm-clean li a:not(:only-child) { padding-right: 30px; }
  .sm-clean li a:hover { color: var(--color-white); background: rgba(var(--brand-color-primary-rbg),0.9); }
  .sm-clean li a:hover .sub-arrow:after { content: "\f106"; }
  .sm-clean > li:hover > a { background: rgba(var(--brand-color-primary-rbg),0.9); color: var(--color-white); }
  .sm-clean > li:hover > a .sub-arrow:after { content: "\f106"; }
  .sm-clean ul { position: absolute; z-index: 999; width: 12em; *zoom: 1; padding: 5px; background: rgba(var(--brand-color-primary-rbg),0.9); }
  .sm-clean ul:before, .sm-clean ul:after { content: " "; display: table; }
  .sm-clean ul:after { clear: both; }
  .sm-clean ul li { float: none; }
  .sm-clean ul li a { padding: 8px 14px; }
  .sm-clean ul > li > a { position: relative; }
  .sm-clean ul > li > a .sub-arrow:after { content: "\f105"; }
  .sm-clean ul > li:last-of-type > a:before { display: none; }
  .sm-clean ul > li:hover > a { background: rgba(var(--brand-color-primary-rbg),0.9); color: var(--color-white); }
  .sm-clean ul > li:hover > a .sub-arrow:after { content: "\f104"; } }
@media only screen and (max-width: 992px) { .sm-clean ul { padding-left: 10px; border-left: 4px solid rgba(255,255,255, 0.1); }
  .sm-clean li { float: none; }
  .sm-clean li a { text-decoration: none; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: var(--color-white); font-weight: 700; position: relative; }
  .sm-clean li a .sub-arrow { border-left: 1px solid rgba(255, 255, 255, 0.1); font-size: 20px; position: absolute; top: 0; right: 0; bottom: 0; text-align: center; width: 47px; color: var(--color-white); }
  .sm-clean li a .sub-arrow:after { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-family: FontAwesome; content: "\f107"; }
  .sm-clean li a.highlighted .sub-arrow { background: rgba(255,255,255, 0.05); }
  .sm-clean li a.highlighted .sub-arrow:after { content: "\f106"; } }
.header__mobile-menu-btn { display: block; position: relative; right: 0; top: 0; height: 24px; -webkit-transition: 0.3s; transition: 0.3s; align-self: center; }
.header__mobile-menu-btn .btn-wrap { position: relative; width: 30px; height: 100%; }
.header__mobile-menu-btn .btn-wrap .bar, .header__mobile-menu-btn .btn-wrap:before, .header__mobile-menu-btn .btn-wrap:after { -webkit-transition: 0.3s; transition: 0.3s; position: absolute; left: 0; right: 0; height: 2px; background: var(--color-white); border-radius: 4px; }
.header__mobile-menu-btn .btn-wrap .bar { width: 65%; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }
.header__mobile-menu-btn .btn-wrap:before { width: 100%; top: 10%; -webkit-transform: translate(0, -10%); transform: translate(0, -10%); content: ''; }
.header__mobile-menu-btn .btn-wrap:after { width: 80%; top: 90%; -webkit-transform: translate(0, -90%); transform: translate(0, -90%); content: ''; }
.header__mobile-menu-btn.open .btn-wrap .bar, .header__mobile-menu-btn.open .btn-wrap:before, .header__mobile-menu-btn.open .btn-wrap:after { width: 100%; }
.header__mobile-menu-btn.open .btn-wrap:before { top: 50%; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); }
.header__mobile-menu-btn.open .btn-wrap .bar { opacity: 0; height: 0; width: 0; }
.header__mobile-menu-btn.open .btn-wrap:after { top: 50%; -webkit-transform: translateY(-50%) rotate(-45deg); transform: translateY(-50%) rotate(-45deg); }

.mobile-menu { position: fixed; z-index: 999; top: 50px; width: 100%; bottom: 0; -webkit-transform: translateX(-100%); transform: translateX(-100%); overflow: auto; background: rgba(var(--brand-color-primary-rbg),0.9); padding: 15px; -webkit-transition: 0.3s; transition: 0.3s; }
.mobile-menu__open { -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition: 0.3s; transition: 0.3s; display: block; }
.mobile-menu:before { content: ''; top: 0; width: 100%; bottom: 0; left: 0; }
.mobile-menu__menu-container { position: relative; }

/* ==========================================================================
   Homepage Hero Banner
   ========================================================================== */
@media only screen and (min-width: 993px) {
  body.home:has(.admin-navbar) .hero {
    height: calc(100% - 30px);
  }
}
.hero {
  position: relative;
  height: 100%;
  min-height: 700px;
  overflow: hidden;
}
.hero__media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
}
@media only screen and (max-width: 992px) {
  .hero__media {
    padding-top: 0;
  }
}
.hero__media__slider {
  display: flex;
  width: 100%;
  height: 100%;
}
.hero__media__slider::-webkit-scrollbar {
  display: none;
}
.hero__media__slider:after {
  background-color: rgba(17, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.hero__media__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-arsenic);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  overflow: hidden;
}
.hero__media__slide.active {
  opacity: 1;
  z-index: 1;
}
.hero__media__slide iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  min-height: 100vh;
  min-width: 184vh; /* 16/9 of 100vh */
  transform: translate(-50%, -50%);
  z-index: 1;
  border: none;
  opacity: 0.7;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures video fills container without black bars */
}
@media only screen and (max-width: 993px) {
  .hero__media__slide iframe {
    min-width: 250vh;
  }
}
.hero__media__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: white;
  border: 0;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: var(--animation-speed);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.hero__media__arrow svg {
  fill: var(--color-white);
  height: 20px;
  width: 20px;
}
.hero__media__arrow--left {
  left: 0;
}
.hero__media__arrow--right {
  right: 0;
}
.hero__media__arrow:disabled {
  opacity: 0;
  cursor: not-allowed;
}
.hero__media__play-pause {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: none;
  color: white;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__media__play-pause svg {
  fill: var(--color-white);
  height: 20px;
  width: 20px;
}
.hero__media__content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 60px;
  font-family: Georgia, serif;
}
.hero__media__content .h2 {
  margin-top: 0;
  font-size: 75px;
}
@media only screen and (max-width: 767px) {
  .hero__media__content .h2 {
    font-size: 36px;
  }
}
.hero__media__content p {
  font-size: 28px;
  margin: 50px 0;
}
@media only screen and (max-width: 767px) {
  .hero__media__content p {
    font-size: 20px;
  }
}
.hero__media__content img {
  max-height: 48px;
}

/* ==========================================================================
Individual Logos
========================================================================== */

.hero__media__content img.logo-03 {max-height: 80px;}  /* JBH */
.hero__media__content img.logo-04 {max-height: 100px;} /* Hilton Law Firm */
.hero__media__content img.logo-05 {max-height: 100px;} /* Southeastern Land Brokerage */    

/* ==========================================================================
Section Split
========================================================================== */
.split2 { position: relative; background: var(--brand-color-primary); color: var(--color-white); }
.split2 .container-fluid { max-width: 100%; padding: 0; }
.split2 .container-fluid .row { margin: 0; }
.split2 .testimonials { background-image: url("/img/farmlandscape.jpg"); background-size: cover; background-position: center center; padding: 0; }
.split2 .testimonials .filter { height: 100%; background-color: var(--brand-color-primary); background-color: rgba(var(--brand-color-primary-rbg),0.9); }
.split2 .testimonials .slick-slider { position: relative; padding: 80px 100px; overflow: scroll; height: 100%; }
.split2 .testimonials .slick-slider::-webkit-scrollbar { display: none; }
.split2 .testimonials .slick-slide { outline: none !important; }
.split2 .testimonials .slick-arrow { position: absolute; bottom: 30px; height: 34px; width: 51px; background: transparent url("/img/tmqs1_layout/arrows.png") top left no-repeat; border: 0; text-indent: -9999px; outline: none; z-index: 3; }
.split2 .testimonials .slick-arrow:hover { opacity: 0.7; }
.split2 .testimonials .slick-arrow.slick-prev { right: 101px; }
.split2 .testimonials .slick-arrow.slick-next { background-position: right; right: 30px; }
.split2 .testimonials blockquote { border: 0; padding: 0 0 0 80px; margin: 0; position: relative; }
.split2 .testimonials blockquote:before { position: absolute; left: 0; top: 23px; opacity: 0.5; font-family: FontAwesome; content: "\f10d"; font-size: 60px; }
.split2 .testimonials blockquote footer { font-style: italic; color: var(--color-white); font-size: 18px; font-weight: 700; }
.split2 .testimonials blockquote footer:before { display: none; }
.split2 .testimonials blockquote footer small { color:var(--color-white); }
.split2 .testimonials blockquote footer a { color:var(--color-white); }
.split2 .recent-news { background-image: url("/img/news-pattern.png"); background-attachment: fixed; padding: 80px; }
.split2 .recent-news a { color: var(--color-white); }
.split2 .recent-news a:hover { text-decoration: underline; }
.split2 .recent-news h3 { text-transform: uppercase; color: var(--color-white); margin: 0 0 15px 0; }
.split2 .recent-news .nav-tab { margin-bottom: 15px; }
.split2 .recent-news .nav-tab li { float: left; }
.split2 .recent-news .nav-tab li.active a { font-weight: 700; text-decoration: underline; }
.split2 .recent-news .nav-tab li a { font-size: 14px; padding: 0; margin-right: 20px; display: inline-block; color: var(--color-white); text-transform: uppercase; background: none; }
.split2 .recent-news .nav-tab li a:hover { background: none; text-decoration: underline; }
.split2 .recent-news .nav-tab li:last-child a { margin: 0; }
.split2 .recent-news .tab-content ul { list-style: none; padding: 0; margin: 0; }
.split2 .recent-news .tab-content ul li a strong { font-weight: normal; }
.split2 .recent-news p { margin-bottom: 10px; line-height: inherit; }
.split2 .recent-news p a { font-style: italic; display: inline-block; }
.split2 .recent-news p small { font-size: 12px; display: block; }

@media only screen and (max-width: 767px) { .split2 .recent-news { padding: 20px; }
  .split2 .testimonials .slick-slider { padding: 20px 20px 60px 20px; }
  .split2 .testimonials .slick-arrow { bottom: 20px; right: auto; left: 30px; height: 20px; width: 30px; background: transparent url("/img/tmqs1_layout/arrows.png") top left no-repeat; background-size: 60px; }
  .split2 .testimonials .slick-arrow.slick-prev { left: 50px; }
  .split2 .testimonials .slick-arrow.slick-next { left: 100px; }
  .split2 .testimonials blockquote { padding: 0 0 0 30px; }
  .split2 .testimonials blockquote:before { top: 6px; font-size: 20px; }
  .split2 .testimonials blockquote footer { font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .split2 .recent-news { padding: 40px 20px; }
  .split2 .testimonials .slick-slider { padding: 40px 20px 60px 20px; }
  .split2 .testimonials .slick-arrow { bottom: 20px; right: auto; left: 30px; height: 20px; width: 30px; background: transparent url("/img/tmqs1_layout/arrows.png") top left no-repeat; background-size: 60px; }
  .split2 .testimonials .slick-arrow.slick-prev { left: 50px; }
  .split2 .testimonials .slick-arrow.slick-next { left: 100px; }
  .split2 .testimonials blockquote { padding: 0 0 0 30px; }
  .split2 .testimonials blockquote:before { top: 6px; font-size: 20px; }
  .split2 .testimonials blockquote footer { font-size: 12px; } }
@media only screen and (min-width: 993px) and (max-width: 1199px) { .split2 .recent-news { padding: 40px; }
  .split2 .testimonials .slick-slider { padding: 20px 20px 60px 20px; }
  .split2 .testimonials .slick-arrow { bottom: 20px; right: 30px; left: auto; height: 20px; width: 30px; background-size: 60px; }
  .split2 .testimonials .slick-arrow.slick-prev { right: 80px; }
  .split2 .testimonials .slick-arrow.slick-next { right: 30px; }
  .split2 .testimonials blockquote { padding: 0 0 0 60px; }
  .split2 .testimonials blockquote:before { top: 12px; font-size: 40px; } }
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; top: 0; left: 0; display: block; }

.slick-track:before, .slick-track:after { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* ==========================================================================
Interior Page Title
========================================================================== */
.page-title { background: #f6f6f6; }
.page-title h1 { text-transform: uppercase; color: #777; font-size: 30px; margin: 0; font-weight: 300; }
.page-title .btn-custom { outline: none !important; float: right; text-transform: uppercase; color: var(--brand-color-primary); padding: 6px 0; height: auto; border-radius: 0; border-color: var(--brand-color-primary); border-width: 0 0 2px 0; box-shadow: none; }
.page-title .btn-custom:hover { opacity: 0.7; }

@media only screen and (max-width: 767px) { .page-title h1 { font-size: 22px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .page-title h1 { font-size: 26px; } }
/* ==========================================================================
Main Body Contents
========================================================================== */
.body-contents { background: var(--color-white); }

/* ==========================================================================
Sidebar
========================================================================== */
.sidebar {background: var(--brand-color-sidebar-background); padding: 20px; }
.sidebar .widget { margin-bottom: 20px; font-size: 14px; }
.sidebar .widget:last-child { margin-bottom: 0; }
.sidebar h3 {color: var(--color-white); margin-bottom: 20px; }
.sidebar p { color: var(--color-white); font-size: 14px; line-height: 24px; margin-bottom: 15px; }
.sidebar a { color: var(--brand-color-sidebar-link); }
.sidebar a:hover { color: var(--brand-color-sidebar-hover); }
.sidebar .featured-areas h3 { margin-top: 0; }
.sidebar .featured-areas ul { *zoom: 1; list-style: none; padding: 0; margin: 0; }
.sidebar .featured-areas ul:before, .sidebar .featured-areas ul:after { content: " "; display: table; }
.sidebar .featured-areas ul:after { clear: both; }
.sidebar .featured-areas ul li { display: block; }
.sidebar .featured-areas ul li a { display: inline-block; padding: 1px 0; }
.sidebar li {border-bottom: 1px solid var(--brand-color-sidebar-item-border);  margin-bottom: 5px;}

@media only screen and (max-width: 992px) { .sidebar .widget { margin-bottom: 0; } }
.quick-contact { text-align: center; background-image: url("/img/news-pattern.png"); background-color: var(--brand-color-primary); background-attachment: fixed; color: var(--color-white); }
.quick-contact .inner { padding: 50px 0 36px 0; }
.quick-contact span { display: inline-block; font-size: 24px; padding: 0 20px; }
.quick-contact a { text-transform: uppercase; margin-top: -8px; }

@media only screen and (max-width: 767px) { .quick-contact .inner { padding: 20px 0; }
  .quick-contact span { font-size: 18px; display: block; padding: 0 0 20px 0; }
  .quick-contact a { margin: 0 5px; padding: 9px 14px; height: 40px; font-size: 12px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .quick-contact .inner { padding: 30px 0; }
  .quick-contact span { font-size: 18px; }
  .quick-contact a { margin-top: 0; } }
/* ==========================================================================
Footer
========================================================================== */
.footer { font-size: 14px; padding-bottom: 60px; color: #111; background: #f4f4f4; }
.footer .ftr-logo { margin-bottom: 20px; }
.footer .box { padding-bottom: 20px; }
.footer h3 { text-transform: uppercase; margin: 0 0 20px 0; }
.footer p { font-size: 12px; line-height: 20px; margin: 0; }
.footer #myrsol_adminblock { position: static; background: none; float: left; }
.footer #myrsol_adminblock a { border-radius: 3px; background: var(--brand-color-primary); margin: 10px 0; padding: 0 8px; display: block; }
.footer #myrsol_adminblock a:hover { background: #444; }
.footer a { color: #111; }
.footer a:hover { color: var(--brand-color-primary); }
.footer address { line-height: 24px; margin-bottom: 10px; }
.footer address:last-child { margin: 0; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer ul li a { display: inline-block; }

@media only screen and (max-width: 767px) { .footer { padding: 30px 0 10px 0; }
  .footer .pull-right { float: none !important; }
  .footer h3 { margin-bottom: 10px; }
  .footer .box { padding-bottom: 0; }
  .footer .logo { margin-top: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .footer { padding: 40px 0 10px 0; } }
@media only screen and (min-width: 768px) and (max-width: 992px) { .footer .collapse-group .collapse-link { display: none; }
  .footer .collapse-group .collapse { display: block !important; } }
/* Wide Desktops */
@media only screen and (min-width: 1500px) { .container { width: 1500px; }
  .container-fluid { max-width: 1500px; } }
.grid_view .listings-wrap .myrsol-idx-summary { background: none; }

.didx-listing .wrap-right { top: 90px; }
#listings .listings-wrap .myrsol-idx-summary h3 { font-weight: 700; }
.listings_view .details-onecol-grouped h4 { margin-bottom: 5px; display: inline-block; color: var(--brand-color-primary); border-bottom: 0; font-weight: 700; }
.myrsol-idx-common div span, .listings_view .remarks strong { color: var(--brand-color-primary); }

/* Map Search */
.dynidx-map-fullscreen .header .main-nav { position:relative; }
.dynidx-map-container .map-view { width: calc(100% - 375px); }
.dynidx-map-container .list-view { width: 375px; }
.dynidx-map-container .list-view .br-logo { height: 14px; }
.dynidx-map-container .list-view .dynidx-map-results .well { margin-left: 5px; }
.dynidx-map-container .list-view .dynidx-map-results .well .fa { font-size: inherit; }

@media only screen and (max-width: 767px) { .dynidx-map-container .list-view .dynidx-map-summary .marker-summary { margin-top: 30%; } }
.dynidx-map-fullscreen { position: fixed; top: 0; left: 0; right: 0; bottom: 0; height: 100%; min-height: 100%; display: flex; flex-direction: column; }
.dynidx-map-fullscreen .dynidx-map-container { flex: 1; min-height: 1px; }
.dynidx-map-fullscreen #prop_display { padding: 0; }
.dynidx-map-fullscreen .header { position: -webkit-sticky; position: sticky; }

@media only screen and (min-width: 1680px) { .dynidx-map-fullscreen .dynidx-map-container .map-view { width: calc(100% - 35%); }
  .dynidx-map-fullscreen .dynidx-map-container .list-view { width: 35%; }
  .dynidx-map-fullscreen .dynidx-map-container .list-view .dynidx-map-summary { width: 50%; float: left; } }
  
  /* Hide Custom Listing stuff */
    .myrsol-idx-filters {display: none;}
    .btn.btn-link {display: none;}
    .myrsol-listing-btns {display: none;}
    .listings_view .col-md-5 {display: none;}
    .listings_view .listings_tabs  {display: none;}
     #mortgage-embed {display: none;}

/* Hide Custom Listing stuff in thumbnail view */     
.s-cut.s-common .text-muted,
.s-cut.s-common .text-info {display: none;}

/* Hide ONLY the first line (the plain "Residential" before the <br>) */
.s-cut.s-common::first-line {
  color: transparent;   /* hides the text */
  line-height: 0;       /* collapses the now-empty line so there's no blank gap */
}
/* Make the line after <br> bold and larger */
.s-cut.s-common { font-weight: bold;  font-size: 1.3em; margin-bottom: 10px; color: var(--brand-color-primary)}
.summary-right h3 {display: none;}
         